<?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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-02/func/sub-0034_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>deb1190ca603d2d68cc72213000bbe96</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:24:3.815000</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_VE11C_LATEST_20160120</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.999292, -0.0373187, 0.00479621, 0.036817, 0.996125, 0.0798767]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0888409</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>[4151, -7784, -7227, 587, -86, -223, 67, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>540f29e7-df56-4676-86f2-be74ded63ebc||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810271739959717, 0.09877731651067734, 0.020947979763150215, 106.22103118896484], [0.10012323409318924, 2.672529458999634, 0.215037539601326, -98.50517272949219], [0.012867875397205353, -0.21430328488349915, 2.6913416385650635, -61.857086181640625], [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': ['162403.815000', '162404.275000', '162404.735000', '162405.195000', '162405.655000', '162406.115000', '162406.575000', '162407.035000', '162407.495000', '162407.955000', '162408.415000', '162408.875000', '162409.335000', '162409.795000', '162410.255000', '162410.715000', '162411.175000', '162411.635000', '162412.095000', '162412.555000', '162413.015000', '162413.475000', '162413.935000', '162414.395000', '162414.855000', '162415.315000', '162415.775000', '162416.235000', '162416.695000', '162417.155000', '162417.615000', '162418.075000', '162418.535000', '162418.995000', '162419.455000', '162419.915000', '162420.375000', '162420.835000', '162421.295000', '162421.755000', '162422.215000', '162422.675000', '162423.135000', '162423.595000', '162424.055000', '162424.515000', '162424.975000', '162425.435000', '162425.895000', '162426.355000', '162426.815000', '162427.275000', '162427.735000', '162428.195000', '162428.655000', '162429.115000', '162429.575000', '162430.035000', '162430.495000', '162430.955000', '162431.415000', '162431.875000', '162432.335000', '162432.795000', '162433.255000', '162433.715000', '162434.175000', '162434.635000', '162435.095000', '162435.555000', '162436.015000', '162436.475000', '162436.935000', '162437.395000', '162437.855000', '162438.315000', '162438.775000', '162439.235000', '162439.695000', '162440.155000', '162440.615000', '162441.075000', '162441.535000', '162441.995000', '162442.455000', '162442.915000', '162443.375000', '162443.835000', '162444.295000', '162444.755000', '162445.215000', '162445.675000', '162446.135000', '162446.595000', '162447.055000', '162447.515000', '162447.975000', '162448.435000', '162448.895000', '162449.355000', '162449.815000', '162450.275000', '162450.735000', '162451.195000', '162451.655000', '162452.115000', '162452.575000', '162453.035000', '162453.495000', '162453.955000', '162454.415000', '162454.875000', '162455.335000', '162455.795000', '162456.255000', '162456.715000', '162457.175000', '162457.635000', '162458.095000', '162458.555000', '162459.015000', '162459.475000', '162459.935000', '162500.395000', '162500.855000', '162501.315000', '162501.775000', '162502.235000', '162502.695000', '162503.155000', '162503.615000', '162504.075000', '162504.535000', '162504.995000', '162505.455000', '162505.915000', '162506.375000', '162506.835000', '162507.295000', '162507.755000', '162508.215000', '162508.675000', '162509.135000', '162509.595000', '162510.055000', '162510.515000', '162510.975000', '162511.435000', '162511.895000', '162512.355000', '162512.815000', '162513.275000', '162513.735000', '162514.195000', '162514.655000', '162515.115000', '162515.575000', '162516.035000', '162516.495000', '162516.955000', '162517.415000', '162517.875000', '162518.335000', '162518.795000', '162519.255000', '162519.715000', '162520.175000', '162520.635000', '162521.095000', '162521.555000', '162522.015000', '162522.475000', '162522.935000', '162523.395000', '162523.855000', '162524.315000', '162524.775000', '162525.235000', '162525.695000', '162526.155000', '162526.615000', '162527.075000', '162527.535000', '162527.995000', '162528.455000', '162528.915000', '162529.375000', '162529.835000', '162530.295000', '162530.755000', '162531.215000', '162531.675000', '162532.135000', '162532.595000', '162533.055000', '162533.515000', '162533.975000', '162534.435000', '162534.895000', '162535.355000', '162535.815000', '162536.275000', '162536.735000', '162537.195000', '162537.655000', '162538.115000', '162538.575000', '162539.035000', '162539.495000', '162539.955000', '162540.415000', '162540.875000', '162541.335000', '162541.795000', '162542.255000', '162542.715000', '162543.175000', '162543.635000', '162544.095000', '162544.555000', '162545.015000', '162545.475000', '162545.935000', '162546.395000', '162546.855000', '162547.315000', '162547.775000', '162548.235000', '162548.695000', '162549.155000', '162549.615000', '162550.075000', '162550.535000', '162550.995000', '162551.455000', '162551.915000', '162552.375000', '162552.835000', '162553.295000', '162553.755000', '162554.215000', '162554.675000', '162555.135000', '162555.595000', '162556.055000', '162556.515000', '162556.975000', '162557.435000', '162557.895000', '162558.355000', '162558.815000', '162559.275000', '162559.735000', '162600.195000', '162600.655000', '162601.115000', '162601.575000', '162602.035000', '162602.495000', '162602.955000', '162603.415000', '162603.875000', '162604.335000', '162604.795000', '162605.255000', '162605.715000', '162606.175000', '162606.635000', '162607.095000', '162607.555000', '162608.015000', '162608.475000', '162608.935000', '162609.395000', '162609.855000', '162610.315000', '162610.775000', '162611.235000', '162611.695000', '162612.155000', '162612.615000', '162613.075000', '162613.535000', '162613.995000', '162614.455000', '162614.915000', '162615.375000', '162615.835000', '162616.295000', '162616.755000', '162617.215000', '162617.675000', '162618.135000', '162618.595000', '162619.055000', '162619.515000', '162619.975000', '162620.435000', '162620.895000', '162621.355000', '162621.815000', '162622.275000', '162622.735000', '162623.195000', '162623.655000', '162624.115000', '162624.575000', '162625.035000', '162625.495000', '162625.955000', '162626.415000', '162626.875000', '162627.335000', '162627.795000', '162628.255000', '162628.715000', '162629.175000', '162629.635000', '162630.095000', '162630.555000', '162631.015000', '162631.475000', '162631.935000', '162632.395000', '162632.855000', '162633.315000', '162633.775000', '162634.235000', '162634.695000', '162635.155000', '162635.615000', '162636.075000', '162636.535000', '162636.995000', '162637.455000', '162637.915000', '162638.375000', '162638.835000', '162639.295000', '162639.755000', '162640.215000', '162640.675000', '162641.135000', '162641.595000', '162642.055000', '162642.515000', '162642.975000', '162643.435000', '162643.895000', '162644.355000', '162644.815000', '162645.275000', '162645.735000', '162646.195000', '162646.655000', '162647.115000', '162647.575000', '162648.035000', '162648.495000', '162648.955000', '162649.415000', '162649.875000', '162650.335000', '162650.795000', '162651.255000', '162651.715000', '162652.175000', '162652.635000', '162653.095000', '162653.555000', '162654.015000', '162654.475000', '162654.935000', '162655.395000', '162655.855000', '162656.315000', '162656.775000', '162657.235000', '162657.695000', '162658.155000', '162658.615000', '162659.075000', '162659.535000', '162659.995000', '162700.455000', '162700.915000', '162701.375000', '162701.835000', '162702.295000', '162702.755000', '162703.215000', '162703.675000', '162704.135000', '162704.595000', '162705.055000', '162705.515000', '162705.975000', '162706.435000', '162706.895000', '162707.355000', '162707.815000', '162708.275000', '162708.735000', '162709.195000', '162709.655000', '162710.115000', '162710.575000', '162711.035000', '162711.495000', '162711.955000', '162712.415000', '162712.875000', '162713.335000', '162713.795000', '162714.255000', '162714.715000', '162715.175000', '162715.635000', '162716.095000', '162716.555000', '162717.015000', '162717.475000', '162717.935000', '162718.395000', '162718.855000', '162719.315000', '162719.775000', '162720.235000', '162720.695000', '162721.155000', '162721.615000', '162722.075000', '162722.535000', '162722.995000', '162723.455000', '162723.915000', '162724.375000', '162724.835000', '162725.295000', '162725.755000', '162726.215000', '162726.675000', '162727.135000', '162727.595000', '162728.055000', '162728.515000', '162728.975000', '162729.435000', '162729.895000', '162730.355000', '162730.815000', '162731.275000', '162731.735000', '162732.195000', '162732.655000', '162733.115000', '162733.575000', '162734.035000', '162734.495000', '162734.955000', '162735.415000', '162735.875000', '162736.335000', '162736.795000', '162737.255000', '162737.715000', '162738.175000', '162738.635000', '162739.095000', '162739.555000', '162740.015000', '162740.475000', '162740.935000', '162741.395000', '162741.855000', '162742.315000', '162742.775000', '162743.235000', '162743.695000', '162744.155000', '162744.615000', '162745.075000', '162745.535000', '162745.995000', '162746.455000', '162746.915000', '162747.375000', '162747.835000', '162748.295000', '162748.755000', '162749.215000', '162749.675000', '162750.135000', '162750.595000', '162751.055000', '162751.515000', '162751.975000', '162752.435000', '162752.895000', '162753.355000', '162753.815000', '162754.275000', '162754.735000', '162755.195000', '162755.655000', '162756.115000', '162756.575000', '162757.035000', '162757.495000', '162757.955000', '162758.415000', '162758.875000', '162759.335000', '162759.795000', '162800.255000', '162800.715000', '162801.175000', '162801.635000', '162802.095000', '162802.555000', '162803.015000', '162803.475000', '162803.935000', '162804.395000', '162804.855000', '162805.315000', '162805.775000', '162806.235000', '162806.695000', '162807.155000', '162807.615000', '162808.075000', '162808.535000', '162808.995000', '162809.455000', '162809.915000', '162810.375000', '162810.835000', '162811.295000', '162811.755000', '162812.215000', '162812.675000', '162813.135000', '162813.595000', '162814.055000', '162814.515000', '162814.975000', '162815.435000', '162815.895000', '162816.355000', '162816.815000', '162817.275000', '162817.735000', '162818.195000', '162818.655000', '162819.115000', '162819.575000', '162820.035000', '162820.495000', '162820.955000', '162821.415000', '162821.875000', '162822.335000', '162822.795000', '162823.255000', '162823.715000', '162824.175000', '162824.635000', '162825.095000', '162825.555000', '162826.015000', '162826.475000', '162826.935000', '162827.395000', '162827.855000', '162828.315000', '162828.775000', '162829.235000', '162829.695000', '162830.155000', '162830.615000', '162831.075000', '162831.535000', '162831.995000', '162832.455000', '162832.915000', '162833.375000', '162833.835000', '162834.295000', '162834.755000', '162835.215000', '162835.675000', '162836.135000', '162836.595000', '162837.055000', '162837.515000', '162837.975000', '162838.435000', '162838.895000', '162839.355000', '162839.815000', '162840.275000', '162840.735000', '162841.195000', '162841.655000', '162842.115000', '162842.575000', '162843.035000', '162843.495000', '162843.955000', '162844.415000', '162844.875000', '162845.335000', '162845.795000', '162846.255000', '162846.715000', '162847.175000', '162847.635000', '162848.095000', '162848.555000', '162849.015000', '162849.475000', '162849.935000', '162850.395000', '162850.855000', '162851.315000', '162851.775000', '162852.235000', '162852.695000', '162853.155000', '162853.615000', '162854.075000', '162854.535000', '162854.995000', '162855.455000', '162855.915000', '162856.375000', '162856.835000', '162857.295000', '162857.755000', '162858.215000', '162858.675000', '162859.135000', '162859.595000', '162900.055000', '162900.515000', '162900.975000', '162901.435000', '162901.895000', '162902.355000', '162902.815000', '162903.275000', '162903.735000', '162904.195000', '162904.655000', '162905.115000', '162905.575000', '162906.035000', '162906.495000', '162906.955000', '162907.415000', '162907.875000', '162908.335000', '162908.795000', '162909.255000', '162909.715000', '162910.175000', '162910.635000', '162911.095000', '162911.555000', '162912.015000', '162912.475000', '162912.935000', '162913.395000', '162913.855000', '162914.315000', '162914.775000', '162915.235000', '162915.695000', '162916.155000', '162916.615000', '162917.075000', '162917.535000', '162917.995000', '162918.455000', '162918.915000', '162919.375000', '162919.835000', '162920.295000', '162920.755000', '162921.215000', '162921.675000', '162922.135000', '162922.595000', '162923.055000', '162923.515000', '162923.975000', '162924.435000', '162924.895000', '162925.355000', '162925.815000', '162926.275000', '162926.735000', '162927.195000', '162927.655000', '162928.115000', '162928.575000', '162929.035000', '162929.495000', '162929.955000', '162930.415000', '162930.875000', '162931.335000', '162931.795000', '162932.255000', '162932.715000', '162933.175000', '162933.635000', '162934.095000', '162934.555000', '162935.015000', '162935.475000', '162935.935000', '162936.395000', '162936.855000', '162937.315000', '162937.775000', '162938.235000', '162938.695000', '162939.155000', '162939.615000', '162940.075000', '162940.535000', '162940.995000', '162941.455000', '162941.915000', '162942.375000', '162942.835000', '162943.295000', '162943.755000', '162944.215000', '162944.675000', '162945.135000', '162945.595000', '162946.055000', '162946.515000', '162946.975000', '162947.435000', '162947.895000', '162948.355000', '162948.815000', '162949.275000', '162949.735000', '162950.195000', '162950.655000', '162951.115000', '162951.575000', '162952.035000', '162952.495000', '162952.955000', '162953.415000', '162953.875000', '162954.335000', '162954.795000', '162955.255000', '162955.715000', '162956.175000', '162956.635000', '162957.095000', '162957.555000', '162958.015000', '162958.475000', '162958.935000', '162959.395000', '162959.855000', '163000.315000', '163000.775000', '163001.235000', '163001.695000', '163002.155000', '163002.615000', '163003.075000', '163003.535000', '163003.995000', '163004.455000', '163004.915000', '163005.375000', '163005.835000', '163006.295000', '163006.755000', '163007.215000', '163007.675000', '163008.135000', '163008.595000', '163009.055000', '163009.515000', '163009.975000', '163010.435000', '163010.895000', '163011.355000', '163011.815000', '163012.275000', '163012.735000', '163013.195000', '163013.655000', '163014.115000', '163014.575000', '163015.035000', '163015.495000', '163015.955000', '163016.415000', '163016.875000', '163017.335000', '163017.795000', '163018.255000', '163018.715000', '163019.175000', '163019.635000', '163020.095000', '163020.555000', '163021.015000', '163021.475000', '163021.935000', '163022.395000', '163022.855000', '163023.315000', '163023.775000', '163024.235000', '163024.695000', '163025.155000', '163025.615000', '163026.075000', '163026.535000', '163026.995000', '163027.455000', '163027.915000', '163028.375000', '163028.835000', '163029.295000', '163029.755000', '163030.215000', '163030.675000', '163031.135000', '163031.595000', '163032.055000', '163032.515000', '163032.975000', '163033.435000', '163033.895000', '163034.355000', '163034.815000', '163035.275000', '163035.735000', '163036.195000', '163036.655000', '163037.115000', '163037.575000', '163038.035000', '163038.495000', '163038.955000', '163039.415000', '163039.875000', '163040.335000', '163040.795000', '163041.255000', '163041.715000', '163042.175000', '163042.635000', '163043.095000', '163043.555000', '163044.015000', '163044.475000', '163044.935000', '163045.395000', '163045.855000', '163046.315000', '163046.775000', '163047.235000', '163047.695000', '163048.155000', '163048.615000', '163049.075000', '163049.535000', '163049.995000', '163050.455000', '163050.915000', '163051.375000', '163051.835000', '163052.295000', '163052.755000', '163053.215000', '163053.675000', '163054.135000', '163054.595000', '163055.055000', '163055.515000', '163055.975000', '163056.435000', '163056.895000', '163057.355000', '163057.815000', '163058.275000', '163058.735000', '163059.195000', '163059.655000', '163100.115000', '163100.575000', '163101.035000', '163101.495000', '163101.955000', '163102.415000', '163102.875000', '163103.335000', '163103.795000', '163104.255000', '163104.715000', '163105.175000', '163105.635000', '163106.095000', '163106.555000', '163107.015000', '163107.475000', '163107.935000', '163108.395000', '163108.855000', '163109.315000', '163109.775000', '163110.235000', '163110.695000', '163111.155000', '163111.615000', '163112.075000', '163112.535000', '163112.995000', '163113.455000', '163113.915000', '163114.375000', '163114.835000', '163115.295000', '163115.755000', '163116.215000', '163116.675000', '163117.135000', '163117.595000', '163118.055000', '163118.515000', '163118.975000', '163119.435000', '163119.895000', '163120.355000', '163120.815000', '163121.275000', '163121.735000', '163122.195000', '163122.655000', '163123.115000', '163123.575000', '163124.035000', '163124.495000', '163124.955000', '163125.415000', '163125.875000', '163126.335000', '163126.795000', '163127.255000', '163127.715000', '163128.175000', '163128.635000', '163129.095000', '163129.555000', '163130.015000', '163130.475000', '163130.935000', '163131.395000', '163131.855000', '163132.315000', '163132.775000', '163133.235000', '163133.695000', '163134.155000', '163134.615000', '163135.075000', '163135.535000', '163135.995000', '163136.455000', '163136.915000', '163137.375000', '163137.835000', '163138.295000', '163138.755000', '163139.215000', '163139.675000', '163140.135000', '163140.595000', '163141.055000', '163141.515000', '163141.975000', '163142.435000', '163142.895000', '163143.355000', '163143.815000', '163144.275000', '163144.735000', '163145.195000', '163145.655000', '163146.115000', '163146.575000', '163147.035000', '163147.495000', '163147.955000', '163148.415000', '163148.875000', '163149.335000', '163149.795000', '163150.255000', '163150.715000', '163151.175000', '163151.635000', '163152.095000', '163152.555000', '163153.015000', '163153.475000', '163153.935000', '163154.395000', '163154.855000', '163155.315000', '163155.775000', '163156.235000', '163156.695000', '163157.155000', '163157.615000', '163158.075000', '163158.535000', '163158.995000', '163159.455000', '163159.915000', '163200.375000', '163200.835000', '163201.295000', '163201.755000', '163202.215000', '163202.675000', '163203.135000', '163203.595000', '163204.055000', '163204.515000', '163204.975000', '163205.435000', '163205.895000', '163206.355000', '163206.815000', '163207.275000', '163207.735000', '163208.195000', '163208.655000', '163209.115000', '163209.575000', '163210.035000', '163210.495000', '163210.955000', '163211.415000', '163211.875000', '163212.335000', '163212.795000', '163213.255000', '163213.715000', '163214.175000', '163214.635000', '163215.095000', '163215.555000', '163216.015000', '163216.475000', '163216.935000', '163217.395000', '163217.855000', '163218.315000', '163218.775000', '163219.235000', '163219.695000', '163220.155000', '163220.615000', '163221.075000', '163221.535000', '163221.995000', '163222.455000', '163222.915000', '163223.375000', '163223.835000', '163224.295000', '163224.755000', '163225.215000', '163225.675000', '163226.135000', '163226.595000', '163227.055000', '163227.515000', '163227.975000', '163228.435000', '163228.895000', '163229.355000', '163229.815000', '163230.275000', '163230.735000', '163231.195000', '163231.655000', '163232.115000', '163232.575000', '163233.035000', '163233.495000', '163233.955000', '163234.415000', '163234.875000', '163235.335000', '163235.795000', '163236.255000', '163236.715000', '163237.175000', '163237.635000', '163238.095000', '163238.555000', '163239.015000', '163239.475000', '163239.935000', '163240.395000', '163240.855000', '163241.315000', '163241.775000', '163242.235000', '163242.695000', '163243.155000', '163243.615000', '163244.075000', '163244.535000', '163244.995000', '163245.455000', '163245.915000', '163246.375000', '163246.835000', '163247.295000', '163247.755000', '163248.215000', '163248.675000', '163249.135000', '163249.595000', '163250.055000', '163250.515000', '163250.975000', '163251.435000', '163251.895000', '163252.355000', '163252.815000', '163253.275000', '163253.735000', '163254.195000', '163254.655000', '163255.115000', '163255.575000', '163256.035000', '163256.495000', '163256.955000', '163257.415000', '163257.875000', '163258.335000', '163258.795000', '163259.255000', '163259.715000', '163300.175000', '163300.635000', '163301.095000', '163301.555000', '163302.015000', '163302.475000', '163302.935000', '163303.395000', '163303.855000', '163304.315000', '163304.775000', '163305.235000', '163305.695000', '163306.155000', '163306.615000', '163307.075000', '163307.535000', '163307.995000', '163308.455000', '163308.915000', '163309.375000', '163309.835000', '163310.295000', '163310.755000', '163311.215000', '163311.675000', '163312.135000', '163312.595000', '163313.055000', '163313.515000', '163313.975000', '163314.435000', '163314.895000', '163315.355000', '163315.815000', '163316.275000', '163316.735000', '163317.195000', '163317.655000', '163318.115000', '163318.575000', '163319.035000', '163319.495000', '163319.955000', '163320.415000', '163320.875000', '163321.335000', '163321.795000', '163322.255000', '163322.715000', '163323.175000', '163323.635000', '163324.095000', '163324.555000', '163325.015000', '163325.475000', '163325.935000', '163326.395000', '163326.855000', '163327.315000', '163327.775000', '163328.235000', '163328.695000', '163329.155000', '163329.615000', '163330.075000', '163330.535000', '163330.995000', '163331.455000', '163331.915000', '163332.375000', '163332.835000', '163333.295000', '163333.755000', '163334.215000', '163334.675000', '163335.135000', '163335.595000', '163336.055000', '163336.515000', '163336.975000', '163337.435000', '163337.895000', '163338.355000', '163338.815000', '163339.275000', '163339.735000', '163340.195000', '163340.655000', '163341.115000', '163341.575000', '163342.035000', '163342.495000', '163342.955000', '163343.415000', '163343.875000', '163344.335000', '163344.795000', '163345.255000', '163345.715000', '163346.175000', '163346.635000', '163347.095000', '163347.555000', '163348.015000', '163348.475000', '163348.935000', '163349.395000', '163349.855000', '163350.315000', '163350.775000', '163351.235000', '163351.695000', '163352.155000', '163352.615000', '163353.075000', '163353.535000', '163353.995000', '163354.455000', '163354.915000', '163355.375000', '163355.835000', '163356.295000', '163356.755000', '163357.215000', '163357.675000', '163358.135000', '163358.595000', '163359.055000', '163359.515000', '163359.975000', '163400.435000', '163400.895000', '163401.355000', '163401.815000', '163402.275000', '163402.735000', '163403.195000', '163403.655000', '163404.115000', '163404.575000', '163405.035000', '163405.495000', '163405.955000', '163406.415000', '163406.875000', '163407.335000', '163407.795000', '163408.255000', '163408.715000', '163409.175000', '163409.635000', '163410.095000', '163410.555000', '163411.015000', '163411.475000', '163411.935000', '163412.395000', '163412.855000', '163413.315000', '163413.775000', '163414.235000', '163414.695000', '163415.155000', '163415.615000', '163416.075000', '163416.535000', '163416.995000', '163417.455000', '163417.915000', '163418.375000', '163418.835000', '163419.295000', '163419.755000', '163420.215000', '163420.675000', '163421.135000', '163421.595000', '163422.055000', '163422.515000', '163422.975000', '163423.435000', '163423.895000', '163424.355000', '163424.815000', '163425.275000', '163425.735000', '163426.195000', '163426.655000', '163427.115000', '163427.575000', '163428.035000', '163428.495000', '163428.955000', '163429.415000', '163429.875000', '163430.335000', '163430.795000', '163431.255000', '163431.715000', '163432.175000', '163432.635000', '163433.095000', '163433.555000', '163434.015000', '163434.475000', '163434.935000', '163435.395000', '163435.855000', '163436.315000', '163436.775000', '163437.235000', '163437.695000', '163438.155000', '163438.615000', '163439.075000', '163439.535000', '163439.995000', '163440.455000', '163440.915000', '163441.375000', '163441.835000', '163442.295000', '163442.755000', '163443.215000', '163443.675000', '163444.135000', '163444.595000', '163445.055000', '163445.515000', '163445.975000', '163446.435000', '163446.895000', '163447.355000', '163447.815000', '163448.275000', '163448.735000', '163449.195000', '163449.655000', '163450.115000', '163450.575000', '163451.035000', '163451.495000', '163451.955000', '163452.415000', '163452.875000', '163453.335000', '163453.795000', '163454.255000', '163454.715000', '163455.175000', '163455.635000', '163456.095000', '163456.555000', '163457.015000', '163457.475000', '163457.935000', '163458.395000', '163458.855000', '163459.315000', '163459.775000', '163500.235000', '163500.695000', '163501.155000', '163501.615000', '163502.075000', '163502.535000', '163502.995000', '163503.455000', '163503.915000', '163504.375000', '163504.835000', '163505.295000', '163505.755000', '163506.215000', '163506.675000', '163507.135000', '163507.595000', '163508.055000', '163508.515000', '163508.975000', '163509.435000', '163509.895000', '163510.355000', '163510.815000', '163511.275000', '163511.735000', '163512.195000', '163512.655000', '163513.115000', '163513.575000', '163514.035000', '163514.495000', '163514.955000', '163515.415000', '163515.875000', '163516.335000', '163516.795000', '163517.255000', '163517.715000', '163518.175000', '163518.635000', '163519.095000', '163519.555000', '163520.015000', '163520.475000', '163520.935000', '163521.395000', '163521.855000', '163522.315000', '163522.775000', '163523.235000', '163523.695000', '163524.155000', '163524.615000', '163525.075000', '163525.535000', '163525.995000', '163526.455000', '163526.915000', '163527.375000', '163527.835000', '163528.295000', '163528.755000', '163529.215000', '163529.675000', '163530.135000', '163530.595000', '163531.055000', '163531.515000', '163531.975000', '163532.435000', '163532.895000', '163533.355000', '163533.815000', '163534.275000', '163534.735000', '163535.195000', '163535.655000', '163536.115000', '163536.575000', '163537.035000', '163537.495000', '163537.955000', '163538.415000', '163538.875000', '163539.335000', '163539.795000', '163540.255000', '163540.715000', '163541.175000', '163541.635000', '163542.095000', '163542.555000', '163543.015000', '163543.475000', '163543.935000', '163544.395000', '163544.855000', '163545.315000', '163545.775000', '163546.235000', '163546.695000', '163547.155000', '163547.615000', '163548.075000', '163548.535000', '163548.995000', '163549.455000', '163549.915000', '163550.375000', '163550.835000', '163551.295000', '163551.755000', '163552.215000', '163552.675000', '163553.135000', '163553.595000', '163554.055000', '163554.515000', '163554.975000', '163555.435000', '163555.895000', '163556.355000', '163556.815000', '163557.275000', '163557.735000', '163558.195000', '163558.655000', '163559.115000', '163559.575000', '163600.035000', '163600.495000', '163600.955000', '163601.415000', '163601.875000', '163602.335000', '163602.795000', '163603.255000', '163603.715000', '163604.175000', '163604.635000', '163605.095000', '163605.555000', '163606.015000', '163606.475000', '163606.935000', '163607.395000', '163607.855000', '163608.315000', '163608.775000', '163609.235000', '163609.695000', '163610.155000', '163610.615000', '163611.075000', '163611.535000', '163611.995000', '163612.455000', '163612.915000', '163613.375000', '163613.835000', '163614.295000', '163614.755000', '163615.215000', '163615.675000', '163616.135000', '163616.595000', '163617.055000', '163617.515000', '163617.975000', '163618.435000', '163618.895000', '163619.355000', '163619.815000', '163620.275000', '163620.735000', '163621.195000', '163621.655000', '163622.115000', '163622.575000', '163623.035000', '163623.495000', '163623.955000', '163624.415000', '163624.875000', '163625.335000', '163625.795000', '163626.255000', '163626.715000', '163627.175000', '163627.635000', '163628.095000', '163628.555000', '163629.015000', '163629.475000', '163629.935000', '163630.395000', '163630.855000', '163631.315000', '163631.775000', '163632.235000', '163632.695000', '163633.155000', '163633.615000', '163634.075000', '163634.535000', '163634.995000', '163635.455000', '163635.915000', '163636.375000', '163636.835000', '163637.295000', '163637.755000', '163638.215000', '163638.675000', '163639.135000', '163639.595000', '163640.055000', '163640.515000', '163640.975000', '163641.435000', '163641.895000', '163642.355000', '163642.815000', '163643.275000', '163643.735000', '163644.195000', '163644.655000', '163645.115000', '163645.575000', '163646.035000', '163646.495000', '163646.955000', '163647.415000', '163647.875000', '163648.335000', '163648.795000', '163649.255000', '163649.715000', '163650.175000', '163650.635000', '163651.095000', '163651.555000', '163652.015000', '163652.475000', '163652.935000', '163653.395000', '163653.855000', '163654.315000', '163654.775000', '163655.235000', '163655.695000', '163656.155000', '163656.615000', '163657.075000', '163657.535000', '163657.995000', '163658.455000', '163658.915000', '163659.375000', '163659.835000', '163700.295000', '163700.755000', '163701.215000', '163701.675000', '163702.135000', '163702.595000', '163703.055000', '163703.515000', '163703.975000', '163704.435000', '163704.895000', '163705.355000', '163705.815000', '163706.275000', '163706.735000', '163707.195000', '163707.655000', '163708.115000', '163708.575000', '163709.035000', '163709.495000', '163709.955000', '163710.415000', '163710.875000', '163711.335000', '163711.795000', '163712.255000', '163712.715000', '163713.175000', '163713.635000', '163714.095000', '163714.555000', '163715.015000', '163715.475000', '163715.935000', '163716.395000', '163716.855000', '163717.315000', '163717.775000', '163718.235000', '163718.695000', '163719.155000', '163719.615000', '163720.075000', '163720.535000', '163720.995000', '163721.455000', '163721.915000', '163722.375000', '163722.835000', '163723.295000', '163723.755000', '163724.215000', '163724.675000', '163725.135000', '163725.595000', '163726.055000', '163726.515000', '163726.975000', '163727.435000', '163727.895000', '163728.355000', '163728.815000', '163729.275000', '163729.735000', '163730.195000', '163730.655000', '163731.115000', '163731.575000', '163732.035000', '163732.495000', '163732.955000', '163733.415000', '163733.875000', '163734.335000', '163734.795000', '163735.255000', '163735.715000', '163736.175000', '163736.635000', '163737.095000', '163737.555000', '163738.015000', '163738.475000', '163738.935000', '163739.395000', '163739.855000', '163740.315000', '163740.775000', '163741.235000', '163741.695000', '163742.155000', '163742.615000', '163743.075000', '163743.535000', '163743.995000', '163744.455000', '163744.915000', '163745.375000', '163745.835000', '163746.295000', '163746.755000', '163747.215000', '163747.675000', '163748.135000', '163748.595000', '163749.055000', '163749.515000', '163749.975000', '163750.435000', '163750.895000', '163751.355000', '163751.815000', '163752.275000', '163752.735000', '163753.195000', '163753.655000', '163754.115000', '163754.575000', '163755.035000', '163755.495000', '163755.955000', '163756.415000', '163756.875000', '163757.335000', '163757.795000', '163758.255000', '163758.715000', '163759.175000', '163759.635000', '163800.095000', '163800.555000', '163801.015000', '163801.475000', '163801.935000', '163802.395000', '163802.855000', '163803.315000', '163803.775000', '163804.235000', '163804.695000', '163805.155000', '163805.615000', '163806.075000', '163806.535000', '163806.995000', '163807.455000', '163807.915000', '163808.375000', '163808.835000', '163809.295000', '163809.755000', '163810.215000', '163810.675000', '163811.135000', '163811.595000', '163812.055000', '163812.515000', '163812.975000', '163813.435000', '163813.895000', '163814.355000', '163814.815000', '163815.275000', '163815.735000', '163816.195000', '163816.655000', '163817.115000', '163817.575000', '163818.035000', '163818.495000'], 'ContentTime': ['162421.288000', '162421.292000', '162421.295000', '162421.298000', '162421.302000', '162421.307000', '162421.313000', '162421.316000', '162421.319000', '162421.321000', '162421.324000', '162421.327000', '162421.330000', '162421.333000', '162421.336000', '162421.339000', '162421.341000', '162421.344000', '162421.347000', '162421.350000', '162421.353000', '162421.356000', '162421.359000', '162421.362000', '162421.365000', '162421.367000', '162421.370000', '162421.373000', '162421.376000', '162421.379000', '162421.382000', '162421.385000', '162421.387000', '162421.390000', '162421.393000', '162421.396000', '162441.256000', '162441.259000', '162441.262000', '162441.265000', '162441.268000', '162441.270000', '162441.273000', '162441.276000', '162441.279000', '162441.288000', '162441.291000', '162441.294000', '162441.297000', '162441.300000', '162441.303000', '162441.305000', '162441.308000', '162441.311000', '162441.314000', '162441.317000', '162441.320000', '162441.323000', '162441.326000', '162441.328000', '162441.331000', '162441.334000', '162441.337000', '162441.340000', '162441.343000', '162441.345000', '162441.348000', '162441.351000', '162441.354000', '162441.357000', '162441.360000', '162441.363000', '162441.366000', '162441.369000', '162441.372000', '162441.374000', '162441.377000', '162441.380000', '162441.383000', '162441.386000', '162501.257000', '162501.260000', '162501.263000', '162501.266000', '162501.269000', '162501.272000', '162501.275000', '162501.277000', '162501.280000', '162501.298000', '162501.302000', '162501.305000', '162501.308000', '162501.311000', '162501.314000', '162501.317000', '162501.319000', '162501.322000', '162501.325000', '162501.328000', '162501.331000', '162501.334000', '162501.337000', '162501.340000', '162501.343000', '162501.345000', '162501.348000', '162501.351000', '162501.354000', '162501.357000', '162501.360000', '162501.363000', '162501.366000', '162501.369000', '162501.371000', '162501.374000', '162501.377000', '162501.387000', '162501.390000', '162501.393000', '162501.396000', '162501.398000', '162501.401000', '162521.257000', '162521.260000', '162521.263000', '162521.266000', '162521.268000', '162521.271000', '162521.274000', '162521.277000', '162521.280000', '162521.283000', '162521.286000', '162521.289000', '162521.291000', '162521.294000', '162521.297000', '162521.300000', '162521.303000', '162521.306000', '162521.309000', '162521.312000', '162521.315000', '162521.318000', '162521.320000', '162521.323000', '162521.326000', '162521.329000', '162521.332000', '162521.335000', '162521.338000', '162521.341000', '162521.343000', '162521.346000', '162521.349000', '162521.352000', '162521.355000', '162521.358000', '162521.361000', '162521.364000', '162521.367000', '162521.370000', '162521.373000', '162521.375000', '162521.378000', '162521.381000', '162541.257000', '162541.260000', '162541.278000', '162541.281000', '162541.284000', '162541.287000', '162541.290000', '162541.293000', '162541.295000', '162541.298000', '162541.301000', '162541.304000', '162541.307000', '162541.310000', '162541.313000', '162541.316000', '162541.319000', '162541.322000', '162541.325000', '162541.328000', '162541.331000', '162541.334000', '162541.337000', '162541.340000', '162541.343000', '162541.346000', '162541.349000', '162541.352000', '162541.354000', '162541.357000', '162541.360000', '162541.363000', '162541.366000', '162541.369000', '162541.372000', '162541.375000', '162541.378000', '162541.380000', '162541.383000', '162541.386000', '162541.389000', '162541.392000', '162541.395000', '162601.257000', '162601.260000', '162601.263000', '162601.266000', '162601.269000', '162601.272000', '162601.275000', '162601.277000', '162601.280000', '162601.283000', '162601.286000', '162601.289000', '162601.292000', '162601.295000', '162601.311000', '162601.314000', '162601.317000', '162601.320000', '162601.323000', '162601.326000', '162601.329000', '162601.331000', '162601.334000', '162601.337000', '162601.340000', '162601.343000', '162601.346000', '162601.349000', '162601.352000', '162601.355000', '162601.358000', '162601.360000', '162601.363000', '162601.366000', '162601.369000', '162601.372000', '162601.375000', '162601.378000', '162601.381000', '162601.384000', '162601.387000', '162601.389000', '162601.392000', '162601.395000', '162621.256000', '162621.259000', '162621.262000', '162621.265000', '162621.268000', '162621.270000', '162621.273000', '162621.276000', '162621.279000', '162621.282000', '162621.285000', '162621.288000', '162621.291000', '162621.294000', '162621.297000', '162621.299000', '162621.302000', '162621.305000', '162621.308000', '162621.311000', '162621.314000', '162621.317000', '162621.320000', '162621.322000', '162621.325000', '162621.328000', '162621.331000', '162621.334000', '162621.337000', '162621.340000', '162621.345000', '162621.348000', '162621.351000', '162621.354000', '162621.357000', '162621.359000', '162621.362000', '162621.365000', '162621.368000', '162621.371000', '162621.374000', '162621.377000', '162621.379000', '162641.256000', '162641.259000', '162641.262000', '162641.265000', '162641.268000', '162641.271000', '162641.274000', '162641.276000', '162641.279000', '162641.282000', '162641.285000', '162641.288000', '162641.291000', '162641.294000', '162641.297000', '162641.300000', '162641.303000', '162641.306000', '162641.308000', '162641.311000', '162641.314000', '162641.317000', '162641.320000', '162641.323000', '162641.326000', '162641.329000', '162641.332000', '162641.334000', '162641.337000', '162641.340000', '162641.343000', '162641.346000', '162641.349000', '162641.352000', '162641.355000', '162641.358000', '162641.361000', '162641.364000', '162641.366000', '162641.369000', '162641.372000', '162641.375000', '162641.378000', '162641.381000', '162701.256000', '162701.259000', '162701.262000', '162701.265000', '162701.268000', '162701.271000', '162701.273000', '162701.276000', '162701.279000', '162701.282000', '162701.285000', '162701.288000', '162701.291000', '162701.294000', '162701.297000', '162701.300000', '162701.304000', '162701.307000', '162701.309000', '162701.312000', '162701.315000', '162701.318000', '162701.321000', '162701.324000', '162701.327000', '162701.330000', '162701.333000', '162701.336000', '162701.339000', '162701.342000', '162701.344000', '162701.347000', '162701.350000', '162701.353000', '162701.357000', '162701.361000', '162701.364000', '162701.367000', '162701.370000', '162701.373000', '162701.376000', '162701.396000', '162701.399000', '162721.257000', '162721.260000', '162721.263000', '162721.266000', '162721.269000', '162721.272000', '162721.275000', '162721.277000', '162721.280000', '162721.283000', '162721.286000', '162721.289000', '162721.292000', '162721.295000', '162721.298000', '162721.301000', '162721.304000', '162721.307000', '162721.310000', '162721.312000', '162721.315000', '162721.327000', '162721.330000', '162721.332000', '162721.335000', '162721.338000', '162721.341000', '162721.344000', '162721.347000', '162721.350000', '162721.353000', '162721.356000', '162721.359000', '162721.362000', '162721.365000', '162721.367000', '162721.370000', '162721.373000', '162721.376000', '162721.379000', '162721.382000', '162721.385000', '162721.388000', '162721.391000', '162741.257000', '162741.260000', '162741.263000', '162741.266000', '162741.269000', '162741.272000', '162741.275000', '162741.278000', '162741.280000', '162741.283000', '162741.286000', '162741.289000', '162741.292000', '162741.295000', '162741.298000', '162741.301000', '162741.304000', '162741.307000', '162741.310000', '162741.313000', '162741.315000', '162741.318000', '162741.321000', '162741.324000', '162741.327000', '162741.330000', '162741.333000', '162741.336000', '162741.339000', '162741.342000', '162741.345000', '162741.348000', '162741.350000', '162741.353000', '162741.356000', '162741.359000', '162741.362000', '162741.365000', '162741.368000', '162741.371000', '162741.374000', '162741.377000', '162741.380000', '162801.257000', '162801.260000', '162801.263000', '162801.266000', '162801.269000', '162801.272000', '162801.275000', '162801.277000', '162801.280000', '162801.283000', '162801.286000', '162801.289000', '162801.292000', '162801.295000', '162801.298000', '162801.301000', '162801.304000', '162801.307000', '162801.309000', '162801.312000', '162801.315000', '162801.318000', '162801.321000', '162801.324000', '162801.327000', '162801.330000', '162801.333000', '162801.336000', '162801.339000', '162801.341000', '162801.344000', '162801.347000', '162801.350000', '162801.353000', '162801.356000', '162801.359000', '162801.362000', '162801.365000', '162801.367000', '162801.370000', '162801.373000', '162801.376000', '162801.379000', '162801.382000', '162821.257000', '162821.260000', '162821.263000', '162821.266000', '162821.269000', '162821.272000', '162821.275000', '162821.277000', '162821.280000', '162821.283000', '162821.286000', '162821.289000', '162821.292000', '162821.295000', '162821.298000', '162821.301000', '162821.304000', '162821.307000', '162821.309000', '162821.312000', '162821.315000', '162821.318000', '162821.321000', '162821.324000', '162821.327000', '162821.330000', '162821.333000', '162821.336000', '162821.339000', '162821.343000', '162821.346000', '162821.349000', '162821.351000', '162821.354000', '162821.357000', '162821.360000', '162821.363000', '162821.366000', '162821.369000', '162821.372000', '162821.375000', '162821.377000', '162821.380000', '162841.256000', '162841.259000', '162841.262000', '162841.265000', '162841.268000', '162841.271000', '162841.274000', '162841.277000', '162841.279000', '162841.295000', '162841.298000', '162841.301000', '162841.304000', '162841.306000', '162841.309000', '162841.312000', '162841.324000', '162841.327000', '162841.330000', '162841.333000', '162841.336000', '162841.339000', '162841.342000', '162841.344000', '162841.347000', '162841.350000', '162841.353000', '162841.356000', '162841.359000', '162841.362000', '162841.365000', '162841.368000', '162841.371000', '162841.374000', '162841.376000', '162841.379000', '162841.382000', '162841.385000', '162841.388000', '162841.391000', '162841.394000', '162841.397000', '162841.400000', '162841.403000', '162901.256000', '162901.259000', '162901.262000', '162901.265000', '162901.268000', '162901.271000', '162901.274000', '162901.277000', '162901.280000', '162901.283000', '162901.286000', '162901.289000', '162901.291000', '162901.294000', '162901.297000', '162901.300000', '162901.303000', '162901.306000', '162901.309000', '162901.312000', '162901.315000', '162901.318000', '162901.321000', '162901.324000', '162901.327000', '162901.329000', '162901.332000', '162901.335000', '162901.338000', '162901.341000', '162901.344000', '162901.347000', '162901.350000', '162901.353000', '162901.356000', '162901.359000', '162901.361000', '162901.364000', '162901.367000', '162901.370000', '162901.373000', '162901.376000', '162901.379000', '162921.256000', '162921.259000', '162921.262000', '162921.265000', '162921.268000', '162921.271000', '162921.273000', '162921.276000', '162921.279000', '162921.282000', '162921.285000', '162921.288000', '162921.291000', '162921.294000', '162921.297000', '162921.300000', '162921.303000', '162921.306000', '162921.308000', '162921.311000', '162921.314000', '162921.317000', '162921.320000', '162921.323000', '162921.326000', '162921.329000', '162921.332000', '162921.335000', '162921.338000', '162921.340000', '162921.343000', '162921.346000', '162921.349000', '162921.352000', '162921.355000', '162921.358000', '162921.361000', '162921.364000', '162921.367000', '162921.370000', '162921.373000', '162921.375000', '162921.378000', '162921.381000', '162941.257000', '162941.260000', '162941.263000', '162941.266000', '162941.269000', '162941.274000', '162941.277000', '162941.280000', '162941.283000', '162941.286000', '162941.289000', '162941.291000', '162941.294000', '162941.297000', '162941.300000', '162941.303000', '162941.306000', '162941.309000', '162941.312000', '162941.315000', '162941.318000', '162941.321000', '162941.323000', '162941.326000', '162941.329000', '162941.332000', '162941.335000', '162941.338000', '162941.341000', '162941.344000', '162941.346000', '162941.349000', '162941.352000', '162941.355000', '162941.358000', '162941.361000', '162941.364000', '162941.367000', '162941.370000', '162941.373000', '162941.376000', '162941.379000', '162941.382000', '163001.257000', '163001.260000', '163001.263000', '163001.266000', '163001.269000', '163001.272000', '163001.275000', '163001.278000', '163001.281000', '163001.283000', '163001.286000', '163001.289000', '163001.292000', '163001.295000', '163001.298000', '163001.301000', '163001.304000', '163001.307000', '163001.310000', '163001.313000', '163001.316000', '163001.319000', '163001.321000', '163001.324000', '163001.327000', '163001.330000', '163001.333000', '163001.336000', '163001.339000', '163001.342000', '163001.345000', '163001.348000', '163001.350000', '163001.353000', '163001.367000', '163001.370000', '163001.373000', '163001.376000', '163001.379000', '163001.381000', '163001.384000', '163001.387000', '163001.390000', '163001.393000', '163021.257000', '163021.260000', '163021.263000', '163021.266000', '163021.269000', '163021.272000', '163021.275000', '163021.278000', '163021.281000', '163021.283000', '163021.286000', '163021.289000', '163021.292000', '163021.295000', '163021.298000', '163021.301000', '163021.304000', '163021.307000', '163021.310000', '163021.313000', '163021.315000', '163021.318000', '163021.321000', '163021.324000', '163021.327000', '163021.330000', '163021.333000', '163021.336000', '163021.339000', '163021.341000', '163021.344000', '163021.347000', '163021.350000', '163021.353000', '163021.356000', '163021.359000', '163021.362000', '163021.365000', '163021.368000', '163021.371000', '163021.374000', '163021.376000', '163021.379000', '163041.256000', '163041.259000', '163041.262000', '163041.265000', '163041.268000', '163041.271000', '163041.274000', '163041.277000', '163041.280000', '163041.282000', '163041.285000', '163041.288000', '163041.291000', '163041.294000', '163041.297000', '163041.300000', '163041.303000', '163041.306000', '163041.309000', '163041.312000', '163041.315000', '163041.317000', '163041.320000', '163041.323000', '163041.326000', '163041.329000', '163041.332000', '163041.335000', '163041.338000', '163041.341000', '163041.344000', '163041.347000', '163041.349000', '163041.352000', '163041.355000', '163041.358000', '163041.361000', '163041.364000', '163041.367000', '163041.370000', '163041.373000', '163041.376000', '163041.379000', '163101.256000', '163101.259000', '163101.262000', '163101.265000', '163101.268000', '163101.271000', '163101.274000', '163101.277000', '163101.286000', '163101.289000', '163101.292000', '163101.295000', '163101.298000', '163101.301000', '163101.304000', '163101.307000', '163101.310000', '163101.313000', '163101.316000', '163101.319000', '163101.321000', '163101.324000', '163101.327000', '163101.330000', '163101.333000', '163101.336000', '163101.339000', '163101.342000', '163101.345000', '163101.348000', '163101.350000', '163101.353000', '163101.356000', '163101.359000', '163101.362000', '163101.365000', '163101.368000', '163101.371000', '163101.374000', '163101.377000', '163101.380000', '163101.382000', '163101.385000', '163101.388000', '163121.256000', '163121.259000', '163121.262000', '163121.265000', '163121.276000', '163121.279000', '163121.281000', '163121.284000', '163121.287000', '163121.290000', '163121.293000', '163121.296000', '163121.299000', '163121.302000', '163121.305000', '163121.308000', '163121.311000', '163121.314000', '163121.316000', '163121.319000', '163121.322000', '163121.325000', '163121.328000', '163121.331000', '163121.334000', '163121.337000', '163121.340000', '163121.343000', '163121.345000', '163121.348000', '163121.361000', '163121.364000', '163121.367000', '163121.369000', '163121.372000', '163121.375000', '163121.378000', '163121.382000', '163121.385000', '163121.388000', '163121.391000', '163121.394000', '163121.397000', '163141.256000', '163141.259000', '163141.262000', '163141.265000', '163141.268000', '163141.271000', '163141.274000', '163141.277000', '163141.279000', '163141.282000', '163141.285000', '163141.291000', '163141.294000', '163141.297000', '163141.300000', '163141.303000', '163141.306000', '163141.309000', '163141.312000', '163141.315000', '163141.317000', '163141.320000', '163141.323000', '163141.326000', '163141.329000', '163141.332000', '163141.335000', '163141.338000', '163141.341000', '163141.344000', '163141.347000', '163141.350000', '163141.353000', '163141.356000', '163141.358000', '163141.361000', '163141.364000', '163141.367000', '163141.370000', '163141.373000', '163141.376000', '163141.379000', '163141.382000', '163141.384000', '163201.257000', '163201.260000', '163201.263000', '163201.266000', '163201.269000', '163201.272000', '163201.275000', '163201.279000', '163201.282000', '163201.285000', '163201.288000', '163201.291000', '163201.294000', '163201.297000', '163201.300000', '163201.303000', '163201.306000', '163201.308000', '163201.311000', '163201.314000', '163201.317000', '163201.320000', '163201.323000', '163201.326000', '163201.329000', '163201.332000', '163201.335000', '163201.337000', '163201.340000', '163201.343000', '163201.346000', '163201.349000', '163201.352000', '163201.355000', '163201.358000', '163201.361000', '163201.364000', '163201.367000', '163201.370000', '163201.372000', '163201.375000', '163201.378000', '163201.381000', '163221.257000', '163221.260000', '163221.263000', '163221.266000', '163221.269000', '163221.272000', '163221.275000', '163221.278000', '163221.281000', '163221.284000', '163221.286000', '163221.289000', '163221.292000', '163221.295000', '163221.298000', '163221.301000', '163221.304000', '163221.307000', '163221.310000', '163221.313000', '163221.315000', '163221.318000', '163221.321000', '163221.324000', '163221.327000', '163221.330000', '163221.333000', '163221.336000', '163221.339000', '163221.342000', '163221.345000', '163221.348000', '163221.351000', '163221.354000', '163221.357000', '163221.360000', '163221.363000', '163221.366000', '163221.369000', '163221.372000', '163221.375000', '163221.377000', '163221.380000', '163221.383000', '163241.257000', '163241.260000', '163241.263000', '163241.266000', '163241.269000', '163241.272000', '163241.275000', '163241.278000', '163241.281000', '163241.283000', '163241.286000', '163241.289000', '163241.292000', '163241.295000', '163241.298000', '163241.301000', '163241.304000', '163241.307000', '163241.310000', '163241.313000', '163241.316000', '163241.319000', '163241.322000', '163241.325000', '163241.328000', '163241.331000', '163241.333000', '163241.349000', '163241.352000', '163241.355000', '163241.358000', '163241.360000', '163241.363000', '163241.366000', '163241.369000', '163241.372000', '163241.375000', '163241.378000', '163241.381000', '163241.384000', '163241.387000', '163241.390000', '163241.393000', '163301.256000', '163301.266000', '163301.269000', '163301.272000', '163301.275000', '163301.278000', '163301.281000', '163301.284000', '163301.287000', '163301.290000', '163301.293000', '163301.296000', '163301.299000', '163301.301000', '163301.304000', '163301.307000', '163301.310000', '163301.313000', '163301.316000', '163301.319000', '163301.322000', '163301.325000', '163301.328000', '163301.331000', '163301.333000', '163301.336000', '163301.340000', '163301.342000', '163301.345000', '163301.348000', '163301.351000', '163301.354000', '163301.357000', '163301.360000', '163301.363000', '163301.366000', '163301.369000', '163301.372000', '163301.375000', '163301.377000', '163301.380000', '163301.383000', '163301.386000', '163301.389000', '163321.256000', '163321.259000', '163321.262000', '163321.265000', '163321.268000', '163321.271000', '163321.274000', '163321.277000', '163321.279000', '163321.282000', '163321.285000', '163321.288000', '163321.291000', '163321.294000', '163321.297000', '163321.300000', '163321.303000', '163321.306000', '163321.309000', '163321.312000', '163321.315000', '163321.318000', '163321.321000', '163321.324000', '163321.327000', '163321.331000', '163321.334000', '163321.337000', '163321.340000', '163321.343000', '163321.346000', '163321.349000', '163321.352000', '163321.355000', '163321.357000', '163321.360000', '163321.363000', '163321.366000', '163321.369000', '163321.372000', '163321.375000', '163321.378000', '163321.381000', '163341.256000', '163341.259000', '163341.262000', '163341.265000', '163341.268000', '163341.271000', '163341.274000', '163341.277000', '163341.280000', '163341.283000', '163341.286000', '163341.289000', '163341.292000', '163341.294000', '163341.297000', '163341.300000', '163341.303000', '163341.306000', '163341.309000', '163341.312000', '163341.315000', '163341.318000', '163341.321000', '163341.323000', '163341.326000', '163341.329000', '163341.332000', '163341.335000', '163341.338000', '163341.341000', '163341.344000', '163341.347000', '163341.350000', '163341.353000', '163341.356000', '163341.364000', '163341.367000', '163341.370000', '163341.373000', '163341.376000', '163341.379000', '163341.382000', '163341.384000', '163341.387000', '163401.256000', '163401.268000', '163401.271000', '163401.273000', '163401.276000', '163401.279000', '163401.282000', '163401.285000', '163401.288000', '163401.291000', '163401.294000', '163401.297000', '163401.300000', '163401.303000', '163401.306000', '163401.309000', '163401.311000', '163401.314000', '163401.317000', '163401.320000', '163401.323000', '163401.326000', '163401.329000', '163401.348000', '163401.352000', '163401.354000', '163401.357000', '163401.360000', '163401.363000', '163401.366000', '163401.369000', '163401.372000', '163401.375000', '163401.378000', '163401.381000', '163401.384000', '163401.386000', '163401.389000', '163401.392000', '163401.395000', '163401.398000', '163401.401000', '163401.404000', '163421.257000', '163421.260000', '163421.263000', '163421.266000', '163421.269000', '163421.272000', '163421.275000', '163421.278000', '163421.281000', '163421.284000', '163421.287000', '163421.290000', '163421.293000', '163421.295000', '163421.298000', '163421.301000', '163421.304000', '163421.307000', '163421.310000', '163421.313000', '163421.316000', '163421.319000', '163421.322000', '163421.325000', '163421.328000', '163421.331000', '163421.334000', '163421.337000', '163421.340000', '163421.342000', '163421.345000', '163421.348000', '163421.351000', '163421.354000', '163421.357000', '163421.360000', '163421.363000', '163421.366000', '163421.369000', '163421.372000', '163421.375000', '163421.378000', '163421.380000', '163421.383000', '163441.257000', '163441.262000', '163441.265000', '163441.268000', '163441.271000', '163441.274000', '163441.276000', '163441.279000', '163441.282000', '163441.285000', '163441.289000', '163441.292000', '163441.295000', '163441.298000', '163441.301000', '163441.304000', '163441.307000', '163441.310000', '163441.313000', '163441.316000', '163441.319000', '163441.322000', '163441.325000', '163441.328000', '163441.331000', '163441.334000', '163441.337000', '163441.339000', '163441.342000', '163441.345000', '163441.348000', '163441.351000', '163441.354000', '163441.359000', '163441.363000', '163441.366000', '163441.369000', '163441.372000', '163441.375000', '163441.377000', '163441.380000', '163441.383000', '163441.386000', '163501.257000', '163501.260000', '163501.263000', '163501.266000', '163501.269000', '163501.272000', '163501.275000', '163501.278000', '163501.281000', '163501.284000', '163501.296000', '163501.299000', '163501.302000', '163501.304000', '163501.307000', '163501.310000', '163501.313000', '163501.316000', '163501.319000', '163501.322000', '163501.325000', '163501.328000', '163501.331000', '163501.334000', '163501.337000', '163501.340000', '163501.342000', '163501.346000', '163501.348000', '163501.351000', '163501.354000', '163501.357000', '163501.360000', '163501.363000', '163501.366000', '163501.369000', '163501.372000', '163501.375000', '163501.378000', '163501.381000', '163501.383000', '163501.386000', '163501.389000', '163501.392000', '163521.256000', '163521.259000', '163521.262000', '163521.265000', '163521.268000', '163521.283000', '163521.286000', '163521.288000', '163521.291000', '163521.294000', '163521.297000', '163521.300000', '163521.303000', '163521.306000', '163521.309000', '163521.312000', '163521.315000', '163521.318000', '163521.321000', '163521.323000', '163521.327000', '163521.329000', '163521.332000', '163521.335000', '163521.338000', '163521.341000', '163521.344000', '163521.347000', '163521.350000', '163521.353000', '163521.356000', '163521.359000', '163521.363000', '163521.368000', '163521.371000', '163521.374000', '163521.394000', '163521.397000', '163521.400000', '163521.403000', '163521.406000', '163521.409000', '163521.411000', '163541.256000', '163541.259000', '163541.262000', '163541.265000', '163541.268000', '163541.271000', '163541.274000', '163541.277000', '163541.285000', '163541.288000', '163541.291000', '163541.294000', '163541.297000', '163541.300000', '163541.303000', '163541.306000', '163541.308000', '163541.311000', '163541.314000', '163541.317000', '163541.320000', '163541.323000', '163541.326000', '163541.329000', '163541.332000', '163541.335000', '163541.338000', '163541.341000', '163541.344000', '163541.347000', '163541.349000', '163541.352000', '163541.355000', '163541.358000', '163541.361000', '163541.364000', '163541.367000', '163541.370000', '163541.373000', '163541.376000', '163541.379000', '163541.381000', '163541.384000', '163541.387000', '163601.256000', '163601.259000', '163601.262000', '163601.265000', '163601.268000', '163601.271000', '163601.274000', '163601.277000', '163601.280000', '163601.283000', '163601.286000', '163601.288000', '163601.291000', '163601.294000', '163601.297000', '163601.300000', '163601.303000', '163601.306000', '163601.309000', '163601.312000', '163601.315000', '163601.318000', '163601.321000', '163601.324000', '163601.327000', '163601.331000', '163601.334000', '163601.337000', '163601.339000', '163601.342000', '163601.345000', '163601.348000', '163601.351000', '163601.354000', '163601.357000', '163601.360000', '163601.363000', '163601.366000', '163601.369000', '163601.372000', '163601.374000', '163601.377000', '163601.380000', '163621.256000', '163621.259000', '163621.262000', '163621.265000', '163621.268000', '163621.271000', '163621.274000', '163621.277000', '163621.280000', '163621.283000', '163621.286000', '163621.289000', '163621.291000', '163621.294000', '163621.297000', '163621.300000', '163621.303000', '163621.306000', '163621.309000', '163621.312000', '163621.315000', '163621.318000', '163621.321000', '163621.324000', '163621.327000', '163621.330000', '163621.333000', '163621.336000', '163621.338000', '163621.341000', '163621.344000', '163621.347000', '163621.362000', '163621.364000', '163621.367000', '163621.370000', '163621.373000', '163621.376000', '163621.379000', '163621.382000', '163621.385000', '163621.388000', '163621.391000', '163621.393000', '163641.257000', '163641.260000', '163641.263000', '163641.266000', '163641.269000', '163641.272000', '163641.275000', '163641.278000', '163641.281000', '163641.284000', '163641.287000', '163641.290000', '163641.292000', '163641.295000', '163641.298000', '163641.301000', '163641.304000', '163641.307000', '163641.310000', '163641.313000', '163641.316000', '163641.319000', '163641.322000', '163641.325000', '163641.328000', '163641.330000', '163641.333000', '163641.336000', '163641.339000', '163641.342000', '163641.345000', '163641.348000', '163641.351000', '163641.354000', '163641.357000', '163641.360000', '163641.362000', '163641.365000', '163641.368000', '163641.371000', '163641.374000', '163641.377000', '163641.380000', '163701.257000', '163701.260000', '163701.263000', '163701.266000', '163701.269000', '163701.272000', '163701.275000', '163701.278000', '163701.281000', '163701.284000', '163701.287000', '163701.289000', '163701.293000', '163701.295000', '163701.298000', '163701.301000', '163701.304000', '163701.307000', '163701.310000', '163701.313000', '163701.316000', '163701.319000', '163701.322000', '163701.325000', '163701.328000', '163701.331000', '163701.334000', '163701.337000', '163701.339000', '163701.342000', '163701.345000', '163701.348000', '163701.351000', '163701.354000', '163701.357000', '163701.360000', '163701.363000', '163701.366000', '163701.369000', '163701.372000', '163701.374000', '163701.377000', '163701.380000', '163701.383000', '163721.257000', '163721.260000', '163721.263000', '163721.266000', '163721.269000', '163721.272000', '163721.275000', '163721.278000', '163721.281000', '163721.284000', '163721.287000', '163721.290000', '163721.293000', '163721.296000', '163721.299000', '163721.302000', '163721.305000', '163721.307000', '163721.310000', '163721.313000', '163721.316000', '163721.319000', '163721.322000', '163721.325000', '163721.328000', '163721.331000', '163721.334000', '163721.340000', '163721.343000', '163721.346000', '163721.349000', '163721.352000', '163721.355000', '163721.358000', '163721.361000', '163721.364000', '163721.368000', '163721.370000', '163721.374000', '163721.377000', '163721.380000', '163721.383000', '163721.386000', '163741.267000', '163741.270000', '163741.273000', '163741.276000', '163741.279000', '163741.282000', '163741.285000', '163741.288000', '163741.291000', '163741.293000', '163741.296000', '163741.299000', '163741.302000', '163741.305000', '163741.308000', '163741.311000', '163741.314000', '163741.317000', '163741.320000', '163741.323000', '163741.326000', '163741.329000', '163741.332000', '163741.335000', '163741.337000', '163741.340000', '163741.343000', '163741.346000', '163741.349000', '163741.352000', '163741.355000', '163741.358000', '163741.361000', '163741.364000', '163741.367000', '163741.370000', '163741.373000', '163741.376000', '163741.379000', '163741.381000', '163741.384000', '163741.387000', '163741.390000', '163741.393000', '163801.256000', '163801.259000', '163801.262000', '163801.265000', '163801.268000', '163801.271000', '163801.274000', '163801.277000', '163801.280000', '163801.283000', '163801.286000', '163801.289000', '163801.291000', '163801.294000', '163801.297000', '163801.300000', '163801.303000', '163801.306000', '163801.309000', '163801.312000', '163801.315000', '163801.318000', '163801.321000', '163801.324000', '163801.327000', '163801.330000', '163801.333000', '163801.336000', '163801.339000', '163801.341000', '163801.344000', '163801.347000', '163801.350000', '163801.353000', '163801.356000', '163801.359000', '163801.362000', '163801.365000', '163801.368000', '163801.371000', '163801.374000', '163801.376000', '163801.379000', '163819.452000', '163819.456000', '163819.459000', '163819.463000', '163819.466000', '163819.469000', '163819.472000', '163819.475000', '163819.478000', '163819.482000', '163819.485000', '163819.488000', '163819.491000', '163819.494000', '163819.497000', '163819.500000', '163819.503000', '163819.506000', '163819.510000', '163819.513000', '163819.515000', '163819.518000', '163819.521000', '163819.524000', '163819.527000', '163819.530000', '163819.533000', '163819.536000', '163819.539000', '163819.542000', '163819.545000', '163819.548000', '163819.551000', '163819.554000', '163819.557000', '163819.560000', '163819.563000', '163819.566000', '163819.569000', '163819.572000'], 'InstanceCreationTime': ['162421.288000', '162421.292000', '162421.295000', '162421.298000', '162421.302000', '162421.307000', '162421.313000', '162421.316000', '162421.319000', '162421.321000', '162421.324000', '162421.327000', '162421.330000', '162421.333000', '162421.336000', '162421.339000', '162421.341000', '162421.344000', '162421.347000', '162421.350000', '162421.353000', '162421.356000', '162421.359000', '162421.362000', '162421.365000', '162421.367000', '162421.370000', '162421.373000', '162421.376000', '162421.379000', '162421.382000', '162421.385000', '162421.387000', '162421.390000', '162421.393000', '162421.396000', '162441.256000', '162441.259000', '162441.262000', '162441.265000', '162441.268000', '162441.270000', '162441.273000', '162441.276000', '162441.279000', '162441.288000', '162441.291000', '162441.294000', '162441.297000', '162441.300000', '162441.303000', '162441.305000', '162441.308000', '162441.311000', '162441.314000', '162441.317000', '162441.320000', '162441.323000', '162441.326000', '162441.328000', '162441.331000', '162441.334000', '162441.337000', '162441.340000', '162441.343000', '162441.345000', '162441.348000', '162441.351000', '162441.354000', '162441.357000', '162441.360000', '162441.363000', '162441.366000', '162441.369000', '162441.372000', '162441.374000', '162441.377000', '162441.380000', '162441.383000', '162441.386000', '162501.257000', '162501.260000', '162501.263000', '162501.266000', '162501.269000', '162501.272000', '162501.275000', '162501.277000', '162501.280000', '162501.298000', '162501.302000', '162501.305000', '162501.308000', '162501.311000', '162501.314000', '162501.317000', '162501.319000', '162501.322000', '162501.325000', '162501.328000', '162501.331000', '162501.334000', '162501.337000', '162501.340000', '162501.343000', '162501.345000', '162501.348000', '162501.351000', '162501.354000', '162501.357000', '162501.360000', '162501.363000', '162501.366000', '162501.369000', '162501.371000', '162501.374000', '162501.377000', '162501.387000', '162501.390000', '162501.393000', '162501.396000', '162501.398000', '162501.401000', '162521.257000', '162521.260000', '162521.263000', '162521.266000', '162521.268000', '162521.271000', '162521.274000', '162521.277000', '162521.280000', '162521.283000', '162521.286000', '162521.289000', '162521.291000', '162521.294000', '162521.297000', '162521.300000', '162521.303000', '162521.306000', '162521.309000', '162521.312000', '162521.315000', '162521.318000', '162521.320000', '162521.323000', '162521.326000', '162521.329000', '162521.332000', '162521.335000', '162521.338000', '162521.341000', '162521.343000', '162521.346000', '162521.349000', '162521.352000', '162521.355000', '162521.358000', '162521.361000', '162521.364000', '162521.367000', '162521.370000', '162521.373000', '162521.375000', '162521.378000', '162521.381000', '162541.257000', '162541.260000', '162541.278000', '162541.281000', '162541.284000', '162541.287000', '162541.290000', '162541.293000', '162541.295000', '162541.298000', '162541.301000', '162541.304000', '162541.307000', '162541.310000', '162541.313000', '162541.316000', '162541.319000', '162541.322000', '162541.325000', '162541.328000', '162541.331000', '162541.334000', '162541.337000', '162541.340000', '162541.343000', '162541.346000', '162541.349000', '162541.352000', '162541.354000', '162541.357000', '162541.360000', '162541.363000', '162541.366000', '162541.369000', '162541.372000', '162541.375000', '162541.378000', '162541.380000', '162541.383000', '162541.386000', '162541.389000', '162541.392000', '162541.395000', '162601.257000', '162601.260000', '162601.263000', '162601.266000', '162601.269000', '162601.272000', '162601.275000', '162601.277000', '162601.280000', '162601.283000', '162601.286000', '162601.289000', '162601.292000', '162601.295000', '162601.311000', '162601.314000', '162601.317000', '162601.320000', '162601.323000', '162601.326000', '162601.329000', '162601.331000', '162601.334000', '162601.337000', '162601.340000', '162601.343000', '162601.346000', '162601.349000', '162601.352000', '162601.355000', '162601.358000', '162601.360000', '162601.363000', '162601.366000', '162601.369000', '162601.372000', '162601.375000', '162601.378000', '162601.381000', '162601.384000', '162601.387000', '162601.389000', '162601.392000', '162601.395000', '162621.256000', '162621.259000', '162621.262000', '162621.265000', '162621.268000', '162621.270000', '162621.273000', '162621.276000', '162621.279000', '162621.282000', '162621.285000', '162621.288000', '162621.291000', '162621.294000', '162621.297000', '162621.299000', '162621.302000', '162621.305000', '162621.308000', '162621.311000', '162621.314000', '162621.317000', '162621.320000', '162621.322000', '162621.325000', '162621.328000', '162621.331000', '162621.334000', '162621.337000', '162621.340000', '162621.345000', '162621.348000', '162621.351000', '162621.354000', '162621.357000', '162621.359000', '162621.362000', '162621.365000', '162621.368000', '162621.371000', '162621.374000', '162621.377000', '162621.379000', '162641.256000', '162641.259000', '162641.262000', '162641.265000', '162641.268000', '162641.271000', '162641.274000', '162641.276000', '162641.279000', '162641.282000', '162641.285000', '162641.288000', '162641.291000', '162641.294000', '162641.297000', '162641.300000', '162641.303000', '162641.306000', '162641.308000', '162641.311000', '162641.314000', '162641.317000', '162641.320000', '162641.323000', '162641.326000', '162641.329000', '162641.332000', '162641.334000', '162641.337000', '162641.340000', '162641.343000', '162641.346000', '162641.349000', '162641.352000', '162641.355000', '162641.358000', '162641.361000', '162641.364000', '162641.366000', '162641.369000', '162641.372000', '162641.375000', '162641.378000', '162641.381000', '162701.256000', '162701.259000', '162701.262000', '162701.265000', '162701.268000', '162701.271000', '162701.273000', '162701.276000', '162701.279000', '162701.282000', '162701.285000', '162701.288000', '162701.291000', '162701.294000', '162701.297000', '162701.300000', '162701.304000', '162701.307000', '162701.309000', '162701.312000', '162701.315000', '162701.318000', '162701.321000', '162701.324000', '162701.327000', '162701.330000', '162701.333000', '162701.336000', '162701.339000', '162701.342000', '162701.344000', '162701.347000', '162701.350000', '162701.353000', '162701.357000', '162701.361000', '162701.364000', '162701.367000', '162701.370000', '162701.373000', '162701.376000', '162701.396000', '162701.399000', '162721.257000', '162721.260000', '162721.263000', '162721.266000', '162721.269000', '162721.272000', '162721.275000', '162721.277000', '162721.280000', '162721.283000', '162721.286000', '162721.289000', '162721.292000', '162721.295000', '162721.298000', '162721.301000', '162721.304000', '162721.307000', '162721.310000', '162721.312000', '162721.315000', '162721.327000', '162721.330000', '162721.332000', '162721.335000', '162721.338000', '162721.341000', '162721.344000', '162721.347000', '162721.350000', '162721.353000', '162721.356000', '162721.359000', '162721.362000', '162721.365000', '162721.367000', '162721.370000', '162721.373000', '162721.376000', '162721.379000', '162721.382000', '162721.385000', '162721.388000', '162721.391000', '162741.257000', '162741.260000', '162741.263000', '162741.266000', '162741.269000', '162741.272000', '162741.275000', '162741.278000', '162741.280000', '162741.283000', '162741.286000', '162741.289000', '162741.292000', '162741.295000', '162741.298000', '162741.301000', '162741.304000', '162741.307000', '162741.310000', '162741.313000', '162741.315000', '162741.318000', '162741.321000', '162741.324000', '162741.327000', '162741.330000', '162741.333000', '162741.336000', '162741.339000', '162741.342000', '162741.345000', '162741.348000', '162741.350000', '162741.353000', '162741.356000', '162741.359000', '162741.362000', '162741.365000', '162741.368000', '162741.371000', '162741.374000', '162741.377000', '162741.380000', '162801.257000', '162801.260000', '162801.263000', '162801.266000', '162801.269000', '162801.272000', '162801.275000', '162801.277000', '162801.280000', '162801.283000', '162801.286000', '162801.289000', '162801.292000', '162801.295000', '162801.298000', '162801.301000', '162801.304000', '162801.307000', '162801.309000', '162801.312000', '162801.315000', '162801.318000', '162801.321000', '162801.324000', '162801.327000', '162801.330000', '162801.333000', '162801.336000', '162801.339000', '162801.341000', '162801.344000', '162801.347000', '162801.350000', '162801.353000', '162801.356000', '162801.359000', '162801.362000', '162801.365000', '162801.367000', '162801.370000', '162801.373000', '162801.376000', '162801.379000', '162801.382000', '162821.257000', '162821.260000', '162821.263000', '162821.266000', '162821.269000', '162821.272000', '162821.275000', '162821.277000', '162821.280000', '162821.283000', '162821.286000', '162821.289000', '162821.292000', '162821.295000', '162821.298000', '162821.301000', '162821.304000', '162821.307000', '162821.309000', '162821.312000', '162821.315000', '162821.318000', '162821.321000', '162821.324000', '162821.327000', '162821.330000', '162821.333000', '162821.336000', '162821.339000', '162821.343000', '162821.346000', '162821.349000', '162821.351000', '162821.354000', '162821.357000', '162821.360000', '162821.363000', '162821.366000', '162821.369000', '162821.372000', '162821.375000', '162821.377000', '162821.380000', '162841.256000', '162841.259000', '162841.262000', '162841.265000', '162841.268000', '162841.271000', '162841.274000', '162841.277000', '162841.279000', '162841.295000', '162841.298000', '162841.301000', '162841.304000', '162841.306000', '162841.309000', '162841.312000', '162841.324000', '162841.327000', '162841.330000', '162841.333000', '162841.336000', '162841.339000', '162841.342000', '162841.344000', '162841.347000', '162841.350000', '162841.353000', '162841.356000', '162841.359000', '162841.362000', '162841.365000', '162841.368000', '162841.371000', '162841.374000', '162841.376000', '162841.379000', '162841.382000', '162841.385000', '162841.388000', '162841.391000', '162841.394000', '162841.397000', '162841.400000', '162841.403000', '162901.256000', '162901.259000', '162901.262000', '162901.265000', '162901.268000', '162901.271000', '162901.274000', '162901.277000', '162901.280000', '162901.283000', '162901.286000', '162901.289000', '162901.291000', '162901.294000', '162901.297000', '162901.300000', '162901.303000', '162901.306000', '162901.309000', '162901.312000', '162901.315000', '162901.318000', '162901.321000', '162901.324000', '162901.327000', '162901.329000', '162901.332000', '162901.335000', '162901.338000', '162901.341000', '162901.344000', '162901.347000', '162901.350000', '162901.353000', '162901.356000', '162901.359000', '162901.361000', '162901.364000', '162901.367000', '162901.370000', '162901.373000', '162901.376000', '162901.379000', '162921.256000', '162921.259000', '162921.262000', '162921.265000', '162921.268000', '162921.271000', '162921.273000', '162921.276000', '162921.279000', '162921.282000', '162921.285000', '162921.288000', '162921.291000', '162921.294000', '162921.297000', '162921.300000', '162921.303000', '162921.306000', '162921.308000', '162921.311000', '162921.314000', '162921.317000', '162921.320000', '162921.323000', '162921.326000', '162921.329000', '162921.332000', '162921.335000', '162921.338000', '162921.340000', '162921.343000', '162921.346000', '162921.349000', '162921.352000', '162921.355000', '162921.358000', '162921.361000', '162921.364000', '162921.367000', '162921.370000', '162921.373000', '162921.375000', '162921.378000', '162921.381000', '162941.257000', '162941.260000', '162941.263000', '162941.266000', '162941.269000', '162941.274000', '162941.277000', '162941.280000', '162941.283000', '162941.286000', '162941.289000', '162941.291000', '162941.294000', '162941.297000', '162941.300000', '162941.303000', '162941.306000', '162941.309000', '162941.312000', '162941.315000', '162941.318000', '162941.321000', '162941.323000', '162941.326000', '162941.329000', '162941.332000', '162941.335000', '162941.338000', '162941.341000', '162941.344000', '162941.346000', '162941.349000', '162941.352000', '162941.355000', '162941.358000', '162941.361000', '162941.364000', '162941.367000', '162941.370000', '162941.373000', '162941.376000', '162941.379000', '162941.382000', '163001.257000', '163001.260000', '163001.263000', '163001.266000', '163001.269000', '163001.272000', '163001.275000', '163001.278000', '163001.281000', '163001.283000', '163001.286000', '163001.289000', '163001.292000', '163001.295000', '163001.298000', '163001.301000', '163001.304000', '163001.307000', '163001.310000', '163001.313000', '163001.316000', '163001.319000', '163001.321000', '163001.324000', '163001.327000', '163001.330000', '163001.333000', '163001.336000', '163001.339000', '163001.342000', '163001.345000', '163001.348000', '163001.350000', '163001.353000', '163001.367000', '163001.370000', '163001.373000', '163001.376000', '163001.379000', '163001.381000', '163001.384000', '163001.387000', '163001.390000', '163001.393000', '163021.257000', '163021.260000', '163021.263000', '163021.266000', '163021.269000', '163021.272000', '163021.275000', '163021.278000', '163021.281000', '163021.283000', '163021.286000', '163021.289000', '163021.292000', '163021.295000', '163021.298000', '163021.301000', '163021.304000', '163021.307000', '163021.310000', '163021.313000', '163021.315000', '163021.318000', '163021.321000', '163021.324000', '163021.327000', '163021.330000', '163021.333000', '163021.336000', '163021.339000', '163021.341000', '163021.344000', '163021.347000', '163021.350000', '163021.353000', '163021.356000', '163021.359000', '163021.362000', '163021.365000', '163021.368000', '163021.371000', '163021.374000', '163021.376000', '163021.379000', '163041.256000', '163041.259000', '163041.262000', '163041.265000', '163041.268000', '163041.271000', '163041.274000', '163041.277000', '163041.280000', '163041.282000', '163041.285000', '163041.288000', '163041.291000', '163041.294000', '163041.297000', '163041.300000', '163041.303000', '163041.306000', '163041.309000', '163041.312000', '163041.315000', '163041.317000', '163041.320000', '163041.323000', '163041.326000', '163041.329000', '163041.332000', '163041.335000', '163041.338000', '163041.341000', '163041.344000', '163041.347000', '163041.349000', '163041.352000', '163041.355000', '163041.358000', '163041.361000', '163041.364000', '163041.367000', '163041.370000', '163041.373000', '163041.376000', '163041.379000', '163101.256000', '163101.259000', '163101.262000', '163101.265000', '163101.268000', '163101.271000', '163101.274000', '163101.277000', '163101.286000', '163101.289000', '163101.292000', '163101.295000', '163101.298000', '163101.301000', '163101.304000', '163101.307000', '163101.310000', '163101.313000', '163101.316000', '163101.319000', '163101.321000', '163101.324000', '163101.327000', '163101.330000', '163101.333000', '163101.336000', '163101.339000', '163101.342000', '163101.345000', '163101.348000', '163101.350000', '163101.353000', '163101.356000', '163101.359000', '163101.362000', '163101.365000', '163101.368000', '163101.371000', '163101.374000', '163101.377000', '163101.380000', '163101.382000', '163101.385000', '163101.388000', '163121.256000', '163121.259000', '163121.262000', '163121.265000', '163121.276000', '163121.279000', '163121.281000', '163121.284000', '163121.287000', '163121.290000', '163121.293000', '163121.296000', '163121.299000', '163121.302000', '163121.305000', '163121.308000', '163121.311000', '163121.314000', '163121.316000', '163121.319000', '163121.322000', '163121.325000', '163121.328000', '163121.331000', '163121.334000', '163121.337000', '163121.340000', '163121.343000', '163121.345000', '163121.348000', '163121.361000', '163121.364000', '163121.367000', '163121.369000', '163121.372000', '163121.375000', '163121.378000', '163121.382000', '163121.385000', '163121.388000', '163121.391000', '163121.394000', '163121.397000', '163141.256000', '163141.259000', '163141.262000', '163141.265000', '163141.268000', '163141.271000', '163141.274000', '163141.277000', '163141.279000', '163141.282000', '163141.285000', '163141.291000', '163141.294000', '163141.297000', '163141.300000', '163141.303000', '163141.306000', '163141.309000', '163141.312000', '163141.315000', '163141.317000', '163141.320000', '163141.323000', '163141.326000', '163141.329000', '163141.332000', '163141.335000', '163141.338000', '163141.341000', '163141.344000', '163141.347000', '163141.350000', '163141.353000', '163141.356000', '163141.358000', '163141.361000', '163141.364000', '163141.367000', '163141.370000', '163141.373000', '163141.376000', '163141.379000', '163141.382000', '163141.384000', '163201.257000', '163201.260000', '163201.263000', '163201.266000', '163201.269000', '163201.272000', '163201.275000', '163201.279000', '163201.282000', '163201.285000', '163201.288000', '163201.291000', '163201.294000', '163201.297000', '163201.300000', '163201.303000', '163201.306000', '163201.308000', '163201.311000', '163201.314000', '163201.317000', '163201.320000', '163201.323000', '163201.326000', '163201.329000', '163201.332000', '163201.335000', '163201.337000', '163201.340000', '163201.343000', '163201.346000', '163201.349000', '163201.352000', '163201.355000', '163201.358000', '163201.361000', '163201.364000', '163201.367000', '163201.370000', '163201.372000', '163201.375000', '163201.378000', '163201.381000', '163221.257000', '163221.260000', '163221.263000', '163221.266000', '163221.269000', '163221.272000', '163221.275000', '163221.278000', '163221.281000', '163221.284000', '163221.286000', '163221.289000', '163221.292000', '163221.295000', '163221.298000', '163221.301000', '163221.304000', '163221.307000', '163221.310000', '163221.313000', '163221.315000', '163221.318000', '163221.321000', '163221.324000', '163221.327000', '163221.330000', '163221.333000', '163221.336000', '163221.339000', '163221.342000', '163221.345000', '163221.348000', '163221.351000', '163221.354000', '163221.357000', '163221.360000', '163221.363000', '163221.366000', '163221.369000', '163221.372000', '163221.375000', '163221.377000', '163221.380000', '163221.383000', '163241.257000', '163241.260000', '163241.263000', '163241.266000', '163241.269000', '163241.272000', '163241.275000', '163241.278000', '163241.281000', '163241.283000', '163241.286000', '163241.289000', '163241.292000', '163241.295000', '163241.298000', '163241.301000', '163241.304000', '163241.307000', '163241.310000', '163241.313000', '163241.316000', '163241.319000', '163241.322000', '163241.325000', '163241.328000', '163241.331000', '163241.333000', '163241.349000', '163241.352000', '163241.355000', '163241.358000', '163241.360000', '163241.363000', '163241.366000', '163241.369000', '163241.372000', '163241.375000', '163241.378000', '163241.381000', '163241.384000', '163241.387000', '163241.390000', '163241.393000', '163301.256000', '163301.266000', '163301.269000', '163301.272000', '163301.275000', '163301.278000', '163301.281000', '163301.284000', '163301.287000', '163301.290000', '163301.293000', '163301.296000', '163301.299000', '163301.301000', '163301.304000', '163301.307000', '163301.310000', '163301.313000', '163301.316000', '163301.319000', '163301.322000', '163301.325000', '163301.328000', '163301.331000', '163301.333000', '163301.336000', '163301.340000', '163301.342000', '163301.345000', '163301.348000', '163301.351000', '163301.354000', '163301.357000', '163301.360000', '163301.363000', '163301.366000', '163301.369000', '163301.372000', '163301.375000', '163301.377000', '163301.380000', '163301.383000', '163301.386000', '163301.389000', '163321.256000', '163321.259000', '163321.262000', '163321.265000', '163321.268000', '163321.271000', '163321.274000', '163321.277000', '163321.279000', '163321.282000', '163321.285000', '163321.288000', '163321.291000', '163321.294000', '163321.297000', '163321.300000', '163321.303000', '163321.306000', '163321.309000', '163321.312000', '163321.315000', '163321.318000', '163321.321000', '163321.324000', '163321.327000', '163321.331000', '163321.334000', '163321.337000', '163321.340000', '163321.343000', '163321.346000', '163321.349000', '163321.352000', '163321.355000', '163321.357000', '163321.360000', '163321.363000', '163321.366000', '163321.369000', '163321.372000', '163321.375000', '163321.378000', '163321.381000', '163341.256000', '163341.259000', '163341.262000', '163341.265000', '163341.268000', '163341.271000', '163341.274000', '163341.277000', '163341.280000', '163341.283000', '163341.286000', '163341.289000', '163341.292000', '163341.294000', '163341.297000', '163341.300000', '163341.303000', '163341.306000', '163341.309000', '163341.312000', '163341.315000', '163341.318000', '163341.321000', '163341.323000', '163341.326000', '163341.329000', '163341.332000', '163341.335000', '163341.338000', '163341.341000', '163341.344000', '163341.347000', '163341.350000', '163341.353000', '163341.356000', '163341.364000', '163341.367000', '163341.370000', '163341.373000', '163341.376000', '163341.379000', '163341.382000', '163341.384000', '163341.387000', '163401.256000', '163401.268000', '163401.271000', '163401.273000', '163401.276000', '163401.279000', '163401.282000', '163401.285000', '163401.288000', '163401.291000', '163401.294000', '163401.297000', '163401.300000', '163401.303000', '163401.306000', '163401.309000', '163401.311000', '163401.314000', '163401.317000', '163401.320000', '163401.323000', '163401.326000', '163401.329000', '163401.348000', '163401.352000', '163401.354000', '163401.357000', '163401.360000', '163401.363000', '163401.366000', '163401.369000', '163401.372000', '163401.375000', '163401.378000', '163401.381000', '163401.384000', '163401.386000', '163401.389000', '163401.392000', '163401.395000', '163401.398000', '163401.401000', '163401.404000', '163421.257000', '163421.260000', '163421.263000', '163421.266000', '163421.269000', '163421.272000', '163421.275000', '163421.278000', '163421.281000', '163421.284000', '163421.287000', '163421.290000', '163421.293000', '163421.295000', '163421.298000', '163421.301000', '163421.304000', '163421.307000', '163421.310000', '163421.313000', '163421.316000', '163421.319000', '163421.322000', '163421.325000', '163421.328000', '163421.331000', '163421.334000', '163421.337000', '163421.340000', '163421.342000', '163421.345000', '163421.348000', '163421.351000', '163421.354000', '163421.357000', '163421.360000', '163421.363000', '163421.366000', '163421.369000', '163421.372000', '163421.375000', '163421.378000', '163421.380000', '163421.383000', '163441.257000', '163441.262000', '163441.265000', '163441.268000', '163441.271000', '163441.274000', '163441.276000', '163441.279000', '163441.282000', '163441.285000', '163441.289000', '163441.292000', '163441.295000', '163441.298000', '163441.301000', '163441.304000', '163441.307000', '163441.310000', '163441.313000', '163441.316000', '163441.319000', '163441.322000', '163441.325000', '163441.328000', '163441.331000', '163441.334000', '163441.337000', '163441.339000', '163441.342000', '163441.345000', '163441.348000', '163441.351000', '163441.354000', '163441.359000', '163441.363000', '163441.366000', '163441.369000', '163441.372000', '163441.375000', '163441.377000', '163441.380000', '163441.383000', '163441.386000', '163501.257000', '163501.260000', '163501.263000', '163501.266000', '163501.269000', '163501.272000', '163501.275000', '163501.278000', '163501.281000', '163501.284000', '163501.296000', '163501.299000', '163501.302000', '163501.304000', '163501.307000', '163501.310000', '163501.313000', '163501.316000', '163501.319000', '163501.322000', '163501.325000', '163501.328000', '163501.331000', '163501.334000', '163501.337000', '163501.340000', '163501.342000', '163501.346000', '163501.348000', '163501.351000', '163501.354000', '163501.357000', '163501.360000', '163501.363000', '163501.366000', '163501.369000', '163501.372000', '163501.375000', '163501.378000', '163501.381000', '163501.383000', '163501.386000', '163501.389000', '163501.392000', '163521.256000', '163521.259000', '163521.262000', '163521.265000', '163521.268000', '163521.283000', '163521.286000', '163521.288000', '163521.291000', '163521.294000', '163521.297000', '163521.300000', '163521.303000', '163521.306000', '163521.309000', '163521.312000', '163521.315000', '163521.318000', '163521.321000', '163521.323000', '163521.327000', '163521.329000', '163521.332000', '163521.335000', '163521.338000', '163521.341000', '163521.344000', '163521.347000', '163521.350000', '163521.353000', '163521.356000', '163521.359000', '163521.363000', '163521.368000', '163521.371000', '163521.374000', '163521.394000', '163521.397000', '163521.400000', '163521.403000', '163521.406000', '163521.409000', '163521.411000', '163541.256000', '163541.259000', '163541.262000', '163541.265000', '163541.268000', '163541.271000', '163541.274000', '163541.277000', '163541.285000', '163541.288000', '163541.291000', '163541.294000', '163541.297000', '163541.300000', '163541.303000', '163541.306000', '163541.308000', '163541.311000', '163541.314000', '163541.317000', '163541.320000', '163541.323000', '163541.326000', '163541.329000', '163541.332000', '163541.335000', '163541.338000', '163541.341000', '163541.344000', '163541.347000', '163541.349000', '163541.352000', '163541.355000', '163541.358000', '163541.361000', '163541.364000', '163541.367000', '163541.370000', '163541.373000', '163541.376000', '163541.379000', '163541.381000', '163541.384000', '163541.387000', '163601.256000', '163601.259000', '163601.262000', '163601.265000', '163601.268000', '163601.271000', '163601.274000', '163601.277000', '163601.280000', '163601.283000', '163601.286000', '163601.288000', '163601.291000', '163601.294000', '163601.297000', '163601.300000', '163601.303000', '163601.306000', '163601.309000', '163601.312000', '163601.315000', '163601.318000', '163601.321000', '163601.324000', '163601.327000', '163601.331000', '163601.334000', '163601.337000', '163601.339000', '163601.342000', '163601.345000', '163601.348000', '163601.351000', '163601.354000', '163601.357000', '163601.360000', '163601.363000', '163601.366000', '163601.369000', '163601.372000', '163601.374000', '163601.377000', '163601.380000', '163621.256000', '163621.259000', '163621.262000', '163621.265000', '163621.268000', '163621.271000', '163621.274000', '163621.277000', '163621.280000', '163621.283000', '163621.286000', '163621.289000', '163621.291000', '163621.294000', '163621.297000', '163621.300000', '163621.303000', '163621.306000', '163621.309000', '163621.312000', '163621.315000', '163621.318000', '163621.321000', '163621.324000', '163621.327000', '163621.330000', '163621.333000', '163621.336000', '163621.338000', '163621.341000', '163621.344000', '163621.347000', '163621.362000', '163621.364000', '163621.367000', '163621.370000', '163621.373000', '163621.376000', '163621.379000', '163621.382000', '163621.385000', '163621.388000', '163621.391000', '163621.393000', '163641.257000', '163641.260000', '163641.263000', '163641.266000', '163641.269000', '163641.272000', '163641.275000', '163641.278000', '163641.281000', '163641.284000', '163641.287000', '163641.290000', '163641.292000', '163641.295000', '163641.298000', '163641.301000', '163641.304000', '163641.307000', '163641.310000', '163641.313000', '163641.316000', '163641.319000', '163641.322000', '163641.325000', '163641.328000', '163641.330000', '163641.333000', '163641.336000', '163641.339000', '163641.342000', '163641.345000', '163641.348000', '163641.351000', '163641.354000', '163641.357000', '163641.360000', '163641.362000', '163641.365000', '163641.368000', '163641.371000', '163641.374000', '163641.377000', '163641.380000', '163701.257000', '163701.260000', '163701.263000', '163701.266000', '163701.269000', '163701.272000', '163701.275000', '163701.278000', '163701.281000', '163701.284000', '163701.287000', '163701.289000', '163701.293000', '163701.295000', '163701.298000', '163701.301000', '163701.304000', '163701.307000', '163701.310000', '163701.313000', '163701.316000', '163701.319000', '163701.322000', '163701.325000', '163701.328000', '163701.331000', '163701.334000', '163701.337000', '163701.339000', '163701.342000', '163701.345000', '163701.348000', '163701.351000', '163701.354000', '163701.357000', '163701.360000', '163701.363000', '163701.366000', '163701.369000', '163701.372000', '163701.374000', '163701.377000', '163701.380000', '163701.383000', '163721.257000', '163721.260000', '163721.263000', '163721.266000', '163721.269000', '163721.272000', '163721.275000', '163721.278000', '163721.281000', '163721.284000', '163721.287000', '163721.290000', '163721.293000', '163721.296000', '163721.299000', '163721.302000', '163721.305000', '163721.307000', '163721.310000', '163721.313000', '163721.316000', '163721.319000', '163721.322000', '163721.325000', '163721.328000', '163721.331000', '163721.334000', '163721.340000', '163721.343000', '163721.346000', '163721.349000', '163721.352000', '163721.355000', '163721.358000', '163721.361000', '163721.364000', '163721.368000', '163721.370000', '163721.374000', '163721.377000', '163721.380000', '163721.383000', '163721.386000', '163741.267000', '163741.270000', '163741.273000', '163741.276000', '163741.279000', '163741.282000', '163741.285000', '163741.288000', '163741.291000', '163741.293000', '163741.296000', '163741.299000', '163741.302000', '163741.305000', '163741.308000', '163741.311000', '163741.314000', '163741.317000', '163741.320000', '163741.323000', '163741.326000', '163741.329000', '163741.332000', '163741.335000', '163741.337000', '163741.340000', '163741.343000', '163741.346000', '163741.349000', '163741.352000', '163741.355000', '163741.358000', '163741.361000', '163741.364000', '163741.367000', '163741.370000', '163741.373000', '163741.376000', '163741.379000', '163741.381000', '163741.384000', '163741.387000', '163741.390000', '163741.393000', '163801.256000', '163801.259000', '163801.262000', '163801.265000', '163801.268000', '163801.271000', '163801.274000', '163801.277000', '163801.280000', '163801.283000', '163801.286000', '163801.289000', '163801.291000', '163801.294000', '163801.297000', '163801.300000', '163801.303000', '163801.306000', '163801.309000', '163801.312000', '163801.315000', '163801.318000', '163801.321000', '163801.324000', '163801.327000', '163801.330000', '163801.333000', '163801.336000', '163801.339000', '163801.341000', '163801.344000', '163801.347000', '163801.350000', '163801.353000', '163801.356000', '163801.359000', '163801.362000', '163801.365000', '163801.368000', '163801.371000', '163801.374000', '163801.376000', '163801.379000', '163819.452000', '163819.456000', '163819.459000', '163819.463000', '163819.466000', '163819.469000', '163819.472000', '163819.475000', '163819.478000', '163819.482000', '163819.485000', '163819.488000', '163819.491000', '163819.494000', '163819.497000', '163819.500000', '163819.503000', '163819.506000', '163819.510000', '163819.513000', '163819.515000', '163819.518000', '163819.521000', '163819.524000', '163819.527000', '163819.530000', '163819.533000', '163819.536000', '163819.539000', '163819.542000', '163819.545000', '163819.548000', '163819.551000', '163819.554000', '163819.557000', '163819.560000', '163819.563000', '163819.566000', '163819.569000', '163819.572000'], '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': [10786, 9639, 8860, 9490, 8123, 12035, 6754, 10794, 9519, 9760, 8307, 8053, 13562, 6565, 10728, 7686, 9790, 7937, 8021, 10305, 7435, 14116, 6766, 11056, 6530, 8517, 11179, 8481, 14622, 6342, 10779, 6425, 9564, 9238, 8314, 13579, 6758, 12275, 6732, 9325, 10594, 8153, 15826, 6534, 11190, 7500, 8870, 13793, 9034, 12846, 6252, 9741, 8877, 7898, 14240, 7265, 11232, 6305, 8343, 8160, 7834, 12163, 6811, 11516, 6244, 8319, 9877, 7465, 11685, 6885, 11144, 9010, 8152, 11018, 6992, 11037, 6393, 10464, 9585, 7658, 11809, 6693, 10439, 6771, 9827, 6489, 7600, 8319, 8166, 9325, 8129, 8762, 7515, 12026, 6410, 10624, 9372, 9150, 8893, 8703, 8911, 7777, 12696, 6687, 10791, 7979, 11650, 7296, 8431, 9088, 7968, 12370, 8963, 15484, 6508, 10402, 6975, 9679, 12535, 9190, 10719, 6852, 7851, 7417, 7991, 8009, 7011, 10115, 9744, 12242, 8145, 9599, 10142, 7515, 10139, 7590, 16421, 10906, 14174, 7093, 12145, 6505, 9048, 12016, 8510, 15702, 6591, 10047, 6791, 8570, 10461, 8440, 10266, 6758, 9928, 6192, 9029, 9046, 8775, 9395, 7654, 9389, 6690, 10374, 6245, 10236, 9494, 8485, 10684, 7480, 12262, 6515, 10187, 6954, 9509, 6960, 11515, 8800, 15156, 11154, 15746, 6780, 12375, 7472, 9744, 14007, 9247, 14105, 6560, 10452, 8872, 8242, 13610, 7089, 10966, 6258, 9127, 8784, 7928, 13189, 7344, 10502, 6081, 9272, 8908, 8008, 10626, 6428, 10522, 7443, 9301, 8666, 7773, 12003, 6516, 10609, 7332, 13286, 7605, 8181, 6287, 9553, 6649, 9737, 9250, 7488, 15387, 6461, 11900, 8016, 8104, 15722, 10838, 15001, 6151, 10173, 6860, 8559, 9088, 8867, 9672, 7649, 12096, 6572, 11096, 9396, 9327, 8483, 7799, 12889, 6820, 10775, 7888, 10978, 7120, 8555, 9898, 7528, 11713, 7054, 10193, 9148, 7796, 13311, 6541, 11526, 7181, 9354, 8944, 7794, 10699, 7438, 11043, 7539, 11804, 6216, 8970, 6691, 8247, 9262, 9007, 12879, 7260, 11663, 6270, 10358, 7572, 12655, 9780, 15213, 6543, 11636, 9449, 8146, 16811, 10702, 13732, 6474, 10498, 6452, 8715, 11167, 7490, 13690, 7586, 11231, 6423, 8236, 8346, 8098, 12168, 9216, 16149, 6876, 11739, 6409, 9063, 9029, 10136, 8944, 7981, 13127, 6975, 11799, 7606, 8972, 12076, 8373, 13900, 6718, 10312, 6220, 10298, 7619, 10612, 8710, 8766, 8538, 7507, 10829, 7292, 11565, 7613, 10259, 6307, 8269, 9178, 7778, 14146, 7205, 11799, 6360, 8447, 8938, 7730, 12284, 6774, 9856, 8230, 7889, 13011, 6775, 9981, 6269, 8219, 8209, 7964, 10416, 6929, 9682, 6720, 7696, 10947, 7126, 10778, 6393, 8612, 6562, 7995, 8550, 8522, 8517, 7622, 13463, 6819, 10607, 7434, 10502, 6939, 8380, 9144, 7743, 13012, 7879, 11030, 6255, 9055, 7911, 8368, 14871, 7050, 11807, 6506, 9835, 8887, 8858, 12546, 6593, 12116, 8085, 12845, 6289, 7869, 6332, 9750, 6307, 10744, 6798, 11807, 9230, 8822, 10054, 6540, 12149, 7758, 10536, 6216, 8416, 10375, 7492, 14600, 6461, 11246, 6585, 8908, 8939, 7953, 9856, 7176, 12007, 6300, 10323, 9727, 8155, 8614, 7352, 10498, 6531, 10183, 8654, 10106, 9108, 7987, 13905, 6494, 12351, 7991, 12425, 8918, 8565, 12692, 7194, 13359, 6959, 11685, 8762, 8794, 11953, 7260, 13461, 6795, 11711, 6217, 9177, 10193, 8497, 8817, 7390, 12773, 6367, 11094, 7417, 9635, 8596, 7591, 12928, 6935, 10966, 7462, 10555, 6743, 7934, 9182, 7850, 11636, 8036, 15398, 6515, 11119, 6436, 8567, 11415, 8120, 13869, 6255, 10560, 6196, 9599, 9619, 7891, 8166, 7345, 13344, 6681, 10923, 7953, 11879, 8889, 8081, 8156, 7226, 11861, 7388, 12323, 6711, 9052, 8863, 7518, 12361, 7398, 11468, 6122, 9419, 7201, 8416, 9204, 7936, 11956, 7019, 11876, 6351, 10756, 8545, 8805, 8403, 7698, 13489, 6439, 10711, 7531, 11082, 7348, 8136, 8450, 7607, 12235, 7036, 12597, 7203, 9928, 7387, 7870, 6707, 8837, 6537, 10032, 8152, 9856, 14338, 7481, 13456, 6603, 10782, 6377, 10648, 9619, 8461, 11353, 6698, 11143, 6675, 10526, 6177, 8006, 9180, 7528, 11512, 7480, 10270, 6391, 8807, 9580, 8291, 11021, 7893, 11453, 6611, 10418, 9635, 8312, 8245, 7583, 11130, 6660, 10864, 8304, 9065, 8289, 7303, 12044, 7301, 11059, 6515, 8994, 9330, 7729, 13142, 7669, 12119, 6251, 9090, 9023, 8148, 15305, 8728, 12900, 6233, 10597, 6595, 9110, 10746, 8874, 13223, 6767, 12394, 7150, 12023, 9064, 9372, 10078, 7111, 12163, 7419, 10940, 8506, 8564, 11450, 7634, 11716, 6393, 10621, 8365, 8891, 9624, 7927, 9598, 6990, 10797, 6603, 10782, 9557, 8144, 8660, 7412, 13160, 7748, 10956, 6409, 10518, 6867, 8343, 10813, 8572, 10803, 6905, 13291, 6455, 11344, 7639, 12513, 6718, 8284, 7204, 8889, 9454, 10672, 10133, 8380, 11786, 6637, 12178, 7862, 13372, 6835, 9832, 7051, 9560, 9965, 8504, 11623, 7342, 12116, 6391, 11256, 7675, 9529, 7007, 7544, 8031, 7194, 14107, 6891, 11319, 6437, 10510, 7693, 9489, 8081, 8092, 8276, 8953, 8851, 10181, 8732, 9253, 10982, 11336, 10053, 8166, 8346, 7796, 14141, 9722, 14208, 6295, 10134, 8627, 8224, 13698, 8386, 13474, 6654, 10336, 6382, 10191, 8426, 8943, 9049, 8004, 14103, 6489, 12220, 8125, 10940, 8832, 7233, 10747, 7207, 13688, 6649, 12134, 6828, 10481, 9677, 9482, 10495, 7319, 11723, 6871, 10994, 7942, 9733, 8781, 8758, 14206, 6848, 11327, 6266, 10718, 8788, 9631, 7959, 8012, 7529, 8889, 7114, 8571, 6876, 10937, 8810, 8569, 8723, 8221, 11783, 7109, 14174, 7922, 12882, 6415, 8831, 8091, 8153, 14438, 8814, 14196, 6341, 11379, 7253, 8984, 11137, 8464, 15765, 6630, 12252, 6406, 10442, 9288, 10083, 9055, 8636, 12188, 6585, 11777, 8153, 14731, 6995, 10746, 8803, 8602, 13664, 8486, 14228, 6339, 10031, 6673, 9254, 8314, 8145, 7886, 6904, 10465, 7523, 11716, 9126, 9356, 7986, 10917, 6802, 14221, 8587, 14671, 6923, 9272, 8256, 7109, 11424, 7322, 13851, 7940, 13453, 6310, 9587, 6511, 8390, 6411, 7636, 8882, 6982, 10799, 7100, 10682, 6318, 11142, 9108, 8288, 14519, 6600, 13066, 9876, 10613, 10490, 7612, 12848, 6653, 11633, 9130, 8459, 9819, 7005, 12091, 6538, 8799, 9218, 7325, 11699, 6553, 10043, 6867, 8437, 9099, 8034, 13047, 6802, 11047, 6362, 10612, 6625, 8338, 9260, 7197, 12363, 6624, 11422, 8692, 7656, 11850, 8409, 11531, 7149, 9463, 9547, 8227, 14957, 7083, 11297, 6566, 8684, 10307, 8017, 9934, 6244, 10595, 6776, 10016, 9479, 8221, 14382, 6475, 11135, 7204, 9367, 10242, 8420, 12439, 6713, 11773, 9638, 9134, 9190, 7884, 14626, 8596, 12478, 6683, 13790, 7070, 12952, 7876, 13666, 8935, 13330, 10154, 7411, 13729, 6345, 11519, 8966, 9167, 10501, 6537, 11275, 6854, 10288, 9858, 8347, 11090, 6249, 10333, 7211, 9212, 7451, 7060, 10484, 7256, 10708, 6633, 11491, 6185, 10343, 7646, 10088, 8559, 7835, 9861, 7058, 12537, 6861, 11045, 6782, 8584, 9323, 7491, 13207, 6983, 11685, 6950, 8020, 8868, 7926, 15506, 7613, 12188, 6757, 9621, 7604, 9749, 12707, 8592, 15606, 6512, 10613, 6843, 8226, 9912, 8180, 11087, 6303, 10873, 6801, 10279, 9267, 8080, 14009, 6705, 12129, 6222, 11931, 9732, 8534, 8407, 6738, 10357, 6450, 10522, 7945, 8442, 8964, 7591, 12780, 6791, 11309, 6471, 9453, 8499, 7643, 10503, 7542, 10956, 6461, 10602, 6449, 10543, 9477, 8561, 10242, 6987, 12416, 6385, 11054, 7320, 10284, 6974, 8063, 8569, 7533, 13037, 8614, 15201, 6627, 11137, 6863, 10864, 8380, 10396, 8764, 7868, 10574, 7122, 11854, 7406, 13341, 6990, 8364, 7051, 8574, 9091, 7917, 8831, 6803, 12386, 6179, 9961, 6953, 10104, 7526, 10354, 9243, 9525, 8389, 7765, 11216, 6512, 10867, 7338, 11469, 6848, 8933, 7005, 9750, 7935, 8763, 8901, 7354, 9255, 7166, 14404, 7200, 12746, 6326, 10974, 6721, 9903, 8040, 8838, 8464, 7684, 10729, 6922, 13719, 7057, 12037, 6651, 9510, 6898, 9459, 7452, 8511, 7962, 7943, 8058, 8621, 10813, 7134, 10647, 6392, 11362, 6416, 10405, 7236, 9288, 9232, 7486, 8431, 7302, 11052, 7083, 11040, 6364, 11513, 6609, 10737, 6888, 9895, 7057, 8925, 6960, 9684, 9423, 7048, 14726, 6333, 11573, 6999, 10694, 6975, 8736, 8401, 8077, 12063, 7469, 10161, 6464, 12231, 6700, 9756, 7188, 9232, 7202, 8350, 8346, 8846, 9035, 7441, 8461, 6627, 12312, 7117, 11982, 6732, 10064, 7199, 8629, 9103, 7861, 10098, 6294, 10744, 6670, 10025, 7972, 10647, 7658, 7908, 8477, 6930, 10968, 7520, 10001, 7444, 8064, 7880, 7732, 8517, 15541, 10770, 12858, 6676, 10223, 8448, 8407, 12873, 8857, 15347, 6372, 11131, 7099, 9566, 8731, 9128, 8593, 7368, 10933, 6281, 10263, 7053, 12140, 6708, 8512, 7301, 8065, 10552, 7588, 12708, 6687, 10531, 6730, 9517, 7835, 9353, 7975, 8078, 8714, 7198, 12962, 7157, 13295, 6828, 10108, 8581, 7918, 11835, 8092, 15468, 6374, 11668, 7085, 9836, 9388, 8697, 12681, 7891, 12882, 6421, 10236, 7134, 9715, 8928, 8546, 8120, 7407, 10885, 6501, 9966, 7012, 10527, 7307, 9902, 8667, 7991, 10834, 7682, 14278, 7309, 12380, 6891, 8952, 7198, 10573, 9322, 8159, 7977, 6848, 11373, 6641, 12993, 6856, 7823, 6656, 12724, 6603, 10769, 6603, 10593, 8470, 14137, 7514, 9939, 8539, 8076, 14648, 6422, 11915, 7698, 12867, 6570, 8587, 8500, 7609, 12140, 6447, 11230, 7825, 9126, 9475, 7959, 11347, 8283, 10290, 6795, 10306, 7827, 16143, 11591, 13895, 7448, 7569, 7386, 8305, 7612, 14771, 6618, 12074, 6954, 11110, 7960, 9196, 6985, 10980, 12574, 13137, 10730, 11523, 14750, 9134, 14912, 7877, 10357, 13215, 10751, 15672, 7362, 12309, 6497, 9937, 8203, 8540, 12286, 8275, 14086, 6547, 9135, 6335, 9043, 6614, 9110, 8000, 8002, 8541, 7029, 10342, 6518, 10570, 6653, 9211, 8412, 7901, 10529, 7061, 14373, 6462, 10886, 6787, 9448, 9221, 8398, 9701, 6952, 12745, 6338, 10798, 8622, 9037, 11833, 6751, 11619, 6348, 9843, 8709, 8311, 10689, 6619, 10675, 6398, 8239, 8520, 7354, 9841, 6418, 9567, 6554, 8211, 8262, 7069, 9602, 6513, 9138, 6769, 7839, 8459, 7406, 7526, 6631, 8988, 6606, 8956, 7400, 9262, 7891, 7218, 9631, 7012, 9748, 6720, 10803, 7100, 7703, 8376, 7743, 12101, 6819, 11459, 7167, 10107, 7465, 10265, 7463, 13368, 7418, 15055, 6695, 13118, 6796, 12157, 9077, 12486, 11573, 9292, 9147, 6741, 11913, 6544, 10196, 8022, 9067, 9434, 6569, 11797, 6694, 9214, 6861, 9321, 6928, 7396, 8463, 6839, 10741, 7601, 12548, 6733, 10913, 7229, 10267, 8908, 8674, 10422, 8432, 13184, 7219, 12459, 7108, 11117, 7958, 12715, 9413, 8623, 8616, 7606, 15355, 8166, 13775, 7054, 11659, 7428, 7993, 10747, 7097, 16148, 6834, 12453, 7221, 9608, 7243, 8035, 10496, 8142, 10563, 6348, 10879, 6940, 10223, 8349, 7551, 7436, 8809, 6550, 9678, 8613, 7741, 13438, 6532, 11838, 7094, 13176, 7431, 8632, 8532, 7728, 10048, 7129, 13114, 7346, 12420, 6996, 9796, 8580, 8262, 12874, 9070, 15230, 6498, 11492, 7344, 9173, 7605, 10768, 8196, 8476, 8105, 7932, 10601, 7079, 13645, 7141, 12250, 7108, 8464, 10709, 7457, 13579, 7726, 12511, 7126, 8843, 8625, 7651, 14068, 7947, 12505, 7179, 9952, 7421, 8008, 9126, 7981, 11045, 6522, 10239, 6986, 9568, 7737, 9580, 8791, 8071, 9521, 6734, 10110, 7294, 12219, 6663, 9304, 7821, 8049, 10873, 7160, 14530, 6710, 11534, 6883, 9261, 8451, 7703, 13147, 7060, 11846, 6887, 9897, 6961, 9034, 8250, 8361, 10802, 7619, 7900, 6591, 10940, 6901, 10111, 8744, 8628, 7559, 7259, 12282, 6453, 9721, 7223, 9310, 8182, 8068, 7299, 7117, 11282, 6744, 9810, 6921, 10122, 7008, 8754, 9363, 7463, 8941, 7079, 7639, 9155, 7712, 12685, 8295, 10605, 7352, 7650, 11112, 11833, 16390, 10787, 14186, 8984, 13850, 7466, 11136, 8596, 8935, 13090, 8930, 10669, 6837, 10525, 7312, 8363, 7492, 8957, 7918, 9169, 7681, 7922, 8006, 10991, 7603, 11575, 7362, 10856, 9143, 9447, 12744, 10719, 14042, 9594, 15041, 7569, 13450, 6560, 13299, 7174, 12225, 7702, 10264, 7293, 13698, 10842, 16559, 11811, 11834, 7196, 11306, 6532, 12116, 6760, 13309, 8393, 13141, 8298, 7880, 9250, 6330, 10618, 6347, 10406, 7091, 10052, 8547, 9718, 11775, 9207, 7927, 7510, 7185, 10752, 6647, 14079, 8654, 13842, 8302, 9344, 9498, 7581, 8692, 6914, 11243, 6822, 15078, 7586, 12255, 6622, 8637, 7345, 9125, 8551, 15021, 10092, 15600, 7028, 10167, 6929, 8254, 7637, 12593, 12619, 9070, 9515, 8406, 7902, 6637, 10092, 11309, 10075, 8662, 6996, 7859, 6907, 11286, 8848, 12968, 12533, 9791, 8785, 8129, 14252, 6571, 12737, 7618, 13361, 6129, 10574, 6515, 9331, 6320, 12763, 8316, 8749, 6741, 7786, 8124, 9028, 6759, 11787, 9299, 12820, 6574, 10396, 6741, 10177, 6332, 13261, 7794, 11979, 7633, 8439, 8419, 7626, 14882, 10005], 'WindowCenter': [3761.0, 3734.0, 3723.0, 3720.0, 3699.0, 3728.0, 3676.0, 3718.0, 3707.0, 3718.0, 3695.0, 3697.0, 3726.0, 3676.0, 3718.0, 3685.0, 3717.0, 3696.0, 3697.0, 3718.0, 3688.0, 3740.0, 3677.0, 3718.0, 3665.0, 3708.0, 3717.0, 3708.0, 3738.0, 3666.0, 3717.0, 3677.0, 3721.0, 3708.0, 3698.0, 3739.0, 3676.0, 3727.0, 3674.0, 3706.0, 3716.0, 3696.0, 3737.0, 3664.0, 3717.0, 3673.0, 3696.0, 3726.0, 3695.0, 3715.0, 3663.0, 3706.0, 3694.0, 3685.0, 3725.0, 3674.0, 3715.0, 3663.0, 3694.0, 3683.0, 3685.0, 3716.0, 3664.0, 3716.0, 3663.0, 3695.0, 3704.0, 3685.0, 3716.0, 3674.0, 3716.0, 3694.0, 3685.0, 3715.0, 3675.0, 3716.0, 3664.0, 3717.0, 3705.0, 3685.0, 3715.0, 3675.0, 3717.0, 3675.0, 3717.0, 3677.0, 3697.0, 3708.0, 3709.0, 3708.0, 3698.0, 3707.0, 3699.0, 3729.0, 3677.0, 3719.0, 3707.0, 3709.0, 3708.0, 3709.0, 3708.0, 3699.0, 3728.0, 3677.0, 3719.0, 3698.0, 3729.0, 3688.0, 3699.0, 3708.0, 3710.0, 3729.0, 3710.0, 3740.0, 3678.0, 3718.0, 3688.0, 3722.0, 3741.0, 3721.0, 3731.0, 3689.0, 3710.0, 3699.0, 3710.0, 3711.0, 3702.0, 3746.0, 3734.0, 3744.0, 3712.0, 3721.0, 3730.0, 3698.0, 3719.0, 3699.0, 3752.0, 3731.0, 3741.0, 3687.0, 3729.0, 3664.0, 3707.0, 3727.0, 3708.0, 3738.0, 3675.0, 3706.0, 3675.0, 3707.0, 3717.0, 3708.0, 3717.0, 3677.0, 3718.0, 3667.0, 3720.0, 3720.0, 3711.0, 3720.0, 3711.0, 3720.0, 3690.0, 3730.0, 3678.0, 3732.0, 3720.0, 3711.0, 3730.0, 3700.0, 3729.0, 3678.0, 3719.0, 3689.0, 3721.0, 3714.0, 3745.0, 3735.0, 3755.0, 3744.0, 3753.0, 3690.0, 3741.0, 3687.0, 3720.0, 3740.0, 3720.0, 3741.0, 3677.0, 3719.0, 3707.0, 3708.0, 3738.0, 3686.0, 3717.0, 3676.0, 3707.0, 3707.0, 3698.0, 3739.0, 3698.0, 3729.0, 3667.0, 3719.0, 3708.0, 3698.0, 3718.0, 3677.0, 3729.0, 3687.0, 3720.0, 3708.0, 3699.0, 3729.0, 3678.0, 3731.0, 3699.0, 3742.0, 3700.0, 3723.0, 3692.0, 3735.0, 3694.0, 3722.0, 3698.0, 3664.0, 3715.0, 3652.0, 3715.0, 3710.0, 3710.0, 3750.0, 3729.0, 3739.0, 3676.0, 3715.0, 3673.0, 3695.0, 3707.0, 3708.0, 3718.0, 3699.0, 3740.0, 3688.0, 3729.0, 3707.0, 3707.0, 3694.0, 3686.0, 3726.0, 3676.0, 3717.0, 3698.0, 3744.0, 3702.0, 3723.0, 3705.0, 3669.0, 3714.0, 3673.0, 3705.0, 3694.0, 3687.0, 3727.0, 3679.0, 3758.0, 3700.0, 3719.0, 3707.0, 3697.0, 3716.0, 3700.0, 3729.0, 3699.0, 3730.0, 3679.0, 3720.0, 3689.0, 3710.0, 3719.0, 3722.0, 3740.0, 3699.0, 3730.0, 3678.0, 3731.0, 3711.0, 3742.0, 3733.0, 3752.0, 3679.0, 3731.0, 3707.0, 3698.0, 3738.0, 3718.0, 3739.0, 3676.0, 3717.0, 3675.0, 3707.0, 3715.0, 3687.0, 3738.0, 3685.0, 3716.0, 3664.0, 3696.0, 3696.0, 3697.0, 3727.0, 3708.0, 3751.0, 3677.0, 3727.0, 3663.0, 3707.0, 3706.0, 3717.0, 3695.0, 3696.0, 3726.0, 3674.0, 3715.0, 3685.0, 3708.0, 3716.0, 3695.0, 3725.0, 3674.0, 3704.0, 3663.0, 3717.0, 3684.0, 3716.0, 3707.0, 3709.0, 3705.0, 3685.0, 3716.0, 3686.0, 3728.0, 3697.0, 3717.0, 3675.0, 3708.0, 3705.0, 3685.0, 3727.0, 3685.0, 3716.0, 3663.0, 3695.0, 3706.0, 3700.0, 3714.0, 3646.0, 3689.0, 3681.0, 3684.0, 3725.0, 3673.0, 3717.0, 3663.0, 3694.0, 3696.0, 3697.0, 3716.0, 3675.0, 3706.0, 3662.0, 3697.0, 3743.0, 3701.0, 3728.0, 3676.0, 3707.0, 3675.0, 3698.0, 3707.0, 3708.0, 3708.0, 3699.0, 3738.0, 3675.0, 3730.0, 3687.0, 3718.0, 3685.0, 3708.0, 3704.0, 3658.0, 3702.0, 3672.0, 3702.0, 3651.0, 3694.0, 3668.0, 3681.0, 3727.0, 3674.0, 3703.0, 3636.0, 3679.0, 3678.0, 3693.0, 3755.0, 3719.0, 3754.0, 3711.0, 3740.0, 3676.0, 3684.0, 3662.0, 3706.0, 3665.0, 3717.0, 3677.0, 3731.0, 3708.0, 3710.0, 3707.0, 3652.0, 3716.0, 3685.0, 3705.0, 3666.0, 3696.0, 3716.0, 3686.0, 3740.0, 3678.0, 3729.0, 3688.0, 3720.0, 3708.0, 3697.0, 3717.0, 3687.0, 3727.0, 3677.0, 3731.0, 3718.0, 3697.0, 3707.0, 3699.0, 3728.0, 3678.0, 3720.0, 3697.0, 3718.0, 3707.0, 3698.0, 3739.0, 3677.0, 3729.0, 3696.0, 3728.0, 3695.0, 3696.0, 3726.0, 3675.0, 3727.0, 3674.0, 3716.0, 3694.0, 3696.0, 3714.0, 3684.0, 3727.0, 3674.0, 3715.0, 3652.0, 3705.0, 3704.0, 3695.0, 3693.0, 3684.0, 3725.0, 3664.0, 3716.0, 3684.0, 3707.0, 3694.0, 3684.0, 3725.0, 3674.0, 3716.0, 3685.0, 3716.0, 3674.0, 3695.0, 3706.0, 3696.0, 3727.0, 3697.0, 3737.0, 3675.0, 3716.0, 3663.0, 3707.0, 3715.0, 3695.0, 3725.0, 3663.0, 3715.0, 3664.0, 3717.0, 3706.0, 3696.0, 3695.0, 3686.0, 3726.0, 3675.0, 3717.0, 3695.0, 3729.0, 3706.0, 3696.0, 3694.0, 3686.0, 3727.0, 3685.0, 3726.0, 3674.0, 3705.0, 3705.0, 3685.0, 3728.0, 3686.0, 3726.0, 3664.0, 3705.0, 3685.0, 3707.0, 3706.0, 3696.0, 3726.0, 3686.0, 3726.0, 3675.0, 3717.0, 3706.0, 3706.0, 3694.0, 3696.0, 3726.0, 3675.0, 3717.0, 3696.0, 3728.0, 3685.0, 3696.0, 3696.0, 3697.0, 3727.0, 3686.0, 3728.0, 3686.0, 3718.0, 3686.0, 3696.0, 3675.0, 3705.0, 3675.0, 3717.0, 3696.0, 3718.0, 3738.0, 3686.0, 3727.0, 3674.0, 3715.0, 3675.0, 3718.0, 3705.0, 3694.0, 3714.0, 3673.0, 3717.0, 3674.0, 3718.0, 3665.0, 3696.0, 3705.0, 3697.0, 3730.0, 3697.0, 3718.0, 3678.0, 3692.0, 3703.0, 3695.0, 3718.0, 3710.0, 3717.0, 3675.0, 3703.0, 3692.0, 3684.0, 3681.0, 3686.0, 3703.0, 3664.0, 3730.0, 3738.0, 3737.0, 3720.0, 3700.0, 3728.0, 3686.0, 3716.0, 3663.0, 3706.0, 3704.0, 3696.0, 3727.0, 3696.0, 3727.0, 3664.0, 3707.0, 3705.0, 3695.0, 3736.0, 3706.0, 3727.0, 3664.0, 3717.0, 3676.0, 3709.0, 3729.0, 3710.0, 3728.0, 3661.0, 3714.0, 3672.0, 3728.0, 3710.0, 3709.0, 3703.0, 3673.0, 3714.0, 3686.0, 3717.0, 3681.0, 3695.0, 3712.0, 3685.0, 3729.0, 3665.0, 3717.0, 3684.0, 3695.0, 3693.0, 3685.0, 3705.0, 3676.0, 3730.0, 3675.0, 3717.0, 3705.0, 3684.0, 3694.0, 3674.0, 3727.0, 3685.0, 3704.0, 3664.0, 3717.0, 3675.0, 3727.0, 3758.0, 3724.0, 3731.0, 3701.0, 3739.0, 3678.0, 3730.0, 3697.0, 3728.0, 3676.0, 3707.0, 3698.0, 3720.0, 3719.0, 3730.0, 3718.0, 3709.0, 3728.0, 3676.0, 3728.0, 3696.0, 3727.0, 3675.0, 3716.0, 3686.0, 3718.0, 3717.0, 3707.0, 3727.0, 3687.0, 3727.0, 3664.0, 3716.0, 3685.0, 3705.0, 3674.0, 3685.0, 3694.0, 3685.0, 3725.0, 3675.0, 3715.0, 3663.0, 3717.0, 3696.0, 3708.0, 3696.0, 3711.0, 3723.0, 3721.0, 3721.0, 3719.0, 3708.0, 3719.0, 3730.0, 3731.0, 3718.0, 3697.0, 3697.0, 3700.0, 3739.0, 3706.0, 3725.0, 3650.0, 3705.0, 3693.0, 3695.0, 3725.0, 3695.0, 3726.0, 3675.0, 3715.0, 3676.0, 3718.0, 3696.0, 3707.0, 3706.0, 3697.0, 3737.0, 3664.0, 3727.0, 3697.0, 3715.0, 3679.0, 3658.0, 3702.0, 3687.0, 3726.0, 3675.0, 3714.0, 3675.0, 3716.0, 3693.0, 3694.0, 3678.0, 3646.0, 3685.0, 3632.0, 3694.0, 3658.0, 3677.0, 3666.0, 3711.0, 3780.0, 3703.0, 3729.0, 3664.0, 3715.0, 3692.0, 3704.0, 3684.0, 3695.0, 3686.0, 3708.0, 3689.0, 3710.0, 3689.0, 3730.0, 3707.0, 3696.0, 3695.0, 3696.0, 3726.0, 3686.0, 3739.0, 3697.0, 3728.0, 3677.0, 3707.0, 3684.0, 3696.0, 3739.0, 3707.0, 3737.0, 3676.0, 3728.0, 3686.0, 3709.0, 3729.0, 3698.0, 3738.0, 3676.0, 3726.0, 3675.0, 3718.0, 3706.0, 3718.0, 3707.0, 3710.0, 3729.0, 3676.0, 3727.0, 3697.0, 3739.0, 3675.0, 3716.0, 3705.0, 3696.0, 3726.0, 3708.0, 3739.0, 3664.0, 3705.0, 3675.0, 3717.0, 3695.0, 3697.0, 3696.0, 3686.0, 3715.0, 3686.0, 3730.0, 3708.0, 3706.0, 3697.0, 3717.0, 3689.0, 3740.0, 3696.0, 3727.0, 3673.0, 3694.0, 3683.0, 3674.0, 3714.0, 3685.0, 3727.0, 3695.0, 3738.0, 3677.0, 3718.0, 3690.0, 3708.0, 3675.0, 3697.0, 3708.0, 3687.0, 3716.0, 3686.0, 3717.0, 3676.0, 3718.0, 3695.0, 3695.0, 3725.0, 3662.0, 3727.0, 3704.0, 3705.0, 3703.0, 3672.0, 3713.0, 3660.0, 3704.0, 3691.0, 3681.0, 3690.0, 3672.0, 3715.0, 3620.0, 3638.0, 3663.0, 3673.0, 3715.0, 3651.0, 3678.0, 3617.0, 3668.0, 3721.0, 3743.0, 3770.0, 3703.0, 3743.0, 3678.0, 3718.0, 3675.0, 3696.0, 3690.0, 3672.0, 3715.0, 3662.0, 3689.0, 3654.0, 3669.0, 3700.0, 3684.0, 3701.0, 3660.0, 3723.0, 3737.0, 3740.0, 3766.0, 3701.0, 3729.0, 3674.0, 3694.0, 3705.0, 3696.0, 3704.0, 3676.0, 3716.0, 3676.0, 3719.0, 3706.0, 3698.0, 3739.0, 3677.0, 3730.0, 3688.0, 3709.0, 3719.0, 3710.0, 3728.0, 3679.0, 3718.0, 3706.0, 3696.0, 3694.0, 3698.0, 3739.0, 3708.0, 3727.0, 3676.0, 3727.0, 3687.0, 3728.0, 3698.0, 3740.0, 3723.0, 3730.0, 3706.0, 3676.0, 3714.0, 3665.0, 3717.0, 3694.0, 3694.0, 3704.0, 3663.0, 3715.0, 3663.0, 3718.0, 3706.0, 3696.0, 3716.0, 3676.0, 3718.0, 3687.0, 3722.0, 3699.0, 3689.0, 3729.0, 3688.0, 3718.0, 3677.0, 3728.0, 3665.0, 3718.0, 3697.0, 3718.0, 3697.0, 3698.0, 3717.0, 3687.0, 3726.0, 3678.0, 3718.0, 3662.0, 3695.0, 3706.0, 3687.0, 3716.0, 3674.0, 3715.0, 3675.0, 3685.0, 3695.0, 3696.0, 3737.0, 3686.0, 3727.0, 3675.0, 3706.0, 3685.0, 3707.0, 3727.0, 3696.0, 3737.0, 3664.0, 3705.0, 3663.0, 3695.0, 3705.0, 3696.0, 3715.0, 3664.0, 3716.0, 3675.0, 3717.0, 3695.0, 3698.0, 3742.0, 3677.0, 3716.0, 3653.0, 3717.0, 3705.0, 3695.0, 3684.0, 3674.0, 3705.0, 3664.0, 3717.0, 3685.0, 3696.0, 3694.0, 3686.0, 3727.0, 3675.0, 3717.0, 3664.0, 3707.0, 3694.0, 3686.0, 3715.0, 3686.0, 3717.0, 3666.0, 3717.0, 3666.0, 3718.0, 3707.0, 3696.0, 3705.0, 3675.0, 3715.0, 3664.0, 3717.0, 3685.0, 3706.0, 3675.0, 3685.0, 3694.0, 3687.0, 3727.0, 3697.0, 3738.0, 3675.0, 3716.0, 3675.0, 3718.0, 3696.0, 3718.0, 3696.0, 3697.0, 3716.0, 3675.0, 3717.0, 3686.0, 3728.0, 3675.0, 3696.0, 3674.0, 3697.0, 3696.0, 3697.0, 3696.0, 3676.0, 3728.0, 3666.0, 3707.0, 3676.0, 3717.0, 3685.0, 3718.0, 3707.0, 3708.0, 3696.0, 3687.0, 3717.0, 3665.0, 3717.0, 3676.0, 3717.0, 3676.0, 3707.0, 3676.0, 3708.0, 3697.0, 3697.0, 3707.0, 3687.0, 3707.0, 3677.0, 3739.0, 3687.0, 3728.0, 3666.0, 3717.0, 3676.0, 3718.0, 3697.0, 3708.0, 3695.0, 3687.0, 3716.0, 3676.0, 3728.0, 3676.0, 3717.0, 3665.0, 3705.0, 3675.0, 3707.0, 3675.0, 3696.0, 3696.0, 3697.0, 3697.0, 3708.0, 3718.0, 3677.0, 3717.0, 3665.0, 3716.0, 3664.0, 3718.0, 3675.0, 3707.0, 3706.0, 3675.0, 3696.0, 3686.0, 3718.0, 3676.0, 3717.0, 3666.0, 3717.0, 3677.0, 3718.0, 3677.0, 3707.0, 3688.0, 3708.0, 3677.0, 3708.0, 3696.0, 3676.0, 3728.0, 3666.0, 3717.0, 3674.0, 3707.0, 3675.0, 3696.0, 3685.0, 3686.0, 3717.0, 3675.0, 3706.0, 3665.0, 3717.0, 3676.0, 3707.0, 3676.0, 3707.0, 3687.0, 3696.0, 3697.0, 3708.0, 3697.0, 3687.0, 3696.0, 3677.0, 3717.0, 3677.0, 3718.0, 3677.0, 3707.0, 3676.0, 3698.0, 3697.0, 3698.0, 3716.0, 3666.0, 3718.0, 3677.0, 3708.0, 3687.0, 3718.0, 3687.0, 3698.0, 3698.0, 3688.0, 3718.0, 3687.0, 3708.0, 3688.0, 3697.0, 3698.0, 3687.0, 3710.0, 3741.0, 3719.0, 3718.0, 3665.0, 3706.0, 3684.0, 3685.0, 3716.0, 3695.0, 3726.0, 3653.0, 3715.0, 3674.0, 3705.0, 3695.0, 3696.0, 3684.0, 3675.0, 3705.0, 3665.0, 3706.0, 3675.0, 3716.0, 3665.0, 3696.0, 3675.0, 3687.0, 3706.0, 3687.0, 3727.0, 3676.0, 3717.0, 3676.0, 3708.0, 3687.0, 3708.0, 3687.0, 3698.0, 3697.0, 3677.0, 3729.0, 3676.0, 3728.0, 3665.0, 3706.0, 3696.0, 3686.0, 3717.0, 3686.0, 3739.0, 3666.0, 3717.0, 3675.0, 3707.0, 3708.0, 3697.0, 3717.0, 3686.0, 3716.0, 3664.0, 3706.0, 3676.0, 3707.0, 3696.0, 3697.0, 3686.0, 3687.0, 3717.0, 3666.0, 3708.0, 3677.0, 3718.0, 3688.0, 3709.0, 3697.0, 3698.0, 3717.0, 3687.0, 3729.0, 3686.0, 3727.0, 3686.0, 3708.0, 3675.0, 3718.0, 3707.0, 3699.0, 3696.0, 3688.0, 3729.0, 3689.0, 3741.0, 3689.0, 3686.0, 3677.0, 3728.0, 3689.0, 3732.0, 3689.0, 3731.0, 3698.0, 3740.0, 3686.0, 3717.0, 3697.0, 3698.0, 3739.0, 3664.0, 3716.0, 3683.0, 3716.0, 3662.0, 3695.0, 3695.0, 3685.0, 3715.0, 3665.0, 3718.0, 3685.0, 3710.0, 3705.0, 3698.0, 3716.0, 3698.0, 3719.0, 3678.0, 3718.0, 3699.0, 3751.0, 3730.0, 3728.0, 3700.0, 3699.0, 3687.0, 3709.0, 3698.0, 3738.0, 3675.0, 3728.0, 3689.0, 3731.0, 3698.0, 3709.0, 3674.0, 3717.0, 3727.0, 3728.0, 3715.0, 3717.0, 3725.0, 3706.0, 3715.0, 3669.0, 3691.0, 3699.0, 3691.0, 3711.0, 3657.0, 3699.0, 3636.0, 3689.0, 3666.0, 3679.0, 3699.0, 3679.0, 3711.0, 3650.0, 3691.0, 3662.0, 3693.0, 3662.0, 3692.0, 3683.0, 3683.0, 3693.0, 3673.0, 3704.0, 3663.0, 3715.0, 3674.0, 3704.0, 3694.0, 3684.0, 3715.0, 3674.0, 3726.0, 3664.0, 3716.0, 3674.0, 3706.0, 3705.0, 3697.0, 3705.0, 3674.0, 3726.0, 3663.0, 3715.0, 3693.0, 3707.0, 3715.0, 3674.0, 3715.0, 3663.0, 3705.0, 3682.0, 3695.0, 3703.0, 3663.0, 3704.0, 3663.0, 3695.0, 3695.0, 3685.0, 3704.0, 3664.0, 3705.0, 3664.0, 3696.0, 3696.0, 3687.0, 3706.0, 3666.0, 3706.0, 3676.0, 3687.0, 3697.0, 3688.0, 3686.0, 3678.0, 3708.0, 3678.0, 3709.0, 3688.0, 3720.0, 3698.0, 3699.0, 3719.0, 3689.0, 3720.0, 3678.0, 3732.0, 3688.0, 3699.0, 3709.0, 3712.0, 3742.0, 3701.0, 3755.0, 3702.0, 3743.0, 3712.0, 3732.0, 3701.0, 3742.0, 3689.0, 3740.0, 3679.0, 3742.0, 3679.0, 3731.0, 3709.0, 3731.0, 3718.0, 3708.0, 3706.0, 3676.0, 3717.0, 3665.0, 3719.0, 3697.0, 3709.0, 3708.0, 3678.0, 3728.0, 3677.0, 3708.0, 3689.0, 3709.0, 3689.0, 3699.0, 3711.0, 3691.0, 3732.0, 3712.0, 3742.0, 3691.0, 3732.0, 3701.0, 3732.0, 3721.0, 3712.0, 3732.0, 3712.0, 3741.0, 3701.0, 3742.0, 3689.0, 3731.0, 3699.0, 3742.0, 3720.0, 3710.0, 3710.0, 3701.0, 3741.0, 3699.0, 3741.0, 3677.0, 3730.0, 3687.0, 3698.0, 3717.0, 3677.0, 3740.0, 3677.0, 3728.0, 3687.0, 3707.0, 3688.0, 3699.0, 3718.0, 3700.0, 3719.0, 3678.0, 3731.0, 3690.0, 3721.0, 3699.0, 3686.0, 3686.0, 3696.0, 3666.0, 3708.0, 3708.0, 3700.0, 3741.0, 3678.0, 3730.0, 3688.0, 3729.0, 3687.0, 3697.0, 3708.0, 3698.0, 3717.0, 3688.0, 3730.0, 3689.0, 3729.0, 3688.0, 3720.0, 3707.0, 3698.0, 3727.0, 3709.0, 3739.0, 3666.0, 3729.0, 3687.0, 3720.0, 3699.0, 3731.0, 3710.0, 3709.0, 3699.0, 3699.0, 3718.0, 3688.0, 3740.0, 3688.0, 3728.0, 3687.0, 3699.0, 3718.0, 3688.0, 3729.0, 3687.0, 3729.0, 3675.0, 3707.0, 3696.0, 3696.0, 3727.0, 3697.0, 3728.0, 3686.0, 3718.0, 3686.0, 3697.0, 3707.0, 3697.0, 3717.0, 3677.0, 3718.0, 3688.0, 3719.0, 3698.0, 3719.0, 3708.0, 3698.0, 3707.0, 3689.0, 3719.0, 3688.0, 3729.0, 3677.0, 3708.0, 3687.0, 3698.0, 3718.0, 3688.0, 3740.0, 3677.0, 3729.0, 3687.0, 3708.0, 3696.0, 3687.0, 3728.0, 3688.0, 3729.0, 3688.0, 3719.0, 3688.0, 3710.0, 3698.0, 3710.0, 3730.0, 3699.0, 3698.0, 3689.0, 3719.0, 3688.0, 3719.0, 3697.0, 3708.0, 3686.0, 3688.0, 3729.0, 3677.0, 3708.0, 3687.0, 3709.0, 3698.0, 3699.0, 3686.0, 3688.0, 3730.0, 3689.0, 3720.0, 3690.0, 3731.0, 3690.0, 3723.0, 3722.0, 3701.0, 3722.0, 3703.0, 3725.0, 3736.0, 3728.0, 3756.0, 3724.0, 3733.0, 3715.0, 3726.0, 3747.0, 3746.0, 3767.0, 3745.0, 3754.0, 3723.0, 3742.0, 3701.0, 3732.0, 3709.0, 3711.0, 3741.0, 3710.0, 3720.0, 3690.0, 3730.0, 3699.0, 3710.0, 3700.0, 3722.0, 3714.0, 3733.0, 3715.0, 3724.0, 3727.0, 3747.0, 3728.0, 3758.0, 3717.0, 3747.0, 3736.0, 3737.0, 3758.0, 3747.0, 3758.0, 3736.0, 3767.0, 3715.0, 3756.0, 3693.0, 3744.0, 3691.0, 3743.0, 3702.0, 3722.0, 3691.0, 3742.0, 3734.0, 3754.0, 3744.0, 3744.0, 3692.0, 3732.0, 3680.0, 3731.0, 3680.0, 3743.0, 3700.0, 3742.0, 3700.0, 3699.0, 3709.0, 3667.0, 3719.0, 3678.0, 3731.0, 3691.0, 3733.0, 3713.0, 3722.0, 3743.0, 3722.0, 3711.0, 3702.0, 3703.0, 3734.0, 3692.0, 3744.0, 3711.0, 3743.0, 3711.0, 3722.0, 3722.0, 3714.0, 3711.0, 3702.0, 3743.0, 3704.0, 3768.0, 3712.0, 3755.0, 3703.0, 3723.0, 3714.0, 3723.0, 3724.0, 3756.0, 3749.0, 3740.0, 3635.0, 3652.0, 3621.0, 3641.0, 3716.0, 3799.0, 3773.0, 3738.0, 3734.0, 3726.0, 3711.0, 3677.0, 3731.0, 3732.0, 3732.0, 3710.0, 3690.0, 3711.0, 3701.0, 3744.0, 3722.0, 3744.0, 3741.0, 3720.0, 3696.0, 3711.0, 3739.0, 3675.0, 3728.0, 3698.0, 3739.0, 3667.0, 3718.0, 3677.0, 3719.0, 3677.0, 3741.0, 3708.0, 3722.0, 3688.0, 3698.0, 3711.0, 3719.0, 3689.0, 3742.0, 3722.0, 3742.0, 3690.0, 3733.0, 3689.0, 3719.0, 3678.0, 3741.0, 3698.0, 3728.0, 3686.0, 3696.0, 3695.0, 3685.0, 3727.0, 3707.0], 'WindowWidth': [8464.0, 8413.0, 8396.0, 8385.0, 8356.0, 8392.0, 8320.0, 8377.0, 8359.0, 8378.0, 8343.0, 8348.0, 8385.0, 8318.0, 8376.0, 8330.0, 8374.0, 8345.0, 8349.0, 8376.0, 8340.0, 8410.0, 8323.0, 8377.0, 8304.0, 8363.0, 8373.0, 8364.0, 8402.0, 8306.0, 8374.0, 8322.0, 8390.0, 8364.0, 8353.0, 8406.0, 8321.0, 8388.0, 8314.0, 8359.0, 8369.0, 8346.0, 8401.0, 8302.0, 8373.0, 8311.0, 8345.0, 8383.0, 8342.0, 8368.0, 8299.0, 8357.0, 8339.0, 8328.0, 8381.0, 8312.0, 8367.0, 8297.0, 8340.0, 8321.0, 8330.0, 8369.0, 8300.0, 8371.0, 8298.0, 8341.0, 8350.0, 8329.0, 8369.0, 8314.0, 8371.0, 8339.0, 8328.0, 8365.0, 8315.0, 8370.0, 8300.0, 8374.0, 8353.0, 8329.0, 8366.0, 8315.0, 8373.0, 8317.0, 8374.0, 8323.0, 8350.0, 8363.0, 8367.0, 8364.0, 8353.0, 8363.0, 8355.0, 8394.0, 8323.0, 8378.0, 8360.0, 8367.0, 8364.0, 8368.0, 8365.0, 8355.0, 8389.0, 8321.0, 8379.0, 8350.0, 8393.0, 8337.0, 8355.0, 8365.0, 8371.0, 8394.0, 8369.0, 8408.0, 8325.0, 8378.0, 8338.0, 8389.0, 8410.0, 8386.0, 8400.0, 8343.0, 8370.0, 8355.0, 8369.0, 8374.0, 8367.0, 8431.0, 8413.0, 8427.0, 8379.0, 8390.0, 8398.0, 8354.0, 8380.0, 8356.0, 8431.0, 8402.0, 8417.0, 8337.0, 8394.0, 8303.0, 8360.0, 8386.0, 8363.0, 8405.0, 8317.0, 8358.0, 8316.0, 8363.0, 8374.0, 8365.0, 8375.0, 8324.0, 8378.0, 8311.0, 8385.0, 8385.0, 8374.0, 8385.0, 8376.0, 8386.0, 8347.0, 8399.0, 8329.0, 8403.0, 8384.0, 8375.0, 8398.0, 8357.0, 8394.0, 8324.0, 8378.0, 8343.0, 8387.0, 8388.0, 8426.0, 8415.0, 8441.0, 8425.0, 8435.0, 8347.0, 8416.0, 8338.0, 8384.0, 8410.0, 8383.0, 8416.0, 8325.0, 8381.0, 8362.0, 8364.0, 8403.0, 8333.0, 8375.0, 8319.0, 8364.0, 8360.0, 8352.0, 8407.0, 8354.0, 8395.0, 8312.0, 8383.0, 8364.0, 8353.0, 8377.0, 8323.0, 8395.0, 8338.0, 8385.0, 8364.0, 8355.0, 8393.0, 8326.0, 8402.0, 8356.0, 8417.0, 8358.0, 8396.0, 8355.0, 8412.0, 8356.0, 8388.0, 8343.0, 8288.0, 8361.0, 8277.0, 8366.0, 8373.0, 8372.0, 8424.0, 8395.0, 8409.0, 8322.0, 8370.0, 8311.0, 8344.0, 8361.0, 8367.0, 8378.0, 8357.0, 8411.0, 8341.0, 8396.0, 8364.0, 8361.0, 8340.0, 8332.0, 8384.0, 8320.0, 8376.0, 8354.0, 8424.0, 8364.0, 8393.0, 8355.0, 8293.0, 8363.0, 8310.0, 8353.0, 8337.0, 8336.0, 8385.0, 8332.0, 8452.0, 8359.0, 8380.0, 8362.0, 8350.0, 8372.0, 8359.0, 8394.0, 8354.0, 8397.0, 8331.0, 8383.0, 8342.0, 8371.0, 8381.0, 8392.0, 8411.0, 8357.0, 8396.0, 8329.0, 8399.0, 8376.0, 8420.0, 8407.0, 8431.0, 8331.0, 8403.0, 8362.0, 8351.0, 8408.0, 8377.0, 8407.0, 8320.0, 8375.0, 8317.0, 8362.0, 8370.0, 8336.0, 8406.0, 8330.0, 8370.0, 8302.0, 8344.0, 8345.0, 8349.0, 8389.0, 8364.0, 8427.0, 8325.0, 8388.0, 8298.0, 8362.0, 8359.0, 8376.0, 8341.0, 8347.0, 8385.0, 8316.0, 8370.0, 8329.0, 8364.0, 8369.0, 8340.0, 8380.0, 8312.0, 8352.0, 8298.0, 8374.0, 8328.0, 8373.0, 8361.0, 8370.0, 8356.0, 8331.0, 8372.0, 8334.0, 8391.0, 8348.0, 8375.0, 8319.0, 8364.0, 8354.0, 8330.0, 8389.0, 8329.0, 8371.0, 8299.0, 8344.0, 8359.0, 8359.0, 8364.0, 8259.0, 8321.0, 8314.0, 8325.0, 8382.0, 8311.0, 8373.0, 8298.0, 8340.0, 8344.0, 8347.0, 8370.0, 8316.0, 8358.0, 8295.0, 8348.0, 8420.0, 8362.0, 8392.0, 8322.0, 8361.0, 8317.0, 8352.0, 8361.0, 8365.0, 8365.0, 8357.0, 8404.0, 8319.0, 8397.0, 8337.0, 8379.0, 8331.0, 8365.0, 8351.0, 8277.0, 8342.0, 8303.0, 8342.0, 8275.0, 8335.0, 8291.0, 8311.0, 8383.0, 8311.0, 8345.0, 8243.0, 8304.0, 8300.0, 8331.0, 8439.0, 8402.0, 8439.0, 8377.0, 8410.0, 8320.0, 8325.0, 8296.0, 8357.0, 8302.0, 8371.0, 8320.0, 8399.0, 8363.0, 8368.0, 8359.0, 8278.0, 8369.0, 8328.0, 8353.0, 8306.0, 8344.0, 8369.0, 8332.0, 8407.0, 8325.0, 8393.0, 8341.0, 8384.0, 8364.0, 8347.0, 8374.0, 8336.0, 8387.0, 8324.0, 8399.0, 8379.0, 8350.0, 8362.0, 8354.0, 8392.0, 8326.0, 8384.0, 8346.0, 8376.0, 8359.0, 8353.0, 8408.0, 8323.0, 8396.0, 8345.0, 8391.0, 8340.0, 8346.0, 8384.0, 8316.0, 8387.0, 8313.0, 8370.0, 8339.0, 8343.0, 8366.0, 8327.0, 8390.0, 8313.0, 8367.0, 8281.0, 8357.0, 8353.0, 8343.0, 8337.0, 8328.0, 8381.0, 8301.0, 8373.0, 8327.0, 8363.0, 8338.0, 8328.0, 8381.0, 8315.0, 8372.0, 8332.0, 8370.0, 8315.0, 8343.0, 8357.0, 8348.0, 8388.0, 8349.0, 8402.0, 8318.0, 8371.0, 8299.0, 8361.0, 8368.0, 8343.0, 8383.0, 8300.0, 8369.0, 8303.0, 8376.0, 8359.0, 8347.0, 8342.0, 8333.0, 8386.0, 8317.0, 8376.0, 8344.0, 8395.0, 8358.0, 8345.0, 8341.0, 8334.0, 8388.0, 8330.0, 8386.0, 8315.0, 8357.0, 8356.0, 8333.0, 8391.0, 8334.0, 8386.0, 8302.0, 8357.0, 8330.0, 8365.0, 8359.0, 8348.0, 8387.0, 8334.0, 8385.0, 8317.0, 8376.0, 8358.0, 8360.0, 8341.0, 8347.0, 8384.0, 8318.0, 8375.0, 8346.0, 8390.0, 8333.0, 8348.0, 8345.0, 8349.0, 8387.0, 8333.0, 8390.0, 8333.0, 8379.0, 8335.0, 8346.0, 8318.0, 8357.0, 8318.0, 8375.0, 8347.0, 8380.0, 8405.0, 8333.0, 8387.0, 8315.0, 8368.0, 8317.0, 8379.0, 8356.0, 8341.0, 8363.0, 8311.0, 8374.0, 8315.0, 8378.0, 8305.0, 8343.0, 8353.0, 8350.0, 8398.0, 8351.0, 8378.0, 8327.0, 8333.0, 8348.0, 8340.0, 8375.0, 8371.0, 8374.0, 8316.0, 8348.0, 8328.0, 8325.0, 8314.0, 8329.0, 8345.0, 8298.0, 8396.0, 8424.0, 8423.0, 8387.0, 8360.0, 8393.0, 8335.0, 8373.0, 8299.0, 8358.0, 8353.0, 8346.0, 8389.0, 8347.0, 8387.0, 8302.0, 8361.0, 8354.0, 8344.0, 8398.0, 8359.0, 8388.0, 8302.0, 8374.0, 8321.0, 8367.0, 8393.0, 8370.0, 8390.0, 8290.0, 8362.0, 8308.0, 8392.0, 8371.0, 8366.0, 8347.0, 8309.0, 8365.0, 8331.0, 8373.0, 8312.0, 8340.0, 8358.0, 8326.0, 8394.0, 8303.0, 8372.0, 8323.0, 8340.0, 8333.0, 8329.0, 8352.0, 8320.0, 8397.0, 8315.0, 8374.0, 8352.0, 8322.0, 8336.0, 8313.0, 8386.0, 8327.0, 8349.0, 8301.0, 8372.0, 8316.0, 8407.0, 8451.0, 8398.0, 8400.0, 8364.0, 8405.0, 8327.0, 8399.0, 8350.0, 8389.0, 8321.0, 8362.0, 8352.0, 8384.0, 8380.0, 8400.0, 8377.0, 8367.0, 8391.0, 8322.0, 8390.0, 8346.0, 8389.0, 8318.0, 8372.0, 8333.0, 8379.0, 8373.0, 8362.0, 8388.0, 8336.0, 8387.0, 8302.0, 8373.0, 8329.0, 8356.0, 8314.0, 8329.0, 8339.0, 8331.0, 8380.0, 8317.0, 8369.0, 8298.0, 8376.0, 8345.0, 8363.0, 8346.0, 8377.0, 8397.0, 8390.0, 8387.0, 8381.0, 8364.0, 8383.0, 8397.0, 8403.0, 8378.0, 8347.0, 8346.0, 8357.0, 8405.0, 8356.0, 8381.0, 8275.0, 8352.0, 8337.0, 8343.0, 8382.0, 8342.0, 8382.0, 8316.0, 8369.0, 8320.0, 8377.0, 8348.0, 8362.0, 8359.0, 8349.0, 8402.0, 8301.0, 8386.0, 8348.0, 8369.0, 8306.0, 8280.0, 8344.0, 8335.0, 8382.0, 8316.0, 8362.0, 8316.0, 8369.0, 8331.0, 8331.0, 8297.0, 8252.0, 8303.0, 8230.0, 8327.0, 8272.0, 8298.0, 8282.0, 8374.0, 8486.0, 8370.0, 8395.0, 8301.0, 8366.0, 8333.0, 8351.0, 8324.0, 8340.0, 8333.0, 8364.0, 8344.0, 8370.0, 8344.0, 8398.0, 8362.0, 8345.0, 8341.0, 8346.0, 8384.0, 8332.0, 8408.0, 8348.0, 8391.0, 8323.0, 8362.0, 8324.0, 8344.0, 8407.0, 8362.0, 8401.0, 8319.0, 8389.0, 8332.0, 8367.0, 8391.0, 8350.0, 8404.0, 8319.0, 8385.0, 8319.0, 8377.0, 8359.0, 8378.0, 8361.0, 8369.0, 8391.0, 8319.0, 8388.0, 8347.0, 8408.0, 8316.0, 8373.0, 8356.0, 8346.0, 8384.0, 8367.0, 8405.0, 8300.0, 8355.0, 8318.0, 8376.0, 8343.0, 8348.0, 8344.0, 8331.0, 8367.0, 8331.0, 8396.0, 8365.0, 8356.0, 8347.0, 8372.0, 8342.0, 8410.0, 8343.0, 8389.0, 8311.0, 8338.0, 8322.0, 8311.0, 8364.0, 8330.0, 8390.0, 8343.0, 8405.0, 8324.0, 8378.0, 8346.0, 8367.0, 8317.0, 8350.0, 8364.0, 8335.0, 8371.0, 8332.0, 8375.0, 8321.0, 8377.0, 8340.0, 8340.0, 8379.0, 8292.0, 8387.0, 8349.0, 8352.0, 8345.0, 8306.0, 8359.0, 8288.0, 8349.0, 8327.0, 8316.0, 8324.0, 8306.0, 8366.0, 8214.0, 8233.0, 8273.0, 8309.0, 8367.0, 8277.0, 8300.0, 8200.0, 8290.0, 8386.0, 8440.0, 8470.0, 8370.0, 8419.0, 8326.0, 8376.0, 8317.0, 8342.0, 8323.0, 8305.0, 8365.0, 8292.0, 8317.0, 8262.0, 8293.0, 8336.0, 8324.0, 8338.0, 8285.0, 8391.0, 8418.0, 8428.0, 8456.0, 8362.0, 8392.0, 8312.0, 8340.0, 8352.0, 8344.0, 8353.0, 8320.0, 8373.0, 8318.0, 8379.0, 8358.0, 8349.0, 8404.0, 8324.0, 8393.0, 8338.0, 8367.0, 8377.0, 8369.0, 8388.0, 8325.0, 8373.0, 8353.0, 8340.0, 8336.0, 8349.0, 8406.0, 8363.0, 8385.0, 8319.0, 8387.0, 8335.0, 8389.0, 8349.0, 8410.0, 8390.0, 8396.0, 8355.0, 8315.0, 8362.0, 8301.0, 8371.0, 8336.0, 8337.0, 8349.0, 8296.0, 8366.0, 8297.0, 8374.0, 8355.0, 8344.0, 8370.0, 8320.0, 8375.0, 8336.0, 8389.0, 8355.0, 8341.0, 8394.0, 8337.0, 8376.0, 8322.0, 8388.0, 8304.0, 8376.0, 8347.0, 8377.0, 8346.0, 8349.0, 8372.0, 8334.0, 8385.0, 8326.0, 8375.0, 8293.0, 8340.0, 8355.0, 8333.0, 8368.0, 8312.0, 8366.0, 8313.0, 8326.0, 8341.0, 8345.0, 8400.0, 8330.0, 8385.0, 8316.0, 8356.0, 8327.0, 8360.0, 8384.0, 8344.0, 8397.0, 8298.0, 8353.0, 8295.0, 8341.0, 8352.0, 8344.0, 8367.0, 8301.0, 8369.0, 8316.0, 8373.0, 8341.0, 8349.0, 8415.0, 8322.0, 8371.0, 8284.0, 8373.0, 8353.0, 8342.0, 8324.0, 8313.0, 8354.0, 8300.0, 8373.0, 8329.0, 8344.0, 8340.0, 8332.0, 8385.0, 8316.0, 8371.0, 8301.0, 8358.0, 8338.0, 8331.0, 8368.0, 8333.0, 8372.0, 8306.0, 8373.0, 8305.0, 8377.0, 8358.0, 8343.0, 8353.0, 8314.0, 8367.0, 8301.0, 8372.0, 8329.0, 8356.0, 8314.0, 8329.0, 8339.0, 8333.0, 8386.0, 8346.0, 8401.0, 8316.0, 8369.0, 8316.0, 8374.0, 8343.0, 8374.0, 8342.0, 8346.0, 8369.0, 8316.0, 8373.0, 8330.0, 8387.0, 8316.0, 8342.0, 8313.0, 8346.0, 8343.0, 8346.0, 8342.0, 8319.0, 8387.0, 8305.0, 8361.0, 8318.0, 8371.0, 8329.0, 8375.0, 8359.0, 8361.0, 8343.0, 8333.0, 8370.0, 8303.0, 8372.0, 8316.0, 8372.0, 8318.0, 8358.0, 8319.0, 8362.0, 8346.0, 8347.0, 8359.0, 8333.0, 8359.0, 8321.0, 8404.0, 8334.0, 8388.0, 8304.0, 8373.0, 8319.0, 8376.0, 8346.0, 8361.0, 8341.0, 8332.0, 8369.0, 8316.0, 8389.0, 8316.0, 8370.0, 8302.0, 8352.0, 8314.0, 8358.0, 8315.0, 8344.0, 8344.0, 8347.0, 8346.0, 8364.0, 8375.0, 8320.0, 8372.0, 8302.0, 8369.0, 8301.0, 8375.0, 8315.0, 8358.0, 8356.0, 8315.0, 8342.0, 8331.0, 8373.0, 8319.0, 8372.0, 8304.0, 8373.0, 8320.0, 8376.0, 8321.0, 8359.0, 8335.0, 8362.0, 8319.0, 8363.0, 8342.0, 8318.0, 8386.0, 8304.0, 8371.0, 8313.0, 8357.0, 8315.0, 8341.0, 8326.0, 8330.0, 8369.0, 8315.0, 8354.0, 8301.0, 8370.0, 8317.0, 8359.0, 8318.0, 8357.0, 8332.0, 8343.0, 8347.0, 8363.0, 8345.0, 8333.0, 8343.0, 8319.0, 8371.0, 8319.0, 8375.0, 8319.0, 8359.0, 8318.0, 8349.0, 8345.0, 8347.0, 8370.0, 8304.0, 8373.0, 8321.0, 8363.0, 8332.0, 8376.0, 8332.0, 8349.0, 8351.0, 8338.0, 8376.0, 8332.0, 8362.0, 8336.0, 8347.0, 8350.0, 8333.0, 8368.0, 8410.0, 8377.0, 8373.0, 8301.0, 8356.0, 8323.0, 8326.0, 8367.0, 8340.0, 8382.0, 8282.0, 8365.0, 8310.0, 8352.0, 8339.0, 8343.0, 8323.0, 8315.0, 8353.0, 8301.0, 8356.0, 8313.0, 8369.0, 8300.0, 8342.0, 8314.0, 8331.0, 8356.0, 8331.0, 8385.0, 8316.0, 8372.0, 8318.0, 8361.0, 8332.0, 8361.0, 8331.0, 8348.0, 8345.0, 8320.0, 8390.0, 8318.0, 8388.0, 8300.0, 8356.0, 8340.0, 8330.0, 8370.0, 8330.0, 8403.0, 8303.0, 8372.0, 8316.0, 8358.0, 8360.0, 8346.0, 8370.0, 8329.0, 8369.0, 8299.0, 8355.0, 8316.0, 8360.0, 8342.0, 8346.0, 8327.0, 8333.0, 8371.0, 8304.0, 8360.0, 8320.0, 8375.0, 8334.0, 8363.0, 8346.0, 8348.0, 8371.0, 8333.0, 8392.0, 8330.0, 8388.0, 8333.0, 8361.0, 8316.0, 8375.0, 8358.0, 8354.0, 8343.0, 8339.0, 8393.0, 8341.0, 8413.0, 8341.0, 8332.0, 8322.0, 8390.0, 8341.0, 8404.0, 8344.0, 8401.0, 8352.0, 8408.0, 8331.0, 8373.0, 8345.0, 8349.0, 8406.0, 8298.0, 8367.0, 8322.0, 8367.0, 8294.0, 8341.0, 8338.0, 8329.0, 8367.0, 8303.0, 8375.0, 8328.0, 8367.0, 8353.0, 8347.0, 8369.0, 8350.0, 8379.0, 8324.0, 8377.0, 8355.0, 8429.0, 8394.0, 8390.0, 8356.0, 8354.0, 8337.0, 8368.0, 8352.0, 8403.0, 8317.0, 8390.0, 8342.0, 8401.0, 8352.0, 8366.0, 8314.0, 8372.0, 8384.0, 8390.0, 8366.0, 8372.0, 8379.0, 8357.0, 8369.0, 8295.0, 8326.0, 8335.0, 8326.0, 8355.0, 8277.0, 8333.0, 8248.0, 8319.0, 8286.0, 8308.0, 8334.0, 8310.0, 8354.0, 8273.0, 8326.0, 8294.0, 8337.0, 8294.0, 8333.0, 8321.0, 8324.0, 8335.0, 8310.0, 8349.0, 8297.0, 8367.0, 8312.0, 8352.0, 8338.0, 8327.0, 8366.0, 8314.0, 8383.0, 8300.0, 8368.0, 8312.0, 8356.0, 8355.0, 8346.0, 8353.0, 8313.0, 8382.0, 8295.0, 8367.0, 8333.0, 8362.0, 8368.0, 8312.0, 8365.0, 8296.0, 8353.0, 8320.0, 8340.0, 8348.0, 8295.0, 8349.0, 8295.0, 8341.0, 8340.0, 8329.0, 8352.0, 8300.0, 8353.0, 8300.0, 8346.0, 8342.0, 8335.0, 8357.0, 8305.0, 8358.0, 8319.0, 8334.0, 8346.0, 8338.0, 8332.0, 8325.0, 8362.0, 8324.0, 8367.0, 8338.0, 8384.0, 8352.0, 8355.0, 8379.0, 8341.0, 8383.0, 8326.0, 8401.0, 8338.0, 8355.0, 8368.0, 8376.0, 8416.0, 8362.0, 8440.0, 8368.0, 8420.0, 8378.0, 8405.0, 8361.0, 8413.0, 8338.0, 8409.0, 8327.0, 8415.0, 8327.0, 8400.0, 8368.0, 8400.0, 8375.0, 8362.0, 8357.0, 8319.0, 8371.0, 8303.0, 8378.0, 8348.0, 8365.0, 8361.0, 8324.0, 8389.0, 8322.0, 8364.0, 8340.0, 8365.0, 8341.0, 8355.0, 8373.0, 8350.0, 8401.0, 8377.0, 8414.0, 8348.0, 8401.0, 8360.0, 8400.0, 8385.0, 8375.0, 8399.0, 8375.0, 8413.0, 8359.0, 8413.0, 8342.0, 8398.0, 8353.0, 8416.0, 8383.0, 8369.0, 8368.0, 8359.0, 8412.0, 8354.0, 8411.0, 8322.0, 8394.0, 8334.0, 8348.0, 8373.0, 8320.0, 8409.0, 8320.0, 8390.0, 8333.0, 8359.0, 8336.0, 8355.0, 8375.0, 8355.0, 8378.0, 8324.0, 8400.0, 8344.0, 8383.0, 8352.0, 8330.0, 8330.0, 8340.0, 8304.0, 8363.0, 8362.0, 8356.0, 8410.0, 8326.0, 8397.0, 8337.0, 8393.0, 8336.0, 8348.0, 8362.0, 8350.0, 8374.0, 8338.0, 8395.0, 8341.0, 8394.0, 8339.0, 8381.0, 8361.0, 8352.0, 8388.0, 8366.0, 8406.0, 8308.0, 8391.0, 8337.0, 8383.0, 8355.0, 8398.0, 8369.0, 8368.0, 8354.0, 8355.0, 8377.0, 8339.0, 8411.0, 8339.0, 8391.0, 8336.0, 8352.0, 8377.0, 8338.0, 8393.0, 8334.0, 8391.0, 8317.0, 8360.0, 8343.0, 8346.0, 8387.0, 8348.0, 8388.0, 8333.0, 8376.0, 8334.0, 8349.0, 8358.0, 8348.0, 8373.0, 8321.0, 8376.0, 8337.0, 8378.0, 8351.0, 8380.0, 8362.0, 8351.0, 8360.0, 8341.0, 8379.0, 8338.0, 8392.0, 8321.0, 8364.0, 8334.0, 8350.0, 8376.0, 8337.0, 8409.0, 8321.0, 8392.0, 8335.0, 8364.0, 8345.0, 8335.0, 8389.0, 8336.0, 8390.0, 8337.0, 8377.0, 8337.0, 8369.0, 8350.0, 8370.0, 8394.0, 8353.0, 8351.0, 8342.0, 8379.0, 8336.0, 8378.0, 8346.0, 8364.0, 8330.0, 8338.0, 8390.0, 8323.0, 8362.0, 8336.0, 8366.0, 8350.0, 8354.0, 8334.0, 8340.0, 8395.0, 8342.0, 8384.0, 8344.0, 8398.0, 8345.0, 8394.0, 8387.0, 8360.0, 8389.0, 8369.0, 8401.0, 8416.0, 8408.0, 8441.0, 8396.0, 8405.0, 8385.0, 8403.0, 8431.0, 8429.0, 8460.0, 8425.0, 8437.0, 8393.0, 8418.0, 8359.0, 8401.0, 8366.0, 8371.0, 8411.0, 8369.0, 8380.0, 8344.0, 8395.0, 8356.0, 8370.0, 8358.0, 8391.0, 8383.0, 8408.0, 8386.0, 8395.0, 8405.0, 8429.0, 8409.0, 8448.0, 8393.0, 8428.0, 8413.0, 8416.0, 8447.0, 8432.0, 8448.0, 8416.0, 8460.0, 8386.0, 8440.0, 8355.0, 8420.0, 8346.0, 8417.0, 8362.0, 8385.0, 8345.0, 8414.0, 8405.0, 8436.0, 8421.0, 8419.0, 8349.0, 8399.0, 8332.0, 8398.0, 8329.0, 8416.0, 8356.0, 8414.0, 8354.0, 8352.0, 8361.0, 8308.0, 8376.0, 8324.0, 8398.0, 8348.0, 8405.0, 8377.0, 8387.0, 8418.0, 8388.0, 8373.0, 8363.0, 8366.0, 8405.0, 8351.0, 8421.0, 8372.0, 8418.0, 8373.0, 8386.0, 8385.0, 8379.0, 8372.0, 8362.0, 8420.0, 8370.0, 8463.0, 8379.0, 8437.0, 8367.0, 8390.0, 8384.0, 8391.0, 8396.0, 8441.0, 8440.0, 8408.0, 8237.0, 8249.0, 8206.0, 8238.0, 8389.0, 8524.0, 8479.0, 8422.0, 8408.0, 8403.0, 8376.0, 8324.0, 8400.0, 8404.0, 8404.0, 8372.0, 8346.0, 8373.0, 8363.0, 8422.0, 8392.0, 8425.0, 8412.0, 8382.0, 8345.0, 8373.0, 8405.0, 8316.0, 8390.0, 8350.0, 8407.0, 8311.0, 8379.0, 8325.0, 8382.0, 8323.0, 8413.0, 8366.0, 8390.0, 8340.0, 8353.0, 8373.0, 8380.0, 8343.0, 8416.0, 8391.0, 8417.0, 8347.0, 8405.0, 8343.0, 8380.0, 8324.0, 8414.0, 8352.0, 8392.0, 8333.0, 8345.0, 8341.0, 8329.0, 8387.0, 8359.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.0011343857758620687</td></tr>
<tr><td colspan=3>aqi</td><td>0.04396955145474137</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.47052639029107</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2304532559460892</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.995388925752022</td></tr>
<tr><td colspan=3>efc</td><td>0.4692</td></tr>
<tr><td colspan=3>fber</td><td>6021.437</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13378795033117702</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>288</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.517241379310345</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3288524641923845</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.248667310023957</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5222901216820994</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2155999608710966</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101835</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01686210371553898</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02757890708744526</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>4.273071292358627</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.5827</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4323</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.7402</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>301221.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>567.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>253.4602</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.38</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>423.7158</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2951.9652</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75323.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>720.3202</td></tr>
<tr><td colspan=3>tsnr</td><td>30.667409585788846</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>