<?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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-02/func/sub-0065_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>b9c45978232918202fe087900073a2ee</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>20:59:6.465000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999684, 0.00482283, 0.0246748, -0.00348958, 0.998546, -0.0537933]</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.0829477</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7767, -7306, 809, -13, -432, 378, 56]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.368</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a56cb6f-66ad-4195-a655-06193e675d76||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6820788383483887, -0.009362297132611275, 0.0672256276011467, 108.21160888671875], [-0.01293930783867836, 2.679025888442993, -0.14496350288391113, -92.27322387695312], [0.06620074063539505, 0.14432348310947418, 2.69526743888855, -90.72724151611328], [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': ['205906.465000', '205906.925000', '205907.385000', '205907.845000', '205908.305000', '205908.765000', '205909.225000', '205909.685000', '205910.145000', '205910.605000', '205911.065000', '205911.525000', '205911.985000', '205912.445000', '205912.905000', '205913.365000', '205913.825000', '205914.285000', '205914.745000', '205915.205000', '205915.665000', '205916.125000', '205916.585000', '205917.045000', '205917.505000', '205917.965000', '205918.425000', '205918.885000', '205919.345000', '205919.805000', '205920.265000', '205920.725000', '205921.185000', '205921.645000', '205922.105000', '205922.565000', '205923.025000', '205923.485000', '205923.945000', '205924.405000', '205924.865000', '205925.325000', '205925.785000', '205926.245000', '205926.705000', '205927.165000', '205927.625000', '205928.085000', '205928.545000', '205929.005000', '205929.465000', '205929.925000', '205930.385000', '205930.845000', '205931.305000', '205931.765000', '205932.225000', '205932.685000', '205933.145000', '205933.605000', '205934.065000', '205934.525000', '205934.985000', '205935.445000', '205935.905000', '205936.365000', '205936.825000', '205937.285000', '205937.745000', '205938.205000', '205938.665000', '205939.125000', '205939.585000', '205940.045000', '205940.505000', '205940.965000', '205941.425000', '205941.885000', '205942.345000', '205942.805000', '205943.265000', '205943.725000', '205944.185000', '205944.645000', '205945.105000', '205945.565000', '205946.025000', '205946.485000', '205946.945000', '205947.405000', '205947.865000', '205948.325000', '205948.785000', '205949.245000', '205949.705000', '205950.165000', '205950.625000', '205951.085000', '205951.545000', '205952.005000', '205952.465000', '205952.925000', '205953.385000', '205953.845000', '205954.305000', '205954.765000', '205955.225000', '205955.685000', '205956.145000', '205956.605000', '205957.065000', '205957.525000', '205957.985000', '205958.445000', '205958.905000', '205959.365000', '205959.825000', '210000.285000', '210000.745000', '210001.205000', '210001.665000', '210002.125000', '210002.585000', '210003.045000', '210003.505000', '210003.965000', '210004.425000', '210004.885000', '210005.345000', '210005.805000', '210006.265000', '210006.725000', '210007.185000', '210007.645000', '210008.105000', '210008.565000', '210009.025000', '210009.485000', '210009.945000', '210010.405000', '210010.865000', '210011.325000', '210011.785000', '210012.245000', '210012.705000', '210013.165000', '210013.625000', '210014.085000', '210014.545000', '210015.005000', '210015.465000', '210015.925000', '210016.385000', '210016.845000', '210017.305000', '210017.765000', '210018.225000', '210018.685000', '210019.145000', '210019.605000', '210020.065000', '210020.525000', '210020.985000', '210021.445000', '210021.905000', '210022.365000', '210022.825000', '210023.285000', '210023.745000', '210024.205000', '210024.665000', '210025.125000', '210025.585000', '210026.045000', '210026.505000', '210026.965000', '210027.425000', '210027.885000', '210028.345000', '210028.805000', '210029.265000', '210029.725000', '210030.185000', '210030.645000', '210031.105000', '210031.565000', '210032.025000', '210032.485000', '210032.945000', '210033.405000', '210033.865000', '210034.325000', '210034.785000', '210035.245000', '210035.705000', '210036.165000', '210036.625000', '210037.085000', '210037.545000', '210038.005000', '210038.465000', '210038.925000', '210039.385000', '210039.845000', '210040.305000', '210040.765000', '210041.225000', '210041.685000', '210042.145000', '210042.605000', '210043.065000', '210043.525000', '210043.985000', '210044.445000', '210044.905000', '210045.365000', '210045.825000', '210046.285000', '210046.745000', '210047.205000', '210047.665000', '210048.125000', '210048.585000', '210049.045000', '210049.505000', '210049.965000', '210050.425000', '210050.885000', '210051.345000', '210051.805000', '210052.265000', '210052.725000', '210053.185000', '210053.645000', '210054.105000', '210054.565000', '210055.025000', '210055.485000', '210055.945000', '210056.405000', '210056.865000', '210057.325000', '210057.785000', '210058.245000', '210058.705000', '210059.165000', '210059.625000', '210100.085000', '210100.545000', '210101.005000', '210101.465000', '210101.925000', '210102.385000', '210102.845000', '210103.305000', '210103.765000', '210104.225000', '210104.685000', '210105.145000', '210105.605000', '210106.065000', '210106.525000', '210106.985000', '210107.445000', '210107.905000', '210108.365000', '210108.825000', '210109.285000', '210109.745000', '210110.205000', '210110.665000', '210111.125000', '210111.585000', '210112.045000', '210112.505000', '210112.965000', '210113.425000', '210113.885000', '210114.345000', '210114.805000', '210115.265000', '210115.725000', '210116.185000', '210116.645000', '210117.105000', '210117.565000', '210118.025000', '210118.485000', '210118.945000', '210119.405000', '210119.865000', '210120.325000', '210120.785000', '210121.245000', '210121.705000', '210122.165000', '210122.625000', '210123.085000', '210123.545000', '210124.005000', '210124.465000', '210124.925000', '210125.385000', '210125.845000', '210126.305000', '210126.765000', '210127.225000', '210127.685000', '210128.145000', '210128.605000', '210129.065000', '210129.525000', '210129.985000', '210130.445000', '210130.905000', '210131.365000', '210131.825000', '210132.285000', '210132.745000', '210133.205000', '210133.665000', '210134.125000', '210134.585000', '210135.045000', '210135.505000', '210135.965000', '210136.425000', '210136.885000', '210137.345000', '210137.805000', '210138.265000', '210138.725000', '210139.185000', '210139.645000', '210140.105000', '210140.565000', '210141.025000', '210141.485000', '210141.945000', '210142.405000', '210142.865000', '210143.325000', '210143.785000', '210144.245000', '210144.705000', '210145.165000', '210145.625000', '210146.085000', '210146.545000', '210147.005000', '210147.465000', '210147.925000', '210148.385000', '210148.845000', '210149.305000', '210149.765000', '210150.225000', '210150.685000', '210151.145000', '210151.605000', '210152.065000', '210152.525000', '210152.985000', '210153.445000', '210153.905000', '210154.365000', '210154.825000', '210155.285000', '210155.745000', '210156.205000', '210156.665000', '210157.125000', '210157.585000', '210158.045000', '210158.505000', '210158.965000', '210159.425000', '210159.885000', '210200.345000', '210200.805000', '210201.265000', '210201.725000', '210202.185000', '210202.645000', '210203.105000', '210203.565000', '210204.025000', '210204.485000', '210204.945000', '210205.405000', '210205.865000', '210206.325000', '210206.785000', '210207.245000', '210207.705000', '210208.165000', '210208.625000', '210209.085000', '210209.545000', '210210.005000', '210210.465000', '210210.925000', '210211.385000', '210211.845000', '210212.305000', '210212.765000', '210213.225000', '210213.685000', '210214.145000', '210214.605000', '210215.065000', '210215.525000', '210215.985000', '210216.445000', '210216.905000', '210217.365000', '210217.825000', '210218.285000', '210218.745000', '210219.205000', '210219.665000', '210220.125000', '210220.585000', '210221.045000', '210221.505000', '210221.965000', '210222.425000', '210222.885000', '210223.345000', '210223.805000', '210224.265000', '210224.725000', '210225.185000', '210225.645000', '210226.105000', '210226.565000', '210227.025000', '210227.485000', '210227.945000', '210228.405000', '210228.865000', '210229.325000', '210229.785000', '210230.245000', '210230.705000', '210231.165000', '210231.625000', '210232.085000', '210232.545000', '210233.005000', '210233.465000', '210233.925000', '210234.385000', '210234.845000', '210235.305000', '210235.765000', '210236.225000', '210236.685000', '210237.145000', '210237.605000', '210238.065000', '210238.525000', '210238.985000', '210239.445000', '210239.905000', '210240.365000', '210240.825000', '210241.285000', '210241.745000', '210242.205000', '210242.665000', '210243.125000', '210243.585000', '210244.045000', '210244.505000', '210244.965000', '210245.425000', '210245.885000', '210246.345000', '210246.805000', '210247.265000', '210247.725000', '210248.185000', '210248.645000', '210249.105000', '210249.565000', '210250.025000', '210250.485000', '210250.945000', '210251.405000', '210251.865000', '210252.325000', '210252.785000', '210253.245000', '210253.705000', '210254.165000', '210254.625000', '210255.085000', '210255.545000', '210256.005000', '210256.465000', '210256.925000', '210257.385000', '210257.845000', '210258.305000', '210258.765000', '210259.225000', '210259.685000', '210300.145000', '210300.605000', '210301.065000', '210301.525000', '210301.985000', '210302.445000', '210302.905000', '210303.365000', '210303.825000', '210304.285000', '210304.745000', '210305.205000', '210305.665000', '210306.125000', '210306.585000', '210307.045000', '210307.505000', '210307.965000', '210308.425000', '210308.885000', '210309.345000', '210309.805000', '210310.265000', '210310.725000', '210311.185000', '210311.645000', '210312.105000', '210312.565000', '210313.025000', '210313.485000', '210313.945000', '210314.405000', '210314.865000', '210315.325000', '210315.785000', '210316.245000', '210316.705000', '210317.165000', '210317.625000', '210318.085000', '210318.545000', '210319.005000', '210319.465000', '210319.925000', '210320.385000', '210320.845000', '210321.305000', '210321.765000', '210322.225000', '210322.685000', '210323.145000', '210323.605000', '210324.065000', '210324.525000', '210324.985000', '210325.445000', '210325.905000', '210326.365000', '210326.825000', '210327.285000', '210327.745000', '210328.205000', '210328.665000', '210329.125000', '210329.585000', '210330.045000', '210330.505000', '210330.965000', '210331.425000', '210331.885000', '210332.345000', '210332.805000', '210333.265000', '210333.725000', '210334.185000', '210334.645000', '210335.105000', '210335.565000', '210336.025000', '210336.485000', '210336.945000', '210337.405000', '210337.865000', '210338.325000', '210338.785000', '210339.245000', '210339.705000', '210340.165000', '210340.625000', '210341.085000', '210341.545000', '210342.005000', '210342.465000', '210342.925000', '210343.385000', '210343.845000', '210344.305000', '210344.765000', '210345.225000', '210345.685000', '210346.145000', '210346.605000', '210347.065000', '210347.525000', '210347.985000', '210348.445000', '210348.905000', '210349.365000', '210349.825000', '210350.285000', '210350.745000', '210351.205000', '210351.665000', '210352.125000', '210352.585000', '210353.045000', '210353.505000', '210353.965000', '210354.425000', '210354.885000', '210355.345000', '210355.805000', '210356.265000', '210356.725000', '210357.185000', '210357.645000', '210358.105000', '210358.565000', '210359.025000', '210359.485000', '210359.945000', '210400.405000', '210400.865000', '210401.325000', '210401.785000', '210402.245000', '210402.705000', '210403.165000', '210403.625000', '210404.085000', '210404.545000', '210405.005000', '210405.465000', '210405.925000', '210406.385000', '210406.845000', '210407.305000', '210407.765000', '210408.225000', '210408.685000', '210409.145000', '210409.605000', '210410.065000', '210410.525000', '210410.985000', '210411.445000', '210411.905000', '210412.365000', '210412.825000', '210413.285000', '210413.745000', '210414.205000', '210414.665000', '210415.125000', '210415.585000', '210416.045000', '210416.505000', '210416.965000', '210417.425000', '210417.885000', '210418.345000', '210418.805000', '210419.265000', '210419.725000', '210420.185000', '210420.645000', '210421.105000', '210421.565000', '210422.025000', '210422.485000', '210422.945000', '210423.405000', '210423.865000', '210424.325000', '210424.785000', '210425.245000', '210425.705000', '210426.165000', '210426.625000', '210427.085000', '210427.545000', '210428.005000', '210428.465000', '210428.925000', '210429.385000', '210429.845000', '210430.305000', '210430.765000', '210431.225000', '210431.685000', '210432.145000', '210432.605000', '210433.065000', '210433.525000', '210433.985000', '210434.445000', '210434.905000', '210435.365000', '210435.825000', '210436.285000', '210436.745000', '210437.205000', '210437.665000', '210438.125000', '210438.585000', '210439.045000', '210439.505000', '210439.965000', '210440.425000', '210440.885000', '210441.345000', '210441.805000', '210442.265000', '210442.725000', '210443.185000', '210443.645000', '210444.105000', '210444.565000', '210445.025000', '210445.485000', '210445.945000', '210446.405000', '210446.865000', '210447.325000', '210447.785000', '210448.245000', '210448.705000', '210449.165000', '210449.625000', '210450.085000', '210450.545000', '210451.005000', '210451.465000', '210451.925000', '210452.385000', '210452.845000', '210453.305000', '210453.765000', '210454.225000', '210454.685000', '210455.145000', '210455.605000', '210456.065000', '210456.525000', '210456.985000', '210457.445000', '210457.905000', '210458.365000', '210458.825000', '210459.285000', '210459.745000', '210500.205000', '210500.665000', '210501.125000', '210501.585000', '210502.045000', '210502.505000', '210502.965000', '210503.425000', '210503.885000', '210504.345000', '210504.805000', '210505.265000', '210505.725000', '210506.185000', '210506.645000', '210507.105000', '210507.565000', '210508.025000', '210508.485000', '210508.945000', '210509.405000', '210509.865000', '210510.325000', '210510.785000', '210511.245000', '210511.705000', '210512.165000', '210512.625000', '210513.085000', '210513.545000', '210514.005000', '210514.465000', '210514.925000', '210515.385000', '210515.845000', '210516.305000', '210516.765000', '210517.225000', '210517.685000', '210518.145000', '210518.605000', '210519.065000', '210519.525000', '210519.985000', '210520.445000', '210520.905000', '210521.365000', '210521.825000', '210522.285000', '210522.745000', '210523.205000', '210523.665000', '210524.125000', '210524.585000', '210525.045000', '210525.505000', '210525.965000', '210526.425000', '210526.885000', '210527.345000', '210527.805000', '210528.265000', '210528.725000', '210529.185000', '210529.645000', '210530.105000', '210530.565000', '210531.025000', '210531.485000', '210531.945000', '210532.405000', '210532.865000', '210533.325000', '210533.785000', '210534.245000', '210534.705000', '210535.165000', '210535.625000', '210536.085000', '210536.545000', '210537.005000', '210537.465000', '210537.925000', '210538.385000', '210538.845000', '210539.305000', '210539.765000', '210540.225000', '210540.685000', '210541.145000', '210541.605000', '210542.065000', '210542.525000', '210542.985000', '210543.445000', '210543.905000', '210544.365000', '210544.825000', '210545.285000', '210545.745000', '210546.205000', '210546.665000', '210547.125000', '210547.585000', '210548.045000', '210548.505000', '210548.965000', '210549.425000', '210549.885000', '210550.345000', '210550.805000', '210551.265000', '210551.725000', '210552.185000', '210552.645000', '210553.105000', '210553.565000', '210554.025000', '210554.485000', '210554.945000', '210555.405000', '210555.865000', '210556.325000', '210556.785000', '210557.245000', '210557.705000', '210558.165000', '210558.625000', '210559.085000', '210559.545000', '210600.005000', '210600.465000', '210600.925000', '210601.385000', '210601.845000', '210602.305000', '210602.765000', '210603.225000', '210603.685000', '210604.145000', '210604.605000', '210605.065000', '210605.525000', '210605.985000', '210606.445000', '210606.905000', '210607.365000', '210607.825000', '210608.285000', '210608.745000', '210609.205000', '210609.665000', '210610.125000', '210610.585000', '210611.045000', '210611.505000', '210611.965000', '210612.425000', '210612.885000', '210613.345000', '210613.805000', '210614.265000', '210614.725000', '210615.185000', '210615.645000', '210616.105000', '210616.565000', '210617.025000', '210617.485000', '210617.945000', '210618.405000', '210618.865000', '210619.325000', '210619.785000', '210620.245000', '210620.705000', '210621.165000', '210621.625000', '210622.085000', '210622.545000', '210623.005000', '210623.465000', '210623.925000', '210624.385000', '210624.845000', '210625.305000', '210625.765000', '210626.225000', '210626.685000', '210627.145000', '210627.605000', '210628.065000', '210628.525000', '210628.985000', '210629.445000', '210629.905000', '210630.365000', '210630.825000', '210631.285000', '210631.745000', '210632.205000', '210632.665000', '210633.125000', '210633.585000', '210634.045000', '210634.505000', '210634.965000', '210635.425000', '210635.885000', '210636.345000', '210636.805000', '210637.265000', '210637.725000', '210638.185000', '210638.645000', '210639.105000', '210639.565000', '210640.025000', '210640.485000', '210640.945000', '210641.405000', '210641.865000', '210642.325000', '210642.785000', '210643.245000', '210643.705000', '210644.165000', '210644.625000', '210645.085000', '210645.545000', '210646.005000', '210646.465000', '210646.925000', '210647.385000', '210647.845000', '210648.305000', '210648.765000', '210649.225000', '210649.685000', '210650.145000', '210650.605000', '210651.065000', '210651.525000', '210651.985000', '210652.445000', '210652.905000', '210653.365000', '210653.825000', '210654.285000', '210654.745000', '210655.205000', '210655.665000', '210656.125000', '210656.585000', '210657.045000', '210657.505000', '210657.965000', '210658.425000', '210658.885000', '210659.345000', '210659.805000', '210700.265000', '210700.725000', '210701.185000', '210701.645000', '210702.105000', '210702.565000', '210703.025000', '210703.485000', '210703.945000', '210704.405000', '210704.865000', '210705.325000', '210705.785000', '210706.245000', '210706.705000', '210707.165000', '210707.625000', '210708.085000', '210708.545000', '210709.005000', '210709.465000', '210709.925000', '210710.385000', '210710.845000', '210711.305000', '210711.765000', '210712.225000', '210712.685000', '210713.145000', '210713.605000', '210714.065000', '210714.525000', '210714.985000', '210715.445000', '210715.905000', '210716.365000', '210716.825000', '210717.285000', '210717.745000', '210718.205000', '210718.665000', '210719.125000', '210719.585000', '210720.045000', '210720.505000', '210720.965000', '210721.425000', '210721.885000', '210722.345000', '210722.805000', '210723.265000', '210723.725000', '210724.185000', '210724.645000', '210725.105000', '210725.565000', '210726.025000', '210726.485000', '210726.945000', '210727.405000', '210727.865000', '210728.325000', '210728.785000', '210729.245000', '210729.705000', '210730.165000', '210730.625000', '210731.085000', '210731.545000', '210732.005000', '210732.465000', '210732.925000', '210733.385000', '210733.845000', '210734.305000', '210734.765000', '210735.225000', '210735.685000', '210736.145000', '210736.605000', '210737.065000', '210737.525000', '210737.985000', '210738.445000', '210738.905000', '210739.365000', '210739.825000', '210740.285000', '210740.745000', '210741.205000', '210741.665000', '210742.125000', '210742.585000', '210743.045000', '210743.505000', '210743.965000', '210744.425000', '210744.885000', '210745.345000', '210745.805000', '210746.265000', '210746.725000', '210747.185000', '210747.645000', '210748.105000', '210748.565000', '210749.025000', '210749.485000', '210749.945000', '210750.405000', '210750.865000', '210751.325000', '210751.785000', '210752.245000', '210752.705000', '210753.165000', '210753.625000', '210754.085000', '210754.545000', '210755.005000', '210755.465000', '210755.925000', '210756.385000', '210756.845000', '210757.305000', '210757.765000', '210758.225000', '210758.685000', '210759.145000', '210759.605000', '210800.065000', '210800.525000', '210800.985000', '210801.445000', '210801.905000', '210802.365000', '210802.825000', '210803.285000', '210803.745000', '210804.205000', '210804.665000', '210805.125000', '210805.585000', '210806.045000', '210806.505000', '210806.965000', '210807.425000', '210807.885000', '210808.345000', '210808.805000', '210809.265000', '210809.725000', '210810.185000', '210810.645000', '210811.105000', '210811.565000', '210812.025000', '210812.485000', '210812.945000', '210813.405000', '210813.865000', '210814.325000', '210814.785000', '210815.245000', '210815.705000', '210816.165000', '210816.625000', '210817.085000', '210817.545000', '210818.005000', '210818.465000', '210818.925000', '210819.385000', '210819.845000', '210820.305000', '210820.765000', '210821.225000', '210821.685000', '210822.145000', '210822.605000', '210823.065000', '210823.525000', '210823.985000', '210824.445000', '210824.905000', '210825.365000', '210825.825000', '210826.285000', '210826.745000', '210827.205000', '210827.665000', '210828.125000', '210828.585000', '210829.045000', '210829.505000', '210829.965000', '210830.425000', '210830.885000', '210831.345000', '210831.805000', '210832.265000', '210832.725000', '210833.185000', '210833.645000', '210834.105000', '210834.565000', '210835.025000', '210835.485000', '210835.945000', '210836.405000', '210836.865000', '210837.325000', '210837.785000', '210838.245000', '210838.705000', '210839.165000', '210839.625000', '210840.085000', '210840.545000', '210841.005000', '210841.465000', '210841.925000', '210842.385000', '210842.845000', '210843.305000', '210843.765000', '210844.225000', '210844.685000', '210845.145000', '210845.605000', '210846.065000', '210846.525000', '210846.985000', '210847.445000', '210847.905000', '210848.365000', '210848.825000', '210849.285000', '210849.745000', '210850.205000', '210850.665000', '210851.125000', '210851.585000', '210852.045000', '210852.505000', '210852.965000', '210853.425000', '210853.885000', '210854.345000', '210854.805000', '210855.265000', '210855.725000', '210856.185000', '210856.645000', '210857.105000', '210857.565000', '210858.025000', '210858.485000', '210858.945000', '210859.405000', '210859.865000', '210900.325000', '210900.785000', '210901.245000', '210901.705000', '210902.165000', '210902.625000', '210903.085000', '210903.545000', '210904.005000', '210904.465000', '210904.925000', '210905.385000', '210905.845000', '210906.305000', '210906.765000', '210907.225000', '210907.685000', '210908.145000', '210908.605000', '210909.065000', '210909.525000', '210909.985000', '210910.445000', '210910.905000', '210911.365000', '210911.825000', '210912.285000', '210912.745000', '210913.205000', '210913.665000', '210914.125000', '210914.585000', '210915.045000', '210915.505000', '210915.965000', '210916.425000', '210916.885000', '210917.345000', '210917.805000', '210918.265000', '210918.725000', '210919.185000', '210919.645000', '210920.105000', '210920.565000', '210921.025000', '210921.485000', '210921.945000', '210922.405000', '210922.865000', '210923.325000', '210923.785000', '210924.245000', '210924.705000', '210925.165000', '210925.625000', '210926.085000', '210926.545000', '210927.005000', '210927.465000', '210927.925000', '210928.385000', '210928.845000', '210929.305000', '210929.765000', '210930.225000', '210930.685000', '210931.145000', '210931.605000', '210932.065000', '210932.525000', '210932.985000', '210933.445000', '210933.905000', '210934.365000', '210934.825000', '210935.285000', '210935.745000', '210936.205000', '210936.665000', '210937.125000', '210937.585000', '210938.045000', '210938.505000', '210938.965000', '210939.425000', '210939.885000', '210940.345000', '210940.805000', '210941.265000', '210941.725000', '210942.185000', '210942.645000', '210943.105000', '210943.565000', '210944.025000', '210944.485000', '210944.945000', '210945.405000', '210945.865000', '210946.325000', '210946.785000', '210947.245000', '210947.705000', '210948.165000', '210948.625000', '210949.085000', '210949.545000', '210950.005000', '210950.465000', '210950.925000', '210951.385000', '210951.845000', '210952.305000', '210952.765000', '210953.225000', '210953.685000', '210954.145000', '210954.605000', '210955.065000', '210955.525000', '210955.985000', '210956.445000', '210956.905000', '210957.365000', '210957.825000', '210958.285000', '210958.745000', '210959.205000', '210959.665000', '211000.125000', '211000.585000', '211001.045000', '211001.505000', '211001.965000', '211002.425000', '211002.885000', '211003.345000', '211003.805000', '211004.265000', '211004.725000', '211005.185000', '211005.645000', '211006.105000', '211006.565000', '211007.025000', '211007.485000', '211007.945000', '211008.405000', '211008.865000', '211009.325000', '211009.785000', '211010.245000', '211010.705000', '211011.165000', '211011.625000', '211012.085000', '211012.545000', '211013.005000', '211013.465000', '211013.925000', '211014.385000', '211014.845000', '211015.305000', '211015.765000', '211016.225000', '211016.685000', '211017.145000', '211017.605000', '211018.065000', '211018.525000', '211018.985000', '211019.445000', '211019.905000', '211020.365000', '211020.825000', '211021.285000', '211021.745000', '211022.205000', '211022.665000', '211023.125000', '211023.585000', '211024.045000', '211024.505000', '211024.965000', '211025.425000', '211025.885000', '211026.345000', '211026.805000', '211027.265000', '211027.725000', '211028.185000', '211028.645000', '211029.105000', '211029.565000', '211030.025000', '211030.485000', '211030.945000', '211031.405000', '211031.865000', '211032.325000', '211032.785000', '211033.245000', '211033.705000', '211034.165000', '211034.625000', '211035.085000', '211035.545000', '211036.005000', '211036.465000', '211036.925000', '211037.385000', '211037.845000', '211038.305000', '211038.765000', '211039.225000', '211039.685000', '211040.145000', '211040.605000', '211041.065000', '211041.525000', '211041.985000', '211042.445000', '211042.905000', '211043.365000', '211043.825000', '211044.285000', '211044.745000', '211045.205000', '211045.665000', '211046.125000', '211046.585000', '211047.045000', '211047.505000', '211047.965000', '211048.425000', '211048.885000', '211049.345000', '211049.805000', '211050.265000', '211050.725000', '211051.185000', '211051.645000', '211052.105000', '211052.565000', '211053.025000', '211053.485000', '211053.945000', '211054.405000', '211054.865000', '211055.325000', '211055.785000', '211056.245000', '211056.705000', '211057.165000', '211057.625000', '211058.085000', '211058.545000', '211059.005000', '211059.465000', '211059.925000', '211100.385000', '211100.845000', '211101.305000', '211101.765000', '211102.225000', '211102.685000', '211103.145000', '211103.605000', '211104.065000', '211104.525000', '211104.985000', '211105.445000', '211105.905000', '211106.365000', '211106.825000', '211107.285000', '211107.745000', '211108.205000', '211108.665000', '211109.125000', '211109.585000', '211110.045000', '211110.505000', '211110.965000', '211111.425000', '211111.885000', '211112.345000', '211112.805000', '211113.265000', '211113.725000', '211114.185000', '211114.645000', '211115.105000', '211115.565000', '211116.025000', '211116.485000', '211116.945000', '211117.405000', '211117.865000', '211118.325000', '211118.785000', '211119.245000', '211119.705000', '211120.165000', '211120.625000', '211121.085000', '211121.545000', '211122.005000', '211122.465000', '211122.925000', '211123.385000', '211123.845000', '211124.305000', '211124.765000', '211125.225000', '211125.685000', '211126.145000', '211126.605000', '211127.065000', '211127.525000', '211127.985000', '211128.445000', '211128.905000', '211129.365000', '211129.825000', '211130.285000', '211130.745000', '211131.205000', '211131.665000', '211132.125000', '211132.585000', '211133.045000', '211133.505000', '211133.965000', '211134.425000', '211134.885000', '211135.345000', '211135.805000', '211136.265000', '211136.725000', '211137.185000', '211137.645000', '211138.105000', '211138.565000', '211139.025000', '211139.485000', '211139.945000', '211140.405000', '211140.865000', '211141.325000', '211141.785000', '211142.245000', '211142.705000', '211143.165000', '211143.625000', '211144.085000', '211144.545000', '211145.005000', '211145.465000', '211145.925000', '211146.385000', '211146.845000', '211147.305000', '211147.765000', '211148.225000', '211148.685000', '211149.145000', '211149.605000', '211150.065000', '211150.525000', '211150.985000', '211151.445000', '211151.905000', '211152.365000', '211152.825000', '211153.285000', '211153.745000', '211154.205000', '211154.665000', '211155.125000', '211155.585000', '211156.045000', '211156.505000', '211156.965000', '211157.425000', '211157.885000', '211158.345000', '211158.805000', '211159.265000', '211159.725000', '211200.185000', '211200.645000', '211201.105000', '211201.565000', '211202.025000', '211202.485000', '211202.945000', '211203.405000', '211203.865000', '211204.325000', '211204.785000', '211205.245000', '211205.705000', '211206.165000', '211206.625000', '211207.085000', '211207.545000', '211208.005000', '211208.465000', '211208.925000', '211209.385000', '211209.845000', '211210.305000', '211210.765000', '211211.225000', '211211.685000', '211212.145000', '211212.605000', '211213.065000', '211213.525000', '211213.985000', '211214.445000', '211214.905000', '211215.365000', '211215.825000', '211216.285000', '211216.745000', '211217.205000', '211217.665000', '211218.125000', '211218.585000', '211219.045000', '211219.505000', '211219.965000', '211220.425000', '211220.885000', '211221.345000', '211221.805000', '211222.265000', '211222.725000', '211223.185000', '211223.645000', '211224.105000', '211224.565000', '211225.025000', '211225.485000', '211225.945000', '211226.405000', '211226.865000', '211227.325000', '211227.785000', '211228.245000', '211228.705000', '211229.165000', '211229.625000', '211230.085000', '211230.545000', '211231.005000', '211231.465000', '211231.925000', '211232.385000', '211232.845000', '211233.305000', '211233.765000', '211234.225000', '211234.685000', '211235.145000', '211235.605000', '211236.065000', '211236.525000', '211236.985000', '211237.445000', '211237.905000', '211238.365000', '211238.825000', '211239.285000', '211239.745000', '211240.205000', '211240.665000', '211241.125000', '211241.585000', '211242.045000', '211242.505000', '211242.965000', '211243.425000', '211243.885000', '211244.345000', '211244.805000', '211245.265000', '211245.725000', '211246.185000', '211246.645000', '211247.105000', '211247.565000', '211248.025000', '211248.485000', '211248.945000', '211249.405000', '211249.865000', '211250.325000', '211250.785000', '211251.245000', '211251.705000', '211252.165000', '211252.625000', '211253.085000', '211253.545000', '211254.005000', '211254.465000', '211254.925000', '211255.385000', '211255.845000', '211256.305000', '211256.765000', '211257.225000', '211257.685000', '211258.145000', '211258.605000', '211259.065000', '211259.525000', '211259.985000', '211300.445000', '211300.905000', '211301.365000', '211301.825000', '211302.285000', '211302.745000', '211303.205000', '211303.665000', '211304.125000', '211304.585000', '211305.045000', '211305.505000', '211305.965000', '211306.425000', '211306.885000', '211307.345000', '211307.805000', '211308.265000', '211308.725000', '211309.185000', '211309.645000', '211310.105000', '211310.565000', '211311.025000', '211311.485000', '211311.945000', '211312.405000', '211312.865000', '211313.325000', '211313.785000', '211314.245000', '211314.705000', '211315.165000', '211315.625000', '211316.085000', '211316.545000', '211317.005000', '211317.465000', '211317.925000', '211318.385000', '211318.845000', '211319.305000', '211319.765000', '211320.225000', '211320.685000', '211321.145000'], 'ContentTime': ['205933.673000', '205933.676000', '205933.679000', '205933.681000', '205933.684000', '205933.687000', '205933.689000', '205933.692000', '205933.694000', '205933.697000', '205933.699000', '205933.702000', '205933.707000', '205933.709000', '205933.712000', '205933.715000', '205933.717000', '205933.720000', '205933.722000', '205933.725000', '205933.727000', '205933.730000', '205933.733000', '205933.735000', '205933.738000', '205933.740000', '205933.743000', '205933.745000', '205933.748000', '205933.751000', '205933.753000', '205933.756000', '205933.758000', '205933.761000', '205933.763000', '205933.766000', '205933.769000', '205933.771000', '205933.774000', '205933.776000', '205933.779000', '205933.781000', '205933.784000', '205933.786000', '205933.789000', '205933.792000', '205933.794000', '205933.797000', '205933.799000', '205933.802000', '205933.804000', '205933.807000', '205933.809000', '205933.812000', '205933.815000', '205933.817000', '205933.820000', '205953.645000', '205953.648000', '205953.651000', '205953.653000', '205953.661000', '205953.663000', '205953.666000', '205953.669000', '205953.671000', '205953.674000', '205953.676000', '205953.679000', '205953.682000', '205953.684000', '205953.687000', '205953.689000', '205953.692000', '205953.694000', '205953.697000', '205953.699000', '205953.702000', '205953.704000', '205953.707000', '205953.710000', '205953.712000', '205953.715000', '205953.717000', '205953.720000', '205953.723000', '205953.725000', '205953.728000', '205953.730000', '205953.733000', '205953.736000', '205953.738000', '205953.741000', '205953.743000', '205953.746000', '205953.748000', '205953.751000', '205953.753000', '205953.756000', '205953.759000', '210013.646000', '210013.649000', '210013.652000', '210013.654000', '210013.657000', '210013.659000', '210013.662000', '210013.665000', '210013.667000', '210013.676000', '210013.679000', '210013.682000', '210013.684000', '210013.687000', '210013.689000', '210013.692000', '210013.694000', '210013.697000', '210013.700000', '210013.702000', '210013.705000', '210013.707000', '210013.710000', '210013.712000', '210013.715000', '210013.718000', '210013.720000', '210013.723000', '210013.725000', '210013.728000', '210013.731000', '210013.733000', '210013.736000', '210013.739000', '210013.741000', '210013.744000', '210013.746000', '210013.749000', '210013.752000', '210013.754000', '210013.757000', '210013.759000', '210013.762000', '210013.765000', '210033.646000', '210033.649000', '210033.652000', '210033.654000', '210033.657000', '210033.660000', '210033.662000', '210033.665000', '210033.667000', '210033.670000', '210033.672000', '210033.675000', '210033.678000', '210033.680000', '210033.683000', '210033.685000', '210033.688000', '210033.692000', '210033.695000', '210033.697000', '210033.700000', '210033.703000', '210033.705000', '210033.708000', '210033.710000', '210033.713000', '210033.715000', '210033.718000', '210033.720000', '210033.723000', '210033.726000', '210033.728000', '210033.731000', '210033.733000', '210033.736000', '210033.738000', '210033.741000', '210033.743000', '210033.746000', '210033.749000', '210033.751000', '210033.754000', '210033.756000', '210053.647000', '210053.649000', '210053.652000', '210053.654000', '210053.657000', '210053.660000', '210053.662000', '210053.665000', '210053.667000', '210053.670000', '210053.684000', '210053.686000', '210053.689000', '210053.692000', '210053.694000', '210053.697000', '210053.699000', '210053.702000', '210053.704000', '210053.707000', '210053.710000', '210053.712000', '210053.715000', '210053.717000', '210053.720000', '210053.726000', '210053.729000', '210053.731000', '210053.734000', '210053.736000', '210053.739000', '210053.741000', '210053.744000', '210053.746000', '210053.749000', '210053.752000', '210053.754000', '210053.757000', '210053.759000', '210053.762000', '210053.765000', '210053.767000', '210053.770000', '210113.646000', '210113.649000', '210113.652000', '210113.654000', '210113.657000', '210113.660000', '210113.662000', '210113.665000', '210113.667000', '210113.670000', '210113.672000', '210113.675000', '210113.678000', '210113.680000', '210113.683000', '210113.685000', '210113.688000', '210113.690000', '210113.717000', '210113.720000', '210113.722000', '210113.725000', '210113.727000', '210113.730000', '210113.732000', '210113.735000', '210113.738000', '210113.740000', '210113.743000', '210113.745000', '210113.748000', '210113.751000', '210113.753000', '210113.756000', '210113.758000', '210113.761000', '210113.763000', '210113.766000', '210113.769000', '210113.771000', '210113.774000', '210113.776000', '210113.779000', '210113.782000', '210133.646000', '210133.649000', '210133.652000', '210133.654000', '210133.657000', '210133.659000', '210133.662000', '210133.665000', '210133.667000', '210133.670000', '210133.672000', '210133.675000', '210133.678000', '210133.680000', '210133.683000', '210133.685000', '210133.688000', '210133.690000', '210133.693000', '210133.696000', '210133.699000', '210133.702000', '210133.705000', '210133.708000', '210133.710000', '210133.714000', '210133.717000', '210133.719000', '210133.722000', '210133.725000', '210133.727000', '210133.730000', '210133.732000', '210133.735000', '210133.738000', '210133.740000', '210133.743000', '210133.745000', '210133.748000', '210133.751000', '210133.753000', '210133.756000', '210133.758000', '210153.647000', '210153.649000', '210153.652000', '210153.655000', '210153.657000', '210153.660000', '210153.662000', '210153.665000', '210153.667000', '210153.670000', '210153.672000', '210153.675000', '210153.678000', '210153.680000', '210153.684000', '210153.687000', '210153.689000', '210153.692000', '210153.694000', '210153.697000', '210153.700000', '210153.702000', '210153.705000', '210153.707000', '210153.710000', '210153.712000', '210153.715000', '210153.718000', '210153.720000', '210153.723000', '210153.725000', '210153.728000', '210153.730000', '210153.733000', '210153.735000', '210153.738000', '210153.741000', '210153.743000', '210153.746000', '210153.749000', '210153.751000', '210153.754000', '210153.756000', '210153.759000', '210213.646000', '210213.648000', '210213.651000', '210213.654000', '210213.656000', '210213.659000', '210213.661000', '210213.664000', '210213.667000', '210213.669000', '210213.672000', '210213.674000', '210213.677000', '210213.680000', '210213.682000', '210213.685000', '210213.687000', '210213.690000', '210213.692000', '210213.695000', '210213.698000', '210213.700000', '210213.703000', '210213.705000', '210213.708000', '210213.711000', '210213.713000', '210213.716000', '210213.718000', '210213.721000', '210213.723000', '210213.726000', '210213.728000', '210213.731000', '210213.734000', '210213.736000', '210213.739000', '210213.741000', '210213.744000', '210213.747000', '210213.749000', '210213.752000', '210213.754000', '210233.647000', '210233.649000', '210233.652000', '210233.655000', '210233.657000', '210233.660000', '210233.670000', '210233.672000', '210233.675000', '210233.678000', '210233.680000', '210233.683000', '210233.685000', '210233.688000', '210233.690000', '210233.693000', '210233.696000', '210233.698000', '210233.701000', '210233.703000', '210233.706000', '210233.708000', '210233.711000', '210233.714000', '210233.716000', '210233.719000', '210233.722000', '210233.724000', '210233.727000', '210233.729000', '210233.732000', '210233.734000', '210233.737000', '210233.740000', '210233.742000', '210233.745000', '210233.747000', '210233.750000', '210233.753000', '210233.755000', '210233.758000', '210233.760000', '210233.763000', '210233.765000', '210253.647000', '210253.649000', '210253.652000', '210253.655000', '210253.657000', '210253.660000', '210253.662000', '210253.665000', '210253.667000', '210253.670000', '210253.673000', '210253.675000', '210253.678000', '210253.680000', '210253.683000', '210253.686000', '210253.688000', '210253.691000', '210253.694000', '210253.696000', '210253.699000', '210253.701000', '210253.704000', '210253.707000', '210253.709000', '210253.712000', '210253.714000', '210253.717000', '210253.719000', '210253.722000', '210253.725000', '210253.727000', '210253.730000', '210253.733000', '210253.735000', '210253.738000', '210253.741000', '210253.743000', '210253.746000', '210253.749000', '210253.751000', '210253.755000', '210253.758000', '210313.647000', '210313.649000', '210313.652000', '210313.655000', '210313.657000', '210313.660000', '210313.663000', '210313.665000', '210313.668000', '210313.670000', '210313.673000', '210313.675000', '210313.678000', '210313.681000', '210313.683000', '210313.686000', '210313.688000', '210313.691000', '210313.693000', '210313.696000', '210313.699000', '210313.701000', '210313.704000', '210313.707000', '210313.709000', '210313.712000', '210313.714000', '210313.717000', '210313.719000', '210313.722000', '210313.725000', '210313.727000', '210313.730000', '210313.732000', '210313.735000', '210313.738000', '210313.740000', '210313.743000', '210313.746000', '210313.748000', '210313.751000', '210313.753000', '210313.756000', '210313.759000', '210333.646000', '210333.649000', '210333.652000', '210333.654000', '210333.657000', '210333.660000', '210333.662000', '210333.665000', '210333.667000', '210333.670000', '210333.672000', '210333.675000', '210333.678000', '210333.680000', '210333.683000', '210333.685000', '210333.688000', '210333.691000', '210333.693000', '210333.696000', '210333.699000', '210333.701000', '210333.704000', '210333.706000', '210333.709000', '210333.712000', '210333.715000', '210333.718000', '210333.721000', '210333.723000', '210333.726000', '210333.728000', '210333.731000', '210333.734000', '210333.736000', '210333.739000', '210333.741000', '210333.744000', '210333.746000', '210333.749000', '210333.752000', '210333.754000', '210333.757000', '210353.647000', '210353.649000', '210353.652000', '210353.655000', '210353.657000', '210353.660000', '210353.662000', '210353.665000', '210353.667000', '210353.670000', '210353.672000', '210353.675000', '210353.678000', '210353.680000', '210353.683000', '210353.685000', '210353.688000', '210353.708000', '210353.710000', '210353.713000', '210353.715000', '210353.718000', '210353.720000', '210353.723000', '210353.726000', '210353.728000', '210353.731000', '210353.733000', '210353.736000', '210353.739000', '210353.741000', '210353.744000', '210353.746000', '210353.749000', '210353.751000', '210353.754000', '210353.757000', '210353.759000', '210353.762000', '210353.764000', '210353.767000', '210353.769000', '210353.772000', '210353.775000', '210413.647000', '210413.650000', '210413.652000', '210413.655000', '210413.657000', '210413.660000', '210413.662000', '210413.665000', '210413.668000', '210413.670000', '210413.673000', '210413.675000', '210413.678000', '210413.680000', '210413.683000', '210413.686000', '210413.688000', '210413.691000', '210413.693000', '210413.696000', '210413.699000', '210413.701000', '210413.704000', '210413.706000', '210413.709000', '210413.712000', '210413.714000', '210413.717000', '210413.719000', '210413.722000', '210413.725000', '210413.727000', '210413.730000', '210413.732000', '210413.735000', '210413.738000', '210413.740000', '210413.743000', '210413.746000', '210413.748000', '210413.751000', '210413.754000', '210413.756000', '210433.646000', '210433.648000', '210433.651000', '210433.654000', '210433.656000', '210433.659000', '210433.662000', '210433.664000', '210433.667000', '210433.669000', '210433.672000', '210433.674000', '210433.677000', '210433.680000', '210433.682000', '210433.685000', '210433.687000', '210433.690000', '210433.692000', '210433.695000', '210433.698000', '210433.700000', '210433.703000', '210433.705000', '210433.708000', '210433.711000', '210433.713000', '210433.716000', '210433.719000', '210433.721000', '210433.724000', '210433.726000', '210433.729000', '210433.731000', '210433.736000', '210433.739000', '210433.741000', '210433.744000', '210433.746000', '210433.749000', '210433.751000', '210433.754000', '210433.757000', '210433.759000', '210453.647000', '210453.650000', '210453.652000', '210453.655000', '210453.657000', '210453.660000', '210453.662000', '210453.665000', '210453.668000', '210453.670000', '210453.673000', '210453.675000', '210453.678000', '210453.680000', '210453.683000', '210453.686000', '210453.688000', '210453.691000', '210453.693000', '210453.696000', '210453.698000', '210453.701000', '210453.704000', '210453.706000', '210453.709000', '210453.711000', '210453.714000', '210453.716000', '210453.719000', '210453.722000', '210453.724000', '210453.727000', '210453.729000', '210453.732000', '210453.735000', '210453.737000', '210453.740000', '210453.742000', '210453.745000', '210453.748000', '210453.750000', '210453.753000', '210453.755000', '210513.647000', '210513.650000', '210513.652000', '210513.655000', '210513.657000', '210513.660000', '210513.662000', '210513.665000', '210513.668000', '210513.670000', '210513.673000', '210513.675000', '210513.678000', '210513.680000', '210513.683000', '210513.686000', '210513.688000', '210513.691000', '210513.693000', '210513.696000', '210513.698000', '210513.701000', '210513.703000', '210513.706000', '210513.709000', '210513.711000', '210513.714000', '210513.716000', '210513.719000', '210513.722000', '210513.724000', '210513.727000', '210513.729000', '210513.732000', '210513.735000', '210513.737000', '210513.740000', '210513.742000', '210513.745000', '210513.748000', '210513.750000', '210513.753000', '210513.786000', '210513.789000', '210533.647000', '210533.649000', '210533.652000', '210533.655000', '210533.657000', '210533.660000', '210533.662000', '210533.665000', '210533.667000', '210533.670000', '210533.673000', '210533.675000', '210533.678000', '210533.680000', '210533.683000', '210533.685000', '210533.688000', '210533.691000', '210533.693000', '210533.696000', '210533.698000', '210533.701000', '210533.704000', '210533.706000', '210533.709000', '210533.711000', '210533.714000', '210533.717000', '210533.719000', '210533.722000', '210533.724000', '210533.727000', '210533.730000', '210533.732000', '210533.735000', '210533.738000', '210533.740000', '210533.743000', '210533.745000', '210533.748000', '210533.750000', '210533.753000', '210533.756000', '210553.647000', '210553.649000', '210553.652000', '210553.654000', '210553.657000', '210553.660000', '210553.662000', '210553.665000', '210553.667000', '210553.670000', '210553.672000', '210553.675000', '210553.678000', '210553.680000', '210553.683000', '210553.685000', '210553.688000', '210553.691000', '210553.693000', '210553.696000', '210553.698000', '210553.701000', '210553.703000', '210553.706000', '210553.709000', '210553.711000', '210553.714000', '210553.717000', '210553.719000', '210553.722000', '210553.724000', '210553.727000', '210553.729000', '210553.732000', '210553.735000', '210553.737000', '210553.740000', '210553.742000', '210553.745000', '210553.747000', '210553.750000', '210553.753000', '210553.755000', '210553.758000', '210613.647000', '210613.649000', '210613.652000', '210613.655000', '210613.657000', '210613.660000', '210613.662000', '210613.665000', '210613.667000', '210613.670000', '210613.673000', '210613.675000', '210613.678000', '210613.680000', '210613.683000', '210613.685000', '210613.688000', '210613.691000', '210613.693000', '210613.696000', '210613.698000', '210613.701000', '210613.703000', '210613.706000', '210613.709000', '210613.711000', '210613.714000', '210613.716000', '210613.719000', '210613.721000', '210613.724000', '210613.727000', '210613.729000', '210613.732000', '210613.734000', '210613.737000', '210613.739000', '210613.742000', '210613.745000', '210613.747000', '210613.750000', '210613.752000', '210613.755000', '210633.647000', '210633.649000', '210633.652000', '210633.655000', '210633.658000', '210633.660000', '210633.663000', '210633.665000', '210633.668000', '210633.671000', '210633.673000', '210633.676000', '210633.679000', '210633.681000', '210633.684000', '210633.687000', '210633.689000', '210633.692000', '210633.695000', '210633.697000', '210633.700000', '210633.702000', '210633.705000', '210633.708000', '210633.710000', '210633.713000', '210633.716000', '210633.718000', '210633.721000', '210633.723000', '210633.726000', '210633.729000', '210633.731000', '210633.734000', '210633.736000', '210633.739000', '210633.742000', '210633.744000', '210633.747000', '210633.750000', '210633.752000', '210633.755000', '210633.757000', '210633.760000', '210653.645000', '210653.648000', '210653.651000', '210653.653000', '210653.656000', '210653.659000', '210653.661000', '210653.664000', '210653.666000', '210653.669000', '210653.672000', '210653.674000', '210653.677000', '210653.679000', '210653.682000', '210653.684000', '210653.687000', '210653.690000', '210653.692000', '210653.695000', '210653.697000', '210653.700000', '210653.702000', '210653.705000', '210653.708000', '210653.710000', '210653.713000', '210653.715000', '210653.718000', '210653.721000', '210653.723000', '210653.726000', '210653.728000', '210653.731000', '210653.734000', '210653.736000', '210653.739000', '210653.741000', '210653.744000', '210653.746000', '210653.749000', '210653.752000', '210653.754000', '210713.647000', '210713.649000', '210713.652000', '210713.655000', '210713.657000', '210713.660000', '210713.662000', '210713.665000', '210713.668000', '210713.670000', '210713.673000', '210713.675000', '210713.678000', '210713.680000', '210713.683000', '210713.686000', '210713.688000', '210713.691000', '210713.693000', '210713.696000', '210713.699000', '210713.701000', '210713.704000', '210713.706000', '210713.709000', '210713.712000', '210713.714000', '210713.717000', '210713.719000', '210713.722000', '210713.725000', '210713.727000', '210713.730000', '210713.732000', '210713.735000', '210713.737000', '210713.740000', '210713.743000', '210713.745000', '210713.748000', '210713.750000', '210713.753000', '210713.755000', '210713.758000', '210733.647000', '210733.649000', '210733.652000', '210733.655000', '210733.657000', '210733.660000', '210733.662000', '210733.665000', '210733.668000', '210733.670000', '210733.673000', '210733.675000', '210733.678000', '210733.680000', '210733.683000', '210733.686000', '210733.688000', '210733.691000', '210733.693000', '210733.696000', '210733.698000', '210733.701000', '210733.704000', '210733.706000', '210733.709000', '210733.711000', '210733.714000', '210733.716000', '210733.719000', '210733.722000', '210733.724000', '210733.727000', '210733.729000', '210733.732000', '210733.735000', '210733.737000', '210733.740000', '210733.742000', '210733.745000', '210733.748000', '210733.750000', '210733.753000', '210733.755000', '210753.646000', '210753.649000', '210753.652000', '210753.654000', '210753.657000', '210753.660000', '210753.662000', '210753.665000', '210753.667000', '210753.670000', '210753.673000', '210753.676000', '210753.679000', '210753.681000', '210753.684000', '210753.687000', '210753.689000', '210753.692000', '210753.694000', '210753.697000', '210753.700000', '210753.702000', '210753.705000', '210753.708000', '210753.710000', '210753.713000', '210753.715000', '210753.718000', '210753.720000', '210753.723000', '210753.726000', '210753.729000', '210753.731000', '210753.734000', '210753.737000', '210753.739000', '210753.742000', '210753.745000', '210753.747000', '210753.750000', '210753.752000', '210753.755000', '210753.757000', '210753.760000', '210813.647000', '210813.649000', '210813.652000', '210813.655000', '210813.657000', '210813.660000', '210813.662000', '210813.665000', '210813.668000', '210813.670000', '210813.673000', '210813.676000', '210813.678000', '210813.681000', '210813.683000', '210813.686000', '210813.689000', '210813.691000', '210813.694000', '210813.696000', '210813.699000', '210813.702000', '210813.704000', '210813.707000', '210813.709000', '210813.712000', '210813.715000', '210813.717000', '210813.720000', '210813.722000', '210813.725000', '210813.728000', '210813.730000', '210813.733000', '210813.735000', '210813.738000', '210813.741000', '210813.743000', '210813.746000', '210813.748000', '210813.751000', '210813.754000', '210813.756000', '210833.647000', '210833.650000', '210833.652000', '210833.655000', '210833.658000', '210833.660000', '210833.663000', '210833.666000', '210833.668000', '210833.671000', '210833.673000', '210833.676000', '210833.678000', '210833.681000', '210833.684000', '210833.686000', '210833.689000', '210833.691000', '210833.694000', '210833.697000', '210833.699000', '210833.702000', '210833.705000', '210833.707000', '210833.710000', '210833.712000', '210833.715000', '210833.718000', '210833.720000', '210833.723000', '210833.726000', '210833.728000', '210833.731000', '210833.734000', '210833.736000', '210833.739000', '210833.741000', '210833.744000', '210833.747000', '210833.749000', '210833.752000', '210833.754000', '210833.757000', '210853.647000', '210853.650000', '210853.652000', '210853.655000', '210853.657000', '210853.660000', '210853.663000', '210853.665000', '210853.668000', '210853.670000', '210853.673000', '210853.675000', '210853.678000', '210853.681000', '210853.683000', '210853.686000', '210853.688000', '210853.691000', '210853.693000', '210853.696000', '210853.699000', '210853.701000', '210853.704000', '210853.707000', '210853.709000', '210853.712000', '210853.714000', '210853.717000', '210853.719000', '210853.722000', '210853.725000', '210853.727000', '210853.730000', '210853.732000', '210853.735000', '210853.737000', '210853.740000', '210853.743000', '210853.745000', '210853.748000', '210853.750000', '210853.753000', '210853.755000', '210853.758000', '210913.646000', '210913.648000', '210913.651000', '210913.654000', '210913.656000', '210913.659000', '210913.662000', '210913.664000', '210913.667000', '210913.669000', '210913.672000', '210913.675000', '210913.677000', '210913.680000', '210913.682000', '210913.685000', '210913.688000', '210913.702000', '210913.704000', '210913.707000', '210913.709000', '210913.713000', '210913.716000', '210913.718000', '210913.721000', '210913.724000', '210913.726000', '210913.729000', '210913.731000', '210913.734000', '210913.737000', '210913.739000', '210913.742000', '210913.744000', '210913.747000', '210913.750000', '210913.752000', '210913.755000', '210913.757000', '210913.760000', '210913.763000', '210913.765000', '210913.768000', '210933.647000', '210933.649000', '210933.652000', '210933.655000', '210933.657000', '210933.660000', '210933.663000', '210933.665000', '210933.668000', '210933.670000', '210933.673000', '210933.676000', '210933.678000', '210933.681000', '210933.684000', '210933.686000', '210933.689000', '210933.691000', '210933.694000', '210933.697000', '210933.699000', '210933.702000', '210933.705000', '210933.707000', '210933.710000', '210933.712000', '210933.715000', '210933.717000', '210933.720000', '210933.723000', '210933.725000', '210933.728000', '210933.730000', '210933.733000', '210933.736000', '210933.738000', '210933.741000', '210933.743000', '210933.746000', '210933.749000', '210933.751000', '210933.754000', '210933.756000', '210933.759000', '210953.646000', '210953.649000', '210953.652000', '210953.654000', '210953.657000', '210953.660000', '210953.662000', '210953.665000', '210953.667000', '210953.670000', '210953.673000', '210953.675000', '210953.678000', '210953.680000', '210953.683000', '210953.685000', '210953.688000', '210953.691000', '210953.693000', '210953.696000', '210953.698000', '210953.701000', '210953.704000', '210953.706000', '210953.709000', '210953.711000', '210953.714000', '210953.720000', '210953.722000', '210953.725000', '210953.728000', '210953.730000', '210953.733000', '210953.735000', '210953.738000', '210953.740000', '210953.743000', '210953.746000', '210953.748000', '210953.751000', '210953.754000', '210953.756000', '210953.759000', '210953.761000', '211013.647000', '211013.649000', '211013.652000', '211013.655000', '211013.657000', '211013.660000', '211013.662000', '211013.665000', '211013.668000', '211013.670000', '211013.673000', '211013.675000', '211013.678000', '211013.681000', '211013.683000', '211013.686000', '211013.688000', '211013.691000', '211013.693000', '211013.696000', '211013.699000', '211013.701000', '211013.704000', '211013.706000', '211013.709000', '211013.711000', '211013.714000', '211013.717000', '211013.719000', '211013.722000', '211013.724000', '211013.727000', '211013.730000', '211013.732000', '211013.735000', '211013.737000', '211013.740000', '211013.742000', '211013.745000', '211013.748000', '211013.750000', '211013.753000', '211013.755000', '211033.647000', '211033.650000', '211033.652000', '211033.655000', '211033.657000', '211033.660000', '211033.663000', '211033.665000', '211033.668000', '211033.670000', '211033.673000', '211033.675000', '211033.678000', '211033.681000', '211033.683000', '211033.686000', '211033.689000', '211033.691000', '211033.694000', '211033.697000', '211033.699000', '211033.702000', '211033.704000', '211033.707000', '211033.709000', '211033.712000', '211033.715000', '211033.717000', '211033.720000', '211033.723000', '211033.725000', '211033.728000', '211033.730000', '211033.733000', '211033.736000', '211033.738000', '211033.741000', '211033.743000', '211033.746000', '211033.748000', '211033.752000', '211033.755000', '211033.757000', '211053.647000', '211053.650000', '211053.652000', '211053.655000', '211053.658000', '211053.660000', '211053.663000', '211053.665000', '211053.668000', '211053.670000', '211053.673000', '211053.676000', '211053.678000', '211053.681000', '211053.683000', '211053.686000', '211053.688000', '211053.691000', '211053.694000', '211053.696000', '211053.699000', '211053.701000', '211053.704000', '211053.706000', '211053.709000', '211053.712000', '211053.714000', '211053.717000', '211053.719000', '211053.722000', '211053.725000', '211053.727000', '211053.730000', '211053.732000', '211053.735000', '211053.738000', '211053.740000', '211053.743000', '211053.745000', '211053.748000', '211053.750000', '211053.753000', '211053.756000', '211053.758000', '211113.647000', '211113.649000', '211113.652000', '211113.654000', '211113.657000', '211113.660000', '211113.662000', '211113.665000', '211113.667000', '211113.670000', '211113.673000', '211113.675000', '211113.678000', '211113.680000', '211113.683000', '211113.686000', '211113.688000', '211113.691000', '211113.693000', '211113.696000', '211113.699000', '211113.701000', '211113.704000', '211113.706000', '211113.709000', '211113.712000', '211113.714000', '211113.717000', '211113.719000', '211113.722000', '211113.725000', '211113.727000', '211113.730000', '211113.732000', '211113.735000', '211113.738000', '211113.741000', '211113.744000', '211113.747000', '211113.749000', '211113.752000', '211113.755000', '211113.757000', '211133.646000', '211133.648000', '211133.651000', '211133.654000', '211133.656000', '211133.659000', '211133.662000', '211133.664000', '211133.667000', '211133.669000', '211133.672000', '211133.674000', '211133.677000', '211133.680000', '211133.682000', '211133.685000', '211133.687000', '211133.690000', '211133.693000', '211133.695000', '211133.698000', '211133.700000', '211133.703000', '211133.706000', '211133.708000', '211133.711000', '211133.743000', '211133.746000', '211133.749000', '211133.751000', '211133.754000', '211133.756000', '211133.759000', '211133.761000', '211133.764000', '211133.767000', '211133.769000', '211133.772000', '211133.775000', '211133.777000', '211133.780000', '211133.782000', '211133.785000', '211133.788000', '211153.647000', '211153.649000', '211153.652000', '211153.654000', '211153.657000', '211153.660000', '211153.662000', '211153.665000', '211153.667000', '211153.670000', '211153.673000', '211153.675000', '211153.678000', '211153.680000', '211153.683000', '211153.685000', '211153.688000', '211153.691000', '211153.693000', '211153.696000', '211153.698000', '211153.701000', '211153.703000', '211153.706000', '211153.709000', '211153.711000', '211153.714000', '211153.716000', '211153.719000', '211153.722000', '211153.724000', '211153.727000', '211153.729000', '211153.732000', '211153.734000', '211153.737000', '211153.739000', '211153.742000', '211153.745000', '211153.747000', '211153.750000', '211153.752000', '211153.755000', '211213.647000', '211213.649000', '211213.652000', '211213.655000', '211213.657000', '211213.660000', '211213.662000', '211213.665000', '211213.667000', '211213.670000', '211213.673000', '211213.675000', '211213.678000', '211213.680000', '211213.683000', '211213.685000', '211213.688000', '211213.691000', '211213.693000', '211213.696000', '211213.698000', '211213.701000', '211213.703000', '211213.706000', '211213.709000', '211213.711000', '211213.714000', '211213.717000', '211213.719000', '211213.722000', '211213.724000', '211213.727000', '211213.729000', '211213.732000', '211213.735000', '211213.737000', '211213.740000', '211213.742000', '211213.745000', '211213.747000', '211213.750000', '211213.753000', '211213.755000', '211213.758000', '211233.647000', '211233.650000', '211233.652000', '211233.655000', '211233.657000', '211233.660000', '211233.663000', '211233.665000', '211233.668000', '211233.670000', '211233.673000', '211233.676000', '211233.678000', '211233.681000', '211233.683000', '211233.686000', '211233.688000', '211233.691000', '211233.694000', '211233.696000', '211233.699000', '211233.701000', '211233.704000', '211233.706000', '211233.709000', '211233.712000', '211233.714000', '211233.717000', '211233.719000', '211233.722000', '211233.724000', '211233.727000', '211233.730000', '211233.732000', '211233.735000', '211233.738000', '211233.740000', '211233.743000', '211233.745000', '211233.748000', '211233.750000', '211233.753000', '211233.756000', '211253.647000', '211253.649000', '211253.652000', '211253.655000', '211253.657000', '211253.660000', '211253.663000', '211253.665000', '211253.668000', '211253.670000', '211253.673000', '211253.675000', '211253.678000', '211253.681000', '211253.683000', '211253.686000', '211253.688000', '211253.691000', '211253.693000', '211253.696000', '211253.699000', '211253.701000', '211253.704000', '211253.707000', '211253.709000', '211253.712000', '211253.714000', '211253.717000', '211253.720000', '211253.722000', '211253.725000', '211253.727000', '211253.730000', '211253.733000', '211253.735000', '211253.738000', '211253.740000', '211253.743000', '211253.746000', '211253.748000', '211253.751000', '211253.753000', '211253.756000', '211253.758000', '211313.647000', '211313.650000', '211313.652000', '211313.655000', '211313.657000', '211313.660000', '211313.662000', '211313.665000', '211313.668000', '211313.670000', '211313.673000', '211313.675000', '211313.678000', '211313.681000', '211313.683000', '211313.686000', '211313.689000', '211313.691000', '211313.694000', '211313.696000', '211313.699000', '211313.702000', '211313.704000', '211313.707000', '211313.709000', '211313.712000', '211313.715000', '211313.717000', '211313.720000', '211313.723000', '211313.725000', '211313.728000', '211313.730000', '211313.733000', '211313.736000', '211313.738000', '211313.741000', '211313.743000', '211313.746000', '211313.749000', '211313.751000', '211313.754000', '211313.756000', '211322.497000', '211322.499000', '211322.502000', '211322.505000', '211322.508000', '211322.510000', '211322.513000', '211322.516000', '211322.518000', '211322.521000', '211322.524000', '211322.526000', '211322.529000', '211322.532000', '211322.535000', '211322.537000', '211322.540000', '211322.543000', '211322.546000', '211322.548000'], 'InstanceCreationTime': ['205933.673000', '205933.676000', '205933.679000', '205933.681000', '205933.684000', '205933.687000', '205933.689000', '205933.692000', '205933.694000', '205933.697000', '205933.699000', '205933.702000', '205933.707000', '205933.709000', '205933.712000', '205933.715000', '205933.717000', '205933.720000', '205933.722000', '205933.725000', '205933.727000', '205933.730000', '205933.733000', '205933.735000', '205933.738000', '205933.740000', '205933.743000', '205933.745000', '205933.748000', '205933.751000', '205933.753000', '205933.756000', '205933.758000', '205933.761000', '205933.763000', '205933.766000', '205933.769000', '205933.771000', '205933.774000', '205933.776000', '205933.779000', '205933.781000', '205933.784000', '205933.786000', '205933.789000', '205933.792000', '205933.794000', '205933.797000', '205933.799000', '205933.802000', '205933.804000', '205933.807000', '205933.809000', '205933.812000', '205933.815000', '205933.817000', '205933.820000', '205953.645000', '205953.648000', '205953.651000', '205953.653000', '205953.661000', '205953.663000', '205953.666000', '205953.669000', '205953.671000', '205953.674000', '205953.676000', '205953.679000', '205953.682000', '205953.684000', '205953.687000', '205953.689000', '205953.692000', '205953.694000', '205953.697000', '205953.699000', '205953.702000', '205953.704000', '205953.707000', '205953.710000', '205953.712000', '205953.715000', '205953.717000', '205953.720000', '205953.723000', '205953.725000', '205953.728000', '205953.730000', '205953.733000', '205953.736000', '205953.738000', '205953.741000', '205953.743000', '205953.746000', '205953.748000', '205953.751000', '205953.753000', '205953.756000', '205953.759000', '210013.646000', '210013.649000', '210013.652000', '210013.654000', '210013.657000', '210013.659000', '210013.662000', '210013.665000', '210013.667000', '210013.676000', '210013.679000', '210013.682000', '210013.684000', '210013.687000', '210013.689000', '210013.692000', '210013.694000', '210013.697000', '210013.700000', '210013.702000', '210013.705000', '210013.707000', '210013.710000', '210013.712000', '210013.715000', '210013.718000', '210013.720000', '210013.723000', '210013.725000', '210013.728000', '210013.731000', '210013.733000', '210013.736000', '210013.739000', '210013.741000', '210013.744000', '210013.746000', '210013.749000', '210013.752000', '210013.754000', '210013.757000', '210013.759000', '210013.762000', '210013.765000', '210033.646000', '210033.649000', '210033.652000', '210033.654000', '210033.657000', '210033.660000', '210033.662000', '210033.665000', '210033.667000', '210033.670000', '210033.672000', '210033.675000', '210033.678000', '210033.680000', '210033.683000', '210033.685000', '210033.688000', '210033.692000', '210033.695000', '210033.697000', '210033.700000', '210033.703000', '210033.705000', '210033.708000', '210033.710000', '210033.713000', '210033.715000', '210033.718000', '210033.720000', '210033.723000', '210033.726000', '210033.728000', '210033.731000', '210033.733000', '210033.736000', '210033.738000', '210033.741000', '210033.743000', '210033.746000', '210033.749000', '210033.751000', '210033.754000', '210033.756000', '210053.647000', '210053.649000', '210053.652000', '210053.654000', '210053.657000', '210053.660000', '210053.662000', '210053.665000', '210053.667000', '210053.670000', '210053.684000', '210053.686000', '210053.689000', '210053.692000', '210053.694000', '210053.697000', '210053.699000', '210053.702000', '210053.704000', '210053.707000', '210053.710000', '210053.712000', '210053.715000', '210053.717000', '210053.720000', '210053.726000', '210053.729000', '210053.731000', '210053.734000', '210053.736000', '210053.739000', '210053.741000', '210053.744000', '210053.746000', '210053.749000', '210053.752000', '210053.754000', '210053.757000', '210053.759000', '210053.762000', '210053.765000', '210053.767000', '210053.770000', '210113.646000', '210113.649000', '210113.652000', '210113.654000', '210113.657000', '210113.660000', '210113.662000', '210113.665000', '210113.667000', '210113.670000', '210113.672000', '210113.675000', '210113.678000', '210113.680000', '210113.683000', '210113.685000', '210113.688000', '210113.690000', '210113.717000', '210113.720000', '210113.722000', '210113.725000', '210113.727000', '210113.730000', '210113.732000', '210113.735000', '210113.738000', '210113.740000', '210113.743000', '210113.745000', '210113.748000', '210113.751000', '210113.753000', '210113.756000', '210113.758000', '210113.761000', '210113.763000', '210113.766000', '210113.769000', '210113.771000', '210113.774000', '210113.776000', '210113.779000', '210113.782000', '210133.646000', '210133.649000', '210133.652000', '210133.654000', '210133.657000', '210133.659000', '210133.662000', '210133.665000', '210133.667000', '210133.670000', '210133.672000', '210133.675000', '210133.678000', '210133.680000', '210133.683000', '210133.685000', '210133.688000', '210133.690000', '210133.693000', '210133.696000', '210133.699000', '210133.702000', '210133.705000', '210133.708000', '210133.710000', '210133.714000', '210133.717000', '210133.719000', '210133.722000', '210133.725000', '210133.727000', '210133.730000', '210133.732000', '210133.735000', '210133.738000', '210133.740000', '210133.743000', '210133.745000', '210133.748000', '210133.751000', '210133.753000', '210133.756000', '210133.758000', '210153.647000', '210153.649000', '210153.652000', '210153.655000', '210153.657000', '210153.660000', '210153.662000', '210153.665000', '210153.667000', '210153.670000', '210153.672000', '210153.675000', '210153.678000', '210153.680000', '210153.684000', '210153.687000', '210153.689000', '210153.692000', '210153.694000', '210153.697000', '210153.700000', '210153.702000', '210153.705000', '210153.707000', '210153.710000', '210153.712000', '210153.715000', '210153.718000', '210153.720000', '210153.723000', '210153.725000', '210153.728000', '210153.730000', '210153.733000', '210153.735000', '210153.738000', '210153.741000', '210153.743000', '210153.746000', '210153.749000', '210153.751000', '210153.754000', '210153.756000', '210153.759000', '210213.646000', '210213.648000', '210213.651000', '210213.654000', '210213.656000', '210213.659000', '210213.661000', '210213.664000', '210213.667000', '210213.669000', '210213.672000', '210213.674000', '210213.677000', '210213.680000', '210213.682000', '210213.685000', '210213.687000', '210213.690000', '210213.692000', '210213.695000', '210213.698000', '210213.700000', '210213.703000', '210213.705000', '210213.708000', '210213.711000', '210213.713000', '210213.716000', '210213.718000', '210213.721000', '210213.723000', '210213.726000', '210213.728000', '210213.731000', '210213.734000', '210213.736000', '210213.739000', '210213.741000', '210213.744000', '210213.747000', '210213.749000', '210213.752000', '210213.754000', '210233.647000', '210233.649000', '210233.652000', '210233.655000', '210233.657000', '210233.660000', '210233.670000', '210233.672000', '210233.675000', '210233.678000', '210233.680000', '210233.683000', '210233.685000', '210233.688000', '210233.690000', '210233.693000', '210233.696000', '210233.698000', '210233.701000', '210233.703000', '210233.706000', '210233.708000', '210233.711000', '210233.714000', '210233.716000', '210233.719000', '210233.722000', '210233.724000', '210233.727000', '210233.729000', '210233.732000', '210233.734000', '210233.737000', '210233.740000', '210233.742000', '210233.745000', '210233.747000', '210233.750000', '210233.753000', '210233.755000', '210233.758000', '210233.760000', '210233.763000', '210233.765000', '210253.647000', '210253.649000', '210253.652000', '210253.655000', '210253.657000', '210253.660000', '210253.662000', '210253.665000', '210253.667000', '210253.670000', '210253.673000', '210253.675000', '210253.678000', '210253.680000', '210253.683000', '210253.686000', '210253.688000', '210253.691000', '210253.694000', '210253.696000', '210253.699000', '210253.701000', '210253.704000', '210253.707000', '210253.709000', '210253.712000', '210253.714000', '210253.717000', '210253.719000', '210253.722000', '210253.725000', '210253.727000', '210253.730000', '210253.733000', '210253.735000', '210253.738000', '210253.741000', '210253.743000', '210253.746000', '210253.749000', '210253.751000', '210253.755000', '210253.758000', '210313.647000', '210313.649000', '210313.652000', '210313.655000', '210313.657000', '210313.660000', '210313.663000', '210313.665000', '210313.668000', '210313.670000', '210313.673000', '210313.675000', '210313.678000', '210313.681000', '210313.683000', '210313.686000', '210313.688000', '210313.691000', '210313.693000', '210313.696000', '210313.699000', '210313.701000', '210313.704000', '210313.707000', '210313.709000', '210313.712000', '210313.714000', '210313.717000', '210313.719000', '210313.722000', '210313.725000', '210313.727000', '210313.730000', '210313.732000', '210313.735000', '210313.738000', '210313.740000', '210313.743000', '210313.746000', '210313.748000', '210313.751000', '210313.753000', '210313.756000', '210313.759000', '210333.646000', '210333.649000', '210333.652000', '210333.654000', '210333.657000', '210333.660000', '210333.662000', '210333.665000', '210333.667000', '210333.670000', '210333.672000', '210333.675000', '210333.678000', '210333.680000', '210333.683000', '210333.685000', '210333.688000', '210333.691000', '210333.693000', '210333.696000', '210333.699000', '210333.701000', '210333.704000', '210333.706000', '210333.709000', '210333.712000', '210333.715000', '210333.718000', '210333.721000', '210333.723000', '210333.726000', '210333.728000', '210333.731000', '210333.734000', '210333.736000', '210333.739000', '210333.741000', '210333.744000', '210333.746000', '210333.749000', '210333.752000', '210333.754000', '210333.757000', '210353.647000', '210353.649000', '210353.652000', '210353.655000', '210353.657000', '210353.660000', '210353.662000', '210353.665000', '210353.667000', '210353.670000', '210353.672000', '210353.675000', '210353.678000', '210353.680000', '210353.683000', '210353.685000', '210353.688000', '210353.708000', '210353.710000', '210353.713000', '210353.715000', '210353.718000', '210353.720000', '210353.723000', '210353.726000', '210353.728000', '210353.731000', '210353.733000', '210353.736000', '210353.739000', '210353.741000', '210353.744000', '210353.746000', '210353.749000', '210353.751000', '210353.754000', '210353.757000', '210353.759000', '210353.762000', '210353.764000', '210353.767000', '210353.769000', '210353.772000', '210353.775000', '210413.647000', '210413.650000', '210413.652000', '210413.655000', '210413.657000', '210413.660000', '210413.662000', '210413.665000', '210413.668000', '210413.670000', '210413.673000', '210413.675000', '210413.678000', '210413.680000', '210413.683000', '210413.686000', '210413.688000', '210413.691000', '210413.693000', '210413.696000', '210413.699000', '210413.701000', '210413.704000', '210413.706000', '210413.709000', '210413.712000', '210413.714000', '210413.717000', '210413.719000', '210413.722000', '210413.725000', '210413.727000', '210413.730000', '210413.732000', '210413.735000', '210413.738000', '210413.740000', '210413.743000', '210413.746000', '210413.748000', '210413.751000', '210413.754000', '210413.756000', '210433.646000', '210433.648000', '210433.651000', '210433.654000', '210433.656000', '210433.659000', '210433.662000', '210433.664000', '210433.667000', '210433.669000', '210433.672000', '210433.674000', '210433.677000', '210433.680000', '210433.682000', '210433.685000', '210433.687000', '210433.690000', '210433.692000', '210433.695000', '210433.698000', '210433.700000', '210433.703000', '210433.705000', '210433.708000', '210433.711000', '210433.713000', '210433.716000', '210433.719000', '210433.721000', '210433.724000', '210433.726000', '210433.729000', '210433.731000', '210433.736000', '210433.739000', '210433.741000', '210433.744000', '210433.746000', '210433.749000', '210433.751000', '210433.754000', '210433.757000', '210433.759000', '210453.647000', '210453.650000', '210453.652000', '210453.655000', '210453.657000', '210453.660000', '210453.662000', '210453.665000', '210453.668000', '210453.670000', '210453.673000', '210453.675000', '210453.678000', '210453.680000', '210453.683000', '210453.686000', '210453.688000', '210453.691000', '210453.693000', '210453.696000', '210453.698000', '210453.701000', '210453.704000', '210453.706000', '210453.709000', '210453.711000', '210453.714000', '210453.716000', '210453.719000', '210453.722000', '210453.724000', '210453.727000', '210453.729000', '210453.732000', '210453.735000', '210453.737000', '210453.740000', '210453.742000', '210453.745000', '210453.748000', '210453.750000', '210453.753000', '210453.755000', '210513.647000', '210513.650000', '210513.652000', '210513.655000', '210513.657000', '210513.660000', '210513.662000', '210513.665000', '210513.668000', '210513.670000', '210513.673000', '210513.675000', '210513.678000', '210513.680000', '210513.683000', '210513.686000', '210513.688000', '210513.691000', '210513.693000', '210513.696000', '210513.698000', '210513.701000', '210513.703000', '210513.706000', '210513.709000', '210513.711000', '210513.714000', '210513.716000', '210513.719000', '210513.722000', '210513.724000', '210513.727000', '210513.729000', '210513.732000', '210513.735000', '210513.737000', '210513.740000', '210513.742000', '210513.745000', '210513.748000', '210513.750000', '210513.753000', '210513.786000', '210513.789000', '210533.647000', '210533.649000', '210533.652000', '210533.655000', '210533.657000', '210533.660000', '210533.662000', '210533.665000', '210533.667000', '210533.670000', '210533.673000', '210533.675000', '210533.678000', '210533.680000', '210533.683000', '210533.685000', '210533.688000', '210533.691000', '210533.693000', '210533.696000', '210533.698000', '210533.701000', '210533.704000', '210533.706000', '210533.709000', '210533.711000', '210533.714000', '210533.717000', '210533.719000', '210533.722000', '210533.724000', '210533.727000', '210533.730000', '210533.732000', '210533.735000', '210533.738000', '210533.740000', '210533.743000', '210533.745000', '210533.748000', '210533.750000', '210533.753000', '210533.756000', '210553.647000', '210553.649000', '210553.652000', '210553.654000', '210553.657000', '210553.660000', '210553.662000', '210553.665000', '210553.667000', '210553.670000', '210553.672000', '210553.675000', '210553.678000', '210553.680000', '210553.683000', '210553.685000', '210553.688000', '210553.691000', '210553.693000', '210553.696000', '210553.698000', '210553.701000', '210553.703000', '210553.706000', '210553.709000', '210553.711000', '210553.714000', '210553.717000', '210553.719000', '210553.722000', '210553.724000', '210553.727000', '210553.729000', '210553.732000', '210553.735000', '210553.737000', '210553.740000', '210553.742000', '210553.745000', '210553.747000', '210553.750000', '210553.753000', '210553.755000', '210553.758000', '210613.647000', '210613.649000', '210613.652000', '210613.655000', '210613.657000', '210613.660000', '210613.662000', '210613.665000', '210613.667000', '210613.670000', '210613.673000', '210613.675000', '210613.678000', '210613.680000', '210613.683000', '210613.685000', '210613.688000', '210613.691000', '210613.693000', '210613.696000', '210613.698000', '210613.701000', '210613.703000', '210613.706000', '210613.709000', '210613.711000', '210613.714000', '210613.716000', '210613.719000', '210613.721000', '210613.724000', '210613.727000', '210613.729000', '210613.732000', '210613.734000', '210613.737000', '210613.739000', '210613.742000', '210613.745000', '210613.747000', '210613.750000', '210613.752000', '210613.755000', '210633.647000', '210633.649000', '210633.652000', '210633.655000', '210633.658000', '210633.660000', '210633.663000', '210633.665000', '210633.668000', '210633.671000', '210633.673000', '210633.676000', '210633.679000', '210633.681000', '210633.684000', '210633.687000', '210633.689000', '210633.692000', '210633.695000', '210633.697000', '210633.700000', '210633.702000', '210633.705000', '210633.708000', '210633.710000', '210633.713000', '210633.716000', '210633.718000', '210633.721000', '210633.723000', '210633.726000', '210633.729000', '210633.731000', '210633.734000', '210633.736000', '210633.739000', '210633.742000', '210633.744000', '210633.747000', '210633.750000', '210633.752000', '210633.755000', '210633.757000', '210633.760000', '210653.645000', '210653.648000', '210653.651000', '210653.653000', '210653.656000', '210653.659000', '210653.661000', '210653.664000', '210653.666000', '210653.669000', '210653.672000', '210653.674000', '210653.677000', '210653.679000', '210653.682000', '210653.684000', '210653.687000', '210653.690000', '210653.692000', '210653.695000', '210653.697000', '210653.700000', '210653.702000', '210653.705000', '210653.708000', '210653.710000', '210653.713000', '210653.715000', '210653.718000', '210653.721000', '210653.723000', '210653.726000', '210653.728000', '210653.731000', '210653.734000', '210653.736000', '210653.739000', '210653.741000', '210653.744000', '210653.746000', '210653.749000', '210653.752000', '210653.754000', '210713.647000', '210713.649000', '210713.652000', '210713.655000', '210713.657000', '210713.660000', '210713.662000', '210713.665000', '210713.668000', '210713.670000', '210713.673000', '210713.675000', '210713.678000', '210713.680000', '210713.683000', '210713.686000', '210713.688000', '210713.691000', '210713.693000', '210713.696000', '210713.699000', '210713.701000', '210713.704000', '210713.706000', '210713.709000', '210713.712000', '210713.714000', '210713.717000', '210713.719000', '210713.722000', '210713.725000', '210713.727000', '210713.730000', '210713.732000', '210713.735000', '210713.737000', '210713.740000', '210713.743000', '210713.745000', '210713.748000', '210713.750000', '210713.753000', '210713.755000', '210713.758000', '210733.647000', '210733.649000', '210733.652000', '210733.655000', '210733.657000', '210733.660000', '210733.662000', '210733.665000', '210733.668000', '210733.670000', '210733.673000', '210733.675000', '210733.678000', '210733.680000', '210733.683000', '210733.686000', '210733.688000', '210733.691000', '210733.693000', '210733.696000', '210733.698000', '210733.701000', '210733.704000', '210733.706000', '210733.709000', '210733.711000', '210733.714000', '210733.716000', '210733.719000', '210733.722000', '210733.724000', '210733.727000', '210733.729000', '210733.732000', '210733.735000', '210733.737000', '210733.740000', '210733.742000', '210733.745000', '210733.748000', '210733.750000', '210733.753000', '210733.755000', '210753.646000', '210753.649000', '210753.652000', '210753.654000', '210753.657000', '210753.660000', '210753.662000', '210753.665000', '210753.667000', '210753.670000', '210753.673000', '210753.676000', '210753.679000', '210753.681000', '210753.684000', '210753.687000', '210753.689000', '210753.692000', '210753.694000', '210753.697000', '210753.700000', '210753.702000', '210753.705000', '210753.708000', '210753.710000', '210753.713000', '210753.715000', '210753.718000', '210753.720000', '210753.723000', '210753.726000', '210753.729000', '210753.731000', '210753.734000', '210753.737000', '210753.739000', '210753.742000', '210753.745000', '210753.747000', '210753.750000', '210753.752000', '210753.755000', '210753.757000', '210753.760000', '210813.647000', '210813.649000', '210813.652000', '210813.655000', '210813.657000', '210813.660000', '210813.662000', '210813.665000', '210813.668000', '210813.670000', '210813.673000', '210813.676000', '210813.678000', '210813.681000', '210813.683000', '210813.686000', '210813.689000', '210813.691000', '210813.694000', '210813.696000', '210813.699000', '210813.702000', '210813.704000', '210813.707000', '210813.709000', '210813.712000', '210813.715000', '210813.717000', '210813.720000', '210813.722000', '210813.725000', '210813.728000', '210813.730000', '210813.733000', '210813.735000', '210813.738000', '210813.741000', '210813.743000', '210813.746000', '210813.748000', '210813.751000', '210813.754000', '210813.756000', '210833.647000', '210833.650000', '210833.652000', '210833.655000', '210833.658000', '210833.660000', '210833.663000', '210833.666000', '210833.668000', '210833.671000', '210833.673000', '210833.676000', '210833.678000', '210833.681000', '210833.684000', '210833.686000', '210833.689000', '210833.691000', '210833.694000', '210833.697000', '210833.699000', '210833.702000', '210833.705000', '210833.707000', '210833.710000', '210833.712000', '210833.715000', '210833.718000', '210833.720000', '210833.723000', '210833.726000', '210833.728000', '210833.731000', '210833.734000', '210833.736000', '210833.739000', '210833.741000', '210833.744000', '210833.747000', '210833.749000', '210833.752000', '210833.754000', '210833.757000', '210853.647000', '210853.650000', '210853.652000', '210853.655000', '210853.657000', '210853.660000', '210853.663000', '210853.665000', '210853.668000', '210853.670000', '210853.673000', '210853.675000', '210853.678000', '210853.681000', '210853.683000', '210853.686000', '210853.688000', '210853.691000', '210853.693000', '210853.696000', '210853.699000', '210853.701000', '210853.704000', '210853.707000', '210853.709000', '210853.712000', '210853.714000', '210853.717000', '210853.719000', '210853.722000', '210853.725000', '210853.727000', '210853.730000', '210853.732000', '210853.735000', '210853.737000', '210853.740000', '210853.743000', '210853.745000', '210853.748000', '210853.750000', '210853.753000', '210853.755000', '210853.758000', '210913.646000', '210913.648000', '210913.651000', '210913.654000', '210913.656000', '210913.659000', '210913.662000', '210913.664000', '210913.667000', '210913.669000', '210913.672000', '210913.675000', '210913.677000', '210913.680000', '210913.682000', '210913.685000', '210913.688000', '210913.702000', '210913.704000', '210913.707000', '210913.709000', '210913.713000', '210913.716000', '210913.718000', '210913.721000', '210913.724000', '210913.726000', '210913.729000', '210913.731000', '210913.734000', '210913.737000', '210913.739000', '210913.742000', '210913.744000', '210913.747000', '210913.750000', '210913.752000', '210913.755000', '210913.757000', '210913.760000', '210913.763000', '210913.765000', '210913.768000', '210933.647000', '210933.649000', '210933.652000', '210933.655000', '210933.657000', '210933.660000', '210933.663000', '210933.665000', '210933.668000', '210933.670000', '210933.673000', '210933.676000', '210933.678000', '210933.681000', '210933.684000', '210933.686000', '210933.689000', '210933.691000', '210933.694000', '210933.697000', '210933.699000', '210933.702000', '210933.705000', '210933.707000', '210933.710000', '210933.712000', '210933.715000', '210933.717000', '210933.720000', '210933.723000', '210933.725000', '210933.728000', '210933.730000', '210933.733000', '210933.736000', '210933.738000', '210933.741000', '210933.743000', '210933.746000', '210933.749000', '210933.751000', '210933.754000', '210933.756000', '210933.759000', '210953.646000', '210953.649000', '210953.652000', '210953.654000', '210953.657000', '210953.660000', '210953.662000', '210953.665000', '210953.667000', '210953.670000', '210953.673000', '210953.675000', '210953.678000', '210953.680000', '210953.683000', '210953.685000', '210953.688000', '210953.691000', '210953.693000', '210953.696000', '210953.698000', '210953.701000', '210953.704000', '210953.706000', '210953.709000', '210953.711000', '210953.714000', '210953.720000', '210953.722000', '210953.725000', '210953.728000', '210953.730000', '210953.733000', '210953.735000', '210953.738000', '210953.740000', '210953.743000', '210953.746000', '210953.748000', '210953.751000', '210953.754000', '210953.756000', '210953.759000', '210953.761000', '211013.647000', '211013.649000', '211013.652000', '211013.655000', '211013.657000', '211013.660000', '211013.662000', '211013.665000', '211013.668000', '211013.670000', '211013.673000', '211013.675000', '211013.678000', '211013.681000', '211013.683000', '211013.686000', '211013.688000', '211013.691000', '211013.693000', '211013.696000', '211013.699000', '211013.701000', '211013.704000', '211013.706000', '211013.709000', '211013.711000', '211013.714000', '211013.717000', '211013.719000', '211013.722000', '211013.724000', '211013.727000', '211013.730000', '211013.732000', '211013.735000', '211013.737000', '211013.740000', '211013.742000', '211013.745000', '211013.748000', '211013.750000', '211013.753000', '211013.755000', '211033.647000', '211033.650000', '211033.652000', '211033.655000', '211033.657000', '211033.660000', '211033.663000', '211033.665000', '211033.668000', '211033.670000', '211033.673000', '211033.675000', '211033.678000', '211033.681000', '211033.683000', '211033.686000', '211033.689000', '211033.691000', '211033.694000', '211033.697000', '211033.699000', '211033.702000', '211033.704000', '211033.707000', '211033.709000', '211033.712000', '211033.715000', '211033.717000', '211033.720000', '211033.723000', '211033.725000', '211033.728000', '211033.730000', '211033.733000', '211033.736000', '211033.738000', '211033.741000', '211033.743000', '211033.746000', '211033.748000', '211033.752000', '211033.755000', '211033.757000', '211053.647000', '211053.650000', '211053.652000', '211053.655000', '211053.658000', '211053.660000', '211053.663000', '211053.665000', '211053.668000', '211053.670000', '211053.673000', '211053.676000', '211053.678000', '211053.681000', '211053.683000', '211053.686000', '211053.688000', '211053.691000', '211053.694000', '211053.696000', '211053.699000', '211053.701000', '211053.704000', '211053.706000', '211053.709000', '211053.712000', '211053.714000', '211053.717000', '211053.719000', '211053.722000', '211053.725000', '211053.727000', '211053.730000', '211053.732000', '211053.735000', '211053.738000', '211053.740000', '211053.743000', '211053.745000', '211053.748000', '211053.750000', '211053.753000', '211053.756000', '211053.758000', '211113.647000', '211113.649000', '211113.652000', '211113.654000', '211113.657000', '211113.660000', '211113.662000', '211113.665000', '211113.667000', '211113.670000', '211113.673000', '211113.675000', '211113.678000', '211113.680000', '211113.683000', '211113.686000', '211113.688000', '211113.691000', '211113.693000', '211113.696000', '211113.699000', '211113.701000', '211113.704000', '211113.706000', '211113.709000', '211113.712000', '211113.714000', '211113.717000', '211113.719000', '211113.722000', '211113.725000', '211113.727000', '211113.730000', '211113.732000', '211113.735000', '211113.738000', '211113.741000', '211113.744000', '211113.747000', '211113.749000', '211113.752000', '211113.755000', '211113.757000', '211133.646000', '211133.648000', '211133.651000', '211133.654000', '211133.656000', '211133.659000', '211133.662000', '211133.664000', '211133.667000', '211133.669000', '211133.672000', '211133.674000', '211133.677000', '211133.680000', '211133.682000', '211133.685000', '211133.687000', '211133.690000', '211133.693000', '211133.695000', '211133.698000', '211133.700000', '211133.703000', '211133.706000', '211133.708000', '211133.711000', '211133.743000', '211133.746000', '211133.749000', '211133.751000', '211133.754000', '211133.756000', '211133.759000', '211133.761000', '211133.764000', '211133.767000', '211133.769000', '211133.772000', '211133.775000', '211133.777000', '211133.780000', '211133.782000', '211133.785000', '211133.788000', '211153.647000', '211153.649000', '211153.652000', '211153.654000', '211153.657000', '211153.660000', '211153.662000', '211153.665000', '211153.667000', '211153.670000', '211153.673000', '211153.675000', '211153.678000', '211153.680000', '211153.683000', '211153.685000', '211153.688000', '211153.691000', '211153.693000', '211153.696000', '211153.698000', '211153.701000', '211153.703000', '211153.706000', '211153.709000', '211153.711000', '211153.714000', '211153.716000', '211153.719000', '211153.722000', '211153.724000', '211153.727000', '211153.729000', '211153.732000', '211153.734000', '211153.737000', '211153.739000', '211153.742000', '211153.745000', '211153.747000', '211153.750000', '211153.752000', '211153.755000', '211213.647000', '211213.649000', '211213.652000', '211213.655000', '211213.657000', '211213.660000', '211213.662000', '211213.665000', '211213.667000', '211213.670000', '211213.673000', '211213.675000', '211213.678000', '211213.680000', '211213.683000', '211213.685000', '211213.688000', '211213.691000', '211213.693000', '211213.696000', '211213.698000', '211213.701000', '211213.703000', '211213.706000', '211213.709000', '211213.711000', '211213.714000', '211213.717000', '211213.719000', '211213.722000', '211213.724000', '211213.727000', '211213.729000', '211213.732000', '211213.735000', '211213.737000', '211213.740000', '211213.742000', '211213.745000', '211213.747000', '211213.750000', '211213.753000', '211213.755000', '211213.758000', '211233.647000', '211233.650000', '211233.652000', '211233.655000', '211233.657000', '211233.660000', '211233.663000', '211233.665000', '211233.668000', '211233.670000', '211233.673000', '211233.676000', '211233.678000', '211233.681000', '211233.683000', '211233.686000', '211233.688000', '211233.691000', '211233.694000', '211233.696000', '211233.699000', '211233.701000', '211233.704000', '211233.706000', '211233.709000', '211233.712000', '211233.714000', '211233.717000', '211233.719000', '211233.722000', '211233.724000', '211233.727000', '211233.730000', '211233.732000', '211233.735000', '211233.738000', '211233.740000', '211233.743000', '211233.745000', '211233.748000', '211233.750000', '211233.753000', '211233.756000', '211253.647000', '211253.649000', '211253.652000', '211253.655000', '211253.657000', '211253.660000', '211253.663000', '211253.665000', '211253.668000', '211253.670000', '211253.673000', '211253.675000', '211253.678000', '211253.681000', '211253.683000', '211253.686000', '211253.688000', '211253.691000', '211253.693000', '211253.696000', '211253.699000', '211253.701000', '211253.704000', '211253.707000', '211253.709000', '211253.712000', '211253.714000', '211253.717000', '211253.720000', '211253.722000', '211253.725000', '211253.727000', '211253.730000', '211253.733000', '211253.735000', '211253.738000', '211253.740000', '211253.743000', '211253.746000', '211253.748000', '211253.751000', '211253.753000', '211253.756000', '211253.758000', '211313.647000', '211313.650000', '211313.652000', '211313.655000', '211313.657000', '211313.660000', '211313.662000', '211313.665000', '211313.668000', '211313.670000', '211313.673000', '211313.675000', '211313.678000', '211313.681000', '211313.683000', '211313.686000', '211313.689000', '211313.691000', '211313.694000', '211313.696000', '211313.699000', '211313.702000', '211313.704000', '211313.707000', '211313.709000', '211313.712000', '211313.715000', '211313.717000', '211313.720000', '211313.723000', '211313.725000', '211313.728000', '211313.730000', '211313.733000', '211313.736000', '211313.738000', '211313.741000', '211313.743000', '211313.746000', '211313.749000', '211313.751000', '211313.754000', '211313.756000', '211322.497000', '211322.499000', '211322.502000', '211322.505000', '211322.508000', '211322.510000', '211322.513000', '211322.516000', '211322.518000', '211322.521000', '211322.524000', '211322.526000', '211322.529000', '211322.532000', '211322.535000', '211322.537000', '211322.540000', '211322.543000', '211322.546000', '211322.548000'], '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': [6495, 6523, 6877, 6475, 6616, 6706, 6213, 6878, 6214, 7193, 8316, 6691, 9157, 6774, 8377, 6780, 8166, 6426, 7794, 6040, 7191, 6207, 6886, 8291, 6930, 6203, 6886, 6320, 7228, 9327, 6920, 9337, 7219, 8664, 6716, 8368, 6925, 8768, 6652, 8020, 6450, 7996, 6293, 6987, 7825, 6838, 8156, 6637, 8315, 6835, 7559, 6788, 8074, 6738, 9035, 7311, 8954, 6734, 8289, 6352, 8273, 6196, 7718, 6382, 7922, 6103, 8355, 6633, 8484, 6367, 8521, 6894, 8625, 6225, 8418, 6320, 7953, 6439, 6928, 6370, 6757, 7060, 6959, 7665, 7092, 6149, 7258, 6260, 8123, 6505, 7684, 6517, 7115, 9807, 7187, 8910, 6886, 7975, 6076, 7609, 6061, 6890, 6322, 7463, 6234, 7565, 6173, 8140, 6299, 8646, 6538, 8589, 6829, 8406, 6329, 8467, 6331, 7850, 6120, 8241, 6329, 7937, 6314, 7424, 6612, 6128, 7134, 6238, 7988, 6938, 6888, 6184, 7011, 6073, 7127, 6269, 8014, 6245, 8565, 6814, 6602, 6951, 6093, 8749, 6474, 9003, 7144, 7620, 6702, 6143, 7386, 6169, 8060, 6150, 8208, 6188, 8794, 6509, 8410, 6602, 6105, 6679, 6136, 7468, 6561, 6031, 7641, 6370, 8328, 6703, 6341, 7320, 6163, 7871, 6115, 8745, 6283, 8567, 6976, 7280, 6585, 6017, 6938, 6118, 7693, 6494, 6517, 7638, 6427, 6869, 6677, 6174, 8891, 6517, 6721, 7427, 6346, 9077, 6749, 7233, 6790, 6266, 9598, 6936, 6643, 7088, 6412, 7822, 7422, 6415, 9679, 7485, 6481, 8214, 7001, 9354, 7652, 6457, 7973, 6187, 8944, 6879, 9275, 7353, 6177, 7816, 6019, 8814, 7030, 8205, 7404, 7094, 7937, 6825, 8584, 7784, 6609, 8784, 6871, 9636, 7721, 6683, 7894, 6838, 8455, 7717, 6685, 9306, 7374, 7341, 8198, 6972, 9534, 7556, 6836, 7527, 6713, 9484, 7663, 6739, 7677, 6319, 8507, 7361, 9254, 7664, 6707, 7664, 7276, 8116, 6999, 6273, 8292, 6883, 6414, 7800, 7502, 7088, 7625, 7137, 6260, 10006, 6770, 9413, 7101, 8934, 6615, 8714, 6660, 8477, 6946, 6985, 8077, 6542, 6616, 7396, 6348, 8838, 6649, 6843, 7016, 6887, 9903, 7110, 10499, 7100, 9444, 6787, 8857, 6679, 8076, 6487, 9085, 7036, 7130, 6448, 6328, 7655, 7104, 6321, 8383, 6856, 10236, 7048, 9917, 6874, 7967, 6451, 6719, 7978, 6752, 6624, 7709, 6808, 7514, 6814, 6447, 8212, 7179, 9358, 6817, 10028, 7634, 8831, 7259, 6939, 6660, 7339, 7291, 8931, 7410, 6221, 7087, 6280, 7963, 6570, 9356, 7355, 9571, 7103, 7256, 7169, 10409, 7195, 9279, 7180, 9152, 7087, 8846, 7405, 8501, 7425, 6451, 7680, 7057, 8920, 6567, 9699, 7219, 8229, 7705, 7036, 9540, 8196, 7208, 7542, 6438, 7473, 10075, 7409, 9033, 7482, 8477, 7079, 8185, 6703, 7986, 6190, 8109, 6136, 8238, 6449, 8285, 6619, 8521, 6277, 8659, 6212, 9101, 6879, 8439, 6269, 7219, 8076, 7475, 9017, 7360, 8593, 7492, 6623, 8378, 6486, 9381, 7323, 8997, 7416, 10017, 6504, 8211, 9354, 7118, 7861, 6328, 7696, 6133, 7313, 9331, 7384, 8926, 7558, 6153, 7909, 6593, 8879, 10711, 8001, 9344, 7018, 8199, 6187, 7464, 6935, 7439, 7823, 7772, 6372, 7348, 6604, 8248, 9888, 7556, 8772, 7279, 8908, 6305, 8005, 6404, 7630, 7160, 7454, 9574, 6804, 8572, 6554, 7979, 6359, 7297, 8557, 7370, 8933, 7153, 9288, 7012, 7942, 6513, 7235, 6306, 7074, 9804, 6840, 8965, 7367, 7874, 6949, 6718, 7006, 9432, 6760, 8718, 6232, 7018, 10056, 6995, 8841, 7180, 7955, 6470, 7813, 6703, 7072, 9223, 7087, 8935, 6384, 7883, 6381, 7422, 6852, 7487, 6484, 7295, 9087, 7258, 9867, 7540, 8666, 6391, 7883, 6254, 7515, 9259, 7228, 9114, 6686, 8630, 6377, 7913, 6257, 7279, 9842, 7087, 9037, 7321, 8343, 6301, 7888, 6518, 7661, 6570, 7253, 9790, 7187, 9372, 7424, 8429, 6502, 8356, 6407, 8070, 7141, 7638, 9815, 7569, 9539, 7029, 8988, 6953, 8667, 6394, 8271, 6034, 7546, 6478, 7185, 6507, 7308, 6275, 7954, 7112, 7094, 10320, 7692, 9040, 6604, 7835, 6205, 7398, 6661, 7484, 9908, 6669, 9001, 6912, 7910, 6370, 7779, 6381, 7665, 7645, 7363, 6504, 7150, 10305, 7145, 9391, 7219, 8330, 6327, 7066, 7916, 7230, 9182, 7136, 9062, 6670, 8843, 7112, 8594, 6993, 8937, 6587, 8784, 6394, 8326, 6064, 8184, 7177, 8777, 6718, 7091, 6180, 7397, 6419, 8679, 6715, 6534, 7468, 6230, 8839, 7765, 7424, 10493, 6797, 8919, 6447, 8249, 6333, 7645, 6335, 7524, 6242, 7032, 6163, 7014, 6176, 6826, 7947, 7060, 7208, 6927, 10215, 6814, 9284, 7366, 8508, 6350, 7964, 6724, 7373, 7548, 7213, 9252, 7062, 9507, 6993, 9106, 7207, 8567, 6370, 8202, 6404, 7424, 6426, 7283, 6256, 7614, 9971, 7322, 8831, 6929, 8040, 6374, 6979, 6394, 6282, 6791, 6672, 8405, 6666, 9210, 6458, 6829, 10757, 7511, 8874, 6321, 7248, 7962, 6707, 8767, 6648, 7915, 6559, 7079, 6108, 6931, 8567, 6912, 9407, 6417, 8057, 6380, 6867, 6615, 6778, 9655, 6666, 8634, 6502, 7838, 6370, 7744, 7577, 6711, 9774, 7214, 8899, 6370, 8080, 6299, 7198, 7846, 7013, 10058, 6749, 8776, 6565, 8060, 6170, 6936, 10173, 6605, 9106, 7005, 8047, 6338, 7211, 7420, 7018, 9335, 6407, 8805, 6281, 8296, 6298, 8497, 6564, 8810, 7068, 8958, 7384, 6943, 7489, 10544, 6771, 8726, 7966, 6890, 9090, 6274, 7713, 6367, 7088, 6650, 7494, 6314, 7988, 6730, 7919, 6273, 9062, 6996, 9912, 6931, 8550, 6260, 7898, 6668, 7949, 6256, 8095, 6455, 8720, 6563, 8850, 6952, 9419, 7170, 7470, 7063, 10303, 6901, 8811, 7333, 8523, 6390, 8391, 6375, 8357, 6452, 8580, 6341, 8304, 6258, 9173, 6546, 8724, 6511, 8173, 6802, 9544, 7255, 9195, 6498, 8253, 6222, 7589, 6821, 7992, 6213, 8787, 6740, 7671, 6936, 6808, 6800, 8225, 7257, 6330, 7162, 6566, 7035, 10321, 7394, 8925, 6594, 8566, 6644, 8568, 6825, 8282, 6455, 6344, 6491, 6400, 7063, 6202, 7065, 8744, 6729, 8297, 6861, 6420, 7109, 6182, 8629, 6641, 7504, 6293, 7342, 6285, 7022, 9634, 7258, 8472, 7269, 6735, 6643, 6415, 7093, 6520, 6534, 6643, 6516, 8216, 8998, 7055, 10165, 7938, 7917, 6774, 6389, 7232, 6436, 7844, 6194, 6747, 7504, 6819, 8825, 6475, 9464, 6674, 8823, 6990, 8492, 6617, 8335, 6435, 8677, 6438, 8735, 6417, 8403, 6394, 8808, 6368, 8287, 6290, 7448, 7321, 6822, 10146, 7050, 9525, 6828, 8259, 6756, 8200, 6226, 7838, 6216, 8130, 6408, 7084, 6489, 6827, 7826, 6823, 9777, 7237, 7678, 6721, 7673, 6445, 9983, 7023, 9014, 6658, 9010, 6561, 8568, 6358, 7784, 6546, 7473, 6481, 8299, 6518, 7213, 6225, 7396, 6770, 7423, 9113, 7148, 8183, 6559, 8917, 6418, 9512, 7076, 8613, 6628, 8688, 6498, 8194, 6241, 8500, 6284, 8057, 6302, 7916, 6528, 6666, 8927, 6692, 9320, 6554, 8314, 6398, 7845, 6090, 7632, 6487, 8083, 6551, 8213, 6339, 7946, 6357, 7214, 6701, 6950, 10283, 6613, 9149, 7312, 8638, 6485, 7889, 6306, 7579, 6623, 7394, 6465, 6936, 10008, 7341, 8893, 6911, 8764, 6822, 8594, 6527, 8344, 6738, 7150, 7546, 6915, 9149, 6536, 9116, 6636, 8904, 6599, 8275, 6404, 7767, 6629, 7954, 6320, 7597, 6575, 7238, 8757, 6870, 7943, 6700, 9979, 6879, 9202, 7435, 8967, 6484, 8043, 6684, 8612, 6493, 8390, 6528, 8582, 6506, 7615, 6829, 6867, 10213, 7072, 8989, 6898, 8955, 6593, 8356, 6609, 8156, 6187, 8015, 6282, 8300, 6578, 8265, 6166, 8321, 6321, 8359, 6310, 6694, 9538, 6659, 9267, 7053, 8431, 6614, 8435, 6817, 8682, 6772, 8669, 6694, 8513, 6807, 8976, 7296, 8714, 6781, 8979, 6961, 9172, 7286, 8759, 6243, 7876, 6465, 7558, 6214, 7429, 6492, 7291, 10076, 7192, 9046, 7168, 9118, 7050, 8746, 6689, 8479, 6296, 8456, 6529, 8409, 6506, 8601, 6417, 8931, 6920, 9061, 6456, 8655, 6365, 7481, 8212, 6744, 10042, 7383, 9115, 6962, 8514, 6701, 8597, 6697, 8189, 6257, 7682, 6484, 8747, 6416, 8446, 6321, 7616, 8734, 6905, 9552, 6975, 9120, 7343, 8798, 6798, 8689, 6356, 8163, 6879, 7949, 6671, 7686, 6181, 8095, 6848, 7492, 6865, 7624, 6400, 7322, 9978, 7354, 8969, 7407, 8358, 6257, 7963, 6585, 7110, 6462, 7782, 6291, 9214, 6846, 6214, 7690, 6461, 9496, 8960, 7335, 10481, 6586, 8765, 6516, 7430, 6346, 7167, 6583, 7027, 9735, 6916, 8388, 6839, 6330, 7049, 6487, 7187, 8458, 7259, 8167, 7496, 10230, 7249, 9104, 7309, 9139, 6585, 8207, 6294, 7386, 6257, 7297, 6583, 7382, 10033, 7227, 9197, 6965, 8655, 6667, 8283, 6552, 8182, 6496, 8045, 6443, 7058, 9248, 7373, 9318, 6530, 8310, 6465, 7316, 6501, 7195, 7902, 7303, 9524, 6805, 8932, 6517, 8077, 6855, 7673, 8003, 7234, 9842, 6841, 8852, 7025, 8581, 6605, 8462, 6732, 8594, 6652, 8889, 6267, 8235, 6553, 7656, 6203, 7800, 10480, 7236, 9243, 7057, 8153, 6352, 7341, 6315, 8001, 6800, 6876, 6624, 6412, 7951, 6396, 7298, 7505, 10348, 7450, 9082, 6921, 7215, 9811, 6738, 8705, 7066, 7684, 6855, 6656, 7001, 9290, 6828, 8851, 6558, 7892, 6547, 6992, 7685, 6939, 9239, 6548, 8726, 6917, 8274, 6655, 8177, 6296, 8054, 6793, 7032, 6326, 7241, 7893, 7379, 10116, 6767, 9122, 6682, 8556, 6325, 7986, 6056, 7694, 7254, 7043, 9107, 7168, 9688, 6875, 8880, 7031, 8578, 6828, 8560, 6770, 8808, 6936, 8514, 6840, 7905, 6665, 7333, 6320, 7221, 9835, 7227, 9051, 7013, 8053, 7104, 7614, 7336, 6687, 7153, 6659, 8142, 6674, 7672, 6586, 7579, 10648, 7127, 9036, 6941, 8617, 6576, 8187, 7020, 8071, 6427, 7932, 6400, 7825, 6330, 7688, 6285, 7362, 6544, 7171, 7924, 7322, 10173, 7022, 9123, 7431, 8788, 6492, 8530, 6509, 8301, 6829, 8525, 6603, 8854, 6482, 8740, 6679, 8002, 6934, 7538, 7233, 7509, 9735, 7381, 9803, 7156, 8826, 7339, 8568, 6873, 8216, 6484, 8157, 6347, 7791, 6365, 7667, 6402, 7686, 6625, 7964, 6585, 7957, 7149, 7645, 6614, 7418, 6557, 7213, 9065, 7322, 9114, 7111, 9523, 6739, 9007, 6720, 8688, 6287, 7920, 6225, 8355, 6507, 7663, 6385, 7507, 6705, 7430, 6377, 7428, 6249, 7460, 9288, 7348, 10247, 7063, 8796, 6855, 8249, 6647, 7854, 6479, 7750, 6661, 7838, 6421, 8266, 6617, 7252, 6291, 7100, 9404, 7095, 9132, 7042, 7554, 7024, 7018, 7175, 8107, 7151, 9707, 7226, 9169, 7256, 8724, 6314, 8072, 6220, 7462, 6196, 7077, 7460, 7204, 9622, 7144, 9021, 6989, 7791, 7006, 7494, 7120, 9194, 7202, 6391, 7375, 6542, 7533, 10269, 7265, 9045, 6679, 8357, 6475, 8159, 6636, 7599, 6588, 7307, 6587, 7057, 6591, 7976, 6574, 8927, 6485, 8739, 6246, 8248, 6214, 7432, 6996, 7090, 6271, 7544, 6221, 8546, 6442, 7548, 6362, 8036, 6352, 7417, 7204, 7562, 6671, 7466, 6509, 8451, 6373, 9165, 6623, 8779, 6932, 8922, 7118, 6551, 7996, 6920, 7313, 7444, 6928, 8599, 10708, 7085, 9199, 7043, 7891, 6966, 7254, 7280, 6321, 7481, 6341, 7470, 6432, 8278, 6980, 9170, 6907, 8615, 6795, 7810, 6694, 8063, 6634, 8078, 6571, 8798, 7522, 6488, 7049, 6536, 7039, 10314, 7884, 8907, 7189, 8606, 7248, 8464, 7394, 8193, 7395, 7091, 7386, 7506, 7785, 6541, 7221, 6505, 7507, 8689, 7584, 6904, 7124, 6328, 7215, 7785, 7430, 6250, 7357, 6717, 8731, 6263, 9339, 6695, 9334, 6706, 8699, 6802, 8762, 6907, 7540, 6887, 8955, 7006, 9052, 7143, 7956, 7004, 7034, 7192, 7217, 6896, 6602, 6795, 6465, 7669, 6191, 8780, 6273, 8863, 6494, 8638, 6036, 9134, 6500, 8014, 6836, 6363, 7546, 6463, 8934, 6309, 8944, 6470, 7758, 6539, 6994, 6551, 7022, 6306, 6914, 6600, 8275, 6273, 8585, 6711, 6774, 6957, 6124, 8142, 6523, 9326, 6294, 9444, 7142, 7531, 6708, 6488, 7409, 6354, 8401, 6212, 9066, 6477, 8176, 6640, 6209, 7255, 6280, 7657, 6678, 6391, 7303, 6251, 8405, 6551, 6228, 8592, 6314, 9995, 6569, 9617, 6968, 9243, 6324, 8351, 6153, 7222, 6352, 7523, 6224, 7054, 6910, 6206, 7018, 6436, 7983, 6698, 6846, 6537, 8692, 6317, 9049, 6561, 9279, 7279, 6614, 6613, 6199, 8404, 10525, 7137, 8496, 6779, 6324, 7028, 6909, 6072, 7447, 6669, 6389, 8347, 6667, 10481, 6790, 10231, 6766, 8908, 6533, 8191, 6810, 8740, 6467, 9472, 7123, 7890, 6429, 6614, 6754, 6363, 9105, 7249, 9076, 6851, 10288, 6829, 8944, 6478, 6673, 6394, 7236, 6846, 9438, 6795, 6673, 7150, 7235, 9979, 7489, 10150, 7434, 10562, 7368, 10654, 7712, 9565, 7584, 6555, 6638, 7043, 7565, 6548, 7216, 8904, 6922, 6927, 9568, 6891, 10399, 7077, 10645, 7896, 9624, 6857, 8211, 6825, 7068, 6775, 6637], 'WindowCenter': [3739.0, 3736.0, 3732.0, 3722.0, 3718.0, 3731.0, 3719.0, 3731.0, 3708.0, 3732.0, 3750.0, 3731.0, 3761.0, 3728.0, 3739.0, 3718.0, 3748.0, 3718.0, 3740.0, 3707.0, 3730.0, 3706.0, 3731.0, 3739.0, 3729.0, 3707.0, 3733.0, 3717.0, 3741.0, 3751.0, 3734.0, 3751.0, 3737.0, 3750.0, 3719.0, 3741.0, 3719.0, 3751.0, 3718.0, 3730.0, 3707.0, 3740.0, 3705.0, 3719.0, 3726.0, 3717.0, 3725.0, 3717.0, 3737.0, 3718.0, 3728.0, 3720.0, 3739.0, 3732.0, 3750.0, 3729.0, 3753.0, 3717.0, 3739.0, 3706.0, 3739.0, 3709.0, 3749.0, 3719.0, 3738.0, 3708.0, 3758.0, 3730.0, 3753.0, 3721.0, 3752.0, 3730.0, 3758.0, 3709.0, 3742.0, 3707.0, 3740.0, 3707.0, 3718.0, 3707.0, 3718.0, 3716.0, 3729.0, 3727.0, 3729.0, 3707.0, 3729.0, 3718.0, 3741.0, 3708.0, 3740.0, 3718.0, 3730.0, 3760.0, 3724.0, 3749.0, 3716.0, 3732.0, 3694.0, 3727.0, 3695.0, 3725.0, 3706.0, 3729.0, 3708.0, 3741.0, 3708.0, 3740.0, 3719.0, 3757.0, 3720.0, 3752.0, 3721.0, 3753.0, 3721.0, 3752.0, 3719.0, 3740.0, 3709.0, 3751.0, 3721.0, 3751.0, 3733.0, 3743.0, 3734.0, 3723.0, 3746.0, 3722.0, 3757.0, 3732.0, 3732.0, 3710.0, 3733.0, 3711.0, 3732.0, 3721.0, 3753.0, 3733.0, 3765.0, 3735.0, 3745.0, 3747.0, 3735.0, 3773.0, 3736.0, 3766.0, 3746.0, 3745.0, 3736.0, 3723.0, 3745.0, 3723.0, 3755.0, 3721.0, 3753.0, 3710.0, 3761.0, 3721.0, 3751.0, 3732.0, 3721.0, 3736.0, 3725.0, 3745.0, 3746.0, 3725.0, 3758.0, 3737.0, 3768.0, 3748.0, 3736.0, 3747.0, 3725.0, 3757.0, 3725.0, 3764.0, 3723.0, 3754.0, 3733.0, 3742.0, 3733.0, 3722.0, 3744.0, 3735.0, 3757.0, 3749.0, 3748.0, 3767.0, 3748.0, 3747.0, 3749.0, 3737.0, 3778.0, 3737.0, 3747.0, 3759.0, 3736.0, 3777.0, 3737.0, 3745.0, 3737.0, 3735.0, 3777.0, 3746.0, 3734.0, 3746.0, 3735.0, 3755.0, 3745.0, 3735.0, 3779.0, 3747.0, 3735.0, 3754.0, 3735.0, 3764.0, 3743.0, 3720.0, 3742.0, 3710.0, 3753.0, 3720.0, 3758.0, 3731.0, 3708.0, 3729.0, 3709.0, 3752.0, 3720.0, 3739.0, 3730.0, 3717.0, 3741.0, 3720.0, 3739.0, 3731.0, 3720.0, 3741.0, 3720.0, 3750.0, 3730.0, 3718.0, 3730.0, 3720.0, 3739.0, 3730.0, 3721.0, 3751.0, 3730.0, 3729.0, 3742.0, 3719.0, 3757.0, 3730.0, 3717.0, 3729.0, 3719.0, 3749.0, 3730.0, 3718.0, 3729.0, 3709.0, 3741.0, 3731.0, 3749.0, 3730.0, 3719.0, 3732.0, 3731.0, 3754.0, 3732.0, 3721.0, 3752.0, 3731.0, 3721.0, 3753.0, 3744.0, 3733.0, 3744.0, 3734.0, 3721.0, 3777.0, 3721.0, 3754.0, 3718.0, 3739.0, 3707.0, 3738.0, 3706.0, 3725.0, 3718.0, 3727.0, 3740.0, 3719.0, 3718.0, 3742.0, 3722.0, 3767.0, 3733.0, 3731.0, 3734.0, 3732.0, 3771.0, 3732.0, 3764.0, 3719.0, 3756.0, 3707.0, 3739.0, 3705.0, 3727.0, 3705.0, 3739.0, 3718.0, 3716.0, 3709.0, 3718.0, 3741.0, 3732.0, 3721.0, 3756.0, 3731.0, 3772.0, 3732.0, 3764.0, 3707.0, 3729.0, 3692.0, 3706.0, 3711.0, 3703.0, 3703.0, 3726.0, 3717.0, 3725.0, 3719.0, 3718.0, 3750.0, 3729.0, 3755.0, 3719.0, 3760.0, 3729.0, 3737.0, 3730.0, 3715.0, 3708.0, 3714.0, 3717.0, 3736.0, 3716.0, 3694.0, 3716.0, 3705.0, 3727.0, 3717.0, 3751.0, 3727.0, 3754.0, 3718.0, 3715.0, 3718.0, 3757.0, 3718.0, 3736.0, 3705.0, 3734.0, 3704.0, 3734.0, 3715.0, 3725.0, 3716.0, 3707.0, 3749.0, 3718.0, 3758.0, 3716.0, 3755.0, 3729.0, 3738.0, 3733.0, 3731.0, 3761.0, 3740.0, 3729.0, 3730.0, 3707.0, 3728.0, 3751.0, 3716.0, 3725.0, 3715.0, 3726.0, 3704.0, 3725.0, 3703.0, 3726.0, 3693.0, 3727.0, 3694.0, 3737.0, 3709.0, 3740.0, 3708.0, 3737.0, 3705.0, 3738.0, 3695.0, 3740.0, 3704.0, 3729.0, 3693.0, 3717.0, 3724.0, 3717.0, 3734.0, 3718.0, 3736.0, 3729.0, 3718.0, 3741.0, 3718.0, 3750.0, 3742.0, 3764.0, 3742.0, 3764.0, 3706.0, 3728.0, 3748.0, 3730.0, 3739.0, 3704.0, 3729.0, 3694.0, 3717.0, 3734.0, 3714.0, 3734.0, 3725.0, 3694.0, 3727.0, 3716.0, 3751.0, 3765.0, 3728.0, 3736.0, 3704.0, 3715.0, 3679.0, 3703.0, 3688.0, 3701.0, 3710.0, 3715.0, 3691.0, 3717.0, 3704.0, 3740.0, 3746.0, 3728.0, 3737.0, 3715.0, 3737.0, 3693.0, 3725.0, 3692.0, 3715.0, 3701.0, 3716.0, 3747.0, 3703.0, 3725.0, 3704.0, 3727.0, 3703.0, 3718.0, 3736.0, 3717.0, 3739.0, 3719.0, 3748.0, 3716.0, 3729.0, 3705.0, 3729.0, 3703.0, 3719.0, 3754.0, 3709.0, 3737.0, 3728.0, 3737.0, 3731.0, 3716.0, 3729.0, 3762.0, 3718.0, 3741.0, 3695.0, 3718.0, 3747.0, 3717.0, 3738.0, 3716.0, 3727.0, 3706.0, 3730.0, 3704.0, 3717.0, 3747.0, 3717.0, 3749.0, 3709.0, 3738.0, 3705.0, 3728.0, 3715.0, 3727.0, 3705.0, 3731.0, 3747.0, 3729.0, 3750.0, 3727.0, 3739.0, 3708.0, 3737.0, 3704.0, 3728.0, 3746.0, 3726.0, 3747.0, 3715.0, 3738.0, 3706.0, 3729.0, 3705.0, 3730.0, 3747.0, 3716.0, 3737.0, 3715.0, 3726.0, 3704.0, 3726.0, 3703.0, 3727.0, 3705.0, 3719.0, 3746.0, 3715.0, 3749.0, 3715.0, 3737.0, 3706.0, 3737.0, 3704.0, 3738.0, 3715.0, 3729.0, 3745.0, 3726.0, 3745.0, 3718.0, 3749.0, 3728.0, 3755.0, 3708.0, 3738.0, 3707.0, 3727.0, 3705.0, 3729.0, 3705.0, 3731.0, 3718.0, 3743.0, 3727.0, 3730.0, 3759.0, 3729.0, 3749.0, 3717.0, 3728.0, 3694.0, 3728.0, 3704.0, 3728.0, 3753.0, 3707.0, 3739.0, 3715.0, 3728.0, 3707.0, 3728.0, 3705.0, 3731.0, 3726.0, 3730.0, 3707.0, 3717.0, 3757.0, 3717.0, 3750.0, 3728.0, 3737.0, 3705.0, 3719.0, 3726.0, 3729.0, 3746.0, 3717.0, 3747.0, 3724.0, 3750.0, 3725.0, 3737.0, 3731.0, 3749.0, 3718.0, 3741.0, 3707.0, 3740.0, 3698.0, 3739.0, 3717.0, 3755.0, 3716.0, 3722.0, 3706.0, 3732.0, 3721.0, 3750.0, 3718.0, 3719.0, 3729.0, 3711.0, 3767.0, 3730.0, 3730.0, 3758.0, 3705.0, 3725.0, 3692.0, 3725.0, 3692.0, 3715.0, 3704.0, 3727.0, 3703.0, 3716.0, 3694.0, 3719.0, 3695.0, 3720.0, 3727.0, 3719.0, 3727.0, 3729.0, 3766.0, 3718.0, 3751.0, 3728.0, 3738.0, 3705.0, 3729.0, 3703.0, 3717.0, 3724.0, 3718.0, 3747.0, 3717.0, 3755.0, 3717.0, 3751.0, 3716.0, 3738.0, 3706.0, 3740.0, 3704.0, 3716.0, 3705.0, 3730.0, 3704.0, 3726.0, 3746.0, 3716.0, 3736.0, 3704.0, 3727.0, 3706.0, 3714.0, 3706.0, 3717.0, 3717.0, 3730.0, 3752.0, 3732.0, 3766.0, 3708.0, 3722.0, 3759.0, 3717.0, 3738.0, 3704.0, 3718.0, 3724.0, 3704.0, 3737.0, 3705.0, 3727.0, 3704.0, 3718.0, 3693.0, 3720.0, 3736.0, 3720.0, 3747.0, 3705.0, 3741.0, 3704.0, 3706.0, 3705.0, 3719.0, 3754.0, 3706.0, 3737.0, 3707.0, 3730.0, 3709.0, 3731.0, 3726.0, 3708.0, 3749.0, 3716.0, 3739.0, 3705.0, 3729.0, 3693.0, 3718.0, 3724.0, 3717.0, 3746.0, 3704.0, 3737.0, 3706.0, 3728.0, 3693.0, 3715.0, 3743.0, 3706.0, 3736.0, 3703.0, 3726.0, 3692.0, 3714.0, 3713.0, 3718.0, 3734.0, 3708.0, 3736.0, 3706.0, 3736.0, 3706.0, 3738.0, 3709.0, 3738.0, 3719.0, 3749.0, 3732.0, 3731.0, 3734.0, 3763.0, 3706.0, 3740.0, 3725.0, 3720.0, 3751.0, 3707.0, 3728.0, 3704.0, 3745.0, 3729.0, 3731.0, 3705.0, 3729.0, 3703.0, 3727.0, 3704.0, 3746.0, 3717.0, 3761.0, 3715.0, 3736.0, 3692.0, 3725.0, 3690.0, 3711.0, 3690.0, 3712.0, 3692.0, 3736.0, 3703.0, 3734.0, 3717.0, 3748.0, 3719.0, 3727.0, 3719.0, 3747.0, 3715.0, 3736.0, 3714.0, 3724.0, 3692.0, 3725.0, 3704.0, 3724.0, 3704.0, 3737.0, 3704.0, 3738.0, 3707.0, 3747.0, 3706.0, 3737.0, 3706.0, 3737.0, 3719.0, 3749.0, 3731.0, 3751.0, 3705.0, 3726.0, 3693.0, 3716.0, 3704.0, 3727.0, 3693.0, 3736.0, 3717.0, 3726.0, 3729.0, 3716.0, 3719.0, 3737.0, 3728.0, 3706.0, 3719.0, 3705.0, 3717.0, 3747.0, 3716.0, 3736.0, 3704.0, 3725.0, 3704.0, 3736.0, 3705.0, 3736.0, 3708.0, 3704.0, 3717.0, 3705.0, 3720.0, 3705.0, 3720.0, 3735.0, 3706.0, 3726.0, 3708.0, 3704.0, 3716.0, 3706.0, 3751.0, 3716.0, 3731.0, 3706.0, 3729.0, 3704.0, 3719.0, 3747.0, 3718.0, 3726.0, 3718.0, 3704.0, 3717.0, 3705.0, 3719.0, 3719.0, 3718.0, 3730.0, 3720.0, 3754.0, 3748.0, 3719.0, 3747.0, 3716.0, 3713.0, 3705.0, 3704.0, 3714.0, 3705.0, 3740.0, 3693.0, 3708.0, 3714.0, 3707.0, 3735.0, 3704.0, 3742.0, 3703.0, 3734.0, 3714.0, 3736.0, 3706.0, 3728.0, 3705.0, 3736.0, 3705.0, 3738.0, 3706.0, 3738.0, 3705.0, 3738.0, 3706.0, 3739.0, 3704.0, 3717.0, 3713.0, 3706.0, 3745.0, 3705.0, 3735.0, 3703.0, 3724.0, 3703.0, 3725.0, 3692.0, 3727.0, 3693.0, 3729.0, 3704.0, 3716.0, 3692.0, 3707.0, 3725.0, 3717.0, 3745.0, 3717.0, 3725.0, 3716.0, 3726.0, 3709.0, 3754.0, 3718.0, 3737.0, 3717.0, 3749.0, 3706.0, 3739.0, 3707.0, 3716.0, 3705.0, 3716.0, 3704.0, 3740.0, 3705.0, 3729.0, 3694.0, 3727.0, 3705.0, 3727.0, 3735.0, 3716.0, 3735.0, 3709.0, 3735.0, 3706.0, 3746.0, 3717.0, 3735.0, 3718.0, 3741.0, 3705.0, 3727.0, 3704.0, 3737.0, 3705.0, 3726.0, 3705.0, 3726.0, 3703.0, 3707.0, 3735.0, 3705.0, 3735.0, 3704.0, 3726.0, 3704.0, 3725.0, 3694.0, 3727.0, 3706.0, 3739.0, 3705.0, 3741.0, 3716.0, 3740.0, 3706.0, 3730.0, 3715.0, 3717.0, 3758.0, 3716.0, 3749.0, 3716.0, 3739.0, 3706.0, 3728.0, 3703.0, 3728.0, 3705.0, 3730.0, 3704.0, 3718.0, 3746.0, 3717.0, 3735.0, 3718.0, 3737.0, 3706.0, 3739.0, 3705.0, 3728.0, 3703.0, 3717.0, 3713.0, 3715.0, 3745.0, 3707.0, 3736.0, 3708.0, 3738.0, 3705.0, 3738.0, 3706.0, 3728.0, 3704.0, 3738.0, 3705.0, 3729.0, 3716.0, 3731.0, 3738.0, 3717.0, 3738.0, 3718.0, 3757.0, 3720.0, 3749.0, 3728.0, 3748.0, 3706.0, 3728.0, 3705.0, 3739.0, 3707.0, 3739.0, 3707.0, 3749.0, 3706.0, 3729.0, 3715.0, 3707.0, 3754.0, 3717.0, 3742.0, 3718.0, 3736.0, 3705.0, 3737.0, 3706.0, 3729.0, 3695.0, 3729.0, 3705.0, 3740.0, 3718.0, 3741.0, 3709.0, 3738.0, 3708.0, 3742.0, 3717.0, 3720.0, 3760.0, 3722.0, 3748.0, 3716.0, 3738.0, 3717.0, 3736.0, 3717.0, 3739.0, 3718.0, 3744.0, 3718.0, 3748.0, 3721.0, 3750.0, 3730.0, 3739.0, 3720.0, 3737.0, 3718.0, 3750.0, 3716.0, 3740.0, 3706.0, 3727.0, 3694.0, 3727.0, 3694.0, 3716.0, 3704.0, 3729.0, 3746.0, 3719.0, 3736.0, 3718.0, 3748.0, 3717.0, 3739.0, 3706.0, 3736.0, 3705.0, 3738.0, 3707.0, 3737.0, 3705.0, 3736.0, 3706.0, 3747.0, 3717.0, 3749.0, 3709.0, 3739.0, 3704.0, 3719.0, 3724.0, 3707.0, 3746.0, 3714.0, 3736.0, 3715.0, 3737.0, 3704.0, 3738.0, 3706.0, 3725.0, 3704.0, 3726.0, 3706.0, 3737.0, 3705.0, 3739.0, 3705.0, 3729.0, 3735.0, 3718.0, 3745.0, 3716.0, 3754.0, 3717.0, 3736.0, 3705.0, 3738.0, 3705.0, 3739.0, 3705.0, 3726.0, 3705.0, 3727.0, 3695.0, 3740.0, 3717.0, 3729.0, 3717.0, 3728.0, 3706.0, 3730.0, 3757.0, 3727.0, 3738.0, 3716.0, 3740.0, 3705.0, 3729.0, 3704.0, 3716.0, 3705.0, 3729.0, 3707.0, 3750.0, 3731.0, 3720.0, 3746.0, 3722.0, 3779.0, 3753.0, 3730.0, 3759.0, 3705.0, 3736.0, 3694.0, 3715.0, 3693.0, 3706.0, 3703.0, 3716.0, 3746.0, 3716.0, 3736.0, 3718.0, 3707.0, 3719.0, 3706.0, 3732.0, 3739.0, 3730.0, 3740.0, 3729.0, 3759.0, 3728.0, 3739.0, 3728.0, 3750.0, 3717.0, 3738.0, 3706.0, 3729.0, 3705.0, 3728.0, 3705.0, 3728.0, 3748.0, 3717.0, 3748.0, 3718.0, 3739.0, 3706.0, 3739.0, 3708.0, 3740.0, 3707.0, 3740.0, 3706.0, 3721.0, 3748.0, 3729.0, 3749.0, 3707.0, 3738.0, 3706.0, 3728.0, 3707.0, 3720.0, 3726.0, 3730.0, 3748.0, 3716.0, 3750.0, 3708.0, 3727.0, 3704.0, 3730.0, 3725.0, 3717.0, 3747.0, 3706.0, 3739.0, 3717.0, 3737.0, 3718.0, 3739.0, 3719.0, 3739.0, 3719.0, 3750.0, 3707.0, 3741.0, 3706.0, 3730.0, 3695.0, 3731.0, 3760.0, 3728.0, 3750.0, 3716.0, 3738.0, 3719.0, 3731.0, 3708.0, 3739.0, 3720.0, 3720.0, 3732.0, 3720.0, 3754.0, 3723.0, 3743.0, 3745.0, 3776.0, 3732.0, 3755.0, 3717.0, 3718.0, 3747.0, 3706.0, 3725.0, 3717.0, 3727.0, 3718.0, 3717.0, 3729.0, 3750.0, 3719.0, 3752.0, 3707.0, 3738.0, 3705.0, 3717.0, 3726.0, 3716.0, 3747.0, 3706.0, 3738.0, 3719.0, 3738.0, 3719.0, 3739.0, 3708.0, 3742.0, 3718.0, 3721.0, 3707.0, 3729.0, 3728.0, 3731.0, 3760.0, 3719.0, 3750.0, 3706.0, 3739.0, 3706.0, 3728.0, 3706.0, 3730.0, 3716.0, 3718.0, 3737.0, 3716.0, 3747.0, 3705.0, 3738.0, 3715.0, 3739.0, 3717.0, 3739.0, 3718.0, 3751.0, 3718.0, 3741.0, 3705.0, 3728.0, 3704.0, 3719.0, 3705.0, 3729.0, 3746.0, 3728.0, 3736.0, 3720.0, 3725.0, 3720.0, 3728.0, 3730.0, 3718.0, 3731.0, 3719.0, 3741.0, 3718.0, 3743.0, 3719.0, 3731.0, 3758.0, 3718.0, 3737.0, 3719.0, 3737.0, 3720.0, 3741.0, 3718.0, 3739.0, 3719.0, 3740.0, 3708.0, 3730.0, 3709.0, 3730.0, 3707.0, 3731.0, 3706.0, 3721.0, 3739.0, 3732.0, 3759.0, 3718.0, 3751.0, 3728.0, 3738.0, 3707.0, 3739.0, 3707.0, 3739.0, 3718.0, 3741.0, 3718.0, 3749.0, 3708.0, 3742.0, 3709.0, 3739.0, 3716.0, 3729.0, 3715.0, 3717.0, 3747.0, 3717.0, 3752.0, 3716.0, 3737.0, 3717.0, 3737.0, 3718.0, 3738.0, 3707.0, 3742.0, 3708.0, 3729.0, 3708.0, 3730.0, 3707.0, 3731.0, 3717.0, 3742.0, 3717.0, 3741.0, 3719.0, 3732.0, 3718.0, 3732.0, 3707.0, 3730.0, 3749.0, 3732.0, 3749.0, 3730.0, 3763.0, 3720.0, 3753.0, 3718.0, 3742.0, 3708.0, 3740.0, 3708.0, 3743.0, 3707.0, 3742.0, 3707.0, 3732.0, 3718.0, 3731.0, 3706.0, 3729.0, 3707.0, 3731.0, 3749.0, 3729.0, 3759.0, 3720.0, 3740.0, 3718.0, 3738.0, 3718.0, 3738.0, 3708.0, 3741.0, 3720.0, 3742.0, 3721.0, 3752.0, 3719.0, 3732.0, 3709.0, 3719.0, 3749.0, 3719.0, 3749.0, 3730.0, 3729.0, 3731.0, 3730.0, 3733.0, 3741.0, 3733.0, 3762.0, 3732.0, 3756.0, 3731.0, 3754.0, 3720.0, 3740.0, 3697.0, 3730.0, 3697.0, 3720.0, 3727.0, 3731.0, 3749.0, 3719.0, 3751.0, 3731.0, 3740.0, 3732.0, 3730.0, 3732.0, 3763.0, 3743.0, 3721.0, 3745.0, 3720.0, 3743.0, 3774.0, 3730.0, 3753.0, 3719.0, 3741.0, 3708.0, 3740.0, 3717.0, 3732.0, 3717.0, 3731.0, 3719.0, 3734.0, 3719.0, 3743.0, 3719.0, 3754.0, 3718.0, 3754.0, 3709.0, 3754.0, 3708.0, 3731.0, 3719.0, 3720.0, 3707.0, 3731.0, 3708.0, 3753.0, 3708.0, 3740.0, 3719.0, 3741.0, 3707.0, 3731.0, 3717.0, 3730.0, 3718.0, 3731.0, 3708.0, 3742.0, 3719.0, 3753.0, 3720.0, 3753.0, 3719.0, 3748.0, 3731.0, 3720.0, 3740.0, 3732.0, 3731.0, 3746.0, 3731.0, 3755.0, 3761.0, 3718.0, 3739.0, 3705.0, 3725.0, 3715.0, 3713.0, 3717.0, 3706.0, 3730.0, 3707.0, 3732.0, 3719.0, 3739.0, 3731.0, 3762.0, 3720.0, 3742.0, 3707.0, 3730.0, 3708.0, 3726.0, 3706.0, 3726.0, 3719.0, 3739.0, 3743.0, 3718.0, 3733.0, 3719.0, 3733.0, 3763.0, 3742.0, 3738.0, 3720.0, 3737.0, 3730.0, 3737.0, 3729.0, 3742.0, 3730.0, 3717.0, 3732.0, 3729.0, 3743.0, 3718.0, 3731.0, 3708.0, 3733.0, 3749.0, 3741.0, 3717.0, 3730.0, 3707.0, 3732.0, 3729.0, 3731.0, 3719.0, 3730.0, 3718.0, 3751.0, 3709.0, 3750.0, 3720.0, 3753.0, 3720.0, 3741.0, 3722.0, 3740.0, 3731.0, 3729.0, 3730.0, 3751.0, 3729.0, 3749.0, 3718.0, 3739.0, 3719.0, 3718.0, 3731.0, 3730.0, 3733.0, 3719.0, 3723.0, 3720.0, 3743.0, 3723.0, 3765.0, 3722.0, 3767.0, 3722.0, 3752.0, 3709.0, 3751.0, 3721.0, 3740.0, 3732.0, 3721.0, 3745.0, 3722.0, 3767.0, 3722.0, 3767.0, 3721.0, 3744.0, 3719.0, 3731.0, 3707.0, 3719.0, 3708.0, 3720.0, 3720.0, 3752.0, 3721.0, 3753.0, 3735.0, 3733.0, 3734.0, 3722.0, 3745.0, 3722.0, 3764.0, 3721.0, 3763.0, 3733.0, 3742.0, 3722.0, 3722.0, 3744.0, 3722.0, 3754.0, 3711.0, 3765.0, 3722.0, 3752.0, 3733.0, 3722.0, 3744.0, 3735.0, 3755.0, 3735.0, 3736.0, 3757.0, 3737.0, 3767.0, 3737.0, 3726.0, 3779.0, 3736.0, 3777.0, 3735.0, 3766.0, 3733.0, 3767.0, 3722.0, 3755.0, 3709.0, 3733.0, 3722.0, 3743.0, 3710.0, 3730.0, 3732.0, 3722.0, 3746.0, 3735.0, 3758.0, 3734.0, 3735.0, 3724.0, 3756.0, 3721.0, 3755.0, 3731.0, 3762.0, 3744.0, 3732.0, 3735.0, 3724.0, 3769.0, 3777.0, 3734.0, 3752.0, 3724.0, 3725.0, 3731.0, 3743.0, 3723.0, 3755.0, 3745.0, 3736.0, 3770.0, 3746.0, 3787.0, 3733.0, 3777.0, 3722.0, 3754.0, 3708.0, 3740.0, 3718.0, 3739.0, 3708.0, 3751.0, 3718.0, 3738.0, 3721.0, 3717.0, 3721.0, 3708.0, 3753.0, 3731.0, 3750.0, 3719.0, 3765.0, 3709.0, 3741.0, 3694.0, 3708.0, 3693.0, 3717.0, 3705.0, 3752.0, 3717.0, 3718.0, 3732.0, 3729.0, 3764.0, 3729.0, 3766.0, 3731.0, 3765.0, 3716.0, 3747.0, 3715.0, 3741.0, 3716.0, 3692.0, 3706.0, 3715.0, 3733.0, 3720.0, 3729.0, 3749.0, 3732.0, 3732.0, 3761.0, 3717.0, 3762.0, 3719.0, 3765.0, 3733.0, 3741.0, 3706.0, 3723.0, 3706.0, 3715.0, 3707.0, 3705.0], 'WindowWidth': [8454.0, 8441.0, 8428.0, 8414.0, 8403.0, 8422.0, 8403.0, 8421.0, 8387.0, 8425.0, 8445.0, 8421.0, 8458.0, 8421.0, 8427.0, 8399.0, 8445.0, 8397.0, 8429.0, 8382.0, 8415.0, 8379.0, 8417.0, 8426.0, 8413.0, 8384.0, 8423.0, 8397.0, 8433.0, 8445.0, 8425.0, 8443.0, 8429.0, 8442.0, 8400.0, 8429.0, 8400.0, 8443.0, 8398.0, 8414.0, 8382.0, 8426.0, 8375.0, 8398.0, 8403.0, 8394.0, 8401.0, 8393.0, 8419.0, 8398.0, 8410.0, 8403.0, 8426.0, 8426.0, 8443.0, 8413.0, 8447.0, 8394.0, 8425.0, 8375.0, 8424.0, 8388.0, 8450.0, 8402.0, 8425.0, 8384.0, 8460.0, 8418.0, 8449.0, 8407.0, 8448.0, 8416.0, 8460.0, 8387.0, 8433.0, 8381.0, 8428.0, 8379.0, 8394.0, 8382.0, 8397.0, 8392.0, 8411.0, 8407.0, 8413.0, 8381.0, 8414.0, 8398.0, 8433.0, 8383.0, 8430.0, 8397.0, 8415.0, 8453.0, 8408.0, 8436.0, 8390.0, 8416.0, 8359.0, 8406.0, 8361.0, 8410.0, 8378.0, 8414.0, 8383.0, 8430.0, 8383.0, 8427.0, 8401.0, 8457.0, 8404.0, 8448.0, 8406.0, 8450.0, 8405.0, 8448.0, 8399.0, 8429.0, 8387.0, 8444.0, 8406.0, 8447.0, 8426.0, 8438.0, 8431.0, 8412.0, 8446.0, 8411.0, 8462.0, 8423.0, 8422.0, 8392.0, 8424.0, 8392.0, 8423.0, 8406.0, 8451.0, 8426.0, 8471.0, 8432.0, 8446.0, 8451.0, 8433.0, 8489.0, 8434.0, 8474.0, 8447.0, 8443.0, 8432.0, 8414.0, 8444.0, 8411.0, 8455.0, 8406.0, 8450.0, 8389.0, 8466.0, 8405.0, 8444.0, 8422.0, 8408.0, 8432.0, 8419.0, 8446.0, 8448.0, 8421.0, 8465.0, 8438.0, 8480.0, 8454.0, 8434.0, 8450.0, 8419.0, 8462.0, 8418.0, 8467.0, 8412.0, 8454.0, 8425.0, 8435.0, 8425.0, 8411.0, 8444.0, 8433.0, 8466.0, 8459.0, 8456.0, 8479.0, 8456.0, 8451.0, 8457.0, 8440.0, 8495.0, 8441.0, 8452.0, 8469.0, 8436.0, 8491.0, 8438.0, 8446.0, 8438.0, 8432.0, 8489.0, 8446.0, 8427.0, 8444.0, 8433.0, 8457.0, 8446.0, 8431.0, 8494.0, 8449.0, 8430.0, 8455.0, 8429.0, 8465.0, 8437.0, 8402.0, 8432.0, 8388.0, 8447.0, 8401.0, 8455.0, 8415.0, 8383.0, 8412.0, 8386.0, 8443.0, 8400.0, 8424.0, 8414.0, 8394.0, 8428.0, 8402.0, 8425.0, 8418.0, 8401.0, 8429.0, 8401.0, 8438.0, 8413.0, 8393.0, 8412.0, 8399.0, 8423.0, 8414.0, 8402.0, 8442.0, 8414.0, 8413.0, 8430.0, 8399.0, 8453.0, 8414.0, 8394.0, 8409.0, 8396.0, 8436.0, 8412.0, 8396.0, 8410.0, 8386.0, 8428.0, 8415.0, 8436.0, 8413.0, 8397.0, 8419.0, 8416.0, 8453.0, 8421.0, 8404.0, 8448.0, 8418.0, 8407.0, 8452.0, 8441.0, 8425.0, 8440.0, 8426.0, 8407.0, 8485.0, 8404.0, 8450.0, 8394.0, 8422.0, 8376.0, 8419.0, 8375.0, 8399.0, 8393.0, 8406.0, 8428.0, 8398.0, 8396.0, 8433.0, 8407.0, 8473.0, 8425.0, 8420.0, 8426.0, 8420.0, 8480.0, 8418.0, 8463.0, 8397.0, 8449.0, 8376.0, 8422.0, 8371.0, 8403.0, 8371.0, 8421.0, 8394.0, 8389.0, 8384.0, 8397.0, 8430.0, 8421.0, 8406.0, 8457.0, 8420.0, 8473.0, 8419.0, 8465.0, 8377.0, 8408.0, 8350.0, 8373.0, 8374.0, 8366.0, 8365.0, 8401.0, 8391.0, 8400.0, 8400.0, 8396.0, 8443.0, 8412.0, 8452.0, 8398.0, 8451.0, 8412.0, 8418.0, 8412.0, 8387.0, 8381.0, 8383.0, 8391.0, 8413.0, 8387.0, 8355.0, 8387.0, 8373.0, 8404.0, 8391.0, 8439.0, 8406.0, 8446.0, 8393.0, 8387.0, 8394.0, 8443.0, 8393.0, 8412.0, 8370.0, 8408.0, 8370.0, 8408.0, 8384.0, 8398.0, 8387.0, 8379.0, 8451.0, 8395.0, 8456.0, 8388.0, 8447.0, 8412.0, 8423.0, 8420.0, 8417.0, 8458.0, 8429.0, 8410.0, 8413.0, 8380.0, 8408.0, 8439.0, 8386.0, 8396.0, 8382.0, 8398.0, 8368.0, 8397.0, 8366.0, 8399.0, 8353.0, 8403.0, 8357.0, 8416.0, 8381.0, 8425.0, 8380.0, 8419.0, 8376.0, 8420.0, 8361.0, 8426.0, 8371.0, 8408.0, 8354.0, 8389.0, 8395.0, 8389.0, 8410.0, 8394.0, 8414.0, 8410.0, 8396.0, 8428.0, 8397.0, 8442.0, 8435.0, 8465.0, 8435.0, 8464.0, 8374.0, 8404.0, 8432.0, 8414.0, 8424.0, 8372.0, 8410.0, 8358.0, 8391.0, 8407.0, 8382.0, 8408.0, 8399.0, 8357.0, 8404.0, 8390.0, 8442.0, 8460.0, 8404.0, 8412.0, 8365.0, 8379.0, 8327.0, 8362.0, 8338.0, 8359.0, 8370.0, 8384.0, 8349.0, 8390.0, 8371.0, 8427.0, 8429.0, 8405.0, 8417.0, 8384.0, 8415.0, 8351.0, 8396.0, 8349.0, 8385.0, 8362.0, 8387.0, 8428.0, 8368.0, 8398.0, 8369.0, 8403.0, 8367.0, 8394.0, 8412.0, 8390.0, 8421.0, 8396.0, 8434.0, 8390.0, 8409.0, 8373.0, 8409.0, 8370.0, 8396.0, 8447.0, 8383.0, 8418.0, 8407.0, 8420.0, 8416.0, 8392.0, 8413.0, 8459.0, 8395.0, 8429.0, 8360.0, 8395.0, 8431.0, 8392.0, 8419.0, 8389.0, 8404.0, 8376.0, 8412.0, 8371.0, 8392.0, 8431.0, 8391.0, 8435.0, 8383.0, 8423.0, 8375.0, 8409.0, 8388.0, 8405.0, 8376.0, 8415.0, 8432.0, 8410.0, 8439.0, 8405.0, 8423.0, 8380.0, 8420.0, 8371.0, 8408.0, 8428.0, 8403.0, 8431.0, 8387.0, 8420.0, 8375.0, 8410.0, 8374.0, 8411.0, 8431.0, 8389.0, 8416.0, 8384.0, 8401.0, 8371.0, 8401.0, 8367.0, 8405.0, 8373.0, 8396.0, 8428.0, 8388.0, 8435.0, 8388.0, 8416.0, 8377.0, 8417.0, 8371.0, 8420.0, 8385.0, 8408.0, 8425.0, 8402.0, 8424.0, 8393.0, 8437.0, 8411.0, 8452.0, 8379.0, 8421.0, 8381.0, 8408.0, 8376.0, 8412.0, 8376.0, 8417.0, 8397.0, 8435.0, 8407.0, 8416.0, 8451.0, 8409.0, 8437.0, 8394.0, 8408.0, 8358.0, 8408.0, 8372.0, 8406.0, 8445.0, 8379.0, 8423.0, 8387.0, 8406.0, 8379.0, 8410.0, 8375.0, 8416.0, 8403.0, 8412.0, 8379.0, 8394.0, 8446.0, 8393.0, 8438.0, 8406.0, 8419.0, 8373.0, 8397.0, 8401.0, 8409.0, 8429.0, 8393.0, 8432.0, 8407.0, 8437.0, 8410.0, 8419.0, 8416.0, 8438.0, 8396.0, 8428.0, 8377.0, 8425.0, 8368.0, 8423.0, 8394.0, 8454.0, 8389.0, 8402.0, 8378.0, 8421.0, 8401.0, 8440.0, 8397.0, 8399.0, 8414.0, 8392.0, 8473.0, 8415.0, 8414.0, 8447.0, 8370.0, 8396.0, 8349.0, 8397.0, 8349.0, 8383.0, 8370.0, 8405.0, 8366.0, 8388.0, 8358.0, 8397.0, 8360.0, 8400.0, 8404.0, 8398.0, 8407.0, 8411.0, 8465.0, 8396.0, 8441.0, 8408.0, 8420.0, 8374.0, 8410.0, 8369.0, 8391.0, 8397.0, 8393.0, 8430.0, 8393.0, 8448.0, 8393.0, 8438.0, 8389.0, 8420.0, 8375.0, 8425.0, 8370.0, 8390.0, 8372.0, 8410.0, 8371.0, 8402.0, 8425.0, 8386.0, 8413.0, 8367.0, 8400.0, 8375.0, 8384.0, 8378.0, 8394.0, 8397.0, 8416.0, 8447.0, 8423.0, 8471.0, 8382.0, 8404.0, 8448.0, 8389.0, 8418.0, 8368.0, 8391.0, 8395.0, 8369.0, 8415.0, 8371.0, 8402.0, 8371.0, 8394.0, 8356.0, 8399.0, 8416.0, 8400.0, 8432.0, 8376.0, 8428.0, 8370.0, 8377.0, 8373.0, 8396.0, 8447.0, 8376.0, 8419.0, 8378.0, 8411.0, 8385.0, 8416.0, 8401.0, 8380.0, 8434.0, 8389.0, 8421.0, 8373.0, 8407.0, 8353.0, 8393.0, 8395.0, 8392.0, 8428.0, 8371.0, 8416.0, 8372.0, 8406.0, 8352.0, 8384.0, 8419.0, 8373.0, 8413.0, 8365.0, 8400.0, 8351.0, 8384.0, 8379.0, 8391.0, 8410.0, 8379.0, 8414.0, 8376.0, 8416.0, 8376.0, 8420.0, 8383.0, 8420.0, 8397.0, 8436.0, 8418.0, 8417.0, 8426.0, 8461.0, 8376.0, 8425.0, 8397.0, 8399.0, 8440.0, 8381.0, 8408.0, 8373.0, 8443.0, 8416.0, 8419.0, 8376.0, 8410.0, 8368.0, 8402.0, 8370.0, 8430.0, 8394.0, 8456.0, 8385.0, 8414.0, 8351.0, 8397.0, 8344.0, 8373.0, 8342.0, 8375.0, 8349.0, 8414.0, 8369.0, 8409.0, 8393.0, 8433.0, 8398.0, 8403.0, 8396.0, 8429.0, 8384.0, 8411.0, 8381.0, 8394.0, 8352.0, 8397.0, 8370.0, 8397.0, 8371.0, 8417.0, 8370.0, 8417.0, 8376.0, 8431.0, 8375.0, 8418.0, 8379.0, 8418.0, 8399.0, 8437.0, 8415.0, 8440.0, 8373.0, 8400.0, 8351.0, 8386.0, 8366.0, 8401.0, 8354.0, 8414.0, 8393.0, 8404.0, 8411.0, 8392.0, 8399.0, 8418.0, 8407.0, 8375.0, 8396.0, 8372.0, 8391.0, 8429.0, 8388.0, 8412.0, 8370.0, 8396.0, 8370.0, 8413.0, 8373.0, 8415.0, 8380.0, 8372.0, 8395.0, 8376.0, 8400.0, 8376.0, 8399.0, 8414.0, 8376.0, 8401.0, 8380.0, 8372.0, 8390.0, 8376.0, 8442.0, 8389.0, 8413.0, 8375.0, 8408.0, 8371.0, 8396.0, 8430.0, 8391.0, 8400.0, 8392.0, 8371.0, 8391.0, 8375.0, 8397.0, 8399.0, 8397.0, 8417.0, 8401.0, 8451.0, 8434.0, 8396.0, 8429.0, 8384.0, 8377.0, 8369.0, 8369.0, 8385.0, 8376.0, 8426.0, 8355.0, 8378.0, 8382.0, 8376.0, 8410.0, 8370.0, 8425.0, 8368.0, 8408.0, 8382.0, 8413.0, 8374.0, 8404.0, 8373.0, 8414.0, 8373.0, 8419.0, 8375.0, 8418.0, 8373.0, 8419.0, 8375.0, 8421.0, 8370.0, 8391.0, 8379.0, 8374.0, 8423.0, 8372.0, 8410.0, 8367.0, 8395.0, 8366.0, 8397.0, 8352.0, 8402.0, 8356.0, 8411.0, 8369.0, 8388.0, 8353.0, 8378.0, 8398.0, 8391.0, 8425.0, 8390.0, 8400.0, 8391.0, 8403.0, 8383.0, 8446.0, 8395.0, 8419.0, 8392.0, 8436.0, 8375.0, 8421.0, 8375.0, 8388.0, 8371.0, 8388.0, 8370.0, 8424.0, 8372.0, 8408.0, 8358.0, 8404.0, 8372.0, 8407.0, 8413.0, 8390.0, 8412.0, 8382.0, 8414.0, 8377.0, 8427.0, 8390.0, 8413.0, 8393.0, 8426.0, 8374.0, 8404.0, 8371.0, 8417.0, 8373.0, 8402.0, 8374.0, 8402.0, 8368.0, 8378.0, 8411.0, 8372.0, 8411.0, 8370.0, 8401.0, 8369.0, 8399.0, 8358.0, 8405.0, 8377.0, 8424.0, 8376.0, 8428.0, 8392.0, 8427.0, 8375.0, 8414.0, 8388.0, 8394.0, 8447.0, 8390.0, 8434.0, 8388.0, 8421.0, 8376.0, 8406.0, 8369.0, 8407.0, 8372.0, 8411.0, 8370.0, 8392.0, 8428.0, 8390.0, 8412.0, 8392.0, 8415.0, 8375.0, 8420.0, 8371.0, 8406.0, 8368.0, 8391.0, 8380.0, 8386.0, 8426.0, 8377.0, 8414.0, 8379.0, 8418.0, 8374.0, 8419.0, 8377.0, 8408.0, 8371.0, 8422.0, 8373.0, 8412.0, 8391.0, 8417.0, 8420.0, 8393.0, 8421.0, 8396.0, 8446.0, 8399.0, 8435.0, 8408.0, 8433.0, 8375.0, 8406.0, 8374.0, 8421.0, 8380.0, 8424.0, 8379.0, 8439.0, 8376.0, 8410.0, 8387.0, 8378.0, 8443.0, 8391.0, 8427.0, 8394.0, 8413.0, 8372.0, 8418.0, 8376.0, 8408.0, 8362.0, 8410.0, 8374.0, 8426.0, 8395.0, 8428.0, 8385.0, 8422.0, 8381.0, 8430.0, 8395.0, 8401.0, 8455.0, 8407.0, 8435.0, 8390.0, 8419.0, 8393.0, 8417.0, 8394.0, 8422.0, 8395.0, 8433.0, 8396.0, 8435.0, 8402.0, 8440.0, 8413.0, 8423.0, 8401.0, 8419.0, 8394.0, 8438.0, 8390.0, 8423.0, 8377.0, 8404.0, 8355.0, 8404.0, 8357.0, 8388.0, 8372.0, 8409.0, 8428.0, 8394.0, 8415.0, 8394.0, 8433.0, 8392.0, 8422.0, 8377.0, 8416.0, 8373.0, 8419.0, 8376.0, 8418.0, 8373.0, 8414.0, 8376.0, 8430.0, 8395.0, 8438.0, 8383.0, 8423.0, 8370.0, 8396.0, 8395.0, 8377.0, 8427.0, 8382.0, 8412.0, 8386.0, 8416.0, 8371.0, 8420.0, 8374.0, 8399.0, 8370.0, 8402.0, 8374.0, 8418.0, 8373.0, 8423.0, 8372.0, 8410.0, 8413.0, 8393.0, 8426.0, 8390.0, 8446.0, 8391.0, 8415.0, 8374.0, 8419.0, 8374.0, 8422.0, 8371.0, 8402.0, 8372.0, 8405.0, 8360.0, 8426.0, 8391.0, 8411.0, 8393.0, 8408.0, 8378.0, 8414.0, 8446.0, 8405.0, 8420.0, 8390.0, 8423.0, 8373.0, 8410.0, 8371.0, 8388.0, 8373.0, 8409.0, 8378.0, 8440.0, 8419.0, 8405.0, 8444.0, 8410.0, 8492.0, 8447.0, 8414.0, 8450.0, 8372.0, 8414.0, 8353.0, 8383.0, 8352.0, 8374.0, 8367.0, 8388.0, 8426.0, 8389.0, 8415.0, 8393.0, 8379.0, 8398.0, 8378.0, 8419.0, 8425.0, 8413.0, 8424.0, 8410.0, 8448.0, 8407.0, 8421.0, 8408.0, 8437.0, 8391.0, 8420.0, 8374.0, 8408.0, 8372.0, 8406.0, 8373.0, 8408.0, 8432.0, 8393.0, 8433.0, 8394.0, 8421.0, 8376.0, 8421.0, 8380.0, 8426.0, 8381.0, 8427.0, 8376.0, 8402.0, 8433.0, 8409.0, 8435.0, 8378.0, 8421.0, 8375.0, 8408.0, 8378.0, 8400.0, 8403.0, 8412.0, 8433.0, 8390.0, 8437.0, 8380.0, 8406.0, 8369.0, 8409.0, 8399.0, 8392.0, 8430.0, 8376.0, 8421.0, 8393.0, 8419.0, 8394.0, 8423.0, 8398.0, 8424.0, 8399.0, 8441.0, 8380.0, 8428.0, 8375.0, 8412.0, 8360.0, 8416.0, 8452.0, 8407.0, 8437.0, 8388.0, 8422.0, 8401.0, 8416.0, 8383.0, 8424.0, 8402.0, 8403.0, 8420.0, 8401.0, 8451.0, 8412.0, 8438.0, 8445.0, 8485.0, 8417.0, 8450.0, 8390.0, 8392.0, 8428.0, 8372.0, 8398.0, 8390.0, 8404.0, 8395.0, 8394.0, 8414.0, 8440.0, 8399.0, 8443.0, 8379.0, 8421.0, 8372.0, 8390.0, 8400.0, 8390.0, 8430.0, 8376.0, 8420.0, 8396.0, 8422.0, 8398.0, 8425.0, 8381.0, 8430.0, 8393.0, 8400.0, 8378.0, 8411.0, 8407.0, 8413.0, 8450.0, 8396.0, 8438.0, 8375.0, 8421.0, 8375.0, 8406.0, 8377.0, 8411.0, 8389.0, 8394.0, 8416.0, 8389.0, 8429.0, 8373.0, 8418.0, 8386.0, 8421.0, 8392.0, 8421.0, 8394.0, 8439.0, 8394.0, 8426.0, 8373.0, 8408.0, 8370.0, 8394.0, 8372.0, 8410.0, 8428.0, 8407.0, 8415.0, 8399.0, 8401.0, 8399.0, 8407.0, 8413.0, 8396.0, 8417.0, 8398.0, 8432.0, 8398.0, 8436.0, 8399.0, 8415.0, 8446.0, 8394.0, 8417.0, 8397.0, 8420.0, 8401.0, 8427.0, 8396.0, 8423.0, 8400.0, 8427.0, 8383.0, 8413.0, 8385.0, 8413.0, 8380.0, 8415.0, 8377.0, 8402.0, 8423.0, 8417.0, 8449.0, 8396.0, 8441.0, 8409.0, 8421.0, 8381.0, 8423.0, 8379.0, 8425.0, 8395.0, 8428.0, 8396.0, 8437.0, 8382.0, 8431.0, 8383.0, 8423.0, 8389.0, 8410.0, 8386.0, 8391.0, 8429.0, 8392.0, 8442.0, 8390.0, 8416.0, 8392.0, 8419.0, 8396.0, 8421.0, 8380.0, 8429.0, 8380.0, 8411.0, 8381.0, 8414.0, 8379.0, 8415.0, 8392.0, 8431.0, 8393.0, 8429.0, 8397.0, 8419.0, 8395.0, 8418.0, 8380.0, 8416.0, 8437.0, 8418.0, 8438.0, 8416.0, 8460.0, 8399.0, 8445.0, 8395.0, 8429.0, 8381.0, 8426.0, 8383.0, 8434.0, 8380.0, 8432.0, 8381.0, 8418.0, 8395.0, 8414.0, 8378.0, 8412.0, 8379.0, 8417.0, 8436.0, 8411.0, 8450.0, 8399.0, 8424.0, 8395.0, 8420.0, 8394.0, 8422.0, 8382.0, 8429.0, 8403.0, 8432.0, 8404.0, 8446.0, 8399.0, 8419.0, 8383.0, 8399.0, 8437.0, 8397.0, 8437.0, 8415.0, 8411.0, 8417.0, 8414.0, 8423.0, 8431.0, 8422.0, 8460.0, 8419.0, 8454.0, 8416.0, 8448.0, 8400.0, 8428.0, 8367.0, 8413.0, 8366.0, 8400.0, 8407.0, 8415.0, 8437.0, 8399.0, 8442.0, 8418.0, 8429.0, 8420.0, 8416.0, 8422.0, 8462.0, 8436.0, 8405.0, 8441.0, 8402.0, 8436.0, 8478.0, 8415.0, 8445.0, 8397.0, 8427.0, 8382.0, 8426.0, 8393.0, 8417.0, 8393.0, 8416.0, 8397.0, 8426.0, 8399.0, 8436.0, 8399.0, 8450.0, 8398.0, 8449.0, 8385.0, 8451.0, 8383.0, 8415.0, 8395.0, 8399.0, 8379.0, 8415.0, 8385.0, 8447.0, 8383.0, 8427.0, 8399.0, 8430.0, 8380.0, 8415.0, 8391.0, 8411.0, 8394.0, 8415.0, 8382.0, 8432.0, 8399.0, 8448.0, 8403.0, 8445.0, 8396.0, 8434.0, 8415.0, 8401.0, 8428.0, 8420.0, 8419.0, 8442.0, 8417.0, 8453.0, 8456.0, 8393.0, 8418.0, 8370.0, 8396.0, 8384.0, 8381.0, 8390.0, 8375.0, 8412.0, 8382.0, 8418.0, 8400.0, 8426.0, 8418.0, 8460.0, 8400.0, 8431.0, 8378.0, 8409.0, 8377.0, 8401.0, 8375.0, 8403.0, 8399.0, 8424.0, 8433.0, 8398.0, 8423.0, 8400.0, 8423.0, 8460.0, 8430.0, 8420.0, 8398.0, 8417.0, 8412.0, 8418.0, 8410.0, 8429.0, 8413.0, 8393.0, 8420.0, 8412.0, 8434.0, 8398.0, 8417.0, 8383.0, 8421.0, 8439.0, 8429.0, 8395.0, 8414.0, 8382.0, 8419.0, 8411.0, 8417.0, 8399.0, 8415.0, 8397.0, 8443.0, 8385.0, 8440.0, 8401.0, 8448.0, 8401.0, 8428.0, 8405.0, 8425.0, 8417.0, 8412.0, 8415.0, 8440.0, 8412.0, 8437.0, 8397.0, 8424.0, 8398.0, 8395.0, 8418.0, 8414.0, 8423.0, 8400.0, 8408.0, 8403.0, 8437.0, 8411.0, 8470.0, 8409.0, 8472.0, 8406.0, 8447.0, 8387.0, 8442.0, 8406.0, 8429.0, 8421.0, 8407.0, 8442.0, 8410.0, 8473.0, 8407.0, 8472.0, 8405.0, 8439.0, 8398.0, 8415.0, 8382.0, 8399.0, 8383.0, 8401.0, 8402.0, 8446.0, 8407.0, 8449.0, 8429.0, 8423.0, 8428.0, 8407.0, 8440.0, 8406.0, 8464.0, 8405.0, 8460.0, 8422.0, 8432.0, 8408.0, 8406.0, 8440.0, 8410.0, 8453.0, 8394.0, 8468.0, 8409.0, 8448.0, 8424.0, 8410.0, 8442.0, 8431.0, 8457.0, 8433.0, 8435.0, 8463.0, 8437.0, 8476.0, 8437.0, 8421.0, 8494.0, 8436.0, 8488.0, 8431.0, 8471.0, 8423.0, 8472.0, 8406.0, 8455.0, 8386.0, 8420.0, 8406.0, 8435.0, 8390.0, 8416.0, 8421.0, 8411.0, 8447.0, 8431.0, 8465.0, 8429.0, 8428.0, 8412.0, 8455.0, 8405.0, 8452.0, 8419.0, 8461.0, 8439.0, 8421.0, 8428.0, 8415.0, 8482.0, 8485.0, 8424.0, 8444.0, 8410.0, 8415.0, 8419.0, 8438.0, 8413.0, 8459.0, 8446.0, 8435.0, 8483.0, 8448.0, 8500.0, 8424.0, 8485.0, 8404.0, 8447.0, 8382.0, 8426.0, 8394.0, 8423.0, 8381.0, 8439.0, 8395.0, 8422.0, 8402.0, 8393.0, 8403.0, 8383.0, 8448.0, 8417.0, 8441.0, 8401.0, 8465.0, 8381.0, 8427.0, 8355.0, 8378.0, 8353.0, 8388.0, 8373.0, 8441.0, 8392.0, 8395.0, 8417.0, 8411.0, 8463.0, 8411.0, 8464.0, 8414.0, 8460.0, 8388.0, 8428.0, 8385.0, 8423.0, 8387.0, 8351.0, 8371.0, 8385.0, 8417.0, 8399.0, 8411.0, 8439.0, 8419.0, 8417.0, 8455.0, 8394.0, 8455.0, 8396.0, 8460.0, 8414.0, 8421.0, 8373.0, 8393.0, 8373.0, 8385.0, 8377.0, 8374.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.007046747442110933</td></tr>
<tr><td colspan=3>aqi</td><td>0.02903383182552504</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.26272731630385</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2649977395366407</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.126009220511854</td></tr>
<tr><td colspan=3>efc</td><td>0.455</td></tr>
<tr><td colspan=3>fber</td><td>6441.9517</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07937747709116072</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4001077005923532</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4752555406390786</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.338762944239546</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7493555708138913</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337648106863797</td></tr>
<tr><td colspan=3>gcor</td><td>0.00909403</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013299348764121532</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023055341094732285</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1857</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7176826961137075</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>29.6357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7155</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.5503</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304824.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>597.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.8906</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.839</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.9954</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2949.2198</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3144.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71720.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>909.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3914.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.6822</td></tr>
<tr><td colspan=3>tsnr</td><td>34.176814179401845</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>