<?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-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-02/func/sub-0085_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>b0b969cb287f2f75d53e9cde8b6d0726</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>17:09:54.927500</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.999093, 0.0364467, 0.0219999, -0.0369843, 0.999014, 0.0245453]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.123902</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>[4155, -7778, -7191, 599, -49, -309, 153, 6]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>58016ab4-db48-4b31-a8bd-e8f8a0962062||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.680494546890259, -0.09922616928815842, 0.05692581832408905, 114.55065155029297], [-0.09778381884098053, 2.6802825927734375, 0.06840918958187103, -87.7139663696289], [0.05902417004108429, -0.06585334986448288, 2.698532819747925, -55.12203598022461], [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': ['170954.927500', '170955.387500', '170955.847500', '170956.307500', '170956.767500', '170957.227500', '170957.687500', '170958.147500', '170958.607500', '170959.067500', '170959.527500', '170959.987500', '171000.447500', '171000.907500', '171001.367500', '171001.827500', '171002.287500', '171002.747500', '171003.207500', '171003.667500', '171004.127500', '171004.587500', '171005.047500', '171005.507500', '171005.967500', '171006.427500', '171006.887500', '171007.347500', '171007.807500', '171008.267500', '171008.727500', '171009.187500', '171009.647500', '171010.107500', '171010.567500', '171011.027500', '171011.487500', '171011.947500', '171012.407500', '171012.867500', '171013.327500', '171013.787500', '171014.247500', '171014.707500', '171015.167500', '171015.627500', '171016.087500', '171016.547500', '171017.007500', '171017.467500', '171017.927500', '171018.387500', '171018.847500', '171019.307500', '171019.767500', '171020.227500', '171020.687500', '171021.147500', '171021.607500', '171022.067500', '171022.527500', '171022.987500', '171023.447500', '171023.907500', '171024.367500', '171024.827500', '171025.287500', '171025.747500', '171026.207500', '171026.667500', '171027.127500', '171027.587500', '171028.047500', '171028.507500', '171028.967500', '171029.427500', '171029.887500', '171030.347500', '171030.807500', '171031.267500', '171031.727500', '171032.187500', '171032.647500', '171033.107500', '171033.567500', '171034.027500', '171034.487500', '171034.947500', '171035.407500', '171035.867500', '171036.327500', '171036.787500', '171037.247500', '171037.707500', '171038.167500', '171038.627500', '171039.087500', '171039.547500', '171040.007500', '171040.467500', '171040.927500', '171041.387500', '171041.847500', '171042.307500', '171042.767500', '171043.227500', '171043.687500', '171044.147500', '171044.607500', '171045.067500', '171045.527500', '171045.987500', '171046.447500', '171046.907500', '171047.367500', '171047.827500', '171048.287500', '171048.747500', '171049.207500', '171049.667500', '171050.127500', '171050.587500', '171051.047500', '171051.507500', '171051.967500', '171052.427500', '171052.887500', '171053.347500', '171053.807500', '171054.267500', '171054.727500', '171055.187500', '171055.647500', '171056.107500', '171056.567500', '171057.027500', '171057.487500', '171057.947500', '171058.407500', '171058.867500', '171059.327500', '171059.787500', '171100.247500', '171100.707500', '171101.167500', '171101.627500', '171102.087500', '171102.547500', '171103.007500', '171103.467500', '171103.927500', '171104.387500', '171104.847500', '171105.307500', '171105.767500', '171106.227500', '171106.687500', '171107.147500', '171107.607500', '171108.067500', '171108.527500', '171108.987500', '171109.447500', '171109.907500', '171110.367500', '171110.827500', '171111.287500', '171111.747500', '171112.207500', '171112.667500', '171113.127500', '171113.587500', '171114.047500', '171114.507500', '171114.967500', '171115.427500', '171115.887500', '171116.347500', '171116.807500', '171117.267500', '171117.727500', '171118.187500', '171118.647500', '171119.107500', '171119.567500', '171120.027500', '171120.487500', '171120.947500', '171121.407500', '171121.867500', '171122.327500', '171122.787500', '171123.247500', '171123.707500', '171124.167500', '171124.627500', '171125.087500', '171125.547500', '171126.007500', '171126.467500', '171126.927500', '171127.387500', '171127.847500', '171128.307500', '171128.767500', '171129.227500', '171129.687500', '171130.147500', '171130.607500', '171131.067500', '171131.527500', '171131.987500', '171132.447500', '171132.907500', '171133.367500', '171133.827500', '171134.287500', '171134.747500', '171135.207500', '171135.667500', '171136.127500', '171136.587500', '171137.047500', '171137.507500', '171137.967500', '171138.427500', '171138.887500', '171139.347500', '171139.807500', '171140.267500', '171140.727500', '171141.187500', '171141.647500', '171142.107500', '171142.567500', '171143.027500', '171143.487500', '171143.947500', '171144.407500', '171144.867500', '171145.327500', '171145.787500', '171146.247500', '171146.707500', '171147.167500', '171147.627500', '171148.087500', '171148.547500', '171149.007500', '171149.467500', '171149.927500', '171150.387500', '171150.847500', '171151.307500', '171151.767500', '171152.227500', '171152.687500', '171153.147500', '171153.607500', '171154.067500', '171154.527500', '171154.987500', '171155.447500', '171155.907500', '171156.367500', '171156.827500', '171157.287500', '171157.747500', '171158.207500', '171158.667500', '171159.127500', '171159.587500', '171200.047500', '171200.507500', '171200.967500', '171201.427500', '171201.887500', '171202.347500', '171202.807500', '171203.267500', '171203.727500', '171204.187500', '171204.647500', '171205.107500', '171205.567500', '171206.027500', '171206.487500', '171206.947500', '171207.407500', '171207.867500', '171208.327500', '171208.787500', '171209.247500', '171209.707500', '171210.167500', '171210.627500', '171211.087500', '171211.547500', '171212.007500', '171212.467500', '171212.927500', '171213.387500', '171213.847500', '171214.307500', '171214.767500', '171215.227500', '171215.687500', '171216.147500', '171216.607500', '171217.067500', '171217.527500', '171217.987500', '171218.447500', '171218.907500', '171219.367500', '171219.827500', '171220.287500', '171220.747500', '171221.207500', '171221.667500', '171222.127500', '171222.587500', '171223.047500', '171223.507500', '171223.967500', '171224.427500', '171224.887500', '171225.347500', '171225.807500', '171226.267500', '171226.727500', '171227.187500', '171227.647500', '171228.107500', '171228.567500', '171229.027500', '171229.487500', '171229.947500', '171230.407500', '171230.867500', '171231.327500', '171231.787500', '171232.247500', '171232.707500', '171233.167500', '171233.627500', '171234.087500', '171234.547500', '171235.007500', '171235.467500', '171235.927500', '171236.387500', '171236.847500', '171237.307500', '171237.767500', '171238.227500', '171238.687500', '171239.147500', '171239.607500', '171240.067500', '171240.527500', '171240.987500', '171241.447500', '171241.907500', '171242.367500', '171242.827500', '171243.287500', '171243.747500', '171244.207500', '171244.667500', '171245.127500', '171245.587500', '171246.047500', '171246.507500', '171246.967500', '171247.427500', '171247.887500', '171248.347500', '171248.807500', '171249.267500', '171249.727500', '171250.187500', '171250.647500', '171251.107500', '171251.567500', '171252.027500', '171252.487500', '171252.947500', '171253.407500', '171253.867500', '171254.327500', '171254.787500', '171255.247500', '171255.707500', '171256.167500', '171256.627500', '171257.087500', '171257.547500', '171258.007500', '171258.467500', '171258.927500', '171259.387500', '171259.847500', '171300.307500', '171300.767500', '171301.227500', '171301.687500', '171302.147500', '171302.607500', '171303.067500', '171303.527500', '171303.987500', '171304.447500', '171304.907500', '171305.367500', '171305.827500', '171306.287500', '171306.747500', '171307.207500', '171307.667500', '171308.127500', '171308.587500', '171309.047500', '171309.507500', '171309.967500', '171310.427500', '171310.887500', '171311.347500', '171311.807500', '171312.267500', '171312.727500', '171313.187500', '171313.647500', '171314.107500', '171314.567500', '171315.027500', '171315.487500', '171315.947500', '171316.407500', '171316.867500', '171317.327500', '171317.787500', '171318.247500', '171318.707500', '171319.167500', '171319.627500', '171320.087500', '171320.547500', '171321.007500', '171321.467500', '171321.927500', '171322.387500', '171322.847500', '171323.307500', '171323.767500', '171324.227500', '171324.687500', '171325.147500', '171325.607500', '171326.067500', '171326.527500', '171326.987500', '171327.447500', '171327.907500', '171328.367500', '171328.827500', '171329.287500', '171329.747500', '171330.207500', '171330.667500', '171331.127500', '171331.587500', '171332.047500', '171332.507500', '171332.967500', '171333.427500', '171333.887500', '171334.347500', '171334.807500', '171335.267500', '171335.727500', '171336.187500', '171336.647500', '171337.107500', '171337.567500', '171338.027500', '171338.487500', '171338.947500', '171339.407500', '171339.867500', '171340.327500', '171340.787500', '171341.247500', '171341.707500', '171342.167500', '171342.627500', '171343.087500', '171343.547500', '171344.007500', '171344.467500', '171344.927500', '171345.387500', '171345.847500', '171346.307500', '171346.767500', '171347.227500', '171347.687500', '171348.147500', '171348.607500', '171349.067500', '171349.527500', '171349.987500', '171350.447500', '171350.907500', '171351.367500', '171351.827500', '171352.287500', '171352.747500', '171353.207500', '171353.667500', '171354.127500', '171354.587500', '171355.047500', '171355.507500', '171355.967500', '171356.427500', '171356.887500', '171357.347500', '171357.807500', '171358.267500', '171358.727500', '171359.187500', '171359.647500', '171400.107500', '171400.567500', '171401.027500', '171401.487500', '171401.947500', '171402.407500', '171402.867500', '171403.327500', '171403.787500', '171404.247500', '171404.707500', '171405.167500', '171405.627500', '171406.087500', '171406.547500', '171407.007500', '171407.467500', '171407.927500', '171408.387500', '171408.847500', '171409.307500', '171409.767500', '171410.227500', '171410.687500', '171411.147500', '171411.607500', '171412.067500', '171412.527500', '171412.987500', '171413.447500', '171413.907500', '171414.367500', '171414.827500', '171415.287500', '171415.747500', '171416.207500', '171416.667500', '171417.127500', '171417.587500', '171418.047500', '171418.507500', '171418.967500', '171419.427500', '171419.887500', '171420.347500', '171420.807500', '171421.267500', '171421.727500', '171422.187500', '171422.647500', '171423.107500', '171423.567500', '171424.027500', '171424.487500', '171424.947500', '171425.407500', '171425.867500', '171426.327500', '171426.787500', '171427.247500', '171427.707500', '171428.167500', '171428.627500', '171429.087500', '171429.547500', '171430.007500', '171430.467500', '171430.927500', '171431.387500', '171431.847500', '171432.307500', '171432.767500', '171433.227500', '171433.687500', '171434.147500', '171434.607500', '171435.067500', '171435.527500', '171435.987500', '171436.447500', '171436.907500', '171437.367500', '171437.827500', '171438.287500', '171438.747500', '171439.207500', '171439.667500', '171440.127500', '171440.587500', '171441.047500', '171441.507500', '171441.967500', '171442.427500', '171442.887500', '171443.347500', '171443.807500', '171444.267500', '171444.727500', '171445.187500', '171445.647500', '171446.107500', '171446.567500', '171447.027500', '171447.487500', '171447.947500', '171448.407500', '171448.867500', '171449.327500', '171449.787500', '171450.247500', '171450.707500', '171451.167500', '171451.627500', '171452.087500', '171452.547500', '171453.007500', '171453.467500', '171453.927500', '171454.387500', '171454.847500', '171455.307500', '171455.767500', '171456.227500', '171456.687500', '171457.147500', '171457.607500', '171458.067500', '171458.527500', '171458.987500', '171459.447500', '171459.907500', '171500.367500', '171500.827500', '171501.287500', '171501.747500', '171502.207500', '171502.667500', '171503.127500', '171503.587500', '171504.047500', '171504.507500', '171504.967500', '171505.427500', '171505.887500', '171506.347500', '171506.807500', '171507.267500', '171507.727500', '171508.187500', '171508.647500', '171509.107500', '171509.567500', '171510.027500', '171510.487500', '171510.947500', '171511.407500', '171511.867500', '171512.327500', '171512.787500', '171513.247500', '171513.707500', '171514.167500', '171514.627500', '171515.087500', '171515.547500', '171516.007500', '171516.467500', '171516.927500', '171517.387500', '171517.847500', '171518.307500', '171518.767500', '171519.227500', '171519.687500', '171520.147500', '171520.607500', '171521.067500', '171521.527500', '171521.987500', '171522.447500', '171522.907500', '171523.367500', '171523.827500', '171524.287500', '171524.747500', '171525.207500', '171525.667500', '171526.127500', '171526.587500', '171527.047500', '171527.507500', '171527.967500', '171528.427500', '171528.887500', '171529.347500', '171529.807500', '171530.267500', '171530.727500', '171531.187500', '171531.647500', '171532.107500', '171532.567500', '171533.027500', '171533.487500', '171533.947500', '171534.407500', '171534.867500', '171535.327500', '171535.787500', '171536.247500', '171536.707500', '171537.167500', '171537.627500', '171538.087500', '171538.547500', '171539.007500', '171539.467500', '171539.927500', '171540.387500', '171540.847500', '171541.307500', '171541.767500', '171542.227500', '171542.687500', '171543.147500', '171543.607500', '171544.067500', '171544.527500', '171544.987500', '171545.447500', '171545.907500', '171546.367500', '171546.827500', '171547.287500', '171547.747500', '171548.207500', '171548.667500', '171549.127500', '171549.587500', '171550.047500', '171550.507500', '171550.967500', '171551.427500', '171551.887500', '171552.347500', '171552.807500', '171553.267500', '171553.727500', '171554.187500', '171554.647500', '171555.107500', '171555.567500', '171556.027500', '171556.487500', '171556.947500', '171557.407500', '171557.867500', '171558.327500', '171558.787500', '171559.247500', '171559.707500', '171600.167500', '171600.627500', '171601.087500', '171601.547500', '171602.007500', '171602.467500', '171602.927500', '171603.387500', '171603.847500', '171604.307500', '171604.767500', '171605.227500', '171605.687500', '171606.147500', '171606.607500', '171607.067500', '171607.527500', '171607.987500', '171608.447500', '171608.907500', '171609.367500', '171609.827500', '171610.287500', '171610.747500', '171611.207500', '171611.667500', '171612.127500', '171612.587500', '171613.047500', '171613.507500', '171613.967500', '171614.427500', '171614.887500', '171615.347500', '171615.807500', '171616.267500', '171616.727500', '171617.187500', '171617.647500', '171618.107500', '171618.567500', '171619.027500', '171619.487500', '171619.947500', '171620.407500', '171620.867500', '171621.327500', '171621.787500', '171622.247500', '171622.707500', '171623.167500', '171623.627500', '171624.087500', '171624.547500', '171625.007500', '171625.467500', '171625.927500', '171626.387500', '171626.847500', '171627.307500', '171627.767500', '171628.227500', '171628.687500', '171629.147500', '171629.607500', '171630.067500', '171630.527500', '171630.987500', '171631.447500', '171631.907500', '171632.367500', '171632.827500', '171633.287500', '171633.747500', '171634.207500', '171634.667500', '171635.127500', '171635.587500', '171636.047500', '171636.507500', '171636.967500', '171637.427500', '171637.887500', '171638.347500', '171638.807500', '171639.267500', '171639.727500', '171640.187500', '171640.647500', '171641.107500', '171641.567500', '171642.027500', '171642.487500', '171642.947500', '171643.407500', '171643.867500', '171644.327500', '171644.787500', '171645.247500', '171645.707500', '171646.167500', '171646.627500', '171647.087500', '171647.547500', '171648.007500', '171648.467500', '171648.927500', '171649.387500', '171649.847500', '171650.307500', '171650.767500', '171651.227500', '171651.687500', '171652.147500', '171652.607500', '171653.067500', '171653.527500', '171653.987500', '171654.447500', '171654.907500', '171655.367500', '171655.827500', '171656.287500', '171656.747500', '171657.207500', '171657.667500', '171658.127500', '171658.587500', '171659.047500', '171659.507500', '171659.967500', '171700.427500', '171700.887500', '171701.347500', '171701.807500', '171702.267500', '171702.727500', '171703.187500', '171703.647500', '171704.107500', '171704.567500', '171705.027500', '171705.487500', '171705.947500', '171706.407500', '171706.867500', '171707.327500', '171707.787500', '171708.247500', '171708.707500', '171709.167500', '171709.627500', '171710.087500', '171710.547500', '171711.007500', '171711.467500', '171711.927500', '171712.387500', '171712.847500', '171713.307500', '171713.767500', '171714.227500', '171714.687500', '171715.147500', '171715.607500', '171716.067500', '171716.527500', '171716.987500', '171717.447500', '171717.907500', '171718.367500', '171718.827500', '171719.287500', '171719.747500', '171720.207500', '171720.667500', '171721.127500', '171721.587500', '171722.047500', '171722.507500', '171722.967500', '171723.427500', '171723.887500', '171724.347500', '171724.807500', '171725.267500', '171725.727500', '171726.187500', '171726.647500', '171727.107500', '171727.567500', '171728.027500', '171728.487500', '171728.947500', '171729.407500', '171729.867500', '171730.327500', '171730.787500', '171731.247500', '171731.707500', '171732.167500', '171732.627500', '171733.087500', '171733.547500', '171734.007500', '171734.467500', '171734.927500', '171735.387500', '171735.847500', '171736.307500', '171736.767500', '171737.227500', '171737.687500', '171738.147500', '171738.607500', '171739.067500', '171739.527500', '171739.987500', '171740.447500', '171740.907500', '171741.367500', '171741.827500', '171742.287500', '171742.747500', '171743.207500', '171743.667500', '171744.127500', '171744.587500', '171745.047500', '171745.507500', '171745.967500', '171746.427500', '171746.887500', '171747.347500', '171747.807500', '171748.267500', '171748.727500', '171749.187500', '171749.647500', '171750.107500', '171750.567500', '171751.027500', '171751.487500', '171751.947500', '171752.407500', '171752.867500', '171753.327500', '171753.787500', '171754.247500', '171754.707500', '171755.167500', '171755.627500', '171756.087500', '171756.547500', '171757.007500', '171757.467500', '171757.927500', '171758.387500', '171758.847500', '171759.307500', '171759.767500', '171800.227500', '171800.687500', '171801.147500', '171801.607500', '171802.067500', '171802.527500', '171802.987500', '171803.447500', '171803.907500', '171804.367500', '171804.827500', '171805.287500', '171805.747500', '171806.207500', '171806.667500', '171807.127500', '171807.587500', '171808.047500', '171808.507500', '171808.967500', '171809.427500', '171809.887500', '171810.347500', '171810.807500', '171811.267500', '171811.727500', '171812.187500', '171812.647500', '171813.107500', '171813.567500', '171814.027500', '171814.487500', '171814.947500', '171815.407500', '171815.867500', '171816.327500', '171816.787500', '171817.247500', '171817.707500', '171818.167500', '171818.627500', '171819.087500', '171819.547500', '171820.007500', '171820.467500', '171820.927500', '171821.387500', '171821.847500', '171822.307500', '171822.767500', '171823.227500', '171823.687500', '171824.147500', '171824.607500', '171825.067500', '171825.527500', '171825.987500', '171826.447500', '171826.907500', '171827.367500', '171827.827500', '171828.287500', '171828.747500', '171829.207500', '171829.667500', '171830.127500', '171830.587500', '171831.047500', '171831.507500', '171831.967500', '171832.427500', '171832.887500', '171833.347500', '171833.807500', '171834.267500', '171834.727500', '171835.187500', '171835.647500', '171836.107500', '171836.567500', '171837.027500', '171837.487500', '171837.947500', '171838.407500', '171838.867500', '171839.327500', '171839.787500', '171840.247500', '171840.707500', '171841.167500', '171841.627500', '171842.087500', '171842.547500', '171843.007500', '171843.467500', '171843.927500', '171844.387500', '171844.847500', '171845.307500', '171845.767500', '171846.227500', '171846.687500', '171847.147500', '171847.607500', '171848.067500', '171848.527500', '171848.987500', '171849.447500', '171849.907500', '171850.367500', '171850.827500', '171851.287500', '171851.747500', '171852.207500', '171852.667500', '171853.127500', '171853.587500', '171854.047500', '171854.507500', '171854.967500', '171855.427500', '171855.887500', '171856.347500', '171856.807500', '171857.267500', '171857.727500', '171858.187500', '171858.647500', '171859.107500', '171859.567500', '171900.027500', '171900.487500', '171900.947500', '171901.407500', '171901.867500', '171902.327500', '171902.787500', '171903.247500', '171903.707500', '171904.167500', '171904.627500', '171905.087500', '171905.547500', '171906.007500', '171906.467500', '171906.927500', '171907.387500', '171907.847500', '171908.307500', '171908.767500', '171909.227500', '171909.687500', '171910.147500', '171910.607500', '171911.067500', '171911.527500', '171911.987500', '171912.447500', '171912.907500', '171913.367500', '171913.827500', '171914.287500', '171914.747500', '171915.207500', '171915.667500', '171916.127500', '171916.587500', '171917.047500', '171917.507500', '171917.967500', '171918.427500', '171918.887500', '171919.347500', '171919.807500', '171920.267500', '171920.727500', '171921.187500', '171921.647500', '171922.107500', '171922.567500', '171923.027500', '171923.487500', '171923.947500', '171924.407500', '171924.867500', '171925.327500', '171925.787500', '171926.247500', '171926.707500', '171927.167500', '171927.627500', '171928.087500', '171928.547500', '171929.007500', '171929.467500', '171929.927500', '171930.387500', '171930.847500', '171931.307500', '171931.767500', '171932.227500', '171932.687500', '171933.147500', '171933.607500', '171934.067500', '171934.527500', '171934.987500', '171935.447500', '171935.907500', '171936.367500', '171936.827500', '171937.287500', '171937.747500', '171938.207500', '171938.667500', '171939.127500', '171939.587500', '171940.047500', '171940.507500', '171940.967500', '171941.427500', '171941.887500', '171942.347500', '171942.807500', '171943.267500', '171943.727500', '171944.187500', '171944.647500', '171945.107500', '171945.567500', '171946.027500', '171946.487500', '171946.947500', '171947.407500', '171947.867500', '171948.327500', '171948.787500', '171949.247500', '171949.707500', '171950.167500', '171950.627500', '171951.087500', '171951.547500', '171952.007500', '171952.467500', '171952.927500', '171953.387500', '171953.847500', '171954.307500', '171954.767500', '171955.227500', '171955.687500', '171956.147500', '171956.607500', '171957.067500', '171957.527500', '171957.987500', '171958.447500', '171958.907500', '171959.367500', '171959.827500', '172000.287500', '172000.747500', '172001.207500', '172001.667500', '172002.127500', '172002.587500', '172003.047500', '172003.507500', '172003.967500', '172004.427500', '172004.887500', '172005.347500', '172005.807500', '172006.267500', '172006.727500', '172007.187500', '172007.647500', '172008.107500', '172008.567500', '172009.027500', '172009.487500', '172009.947500', '172010.407500', '172010.867500', '172011.327500', '172011.787500', '172012.247500', '172012.707500', '172013.167500', '172013.627500', '172014.087500', '172014.547500', '172015.007500', '172015.467500', '172015.927500', '172016.387500', '172016.847500', '172017.307500', '172017.767500', '172018.227500', '172018.687500', '172019.147500', '172019.607500', '172020.067500', '172020.527500', '172020.987500', '172021.447500', '172021.907500', '172022.367500', '172022.827500', '172023.287500', '172023.747500', '172024.207500', '172024.667500', '172025.127500', '172025.587500', '172026.047500', '172026.507500', '172026.967500', '172027.427500', '172027.887500', '172028.347500', '172028.807500', '172029.267500', '172029.727500', '172030.187500', '172030.647500', '172031.107500', '172031.567500', '172032.027500', '172032.487500', '172032.947500', '172033.407500', '172033.867500', '172034.327500', '172034.787500', '172035.247500', '172035.707500', '172036.167500', '172036.627500', '172037.087500', '172037.547500', '172038.007500', '172038.467500', '172038.927500', '172039.387500', '172039.847500', '172040.307500', '172040.767500', '172041.227500', '172041.687500', '172042.147500', '172042.607500', '172043.067500', '172043.527500', '172043.987500', '172044.447500', '172044.907500', '172045.367500', '172045.827500', '172046.287500', '172046.747500', '172047.207500', '172047.667500', '172048.127500', '172048.587500', '172049.047500', '172049.507500', '172049.967500', '172050.427500', '172050.887500', '172051.347500', '172051.807500', '172052.267500', '172052.727500', '172053.187500', '172053.647500', '172054.107500', '172054.567500', '172055.027500', '172055.487500', '172055.947500', '172056.407500', '172056.867500', '172057.327500', '172057.787500', '172058.247500', '172058.707500', '172059.167500', '172059.627500', '172100.087500', '172100.547500', '172101.007500', '172101.467500', '172101.927500', '172102.387500', '172102.847500', '172103.307500', '172103.767500', '172104.227500', '172104.687500', '172105.147500', '172105.607500', '172106.067500', '172106.527500', '172106.987500', '172107.447500', '172107.907500', '172108.367500', '172108.827500', '172109.287500', '172109.747500', '172110.207500', '172110.667500', '172111.127500', '172111.587500', '172112.047500', '172112.507500', '172112.967500', '172113.427500', '172113.887500', '172114.347500', '172114.807500', '172115.267500', '172115.727500', '172116.187500', '172116.647500', '172117.107500', '172117.567500', '172118.027500', '172118.487500', '172118.947500', '172119.407500', '172119.867500', '172120.327500', '172120.787500', '172121.247500', '172121.707500', '172122.167500', '172122.627500', '172123.087500', '172123.547500', '172124.007500', '172124.467500', '172124.927500', '172125.387500', '172125.847500', '172126.307500', '172126.767500', '172127.227500', '172127.687500', '172128.147500', '172128.607500', '172129.067500', '172129.527500', '172129.987500', '172130.447500', '172130.907500', '172131.367500', '172131.827500', '172132.287500', '172132.747500', '172133.207500', '172133.667500', '172134.127500', '172134.587500', '172135.047500', '172135.507500', '172135.967500', '172136.427500', '172136.887500', '172137.347500', '172137.807500', '172138.267500', '172138.727500', '172139.187500', '172139.647500', '172140.107500', '172140.567500', '172141.027500', '172141.487500', '172141.947500', '172142.407500', '172142.867500', '172143.327500', '172143.787500', '172144.247500', '172144.707500', '172145.167500', '172145.627500', '172146.087500', '172146.547500', '172147.007500', '172147.467500', '172147.927500', '172148.387500', '172148.847500', '172149.307500', '172149.767500', '172150.227500', '172150.687500', '172151.147500', '172151.607500', '172152.067500', '172152.527500', '172152.987500', '172153.447500', '172153.907500', '172154.367500', '172154.827500', '172155.287500', '172155.747500', '172156.207500', '172156.667500', '172157.127500', '172157.587500', '172158.047500', '172158.507500', '172158.967500', '172159.427500', '172159.887500', '172200.347500', '172200.807500', '172201.267500', '172201.727500', '172202.187500', '172202.647500', '172203.107500', '172203.567500', '172204.027500', '172204.487500', '172204.947500', '172205.407500', '172205.867500', '172206.327500', '172206.787500', '172207.247500', '172207.707500', '172208.167500', '172208.627500', '172209.087500', '172209.547500', '172210.007500', '172210.467500', '172210.927500', '172211.387500', '172211.847500', '172212.307500', '172212.767500', '172213.227500', '172213.687500', '172214.147500', '172214.607500', '172215.067500', '172215.527500', '172215.987500', '172216.447500', '172216.907500', '172217.367500', '172217.827500', '172218.287500', '172218.747500', '172219.207500', '172219.667500', '172220.127500', '172220.587500', '172221.047500', '172221.507500', '172221.967500', '172222.427500', '172222.887500', '172223.347500', '172223.807500', '172224.267500', '172224.727500', '172225.187500', '172225.647500', '172226.107500', '172226.567500', '172227.027500', '172227.487500', '172227.947500', '172228.407500', '172228.867500', '172229.327500', '172229.787500', '172230.247500', '172230.707500', '172231.167500', '172231.627500', '172232.087500', '172232.547500', '172233.007500', '172233.467500', '172233.927500', '172234.387500', '172234.847500', '172235.307500', '172235.767500', '172236.227500', '172236.687500', '172237.147500', '172237.607500', '172238.067500', '172238.527500', '172238.987500', '172239.447500', '172239.907500', '172240.367500', '172240.827500', '172241.287500', '172241.747500', '172242.207500', '172242.667500', '172243.127500', '172243.587500', '172244.047500', '172244.507500', '172244.967500', '172245.427500', '172245.887500', '172246.347500', '172246.807500', '172247.267500', '172247.727500', '172248.187500', '172248.647500', '172249.107500', '172249.567500', '172250.027500', '172250.487500', '172250.947500', '172251.407500', '172251.867500', '172252.327500', '172252.787500', '172253.247500', '172253.707500', '172254.167500', '172254.627500', '172255.087500', '172255.547500', '172256.007500', '172256.467500', '172256.927500', '172257.387500', '172257.847500', '172258.307500', '172258.767500', '172259.227500', '172259.687500', '172300.147500', '172300.607500', '172301.067500', '172301.527500', '172301.987500', '172302.447500', '172302.907500', '172303.367500', '172303.827500', '172304.287500', '172304.747500', '172305.207500', '172305.667500', '172306.127500', '172306.587500', '172307.047500', '172307.507500', '172307.967500', '172308.427500', '172308.887500', '172309.347500', '172309.807500', '172310.267500', '172310.727500', '172311.187500', '172311.647500', '172312.107500', '172312.567500', '172313.027500', '172313.487500', '172313.947500', '172314.407500', '172314.867500', '172315.327500', '172315.787500', '172316.247500', '172316.707500', '172317.167500', '172317.627500', '172318.087500', '172318.547500', '172319.007500', '172319.467500', '172319.927500', '172320.387500', '172320.847500', '172321.307500', '172321.767500', '172322.227500', '172322.687500', '172323.147500', '172323.607500', '172324.067500', '172324.527500', '172324.987500', '172325.447500', '172325.907500', '172326.367500', '172326.827500', '172327.287500', '172327.747500', '172328.207500', '172328.667500', '172329.127500', '172329.587500', '172330.047500', '172330.507500', '172330.967500', '172331.427500', '172331.887500', '172332.347500', '172332.807500', '172333.267500', '172333.727500', '172334.187500', '172334.647500', '172335.107500', '172335.567500', '172336.027500', '172336.487500', '172336.947500', '172337.407500', '172337.867500', '172338.327500', '172338.787500', '172339.247500', '172339.707500', '172340.167500', '172340.627500', '172341.087500', '172341.547500', '172342.007500', '172342.467500', '172342.927500', '172343.387500', '172343.847500', '172344.307500', '172344.767500', '172345.227500', '172345.687500', '172346.147500', '172346.607500', '172347.067500', '172347.527500', '172347.987500', '172348.447500', '172348.907500', '172349.367500', '172349.827500', '172350.287500', '172350.747500', '172351.207500', '172351.667500', '172352.127500', '172352.587500', '172353.047500', '172353.507500', '172353.967500', '172354.427500', '172354.887500', '172355.347500', '172355.807500', '172356.267500', '172356.727500', '172357.187500', '172357.647500', '172358.107500', '172358.567500', '172359.027500', '172359.487500', '172359.947500', '172400.407500', '172400.867500', '172401.327500', '172401.787500', '172402.247500', '172402.707500', '172403.167500', '172403.627500', '172404.087500', '172404.547500', '172405.007500', '172405.467500', '172405.927500', '172406.387500', '172406.847500', '172407.307500', '172407.767500', '172408.227500', '172408.687500', '172409.147500', '172409.607500'], 'ContentTime': ['171007.672000', '171007.675000', '171007.677000', '171007.680000', '171007.683000', '171007.688000', '171007.690000', '171007.700000', '171007.702000', '171007.705000', '171007.708000', '171007.710000', '171007.713000', '171007.715000', '171007.718000', '171007.721000', '171007.724000', '171007.726000', '171007.729000', '171007.743000', '171007.745000', '171007.748000', '171007.751000', '171007.753000', '171007.756000', '171027.633000', '171027.636000', '171027.639000', '171027.650000', '171027.653000', '171027.655000', '171027.658000', '171027.660000', '171027.663000', '171027.666000', '171027.668000', '171027.671000', '171027.673000', '171027.676000', '171027.678000', '171027.681000', '171027.684000', '171027.686000', '171027.689000', '171027.692000', '171027.697000', '171027.700000', '171027.703000', '171027.705000', '171027.708000', '171027.710000', '171027.713000', '171027.715000', '171027.718000', '171027.720000', '171027.723000', '171027.726000', '171027.728000', '171027.731000', '171027.734000', '171027.736000', '171027.739000', '171027.741000', '171027.744000', '171027.747000', '171027.749000', '171027.752000', '171027.754000', '171027.757000', '171047.633000', '171047.636000', '171047.639000', '171047.641000', '171047.644000', '171047.647000', '171047.649000', '171047.652000', '171047.654000', '171047.657000', '171047.660000', '171047.662000', '171047.665000', '171047.668000', '171047.670000', '171047.673000', '171047.675000', '171047.678000', '171047.681000', '171047.683000', '171047.686000', '171047.689000', '171047.691000', '171047.694000', '171047.697000', '171047.699000', '171047.702000', '171047.704000', '171047.707000', '171047.710000', '171047.722000', '171047.724000', '171047.727000', '171047.729000', '171047.732000', '171047.735000', '171047.738000', '171047.741000', '171047.744000', '171047.747000', '171047.750000', '171047.753000', '171047.755000', '171107.634000', '171107.636000', '171107.639000', '171107.642000', '171107.644000', '171107.647000', '171107.649000', '171107.652000', '171107.654000', '171107.657000', '171107.660000', '171107.662000', '171107.665000', '171107.667000', '171107.670000', '171107.673000', '171107.675000', '171107.678000', '171107.680000', '171107.683000', '171107.686000', '171107.688000', '171107.691000', '171107.693000', '171107.696000', '171107.699000', '171107.701000', '171107.704000', '171107.722000', '171107.725000', '171107.727000', '171107.730000', '171107.732000', '171107.735000', '171107.737000', '171107.740000', '171107.743000', '171107.745000', '171107.748000', '171107.750000', '171107.753000', '171107.755000', '171107.758000', '171107.761000', '171127.633000', '171127.636000', '171127.639000', '171127.641000', '171127.644000', '171127.647000', '171127.649000', '171127.652000', '171127.654000', '171127.657000', '171127.659000', '171127.662000', '171127.665000', '171127.667000', '171127.670000', '171127.672000', '171127.675000', '171127.678000', '171127.680000', '171127.683000', '171127.685000', '171127.688000', '171127.690000', '171127.693000', '171127.695000', '171127.698000', '171127.701000', '171127.703000', '171127.706000', '171127.708000', '171127.711000', '171127.713000', '171127.716000', '171127.718000', '171127.721000', '171127.724000', '171127.726000', '171127.729000', '171127.731000', '171127.734000', '171127.736000', '171127.739000', '171127.742000', '171147.634000', '171147.636000', '171147.639000', '171147.642000', '171147.644000', '171147.647000', '171147.649000', '171147.652000', '171147.654000', '171147.657000', '171147.660000', '171147.662000', '171147.665000', '171147.667000', '171147.670000', '171147.673000', '171147.675000', '171147.678000', '171147.681000', '171147.683000', '171147.686000', '171147.688000', '171147.691000', '171147.693000', '171147.696000', '171147.698000', '171147.701000', '171147.704000', '171147.712000', '171147.714000', '171147.717000', '171147.719000', '171147.722000', '171147.725000', '171147.727000', '171147.730000', '171147.732000', '171147.735000', '171147.738000', '171147.740000', '171147.743000', '171147.746000', '171147.748000', '171147.751000', '171207.633000', '171207.635000', '171207.638000', '171207.641000', '171207.643000', '171207.646000', '171207.648000', '171207.651000', '171207.654000', '171207.656000', '171207.659000', '171207.661000', '171207.664000', '171207.667000', '171207.669000', '171207.672000', '171207.675000', '171207.677000', '171207.680000', '171207.682000', '171207.685000', '171207.688000', '171207.690000', '171207.693000', '171207.695000', '171207.698000', '171207.700000', '171207.703000', '171207.706000', '171207.708000', '171207.711000', '171207.713000', '171207.716000', '171207.719000', '171207.721000', '171207.724000', '171207.726000', '171207.729000', '171207.731000', '171207.734000', '171207.737000', '171207.739000', '171207.742000', '171227.633000', '171227.636000', '171227.639000', '171227.642000', '171227.644000', '171227.647000', '171227.649000', '171227.652000', '171227.655000', '171227.657000', '171227.660000', '171227.662000', '171227.665000', '171227.668000', '171227.671000', '171227.673000', '171227.676000', '171227.678000', '171227.681000', '171227.683000', '171227.686000', '171227.689000', '171227.691000', '171227.694000', '171227.696000', '171227.699000', '171227.702000', '171227.704000', '171227.707000', '171227.709000', '171227.712000', '171227.714000', '171227.717000', '171227.719000', '171227.722000', '171227.725000', '171227.727000', '171227.730000', '171227.732000', '171227.735000', '171227.738000', '171227.741000', '171227.743000', '171227.746000', '171247.633000', '171247.636000', '171247.639000', '171247.641000', '171247.644000', '171247.647000', '171247.649000', '171247.652000', '171247.654000', '171247.657000', '171247.660000', '171247.662000', '171247.665000', '171247.667000', '171247.670000', '171247.673000', '171247.675000', '171247.678000', '171247.680000', '171247.683000', '171247.686000', '171247.688000', '171247.691000', '171247.708000', '171247.711000', '171247.713000', '171247.716000', '171247.718000', '171247.721000', '171247.724000', '171247.726000', '171247.729000', '171247.732000', '171247.734000', '171247.737000', '171247.739000', '171247.742000', '171247.744000', '171247.747000', '171247.750000', '171247.752000', '171247.755000', '171247.757000', '171307.634000', '171307.637000', '171307.639000', '171307.642000', '171307.644000', '171307.647000', '171307.650000', '171307.652000', '171307.655000', '171307.658000', '171307.661000', '171307.663000', '171307.666000', '171307.669000', '171307.671000', '171307.674000', '171307.676000', '171307.679000', '171307.682000', '171307.684000', '171307.687000', '171307.689000', '171307.692000', '171307.695000', '171307.697000', '171307.700000', '171307.702000', '171307.705000', '171307.708000', '171307.710000', '171307.713000', '171307.715000', '171307.718000', '171307.721000', '171307.723000', '171307.726000', '171307.728000', '171307.731000', '171307.733000', '171307.736000', '171307.739000', '171307.741000', '171307.744000', '171307.746000', '171327.634000', '171327.636000', '171327.639000', '171327.642000', '171327.644000', '171327.647000', '171327.649000', '171327.652000', '171327.655000', '171327.657000', '171327.660000', '171327.662000', '171327.665000', '171327.668000', '171327.670000', '171327.673000', '171327.675000', '171327.678000', '171327.681000', '171327.683000', '171327.686000', '171327.689000', '171327.691000', '171327.694000', '171327.696000', '171327.699000', '171327.702000', '171327.704000', '171327.707000', '171327.709000', '171327.712000', '171327.714000', '171327.717000', '171327.720000', '171327.722000', '171327.725000', '171327.727000', '171327.730000', '171327.732000', '171327.735000', '171327.738000', '171327.740000', '171327.743000', '171347.633000', '171347.636000', '171347.639000', '171347.642000', '171347.644000', '171347.647000', '171347.649000', '171347.653000', '171347.655000', '171347.658000', '171347.661000', '171347.663000', '171347.666000', '171347.669000', '171347.671000', '171347.674000', '171347.676000', '171347.679000', '171347.682000', '171347.684000', '171347.687000', '171347.690000', '171347.692000', '171347.695000', '171347.698000', '171347.700000', '171347.703000', '171347.706000', '171347.708000', '171347.711000', '171347.713000', '171347.716000', '171347.719000', '171347.721000', '171347.724000', '171347.726000', '171347.729000', '171347.732000', '171347.735000', '171347.737000', '171347.740000', '171347.742000', '171347.745000', '171347.748000', '171407.633000', '171407.636000', '171407.639000', '171407.642000', '171407.645000', '171407.647000', '171407.650000', '171407.653000', '171407.656000', '171407.658000', '171407.661000', '171407.664000', '171407.666000', '171407.669000', '171407.671000', '171407.674000', '171407.677000', '171407.679000', '171407.682000', '171407.685000', '171407.688000', '171407.690000', '171407.693000', '171407.696000', '171407.698000', '171407.701000', '171407.703000', '171407.706000', '171407.708000', '171407.711000', '171407.714000', '171407.716000', '171407.719000', '171407.721000', '171407.724000', '171407.727000', '171407.729000', '171407.732000', '171407.734000', '171407.737000', '171407.739000', '171407.742000', '171407.745000', '171427.632000', '171427.635000', '171427.638000', '171427.641000', '171427.643000', '171427.646000', '171427.649000', '171427.651000', '171427.654000', '171427.657000', '171427.659000', '171427.662000', '171427.665000', '171427.667000', '171427.670000', '171427.673000', '171427.676000', '171427.678000', '171427.681000', '171427.684000', '171427.686000', '171427.689000', '171427.692000', '171427.694000', '171427.697000', '171427.700000', '171427.702000', '171427.705000', '171427.708000', '171427.710000', '171427.713000', '171427.715000', '171427.718000', '171427.721000', '171427.723000', '171427.726000', '171427.729000', '171427.731000', '171427.734000', '171427.736000', '171427.739000', '171427.742000', '171427.744000', '171447.633000', '171447.636000', '171447.639000', '171447.641000', '171447.644000', '171447.647000', '171447.649000', '171447.652000', '171447.654000', '171447.657000', '171447.659000', '171447.662000', '171447.665000', '171447.667000', '171447.670000', '171447.672000', '171447.675000', '171447.677000', '171447.680000', '171447.683000', '171447.685000', '171447.688000', '171447.691000', '171447.693000', '171447.696000', '171447.699000', '171447.701000', '171447.704000', '171447.706000', '171447.709000', '171447.712000', '171447.714000', '171447.717000', '171447.720000', '171447.722000', '171447.725000', '171447.728000', '171447.730000', '171447.733000', '171447.735000', '171447.738000', '171447.740000', '171447.743000', '171447.745000', '171507.634000', '171507.637000', '171507.640000', '171507.642000', '171507.645000', '171507.648000', '171507.650000', '171507.653000', '171507.656000', '171507.658000', '171507.661000', '171507.664000', '171507.666000', '171507.669000', '171507.672000', '171507.674000', '171507.677000', '171507.680000', '171507.682000', '171507.685000', '171507.687000', '171507.690000', '171507.693000', '171507.696000', '171507.698000', '171507.701000', '171507.703000', '171507.706000', '171507.709000', '171507.711000', '171507.714000', '171507.716000', '171507.719000', '171507.721000', '171507.724000', '171507.727000', '171507.729000', '171507.732000', '171507.735000', '171507.737000', '171507.740000', '171507.743000', '171507.745000', '171527.633000', '171527.636000', '171527.640000', '171527.642000', '171527.645000', '171527.648000', '171527.651000', '171527.653000', '171527.656000', '171527.658000', '171527.662000', '171527.665000', '171527.667000', '171527.670000', '171527.673000', '171527.675000', '171527.678000', '171527.681000', '171527.684000', '171527.688000', '171527.691000', '171527.694000', '171527.696000', '171527.699000', '171527.702000', '171527.704000', '171527.707000', '171527.710000', '171527.712000', '171527.715000', '171527.718000', '171527.720000', '171527.723000', '171527.725000', '171527.728000', '171527.731000', '171527.733000', '171527.736000', '171527.739000', '171527.752000', '171527.754000', '171527.757000', '171527.760000', '171527.762000', '171547.634000', '171547.636000', '171547.639000', '171547.642000', '171547.645000', '171547.647000', '171547.650000', '171547.653000', '171547.655000', '171547.658000', '171547.661000', '171547.663000', '171547.666000', '171547.668000', '171547.671000', '171547.674000', '171547.686000', '171547.689000', '171547.692000', '171547.694000', '171547.697000', '171547.700000', '171547.702000', '171547.705000', '171547.708000', '171547.710000', '171547.713000', '171547.716000', '171547.718000', '171547.721000', '171547.724000', '171547.726000', '171547.729000', '171547.731000', '171547.734000', '171547.736000', '171547.739000', '171547.742000', '171547.744000', '171547.747000', '171547.749000', '171547.752000', '171547.755000', '171607.634000', '171607.637000', '171607.639000', '171607.642000', '171607.645000', '171607.648000', '171607.650000', '171607.653000', '171607.655000', '171607.658000', '171607.661000', '171607.664000', '171607.666000', '171607.669000', '171607.672000', '171607.674000', '171607.677000', '171607.680000', '171607.682000', '171607.685000', '171607.688000', '171607.690000', '171607.693000', '171607.696000', '171607.698000', '171607.701000', '171607.704000', '171607.706000', '171607.709000', '171607.712000', '171607.714000', '171607.717000', '171607.720000', '171607.722000', '171607.725000', '171607.727000', '171607.730000', '171607.733000', '171607.735000', '171607.738000', '171607.741000', '171607.743000', '171607.746000', '171607.749000', '171627.634000', '171627.636000', '171627.639000', '171627.642000', '171627.645000', '171627.647000', '171627.650000', '171627.653000', '171627.656000', '171627.658000', '171627.661000', '171627.664000', '171627.666000', '171627.669000', '171627.671000', '171627.674000', '171627.677000', '171627.680000', '171627.690000', '171627.693000', '171627.696000', '171627.698000', '171627.701000', '171627.704000', '171627.706000', '171627.709000', '171627.712000', '171627.714000', '171627.717000', '171627.719000', '171627.722000', '171627.725000', '171627.727000', '171627.730000', '171627.733000', '171627.736000', '171627.739000', '171627.741000', '171627.744000', '171627.747000', '171627.749000', '171627.752000', '171627.754000', '171647.633000', '171647.636000', '171647.638000', '171647.641000', '171647.643000', '171647.646000', '171647.649000', '171647.651000', '171647.654000', '171647.657000', '171647.659000', '171647.662000', '171647.665000', '171647.668000', '171647.670000', '171647.673000', '171647.676000', '171647.678000', '171647.681000', '171647.684000', '171647.686000', '171647.689000', '171647.692000', '171647.694000', '171647.697000', '171647.700000', '171647.702000', '171647.705000', '171647.708000', '171647.710000', '171647.713000', '171647.716000', '171647.718000', '171647.721000', '171647.724000', '171647.726000', '171647.729000', '171647.732000', '171647.734000', '171647.737000', '171647.740000', '171647.742000', '171647.745000', '171647.747000', '171707.634000', '171707.637000', '171707.639000', '171707.642000', '171707.644000', '171707.647000', '171707.650000', '171707.652000', '171707.655000', '171707.658000', '171707.660000', '171707.663000', '171707.666000', '171707.668000', '171707.671000', '171707.674000', '171707.676000', '171707.679000', '171707.682000', '171707.684000', '171707.687000', '171707.690000', '171707.692000', '171707.695000', '171707.698000', '171707.700000', '171707.703000', '171707.713000', '171707.716000', '171707.719000', '171707.721000', '171707.724000', '171707.727000', '171707.729000', '171707.732000', '171707.734000', '171707.737000', '171707.740000', '171707.742000', '171707.745000', '171707.748000', '171707.750000', '171707.753000', '171727.633000', '171727.636000', '171727.639000', '171727.642000', '171727.645000', '171727.647000', '171727.650000', '171727.653000', '171727.655000', '171727.658000', '171727.661000', '171727.663000', '171727.666000', '171727.668000', '171727.671000', '171727.674000', '171727.676000', '171727.679000', '171727.682000', '171727.684000', '171727.687000', '171727.689000', '171727.692000', '171727.695000', '171727.697000', '171727.700000', '171727.703000', '171727.705000', '171727.708000', '171727.711000', '171727.713000', '171727.716000', '171727.719000', '171727.721000', '171727.724000', '171727.727000', '171727.729000', '171727.732000', '171727.734000', '171727.737000', '171727.740000', '171727.742000', '171727.745000', '171727.748000', '171747.634000', '171747.637000', '171747.639000', '171747.642000', '171747.644000', '171747.647000', '171747.650000', '171747.652000', '171747.655000', '171747.657000', '171747.660000', '171747.663000', '171747.665000', '171747.668000', '171747.670000', '171747.673000', '171747.676000', '171747.678000', '171747.681000', '171747.683000', '171747.686000', '171747.689000', '171747.691000', '171747.694000', '171747.696000', '171747.699000', '171747.702000', '171747.704000', '171747.707000', '171747.710000', '171747.712000', '171747.715000', '171747.717000', '171747.720000', '171747.723000', '171747.726000', '171747.729000', '171747.731000', '171747.734000', '171747.737000', '171747.739000', '171747.742000', '171747.745000', '171807.634000', '171807.637000', '171807.639000', '171807.642000', '171807.645000', '171807.647000', '171807.650000', '171807.653000', '171807.655000', '171807.658000', '171807.661000', '171807.663000', '171807.666000', '171807.669000', '171807.671000', '171807.674000', '171807.677000', '171807.679000', '171807.682000', '171807.685000', '171807.687000', '171807.690000', '171807.693000', '171807.695000', '171807.698000', '171807.701000', '171807.703000', '171807.706000', '171807.709000', '171807.711000', '171807.714000', '171807.717000', '171807.719000', '171807.722000', '171807.725000', '171807.727000', '171807.730000', '171807.733000', '171807.735000', '171807.738000', '171807.741000', '171807.743000', '171807.746000', '171807.748000', '171827.634000', '171827.636000', '171827.639000', '171827.642000', '171827.645000', '171827.647000', '171827.653000', '171827.656000', '171827.659000', '171827.661000', '171827.664000', '171827.667000', '171827.669000', '171827.672000', '171827.675000', '171827.677000', '171827.680000', '171827.683000', '171827.685000', '171827.688000', '171827.691000', '171827.693000', '171827.696000', '171827.705000', '171827.707000', '171827.710000', '171827.713000', '171827.715000', '171827.718000', '171827.721000', '171827.723000', '171827.726000', '171827.729000', '171827.731000', '171827.734000', '171827.737000', '171827.739000', '171827.742000', '171827.747000', '171827.749000', '171827.752000', '171827.755000', '171827.757000', '171847.634000', '171847.636000', '171847.639000', '171847.642000', '171847.645000', '171847.647000', '171847.650000', '171847.652000', '171847.655000', '171847.658000', '171847.660000', '171847.663000', '171847.666000', '171847.668000', '171847.671000', '171847.673000', '171847.676000', '171847.679000', '171847.681000', '171847.684000', '171847.687000', '171847.690000', '171847.692000', '171847.695000', '171847.697000', '171847.700000', '171847.703000', '171847.705000', '171847.708000', '171847.711000', '171847.713000', '171847.716000', '171847.719000', '171847.721000', '171847.724000', '171847.727000', '171847.729000', '171847.732000', '171847.734000', '171847.737000', '171847.740000', '171847.742000', '171847.745000', '171847.748000', '171907.633000', '171907.635000', '171907.639000', '171907.641000', '171907.644000', '171907.646000', '171907.649000', '171907.652000', '171907.655000', '171907.657000', '171907.660000', '171907.663000', '171907.665000', '171907.668000', '171907.671000', '171907.673000', '171907.676000', '171907.679000', '171907.681000', '171907.684000', '171907.687000', '171907.689000', '171907.692000', '171907.695000', '171907.697000', '171907.700000', '171907.703000', '171907.705000', '171907.708000', '171907.710000', '171907.713000', '171907.716000', '171907.718000', '171907.721000', '171907.724000', '171907.726000', '171907.729000', '171907.731000', '171907.734000', '171907.737000', '171907.739000', '171907.742000', '171907.745000', '171927.634000', '171927.636000', '171927.639000', '171927.642000', '171927.644000', '171927.647000', '171927.650000', '171927.652000', '171927.655000', '171927.658000', '171927.660000', '171927.663000', '171927.665000', '171927.668000', '171927.671000', '171927.674000', '171927.676000', '171927.679000', '171927.682000', '171927.684000', '171927.687000', '171927.690000', '171927.692000', '171927.695000', '171927.698000', '171927.700000', '171927.703000', '171927.706000', '171927.708000', '171927.711000', '171927.714000', '171927.716000', '171927.719000', '171927.722000', '171927.724000', '171927.727000', '171927.730000', '171927.732000', '171927.735000', '171927.738000', '171927.740000', '171927.743000', '171927.746000', '171927.748000', '171947.634000', '171947.637000', '171947.640000', '171947.642000', '171947.645000', '171947.648000', '171947.659000', '171947.662000', '171947.664000', '171947.667000', '171947.670000', '171947.672000', '171947.675000', '171947.678000', '171947.680000', '171947.683000', '171947.686000', '171947.688000', '171947.691000', '171947.694000', '171947.696000', '171947.699000', '171947.702000', '171947.704000', '171947.707000', '171947.710000', '171947.712000', '171947.715000', '171947.718000', '171947.720000', '171947.723000', '171947.726000', '171947.728000', '171947.731000', '171947.733000', '171947.736000', '171947.739000', '171947.743000', '171947.746000', '171947.749000', '171947.751000', '171947.754000', '171947.757000', '172007.634000', '172007.637000', '172007.639000', '172007.642000', '172007.645000', '172007.647000', '172007.650000', '172007.652000', '172007.655000', '172007.658000', '172007.660000', '172007.663000', '172007.666000', '172007.669000', '172007.672000', '172007.676000', '172007.679000', '172007.681000', '172007.684000', '172007.687000', '172007.689000', '172007.692000', '172007.695000', '172007.697000', '172007.700000', '172007.703000', '172007.705000', '172007.708000', '172007.710000', '172007.713000', '172007.716000', '172007.718000', '172007.721000', '172007.724000', '172007.726000', '172007.729000', '172007.732000', '172007.734000', '172007.737000', '172007.740000', '172007.742000', '172007.745000', '172007.748000', '172027.633000', '172027.637000', '172027.640000', '172027.642000', '172027.645000', '172027.648000', '172027.650000', '172027.653000', '172027.656000', '172027.658000', '172027.661000', '172027.663000', '172027.666000', '172027.669000', '172027.671000', '172027.674000', '172027.677000', '172027.679000', '172027.682000', '172027.685000', '172027.687000', '172027.690000', '172027.693000', '172027.695000', '172027.698000', '172027.701000', '172027.703000', '172027.706000', '172027.708000', '172027.711000', '172027.714000', '172027.716000', '172027.719000', '172027.722000', '172027.724000', '172027.727000', '172027.730000', '172027.732000', '172027.735000', '172027.737000', '172027.740000', '172027.743000', '172027.745000', '172027.748000', '172047.634000', '172047.637000', '172047.639000', '172047.642000', '172047.644000', '172047.647000', '172047.650000', '172047.652000', '172047.655000', '172047.658000', '172047.663000', '172047.666000', '172047.669000', '172047.672000', '172047.674000', '172047.677000', '172047.679000', '172047.682000', '172047.685000', '172047.688000', '172047.690000', '172047.693000', '172047.696000', '172047.698000', '172047.701000', '172047.704000', '172047.706000', '172047.709000', '172047.712000', '172047.714000', '172047.717000', '172047.719000', '172047.722000', '172047.725000', '172047.728000', '172047.730000', '172047.733000', '172047.735000', '172047.738000', '172047.741000', '172047.743000', '172047.746000', '172047.749000', '172047.751000', '172107.634000', '172107.636000', '172107.639000', '172107.642000', '172107.645000', '172107.647000', '172107.650000', '172107.653000', '172107.655000', '172107.658000', '172107.660000', '172107.663000', '172107.666000', '172107.668000', '172107.671000', '172107.673000', '172107.676000', '172107.679000', '172107.681000', '172107.684000', '172107.687000', '172107.689000', '172107.692000', '172107.695000', '172107.697000', '172107.700000', '172107.703000', '172107.705000', '172107.708000', '172107.711000', '172107.713000', '172107.716000', '172107.718000', '172107.721000', '172107.724000', '172107.726000', '172107.729000', '172107.731000', '172107.734000', '172107.737000', '172107.739000', '172107.742000', '172107.744000', '172127.633000', '172127.635000', '172127.638000', '172127.641000', '172127.643000', '172127.646000', '172127.649000', '172127.652000', '172127.655000', '172127.658000', '172127.660000', '172127.663000', '172127.666000', '172127.668000', '172127.671000', '172127.674000', '172127.676000', '172127.679000', '172127.682000', '172127.684000', '172127.687000', '172127.690000', '172127.692000', '172127.695000', '172127.698000', '172127.700000', '172127.703000', '172127.706000', '172127.708000', '172127.711000', '172127.714000', '172127.716000', '172127.719000', '172127.722000', '172127.724000', '172127.727000', '172127.730000', '172127.732000', '172127.735000', '172127.737000', '172127.740000', '172127.743000', '172127.745000', '172127.748000', '172147.634000', '172147.637000', '172147.640000', '172147.643000', '172147.645000', '172147.648000', '172147.651000', '172147.653000', '172147.656000', '172147.659000', '172147.661000', '172147.664000', '172147.666000', '172147.669000', '172147.672000', '172147.675000', '172147.677000', '172147.680000', '172147.682000', '172147.685000', '172147.688000', '172147.690000', '172147.693000', '172147.696000', '172147.698000', '172147.701000', '172147.704000', '172147.706000', '172147.709000', '172147.711000', '172147.714000', '172147.717000', '172147.719000', '172147.722000', '172147.724000', '172147.727000', '172147.730000', '172147.732000', '172147.735000', '172147.738000', '172147.740000', '172147.743000', '172147.745000', '172207.634000', '172207.637000', '172207.640000', '172207.644000', '172207.646000', '172207.649000', '172207.652000', '172207.655000', '172207.658000', '172207.660000', '172207.663000', '172207.666000', '172207.668000', '172207.671000', '172207.683000', '172207.686000', '172207.688000', '172207.691000', '172207.694000', '172207.696000', '172207.699000', '172207.702000', '172207.704000', '172207.707000', '172207.710000', '172207.712000', '172207.715000', '172207.718000', '172207.720000', '172207.723000', '172207.726000', '172207.728000', '172207.731000', '172207.733000', '172207.736000', '172207.739000', '172207.741000', '172207.744000', '172207.746000', '172207.749000', '172207.752000', '172207.754000', '172207.757000', '172227.634000', '172227.636000', '172227.639000', '172227.642000', '172227.645000', '172227.647000', '172227.650000', '172227.653000', '172227.655000', '172227.658000', '172227.660000', '172227.663000', '172227.666000', '172227.668000', '172227.671000', '172227.674000', '172227.676000', '172227.679000', '172227.682000', '172227.684000', '172227.687000', '172227.689000', '172227.692000', '172227.695000', '172227.697000', '172227.700000', '172227.703000', '172227.705000', '172227.708000', '172227.710000', '172227.713000', '172227.716000', '172227.718000', '172227.721000', '172227.724000', '172227.726000', '172227.729000', '172227.731000', '172227.734000', '172227.737000', '172227.739000', '172227.749000', '172227.752000', '172227.755000', '172247.634000', '172247.637000', '172247.640000', '172247.643000', '172247.646000', '172247.648000', '172247.651000', '172247.654000', '172247.656000', '172247.659000', '172247.661000', '172247.664000', '172247.667000', '172247.669000', '172247.672000', '172247.675000', '172247.677000', '172247.680000', '172247.683000', '172247.685000', '172247.688000', '172247.691000', '172247.694000', '172247.697000', '172247.699000', '172247.702000', '172247.705000', '172247.707000', '172247.710000', '172247.712000', '172247.715000', '172247.718000', '172247.720000', '172247.723000', '172247.726000', '172247.728000', '172247.731000', '172247.733000', '172247.736000', '172247.739000', '172247.742000', '172247.744000', '172247.747000', '172307.634000', '172307.636000', '172307.639000', '172307.642000', '172307.645000', '172307.647000', '172307.650000', '172307.653000', '172307.656000', '172307.658000', '172307.661000', '172307.664000', '172307.667000', '172307.669000', '172307.672000', '172307.675000', '172307.677000', '172307.680000', '172307.683000', '172307.685000', '172307.688000', '172307.691000', '172307.693000', '172307.696000', '172307.698000', '172307.701000', '172307.704000', '172307.706000', '172307.709000', '172307.711000', '172307.714000', '172307.717000', '172307.719000', '172307.722000', '172307.725000', '172307.727000', '172307.730000', '172307.733000', '172307.735000', '172307.738000', '172307.740000', '172307.743000', '172307.746000', '172307.748000', '172327.634000', '172327.637000', '172327.640000', '172327.642000', '172327.645000', '172327.647000', '172327.650000', '172327.654000', '172327.657000', '172327.659000', '172327.662000', '172327.665000', '172327.667000', '172327.670000', '172327.672000', '172327.675000', '172327.678000', '172327.680000', '172327.683000', '172327.685000', '172327.688000', '172327.691000', '172327.693000', '172327.696000', '172327.699000', '172327.701000', '172327.704000', '172327.707000', '172327.709000', '172327.712000', '172327.715000', '172327.717000', '172327.720000', '172327.723000', '172327.725000', '172327.728000', '172327.731000', '172327.733000', '172327.736000', '172327.738000', '172327.741000', '172327.744000', '172327.746000', '172347.633000', '172347.636000', '172347.639000', '172347.642000', '172347.644000', '172347.647000', '172347.650000', '172347.652000', '172347.655000', '172347.658000', '172347.660000', '172347.663000', '172347.666000', '172347.668000', '172347.671000', '172347.673000', '172347.676000', '172347.679000', '172347.681000', '172347.684000', '172347.687000', '172347.689000', '172347.692000', '172347.695000', '172347.697000', '172347.700000', '172347.703000', '172347.705000', '172347.708000', '172347.710000', '172347.713000', '172347.716000', '172347.718000', '172347.721000', '172347.724000', '172347.726000', '172347.729000', '172347.732000', '172347.734000', '172347.737000', '172347.740000', '172347.742000', '172347.745000', '172347.747000', '172407.634000', '172407.637000', '172407.640000', '172407.642000', '172407.645000', '172407.648000', '172407.651000', '172407.653000', '172407.656000', '172407.659000', '172407.661000', '172407.664000', '172407.667000', '172407.669000', '172407.672000', '172407.674000', '172407.677000', '172407.680000', '172407.682000', '172407.685000', '172407.688000', '172407.691000', '172407.693000', '172407.698000', '172407.700000', '172407.703000', '172407.706000', '172407.709000', '172407.712000', '172407.714000', '172407.717000', '172407.720000', '172407.722000', '172407.725000', '172407.727000', '172407.731000', '172407.733000', '172407.736000', '172407.739000', '172407.742000', '172407.744000', '172407.747000', '172407.750000', '172410.883000', '172410.886000', '172410.889000', '172410.892000', '172410.894000', '172410.897000', '172410.900000', '172410.902000'], 'InstanceCreationTime': ['171007.672000', '171007.675000', '171007.677000', '171007.680000', '171007.683000', '171007.688000', '171007.690000', '171007.700000', '171007.702000', '171007.705000', '171007.708000', '171007.710000', '171007.713000', '171007.715000', '171007.718000', '171007.721000', '171007.724000', '171007.726000', '171007.729000', '171007.743000', '171007.745000', '171007.748000', '171007.751000', '171007.753000', '171007.756000', '171027.633000', '171027.636000', '171027.639000', '171027.650000', '171027.653000', '171027.655000', '171027.658000', '171027.660000', '171027.663000', '171027.666000', '171027.668000', '171027.671000', '171027.673000', '171027.676000', '171027.678000', '171027.681000', '171027.684000', '171027.686000', '171027.689000', '171027.692000', '171027.697000', '171027.700000', '171027.703000', '171027.705000', '171027.708000', '171027.710000', '171027.713000', '171027.715000', '171027.718000', '171027.720000', '171027.723000', '171027.726000', '171027.728000', '171027.731000', '171027.734000', '171027.736000', '171027.739000', '171027.741000', '171027.744000', '171027.747000', '171027.749000', '171027.752000', '171027.754000', '171027.757000', '171047.633000', '171047.636000', '171047.639000', '171047.641000', '171047.644000', '171047.647000', '171047.649000', '171047.652000', '171047.654000', '171047.657000', '171047.660000', '171047.662000', '171047.665000', '171047.668000', '171047.670000', '171047.673000', '171047.675000', '171047.678000', '171047.681000', '171047.683000', '171047.686000', '171047.689000', '171047.691000', '171047.694000', '171047.697000', '171047.699000', '171047.702000', '171047.704000', '171047.707000', '171047.710000', '171047.722000', '171047.724000', '171047.727000', '171047.729000', '171047.732000', '171047.735000', '171047.738000', '171047.741000', '171047.744000', '171047.747000', '171047.750000', '171047.753000', '171047.755000', '171107.634000', '171107.636000', '171107.639000', '171107.642000', '171107.644000', '171107.647000', '171107.649000', '171107.652000', '171107.654000', '171107.657000', '171107.660000', '171107.662000', '171107.665000', '171107.667000', '171107.670000', '171107.673000', '171107.675000', '171107.678000', '171107.680000', '171107.683000', '171107.686000', '171107.688000', '171107.691000', '171107.693000', '171107.696000', '171107.699000', '171107.701000', '171107.704000', '171107.722000', '171107.725000', '171107.727000', '171107.730000', '171107.732000', '171107.735000', '171107.737000', '171107.740000', '171107.743000', '171107.745000', '171107.748000', '171107.750000', '171107.753000', '171107.755000', '171107.758000', '171107.761000', '171127.633000', '171127.636000', '171127.639000', '171127.641000', '171127.644000', '171127.647000', '171127.649000', '171127.652000', '171127.654000', '171127.657000', '171127.659000', '171127.662000', '171127.665000', '171127.667000', '171127.670000', '171127.672000', '171127.675000', '171127.678000', '171127.680000', '171127.683000', '171127.685000', '171127.688000', '171127.690000', '171127.693000', '171127.695000', '171127.698000', '171127.701000', '171127.703000', '171127.706000', '171127.708000', '171127.711000', '171127.713000', '171127.716000', '171127.718000', '171127.721000', '171127.724000', '171127.726000', '171127.729000', '171127.731000', '171127.734000', '171127.736000', '171127.739000', '171127.742000', '171147.634000', '171147.636000', '171147.639000', '171147.642000', '171147.644000', '171147.647000', '171147.649000', '171147.652000', '171147.654000', '171147.657000', '171147.660000', '171147.662000', '171147.665000', '171147.667000', '171147.670000', '171147.673000', '171147.675000', '171147.678000', '171147.681000', '171147.683000', '171147.686000', '171147.688000', '171147.691000', '171147.693000', '171147.696000', '171147.698000', '171147.701000', '171147.704000', '171147.712000', '171147.714000', '171147.717000', '171147.719000', '171147.722000', '171147.725000', '171147.727000', '171147.730000', '171147.732000', '171147.735000', '171147.738000', '171147.740000', '171147.743000', '171147.746000', '171147.748000', '171147.751000', '171207.633000', '171207.635000', '171207.638000', '171207.641000', '171207.643000', '171207.646000', '171207.648000', '171207.651000', '171207.654000', '171207.656000', '171207.659000', '171207.661000', '171207.664000', '171207.667000', '171207.669000', '171207.672000', '171207.675000', '171207.677000', '171207.680000', '171207.682000', '171207.685000', '171207.688000', '171207.690000', '171207.693000', '171207.695000', '171207.698000', '171207.700000', '171207.703000', '171207.706000', '171207.708000', '171207.711000', '171207.713000', '171207.716000', '171207.719000', '171207.721000', '171207.724000', '171207.726000', '171207.729000', '171207.731000', '171207.734000', '171207.737000', '171207.739000', '171207.742000', '171227.633000', '171227.636000', '171227.639000', '171227.642000', '171227.644000', '171227.647000', '171227.649000', '171227.652000', '171227.655000', '171227.657000', '171227.660000', '171227.662000', '171227.665000', '171227.668000', '171227.671000', '171227.673000', '171227.676000', '171227.678000', '171227.681000', '171227.683000', '171227.686000', '171227.689000', '171227.691000', '171227.694000', '171227.696000', '171227.699000', '171227.702000', '171227.704000', '171227.707000', '171227.709000', '171227.712000', '171227.714000', '171227.717000', '171227.719000', '171227.722000', '171227.725000', '171227.727000', '171227.730000', '171227.732000', '171227.735000', '171227.738000', '171227.741000', '171227.743000', '171227.746000', '171247.633000', '171247.636000', '171247.639000', '171247.641000', '171247.644000', '171247.647000', '171247.649000', '171247.652000', '171247.654000', '171247.657000', '171247.660000', '171247.662000', '171247.665000', '171247.667000', '171247.670000', '171247.673000', '171247.675000', '171247.678000', '171247.680000', '171247.683000', '171247.686000', '171247.688000', '171247.691000', '171247.708000', '171247.711000', '171247.713000', '171247.716000', '171247.718000', '171247.721000', '171247.724000', '171247.726000', '171247.729000', '171247.732000', '171247.734000', '171247.737000', '171247.739000', '171247.742000', '171247.744000', '171247.747000', '171247.750000', '171247.752000', '171247.755000', '171247.757000', '171307.634000', '171307.637000', '171307.639000', '171307.642000', '171307.644000', '171307.647000', '171307.650000', '171307.652000', '171307.655000', '171307.658000', '171307.661000', '171307.663000', '171307.666000', '171307.669000', '171307.671000', '171307.674000', '171307.676000', '171307.679000', '171307.682000', '171307.684000', '171307.687000', '171307.689000', '171307.692000', '171307.695000', '171307.697000', '171307.700000', '171307.702000', '171307.705000', '171307.708000', '171307.710000', '171307.713000', '171307.715000', '171307.718000', '171307.721000', '171307.723000', '171307.726000', '171307.728000', '171307.731000', '171307.733000', '171307.736000', '171307.739000', '171307.741000', '171307.744000', '171307.746000', '171327.634000', '171327.636000', '171327.639000', '171327.642000', '171327.644000', '171327.647000', '171327.649000', '171327.652000', '171327.655000', '171327.657000', '171327.660000', '171327.662000', '171327.665000', '171327.668000', '171327.670000', '171327.673000', '171327.675000', '171327.678000', '171327.681000', '171327.683000', '171327.686000', '171327.689000', '171327.691000', '171327.694000', '171327.696000', '171327.699000', '171327.702000', '171327.704000', '171327.707000', '171327.709000', '171327.712000', '171327.714000', '171327.717000', '171327.720000', '171327.722000', '171327.725000', '171327.727000', '171327.730000', '171327.732000', '171327.735000', '171327.738000', '171327.740000', '171327.743000', '171347.633000', '171347.636000', '171347.639000', '171347.642000', '171347.644000', '171347.647000', '171347.649000', '171347.653000', '171347.655000', '171347.658000', '171347.661000', '171347.663000', '171347.666000', '171347.669000', '171347.671000', '171347.674000', '171347.676000', '171347.679000', '171347.682000', '171347.684000', '171347.687000', '171347.690000', '171347.692000', '171347.695000', '171347.698000', '171347.700000', '171347.703000', '171347.706000', '171347.708000', '171347.711000', '171347.713000', '171347.716000', '171347.719000', '171347.721000', '171347.724000', '171347.726000', '171347.729000', '171347.732000', '171347.735000', '171347.737000', '171347.740000', '171347.742000', '171347.745000', '171347.748000', '171407.633000', '171407.636000', '171407.639000', '171407.642000', '171407.645000', '171407.647000', '171407.650000', '171407.653000', '171407.656000', '171407.658000', '171407.661000', '171407.664000', '171407.666000', '171407.669000', '171407.671000', '171407.674000', '171407.677000', '171407.679000', '171407.682000', '171407.685000', '171407.688000', '171407.690000', '171407.693000', '171407.696000', '171407.698000', '171407.701000', '171407.703000', '171407.706000', '171407.708000', '171407.711000', '171407.714000', '171407.716000', '171407.719000', '171407.721000', '171407.724000', '171407.727000', '171407.729000', '171407.732000', '171407.734000', '171407.737000', '171407.739000', '171407.742000', '171407.745000', '171427.632000', '171427.635000', '171427.638000', '171427.641000', '171427.643000', '171427.646000', '171427.649000', '171427.651000', '171427.654000', '171427.657000', '171427.659000', '171427.662000', '171427.665000', '171427.667000', '171427.670000', '171427.673000', '171427.676000', '171427.678000', '171427.681000', '171427.684000', '171427.686000', '171427.689000', '171427.692000', '171427.694000', '171427.697000', '171427.700000', '171427.702000', '171427.705000', '171427.708000', '171427.710000', '171427.713000', '171427.715000', '171427.718000', '171427.721000', '171427.723000', '171427.726000', '171427.729000', '171427.731000', '171427.734000', '171427.736000', '171427.739000', '171427.742000', '171427.744000', '171447.633000', '171447.636000', '171447.639000', '171447.641000', '171447.644000', '171447.647000', '171447.649000', '171447.652000', '171447.654000', '171447.657000', '171447.659000', '171447.662000', '171447.665000', '171447.667000', '171447.670000', '171447.672000', '171447.675000', '171447.677000', '171447.680000', '171447.683000', '171447.685000', '171447.688000', '171447.691000', '171447.693000', '171447.696000', '171447.699000', '171447.701000', '171447.704000', '171447.706000', '171447.709000', '171447.712000', '171447.714000', '171447.717000', '171447.720000', '171447.722000', '171447.725000', '171447.728000', '171447.730000', '171447.733000', '171447.735000', '171447.738000', '171447.740000', '171447.743000', '171447.745000', '171507.634000', '171507.637000', '171507.640000', '171507.642000', '171507.645000', '171507.648000', '171507.650000', '171507.653000', '171507.656000', '171507.658000', '171507.661000', '171507.664000', '171507.666000', '171507.669000', '171507.672000', '171507.674000', '171507.677000', '171507.680000', '171507.682000', '171507.685000', '171507.687000', '171507.690000', '171507.693000', '171507.696000', '171507.698000', '171507.701000', '171507.703000', '171507.706000', '171507.709000', '171507.711000', '171507.714000', '171507.716000', '171507.719000', '171507.721000', '171507.724000', '171507.727000', '171507.729000', '171507.732000', '171507.735000', '171507.737000', '171507.740000', '171507.743000', '171507.745000', '171527.633000', '171527.636000', '171527.640000', '171527.642000', '171527.645000', '171527.648000', '171527.651000', '171527.653000', '171527.656000', '171527.658000', '171527.662000', '171527.665000', '171527.667000', '171527.670000', '171527.673000', '171527.675000', '171527.678000', '171527.681000', '171527.684000', '171527.688000', '171527.691000', '171527.694000', '171527.696000', '171527.699000', '171527.702000', '171527.704000', '171527.707000', '171527.710000', '171527.712000', '171527.715000', '171527.718000', '171527.720000', '171527.723000', '171527.725000', '171527.728000', '171527.731000', '171527.733000', '171527.736000', '171527.739000', '171527.752000', '171527.754000', '171527.757000', '171527.760000', '171527.762000', '171547.634000', '171547.636000', '171547.639000', '171547.642000', '171547.645000', '171547.647000', '171547.650000', '171547.653000', '171547.655000', '171547.658000', '171547.661000', '171547.663000', '171547.666000', '171547.668000', '171547.671000', '171547.674000', '171547.686000', '171547.689000', '171547.692000', '171547.694000', '171547.697000', '171547.700000', '171547.702000', '171547.705000', '171547.708000', '171547.710000', '171547.713000', '171547.716000', '171547.718000', '171547.721000', '171547.724000', '171547.726000', '171547.729000', '171547.731000', '171547.734000', '171547.736000', '171547.739000', '171547.742000', '171547.744000', '171547.747000', '171547.749000', '171547.752000', '171547.755000', '171607.634000', '171607.637000', '171607.639000', '171607.642000', '171607.645000', '171607.648000', '171607.650000', '171607.653000', '171607.655000', '171607.658000', '171607.661000', '171607.664000', '171607.666000', '171607.669000', '171607.672000', '171607.674000', '171607.677000', '171607.680000', '171607.682000', '171607.685000', '171607.688000', '171607.690000', '171607.693000', '171607.696000', '171607.698000', '171607.701000', '171607.704000', '171607.706000', '171607.709000', '171607.712000', '171607.714000', '171607.717000', '171607.720000', '171607.722000', '171607.725000', '171607.727000', '171607.730000', '171607.733000', '171607.735000', '171607.738000', '171607.741000', '171607.743000', '171607.746000', '171607.749000', '171627.634000', '171627.636000', '171627.639000', '171627.642000', '171627.645000', '171627.647000', '171627.650000', '171627.653000', '171627.656000', '171627.658000', '171627.661000', '171627.664000', '171627.666000', '171627.669000', '171627.671000', '171627.674000', '171627.677000', '171627.680000', '171627.690000', '171627.693000', '171627.696000', '171627.698000', '171627.701000', '171627.704000', '171627.706000', '171627.709000', '171627.712000', '171627.714000', '171627.717000', '171627.719000', '171627.722000', '171627.725000', '171627.727000', '171627.730000', '171627.733000', '171627.736000', '171627.739000', '171627.741000', '171627.744000', '171627.747000', '171627.749000', '171627.752000', '171627.754000', '171647.633000', '171647.636000', '171647.638000', '171647.641000', '171647.643000', '171647.646000', '171647.649000', '171647.651000', '171647.654000', '171647.657000', '171647.659000', '171647.662000', '171647.665000', '171647.668000', '171647.670000', '171647.673000', '171647.676000', '171647.678000', '171647.681000', '171647.684000', '171647.686000', '171647.689000', '171647.692000', '171647.694000', '171647.697000', '171647.700000', '171647.702000', '171647.705000', '171647.708000', '171647.710000', '171647.713000', '171647.716000', '171647.718000', '171647.721000', '171647.724000', '171647.726000', '171647.729000', '171647.732000', '171647.734000', '171647.737000', '171647.740000', '171647.742000', '171647.745000', '171647.747000', '171707.634000', '171707.637000', '171707.639000', '171707.642000', '171707.644000', '171707.647000', '171707.650000', '171707.652000', '171707.655000', '171707.658000', '171707.660000', '171707.663000', '171707.666000', '171707.668000', '171707.671000', '171707.674000', '171707.676000', '171707.679000', '171707.682000', '171707.684000', '171707.687000', '171707.690000', '171707.692000', '171707.695000', '171707.698000', '171707.700000', '171707.703000', '171707.713000', '171707.716000', '171707.719000', '171707.721000', '171707.724000', '171707.727000', '171707.729000', '171707.732000', '171707.734000', '171707.737000', '171707.740000', '171707.742000', '171707.745000', '171707.748000', '171707.750000', '171707.753000', '171727.633000', '171727.636000', '171727.639000', '171727.642000', '171727.645000', '171727.647000', '171727.650000', '171727.653000', '171727.655000', '171727.658000', '171727.661000', '171727.663000', '171727.666000', '171727.668000', '171727.671000', '171727.674000', '171727.676000', '171727.679000', '171727.682000', '171727.684000', '171727.687000', '171727.689000', '171727.692000', '171727.695000', '171727.697000', '171727.700000', '171727.703000', '171727.705000', '171727.708000', '171727.711000', '171727.713000', '171727.716000', '171727.719000', '171727.721000', '171727.724000', '171727.727000', '171727.729000', '171727.732000', '171727.734000', '171727.737000', '171727.740000', '171727.742000', '171727.745000', '171727.748000', '171747.634000', '171747.637000', '171747.639000', '171747.642000', '171747.644000', '171747.647000', '171747.650000', '171747.652000', '171747.655000', '171747.657000', '171747.660000', '171747.663000', '171747.665000', '171747.668000', '171747.670000', '171747.673000', '171747.676000', '171747.678000', '171747.681000', '171747.683000', '171747.686000', '171747.689000', '171747.691000', '171747.694000', '171747.696000', '171747.699000', '171747.702000', '171747.704000', '171747.707000', '171747.710000', '171747.712000', '171747.715000', '171747.717000', '171747.720000', '171747.723000', '171747.726000', '171747.729000', '171747.731000', '171747.734000', '171747.737000', '171747.739000', '171747.742000', '171747.745000', '171807.634000', '171807.637000', '171807.639000', '171807.642000', '171807.645000', '171807.647000', '171807.650000', '171807.653000', '171807.655000', '171807.658000', '171807.661000', '171807.663000', '171807.666000', '171807.669000', '171807.671000', '171807.674000', '171807.677000', '171807.679000', '171807.682000', '171807.685000', '171807.687000', '171807.690000', '171807.693000', '171807.695000', '171807.698000', '171807.701000', '171807.703000', '171807.706000', '171807.709000', '171807.711000', '171807.714000', '171807.717000', '171807.719000', '171807.722000', '171807.725000', '171807.727000', '171807.730000', '171807.733000', '171807.735000', '171807.738000', '171807.741000', '171807.743000', '171807.746000', '171807.748000', '171827.634000', '171827.636000', '171827.639000', '171827.642000', '171827.645000', '171827.647000', '171827.653000', '171827.656000', '171827.659000', '171827.661000', '171827.664000', '171827.667000', '171827.669000', '171827.672000', '171827.675000', '171827.677000', '171827.680000', '171827.683000', '171827.685000', '171827.688000', '171827.691000', '171827.693000', '171827.696000', '171827.705000', '171827.707000', '171827.710000', '171827.713000', '171827.715000', '171827.718000', '171827.721000', '171827.723000', '171827.726000', '171827.729000', '171827.731000', '171827.734000', '171827.737000', '171827.739000', '171827.742000', '171827.747000', '171827.749000', '171827.752000', '171827.755000', '171827.757000', '171847.634000', '171847.636000', '171847.639000', '171847.642000', '171847.645000', '171847.647000', '171847.650000', '171847.652000', '171847.655000', '171847.658000', '171847.660000', '171847.663000', '171847.666000', '171847.668000', '171847.671000', '171847.673000', '171847.676000', '171847.679000', '171847.681000', '171847.684000', '171847.687000', '171847.690000', '171847.692000', '171847.695000', '171847.697000', '171847.700000', '171847.703000', '171847.705000', '171847.708000', '171847.711000', '171847.713000', '171847.716000', '171847.719000', '171847.721000', '171847.724000', '171847.727000', '171847.729000', '171847.732000', '171847.734000', '171847.737000', '171847.740000', '171847.742000', '171847.745000', '171847.748000', '171907.633000', '171907.635000', '171907.639000', '171907.641000', '171907.644000', '171907.646000', '171907.649000', '171907.652000', '171907.655000', '171907.657000', '171907.660000', '171907.663000', '171907.665000', '171907.668000', '171907.671000', '171907.673000', '171907.676000', '171907.679000', '171907.681000', '171907.684000', '171907.687000', '171907.689000', '171907.692000', '171907.695000', '171907.697000', '171907.700000', '171907.703000', '171907.705000', '171907.708000', '171907.710000', '171907.713000', '171907.716000', '171907.718000', '171907.721000', '171907.724000', '171907.726000', '171907.729000', '171907.731000', '171907.734000', '171907.737000', '171907.739000', '171907.742000', '171907.745000', '171927.634000', '171927.636000', '171927.639000', '171927.642000', '171927.644000', '171927.647000', '171927.650000', '171927.652000', '171927.655000', '171927.658000', '171927.660000', '171927.663000', '171927.665000', '171927.668000', '171927.671000', '171927.674000', '171927.676000', '171927.679000', '171927.682000', '171927.684000', '171927.687000', '171927.690000', '171927.692000', '171927.695000', '171927.698000', '171927.700000', '171927.703000', '171927.706000', '171927.708000', '171927.711000', '171927.714000', '171927.716000', '171927.719000', '171927.722000', '171927.724000', '171927.727000', '171927.730000', '171927.732000', '171927.735000', '171927.738000', '171927.740000', '171927.743000', '171927.746000', '171927.748000', '171947.634000', '171947.637000', '171947.640000', '171947.642000', '171947.645000', '171947.648000', '171947.659000', '171947.662000', '171947.664000', '171947.667000', '171947.670000', '171947.672000', '171947.675000', '171947.678000', '171947.680000', '171947.683000', '171947.686000', '171947.688000', '171947.691000', '171947.694000', '171947.696000', '171947.699000', '171947.702000', '171947.704000', '171947.707000', '171947.710000', '171947.712000', '171947.715000', '171947.718000', '171947.720000', '171947.723000', '171947.726000', '171947.728000', '171947.731000', '171947.733000', '171947.736000', '171947.739000', '171947.743000', '171947.746000', '171947.749000', '171947.751000', '171947.754000', '171947.757000', '172007.634000', '172007.637000', '172007.639000', '172007.642000', '172007.645000', '172007.647000', '172007.650000', '172007.652000', '172007.655000', '172007.658000', '172007.660000', '172007.663000', '172007.666000', '172007.669000', '172007.672000', '172007.676000', '172007.679000', '172007.681000', '172007.684000', '172007.687000', '172007.689000', '172007.692000', '172007.695000', '172007.697000', '172007.700000', '172007.703000', '172007.705000', '172007.708000', '172007.710000', '172007.713000', '172007.716000', '172007.718000', '172007.721000', '172007.724000', '172007.726000', '172007.729000', '172007.732000', '172007.734000', '172007.737000', '172007.740000', '172007.742000', '172007.745000', '172007.748000', '172027.633000', '172027.637000', '172027.640000', '172027.642000', '172027.645000', '172027.648000', '172027.650000', '172027.653000', '172027.656000', '172027.658000', '172027.661000', '172027.663000', '172027.666000', '172027.669000', '172027.671000', '172027.674000', '172027.677000', '172027.679000', '172027.682000', '172027.685000', '172027.687000', '172027.690000', '172027.693000', '172027.695000', '172027.698000', '172027.701000', '172027.703000', '172027.706000', '172027.708000', '172027.711000', '172027.714000', '172027.716000', '172027.719000', '172027.722000', '172027.724000', '172027.727000', '172027.730000', '172027.732000', '172027.735000', '172027.737000', '172027.740000', '172027.743000', '172027.745000', '172027.748000', '172047.634000', '172047.637000', '172047.639000', '172047.642000', '172047.644000', '172047.647000', '172047.650000', '172047.652000', '172047.655000', '172047.658000', '172047.663000', '172047.666000', '172047.669000', '172047.672000', '172047.674000', '172047.677000', '172047.679000', '172047.682000', '172047.685000', '172047.688000', '172047.690000', '172047.693000', '172047.696000', '172047.698000', '172047.701000', '172047.704000', '172047.706000', '172047.709000', '172047.712000', '172047.714000', '172047.717000', '172047.719000', '172047.722000', '172047.725000', '172047.728000', '172047.730000', '172047.733000', '172047.735000', '172047.738000', '172047.741000', '172047.743000', '172047.746000', '172047.749000', '172047.751000', '172107.634000', '172107.636000', '172107.639000', '172107.642000', '172107.645000', '172107.647000', '172107.650000', '172107.653000', '172107.655000', '172107.658000', '172107.660000', '172107.663000', '172107.666000', '172107.668000', '172107.671000', '172107.673000', '172107.676000', '172107.679000', '172107.681000', '172107.684000', '172107.687000', '172107.689000', '172107.692000', '172107.695000', '172107.697000', '172107.700000', '172107.703000', '172107.705000', '172107.708000', '172107.711000', '172107.713000', '172107.716000', '172107.718000', '172107.721000', '172107.724000', '172107.726000', '172107.729000', '172107.731000', '172107.734000', '172107.737000', '172107.739000', '172107.742000', '172107.744000', '172127.633000', '172127.635000', '172127.638000', '172127.641000', '172127.643000', '172127.646000', '172127.649000', '172127.652000', '172127.655000', '172127.658000', '172127.660000', '172127.663000', '172127.666000', '172127.668000', '172127.671000', '172127.674000', '172127.676000', '172127.679000', '172127.682000', '172127.684000', '172127.687000', '172127.690000', '172127.692000', '172127.695000', '172127.698000', '172127.700000', '172127.703000', '172127.706000', '172127.708000', '172127.711000', '172127.714000', '172127.716000', '172127.719000', '172127.722000', '172127.724000', '172127.727000', '172127.730000', '172127.732000', '172127.735000', '172127.737000', '172127.740000', '172127.743000', '172127.745000', '172127.748000', '172147.634000', '172147.637000', '172147.640000', '172147.643000', '172147.645000', '172147.648000', '172147.651000', '172147.653000', '172147.656000', '172147.659000', '172147.661000', '172147.664000', '172147.666000', '172147.669000', '172147.672000', '172147.675000', '172147.677000', '172147.680000', '172147.682000', '172147.685000', '172147.688000', '172147.690000', '172147.693000', '172147.696000', '172147.698000', '172147.701000', '172147.704000', '172147.706000', '172147.709000', '172147.711000', '172147.714000', '172147.717000', '172147.719000', '172147.722000', '172147.724000', '172147.727000', '172147.730000', '172147.732000', '172147.735000', '172147.738000', '172147.740000', '172147.743000', '172147.745000', '172207.634000', '172207.637000', '172207.640000', '172207.644000', '172207.646000', '172207.649000', '172207.652000', '172207.655000', '172207.658000', '172207.660000', '172207.663000', '172207.666000', '172207.668000', '172207.671000', '172207.683000', '172207.686000', '172207.688000', '172207.691000', '172207.694000', '172207.696000', '172207.699000', '172207.702000', '172207.704000', '172207.707000', '172207.710000', '172207.712000', '172207.715000', '172207.718000', '172207.720000', '172207.723000', '172207.726000', '172207.728000', '172207.731000', '172207.733000', '172207.736000', '172207.739000', '172207.741000', '172207.744000', '172207.746000', '172207.749000', '172207.752000', '172207.754000', '172207.757000', '172227.634000', '172227.636000', '172227.639000', '172227.642000', '172227.645000', '172227.647000', '172227.650000', '172227.653000', '172227.655000', '172227.658000', '172227.660000', '172227.663000', '172227.666000', '172227.668000', '172227.671000', '172227.674000', '172227.676000', '172227.679000', '172227.682000', '172227.684000', '172227.687000', '172227.689000', '172227.692000', '172227.695000', '172227.697000', '172227.700000', '172227.703000', '172227.705000', '172227.708000', '172227.710000', '172227.713000', '172227.716000', '172227.718000', '172227.721000', '172227.724000', '172227.726000', '172227.729000', '172227.731000', '172227.734000', '172227.737000', '172227.739000', '172227.749000', '172227.752000', '172227.755000', '172247.634000', '172247.637000', '172247.640000', '172247.643000', '172247.646000', '172247.648000', '172247.651000', '172247.654000', '172247.656000', '172247.659000', '172247.661000', '172247.664000', '172247.667000', '172247.669000', '172247.672000', '172247.675000', '172247.677000', '172247.680000', '172247.683000', '172247.685000', '172247.688000', '172247.691000', '172247.694000', '172247.697000', '172247.699000', '172247.702000', '172247.705000', '172247.707000', '172247.710000', '172247.712000', '172247.715000', '172247.718000', '172247.720000', '172247.723000', '172247.726000', '172247.728000', '172247.731000', '172247.733000', '172247.736000', '172247.739000', '172247.742000', '172247.744000', '172247.747000', '172307.634000', '172307.636000', '172307.639000', '172307.642000', '172307.645000', '172307.647000', '172307.650000', '172307.653000', '172307.656000', '172307.658000', '172307.661000', '172307.664000', '172307.667000', '172307.669000', '172307.672000', '172307.675000', '172307.677000', '172307.680000', '172307.683000', '172307.685000', '172307.688000', '172307.691000', '172307.693000', '172307.696000', '172307.698000', '172307.701000', '172307.704000', '172307.706000', '172307.709000', '172307.711000', '172307.714000', '172307.717000', '172307.719000', '172307.722000', '172307.725000', '172307.727000', '172307.730000', '172307.733000', '172307.735000', '172307.738000', '172307.740000', '172307.743000', '172307.746000', '172307.748000', '172327.634000', '172327.637000', '172327.640000', '172327.642000', '172327.645000', '172327.647000', '172327.650000', '172327.654000', '172327.657000', '172327.659000', '172327.662000', '172327.665000', '172327.667000', '172327.670000', '172327.672000', '172327.675000', '172327.678000', '172327.680000', '172327.683000', '172327.685000', '172327.688000', '172327.691000', '172327.693000', '172327.696000', '172327.699000', '172327.701000', '172327.704000', '172327.707000', '172327.709000', '172327.712000', '172327.715000', '172327.717000', '172327.720000', '172327.723000', '172327.725000', '172327.728000', '172327.731000', '172327.733000', '172327.736000', '172327.738000', '172327.741000', '172327.744000', '172327.746000', '172347.633000', '172347.636000', '172347.639000', '172347.642000', '172347.644000', '172347.647000', '172347.650000', '172347.652000', '172347.655000', '172347.658000', '172347.660000', '172347.663000', '172347.666000', '172347.668000', '172347.671000', '172347.673000', '172347.676000', '172347.679000', '172347.681000', '172347.684000', '172347.687000', '172347.689000', '172347.692000', '172347.695000', '172347.697000', '172347.700000', '172347.703000', '172347.705000', '172347.708000', '172347.710000', '172347.713000', '172347.716000', '172347.718000', '172347.721000', '172347.724000', '172347.726000', '172347.729000', '172347.732000', '172347.734000', '172347.737000', '172347.740000', '172347.742000', '172347.745000', '172347.747000', '172407.634000', '172407.637000', '172407.640000', '172407.642000', '172407.645000', '172407.648000', '172407.651000', '172407.653000', '172407.656000', '172407.659000', '172407.661000', '172407.664000', '172407.667000', '172407.669000', '172407.672000', '172407.674000', '172407.677000', '172407.680000', '172407.682000', '172407.685000', '172407.688000', '172407.691000', '172407.693000', '172407.698000', '172407.700000', '172407.703000', '172407.706000', '172407.709000', '172407.712000', '172407.714000', '172407.717000', '172407.720000', '172407.722000', '172407.725000', '172407.727000', '172407.731000', '172407.733000', '172407.736000', '172407.739000', '172407.742000', '172407.744000', '172407.747000', '172407.750000', '172410.883000', '172410.886000', '172410.889000', '172410.892000', '172410.894000', '172410.897000', '172410.900000', '172410.902000'], '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': [9642, 10168, 9612, 11796, 9988, 9642, 9954, 9927, 10431, 9632, 10645, 9813, 10772, 9975, 9812, 9708, 9682, 12788, 10127, 10147, 13927, 10094, 10121, 10390, 10317, 11160, 10390, 10325, 10761, 9900, 9927, 10499, 13115, 10376, 12499, 17249, 14400, 15348, 11397, 11342, 11105, 15773, 17051, 13456, 13006, 10560, 11061, 12131, 18077, 14492, 12276, 9849, 9687, 10047, 9790, 10004, 9790, 9843, 14820, 10055, 9874, 9586, 9621, 9629, 9681, 9542, 9809, 9491, 9655, 9388, 9712, 9539, 9622, 9549, 9571, 9614, 9861, 9778, 9812, 9758, 9850, 9646, 9830, 9687, 9635, 9665, 9706, 9682, 10639, 10027, 9832, 9922, 9752, 10693, 9644, 11052, 9835, 13973, 10181, 10988, 9975, 11089, 10127, 9672, 9918, 9987, 10070, 11059, 10043, 10070, 9449, 12224, 16894, 13232, 13340, 10116, 10277, 14761, 13199, 17483, 14086, 13973, 10260, 12180, 9396, 15906, 10145, 12836, 9963, 9965, 9589, 10107, 11950, 14844, 14913, 10861, 14718, 9765, 12518, 9580, 10683, 12804, 15688, 13725, 9984, 10026, 9857, 10472, 10064, 10438, 9988, 10261, 10337, 10050, 10586, 10099, 10795, 9911, 10409, 10123, 10270, 10441, 9952, 10305, 10031, 10512, 10187, 10497, 10072, 10172, 10224, 10128, 9795, 10040, 10446, 10085, 10631, 10217, 10394, 10422, 10137, 10176, 10132, 10140, 10164, 9553, 10364, 11536, 10189, 10011, 10570, 10035, 10193, 10150, 14365, 10002, 10951, 10336, 10055, 11357, 9942, 15682, 11637, 14119, 10108, 12958, 10218, 14012, 14641, 13686, 17246, 11703, 14544, 10232, 12077, 10138, 11378, 10556, 9914, 10340, 10050, 10453, 9983, 10002, 10261, 10268, 10728, 10148, 10101, 10001, 10151, 10213, 10101, 10166, 10206, 9839, 10227, 10983, 10091, 10898, 10087, 10713, 10246, 10011, 10402, 9912, 10034, 10024, 9815, 10169, 10371, 10325, 10238, 10571, 10302, 10593, 9880, 9892, 10056, 10394, 10002, 10018, 11297, 10190, 12275, 9905, 9967, 10060, 10231, 11943, 9859, 10053, 11017, 10155, 14710, 10329, 10461, 10287, 9937, 9839, 10015, 11089, 9926, 10498, 9883, 9901, 9641, 10028, 11125, 9890, 12028, 9696, 9785, 10273, 9931, 9660, 9834, 9624, 10104, 9895, 12320, 9555, 9977, 9870, 9935, 10387, 10166, 9874, 9978, 10072, 10722, 10168, 10580, 10142, 10680, 10357, 10798, 10503, 10899, 10366, 10190, 15133, 11210, 14563, 10786, 11058, 13844, 10914, 16588, 13492, 15917, 10915, 12458, 13708, 11644, 17587, 13539, 16478, 12918, 11548, 18132, 14008, 16686, 11693, 13402, 12420, 10955, 17940, 13831, 15143, 10284, 12990, 10179, 13523, 11111, 15819, 10212, 10186, 10424, 10184, 16043, 11833, 16673, 10594, 12788, 10081, 10505, 10208, 11346, 10108, 14442, 10285, 10283, 10137, 10601, 10224, 10737, 10131, 11671, 10150, 11074, 10172, 11040, 10170, 10872, 10258, 12057, 10263, 10740, 9989, 10198, 10242, 11014, 10312, 10396, 10151, 10143, 9858, 10246, 9929, 10266, 9521, 10215, 10206, 10336, 10401, 10132, 10296, 10026, 10407, 10303, 10191, 10696, 10757, 10328, 10114, 10187, 10321, 10273, 10828, 10195, 10339, 10386, 11795, 9966, 11650, 10169, 10215, 10358, 10734, 10548, 10254, 10381, 16831, 12352, 13975, 10039, 10412, 10733, 10364, 9314, 11038, 9706, 12060, 10246, 16850, 14863, 17454, 13688, 12389, 9831, 16064, 12188, 16293, 13103, 11862, 9344, 10182, 9350, 11070, 11254, 9540, 11756, 13122, 15703, 12859, 17070, 10089, 13507, 9597, 10306, 9609, 9665, 12620, 9913, 10245, 9726, 10459, 9607, 10774, 9684, 10000, 9955, 10368, 10291, 9609, 10288, 9612, 10579, 9389, 10051, 9633, 10573, 9945, 11371, 10001, 9824, 9794, 9784, 9972, 10004, 9927, 9508, 10536, 9331, 9745, 9673, 11052, 9523, 12623, 9832, 11150, 9761, 10897, 9646, 9845, 9640, 10012, 9752, 10373, 9869, 9820, 9791, 9790, 9742, 9871, 9572, 9653, 10129, 9775, 9845, 10127, 9931, 12824, 9955, 11345, 9950, 9921, 10671, 9967, 15117, 11035, 12838, 9974, 9672, 9685, 9789, 11370, 10485, 15017, 9827, 13891, 9860, 13087, 9554, 17340, 13885, 16373, 14234, 11329, 17958, 12259, 16398, 11643, 15248, 10710, 16279, 9555, 9938, 9883, 9910, 9486, 10014, 11291, 9907, 11368, 9792, 10616, 9676, 10002, 9285, 10075, 9452, 10146, 10553, 9810, 9989, 9564, 10754, 9797, 9684, 9350, 9451, 9402, 9612, 9773, 9832, 10258, 9616, 9660, 9948, 10286, 9844, 10589, 9548, 9825, 9704, 10754, 10176, 9806, 12002, 9685, 12931, 9500, 9993, 12230, 10059, 10750, 11586, 15079, 16987, 13443, 12596, 9882, 11341, 9606, 13117, 16753, 12967, 17173, 12103, 14400, 9810, 13301, 15227, 14592, 17008, 12275, 14441, 9729, 12365, 9360, 15079, 9805, 11065, 9272, 9563, 14969, 9667, 13042, 9497, 13013, 9449, 9769, 9400, 9765, 9955, 9686, 9701, 9383, 9923, 9642, 9839, 9491, 9571, 9937, 9495, 9636, 9741, 9462, 9674, 9621, 10243, 9764, 9777, 9794, 9579, 9824, 9575, 9888, 9743, 9787, 9729, 9488, 9564, 9618, 9644, 9459, 9388, 9622, 9887, 9508, 9247, 9670, 9428, 10234, 9700, 9678, 10393, 10084, 9924, 9812, 10461, 9572, 10133, 9935, 10056, 10508, 10065, 13404, 9957, 13972, 15715, 10108, 14380, 14458, 12353, 18220, 14646, 16498, 14501, 10647, 17789, 12000, 16151, 18366, 13556, 16315, 10642, 11713, 17942, 13267, 17825, 12397, 15487, 12586, 9898, 15536, 10471, 16326, 13750, 11724, 15247, 9759, 11770, 9750, 11985, 9731, 9852, 13649, 9850, 12892, 9715, 11908, 9878, 12293, 9840, 9458, 10557, 9928, 11694, 9845, 11568, 9368, 9557, 9367, 9490, 9758, 9690, 9762, 9383, 9402, 9731, 9419, 9942, 9340, 10508, 9686, 10304, 10016, 9346, 10325, 9315, 9876, 9580, 10019, 9915, 10786, 9592, 10446, 9801, 10971, 10385, 10821, 10090, 9530, 9269, 10040, 10418, 10241, 11064, 10315, 11140, 10057, 15401, 10507, 9855, 10236, 10067, 17527, 13224, 16981, 13113, 13622, 9984, 14733, 11986, 18416, 13182, 15161, 10158, 12814, 10257, 17139, 15060, 15013, 14225, 11012, 16337, 11552, 14730, 9817, 13796, 12175, 10389, 9618, 9271, 9671, 9138, 9008, 9336, 9497, 17391, 13782, 15634, 10168, 10460, 9564, 10444, 10449, 10272, 10223, 10323, 10234, 10160, 11307, 10122, 10096, 9025, 10400, 9985, 9328, 11390, 9318, 14626, 10796, 15822, 10944, 16780, 13751, 18335, 14621, 12029, 9213, 10456, 9354, 9784, 10823, 9987, 10464, 9699, 11574, 9699, 11936, 9894, 14207, 10504, 17288, 9783, 11030, 10036, 9981, 10284, 10240, 10728, 10429, 10856, 10654, 11001, 10504, 10144, 10467, 10315, 10526, 10851, 10376, 10177, 10284, 10159, 10041, 10363, 10080, 10456, 9870, 11158, 10268, 10537, 10316, 10649, 9787, 10411, 10135, 11001, 10247, 11630, 10216, 11421, 9265, 9364, 10190, 10804, 10921, 11091, 10773, 10320, 9494, 10982, 9606, 10111, 10114, 9793, 10913, 10228, 10896, 16667, 15124, 17388, 11822, 16794, 15570, 18760, 18812, 15438, 18144, 12906, 13760, 9991, 11553, 9942, 10227, 16465, 12871, 14629, 9713, 9855, 9822, 9944, 9681, 9851, 9668, 9749, 9778, 9703, 9702, 9416, 9258, 9608, 9394, 9741, 10207, 9796, 9956, 9522, 10106, 9359, 10428, 9452, 10352, 9606, 10574, 9758, 9426, 9785, 9060, 9884, 9695, 9785, 9444, 9991, 8636, 10024, 9788, 11073, 9960, 10692, 10077, 9462, 10994, 9840, 9401, 11518, 11428, 17381, 13185, 12719, 9980, 9301, 18522, 14043, 18684, 13530, 16298, 17758, 12338, 18402, 12246, 18745, 18339, 15681, 18323, 12740, 13425, 9677, 11610, 13082, 16687, 15005, 9493, 14763, 9569, 11724, 9675, 13498, 9623, 12169, 9457, 9328, 13622, 9293, 10711, 9436, 9798, 9442, 9643, 9539, 9332, 9468, 9307, 10223, 9233, 9765, 9269, 9586, 9508, 9242, 9751, 9217, 9661, 9389, 9851, 9409, 10562, 9385, 9606, 9577, 9699, 9789, 9222, 9645, 9139, 9406, 9783, 9094, 9811, 9236, 11443, 9420, 9689, 9510, 9566, 9595, 8936, 9612, 9543, 10572, 9658, 10733, 9658, 9977, 9625, 9929, 9840, 11073, 9841, 10243, 10171, 9615, 9957, 9578, 16060, 13265, 18107, 12101, 13008, 9715, 13457, 14604, 19116, 15416, 16205, 9871, 12954, 17269, 18421, 19614, 16967, 18665, 14167, 15840, 10797, 14908, 14268, 19070, 16108, 11641, 16285, 9521, 16134, 10275, 13458, 10667, 9831, 12561, 9558, 11266, 9713, 9998, 9957, 9897, 9537, 9121, 9860, 9509, 9527, 9201, 9400, 9488, 9673, 9863, 9914, 9770, 9779, 9588, 9884, 9487, 10191, 9696, 8484, 9638, 9595, 9297, 9489, 9922, 9268, 9584, 9423, 8971, 9568, 9342, 9311, 9298, 9397, 9387, 9851, 9150, 9535, 9211, 9615, 9145, 9794, 8927, 10892, 9498, 8701, 9088, 9034, 9619, 9202, 9990, 9443, 9321, 10102, 9218, 9809, 9440, 10534, 9592, 9354, 10117, 9404, 10431, 9967, 9934, 9685, 10108, 9953, 11034, 10406, 11129, 9681, 10256, 9981, 9815, 11594, 9813, 15166, 10035, 12770, 17450, 13547, 19058, 16460, 19414, 16775, 12091, 18989, 13823, 17405, 17911, 17186, 19336, 14533, 16685, 9687, 11607, 16022, 14208, 19735, 14975, 17228, 11641, 14602, 9625, 15897, 15401, 17852, 15607, 10795, 13519, 9077, 17907, 12489, 12168, 9693, 10373, 9509, 10566, 9704, 13850, 9947, 10896, 10094, 9460, 13458, 9369, 18412, 14105, 15619, 9466, 10133, 9971, 9022, 9540, 9174, 10995, 9720, 11046, 9853, 8570, 9514, 9557, 9162, 9364, 9792, 9490, 9406, 9849, 9919, 9866, 9659, 10075, 9302, 10359, 9804, 9625, 9710, 9914, 8807, 9791, 9728, 11056, 9718, 11657, 9188, 9529, 9733, 9884, 9610, 10221, 10017, 9722, 10045, 9970, 10444, 9653, 9390, 10574, 9934, 10277, 9976, 12638, 10385, 10357, 9756, 9778, 10104, 10155, 13245, 13206, 14523, 9109, 9608, 9216, 11404, 9796, 18800, 14871, 11395, 8963, 10493, 9793, 10171, 10423, 13038, 14371, 10871, 10198, 10645, 9855, 10842, 9475, 10223, 11925, 10230, 11119, 10434, 9939, 10718, 13031, 10440, 11226, 10423, 11218, 10481, 11151, 10776, 11282, 10505, 10853, 10583, 11333, 10700, 11349, 10609, 11220, 10363, 11257, 10360, 11135, 10316, 10996, 10358, 12589, 10050, 10907, 10204, 11207, 10388, 11380, 10792, 10516, 10625, 12362, 10051, 10758, 10203, 11136, 10231, 13611, 17421, 16481, 17564, 17744, 10950, 9163, 10765, 11077, 10064, 11173, 9361, 10440, 9992, 10059, 10125, 11128, 9945, 12927, 9817, 10395, 9801, 11766, 9472, 16055, 11820, 17742, 13724, 16910, 11259, 13370, 9582, 17263, 9525, 10660, 9407, 8896, 9512, 8815, 12064, 9163, 13574, 9496, 10324, 9548, 10193, 9882, 10635, 9709, 9130, 10408, 9214, 10618, 9867, 10630, 9533, 10790, 10007, 10244, 9969, 10707, 10128, 9559, 10216, 9540, 10291, 10218, 10269, 9936, 10741, 9995, 10714, 10303, 10480, 10280, 9374, 10463, 10050, 10339, 9916, 10858, 10342, 10542, 10166, 10571, 10281, 9276, 11245, 9931, 10848, 10261, 11219, 10057, 11643, 10134, 10576, 10767, 10175, 10453, 11559, 10739, 9847, 15121, 10576, 16963, 13971, 17209, 11188, 9896, 17309, 10796, 18013, 15074, 17946, 12797, 12317, 12866, 10267, 18019, 14022, 18168, 13310, 13697, 10657, 8918, 17488, 13036, 18107, 12041, 10867, 9278, 9343, 11955, 8858, 11504, 10436, 15131, 11398, 8658, 10011, 8708, 9469, 9008, 9632, 9469, 8938, 9060, 8813, 9952, 8705, 9580, 8894, 8845, 9584, 8628, 9793, 8959, 10160, 9323, 10616, 9629, 10752, 9774, 10765, 9814, 10643, 10146, 9503, 10556, 9631, 10896, 9351, 10375, 9673, 10566, 10217, 11319, 9656, 13234, 9761, 8798, 10102, 9504, 16085, 10763, 14587, 9177, 12117, 9250, 9481, 9745, 8686, 14754, 8928, 11302, 9359, 8557, 9660, 9005, 9631, 9278, 10529, 9430, 10364, 9494, 10479, 10258, 10578, 10096, 10805, 10190, 10619, 10270, 9667, 10953, 10446, 12775, 10168, 11622, 10063, 8978, 10228, 10180, 13400, 11715, 16913, 10907, 10766, 10661, 10186, 11851, 11364, 11292, 14408, 10974, 16082, 18200, 15675, 16900, 11939, 10868, 18114, 17473, 17184, 13125, 10220, 10486, 9012, 9517, 9315, 16317, 16000, 16010, 10245, 9802, 9355, 9956, 9101, 9970, 9411, 9894, 9103, 8886, 10076, 8866, 9594, 9335, 10070, 9580, 9883, 9815, 10369, 9868, 10390, 9840, 10370, 9858, 10369, 10401, 9348, 10002, 8761, 9669, 9246, 10021, 9491, 9731, 9461, 9813, 9784, 10448, 9977, 11254, 9318, 10508, 9365, 10873, 9605, 10621, 10280, 9744, 10278, 10108, 10168, 13384, 9874, 12550, 10316, 10421, 10186, 15187, 16269, 19439, 17929, 15711, 10839, 11100, 10853, 10505, 11165, 10522, 10992, 10062, 14935, 16346, 11550, 10887, 10592, 11714, 10400, 11955, 10446, 13207, 10462, 17723, 10955, 17876, 14730, 19563, 13496, 13313, 10143, 10984, 10186, 11037, 10022, 15427, 10293, 11385, 10049, 10989, 10005, 10942, 10235, 10892, 10234, 11055, 10192, 11161, 10118, 10659, 10478, 10721, 10258, 11047, 10474, 10845, 10216, 10869, 10522, 11161, 10616, 12126, 11037, 11975, 10717, 11208, 10735, 11315, 10810, 10502, 10163, 12240, 9812, 10723, 10323, 10768, 10450, 11936, 10491, 16090, 11665, 12462, 10238, 14130, 10485, 19179, 15356, 18295, 15106, 15401, 11407, 18331, 14410, 18867, 13209, 14114, 9936, 10998, 9936, 11492, 9720, 10152, 10309, 10294, 10330, 10312, 10256, 10399, 10535, 10194, 10754, 10523, 10705, 10438, 11036, 10494, 10880, 10064, 10579, 10398, 10749, 10154, 12726, 10220, 11522, 9873, 10266, 10553, 10596, 10614, 10893, 9918, 10504, 10343, 10433, 10434, 11502, 10433, 11427, 10427], 'WindowCenter': [4296.0, 4289.0, 4264.0, 4278.0, 4246.0, 4245.0, 4257.0, 4246.0, 4255.0, 4231.0, 4253.0, 4243.0, 4265.0, 4253.0, 4242.0, 4245.0, 4244.0, 4316.0, 4296.0, 4295.0, 4311.0, 4283.0, 4240.0, 4254.0, 4310.0, 4278.0, 4215.0, 4215.0, 4241.0, 4242.0, 4241.0, 4254.0, 4284.0, 4254.0, 4286.0, 4316.0, 4297.0, 4306.0, 4265.0, 4266.0, 4279.0, 4305.0, 4305.0, 4271.0, 4260.0, 4226.0, 4253.0, 4261.0, 4290.0, 4269.0, 4248.0, 4215.0, 4215.0, 4215.0, 4215.0, 4226.0, 4240.0, 4228.0, 4267.0, 4216.0, 4215.0, 4215.0, 4214.0, 4215.0, 4214.0, 4217.0, 4226.0, 4217.0, 4215.0, 4218.0, 4215.0, 4218.0, 4216.0, 4218.0, 4215.0, 4218.0, 4227.0, 4230.0, 4228.0, 4229.0, 4229.0, 4230.0, 4229.0, 4230.0, 4232.0, 4243.0, 4231.0, 4242.0, 4242.0, 4242.0, 4241.0, 4243.0, 4242.0, 4266.0, 4257.0, 4252.0, 4241.0, 4282.0, 4253.0, 4252.0, 4254.0, 4277.0, 4266.0, 4244.0, 4258.0, 4258.0, 4270.0, 4277.0, 4269.0, 4282.0, 4258.0, 4289.0, 4317.0, 4288.0, 4285.0, 4244.0, 4256.0, 4284.0, 4274.0, 4302.0, 4283.0, 4270.0, 4231.0, 4249.0, 4219.0, 4292.0, 4244.0, 4271.0, 4231.0, 4241.0, 4245.0, 4255.0, 4261.0, 4283.0, 4280.0, 4239.0, 4268.0, 4217.0, 4247.0, 4219.0, 4241.0, 4245.0, 4279.0, 4256.0, 4215.0, 4214.0, 4215.0, 4225.0, 4227.0, 4227.0, 4215.0, 4226.0, 4226.0, 4227.0, 4225.0, 4226.0, 4224.0, 4217.0, 4225.0, 4226.0, 4227.0, 4225.0, 4214.0, 4215.0, 4228.0, 4239.0, 4227.0, 4226.0, 4229.0, 4227.0, 4239.0, 4240.0, 4230.0, 4243.0, 4239.0, 4266.0, 4264.0, 4253.0, 4241.0, 4252.0, 4240.0, 4241.0, 4242.0, 4256.0, 4255.0, 4243.0, 4255.0, 4265.0, 4254.0, 4243.0, 4265.0, 4256.0, 4242.0, 4242.0, 4294.0, 4243.0, 4254.0, 4253.0, 4255.0, 4263.0, 4244.0, 4294.0, 4265.0, 4283.0, 4241.0, 4271.0, 4254.0, 4282.0, 4280.0, 4271.0, 4289.0, 4248.0, 4266.0, 4227.0, 4248.0, 4226.0, 4236.0, 4226.0, 4227.0, 4215.0, 4227.0, 4225.0, 4227.0, 4228.0, 4227.0, 4226.0, 4226.0, 4227.0, 4225.0, 4217.0, 4227.0, 4240.0, 4227.0, 4227.0, 4228.0, 4217.0, 4227.0, 4237.0, 4228.0, 4237.0, 4241.0, 4252.0, 4252.0, 4241.0, 4253.0, 4244.0, 4245.0, 4243.0, 4241.0, 4253.0, 4255.0, 4267.0, 4254.0, 4253.0, 4255.0, 4268.0, 4257.0, 4257.0, 4258.0, 4256.0, 4273.0, 4258.0, 4265.0, 4256.0, 4276.0, 4245.0, 4245.0, 4231.0, 4242.0, 4252.0, 4256.0, 4257.0, 4254.0, 4257.0, 4294.0, 4242.0, 4240.0, 4241.0, 4256.0, 4258.0, 4257.0, 4267.0, 4256.0, 4256.0, 4256.0, 4244.0, 4246.0, 4272.0, 4290.0, 4259.0, 4275.0, 4258.0, 4246.0, 4241.0, 4242.0, 4231.0, 4242.0, 4257.0, 4256.0, 4245.0, 4275.0, 4244.0, 4230.0, 4230.0, 4243.0, 4252.0, 4267.0, 4268.0, 4258.0, 4256.0, 4278.0, 4269.0, 4291.0, 4293.0, 4303.0, 4296.0, 4294.0, 4307.0, 4294.0, 4282.0, 4306.0, 4334.0, 4291.0, 4322.0, 4281.0, 4291.0, 4312.0, 4282.0, 4330.0, 4300.0, 4319.0, 4268.0, 4288.0, 4297.0, 4277.0, 4316.0, 4286.0, 4304.0, 4261.0, 4263.0, 4303.0, 4269.0, 4290.0, 4247.0, 4258.0, 4247.0, 4227.0, 4274.0, 4255.0, 4254.0, 4213.0, 4242.0, 4214.0, 4243.0, 4222.0, 4264.0, 4200.0, 4212.0, 4211.0, 4212.0, 4251.0, 4222.0, 4262.0, 4210.0, 4230.0, 4210.0, 4212.0, 4211.0, 4211.0, 4211.0, 4253.0, 4213.0, 4212.0, 4213.0, 4212.0, 4224.0, 4222.0, 4215.0, 4222.0, 4213.0, 4223.0, 4223.0, 4223.0, 4225.0, 4224.0, 4224.0, 4234.0, 4226.0, 4224.0, 4216.0, 4214.0, 4224.0, 4224.0, 4225.0, 4215.0, 4226.0, 4224.0, 4215.0, 4227.0, 4217.0, 4226.0, 4216.0, 4225.0, 4226.0, 4224.0, 4227.0, 4238.0, 4239.0, 4226.0, 4239.0, 4239.0, 4241.0, 4239.0, 4250.0, 4241.0, 4254.0, 4242.0, 4242.0, 4253.0, 4253.0, 4252.0, 4254.0, 4267.0, 4273.0, 4253.0, 4264.0, 4255.0, 4253.0, 4256.0, 4265.0, 4280.0, 4280.0, 4281.0, 4340.0, 4289.0, 4294.0, 4255.0, 4266.0, 4264.0, 4253.0, 4246.0, 4282.0, 4248.0, 4264.0, 4257.0, 4304.0, 4297.0, 4318.0, 4301.0, 4275.0, 4256.0, 4304.0, 4262.0, 4291.0, 4273.0, 4263.0, 4234.0, 4229.0, 4231.0, 4249.0, 4250.0, 4244.0, 4263.0, 4270.0, 4278.0, 4259.0, 4277.0, 4216.0, 4246.0, 4205.0, 4215.0, 4205.0, 4217.0, 4233.0, 4203.0, 4200.0, 4201.0, 4211.0, 4203.0, 4222.0, 4229.0, 4227.0, 4226.0, 4226.0, 4228.0, 4217.0, 4230.0, 4228.0, 4252.0, 4231.0, 4240.0, 4243.0, 4240.0, 4241.0, 4250.0, 4242.0, 4231.0, 4242.0, 4243.0, 4230.0, 4243.0, 4230.0, 4231.0, 4240.0, 4231.0, 4229.0, 4244.0, 4264.0, 4232.0, 4261.0, 4244.0, 4253.0, 4242.0, 4251.0, 4232.0, 4243.0, 4245.0, 4255.0, 4231.0, 4243.0, 4241.0, 4230.0, 4241.0, 4255.0, 4243.0, 4244.0, 4244.0, 4256.0, 4265.0, 4257.0, 4267.0, 4268.0, 4257.0, 4273.0, 4246.0, 4254.0, 4242.0, 4243.0, 4254.0, 4244.0, 4282.0, 4252.0, 4273.0, 4241.0, 4230.0, 4243.0, 4254.0, 4262.0, 4254.0, 4293.0, 4243.0, 4281.0, 4241.0, 4285.0, 4244.0, 4303.0, 4272.0, 4292.0, 4269.0, 4238.0, 4286.0, 4236.0, 4265.0, 4236.0, 4266.0, 4213.0, 4265.0, 4202.0, 4202.0, 4203.0, 4213.0, 4203.0, 4227.0, 4224.0, 4214.0, 4223.0, 4215.0, 4214.0, 4216.0, 4227.0, 4217.0, 4216.0, 4215.0, 4217.0, 4225.0, 4218.0, 4216.0, 4218.0, 4238.0, 4230.0, 4219.0, 4219.0, 4219.0, 4221.0, 4245.0, 4243.0, 4231.0, 4240.0, 4231.0, 4229.0, 4242.0, 4255.0, 4254.0, 4252.0, 4244.0, 4256.0, 4259.0, 4276.0, 4269.0, 4282.0, 4287.0, 4245.0, 4288.0, 4246.0, 4256.0, 4274.0, 4256.0, 4266.0, 4250.0, 4293.0, 4304.0, 4274.0, 4260.0, 4242.0, 4263.0, 4232.0, 4271.0, 4290.0, 4259.0, 4290.0, 4248.0, 4268.0, 4216.0, 4259.0, 4265.0, 4256.0, 4265.0, 4234.0, 4253.0, 4203.0, 4234.0, 4192.0, 4253.0, 4202.0, 4223.0, 4190.0, 4201.0, 4251.0, 4204.0, 4245.0, 4192.0, 4231.0, 4191.0, 4200.0, 4191.0, 4201.0, 4199.0, 4204.0, 4191.0, 4193.0, 4204.0, 4202.0, 4214.0, 4202.0, 4204.0, 4203.0, 4205.0, 4216.0, 4219.0, 4217.0, 4218.0, 4229.0, 4229.0, 4231.0, 4229.0, 4245.0, 4245.0, 4244.0, 4233.0, 4244.0, 4245.0, 4232.0, 4243.0, 4232.0, 4260.0, 4257.0, 4246.0, 4244.0, 4235.0, 4246.0, 4232.0, 4233.0, 4233.0, 4244.0, 4259.0, 4258.0, 4244.0, 4243.0, 4253.0, 4254.0, 4244.0, 4268.0, 4264.0, 4257.0, 4267.0, 4282.0, 4282.0, 4291.0, 4297.0, 4313.0, 4259.0, 4326.0, 4334.0, 4271.0, 4311.0, 4314.0, 4290.0, 4318.0, 4297.0, 4310.0, 4285.0, 4244.0, 4303.0, 4265.0, 4292.0, 4289.0, 4261.0, 4279.0, 4217.0, 4238.0, 4288.0, 4245.0, 4275.0, 4233.0, 4255.0, 4220.0, 4192.0, 4264.0, 4200.0, 4251.0, 4229.0, 4222.0, 4240.0, 4188.0, 4221.0, 4188.0, 4210.0, 4177.0, 4188.0, 4227.0, 4188.0, 4219.0, 4188.0, 4208.0, 4187.0, 4219.0, 4188.0, 4188.0, 4197.0, 4189.0, 4207.0, 4200.0, 4210.0, 4179.0, 4188.0, 4177.0, 4190.0, 4188.0, 4202.0, 4200.0, 4191.0, 4190.0, 4202.0, 4191.0, 4201.0, 4203.0, 4211.0, 4202.0, 4211.0, 4203.0, 4202.0, 4213.0, 4204.0, 4214.0, 4217.0, 4214.0, 4240.0, 4238.0, 4217.0, 4227.0, 4241.0, 4251.0, 4254.0, 4262.0, 4268.0, 4255.0, 4244.0, 4255.0, 4267.0, 4256.0, 4264.0, 4268.0, 4264.0, 4241.0, 4307.0, 4254.0, 4243.0, 4243.0, 4256.0, 4315.0, 4284.0, 4307.0, 4285.0, 4283.0, 4245.0, 4293.0, 4252.0, 4315.0, 4274.0, 4283.0, 4243.0, 4272.0, 4230.0, 4290.0, 4268.0, 4269.0, 4257.0, 4225.0, 4264.0, 4223.0, 4253.0, 4203.0, 4243.0, 4221.0, 4201.0, 4190.0, 4205.0, 4220.0, 4195.0, 4179.0, 4190.0, 4190.0, 4275.0, 4257.0, 4264.0, 4225.0, 4225.0, 4201.0, 4237.0, 4225.0, 4216.0, 4225.0, 4225.0, 4226.0, 4241.0, 4248.0, 4238.0, 4252.0, 4232.0, 4241.0, 4228.0, 4219.0, 4246.0, 4217.0, 4269.0, 4239.0, 4279.0, 4238.0, 4278.0, 4246.0, 4267.0, 4258.0, 4236.0, 4206.0, 4226.0, 4215.0, 4225.0, 4221.0, 4209.0, 4209.0, 4198.0, 4219.0, 4199.0, 4230.0, 4209.0, 4250.0, 4221.0, 4271.0, 4211.0, 4220.0, 4221.0, 4208.0, 4221.0, 4223.0, 4234.0, 4234.0, 4232.0, 4234.0, 4235.0, 4235.0, 4234.0, 4235.0, 4224.0, 4235.0, 4234.0, 4234.0, 4226.0, 4236.0, 4235.0, 4226.0, 4235.0, 4237.0, 4235.0, 4225.0, 4234.0, 4224.0, 4234.0, 4236.0, 4236.0, 4236.0, 4247.0, 4238.0, 4247.0, 4237.0, 4257.0, 4247.0, 4261.0, 4231.0, 4229.0, 4266.0, 4317.0, 4293.0, 4273.0, 4232.0, 4221.0, 4240.0, 4264.0, 4266.0, 4278.0, 4278.0, 4281.0, 4301.0, 4293.0, 4290.0, 4343.0, 4322.0, 4341.0, 4289.0, 4330.0, 4317.0, 4318.0, 4314.0, 4282.0, 4287.0, 4258.0, 4254.0, 4212.0, 4222.0, 4201.0, 4224.0, 4262.0, 4242.0, 4250.0, 4201.0, 4209.0, 4212.0, 4211.0, 4212.0, 4212.0, 4213.0, 4211.0, 4212.0, 4211.0, 4202.0, 4203.0, 4200.0, 4212.0, 4200.0, 4212.0, 4221.0, 4225.0, 4214.0, 4214.0, 4224.0, 4228.0, 4235.0, 4227.0, 4238.0, 4241.0, 4248.0, 4240.0, 4239.0, 4239.0, 4242.0, 4250.0, 4240.0, 4239.0, 4253.0, 4252.0, 4243.0, 4252.0, 4267.0, 4273.0, 4254.0, 4275.0, 4265.0, 4266.0, 4263.0, 4253.0, 4254.0, 4272.0, 4271.0, 4315.0, 4296.0, 4283.0, 4253.0, 4242.0, 4322.0, 4292.0, 4312.0, 4280.0, 4301.0, 4299.0, 4257.0, 4300.0, 4257.0, 4298.0, 4286.0, 4274.0, 4284.0, 4243.0, 4241.0, 4199.0, 4233.0, 4241.0, 4273.0, 4250.0, 4201.0, 4250.0, 4200.0, 4230.0, 4211.0, 4241.0, 4200.0, 4231.0, 4198.0, 4199.0, 4237.0, 4199.0, 4208.0, 4197.0, 4209.0, 4198.0, 4199.0, 4198.0, 4200.0, 4200.0, 4201.0, 4209.0, 4211.0, 4211.0, 4212.0, 4212.0, 4212.0, 4214.0, 4225.0, 4213.0, 4214.0, 4215.0, 4224.0, 4215.0, 4235.0, 4226.0, 4228.0, 4228.0, 4227.0, 4237.0, 4227.0, 4227.0, 4228.0, 4217.0, 4239.0, 4229.0, 4238.0, 4227.0, 4245.0, 4227.0, 4216.0, 4226.0, 4227.0, 4225.0, 4227.0, 4239.0, 4252.0, 4249.0, 4240.0, 4249.0, 4253.0, 4252.0, 4254.0, 4262.0, 4266.0, 4272.0, 4267.0, 4279.0, 4266.0, 4265.0, 4262.0, 4252.0, 4312.0, 4296.0, 4338.0, 4286.0, 4293.0, 4255.0, 4294.0, 4291.0, 4327.0, 4316.0, 4313.0, 4251.0, 4281.0, 4301.0, 4310.0, 4312.0, 4301.0, 4298.0, 4268.0, 4274.0, 4235.0, 4264.0, 4253.0, 4286.0, 4262.0, 4220.0, 4257.0, 4199.0, 4247.0, 4197.0, 4227.0, 4195.0, 4195.0, 4214.0, 4187.0, 4206.0, 4185.0, 4196.0, 4197.0, 4195.0, 4196.0, 4187.0, 4197.0, 4198.0, 4197.0, 4198.0, 4187.0, 4199.0, 4197.0, 4210.0, 4208.0, 4211.0, 4208.0, 4214.0, 4213.0, 4224.0, 4221.0, 4223.0, 4205.0, 4214.0, 4225.0, 4214.0, 4216.0, 4213.0, 4215.0, 4214.0, 4213.0, 4204.0, 4214.0, 4214.0, 4213.0, 4215.0, 4215.0, 4227.0, 4237.0, 4228.0, 4227.0, 4228.0, 4228.0, 4229.0, 4236.0, 4232.0, 4264.0, 4251.0, 4229.0, 4230.0, 4230.0, 4227.0, 4218.0, 4224.0, 4241.0, 4231.0, 4238.0, 4215.0, 4228.0, 4225.0, 4224.0, 4216.0, 4213.0, 4223.0, 4229.0, 4249.0, 4238.0, 4237.0, 4239.0, 4236.0, 4252.0, 4257.0, 4261.0, 4283.0, 4280.0, 4288.0, 4291.0, 4294.0, 4287.0, 4280.0, 4332.0, 4280.0, 4310.0, 4325.0, 4310.0, 4325.0, 4303.0, 4325.0, 4304.0, 4272.0, 4308.0, 4281.0, 4312.0, 4299.0, 4290.0, 4296.0, 4268.0, 4275.0, 4214.0, 4247.0, 4275.0, 4265.0, 4295.0, 4265.0, 4271.0, 4233.0, 4262.0, 4214.0, 4263.0, 4260.0, 4283.0, 4263.0, 4235.0, 4255.0, 4201.0, 4271.0, 4240.0, 4228.0, 4199.0, 4210.0, 4212.0, 4220.0, 4225.0, 4264.0, 4213.0, 4222.0, 4211.0, 4225.0, 4240.0, 4200.0, 4281.0, 4251.0, 4261.0, 4200.0, 4210.0, 4199.0, 4190.0, 4199.0, 4199.0, 4218.0, 4201.0, 4220.0, 4200.0, 4191.0, 4198.0, 4201.0, 4189.0, 4200.0, 4200.0, 4212.0, 4201.0, 4212.0, 4213.0, 4225.0, 4226.0, 4225.0, 4215.0, 4236.0, 4227.0, 4228.0, 4227.0, 4239.0, 4228.0, 4241.0, 4238.0, 4249.0, 4242.0, 4249.0, 4230.0, 4228.0, 4240.0, 4236.0, 4237.0, 4240.0, 4237.0, 4227.0, 4252.0, 4241.0, 4264.0, 4267.0, 4268.0, 4278.0, 4266.0, 4263.0, 4254.0, 4295.0, 4267.0, 4266.0, 4256.0, 4255.0, 4266.0, 4265.0, 4284.0, 4296.0, 4293.0, 4243.0, 4242.0, 4243.0, 4247.0, 4236.0, 4313.0, 4310.0, 4266.0, 4232.0, 4238.0, 4240.0, 4239.0, 4249.0, 4267.0, 4281.0, 4249.0, 4250.0, 4248.0, 4239.0, 4251.0, 4229.0, 4252.0, 4261.0, 4237.0, 4246.0, 4239.0, 4239.0, 4239.0, 4270.0, 4237.0, 4248.0, 4237.0, 4247.0, 4236.0, 4247.0, 4246.0, 4249.0, 4238.0, 4237.0, 4236.0, 4247.0, 4237.0, 4245.0, 4239.0, 4248.0, 4238.0, 4246.0, 4239.0, 4247.0, 4240.0, 4248.0, 4241.0, 4269.0, 4240.0, 4246.0, 4240.0, 4247.0, 4237.0, 4258.0, 4259.0, 4250.0, 4252.0, 4273.0, 4239.0, 4249.0, 4239.0, 4250.0, 4241.0, 4282.0, 4318.0, 4328.0, 4327.0, 4301.0, 4239.0, 4217.0, 4222.0, 4235.0, 4216.0, 4249.0, 4228.0, 4238.0, 4242.0, 4239.0, 4265.0, 4260.0, 4240.0, 4255.0, 4228.0, 4227.0, 4227.0, 4249.0, 4230.0, 4287.0, 4250.0, 4289.0, 4267.0, 4277.0, 4235.0, 4254.0, 4201.0, 4275.0, 4202.0, 4211.0, 4191.0, 4192.0, 4201.0, 4192.0, 4232.0, 4191.0, 4241.0, 4201.0, 4200.0, 4199.0, 4210.0, 4200.0, 4211.0, 4201.0, 4201.0, 4211.0, 4214.0, 4236.0, 4225.0, 4225.0, 4216.0, 4235.0, 4227.0, 4226.0, 4228.0, 4237.0, 4239.0, 4228.0, 4228.0, 4229.0, 4240.0, 4242.0, 4229.0, 4229.0, 4238.0, 4227.0, 4237.0, 4239.0, 4240.0, 4242.0, 4231.0, 4252.0, 4255.0, 4254.0, 4243.0, 4252.0, 4242.0, 4239.0, 4242.0, 4251.0, 4243.0, 4242.0, 4276.0, 4267.0, 4264.0, 4253.0, 4264.0, 4255.0, 4272.0, 4265.0, 4277.0, 4274.0, 4265.0, 4279.0, 4290.0, 4277.0, 4267.0, 4316.0, 4266.0, 4317.0, 4296.0, 4329.0, 4265.0, 4244.0, 4312.0, 4266.0, 4314.0, 4293.0, 4316.0, 4272.0, 4261.0, 4258.0, 4238.0, 4301.0, 4269.0, 4291.0, 4258.0, 4256.0, 4213.0, 4204.0, 4275.0, 4243.0, 4275.0, 4222.0, 4211.0, 4178.0, 4189.0, 4208.0, 4178.0, 4222.0, 4198.0, 4251.0, 4208.0, 4178.0, 4185.0, 4166.0, 4185.0, 4177.0, 4199.0, 4188.0, 4179.0, 4178.0, 4189.0, 4188.0, 4178.0, 4188.0, 4179.0, 4178.0, 4188.0, 4179.0, 4198.0, 4190.0, 4198.0, 4201.0, 4222.0, 4202.0, 4222.0, 4211.0, 4233.0, 4226.0, 4236.0, 4239.0, 4240.0, 4250.0, 4242.0, 4253.0, 4243.0, 4240.0, 4241.0, 4240.0, 4242.0, 4248.0, 4231.0, 4271.0, 4229.0, 4219.0, 4226.0, 4230.0, 4287.0, 4239.0, 4268.0, 4218.0, 4246.0, 4216.0, 4217.0, 4215.0, 4206.0, 4265.0, 4205.0, 4225.0, 4205.0, 4192.0, 4204.0, 4204.0, 4202.0, 4204.0, 4224.0, 4215.0, 4223.0, 4216.0, 4238.0, 4237.0, 4236.0, 4239.0, 4250.0, 4251.0, 4252.0, 4252.0, 4255.0, 4263.0, 4253.0, 4272.0, 4255.0, 4264.0, 4240.0, 4232.0, 4239.0, 4252.0, 4270.0, 4260.0, 4305.0, 4249.0, 4252.0, 4251.0, 4298.0, 4404.0, 4390.0, 4335.0, 4308.0, 4192.0, 4163.0, 4215.0, 4239.0, 4261.0, 4235.0, 4222.0, 4285.0, 4290.0, 4291.0, 4256.0, 4215.0, 4214.0, 4205.0, 4204.0, 4204.0, 4275.0, 4264.0, 4263.0, 4212.0, 4199.0, 4191.0, 4199.0, 4191.0, 4200.0, 4191.0, 4198.0, 4191.0, 4204.0, 4212.0, 4191.0, 4189.0, 4190.0, 4187.0, 4198.0, 4199.0, 4212.0, 4211.0, 4213.0, 4211.0, 4214.0, 4212.0, 4214.0, 4223.0, 4237.0, 4215.0, 4215.0, 4205.0, 4215.0, 4215.0, 4226.0, 4227.0, 4216.0, 4228.0, 4227.0, 4240.0, 4239.0, 4228.0, 4249.0, 4230.0, 4239.0, 4243.0, 4253.0, 4256.0, 4265.0, 4267.0, 4255.0, 4265.0, 4266.0, 4265.0, 4310.0, 4273.0, 4289.0, 4278.0, 4278.0, 4266.0, 4308.0, 4305.0, 4328.0, 4303.0, 4291.0, 4250.0, 4246.0, 4233.0, 4234.0, 4233.0, 4234.0, 4246.0, 4236.0, 4287.0, 4298.0, 4256.0, 4245.0, 4235.0, 4242.0, 4231.0, 4242.0, 4233.0, 4254.0, 4233.0, 4284.0, 4232.0, 4296.0, 4263.0, 4282.0, 4250.0, 4238.0, 4208.0, 4217.0, 4209.0, 4220.0, 4211.0, 4260.0, 4221.0, 4229.0, 4210.0, 4218.0, 4209.0, 4218.0, 4220.0, 4219.0, 4222.0, 4230.0, 4222.0, 4232.0, 4222.0, 4233.0, 4235.0, 4232.0, 4233.0, 4242.0, 4232.0, 4231.0, 4233.0, 4232.0, 4234.0, 4242.0, 4247.0, 4267.0, 4248.0, 4259.0, 4274.0, 4262.0, 4259.0, 4257.0, 4259.0, 4247.0, 4250.0, 4284.0, 4265.0, 4273.0, 4275.0, 4275.0, 4287.0, 4285.0, 4264.0, 4313.0, 4273.0, 4283.0, 4262.0, 4304.0, 4261.0, 4324.0, 4303.0, 4310.0, 4290.0, 4286.0, 4258.0, 4298.0, 4267.0, 4297.0, 4256.0, 4264.0, 4223.0, 4236.0, 4211.0, 4231.0, 4200.0, 4211.0, 4209.0, 4220.0, 4210.0, 4222.0, 4221.0, 4222.0, 4234.0, 4234.0, 4234.0, 4235.0, 4246.0, 4247.0, 4247.0, 4249.0, 4248.0, 4237.0, 4247.0, 4239.0, 4246.0, 4235.0, 4256.0, 4237.0, 4245.0, 4225.0, 4235.0, 4236.0, 4247.0, 4236.0, 4246.0, 4238.0, 4235.0, 4237.0, 4247.0, 4248.0, 4257.0, 4248.0, 4256.0, 4247.0], 'WindowWidth': [9529.0, 9507.0, 9460.0, 9466.0, 9416.0, 9413.0, 9434.0, 9413.0, 9423.0, 9386.0, 9418.0, 9402.0, 9438.0, 9421.0, 9402.0, 9408.0, 9408.0, 9527.0, 9503.0, 9500.0, 9511.0, 9474.0, 9391.0, 9420.0, 9533.0, 9457.0, 9346.0, 9345.0, 9390.0, 9397.0, 9396.0, 9421.0, 9459.0, 9420.0, 9467.0, 9511.0, 9486.0, 9495.0, 9438.0, 9441.0, 9465.0, 9493.0, 9492.0, 9436.0, 9420.0, 9370.0, 9417.0, 9422.0, 9466.0, 9432.0, 9398.0, 9353.0, 9352.0, 9352.0, 9351.0, 9368.0, 9396.0, 9375.0, 9425.0, 9355.0, 9351.0, 9352.0, 9348.0, 9353.0, 9348.0, 9359.0, 9367.0, 9360.0, 9353.0, 9360.0, 9352.0, 9360.0, 9354.0, 9360.0, 9353.0, 9361.0, 9370.0, 9378.0, 9373.0, 9378.0, 9376.0, 9380.0, 9376.0, 9381.0, 9385.0, 9406.0, 9382.0, 9402.0, 9397.0, 9402.0, 9396.0, 9402.0, 9401.0, 9439.0, 9432.0, 9413.0, 9397.0, 9452.0, 9416.0, 9413.0, 9422.0, 9459.0, 9443.0, 9409.0, 9433.0, 9433.0, 9455.0, 9457.0, 9452.0, 9476.0, 9435.0, 9475.0, 9513.0, 9472.0, 9465.0, 9407.0, 9427.0, 9458.0, 9447.0, 9484.0, 9455.0, 9434.0, 9381.0, 9404.0, 9364.0, 9465.0, 9407.0, 9438.0, 9385.0, 9396.0, 9413.0, 9424.0, 9423.0, 9457.0, 9449.0, 9392.0, 9427.0, 9359.0, 9397.0, 9366.0, 9397.0, 9394.0, 9445.0, 9409.0, 9353.0, 9347.0, 9352.0, 9363.0, 9370.0, 9371.0, 9353.0, 9369.0, 9366.0, 9370.0, 9364.0, 9368.0, 9362.0, 9355.0, 9365.0, 9368.0, 9369.0, 9365.0, 9351.0, 9351.0, 9375.0, 9391.0, 9373.0, 9367.0, 9376.0, 9372.0, 9392.0, 9395.0, 9379.0, 9402.0, 9392.0, 9442.0, 9437.0, 9417.0, 9396.0, 9414.0, 9395.0, 9400.0, 9400.0, 9427.0, 9426.0, 9404.0, 9422.0, 9434.0, 9420.0, 9405.0, 9437.0, 9428.0, 9401.0, 9402.0, 9475.0, 9405.0, 9419.0, 9418.0, 9427.0, 9432.0, 9406.0, 9474.0, 9436.0, 9456.0, 9398.0, 9437.0, 9420.0, 9455.0, 9448.0, 9437.0, 9460.0, 9400.0, 9423.0, 9372.0, 9402.0, 9367.0, 9382.0, 9368.0, 9370.0, 9352.0, 9372.0, 9365.0, 9372.0, 9375.0, 9370.0, 9369.0, 9368.0, 9371.0, 9364.0, 9357.0, 9370.0, 9393.0, 9372.0, 9371.0, 9371.0, 9357.0, 9372.0, 9382.0, 9376.0, 9384.0, 9395.0, 9413.0, 9414.0, 9397.0, 9415.0, 9405.0, 9408.0, 9404.0, 9396.0, 9417.0, 9425.0, 9444.0, 9418.0, 9418.0, 9422.0, 9445.0, 9427.0, 9428.0, 9430.0, 9423.0, 9461.0, 9432.0, 9434.0, 9427.0, 9450.0, 9407.0, 9405.0, 9380.0, 9397.0, 9410.0, 9426.0, 9430.0, 9420.0, 9426.0, 9471.0, 9398.0, 9391.0, 9395.0, 9427.0, 9432.0, 9429.0, 9440.0, 9429.0, 9423.0, 9423.0, 9405.0, 9410.0, 9456.0, 9480.0, 9435.0, 9450.0, 9431.0, 9410.0, 9394.0, 9398.0, 9380.0, 9396.0, 9429.0, 9425.0, 9408.0, 9446.0, 9403.0, 9378.0, 9377.0, 9400.0, 9413.0, 9443.0, 9450.0, 9433.0, 9430.0, 9460.0, 9451.0, 9484.0, 9494.0, 9508.0, 9502.0, 9495.0, 9517.0, 9494.0, 9475.0, 9516.0, 9548.0, 9485.0, 9530.0, 9472.0, 9486.0, 9517.0, 9474.0, 9539.0, 9493.0, 9522.0, 9448.0, 9476.0, 9489.0, 9458.0, 9513.0, 9469.0, 9494.0, 9426.0, 9434.0, 9488.0, 9435.0, 9464.0, 9398.0, 9416.0, 9401.0, 9372.0, 9432.0, 9406.0, 9402.0, 9346.0, 9383.0, 9351.0, 9385.0, 9354.0, 9417.0, 9323.0, 9342.0, 9339.0, 9345.0, 9392.0, 9356.0, 9409.0, 9339.0, 9365.0, 9339.0, 9342.0, 9343.0, 9338.0, 9341.0, 9398.0, 9347.0, 9342.0, 9347.0, 9343.0, 9365.0, 9357.0, 9351.0, 9355.0, 9348.0, 9359.0, 9362.0, 9358.0, 9366.0, 9363.0, 9365.0, 9377.0, 9368.0, 9362.0, 9355.0, 9349.0, 9364.0, 9362.0, 9366.0, 9351.0, 9370.0, 9362.0, 9354.0, 9372.0, 9358.0, 9365.0, 9355.0, 9364.0, 9370.0, 9364.0, 9372.0, 9389.0, 9390.0, 9370.0, 9390.0, 9390.0, 9398.0, 9392.0, 9409.0, 9397.0, 9421.0, 9402.0, 9401.0, 9416.0, 9417.0, 9418.0, 9421.0, 9446.0, 9444.0, 9418.0, 9433.0, 9424.0, 9421.0, 9428.0, 9437.0, 9468.0, 9473.0, 9473.0, 9554.0, 9477.0, 9475.0, 9423.0, 9441.0, 9437.0, 9420.0, 9415.0, 9471.0, 9413.0, 9428.0, 9424.0, 9486.0, 9482.0, 9517.0, 9497.0, 9452.0, 9428.0, 9489.0, 9429.0, 9467.0, 9445.0, 9429.0, 9391.0, 9373.0, 9384.0, 9406.0, 9407.0, 9407.0, 9432.0, 9434.0, 9444.0, 9416.0, 9439.0, 9355.0, 9392.0, 9337.0, 9351.0, 9339.0, 9357.0, 9369.0, 9331.0, 9322.0, 9325.0, 9336.0, 9331.0, 9355.0, 9380.0, 9372.0, 9370.0, 9367.0, 9374.0, 9357.0, 9379.0, 9376.0, 9413.0, 9385.0, 9393.0, 9403.0, 9394.0, 9398.0, 9406.0, 9399.0, 9382.0, 9400.0, 9402.0, 9381.0, 9401.0, 9380.0, 9383.0, 9392.0, 9382.0, 9378.0, 9407.0, 9434.0, 9386.0, 9425.0, 9405.0, 9414.0, 9401.0, 9408.0, 9386.0, 9399.0, 9406.0, 9422.0, 9386.0, 9402.0, 9395.0, 9382.0, 9398.0, 9424.0, 9403.0, 9407.0, 9406.0, 9426.0, 9439.0, 9431.0, 9446.0, 9449.0, 9428.0, 9443.0, 9410.0, 9417.0, 9401.0, 9403.0, 9423.0, 9404.0, 9452.0, 9413.0, 9441.0, 9398.0, 9382.0, 9405.0, 9420.0, 9426.0, 9418.0, 9470.0, 9403.0, 9452.0, 9399.0, 9462.0, 9407.0, 9486.0, 9438.0, 9468.0, 9430.0, 9386.0, 9449.0, 9379.0, 9420.0, 9382.0, 9420.0, 9343.0, 9417.0, 9327.0, 9328.0, 9328.0, 9344.0, 9331.0, 9372.0, 9360.0, 9348.0, 9358.0, 9350.0, 9346.0, 9355.0, 9370.0, 9357.0, 9355.0, 9351.0, 9354.0, 9363.0, 9358.0, 9353.0, 9361.0, 9384.0, 9377.0, 9360.0, 9364.0, 9363.0, 9367.0, 9410.0, 9401.0, 9382.0, 9391.0, 9382.0, 9377.0, 9401.0, 9424.0, 9422.0, 9413.0, 9407.0, 9426.0, 9435.0, 9455.0, 9449.0, 9475.0, 9469.0, 9410.0, 9471.0, 9413.0, 9427.0, 9446.0, 9426.0, 9441.0, 9408.0, 9471.0, 9485.0, 9446.0, 9421.0, 9399.0, 9429.0, 9389.0, 9438.0, 9464.0, 9421.0, 9462.0, 9401.0, 9427.0, 9356.0, 9416.0, 9417.0, 9408.0, 9419.0, 9375.0, 9396.0, 9332.0, 9373.0, 9314.0, 9398.0, 9328.0, 9358.0, 9308.0, 9324.0, 9390.0, 9334.0, 9388.0, 9313.0, 9365.0, 9312.0, 9320.0, 9308.0, 9324.0, 9317.0, 9331.0, 9309.0, 9316.0, 9330.0, 9325.0, 9344.0, 9325.0, 9333.0, 9330.0, 9337.0, 9352.0, 9359.0, 9355.0, 9358.0, 9377.0, 9375.0, 9382.0, 9376.0, 9409.0, 9410.0, 9406.0, 9388.0, 9403.0, 9405.0, 9383.0, 9401.0, 9385.0, 9438.0, 9428.0, 9411.0, 9404.0, 9394.0, 9409.0, 9381.0, 9385.0, 9386.0, 9403.0, 9436.0, 9430.0, 9404.0, 9402.0, 9416.0, 9420.0, 9406.0, 9446.0, 9431.0, 9428.0, 9444.0, 9473.0, 9472.0, 9486.0, 9504.0, 9515.0, 9437.0, 9537.0, 9545.0, 9456.0, 9513.0, 9519.0, 9479.0, 9517.0, 9484.0, 9506.0, 9463.0, 9404.0, 9489.0, 9436.0, 9468.0, 9461.0, 9423.0, 9446.0, 9355.0, 9385.0, 9458.0, 9391.0, 9433.0, 9371.0, 9405.0, 9349.0, 9312.0, 9416.0, 9322.0, 9391.0, 9358.0, 9351.0, 9374.0, 9301.0, 9352.0, 9304.0, 9332.0, 9285.0, 9303.0, 9354.0, 9301.0, 9343.0, 9303.0, 9330.0, 9300.0, 9345.0, 9301.0, 9303.0, 9312.0, 9305.0, 9327.0, 9324.0, 9334.0, 9291.0, 9303.0, 9288.0, 9308.0, 9303.0, 9328.0, 9321.0, 9314.0, 9309.0, 9326.0, 9312.0, 9324.0, 9329.0, 9336.0, 9329.0, 9338.0, 9329.0, 9327.0, 9345.0, 9334.0, 9347.0, 9355.0, 9349.0, 9397.0, 9391.0, 9358.0, 9370.0, 9397.0, 9410.0, 9420.0, 9429.0, 9448.0, 9424.0, 9406.0, 9424.0, 9443.0, 9427.0, 9434.0, 9447.0, 9433.0, 9398.0, 9496.0, 9420.0, 9404.0, 9403.0, 9428.0, 9506.0, 9461.0, 9496.0, 9464.0, 9458.0, 9411.0, 9472.0, 9412.0, 9507.0, 9445.0, 9457.0, 9405.0, 9441.0, 9380.0, 9463.0, 9430.0, 9432.0, 9410.0, 9364.0, 9416.0, 9358.0, 9398.0, 9330.0, 9385.0, 9349.0, 9326.0, 9307.0, 9338.0, 9367.0, 9319.0, 9286.0, 9304.0, 9305.0, 9434.0, 9412.0, 9414.0, 9362.0, 9360.0, 9325.0, 9383.0, 9362.0, 9352.0, 9364.0, 9366.0, 9368.0, 9398.0, 9403.0, 9390.0, 9417.0, 9394.0, 9397.0, 9376.0, 9363.0, 9397.0, 9359.0, 9431.0, 9393.0, 9444.0, 9388.0, 9441.0, 9390.0, 9427.0, 9414.0, 9378.0, 9339.0, 9366.0, 9351.0, 9365.0, 9354.0, 9334.0, 9333.0, 9319.0, 9348.0, 9322.0, 9364.0, 9335.0, 9392.0, 9354.0, 9423.0, 9341.0, 9351.0, 9357.0, 9335.0, 9356.0, 9362.0, 9377.0, 9378.0, 9376.0, 9380.0, 9381.0, 9383.0, 9380.0, 9384.0, 9364.0, 9383.0, 9379.0, 9381.0, 9370.0, 9386.0, 9381.0, 9371.0, 9382.0, 9384.0, 9380.0, 9367.0, 9378.0, 9365.0, 9378.0, 9384.0, 9384.0, 9386.0, 9401.0, 9390.0, 9400.0, 9388.0, 9415.0, 9405.0, 9425.0, 9385.0, 9379.0, 9442.0, 9533.0, 9493.0, 9450.0, 9373.0, 9351.0, 9396.0, 9432.0, 9442.0, 9462.0, 9465.0, 9474.0, 9501.0, 9495.0, 9487.0, 9565.0, 9530.0, 9558.0, 9482.0, 9538.0, 9515.0, 9524.0, 9508.0, 9458.0, 9457.0, 9412.0, 9402.0, 9344.0, 9357.0, 9327.0, 9365.0, 9410.0, 9385.0, 9392.0, 9327.0, 9335.0, 9342.0, 9340.0, 9346.0, 9344.0, 9347.0, 9343.0, 9345.0, 9341.0, 9329.0, 9332.0, 9325.0, 9344.0, 9326.0, 9344.0, 9354.0, 9366.0, 9348.0, 9352.0, 9364.0, 9375.0, 9380.0, 9373.0, 9390.0, 9399.0, 9405.0, 9398.0, 9395.0, 9397.0, 9403.0, 9414.0, 9399.0, 9395.0, 9420.0, 9419.0, 9408.0, 9420.0, 9449.0, 9448.0, 9422.0, 9454.0, 9440.0, 9445.0, 9434.0, 9422.0, 9429.0, 9446.0, 9444.0, 9509.0, 9483.0, 9462.0, 9419.0, 9406.0, 9517.0, 9470.0, 9504.0, 9454.0, 9483.0, 9476.0, 9416.0, 9479.0, 9417.0, 9477.0, 9455.0, 9436.0, 9446.0, 9388.0, 9382.0, 9324.0, 9372.0, 9380.0, 9429.0, 9392.0, 9328.0, 9393.0, 9325.0, 9365.0, 9343.0, 9381.0, 9324.0, 9368.0, 9322.0, 9324.0, 9371.0, 9323.0, 9332.0, 9319.0, 9336.0, 9319.0, 9322.0, 9320.0, 9327.0, 9325.0, 9331.0, 9338.0, 9344.0, 9343.0, 9345.0, 9346.0, 9346.0, 9353.0, 9368.0, 9349.0, 9351.0, 9355.0, 9365.0, 9358.0, 9382.0, 9375.0, 9378.0, 9379.0, 9375.0, 9389.0, 9376.0, 9373.0, 9377.0, 9359.0, 9394.0, 9380.0, 9389.0, 9374.0, 9395.0, 9374.0, 9354.0, 9370.0, 9370.0, 9370.0, 9376.0, 9393.0, 9421.0, 9410.0, 9397.0, 9408.0, 9423.0, 9416.0, 9425.0, 9435.0, 9445.0, 9445.0, 9448.0, 9467.0, 9443.0, 9441.0, 9435.0, 9420.0, 9501.0, 9487.0, 9545.0, 9471.0, 9476.0, 9428.0, 9480.0, 9471.0, 9534.0, 9514.0, 9505.0, 9417.0, 9457.0, 9483.0, 9500.0, 9503.0, 9485.0, 9473.0, 9431.0, 9435.0, 9381.0, 9421.0, 9399.0, 9454.0, 9412.0, 9353.0, 9399.0, 9321.0, 9384.0, 9315.0, 9356.0, 9308.0, 9309.0, 9334.0, 9301.0, 9324.0, 9298.0, 9311.0, 9315.0, 9310.0, 9313.0, 9302.0, 9315.0, 9319.0, 9316.0, 9319.0, 9301.0, 9322.0, 9319.0, 9339.0, 9334.0, 9343.0, 9336.0, 9353.0, 9348.0, 9366.0, 9358.0, 9364.0, 9341.0, 9352.0, 9367.0, 9350.0, 9355.0, 9347.0, 9351.0, 9349.0, 9346.0, 9338.0, 9349.0, 9352.0, 9347.0, 9354.0, 9352.0, 9373.0, 9388.0, 9380.0, 9374.0, 9377.0, 9375.0, 9380.0, 9386.0, 9390.0, 9436.0, 9415.0, 9381.0, 9385.0, 9382.0, 9371.0, 9359.0, 9362.0, 9396.0, 9384.0, 9388.0, 9354.0, 9372.0, 9365.0, 9358.0, 9352.0, 9345.0, 9359.0, 9380.0, 9406.0, 9389.0, 9386.0, 9394.0, 9386.0, 9417.0, 9417.0, 9428.0, 9465.0, 9471.0, 9479.0, 9489.0, 9498.0, 9476.0, 9469.0, 9542.0, 9470.0, 9510.0, 9524.0, 9509.0, 9528.0, 9489.0, 9526.0, 9489.0, 9444.0, 9491.0, 9453.0, 9503.0, 9476.0, 9466.0, 9471.0, 9431.0, 9438.0, 9352.0, 9402.0, 9435.0, 9423.0, 9465.0, 9423.0, 9427.0, 9374.0, 9413.0, 9352.0, 9417.0, 9406.0, 9445.0, 9414.0, 9385.0, 9408.0, 9330.0, 9423.0, 9383.0, 9357.0, 9322.0, 9340.0, 9347.0, 9354.0, 9370.0, 9420.0, 9348.0, 9359.0, 9340.0, 9369.0, 9380.0, 9325.0, 9439.0, 9397.0, 9409.0, 9324.0, 9337.0, 9320.0, 9311.0, 9320.0, 9324.0, 9346.0, 9326.0, 9352.0, 9323.0, 9313.0, 9320.0, 9327.0, 9308.0, 9326.0, 9324.0, 9344.0, 9328.0, 9346.0, 9346.0, 9370.0, 9370.0, 9367.0, 9353.0, 9386.0, 9372.0, 9378.0, 9374.0, 9393.0, 9378.0, 9400.0, 9394.0, 9406.0, 9402.0, 9407.0, 9383.0, 9376.0, 9397.0, 9386.0, 9391.0, 9396.0, 9391.0, 9375.0, 9417.0, 9401.0, 9437.0, 9449.0, 9452.0, 9462.0, 9445.0, 9435.0, 9422.0, 9482.0, 9446.0, 9442.0, 9431.0, 9425.0, 9443.0, 9439.0, 9460.0, 9482.0, 9472.0, 9407.0, 9403.0, 9406.0, 9401.0, 9386.0, 9502.0, 9505.0, 9437.0, 9388.0, 9387.0, 9395.0, 9391.0, 9404.0, 9427.0, 9453.0, 9406.0, 9411.0, 9406.0, 9393.0, 9414.0, 9380.0, 9415.0, 9425.0, 9388.0, 9400.0, 9393.0, 9395.0, 9392.0, 9436.0, 9389.0, 9402.0, 9388.0, 9401.0, 9385.0, 9400.0, 9399.0, 9405.0, 9388.0, 9386.0, 9386.0, 9399.0, 9388.0, 9396.0, 9393.0, 9403.0, 9390.0, 9399.0, 9394.0, 9401.0, 9396.0, 9403.0, 9397.0, 9434.0, 9396.0, 9397.0, 9395.0, 9402.0, 9389.0, 9418.0, 9424.0, 9408.0, 9415.0, 9447.0, 9397.0, 9406.0, 9392.0, 9409.0, 9396.0, 9452.0, 9516.0, 9531.0, 9530.0, 9483.0, 9389.0, 9354.0, 9355.0, 9377.0, 9352.0, 9404.0, 9376.0, 9391.0, 9401.0, 9396.0, 9440.0, 9426.0, 9394.0, 9410.0, 9375.0, 9371.0, 9374.0, 9404.0, 9381.0, 9455.0, 9408.0, 9461.0, 9428.0, 9440.0, 9380.0, 9404.0, 9325.0, 9432.0, 9327.0, 9339.0, 9313.0, 9314.0, 9325.0, 9316.0, 9368.0, 9314.0, 9381.0, 9325.0, 9322.0, 9320.0, 9335.0, 9323.0, 9337.0, 9326.0, 9328.0, 9339.0, 9351.0, 9382.0, 9366.0, 9365.0, 9355.0, 9378.0, 9372.0, 9367.0, 9374.0, 9384.0, 9389.0, 9375.0, 9373.0, 9376.0, 9392.0, 9399.0, 9377.0, 9377.0, 9384.0, 9372.0, 9384.0, 9392.0, 9392.0, 9398.0, 9384.0, 9411.0, 9423.0, 9418.0, 9403.0, 9411.0, 9399.0, 9391.0, 9399.0, 9407.0, 9401.0, 9402.0, 9455.0, 9445.0, 9433.0, 9417.0, 9435.0, 9423.0, 9442.0, 9438.0, 9457.0, 9451.0, 9440.0, 9461.0, 9481.0, 9458.0, 9445.0, 9512.0, 9443.0, 9513.0, 9483.0, 9535.0, 9437.0, 9408.0, 9500.0, 9443.0, 9507.0, 9475.0, 9513.0, 9442.0, 9425.0, 9417.0, 9393.0, 9483.0, 9434.0, 9469.0, 9416.0, 9411.0, 9346.0, 9340.0, 9436.0, 9386.0, 9437.0, 9354.0, 9339.0, 9289.0, 9306.0, 9329.0, 9291.0, 9356.0, 9316.0, 9392.0, 9328.0, 9288.0, 9295.0, 9272.0, 9295.0, 9288.0, 9320.0, 9304.0, 9292.0, 9289.0, 9308.0, 9302.0, 9291.0, 9303.0, 9291.0, 9290.0, 9302.0, 9293.0, 9317.0, 9311.0, 9319.0, 9330.0, 9355.0, 9329.0, 9355.0, 9345.0, 9375.0, 9371.0, 9384.0, 9394.0, 9400.0, 9411.0, 9402.0, 9416.0, 9405.0, 9396.0, 9399.0, 9396.0, 9401.0, 9406.0, 9385.0, 9439.0, 9377.0, 9365.0, 9371.0, 9382.0, 9455.0, 9392.0, 9430.0, 9360.0, 9395.0, 9355.0, 9358.0, 9352.0, 9342.0, 9420.0, 9339.0, 9364.0, 9338.0, 9319.0, 9334.0, 9335.0, 9329.0, 9335.0, 9361.0, 9353.0, 9361.0, 9356.0, 9389.0, 9391.0, 9383.0, 9391.0, 9407.0, 9414.0, 9414.0, 9418.0, 9428.0, 9431.0, 9417.0, 9442.0, 9423.0, 9432.0, 9398.0, 9388.0, 9393.0, 9415.0, 9436.0, 9423.0, 9494.0, 9408.0, 9414.0, 9414.0, 9508.0, 9706.0, 9680.0, 9574.0, 9504.0, 9295.0, 9218.0, 9318.0, 9373.0, 9404.0, 9376.0, 9357.0, 9446.0, 9464.0, 9468.0, 9408.0, 9351.0, 9347.0, 9337.0, 9333.0, 9336.0, 9432.0, 9419.0, 9413.0, 9343.0, 9319.0, 9311.0, 9320.0, 9313.0, 9323.0, 9313.0, 9320.0, 9312.0, 9337.0, 9342.0, 9311.0, 9306.0, 9309.0, 9301.0, 9318.0, 9320.0, 9342.0, 9339.0, 9346.0, 9340.0, 9347.0, 9343.0, 9348.0, 9360.0, 9384.0, 9351.0, 9351.0, 9339.0, 9352.0, 9353.0, 9369.0, 9373.0, 9356.0, 9376.0, 9371.0, 9395.0, 9391.0, 9376.0, 9405.0, 9382.0, 9389.0, 9406.0, 9416.0, 9429.0, 9442.0, 9444.0, 9428.0, 9443.0, 9442.0, 9439.0, 9513.0, 9462.0, 9475.0, 9464.0, 9460.0, 9443.0, 9502.0, 9491.0, 9537.0, 9489.0, 9465.0, 9411.0, 9396.0, 9377.0, 9377.0, 9376.0, 9379.0, 9398.0, 9388.0, 9458.0, 9476.0, 9416.0, 9399.0, 9385.0, 9389.0, 9373.0, 9388.0, 9378.0, 9407.0, 9379.0, 9449.0, 9377.0, 9469.0, 9417.0, 9445.0, 9396.0, 9374.0, 9334.0, 9344.0, 9337.0, 9352.0, 9345.0, 9411.0, 9357.0, 9367.0, 9343.0, 9348.0, 9339.0, 9347.0, 9355.0, 9352.0, 9361.0, 9369.0, 9361.0, 9372.0, 9360.0, 9377.0, 9384.0, 9374.0, 9379.0, 9390.0, 9374.0, 9370.0, 9380.0, 9377.0, 9383.0, 9390.0, 9406.0, 9431.0, 9406.0, 9422.0, 9455.0, 9431.0, 9422.0, 9415.0, 9420.0, 9403.0, 9412.0, 9463.0, 9440.0, 9450.0, 9458.0, 9457.0, 9477.0, 9468.0, 9438.0, 9504.0, 9449.0, 9460.0, 9432.0, 9497.0, 9432.0, 9524.0, 9490.0, 9497.0, 9466.0, 9455.0, 9419.0, 9474.0, 9428.0, 9472.0, 9410.0, 9419.0, 9363.0, 9383.0, 9343.0, 9370.0, 9327.0, 9342.0, 9337.0, 9354.0, 9340.0, 9361.0, 9357.0, 9361.0, 9378.0, 9381.0, 9380.0, 9383.0, 9399.0, 9404.0, 9403.0, 9409.0, 9406.0, 9391.0, 9402.0, 9392.0, 9402.0, 9384.0, 9412.0, 9387.0, 9397.0, 9370.0, 9383.0, 9387.0, 9401.0, 9386.0, 9402.0, 9389.0, 9384.0, 9390.0, 9405.0, 9405.0, 9418.0, 9405.0, 9414.0, 9404.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.0043134841141626275</td></tr>
<tr><td colspan=3>aqi</td><td>0.08263088136779752</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.952049760991464</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1135119535398708</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9838769421551711</td></tr>
<tr><td colspan=3>efc</td><td>0.4793</td></tr>
<tr><td colspan=3>fber</td><td>5061.2871</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1287925602134537</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>310</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.69359181475498</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5845881781667734</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.399603215516274</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8205576600253925</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.533603658958653</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170765</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016181033104658127</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02700338512659073</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8828650904982287</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>21.3321</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1355</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.7223</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302495.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>920.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.5921</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0115</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.0682</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3436.3577</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.6894</td></tr>
<tr><td colspan=3>tsnr</td><td>22.111081402515993</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>