<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-02/func/sub-0095_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>d161f2ce39309b70b10768bf3581350a</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>16:08:15.682500</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.998207, 0.0546309, 0.0244415, -0.0516151, 0.992536, -0.110489]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0897146</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>[4238, -7793, -7221, 192, -127, -199, -79, 64]</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>249.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd64c0ab-4d7a-49dc-8317-7d507832f408||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.678117513656616, -0.13847962021827698, 0.08179696649312973, 117.13427734375], [-0.14657062292099, 2.6629021167755127, -0.2943784296512604, -86.28829193115234], [0.0655747801065445, 0.2964330017566681, 2.682657241821289, -92.55357360839844], [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': ['160815.682500', '160816.142500', '160816.602500', '160817.062500', '160817.522500', '160817.982500', '160818.442500', '160818.902500', '160819.362500', '160819.822500', '160820.282500', '160820.742500', '160821.202500', '160821.662500', '160822.122500', '160822.582500', '160823.042500', '160823.502500', '160823.962500', '160824.422500', '160824.882500', '160825.342500', '160825.802500', '160826.262500', '160826.722500', '160827.182500', '160827.642500', '160828.102500', '160828.562500', '160829.022500', '160829.482500', '160829.942500', '160830.402500', '160830.862500', '160831.322500', '160831.782500', '160832.242500', '160832.702500', '160833.162500', '160833.622500', '160834.082500', '160834.542500', '160835.002500', '160835.462500', '160835.922500', '160836.382500', '160836.842500', '160837.302500', '160837.762500', '160838.222500', '160838.682500', '160839.142500', '160839.602500', '160840.062500', '160840.522500', '160840.982500', '160841.442500', '160841.902500', '160842.362500', '160842.822500', '160843.282500', '160843.742500', '160844.202500', '160844.662500', '160845.122500', '160845.582500', '160846.042500', '160846.502500', '160846.962500', '160847.422500', '160847.882500', '160848.342500', '160848.802500', '160849.262500', '160849.722500', '160850.182500', '160850.642500', '160851.102500', '160851.562500', '160852.022500', '160852.482500', '160852.942500', '160853.402500', '160853.862500', '160854.322500', '160854.782500', '160855.242500', '160855.702500', '160856.162500', '160856.622500', '160857.082500', '160857.542500', '160858.002500', '160858.462500', '160858.922500', '160859.382500', '160859.842500', '160900.302500', '160900.762500', '160901.222500', '160901.682500', '160902.142500', '160902.602500', '160903.062500', '160903.522500', '160903.982500', '160904.442500', '160904.902500', '160905.362500', '160905.822500', '160906.282500', '160906.742500', '160907.202500', '160907.662500', '160908.122500', '160908.582500', '160909.042500', '160909.502500', '160909.962500', '160910.422500', '160910.882500', '160911.342500', '160911.802500', '160912.262500', '160912.722500', '160913.182500', '160913.642500', '160914.102500', '160914.562500', '160915.022500', '160915.482500', '160915.942500', '160916.402500', '160916.862500', '160917.322500', '160917.782500', '160918.242500', '160918.702500', '160919.162500', '160919.622500', '160920.082500', '160920.542500', '160921.002500', '160921.462500', '160921.922500', '160922.382500', '160922.842500', '160923.302500', '160923.762500', '160924.222500', '160924.682500', '160925.142500', '160925.602500', '160926.062500', '160926.522500', '160926.982500', '160927.442500', '160927.902500', '160928.362500', '160928.822500', '160929.282500', '160929.742500', '160930.202500', '160930.662500', '160931.122500', '160931.582500', '160932.042500', '160932.502500', '160932.962500', '160933.422500', '160933.882500', '160934.342500', '160934.802500', '160935.262500', '160935.722500', '160936.182500', '160936.642500', '160937.102500', '160937.562500', '160938.022500', '160938.482500', '160938.942500', '160939.402500', '160939.862500', '160940.322500', '160940.782500', '160941.242500', '160941.702500', '160942.162500', '160942.622500', '160943.082500', '160943.542500', '160944.002500', '160944.462500', '160944.922500', '160945.382500', '160945.842500', '160946.302500', '160946.762500', '160947.222500', '160947.682500', '160948.142500', '160948.602500', '160949.062500', '160949.522500', '160949.982500', '160950.442500', '160950.902500', '160951.362500', '160951.822500', '160952.282500', '160952.742500', '160953.202500', '160953.662500', '160954.122500', '160954.582500', '160955.042500', '160955.502500', '160955.962500', '160956.422500', '160956.882500', '160957.342500', '160957.802500', '160958.262500', '160958.722500', '160959.182500', '160959.642500', '161000.102500', '161000.562500', '161001.022500', '161001.482500', '161001.942500', '161002.402500', '161002.862500', '161003.322500', '161003.782500', '161004.242500', '161004.702500', '161005.162500', '161005.622500', '161006.082500', '161006.542500', '161007.002500', '161007.462500', '161007.922500', '161008.382500', '161008.842500', '161009.302500', '161009.762500', '161010.222500', '161010.682500', '161011.142500', '161011.602500', '161012.062500', '161012.522500', '161012.982500', '161013.442500', '161013.902500', '161014.362500', '161014.822500', '161015.282500', '161015.742500', '161016.202500', '161016.662500', '161017.122500', '161017.582500', '161018.042500', '161018.502500', '161018.962500', '161019.422500', '161019.882500', '161020.342500', '161020.802500', '161021.262500', '161021.722500', '161022.182500', '161022.642500', '161023.102500', '161023.562500', '161024.022500', '161024.482500', '161024.942500', '161025.402500', '161025.862500', '161026.322500', '161026.782500', '161027.242500', '161027.702500', '161028.162500', '161028.622500', '161029.082500', '161029.542500', '161030.002500', '161030.462500', '161030.922500', '161031.382500', '161031.842500', '161032.302500', '161032.762500', '161033.222500', '161033.682500', '161034.142500', '161034.602500', '161035.062500', '161035.522500', '161035.982500', '161036.442500', '161036.902500', '161037.362500', '161037.822500', '161038.282500', '161038.742500', '161039.202500', '161039.662500', '161040.122500', '161040.582500', '161041.042500', '161041.502500', '161041.962500', '161042.422500', '161042.882500', '161043.342500', '161043.802500', '161044.262500', '161044.722500', '161045.182500', '161045.642500', '161046.102500', '161046.562500', '161047.022500', '161047.482500', '161047.942500', '161048.402500', '161048.862500', '161049.322500', '161049.782500', '161050.242500', '161050.702500', '161051.162500', '161051.622500', '161052.082500', '161052.542500', '161053.002500', '161053.462500', '161053.922500', '161054.382500', '161054.842500', '161055.302500', '161055.762500', '161056.222500', '161056.682500', '161057.142500', '161057.602500', '161058.062500', '161058.522500', '161058.982500', '161059.442500', '161059.902500', '161100.362500', '161100.822500', '161101.282500', '161101.742500', '161102.202500', '161102.662500', '161103.122500', '161103.582500', '161104.042500', '161104.502500', '161104.962500', '161105.422500', '161105.882500', '161106.342500', '161106.802500', '161107.262500', '161107.722500', '161108.182500', '161108.642500', '161109.102500', '161109.562500', '161110.022500', '161110.482500', '161110.942500', '161111.402500', '161111.862500', '161112.322500', '161112.782500', '161113.242500', '161113.702500', '161114.162500', '161114.622500', '161115.082500', '161115.542500', '161116.002500', '161116.462500', '161116.922500', '161117.382500', '161117.842500', '161118.302500', '161118.762500', '161119.222500', '161119.682500', '161120.142500', '161120.602500', '161121.062500', '161121.522500', '161121.982500', '161122.442500', '161122.902500', '161123.362500', '161123.822500', '161124.282500', '161124.742500', '161125.202500', '161125.662500', '161126.122500', '161126.582500', '161127.042500', '161127.502500', '161127.962500', '161128.422500', '161128.882500', '161129.342500', '161129.802500', '161130.262500', '161130.722500', '161131.182500', '161131.642500', '161132.102500', '161132.562500', '161133.022500', '161133.482500', '161133.942500', '161134.402500', '161134.862500', '161135.322500', '161135.782500', '161136.242500', '161136.702500', '161137.162500', '161137.622500', '161138.082500', '161138.542500', '161139.002500', '161139.462500', '161139.922500', '161140.382500', '161140.842500', '161141.302500', '161141.762500', '161142.222500', '161142.682500', '161143.142500', '161143.602500', '161144.062500', '161144.522500', '161144.982500', '161145.442500', '161145.902500', '161146.362500', '161146.822500', '161147.282500', '161147.742500', '161148.202500', '161148.662500', '161149.122500', '161149.582500', '161150.042500', '161150.502500', '161150.962500', '161151.422500', '161151.882500', '161152.342500', '161152.802500', '161153.262500', '161153.722500', '161154.182500', '161154.642500', '161155.102500', '161155.562500', '161156.022500', '161156.482500', '161156.942500', '161157.402500', '161157.862500', '161158.322500', '161158.782500', '161159.242500', '161159.702500', '161200.162500', '161200.622500', '161201.082500', '161201.542500', '161202.002500', '161202.462500', '161202.922500', '161203.382500', '161203.842500', '161204.302500', '161204.762500', '161205.222500', '161205.682500', '161206.142500', '161206.602500', '161207.062500', '161207.522500', '161207.982500', '161208.442500', '161208.902500', '161209.362500', '161209.822500', '161210.282500', '161210.742500', '161211.202500', '161211.662500', '161212.122500', '161212.582500', '161213.042500', '161213.502500', '161213.962500', '161214.422500', '161214.882500', '161215.342500', '161215.802500', '161216.262500', '161216.722500', '161217.182500', '161217.642500', '161218.102500', '161218.562500', '161219.022500', '161219.482500', '161219.942500', '161220.402500', '161220.862500', '161221.322500', '161221.782500', '161222.242500', '161222.702500', '161223.162500', '161223.622500', '161224.082500', '161224.542500', '161225.002500', '161225.462500', '161225.922500', '161226.382500', '161226.842500', '161227.302500', '161227.762500', '161228.222500', '161228.682500', '161229.142500', '161229.602500', '161230.062500', '161230.522500', '161230.982500', '161231.442500', '161231.902500', '161232.362500', '161232.822500', '161233.282500', '161233.742500', '161234.202500', '161234.662500', '161235.122500', '161235.582500', '161236.042500', '161236.502500', '161236.962500', '161237.422500', '161237.882500', '161238.342500', '161238.802500', '161239.262500', '161239.722500', '161240.182500', '161240.642500', '161241.102500', '161241.562500', '161242.022500', '161242.482500', '161242.942500', '161243.402500', '161243.862500', '161244.322500', '161244.782500', '161245.242500', '161245.702500', '161246.162500', '161246.622500', '161247.082500', '161247.542500', '161248.002500', '161248.462500', '161248.922500', '161249.382500', '161249.842500', '161250.302500', '161250.762500', '161251.222500', '161251.682500', '161252.142500', '161252.602500', '161253.062500', '161253.522500', '161253.982500', '161254.442500', '161254.902500', '161255.362500', '161255.822500', '161256.282500', '161256.742500', '161257.202500', '161257.662500', '161258.122500', '161258.582500', '161259.042500', '161259.502500', '161259.962500', '161300.422500', '161300.882500', '161301.342500', '161301.802500', '161302.262500', '161302.722500', '161303.182500', '161303.642500', '161304.102500', '161304.562500', '161305.022500', '161305.482500', '161305.942500', '161306.402500', '161306.862500', '161307.322500', '161307.782500', '161308.242500', '161308.702500', '161309.162500', '161309.622500', '161310.082500', '161310.542500', '161311.002500', '161311.462500', '161311.922500', '161312.382500', '161312.842500', '161313.302500', '161313.762500', '161314.222500', '161314.682500', '161315.142500', '161315.602500', '161316.062500', '161316.522500', '161316.982500', '161317.442500', '161317.902500', '161318.362500', '161318.822500', '161319.282500', '161319.742500', '161320.202500', '161320.662500', '161321.122500', '161321.582500', '161322.042500', '161322.502500', '161322.962500', '161323.422500', '161323.882500', '161324.342500', '161324.802500', '161325.262500', '161325.722500', '161326.182500', '161326.642500', '161327.102500', '161327.562500', '161328.022500', '161328.482500', '161328.942500', '161329.402500', '161329.862500', '161330.322500', '161330.782500', '161331.242500', '161331.702500', '161332.162500', '161332.622500', '161333.082500', '161333.542500', '161334.002500', '161334.462500', '161334.922500', '161335.382500', '161335.842500', '161336.302500', '161336.762500', '161337.222500', '161337.682500', '161338.142500', '161338.602500', '161339.062500', '161339.522500', '161339.982500', '161340.442500', '161340.902500', '161341.362500', '161341.822500', '161342.282500', '161342.742500', '161343.202500', '161343.662500', '161344.122500', '161344.582500', '161345.042500', '161345.502500', '161345.962500', '161346.422500', '161346.882500', '161347.342500', '161347.802500', '161348.262500', '161348.722500', '161349.182500', '161349.642500', '161350.102500', '161350.562500', '161351.022500', '161351.482500', '161351.942500', '161352.402500', '161352.862500', '161353.322500', '161353.782500', '161354.242500', '161354.702500', '161355.162500', '161355.622500', '161356.082500', '161356.542500', '161357.002500', '161357.462500', '161357.922500', '161358.382500', '161358.842500', '161359.302500', '161359.762500', '161400.222500', '161400.682500', '161401.142500', '161401.602500', '161402.062500', '161402.522500', '161402.982500', '161403.442500', '161403.902500', '161404.362500', '161404.822500', '161405.282500', '161405.742500', '161406.202500', '161406.662500', '161407.122500', '161407.582500', '161408.042500', '161408.502500', '161408.962500', '161409.422500', '161409.882500', '161410.342500', '161410.802500', '161411.262500', '161411.722500', '161412.182500', '161412.642500', '161413.102500', '161413.562500', '161414.022500', '161414.482500', '161414.942500', '161415.402500', '161415.862500', '161416.322500', '161416.782500', '161417.242500', '161417.702500', '161418.162500', '161418.622500', '161419.082500', '161419.542500', '161420.002500', '161420.462500', '161420.922500', '161421.382500', '161421.842500', '161422.302500', '161422.762500', '161423.222500', '161423.682500', '161424.142500', '161424.602500', '161425.062500', '161425.522500', '161425.982500', '161426.442500', '161426.902500', '161427.362500', '161427.822500', '161428.282500', '161428.742500', '161429.202500', '161429.662500', '161430.122500', '161430.582500', '161431.042500', '161431.502500', '161431.962500', '161432.422500', '161432.882500', '161433.342500', '161433.802500', '161434.262500', '161434.722500', '161435.182500', '161435.642500', '161436.102500', '161436.562500', '161437.022500', '161437.482500', '161437.942500', '161438.402500', '161438.862500', '161439.322500', '161439.782500', '161440.242500', '161440.702500', '161441.162500', '161441.622500', '161442.082500', '161442.542500', '161443.002500', '161443.462500', '161443.922500', '161444.382500', '161444.842500', '161445.302500', '161445.762500', '161446.222500', '161446.682500', '161447.142500', '161447.602500', '161448.062500', '161448.522500', '161448.982500', '161449.442500', '161449.902500', '161450.362500', '161450.822500', '161451.282500', '161451.742500', '161452.202500', '161452.662500', '161453.122500', '161453.582500', '161454.042500', '161454.502500', '161454.962500', '161455.422500', '161455.882500', '161456.342500', '161456.802500', '161457.262500', '161457.722500', '161458.182500', '161458.642500', '161459.102500', '161459.562500', '161500.022500', '161500.482500', '161500.942500', '161501.402500', '161501.862500', '161502.322500', '161502.782500', '161503.242500', '161503.702500', '161504.162500', '161504.622500', '161505.082500', '161505.542500', '161506.002500', '161506.462500', '161506.922500', '161507.382500', '161507.842500', '161508.302500', '161508.762500', '161509.222500', '161509.682500', '161510.142500', '161510.602500', '161511.062500', '161511.522500', '161511.982500', '161512.442500', '161512.902500', '161513.362500', '161513.822500', '161514.282500', '161514.742500', '161515.202500', '161515.662500', '161516.122500', '161516.582500', '161517.042500', '161517.502500', '161517.962500', '161518.422500', '161518.882500', '161519.342500', '161519.802500', '161520.262500', '161520.722500', '161521.182500', '161521.642500', '161522.102500', '161522.562500', '161523.022500', '161523.482500', '161523.942500', '161524.402500', '161524.862500', '161525.322500', '161525.782500', '161526.242500', '161526.702500', '161527.162500', '161527.622500', '161528.082500', '161528.542500', '161529.002500', '161529.462500', '161529.922500', '161530.382500', '161530.842500', '161531.302500', '161531.762500', '161532.222500', '161532.682500', '161533.142500', '161533.602500', '161534.062500', '161534.522500', '161534.982500', '161535.442500', '161535.902500', '161536.362500', '161536.822500', '161537.282500', '161537.742500', '161538.202500', '161538.662500', '161539.122500', '161539.582500', '161540.042500', '161540.502500', '161540.962500', '161541.422500', '161541.882500', '161542.342500', '161542.802500', '161543.262500', '161543.722500', '161544.182500', '161544.642500', '161545.102500', '161545.562500', '161546.022500', '161546.482500', '161546.942500', '161547.402500', '161547.862500', '161548.322500', '161548.782500', '161549.242500', '161549.702500', '161550.162500', '161550.622500', '161551.082500', '161551.542500', '161552.002500', '161552.462500', '161552.922500', '161553.382500', '161553.842500', '161554.302500', '161554.762500', '161555.222500', '161555.682500', '161556.142500', '161556.602500', '161557.062500', '161557.522500', '161557.982500', '161558.442500', '161558.902500', '161559.362500', '161559.822500', '161600.282500', '161600.742500', '161601.202500', '161601.662500', '161602.122500', '161602.582500', '161603.042500', '161603.502500', '161603.962500', '161604.422500', '161604.882500', '161605.342500', '161605.802500', '161606.262500', '161606.722500', '161607.182500', '161607.642500', '161608.102500', '161608.562500', '161609.022500', '161609.482500', '161609.942500', '161610.402500', '161610.862500', '161611.322500', '161611.782500', '161612.242500', '161612.702500', '161613.162500', '161613.622500', '161614.082500', '161614.542500', '161615.002500', '161615.462500', '161615.922500', '161616.382500', '161616.842500', '161617.302500', '161617.762500', '161618.222500', '161618.682500', '161619.142500', '161619.602500', '161620.062500', '161620.522500', '161620.982500', '161621.442500', '161621.902500', '161622.362500', '161622.822500', '161623.282500', '161623.742500', '161624.202500', '161624.662500', '161625.122500', '161625.582500', '161626.042500', '161626.502500', '161626.962500', '161627.422500', '161627.882500', '161628.342500', '161628.802500', '161629.262500', '161629.722500', '161630.182500', '161630.642500', '161631.102500', '161631.562500', '161632.022500', '161632.482500', '161632.942500', '161633.402500', '161633.862500', '161634.322500', '161634.782500', '161635.242500', '161635.702500', '161636.162500', '161636.622500', '161637.082500', '161637.542500', '161638.002500', '161638.462500', '161638.922500', '161639.382500', '161639.842500', '161640.302500', '161640.762500', '161641.222500', '161641.682500', '161642.142500', '161642.602500', '161643.062500', '161643.522500', '161643.982500', '161644.442500', '161644.902500', '161645.362500', '161645.822500', '161646.282500', '161646.742500', '161647.202500', '161647.662500', '161648.122500', '161648.582500', '161649.042500', '161649.502500', '161649.962500', '161650.422500', '161650.882500', '161651.342500', '161651.802500', '161652.262500', '161652.722500', '161653.182500', '161653.642500', '161654.102500', '161654.562500', '161655.022500', '161655.482500', '161655.942500', '161656.402500', '161656.862500', '161657.322500', '161657.782500', '161658.242500', '161658.702500', '161659.162500', '161659.622500', '161700.082500', '161700.542500', '161701.002500', '161701.462500', '161701.922500', '161702.382500', '161702.842500', '161703.302500', '161703.762500', '161704.222500', '161704.682500', '161705.142500', '161705.602500', '161706.062500', '161706.522500', '161706.982500', '161707.442500', '161707.902500', '161708.362500', '161708.822500', '161709.282500', '161709.742500', '161710.202500', '161710.662500', '161711.122500', '161711.582500', '161712.042500', '161712.502500', '161712.962500', '161713.422500', '161713.882500', '161714.342500', '161714.802500', '161715.262500', '161715.722500', '161716.182500', '161716.642500', '161717.102500', '161717.562500', '161718.022500', '161718.482500', '161718.942500', '161719.402500', '161719.862500', '161720.322500', '161720.782500', '161721.242500', '161721.702500', '161722.162500', '161722.622500', '161723.082500', '161723.542500', '161724.002500', '161724.462500', '161724.922500', '161725.382500', '161725.842500', '161726.302500', '161726.762500', '161727.222500', '161727.682500', '161728.142500', '161728.602500', '161729.062500', '161729.522500', '161729.982500', '161730.442500', '161730.902500', '161731.362500', '161731.822500', '161732.282500', '161732.742500', '161733.202500', '161733.662500', '161734.122500', '161734.582500', '161735.042500', '161735.502500', '161735.962500', '161736.422500', '161736.882500', '161737.342500', '161737.802500', '161738.262500', '161738.722500', '161739.182500', '161739.642500', '161740.102500', '161740.562500', '161741.022500', '161741.482500', '161741.942500', '161742.402500', '161742.862500', '161743.322500', '161743.782500', '161744.242500', '161744.702500', '161745.162500', '161745.622500', '161746.082500', '161746.542500', '161747.002500', '161747.462500', '161747.922500', '161748.382500', '161748.842500', '161749.302500', '161749.762500', '161750.222500', '161750.682500', '161751.142500', '161751.602500', '161752.062500', '161752.522500', '161752.982500', '161753.442500', '161753.902500', '161754.362500', '161754.822500', '161755.282500', '161755.742500', '161756.202500', '161756.662500', '161757.122500', '161757.582500', '161758.042500', '161758.502500', '161758.962500', '161759.422500', '161759.882500', '161800.342500', '161800.802500', '161801.262500', '161801.722500', '161802.182500', '161802.642500', '161803.102500', '161803.562500', '161804.022500', '161804.482500', '161804.942500', '161805.402500', '161805.862500', '161806.322500', '161806.782500', '161807.242500', '161807.702500', '161808.162500', '161808.622500', '161809.082500', '161809.542500', '161810.002500', '161810.462500', '161810.922500', '161811.382500', '161811.842500', '161812.302500', '161812.762500', '161813.222500', '161813.682500', '161814.142500', '161814.602500', '161815.062500', '161815.522500', '161815.982500', '161816.442500', '161816.902500', '161817.362500', '161817.822500', '161818.282500', '161818.742500', '161819.202500', '161819.662500', '161820.122500', '161820.582500', '161821.042500', '161821.502500', '161821.962500', '161822.422500', '161822.882500', '161823.342500', '161823.802500', '161824.262500', '161824.722500', '161825.182500', '161825.642500', '161826.102500', '161826.562500', '161827.022500', '161827.482500', '161827.942500', '161828.402500', '161828.862500', '161829.322500', '161829.782500', '161830.242500', '161830.702500', '161831.162500', '161831.622500', '161832.082500', '161832.542500', '161833.002500', '161833.462500', '161833.922500', '161834.382500', '161834.842500', '161835.302500', '161835.762500', '161836.222500', '161836.682500', '161837.142500', '161837.602500', '161838.062500', '161838.522500', '161838.982500', '161839.442500', '161839.902500', '161840.362500', '161840.822500', '161841.282500', '161841.742500', '161842.202500', '161842.662500', '161843.122500', '161843.582500', '161844.042500', '161844.502500', '161844.962500', '161845.422500', '161845.882500', '161846.342500', '161846.802500', '161847.262500', '161847.722500', '161848.182500', '161848.642500', '161849.102500', '161849.562500', '161850.022500', '161850.482500', '161850.942500', '161851.402500', '161851.862500', '161852.322500', '161852.782500', '161853.242500', '161853.702500', '161854.162500', '161854.622500', '161855.082500', '161855.542500', '161856.002500', '161856.462500', '161856.922500', '161857.382500', '161857.842500', '161858.302500', '161858.762500', '161859.222500', '161859.682500', '161900.142500', '161900.602500', '161901.062500', '161901.522500', '161901.982500', '161902.442500', '161902.902500', '161903.362500', '161903.822500', '161904.282500', '161904.742500', '161905.202500', '161905.662500', '161906.122500', '161906.582500', '161907.042500', '161907.502500', '161907.962500', '161908.422500', '161908.882500', '161909.342500', '161909.802500', '161910.262500', '161910.722500', '161911.182500', '161911.642500', '161912.102500', '161912.562500', '161913.022500', '161913.482500', '161913.942500', '161914.402500', '161914.862500', '161915.322500', '161915.782500', '161916.242500', '161916.702500', '161917.162500', '161917.622500', '161918.082500', '161918.542500', '161919.002500', '161919.462500', '161919.922500', '161920.382500', '161920.842500', '161921.302500', '161921.762500', '161922.222500', '161922.682500', '161923.142500', '161923.602500', '161924.062500', '161924.522500', '161924.982500', '161925.442500', '161925.902500', '161926.362500', '161926.822500', '161927.282500', '161927.742500', '161928.202500', '161928.662500', '161929.122500', '161929.582500', '161930.042500', '161930.502500', '161930.962500', '161931.422500', '161931.882500', '161932.342500', '161932.802500', '161933.262500', '161933.722500', '161934.182500', '161934.642500', '161935.102500', '161935.562500', '161936.022500', '161936.482500', '161936.942500', '161937.402500', '161937.862500', '161938.322500', '161938.782500', '161939.242500', '161939.702500', '161940.162500', '161940.622500', '161941.082500', '161941.542500', '161942.002500', '161942.462500', '161942.922500', '161943.382500', '161943.842500', '161944.302500', '161944.762500', '161945.222500', '161945.682500', '161946.142500', '161946.602500', '161947.062500', '161947.522500', '161947.982500', '161948.442500', '161948.902500', '161949.362500', '161949.822500', '161950.282500', '161950.742500', '161951.202500', '161951.662500', '161952.122500', '161952.582500', '161953.042500', '161953.502500', '161953.962500', '161954.422500', '161954.882500', '161955.342500', '161955.802500', '161956.262500', '161956.722500', '161957.182500', '161957.642500', '161958.102500', '161958.562500', '161959.022500', '161959.482500', '161959.942500', '162000.402500', '162000.862500', '162001.322500', '162001.782500', '162002.242500', '162002.702500', '162003.162500', '162003.622500', '162004.082500', '162004.542500', '162005.002500', '162005.462500', '162005.922500', '162006.382500', '162006.842500', '162007.302500', '162007.762500', '162008.222500', '162008.682500', '162009.142500', '162009.602500', '162010.062500', '162010.522500', '162010.982500', '162011.442500', '162011.902500', '162012.362500', '162012.822500', '162013.282500', '162013.742500', '162014.202500', '162014.662500', '162015.122500', '162015.582500', '162016.042500', '162016.502500', '162016.962500', '162017.422500', '162017.882500', '162018.342500', '162018.802500', '162019.262500', '162019.722500', '162020.182500', '162020.642500', '162021.102500', '162021.562500', '162022.022500', '162022.482500', '162022.942500', '162023.402500', '162023.862500', '162024.322500', '162024.782500', '162025.242500', '162025.702500', '162026.162500', '162026.622500', '162027.082500', '162027.542500', '162028.002500', '162028.462500', '162028.922500', '162029.382500', '162029.842500', '162030.302500', '162030.762500', '162031.222500', '162031.682500', '162032.142500', '162032.602500', '162033.062500', '162033.522500', '162033.982500', '162034.442500', '162034.902500', '162035.362500', '162035.822500', '162036.282500', '162036.742500', '162037.202500', '162037.662500', '162038.122500', '162038.582500', '162039.042500', '162039.502500', '162039.962500', '162040.422500', '162040.882500', '162041.342500', '162041.802500', '162042.262500', '162042.722500', '162043.182500', '162043.642500', '162044.102500', '162044.562500', '162045.022500', '162045.482500', '162045.942500', '162046.402500', '162046.862500', '162047.322500', '162047.782500', '162048.242500', '162048.702500', '162049.162500', '162049.622500', '162050.082500', '162050.542500', '162051.002500', '162051.462500', '162051.922500', '162052.382500', '162052.842500', '162053.302500', '162053.762500', '162054.222500', '162054.682500', '162055.142500', '162055.602500', '162056.062500', '162056.522500', '162056.982500', '162057.442500', '162057.902500', '162058.362500', '162058.822500', '162059.282500', '162059.742500', '162100.202500', '162100.662500', '162101.122500', '162101.582500', '162102.042500', '162102.502500', '162102.962500', '162103.422500', '162103.882500', '162104.342500', '162104.802500', '162105.262500', '162105.722500', '162106.182500', '162106.642500', '162107.102500', '162107.562500', '162108.022500', '162108.482500', '162108.942500', '162109.402500', '162109.862500', '162110.322500', '162110.782500', '162111.242500', '162111.702500', '162112.162500', '162112.622500', '162113.082500', '162113.542500', '162114.002500', '162114.462500', '162114.922500', '162115.382500', '162115.842500', '162116.302500', '162116.762500', '162117.222500', '162117.682500', '162118.142500', '162118.602500', '162119.062500', '162119.522500', '162119.982500', '162120.442500', '162120.902500', '162121.362500', '162121.822500', '162122.282500', '162122.742500', '162123.202500', '162123.662500', '162124.122500', '162124.582500', '162125.042500', '162125.502500', '162125.962500', '162126.422500', '162126.882500', '162127.342500', '162127.802500', '162128.262500', '162128.722500', '162129.182500', '162129.642500', '162130.102500', '162130.562500', '162131.022500', '162131.482500', '162131.942500', '162132.402500', '162132.862500', '162133.322500', '162133.782500', '162134.242500', '162134.702500', '162135.162500', '162135.622500', '162136.082500', '162136.542500', '162137.002500', '162137.462500', '162137.922500', '162138.382500', '162138.842500', '162139.302500', '162139.762500', '162140.222500', '162140.682500', '162141.142500', '162141.602500', '162142.062500', '162142.522500', '162142.982500', '162143.442500', '162143.902500', '162144.362500', '162144.822500', '162145.282500', '162145.742500', '162146.202500', '162146.662500', '162147.122500', '162147.582500', '162148.042500', '162148.502500', '162148.962500', '162149.422500', '162149.882500', '162150.342500', '162150.802500', '162151.262500', '162151.722500', '162152.182500', '162152.642500', '162153.102500', '162153.562500', '162154.022500', '162154.482500', '162154.942500', '162155.402500', '162155.862500', '162156.322500', '162156.782500', '162157.242500', '162157.702500', '162158.162500', '162158.622500', '162159.082500', '162159.542500', '162200.002500', '162200.462500', '162200.922500', '162201.382500', '162201.842500', '162202.302500', '162202.762500', '162203.222500', '162203.682500', '162204.142500', '162204.602500', '162205.062500', '162205.522500', '162205.982500', '162206.442500', '162206.902500', '162207.362500', '162207.822500', '162208.282500', '162208.742500', '162209.202500', '162209.662500', '162210.122500', '162210.582500', '162211.042500', '162211.502500', '162211.962500', '162212.422500', '162212.882500', '162213.342500', '162213.802500', '162214.262500', '162214.722500', '162215.182500', '162215.642500', '162216.102500', '162216.562500', '162217.022500', '162217.482500', '162217.942500', '162218.402500', '162218.862500', '162219.322500', '162219.782500', '162220.242500', '162220.702500', '162221.162500', '162221.622500', '162222.082500', '162222.542500', '162223.002500', '162223.462500', '162223.922500', '162224.382500', '162224.842500', '162225.302500', '162225.762500', '162226.222500', '162226.682500', '162227.142500', '162227.602500', '162228.062500', '162228.522500', '162228.982500', '162229.442500', '162229.902500', '162230.362500'], 'ContentTime': ['160842.677000', '160842.680000', '160842.683000', '160842.685000', '160842.688000', '160842.691000', '160842.693000', '160842.696000', '160842.699000', '160842.701000', '160842.704000', '160842.706000', '160842.709000', '160842.712000', '160842.716000', '160842.719000', '160842.722000', '160842.724000', '160842.727000', '160842.729000', '160842.732000', '160842.735000', '160842.743000', '160842.745000', '160842.748000', '160842.750000', '160842.753000', '160842.756000', '160842.758000', '160842.761000', '160842.763000', '160842.766000', '160842.768000', '160842.771000', '160842.774000', '160842.776000', '160842.779000', '160842.781000', '160842.784000', '160842.787000', '160842.789000', '160842.792000', '160842.794000', '160842.797000', '160842.800000', '160842.802000', '160842.805000', '160842.807000', '160842.810000', '160842.813000', '160842.815000', '160842.818000', '160842.820000', '160842.823000', '160842.826000', '160842.828000', '160902.618000', '160902.621000', '160902.624000', '160902.627000', '160902.629000', '160902.632000', '160902.634000', '160902.637000', '160902.640000', '160902.642000', '160902.645000', '160902.648000', '160902.650000', '160902.656000', '160902.659000', '160902.662000', '160902.664000', '160902.667000', '160902.669000', '160902.672000', '160902.675000', '160902.677000', '160902.680000', '160902.683000', '160902.685000', '160902.688000', '160902.690000', '160902.693000', '160902.696000', '160902.698000', '160902.701000', '160902.704000', '160902.706000', '160902.709000', '160902.711000', '160902.714000', '160902.717000', '160902.719000', '160902.722000', '160902.724000', '160902.727000', '160902.729000', '160902.732000', '160902.735000', '160922.619000', '160922.622000', '160922.624000', '160922.627000', '160922.630000', '160922.633000', '160922.636000', '160922.640000', '160922.642000', '160922.645000', '160922.648000', '160922.650000', '160922.653000', '160922.655000', '160922.658000', '160922.663000', '160922.665000', '160922.668000', '160922.671000', '160922.673000', '160922.676000', '160922.679000', '160922.681000', '160922.684000', '160922.687000', '160922.689000', '160922.692000', '160922.695000', '160922.697000', '160922.700000', '160922.703000', '160922.705000', '160922.708000', '160922.711000', '160922.713000', '160922.716000', '160922.719000', '160922.721000', '160922.724000', '160922.727000', '160922.729000', '160922.732000', '160922.735000', '160942.618000', '160942.620000', '160942.623000', '160942.626000', '160942.629000', '160942.631000', '160942.634000', '160942.636000', '160942.639000', '160942.642000', '160942.644000', '160942.647000', '160942.650000', '160942.652000', '160942.655000', '160942.658000', '160942.660000', '160942.663000', '160942.666000', '160942.668000', '160942.671000', '160942.673000', '160942.676000', '160942.679000', '160942.681000', '160942.684000', '160942.687000', '160942.689000', '160942.692000', '160942.694000', '160942.697000', '160942.700000', '160942.702000', '160942.705000', '160942.708000', '160942.710000', '160942.713000', '160942.715000', '160942.718000', '160942.721000', '160942.723000', '160942.726000', '160942.729000', '160942.731000', '161002.618000', '161002.621000', '161002.623000', '161002.628000', '161002.630000', '161002.633000', '161002.636000', '161002.638000', '161002.641000', '161002.644000', '161002.663000', '161002.666000', '161002.669000', '161002.671000', '161002.674000', '161002.677000', '161002.679000', '161002.685000', '161002.688000', '161002.691000', '161002.693000', '161002.696000', '161002.698000', '161002.701000', '161002.704000', '161002.706000', '161002.709000', '161002.711000', '161002.714000', '161002.717000', '161002.719000', '161002.722000', '161002.724000', '161002.727000', '161002.730000', '161002.733000', '161002.735000', '161002.738000', '161002.740000', '161002.743000', '161002.746000', '161002.748000', '161002.751000', '161022.618000', '161022.621000', '161022.624000', '161022.626000', '161022.629000', '161022.632000', '161022.634000', '161022.637000', '161022.639000', '161022.642000', '161022.645000', '161022.647000', '161022.650000', '161022.653000', '161022.655000', '161022.658000', '161022.661000', '161022.663000', '161022.674000', '161022.677000', '161022.679000', '161022.682000', '161022.684000', '161022.687000', '161022.690000', '161022.692000', '161022.695000', '161022.698000', '161022.700000', '161022.703000', '161022.706000', '161022.708000', '161022.711000', '161022.713000', '161022.716000', '161022.719000', '161022.721000', '161022.724000', '161022.727000', '161022.729000', '161022.732000', '161022.734000', '161022.737000', '161022.739000', '161042.617000', '161042.620000', '161042.623000', '161042.626000', '161042.628000', '161042.631000', '161042.633000', '161042.636000', '161042.639000', '161042.642000', '161042.644000', '161042.647000', '161042.650000', '161042.654000', '161042.656000', '161042.659000', '161042.662000', '161042.665000', '161042.667000', '161042.670000', '161042.672000', '161042.675000', '161042.678000', '161042.681000', '161042.683000', '161042.686000', '161042.689000', '161042.691000', '161042.694000', '161042.697000', '161042.700000', '161042.703000', '161042.706000', '161042.708000', '161042.711000', '161042.714000', '161042.716000', '161042.719000', '161042.722000', '161042.724000', '161042.727000', '161042.730000', '161042.732000', '161102.619000', '161102.621000', '161102.624000', '161102.626000', '161102.630000', '161102.632000', '161102.635000', '161102.637000', '161102.640000', '161102.643000', '161102.645000', '161102.648000', '161102.651000', '161102.653000', '161102.656000', '161102.658000', '161102.661000', '161102.664000', '161102.666000', '161102.669000', '161102.672000', '161102.674000', '161102.677000', '161102.680000', '161102.683000', '161102.685000', '161102.688000', '161102.690000', '161102.693000', '161102.696000', '161102.698000', '161102.701000', '161102.710000', '161102.713000', '161102.715000', '161102.718000', '161102.721000', '161102.723000', '161102.726000', '161102.728000', '161102.731000', '161102.734000', '161102.736000', '161102.739000', '161122.619000', '161122.621000', '161122.624000', '161122.627000', '161122.629000', '161122.632000', '161122.635000', '161122.637000', '161122.640000', '161122.642000', '161122.645000', '161122.648000', '161122.650000', '161122.653000', '161122.656000', '161122.658000', '161122.661000', '161122.664000', '161122.666000', '161122.669000', '161122.672000', '161122.676000', '161122.679000', '161122.681000', '161122.684000', '161122.687000', '161122.689000', '161122.692000', '161122.694000', '161122.697000', '161122.700000', '161122.702000', '161122.705000', '161122.708000', '161122.710000', '161122.713000', '161122.716000', '161122.718000', '161122.721000', '161122.724000', '161122.726000', '161122.729000', '161122.732000', '161142.618000', '161142.621000', '161142.624000', '161142.627000', '161142.629000', '161142.632000', '161142.635000', '161142.638000', '161142.640000', '161142.643000', '161142.646000', '161142.648000', '161142.651000', '161142.653000', '161142.656000', '161142.659000', '161142.661000', '161142.664000', '161142.666000', '161142.669000', '161142.672000', '161142.674000', '161142.677000', '161142.680000', '161142.682000', '161142.685000', '161142.687000', '161142.690000', '161142.693000', '161142.695000', '161142.698000', '161142.701000', '161142.703000', '161142.706000', '161142.709000', '161142.711000', '161142.714000', '161142.717000', '161142.719000', '161142.722000', '161142.724000', '161142.727000', '161142.730000', '161142.732000', '161202.617000', '161202.621000', '161202.623000', '161202.626000', '161202.628000', '161202.631000', '161202.634000', '161202.636000', '161202.639000', '161202.642000', '161202.644000', '161202.647000', '161202.649000', '161202.652000', '161202.655000', '161202.657000', '161202.660000', '161202.663000', '161202.666000', '161202.668000', '161202.671000', '161202.674000', '161202.676000', '161202.679000', '161202.681000', '161202.684000', '161202.687000', '161202.689000', '161202.692000', '161202.694000', '161202.697000', '161202.700000', '161202.702000', '161202.705000', '161202.708000', '161202.711000', '161202.713000', '161202.716000', '161202.718000', '161202.721000', '161202.724000', '161202.726000', '161202.729000', '161222.617000', '161222.620000', '161222.623000', '161222.626000', '161222.629000', '161222.631000', '161222.634000', '161222.636000', '161222.639000', '161222.642000', '161222.644000', '161222.647000', '161222.650000', '161222.652000', '161222.655000', '161222.657000', '161222.660000', '161222.663000', '161222.665000', '161222.668000', '161222.670000', '161222.673000', '161222.676000', '161222.678000', '161222.681000', '161222.683000', '161222.686000', '161222.689000', '161222.691000', '161222.694000', '161222.697000', '161222.699000', '161222.702000', '161222.704000', '161222.707000', '161222.710000', '161222.713000', '161222.715000', '161222.718000', '161222.720000', '161222.723000', '161222.726000', '161222.728000', '161222.738000', '161242.618000', '161242.620000', '161242.623000', '161242.626000', '161242.629000', '161242.631000', '161242.634000', '161242.636000', '161242.639000', '161242.642000', '161242.644000', '161242.647000', '161242.649000', '161242.652000', '161242.655000', '161242.657000', '161242.660000', '161242.663000', '161242.665000', '161242.668000', '161242.670000', '161242.673000', '161242.676000', '161242.678000', '161242.681000', '161242.684000', '161242.686000', '161242.689000', '161242.691000', '161242.694000', '161242.697000', '161242.699000', '161242.702000', '161242.705000', '161242.707000', '161242.710000', '161242.713000', '161242.715000', '161242.718000', '161242.721000', '161242.724000', '161242.726000', '161242.729000', '161302.618000', '161302.621000', '161302.623000', '161302.626000', '161302.628000', '161302.631000', '161302.634000', '161302.636000', '161302.639000', '161302.642000', '161302.644000', '161302.647000', '161302.649000', '161302.652000', '161302.654000', '161302.657000', '161302.660000', '161302.663000', '161302.665000', '161302.668000', '161302.670000', '161302.673000', '161302.676000', '161302.678000', '161302.681000', '161302.684000', '161302.686000', '161302.689000', '161302.691000', '161302.694000', '161302.697000', '161302.712000', '161302.715000', '161302.718000', '161302.720000', '161302.723000', '161302.725000', '161302.728000', '161302.731000', '161302.733000', '161302.736000', '161302.739000', '161302.741000', '161302.744000', '161322.618000', '161322.621000', '161322.624000', '161322.627000', '161322.629000', '161322.632000', '161322.635000', '161322.637000', '161322.640000', '161322.643000', '161322.645000', '161322.648000', '161322.651000', '161322.653000', '161322.656000', '161322.658000', '161322.661000', '161322.664000', '161322.666000', '161322.669000', '161322.672000', '161322.674000', '161322.677000', '161322.679000', '161322.682000', '161322.685000', '161322.687000', '161322.690000', '161322.693000', '161322.695000', '161322.698000', '161322.700000', '161322.703000', '161322.706000', '161322.708000', '161322.711000', '161322.713000', '161322.716000', '161322.719000', '161322.721000', '161322.724000', '161322.726000', '161322.729000', '161342.619000', '161342.622000', '161342.624000', '161342.627000', '161342.629000', '161342.632000', '161342.635000', '161342.637000', '161342.640000', '161342.642000', '161342.645000', '161342.648000', '161342.650000', '161342.653000', '161342.656000', '161342.658000', '161342.661000', '161342.663000', '161342.666000', '161342.669000', '161342.671000', '161342.674000', '161342.677000', '161342.679000', '161342.682000', '161342.685000', '161342.687000', '161342.690000', '161342.693000', '161342.695000', '161342.698000', '161342.701000', '161342.703000', '161342.706000', '161342.710000', '161342.713000', '161342.723000', '161342.725000', '161342.728000', '161342.730000', '161342.733000', '161342.736000', '161342.738000', '161342.741000', '161402.619000', '161402.621000', '161402.624000', '161402.627000', '161402.629000', '161402.632000', '161402.638000', '161402.641000', '161402.644000', '161402.646000', '161402.649000', '161402.652000', '161402.654000', '161402.657000', '161402.659000', '161402.662000', '161402.665000', '161402.667000', '161402.670000', '161402.673000', '161402.675000', '161402.678000', '161402.681000', '161402.683000', '161402.686000', '161402.688000', '161402.691000', '161402.694000', '161402.696000', '161402.699000', '161402.702000', '161402.704000', '161402.707000', '161402.709000', '161402.712000', '161402.715000', '161402.717000', '161402.720000', '161402.723000', '161402.725000', '161402.728000', '161402.731000', '161402.734000', '161422.618000', '161422.621000', '161422.623000', '161422.626000', '161422.629000', '161422.631000', '161422.634000', '161422.637000', '161422.639000', '161422.642000', '161422.645000', '161422.647000', '161422.650000', '161422.652000', '161422.655000', '161422.658000', '161422.660000', '161422.663000', '161422.666000', '161422.668000', '161422.671000', '161422.674000', '161422.676000', '161422.679000', '161422.682000', '161422.684000', '161422.687000', '161422.690000', '161422.692000', '161422.695000', '161422.697000', '161422.700000', '161422.703000', '161422.705000', '161422.708000', '161422.710000', '161422.713000', '161422.716000', '161422.718000', '161422.721000', '161422.724000', '161422.726000', '161422.739000', '161422.742000', '161442.617000', '161442.621000', '161442.623000', '161442.626000', '161442.628000', '161442.631000', '161442.634000', '161442.636000', '161442.639000', '161442.642000', '161442.644000', '161442.647000', '161442.650000', '161442.652000', '161442.655000', '161442.657000', '161442.660000', '161442.663000', '161442.665000', '161442.668000', '161442.670000', '161442.673000', '161442.676000', '161442.678000', '161442.681000', '161442.684000', '161442.686000', '161442.689000', '161442.692000', '161442.694000', '161442.697000', '161442.699000', '161442.702000', '161442.705000', '161442.707000', '161442.710000', '161442.712000', '161442.715000', '161442.718000', '161442.720000', '161442.723000', '161442.726000', '161442.728000', '161502.617000', '161502.620000', '161502.623000', '161502.626000', '161502.628000', '161502.631000', '161502.634000', '161502.636000', '161502.639000', '161502.641000', '161502.644000', '161502.647000', '161502.649000', '161502.652000', '161502.655000', '161502.657000', '161502.660000', '161502.662000', '161502.665000', '161502.668000', '161502.670000', '161502.673000', '161502.676000', '161502.678000', '161502.681000', '161502.683000', '161502.686000', '161502.689000', '161502.691000', '161502.694000', '161502.696000', '161502.699000', '161502.702000', '161502.704000', '161502.707000', '161502.709000', '161502.712000', '161502.715000', '161502.717000', '161502.720000', '161502.723000', '161502.725000', '161502.728000', '161502.730000', '161522.618000', '161522.620000', '161522.623000', '161522.626000', '161522.628000', '161522.631000', '161522.634000', '161522.636000', '161522.639000', '161522.642000', '161522.644000', '161522.647000', '161522.650000', '161522.652000', '161522.655000', '161522.658000', '161522.660000', '161522.663000', '161522.666000', '161522.668000', '161522.671000', '161522.673000', '161522.676000', '161522.679000', '161522.681000', '161522.684000', '161522.686000', '161522.689000', '161522.692000', '161522.694000', '161522.697000', '161522.699000', '161522.702000', '161522.705000', '161522.707000', '161522.710000', '161522.713000', '161522.715000', '161522.718000', '161522.721000', '161522.723000', '161522.726000', '161522.728000', '161542.620000', '161542.623000', '161542.626000', '161542.628000', '161542.631000', '161542.633000', '161542.636000', '161542.639000', '161542.641000', '161542.644000', '161542.647000', '161542.649000', '161542.652000', '161542.655000', '161542.657000', '161542.660000', '161542.663000', '161542.665000', '161542.668000', '161542.671000', '161542.673000', '161542.676000', '161542.679000', '161542.681000', '161542.684000', '161542.687000', '161542.689000', '161542.692000', '161542.695000', '161542.697000', '161542.700000', '161542.702000', '161542.705000', '161542.708000', '161542.710000', '161542.713000', '161542.715000', '161542.718000', '161542.733000', '161542.735000', '161542.738000', '161542.741000', '161542.743000', '161542.746000', '161602.619000', '161602.621000', '161602.624000', '161602.627000', '161602.629000', '161602.632000', '161602.634000', '161602.637000', '161602.640000', '161602.643000', '161602.645000', '161602.648000', '161602.651000', '161602.653000', '161602.656000', '161602.659000', '161602.661000', '161602.664000', '161602.667000', '161602.669000', '161602.672000', '161602.674000', '161602.677000', '161602.680000', '161602.682000', '161602.685000', '161602.687000', '161602.690000', '161602.693000', '161602.695000', '161602.698000', '161602.701000', '161602.703000', '161602.706000', '161602.709000', '161602.711000', '161602.714000', '161602.717000', '161602.719000', '161602.722000', '161602.725000', '161602.727000', '161602.730000', '161622.618000', '161622.621000', '161622.623000', '161622.626000', '161622.629000', '161622.631000', '161622.634000', '161622.636000', '161622.639000', '161622.642000', '161622.644000', '161622.647000', '161622.650000', '161622.652000', '161622.655000', '161622.658000', '161622.660000', '161622.663000', '161622.666000', '161622.668000', '161622.671000', '161622.673000', '161622.676000', '161622.679000', '161622.681000', '161622.684000', '161622.686000', '161622.689000', '161622.692000', '161622.694000', '161622.697000', '161622.700000', '161622.702000', '161622.705000', '161622.707000', '161622.710000', '161622.713000', '161622.715000', '161622.718000', '161622.720000', '161622.723000', '161622.726000', '161622.728000', '161622.731000', '161642.618000', '161642.620000', '161642.623000', '161642.626000', '161642.628000', '161642.631000', '161642.634000', '161642.636000', '161642.639000', '161642.642000', '161642.645000', '161642.647000', '161642.650000', '161642.653000', '161642.655000', '161642.658000', '161642.660000', '161642.663000', '161642.666000', '161642.669000', '161642.671000', '161642.674000', '161642.677000', '161642.679000', '161642.682000', '161642.684000', '161642.687000', '161642.690000', '161642.692000', '161642.695000', '161642.698000', '161642.700000', '161642.703000', '161642.706000', '161642.708000', '161642.711000', '161642.714000', '161642.716000', '161642.719000', '161642.722000', '161642.724000', '161642.727000', '161642.730000', '161702.618000', '161702.620000', '161702.623000', '161702.626000', '161702.628000', '161702.631000', '161702.633000', '161702.636000', '161702.639000', '161702.641000', '161702.644000', '161702.647000', '161702.649000', '161702.652000', '161702.655000', '161702.658000', '161702.661000', '161702.664000', '161702.666000', '161702.669000', '161702.672000', '161702.674000', '161702.677000', '161702.680000', '161702.682000', '161702.685000', '161702.687000', '161702.690000', '161702.693000', '161702.695000', '161702.698000', '161702.701000', '161702.703000', '161702.706000', '161702.709000', '161702.733000', '161702.736000', '161702.739000', '161702.741000', '161702.744000', '161702.747000', '161702.749000', '161702.752000', '161722.617000', '161722.620000', '161722.623000', '161722.626000', '161722.629000', '161722.631000', '161722.634000', '161722.637000', '161722.639000', '161722.642000', '161722.645000', '161722.647000', '161722.650000', '161722.653000', '161722.655000', '161722.658000', '161722.661000', '161722.663000', '161722.666000', '161722.669000', '161722.671000', '161722.674000', '161722.677000', '161722.680000', '161722.682000', '161722.685000', '161722.688000', '161722.690000', '161722.693000', '161722.695000', '161722.698000', '161722.701000', '161722.703000', '161722.706000', '161722.709000', '161722.711000', '161722.714000', '161722.717000', '161722.719000', '161722.722000', '161722.725000', '161722.727000', '161722.730000', '161722.733000', '161742.618000', '161742.621000', '161742.623000', '161742.626000', '161742.629000', '161742.632000', '161742.634000', '161742.637000', '161742.640000', '161742.642000', '161742.645000', '161742.647000', '161742.650000', '161742.653000', '161742.655000', '161742.658000', '161742.661000', '161742.663000', '161742.666000', '161742.669000', '161742.671000', '161742.674000', '161742.677000', '161742.679000', '161742.682000', '161742.684000', '161742.687000', '161742.690000', '161742.692000', '161742.695000', '161742.698000', '161742.700000', '161742.703000', '161742.705000', '161742.708000', '161742.711000', '161742.713000', '161742.716000', '161742.719000', '161742.721000', '161742.724000', '161742.727000', '161742.729000', '161802.619000', '161802.622000', '161802.624000', '161802.627000', '161802.629000', '161802.632000', '161802.635000', '161802.637000', '161802.640000', '161802.643000', '161802.645000', '161802.648000', '161802.651000', '161802.653000', '161802.656000', '161802.659000', '161802.661000', '161802.664000', '161802.667000', '161802.669000', '161802.672000', '161802.674000', '161802.677000', '161802.680000', '161802.682000', '161802.685000', '161802.688000', '161802.690000', '161802.693000', '161802.696000', '161802.698000', '161802.701000', '161802.703000', '161802.706000', '161802.709000', '161802.711000', '161802.714000', '161802.717000', '161802.719000', '161802.722000', '161802.725000', '161802.727000', '161802.730000', '161802.732000', '161822.618000', '161822.621000', '161822.624000', '161822.627000', '161822.629000', '161822.632000', '161822.635000', '161822.638000', '161822.640000', '161822.643000', '161822.646000', '161822.648000', '161822.651000', '161822.654000', '161822.656000', '161822.659000', '161822.661000', '161822.664000', '161822.667000', '161822.669000', '161822.672000', '161822.675000', '161822.677000', '161822.680000', '161822.683000', '161822.686000', '161822.688000', '161822.691000', '161822.694000', '161822.696000', '161822.700000', '161822.743000', '161822.745000', '161822.748000', '161822.751000', '161822.753000', '161822.756000', '161822.759000', '161822.762000', '161822.764000', '161822.767000', '161822.769000', '161822.772000', '161842.618000', '161842.621000', '161842.623000', '161842.626000', '161842.629000', '161842.632000', '161842.634000', '161842.637000', '161842.640000', '161842.643000', '161842.645000', '161842.648000', '161842.650000', '161842.653000', '161842.656000', '161842.658000', '161842.661000', '161842.664000', '161842.666000', '161842.669000', '161842.680000', '161842.683000', '161842.685000', '161842.688000', '161842.691000', '161842.694000', '161842.696000', '161842.699000', '161842.702000', '161842.704000', '161842.707000', '161842.710000', '161842.712000', '161842.715000', '161842.718000', '161842.720000', '161842.723000', '161842.726000', '161842.728000', '161842.731000', '161842.733000', '161842.736000', '161842.739000', '161842.741000', '161902.618000', '161902.620000', '161902.623000', '161902.626000', '161902.628000', '161902.631000', '161902.634000', '161902.636000', '161902.639000', '161902.642000', '161902.644000', '161902.647000', '161902.650000', '161902.652000', '161902.655000', '161902.657000', '161902.660000', '161902.663000', '161902.665000', '161902.668000', '161902.671000', '161902.673000', '161902.676000', '161902.679000', '161902.681000', '161902.684000', '161902.686000', '161902.689000', '161902.695000', '161902.698000', '161902.700000', '161902.703000', '161902.705000', '161902.708000', '161902.711000', '161902.713000', '161902.716000', '161902.719000', '161902.722000', '161902.724000', '161902.727000', '161902.729000', '161902.732000', '161922.618000', '161922.620000', '161922.623000', '161922.626000', '161922.629000', '161922.631000', '161922.634000', '161922.637000', '161922.639000', '161922.642000', '161922.645000', '161922.647000', '161922.650000', '161922.653000', '161922.655000', '161922.658000', '161922.661000', '161922.663000', '161922.666000', '161922.669000', '161922.671000', '161922.674000', '161922.676000', '161922.679000', '161922.682000', '161922.684000', '161922.687000', '161922.690000', '161922.692000', '161922.695000', '161922.697000', '161922.700000', '161922.703000', '161922.705000', '161922.708000', '161922.711000', '161922.713000', '161922.716000', '161922.719000', '161922.721000', '161922.724000', '161922.726000', '161922.729000', '161922.732000', '161942.618000', '161942.621000', '161942.623000', '161942.626000', '161942.628000', '161942.631000', '161942.634000', '161942.637000', '161942.639000', '161942.642000', '161942.644000', '161942.647000', '161942.650000', '161942.652000', '161942.663000', '161942.665000', '161942.668000', '161942.670000', '161942.673000', '161942.676000', '161942.678000', '161942.681000', '161942.684000', '161942.686000', '161942.689000', '161942.692000', '161942.694000', '161942.697000', '161942.699000', '161942.702000', '161942.705000', '161942.707000', '161942.710000', '161942.712000', '161942.715000', '161942.718000', '161942.720000', '161942.723000', '161942.726000', '161942.728000', '161942.731000', '161942.734000', '161942.737000', '162002.618000', '162002.621000', '162002.624000', '162002.626000', '162002.629000', '162002.631000', '162002.634000', '162002.637000', '162002.639000', '162002.642000', '162002.645000', '162002.647000', '162002.650000', '162002.653000', '162002.655000', '162002.658000', '162002.661000', '162002.663000', '162002.666000', '162002.668000', '162002.671000', '162002.674000', '162002.676000', '162002.679000', '162002.682000', '162002.684000', '162002.687000', '162002.690000', '162002.692000', '162002.695000', '162002.697000', '162002.700000', '162002.703000', '162002.705000', '162002.708000', '162002.711000', '162002.713000', '162002.716000', '162002.718000', '162002.721000', '162002.724000', '162002.726000', '162002.729000', '162002.733000', '162022.618000', '162022.621000', '162022.624000', '162022.626000', '162022.629000', '162022.632000', '162022.635000', '162022.637000', '162022.640000', '162022.643000', '162022.645000', '162022.648000', '162022.651000', '162022.653000', '162022.656000', '162022.659000', '162022.661000', '162022.664000', '162022.667000', '162022.669000', '162022.672000', '162022.674000', '162022.677000', '162022.680000', '162022.682000', '162022.685000', '162022.688000', '162022.690000', '162022.693000', '162022.696000', '162022.698000', '162022.701000', '162022.704000', '162022.706000', '162022.709000', '162022.712000', '162022.714000', '162022.717000', '162022.720000', '162022.722000', '162022.725000', '162022.728000', '162022.730000', '162042.619000', '162042.622000', '162042.625000', '162042.627000', '162042.630000', '162042.632000', '162042.635000', '162042.638000', '162042.640000', '162042.643000', '162042.646000', '162042.652000', '162042.655000', '162042.658000', '162042.660000', '162042.663000', '162042.665000', '162042.668000', '162042.671000', '162042.673000', '162042.676000', '162042.679000', '162042.681000', '162042.684000', '162042.686000', '162042.689000', '162042.692000', '162042.694000', '162042.697000', '162042.700000', '162042.702000', '162042.705000', '162042.707000', '162042.710000', '162042.713000', '162042.715000', '162042.718000', '162042.721000', '162042.723000', '162042.726000', '162042.736000', '162042.738000', '162042.741000', '162042.744000', '162102.618000', '162102.621000', '162102.623000', '162102.626000', '162102.628000', '162102.631000', '162102.634000', '162102.636000', '162102.639000', '162102.642000', '162102.644000', '162102.647000', '162102.650000', '162102.652000', '162102.655000', '162102.658000', '162102.660000', '162102.663000', '162102.665000', '162102.668000', '162102.671000', '162102.673000', '162102.676000', '162102.678000', '162102.681000', '162102.684000', '162102.686000', '162102.689000', '162102.692000', '162102.694000', '162102.697000', '162102.700000', '162102.702000', '162102.705000', '162102.707000', '162102.710000', '162102.713000', '162102.715000', '162102.718000', '162102.720000', '162102.723000', '162102.726000', '162102.728000', '162122.618000', '162122.620000', '162122.623000', '162122.626000', '162122.629000', '162122.631000', '162122.634000', '162122.636000', '162122.639000', '162122.642000', '162122.645000', '162122.647000', '162122.650000', '162122.653000', '162122.655000', '162122.658000', '162122.661000', '162122.664000', '162122.666000', '162122.669000', '162122.671000', '162122.674000', '162122.677000', '162122.679000', '162122.682000', '162122.685000', '162122.687000', '162122.690000', '162122.692000', '162122.695000', '162122.698000', '162122.700000', '162122.703000', '162122.705000', '162122.708000', '162122.711000', '162122.713000', '162122.716000', '162122.718000', '162122.721000', '162122.724000', '162122.726000', '162122.729000', '162122.732000', '162142.618000', '162142.621000', '162142.624000', '162142.626000', '162142.629000', '162142.632000', '162142.634000', '162142.637000', '162142.639000', '162142.642000', '162142.645000', '162142.648000', '162142.650000', '162142.653000', '162142.656000', '162142.658000', '162142.661000', '162142.664000', '162142.666000', '162142.669000', '162142.671000', '162142.674000', '162142.677000', '162142.679000', '162142.682000', '162142.685000', '162142.687000', '162142.690000', '162142.692000', '162142.695000', '162142.698000', '162142.700000', '162142.703000', '162142.705000', '162142.708000', '162142.711000', '162142.713000', '162142.716000', '162142.719000', '162142.721000', '162142.724000', '162142.726000', '162142.729000', '162202.618000', '162202.621000', '162202.623000', '162202.626000', '162202.629000', '162202.631000', '162202.634000', '162202.637000', '162202.648000', '162202.650000', '162202.653000', '162202.656000', '162202.658000', '162202.661000', '162202.664000', '162202.666000', '162202.669000', '162202.672000', '162202.674000', '162202.677000', '162202.679000', '162202.682000', '162202.685000', '162202.687000', '162202.690000', '162202.693000', '162202.695000', '162202.698000', '162202.700000', '162202.703000', '162202.706000', '162202.708000', '162202.711000', '162202.713000', '162202.716000', '162202.719000', '162202.721000', '162202.724000', '162202.727000', '162202.729000', '162202.732000', '162202.735000', '162202.737000', '162202.740000', '162222.619000', '162222.622000', '162222.624000', '162222.627000', '162222.630000', '162222.632000', '162222.635000', '162222.638000', '162222.640000', '162222.643000', '162222.646000', '162222.648000', '162222.651000', '162222.653000', '162222.656000', '162222.658000', '162222.661000', '162222.664000', '162222.666000', '162222.669000', '162222.672000', '162222.675000', '162222.677000', '162222.680000', '162222.682000', '162222.685000', '162222.688000', '162222.690000', '162222.693000', '162222.695000', '162222.698000', '162222.700000', '162222.703000', '162222.706000', '162222.708000', '162222.711000', '162222.714000', '162222.716000', '162222.719000', '162222.722000', '162222.724000', '162222.727000', '162222.730000', '162231.502000', '162231.505000', '162231.508000', '162231.510000', '162231.513000', '162231.516000', '162231.519000', '162231.522000', '162231.525000', '162231.527000', '162231.531000', '162231.533000', '162231.536000', '162231.539000', '162231.543000', '162231.545000', '162231.548000', '162231.551000', '162231.554000', '162231.556000'], 'InstanceCreationTime': ['160842.677000', '160842.680000', '160842.683000', '160842.685000', '160842.688000', '160842.691000', '160842.693000', '160842.696000', '160842.699000', '160842.701000', '160842.704000', '160842.706000', '160842.709000', '160842.712000', '160842.716000', '160842.719000', '160842.722000', '160842.724000', '160842.727000', '160842.729000', '160842.732000', '160842.735000', '160842.743000', '160842.745000', '160842.748000', '160842.750000', '160842.753000', '160842.756000', '160842.758000', '160842.761000', '160842.763000', '160842.766000', '160842.768000', '160842.771000', '160842.774000', '160842.776000', '160842.779000', '160842.781000', '160842.784000', '160842.787000', '160842.789000', '160842.792000', '160842.794000', '160842.797000', '160842.800000', '160842.802000', '160842.805000', '160842.807000', '160842.810000', '160842.813000', '160842.815000', '160842.818000', '160842.820000', '160842.823000', '160842.826000', '160842.828000', '160902.618000', '160902.621000', '160902.624000', '160902.627000', '160902.629000', '160902.632000', '160902.634000', '160902.637000', '160902.640000', '160902.642000', '160902.645000', '160902.648000', '160902.650000', '160902.656000', '160902.659000', '160902.662000', '160902.664000', '160902.667000', '160902.669000', '160902.672000', '160902.675000', '160902.677000', '160902.680000', '160902.683000', '160902.685000', '160902.688000', '160902.690000', '160902.693000', '160902.696000', '160902.698000', '160902.701000', '160902.704000', '160902.706000', '160902.709000', '160902.711000', '160902.714000', '160902.717000', '160902.719000', '160902.722000', '160902.724000', '160902.727000', '160902.729000', '160902.732000', '160902.735000', '160922.619000', '160922.622000', '160922.624000', '160922.627000', '160922.630000', '160922.633000', '160922.636000', '160922.640000', '160922.642000', '160922.645000', '160922.648000', '160922.650000', '160922.653000', '160922.655000', '160922.658000', '160922.663000', '160922.665000', '160922.668000', '160922.671000', '160922.673000', '160922.676000', '160922.679000', '160922.681000', '160922.684000', '160922.687000', '160922.689000', '160922.692000', '160922.695000', '160922.697000', '160922.700000', '160922.703000', '160922.705000', '160922.708000', '160922.711000', '160922.713000', '160922.716000', '160922.719000', '160922.721000', '160922.724000', '160922.727000', '160922.729000', '160922.732000', '160922.735000', '160942.618000', '160942.620000', '160942.623000', '160942.626000', '160942.629000', '160942.631000', '160942.634000', '160942.636000', '160942.639000', '160942.642000', '160942.644000', '160942.647000', '160942.650000', '160942.652000', '160942.655000', '160942.658000', '160942.660000', '160942.663000', '160942.666000', '160942.668000', '160942.671000', '160942.673000', '160942.676000', '160942.679000', '160942.681000', '160942.684000', '160942.687000', '160942.689000', '160942.692000', '160942.694000', '160942.697000', '160942.700000', '160942.702000', '160942.705000', '160942.708000', '160942.710000', '160942.713000', '160942.715000', '160942.718000', '160942.721000', '160942.723000', '160942.726000', '160942.729000', '160942.731000', '161002.618000', '161002.621000', '161002.623000', '161002.628000', '161002.630000', '161002.633000', '161002.636000', '161002.638000', '161002.641000', '161002.644000', '161002.663000', '161002.666000', '161002.669000', '161002.671000', '161002.674000', '161002.677000', '161002.679000', '161002.685000', '161002.688000', '161002.691000', '161002.693000', '161002.696000', '161002.698000', '161002.701000', '161002.704000', '161002.706000', '161002.709000', '161002.711000', '161002.714000', '161002.717000', '161002.719000', '161002.722000', '161002.724000', '161002.727000', '161002.730000', '161002.733000', '161002.735000', '161002.738000', '161002.740000', '161002.743000', '161002.746000', '161002.748000', '161002.751000', '161022.618000', '161022.621000', '161022.624000', '161022.626000', '161022.629000', '161022.632000', '161022.634000', '161022.637000', '161022.639000', '161022.642000', '161022.645000', '161022.647000', '161022.650000', '161022.653000', '161022.655000', '161022.658000', '161022.661000', '161022.663000', '161022.674000', '161022.677000', '161022.679000', '161022.682000', '161022.684000', '161022.687000', '161022.690000', '161022.692000', '161022.695000', '161022.698000', '161022.700000', '161022.703000', '161022.706000', '161022.708000', '161022.711000', '161022.713000', '161022.716000', '161022.719000', '161022.721000', '161022.724000', '161022.727000', '161022.729000', '161022.732000', '161022.734000', '161022.737000', '161022.739000', '161042.617000', '161042.620000', '161042.623000', '161042.626000', '161042.628000', '161042.631000', '161042.633000', '161042.636000', '161042.639000', '161042.642000', '161042.644000', '161042.647000', '161042.650000', '161042.654000', '161042.656000', '161042.659000', '161042.662000', '161042.665000', '161042.667000', '161042.670000', '161042.672000', '161042.675000', '161042.678000', '161042.681000', '161042.683000', '161042.686000', '161042.689000', '161042.691000', '161042.694000', '161042.697000', '161042.700000', '161042.703000', '161042.706000', '161042.708000', '161042.711000', '161042.714000', '161042.716000', '161042.719000', '161042.722000', '161042.724000', '161042.727000', '161042.730000', '161042.732000', '161102.619000', '161102.621000', '161102.624000', '161102.626000', '161102.630000', '161102.632000', '161102.635000', '161102.637000', '161102.640000', '161102.643000', '161102.645000', '161102.648000', '161102.651000', '161102.653000', '161102.656000', '161102.658000', '161102.661000', '161102.664000', '161102.666000', '161102.669000', '161102.672000', '161102.674000', '161102.677000', '161102.680000', '161102.683000', '161102.685000', '161102.688000', '161102.690000', '161102.693000', '161102.696000', '161102.698000', '161102.701000', '161102.710000', '161102.713000', '161102.715000', '161102.718000', '161102.721000', '161102.723000', '161102.726000', '161102.728000', '161102.731000', '161102.734000', '161102.736000', '161102.739000', '161122.619000', '161122.621000', '161122.624000', '161122.627000', '161122.629000', '161122.632000', '161122.635000', '161122.637000', '161122.640000', '161122.642000', '161122.645000', '161122.648000', '161122.650000', '161122.653000', '161122.656000', '161122.658000', '161122.661000', '161122.664000', '161122.666000', '161122.669000', '161122.672000', '161122.676000', '161122.679000', '161122.681000', '161122.684000', '161122.687000', '161122.689000', '161122.692000', '161122.694000', '161122.697000', '161122.700000', '161122.702000', '161122.705000', '161122.708000', '161122.710000', '161122.713000', '161122.716000', '161122.718000', '161122.721000', '161122.724000', '161122.726000', '161122.729000', '161122.732000', '161142.618000', '161142.621000', '161142.624000', '161142.627000', '161142.629000', '161142.632000', '161142.635000', '161142.638000', '161142.640000', '161142.643000', '161142.646000', '161142.648000', '161142.651000', '161142.653000', '161142.656000', '161142.659000', '161142.661000', '161142.664000', '161142.666000', '161142.669000', '161142.672000', '161142.674000', '161142.677000', '161142.680000', '161142.682000', '161142.685000', '161142.687000', '161142.690000', '161142.693000', '161142.695000', '161142.698000', '161142.701000', '161142.703000', '161142.706000', '161142.709000', '161142.711000', '161142.714000', '161142.717000', '161142.719000', '161142.722000', '161142.724000', '161142.727000', '161142.730000', '161142.732000', '161202.617000', '161202.621000', '161202.623000', '161202.626000', '161202.628000', '161202.631000', '161202.634000', '161202.636000', '161202.639000', '161202.642000', '161202.644000', '161202.647000', '161202.649000', '161202.652000', '161202.655000', '161202.657000', '161202.660000', '161202.663000', '161202.666000', '161202.668000', '161202.671000', '161202.674000', '161202.676000', '161202.679000', '161202.681000', '161202.684000', '161202.687000', '161202.689000', '161202.692000', '161202.694000', '161202.697000', '161202.700000', '161202.702000', '161202.705000', '161202.708000', '161202.711000', '161202.713000', '161202.716000', '161202.718000', '161202.721000', '161202.724000', '161202.726000', '161202.729000', '161222.617000', '161222.620000', '161222.623000', '161222.626000', '161222.629000', '161222.631000', '161222.634000', '161222.636000', '161222.639000', '161222.642000', '161222.644000', '161222.647000', '161222.650000', '161222.652000', '161222.655000', '161222.657000', '161222.660000', '161222.663000', '161222.665000', '161222.668000', '161222.670000', '161222.673000', '161222.676000', '161222.678000', '161222.681000', '161222.683000', '161222.686000', '161222.689000', '161222.691000', '161222.694000', '161222.697000', '161222.699000', '161222.702000', '161222.704000', '161222.707000', '161222.710000', '161222.713000', '161222.715000', '161222.718000', '161222.720000', '161222.723000', '161222.726000', '161222.728000', '161222.738000', '161242.618000', '161242.620000', '161242.623000', '161242.626000', '161242.629000', '161242.631000', '161242.634000', '161242.636000', '161242.639000', '161242.642000', '161242.644000', '161242.647000', '161242.649000', '161242.652000', '161242.655000', '161242.657000', '161242.660000', '161242.663000', '161242.665000', '161242.668000', '161242.670000', '161242.673000', '161242.676000', '161242.678000', '161242.681000', '161242.684000', '161242.686000', '161242.689000', '161242.691000', '161242.694000', '161242.697000', '161242.699000', '161242.702000', '161242.705000', '161242.707000', '161242.710000', '161242.713000', '161242.715000', '161242.718000', '161242.721000', '161242.724000', '161242.726000', '161242.729000', '161302.618000', '161302.621000', '161302.623000', '161302.626000', '161302.628000', '161302.631000', '161302.634000', '161302.636000', '161302.639000', '161302.642000', '161302.644000', '161302.647000', '161302.649000', '161302.652000', '161302.654000', '161302.657000', '161302.660000', '161302.663000', '161302.665000', '161302.668000', '161302.670000', '161302.673000', '161302.676000', '161302.678000', '161302.681000', '161302.684000', '161302.686000', '161302.689000', '161302.691000', '161302.694000', '161302.697000', '161302.712000', '161302.715000', '161302.718000', '161302.720000', '161302.723000', '161302.725000', '161302.728000', '161302.731000', '161302.733000', '161302.736000', '161302.739000', '161302.741000', '161302.744000', '161322.618000', '161322.621000', '161322.624000', '161322.627000', '161322.629000', '161322.632000', '161322.635000', '161322.637000', '161322.640000', '161322.643000', '161322.645000', '161322.648000', '161322.651000', '161322.653000', '161322.656000', '161322.658000', '161322.661000', '161322.664000', '161322.666000', '161322.669000', '161322.672000', '161322.674000', '161322.677000', '161322.679000', '161322.682000', '161322.685000', '161322.687000', '161322.690000', '161322.693000', '161322.695000', '161322.698000', '161322.700000', '161322.703000', '161322.706000', '161322.708000', '161322.711000', '161322.713000', '161322.716000', '161322.719000', '161322.721000', '161322.724000', '161322.726000', '161322.729000', '161342.619000', '161342.622000', '161342.624000', '161342.627000', '161342.629000', '161342.632000', '161342.635000', '161342.637000', '161342.640000', '161342.642000', '161342.645000', '161342.648000', '161342.650000', '161342.653000', '161342.656000', '161342.658000', '161342.661000', '161342.663000', '161342.666000', '161342.669000', '161342.671000', '161342.674000', '161342.677000', '161342.679000', '161342.682000', '161342.685000', '161342.687000', '161342.690000', '161342.693000', '161342.695000', '161342.698000', '161342.701000', '161342.703000', '161342.706000', '161342.710000', '161342.713000', '161342.723000', '161342.725000', '161342.728000', '161342.730000', '161342.733000', '161342.736000', '161342.738000', '161342.741000', '161402.619000', '161402.621000', '161402.624000', '161402.627000', '161402.629000', '161402.632000', '161402.638000', '161402.641000', '161402.644000', '161402.646000', '161402.649000', '161402.652000', '161402.654000', '161402.657000', '161402.659000', '161402.662000', '161402.665000', '161402.667000', '161402.670000', '161402.673000', '161402.675000', '161402.678000', '161402.681000', '161402.683000', '161402.686000', '161402.688000', '161402.691000', '161402.694000', '161402.696000', '161402.699000', '161402.702000', '161402.704000', '161402.707000', '161402.709000', '161402.712000', '161402.715000', '161402.717000', '161402.720000', '161402.723000', '161402.725000', '161402.728000', '161402.731000', '161402.734000', '161422.618000', '161422.621000', '161422.623000', '161422.626000', '161422.629000', '161422.631000', '161422.634000', '161422.637000', '161422.639000', '161422.642000', '161422.645000', '161422.647000', '161422.650000', '161422.652000', '161422.655000', '161422.658000', '161422.660000', '161422.663000', '161422.666000', '161422.668000', '161422.671000', '161422.674000', '161422.676000', '161422.679000', '161422.682000', '161422.684000', '161422.687000', '161422.690000', '161422.692000', '161422.695000', '161422.697000', '161422.700000', '161422.703000', '161422.705000', '161422.708000', '161422.710000', '161422.713000', '161422.716000', '161422.718000', '161422.721000', '161422.724000', '161422.726000', '161422.739000', '161422.742000', '161442.617000', '161442.621000', '161442.623000', '161442.626000', '161442.628000', '161442.631000', '161442.634000', '161442.636000', '161442.639000', '161442.642000', '161442.644000', '161442.647000', '161442.650000', '161442.652000', '161442.655000', '161442.657000', '161442.660000', '161442.663000', '161442.665000', '161442.668000', '161442.670000', '161442.673000', '161442.676000', '161442.678000', '161442.681000', '161442.684000', '161442.686000', '161442.689000', '161442.692000', '161442.694000', '161442.697000', '161442.699000', '161442.702000', '161442.705000', '161442.707000', '161442.710000', '161442.712000', '161442.715000', '161442.718000', '161442.720000', '161442.723000', '161442.726000', '161442.728000', '161502.617000', '161502.620000', '161502.623000', '161502.626000', '161502.628000', '161502.631000', '161502.634000', '161502.636000', '161502.639000', '161502.641000', '161502.644000', '161502.647000', '161502.649000', '161502.652000', '161502.655000', '161502.657000', '161502.660000', '161502.662000', '161502.665000', '161502.668000', '161502.670000', '161502.673000', '161502.676000', '161502.678000', '161502.681000', '161502.683000', '161502.686000', '161502.689000', '161502.691000', '161502.694000', '161502.696000', '161502.699000', '161502.702000', '161502.704000', '161502.707000', '161502.709000', '161502.712000', '161502.715000', '161502.717000', '161502.720000', '161502.723000', '161502.725000', '161502.728000', '161502.730000', '161522.618000', '161522.620000', '161522.623000', '161522.626000', '161522.628000', '161522.631000', '161522.634000', '161522.636000', '161522.639000', '161522.642000', '161522.644000', '161522.647000', '161522.650000', '161522.652000', '161522.655000', '161522.658000', '161522.660000', '161522.663000', '161522.666000', '161522.668000', '161522.671000', '161522.673000', '161522.676000', '161522.679000', '161522.681000', '161522.684000', '161522.686000', '161522.689000', '161522.692000', '161522.694000', '161522.697000', '161522.699000', '161522.702000', '161522.705000', '161522.707000', '161522.710000', '161522.713000', '161522.715000', '161522.718000', '161522.721000', '161522.723000', '161522.726000', '161522.728000', '161542.620000', '161542.623000', '161542.626000', '161542.628000', '161542.631000', '161542.633000', '161542.636000', '161542.639000', '161542.641000', '161542.644000', '161542.647000', '161542.649000', '161542.652000', '161542.655000', '161542.657000', '161542.660000', '161542.663000', '161542.665000', '161542.668000', '161542.671000', '161542.673000', '161542.676000', '161542.679000', '161542.681000', '161542.684000', '161542.687000', '161542.689000', '161542.692000', '161542.695000', '161542.697000', '161542.700000', '161542.702000', '161542.705000', '161542.708000', '161542.710000', '161542.713000', '161542.715000', '161542.718000', '161542.733000', '161542.735000', '161542.738000', '161542.741000', '161542.743000', '161542.746000', '161602.619000', '161602.621000', '161602.624000', '161602.627000', '161602.629000', '161602.632000', '161602.634000', '161602.637000', '161602.640000', '161602.643000', '161602.645000', '161602.648000', '161602.651000', '161602.653000', '161602.656000', '161602.659000', '161602.661000', '161602.664000', '161602.667000', '161602.669000', '161602.672000', '161602.674000', '161602.677000', '161602.680000', '161602.682000', '161602.685000', '161602.687000', '161602.690000', '161602.693000', '161602.695000', '161602.698000', '161602.701000', '161602.703000', '161602.706000', '161602.709000', '161602.711000', '161602.714000', '161602.717000', '161602.719000', '161602.722000', '161602.725000', '161602.727000', '161602.730000', '161622.618000', '161622.621000', '161622.623000', '161622.626000', '161622.629000', '161622.631000', '161622.634000', '161622.636000', '161622.639000', '161622.642000', '161622.644000', '161622.647000', '161622.650000', '161622.652000', '161622.655000', '161622.658000', '161622.660000', '161622.663000', '161622.666000', '161622.668000', '161622.671000', '161622.673000', '161622.676000', '161622.679000', '161622.681000', '161622.684000', '161622.686000', '161622.689000', '161622.692000', '161622.694000', '161622.697000', '161622.700000', '161622.702000', '161622.705000', '161622.707000', '161622.710000', '161622.713000', '161622.715000', '161622.718000', '161622.720000', '161622.723000', '161622.726000', '161622.728000', '161622.731000', '161642.618000', '161642.620000', '161642.623000', '161642.626000', '161642.628000', '161642.631000', '161642.634000', '161642.636000', '161642.639000', '161642.642000', '161642.645000', '161642.647000', '161642.650000', '161642.653000', '161642.655000', '161642.658000', '161642.660000', '161642.663000', '161642.666000', '161642.669000', '161642.671000', '161642.674000', '161642.677000', '161642.679000', '161642.682000', '161642.684000', '161642.687000', '161642.690000', '161642.692000', '161642.695000', '161642.698000', '161642.700000', '161642.703000', '161642.706000', '161642.708000', '161642.711000', '161642.714000', '161642.716000', '161642.719000', '161642.722000', '161642.724000', '161642.727000', '161642.730000', '161702.618000', '161702.620000', '161702.623000', '161702.626000', '161702.628000', '161702.631000', '161702.633000', '161702.636000', '161702.639000', '161702.641000', '161702.644000', '161702.647000', '161702.649000', '161702.652000', '161702.655000', '161702.658000', '161702.661000', '161702.664000', '161702.666000', '161702.669000', '161702.672000', '161702.674000', '161702.677000', '161702.680000', '161702.682000', '161702.685000', '161702.687000', '161702.690000', '161702.693000', '161702.695000', '161702.698000', '161702.701000', '161702.703000', '161702.706000', '161702.709000', '161702.733000', '161702.736000', '161702.739000', '161702.741000', '161702.744000', '161702.747000', '161702.749000', '161702.752000', '161722.617000', '161722.620000', '161722.623000', '161722.626000', '161722.629000', '161722.631000', '161722.634000', '161722.637000', '161722.639000', '161722.642000', '161722.645000', '161722.647000', '161722.650000', '161722.653000', '161722.655000', '161722.658000', '161722.661000', '161722.663000', '161722.666000', '161722.669000', '161722.671000', '161722.674000', '161722.677000', '161722.680000', '161722.682000', '161722.685000', '161722.688000', '161722.690000', '161722.693000', '161722.695000', '161722.698000', '161722.701000', '161722.703000', '161722.706000', '161722.709000', '161722.711000', '161722.714000', '161722.717000', '161722.719000', '161722.722000', '161722.725000', '161722.727000', '161722.730000', '161722.733000', '161742.618000', '161742.621000', '161742.623000', '161742.626000', '161742.629000', '161742.632000', '161742.634000', '161742.637000', '161742.640000', '161742.642000', '161742.645000', '161742.647000', '161742.650000', '161742.653000', '161742.655000', '161742.658000', '161742.661000', '161742.663000', '161742.666000', '161742.669000', '161742.671000', '161742.674000', '161742.677000', '161742.679000', '161742.682000', '161742.684000', '161742.687000', '161742.690000', '161742.692000', '161742.695000', '161742.698000', '161742.700000', '161742.703000', '161742.705000', '161742.708000', '161742.711000', '161742.713000', '161742.716000', '161742.719000', '161742.721000', '161742.724000', '161742.727000', '161742.729000', '161802.619000', '161802.622000', '161802.624000', '161802.627000', '161802.629000', '161802.632000', '161802.635000', '161802.637000', '161802.640000', '161802.643000', '161802.645000', '161802.648000', '161802.651000', '161802.653000', '161802.656000', '161802.659000', '161802.661000', '161802.664000', '161802.667000', '161802.669000', '161802.672000', '161802.674000', '161802.677000', '161802.680000', '161802.682000', '161802.685000', '161802.688000', '161802.690000', '161802.693000', '161802.696000', '161802.698000', '161802.701000', '161802.703000', '161802.706000', '161802.709000', '161802.711000', '161802.714000', '161802.717000', '161802.719000', '161802.722000', '161802.725000', '161802.727000', '161802.730000', '161802.732000', '161822.618000', '161822.621000', '161822.624000', '161822.627000', '161822.629000', '161822.632000', '161822.635000', '161822.638000', '161822.640000', '161822.643000', '161822.646000', '161822.648000', '161822.651000', '161822.654000', '161822.656000', '161822.659000', '161822.661000', '161822.664000', '161822.667000', '161822.669000', '161822.672000', '161822.675000', '161822.677000', '161822.680000', '161822.683000', '161822.686000', '161822.688000', '161822.691000', '161822.694000', '161822.696000', '161822.700000', '161822.743000', '161822.745000', '161822.748000', '161822.751000', '161822.753000', '161822.756000', '161822.759000', '161822.762000', '161822.764000', '161822.767000', '161822.769000', '161822.772000', '161842.618000', '161842.621000', '161842.623000', '161842.626000', '161842.629000', '161842.632000', '161842.634000', '161842.637000', '161842.640000', '161842.643000', '161842.645000', '161842.648000', '161842.650000', '161842.653000', '161842.656000', '161842.658000', '161842.661000', '161842.664000', '161842.666000', '161842.669000', '161842.680000', '161842.683000', '161842.685000', '161842.688000', '161842.691000', '161842.694000', '161842.696000', '161842.699000', '161842.702000', '161842.704000', '161842.707000', '161842.710000', '161842.712000', '161842.715000', '161842.718000', '161842.720000', '161842.723000', '161842.726000', '161842.728000', '161842.731000', '161842.733000', '161842.736000', '161842.739000', '161842.741000', '161902.618000', '161902.620000', '161902.623000', '161902.626000', '161902.628000', '161902.631000', '161902.634000', '161902.636000', '161902.639000', '161902.642000', '161902.644000', '161902.647000', '161902.650000', '161902.652000', '161902.655000', '161902.657000', '161902.660000', '161902.663000', '161902.665000', '161902.668000', '161902.671000', '161902.673000', '161902.676000', '161902.679000', '161902.681000', '161902.684000', '161902.686000', '161902.689000', '161902.695000', '161902.698000', '161902.700000', '161902.703000', '161902.705000', '161902.708000', '161902.711000', '161902.713000', '161902.716000', '161902.719000', '161902.722000', '161902.724000', '161902.727000', '161902.729000', '161902.732000', '161922.618000', '161922.620000', '161922.623000', '161922.626000', '161922.629000', '161922.631000', '161922.634000', '161922.637000', '161922.639000', '161922.642000', '161922.645000', '161922.647000', '161922.650000', '161922.653000', '161922.655000', '161922.658000', '161922.661000', '161922.663000', '161922.666000', '161922.669000', '161922.671000', '161922.674000', '161922.676000', '161922.679000', '161922.682000', '161922.684000', '161922.687000', '161922.690000', '161922.692000', '161922.695000', '161922.697000', '161922.700000', '161922.703000', '161922.705000', '161922.708000', '161922.711000', '161922.713000', '161922.716000', '161922.719000', '161922.721000', '161922.724000', '161922.726000', '161922.729000', '161922.732000', '161942.618000', '161942.621000', '161942.623000', '161942.626000', '161942.628000', '161942.631000', '161942.634000', '161942.637000', '161942.639000', '161942.642000', '161942.644000', '161942.647000', '161942.650000', '161942.652000', '161942.663000', '161942.665000', '161942.668000', '161942.670000', '161942.673000', '161942.676000', '161942.678000', '161942.681000', '161942.684000', '161942.686000', '161942.689000', '161942.692000', '161942.694000', '161942.697000', '161942.699000', '161942.702000', '161942.705000', '161942.707000', '161942.710000', '161942.712000', '161942.715000', '161942.718000', '161942.720000', '161942.723000', '161942.726000', '161942.728000', '161942.731000', '161942.734000', '161942.737000', '162002.618000', '162002.621000', '162002.624000', '162002.626000', '162002.629000', '162002.631000', '162002.634000', '162002.637000', '162002.639000', '162002.642000', '162002.645000', '162002.647000', '162002.650000', '162002.653000', '162002.655000', '162002.658000', '162002.661000', '162002.663000', '162002.666000', '162002.668000', '162002.671000', '162002.674000', '162002.676000', '162002.679000', '162002.682000', '162002.684000', '162002.687000', '162002.690000', '162002.692000', '162002.695000', '162002.697000', '162002.700000', '162002.703000', '162002.705000', '162002.708000', '162002.711000', '162002.713000', '162002.716000', '162002.718000', '162002.721000', '162002.724000', '162002.726000', '162002.729000', '162002.733000', '162022.618000', '162022.621000', '162022.624000', '162022.626000', '162022.629000', '162022.632000', '162022.635000', '162022.637000', '162022.640000', '162022.643000', '162022.645000', '162022.648000', '162022.651000', '162022.653000', '162022.656000', '162022.659000', '162022.661000', '162022.664000', '162022.667000', '162022.669000', '162022.672000', '162022.674000', '162022.677000', '162022.680000', '162022.682000', '162022.685000', '162022.688000', '162022.690000', '162022.693000', '162022.696000', '162022.698000', '162022.701000', '162022.704000', '162022.706000', '162022.709000', '162022.712000', '162022.714000', '162022.717000', '162022.720000', '162022.722000', '162022.725000', '162022.728000', '162022.730000', '162042.619000', '162042.622000', '162042.625000', '162042.627000', '162042.630000', '162042.632000', '162042.635000', '162042.638000', '162042.640000', '162042.643000', '162042.646000', '162042.652000', '162042.655000', '162042.658000', '162042.660000', '162042.663000', '162042.665000', '162042.668000', '162042.671000', '162042.673000', '162042.676000', '162042.679000', '162042.681000', '162042.684000', '162042.686000', '162042.689000', '162042.692000', '162042.694000', '162042.697000', '162042.700000', '162042.702000', '162042.705000', '162042.707000', '162042.710000', '162042.713000', '162042.715000', '162042.718000', '162042.721000', '162042.723000', '162042.726000', '162042.736000', '162042.738000', '162042.741000', '162042.744000', '162102.618000', '162102.621000', '162102.623000', '162102.626000', '162102.628000', '162102.631000', '162102.634000', '162102.636000', '162102.639000', '162102.642000', '162102.644000', '162102.647000', '162102.650000', '162102.652000', '162102.655000', '162102.658000', '162102.660000', '162102.663000', '162102.665000', '162102.668000', '162102.671000', '162102.673000', '162102.676000', '162102.678000', '162102.681000', '162102.684000', '162102.686000', '162102.689000', '162102.692000', '162102.694000', '162102.697000', '162102.700000', '162102.702000', '162102.705000', '162102.707000', '162102.710000', '162102.713000', '162102.715000', '162102.718000', '162102.720000', '162102.723000', '162102.726000', '162102.728000', '162122.618000', '162122.620000', '162122.623000', '162122.626000', '162122.629000', '162122.631000', '162122.634000', '162122.636000', '162122.639000', '162122.642000', '162122.645000', '162122.647000', '162122.650000', '162122.653000', '162122.655000', '162122.658000', '162122.661000', '162122.664000', '162122.666000', '162122.669000', '162122.671000', '162122.674000', '162122.677000', '162122.679000', '162122.682000', '162122.685000', '162122.687000', '162122.690000', '162122.692000', '162122.695000', '162122.698000', '162122.700000', '162122.703000', '162122.705000', '162122.708000', '162122.711000', '162122.713000', '162122.716000', '162122.718000', '162122.721000', '162122.724000', '162122.726000', '162122.729000', '162122.732000', '162142.618000', '162142.621000', '162142.624000', '162142.626000', '162142.629000', '162142.632000', '162142.634000', '162142.637000', '162142.639000', '162142.642000', '162142.645000', '162142.648000', '162142.650000', '162142.653000', '162142.656000', '162142.658000', '162142.661000', '162142.664000', '162142.666000', '162142.669000', '162142.671000', '162142.674000', '162142.677000', '162142.679000', '162142.682000', '162142.685000', '162142.687000', '162142.690000', '162142.692000', '162142.695000', '162142.698000', '162142.700000', '162142.703000', '162142.705000', '162142.708000', '162142.711000', '162142.713000', '162142.716000', '162142.719000', '162142.721000', '162142.724000', '162142.726000', '162142.729000', '162202.618000', '162202.621000', '162202.623000', '162202.626000', '162202.629000', '162202.631000', '162202.634000', '162202.637000', '162202.648000', '162202.650000', '162202.653000', '162202.656000', '162202.658000', '162202.661000', '162202.664000', '162202.666000', '162202.669000', '162202.672000', '162202.674000', '162202.677000', '162202.679000', '162202.682000', '162202.685000', '162202.687000', '162202.690000', '162202.693000', '162202.695000', '162202.698000', '162202.700000', '162202.703000', '162202.706000', '162202.708000', '162202.711000', '162202.713000', '162202.716000', '162202.719000', '162202.721000', '162202.724000', '162202.727000', '162202.729000', '162202.732000', '162202.735000', '162202.737000', '162202.740000', '162222.619000', '162222.622000', '162222.624000', '162222.627000', '162222.630000', '162222.632000', '162222.635000', '162222.638000', '162222.640000', '162222.643000', '162222.646000', '162222.648000', '162222.651000', '162222.653000', '162222.656000', '162222.658000', '162222.661000', '162222.664000', '162222.666000', '162222.669000', '162222.672000', '162222.675000', '162222.677000', '162222.680000', '162222.682000', '162222.685000', '162222.688000', '162222.690000', '162222.693000', '162222.695000', '162222.698000', '162222.700000', '162222.703000', '162222.706000', '162222.708000', '162222.711000', '162222.714000', '162222.716000', '162222.719000', '162222.722000', '162222.724000', '162222.727000', '162222.730000', '162231.502000', '162231.505000', '162231.508000', '162231.510000', '162231.513000', '162231.516000', '162231.519000', '162231.522000', '162231.525000', '162231.527000', '162231.531000', '162231.533000', '162231.536000', '162231.539000', '162231.543000', '162231.545000', '162231.548000', '162231.551000', '162231.554000', '162231.556000'], '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': [7183, 9350, 8235, 7084, 10219, 8009, 10358, 8398, 7208, 9688, 6990, 10653, 7840, 7213, 9286, 7235, 11239, 8659, 7087, 10058, 7215, 10028, 7049, 10389, 7142, 9995, 7221, 8109, 8750, 7183, 10022, 7209, 7368, 7522, 10211, 10270, 7264, 10279, 7336, 9344, 7672, 10085, 8821, 7433, 9578, 7389, 10000, 7389, 10370, 7264, 7213, 8086, 7534, 10034, 7278, 10808, 7438, 9756, 7539, 9939, 7266, 10648, 7196, 9739, 7314, 10395, 8342, 7263, 9630, 7429, 9905, 7411, 10179, 7670, 8408, 7424, 11606, 7888, 12042, 9929, 7347, 9588, 7397, 9474, 7383, 9282, 8990, 7478, 9557, 7371, 10000, 9530, 10217, 7246, 8731, 7500, 8380, 7477, 10457, 7243, 10569, 7430, 9508, 7595, 7794, 9709, 7398, 9862, 7524, 10603, 8456, 9959, 10081, 7226, 9880, 7460, 10988, 8137, 9218, 8285, 7385, 9582, 7260, 10722, 7901, 7328, 8539, 7371, 9633, 7314, 11462, 7796, 7238, 8793, 7314, 11471, 8364, 7304, 9033, 7517, 9955, 7533, 12811, 8051, 7384, 8615, 7352, 9592, 7232, 9440, 7321, 7485, 8866, 7145, 10230, 7269, 10796, 7486, 10323, 7294, 10041, 7259, 10685, 7508, 8965, 7700, 7360, 9862, 7469, 9633, 7162, 7178, 9646, 7462, 10207, 7510, 8675, 9474, 8736, 11211, 7397, 9916, 7453, 7569, 9479, 7289, 10316, 7500, 9444, 7759, 8481, 10027, 7340, 9496, 7554, 10206, 7283, 9853, 7920, 7262, 9170, 7144, 10275, 7801, 11153, 7270, 9643, 7548, 10262, 7555, 11146, 7460, 7463, 8324, 7348, 9302, 8815, 7298, 8910, 7356, 9531, 8952, 10481, 7362, 8556, 7544, 8142, 8649, 9765, 7261, 8229, 7413, 9750, 7454, 8216, 8809, 7364, 9268, 7491, 11121, 8213, 12255, 7468, 10410, 7313, 11461, 9964, 7836, 9892, 7324, 9488, 7387, 11614, 10098, 7365, 9796, 7416, 10178, 9382, 7514, 10618, 7514, 9650, 7269, 9963, 7575, 11029, 7763, 10121, 7796, 9840, 7263, 8533, 7310, 7463, 9654, 7429, 9034, 9761, 7621, 10473, 7611, 10117, 7897, 10763, 7378, 11133, 7396, 9278, 7384, 10619, 7458, 8152, 7233, 7371, 9322, 7415, 9833, 7596, 11562, 7935, 11574, 8779, 11599, 7801, 7722, 7944, 9890, 10139, 7670, 10779, 7266, 7256, 9011, 7333, 10449, 7507, 11010, 7391, 11044, 8278, 10375, 7985, 7427, 9473, 8904, 10828, 7534, 10345, 7549, 9842, 7924, 7294, 9231, 7384, 9667, 7468, 9738, 7380, 11257, 7453, 7211, 9224, 8191, 12375, 7515, 11498, 7654, 13971, 11438, 8624, 10186, 7416, 9607, 7187, 12208, 8860, 7246, 9193, 7133, 9899, 8683, 7134, 9922, 7342, 9453, 7465, 7081, 9786, 7503, 7332, 9010, 7429, 10257, 8624, 7414, 10017, 7276, 9643, 7572, 7233, 10035, 7382, 8475, 7594, 7191, 8957, 7474, 7876, 7867, 7516, 9040, 7320, 10869, 8377, 7384, 9187, 7184, 11307, 8432, 7549, 9227, 7483, 10005, 8118, 12963, 8597, 7464, 8814, 7353, 9858, 7479, 10922, 7280, 7716, 8491, 7328, 10314, 7402, 7408, 8114, 7327, 9823, 7748, 11065, 7516, 7480, 9112, 7473, 10883, 10149, 7299, 9180, 7264, 11898, 9953, 7672, 10163, 7332, 9535, 8117, 7646, 10143, 7335, 7391, 8759, 7408, 11943, 8195, 7412, 8910, 7341, 9912, 7239, 7800, 7580, 7096, 8702, 7399, 7097, 10079, 7473, 7216, 9053, 7166, 9660, 7832, 12515, 8256, 7377, 9112, 7004, 11124, 8159, 7443, 9004, 7099, 8535, 9215, 7174, 11002, 7269, 10308, 7521, 12248, 9780, 7501, 9237, 7254, 8912, 7488, 7288, 10353, 7385, 8871, 7319, 12413, 8951, 8196, 9417, 7344, 10079, 7151, 9781, 8042, 7130, 9688, 7446, 9976, 7468, 10179, 8013, 11896, 7275, 7319, 8360, 7690, 10252, 7399, 10489, 7383, 9625, 7289, 10837, 7597, 8247, 7346, 7564, 7730, 9582, 10200, 7315, 9081, 7413, 9166, 7567, 10162, 7324, 11008, 7283, 9641, 7181, 12045, 9160, 7381, 9215, 7431, 9463, 7246, 12022, 8490, 8414, 7980, 7342, 9854, 7231, 10420, 7145, 8495, 7311, 7584, 9680, 7261, 10737, 7231, 10245, 7436, 12215, 8973, 7415, 9354, 7433, 8477, 9003, 7256, 10315, 7212, 8894, 7847, 7844, 10014, 7484, 10982, 7185, 7404, 8989, 7383, 10861, 7037, 9830, 7161, 10112, 7907, 9143, 7824, 7195, 9046, 7210, 9885, 7508, 8480, 6401, 7223, 8795, 7341, 10370, 7300, 10530, 7151, 10728, 7969, 12149, 10105, 7336, 9491, 7528, 10521, 7339, 10589, 7472, 7596, 7321, 7339, 9111, 7239, 10173, 7164, 9240, 7108, 10709, 9285, 7673, 10281, 7316, 10219, 7397, 10630, 7651, 11369, 7443, 7272, 8613, 7114, 9972, 7380, 10624, 7222, 7203, 9487, 7124, 10520, 7302, 10353, 6953, 9278, 8941, 7465, 10231, 6935, 7500, 9069, 7059, 10331, 7217, 11010, 7331, 9998, 7386, 9677, 9799, 7190, 8840, 7285, 9747, 7153, 10959, 7844, 10912, 7270, 10463, 7097, 10095, 7211, 7444, 7605, 7316, 9242, 8195, 7329, 9411, 7275, 7148, 9232, 8012, 11667, 8012, 11814, 8941, 13708, 11686, 8234, 10015, 7339, 10456, 7038, 10451, 7181, 8212, 7150, 7117, 9723, 7272, 8719, 7561, 7548, 9491, 7212, 12398, 9223, 7451, 9423, 7281, 9978, 7566, 13079, 9070, 7455, 9570, 7320, 10160, 10132, 7883, 9653, 7297, 6963, 9557, 7317, 9903, 9687, 7415, 10224, 7868, 9623, 10312, 7754, 11283, 7143, 8070, 9222, 8290, 10818, 7235, 8129, 7779, 6930, 10003, 7641, 7238, 8739, 7064, 10267, 9760, 7311, 8986, 7642, 7395, 10860, 9813, 7585, 8320, 8228, 6537, 7112, 10291, 9539, 7901, 6921, 11114, 8808, 6563, 8965, 11690, 11811, 9256, 13809, 11157, 10354, 12479, 14029, 10731, 7314, 10348, 7477, 6490, 10131, 8388, 6454, 8130, 7655, 6283, 8060, 9086, 6835, 6516, 9482, 7491, 6360, 10185, 7717, 6435, 8675, 8899, 6893, 6849, 9321, 7126, 6538, 10324, 8993, 6695, 9042, 8256, 6513, 9273, 9432, 6783, 7689, 9418, 6972, 8874, 9836, 6674, 7480, 8973, 6564, 9900, 9072, 7016, 9778, 8646, 6553, 10533, 8034, 6608, 9271, 8157, 6504, 9608, 7623, 6796, 9490, 8457, 6292, 10509, 9024, 6836, 9536, 9171, 7005, 10356, 9243, 6771, 9543, 8249, 7377, 10245, 7614, 6576, 9591, 8709, 6365, 10480, 9194, 6406, 8650, 8207, 6581, 9217, 9077, 6840, 8189, 8864, 6678, 10610, 8350, 6565, 9497, 7219, 8212, 9408, 6674, 8204, 7775, 6480, 10063, 7836, 6385, 10919, 6915, 6470, 9622, 8899, 6972, 10658, 8830, 6691, 9284, 6981, 8691, 9166, 6793, 8811, 8126, 6422, 10075, 9367, 6455, 9968, 8152, 6668, 9245, 7807, 9088, 9224, 6654, 9758, 7599, 9753, 9559, 7853, 10139, 7305, 6537, 8765, 6287, 10527, 7883, 6470, 9140, 7240, 7270, 9118, 6711, 8719, 8769, 6422, 9618, 7044, 11198, 8545, 6534, 9104, 6686, 8290, 8760, 6566, 7897, 7620, 6479, 9417, 7210, 9920, 9476, 6391, 9808, 7614, 9055, 9005, 6757, 10941, 8263, 6691, 9458, 7161, 9082, 8616, 6487, 9320, 6893, 9829, 9165, 6452, 9722, 8197, 8688, 9638, 7171, 10907, 8321, 6714, 9481, 6933, 10101, 9253, 6476, 9230, 6821, 9694, 7191, 10639, 6749, 9430, 8106, 9258, 8725, 6409, 9222, 6902, 9209, 8339, 7749, 8540, 6311, 9515, 7640, 9340, 9153, 6441, 10245, 7589, 10786, 7880, 11831, 8163, 6235, 8969, 6641, 9334, 8942, 6659, 9276, 6600, 9384, 6862, 10415, 7418, 11147, 6950, 9251, 6742, 9056, 8171, 7045, 8331, 6381, 8677, 6348, 9429, 6686, 8790, 7181, 6082, 9667, 6336, 9988, 7224, 7797, 9067, 6444, 11424, 7858, 10724, 6955, 9648, 8900, 9431, 9988, 7424, 10218, 7157, 9742, 8966, 8053, 10099, 7090, 10285, 8379, 6420, 9163, 6605, 10383, 7715, 6774, 8870, 6456, 9473, 7171, 9427, 9097, 6581, 9483, 6623, 10536, 7727, 6598, 9165, 8297, 9127, 8572, 9198, 6377, 8300, 6429, 9039, 8120, 10552, 8984, 7265, 8964, 7000, 9623, 7046, 10386, 8368, 7150, 9067, 10572, 9970, 6948, 9023, 6508, 9183, 6990, 10373, 8829, 6624, 8701, 6467, 10968, 6617, 10047, 6676, 10248, 7655, 7827, 8590, 6859, 9961, 8203, 7671, 9623, 7445, 10541, 7963, 6443, 8936, 6419, 9856, 7469, 11300, 8658, 6442, 8915, 6495, 9375, 6886, 10173, 8230, 6511, 8556, 6375, 10349, 8282, 6303, 8487, 6640, 9599, 6913, 10925, 7891, 6652, 9399, 6968, 11010, 7328, 10632, 6479, 9563, 7720, 10852, 9871, 6686, 9641, 6987, 10008, 8061, 9828, 8331, 6626, 10208, 7262, 9521, 7911, 10718, 8026, 6861, 8089, 6328, 10867, 7286, 10308, 7067, 7642, 9240, 10574, 9071, 7460, 9783, 6675, 6590, 9283, 6461, 10005, 7184, 9983, 7337, 9590, 7511, 10655, 9690, 6366, 8955, 7448, 6568, 9099, 7015, 10761, 8619, 6622, 9678, 9145, 8992, 9363, 6737, 6946, 10241, 6706, 6290, 13999, 9553, 11643, 7785, 10356, 7863, 7712, 10019, 9130, 6561, 10594, 10341, 7245, 11639, 12722, 8846, 13598, 9090, 10936, 11925, 8366, 12634, 7578, 10209, 9429, 6562, 9654, 6990, 9625, 7012, 8609, 8778, 6454, 8588, 7041, 6368, 8776, 6445, 8676, 6605, 10046, 8641, 6941, 9938, 7094, 10385, 7504, 7910, 9838, 7014, 10254, 9787, 6437, 8954, 6473, 10135, 9426, 6907, 10236, 6491, 10008, 6865, 10548, 6872, 8261, 8900, 6403, 9194, 8936, 6597, 8852, 8231, 6314, 11529, 8106, 10646, 7985, 11024, 8640, 11437, 10775, 6917, 9314, 8449, 6427, 9534, 10260, 6812, 9908, 9659, 6493, 9716, 7836, 11368, 9544, 6618, 9720, 9434, 7422, 10348, 8867, 6505, 9342, 9526, 6981, 10515, 7864, 6406, 9383, 9115, 6529, 10182, 8076, 6326, 9213, 7871, 8217, 9918, 8615, 6381, 9178, 8187, 6443, 9102, 7988, 6899, 7860, 9882, 7233, 11357, 11437, 7626, 10550, 7715, 11174, 11033, 6765, 9321, 7395, 7557, 7769, 8686, 7322, 6593, 6715, 9720, 8834, 6609, 10402, 9508, 6729, 10865, 8243, 6686, 9881, 8218, 6689, 9171, 6672, 8837, 8754, 6489, 9873, 8404, 6605, 9599, 7439, 11294, 9392, 6678, 9202, 6480, 9629, 6966, 10515, 7228, 6532, 7624, 6517, 10392, 9275, 6581, 8814, 8619, 9344, 9996, 10414, 7753, 9562, 6826, 9770, 7876, 11071, 8460, 6315, 8881, 6535, 9098, 6837, 10373, 7105, 9417, 6522, 9487, 6253, 9882, 6815, 9702, 6571, 9154, 6657, 9542, 7163, 6654, 7910, 6316, 9081, 8363, 9155, 6626, 9066, 6370, 9424, 6331, 9821, 7147, 10033, 6604, 9146, 6780, 9941, 8974, 6921, 8666, 6258, 9691, 9014, 7338, 10299, 8376, 6386, 9414, 7625, 11972, 10805, 8267, 10936, 9025, 6830, 10902, 8586, 11244, 7528, 8500, 8999, 6343, 9995, 7678, 6532, 8610, 6380, 9236, 7844, 8960, 9486, 6372, 8706, 6216, 9186, 6481, 10288, 7300, 6357, 7888, 6150, 9936, 8435, 6657, 8981, 6384, 9479, 7907, 10251, 6832, 9987, 6327, 9575, 6291, 10110, 7263, 9990, 7670, 9987, 7507, 10755, 8823, 6573, 8917, 6360, 10139, 7406, 10227, 7648, 10074, 6525, 9961, 6559, 9869, 7367, 6626, 8377, 6964, 9838, 9575, 7732, 10081, 7186, 9977, 7527, 11863, 9371, 10709, 6320, 9753, 6555, 9608, 6606, 9998, 6254, 9237, 6361, 7850, 7909, 6559, 9737, 6242, 9498, 6721, 11312, 8501, 10526, 6221, 9874, 6314, 9490, 7036, 10404, 7486, 8539, 8393, 6691, 9126, 7014, 10018, 7802, 10073, 8752, 11182, 9883, 7331, 9017, 6554, 9610, 6676, 10145, 8059, 10829, 6463, 7769, 8576, 6533, 10386, 7827, 9844, 6198, 9585, 6666, 10004, 7113, 10656, 6869, 9916, 6941, 9739, 8587, 6828, 8011, 6420, 8343, 7369, 9244, 7108, 9482, 6430, 8945, 6965, 9330, 7446, 10130, 6902, 7817, 8258, 11348, 8516, 9979, 8506, 6356, 8467, 6481, 8847, 8604, 9406, 7516, 9260, 7371, 8891, 8541, 9793, 7783, 8692, 6350, 8566, 6216, 9578, 7231, 10450, 6615, 9153, 6631, 9307, 7416, 8750, 7541, 6604, 8572, 8312, 9236, 6454, 8670, 6305, 9845, 6504, 10034, 7138, 10124, 6341, 9502, 6405, 9317, 6890, 10202, 7398, 9809, 8108, 10228, 8915, 9072, 9551, 6425, 9162, 7108, 10151, 9065, 11336, 8105, 10094, 6782, 9825, 6553, 10208, 6425, 9088, 6290, 9465, 7261, 9663, 7470, 6460, 9039, 6509, 10045, 7557, 10389, 6872, 10038, 6879, 9355, 7382, 10502, 7810, 11459, 6652, 8881, 8786, 7498, 9354, 6575, 10372, 8691, 6680, 9418, 7986, 10485, 7044, 10566, 6724, 10103, 7737, 10816, 8623, 6855, 8530, 6536, 9825, 9248, 8825, 9489, 6493, 9405, 6441, 9765, 7285, 10996, 8172, 6445, 9150, 6313, 10102, 7598, 7876, 8546, 6507, 8769, 6396, 10068, 7290, 7385, 8279, 6543, 9957, 8611, 11500, 9296, 6465, 9376, 6594, 10696, 9479, 6593, 9622, 8557, 7642, 9859, 7326, 11306, 9441, 6403, 9571, 8259, 8934, 9131, 6951, 6705, 8860, 6926, 10124, 8853, 6646, 9665, 8856, 7063, 10315, 9174, 6855, 7576, 9579, 8146, 6643, 9428, 6629, 11190, 9563, 7508, 8664, 7845, 6535, 10783, 9723, 7578, 10362, 7987, 6664, 9087, 8659, 8014, 9423, 6493, 6280, 8209, 7344, 6366, 7565, 8688, 6890, 11436, 8484, 7870, 10609, 8512, 7617, 7348, 11262, 10895, 11583, 14682, 12015, 8517, 11077, 10949, 7355, 12435], 'WindowCenter': [3929.0, 3956.0, 3934.0, 3911.0, 3940.0, 3920.0, 3939.0, 3917.0, 3896.0, 3926.0, 3895.0, 3937.0, 3907.0, 3908.0, 3927.0, 3909.0, 3949.0, 3930.0, 3898.0, 3939.0, 3908.0, 3938.0, 3897.0, 3938.0, 3895.0, 3926.0, 3896.0, 3905.0, 3915.0, 3896.0, 3928.0, 3897.0, 3907.0, 3907.0, 3927.0, 3926.0, 3895.0, 3925.0, 3896.0, 3915.0, 3906.0, 3925.0, 3916.0, 3894.0, 3926.0, 3894.0, 3926.0, 3893.0, 3925.0, 3894.0, 3896.0, 3907.0, 3905.0, 3926.0, 3896.0, 3938.0, 3897.0, 3925.0, 3905.0, 3925.0, 3893.0, 3925.0, 3885.0, 3924.0, 3895.0, 3924.0, 3905.0, 3896.0, 3925.0, 3896.0, 3927.0, 3906.0, 3937.0, 3907.0, 3918.0, 3909.0, 3948.0, 3907.0, 3947.0, 3927.0, 3896.0, 3926.0, 3895.0, 3925.0, 3897.0, 3927.0, 3929.0, 3907.0, 3939.0, 3895.0, 3928.0, 3914.0, 3926.0, 3895.0, 3904.0, 3881.0, 3903.0, 3882.0, 3925.0, 3894.0, 3935.0, 3895.0, 3925.0, 3907.0, 3906.0, 3939.0, 3908.0, 3938.0, 3910.0, 3938.0, 3920.0, 3928.0, 3939.0, 3897.0, 3927.0, 3897.0, 3936.0, 3908.0, 3927.0, 3917.0, 3907.0, 3927.0, 3895.0, 3937.0, 3907.0, 3895.0, 3915.0, 3895.0, 3925.0, 3896.0, 3937.0, 3905.0, 3906.0, 3916.0, 3907.0, 3949.0, 3917.0, 3907.0, 3916.0, 3895.0, 3926.0, 3896.0, 3946.0, 3904.0, 3896.0, 3915.0, 3896.0, 3925.0, 3895.0, 3925.0, 3907.0, 3895.0, 3926.0, 3895.0, 3938.0, 3896.0, 3936.0, 3896.0, 3925.0, 3894.0, 3925.0, 3895.0, 3937.0, 3895.0, 3926.0, 3906.0, 3907.0, 3938.0, 3908.0, 3941.0, 3909.0, 3899.0, 3941.0, 3910.0, 3941.0, 3910.0, 3917.0, 3929.0, 3917.0, 3938.0, 3897.0, 3928.0, 3897.0, 3907.0, 3929.0, 3907.0, 3938.0, 3908.0, 3928.0, 3907.0, 3916.0, 3927.0, 3907.0, 3928.0, 3906.0, 3936.0, 3896.0, 3927.0, 3907.0, 3906.0, 3928.0, 3897.0, 3937.0, 3906.0, 3936.0, 3896.0, 3926.0, 3906.0, 3925.0, 3894.0, 3935.0, 3894.0, 3896.0, 3915.0, 3908.0, 3928.0, 3929.0, 3910.0, 3930.0, 3910.0, 3942.0, 3929.0, 3939.0, 3897.0, 3916.0, 3906.0, 3905.0, 3914.0, 3926.0, 3895.0, 3905.0, 3896.0, 3927.0, 3909.0, 3918.0, 3931.0, 3910.0, 3940.0, 3920.0, 3951.0, 3920.0, 3950.0, 3907.0, 3937.0, 3907.0, 3936.0, 3927.0, 3905.0, 3927.0, 3907.0, 3926.0, 3909.0, 3949.0, 3937.0, 3896.0, 3939.0, 3908.0, 3937.0, 3929.0, 3906.0, 3938.0, 3909.0, 3927.0, 3897.0, 3928.0, 3894.0, 3935.0, 3894.0, 3924.0, 3894.0, 3913.0, 3893.0, 3914.0, 3894.0, 3906.0, 3939.0, 3909.0, 3929.0, 3952.0, 3921.0, 3951.0, 3920.0, 3940.0, 3917.0, 3938.0, 3908.0, 3947.0, 3906.0, 3927.0, 3896.0, 3936.0, 3906.0, 3917.0, 3907.0, 3907.0, 3929.0, 3910.0, 3940.0, 3920.0, 3960.0, 3920.0, 3948.0, 3919.0, 3948.0, 3907.0, 3906.0, 3907.0, 3924.0, 3927.0, 3905.0, 3937.0, 3907.0, 3907.0, 3928.0, 3908.0, 3950.0, 3909.0, 3949.0, 3908.0, 3948.0, 3918.0, 3937.0, 3905.0, 3896.0, 3927.0, 3915.0, 3935.0, 3894.0, 3925.0, 3905.0, 3925.0, 3916.0, 3907.0, 3928.0, 3909.0, 3938.0, 3908.0, 3927.0, 3908.0, 3949.0, 3908.0, 3908.0, 3929.0, 3918.0, 3960.0, 3907.0, 3947.0, 3906.0, 3946.0, 3937.0, 3903.0, 3924.0, 3892.0, 3913.0, 3881.0, 3933.0, 3914.0, 3892.0, 3912.0, 3882.0, 3923.0, 3915.0, 3882.0, 3923.0, 3893.0, 3923.0, 3894.0, 3883.0, 3926.0, 3895.0, 3895.0, 3915.0, 3895.0, 3926.0, 3916.0, 3895.0, 3926.0, 3896.0, 3927.0, 3906.0, 3896.0, 3938.0, 3908.0, 3918.0, 3907.0, 3896.0, 3928.0, 3908.0, 3919.0, 3918.0, 3908.0, 3929.0, 3908.0, 3949.0, 3918.0, 3909.0, 3929.0, 3897.0, 3949.0, 3918.0, 3908.0, 3928.0, 3907.0, 3926.0, 3906.0, 3948.0, 3915.0, 3894.0, 3914.0, 3893.0, 3926.0, 3894.0, 3924.0, 3893.0, 3893.0, 3914.0, 3893.0, 3937.0, 3906.0, 3907.0, 3916.0, 3894.0, 3926.0, 3907.0, 3937.0, 3896.0, 3896.0, 3915.0, 3907.0, 3937.0, 3939.0, 3907.0, 3926.0, 3897.0, 3946.0, 3928.0, 3905.0, 3925.0, 3893.0, 3925.0, 3905.0, 3905.0, 3926.0, 3894.0, 3894.0, 3915.0, 3894.0, 3936.0, 3905.0, 3895.0, 3914.0, 3893.0, 3925.0, 3898.0, 3906.0, 3892.0, 3883.0, 3914.0, 3894.0, 3895.0, 3938.0, 3908.0, 3906.0, 3928.0, 3896.0, 3926.0, 3906.0, 3946.0, 3905.0, 3894.0, 3915.0, 3882.0, 3936.0, 3905.0, 3894.0, 3915.0, 3896.0, 3928.0, 3930.0, 3908.0, 3948.0, 3909.0, 3938.0, 3908.0, 3948.0, 3937.0, 3906.0, 3926.0, 3906.0, 3927.0, 3906.0, 3907.0, 3937.0, 3908.0, 3928.0, 3907.0, 3948.0, 3917.0, 3904.0, 3926.0, 3895.0, 3925.0, 3896.0, 3925.0, 3918.0, 3896.0, 3939.0, 3908.0, 3938.0, 3907.0, 3938.0, 3907.0, 3948.0, 3905.0, 3907.0, 3918.0, 3907.0, 3937.0, 3896.0, 3936.0, 3909.0, 3937.0, 3906.0, 3937.0, 3907.0, 3918.0, 3908.0, 3906.0, 3908.0, 3926.0, 3937.0, 3907.0, 3926.0, 3896.0, 3927.0, 3905.0, 3937.0, 3906.0, 3935.0, 3894.0, 3925.0, 3895.0, 3946.0, 3927.0, 3894.0, 3925.0, 3894.0, 3925.0, 3895.0, 3947.0, 3916.0, 3905.0, 3904.0, 3894.0, 3926.0, 3895.0, 3937.0, 3896.0, 3917.0, 3905.0, 3905.0, 3927.0, 3894.0, 3937.0, 3896.0, 3925.0, 3894.0, 3935.0, 3914.0, 3893.0, 3914.0, 3895.0, 3915.0, 3915.0, 3895.0, 3936.0, 3907.0, 3926.0, 3906.0, 3906.0, 3928.0, 3895.0, 3936.0, 3895.0, 3894.0, 3914.0, 3894.0, 3935.0, 3894.0, 3925.0, 3895.0, 3924.0, 3904.0, 3914.0, 3893.0, 3895.0, 3915.0, 3895.0, 3926.0, 3906.0, 3916.0, 3885.0, 3908.0, 3928.0, 3907.0, 3940.0, 3909.0, 3950.0, 3908.0, 3939.0, 3918.0, 3948.0, 3938.0, 3895.0, 3926.0, 3906.0, 3936.0, 3894.0, 3937.0, 3896.0, 3906.0, 3898.0, 3894.0, 3917.0, 3896.0, 3939.0, 3898.0, 3929.0, 3909.0, 3937.0, 3928.0, 3908.0, 3937.0, 3907.0, 3938.0, 3895.0, 3927.0, 3894.0, 3936.0, 3895.0, 3894.0, 3915.0, 3883.0, 3925.0, 3895.0, 3935.0, 3896.0, 3894.0, 3926.0, 3895.0, 3938.0, 3896.0, 3926.0, 3897.0, 3926.0, 3915.0, 3896.0, 3938.0, 3896.0, 3906.0, 3928.0, 3896.0, 3927.0, 3896.0, 3936.0, 3907.0, 3937.0, 3908.0, 3926.0, 3940.0, 3896.0, 3928.0, 3896.0, 3926.0, 3895.0, 3937.0, 3906.0, 3935.0, 3895.0, 3924.0, 3895.0, 3925.0, 3896.0, 3906.0, 3906.0, 3907.0, 3929.0, 3930.0, 3910.0, 3942.0, 3921.0, 3911.0, 3943.0, 3933.0, 3964.0, 3932.0, 3950.0, 3929.0, 3958.0, 3949.0, 3905.0, 3925.0, 3895.0, 3936.0, 3882.0, 3926.0, 3895.0, 3914.0, 3895.0, 3896.0, 3926.0, 3908.0, 3928.0, 3919.0, 3919.0, 3940.0, 3909.0, 3960.0, 3930.0, 3909.0, 3928.0, 3908.0, 3927.0, 3906.0, 3948.0, 3916.0, 3906.0, 3927.0, 3907.0, 3937.0, 3938.0, 3917.0, 3927.0, 3906.0, 3896.0, 3927.0, 3908.0, 3938.0, 3928.0, 3908.0, 3938.0, 3918.0, 3927.0, 3926.0, 3907.0, 3936.0, 3896.0, 3904.0, 3916.0, 3904.0, 3924.0, 3893.0, 3903.0, 3892.0, 3883.0, 3924.0, 3895.0, 3894.0, 3914.0, 3895.0, 3926.0, 3926.0, 3896.0, 3916.0, 3906.0, 3907.0, 3937.0, 3926.0, 3908.0, 3920.0, 3919.0, 3901.0, 3922.0, 3940.0, 3928.0, 3907.0, 3898.0, 3949.0, 3940.0, 3910.0, 3928.0, 3948.0, 3949.0, 3927.0, 3947.0, 3936.0, 3911.0, 3920.0, 3918.0, 3896.0, 3864.0, 3895.0, 3865.0, 3845.0, 3897.0, 3885.0, 3857.0, 3876.0, 3876.0, 3856.0, 3889.0, 3898.0, 3870.0, 3871.0, 3913.0, 3893.0, 3872.0, 3923.0, 3893.0, 3873.0, 3914.0, 3914.0, 3894.0, 3885.0, 3927.0, 3896.0, 3886.0, 3937.0, 3929.0, 3897.0, 3927.0, 3918.0, 3886.0, 3928.0, 3928.0, 3897.0, 3907.0, 3928.0, 3896.0, 3927.0, 3925.0, 3896.0, 3906.0, 3916.0, 3885.0, 3937.0, 3926.0, 3896.0, 3938.0, 3917.0, 3886.0, 3937.0, 3916.0, 3895.0, 3926.0, 3917.0, 3886.0, 3938.0, 3918.0, 3899.0, 3940.0, 3918.0, 3887.0, 3950.0, 3929.0, 3898.0, 3939.0, 3929.0, 3896.0, 3939.0, 3929.0, 3897.0, 3927.0, 3915.0, 3896.0, 3937.0, 3905.0, 3895.0, 3938.0, 3915.0, 3887.0, 3948.0, 3928.0, 3887.0, 3926.0, 3916.0, 3897.0, 3927.0, 3927.0, 3896.0, 3916.0, 3915.0, 3884.0, 3937.0, 3915.0, 3886.0, 3925.0, 3895.0, 3915.0, 3925.0, 3885.0, 3915.0, 3904.0, 3884.0, 3935.0, 3906.0, 3886.0, 3948.0, 3907.0, 3898.0, 3938.0, 3928.0, 3898.0, 3949.0, 3927.0, 3899.0, 3928.0, 3896.0, 3915.0, 3928.0, 3897.0, 3926.0, 3916.0, 3885.0, 3925.0, 3926.0, 3886.0, 3937.0, 3916.0, 3896.0, 3926.0, 3906.0, 3926.0, 3928.0, 3897.0, 3927.0, 3907.0, 3925.0, 3925.0, 3905.0, 3937.0, 3895.0, 3885.0, 3916.0, 3884.0, 3937.0, 3917.0, 3886.0, 3927.0, 3908.0, 3907.0, 3929.0, 3897.0, 3928.0, 3928.0, 3887.0, 3928.0, 3895.0, 3937.0, 3917.0, 3885.0, 3926.0, 3897.0, 3915.0, 3917.0, 3897.0, 3918.0, 3918.0, 3898.0, 3939.0, 3909.0, 3938.0, 3927.0, 3886.0, 3936.0, 3906.0, 3916.0, 3926.0, 3886.0, 3936.0, 3915.0, 3896.0, 3927.0, 3897.0, 3927.0, 3916.0, 3884.0, 3925.0, 3895.0, 3926.0, 3926.0, 3885.0, 3926.0, 3916.0, 3916.0, 3925.0, 3894.0, 3935.0, 3915.0, 3894.0, 3927.0, 3896.0, 3936.0, 3926.0, 3884.0, 3925.0, 3883.0, 3924.0, 3883.0, 3925.0, 3884.0, 3913.0, 3903.0, 3914.0, 3913.0, 3873.0, 3924.0, 3895.0, 3925.0, 3915.0, 3906.0, 3916.0, 3886.0, 3925.0, 3907.0, 3927.0, 3928.0, 3886.0, 3936.0, 3907.0, 3938.0, 3906.0, 3935.0, 3904.0, 3873.0, 3916.0, 3884.0, 3925.0, 3927.0, 3896.0, 3927.0, 3898.0, 3926.0, 3885.0, 3936.0, 3895.0, 3935.0, 3895.0, 3914.0, 3883.0, 3913.0, 3904.0, 3894.0, 3915.0, 3884.0, 3915.0, 3884.0, 3925.0, 3896.0, 3917.0, 3896.0, 3887.0, 3938.0, 3886.0, 3938.0, 3908.0, 3907.0, 3928.0, 3886.0, 3948.0, 3906.0, 3937.0, 3897.0, 3926.0, 3927.0, 3925.0, 3927.0, 3896.0, 3937.0, 3896.0, 3924.0, 3926.0, 3904.0, 3936.0, 3894.0, 3935.0, 3916.0, 3884.0, 3925.0, 3883.0, 3936.0, 3905.0, 3896.0, 3927.0, 3884.0, 3926.0, 3897.0, 3928.0, 3927.0, 3897.0, 3927.0, 3884.0, 3936.0, 3906.0, 3884.0, 3929.0, 3916.0, 3926.0, 3913.0, 3925.0, 3872.0, 3905.0, 3885.0, 3925.0, 3917.0, 3937.0, 3927.0, 3906.0, 3927.0, 3896.0, 3927.0, 3896.0, 3937.0, 3916.0, 3896.0, 3929.0, 3935.0, 3925.0, 3895.0, 3913.0, 3884.0, 3926.0, 3895.0, 3936.0, 3927.0, 3896.0, 3928.0, 3897.0, 3949.0, 3885.0, 3927.0, 3884.0, 3937.0, 3905.0, 3906.0, 3927.0, 3897.0, 3938.0, 3920.0, 3917.0, 3937.0, 3906.0, 3948.0, 3916.0, 3886.0, 3927.0, 3886.0, 3939.0, 3906.0, 3938.0, 3916.0, 3884.0, 3927.0, 3884.0, 3924.0, 3895.0, 3937.0, 3917.0, 3885.0, 3916.0, 3884.0, 3936.0, 3918.0, 3885.0, 3926.0, 3896.0, 3927.0, 3898.0, 3938.0, 3917.0, 3896.0, 3938.0, 3896.0, 3937.0, 3895.0, 3936.0, 3885.0, 3926.0, 3905.0, 3935.0, 3925.0, 3884.0, 3925.0, 3896.0, 3926.0, 3914.0, 3924.0, 3914.0, 3896.0, 3936.0, 3907.0, 3937.0, 3917.0, 3936.0, 3907.0, 3884.0, 3904.0, 3885.0, 3938.0, 3894.0, 3924.0, 3894.0, 3905.0, 3927.0, 3935.0, 3914.0, 3893.0, 3925.0, 3894.0, 3894.0, 3927.0, 3886.0, 3939.0, 3908.0, 3937.0, 3906.0, 3925.0, 3895.0, 3935.0, 3926.0, 3883.0, 3925.0, 3908.0, 3896.0, 3927.0, 3897.0, 3950.0, 3928.0, 3899.0, 3937.0, 3929.0, 3929.0, 3928.0, 3896.0, 3897.0, 3937.0, 3896.0, 3899.0, 3959.0, 3925.0, 3932.0, 3890.0, 3920.0, 3890.0, 3891.0, 3923.0, 3924.0, 3883.0, 3934.0, 3923.0, 3878.0, 3920.0, 3931.0, 3899.0, 3930.0, 3898.0, 3909.0, 3916.0, 3875.0, 3917.0, 3874.0, 3894.0, 3894.0, 3852.0, 3895.0, 3863.0, 3896.0, 3866.0, 3886.0, 3888.0, 3857.0, 3899.0, 3879.0, 3869.0, 3913.0, 3870.0, 3912.0, 3883.0, 3922.0, 3914.0, 3892.0, 3923.0, 3892.0, 3934.0, 3894.0, 3902.0, 3925.0, 3893.0, 3935.0, 3936.0, 3884.0, 3924.0, 3884.0, 3926.0, 3925.0, 3894.0, 3935.0, 3883.0, 3923.0, 3882.0, 3933.0, 3883.0, 3913.0, 3924.0, 3884.0, 3925.0, 3938.0, 3909.0, 3938.0, 3929.0, 3898.0, 3949.0, 3918.0, 3948.0, 3918.0, 3936.0, 3915.0, 3935.0, 3936.0, 3895.0, 3925.0, 3915.0, 3885.0, 3926.0, 3937.0, 3897.0, 3937.0, 3936.0, 3885.0, 3926.0, 3905.0, 3946.0, 3926.0, 3884.0, 3924.0, 3924.0, 3894.0, 3935.0, 3913.0, 3882.0, 3924.0, 3923.0, 3894.0, 3935.0, 3914.0, 3885.0, 3924.0, 3926.0, 3884.0, 3936.0, 3915.0, 3884.0, 3925.0, 3915.0, 3915.0, 3936.0, 3929.0, 3897.0, 3938.0, 3928.0, 3886.0, 3927.0, 3916.0, 3906.0, 3916.0, 3936.0, 3905.0, 3947.0, 3947.0, 3905.0, 3934.0, 3893.0, 3922.0, 3934.0, 3884.0, 3926.0, 3896.0, 3895.0, 3907.0, 3928.0, 3907.0, 3898.0, 3911.0, 3940.0, 3931.0, 3898.0, 3939.0, 3938.0, 3896.0, 3937.0, 3917.0, 3886.0, 3926.0, 3916.0, 3895.0, 3926.0, 3896.0, 3926.0, 3917.0, 3885.0, 3937.0, 3918.0, 3895.0, 3927.0, 3906.0, 3936.0, 3926.0, 3885.0, 3925.0, 3873.0, 3913.0, 3883.0, 3923.0, 3895.0, 3884.0, 3906.0, 3885.0, 3939.0, 3929.0, 3896.0, 3928.0, 3915.0, 3927.0, 3924.0, 3926.0, 3894.0, 3915.0, 3883.0, 3922.0, 3892.0, 3922.0, 3902.0, 3872.0, 3912.0, 3871.0, 3913.0, 3882.0, 3924.0, 3883.0, 3915.0, 3873.0, 3913.0, 3871.0, 3922.0, 3882.0, 3913.0, 3883.0, 3913.0, 3883.0, 3923.0, 3894.0, 3883.0, 3904.0, 3884.0, 3925.0, 3904.0, 3915.0, 3883.0, 3914.0, 3884.0, 3926.0, 3884.0, 3926.0, 3895.0, 3927.0, 3896.0, 3925.0, 3896.0, 3925.0, 3926.0, 3896.0, 3917.0, 3885.0, 3928.0, 3929.0, 3906.0, 3939.0, 3919.0, 3886.0, 3927.0, 3907.0, 3948.0, 3939.0, 3916.0, 3935.0, 3914.0, 3883.0, 3936.0, 3903.0, 3924.0, 3892.0, 3901.0, 3902.0, 3870.0, 3912.0, 3891.0, 3872.0, 3913.0, 3873.0, 3914.0, 3905.0, 3914.0, 3925.0, 3873.0, 3915.0, 3861.0, 3913.0, 3871.0, 3924.0, 3892.0, 3884.0, 3905.0, 3874.0, 3926.0, 3917.0, 3884.0, 3926.0, 3883.0, 3926.0, 3904.0, 3924.0, 3882.0, 3924.0, 3872.0, 3912.0, 3872.0, 3922.0, 3892.0, 3922.0, 3903.0, 3924.0, 3894.0, 3934.0, 3915.0, 3885.0, 3926.0, 3885.0, 3936.0, 3894.0, 3926.0, 3894.0, 3924.0, 3871.0, 3911.0, 3869.0, 3912.0, 3891.0, 3883.0, 3903.0, 3895.0, 3926.0, 3927.0, 3906.0, 3936.0, 3895.0, 3926.0, 3894.0, 3935.0, 3912.0, 3922.0, 3859.0, 3909.0, 3869.0, 3910.0, 3869.0, 3911.0, 3871.0, 3910.0, 3871.0, 3901.0, 3903.0, 3886.0, 3926.0, 3885.0, 3927.0, 3884.0, 3935.0, 3903.0, 3924.0, 3861.0, 3924.0, 3870.0, 3913.0, 3882.0, 3924.0, 3893.0, 3913.0, 3913.0, 3884.0, 3913.0, 3894.0, 3926.0, 3905.0, 3925.0, 3914.0, 3923.0, 3924.0, 3880.0, 3912.0, 3871.0, 3912.0, 3870.0, 3911.0, 3889.0, 3922.0, 3871.0, 3890.0, 3913.0, 3871.0, 3924.0, 3891.0, 3924.0, 3861.0, 3912.0, 3869.0, 3912.0, 3880.0, 3921.0, 3881.0, 3923.0, 3892.0, 3924.0, 3915.0, 3883.0, 3905.0, 3884.0, 3917.0, 3895.0, 3926.0, 3895.0, 3926.0, 3884.0, 3915.0, 3883.0, 3914.0, 3892.0, 3935.0, 3894.0, 3904.0, 3916.0, 3945.0, 3916.0, 3925.0, 3916.0, 3884.0, 3915.0, 3883.0, 3915.0, 3913.0, 3925.0, 3894.0, 3925.0, 3893.0, 3913.0, 3902.0, 3925.0, 3892.0, 3902.0, 3870.0, 3902.0, 3871.0, 3923.0, 3894.0, 3933.0, 3883.0, 3914.0, 3885.0, 3915.0, 3894.0, 3915.0, 3905.0, 3884.0, 3916.0, 3904.0, 3926.0, 3885.0, 3915.0, 3885.0, 3937.0, 3885.0, 3937.0, 3894.0, 3936.0, 3887.0, 3926.0, 3886.0, 3926.0, 3896.0, 3938.0, 3906.0, 3937.0, 3918.0, 3936.0, 3927.0, 3917.0, 3938.0, 3886.0, 3927.0, 3908.0, 3939.0, 3928.0, 3949.0, 3905.0, 3926.0, 3883.0, 3924.0, 3872.0, 3924.0, 3871.0, 3912.0, 3873.0, 3923.0, 3894.0, 3926.0, 3904.0, 3886.0, 3929.0, 3885.0, 3937.0, 3905.0, 3937.0, 3895.0, 3935.0, 3896.0, 3925.0, 3895.0, 3937.0, 3907.0, 3945.0, 3895.0, 3927.0, 3927.0, 3908.0, 3928.0, 3896.0, 3938.0, 3928.0, 3896.0, 3940.0, 3907.0, 3937.0, 3895.0, 3937.0, 3884.0, 3925.0, 3903.0, 3923.0, 3914.0, 3883.0, 3912.0, 3874.0, 3924.0, 3913.0, 3913.0, 3923.0, 3871.0, 3914.0, 3872.0, 3923.0, 3893.0, 3925.0, 3904.0, 3873.0, 3924.0, 3872.0, 3923.0, 3893.0, 3902.0, 3914.0, 3872.0, 3914.0, 3872.0, 3925.0, 3893.0, 3894.0, 3915.0, 3885.0, 3926.0, 3915.0, 3936.0, 3926.0, 3873.0, 3924.0, 3884.0, 3935.0, 3926.0, 3884.0, 3927.0, 3916.0, 3904.0, 3926.0, 3894.0, 3935.0, 3924.0, 3873.0, 3924.0, 3915.0, 3913.0, 3913.0, 3894.0, 3884.0, 3914.0, 3896.0, 3936.0, 3914.0, 3885.0, 3924.0, 3925.0, 3894.0, 3936.0, 3928.0, 3897.0, 3907.0, 3925.0, 3905.0, 3884.0, 3925.0, 3883.0, 3935.0, 3923.0, 3895.0, 3914.0, 3904.0, 3884.0, 3935.0, 3923.0, 3893.0, 3924.0, 3903.0, 3885.0, 3914.0, 3915.0, 3905.0, 3926.0, 3873.0, 3885.0, 3917.0, 3907.0, 3888.0, 3905.0, 3917.0, 3896.0, 3937.0, 3902.0, 3892.0, 3936.0, 3916.0, 3919.0, 3907.0, 3937.0, 3925.0, 3924.0, 3943.0, 3919.0, 3887.0, 3905.0, 3894.0, 3853.0, 3906.0], 'WindowWidth': [8809.0, 8838.0, 8802.0, 8766.0, 8803.0, 8775.0, 8798.0, 8767.0, 8737.0, 8775.0, 8735.0, 8793.0, 8753.0, 8755.0, 8781.0, 8760.0, 8811.0, 8789.0, 8745.0, 8798.0, 8755.0, 8796.0, 8738.0, 8794.0, 8736.0, 8776.0, 8738.0, 8748.0, 8760.0, 8736.0, 8782.0, 8740.0, 8753.0, 8754.0, 8777.0, 8776.0, 8733.0, 8773.0, 8736.0, 8760.0, 8749.0, 8773.0, 8764.0, 8732.0, 8775.0, 8730.0, 8774.0, 8727.0, 8773.0, 8732.0, 8736.0, 8751.0, 8749.0, 8778.0, 8735.0, 8793.0, 8737.0, 8774.0, 8746.0, 8772.0, 8727.0, 8772.0, 8719.0, 8771.0, 8734.0, 8770.0, 8747.0, 8734.0, 8773.0, 8738.0, 8778.0, 8751.0, 8791.0, 8755.0, 8768.0, 8758.0, 8809.0, 8752.0, 8804.0, 8779.0, 8734.0, 8775.0, 8734.0, 8773.0, 8739.0, 8778.0, 8784.0, 8754.0, 8798.0, 8734.0, 8781.0, 8757.0, 8773.0, 8730.0, 8741.0, 8708.0, 8739.0, 8709.0, 8770.0, 8728.0, 8786.0, 8734.0, 8775.0, 8752.0, 8749.0, 8798.0, 8756.0, 8797.0, 8760.0, 8794.0, 8772.0, 8782.0, 8795.0, 8738.0, 8778.0, 8739.0, 8790.0, 8754.0, 8778.0, 8765.0, 8751.0, 8779.0, 8734.0, 8792.0, 8751.0, 8734.0, 8759.0, 8734.0, 8773.0, 8735.0, 8792.0, 8748.0, 8751.0, 8763.0, 8752.0, 8810.0, 8767.0, 8753.0, 8764.0, 8734.0, 8775.0, 8736.0, 8801.0, 8745.0, 8735.0, 8760.0, 8734.0, 8773.0, 8735.0, 8774.0, 8753.0, 8735.0, 8778.0, 8735.0, 8794.0, 8737.0, 8789.0, 8737.0, 8771.0, 8729.0, 8774.0, 8734.0, 8791.0, 8735.0, 8776.0, 8752.0, 8755.0, 8796.0, 8758.0, 8803.0, 8759.0, 8745.0, 8806.0, 8762.0, 8804.0, 8761.0, 8768.0, 8785.0, 8766.0, 8795.0, 8739.0, 8781.0, 8739.0, 8751.0, 8783.0, 8752.0, 8796.0, 8757.0, 8782.0, 8754.0, 8765.0, 8780.0, 8753.0, 8781.0, 8751.0, 8789.0, 8737.0, 8777.0, 8751.0, 8752.0, 8782.0, 8739.0, 8793.0, 8750.0, 8791.0, 8737.0, 8776.0, 8749.0, 8772.0, 8731.0, 8786.0, 8731.0, 8736.0, 8762.0, 8756.0, 8783.0, 8788.0, 8764.0, 8791.0, 8762.0, 8807.0, 8783.0, 8798.0, 8738.0, 8764.0, 8749.0, 8747.0, 8758.0, 8776.0, 8732.0, 8745.0, 8736.0, 8778.0, 8757.0, 8771.0, 8789.0, 8763.0, 8802.0, 8777.0, 8818.0, 8774.0, 8813.0, 8754.0, 8792.0, 8752.0, 8788.0, 8779.0, 8747.0, 8779.0, 8753.0, 8776.0, 8757.0, 8810.0, 8793.0, 8737.0, 8796.0, 8756.0, 8792.0, 8784.0, 8753.0, 8796.0, 8757.0, 8780.0, 8739.0, 8781.0, 8731.0, 8786.0, 8730.0, 8767.0, 8729.0, 8752.0, 8728.0, 8756.0, 8731.0, 8752.0, 8799.0, 8761.0, 8786.0, 8821.0, 8778.0, 8819.0, 8775.0, 8803.0, 8767.0, 8796.0, 8756.0, 8806.0, 8752.0, 8779.0, 8736.0, 8791.0, 8750.0, 8764.0, 8755.0, 8754.0, 8786.0, 8763.0, 8804.0, 8778.0, 8830.0, 8775.0, 8809.0, 8771.0, 8807.0, 8754.0, 8749.0, 8752.0, 8771.0, 8777.0, 8746.0, 8792.0, 8753.0, 8753.0, 8784.0, 8759.0, 8815.0, 8762.0, 8814.0, 8757.0, 8811.0, 8769.0, 8793.0, 8749.0, 8736.0, 8779.0, 8759.0, 8787.0, 8730.0, 8772.0, 8747.0, 8775.0, 8764.0, 8754.0, 8782.0, 8758.0, 8796.0, 8755.0, 8781.0, 8756.0, 8812.0, 8758.0, 8757.0, 8785.0, 8769.0, 8828.0, 8754.0, 8806.0, 8751.0, 8803.0, 8790.0, 8740.0, 8768.0, 8724.0, 8752.0, 8710.0, 8780.0, 8755.0, 8724.0, 8750.0, 8711.0, 8766.0, 8758.0, 8713.0, 8767.0, 8729.0, 8768.0, 8731.0, 8716.0, 8775.0, 8733.0, 8733.0, 8759.0, 8734.0, 8776.0, 8763.0, 8736.0, 8777.0, 8737.0, 8780.0, 8750.0, 8736.0, 8794.0, 8754.0, 8769.0, 8754.0, 8739.0, 8784.0, 8759.0, 8774.0, 8771.0, 8758.0, 8787.0, 8757.0, 8813.0, 8771.0, 8759.0, 8785.0, 8741.0, 8812.0, 8771.0, 8756.0, 8782.0, 8754.0, 8777.0, 8751.0, 8808.0, 8760.0, 8731.0, 8756.0, 8727.0, 8773.0, 8728.0, 8769.0, 8728.0, 8727.0, 8756.0, 8728.0, 8791.0, 8750.0, 8752.0, 8765.0, 8731.0, 8776.0, 8750.0, 8791.0, 8737.0, 8737.0, 8762.0, 8752.0, 8794.0, 8798.0, 8753.0, 8778.0, 8739.0, 8804.0, 8782.0, 8746.0, 8771.0, 8729.0, 8771.0, 8745.0, 8746.0, 8775.0, 8731.0, 8731.0, 8758.0, 8730.0, 8789.0, 8746.0, 8732.0, 8755.0, 8726.0, 8773.0, 8741.0, 8752.0, 8727.0, 8715.0, 8756.0, 8732.0, 8735.0, 8797.0, 8757.0, 8753.0, 8781.0, 8738.0, 8777.0, 8749.0, 8802.0, 8747.0, 8731.0, 8758.0, 8713.0, 8788.0, 8748.0, 8733.0, 8762.0, 8739.0, 8782.0, 8788.0, 8758.0, 8812.0, 8760.0, 8795.0, 8756.0, 8807.0, 8792.0, 8751.0, 8775.0, 8751.0, 8780.0, 8751.0, 8753.0, 8794.0, 8756.0, 8781.0, 8754.0, 8807.0, 8764.0, 8745.0, 8773.0, 8735.0, 8772.0, 8737.0, 8775.0, 8770.0, 8740.0, 8799.0, 8759.0, 8797.0, 8754.0, 8796.0, 8753.0, 8806.0, 8749.0, 8752.0, 8769.0, 8751.0, 8792.0, 8737.0, 8791.0, 8757.0, 8793.0, 8752.0, 8793.0, 8754.0, 8768.0, 8756.0, 8750.0, 8757.0, 8777.0, 8794.0, 8751.0, 8778.0, 8736.0, 8779.0, 8746.0, 8793.0, 8750.0, 8788.0, 8732.0, 8772.0, 8733.0, 8803.0, 8778.0, 8732.0, 8774.0, 8732.0, 8773.0, 8735.0, 8805.0, 8763.0, 8747.0, 8746.0, 8730.0, 8774.0, 8733.0, 8793.0, 8737.0, 8765.0, 8750.0, 8748.0, 8779.0, 8733.0, 8791.0, 8737.0, 8773.0, 8731.0, 8785.0, 8756.0, 8728.0, 8757.0, 8733.0, 8759.0, 8760.0, 8734.0, 8791.0, 8755.0, 8777.0, 8750.0, 8748.0, 8780.0, 8734.0, 8789.0, 8733.0, 8731.0, 8758.0, 8731.0, 8788.0, 8731.0, 8772.0, 8733.0, 8769.0, 8744.0, 8756.0, 8728.0, 8733.0, 8760.0, 8732.0, 8775.0, 8750.0, 8764.0, 8725.0, 8757.0, 8785.0, 8755.0, 8801.0, 8761.0, 8814.0, 8759.0, 8797.0, 8768.0, 8808.0, 8796.0, 8735.0, 8776.0, 8751.0, 8790.0, 8731.0, 8792.0, 8737.0, 8749.0, 8741.0, 8733.0, 8765.0, 8737.0, 8797.0, 8743.0, 8786.0, 8759.0, 8795.0, 8782.0, 8755.0, 8794.0, 8754.0, 8795.0, 8735.0, 8778.0, 8731.0, 8787.0, 8733.0, 8730.0, 8760.0, 8715.0, 8772.0, 8733.0, 8786.0, 8736.0, 8733.0, 8776.0, 8733.0, 8794.0, 8737.0, 8775.0, 8740.0, 8775.0, 8761.0, 8737.0, 8794.0, 8738.0, 8753.0, 8782.0, 8737.0, 8780.0, 8737.0, 8791.0, 8754.0, 8792.0, 8756.0, 8779.0, 8800.0, 8737.0, 8780.0, 8737.0, 8776.0, 8733.0, 8792.0, 8748.0, 8785.0, 8732.0, 8770.0, 8734.0, 8773.0, 8737.0, 8751.0, 8752.0, 8755.0, 8785.0, 8791.0, 8765.0, 8808.0, 8781.0, 8768.0, 8811.0, 8797.0, 8840.0, 8795.0, 8817.0, 8784.0, 8822.0, 8809.0, 8747.0, 8774.0, 8732.0, 8788.0, 8712.0, 8775.0, 8732.0, 8757.0, 8735.0, 8738.0, 8777.0, 8757.0, 8784.0, 8775.0, 8775.0, 8802.0, 8762.0, 8829.0, 8790.0, 8760.0, 8783.0, 8755.0, 8779.0, 8750.0, 8807.0, 8762.0, 8751.0, 8780.0, 8754.0, 8792.0, 8795.0, 8766.0, 8780.0, 8752.0, 8740.0, 8780.0, 8755.0, 8795.0, 8781.0, 8756.0, 8796.0, 8768.0, 8777.0, 8777.0, 8750.0, 8789.0, 8735.0, 8745.0, 8761.0, 8743.0, 8771.0, 8729.0, 8741.0, 8726.0, 8713.0, 8771.0, 8734.0, 8730.0, 8759.0, 8734.0, 8774.0, 8776.0, 8737.0, 8763.0, 8750.0, 8753.0, 8791.0, 8777.0, 8758.0, 8776.0, 8773.0, 8754.0, 8784.0, 8801.0, 8780.0, 8750.0, 8743.0, 8812.0, 8803.0, 8764.0, 8784.0, 8809.0, 8810.0, 8778.0, 8806.0, 8787.0, 8747.0, 8752.0, 8750.0, 8716.0, 8671.0, 8712.0, 8672.0, 8648.0, 8718.0, 8701.0, 8668.0, 8693.0, 8691.0, 8667.0, 8715.0, 8727.0, 8692.0, 8696.0, 8753.0, 8727.0, 8698.0, 8767.0, 8727.0, 8702.0, 8756.0, 8757.0, 8733.0, 8722.0, 8779.0, 8737.0, 8725.0, 8794.0, 8784.0, 8741.0, 8780.0, 8768.0, 8727.0, 8783.0, 8783.0, 8741.0, 8753.0, 8780.0, 8738.0, 8780.0, 8775.0, 8736.0, 8749.0, 8762.0, 8720.0, 8793.0, 8777.0, 8738.0, 8795.0, 8766.0, 8725.0, 8793.0, 8764.0, 8737.0, 8777.0, 8766.0, 8725.0, 8795.0, 8771.0, 8748.0, 8802.0, 8769.0, 8729.0, 8815.0, 8786.0, 8745.0, 8800.0, 8784.0, 8739.0, 8800.0, 8785.0, 8741.0, 8778.0, 8761.0, 8735.0, 8793.0, 8749.0, 8736.0, 8794.0, 8762.0, 8728.0, 8810.0, 8783.0, 8728.0, 8779.0, 8763.0, 8739.0, 8781.0, 8779.0, 8739.0, 8764.0, 8761.0, 8719.0, 8791.0, 8761.0, 8724.0, 8775.0, 8734.0, 8760.0, 8773.0, 8721.0, 8760.0, 8746.0, 8721.0, 8788.0, 8752.0, 8725.0, 8810.0, 8755.0, 8744.0, 8796.0, 8783.0, 8744.0, 8813.0, 8781.0, 8745.0, 8782.0, 8739.0, 8761.0, 8781.0, 8739.0, 8778.0, 8764.0, 8721.0, 8774.0, 8778.0, 8724.0, 8792.0, 8765.0, 8737.0, 8778.0, 8751.0, 8778.0, 8783.0, 8742.0, 8780.0, 8754.0, 8775.0, 8775.0, 8748.0, 8792.0, 8734.0, 8722.0, 8762.0, 8719.0, 8792.0, 8766.0, 8725.0, 8780.0, 8758.0, 8756.0, 8786.0, 8741.0, 8784.0, 8783.0, 8727.0, 8782.0, 8734.0, 8793.0, 8765.0, 8721.0, 8777.0, 8740.0, 8762.0, 8766.0, 8742.0, 8772.0, 8770.0, 8746.0, 8798.0, 8760.0, 8797.0, 8780.0, 8725.0, 8791.0, 8752.0, 8764.0, 8778.0, 8723.0, 8791.0, 8762.0, 8738.0, 8780.0, 8740.0, 8780.0, 8764.0, 8720.0, 8774.0, 8736.0, 8778.0, 8778.0, 8721.0, 8777.0, 8764.0, 8762.0, 8775.0, 8734.0, 8787.0, 8762.0, 8734.0, 8778.0, 8736.0, 8789.0, 8776.0, 8720.0, 8775.0, 8715.0, 8770.0, 8715.0, 8771.0, 8718.0, 8754.0, 8743.0, 8755.0, 8755.0, 8703.0, 8771.0, 8736.0, 8773.0, 8762.0, 8750.0, 8763.0, 8726.0, 8776.0, 8753.0, 8778.0, 8783.0, 8726.0, 8792.0, 8755.0, 8795.0, 8749.0, 8788.0, 8745.0, 8704.0, 8762.0, 8719.0, 8774.0, 8779.0, 8738.0, 8780.0, 8743.0, 8776.0, 8721.0, 8788.0, 8733.0, 8785.0, 8733.0, 8757.0, 8717.0, 8755.0, 8743.0, 8731.0, 8760.0, 8718.0, 8762.0, 8721.0, 8774.0, 8739.0, 8767.0, 8740.0, 8729.0, 8797.0, 8726.0, 8796.0, 8757.0, 8754.0, 8783.0, 8727.0, 8811.0, 8752.0, 8793.0, 8739.0, 8777.0, 8779.0, 8774.0, 8779.0, 8736.0, 8792.0, 8738.0, 8772.0, 8776.0, 8746.0, 8789.0, 8732.0, 8787.0, 8762.0, 8718.0, 8773.0, 8717.0, 8791.0, 8749.0, 8737.0, 8780.0, 8721.0, 8778.0, 8741.0, 8782.0, 8780.0, 8740.0, 8780.0, 8719.0, 8790.0, 8750.0, 8720.0, 8783.0, 8762.0, 8775.0, 8753.0, 8773.0, 8700.0, 8747.0, 8722.0, 8775.0, 8767.0, 8793.0, 8780.0, 8751.0, 8780.0, 8737.0, 8779.0, 8738.0, 8793.0, 8764.0, 8738.0, 8783.0, 8787.0, 8773.0, 8734.0, 8755.0, 8719.0, 8776.0, 8736.0, 8790.0, 8781.0, 8740.0, 8785.0, 8743.0, 8813.0, 8722.0, 8780.0, 8719.0, 8790.0, 8748.0, 8752.0, 8779.0, 8741.0, 8796.0, 8774.0, 8767.0, 8795.0, 8752.0, 8810.0, 8767.0, 8726.0, 8781.0, 8727.0, 8797.0, 8752.0, 8796.0, 8765.0, 8721.0, 8779.0, 8719.0, 8772.0, 8736.0, 8792.0, 8767.0, 8722.0, 8764.0, 8720.0, 8790.0, 8769.0, 8724.0, 8779.0, 8740.0, 8779.0, 8742.0, 8796.0, 8767.0, 8740.0, 8797.0, 8738.0, 8794.0, 8735.0, 8791.0, 8722.0, 8776.0, 8747.0, 8786.0, 8774.0, 8718.0, 8773.0, 8736.0, 8775.0, 8760.0, 8771.0, 8760.0, 8736.0, 8792.0, 8756.0, 8794.0, 8766.0, 8790.0, 8754.0, 8720.0, 8747.0, 8722.0, 8795.0, 8731.0, 8773.0, 8732.0, 8746.0, 8778.0, 8787.0, 8758.0, 8729.0, 8773.0, 8732.0, 8734.0, 8780.0, 8726.0, 8799.0, 8758.0, 8796.0, 8752.0, 8776.0, 8735.0, 8787.0, 8777.0, 8718.0, 8775.0, 8756.0, 8738.0, 8781.0, 8742.0, 8814.0, 8783.0, 8745.0, 8795.0, 8785.0, 8787.0, 8782.0, 8738.0, 8738.0, 8794.0, 8739.0, 8748.0, 8827.0, 8774.0, 8778.0, 8719.0, 8760.0, 8720.0, 8722.0, 8768.0, 8772.0, 8718.0, 8784.0, 8766.0, 8701.0, 8758.0, 8774.0, 8728.0, 8770.0, 8724.0, 8737.0, 8746.0, 8689.0, 8746.0, 8686.0, 8713.0, 8712.0, 8657.0, 8715.0, 8674.0, 8719.0, 8681.0, 8706.0, 8711.0, 8671.0, 8729.0, 8706.0, 8694.0, 8755.0, 8696.0, 8753.0, 8715.0, 8767.0, 8760.0, 8726.0, 8770.0, 8727.0, 8785.0, 8734.0, 8741.0, 8775.0, 8729.0, 8788.0, 8791.0, 8720.0, 8773.0, 8719.0, 8775.0, 8776.0, 8732.0, 8789.0, 8717.0, 8770.0, 8712.0, 8782.0, 8716.0, 8756.0, 8772.0, 8720.0, 8778.0, 8798.0, 8761.0, 8800.0, 8789.0, 8745.0, 8813.0, 8770.0, 8812.0, 8771.0, 8792.0, 8762.0, 8786.0, 8789.0, 8733.0, 8775.0, 8761.0, 8724.0, 8778.0, 8794.0, 8742.0, 8796.0, 8793.0, 8723.0, 8776.0, 8748.0, 8803.0, 8778.0, 8719.0, 8772.0, 8771.0, 8730.0, 8787.0, 8756.0, 8714.0, 8771.0, 8769.0, 8732.0, 8789.0, 8761.0, 8723.0, 8774.0, 8777.0, 8719.0, 8790.0, 8762.0, 8719.0, 8774.0, 8762.0, 8761.0, 8793.0, 8785.0, 8743.0, 8801.0, 8785.0, 8726.0, 8783.0, 8767.0, 8752.0, 8766.0, 8791.0, 8749.0, 8809.0, 8807.0, 8748.0, 8784.0, 8729.0, 8765.0, 8783.0, 8720.0, 8776.0, 8736.0, 8733.0, 8753.0, 8784.0, 8755.0, 8746.0, 8767.0, 8804.0, 8792.0, 8746.0, 8799.0, 8797.0, 8738.0, 8793.0, 8766.0, 8725.0, 8778.0, 8764.0, 8735.0, 8777.0, 8738.0, 8778.0, 8767.0, 8722.0, 8794.0, 8768.0, 8737.0, 8779.0, 8751.0, 8792.0, 8778.0, 8721.0, 8774.0, 8702.0, 8754.0, 8714.0, 8769.0, 8733.0, 8720.0, 8752.0, 8725.0, 8798.0, 8788.0, 8740.0, 8784.0, 8761.0, 8779.0, 8770.0, 8775.0, 8730.0, 8759.0, 8714.0, 8766.0, 8724.0, 8765.0, 8739.0, 8698.0, 8751.0, 8698.0, 8755.0, 8711.0, 8771.0, 8717.0, 8758.0, 8701.0, 8753.0, 8695.0, 8764.0, 8713.0, 8753.0, 8717.0, 8754.0, 8716.0, 8767.0, 8731.0, 8716.0, 8746.0, 8718.0, 8776.0, 8744.0, 8760.0, 8715.0, 8757.0, 8720.0, 8776.0, 8718.0, 8775.0, 8736.0, 8779.0, 8740.0, 8775.0, 8738.0, 8774.0, 8776.0, 8738.0, 8766.0, 8723.0, 8781.0, 8784.0, 8752.0, 8800.0, 8772.0, 8725.0, 8781.0, 8754.0, 8808.0, 8799.0, 8765.0, 8788.0, 8759.0, 8716.0, 8788.0, 8741.0, 8769.0, 8725.0, 8734.0, 8737.0, 8693.0, 8752.0, 8724.0, 8699.0, 8755.0, 8703.0, 8757.0, 8747.0, 8757.0, 8774.0, 8702.0, 8759.0, 8684.0, 8756.0, 8699.0, 8772.0, 8728.0, 8719.0, 8748.0, 8707.0, 8776.0, 8767.0, 8720.0, 8776.0, 8717.0, 8775.0, 8744.0, 8771.0, 8713.0, 8770.0, 8699.0, 8752.0, 8697.0, 8764.0, 8725.0, 8765.0, 8742.0, 8770.0, 8732.0, 8783.0, 8762.0, 8722.0, 8778.0, 8723.0, 8791.0, 8731.0, 8776.0, 8732.0, 8769.0, 8696.0, 8748.0, 8692.0, 8752.0, 8724.0, 8714.0, 8743.0, 8736.0, 8777.0, 8779.0, 8751.0, 8791.0, 8737.0, 8776.0, 8729.0, 8787.0, 8750.0, 8762.0, 8676.0, 8743.0, 8689.0, 8745.0, 8690.0, 8746.0, 8694.0, 8746.0, 8697.0, 8737.0, 8743.0, 8724.0, 8779.0, 8722.0, 8779.0, 8720.0, 8788.0, 8741.0, 8769.0, 8683.0, 8767.0, 8694.0, 8753.0, 8713.0, 8770.0, 8730.0, 8753.0, 8755.0, 8717.0, 8755.0, 8731.0, 8776.0, 8747.0, 8773.0, 8758.0, 8768.0, 8770.0, 8707.0, 8751.0, 8695.0, 8751.0, 8693.0, 8748.0, 8717.0, 8764.0, 8695.0, 8720.0, 8753.0, 8697.0, 8769.0, 8723.0, 8768.0, 8684.0, 8752.0, 8689.0, 8749.0, 8705.0, 8762.0, 8710.0, 8765.0, 8727.0, 8769.0, 8760.0, 8718.0, 8748.0, 8721.0, 8767.0, 8735.0, 8777.0, 8733.0, 8777.0, 8719.0, 8761.0, 8714.0, 8756.0, 8726.0, 8788.0, 8734.0, 8746.0, 8765.0, 8802.0, 8765.0, 8774.0, 8765.0, 8720.0, 8761.0, 8716.0, 8761.0, 8755.0, 8773.0, 8730.0, 8773.0, 8728.0, 8755.0, 8737.0, 8773.0, 8725.0, 8738.0, 8693.0, 8737.0, 8698.0, 8769.0, 8732.0, 8783.0, 8717.0, 8758.0, 8720.0, 8759.0, 8733.0, 8759.0, 8748.0, 8719.0, 8765.0, 8746.0, 8778.0, 8721.0, 8762.0, 8724.0, 8794.0, 8723.0, 8794.0, 8734.0, 8792.0, 8728.0, 8779.0, 8725.0, 8778.0, 8739.0, 8796.0, 8754.0, 8793.0, 8770.0, 8791.0, 8780.0, 8765.0, 8798.0, 8726.0, 8780.0, 8758.0, 8799.0, 8784.0, 8813.0, 8749.0, 8777.0, 8717.0, 8771.0, 8699.0, 8771.0, 8696.0, 8751.0, 8701.0, 8768.0, 8733.0, 8777.0, 8748.0, 8726.0, 8786.0, 8724.0, 8794.0, 8749.0, 8794.0, 8736.0, 8790.0, 8739.0, 8775.0, 8736.0, 8791.0, 8754.0, 8802.0, 8737.0, 8778.0, 8780.0, 8757.0, 8782.0, 8738.0, 8796.0, 8783.0, 8739.0, 8802.0, 8754.0, 8794.0, 8735.0, 8791.0, 8719.0, 8772.0, 8742.0, 8769.0, 8758.0, 8715.0, 8752.0, 8703.0, 8770.0, 8756.0, 8754.0, 8768.0, 8697.0, 8757.0, 8698.0, 8767.0, 8728.0, 8771.0, 8743.0, 8702.0, 8771.0, 8698.0, 8767.0, 8728.0, 8739.0, 8758.0, 8700.0, 8757.0, 8699.0, 8772.0, 8731.0, 8733.0, 8761.0, 8721.0, 8777.0, 8761.0, 8791.0, 8776.0, 8704.0, 8770.0, 8719.0, 8787.0, 8778.0, 8720.0, 8778.0, 8763.0, 8744.0, 8775.0, 8732.0, 8786.0, 8770.0, 8701.0, 8770.0, 8760.0, 8755.0, 8753.0, 8730.0, 8717.0, 8758.0, 8735.0, 8789.0, 8758.0, 8722.0, 8773.0, 8774.0, 8732.0, 8792.0, 8782.0, 8740.0, 8753.0, 8773.0, 8748.0, 8718.0, 8772.0, 8715.0, 8785.0, 8769.0, 8733.0, 8757.0, 8744.0, 8719.0, 8786.0, 8768.0, 8727.0, 8770.0, 8742.0, 8721.0, 8759.0, 8762.0, 8747.0, 8773.0, 8702.0, 8723.0, 8767.0, 8753.0, 8730.0, 8746.0, 8764.0, 8734.0, 8789.0, 8734.0, 8724.0, 8788.0, 8765.0, 8772.0, 8754.0, 8792.0, 8773.0, 8767.0, 8794.0, 8755.0, 8706.0, 8726.0, 8709.0, 8654.0, 8728.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.0007896605603448276</td></tr>
<tr><td colspan=3>aqi</td><td>0.037086864116379306</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.69258208575199</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1716273646091644</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9648278965768184</td></tr>
<tr><td colspan=3>efc</td><td>0.4614</td></tr>
<tr><td colspan=3>fber</td><td>6847.918</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09252509676268984</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.855603448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.632659311765348</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.63698202803854</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8125216602169854</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4484742470405187</td></tr>
<tr><td colspan=3>gcor</td><td>0.00523571</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008087961934506893</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020049670711159706</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</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.871657165526169</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7073</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9393</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.8847</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302449.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>624.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.469</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3093</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.2804</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3123.7352</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.9253</td></tr>
<tr><td colspan=3>tsnr</td><td>32.82141097111162</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>