<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-02/func/sub-0037_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>6898a43a0c0935054ddd3100c58c6cf6</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:37:57.722500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999482, 0.018891, 0.0260592, -0.018842, 0.99982, -0.00212298]</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.0906408</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, -7735, -7275, 578, -28, -215, 41, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a5fc7014-56a1-40ae-8eda-d4daa4852034||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681536912918091, -0.05055182799696922, 0.07045552134513855, 111.5897216796875], [-0.05068317800760269, 2.6824445724487305, -0.004403355065733194, -93.03976440429688], [0.06991497427225113, 0.005695803090929985, 2.6990768909454346, -82.97439575195312], [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': ['183757.722500', '183758.182500', '183758.642500', '183759.102500', '183759.562500', '183800.022500', '183800.482500', '183800.942500', '183801.402500', '183801.862500', '183802.322500', '183802.782500', '183803.242500', '183803.702500', '183804.162500', '183804.622500', '183805.082500', '183805.542500', '183806.002500', '183806.462500', '183806.922500', '183807.382500', '183807.842500', '183808.302500', '183808.762500', '183809.222500', '183809.682500', '183810.142500', '183810.602500', '183811.062500', '183811.522500', '183811.982500', '183812.442500', '183812.902500', '183813.362500', '183813.822500', '183814.282500', '183814.742500', '183815.202500', '183815.662500', '183816.122500', '183816.582500', '183817.042500', '183817.502500', '183817.962500', '183818.422500', '183818.882500', '183819.342500', '183819.802500', '183820.262500', '183820.722500', '183821.182500', '183821.642500', '183822.102500', '183822.562500', '183823.022500', '183823.482500', '183823.942500', '183824.402500', '183824.862500', '183825.322500', '183825.782500', '183826.242500', '183826.702500', '183827.162500', '183827.622500', '183828.082500', '183828.542500', '183829.002500', '183829.462500', '183829.922500', '183830.382500', '183830.842500', '183831.302500', '183831.762500', '183832.222500', '183832.682500', '183833.142500', '183833.602500', '183834.062500', '183834.522500', '183834.982500', '183835.442500', '183835.902500', '183836.362500', '183836.822500', '183837.282500', '183837.742500', '183838.202500', '183838.662500', '183839.122500', '183839.582500', '183840.042500', '183840.502500', '183840.962500', '183841.422500', '183841.882500', '183842.342500', '183842.802500', '183843.262500', '183843.722500', '183844.182500', '183844.642500', '183845.102500', '183845.562500', '183846.022500', '183846.482500', '183846.942500', '183847.402500', '183847.862500', '183848.322500', '183848.782500', '183849.242500', '183849.702500', '183850.162500', '183850.622500', '183851.082500', '183851.542500', '183852.002500', '183852.462500', '183852.922500', '183853.382500', '183853.842500', '183854.302500', '183854.762500', '183855.222500', '183855.682500', '183856.142500', '183856.602500', '183857.062500', '183857.522500', '183857.982500', '183858.442500', '183858.902500', '183859.362500', '183859.822500', '183900.282500', '183900.742500', '183901.202500', '183901.662500', '183902.122500', '183902.582500', '183903.042500', '183903.502500', '183903.962500', '183904.422500', '183904.882500', '183905.342500', '183905.802500', '183906.262500', '183906.722500', '183907.182500', '183907.642500', '183908.102500', '183908.562500', '183909.022500', '183909.482500', '183909.942500', '183910.402500', '183910.862500', '183911.322500', '183911.782500', '183912.242500', '183912.702500', '183913.162500', '183913.622500', '183914.082500', '183914.542500', '183915.002500', '183915.462500', '183915.922500', '183916.382500', '183916.842500', '183917.302500', '183917.762500', '183918.222500', '183918.682500', '183919.142500', '183919.602500', '183920.062500', '183920.522500', '183920.982500', '183921.442500', '183921.902500', '183922.362500', '183922.822500', '183923.282500', '183923.742500', '183924.202500', '183924.662500', '183925.122500', '183925.582500', '183926.042500', '183926.502500', '183926.962500', '183927.422500', '183927.882500', '183928.342500', '183928.802500', '183929.262500', '183929.722500', '183930.182500', '183930.642500', '183931.102500', '183931.562500', '183932.022500', '183932.482500', '183932.942500', '183933.402500', '183933.862500', '183934.322500', '183934.782500', '183935.242500', '183935.702500', '183936.162500', '183936.622500', '183937.082500', '183937.542500', '183938.002500', '183938.462500', '183938.922500', '183939.382500', '183939.842500', '183940.302500', '183940.762500', '183941.222500', '183941.682500', '183942.142500', '183942.602500', '183943.062500', '183943.522500', '183943.982500', '183944.442500', '183944.902500', '183945.362500', '183945.822500', '183946.282500', '183946.742500', '183947.202500', '183947.662500', '183948.122500', '183948.582500', '183949.042500', '183949.502500', '183949.962500', '183950.422500', '183950.882500', '183951.342500', '183951.802500', '183952.262500', '183952.722500', '183953.182500', '183953.642500', '183954.102500', '183954.562500', '183955.022500', '183955.482500', '183955.942500', '183956.402500', '183956.862500', '183957.322500', '183957.782500', '183958.242500', '183958.702500', '183959.162500', '183959.622500', '184000.082500', '184000.542500', '184001.002500', '184001.462500', '184001.922500', '184002.382500', '184002.842500', '184003.302500', '184003.762500', '184004.222500', '184004.682500', '184005.142500', '184005.602500', '184006.062500', '184006.522500', '184006.982500', '184007.442500', '184007.902500', '184008.362500', '184008.822500', '184009.282500', '184009.742500', '184010.202500', '184010.662500', '184011.122500', '184011.582500', '184012.042500', '184012.502500', '184012.962500', '184013.422500', '184013.882500', '184014.342500', '184014.802500', '184015.262500', '184015.722500', '184016.182500', '184016.642500', '184017.102500', '184017.562500', '184018.022500', '184018.482500', '184018.942500', '184019.402500', '184019.862500', '184020.322500', '184020.782500', '184021.242500', '184021.702500', '184022.162500', '184022.622500', '184023.082500', '184023.542500', '184024.002500', '184024.462500', '184024.922500', '184025.382500', '184025.842500', '184026.302500', '184026.762500', '184027.222500', '184027.682500', '184028.142500', '184028.602500', '184029.062500', '184029.522500', '184029.982500', '184030.442500', '184030.902500', '184031.362500', '184031.822500', '184032.282500', '184032.742500', '184033.202500', '184033.662500', '184034.122500', '184034.582500', '184035.042500', '184035.502500', '184035.962500', '184036.422500', '184036.882500', '184037.342500', '184037.802500', '184038.262500', '184038.722500', '184039.182500', '184039.642500', '184040.102500', '184040.562500', '184041.022500', '184041.482500', '184041.942500', '184042.402500', '184042.862500', '184043.322500', '184043.782500', '184044.242500', '184044.702500', '184045.162500', '184045.622500', '184046.082500', '184046.542500', '184047.002500', '184047.462500', '184047.922500', '184048.382500', '184048.842500', '184049.302500', '184049.762500', '184050.222500', '184050.682500', '184051.142500', '184051.602500', '184052.062500', '184052.522500', '184052.982500', '184053.442500', '184053.902500', '184054.362500', '184054.822500', '184055.282500', '184055.742500', '184056.202500', '184056.662500', '184057.122500', '184057.582500', '184058.042500', '184058.502500', '184058.962500', '184059.422500', '184059.882500', '184100.342500', '184100.802500', '184101.262500', '184101.722500', '184102.182500', '184102.642500', '184103.102500', '184103.562500', '184104.022500', '184104.482500', '184104.942500', '184105.402500', '184105.862500', '184106.322500', '184106.782500', '184107.242500', '184107.702500', '184108.162500', '184108.622500', '184109.082500', '184109.542500', '184110.002500', '184110.462500', '184110.922500', '184111.382500', '184111.842500', '184112.302500', '184112.762500', '184113.222500', '184113.682500', '184114.142500', '184114.602500', '184115.062500', '184115.522500', '184115.982500', '184116.442500', '184116.902500', '184117.362500', '184117.822500', '184118.282500', '184118.742500', '184119.202500', '184119.662500', '184120.122500', '184120.582500', '184121.042500', '184121.502500', '184121.962500', '184122.422500', '184122.882500', '184123.342500', '184123.802500', '184124.262500', '184124.722500', '184125.182500', '184125.642500', '184126.102500', '184126.562500', '184127.022500', '184127.482500', '184127.942500', '184128.402500', '184128.862500', '184129.322500', '184129.782500', '184130.242500', '184130.702500', '184131.162500', '184131.622500', '184132.082500', '184132.542500', '184133.002500', '184133.462500', '184133.922500', '184134.382500', '184134.842500', '184135.302500', '184135.762500', '184136.222500', '184136.682500', '184137.142500', '184137.602500', '184138.062500', '184138.522500', '184138.982500', '184139.442500', '184139.902500', '184140.362500', '184140.822500', '184141.282500', '184141.742500', '184142.202500', '184142.662500', '184143.122500', '184143.582500', '184144.042500', '184144.502500', '184144.962500', '184145.422500', '184145.882500', '184146.342500', '184146.802500', '184147.262500', '184147.722500', '184148.182500', '184148.642500', '184149.102500', '184149.562500', '184150.022500', '184150.482500', '184150.942500', '184151.402500', '184151.862500', '184152.322500', '184152.782500', '184153.242500', '184153.702500', '184154.162500', '184154.622500', '184155.082500', '184155.542500', '184156.002500', '184156.462500', '184156.922500', '184157.382500', '184157.842500', '184158.302500', '184158.762500', '184159.222500', '184159.682500', '184200.142500', '184200.602500', '184201.062500', '184201.522500', '184201.982500', '184202.442500', '184202.902500', '184203.362500', '184203.822500', '184204.282500', '184204.742500', '184205.202500', '184205.662500', '184206.122500', '184206.582500', '184207.042500', '184207.502500', '184207.962500', '184208.422500', '184208.882500', '184209.342500', '184209.802500', '184210.262500', '184210.722500', '184211.182500', '184211.642500', '184212.102500', '184212.562500', '184213.022500', '184213.482500', '184213.942500', '184214.402500', '184214.862500', '184215.322500', '184215.782500', '184216.242500', '184216.702500', '184217.162500', '184217.622500', '184218.082500', '184218.542500', '184219.002500', '184219.462500', '184219.922500', '184220.382500', '184220.842500', '184221.302500', '184221.762500', '184222.222500', '184222.682500', '184223.142500', '184223.602500', '184224.062500', '184224.522500', '184224.982500', '184225.442500', '184225.902500', '184226.362500', '184226.822500', '184227.282500', '184227.742500', '184228.202500', '184228.662500', '184229.122500', '184229.582500', '184230.042500', '184230.502500', '184230.962500', '184231.422500', '184231.882500', '184232.342500', '184232.802500', '184233.262500', '184233.722500', '184234.182500', '184234.642500', '184235.102500', '184235.562500', '184236.022500', '184236.482500', '184236.942500', '184237.402500', '184237.862500', '184238.322500', '184238.782500', '184239.242500', '184239.702500', '184240.162500', '184240.622500', '184241.082500', '184241.542500', '184242.002500', '184242.462500', '184242.922500', '184243.382500', '184243.842500', '184244.302500', '184244.762500', '184245.222500', '184245.682500', '184246.142500', '184246.602500', '184247.062500', '184247.522500', '184247.982500', '184248.442500', '184248.902500', '184249.362500', '184249.822500', '184250.282500', '184250.742500', '184251.202500', '184251.662500', '184252.122500', '184252.582500', '184253.042500', '184253.502500', '184253.962500', '184254.422500', '184254.882500', '184255.342500', '184255.802500', '184256.262500', '184256.722500', '184257.182500', '184257.642500', '184258.102500', '184258.562500', '184259.022500', '184259.482500', '184259.942500', '184300.402500', '184300.862500', '184301.322500', '184301.782500', '184302.242500', '184302.702500', '184303.162500', '184303.622500', '184304.082500', '184304.542500', '184305.002500', '184305.462500', '184305.922500', '184306.382500', '184306.842500', '184307.302500', '184307.762500', '184308.222500', '184308.682500', '184309.142500', '184309.602500', '184310.062500', '184310.522500', '184310.982500', '184311.442500', '184311.902500', '184312.362500', '184312.822500', '184313.282500', '184313.742500', '184314.202500', '184314.662500', '184315.122500', '184315.582500', '184316.042500', '184316.502500', '184316.962500', '184317.422500', '184317.882500', '184318.342500', '184318.802500', '184319.262500', '184319.722500', '184320.182500', '184320.642500', '184321.102500', '184321.562500', '184322.022500', '184322.482500', '184322.942500', '184323.402500', '184323.862500', '184324.322500', '184324.782500', '184325.242500', '184325.702500', '184326.162500', '184326.622500', '184327.082500', '184327.542500', '184328.002500', '184328.462500', '184328.922500', '184329.382500', '184329.842500', '184330.302500', '184330.762500', '184331.222500', '184331.682500', '184332.142500', '184332.602500', '184333.062500', '184333.522500', '184333.982500', '184334.442500', '184334.902500', '184335.362500', '184335.822500', '184336.282500', '184336.742500', '184337.202500', '184337.662500', '184338.122500', '184338.582500', '184339.042500', '184339.502500', '184339.962500', '184340.422500', '184340.882500', '184341.342500', '184341.802500', '184342.262500', '184342.722500', '184343.182500', '184343.642500', '184344.102500', '184344.562500', '184345.022500', '184345.482500', '184345.942500', '184346.402500', '184346.862500', '184347.322500', '184347.782500', '184348.242500', '184348.702500', '184349.162500', '184349.622500', '184350.082500', '184350.542500', '184351.002500', '184351.462500', '184351.922500', '184352.382500', '184352.842500', '184353.302500', '184353.762500', '184354.222500', '184354.682500', '184355.142500', '184355.602500', '184356.062500', '184356.522500', '184356.982500', '184357.442500', '184357.902500', '184358.362500', '184358.822500', '184359.282500', '184359.742500', '184400.202500', '184400.662500', '184401.122500', '184401.582500', '184402.042500', '184402.502500', '184402.962500', '184403.422500', '184403.882500', '184404.342500', '184404.802500', '184405.262500', '184405.722500', '184406.182500', '184406.642500', '184407.102500', '184407.562500', '184408.022500', '184408.482500', '184408.942500', '184409.402500', '184409.862500', '184410.322500', '184410.782500', '184411.242500', '184411.702500', '184412.162500', '184412.622500', '184413.082500', '184413.542500', '184414.002500', '184414.462500', '184414.922500', '184415.382500', '184415.842500', '184416.302500', '184416.762500', '184417.222500', '184417.682500', '184418.142500', '184418.602500', '184419.062500', '184419.522500', '184419.982500', '184420.442500', '184420.902500', '184421.362500', '184421.822500', '184422.282500', '184422.742500', '184423.202500', '184423.662500', '184424.122500', '184424.582500', '184425.042500', '184425.502500', '184425.962500', '184426.422500', '184426.882500', '184427.342500', '184427.802500', '184428.262500', '184428.722500', '184429.182500', '184429.642500', '184430.102500', '184430.562500', '184431.022500', '184431.482500', '184431.942500', '184432.402500', '184432.862500', '184433.322500', '184433.782500', '184434.242500', '184434.702500', '184435.162500', '184435.622500', '184436.082500', '184436.542500', '184437.002500', '184437.462500', '184437.922500', '184438.382500', '184438.842500', '184439.302500', '184439.762500', '184440.222500', '184440.682500', '184441.142500', '184441.602500', '184442.062500', '184442.522500', '184442.982500', '184443.442500', '184443.902500', '184444.362500', '184444.822500', '184445.282500', '184445.742500', '184446.202500', '184446.662500', '184447.122500', '184447.582500', '184448.042500', '184448.502500', '184448.962500', '184449.422500', '184449.882500', '184450.342500', '184450.802500', '184451.262500', '184451.722500', '184452.182500', '184452.642500', '184453.102500', '184453.562500', '184454.022500', '184454.482500', '184454.942500', '184455.402500', '184455.862500', '184456.322500', '184456.782500', '184457.242500', '184457.702500', '184458.162500', '184458.622500', '184459.082500', '184459.542500', '184500.002500', '184500.462500', '184500.922500', '184501.382500', '184501.842500', '184502.302500', '184502.762500', '184503.222500', '184503.682500', '184504.142500', '184504.602500', '184505.062500', '184505.522500', '184505.982500', '184506.442500', '184506.902500', '184507.362500', '184507.822500', '184508.282500', '184508.742500', '184509.202500', '184509.662500', '184510.122500', '184510.582500', '184511.042500', '184511.502500', '184511.962500', '184512.422500', '184512.882500', '184513.342500', '184513.802500', '184514.262500', '184514.722500', '184515.182500', '184515.642500', '184516.102500', '184516.562500', '184517.022500', '184517.482500', '184517.942500', '184518.402500', '184518.862500', '184519.322500', '184519.782500', '184520.242500', '184520.702500', '184521.162500', '184521.622500', '184522.082500', '184522.542500', '184523.002500', '184523.462500', '184523.922500', '184524.382500', '184524.842500', '184525.302500', '184525.762500', '184526.222500', '184526.682500', '184527.142500', '184527.602500', '184528.062500', '184528.522500', '184528.982500', '184529.442500', '184529.902500', '184530.362500', '184530.822500', '184531.282500', '184531.742500', '184532.202500', '184532.662500', '184533.122500', '184533.582500', '184534.042500', '184534.502500', '184534.962500', '184535.422500', '184535.882500', '184536.342500', '184536.802500', '184537.262500', '184537.722500', '184538.182500', '184538.642500', '184539.102500', '184539.562500', '184540.022500', '184540.482500', '184540.942500', '184541.402500', '184541.862500', '184542.322500', '184542.782500', '184543.242500', '184543.702500', '184544.162500', '184544.622500', '184545.082500', '184545.542500', '184546.002500', '184546.462500', '184546.922500', '184547.382500', '184547.842500', '184548.302500', '184548.762500', '184549.222500', '184549.682500', '184550.142500', '184550.602500', '184551.062500', '184551.522500', '184551.982500', '184552.442500', '184552.902500', '184553.362500', '184553.822500', '184554.282500', '184554.742500', '184555.202500', '184555.662500', '184556.122500', '184556.582500', '184557.042500', '184557.502500', '184557.962500', '184558.422500', '184558.882500', '184559.342500', '184559.802500', '184600.262500', '184600.722500', '184601.182500', '184601.642500', '184602.102500', '184602.562500', '184603.022500', '184603.482500', '184603.942500', '184604.402500', '184604.862500', '184605.322500', '184605.782500', '184606.242500', '184606.702500', '184607.162500', '184607.622500', '184608.082500', '184608.542500', '184609.002500', '184609.462500', '184609.922500', '184610.382500', '184610.842500', '184611.302500', '184611.762500', '184612.222500', '184612.682500', '184613.142500', '184613.602500', '184614.062500', '184614.522500', '184614.982500', '184615.442500', '184615.902500', '184616.362500', '184616.822500', '184617.282500', '184617.742500', '184618.202500', '184618.662500', '184619.122500', '184619.582500', '184620.042500', '184620.502500', '184620.962500', '184621.422500', '184621.882500', '184622.342500', '184622.802500', '184623.262500', '184623.722500', '184624.182500', '184624.642500', '184625.102500', '184625.562500', '184626.022500', '184626.482500', '184626.942500', '184627.402500', '184627.862500', '184628.322500', '184628.782500', '184629.242500', '184629.702500', '184630.162500', '184630.622500', '184631.082500', '184631.542500', '184632.002500', '184632.462500', '184632.922500', '184633.382500', '184633.842500', '184634.302500', '184634.762500', '184635.222500', '184635.682500', '184636.142500', '184636.602500', '184637.062500', '184637.522500', '184637.982500', '184638.442500', '184638.902500', '184639.362500', '184639.822500', '184640.282500', '184640.742500', '184641.202500', '184641.662500', '184642.122500', '184642.582500', '184643.042500', '184643.502500', '184643.962500', '184644.422500', '184644.882500', '184645.342500', '184645.802500', '184646.262500', '184646.722500', '184647.182500', '184647.642500', '184648.102500', '184648.562500', '184649.022500', '184649.482500', '184649.942500', '184650.402500', '184650.862500', '184651.322500', '184651.782500', '184652.242500', '184652.702500', '184653.162500', '184653.622500', '184654.082500', '184654.542500', '184655.002500', '184655.462500', '184655.922500', '184656.382500', '184656.842500', '184657.302500', '184657.762500', '184658.222500', '184658.682500', '184659.142500', '184659.602500', '184700.062500', '184700.522500', '184700.982500', '184701.442500', '184701.902500', '184702.362500', '184702.822500', '184703.282500', '184703.742500', '184704.202500', '184704.662500', '184705.122500', '184705.582500', '184706.042500', '184706.502500', '184706.962500', '184707.422500', '184707.882500', '184708.342500', '184708.802500', '184709.262500', '184709.722500', '184710.182500', '184710.642500', '184711.102500', '184711.562500', '184712.022500', '184712.482500', '184712.942500', '184713.402500', '184713.862500', '184714.322500', '184714.782500', '184715.242500', '184715.702500', '184716.162500', '184716.622500', '184717.082500', '184717.542500', '184718.002500', '184718.462500', '184718.922500', '184719.382500', '184719.842500', '184720.302500', '184720.762500', '184721.222500', '184721.682500', '184722.142500', '184722.602500', '184723.062500', '184723.522500', '184723.982500', '184724.442500', '184724.902500', '184725.362500', '184725.822500', '184726.282500', '184726.742500', '184727.202500', '184727.662500', '184728.122500', '184728.582500', '184729.042500', '184729.502500', '184729.962500', '184730.422500', '184730.882500', '184731.342500', '184731.802500', '184732.262500', '184732.722500', '184733.182500', '184733.642500', '184734.102500', '184734.562500', '184735.022500', '184735.482500', '184735.942500', '184736.402500', '184736.862500', '184737.322500', '184737.782500', '184738.242500', '184738.702500', '184739.162500', '184739.622500', '184740.082500', '184740.542500', '184741.002500', '184741.462500', '184741.922500', '184742.382500', '184742.842500', '184743.302500', '184743.762500', '184744.222500', '184744.682500', '184745.142500', '184745.602500', '184746.062500', '184746.522500', '184746.982500', '184747.442500', '184747.902500', '184748.362500', '184748.822500', '184749.282500', '184749.742500', '184750.202500', '184750.662500', '184751.122500', '184751.582500', '184752.042500', '184752.502500', '184752.962500', '184753.422500', '184753.882500', '184754.342500', '184754.802500', '184755.262500', '184755.722500', '184756.182500', '184756.642500', '184757.102500', '184757.562500', '184758.022500', '184758.482500', '184758.942500', '184759.402500', '184759.862500', '184800.322500', '184800.782500', '184801.242500', '184801.702500', '184802.162500', '184802.622500', '184803.082500', '184803.542500', '184804.002500', '184804.462500', '184804.922500', '184805.382500', '184805.842500', '184806.302500', '184806.762500', '184807.222500', '184807.682500', '184808.142500', '184808.602500', '184809.062500', '184809.522500', '184809.982500', '184810.442500', '184810.902500', '184811.362500', '184811.822500', '184812.282500', '184812.742500', '184813.202500', '184813.662500', '184814.122500', '184814.582500', '184815.042500', '184815.502500', '184815.962500', '184816.422500', '184816.882500', '184817.342500', '184817.802500', '184818.262500', '184818.722500', '184819.182500', '184819.642500', '184820.102500', '184820.562500', '184821.022500', '184821.482500', '184821.942500', '184822.402500', '184822.862500', '184823.322500', '184823.782500', '184824.242500', '184824.702500', '184825.162500', '184825.622500', '184826.082500', '184826.542500', '184827.002500', '184827.462500', '184827.922500', '184828.382500', '184828.842500', '184829.302500', '184829.762500', '184830.222500', '184830.682500', '184831.142500', '184831.602500', '184832.062500', '184832.522500', '184832.982500', '184833.442500', '184833.902500', '184834.362500', '184834.822500', '184835.282500', '184835.742500', '184836.202500', '184836.662500', '184837.122500', '184837.582500', '184838.042500', '184838.502500', '184838.962500', '184839.422500', '184839.882500', '184840.342500', '184840.802500', '184841.262500', '184841.722500', '184842.182500', '184842.642500', '184843.102500', '184843.562500', '184844.022500', '184844.482500', '184844.942500', '184845.402500', '184845.862500', '184846.322500', '184846.782500', '184847.242500', '184847.702500', '184848.162500', '184848.622500', '184849.082500', '184849.542500', '184850.002500', '184850.462500', '184850.922500', '184851.382500', '184851.842500', '184852.302500', '184852.762500', '184853.222500', '184853.682500', '184854.142500', '184854.602500', '184855.062500', '184855.522500', '184855.982500', '184856.442500', '184856.902500', '184857.362500', '184857.822500', '184858.282500', '184858.742500', '184859.202500', '184859.662500', '184900.122500', '184900.582500', '184901.042500', '184901.502500', '184901.962500', '184902.422500', '184902.882500', '184903.342500', '184903.802500', '184904.262500', '184904.722500', '184905.182500', '184905.642500', '184906.102500', '184906.562500', '184907.022500', '184907.482500', '184907.942500', '184908.402500', '184908.862500', '184909.322500', '184909.782500', '184910.242500', '184910.702500', '184911.162500', '184911.622500', '184912.082500', '184912.542500', '184913.002500', '184913.462500', '184913.922500', '184914.382500', '184914.842500', '184915.302500', '184915.762500', '184916.222500', '184916.682500', '184917.142500', '184917.602500', '184918.062500', '184918.522500', '184918.982500', '184919.442500', '184919.902500', '184920.362500', '184920.822500', '184921.282500', '184921.742500', '184922.202500', '184922.662500', '184923.122500', '184923.582500', '184924.042500', '184924.502500', '184924.962500', '184925.422500', '184925.882500', '184926.342500', '184926.802500', '184927.262500', '184927.722500', '184928.182500', '184928.642500', '184929.102500', '184929.562500', '184930.022500', '184930.482500', '184930.942500', '184931.402500', '184931.862500', '184932.322500', '184932.782500', '184933.242500', '184933.702500', '184934.162500', '184934.622500', '184935.082500', '184935.542500', '184936.002500', '184936.462500', '184936.922500', '184937.382500', '184937.842500', '184938.302500', '184938.762500', '184939.222500', '184939.682500', '184940.142500', '184940.602500', '184941.062500', '184941.522500', '184941.982500', '184942.442500', '184942.902500', '184943.362500', '184943.822500', '184944.282500', '184944.742500', '184945.202500', '184945.662500', '184946.122500', '184946.582500', '184947.042500', '184947.502500', '184947.962500', '184948.422500', '184948.882500', '184949.342500', '184949.802500', '184950.262500', '184950.722500', '184951.182500', '184951.642500', '184952.102500', '184952.562500', '184953.022500', '184953.482500', '184953.942500', '184954.402500', '184954.862500', '184955.322500', '184955.782500', '184956.242500', '184956.702500', '184957.162500', '184957.622500', '184958.082500', '184958.542500', '184959.002500', '184959.462500', '184959.922500', '185000.382500', '185000.842500', '185001.302500', '185001.762500', '185002.222500', '185002.682500', '185003.142500', '185003.602500', '185004.062500', '185004.522500', '185004.982500', '185005.442500', '185005.902500', '185006.362500', '185006.822500', '185007.282500', '185007.742500', '185008.202500', '185008.662500', '185009.122500', '185009.582500', '185010.042500', '185010.502500', '185010.962500', '185011.422500', '185011.882500', '185012.342500', '185012.802500', '185013.262500', '185013.722500', '185014.182500', '185014.642500', '185015.102500', '185015.562500', '185016.022500', '185016.482500', '185016.942500', '185017.402500', '185017.862500', '185018.322500', '185018.782500', '185019.242500', '185019.702500', '185020.162500', '185020.622500', '185021.082500', '185021.542500', '185022.002500', '185022.462500', '185022.922500', '185023.382500', '185023.842500', '185024.302500', '185024.762500', '185025.222500', '185025.682500', '185026.142500', '185026.602500', '185027.062500', '185027.522500', '185027.982500', '185028.442500', '185028.902500', '185029.362500', '185029.822500', '185030.282500', '185030.742500', '185031.202500', '185031.662500', '185032.122500', '185032.582500', '185033.042500', '185033.502500', '185033.962500', '185034.422500', '185034.882500', '185035.342500', '185035.802500', '185036.262500', '185036.722500', '185037.182500', '185037.642500', '185038.102500', '185038.562500', '185039.022500', '185039.482500', '185039.942500', '185040.402500', '185040.862500', '185041.322500', '185041.782500', '185042.242500', '185042.702500', '185043.162500', '185043.622500', '185044.082500', '185044.542500', '185045.002500', '185045.462500', '185045.922500', '185046.382500', '185046.842500', '185047.302500', '185047.762500', '185048.222500', '185048.682500', '185049.142500', '185049.602500', '185050.062500', '185050.522500', '185050.982500', '185051.442500', '185051.902500', '185052.362500', '185052.822500', '185053.282500', '185053.742500', '185054.202500', '185054.662500', '185055.122500', '185055.582500', '185056.042500', '185056.502500', '185056.962500', '185057.422500', '185057.882500', '185058.342500', '185058.802500', '185059.262500', '185059.722500', '185100.182500', '185100.642500', '185101.102500', '185101.562500', '185102.022500', '185102.482500', '185102.942500', '185103.402500', '185103.862500', '185104.322500', '185104.782500', '185105.242500', '185105.702500', '185106.162500', '185106.622500', '185107.082500', '185107.542500', '185108.002500', '185108.462500', '185108.922500', '185109.382500', '185109.842500', '185110.302500', '185110.762500', '185111.222500', '185111.682500', '185112.142500', '185112.602500', '185113.062500', '185113.522500', '185113.982500', '185114.442500', '185114.902500', '185115.362500', '185115.822500', '185116.282500', '185116.742500', '185117.202500', '185117.662500', '185118.122500', '185118.582500', '185119.042500', '185119.502500', '185119.962500', '185120.422500', '185120.882500', '185121.342500', '185121.802500', '185122.262500', '185122.722500', '185123.182500', '185123.642500', '185124.102500', '185124.562500', '185125.022500', '185125.482500', '185125.942500', '185126.402500', '185126.862500', '185127.322500', '185127.782500', '185128.242500', '185128.702500', '185129.162500', '185129.622500', '185130.082500', '185130.542500', '185131.002500', '185131.462500', '185131.922500', '185132.382500', '185132.842500', '185133.302500', '185133.762500', '185134.222500', '185134.682500', '185135.142500', '185135.602500', '185136.062500', '185136.522500', '185136.982500', '185137.442500', '185137.902500', '185138.362500', '185138.822500', '185139.282500', '185139.742500', '185140.202500', '185140.662500', '185141.122500', '185141.582500', '185142.042500', '185142.502500', '185142.962500', '185143.422500', '185143.882500', '185144.342500', '185144.802500', '185145.262500', '185145.722500', '185146.182500', '185146.642500', '185147.102500', '185147.562500', '185148.022500', '185148.482500', '185148.942500', '185149.402500', '185149.862500', '185150.322500', '185150.782500', '185151.242500', '185151.702500', '185152.162500', '185152.622500', '185153.082500', '185153.542500', '185154.002500', '185154.462500', '185154.922500', '185155.382500', '185155.842500', '185156.302500', '185156.762500', '185157.222500', '185157.682500', '185158.142500', '185158.602500', '185159.062500', '185159.522500', '185159.982500', '185200.442500', '185200.902500', '185201.362500', '185201.822500', '185202.282500', '185202.742500', '185203.202500', '185203.662500', '185204.122500', '185204.582500', '185205.042500', '185205.502500', '185205.962500', '185206.422500', '185206.882500', '185207.342500', '185207.802500', '185208.262500', '185208.722500', '185209.182500', '185209.642500', '185210.102500', '185210.562500', '185211.022500', '185211.482500', '185211.942500', '185212.402500'], 'ContentTime': ['183818.300000', '183818.304000', '183818.308000', '183818.311000', '183818.313000', '183818.316000', '183818.319000', '183818.322000', '183818.325000', '183818.328000', '183818.330000', '183818.333000', '183818.336000', '183818.339000', '183818.342000', '183818.345000', '183818.348000', '183818.351000', '183818.356000', '183818.359000', '183818.362000', '183818.365000', '183818.368000', '183818.371000', '183818.374000', '183818.376000', '183818.379000', '183818.382000', '183818.385000', '183818.388000', '183818.391000', '183818.394000', '183818.397000', '183818.399000', '183818.402000', '183818.405000', '183818.408000', '183818.411000', '183818.414000', '183818.416000', '183818.419000', '183818.422000', '183818.425000', '183838.266000', '183838.269000', '183838.272000', '183838.275000', '183838.277000', '183838.280000', '183838.283000', '183838.291000', '183838.294000', '183838.297000', '183838.299000', '183838.302000', '183838.305000', '183838.308000', '183838.311000', '183838.314000', '183838.317000', '183838.320000', '183838.323000', '183838.326000', '183838.328000', '183838.331000', '183838.334000', '183838.337000', '183838.340000', '183838.343000', '183838.346000', '183838.348000', '183838.351000', '183838.354000', '183838.357000', '183838.360000', '183838.363000', '183838.365000', '183838.368000', '183838.374000', '183838.377000', '183838.380000', '183838.382000', '183838.385000', '183838.388000', '183838.391000', '183838.394000', '183838.397000', '183858.267000', '183858.270000', '183858.273000', '183858.276000', '183858.279000', '183858.282000', '183858.285000', '183858.287000', '183858.290000', '183858.293000', '183858.296000', '183858.299000', '183858.302000', '183858.305000', '183858.308000', '183858.311000', '183858.314000', '183858.317000', '183858.320000', '183858.323000', '183858.325000', '183858.328000', '183858.331000', '183858.334000', '183858.337000', '183858.340000', '183858.343000', '183858.345000', '183858.348000', '183858.351000', '183858.354000', '183858.357000', '183858.360000', '183858.363000', '183858.365000', '183858.368000', '183858.371000', '183858.374000', '183858.377000', '183858.380000', '183858.383000', '183858.386000', '183858.388000', '183918.267000', '183918.270000', '183918.273000', '183918.276000', '183918.279000', '183918.282000', '183918.284000', '183918.287000', '183918.290000', '183918.293000', '183918.296000', '183918.299000', '183918.302000', '183918.305000', '183918.307000', '183918.310000', '183918.313000', '183918.316000', '183918.319000', '183918.322000', '183918.325000', '183918.327000', '183918.330000', '183918.333000', '183918.336000', '183918.339000', '183918.342000', '183918.345000', '183918.348000', '183918.351000', '183918.354000', '183918.356000', '183918.363000', '183918.366000', '183918.369000', '183918.372000', '183918.375000', '183918.378000', '183918.380000', '183918.394000', '183918.397000', '183918.400000', '183918.403000', '183918.406000', '183938.267000', '183938.270000', '183938.273000', '183938.276000', '183938.279000', '183938.282000', '183938.284000', '183938.287000', '183938.290000', '183938.293000', '183938.296000', '183938.299000', '183938.302000', '183938.305000', '183938.307000', '183938.310000', '183938.313000', '183938.316000', '183938.319000', '183938.322000', '183938.325000', '183938.328000', '183938.331000', '183938.334000', '183938.337000', '183938.340000', '183938.354000', '183938.357000', '183938.359000', '183938.362000', '183938.365000', '183938.368000', '183938.371000', '183938.374000', '183938.377000', '183938.379000', '183938.382000', '183938.385000', '183938.388000', '183938.391000', '183938.394000', '183938.397000', '183938.400000', '183958.267000', '183958.270000', '183958.273000', '183958.276000', '183958.279000', '183958.281000', '183958.284000', '183958.287000', '183958.290000', '183958.293000', '183958.296000', '183958.299000', '183958.302000', '183958.304000', '183958.307000', '183958.310000', '183958.313000', '183958.316000', '183958.319000', '183958.322000', '183958.325000', '183958.328000', '183958.330000', '183958.333000', '183958.336000', '183958.339000', '183958.342000', '183958.345000', '183958.348000', '183958.351000', '183958.354000', '183958.356000', '183958.359000', '183958.362000', '183958.365000', '183958.368000', '183958.371000', '183958.374000', '183958.377000', '183958.380000', '183958.382000', '183958.385000', '183958.388000', '183958.391000', '184018.267000', '184018.270000', '184018.273000', '184018.277000', '184018.281000', '184018.284000', '184018.286000', '184018.289000', '184018.292000', '184018.295000', '184018.298000', '184018.301000', '184018.304000', '184018.307000', '184018.309000', '184018.312000', '184018.315000', '184018.318000', '184018.321000', '184018.324000', '184018.327000', '184018.330000', '184018.333000', '184018.335000', '184018.338000', '184018.341000', '184018.344000', '184018.347000', '184018.350000', '184018.353000', '184018.356000', '184018.359000', '184018.361000', '184018.364000', '184018.367000', '184018.370000', '184018.374000', '184018.379000', '184018.382000', '184018.385000', '184018.388000', '184018.391000', '184018.394000', '184038.266000', '184038.269000', '184038.272000', '184038.275000', '184038.278000', '184038.281000', '184038.283000', '184038.286000', '184038.289000', '184038.292000', '184038.295000', '184038.298000', '184038.301000', '184038.304000', '184038.307000', '184038.309000', '184038.312000', '184038.315000', '184038.318000', '184038.321000', '184038.324000', '184038.327000', '184038.330000', '184038.333000', '184038.336000', '184038.338000', '184038.341000', '184038.344000', '184038.347000', '184038.350000', '184038.353000', '184038.356000', '184038.359000', '184038.362000', '184038.365000', '184038.367000', '184038.370000', '184038.373000', '184038.376000', '184038.379000', '184038.382000', '184038.385000', '184038.388000', '184038.390000', '184058.266000', '184058.269000', '184058.272000', '184058.275000', '184058.278000', '184058.281000', '184058.283000', '184058.286000', '184058.289000', '184058.292000', '184058.295000', '184058.298000', '184058.301000', '184058.304000', '184058.307000', '184058.309000', '184058.312000', '184058.315000', '184058.318000', '184058.321000', '184058.344000', '184058.347000', '184058.350000', '184058.353000', '184058.356000', '184058.359000', '184058.362000', '184058.365000', '184058.368000', '184058.371000', '184058.374000', '184058.377000', '184058.380000', '184058.382000', '184058.385000', '184058.388000', '184058.391000', '184058.394000', '184058.397000', '184058.400000', '184058.403000', '184058.406000', '184058.408000', '184118.267000', '184118.270000', '184118.273000', '184118.276000', '184118.279000', '184118.282000', '184118.284000', '184118.287000', '184118.290000', '184118.294000', '184118.296000', '184118.299000', '184118.302000', '184118.305000', '184118.308000', '184118.311000', '184118.314000', '184118.317000', '184118.320000', '184118.323000', '184118.325000', '184118.328000', '184118.331000', '184118.334000', '184118.337000', '184118.340000', '184118.343000', '184118.345000', '184118.348000', '184118.351000', '184118.354000', '184118.357000', '184118.360000', '184118.363000', '184118.366000', '184118.369000', '184118.371000', '184118.374000', '184118.377000', '184118.380000', '184118.383000', '184118.386000', '184118.389000', '184118.391000', '184138.267000', '184138.270000', '184138.273000', '184138.276000', '184138.279000', '184138.282000', '184138.285000', '184138.287000', '184138.290000', '184138.293000', '184138.296000', '184138.299000', '184138.302000', '184138.305000', '184138.308000', '184138.311000', '184138.313000', '184138.318000', '184138.321000', '184138.324000', '184138.327000', '184138.330000', '184138.332000', '184138.335000', '184138.338000', '184138.341000', '184138.344000', '184138.347000', '184138.350000', '184138.353000', '184138.356000', '184138.359000', '184138.362000', '184138.364000', '184138.367000', '184138.370000', '184138.377000', '184138.380000', '184138.383000', '184138.386000', '184138.389000', '184138.392000', '184138.395000', '184158.267000', '184158.270000', '184158.273000', '184158.276000', '184158.278000', '184158.282000', '184158.285000', '184158.288000', '184158.290000', '184158.293000', '184158.296000', '184158.299000', '184158.302000', '184158.305000', '184158.308000', '184158.311000', '184158.314000', '184158.317000', '184158.320000', '184158.323000', '184158.326000', '184158.329000', '184158.332000', '184158.334000', '184158.337000', '184158.340000', '184158.343000', '184158.346000', '184158.349000', '184158.352000', '184158.355000', '184158.357000', '184158.360000', '184158.363000', '184158.366000', '184158.369000', '184158.372000', '184158.375000', '184158.377000', '184158.380000', '184158.383000', '184158.386000', '184158.389000', '184158.392000', '184218.267000', '184218.270000', '184218.273000', '184218.276000', '184218.279000', '184218.282000', '184218.284000', '184218.287000', '184218.290000', '184218.293000', '184218.296000', '184218.299000', '184218.302000', '184218.305000', '184218.307000', '184218.311000', '184218.314000', '184218.317000', '184218.320000', '184218.323000', '184218.326000', '184218.328000', '184218.331000', '184218.334000', '184218.337000', '184218.340000', '184218.343000', '184218.346000', '184218.349000', '184218.352000', '184218.355000', '184218.358000', '184218.360000', '184218.363000', '184218.366000', '184218.369000', '184218.372000', '184218.375000', '184218.378000', '184218.380000', '184218.383000', '184218.387000', '184218.392000', '184238.267000', '184238.270000', '184238.284000', '184238.287000', '184238.290000', '184238.293000', '184238.296000', '184238.299000', '184238.301000', '184238.304000', '184238.307000', '184238.310000', '184238.313000', '184238.316000', '184238.319000', '184238.322000', '184238.325000', '184238.328000', '184238.331000', '184238.334000', '184238.336000', '184238.339000', '184238.342000', '184238.345000', '184238.348000', '184238.351000', '184238.354000', '184238.357000', '184238.360000', '184238.362000', '184238.365000', '184238.368000', '184238.371000', '184238.374000', '184238.377000', '184238.380000', '184238.383000', '184238.386000', '184238.388000', '184238.391000', '184238.394000', '184238.397000', '184238.400000', '184238.403000', '184258.266000', '184258.269000', '184258.272000', '184258.275000', '184258.278000', '184258.280000', '184258.283000', '184258.286000', '184258.289000', '184258.292000', '184258.295000', '184258.298000', '184258.301000', '184258.304000', '184258.306000', '184258.309000', '184258.312000', '184258.315000', '184258.318000', '184258.321000', '184258.324000', '184258.327000', '184258.330000', '184258.332000', '184258.335000', '184258.338000', '184258.341000', '184258.344000', '184258.347000', '184258.350000', '184258.353000', '184258.357000', '184258.360000', '184258.363000', '184258.366000', '184258.368000', '184258.371000', '184258.374000', '184258.377000', '184258.380000', '184258.383000', '184258.386000', '184258.388000', '184318.266000', '184318.269000', '184318.272000', '184318.275000', '184318.278000', '184318.280000', '184318.283000', '184318.286000', '184318.289000', '184318.292000', '184318.295000', '184318.298000', '184318.301000', '184318.304000', '184318.307000', '184318.309000', '184318.312000', '184318.315000', '184318.318000', '184318.321000', '184318.324000', '184318.327000', '184318.330000', '184318.333000', '184318.336000', '184318.339000', '184318.342000', '184318.345000', '184318.348000', '184318.351000', '184318.354000', '184318.357000', '184318.359000', '184318.362000', '184318.365000', '184318.368000', '184318.371000', '184318.374000', '184318.377000', '184318.380000', '184318.382000', '184318.385000', '184318.388000', '184318.391000', '184338.267000', '184338.270000', '184338.273000', '184338.276000', '184338.279000', '184338.281000', '184338.284000', '184338.287000', '184338.290000', '184338.293000', '184338.296000', '184338.299000', '184338.301000', '184338.304000', '184338.307000', '184338.310000', '184338.313000', '184338.316000', '184338.319000', '184338.322000', '184338.325000', '184338.328000', '184338.330000', '184338.333000', '184338.336000', '184338.339000', '184338.342000', '184338.345000', '184338.348000', '184338.351000', '184338.354000', '184338.356000', '184338.359000', '184338.362000', '184338.365000', '184338.368000', '184338.371000', '184338.374000', '184338.377000', '184338.379000', '184338.382000', '184338.385000', '184338.388000', '184358.267000', '184358.270000', '184358.273000', '184358.276000', '184358.278000', '184358.281000', '184358.284000', '184358.287000', '184358.290000', '184358.293000', '184358.296000', '184358.298000', '184358.314000', '184358.317000', '184358.320000', '184358.323000', '184358.326000', '184358.328000', '184358.331000', '184358.334000', '184358.337000', '184358.340000', '184358.343000', '184358.346000', '184358.349000', '184358.352000', '184358.354000', '184358.357000', '184358.360000', '184358.363000', '184358.366000', '184358.369000', '184358.372000', '184358.375000', '184358.377000', '184358.380000', '184358.383000', '184358.386000', '184358.389000', '184358.392000', '184358.395000', '184358.398000', '184358.401000', '184358.403000', '184418.267000', '184418.270000', '184418.273000', '184418.276000', '184418.279000', '184418.281000', '184418.284000', '184418.287000', '184418.290000', '184418.293000', '184418.296000', '184418.299000', '184418.302000', '184418.305000', '184418.308000', '184418.310000', '184418.313000', '184418.316000', '184418.319000', '184418.322000', '184418.325000', '184418.328000', '184418.330000', '184418.333000', '184418.336000', '184418.339000', '184418.342000', '184418.345000', '184418.348000', '184418.351000', '184418.354000', '184418.357000', '184418.360000', '184418.363000', '184418.366000', '184418.369000', '184418.372000', '184418.374000', '184418.377000', '184418.380000', '184418.383000', '184418.386000', '184418.389000', '184438.267000', '184438.270000', '184438.273000', '184438.276000', '184438.279000', '184438.282000', '184438.284000', '184438.287000', '184438.290000', '184438.293000', '184438.296000', '184438.299000', '184438.302000', '184438.305000', '184438.308000', '184438.311000', '184438.313000', '184438.316000', '184438.319000', '184438.322000', '184438.325000', '184438.328000', '184438.331000', '184438.333000', '184438.336000', '184438.339000', '184438.342000', '184438.345000', '184438.348000', '184438.351000', '184438.354000', '184438.358000', '184438.361000', '184438.363000', '184438.366000', '184438.369000', '184438.372000', '184438.375000', '184438.378000', '184438.381000', '184438.384000', '184438.387000', '184438.389000', '184438.392000', '184458.267000', '184458.270000', '184458.273000', '184458.276000', '184458.279000', '184458.282000', '184458.285000', '184458.287000', '184458.290000', '184458.293000', '184458.305000', '184458.308000', '184458.311000', '184458.314000', '184458.317000', '184458.320000', '184458.323000', '184458.326000', '184458.329000', '184458.331000', '184458.334000', '184458.337000', '184458.340000', '184458.343000', '184458.346000', '184458.349000', '184458.352000', '184458.354000', '184458.357000', '184458.360000', '184458.363000', '184458.366000', '184458.369000', '184458.372000', '184458.375000', '184458.377000', '184458.380000', '184458.383000', '184458.386000', '184458.389000', '184458.392000', '184458.395000', '184458.398000', '184518.266000', '184518.269000', '184518.272000', '184518.275000', '184518.278000', '184518.281000', '184518.284000', '184518.287000', '184518.289000', '184518.292000', '184518.295000', '184518.298000', '184518.301000', '184518.304000', '184518.307000', '184518.310000', '184518.313000', '184518.316000', '184518.319000', '184518.322000', '184518.324000', '184518.327000', '184518.330000', '184518.339000', '184518.342000', '184518.345000', '184518.348000', '184518.351000', '184518.354000', '184518.356000', '184518.359000', '184518.362000', '184518.365000', '184518.368000', '184518.371000', '184518.374000', '184518.377000', '184518.380000', '184518.383000', '184518.386000', '184518.389000', '184518.392000', '184518.395000', '184538.266000', '184538.269000', '184538.272000', '184538.275000', '184538.278000', '184538.281000', '184538.283000', '184538.286000', '184538.289000', '184538.292000', '184538.295000', '184538.298000', '184538.301000', '184538.304000', '184538.307000', '184538.310000', '184538.313000', '184538.315000', '184538.318000', '184538.321000', '184538.324000', '184538.327000', '184538.330000', '184538.333000', '184538.336000', '184538.338000', '184538.341000', '184538.344000', '184538.347000', '184538.350000', '184538.353000', '184538.356000', '184538.358000', '184538.361000', '184538.364000', '184538.367000', '184538.370000', '184538.373000', '184538.376000', '184538.379000', '184538.382000', '184538.385000', '184538.387000', '184538.390000', '184558.267000', '184558.270000', '184558.274000', '184558.277000', '184558.280000', '184558.283000', '184558.286000', '184558.289000', '184558.292000', '184558.295000', '184558.297000', '184558.300000', '184558.303000', '184558.306000', '184558.309000', '184558.312000', '184558.315000', '184558.318000', '184558.321000', '184558.323000', '184558.326000', '184558.329000', '184558.332000', '184558.335000', '184558.338000', '184558.341000', '184558.344000', '184558.346000', '184558.349000', '184558.352000', '184558.355000', '184558.358000', '184558.361000', '184558.364000', '184558.367000', '184558.369000', '184558.372000', '184558.375000', '184558.378000', '184558.381000', '184558.384000', '184558.387000', '184558.389000', '184618.267000', '184618.270000', '184618.273000', '184618.276000', '184618.279000', '184618.282000', '184618.285000', '184618.287000', '184618.290000', '184618.293000', '184618.296000', '184618.299000', '184618.302000', '184618.305000', '184618.308000', '184618.311000', '184618.313000', '184618.316000', '184618.319000', '184618.322000', '184618.325000', '184618.328000', '184618.331000', '184618.333000', '184618.336000', '184618.339000', '184618.342000', '184618.345000', '184618.348000', '184618.351000', '184618.353000', '184618.356000', '184618.359000', '184618.362000', '184618.365000', '184618.368000', '184618.371000', '184618.374000', '184618.377000', '184618.380000', '184618.383000', '184618.386000', '184618.388000', '184618.392000', '184638.267000', '184638.270000', '184638.273000', '184638.276000', '184638.279000', '184638.282000', '184638.285000', '184638.288000', '184638.291000', '184638.293000', '184638.296000', '184638.299000', '184638.303000', '184638.306000', '184638.310000', '184638.313000', '184638.316000', '184638.319000', '184638.321000', '184638.324000', '184638.339000', '184638.341000', '184638.344000', '184638.347000', '184638.350000', '184638.353000', '184638.356000', '184638.359000', '184638.361000', '184638.364000', '184638.367000', '184638.370000', '184638.373000', '184638.376000', '184638.379000', '184638.382000', '184638.385000', '184638.387000', '184638.390000', '184638.393000', '184638.396000', '184638.399000', '184638.402000', '184658.267000', '184658.270000', '184658.273000', '184658.276000', '184658.279000', '184658.282000', '184658.285000', '184658.288000', '184658.291000', '184658.293000', '184658.296000', '184658.299000', '184658.302000', '184658.305000', '184658.308000', '184658.311000', '184658.314000', '184658.317000', '184658.320000', '184658.323000', '184658.326000', '184658.328000', '184658.331000', '184658.334000', '184658.337000', '184658.340000', '184658.343000', '184658.346000', '184658.348000', '184658.351000', '184658.354000', '184658.357000', '184658.360000', '184658.363000', '184658.366000', '184658.369000', '184658.371000', '184658.374000', '184658.377000', '184658.380000', '184658.383000', '184658.386000', '184658.389000', '184658.391000', '184718.267000', '184718.270000', '184718.273000', '184718.276000', '184718.279000', '184718.282000', '184718.285000', '184718.288000', '184718.291000', '184718.293000', '184718.296000', '184718.299000', '184718.302000', '184718.305000', '184718.308000', '184718.311000', '184718.314000', '184718.317000', '184718.320000', '184718.323000', '184718.326000', '184718.329000', '184718.332000', '184718.335000', '184718.338000', '184718.341000', '184718.343000', '184718.346000', '184718.349000', '184718.352000', '184718.355000', '184718.358000', '184718.361000', '184718.363000', '184718.366000', '184718.369000', '184718.372000', '184718.375000', '184718.378000', '184718.381000', '184718.384000', '184718.386000', '184718.389000', '184738.266000', '184738.269000', '184738.272000', '184738.275000', '184738.278000', '184738.281000', '184738.284000', '184738.287000', '184738.289000', '184738.292000', '184738.295000', '184738.298000', '184738.301000', '184738.304000', '184738.307000', '184738.310000', '184738.312000', '184738.315000', '184738.318000', '184738.321000', '184738.324000', '184738.327000', '184738.330000', '184738.333000', '184738.336000', '184738.339000', '184738.341000', '184738.344000', '184738.347000', '184738.350000', '184738.353000', '184738.356000', '184738.359000', '184738.362000', '184738.365000', '184738.367000', '184738.370000', '184738.373000', '184738.376000', '184738.379000', '184738.386000', '184738.389000', '184738.391000', '184738.394000', '184758.267000', '184758.271000', '184758.274000', '184758.276000', '184758.279000', '184758.282000', '184758.285000', '184758.288000', '184758.291000', '184758.294000', '184758.297000', '184758.300000', '184758.302000', '184758.305000', '184758.308000', '184758.311000', '184758.314000', '184758.317000', '184758.320000', '184758.323000', '184758.326000', '184758.329000', '184758.332000', '184758.335000', '184758.338000', '184758.341000', '184758.344000', '184758.347000', '184758.350000', '184758.352000', '184758.355000', '184758.358000', '184758.361000', '184758.364000', '184758.367000', '184758.370000', '184758.373000', '184758.376000', '184758.379000', '184758.381000', '184758.384000', '184758.387000', '184758.390000', '184818.267000', '184818.270000', '184818.273000', '184818.276000', '184818.279000', '184818.282000', '184818.285000', '184818.288000', '184818.291000', '184818.293000', '184818.296000', '184818.299000', '184818.302000', '184818.305000', '184818.308000', '184818.311000', '184818.314000', '184818.316000', '184818.319000', '184818.322000', '184818.325000', '184818.328000', '184818.331000', '184818.334000', '184818.337000', '184818.339000', '184818.342000', '184818.345000', '184818.348000', '184818.351000', '184818.354000', '184818.357000', '184818.360000', '184818.363000', '184818.366000', '184818.368000', '184818.371000', '184818.374000', '184818.377000', '184818.380000', '184818.383000', '184818.386000', '184818.389000', '184818.391000', '184838.267000', '184838.270000', '184838.273000', '184838.276000', '184838.279000', '184838.304000', '184838.307000', '184838.310000', '184838.312000', '184838.315000', '184838.318000', '184838.321000', '184838.324000', '184838.327000', '184838.330000', '184838.333000', '184838.335000', '184838.338000', '184838.341000', '184838.344000', '184838.347000', '184838.350000', '184838.353000', '184838.356000', '184838.359000', '184838.362000', '184838.365000', '184838.368000', '184838.371000', '184838.374000', '184838.377000', '184838.380000', '184838.382000', '184838.385000', '184838.388000', '184838.391000', '184838.394000', '184838.397000', '184838.400000', '184838.403000', '184838.406000', '184838.409000', '184838.411000', '184858.267000', '184858.270000', '184858.273000', '184858.276000', '184858.279000', '184858.282000', '184858.285000', '184858.288000', '184858.290000', '184858.293000', '184858.296000', '184858.299000', '184858.302000', '184858.305000', '184858.308000', '184858.310000', '184858.313000', '184858.316000', '184858.319000', '184858.322000', '184858.325000', '184858.328000', '184858.330000', '184858.333000', '184858.337000', '184858.340000', '184858.342000', '184858.345000', '184858.361000', '184858.364000', '184858.367000', '184858.369000', '184858.372000', '184858.375000', '184858.378000', '184858.381000', '184858.384000', '184858.387000', '184858.390000', '184858.392000', '184858.395000', '184858.407000', '184858.410000', '184858.413000', '184918.267000', '184918.270000', '184918.273000', '184918.276000', '184918.279000', '184918.282000', '184918.285000', '184918.288000', '184918.290000', '184918.293000', '184918.296000', '184918.299000', '184918.302000', '184918.306000', '184918.309000', '184918.312000', '184918.315000', '184918.318000', '184918.321000', '184918.323000', '184918.326000', '184918.329000', '184918.332000', '184918.335000', '184918.338000', '184918.341000', '184918.343000', '184918.346000', '184918.349000', '184918.352000', '184918.355000', '184918.358000', '184918.361000', '184918.364000', '184918.367000', '184918.370000', '184918.373000', '184918.376000', '184918.379000', '184918.382000', '184918.385000', '184918.388000', '184918.390000', '184938.267000', '184938.270000', '184938.273000', '184938.276000', '184938.279000', '184938.282000', '184938.284000', '184938.287000', '184938.290000', '184938.293000', '184938.296000', '184938.299000', '184938.302000', '184938.305000', '184938.307000', '184938.310000', '184938.313000', '184938.316000', '184938.319000', '184938.322000', '184938.325000', '184938.328000', '184938.331000', '184938.333000', '184938.336000', '184938.339000', '184938.342000', '184938.345000', '184938.348000', '184938.351000', '184938.354000', '184938.356000', '184938.359000', '184938.362000', '184938.365000', '184938.368000', '184938.371000', '184938.374000', '184938.377000', '184938.380000', '184938.383000', '184938.386000', '184938.389000', '184938.391000', '184958.266000', '184958.269000', '184958.272000', '184958.275000', '184958.278000', '184958.281000', '184958.284000', '184958.287000', '184958.289000', '184958.292000', '184958.295000', '184958.298000', '184958.301000', '184958.304000', '184958.307000', '184958.310000', '184958.313000', '184958.315000', '184958.318000', '184958.321000', '184958.324000', '184958.327000', '184958.330000', '184958.333000', '184958.336000', '184958.339000', '184958.341000', '184958.344000', '184958.347000', '184958.350000', '184958.353000', '184958.356000', '184958.359000', '184958.362000', '184958.364000', '184958.367000', '184958.370000', '184958.373000', '184958.376000', '184958.379000', '184958.382000', '184958.385000', '184958.388000', '185018.266000', '185018.269000', '185018.272000', '185018.275000', '185018.278000', '185018.281000', '185018.284000', '185018.287000', '185018.289000', '185018.292000', '185018.295000', '185018.298000', '185018.301000', '185018.304000', '185018.307000', '185018.310000', '185018.313000', '185018.316000', '185018.318000', '185018.321000', '185018.324000', '185018.327000', '185018.330000', '185018.333000', '185018.336000', '185018.339000', '185018.341000', '185018.344000', '185018.347000', '185018.350000', '185018.353000', '185018.356000', '185018.359000', '185018.362000', '185018.364000', '185018.367000', '185018.370000', '185018.373000', '185018.376000', '185018.379000', '185018.382000', '185018.385000', '185018.388000', '185018.391000', '185038.267000', '185038.270000', '185038.273000', '185038.276000', '185038.279000', '185038.282000', '185038.285000', '185038.288000', '185038.291000', '185038.294000', '185038.297000', '185038.299000', '185038.302000', '185038.305000', '185038.308000', '185038.311000', '185038.314000', '185038.317000', '185038.319000', '185038.322000', '185038.325000', '185038.328000', '185038.331000', '185038.334000', '185038.337000', '185038.340000', '185038.344000', '185038.347000', '185038.350000', '185038.353000', '185038.356000', '185038.359000', '185038.362000', '185038.365000', '185038.368000', '185038.371000', '185038.374000', '185038.377000', '185038.380000', '185038.382000', '185038.385000', '185038.388000', '185038.391000', '185058.267000', '185058.270000', '185058.273000', '185058.276000', '185058.279000', '185058.282000', '185058.285000', '185058.288000', '185058.290000', '185058.293000', '185058.296000', '185058.299000', '185058.302000', '185058.305000', '185058.308000', '185058.311000', '185058.314000', '185058.316000', '185058.319000', '185058.322000', '185058.325000', '185058.328000', '185058.331000', '185058.334000', '185058.337000', '185058.340000', '185058.342000', '185058.345000', '185058.348000', '185058.351000', '185058.354000', '185058.357000', '185058.360000', '185058.363000', '185058.365000', '185058.368000', '185058.371000', '185058.374000', '185058.377000', '185058.380000', '185058.383000', '185058.386000', '185058.389000', '185058.392000', '185118.267000', '185118.270000', '185118.273000', '185118.276000', '185118.279000', '185118.282000', '185118.285000', '185118.288000', '185118.291000', '185118.293000', '185118.296000', '185118.299000', '185118.302000', '185118.305000', '185118.308000', '185118.311000', '185118.314000', '185118.317000', '185118.319000', '185118.322000', '185118.325000', '185118.328000', '185118.350000', '185118.353000', '185118.356000', '185118.359000', '185118.362000', '185118.365000', '185118.368000', '185118.371000', '185118.374000', '185118.377000', '185118.380000', '185118.383000', '185118.386000', '185118.389000', '185118.392000', '185118.394000', '185118.397000', '185118.400000', '185118.403000', '185118.406000', '185118.409000', '185138.267000', '185138.270000', '185138.273000', '185138.276000', '185138.279000', '185138.282000', '185138.285000', '185138.288000', '185138.291000', '185138.293000', '185138.296000', '185138.299000', '185138.302000', '185138.305000', '185138.308000', '185138.311000', '185138.314000', '185138.316000', '185138.319000', '185138.322000', '185138.325000', '185138.328000', '185138.331000', '185138.334000', '185138.337000', '185138.340000', '185138.342000', '185138.345000', '185138.348000', '185138.351000', '185138.354000', '185138.357000', '185138.360000', '185138.363000', '185138.365000', '185138.368000', '185138.371000', '185138.374000', '185138.377000', '185138.380000', '185138.383000', '185138.385000', '185138.388000', '185138.391000', '185158.267000', '185158.270000', '185158.273000', '185158.276000', '185158.279000', '185158.282000', '185158.285000', '185158.288000', '185158.291000', '185158.294000', '185158.296000', '185158.299000', '185158.302000', '185158.305000', '185158.308000', '185158.311000', '185158.314000', '185158.317000', '185158.320000', '185158.322000', '185158.325000', '185158.328000', '185158.331000', '185158.334000', '185158.337000', '185158.340000', '185158.343000', '185158.345000', '185158.348000', '185158.351000', '185158.354000', '185158.357000', '185158.360000', '185158.369000', '185158.372000', '185158.375000', '185158.378000', '185158.382000', '185158.385000', '185158.388000', '185158.390000', '185158.393000', '185158.396000', '185213.225000', '185213.229000', '185213.232000', '185213.236000', '185213.239000', '185213.242000', '185213.246000', '185213.249000', '185213.252000', '185213.255000', '185213.258000', '185213.261000', '185213.264000', '185213.268000', '185213.271000', '185213.273000', '185213.276000', '185213.280000', '185213.283000', '185213.286000', '185213.289000', '185213.292000', '185213.295000', '185213.298000', '185213.301000', '185213.304000', '185213.307000', '185213.310000', '185213.313000', '185213.316000', '185213.320000', '185213.323000', '185213.326000'], 'InstanceCreationTime': ['183818.300000', '183818.304000', '183818.308000', '183818.311000', '183818.313000', '183818.316000', '183818.319000', '183818.322000', '183818.325000', '183818.328000', '183818.330000', '183818.333000', '183818.336000', '183818.339000', '183818.342000', '183818.345000', '183818.348000', '183818.351000', '183818.356000', '183818.359000', '183818.362000', '183818.365000', '183818.368000', '183818.371000', '183818.374000', '183818.376000', '183818.379000', '183818.382000', '183818.385000', '183818.388000', '183818.391000', '183818.394000', '183818.397000', '183818.399000', '183818.402000', '183818.405000', '183818.408000', '183818.411000', '183818.414000', '183818.416000', '183818.419000', '183818.422000', '183818.425000', '183838.266000', '183838.269000', '183838.272000', '183838.275000', '183838.277000', '183838.280000', '183838.283000', '183838.291000', '183838.294000', '183838.297000', '183838.299000', '183838.302000', '183838.305000', '183838.308000', '183838.311000', '183838.314000', '183838.317000', '183838.320000', '183838.323000', '183838.326000', '183838.328000', '183838.331000', '183838.334000', '183838.337000', '183838.340000', '183838.343000', '183838.346000', '183838.348000', '183838.351000', '183838.354000', '183838.357000', '183838.360000', '183838.363000', '183838.365000', '183838.368000', '183838.374000', '183838.377000', '183838.380000', '183838.382000', '183838.385000', '183838.388000', '183838.391000', '183838.394000', '183838.397000', '183858.267000', '183858.270000', '183858.273000', '183858.276000', '183858.279000', '183858.282000', '183858.285000', '183858.287000', '183858.290000', '183858.293000', '183858.296000', '183858.299000', '183858.302000', '183858.305000', '183858.308000', '183858.311000', '183858.314000', '183858.317000', '183858.320000', '183858.323000', '183858.325000', '183858.328000', '183858.331000', '183858.334000', '183858.337000', '183858.340000', '183858.343000', '183858.345000', '183858.348000', '183858.351000', '183858.354000', '183858.357000', '183858.360000', '183858.363000', '183858.365000', '183858.368000', '183858.371000', '183858.374000', '183858.377000', '183858.380000', '183858.383000', '183858.386000', '183858.388000', '183918.267000', '183918.270000', '183918.273000', '183918.276000', '183918.279000', '183918.282000', '183918.284000', '183918.287000', '183918.290000', '183918.293000', '183918.296000', '183918.299000', '183918.302000', '183918.305000', '183918.307000', '183918.310000', '183918.313000', '183918.316000', '183918.319000', '183918.322000', '183918.325000', '183918.327000', '183918.330000', '183918.333000', '183918.336000', '183918.339000', '183918.342000', '183918.345000', '183918.348000', '183918.351000', '183918.354000', '183918.356000', '183918.363000', '183918.366000', '183918.369000', '183918.372000', '183918.375000', '183918.378000', '183918.380000', '183918.394000', '183918.397000', '183918.400000', '183918.403000', '183918.406000', '183938.267000', '183938.270000', '183938.273000', '183938.276000', '183938.279000', '183938.282000', '183938.284000', '183938.287000', '183938.290000', '183938.293000', '183938.296000', '183938.299000', '183938.302000', '183938.305000', '183938.307000', '183938.310000', '183938.313000', '183938.316000', '183938.319000', '183938.322000', '183938.325000', '183938.328000', '183938.331000', '183938.334000', '183938.337000', '183938.340000', '183938.354000', '183938.357000', '183938.359000', '183938.362000', '183938.365000', '183938.368000', '183938.371000', '183938.374000', '183938.377000', '183938.379000', '183938.382000', '183938.385000', '183938.388000', '183938.391000', '183938.394000', '183938.397000', '183938.400000', '183958.267000', '183958.270000', '183958.273000', '183958.276000', '183958.279000', '183958.281000', '183958.284000', '183958.287000', '183958.290000', '183958.293000', '183958.296000', '183958.299000', '183958.302000', '183958.304000', '183958.307000', '183958.310000', '183958.313000', '183958.316000', '183958.319000', '183958.322000', '183958.325000', '183958.328000', '183958.330000', '183958.333000', '183958.336000', '183958.339000', '183958.342000', '183958.345000', '183958.348000', '183958.351000', '183958.354000', '183958.356000', '183958.359000', '183958.362000', '183958.365000', '183958.368000', '183958.371000', '183958.374000', '183958.377000', '183958.380000', '183958.382000', '183958.385000', '183958.388000', '183958.391000', '184018.267000', '184018.270000', '184018.273000', '184018.277000', '184018.281000', '184018.284000', '184018.286000', '184018.289000', '184018.292000', '184018.295000', '184018.298000', '184018.301000', '184018.304000', '184018.307000', '184018.309000', '184018.312000', '184018.315000', '184018.318000', '184018.321000', '184018.324000', '184018.327000', '184018.330000', '184018.333000', '184018.335000', '184018.338000', '184018.341000', '184018.344000', '184018.347000', '184018.350000', '184018.353000', '184018.356000', '184018.359000', '184018.361000', '184018.364000', '184018.367000', '184018.370000', '184018.374000', '184018.379000', '184018.382000', '184018.385000', '184018.388000', '184018.391000', '184018.394000', '184038.266000', '184038.269000', '184038.272000', '184038.275000', '184038.278000', '184038.281000', '184038.283000', '184038.286000', '184038.289000', '184038.292000', '184038.295000', '184038.298000', '184038.301000', '184038.304000', '184038.307000', '184038.309000', '184038.312000', '184038.315000', '184038.318000', '184038.321000', '184038.324000', '184038.327000', '184038.330000', '184038.333000', '184038.336000', '184038.338000', '184038.341000', '184038.344000', '184038.347000', '184038.350000', '184038.353000', '184038.356000', '184038.359000', '184038.362000', '184038.365000', '184038.367000', '184038.370000', '184038.373000', '184038.376000', '184038.379000', '184038.382000', '184038.385000', '184038.388000', '184038.390000', '184058.266000', '184058.269000', '184058.272000', '184058.275000', '184058.278000', '184058.281000', '184058.283000', '184058.286000', '184058.289000', '184058.292000', '184058.295000', '184058.298000', '184058.301000', '184058.304000', '184058.307000', '184058.309000', '184058.312000', '184058.315000', '184058.318000', '184058.321000', '184058.344000', '184058.347000', '184058.350000', '184058.353000', '184058.356000', '184058.359000', '184058.362000', '184058.365000', '184058.368000', '184058.371000', '184058.374000', '184058.377000', '184058.380000', '184058.382000', '184058.385000', '184058.388000', '184058.391000', '184058.394000', '184058.397000', '184058.400000', '184058.403000', '184058.406000', '184058.408000', '184118.267000', '184118.270000', '184118.273000', '184118.276000', '184118.279000', '184118.282000', '184118.284000', '184118.287000', '184118.290000', '184118.294000', '184118.296000', '184118.299000', '184118.302000', '184118.305000', '184118.308000', '184118.311000', '184118.314000', '184118.317000', '184118.320000', '184118.323000', '184118.325000', '184118.328000', '184118.331000', '184118.334000', '184118.337000', '184118.340000', '184118.343000', '184118.345000', '184118.348000', '184118.351000', '184118.354000', '184118.357000', '184118.360000', '184118.363000', '184118.366000', '184118.369000', '184118.371000', '184118.374000', '184118.377000', '184118.380000', '184118.383000', '184118.386000', '184118.389000', '184118.391000', '184138.267000', '184138.270000', '184138.273000', '184138.276000', '184138.279000', '184138.282000', '184138.285000', '184138.287000', '184138.290000', '184138.293000', '184138.296000', '184138.299000', '184138.302000', '184138.305000', '184138.308000', '184138.311000', '184138.313000', '184138.318000', '184138.321000', '184138.324000', '184138.327000', '184138.330000', '184138.332000', '184138.335000', '184138.338000', '184138.341000', '184138.344000', '184138.347000', '184138.350000', '184138.353000', '184138.356000', '184138.359000', '184138.362000', '184138.364000', '184138.367000', '184138.370000', '184138.377000', '184138.380000', '184138.383000', '184138.386000', '184138.389000', '184138.392000', '184138.395000', '184158.267000', '184158.270000', '184158.273000', '184158.276000', '184158.278000', '184158.282000', '184158.285000', '184158.288000', '184158.290000', '184158.293000', '184158.296000', '184158.299000', '184158.302000', '184158.305000', '184158.308000', '184158.311000', '184158.314000', '184158.317000', '184158.320000', '184158.323000', '184158.326000', '184158.329000', '184158.332000', '184158.334000', '184158.337000', '184158.340000', '184158.343000', '184158.346000', '184158.349000', '184158.352000', '184158.355000', '184158.357000', '184158.360000', '184158.363000', '184158.366000', '184158.369000', '184158.372000', '184158.375000', '184158.377000', '184158.380000', '184158.383000', '184158.386000', '184158.389000', '184158.392000', '184218.267000', '184218.270000', '184218.273000', '184218.276000', '184218.279000', '184218.282000', '184218.284000', '184218.287000', '184218.290000', '184218.293000', '184218.296000', '184218.299000', '184218.302000', '184218.305000', '184218.307000', '184218.311000', '184218.314000', '184218.317000', '184218.320000', '184218.323000', '184218.326000', '184218.328000', '184218.331000', '184218.334000', '184218.337000', '184218.340000', '184218.343000', '184218.346000', '184218.349000', '184218.352000', '184218.355000', '184218.358000', '184218.360000', '184218.363000', '184218.366000', '184218.369000', '184218.372000', '184218.375000', '184218.378000', '184218.380000', '184218.383000', '184218.387000', '184218.392000', '184238.267000', '184238.270000', '184238.284000', '184238.287000', '184238.290000', '184238.293000', '184238.296000', '184238.299000', '184238.301000', '184238.304000', '184238.307000', '184238.310000', '184238.313000', '184238.316000', '184238.319000', '184238.322000', '184238.325000', '184238.328000', '184238.331000', '184238.334000', '184238.336000', '184238.339000', '184238.342000', '184238.345000', '184238.348000', '184238.351000', '184238.354000', '184238.357000', '184238.360000', '184238.362000', '184238.365000', '184238.368000', '184238.371000', '184238.374000', '184238.377000', '184238.380000', '184238.383000', '184238.386000', '184238.388000', '184238.391000', '184238.394000', '184238.397000', '184238.400000', '184238.403000', '184258.266000', '184258.269000', '184258.272000', '184258.275000', '184258.278000', '184258.280000', '184258.283000', '184258.286000', '184258.289000', '184258.292000', '184258.295000', '184258.298000', '184258.301000', '184258.304000', '184258.306000', '184258.309000', '184258.312000', '184258.315000', '184258.318000', '184258.321000', '184258.324000', '184258.327000', '184258.330000', '184258.332000', '184258.335000', '184258.338000', '184258.341000', '184258.344000', '184258.347000', '184258.350000', '184258.353000', '184258.357000', '184258.360000', '184258.363000', '184258.366000', '184258.368000', '184258.371000', '184258.374000', '184258.377000', '184258.380000', '184258.383000', '184258.386000', '184258.388000', '184318.266000', '184318.269000', '184318.272000', '184318.275000', '184318.278000', '184318.280000', '184318.283000', '184318.286000', '184318.289000', '184318.292000', '184318.295000', '184318.298000', '184318.301000', '184318.304000', '184318.307000', '184318.309000', '184318.312000', '184318.315000', '184318.318000', '184318.321000', '184318.324000', '184318.327000', '184318.330000', '184318.333000', '184318.336000', '184318.339000', '184318.342000', '184318.345000', '184318.348000', '184318.351000', '184318.354000', '184318.357000', '184318.359000', '184318.362000', '184318.365000', '184318.368000', '184318.371000', '184318.374000', '184318.377000', '184318.380000', '184318.382000', '184318.385000', '184318.388000', '184318.391000', '184338.267000', '184338.270000', '184338.273000', '184338.276000', '184338.279000', '184338.281000', '184338.284000', '184338.287000', '184338.290000', '184338.293000', '184338.296000', '184338.299000', '184338.301000', '184338.304000', '184338.307000', '184338.310000', '184338.313000', '184338.316000', '184338.319000', '184338.322000', '184338.325000', '184338.328000', '184338.330000', '184338.333000', '184338.336000', '184338.339000', '184338.342000', '184338.345000', '184338.348000', '184338.351000', '184338.354000', '184338.356000', '184338.359000', '184338.362000', '184338.365000', '184338.368000', '184338.371000', '184338.374000', '184338.377000', '184338.379000', '184338.382000', '184338.385000', '184338.388000', '184358.267000', '184358.270000', '184358.273000', '184358.276000', '184358.278000', '184358.281000', '184358.284000', '184358.287000', '184358.290000', '184358.293000', '184358.296000', '184358.298000', '184358.314000', '184358.317000', '184358.320000', '184358.323000', '184358.326000', '184358.328000', '184358.331000', '184358.334000', '184358.337000', '184358.340000', '184358.343000', '184358.346000', '184358.349000', '184358.352000', '184358.354000', '184358.357000', '184358.360000', '184358.363000', '184358.366000', '184358.369000', '184358.372000', '184358.375000', '184358.377000', '184358.380000', '184358.383000', '184358.386000', '184358.389000', '184358.392000', '184358.395000', '184358.398000', '184358.401000', '184358.403000', '184418.267000', '184418.270000', '184418.273000', '184418.276000', '184418.279000', '184418.281000', '184418.284000', '184418.287000', '184418.290000', '184418.293000', '184418.296000', '184418.299000', '184418.302000', '184418.305000', '184418.308000', '184418.310000', '184418.313000', '184418.316000', '184418.319000', '184418.322000', '184418.325000', '184418.328000', '184418.330000', '184418.333000', '184418.336000', '184418.339000', '184418.342000', '184418.345000', '184418.348000', '184418.351000', '184418.354000', '184418.357000', '184418.360000', '184418.363000', '184418.366000', '184418.369000', '184418.372000', '184418.374000', '184418.377000', '184418.380000', '184418.383000', '184418.386000', '184418.389000', '184438.267000', '184438.270000', '184438.273000', '184438.276000', '184438.279000', '184438.282000', '184438.284000', '184438.287000', '184438.290000', '184438.293000', '184438.296000', '184438.299000', '184438.302000', '184438.305000', '184438.308000', '184438.311000', '184438.313000', '184438.316000', '184438.319000', '184438.322000', '184438.325000', '184438.328000', '184438.331000', '184438.333000', '184438.336000', '184438.339000', '184438.342000', '184438.345000', '184438.348000', '184438.351000', '184438.354000', '184438.358000', '184438.361000', '184438.363000', '184438.366000', '184438.369000', '184438.372000', '184438.375000', '184438.378000', '184438.381000', '184438.384000', '184438.387000', '184438.389000', '184438.392000', '184458.267000', '184458.270000', '184458.273000', '184458.276000', '184458.279000', '184458.282000', '184458.285000', '184458.287000', '184458.290000', '184458.293000', '184458.305000', '184458.308000', '184458.311000', '184458.314000', '184458.317000', '184458.320000', '184458.323000', '184458.326000', '184458.329000', '184458.331000', '184458.334000', '184458.337000', '184458.340000', '184458.343000', '184458.346000', '184458.349000', '184458.352000', '184458.354000', '184458.357000', '184458.360000', '184458.363000', '184458.366000', '184458.369000', '184458.372000', '184458.375000', '184458.377000', '184458.380000', '184458.383000', '184458.386000', '184458.389000', '184458.392000', '184458.395000', '184458.398000', '184518.266000', '184518.269000', '184518.272000', '184518.275000', '184518.278000', '184518.281000', '184518.284000', '184518.287000', '184518.289000', '184518.292000', '184518.295000', '184518.298000', '184518.301000', '184518.304000', '184518.307000', '184518.310000', '184518.313000', '184518.316000', '184518.319000', '184518.322000', '184518.324000', '184518.327000', '184518.330000', '184518.339000', '184518.342000', '184518.345000', '184518.348000', '184518.351000', '184518.354000', '184518.356000', '184518.359000', '184518.362000', '184518.365000', '184518.368000', '184518.371000', '184518.374000', '184518.377000', '184518.380000', '184518.383000', '184518.386000', '184518.389000', '184518.392000', '184518.395000', '184538.266000', '184538.269000', '184538.272000', '184538.275000', '184538.278000', '184538.281000', '184538.283000', '184538.286000', '184538.289000', '184538.292000', '184538.295000', '184538.298000', '184538.301000', '184538.304000', '184538.307000', '184538.310000', '184538.313000', '184538.315000', '184538.318000', '184538.321000', '184538.324000', '184538.327000', '184538.330000', '184538.333000', '184538.336000', '184538.338000', '184538.341000', '184538.344000', '184538.347000', '184538.350000', '184538.353000', '184538.356000', '184538.358000', '184538.361000', '184538.364000', '184538.367000', '184538.370000', '184538.373000', '184538.376000', '184538.379000', '184538.382000', '184538.385000', '184538.387000', '184538.390000', '184558.267000', '184558.270000', '184558.274000', '184558.277000', '184558.280000', '184558.283000', '184558.286000', '184558.289000', '184558.292000', '184558.295000', '184558.297000', '184558.300000', '184558.303000', '184558.306000', '184558.309000', '184558.312000', '184558.315000', '184558.318000', '184558.321000', '184558.323000', '184558.326000', '184558.329000', '184558.332000', '184558.335000', '184558.338000', '184558.341000', '184558.344000', '184558.346000', '184558.349000', '184558.352000', '184558.355000', '184558.358000', '184558.361000', '184558.364000', '184558.367000', '184558.369000', '184558.372000', '184558.375000', '184558.378000', '184558.381000', '184558.384000', '184558.387000', '184558.389000', '184618.267000', '184618.270000', '184618.273000', '184618.276000', '184618.279000', '184618.282000', '184618.285000', '184618.287000', '184618.290000', '184618.293000', '184618.296000', '184618.299000', '184618.302000', '184618.305000', '184618.308000', '184618.311000', '184618.313000', '184618.316000', '184618.319000', '184618.322000', '184618.325000', '184618.328000', '184618.331000', '184618.333000', '184618.336000', '184618.339000', '184618.342000', '184618.345000', '184618.348000', '184618.351000', '184618.353000', '184618.356000', '184618.359000', '184618.362000', '184618.365000', '184618.368000', '184618.371000', '184618.374000', '184618.377000', '184618.380000', '184618.383000', '184618.386000', '184618.388000', '184618.392000', '184638.267000', '184638.270000', '184638.273000', '184638.276000', '184638.279000', '184638.282000', '184638.285000', '184638.288000', '184638.291000', '184638.293000', '184638.296000', '184638.299000', '184638.303000', '184638.306000', '184638.310000', '184638.313000', '184638.316000', '184638.319000', '184638.321000', '184638.324000', '184638.339000', '184638.341000', '184638.344000', '184638.347000', '184638.350000', '184638.353000', '184638.356000', '184638.359000', '184638.361000', '184638.364000', '184638.367000', '184638.370000', '184638.373000', '184638.376000', '184638.379000', '184638.382000', '184638.385000', '184638.387000', '184638.390000', '184638.393000', '184638.396000', '184638.399000', '184638.402000', '184658.267000', '184658.270000', '184658.273000', '184658.276000', '184658.279000', '184658.282000', '184658.285000', '184658.288000', '184658.291000', '184658.293000', '184658.296000', '184658.299000', '184658.302000', '184658.305000', '184658.308000', '184658.311000', '184658.314000', '184658.317000', '184658.320000', '184658.323000', '184658.326000', '184658.328000', '184658.331000', '184658.334000', '184658.337000', '184658.340000', '184658.343000', '184658.346000', '184658.348000', '184658.351000', '184658.354000', '184658.357000', '184658.360000', '184658.363000', '184658.366000', '184658.369000', '184658.371000', '184658.374000', '184658.377000', '184658.380000', '184658.383000', '184658.386000', '184658.389000', '184658.391000', '184718.267000', '184718.270000', '184718.273000', '184718.276000', '184718.279000', '184718.282000', '184718.285000', '184718.288000', '184718.291000', '184718.293000', '184718.296000', '184718.299000', '184718.302000', '184718.305000', '184718.308000', '184718.311000', '184718.314000', '184718.317000', '184718.320000', '184718.323000', '184718.326000', '184718.329000', '184718.332000', '184718.335000', '184718.338000', '184718.341000', '184718.343000', '184718.346000', '184718.349000', '184718.352000', '184718.355000', '184718.358000', '184718.361000', '184718.363000', '184718.366000', '184718.369000', '184718.372000', '184718.375000', '184718.378000', '184718.381000', '184718.384000', '184718.386000', '184718.389000', '184738.266000', '184738.269000', '184738.272000', '184738.275000', '184738.278000', '184738.281000', '184738.284000', '184738.287000', '184738.289000', '184738.292000', '184738.295000', '184738.298000', '184738.301000', '184738.304000', '184738.307000', '184738.310000', '184738.312000', '184738.315000', '184738.318000', '184738.321000', '184738.324000', '184738.327000', '184738.330000', '184738.333000', '184738.336000', '184738.339000', '184738.341000', '184738.344000', '184738.347000', '184738.350000', '184738.353000', '184738.356000', '184738.359000', '184738.362000', '184738.365000', '184738.367000', '184738.370000', '184738.373000', '184738.376000', '184738.379000', '184738.386000', '184738.389000', '184738.391000', '184738.394000', '184758.267000', '184758.271000', '184758.274000', '184758.276000', '184758.279000', '184758.282000', '184758.285000', '184758.288000', '184758.291000', '184758.294000', '184758.297000', '184758.300000', '184758.302000', '184758.305000', '184758.308000', '184758.311000', '184758.314000', '184758.317000', '184758.320000', '184758.323000', '184758.326000', '184758.329000', '184758.332000', '184758.335000', '184758.338000', '184758.341000', '184758.344000', '184758.347000', '184758.350000', '184758.352000', '184758.355000', '184758.358000', '184758.361000', '184758.364000', '184758.367000', '184758.370000', '184758.373000', '184758.376000', '184758.379000', '184758.381000', '184758.384000', '184758.387000', '184758.390000', '184818.267000', '184818.270000', '184818.273000', '184818.276000', '184818.279000', '184818.282000', '184818.285000', '184818.288000', '184818.291000', '184818.293000', '184818.296000', '184818.299000', '184818.302000', '184818.305000', '184818.308000', '184818.311000', '184818.314000', '184818.316000', '184818.319000', '184818.322000', '184818.325000', '184818.328000', '184818.331000', '184818.334000', '184818.337000', '184818.339000', '184818.342000', '184818.345000', '184818.348000', '184818.351000', '184818.354000', '184818.357000', '184818.360000', '184818.363000', '184818.366000', '184818.368000', '184818.371000', '184818.374000', '184818.377000', '184818.380000', '184818.383000', '184818.386000', '184818.389000', '184818.391000', '184838.267000', '184838.270000', '184838.273000', '184838.276000', '184838.279000', '184838.304000', '184838.307000', '184838.310000', '184838.312000', '184838.315000', '184838.318000', '184838.321000', '184838.324000', '184838.327000', '184838.330000', '184838.333000', '184838.335000', '184838.338000', '184838.341000', '184838.344000', '184838.347000', '184838.350000', '184838.353000', '184838.356000', '184838.359000', '184838.362000', '184838.365000', '184838.368000', '184838.371000', '184838.374000', '184838.377000', '184838.380000', '184838.382000', '184838.385000', '184838.388000', '184838.391000', '184838.394000', '184838.397000', '184838.400000', '184838.403000', '184838.406000', '184838.409000', '184838.411000', '184858.267000', '184858.270000', '184858.273000', '184858.276000', '184858.279000', '184858.282000', '184858.285000', '184858.288000', '184858.290000', '184858.293000', '184858.296000', '184858.299000', '184858.302000', '184858.305000', '184858.308000', '184858.310000', '184858.313000', '184858.316000', '184858.319000', '184858.322000', '184858.325000', '184858.328000', '184858.330000', '184858.333000', '184858.337000', '184858.340000', '184858.342000', '184858.345000', '184858.361000', '184858.364000', '184858.367000', '184858.369000', '184858.372000', '184858.375000', '184858.378000', '184858.381000', '184858.384000', '184858.387000', '184858.390000', '184858.392000', '184858.395000', '184858.407000', '184858.410000', '184858.413000', '184918.267000', '184918.270000', '184918.273000', '184918.276000', '184918.279000', '184918.282000', '184918.285000', '184918.288000', '184918.290000', '184918.293000', '184918.296000', '184918.299000', '184918.302000', '184918.306000', '184918.309000', '184918.312000', '184918.315000', '184918.318000', '184918.321000', '184918.323000', '184918.326000', '184918.329000', '184918.332000', '184918.335000', '184918.338000', '184918.341000', '184918.343000', '184918.346000', '184918.349000', '184918.352000', '184918.355000', '184918.358000', '184918.361000', '184918.364000', '184918.367000', '184918.370000', '184918.373000', '184918.376000', '184918.379000', '184918.382000', '184918.385000', '184918.388000', '184918.390000', '184938.267000', '184938.270000', '184938.273000', '184938.276000', '184938.279000', '184938.282000', '184938.284000', '184938.287000', '184938.290000', '184938.293000', '184938.296000', '184938.299000', '184938.302000', '184938.305000', '184938.307000', '184938.310000', '184938.313000', '184938.316000', '184938.319000', '184938.322000', '184938.325000', '184938.328000', '184938.331000', '184938.333000', '184938.336000', '184938.339000', '184938.342000', '184938.345000', '184938.348000', '184938.351000', '184938.354000', '184938.356000', '184938.359000', '184938.362000', '184938.365000', '184938.368000', '184938.371000', '184938.374000', '184938.377000', '184938.380000', '184938.383000', '184938.386000', '184938.389000', '184938.391000', '184958.266000', '184958.269000', '184958.272000', '184958.275000', '184958.278000', '184958.281000', '184958.284000', '184958.287000', '184958.289000', '184958.292000', '184958.295000', '184958.298000', '184958.301000', '184958.304000', '184958.307000', '184958.310000', '184958.313000', '184958.315000', '184958.318000', '184958.321000', '184958.324000', '184958.327000', '184958.330000', '184958.333000', '184958.336000', '184958.339000', '184958.341000', '184958.344000', '184958.347000', '184958.350000', '184958.353000', '184958.356000', '184958.359000', '184958.362000', '184958.364000', '184958.367000', '184958.370000', '184958.373000', '184958.376000', '184958.379000', '184958.382000', '184958.385000', '184958.388000', '185018.266000', '185018.269000', '185018.272000', '185018.275000', '185018.278000', '185018.281000', '185018.284000', '185018.287000', '185018.289000', '185018.292000', '185018.295000', '185018.298000', '185018.301000', '185018.304000', '185018.307000', '185018.310000', '185018.313000', '185018.316000', '185018.318000', '185018.321000', '185018.324000', '185018.327000', '185018.330000', '185018.333000', '185018.336000', '185018.339000', '185018.341000', '185018.344000', '185018.347000', '185018.350000', '185018.353000', '185018.356000', '185018.359000', '185018.362000', '185018.364000', '185018.367000', '185018.370000', '185018.373000', '185018.376000', '185018.379000', '185018.382000', '185018.385000', '185018.388000', '185018.391000', '185038.267000', '185038.270000', '185038.273000', '185038.276000', '185038.279000', '185038.282000', '185038.285000', '185038.288000', '185038.291000', '185038.294000', '185038.297000', '185038.299000', '185038.302000', '185038.305000', '185038.308000', '185038.311000', '185038.314000', '185038.317000', '185038.319000', '185038.322000', '185038.325000', '185038.328000', '185038.331000', '185038.334000', '185038.337000', '185038.340000', '185038.344000', '185038.347000', '185038.350000', '185038.353000', '185038.356000', '185038.359000', '185038.362000', '185038.365000', '185038.368000', '185038.371000', '185038.374000', '185038.377000', '185038.380000', '185038.382000', '185038.385000', '185038.388000', '185038.391000', '185058.267000', '185058.270000', '185058.273000', '185058.276000', '185058.279000', '185058.282000', '185058.285000', '185058.288000', '185058.290000', '185058.293000', '185058.296000', '185058.299000', '185058.302000', '185058.305000', '185058.308000', '185058.311000', '185058.314000', '185058.316000', '185058.319000', '185058.322000', '185058.325000', '185058.328000', '185058.331000', '185058.334000', '185058.337000', '185058.340000', '185058.342000', '185058.345000', '185058.348000', '185058.351000', '185058.354000', '185058.357000', '185058.360000', '185058.363000', '185058.365000', '185058.368000', '185058.371000', '185058.374000', '185058.377000', '185058.380000', '185058.383000', '185058.386000', '185058.389000', '185058.392000', '185118.267000', '185118.270000', '185118.273000', '185118.276000', '185118.279000', '185118.282000', '185118.285000', '185118.288000', '185118.291000', '185118.293000', '185118.296000', '185118.299000', '185118.302000', '185118.305000', '185118.308000', '185118.311000', '185118.314000', '185118.317000', '185118.319000', '185118.322000', '185118.325000', '185118.328000', '185118.350000', '185118.353000', '185118.356000', '185118.359000', '185118.362000', '185118.365000', '185118.368000', '185118.371000', '185118.374000', '185118.377000', '185118.380000', '185118.383000', '185118.386000', '185118.389000', '185118.392000', '185118.394000', '185118.397000', '185118.400000', '185118.403000', '185118.406000', '185118.409000', '185138.267000', '185138.270000', '185138.273000', '185138.276000', '185138.279000', '185138.282000', '185138.285000', '185138.288000', '185138.291000', '185138.293000', '185138.296000', '185138.299000', '185138.302000', '185138.305000', '185138.308000', '185138.311000', '185138.314000', '185138.316000', '185138.319000', '185138.322000', '185138.325000', '185138.328000', '185138.331000', '185138.334000', '185138.337000', '185138.340000', '185138.342000', '185138.345000', '185138.348000', '185138.351000', '185138.354000', '185138.357000', '185138.360000', '185138.363000', '185138.365000', '185138.368000', '185138.371000', '185138.374000', '185138.377000', '185138.380000', '185138.383000', '185138.385000', '185138.388000', '185138.391000', '185158.267000', '185158.270000', '185158.273000', '185158.276000', '185158.279000', '185158.282000', '185158.285000', '185158.288000', '185158.291000', '185158.294000', '185158.296000', '185158.299000', '185158.302000', '185158.305000', '185158.308000', '185158.311000', '185158.314000', '185158.317000', '185158.320000', '185158.322000', '185158.325000', '185158.328000', '185158.331000', '185158.334000', '185158.337000', '185158.340000', '185158.343000', '185158.345000', '185158.348000', '185158.351000', '185158.354000', '185158.357000', '185158.360000', '185158.369000', '185158.372000', '185158.375000', '185158.378000', '185158.382000', '185158.385000', '185158.388000', '185158.390000', '185158.393000', '185158.396000', '185213.225000', '185213.229000', '185213.232000', '185213.236000', '185213.239000', '185213.242000', '185213.246000', '185213.249000', '185213.252000', '185213.255000', '185213.258000', '185213.261000', '185213.264000', '185213.268000', '185213.271000', '185213.273000', '185213.276000', '185213.280000', '185213.283000', '185213.286000', '185213.289000', '185213.292000', '185213.295000', '185213.298000', '185213.301000', '185213.304000', '185213.307000', '185213.310000', '185213.313000', '185213.316000', '185213.320000', '185213.323000', '185213.326000'], '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': [9375, 11789, 10146, 9508, 9454, 10397, 12839, 9580, 9361, 8719, 9761, 13320, 9333, 9790, 9384, 9092, 9273, 10151, 10497, 9455, 10291, 14557, 9999, 11430, 12059, 9832, 13462, 9538, 9686, 9427, 10037, 12449, 9618, 10811, 14807, 11274, 11281, 8902, 10333, 9582, 9498, 10685, 12307, 9195, 10016, 12119, 9559, 9529, 9269, 9959, 9529, 9265, 10684, 13359, 10129, 9811, 8858, 9303, 9165, 10275, 9217, 10091, 9276, 9235, 10417, 10595, 9670, 10273, 12135, 9319, 10158, 14424, 9939, 9657, 9221, 10582, 13352, 9734, 10626, 14366, 11019, 11362, 9188, 10271, 10189, 9354, 9645, 11726, 9616, 9313, 8913, 9619, 10677, 9543, 9473, 9222, 9786, 10705, 9126, 10374, 13711, 10285, 9710, 9276, 10206, 11294, 9452, 9351, 12245, 9737, 12095, 9531, 9467, 12012, 9726, 9335, 9675, 9946, 12248, 9049, 9241, 11911, 9730, 9397, 9339, 10297, 11272, 9092, 10660, 13990, 10133, 9374, 9587, 9819, 9264, 8729, 10355, 12244, 9545, 10477, 11102, 9630, 9171, 9901, 10225, 10736, 9100, 9292, 8756, 9949, 9421, 9134, 10746, 12912, 9628, 9297, 8751, 10098, 10536, 9210, 10456, 14026, 10335, 10112, 9221, 10621, 12489, 9388, 9573, 8851, 9216, 8562, 9795, 9436, 8951, 9980, 14705, 9377, 10447, 9365, 9399, 14036, 9912, 11229, 9084, 9337, 8894, 10016, 10469, 9413, 9113, 12547, 10457, 14721, 9992, 10066, 9820, 10514, 13785, 9571, 10763, 8939, 10208, 13582, 9393, 9151, 14371, 10024, 10865, 9268, 10574, 14091, 10207, 11426, 9563, 9282, 8781, 10058, 9521, 9211, 10617, 13347, 9589, 9543, 8809, 10005, 9922, 9322, 10448, 13887, 9581, 9470, 11620, 10086, 13684, 9528, 9484, 8945, 10526, 11803, 9790, 9142, 8310, 10306, 9229, 9085, 10696, 14030, 9811, 8956, 8721, 10182, 10166, 9010, 10573, 14490, 9444, 10252, 9007, 10367, 13677, 9700, 9973, 12020, 9996, 12408, 9322, 10510, 15241, 9216, 10595, 8817, 9188, 8273, 9301, 8967, 9768, 9293, 10372, 8755, 9084, 9087, 9261, 9009, 11137, 9724, 11466, 9021, 10645, 14388, 10566, 10608, 8664, 9892, 11651, 9298, 10727, 14205, 11284, 10867, 8639, 10320, 10957, 8986, 10657, 14090, 10345, 8883, 8946, 9607, 9082, 8667, 10346, 13587, 9636, 8840, 8724, 10217, 9458, 8837, 10980, 13730, 10174, 8977, 8819, 10277, 9654, 8988, 10953, 13949, 10605, 9203, 8796, 10493, 10301, 9586, 9328, 13883, 10389, 11158, 9644, 10583, 13563, 9842, 9759, 9051, 9069, 8487, 10312, 9055, 8924, 10506, 13972, 9937, 9225, 9019, 10452, 11490, 9647, 11093, 15386, 10695, 11568, 10231, 9174, 8633, 10310, 9106, 8947, 10935, 13170, 10003, 9295, 10360, 10075, 9242, 8841, 10240, 9657, 8944, 10011, 12533, 9389, 10180, 13973, 9223, 9842, 13662, 9812, 10231, 9092, 9812, 9767, 8903, 10527, 13733, 10134, 9233, 8833, 10091, 8993, 10124, 10119, 13495, 9649, 9795, 12696, 9581, 9099, 13823, 10010, 11399, 9144, 9945, 11964, 9223, 10544, 13350, 9635, 10836, 14672, 10313, 11224, 8972, 10135, 9178, 9343, 10736, 11481, 9390, 10497, 12543, 9705, 9052, 10476, 10240, 10990, 9495, 8935, 8491, 9911, 8922, 8881, 10749, 13698, 10610, 11459, 8866, 10350, 12656, 9512, 11041, 14321, 11470, 11675, 8873, 10178, 11301, 9552, 9228, 10250, 10050, 11116, 9025, 9946, 13735, 9985, 8987, 8897, 10407, 13998, 9427, 9989, 8999, 10045, 9091, 9019, 10758, 14044, 9905, 9639, 9312, 9028, 9638, 9833, 9300, 8795, 8990, 8032, 9852, 9069, 9680, 10663, 14985, 10124, 10523, 8657, 9939, 11688, 9576, 11004, 13604, 9830, 9700, 8897, 10097, 9506, 8842, 10610, 13335, 9844, 10181, 8983, 10248, 9581, 9664, 10968, 13862, 9391, 10094, 12112, 9883, 13261, 9276, 10368, 14688, 9377, 10665, 14359, 9598, 8957, 8625, 9743, 8722, 8501, 9783, 11351, 8794, 10091, 10274, 8745, 10298, 10353, 9189, 10381, 12128, 9452, 10558, 12048, 9638, 9585, 12841, 10271, 9600, 8808, 9839, 12156, 9064, 10245, 13691, 9536, 10722, 14213, 10175, 10421, 8884, 10103, 8959, 8727, 10253, 10128, 8703, 10294, 12114, 9603, 8989, 8205, 9585, 8895, 11048, 9529, 9577, 8884, 9197, 10546, 9441, 9100, 10261, 9808, 10785, 12588, 9840, 11211, 9042, 10593, 14401, 10502, 9732, 13132, 9986, 10261, 9154, 10465, 12773, 8868, 10784, 14038, 10238, 9150, 10210, 9909, 8971, 9632, 10306, 12449, 8997, 9093, 11160, 10114, 8836, 8923, 10366, 11701, 8895, 10766, 14052, 11096, 10339, 8703, 10182, 9717, 8976, 10933, 13544, 9831, 10324, 8916, 8912, 8162, 10332, 9347, 8755, 10692, 13538, 10243, 10047, 9281, 10032, 9339, 8789, 10303, 13353, 9143, 10537, 13879, 9809, 8939, 11044, 9923, 11432, 9156, 8897, 8506, 10195, 9667, 9070, 10647, 14436, 10825, 10184, 8757, 9917, 11857, 9278, 10745, 14455, 9656, 10257, 8788, 10206, 12060, 9294, 8725, 10061, 9750, 10561, 8923, 8773, 8688, 10021, 11751, 9734, 8860, 8883, 9941, 13883, 9409, 10339, 14564, 10826, 11568, 8892, 10004, 13438, 9981, 10165, 13886, 9279, 9627, 13830, 9737, 10167, 8679, 10199, 12791, 9121, 10343, 15150, 9989, 10233, 10573, 9853, 12316, 9305, 10479, 15071, 9849, 9646, 10533, 10326, 11086, 9351, 10547, 13436, 9763, 9279, 11429, 9623, 11288, 9108, 10109, 13986, 9650, 10024, 14361, 9753, 10956, 9169, 10112, 13074, 9484, 10518, 15251, 10444, 11264, 9196, 10182, 12630, 9397, 9180, 13233, 9889, 11431, 9255, 10271, 14293, 9540, 9600, 13082, 9900, 11281, 9494, 10416, 14711, 9510, 10243, 8695, 9065, 10604, 9941, 9361, 9115, 10737, 15283, 10002, 11012, 9342, 8880, 8767, 9917, 11129, 9025, 10554, 15175, 9978, 11386, 9311, 8879, 10069, 10228, 11600, 9673, 9369, 9216, 8969, 8927, 10210, 12806, 9477, 8819, 8270, 10040, 11956, 9417, 10650, 9014, 8924, 12349, 9978, 10283, 8929, 10590, 15284, 10771, 11683, 9915, 9667, 14590, 10108, 13343, 9962, 9291, 8578, 10392, 13201, 9229, 10487, 9296, 8965, 8359, 10045, 9781, 9339, 8961, 13775, 10713, 14322, 10352, 11666, 9752, 8781, 9568, 10806, 14189, 10986, 15085, 9857, 11339, 8553, 10141, 10933, 14245, 12523, 11686, 9851, 10635, 13239, 10348, 9392, 8999, 9927, 12389, 10072, 8966, 9721, 8849, 10830, 8877, 9443, 8820, 9672, 9093, 10070, 8961, 10053, 10416, 10322, 12163, 10509, 10745, 10381, 10729, 8588, 11782, 11533, 9026, 8217, 9149, 8584, 9101, 8923, 9895, 10042, 12258, 10289, 12765, 10484, 12217, 14449, 11076, 14395, 10505, 12866, 9584, 9107, 9191, 10656, 12485, 10547, 10522, 9530, 8786, 9108, 8981, 8836, 10401, 9623, 9256, 11249, 14408, 10587, 10891, 9636, 10603, 15095, 9897, 11355, 12787, 10343, 13531, 9771, 10457, 14580, 9636, 10321, 14721, 9686, 11199, 9094, 8812, 8481, 9787, 10560, 9589, 10484, 14346, 9722, 10988, 9849, 9045, 10242, 9719, 9764, 9677, 10463, 15470, 10537, 10981, 10216, 8808, 11070, 9897, 9146, 9520, 10615, 13076, 9843, 9779, 11265, 9815, 11553, 9599, 8888, 10194, 10454, 10026, 8867, 10114, 13323, 9703, 8899, 9213, 10080, 10889, 9087, 10462, 13001, 9767, 8831, 11660, 10068, 10588, 9512, 8737, 8216, 10001, 8815, 9376, 10545, 12626, 10173, 8663, 8795, 10584, 12156, 9304, 10949, 13723, 10418, 8733, 8477, 10375, 10735, 9483, 10355, 12726, 10349, 8875, 13086, 10189, 11563, 10149, 9957, 13173, 10213, 11645, 9591, 9987, 13062, 9990, 8639, 13270, 10060, 10020, 9409, 10616, 12610, 10039, 9106, 9658, 10593, 12024, 9990, 8576, 8534, 9905, 9638, 9579, 10577, 13953, 10317, 10721, 9504, 10335, 13244, 10165, 9982, 10909, 10567, 12836, 10127, 8707, 10052, 10263, 11380, 9809, 10628, 13873, 10015, 10135, 14146, 10184, 10530, 10450, 10293, 13703, 9501, 10716, 12379, 9956, 9845, 11873, 10000, 9528, 9587, 10703, 13475, 10142, 9017, 9239, 10563, 10650, 9571, 9019, 10677, 9833, 10701, 10056, 10994, 14563, 10942, 10671, 9643, 10812, 13614, 10158, 10833, 14435, 10873, 10968, 10124, 10508, 13006, 10421, 10138, 9190, 10173, 11395, 9702, 8638, 11843, 10101, 10750, 8908, 9753, 12895, 9643, 8540, 10891, 9934, 12722, 9517, 10034, 12432, 9649, 8625, 8922, 10063, 11228, 9587, 8746, 8188, 10203, 11199, 8915, 9446, 11754, 9926, 8570, 12634, 10245, 11060, 9399, 9665, 11807, 9868, 8781, 8627, 10582, 12706, 9824, 8481, 9081, 10292, 11461, 9534, 10849, 13787, 11080, 10355, 9850, 10478, 11166, 10111, 10570, 13932, 10180, 8848, 9050, 10423, 10012, 9505, 10839, 13618, 10485, 9902, 9063, 10300, 11136, 9664, 9442, 13061, 10040, 9730, 9527, 10936, 13796, 9953, 9424, 10457, 10420, 10474, 9741, 11194, 13083, 10142, 8786, 8968, 10292, 9811, 9153, 10882, 13465, 10265, 9237, 8288, 9849, 9046, 8918, 10127, 12298, 9180, 10442, 13969, 10558, 11038, 8920, 10152, 12384, 9519, 9669, 9744, 10042, 13458, 9687, 9183, 12001, 10012, 10979, 9093, 10540, 14029, 10478, 9958, 8811, 9994, 10270, 9273, 9876, 13212, 9669, 9257, 8860, 10053, 10133, 9246, 10363, 12907, 9577, 8896, 8737, 10414, 11131, 8904, 10187, 12563, 9907, 10098, 14011, 10334, 10311, 9476, 10290, 11720, 9719, 10928, 14006, 10756, 9796, 8846, 10247, 9004, 8700, 10217, 11506, 8610, 10125, 11893, 9226, 10418, 12681, 9406, 10501, 13317, 9964, 8824, 13517, 10084, 9591, 12371, 10130, 10454, 8757, 10186, 9760, 8666, 10516, 12594, 9410, 8694, 8444, 10003, 8717, 8922, 10942, 13815, 9885, 9772, 8902, 10196, 13261, 10280, 10810, 14459, 10030, 12124, 9251, 10662, 12448, 9988, 9176, 8816, 9589, 8163, 9959, 9201, 13329, 10373, 12280, 9765, 8764, 8663, 9890, 9314, 8910, 10423, 13292, 9879, 9625, 9030, 10303, 12082, 9352, 8875, 11672, 9646, 9447, 9802, 8637, 13547, 10410, 11610, 9971, 8633, 10308, 10480, 11814, 9581, 10227, 12216, 10311, 8838, 9491, 10793, 14054, 10449, 11519, 10058, 8458, 9864, 10034, 9211, 9400, 8541, 14029, 10076, 12164, 9582, 9843, 12451, 10464, 13065, 9487, 8558, 8481, 10330, 11691, 9785, 8679, 9517, 10131, 9588, 9141, 10262, 13167, 9798, 8615, 8579, 10370, 12768, 9763, 8618, 8654, 10418, 10879, 9601, 9737, 12613, 10141, 11883, 9722, 8476, 10444, 10834, 13438, 10352, 9464, 8947, 10865, 12607, 9948, 9939, 13389, 10387, 9809, 8907, 10722, 12555, 10027, 8701, 8254, 10176, 8997, 9337, 10899, 13878, 10232, 10393, 9494, 10564, 13430, 9791, 11086, 14363, 11027, 11661, 8461, 10524, 11804, 9263, 10530, 13077, 9990, 10818, 13759, 10089, 11493, 9577, 8405, 8704, 10213, 9515, 8277, 10359, 12064, 9039, 10357, 12502, 8967, 10484, 14008, 9407, 11026, 13504, 11316, 10431, 8060, 10125, 9616, 9793, 10211, 10307, 9070, 10748, 12542, 9774, 10959, 13292, 9807, 9040, 8091, 10341, 10661, 8617, 10143, 10568, 9467, 11257, 13523, 9913, 8752, 8535, 10496, 10563, 10072, 10695, 12751, 8684, 10456, 12005, 9553, 10765, 13605, 9767, 9666, 8687, 10550, 12879, 9831, 10475, 12287, 10025, 8651, 13585, 10237, 10754, 9032, 10000, 11590, 9216, 10535, 13055, 9487, 9914, 13017, 9906, 9579, 9069, 10447, 12074, 9336, 11033, 13073, 9964, 8323, 8889, 10051, 8625, 12141, 10064, 10736, 11850, 10242, 10656, 9578, 10629, 13774, 10162, 11042, 14416, 10716, 11157, 9393, 10466, 11256, 9562, 10946, 13549, 10526, 8967, 8374, 10326, 8709, 8475, 10829, 11610, 9057, 10401, 11898, 9607, 10730, 13048, 9936, 10998, 13629, 10145, 9517, 8604, 10568, 10115, 9172, 10833, 12668, 9980, 9404, 8707, 10374, 11160, 9186, 11012, 13265, 10582, 9115, 8668, 9967, 10425, 8414, 10420, 12880, 9076, 10095, 11781, 9727, 8545, 12997, 10195, 10638, 8636, 10013, 12990, 9453, 10552, 13349, 9716, 9380, 11260, 9957, 8990, 8699, 10279, 9785, 8750, 10432, 11823, 9247, 9708, 11559, 9724, 10693, 15264, 9947, 11202, 14440, 10806, 11318, 8108, 10019, 9526, 8449, 10151, 11347, 8731, 9812, 10869, 9492, 8491, 9767, 9856, 9867, 9815, 9869, 11032, 9245, 8575, 11258, 9884, 10421, 8349, 9806, 10734, 8736, 10488, 13007, 8761, 8601, 11204, 10101, 9586, 8709, 10318, 12878, 8908, 10703, 13825, 9829, 10844, 8956, 10275, 14145, 10055, 10131, 12202, 10173, 13315, 10313, 9399, 8659, 10703, 13200, 9814, 9856, 8812, 10311, 13151, 9951, 9342, 8697, 10622, 12844, 10044, 10832, 9319, 8831, 8298, 10092, 9948, 8984, 10655, 14431, 10027, 10732, 9114, 8954, 11628, 9864, 10280, 8383, 10346, 13918, 11024, 12107, 9318, 8709, 8994, 10184, 11809, 10225, 9745, 10779, 10536, 12748, 10178, 9753, 9132, 10246, 13830, 9589, 10502, 14547, 10415, 11792, 9518, 8949, 11559, 10049, 8956, 8950, 10318, 13452, 9998, 10972, 9262, 8755, 8310, 10218, 11231, 9065, 9340, 8876, 8634, 8913, 10280, 13601, 9632, 9511, 12563, 10046, 11440, 8622, 9360, 8203, 8827, 8311, 9312, 13418, 9501, 11363, 10148, 10164, 10490, 11975, 14278, 10532, 14292, 9146, 11331, 10565, 11994, 9469, 10517, 15248, 10366, 11792, 9162, 8912, 8935, 8833, 8144, 10276, 10282, 9761, 9452, 10292, 8841, 8273, 9904, 10543, 9665, 8732, 8469, 9994, 13089, 10065, 11338, 9753, 12043, 9413, 8787, 9019, 8756, 13184, 9921, 14406, 10183, 12475, 9714, 10741, 9002, 10319], 'WindowCenter': [3853.0, 3857.0, 3844.0, 3821.0, 3820.0, 3831.0, 3838.0, 3818.0, 3807.0, 3807.0, 3818.0, 3851.0, 3818.0, 3817.0, 3818.0, 3808.0, 3819.0, 3832.0, 3830.0, 3821.0, 3832.0, 3862.0, 3831.0, 3856.0, 3854.0, 3831.0, 3850.0, 3819.0, 3818.0, 3818.0, 3819.0, 3840.0, 3818.0, 3830.0, 3860.0, 3830.0, 3828.0, 3807.0, 3818.0, 3805.0, 3804.0, 3816.0, 3827.0, 3805.0, 3817.0, 3837.0, 3817.0, 3816.0, 3805.0, 3817.0, 3805.0, 3806.0, 3828.0, 3848.0, 3818.0, 3817.0, 3807.0, 3808.0, 3807.0, 3818.0, 3806.0, 3828.0, 3807.0, 3807.0, 3829.0, 3829.0, 3818.0, 3818.0, 3839.0, 3807.0, 3830.0, 3860.0, 3820.0, 3818.0, 3807.0, 3828.0, 3850.0, 3817.0, 3817.0, 3848.0, 3829.0, 3827.0, 3819.0, 3819.0, 3816.0, 3807.0, 3817.0, 3836.0, 3817.0, 3807.0, 3807.0, 3819.0, 3829.0, 3820.0, 3818.0, 3819.0, 3820.0, 3830.0, 3808.0, 3829.0, 3849.0, 3829.0, 3819.0, 3819.0, 3830.0, 3839.0, 3819.0, 3818.0, 3840.0, 3818.0, 3839.0, 3820.0, 3820.0, 3839.0, 3820.0, 3818.0, 3817.0, 3818.0, 3838.0, 3807.0, 3808.0, 3840.0, 3819.0, 3807.0, 3818.0, 3830.0, 3828.0, 3807.0, 3829.0, 3850.0, 3831.0, 3809.0, 3819.0, 3818.0, 3806.0, 3795.0, 3818.0, 3838.0, 3818.0, 3829.0, 3827.0, 3819.0, 3819.0, 3817.0, 3818.0, 3828.0, 3809.0, 3818.0, 3809.0, 3831.0, 3820.0, 3818.0, 3830.0, 3851.0, 3820.0, 3820.0, 3809.0, 3831.0, 3830.0, 3819.0, 3831.0, 3850.0, 3830.0, 3830.0, 3819.0, 3830.0, 3851.0, 3821.0, 3819.0, 3809.0, 3820.0, 3809.0, 3831.0, 3819.0, 3808.0, 3820.0, 3861.0, 3819.0, 3829.0, 3820.0, 3820.0, 3860.0, 3819.0, 3829.0, 3809.0, 3818.0, 3808.0, 3830.0, 3829.0, 3818.0, 3808.0, 3840.0, 3829.0, 3861.0, 3820.0, 3819.0, 3831.0, 3831.0, 3849.0, 3818.0, 3830.0, 3808.0, 3830.0, 3850.0, 3818.0, 3818.0, 3860.0, 3820.0, 3829.0, 3807.0, 3829.0, 3849.0, 3828.0, 3828.0, 3818.0, 3818.0, 3806.0, 3817.0, 3818.0, 3806.0, 3828.0, 3849.0, 3818.0, 3819.0, 3809.0, 3819.0, 3818.0, 3807.0, 3828.0, 3849.0, 3817.0, 3818.0, 3840.0, 3829.0, 3850.0, 3818.0, 3818.0, 3807.0, 3828.0, 3827.0, 3818.0, 3808.0, 3809.0, 3830.0, 3818.0, 3820.0, 3829.0, 3849.0, 3819.0, 3809.0, 3808.0, 3832.0, 3829.0, 3819.0, 3830.0, 3860.0, 3819.0, 3831.0, 3821.0, 3832.0, 3862.0, 3820.0, 3821.0, 3841.0, 3821.0, 3850.0, 3820.0, 3830.0, 3861.0, 3819.0, 3831.0, 3808.0, 3821.0, 3809.0, 3820.0, 3820.0, 3829.0, 3820.0, 3831.0, 3822.0, 3823.0, 3821.0, 3821.0, 3821.0, 3841.0, 3831.0, 3841.0, 3822.0, 3842.0, 3862.0, 3831.0, 3831.0, 3810.0, 3832.0, 3842.0, 3821.0, 3841.0, 3850.0, 3840.0, 3830.0, 3809.0, 3830.0, 3830.0, 3808.0, 3829.0, 3849.0, 3829.0, 3807.0, 3807.0, 3820.0, 3808.0, 3807.0, 3828.0, 3850.0, 3818.0, 3808.0, 3807.0, 3829.0, 3817.0, 3807.0, 3828.0, 3849.0, 3829.0, 3808.0, 3808.0, 3829.0, 3817.0, 3806.0, 3827.0, 3849.0, 3829.0, 3807.0, 3806.0, 3828.0, 3816.0, 3818.0, 3807.0, 3849.0, 3817.0, 3827.0, 3818.0, 3829.0, 3847.0, 3817.0, 3807.0, 3807.0, 3807.0, 3807.0, 3829.0, 3807.0, 3807.0, 3828.0, 3849.0, 3818.0, 3809.0, 3808.0, 3829.0, 3828.0, 3818.0, 3830.0, 3860.0, 3828.0, 3828.0, 3817.0, 3806.0, 3795.0, 3818.0, 3806.0, 3806.0, 3828.0, 3850.0, 3818.0, 3807.0, 3817.0, 3819.0, 3806.0, 3806.0, 3817.0, 3817.0, 3807.0, 3818.0, 3838.0, 3819.0, 3829.0, 3849.0, 3807.0, 3818.0, 3849.0, 3818.0, 3817.0, 3807.0, 3818.0, 3817.0, 3807.0, 3829.0, 3850.0, 3818.0, 3807.0, 3807.0, 3829.0, 3806.0, 3817.0, 3818.0, 3850.0, 3819.0, 3818.0, 3838.0, 3818.0, 3806.0, 3847.0, 3816.0, 3829.0, 3806.0, 3817.0, 3827.0, 3806.0, 3816.0, 3835.0, 3804.0, 3815.0, 3847.0, 3816.0, 3826.0, 3805.0, 3818.0, 3804.0, 3805.0, 3826.0, 3826.0, 3806.0, 3827.0, 3837.0, 3817.0, 3806.0, 3827.0, 3817.0, 3828.0, 3817.0, 3807.0, 3807.0, 3829.0, 3808.0, 3820.0, 3841.0, 3862.0, 3832.0, 3840.0, 3809.0, 3830.0, 3850.0, 3817.0, 3828.0, 3848.0, 3839.0, 3829.0, 3808.0, 3818.0, 3828.0, 3818.0, 3808.0, 3816.0, 3816.0, 3827.0, 3806.0, 3818.0, 3848.0, 3818.0, 3808.0, 3805.0, 3816.0, 3847.0, 3805.0, 3806.0, 3805.0, 3816.0, 3805.0, 3805.0, 3827.0, 3847.0, 3817.0, 3817.0, 3807.0, 3807.0, 3816.0, 3818.0, 3806.0, 3806.0, 3807.0, 3797.0, 3818.0, 3807.0, 3818.0, 3829.0, 3859.0, 3817.0, 3829.0, 3807.0, 3819.0, 3838.0, 3817.0, 3828.0, 3848.0, 3818.0, 3807.0, 3806.0, 3828.0, 3818.0, 3807.0, 3828.0, 3848.0, 3818.0, 3828.0, 3808.0, 3829.0, 3818.0, 3819.0, 3841.0, 3850.0, 3819.0, 3830.0, 3840.0, 3819.0, 3850.0, 3819.0, 3830.0, 3859.0, 3807.0, 3828.0, 3848.0, 3817.0, 3808.0, 3807.0, 3818.0, 3806.0, 3795.0, 3817.0, 3827.0, 3796.0, 3817.0, 3815.0, 3806.0, 3817.0, 3816.0, 3806.0, 3817.0, 3838.0, 3818.0, 3829.0, 3837.0, 3818.0, 3817.0, 3837.0, 3817.0, 3819.0, 3807.0, 3819.0, 3839.0, 3808.0, 3828.0, 3848.0, 3818.0, 3828.0, 3848.0, 3819.0, 3828.0, 3806.0, 3818.0, 3807.0, 3795.0, 3817.0, 3816.0, 3806.0, 3828.0, 3839.0, 3818.0, 3819.0, 3808.0, 3820.0, 3808.0, 3829.0, 3818.0, 3819.0, 3808.0, 3820.0, 3830.0, 3831.0, 3821.0, 3830.0, 3829.0, 3842.0, 3851.0, 3830.0, 3841.0, 3821.0, 3842.0, 3861.0, 3830.0, 3821.0, 3852.0, 3819.0, 3829.0, 3820.0, 3830.0, 3851.0, 3808.0, 3829.0, 3861.0, 3830.0, 3819.0, 3830.0, 3829.0, 3807.0, 3818.0, 3829.0, 3839.0, 3807.0, 3808.0, 3828.0, 3819.0, 3807.0, 3807.0, 3829.0, 3839.0, 3807.0, 3829.0, 3850.0, 3840.0, 3830.0, 3808.0, 3829.0, 3818.0, 3807.0, 3828.0, 3849.0, 3819.0, 3830.0, 3809.0, 3820.0, 3809.0, 3831.0, 3820.0, 3808.0, 3830.0, 3851.0, 3829.0, 3820.0, 3819.0, 3831.0, 3820.0, 3808.0, 3830.0, 3850.0, 3807.0, 3830.0, 3849.0, 3830.0, 3819.0, 3839.0, 3819.0, 3840.0, 3808.0, 3808.0, 3809.0, 3829.0, 3817.0, 3807.0, 3828.0, 3849.0, 3829.0, 3828.0, 3807.0, 3830.0, 3838.0, 3819.0, 3829.0, 3859.0, 3817.0, 3818.0, 3808.0, 3830.0, 3839.0, 3819.0, 3808.0, 3818.0, 3820.0, 3829.0, 3819.0, 3808.0, 3808.0, 3830.0, 3840.0, 3832.0, 3820.0, 3822.0, 3843.0, 3863.0, 3821.0, 3832.0, 3862.0, 3843.0, 3842.0, 3820.0, 3832.0, 3852.0, 3831.0, 3830.0, 3850.0, 3819.0, 3820.0, 3849.0, 3819.0, 3830.0, 3807.0, 3830.0, 3849.0, 3820.0, 3830.0, 3859.0, 3817.0, 3819.0, 3829.0, 3818.0, 3838.0, 3818.0, 3828.0, 3860.0, 3817.0, 3817.0, 3828.0, 3818.0, 3828.0, 3808.0, 3828.0, 3849.0, 3818.0, 3819.0, 3839.0, 3819.0, 3828.0, 3808.0, 3829.0, 3848.0, 3817.0, 3818.0, 3850.0, 3818.0, 3829.0, 3818.0, 3829.0, 3849.0, 3818.0, 3828.0, 3859.0, 3828.0, 3829.0, 3819.0, 3829.0, 3838.0, 3819.0, 3819.0, 3849.0, 3818.0, 3839.0, 3818.0, 3829.0, 3859.0, 3819.0, 3818.0, 3850.0, 3818.0, 3839.0, 3819.0, 3829.0, 3859.0, 3818.0, 3828.0, 3808.0, 3809.0, 3829.0, 3819.0, 3818.0, 3808.0, 3829.0, 3860.0, 3818.0, 3829.0, 3820.0, 3819.0, 3810.0, 3831.0, 3839.0, 3819.0, 3830.0, 3872.0, 3830.0, 3841.0, 3820.0, 3821.0, 3829.0, 3829.0, 3841.0, 3831.0, 3821.0, 3832.0, 3823.0, 3821.0, 3842.0, 3853.0, 3832.0, 3822.0, 3812.0, 3833.0, 3853.0, 3822.0, 3842.0, 3822.0, 3823.0, 3853.0, 3832.0, 3831.0, 3820.0, 3842.0, 3874.0, 3843.0, 3852.0, 3832.0, 3831.0, 3861.0, 3829.0, 3862.0, 3831.0, 3821.0, 3809.0, 3830.0, 3850.0, 3818.0, 3829.0, 3818.0, 3808.0, 3809.0, 3830.0, 3818.0, 3818.0, 3809.0, 3850.0, 3829.0, 3861.0, 3830.0, 3840.0, 3820.0, 3809.0, 3817.0, 3828.0, 3849.0, 3829.0, 3873.0, 3832.0, 3843.0, 3820.0, 3830.0, 3840.0, 3862.0, 3851.0, 3840.0, 3818.0, 3828.0, 3837.0, 3817.0, 3806.0, 3805.0, 3817.0, 3836.0, 3816.0, 3794.0, 3803.0, 3805.0, 3825.0, 3794.0, 3805.0, 3805.0, 3818.0, 3806.0, 3815.0, 3807.0, 3816.0, 3829.0, 3828.0, 3840.0, 3829.0, 3829.0, 3830.0, 3828.0, 3808.0, 3842.0, 3829.0, 3808.0, 3808.0, 3821.0, 3821.0, 3820.0, 3820.0, 3832.0, 3832.0, 3853.0, 3833.0, 3852.0, 3842.0, 3853.0, 3861.0, 3829.0, 3850.0, 3818.0, 3838.0, 3818.0, 3807.0, 3818.0, 3828.0, 3837.0, 3828.0, 3829.0, 3819.0, 3808.0, 3809.0, 3820.0, 3820.0, 3841.0, 3819.0, 3819.0, 3841.0, 3862.0, 3831.0, 3842.0, 3832.0, 3842.0, 3861.0, 3820.0, 3830.0, 3851.0, 3831.0, 3851.0, 3830.0, 3831.0, 3861.0, 3819.0, 3831.0, 3859.0, 3819.0, 3830.0, 3809.0, 3810.0, 3810.0, 3831.0, 3831.0, 3820.0, 3829.0, 3849.0, 3818.0, 3829.0, 3820.0, 3810.0, 3830.0, 3820.0, 3819.0, 3819.0, 3830.0, 3860.0, 3830.0, 3830.0, 3819.0, 3809.0, 3830.0, 3820.0, 3818.0, 3819.0, 3829.0, 3849.0, 3818.0, 3818.0, 3829.0, 3818.0, 3839.0, 3819.0, 3820.0, 3818.0, 3828.0, 3817.0, 3807.0, 3829.0, 3850.0, 3820.0, 3819.0, 3808.0, 3818.0, 3828.0, 3806.0, 3828.0, 3850.0, 3818.0, 3809.0, 3828.0, 3817.0, 3828.0, 3817.0, 3808.0, 3808.0, 3830.0, 3809.0, 3818.0, 3829.0, 3840.0, 3830.0, 3809.0, 3809.0, 3830.0, 3841.0, 3807.0, 3829.0, 3850.0, 3829.0, 3809.0, 3798.0, 3829.0, 3828.0, 3818.0, 3818.0, 3838.0, 3828.0, 3809.0, 3850.0, 3829.0, 3828.0, 3828.0, 3819.0, 3837.0, 3817.0, 3828.0, 3806.0, 3818.0, 3838.0, 3818.0, 3796.0, 3837.0, 3817.0, 3815.0, 3805.0, 3816.0, 3837.0, 3817.0, 3806.0, 3818.0, 3828.0, 3837.0, 3816.0, 3806.0, 3807.0, 3818.0, 3817.0, 3818.0, 3830.0, 3848.0, 3828.0, 3829.0, 3819.0, 3829.0, 3849.0, 3828.0, 3818.0, 3828.0, 3829.0, 3839.0, 3829.0, 3809.0, 3817.0, 3828.0, 3838.0, 3819.0, 3829.0, 3849.0, 3818.0, 3829.0, 3848.0, 3817.0, 3819.0, 3829.0, 3818.0, 3848.0, 3806.0, 3816.0, 3836.0, 3816.0, 3817.0, 3838.0, 3817.0, 3816.0, 3816.0, 3827.0, 3848.0, 3817.0, 3807.0, 3818.0, 3829.0, 3827.0, 3818.0, 3808.0, 3829.0, 3819.0, 3828.0, 3829.0, 3842.0, 3861.0, 3830.0, 3829.0, 3818.0, 3829.0, 3850.0, 3829.0, 3829.0, 3860.0, 3830.0, 3829.0, 3828.0, 3829.0, 3849.0, 3827.0, 3817.0, 3808.0, 3829.0, 3838.0, 3818.0, 3808.0, 3838.0, 3817.0, 3828.0, 3807.0, 3819.0, 3838.0, 3817.0, 3808.0, 3827.0, 3817.0, 3838.0, 3806.0, 3817.0, 3837.0, 3817.0, 3806.0, 3806.0, 3818.0, 3827.0, 3819.0, 3808.0, 3796.0, 3828.0, 3827.0, 3807.0, 3818.0, 3838.0, 3818.0, 3808.0, 3838.0, 3817.0, 3827.0, 3806.0, 3817.0, 3839.0, 3818.0, 3807.0, 3807.0, 3828.0, 3839.0, 3818.0, 3807.0, 3808.0, 3830.0, 3839.0, 3819.0, 3840.0, 3851.0, 3840.0, 3829.0, 3818.0, 3829.0, 3829.0, 3818.0, 3828.0, 3849.0, 3818.0, 3806.0, 3807.0, 3828.0, 3816.0, 3817.0, 3827.0, 3849.0, 3828.0, 3817.0, 3808.0, 3828.0, 3828.0, 3818.0, 3817.0, 3849.0, 3818.0, 3817.0, 3818.0, 3828.0, 3848.0, 3817.0, 3807.0, 3829.0, 3828.0, 3828.0, 3817.0, 3828.0, 3849.0, 3828.0, 3807.0, 3807.0, 3829.0, 3818.0, 3808.0, 3829.0, 3849.0, 3818.0, 3808.0, 3796.0, 3818.0, 3806.0, 3806.0, 3817.0, 3838.0, 3806.0, 3827.0, 3849.0, 3828.0, 3828.0, 3807.0, 3828.0, 3837.0, 3817.0, 3817.0, 3817.0, 3818.0, 3849.0, 3818.0, 3808.0, 3838.0, 3817.0, 3816.0, 3795.0, 3816.0, 3848.0, 3829.0, 3817.0, 3807.0, 3818.0, 3816.0, 3808.0, 3817.0, 3848.0, 3817.0, 3806.0, 3806.0, 3818.0, 3817.0, 3808.0, 3828.0, 3849.0, 3818.0, 3807.0, 3796.0, 3829.0, 3829.0, 3807.0, 3830.0, 3839.0, 3830.0, 3830.0, 3861.0, 3819.0, 3819.0, 3818.0, 3819.0, 3839.0, 3817.0, 3828.0, 3850.0, 3828.0, 3817.0, 3806.0, 3818.0, 3806.0, 3795.0, 3817.0, 3827.0, 3796.0, 3818.0, 3838.0, 3808.0, 3828.0, 3849.0, 3808.0, 3830.0, 3849.0, 3818.0, 3809.0, 3849.0, 3818.0, 3818.0, 3838.0, 3817.0, 3817.0, 3796.0, 3817.0, 3817.0, 3795.0, 3827.0, 3838.0, 3819.0, 3808.0, 3809.0, 3831.0, 3809.0, 3820.0, 3840.0, 3850.0, 3830.0, 3830.0, 3820.0, 3831.0, 3851.0, 3829.0, 3830.0, 3861.0, 3820.0, 3840.0, 3819.0, 3829.0, 3839.0, 3817.0, 3807.0, 3808.0, 3819.0, 3808.0, 3830.0, 3819.0, 3849.0, 3818.0, 3839.0, 3819.0, 3808.0, 3808.0, 3819.0, 3807.0, 3806.0, 3817.0, 3848.0, 3818.0, 3817.0, 3808.0, 3830.0, 3837.0, 3806.0, 3807.0, 3839.0, 3819.0, 3818.0, 3820.0, 3808.0, 3849.0, 3828.0, 3839.0, 3818.0, 3810.0, 3817.0, 3828.0, 3839.0, 3818.0, 3818.0, 3840.0, 3829.0, 3808.0, 3816.0, 3829.0, 3861.0, 3830.0, 3839.0, 3820.0, 3809.0, 3829.0, 3819.0, 3807.0, 3806.0, 3808.0, 3861.0, 3819.0, 3851.0, 3831.0, 3830.0, 3839.0, 3829.0, 3850.0, 3819.0, 3808.0, 3808.0, 3819.0, 3839.0, 3819.0, 3807.0, 3818.0, 3829.0, 3817.0, 3807.0, 3830.0, 3849.0, 3819.0, 3807.0, 3797.0, 3819.0, 3850.0, 3820.0, 3807.0, 3807.0, 3830.0, 3827.0, 3818.0, 3817.0, 3840.0, 3818.0, 3839.0, 3819.0, 3798.0, 3827.0, 3827.0, 3849.0, 3818.0, 3818.0, 3807.0, 3828.0, 3839.0, 3819.0, 3817.0, 3849.0, 3818.0, 3818.0, 3807.0, 3828.0, 3837.0, 3817.0, 3808.0, 3796.0, 3829.0, 3808.0, 3818.0, 3829.0, 3850.0, 3829.0, 3829.0, 3819.0, 3831.0, 3850.0, 3818.0, 3829.0, 3851.0, 3830.0, 3828.0, 3797.0, 3828.0, 3839.0, 3808.0, 3828.0, 3848.0, 3818.0, 3829.0, 3849.0, 3818.0, 3828.0, 3818.0, 3797.0, 3809.0, 3831.0, 3819.0, 3796.0, 3818.0, 3839.0, 3809.0, 3830.0, 3850.0, 3821.0, 3831.0, 3850.0, 3809.0, 3829.0, 3849.0, 3830.0, 3830.0, 3798.0, 3829.0, 3819.0, 3818.0, 3818.0, 3817.0, 3808.0, 3829.0, 3838.0, 3817.0, 3829.0, 3849.0, 3818.0, 3807.0, 3796.0, 3818.0, 3817.0, 3797.0, 3818.0, 3818.0, 3818.0, 3829.0, 3849.0, 3818.0, 3808.0, 3808.0, 3831.0, 3829.0, 3817.0, 3829.0, 3839.0, 3797.0, 3829.0, 3840.0, 3818.0, 3830.0, 3850.0, 3819.0, 3819.0, 3808.0, 3830.0, 3838.0, 3820.0, 3831.0, 3839.0, 3820.0, 3809.0, 3848.0, 3818.0, 3828.0, 3807.0, 3819.0, 3827.0, 3819.0, 3828.0, 3836.0, 3817.0, 3817.0, 3848.0, 3818.0, 3818.0, 3809.0, 3830.0, 3839.0, 3807.0, 3829.0, 3849.0, 3818.0, 3798.0, 3808.0, 3831.0, 3810.0, 3839.0, 3819.0, 3829.0, 3841.0, 3829.0, 3829.0, 3820.0, 3830.0, 3849.0, 3818.0, 3829.0, 3849.0, 3818.0, 3828.0, 3807.0, 3829.0, 3827.0, 3816.0, 3827.0, 3849.0, 3817.0, 3807.0, 3795.0, 3817.0, 3795.0, 3794.0, 3827.0, 3827.0, 3807.0, 3828.0, 3838.0, 3819.0, 3829.0, 3837.0, 3818.0, 3828.0, 3850.0, 3819.0, 3817.0, 3808.0, 3830.0, 3818.0, 3818.0, 3830.0, 3850.0, 3820.0, 3820.0, 3810.0, 3831.0, 3830.0, 3809.0, 3829.0, 3850.0, 3830.0, 3810.0, 3809.0, 3831.0, 3830.0, 3796.0, 3830.0, 3850.0, 3809.0, 3829.0, 3839.0, 3819.0, 3809.0, 3850.0, 3819.0, 3829.0, 3809.0, 3819.0, 3849.0, 3818.0, 3829.0, 3849.0, 3817.0, 3807.0, 3828.0, 3819.0, 3807.0, 3808.0, 3829.0, 3818.0, 3809.0, 3830.0, 3840.0, 3820.0, 3820.0, 3840.0, 3821.0, 3842.0, 3861.0, 3818.0, 3841.0, 3860.0, 3829.0, 3829.0, 3798.0, 3818.0, 3818.0, 3796.0, 3828.0, 3829.0, 3807.0, 3819.0, 3829.0, 3819.0, 3810.0, 3818.0, 3819.0, 3818.0, 3818.0, 3820.0, 3829.0, 3820.0, 3810.0, 3840.0, 3831.0, 3830.0, 3810.0, 3831.0, 3830.0, 3810.0, 3831.0, 3850.0, 3807.0, 3809.0, 3841.0, 3830.0, 3820.0, 3810.0, 3831.0, 3851.0, 3808.0, 3830.0, 3851.0, 3832.0, 3831.0, 3820.0, 3832.0, 3862.0, 3831.0, 3831.0, 3841.0, 3831.0, 3852.0, 3831.0, 3820.0, 3809.0, 3831.0, 3850.0, 3820.0, 3820.0, 3809.0, 3831.0, 3852.0, 3830.0, 3820.0, 3809.0, 3829.0, 3850.0, 3819.0, 3832.0, 3820.0, 3809.0, 3809.0, 3830.0, 3829.0, 3820.0, 3830.0, 3862.0, 3831.0, 3842.0, 3820.0, 3821.0, 3841.0, 3832.0, 3829.0, 3798.0, 3828.0, 3850.0, 3830.0, 3841.0, 3819.0, 3809.0, 3810.0, 3831.0, 3839.0, 3830.0, 3819.0, 3828.0, 3830.0, 3852.0, 3830.0, 3819.0, 3818.0, 3832.0, 3862.0, 3819.0, 3829.0, 3860.0, 3829.0, 3838.0, 3818.0, 3808.0, 3838.0, 3818.0, 3807.0, 3806.0, 3817.0, 3850.0, 3820.0, 3830.0, 3820.0, 3810.0, 3809.0, 3829.0, 3840.0, 3820.0, 3821.0, 3821.0, 3821.0, 3822.0, 3843.0, 3864.0, 3832.0, 3833.0, 3851.0, 3831.0, 3841.0, 3809.0, 3821.0, 3810.0, 3822.0, 3812.0, 3823.0, 3851.0, 3820.0, 3840.0, 3844.0, 3844.0, 3857.0, 3868.0, 3866.0, 3834.0, 3863.0, 3821.0, 3840.0, 3831.0, 3841.0, 3819.0, 3831.0, 3861.0, 3819.0, 3840.0, 3807.0, 3809.0, 3809.0, 3808.0, 3799.0, 3832.0, 3829.0, 3818.0, 3819.0, 3829.0, 3811.0, 3811.0, 3832.0, 3831.0, 3830.0, 3809.0, 3796.0, 3819.0, 3849.0, 3831.0, 3841.0, 3821.0, 3853.0, 3822.0, 3821.0, 3821.0, 3809.0, 3852.0, 3832.0, 3865.0, 3833.0, 3853.0, 3834.0, 3843.0, 3821.0, 3830.0], 'WindowWidth': [8654.0, 8648.0, 8624.0, 8588.0, 8584.0, 8597.0, 8606.0, 8577.0, 8562.0, 8561.0, 8575.0, 8624.0, 8575.0, 8572.0, 8577.0, 8563.0, 8582.0, 8600.0, 8597.0, 8587.0, 8602.0, 8642.0, 8600.0, 8641.0, 8633.0, 8598.0, 8623.0, 8581.0, 8577.0, 8576.0, 8579.0, 8610.0, 8578.0, 8596.0, 8639.0, 8595.0, 8591.0, 8559.0, 8575.0, 8556.0, 8552.0, 8569.0, 8587.0, 8555.0, 8572.0, 8600.0, 8573.0, 8572.0, 8556.0, 8573.0, 8556.0, 8558.0, 8589.0, 8617.0, 8576.0, 8574.0, 8561.0, 8560.0, 8561.0, 8574.0, 8558.0, 8589.0, 8560.0, 8560.0, 8593.0, 8593.0, 8576.0, 8576.0, 8607.0, 8560.0, 8593.0, 8638.0, 8580.0, 8577.0, 8561.0, 8590.0, 8621.0, 8572.0, 8574.0, 8618.0, 8591.0, 8588.0, 8578.0, 8577.0, 8570.0, 8560.0, 8573.0, 8598.0, 8572.0, 8560.0, 8560.0, 8579.0, 8594.0, 8583.0, 8579.0, 8578.0, 8581.0, 8594.0, 8561.0, 8591.0, 8621.0, 8593.0, 8580.0, 8580.0, 8595.0, 8606.0, 8580.0, 8576.0, 8607.0, 8576.0, 8606.0, 8582.0, 8582.0, 8608.0, 8581.0, 8578.0, 8574.0, 8575.0, 8605.0, 8559.0, 8563.0, 8607.0, 8578.0, 8562.0, 8576.0, 8594.0, 8591.0, 8561.0, 8592.0, 8624.0, 8598.0, 8566.0, 8578.0, 8576.0, 8559.0, 8542.0, 8575.0, 8604.0, 8575.0, 8591.0, 8588.0, 8579.0, 8579.0, 8574.0, 8576.0, 8590.0, 8564.0, 8576.0, 8566.0, 8597.0, 8581.0, 8578.0, 8594.0, 8625.0, 8582.0, 8583.0, 8567.0, 8598.0, 8596.0, 8579.0, 8596.0, 8623.0, 8597.0, 8595.0, 8581.0, 8597.0, 8624.0, 8583.0, 8580.0, 8567.0, 8581.0, 8567.0, 8598.0, 8581.0, 8563.0, 8581.0, 8641.0, 8579.0, 8594.0, 8584.0, 8584.0, 8636.0, 8580.0, 8594.0, 8566.0, 8576.0, 8562.0, 8595.0, 8592.0, 8578.0, 8564.0, 8609.0, 8593.0, 8641.0, 8582.0, 8583.0, 8602.0, 8598.0, 8621.0, 8578.0, 8597.0, 8564.0, 8596.0, 8623.0, 8579.0, 8578.0, 8635.0, 8579.0, 8591.0, 8560.0, 8592.0, 8621.0, 8591.0, 8591.0, 8577.0, 8576.0, 8559.0, 8575.0, 8575.0, 8560.0, 8590.0, 8622.0, 8577.0, 8579.0, 8565.0, 8579.0, 8576.0, 8560.0, 8589.0, 8618.0, 8575.0, 8576.0, 8609.0, 8592.0, 8622.0, 8578.0, 8576.0, 8560.0, 8589.0, 8589.0, 8576.0, 8563.0, 8566.0, 8595.0, 8578.0, 8582.0, 8594.0, 8621.0, 8579.0, 8566.0, 8565.0, 8600.0, 8594.0, 8582.0, 8595.0, 8637.0, 8580.0, 8599.0, 8586.0, 8600.0, 8641.0, 8582.0, 8585.0, 8611.0, 8583.0, 8622.0, 8583.0, 8596.0, 8638.0, 8579.0, 8597.0, 8564.0, 8584.0, 8567.0, 8585.0, 8582.0, 8593.0, 8582.0, 8598.0, 8588.0, 8591.0, 8588.0, 8586.0, 8586.0, 8610.0, 8598.0, 8614.0, 8589.0, 8615.0, 8643.0, 8599.0, 8601.0, 8570.0, 8601.0, 8616.0, 8586.0, 8612.0, 8625.0, 8608.0, 8597.0, 8566.0, 8595.0, 8597.0, 8566.0, 8592.0, 8621.0, 8591.0, 8562.0, 8562.0, 8582.0, 8565.0, 8560.0, 8590.0, 8624.0, 8576.0, 8562.0, 8560.0, 8594.0, 8575.0, 8560.0, 8589.0, 8621.0, 8594.0, 8564.0, 8564.0, 8594.0, 8575.0, 8558.0, 8587.0, 8619.0, 8591.0, 8560.0, 8559.0, 8591.0, 8572.0, 8576.0, 8560.0, 8619.0, 8574.0, 8588.0, 8577.0, 8592.0, 8615.0, 8573.0, 8561.0, 8559.0, 8561.0, 8561.0, 8593.0, 8563.0, 8561.0, 8590.0, 8619.0, 8577.0, 8565.0, 8564.0, 8593.0, 8591.0, 8576.0, 8594.0, 8638.0, 8590.0, 8590.0, 8574.0, 8558.0, 8541.0, 8576.0, 8558.0, 8558.0, 8589.0, 8622.0, 8578.0, 8562.0, 8573.0, 8578.0, 8560.0, 8558.0, 8572.0, 8573.0, 8561.0, 8578.0, 8605.0, 8580.0, 8593.0, 8620.0, 8560.0, 8576.0, 8619.0, 8576.0, 8575.0, 8560.0, 8577.0, 8574.0, 8560.0, 8590.0, 8621.0, 8577.0, 8561.0, 8560.0, 8590.0, 8560.0, 8574.0, 8577.0, 8622.0, 8579.0, 8578.0, 8605.0, 8576.0, 8559.0, 8613.0, 8569.0, 8593.0, 8556.0, 8574.0, 8587.0, 8558.0, 8570.0, 8596.0, 8552.0, 8568.0, 8615.0, 8570.0, 8583.0, 8556.0, 8575.0, 8554.0, 8555.0, 8584.0, 8583.0, 8557.0, 8587.0, 8601.0, 8574.0, 8560.0, 8587.0, 8573.0, 8591.0, 8575.0, 8560.0, 8561.0, 8593.0, 8564.0, 8584.0, 8612.0, 8640.0, 8600.0, 8608.0, 8567.0, 8596.0, 8621.0, 8573.0, 8588.0, 8619.0, 8605.0, 8593.0, 8561.0, 8576.0, 8589.0, 8577.0, 8561.0, 8570.0, 8571.0, 8587.0, 8558.0, 8576.0, 8618.0, 8576.0, 8563.0, 8556.0, 8570.0, 8615.0, 8555.0, 8557.0, 8554.0, 8571.0, 8555.0, 8556.0, 8585.0, 8614.0, 8573.0, 8574.0, 8560.0, 8560.0, 8571.0, 8575.0, 8558.0, 8558.0, 8560.0, 8547.0, 8577.0, 8560.0, 8575.0, 8592.0, 8631.0, 8574.0, 8592.0, 8560.0, 8578.0, 8603.0, 8574.0, 8588.0, 8616.0, 8575.0, 8561.0, 8558.0, 8589.0, 8575.0, 8561.0, 8589.0, 8617.0, 8577.0, 8591.0, 8564.0, 8594.0, 8578.0, 8579.0, 8611.0, 8623.0, 8580.0, 8597.0, 8609.0, 8579.0, 8623.0, 8580.0, 8595.0, 8633.0, 8560.0, 8588.0, 8617.0, 8574.0, 8561.0, 8559.0, 8576.0, 8558.0, 8543.0, 8572.0, 8587.0, 8543.0, 8572.0, 8569.0, 8556.0, 8572.0, 8569.0, 8560.0, 8574.0, 8602.0, 8577.0, 8591.0, 8601.0, 8576.0, 8575.0, 8602.0, 8574.0, 8579.0, 8562.0, 8579.0, 8607.0, 8565.0, 8590.0, 8616.0, 8575.0, 8589.0, 8619.0, 8577.0, 8590.0, 8559.0, 8576.0, 8560.0, 8542.0, 8572.0, 8572.0, 8558.0, 8589.0, 8605.0, 8579.0, 8579.0, 8565.0, 8583.0, 8565.0, 8592.0, 8578.0, 8580.0, 8564.0, 8582.0, 8597.0, 8598.0, 8585.0, 8595.0, 8594.0, 8614.0, 8626.0, 8597.0, 8613.0, 8588.0, 8617.0, 8642.0, 8595.0, 8584.0, 8628.0, 8580.0, 8593.0, 8583.0, 8596.0, 8624.0, 8564.0, 8593.0, 8639.0, 8596.0, 8581.0, 8596.0, 8593.0, 8562.0, 8576.0, 8591.0, 8610.0, 8562.0, 8563.0, 8590.0, 8579.0, 8560.0, 8562.0, 8594.0, 8607.0, 8562.0, 8592.0, 8624.0, 8609.0, 8594.0, 8563.0, 8593.0, 8577.0, 8562.0, 8590.0, 8620.0, 8580.0, 8596.0, 8567.0, 8583.0, 8567.0, 8601.0, 8584.0, 8565.0, 8595.0, 8629.0, 8595.0, 8582.0, 8581.0, 8598.0, 8584.0, 8566.0, 8593.0, 8623.0, 8562.0, 8594.0, 8621.0, 8595.0, 8580.0, 8606.0, 8579.0, 8609.0, 8563.0, 8564.0, 8566.0, 8595.0, 8576.0, 8561.0, 8589.0, 8622.0, 8593.0, 8592.0, 8561.0, 8595.0, 8605.0, 8579.0, 8592.0, 8633.0, 8576.0, 8578.0, 8565.0, 8595.0, 8606.0, 8579.0, 8564.0, 8578.0, 8581.0, 8594.0, 8582.0, 8567.0, 8567.0, 8598.0, 8611.0, 8601.0, 8585.0, 8590.0, 8619.0, 8646.0, 8587.0, 8601.0, 8645.0, 8617.0, 8617.0, 8585.0, 8601.0, 8632.0, 8597.0, 8595.0, 8624.0, 8581.0, 8582.0, 8621.0, 8578.0, 8595.0, 8563.0, 8595.0, 8621.0, 8582.0, 8596.0, 8633.0, 8575.0, 8579.0, 8592.0, 8575.0, 8603.0, 8576.0, 8591.0, 8634.0, 8573.0, 8575.0, 8590.0, 8576.0, 8590.0, 8563.0, 8590.0, 8619.0, 8576.0, 8578.0, 8605.0, 8577.0, 8590.0, 8563.0, 8592.0, 8618.0, 8575.0, 8578.0, 8622.0, 8576.0, 8593.0, 8577.0, 8592.0, 8618.0, 8575.0, 8590.0, 8633.0, 8591.0, 8592.0, 8580.0, 8592.0, 8605.0, 8580.0, 8580.0, 8621.0, 8577.0, 8606.0, 8579.0, 8593.0, 8635.0, 8579.0, 8579.0, 8623.0, 8578.0, 8606.0, 8580.0, 8594.0, 8635.0, 8576.0, 8592.0, 8564.0, 8566.0, 8593.0, 8579.0, 8577.0, 8563.0, 8592.0, 8637.0, 8578.0, 8595.0, 8584.0, 8581.0, 8570.0, 8599.0, 8609.0, 8581.0, 8596.0, 8657.0, 8597.0, 8613.0, 8585.0, 8585.0, 8594.0, 8594.0, 8612.0, 8601.0, 8586.0, 8604.0, 8592.0, 8588.0, 8615.0, 8632.0, 8602.0, 8588.0, 8577.0, 8606.0, 8632.0, 8588.0, 8617.0, 8588.0, 8591.0, 8631.0, 8603.0, 8601.0, 8583.0, 8614.0, 8663.0, 8617.0, 8629.0, 8604.0, 8602.0, 8640.0, 8594.0, 8643.0, 8600.0, 8585.0, 8568.0, 8598.0, 8623.0, 8576.0, 8593.0, 8577.0, 8562.0, 8566.0, 8596.0, 8577.0, 8578.0, 8566.0, 8623.0, 8593.0, 8641.0, 8595.0, 8609.0, 8584.0, 8567.0, 8573.0, 8589.0, 8620.0, 8593.0, 8662.0, 8603.0, 8619.0, 8584.0, 8597.0, 8611.0, 8647.0, 8627.0, 8611.0, 8575.0, 8588.0, 8603.0, 8573.0, 8558.0, 8553.0, 8572.0, 8597.0, 8569.0, 8538.0, 8548.0, 8552.0, 8582.0, 8537.0, 8553.0, 8554.0, 8576.0, 8559.0, 8571.0, 8561.0, 8572.0, 8592.0, 8590.0, 8609.0, 8594.0, 8593.0, 8594.0, 8590.0, 8562.0, 8613.0, 8590.0, 8563.0, 8565.0, 8585.0, 8587.0, 8584.0, 8584.0, 8603.0, 8602.0, 8633.0, 8604.0, 8628.0, 8615.0, 8632.0, 8639.0, 8592.0, 8623.0, 8575.0, 8602.0, 8576.0, 8559.0, 8576.0, 8589.0, 8600.0, 8589.0, 8593.0, 8579.0, 8563.0, 8567.0, 8583.0, 8584.0, 8613.0, 8579.0, 8581.0, 8610.0, 8643.0, 8599.0, 8614.0, 8603.0, 8615.0, 8639.0, 8581.0, 8596.0, 8624.0, 8597.0, 8627.0, 8596.0, 8597.0, 8640.0, 8580.0, 8597.0, 8634.0, 8578.0, 8594.0, 8566.0, 8568.0, 8568.0, 8597.0, 8597.0, 8580.0, 8591.0, 8620.0, 8577.0, 8593.0, 8579.0, 8567.0, 8595.0, 8583.0, 8580.0, 8580.0, 8595.0, 8637.0, 8593.0, 8595.0, 8578.0, 8564.0, 8593.0, 8580.0, 8576.0, 8579.0, 8593.0, 8618.0, 8574.0, 8575.0, 8590.0, 8576.0, 8606.0, 8580.0, 8581.0, 8575.0, 8586.0, 8572.0, 8558.0, 8590.0, 8622.0, 8581.0, 8580.0, 8562.0, 8575.0, 8589.0, 8558.0, 8589.0, 8620.0, 8577.0, 8565.0, 8588.0, 8573.0, 8590.0, 8574.0, 8562.0, 8564.0, 8596.0, 8566.0, 8576.0, 8590.0, 8610.0, 8595.0, 8566.0, 8567.0, 8596.0, 8612.0, 8561.0, 8591.0, 8622.0, 8593.0, 8564.0, 8549.0, 8591.0, 8592.0, 8576.0, 8577.0, 8604.0, 8590.0, 8565.0, 8621.0, 8592.0, 8589.0, 8589.0, 8577.0, 8601.0, 8571.0, 8592.0, 8558.0, 8574.0, 8603.0, 8574.0, 8543.0, 8599.0, 8572.0, 8569.0, 8556.0, 8570.0, 8601.0, 8573.0, 8557.0, 8577.0, 8589.0, 8600.0, 8572.0, 8557.0, 8559.0, 8576.0, 8573.0, 8575.0, 8593.0, 8618.0, 8589.0, 8594.0, 8579.0, 8593.0, 8619.0, 8590.0, 8577.0, 8588.0, 8591.0, 8605.0, 8590.0, 8565.0, 8574.0, 8589.0, 8605.0, 8577.0, 8590.0, 8620.0, 8578.0, 8594.0, 8618.0, 8574.0, 8578.0, 8591.0, 8576.0, 8617.0, 8557.0, 8570.0, 8598.0, 8570.0, 8574.0, 8603.0, 8572.0, 8570.0, 8571.0, 8586.0, 8615.0, 8572.0, 8560.0, 8576.0, 8592.0, 8588.0, 8577.0, 8563.0, 8591.0, 8578.0, 8590.0, 8593.0, 8613.0, 8639.0, 8595.0, 8594.0, 8577.0, 8592.0, 8621.0, 8592.0, 8592.0, 8637.0, 8592.0, 8591.0, 8590.0, 8591.0, 8617.0, 8587.0, 8575.0, 8561.0, 8591.0, 8604.0, 8578.0, 8563.0, 8602.0, 8574.0, 8591.0, 8559.0, 8579.0, 8603.0, 8574.0, 8562.0, 8586.0, 8572.0, 8604.0, 8556.0, 8572.0, 8599.0, 8572.0, 8558.0, 8556.0, 8574.0, 8588.0, 8579.0, 8564.0, 8544.0, 8589.0, 8588.0, 8561.0, 8577.0, 8603.0, 8577.0, 8562.0, 8604.0, 8573.0, 8589.0, 8557.0, 8573.0, 8603.0, 8575.0, 8560.0, 8560.0, 8588.0, 8605.0, 8575.0, 8561.0, 8566.0, 8597.0, 8606.0, 8581.0, 8610.0, 8625.0, 8608.0, 8594.0, 8576.0, 8591.0, 8594.0, 8575.0, 8588.0, 8620.0, 8576.0, 8558.0, 8560.0, 8589.0, 8571.0, 8572.0, 8586.0, 8619.0, 8588.0, 8574.0, 8563.0, 8590.0, 8589.0, 8575.0, 8574.0, 8618.0, 8574.0, 8574.0, 8577.0, 8590.0, 8618.0, 8575.0, 8561.0, 8591.0, 8589.0, 8589.0, 8575.0, 8590.0, 8619.0, 8589.0, 8561.0, 8559.0, 8593.0, 8576.0, 8563.0, 8591.0, 8619.0, 8576.0, 8563.0, 8546.0, 8576.0, 8559.0, 8557.0, 8573.0, 8602.0, 8557.0, 8586.0, 8619.0, 8590.0, 8589.0, 8560.0, 8589.0, 8600.0, 8573.0, 8574.0, 8573.0, 8574.0, 8620.0, 8576.0, 8562.0, 8602.0, 8571.0, 8570.0, 8540.0, 8571.0, 8616.0, 8589.0, 8573.0, 8561.0, 8574.0, 8571.0, 8561.0, 8573.0, 8615.0, 8572.0, 8557.0, 8557.0, 8575.0, 8572.0, 8562.0, 8589.0, 8619.0, 8576.0, 8561.0, 8545.0, 8593.0, 8593.0, 8562.0, 8594.0, 8606.0, 8594.0, 8594.0, 8639.0, 8578.0, 8581.0, 8574.0, 8578.0, 8605.0, 8574.0, 8590.0, 8621.0, 8588.0, 8573.0, 8558.0, 8575.0, 8558.0, 8541.0, 8572.0, 8587.0, 8542.0, 8575.0, 8601.0, 8562.0, 8589.0, 8619.0, 8563.0, 8593.0, 8620.0, 8577.0, 8567.0, 8618.0, 8575.0, 8576.0, 8603.0, 8572.0, 8572.0, 8542.0, 8573.0, 8573.0, 8542.0, 8587.0, 8601.0, 8579.0, 8562.0, 8566.0, 8598.0, 8566.0, 8583.0, 8609.0, 8623.0, 8596.0, 8596.0, 8583.0, 8598.0, 8626.0, 8593.0, 8595.0, 8638.0, 8579.0, 8606.0, 8578.0, 8592.0, 8605.0, 8573.0, 8559.0, 8562.0, 8578.0, 8565.0, 8595.0, 8580.0, 8619.0, 8575.0, 8608.0, 8576.0, 8561.0, 8563.0, 8578.0, 8559.0, 8556.0, 8572.0, 8617.0, 8574.0, 8574.0, 8562.0, 8594.0, 8600.0, 8558.0, 8559.0, 8605.0, 8577.0, 8576.0, 8580.0, 8563.0, 8617.0, 8588.0, 8606.0, 8577.0, 8567.0, 8575.0, 8588.0, 8605.0, 8575.0, 8576.0, 8608.0, 8592.0, 8562.0, 8569.0, 8591.0, 8639.0, 8594.0, 8606.0, 8581.0, 8567.0, 8593.0, 8578.0, 8561.0, 8557.0, 8563.0, 8640.0, 8580.0, 8626.0, 8598.0, 8597.0, 8604.0, 8591.0, 8623.0, 8579.0, 8563.0, 8561.0, 8577.0, 8605.0, 8578.0, 8561.0, 8576.0, 8591.0, 8575.0, 8560.0, 8594.0, 8619.0, 8579.0, 8560.0, 8545.0, 8576.0, 8620.0, 8580.0, 8560.0, 8561.0, 8593.0, 8586.0, 8575.0, 8573.0, 8608.0, 8575.0, 8605.0, 8578.0, 8548.0, 8588.0, 8587.0, 8621.0, 8577.0, 8575.0, 8559.0, 8589.0, 8606.0, 8577.0, 8573.0, 8619.0, 8575.0, 8575.0, 8559.0, 8587.0, 8601.0, 8574.0, 8561.0, 8544.0, 8592.0, 8562.0, 8576.0, 8592.0, 8623.0, 8593.0, 8593.0, 8580.0, 8597.0, 8622.0, 8576.0, 8593.0, 8624.0, 8593.0, 8591.0, 8545.0, 8589.0, 8606.0, 8561.0, 8588.0, 8616.0, 8574.0, 8591.0, 8620.0, 8574.0, 8590.0, 8576.0, 8548.0, 8565.0, 8597.0, 8579.0, 8544.0, 8575.0, 8604.0, 8563.0, 8593.0, 8622.0, 8584.0, 8598.0, 8622.0, 8564.0, 8592.0, 8620.0, 8594.0, 8592.0, 8547.0, 8591.0, 8578.0, 8574.0, 8575.0, 8573.0, 8562.0, 8591.0, 8602.0, 8574.0, 8591.0, 8619.0, 8575.0, 8560.0, 8544.0, 8575.0, 8573.0, 8545.0, 8576.0, 8574.0, 8575.0, 8591.0, 8618.0, 8577.0, 8563.0, 8563.0, 8596.0, 8593.0, 8572.0, 8589.0, 8608.0, 8546.0, 8591.0, 8607.0, 8576.0, 8594.0, 8621.0, 8579.0, 8579.0, 8562.0, 8594.0, 8606.0, 8580.0, 8595.0, 8605.0, 8579.0, 8565.0, 8617.0, 8574.0, 8589.0, 8559.0, 8576.0, 8588.0, 8577.0, 8589.0, 8599.0, 8572.0, 8573.0, 8617.0, 8575.0, 8577.0, 8565.0, 8594.0, 8606.0, 8561.0, 8590.0, 8620.0, 8578.0, 8551.0, 8564.0, 8597.0, 8568.0, 8605.0, 8578.0, 8594.0, 8610.0, 8592.0, 8593.0, 8581.0, 8595.0, 8619.0, 8576.0, 8592.0, 8618.0, 8574.0, 8589.0, 8560.0, 8591.0, 8587.0, 8571.0, 8585.0, 8618.0, 8572.0, 8559.0, 8542.0, 8573.0, 8542.0, 8539.0, 8585.0, 8585.0, 8559.0, 8588.0, 8602.0, 8579.0, 8592.0, 8601.0, 8574.0, 8590.0, 8621.0, 8576.0, 8575.0, 8564.0, 8594.0, 8576.0, 8576.0, 8593.0, 8621.0, 8582.0, 8581.0, 8568.0, 8598.0, 8595.0, 8565.0, 8591.0, 8622.0, 8594.0, 8568.0, 8566.0, 8598.0, 8595.0, 8546.0, 8593.0, 8624.0, 8566.0, 8593.0, 8607.0, 8578.0, 8567.0, 8620.0, 8576.0, 8593.0, 8564.0, 8577.0, 8620.0, 8577.0, 8591.0, 8618.0, 8573.0, 8560.0, 8590.0, 8577.0, 8562.0, 8565.0, 8594.0, 8577.0, 8565.0, 8594.0, 8609.0, 8584.0, 8583.0, 8610.0, 8585.0, 8615.0, 8639.0, 8577.0, 8613.0, 8637.0, 8592.0, 8592.0, 8548.0, 8576.0, 8576.0, 8544.0, 8589.0, 8592.0, 8560.0, 8578.0, 8592.0, 8581.0, 8568.0, 8577.0, 8579.0, 8577.0, 8575.0, 8580.0, 8594.0, 8583.0, 8570.0, 8609.0, 8596.0, 8596.0, 8569.0, 8599.0, 8597.0, 8569.0, 8596.0, 8624.0, 8562.0, 8565.0, 8612.0, 8595.0, 8581.0, 8571.0, 8599.0, 8623.0, 8566.0, 8596.0, 8626.0, 8601.0, 8599.0, 8583.0, 8601.0, 8641.0, 8596.0, 8598.0, 8611.0, 8596.0, 8629.0, 8598.0, 8583.0, 8566.0, 8597.0, 8624.0, 8581.0, 8583.0, 8565.0, 8598.0, 8628.0, 8596.0, 8583.0, 8566.0, 8593.0, 8624.0, 8580.0, 8601.0, 8582.0, 8567.0, 8567.0, 8597.0, 8594.0, 8583.0, 8596.0, 8641.0, 8598.0, 8615.0, 8584.0, 8586.0, 8614.0, 8601.0, 8597.0, 8551.0, 8590.0, 8626.0, 8596.0, 8614.0, 8578.0, 8565.0, 8567.0, 8597.0, 8607.0, 8595.0, 8580.0, 8590.0, 8595.0, 8628.0, 8596.0, 8581.0, 8579.0, 8601.0, 8642.0, 8579.0, 8593.0, 8637.0, 8592.0, 8606.0, 8578.0, 8564.0, 8605.0, 8577.0, 8560.0, 8558.0, 8574.0, 8623.0, 8581.0, 8594.0, 8581.0, 8568.0, 8567.0, 8594.0, 8610.0, 8582.0, 8584.0, 8586.0, 8587.0, 8589.0, 8619.0, 8647.0, 8603.0, 8606.0, 8625.0, 8597.0, 8611.0, 8567.0, 8586.0, 8570.0, 8588.0, 8575.0, 8591.0, 8624.0, 8579.0, 8610.0, 8619.0, 8623.0, 8643.0, 8661.0, 8655.0, 8605.0, 8646.0, 8583.0, 8610.0, 8596.0, 8613.0, 8578.0, 8596.0, 8638.0, 8578.0, 8609.0, 8560.0, 8564.0, 8566.0, 8564.0, 8553.0, 8598.0, 8591.0, 8576.0, 8579.0, 8593.0, 8569.0, 8571.0, 8602.0, 8599.0, 8596.0, 8567.0, 8546.0, 8578.0, 8619.0, 8596.0, 8612.0, 8585.0, 8630.0, 8590.0, 8585.0, 8585.0, 8567.0, 8627.0, 8598.0, 8650.0, 8603.0, 8631.0, 8606.0, 8617.0, 8585.0, 8595.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.0002494187298170075</td></tr>
<tr><td colspan=3>aqi</td><td>0.019698069429494078</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.32822120338182</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2132130268497578</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0035196611577804</td></tr>
<tr><td colspan=3>efc</td><td>0.4969</td></tr>
<tr><td colspan=3>fber</td><td>3998.5938</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07347176439449465</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43057050592034446</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.413992325209682</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3773886705913645</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6625809365191238</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.202007368518558</td></tr>
<tr><td colspan=3>gcor</td><td>0.00384429</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014190646819770336</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03068603202700615</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</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.8609186909771838</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1231</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1081</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.6867</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299558.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>948.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.4108</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3997</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.3084</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3029.297</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>828.8129</td></tr>
<tr><td colspan=3>tsnr</td><td>40.981456191511825</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>