<?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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-02/func/sub-0075_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>86a1ad0f7ee784375523659f68d2d368</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>13:22:55.930000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99785, 0.0328139, 0.0567345, -0.0304871, 0.998677, -0.0414031]</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.0869728</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7691, -7244, 452, -52, -22, 52, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3ca9025a-2f4f-48d0-8d54-0dba71c379aa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6771583557128906, -0.08179459720849991, 0.1566486358642578, 111.93319702148438], [-0.08803732693195343, 2.679378032684326, -0.10687783360481262, -78.47505950927734], [0.1522144079208374, 0.11108141392469406, 2.6933321952819824, -80.84291076660156], [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': ['132255.930000', '132256.390000', '132256.850000', '132257.310000', '132257.770000', '132258.230000', '132258.690000', '132259.150000', '132259.610000', '132300.070000', '132300.530000', '132300.990000', '132301.450000', '132301.910000', '132302.370000', '132302.830000', '132303.290000', '132303.750000', '132304.210000', '132304.670000', '132305.130000', '132305.590000', '132306.050000', '132306.510000', '132306.970000', '132307.430000', '132307.890000', '132308.350000', '132308.810000', '132309.270000', '132309.730000', '132310.190000', '132310.650000', '132311.110000', '132311.570000', '132312.030000', '132312.490000', '132312.950000', '132313.410000', '132313.870000', '132314.330000', '132314.790000', '132315.250000', '132315.710000', '132316.170000', '132316.630000', '132317.090000', '132317.550000', '132318.010000', '132318.470000', '132318.930000', '132319.390000', '132319.850000', '132320.310000', '132320.770000', '132321.230000', '132321.690000', '132322.150000', '132322.610000', '132323.070000', '132323.530000', '132323.990000', '132324.450000', '132324.910000', '132325.370000', '132325.830000', '132326.290000', '132326.750000', '132327.210000', '132327.670000', '132328.130000', '132328.590000', '132329.050000', '132329.510000', '132329.970000', '132330.430000', '132330.890000', '132331.350000', '132331.810000', '132332.270000', '132332.730000', '132333.190000', '132333.650000', '132334.110000', '132334.570000', '132335.030000', '132335.490000', '132335.950000', '132336.410000', '132336.870000', '132337.330000', '132337.790000', '132338.250000', '132338.710000', '132339.170000', '132339.630000', '132340.090000', '132340.550000', '132341.010000', '132341.470000', '132341.930000', '132342.390000', '132342.850000', '132343.310000', '132343.770000', '132344.230000', '132344.690000', '132345.150000', '132345.610000', '132346.070000', '132346.530000', '132346.990000', '132347.450000', '132347.910000', '132348.370000', '132348.830000', '132349.290000', '132349.750000', '132350.210000', '132350.670000', '132351.130000', '132351.590000', '132352.050000', '132352.510000', '132352.970000', '132353.430000', '132353.890000', '132354.350000', '132354.810000', '132355.270000', '132355.730000', '132356.190000', '132356.650000', '132357.110000', '132357.570000', '132358.030000', '132358.490000', '132358.950000', '132359.410000', '132359.870000', '132400.330000', '132400.790000', '132401.250000', '132401.710000', '132402.170000', '132402.630000', '132403.090000', '132403.550000', '132404.010000', '132404.470000', '132404.930000', '132405.390000', '132405.850000', '132406.310000', '132406.770000', '132407.230000', '132407.690000', '132408.150000', '132408.610000', '132409.070000', '132409.530000', '132409.990000', '132410.450000', '132410.910000', '132411.370000', '132411.830000', '132412.290000', '132412.750000', '132413.210000', '132413.670000', '132414.130000', '132414.590000', '132415.050000', '132415.510000', '132415.970000', '132416.430000', '132416.890000', '132417.350000', '132417.810000', '132418.270000', '132418.730000', '132419.190000', '132419.650000', '132420.110000', '132420.570000', '132421.030000', '132421.490000', '132421.950000', '132422.410000', '132422.870000', '132423.330000', '132423.790000', '132424.250000', '132424.710000', '132425.170000', '132425.630000', '132426.090000', '132426.550000', '132427.010000', '132427.470000', '132427.930000', '132428.390000', '132428.850000', '132429.310000', '132429.770000', '132430.230000', '132430.690000', '132431.150000', '132431.610000', '132432.070000', '132432.530000', '132432.990000', '132433.450000', '132433.910000', '132434.370000', '132434.830000', '132435.290000', '132435.750000', '132436.210000', '132436.670000', '132437.130000', '132437.590000', '132438.050000', '132438.510000', '132438.970000', '132439.430000', '132439.890000', '132440.350000', '132440.810000', '132441.270000', '132441.730000', '132442.190000', '132442.650000', '132443.110000', '132443.570000', '132444.030000', '132444.490000', '132444.950000', '132445.410000', '132445.870000', '132446.330000', '132446.790000', '132447.250000', '132447.710000', '132448.170000', '132448.630000', '132449.090000', '132449.550000', '132450.010000', '132450.470000', '132450.930000', '132451.390000', '132451.850000', '132452.310000', '132452.770000', '132453.230000', '132453.690000', '132454.150000', '132454.610000', '132455.070000', '132455.530000', '132455.990000', '132456.450000', '132456.910000', '132457.370000', '132457.830000', '132458.290000', '132458.750000', '132459.210000', '132459.670000', '132500.130000', '132500.590000', '132501.050000', '132501.510000', '132501.970000', '132502.430000', '132502.890000', '132503.350000', '132503.810000', '132504.270000', '132504.730000', '132505.190000', '132505.650000', '132506.110000', '132506.570000', '132507.030000', '132507.490000', '132507.950000', '132508.410000', '132508.870000', '132509.330000', '132509.790000', '132510.250000', '132510.710000', '132511.170000', '132511.630000', '132512.090000', '132512.550000', '132513.010000', '132513.470000', '132513.930000', '132514.390000', '132514.850000', '132515.310000', '132515.770000', '132516.230000', '132516.690000', '132517.150000', '132517.610000', '132518.070000', '132518.530000', '132518.990000', '132519.450000', '132519.910000', '132520.370000', '132520.830000', '132521.290000', '132521.750000', '132522.210000', '132522.670000', '132523.130000', '132523.590000', '132524.050000', '132524.510000', '132524.970000', '132525.430000', '132525.890000', '132526.350000', '132526.810000', '132527.270000', '132527.730000', '132528.190000', '132528.650000', '132529.110000', '132529.570000', '132530.030000', '132530.490000', '132530.950000', '132531.410000', '132531.870000', '132532.330000', '132532.790000', '132533.250000', '132533.710000', '132534.170000', '132534.630000', '132535.090000', '132535.550000', '132536.010000', '132536.470000', '132536.930000', '132537.390000', '132537.850000', '132538.310000', '132538.770000', '132539.230000', '132539.690000', '132540.150000', '132540.610000', '132541.070000', '132541.530000', '132541.990000', '132542.450000', '132542.910000', '132543.370000', '132543.830000', '132544.290000', '132544.750000', '132545.210000', '132545.670000', '132546.130000', '132546.590000', '132547.050000', '132547.510000', '132547.970000', '132548.430000', '132548.890000', '132549.350000', '132549.810000', '132550.270000', '132550.730000', '132551.190000', '132551.650000', '132552.110000', '132552.570000', '132553.030000', '132553.490000', '132553.950000', '132554.410000', '132554.870000', '132555.330000', '132555.790000', '132556.250000', '132556.710000', '132557.170000', '132557.630000', '132558.090000', '132558.550000', '132559.010000', '132559.470000', '132559.930000', '132600.390000', '132600.850000', '132601.310000', '132601.770000', '132602.230000', '132602.690000', '132603.150000', '132603.610000', '132604.070000', '132604.530000', '132604.990000', '132605.450000', '132605.910000', '132606.370000', '132606.830000', '132607.290000', '132607.750000', '132608.210000', '132608.670000', '132609.130000', '132609.590000', '132610.050000', '132610.510000', '132610.970000', '132611.430000', '132611.890000', '132612.350000', '132612.810000', '132613.270000', '132613.730000', '132614.190000', '132614.650000', '132615.110000', '132615.570000', '132616.030000', '132616.490000', '132616.950000', '132617.410000', '132617.870000', '132618.330000', '132618.790000', '132619.250000', '132619.710000', '132620.170000', '132620.630000', '132621.090000', '132621.550000', '132622.010000', '132622.470000', '132622.930000', '132623.390000', '132623.850000', '132624.310000', '132624.770000', '132625.230000', '132625.690000', '132626.150000', '132626.610000', '132627.070000', '132627.530000', '132627.990000', '132628.450000', '132628.910000', '132629.370000', '132629.830000', '132630.290000', '132630.750000', '132631.210000', '132631.670000', '132632.130000', '132632.590000', '132633.050000', '132633.510000', '132633.970000', '132634.430000', '132634.890000', '132635.350000', '132635.810000', '132636.270000', '132636.730000', '132637.190000', '132637.650000', '132638.110000', '132638.570000', '132639.030000', '132639.490000', '132639.950000', '132640.410000', '132640.870000', '132641.330000', '132641.790000', '132642.250000', '132642.710000', '132643.170000', '132643.630000', '132644.090000', '132644.550000', '132645.010000', '132645.470000', '132645.930000', '132646.390000', '132646.850000', '132647.310000', '132647.770000', '132648.230000', '132648.690000', '132649.150000', '132649.610000', '132650.070000', '132650.530000', '132650.990000', '132651.450000', '132651.910000', '132652.370000', '132652.830000', '132653.290000', '132653.750000', '132654.210000', '132654.670000', '132655.130000', '132655.590000', '132656.050000', '132656.510000', '132656.970000', '132657.430000', '132657.890000', '132658.350000', '132658.810000', '132659.270000', '132659.730000', '132700.190000', '132700.650000', '132701.110000', '132701.570000', '132702.030000', '132702.490000', '132702.950000', '132703.410000', '132703.870000', '132704.330000', '132704.790000', '132705.250000', '132705.710000', '132706.170000', '132706.630000', '132707.090000', '132707.550000', '132708.010000', '132708.470000', '132708.930000', '132709.390000', '132709.850000', '132710.310000', '132710.770000', '132711.230000', '132711.690000', '132712.150000', '132712.610000', '132713.070000', '132713.530000', '132713.990000', '132714.450000', '132714.910000', '132715.370000', '132715.830000', '132716.290000', '132716.750000', '132717.210000', '132717.670000', '132718.130000', '132718.590000', '132719.050000', '132719.510000', '132719.970000', '132720.430000', '132720.890000', '132721.350000', '132721.810000', '132722.270000', '132722.730000', '132723.190000', '132723.650000', '132724.110000', '132724.570000', '132725.030000', '132725.490000', '132725.950000', '132726.410000', '132726.870000', '132727.330000', '132727.790000', '132728.250000', '132728.710000', '132729.170000', '132729.630000', '132730.090000', '132730.550000', '132731.010000', '132731.470000', '132731.930000', '132732.390000', '132732.850000', '132733.310000', '132733.770000', '132734.230000', '132734.690000', '132735.150000', '132735.610000', '132736.070000', '132736.530000', '132736.990000', '132737.450000', '132737.910000', '132738.370000', '132738.830000', '132739.290000', '132739.750000', '132740.210000', '132740.670000', '132741.130000', '132741.590000', '132742.050000', '132742.510000', '132742.970000', '132743.430000', '132743.890000', '132744.350000', '132744.810000', '132745.270000', '132745.730000', '132746.190000', '132746.650000', '132747.110000', '132747.570000', '132748.030000', '132748.490000', '132748.950000', '132749.410000', '132749.870000', '132750.330000', '132750.790000', '132751.250000', '132751.710000', '132752.170000', '132752.630000', '132753.090000', '132753.550000', '132754.010000', '132754.470000', '132754.930000', '132755.390000', '132755.850000', '132756.310000', '132756.770000', '132757.230000', '132757.690000', '132758.150000', '132758.610000', '132759.070000', '132759.530000', '132759.990000', '132800.450000', '132800.910000', '132801.370000', '132801.830000', '132802.290000', '132802.750000', '132803.210000', '132803.670000', '132804.130000', '132804.590000', '132805.050000', '132805.510000', '132805.970000', '132806.430000', '132806.890000', '132807.350000', '132807.810000', '132808.270000', '132808.730000', '132809.190000', '132809.650000', '132810.110000', '132810.570000', '132811.030000', '132811.490000', '132811.950000', '132812.410000', '132812.870000', '132813.330000', '132813.790000', '132814.250000', '132814.710000', '132815.170000', '132815.630000', '132816.090000', '132816.550000', '132817.010000', '132817.470000', '132817.930000', '132818.390000', '132818.850000', '132819.310000', '132819.770000', '132820.230000', '132820.690000', '132821.150000', '132821.610000', '132822.070000', '132822.530000', '132822.990000', '132823.450000', '132823.910000', '132824.370000', '132824.830000', '132825.290000', '132825.750000', '132826.210000', '132826.670000', '132827.130000', '132827.590000', '132828.050000', '132828.510000', '132828.970000', '132829.430000', '132829.890000', '132830.350000', '132830.810000', '132831.270000', '132831.730000', '132832.190000', '132832.650000', '132833.110000', '132833.570000', '132834.030000', '132834.490000', '132834.950000', '132835.410000', '132835.870000', '132836.330000', '132836.790000', '132837.250000', '132837.710000', '132838.170000', '132838.630000', '132839.090000', '132839.550000', '132840.010000', '132840.470000', '132840.930000', '132841.390000', '132841.850000', '132842.310000', '132842.770000', '132843.230000', '132843.690000', '132844.150000', '132844.610000', '132845.070000', '132845.530000', '132845.990000', '132846.450000', '132846.910000', '132847.370000', '132847.830000', '132848.290000', '132848.750000', '132849.210000', '132849.670000', '132850.130000', '132850.590000', '132851.050000', '132851.510000', '132851.970000', '132852.430000', '132852.890000', '132853.350000', '132853.810000', '132854.270000', '132854.730000', '132855.190000', '132855.650000', '132856.110000', '132856.570000', '132857.030000', '132857.490000', '132857.950000', '132858.410000', '132858.870000', '132859.330000', '132859.790000', '132900.250000', '132900.710000', '132901.170000', '132901.630000', '132902.090000', '132902.550000', '132903.010000', '132903.470000', '132903.930000', '132904.390000', '132904.850000', '132905.310000', '132905.770000', '132906.230000', '132906.690000', '132907.150000', '132907.610000', '132908.070000', '132908.530000', '132908.990000', '132909.450000', '132909.910000', '132910.370000', '132910.830000', '132911.290000', '132911.750000', '132912.210000', '132912.670000', '132913.130000', '132913.590000', '132914.050000', '132914.510000', '132914.970000', '132915.430000', '132915.890000', '132916.350000', '132916.810000', '132917.270000', '132917.730000', '132918.190000', '132918.650000', '132919.110000', '132919.570000', '132920.030000', '132920.490000', '132920.950000', '132921.410000', '132921.870000', '132922.330000', '132922.790000', '132923.250000', '132923.710000', '132924.170000', '132924.630000', '132925.090000', '132925.550000', '132926.010000', '132926.470000', '132926.930000', '132927.390000', '132927.850000', '132928.310000', '132928.770000', '132929.230000', '132929.690000', '132930.150000', '132930.610000', '132931.070000', '132931.530000', '132931.990000', '132932.450000', '132932.910000', '132933.370000', '132933.830000', '132934.290000', '132934.750000', '132935.210000', '132935.670000', '132936.130000', '132936.590000', '132937.050000', '132937.510000', '132937.970000', '132938.430000', '132938.890000', '132939.350000', '132939.810000', '132940.270000', '132940.730000', '132941.190000', '132941.650000', '132942.110000', '132942.570000', '132943.030000', '132943.490000', '132943.950000', '132944.410000', '132944.870000', '132945.330000', '132945.790000', '132946.250000', '132946.710000', '132947.170000', '132947.630000', '132948.090000', '132948.550000', '132949.010000', '132949.470000', '132949.930000', '132950.390000', '132950.850000', '132951.310000', '132951.770000', '132952.230000', '132952.690000', '132953.150000', '132953.610000', '132954.070000', '132954.530000', '132954.990000', '132955.450000', '132955.910000', '132956.370000', '132956.830000', '132957.290000', '132957.750000', '132958.210000', '132958.670000', '132959.130000', '132959.590000', '133000.050000', '133000.510000', '133000.970000', '133001.430000', '133001.890000', '133002.350000', '133002.810000', '133003.270000', '133003.730000', '133004.190000', '133004.650000', '133005.110000', '133005.570000', '133006.030000', '133006.490000', '133006.950000', '133007.410000', '133007.870000', '133008.330000', '133008.790000', '133009.250000', '133009.710000', '133010.170000', '133010.630000', '133011.090000', '133011.550000', '133012.010000', '133012.470000', '133012.930000', '133013.390000', '133013.850000', '133014.310000', '133014.770000', '133015.230000', '133015.690000', '133016.150000', '133016.610000', '133017.070000', '133017.530000', '133017.990000', '133018.450000', '133018.910000', '133019.370000', '133019.830000', '133020.290000', '133020.750000', '133021.210000', '133021.670000', '133022.130000', '133022.590000', '133023.050000', '133023.510000', '133023.970000', '133024.430000', '133024.890000', '133025.350000', '133025.810000', '133026.270000', '133026.730000', '133027.190000', '133027.650000', '133028.110000', '133028.570000', '133029.030000', '133029.490000', '133029.950000', '133030.410000', '133030.870000', '133031.330000', '133031.790000', '133032.250000', '133032.710000', '133033.170000', '133033.630000', '133034.090000', '133034.550000', '133035.010000', '133035.470000', '133035.930000', '133036.390000', '133036.850000', '133037.310000', '133037.770000', '133038.230000', '133038.690000', '133039.150000', '133039.610000', '133040.070000', '133040.530000', '133040.990000', '133041.450000', '133041.910000', '133042.370000', '133042.830000', '133043.290000', '133043.750000', '133044.210000', '133044.670000', '133045.130000', '133045.590000', '133046.050000', '133046.510000', '133046.970000', '133047.430000', '133047.890000', '133048.350000', '133048.810000', '133049.270000', '133049.730000', '133050.190000', '133050.650000', '133051.110000', '133051.570000', '133052.030000', '133052.490000', '133052.950000', '133053.410000', '133053.870000', '133054.330000', '133054.790000', '133055.250000', '133055.710000', '133056.170000', '133056.630000', '133057.090000', '133057.550000', '133058.010000', '133058.470000', '133058.930000', '133059.390000', '133059.850000', '133100.310000', '133100.770000', '133101.230000', '133101.690000', '133102.150000', '133102.610000', '133103.070000', '133103.530000', '133103.990000', '133104.450000', '133104.910000', '133105.370000', '133105.830000', '133106.290000', '133106.750000', '133107.210000', '133107.670000', '133108.130000', '133108.590000', '133109.050000', '133109.510000', '133109.970000', '133110.430000', '133110.890000', '133111.350000', '133111.810000', '133112.270000', '133112.730000', '133113.190000', '133113.650000', '133114.110000', '133114.570000', '133115.030000', '133115.490000', '133115.950000', '133116.410000', '133116.870000', '133117.330000', '133117.790000', '133118.250000', '133118.710000', '133119.170000', '133119.630000', '133120.090000', '133120.550000', '133121.010000', '133121.470000', '133121.930000', '133122.390000', '133122.850000', '133123.310000', '133123.770000', '133124.230000', '133124.690000', '133125.150000', '133125.610000', '133126.070000', '133126.530000', '133126.990000', '133127.450000', '133127.910000', '133128.370000', '133128.830000', '133129.290000', '133129.750000', '133130.210000', '133130.670000', '133131.130000', '133131.590000', '133132.050000', '133132.510000', '133132.970000', '133133.430000', '133133.890000', '133134.350000', '133134.810000', '133135.270000', '133135.730000', '133136.190000', '133136.650000', '133137.110000', '133137.570000', '133138.030000', '133138.490000', '133138.950000', '133139.410000', '133139.870000', '133140.330000', '133140.790000', '133141.250000', '133141.710000', '133142.170000', '133142.630000', '133143.090000', '133143.550000', '133144.010000', '133144.470000', '133144.930000', '133145.390000', '133145.850000', '133146.310000', '133146.770000', '133147.230000', '133147.690000', '133148.150000', '133148.610000', '133149.070000', '133149.530000', '133149.990000', '133150.450000', '133150.910000', '133151.370000', '133151.830000', '133152.290000', '133152.750000', '133153.210000', '133153.670000', '133154.130000', '133154.590000', '133155.050000', '133155.510000', '133155.970000', '133156.430000', '133156.890000', '133157.350000', '133157.810000', '133158.270000', '133158.730000', '133159.190000', '133159.650000', '133200.110000', '133200.570000', '133201.030000', '133201.490000', '133201.950000', '133202.410000', '133202.870000', '133203.330000', '133203.790000', '133204.250000', '133204.710000', '133205.170000', '133205.630000', '133206.090000', '133206.550000', '133207.010000', '133207.470000', '133207.930000', '133208.390000', '133208.850000', '133209.310000', '133209.770000', '133210.230000', '133210.690000', '133211.150000', '133211.610000', '133212.070000', '133212.530000', '133212.990000', '133213.450000', '133213.910000', '133214.370000', '133214.830000', '133215.290000', '133215.750000', '133216.210000', '133216.670000', '133217.130000', '133217.590000', '133218.050000', '133218.510000', '133218.970000', '133219.430000', '133219.890000', '133220.350000', '133220.810000', '133221.270000', '133221.730000', '133222.190000', '133222.650000', '133223.110000', '133223.570000', '133224.030000', '133224.490000', '133224.950000', '133225.410000', '133225.870000', '133226.330000', '133226.790000', '133227.250000', '133227.710000', '133228.170000', '133228.630000', '133229.090000', '133229.550000', '133230.010000', '133230.470000', '133230.930000', '133231.390000', '133231.850000', '133232.310000', '133232.770000', '133233.230000', '133233.690000', '133234.150000', '133234.610000', '133235.070000', '133235.530000', '133235.990000', '133236.450000', '133236.910000', '133237.370000', '133237.830000', '133238.290000', '133238.750000', '133239.210000', '133239.670000', '133240.130000', '133240.590000', '133241.050000', '133241.510000', '133241.970000', '133242.430000', '133242.890000', '133243.350000', '133243.810000', '133244.270000', '133244.730000', '133245.190000', '133245.650000', '133246.110000', '133246.570000', '133247.030000', '133247.490000', '133247.950000', '133248.410000', '133248.870000', '133249.330000', '133249.790000', '133250.250000', '133250.710000', '133251.170000', '133251.630000', '133252.090000', '133252.550000', '133253.010000', '133253.470000', '133253.930000', '133254.390000', '133254.850000', '133255.310000', '133255.770000', '133256.230000', '133256.690000', '133257.150000', '133257.610000', '133258.070000', '133258.530000', '133258.990000', '133259.450000', '133259.910000', '133300.370000', '133300.830000', '133301.290000', '133301.750000', '133302.210000', '133302.670000', '133303.130000', '133303.590000', '133304.050000', '133304.510000', '133304.970000', '133305.430000', '133305.890000', '133306.350000', '133306.810000', '133307.270000', '133307.730000', '133308.190000', '133308.650000', '133309.110000', '133309.570000', '133310.030000', '133310.490000', '133310.950000', '133311.410000', '133311.870000', '133312.330000', '133312.790000', '133313.250000', '133313.710000', '133314.170000', '133314.630000', '133315.090000', '133315.550000', '133316.010000', '133316.470000', '133316.930000', '133317.390000', '133317.850000', '133318.310000', '133318.770000', '133319.230000', '133319.690000', '133320.150000', '133320.610000', '133321.070000', '133321.530000', '133321.990000', '133322.450000', '133322.910000', '133323.370000', '133323.830000', '133324.290000', '133324.750000', '133325.210000', '133325.670000', '133326.130000', '133326.590000', '133327.050000', '133327.510000', '133327.970000', '133328.430000', '133328.890000', '133329.350000', '133329.810000', '133330.270000', '133330.730000', '133331.190000', '133331.650000', '133332.110000', '133332.570000', '133333.030000', '133333.490000', '133333.950000', '133334.410000', '133334.870000', '133335.330000', '133335.790000', '133336.250000', '133336.710000', '133337.170000', '133337.630000', '133338.090000', '133338.550000', '133339.010000', '133339.470000', '133339.930000', '133340.390000', '133340.850000', '133341.310000', '133341.770000', '133342.230000', '133342.690000', '133343.150000', '133343.610000', '133344.070000', '133344.530000', '133344.990000', '133345.450000', '133345.910000', '133346.370000', '133346.830000', '133347.290000', '133347.750000', '133348.210000', '133348.670000', '133349.130000', '133349.590000', '133350.050000', '133350.510000', '133350.970000', '133351.430000', '133351.890000', '133352.350000', '133352.810000', '133353.270000', '133353.730000', '133354.190000', '133354.650000', '133355.110000', '133355.570000', '133356.030000', '133356.490000', '133356.950000', '133357.410000', '133357.870000', '133358.330000', '133358.790000', '133359.250000', '133359.710000', '133400.170000', '133400.630000', '133401.090000', '133401.550000', '133402.010000', '133402.470000', '133402.930000', '133403.390000', '133403.850000', '133404.310000', '133404.770000', '133405.230000', '133405.690000', '133406.150000', '133406.610000', '133407.070000', '133407.530000', '133407.990000', '133408.450000', '133408.910000', '133409.370000', '133409.830000', '133410.290000', '133410.750000', '133411.210000', '133411.670000', '133412.130000', '133412.590000', '133413.050000', '133413.510000', '133413.970000', '133414.430000', '133414.890000', '133415.350000', '133415.810000', '133416.270000', '133416.730000', '133417.190000', '133417.650000', '133418.110000', '133418.570000', '133419.030000', '133419.490000', '133419.950000', '133420.410000', '133420.870000', '133421.330000', '133421.790000', '133422.250000', '133422.710000', '133423.170000', '133423.630000', '133424.090000', '133424.550000', '133425.010000', '133425.470000', '133425.930000', '133426.390000', '133426.850000', '133427.310000', '133427.770000', '133428.230000', '133428.690000', '133429.150000', '133429.610000', '133430.070000', '133430.530000', '133430.990000', '133431.450000', '133431.910000', '133432.370000', '133432.830000', '133433.290000', '133433.750000', '133434.210000', '133434.670000', '133435.130000', '133435.590000', '133436.050000', '133436.510000', '133436.970000', '133437.430000', '133437.890000', '133438.350000', '133438.810000', '133439.270000', '133439.730000', '133440.190000', '133440.650000', '133441.110000', '133441.570000', '133442.030000', '133442.490000', '133442.950000', '133443.410000', '133443.870000', '133444.330000', '133444.790000', '133445.250000', '133445.710000', '133446.170000', '133446.630000', '133447.090000', '133447.550000', '133448.010000', '133448.470000', '133448.930000', '133449.390000', '133449.850000', '133450.310000', '133450.770000', '133451.230000', '133451.690000', '133452.150000', '133452.610000', '133453.070000', '133453.530000', '133453.990000', '133454.450000', '133454.910000', '133455.370000', '133455.830000', '133456.290000', '133456.750000', '133457.210000', '133457.670000', '133458.130000', '133458.590000', '133459.050000', '133459.510000', '133459.970000', '133500.430000', '133500.890000', '133501.350000', '133501.810000', '133502.270000', '133502.730000', '133503.190000', '133503.650000', '133504.110000', '133504.570000', '133505.030000', '133505.490000', '133505.950000', '133506.410000', '133506.870000', '133507.330000', '133507.790000', '133508.250000', '133508.710000', '133509.170000', '133509.630000', '133510.090000', '133510.550000', '133511.010000', '133511.470000', '133511.930000', '133512.390000', '133512.850000', '133513.310000', '133513.770000', '133514.230000', '133514.690000', '133515.150000', '133515.610000', '133516.070000', '133516.530000', '133516.990000', '133517.450000', '133517.910000', '133518.370000', '133518.830000', '133519.290000', '133519.750000', '133520.210000', '133520.670000', '133521.130000', '133521.590000', '133522.050000', '133522.510000', '133522.970000', '133523.430000', '133523.890000', '133524.350000', '133524.810000', '133525.270000', '133525.730000', '133526.190000', '133526.650000', '133527.110000', '133527.570000', '133528.030000', '133528.490000', '133528.950000', '133529.410000', '133529.870000', '133530.330000', '133530.790000', '133531.250000', '133531.710000', '133532.170000', '133532.630000', '133533.090000', '133533.550000', '133534.010000', '133534.470000', '133534.930000', '133535.390000', '133535.850000', '133536.310000', '133536.770000', '133537.230000', '133537.690000', '133538.150000', '133538.610000', '133539.070000', '133539.530000', '133539.990000', '133540.450000', '133540.910000', '133541.370000', '133541.830000', '133542.290000', '133542.750000', '133543.210000', '133543.670000', '133544.130000', '133544.590000', '133545.050000', '133545.510000', '133545.970000', '133546.430000', '133546.890000', '133547.350000', '133547.810000', '133548.270000', '133548.730000', '133549.190000', '133549.650000', '133550.110000', '133550.570000', '133551.030000', '133551.490000', '133551.950000', '133552.410000', '133552.870000', '133553.330000', '133553.790000', '133554.250000', '133554.710000', '133555.170000', '133555.630000', '133556.090000', '133556.550000', '133557.010000', '133557.470000', '133557.930000', '133558.390000', '133558.850000', '133559.310000', '133559.770000', '133600.230000', '133600.690000', '133601.150000', '133601.610000', '133602.070000', '133602.530000', '133602.990000', '133603.450000', '133603.910000', '133604.370000', '133604.830000', '133605.290000', '133605.750000', '133606.210000', '133606.670000', '133607.130000', '133607.590000', '133608.050000', '133608.510000', '133608.970000', '133609.430000', '133609.890000', '133610.350000', '133610.810000', '133611.270000', '133611.730000', '133612.190000', '133612.650000', '133613.110000', '133613.570000', '133614.030000', '133614.490000', '133614.950000', '133615.410000', '133615.870000', '133616.330000', '133616.790000', '133617.250000', '133617.710000', '133618.170000', '133618.630000', '133619.090000', '133619.550000', '133620.010000', '133620.470000', '133620.930000', '133621.390000', '133621.850000', '133622.310000', '133622.770000', '133623.230000', '133623.690000', '133624.150000', '133624.610000', '133625.070000', '133625.530000', '133625.990000', '133626.450000', '133626.910000', '133627.370000', '133627.830000', '133628.290000', '133628.750000', '133629.210000', '133629.670000', '133630.130000', '133630.590000', '133631.050000', '133631.510000', '133631.970000', '133632.430000', '133632.890000', '133633.350000', '133633.810000', '133634.270000', '133634.730000', '133635.190000', '133635.650000', '133636.110000', '133636.570000', '133637.030000', '133637.490000', '133637.950000', '133638.410000', '133638.870000', '133639.330000', '133639.790000', '133640.250000', '133640.710000', '133641.170000', '133641.630000', '133642.090000', '133642.550000', '133643.010000', '133643.470000', '133643.930000', '133644.390000', '133644.850000', '133645.310000', '133645.770000', '133646.230000', '133646.690000', '133647.150000', '133647.610000', '133648.070000', '133648.530000', '133648.990000', '133649.450000', '133649.910000', '133650.370000', '133650.830000', '133651.290000', '133651.750000', '133652.210000', '133652.670000', '133653.130000', '133653.590000', '133654.050000', '133654.510000', '133654.970000', '133655.430000', '133655.890000', '133656.350000', '133656.810000', '133657.270000', '133657.730000', '133658.190000', '133658.650000', '133659.110000', '133659.570000', '133700.030000', '133700.490000', '133700.950000', '133701.410000', '133701.870000', '133702.330000', '133702.790000', '133703.250000', '133703.710000', '133704.170000', '133704.630000', '133705.090000', '133705.550000', '133706.010000', '133706.470000', '133706.930000', '133707.390000', '133707.850000', '133708.310000', '133708.770000', '133709.230000', '133709.690000', '133710.150000', '133710.610000'], 'ContentTime': ['132312.627000', '132312.630000', '132312.633000', '132312.636000', '132312.638000', '132312.647000', '132312.649000', '132312.652000', '132312.654000', '132312.657000', '132312.660000', '132312.662000', '132312.665000', '132312.668000', '132312.670000', '132312.673000', '132312.675000', '132312.678000', '132312.681000', '132312.683000', '132312.686000', '132312.688000', '132312.691000', '132312.694000', '132312.696000', '132312.699000', '132312.701000', '132312.704000', '132312.707000', '132312.709000', '132312.712000', '132312.715000', '132312.717000', '132312.720000', '132332.597000', '132332.600000', '132332.603000', '132332.606000', '132332.608000', '132332.611000', '132332.614000', '132332.616000', '132332.619000', '132332.630000', '132332.633000', '132332.635000', '132332.638000', '132332.641000', '132332.643000', '132332.646000', '132332.648000', '132332.651000', '132332.654000', '132332.656000', '132332.659000', '132332.662000', '132332.664000', '132332.667000', '132332.669000', '132332.672000', '132332.675000', '132332.677000', '132332.680000', '132332.683000', '132332.685000', '132332.688000', '132332.690000', '132332.693000', '132332.696000', '132332.698000', '132332.701000', '132332.704000', '132332.706000', '132332.709000', '132332.711000', '132332.714000', '132332.717000', '132352.598000', '132352.600000', '132352.603000', '132352.606000', '132352.608000', '132352.611000', '132352.614000', '132352.616000', '132352.619000', '132352.622000', '132352.624000', '132352.630000', '132352.632000', '132352.635000', '132352.637000', '132352.640000', '132352.643000', '132352.645000', '132352.648000', '132352.651000', '132352.653000', '132352.656000', '132352.658000', '132352.661000', '132352.664000', '132352.666000', '132352.669000', '132352.671000', '132352.674000', '132352.677000', '132352.680000', '132352.682000', '132352.685000', '132352.687000', '132352.690000', '132352.693000', '132352.695000', '132352.698000', '132352.701000', '132352.703000', '132352.706000', '132352.708000', '132352.711000', '132352.714000', '132412.596000', '132412.599000', '132412.602000', '132412.604000', '132412.607000', '132412.643000', '132412.645000', '132412.648000', '132412.651000', '132412.653000', '132412.656000', '132412.658000', '132412.661000', '132412.664000', '132412.666000', '132412.669000', '132412.672000', '132412.674000', '132412.677000', '132412.679000', '132412.682000', '132412.685000', '132412.687000', '132412.690000', '132412.693000', '132412.695000', '132412.698000', '132412.700000', '132412.703000', '132412.706000', '132412.708000', '132412.711000', '132412.714000', '132412.716000', '132412.719000', '132412.721000', '132412.732000', '132412.734000', '132412.737000', '132412.740000', '132412.742000', '132412.745000', '132412.756000', '132432.597000', '132432.599000', '132432.602000', '132432.605000', '132432.607000', '132432.610000', '132432.613000', '132432.616000', '132432.619000', '132432.622000', '132432.625000', '132432.627000', '132432.630000', '132432.634000', '132432.636000', '132432.639000', '132432.641000', '132432.644000', '132432.647000', '132432.649000', '132432.652000', '132432.655000', '132432.657000', '132432.660000', '132432.662000', '132432.665000', '132432.668000', '132432.670000', '132432.673000', '132432.676000', '132432.678000', '132432.681000', '132432.683000', '132432.686000', '132432.689000', '132432.692000', '132432.694000', '132432.697000', '132432.700000', '132432.702000', '132432.705000', '132432.707000', '132432.710000', '132452.598000', '132452.600000', '132452.603000', '132452.606000', '132452.609000', '132452.611000', '132452.614000', '132452.616000', '132452.619000', '132452.622000', '132452.624000', '132452.627000', '132452.629000', '132452.632000', '132452.635000', '132452.637000', '132452.640000', '132452.642000', '132452.645000', '132452.647000', '132452.650000', '132452.653000', '132452.655000', '132452.658000', '132452.661000', '132452.663000', '132452.666000', '132452.668000', '132452.671000', '132452.674000', '132452.676000', '132452.679000', '132452.681000', '132452.684000', '132452.687000', '132452.689000', '132452.692000', '132452.695000', '132452.697000', '132452.700000', '132452.702000', '132452.705000', '132452.708000', '132452.710000', '132512.597000', '132512.600000', '132512.603000', '132512.606000', '132512.609000', '132512.611000', '132512.614000', '132512.616000', '132512.619000', '132512.622000', '132512.624000', '132512.627000', '132512.630000', '132512.632000', '132512.635000', '132512.637000', '132512.640000', '132512.644000', '132512.646000', '132512.649000', '132512.652000', '132512.654000', '132512.657000', '132512.660000', '132512.662000', '132512.665000', '132512.667000', '132512.670000', '132512.673000', '132512.675000', '132512.678000', '132512.681000', '132512.683000', '132512.686000', '132512.689000', '132512.691000', '132512.694000', '132512.697000', '132512.699000', '132512.702000', '132512.705000', '132512.707000', '132512.710000', '132532.598000', '132532.600000', '132532.603000', '132532.606000', '132532.608000', '132532.611000', '132532.614000', '132532.616000', '132532.619000', '132532.622000', '132532.624000', '132532.627000', '132532.630000', '132532.632000', '132532.635000', '132532.637000', '132532.640000', '132532.643000', '132532.645000', '132532.648000', '132532.651000', '132532.653000', '132532.656000', '132532.658000', '132532.661000', '132532.664000', '132532.666000', '132532.669000', '132532.671000', '132532.674000', '132532.677000', '132532.679000', '132532.682000', '132532.685000', '132532.687000', '132532.690000', '132532.692000', '132532.695000', '132532.698000', '132532.700000', '132532.703000', '132532.706000', '132532.708000', '132532.711000', '132552.597000', '132552.637000', '132552.640000', '132552.643000', '132552.646000', '132552.648000', '132552.651000', '132552.654000', '132552.656000', '132552.659000', '132552.662000', '132552.664000', '132552.667000', '132552.669000', '132552.674000', '132552.677000', '132552.679000', '132552.682000', '132552.684000', '132552.687000', '132552.690000', '132552.692000', '132552.695000', '132552.698000', '132552.700000', '132552.703000', '132552.705000', '132552.708000', '132552.711000', '132552.713000', '132552.716000', '132552.719000', '132552.721000', '132552.724000', '132552.727000', '132552.729000', '132552.732000', '132552.735000', '132552.737000', '132552.740000', '132552.743000', '132552.745000', '132552.748000', '132612.597000', '132612.600000', '132612.604000', '132612.606000', '132612.609000', '132612.612000', '132612.614000', '132612.617000', '132612.619000', '132612.622000', '132612.625000', '132612.627000', '132612.630000', '132612.632000', '132612.635000', '132612.638000', '132612.641000', '132612.643000', '132612.646000', '132612.649000', '132612.651000', '132612.654000', '132612.657000', '132612.659000', '132612.662000', '132612.664000', '132612.667000', '132612.670000', '132612.672000', '132612.675000', '132612.678000', '132612.680000', '132612.683000', '132612.686000', '132612.688000', '132612.696000', '132612.699000', '132612.702000', '132612.704000', '132612.707000', '132612.710000', '132612.712000', '132612.715000', '132612.717000', '132632.596000', '132632.599000', '132632.602000', '132632.604000', '132632.607000', '132632.610000', '132632.613000', '132632.615000', '132632.618000', '132632.621000', '132632.623000', '132632.626000', '132632.628000', '132632.631000', '132632.634000', '132632.636000', '132632.639000', '132632.642000', '132632.644000', '132632.647000', '132632.650000', '132632.652000', '132632.655000', '132632.657000', '132632.660000', '132632.663000', '132632.665000', '132632.668000', '132632.671000', '132632.674000', '132632.676000', '132632.679000', '132632.681000', '132632.684000', '132632.687000', '132632.690000', '132632.692000', '132632.695000', '132632.699000', '132632.701000', '132632.704000', '132632.706000', '132632.710000', '132652.596000', '132652.600000', '132652.602000', '132652.605000', '132652.608000', '132652.610000', '132652.613000', '132652.615000', '132652.618000', '132652.621000', '132652.624000', '132652.626000', '132652.629000', '132652.632000', '132652.634000', '132652.637000', '132652.639000', '132652.642000', '132652.645000', '132652.647000', '132652.650000', '132652.653000', '132652.655000', '132652.658000', '132652.660000', '132652.663000', '132652.666000', '132652.668000', '132652.671000', '132652.673000', '132652.676000', '132652.679000', '132652.681000', '132652.684000', '132652.686000', '132652.689000', '132652.692000', '132652.694000', '132652.697000', '132652.699000', '132652.702000', '132652.705000', '132652.707000', '132652.710000', '132712.598000', '132712.600000', '132712.603000', '132712.607000', '132712.609000', '132712.612000', '132712.614000', '132712.617000', '132712.620000', '132712.622000', '132712.625000', '132712.628000', '132712.630000', '132712.633000', '132712.636000', '132712.638000', '132712.641000', '132712.644000', '132712.646000', '132712.649000', '132712.652000', '132712.654000', '132712.657000', '132712.659000', '132712.662000', '132712.665000', '132712.667000', '132712.670000', '132712.673000', '132712.675000', '132712.678000', '132712.680000', '132712.683000', '132712.686000', '132712.688000', '132712.691000', '132712.694000', '132712.696000', '132712.699000', '132712.702000', '132712.718000', '132712.721000', '132712.723000', '132732.598000', '132732.600000', '132732.603000', '132732.606000', '132732.608000', '132732.611000', '132732.613000', '132732.616000', '132732.619000', '132732.621000', '132732.624000', '132732.626000', '132732.629000', '132732.632000', '132732.634000', '132732.637000', '132732.640000', '132732.642000', '132732.645000', '132732.648000', '132732.650000', '132732.653000', '132732.655000', '132732.658000', '132732.661000', '132732.663000', '132732.666000', '132732.669000', '132732.671000', '132732.674000', '132732.677000', '132732.679000', '132732.682000', '132732.685000', '132732.687000', '132732.690000', '132732.693000', '132732.695000', '132732.698000', '132732.701000', '132732.703000', '132732.706000', '132732.709000', '132732.711000', '132752.597000', '132752.600000', '132752.603000', '132752.606000', '132752.609000', '132752.611000', '132752.614000', '132752.616000', '132752.619000', '132752.622000', '132752.624000', '132752.627000', '132752.630000', '132752.632000', '132752.635000', '132752.638000', '132752.640000', '132752.643000', '132752.645000', '132752.648000', '132752.651000', '132752.653000', '132752.656000', '132752.659000', '132752.661000', '132752.664000', '132752.667000', '132752.669000', '132752.672000', '132752.674000', '132752.677000', '132752.680000', '132752.682000', '132752.685000', '132752.688000', '132752.690000', '132752.693000', '132752.695000', '132752.698000', '132752.701000', '132752.703000', '132752.706000', '132752.709000', '132812.598000', '132812.600000', '132812.603000', '132812.606000', '132812.608000', '132812.611000', '132812.613000', '132812.616000', '132812.618000', '132812.621000', '132812.624000', '132812.626000', '132812.629000', '132812.631000', '132812.634000', '132812.637000', '132812.639000', '132812.642000', '132812.644000', '132812.647000', '132812.649000', '132812.652000', '132812.654000', '132812.657000', '132812.660000', '132812.662000', '132812.665000', '132812.668000', '132812.670000', '132812.673000', '132812.676000', '132812.678000', '132812.681000', '132812.683000', '132812.686000', '132812.689000', '132812.691000', '132812.694000', '132812.696000', '132812.699000', '132812.702000', '132812.704000', '132812.707000', '132812.710000', '132832.600000', '132832.603000', '132832.605000', '132832.608000', '132832.610000', '132832.613000', '132832.616000', '132832.618000', '132832.621000', '132832.624000', '132832.626000', '132832.629000', '132832.631000', '132832.634000', '132832.637000', '132832.639000', '132832.642000', '132832.645000', '132832.647000', '132832.650000', '132832.653000', '132832.655000', '132832.658000', '132832.661000', '132832.663000', '132832.666000', '132832.668000', '132832.671000', '132832.674000', '132832.676000', '132832.679000', '132832.682000', '132832.684000', '132832.692000', '132832.695000', '132832.697000', '132832.700000', '132832.703000', '132832.705000', '132832.708000', '132832.710000', '132832.713000', '132832.716000', '132852.597000', '132852.599000', '132852.602000', '132852.605000', '132852.607000', '132852.610000', '132852.613000', '132852.615000', '132852.630000', '132852.633000', '132852.635000', '132852.638000', '132852.641000', '132852.643000', '132852.652000', '132852.655000', '132852.657000', '132852.660000', '132852.663000', '132852.665000', '132852.668000', '132852.670000', '132852.673000', '132852.676000', '132852.678000', '132852.681000', '132852.684000', '132852.686000', '132852.689000', '132852.692000', '132852.694000', '132852.697000', '132852.700000', '132852.702000', '132852.705000', '132852.707000', '132852.710000', '132852.713000', '132852.715000', '132852.718000', '132852.721000', '132852.724000', '132852.726000', '132852.729000', '132912.596000', '132912.599000', '132912.602000', '132912.605000', '132912.608000', '132912.610000', '132912.613000', '132912.615000', '132912.618000', '132912.621000', '132912.623000', '132912.626000', '132912.629000', '132912.631000', '132912.634000', '132912.637000', '132912.639000', '132912.642000', '132912.645000', '132912.647000', '132912.650000', '132912.652000', '132912.655000', '132912.658000', '132912.660000', '132912.663000', '132912.666000', '132912.668000', '132912.671000', '132912.673000', '132912.676000', '132912.679000', '132912.681000', '132912.684000', '132912.686000', '132912.689000', '132912.692000', '132912.694000', '132912.697000', '132912.700000', '132912.702000', '132912.705000', '132912.708000', '132932.597000', '132932.600000', '132932.603000', '132932.606000', '132932.608000', '132932.611000', '132932.614000', '132932.616000', '132932.619000', '132932.622000', '132932.624000', '132932.627000', '132932.630000', '132932.632000', '132932.635000', '132932.638000', '132932.640000', '132932.643000', '132932.645000', '132932.648000', '132932.651000', '132932.653000', '132932.656000', '132932.659000', '132932.661000', '132932.664000', '132932.667000', '132932.669000', '132932.672000', '132932.674000', '132932.677000', '132932.680000', '132932.682000', '132932.685000', '132932.688000', '132932.690000', '132932.693000', '132932.696000', '132932.698000', '132932.701000', '132932.704000', '132932.706000', '132932.709000', '132932.711000', '132952.597000', '132952.605000', '132952.608000', '132952.611000', '132952.613000', '132952.616000', '132952.618000', '132952.621000', '132952.624000', '132952.626000', '132952.629000', '132952.632000', '132952.634000', '132952.637000', '132952.639000', '132952.642000', '132952.645000', '132952.647000', '132952.650000', '132952.653000', '132952.655000', '132952.658000', '132952.661000', '132952.663000', '132952.666000', '132952.669000', '132952.671000', '132952.674000', '132952.677000', '132952.679000', '132952.682000', '132952.685000', '132952.687000', '132952.690000', '132952.693000', '132952.695000', '132952.698000', '132952.701000', '132952.703000', '132952.706000', '132952.709000', '132952.711000', '132952.714000', '133012.598000', '133012.600000', '133012.603000', '133012.606000', '133012.608000', '133012.626000', '133012.628000', '133012.631000', '133012.634000', '133012.636000', '133012.639000', '133012.642000', '133012.644000', '133012.647000', '133012.650000', '133012.652000', '133012.655000', '133012.657000', '133012.660000', '133012.663000', '133012.665000', '133012.668000', '133012.671000', '133012.673000', '133012.676000', '133012.679000', '133012.681000', '133012.684000', '133012.687000', '133012.689000', '133012.692000', '133012.694000', '133012.697000', '133012.700000', '133012.702000', '133012.705000', '133012.708000', '133012.710000', '133012.713000', '133012.716000', '133012.718000', '133012.721000', '133012.724000', '133012.726000', '133032.598000', '133032.601000', '133032.604000', '133032.606000', '133032.609000', '133032.611000', '133032.614000', '133032.617000', '133032.619000', '133032.622000', '133032.625000', '133032.627000', '133032.630000', '133032.632000', '133032.635000', '133032.638000', '133032.640000', '133032.643000', '133032.646000', '133032.649000', '133032.651000', '133032.654000', '133032.656000', '133032.659000', '133032.662000', '133032.664000', '133032.667000', '133032.670000', '133032.672000', '133032.675000', '133032.678000', '133032.680000', '133032.683000', '133032.686000', '133032.688000', '133032.691000', '133032.693000', '133032.696000', '133032.699000', '133032.701000', '133032.704000', '133032.707000', '133032.709000', '133052.597000', '133052.599000', '133052.602000', '133052.605000', '133052.607000', '133052.610000', '133052.613000', '133052.615000', '133052.618000', '133052.621000', '133052.623000', '133052.626000', '133052.629000', '133052.631000', '133052.634000', '133052.636000', '133052.639000', '133052.642000', '133052.645000', '133052.647000', '133052.650000', '133052.653000', '133052.655000', '133052.658000', '133052.660000', '133052.663000', '133052.666000', '133052.668000', '133052.671000', '133052.674000', '133052.676000', '133052.679000', '133052.682000', '133052.684000', '133052.687000', '133052.689000', '133052.692000', '133052.695000', '133052.697000', '133052.700000', '133052.703000', '133052.705000', '133052.708000', '133052.710000', '133112.597000', '133112.600000', '133112.603000', '133112.606000', '133112.608000', '133112.611000', '133112.614000', '133112.616000', '133112.619000', '133112.630000', '133112.633000', '133112.636000', '133112.638000', '133112.641000', '133112.644000', '133112.646000', '133112.649000', '133112.652000', '133112.654000', '133112.657000', '133112.659000', '133112.662000', '133112.665000', '133112.667000', '133112.670000', '133112.673000', '133112.675000', '133112.678000', '133112.681000', '133112.683000', '133112.686000', '133112.688000', '133112.691000', '133112.694000', '133112.696000', '133112.699000', '133112.702000', '133112.704000', '133112.707000', '133112.710000', '133112.712000', '133112.715000', '133112.717000', '133132.596000', '133132.625000', '133132.627000', '133132.630000', '133132.633000', '133132.635000', '133132.638000', '133132.640000', '133132.643000', '133132.646000', '133132.649000', '133132.651000', '133132.654000', '133132.656000', '133132.659000', '133132.662000', '133132.664000', '133132.667000', '133132.670000', '133132.672000', '133132.675000', '133132.677000', '133132.680000', '133132.683000', '133132.686000', '133132.689000', '133132.691000', '133132.696000', '133132.698000', '133132.701000', '133132.704000', '133132.706000', '133132.709000', '133132.711000', '133132.714000', '133132.717000', '133132.719000', '133132.722000', '133132.725000', '133132.727000', '133132.730000', '133132.733000', '133132.735000', '133152.598000', '133152.601000', '133152.604000', '133152.606000', '133152.609000', '133152.612000', '133152.614000', '133152.617000', '133152.619000', '133152.622000', '133152.625000', '133152.628000', '133152.630000', '133152.633000', '133152.636000', '133152.638000', '133152.641000', '133152.644000', '133152.646000', '133152.649000', '133152.652000', '133152.654000', '133152.657000', '133152.660000', '133152.662000', '133152.665000', '133152.668000', '133152.670000', '133152.673000', '133152.675000', '133152.678000', '133152.681000', '133152.683000', '133152.686000', '133152.689000', '133152.691000', '133152.694000', '133152.697000', '133152.699000', '133152.702000', '133152.704000', '133152.707000', '133152.710000', '133152.713000', '133212.598000', '133212.600000', '133212.603000', '133212.606000', '133212.609000', '133212.612000', '133212.615000', '133212.618000', '133212.621000', '133212.624000', '133212.626000', '133212.629000', '133212.632000', '133212.635000', '133212.638000', '133212.641000', '133212.643000', '133212.646000', '133212.649000', '133212.651000', '133212.654000', '133212.657000', '133212.659000', '133212.662000', '133212.664000', '133212.667000', '133212.670000', '133212.672000', '133212.675000', '133212.678000', '133212.680000', '133212.683000', '133212.686000', '133212.688000', '133212.691000', '133212.694000', '133212.696000', '133212.699000', '133212.702000', '133212.704000', '133212.707000', '133212.709000', '133212.712000', '133232.598000', '133232.601000', '133232.603000', '133232.606000', '133232.609000', '133232.611000', '133232.614000', '133232.616000', '133232.619000', '133232.622000', '133232.624000', '133232.627000', '133232.630000', '133232.632000', '133232.635000', '133232.638000', '133232.640000', '133232.643000', '133232.646000', '133232.648000', '133232.651000', '133232.653000', '133232.656000', '133232.659000', '133232.661000', '133232.664000', '133232.666000', '133232.669000', '133232.672000', '133232.674000', '133232.677000', '133232.680000', '133232.682000', '133232.685000', '133232.687000', '133232.690000', '133232.693000', '133232.695000', '133232.698000', '133232.701000', '133232.703000', '133232.706000', '133232.709000', '133232.718000', '133252.598000', '133252.600000', '133252.603000', '133252.606000', '133252.609000', '133252.611000', '133252.614000', '133252.616000', '133252.619000', '133252.622000', '133252.624000', '133252.627000', '133252.630000', '133252.632000', '133252.635000', '133252.638000', '133252.640000', '133252.643000', '133252.646000', '133252.648000', '133252.651000', '133252.653000', '133252.656000', '133252.659000', '133252.661000', '133252.664000', '133252.667000', '133252.669000', '133252.672000', '133252.674000', '133252.677000', '133252.680000', '133252.682000', '133252.685000', '133252.688000', '133252.690000', '133252.693000', '133252.695000', '133252.698000', '133252.701000', '133252.703000', '133252.706000', '133252.709000', '133312.597000', '133312.599000', '133312.602000', '133312.605000', '133312.607000', '133312.610000', '133312.613000', '133312.615000', '133312.618000', '133312.621000', '133312.623000', '133312.626000', '133312.629000', '133312.631000', '133312.634000', '133312.636000', '133312.639000', '133312.642000', '133312.644000', '133312.647000', '133312.650000', '133312.652000', '133312.655000', '133312.657000', '133312.660000', '133312.663000', '133312.665000', '133312.668000', '133312.671000', '133312.673000', '133312.676000', '133312.679000', '133312.681000', '133312.684000', '133312.686000', '133312.689000', '133312.692000', '133312.694000', '133312.697000', '133312.700000', '133312.702000', '133312.705000', '133312.708000', '133312.710000', '133332.597000', '133332.600000', '133332.602000', '133332.605000', '133332.607000', '133332.610000', '133332.613000', '133332.615000', '133332.618000', '133332.621000', '133332.623000', '133332.626000', '133332.628000', '133332.631000', '133332.634000', '133332.637000', '133332.639000', '133332.647000', '133332.650000', '133332.652000', '133332.655000', '133332.658000', '133332.660000', '133332.663000', '133332.666000', '133332.668000', '133332.672000', '133332.675000', '133332.677000', '133332.680000', '133332.683000', '133332.685000', '133332.688000', '133332.691000', '133332.693000', '133332.696000', '133332.699000', '133332.701000', '133332.704000', '133332.707000', '133332.709000', '133332.712000', '133332.715000', '133352.597000', '133352.600000', '133352.603000', '133352.605000', '133352.608000', '133352.611000', '133352.613000', '133352.616000', '133352.619000', '133352.621000', '133352.624000', '133352.627000', '133352.630000', '133352.632000', '133352.635000', '133352.638000', '133352.641000', '133352.643000', '133352.646000', '133352.649000', '133352.651000', '133352.654000', '133352.657000', '133352.659000', '133352.662000', '133352.664000', '133352.667000', '133352.670000', '133352.672000', '133352.675000', '133352.678000', '133352.680000', '133352.683000', '133352.686000', '133352.688000', '133352.691000', '133352.693000', '133352.696000', '133352.708000', '133352.711000', '133352.714000', '133352.716000', '133352.719000', '133352.722000', '133412.598000', '133412.600000', '133412.603000', '133412.606000', '133412.609000', '133412.612000', '133412.614000', '133412.617000', '133412.620000', '133412.622000', '133412.625000', '133412.627000', '133412.630000', '133412.633000', '133412.635000', '133412.638000', '133412.641000', '133412.643000', '133412.646000', '133412.649000', '133412.651000', '133412.654000', '133412.656000', '133412.659000', '133412.662000', '133412.664000', '133412.667000', '133412.670000', '133412.672000', '133412.675000', '133412.678000', '133412.680000', '133412.683000', '133412.686000', '133412.688000', '133412.691000', '133412.694000', '133412.696000', '133412.699000', '133412.702000', '133412.704000', '133412.707000', '133412.709000', '133432.598000', '133432.601000', '133432.604000', '133432.606000', '133432.609000', '133432.612000', '133432.614000', '133432.617000', '133432.619000', '133432.622000', '133432.625000', '133432.627000', '133432.630000', '133432.633000', '133432.635000', '133432.638000', '133432.640000', '133432.643000', '133432.646000', '133432.648000', '133432.651000', '133432.653000', '133432.656000', '133432.659000', '133432.661000', '133432.664000', '133432.667000', '133432.669000', '133432.672000', '133432.674000', '133432.677000', '133432.680000', '133432.682000', '133432.685000', '133432.688000', '133432.690000', '133432.693000', '133432.695000', '133432.698000', '133432.701000', '133432.703000', '133432.706000', '133432.708000', '133432.711000', '133452.598000', '133452.600000', '133452.603000', '133452.606000', '133452.608000', '133452.611000', '133452.614000', '133452.617000', '133452.619000', '133452.622000', '133452.624000', '133452.627000', '133452.630000', '133452.632000', '133452.635000', '133452.637000', '133452.640000', '133452.643000', '133452.645000', '133452.648000', '133452.651000', '133452.653000', '133452.656000', '133452.659000', '133452.661000', '133452.664000', '133452.667000', '133452.669000', '133452.672000', '133452.674000', '133452.677000', '133452.680000', '133452.682000', '133452.685000', '133452.688000', '133452.690000', '133452.693000', '133452.696000', '133452.699000', '133452.702000', '133452.705000', '133452.709000', '133452.712000', '133512.598000', '133512.600000', '133512.603000', '133512.606000', '133512.609000', '133512.611000', '133512.621000', '133512.623000', '133512.626000', '133512.629000', '133512.631000', '133512.634000', '133512.637000', '133512.639000', '133512.642000', '133512.645000', '133512.647000', '133512.650000', '133512.653000', '133512.655000', '133512.658000', '133512.661000', '133512.663000', '133512.666000', '133512.669000', '133512.671000', '133512.674000', '133512.676000', '133512.679000', '133512.682000', '133512.684000', '133512.687000', '133512.690000', '133512.692000', '133512.695000', '133512.698000', '133512.701000', '133512.703000', '133512.706000', '133512.708000', '133512.711000', '133512.714000', '133512.716000', '133512.719000', '133532.597000', '133532.599000', '133532.602000', '133532.605000', '133532.608000', '133532.610000', '133532.613000', '133532.616000', '133532.618000', '133532.621000', '133532.623000', '133532.626000', '133532.629000', '133532.631000', '133532.634000', '133532.637000', '133532.639000', '133532.642000', '133532.645000', '133532.647000', '133532.650000', '133532.652000', '133532.655000', '133532.658000', '133532.660000', '133532.663000', '133532.665000', '133532.668000', '133532.671000', '133532.673000', '133532.676000', '133532.679000', '133532.681000', '133532.684000', '133532.687000', '133532.689000', '133532.692000', '133532.695000', '133532.698000', '133532.700000', '133532.703000', '133532.707000', '133532.710000', '133552.597000', '133552.600000', '133552.602000', '133552.605000', '133552.608000', '133552.610000', '133552.613000', '133552.616000', '133552.618000', '133552.621000', '133552.624000', '133552.626000', '133552.629000', '133552.631000', '133552.634000', '133552.637000', '133552.639000', '133552.642000', '133552.644000', '133552.647000', '133552.650000', '133552.652000', '133552.655000', '133552.657000', '133552.660000', '133552.663000', '133552.665000', '133552.668000', '133552.671000', '133552.673000', '133552.676000', '133552.679000', '133552.681000', '133552.684000', '133552.687000', '133552.690000', '133552.692000', '133552.695000', '133552.697000', '133552.700000', '133552.703000', '133552.705000', '133552.708000', '133552.711000', '133612.598000', '133612.601000', '133612.604000', '133612.606000', '133612.609000', '133612.612000', '133612.614000', '133612.617000', '133612.619000', '133612.622000', '133612.625000', '133612.627000', '133612.630000', '133612.633000', '133612.635000', '133612.638000', '133612.640000', '133612.643000', '133612.646000', '133612.648000', '133612.651000', '133612.654000', '133612.656000', '133612.659000', '133612.662000', '133612.664000', '133612.667000', '133612.669000', '133612.672000', '133612.675000', '133612.677000', '133612.680000', '133612.691000', '133612.693000', '133612.696000', '133612.699000', '133612.701000', '133612.704000', '133612.706000', '133612.709000', '133612.712000', '133612.714000', '133612.717000', '133632.598000', '133632.600000', '133632.603000', '133632.606000', '133632.609000', '133632.611000', '133632.614000', '133632.616000', '133632.619000', '133632.622000', '133632.624000', '133632.627000', '133632.629000', '133632.632000', '133632.635000', '133632.637000', '133632.640000', '133632.642000', '133632.645000', '133632.648000', '133632.650000', '133632.653000', '133632.656000', '133632.658000', '133632.661000', '133632.668000', '133632.671000', '133632.673000', '133632.676000', '133632.679000', '133632.681000', '133632.684000', '133632.687000', '133632.689000', '133632.692000', '133632.695000', '133632.697000', '133632.700000', '133632.703000', '133632.705000', '133632.708000', '133632.710000', '133632.713000', '133632.716000', '133652.598000', '133652.601000', '133652.603000', '133652.606000', '133652.609000', '133652.611000', '133652.614000', '133652.616000', '133652.619000', '133652.622000', '133652.624000', '133652.627000', '133652.630000', '133652.632000', '133652.635000', '133652.637000', '133652.640000', '133652.643000', '133652.645000', '133652.648000', '133652.651000', '133652.653000', '133652.656000', '133652.658000', '133652.661000', '133652.664000', '133652.671000', '133652.674000', '133652.677000', '133652.679000', '133652.682000', '133652.684000', '133652.687000', '133652.690000', '133652.692000', '133652.695000', '133652.698000', '133652.700000', '133652.703000', '133652.705000', '133652.708000', '133652.711000', '133652.713000', '133712.052000', '133712.055000', '133712.058000', '133712.061000', '133712.064000', '133712.067000', '133712.069000', '133712.072000', '133712.075000', '133712.078000', '133712.081000', '133712.085000', '133712.088000', '133712.091000', '133712.093000', '133712.097000', '133712.099000', '133712.102000', '133712.105000', '133712.108000', '133712.111000', '133712.114000', '133712.116000', '133712.119000', '133712.122000', '133712.125000', '133712.127000', '133712.131000', '133712.137000', '133712.140000', '133712.143000', '133712.146000', '133712.149000', '133712.151000', '133712.154000', '133712.157000', '133712.159000', '133712.162000', '133712.165000', '133712.169000', '133712.172000', '133712.175000', '133712.178000'], 'InstanceCreationTime': ['132312.627000', '132312.630000', '132312.633000', '132312.636000', '132312.638000', '132312.647000', '132312.649000', '132312.652000', '132312.654000', '132312.657000', '132312.660000', '132312.662000', '132312.665000', '132312.668000', '132312.670000', '132312.673000', '132312.675000', '132312.678000', '132312.681000', '132312.683000', '132312.686000', '132312.688000', '132312.691000', '132312.694000', '132312.696000', '132312.699000', '132312.701000', '132312.704000', '132312.707000', '132312.709000', '132312.712000', '132312.715000', '132312.717000', '132312.720000', '132332.597000', '132332.600000', '132332.603000', '132332.606000', '132332.608000', '132332.611000', '132332.614000', '132332.616000', '132332.619000', '132332.630000', '132332.633000', '132332.635000', '132332.638000', '132332.641000', '132332.643000', '132332.646000', '132332.648000', '132332.651000', '132332.654000', '132332.656000', '132332.659000', '132332.662000', '132332.664000', '132332.667000', '132332.669000', '132332.672000', '132332.675000', '132332.677000', '132332.680000', '132332.683000', '132332.685000', '132332.688000', '132332.690000', '132332.693000', '132332.696000', '132332.698000', '132332.701000', '132332.704000', '132332.706000', '132332.709000', '132332.711000', '132332.714000', '132332.717000', '132352.598000', '132352.600000', '132352.603000', '132352.606000', '132352.608000', '132352.611000', '132352.614000', '132352.616000', '132352.619000', '132352.622000', '132352.624000', '132352.630000', '132352.632000', '132352.635000', '132352.637000', '132352.640000', '132352.643000', '132352.645000', '132352.648000', '132352.651000', '132352.653000', '132352.656000', '132352.658000', '132352.661000', '132352.664000', '132352.666000', '132352.669000', '132352.671000', '132352.674000', '132352.677000', '132352.680000', '132352.682000', '132352.685000', '132352.687000', '132352.690000', '132352.693000', '132352.695000', '132352.698000', '132352.701000', '132352.703000', '132352.706000', '132352.708000', '132352.711000', '132352.714000', '132412.596000', '132412.599000', '132412.602000', '132412.604000', '132412.607000', '132412.643000', '132412.645000', '132412.648000', '132412.651000', '132412.653000', '132412.656000', '132412.658000', '132412.661000', '132412.664000', '132412.666000', '132412.669000', '132412.672000', '132412.674000', '132412.677000', '132412.679000', '132412.682000', '132412.685000', '132412.687000', '132412.690000', '132412.693000', '132412.695000', '132412.698000', '132412.700000', '132412.703000', '132412.706000', '132412.708000', '132412.711000', '132412.714000', '132412.716000', '132412.719000', '132412.721000', '132412.732000', '132412.734000', '132412.737000', '132412.740000', '132412.742000', '132412.745000', '132412.756000', '132432.597000', '132432.599000', '132432.602000', '132432.605000', '132432.607000', '132432.610000', '132432.613000', '132432.616000', '132432.619000', '132432.622000', '132432.625000', '132432.627000', '132432.630000', '132432.634000', '132432.636000', '132432.639000', '132432.641000', '132432.644000', '132432.647000', '132432.649000', '132432.652000', '132432.655000', '132432.657000', '132432.660000', '132432.662000', '132432.665000', '132432.668000', '132432.670000', '132432.673000', '132432.676000', '132432.678000', '132432.681000', '132432.683000', '132432.686000', '132432.689000', '132432.692000', '132432.694000', '132432.697000', '132432.700000', '132432.702000', '132432.705000', '132432.707000', '132432.710000', '132452.598000', '132452.600000', '132452.603000', '132452.606000', '132452.609000', '132452.611000', '132452.614000', '132452.616000', '132452.619000', '132452.622000', '132452.624000', '132452.627000', '132452.629000', '132452.632000', '132452.635000', '132452.637000', '132452.640000', '132452.642000', '132452.645000', '132452.647000', '132452.650000', '132452.653000', '132452.655000', '132452.658000', '132452.661000', '132452.663000', '132452.666000', '132452.668000', '132452.671000', '132452.674000', '132452.676000', '132452.679000', '132452.681000', '132452.684000', '132452.687000', '132452.689000', '132452.692000', '132452.695000', '132452.697000', '132452.700000', '132452.702000', '132452.705000', '132452.708000', '132452.710000', '132512.597000', '132512.600000', '132512.603000', '132512.606000', '132512.609000', '132512.611000', '132512.614000', '132512.616000', '132512.619000', '132512.622000', '132512.624000', '132512.627000', '132512.630000', '132512.632000', '132512.635000', '132512.637000', '132512.640000', '132512.644000', '132512.646000', '132512.649000', '132512.652000', '132512.654000', '132512.657000', '132512.660000', '132512.662000', '132512.665000', '132512.667000', '132512.670000', '132512.673000', '132512.675000', '132512.678000', '132512.681000', '132512.683000', '132512.686000', '132512.689000', '132512.691000', '132512.694000', '132512.697000', '132512.699000', '132512.702000', '132512.705000', '132512.707000', '132512.710000', '132532.598000', '132532.600000', '132532.603000', '132532.606000', '132532.608000', '132532.611000', '132532.614000', '132532.616000', '132532.619000', '132532.622000', '132532.624000', '132532.627000', '132532.630000', '132532.632000', '132532.635000', '132532.637000', '132532.640000', '132532.643000', '132532.645000', '132532.648000', '132532.651000', '132532.653000', '132532.656000', '132532.658000', '132532.661000', '132532.664000', '132532.666000', '132532.669000', '132532.671000', '132532.674000', '132532.677000', '132532.679000', '132532.682000', '132532.685000', '132532.687000', '132532.690000', '132532.692000', '132532.695000', '132532.698000', '132532.700000', '132532.703000', '132532.706000', '132532.708000', '132532.711000', '132552.597000', '132552.637000', '132552.640000', '132552.643000', '132552.646000', '132552.648000', '132552.651000', '132552.654000', '132552.656000', '132552.659000', '132552.662000', '132552.664000', '132552.667000', '132552.669000', '132552.674000', '132552.677000', '132552.679000', '132552.682000', '132552.684000', '132552.687000', '132552.690000', '132552.692000', '132552.695000', '132552.698000', '132552.700000', '132552.703000', '132552.705000', '132552.708000', '132552.711000', '132552.713000', '132552.716000', '132552.719000', '132552.721000', '132552.724000', '132552.727000', '132552.729000', '132552.732000', '132552.735000', '132552.737000', '132552.740000', '132552.743000', '132552.745000', '132552.748000', '132612.597000', '132612.600000', '132612.604000', '132612.606000', '132612.609000', '132612.612000', '132612.614000', '132612.617000', '132612.619000', '132612.622000', '132612.625000', '132612.627000', '132612.630000', '132612.632000', '132612.635000', '132612.638000', '132612.641000', '132612.643000', '132612.646000', '132612.649000', '132612.651000', '132612.654000', '132612.657000', '132612.659000', '132612.662000', '132612.664000', '132612.667000', '132612.670000', '132612.672000', '132612.675000', '132612.678000', '132612.680000', '132612.683000', '132612.686000', '132612.688000', '132612.696000', '132612.699000', '132612.702000', '132612.704000', '132612.707000', '132612.710000', '132612.712000', '132612.715000', '132612.717000', '132632.596000', '132632.599000', '132632.602000', '132632.604000', '132632.607000', '132632.610000', '132632.613000', '132632.615000', '132632.618000', '132632.621000', '132632.623000', '132632.626000', '132632.628000', '132632.631000', '132632.634000', '132632.636000', '132632.639000', '132632.642000', '132632.644000', '132632.647000', '132632.650000', '132632.652000', '132632.655000', '132632.657000', '132632.660000', '132632.663000', '132632.665000', '132632.668000', '132632.671000', '132632.674000', '132632.676000', '132632.679000', '132632.681000', '132632.684000', '132632.687000', '132632.690000', '132632.692000', '132632.695000', '132632.699000', '132632.701000', '132632.704000', '132632.706000', '132632.710000', '132652.596000', '132652.600000', '132652.602000', '132652.605000', '132652.608000', '132652.610000', '132652.613000', '132652.615000', '132652.618000', '132652.621000', '132652.624000', '132652.626000', '132652.629000', '132652.632000', '132652.634000', '132652.637000', '132652.639000', '132652.642000', '132652.645000', '132652.647000', '132652.650000', '132652.653000', '132652.655000', '132652.658000', '132652.660000', '132652.663000', '132652.666000', '132652.668000', '132652.671000', '132652.673000', '132652.676000', '132652.679000', '132652.681000', '132652.684000', '132652.686000', '132652.689000', '132652.692000', '132652.694000', '132652.697000', '132652.699000', '132652.702000', '132652.705000', '132652.707000', '132652.710000', '132712.598000', '132712.600000', '132712.603000', '132712.607000', '132712.609000', '132712.612000', '132712.614000', '132712.617000', '132712.620000', '132712.622000', '132712.625000', '132712.628000', '132712.630000', '132712.633000', '132712.636000', '132712.638000', '132712.641000', '132712.644000', '132712.646000', '132712.649000', '132712.652000', '132712.654000', '132712.657000', '132712.659000', '132712.662000', '132712.665000', '132712.667000', '132712.670000', '132712.673000', '132712.675000', '132712.678000', '132712.680000', '132712.683000', '132712.686000', '132712.688000', '132712.691000', '132712.694000', '132712.696000', '132712.699000', '132712.702000', '132712.718000', '132712.721000', '132712.723000', '132732.598000', '132732.600000', '132732.603000', '132732.606000', '132732.608000', '132732.611000', '132732.613000', '132732.616000', '132732.619000', '132732.621000', '132732.624000', '132732.626000', '132732.629000', '132732.632000', '132732.634000', '132732.637000', '132732.640000', '132732.642000', '132732.645000', '132732.648000', '132732.650000', '132732.653000', '132732.655000', '132732.658000', '132732.661000', '132732.663000', '132732.666000', '132732.669000', '132732.671000', '132732.674000', '132732.677000', '132732.679000', '132732.682000', '132732.685000', '132732.687000', '132732.690000', '132732.693000', '132732.695000', '132732.698000', '132732.701000', '132732.703000', '132732.706000', '132732.709000', '132732.711000', '132752.597000', '132752.600000', '132752.603000', '132752.606000', '132752.609000', '132752.611000', '132752.614000', '132752.616000', '132752.619000', '132752.622000', '132752.624000', '132752.627000', '132752.630000', '132752.632000', '132752.635000', '132752.638000', '132752.640000', '132752.643000', '132752.645000', '132752.648000', '132752.651000', '132752.653000', '132752.656000', '132752.659000', '132752.661000', '132752.664000', '132752.667000', '132752.669000', '132752.672000', '132752.674000', '132752.677000', '132752.680000', '132752.682000', '132752.685000', '132752.688000', '132752.690000', '132752.693000', '132752.695000', '132752.698000', '132752.701000', '132752.703000', '132752.706000', '132752.709000', '132812.598000', '132812.600000', '132812.603000', '132812.606000', '132812.608000', '132812.611000', '132812.613000', '132812.616000', '132812.618000', '132812.621000', '132812.624000', '132812.626000', '132812.629000', '132812.631000', '132812.634000', '132812.637000', '132812.639000', '132812.642000', '132812.644000', '132812.647000', '132812.649000', '132812.652000', '132812.654000', '132812.657000', '132812.660000', '132812.662000', '132812.665000', '132812.668000', '132812.670000', '132812.673000', '132812.676000', '132812.678000', '132812.681000', '132812.683000', '132812.686000', '132812.689000', '132812.691000', '132812.694000', '132812.696000', '132812.699000', '132812.702000', '132812.704000', '132812.707000', '132812.710000', '132832.600000', '132832.603000', '132832.605000', '132832.608000', '132832.610000', '132832.613000', '132832.616000', '132832.618000', '132832.621000', '132832.624000', '132832.626000', '132832.629000', '132832.631000', '132832.634000', '132832.637000', '132832.639000', '132832.642000', '132832.645000', '132832.647000', '132832.650000', '132832.653000', '132832.655000', '132832.658000', '132832.661000', '132832.663000', '132832.666000', '132832.668000', '132832.671000', '132832.674000', '132832.676000', '132832.679000', '132832.682000', '132832.684000', '132832.692000', '132832.695000', '132832.697000', '132832.700000', '132832.703000', '132832.705000', '132832.708000', '132832.710000', '132832.713000', '132832.716000', '132852.597000', '132852.599000', '132852.602000', '132852.605000', '132852.607000', '132852.610000', '132852.613000', '132852.615000', '132852.630000', '132852.633000', '132852.635000', '132852.638000', '132852.641000', '132852.643000', '132852.652000', '132852.655000', '132852.657000', '132852.660000', '132852.663000', '132852.665000', '132852.668000', '132852.670000', '132852.673000', '132852.676000', '132852.678000', '132852.681000', '132852.684000', '132852.686000', '132852.689000', '132852.692000', '132852.694000', '132852.697000', '132852.700000', '132852.702000', '132852.705000', '132852.707000', '132852.710000', '132852.713000', '132852.715000', '132852.718000', '132852.721000', '132852.724000', '132852.726000', '132852.729000', '132912.596000', '132912.599000', '132912.602000', '132912.605000', '132912.608000', '132912.610000', '132912.613000', '132912.615000', '132912.618000', '132912.621000', '132912.623000', '132912.626000', '132912.629000', '132912.631000', '132912.634000', '132912.637000', '132912.639000', '132912.642000', '132912.645000', '132912.647000', '132912.650000', '132912.652000', '132912.655000', '132912.658000', '132912.660000', '132912.663000', '132912.666000', '132912.668000', '132912.671000', '132912.673000', '132912.676000', '132912.679000', '132912.681000', '132912.684000', '132912.686000', '132912.689000', '132912.692000', '132912.694000', '132912.697000', '132912.700000', '132912.702000', '132912.705000', '132912.708000', '132932.597000', '132932.600000', '132932.603000', '132932.606000', '132932.608000', '132932.611000', '132932.614000', '132932.616000', '132932.619000', '132932.622000', '132932.624000', '132932.627000', '132932.630000', '132932.632000', '132932.635000', '132932.638000', '132932.640000', '132932.643000', '132932.645000', '132932.648000', '132932.651000', '132932.653000', '132932.656000', '132932.659000', '132932.661000', '132932.664000', '132932.667000', '132932.669000', '132932.672000', '132932.674000', '132932.677000', '132932.680000', '132932.682000', '132932.685000', '132932.688000', '132932.690000', '132932.693000', '132932.696000', '132932.698000', '132932.701000', '132932.704000', '132932.706000', '132932.709000', '132932.711000', '132952.597000', '132952.605000', '132952.608000', '132952.611000', '132952.613000', '132952.616000', '132952.618000', '132952.621000', '132952.624000', '132952.626000', '132952.629000', '132952.632000', '132952.634000', '132952.637000', '132952.639000', '132952.642000', '132952.645000', '132952.647000', '132952.650000', '132952.653000', '132952.655000', '132952.658000', '132952.661000', '132952.663000', '132952.666000', '132952.669000', '132952.671000', '132952.674000', '132952.677000', '132952.679000', '132952.682000', '132952.685000', '132952.687000', '132952.690000', '132952.693000', '132952.695000', '132952.698000', '132952.701000', '132952.703000', '132952.706000', '132952.709000', '132952.711000', '132952.714000', '133012.598000', '133012.600000', '133012.603000', '133012.606000', '133012.608000', '133012.626000', '133012.628000', '133012.631000', '133012.634000', '133012.636000', '133012.639000', '133012.642000', '133012.644000', '133012.647000', '133012.650000', '133012.652000', '133012.655000', '133012.657000', '133012.660000', '133012.663000', '133012.665000', '133012.668000', '133012.671000', '133012.673000', '133012.676000', '133012.679000', '133012.681000', '133012.684000', '133012.687000', '133012.689000', '133012.692000', '133012.694000', '133012.697000', '133012.700000', '133012.702000', '133012.705000', '133012.708000', '133012.710000', '133012.713000', '133012.716000', '133012.718000', '133012.721000', '133012.724000', '133012.726000', '133032.598000', '133032.601000', '133032.604000', '133032.606000', '133032.609000', '133032.611000', '133032.614000', '133032.617000', '133032.619000', '133032.622000', '133032.625000', '133032.627000', '133032.630000', '133032.632000', '133032.635000', '133032.638000', '133032.640000', '133032.643000', '133032.646000', '133032.649000', '133032.651000', '133032.654000', '133032.656000', '133032.659000', '133032.662000', '133032.664000', '133032.667000', '133032.670000', '133032.672000', '133032.675000', '133032.678000', '133032.680000', '133032.683000', '133032.686000', '133032.688000', '133032.691000', '133032.693000', '133032.696000', '133032.699000', '133032.701000', '133032.704000', '133032.707000', '133032.709000', '133052.597000', '133052.599000', '133052.602000', '133052.605000', '133052.607000', '133052.610000', '133052.613000', '133052.615000', '133052.618000', '133052.621000', '133052.623000', '133052.626000', '133052.629000', '133052.631000', '133052.634000', '133052.636000', '133052.639000', '133052.642000', '133052.645000', '133052.647000', '133052.650000', '133052.653000', '133052.655000', '133052.658000', '133052.660000', '133052.663000', '133052.666000', '133052.668000', '133052.671000', '133052.674000', '133052.676000', '133052.679000', '133052.682000', '133052.684000', '133052.687000', '133052.689000', '133052.692000', '133052.695000', '133052.697000', '133052.700000', '133052.703000', '133052.705000', '133052.708000', '133052.710000', '133112.597000', '133112.600000', '133112.603000', '133112.606000', '133112.608000', '133112.611000', '133112.614000', '133112.616000', '133112.619000', '133112.630000', '133112.633000', '133112.636000', '133112.638000', '133112.641000', '133112.644000', '133112.646000', '133112.649000', '133112.652000', '133112.654000', '133112.657000', '133112.659000', '133112.662000', '133112.665000', '133112.667000', '133112.670000', '133112.673000', '133112.675000', '133112.678000', '133112.681000', '133112.683000', '133112.686000', '133112.688000', '133112.691000', '133112.694000', '133112.696000', '133112.699000', '133112.702000', '133112.704000', '133112.707000', '133112.710000', '133112.712000', '133112.715000', '133112.717000', '133132.596000', '133132.625000', '133132.627000', '133132.630000', '133132.633000', '133132.635000', '133132.638000', '133132.640000', '133132.643000', '133132.646000', '133132.649000', '133132.651000', '133132.654000', '133132.656000', '133132.659000', '133132.662000', '133132.664000', '133132.667000', '133132.670000', '133132.672000', '133132.675000', '133132.677000', '133132.680000', '133132.683000', '133132.686000', '133132.689000', '133132.691000', '133132.696000', '133132.698000', '133132.701000', '133132.704000', '133132.706000', '133132.709000', '133132.711000', '133132.714000', '133132.717000', '133132.719000', '133132.722000', '133132.725000', '133132.727000', '133132.730000', '133132.733000', '133132.735000', '133152.598000', '133152.601000', '133152.604000', '133152.606000', '133152.609000', '133152.612000', '133152.614000', '133152.617000', '133152.619000', '133152.622000', '133152.625000', '133152.628000', '133152.630000', '133152.633000', '133152.636000', '133152.638000', '133152.641000', '133152.644000', '133152.646000', '133152.649000', '133152.652000', '133152.654000', '133152.657000', '133152.660000', '133152.662000', '133152.665000', '133152.668000', '133152.670000', '133152.673000', '133152.675000', '133152.678000', '133152.681000', '133152.683000', '133152.686000', '133152.689000', '133152.691000', '133152.694000', '133152.697000', '133152.699000', '133152.702000', '133152.704000', '133152.707000', '133152.710000', '133152.713000', '133212.598000', '133212.600000', '133212.603000', '133212.606000', '133212.609000', '133212.612000', '133212.615000', '133212.618000', '133212.621000', '133212.624000', '133212.626000', '133212.629000', '133212.632000', '133212.635000', '133212.638000', '133212.641000', '133212.643000', '133212.646000', '133212.649000', '133212.651000', '133212.654000', '133212.657000', '133212.659000', '133212.662000', '133212.664000', '133212.667000', '133212.670000', '133212.672000', '133212.675000', '133212.678000', '133212.680000', '133212.683000', '133212.686000', '133212.688000', '133212.691000', '133212.694000', '133212.696000', '133212.699000', '133212.702000', '133212.704000', '133212.707000', '133212.709000', '133212.712000', '133232.598000', '133232.601000', '133232.603000', '133232.606000', '133232.609000', '133232.611000', '133232.614000', '133232.616000', '133232.619000', '133232.622000', '133232.624000', '133232.627000', '133232.630000', '133232.632000', '133232.635000', '133232.638000', '133232.640000', '133232.643000', '133232.646000', '133232.648000', '133232.651000', '133232.653000', '133232.656000', '133232.659000', '133232.661000', '133232.664000', '133232.666000', '133232.669000', '133232.672000', '133232.674000', '133232.677000', '133232.680000', '133232.682000', '133232.685000', '133232.687000', '133232.690000', '133232.693000', '133232.695000', '133232.698000', '133232.701000', '133232.703000', '133232.706000', '133232.709000', '133232.718000', '133252.598000', '133252.600000', '133252.603000', '133252.606000', '133252.609000', '133252.611000', '133252.614000', '133252.616000', '133252.619000', '133252.622000', '133252.624000', '133252.627000', '133252.630000', '133252.632000', '133252.635000', '133252.638000', '133252.640000', '133252.643000', '133252.646000', '133252.648000', '133252.651000', '133252.653000', '133252.656000', '133252.659000', '133252.661000', '133252.664000', '133252.667000', '133252.669000', '133252.672000', '133252.674000', '133252.677000', '133252.680000', '133252.682000', '133252.685000', '133252.688000', '133252.690000', '133252.693000', '133252.695000', '133252.698000', '133252.701000', '133252.703000', '133252.706000', '133252.709000', '133312.597000', '133312.599000', '133312.602000', '133312.605000', '133312.607000', '133312.610000', '133312.613000', '133312.615000', '133312.618000', '133312.621000', '133312.623000', '133312.626000', '133312.629000', '133312.631000', '133312.634000', '133312.636000', '133312.639000', '133312.642000', '133312.644000', '133312.647000', '133312.650000', '133312.652000', '133312.655000', '133312.657000', '133312.660000', '133312.663000', '133312.665000', '133312.668000', '133312.671000', '133312.673000', '133312.676000', '133312.679000', '133312.681000', '133312.684000', '133312.686000', '133312.689000', '133312.692000', '133312.694000', '133312.697000', '133312.700000', '133312.702000', '133312.705000', '133312.708000', '133312.710000', '133332.597000', '133332.600000', '133332.602000', '133332.605000', '133332.607000', '133332.610000', '133332.613000', '133332.615000', '133332.618000', '133332.621000', '133332.623000', '133332.626000', '133332.628000', '133332.631000', '133332.634000', '133332.637000', '133332.639000', '133332.647000', '133332.650000', '133332.652000', '133332.655000', '133332.658000', '133332.660000', '133332.663000', '133332.666000', '133332.668000', '133332.672000', '133332.675000', '133332.677000', '133332.680000', '133332.683000', '133332.685000', '133332.688000', '133332.691000', '133332.693000', '133332.696000', '133332.699000', '133332.701000', '133332.704000', '133332.707000', '133332.709000', '133332.712000', '133332.715000', '133352.597000', '133352.600000', '133352.603000', '133352.605000', '133352.608000', '133352.611000', '133352.613000', '133352.616000', '133352.619000', '133352.621000', '133352.624000', '133352.627000', '133352.630000', '133352.632000', '133352.635000', '133352.638000', '133352.641000', '133352.643000', '133352.646000', '133352.649000', '133352.651000', '133352.654000', '133352.657000', '133352.659000', '133352.662000', '133352.664000', '133352.667000', '133352.670000', '133352.672000', '133352.675000', '133352.678000', '133352.680000', '133352.683000', '133352.686000', '133352.688000', '133352.691000', '133352.693000', '133352.696000', '133352.708000', '133352.711000', '133352.714000', '133352.716000', '133352.719000', '133352.722000', '133412.598000', '133412.600000', '133412.603000', '133412.606000', '133412.609000', '133412.612000', '133412.614000', '133412.617000', '133412.620000', '133412.622000', '133412.625000', '133412.627000', '133412.630000', '133412.633000', '133412.635000', '133412.638000', '133412.641000', '133412.643000', '133412.646000', '133412.649000', '133412.651000', '133412.654000', '133412.656000', '133412.659000', '133412.662000', '133412.664000', '133412.667000', '133412.670000', '133412.672000', '133412.675000', '133412.678000', '133412.680000', '133412.683000', '133412.686000', '133412.688000', '133412.691000', '133412.694000', '133412.696000', '133412.699000', '133412.702000', '133412.704000', '133412.707000', '133412.709000', '133432.598000', '133432.601000', '133432.604000', '133432.606000', '133432.609000', '133432.612000', '133432.614000', '133432.617000', '133432.619000', '133432.622000', '133432.625000', '133432.627000', '133432.630000', '133432.633000', '133432.635000', '133432.638000', '133432.640000', '133432.643000', '133432.646000', '133432.648000', '133432.651000', '133432.653000', '133432.656000', '133432.659000', '133432.661000', '133432.664000', '133432.667000', '133432.669000', '133432.672000', '133432.674000', '133432.677000', '133432.680000', '133432.682000', '133432.685000', '133432.688000', '133432.690000', '133432.693000', '133432.695000', '133432.698000', '133432.701000', '133432.703000', '133432.706000', '133432.708000', '133432.711000', '133452.598000', '133452.600000', '133452.603000', '133452.606000', '133452.608000', '133452.611000', '133452.614000', '133452.617000', '133452.619000', '133452.622000', '133452.624000', '133452.627000', '133452.630000', '133452.632000', '133452.635000', '133452.637000', '133452.640000', '133452.643000', '133452.645000', '133452.648000', '133452.651000', '133452.653000', '133452.656000', '133452.659000', '133452.661000', '133452.664000', '133452.667000', '133452.669000', '133452.672000', '133452.674000', '133452.677000', '133452.680000', '133452.682000', '133452.685000', '133452.688000', '133452.690000', '133452.693000', '133452.696000', '133452.699000', '133452.702000', '133452.705000', '133452.709000', '133452.712000', '133512.598000', '133512.600000', '133512.603000', '133512.606000', '133512.609000', '133512.611000', '133512.621000', '133512.623000', '133512.626000', '133512.629000', '133512.631000', '133512.634000', '133512.637000', '133512.639000', '133512.642000', '133512.645000', '133512.647000', '133512.650000', '133512.653000', '133512.655000', '133512.658000', '133512.661000', '133512.663000', '133512.666000', '133512.669000', '133512.671000', '133512.674000', '133512.676000', '133512.679000', '133512.682000', '133512.684000', '133512.687000', '133512.690000', '133512.692000', '133512.695000', '133512.698000', '133512.701000', '133512.703000', '133512.706000', '133512.708000', '133512.711000', '133512.714000', '133512.716000', '133512.719000', '133532.597000', '133532.599000', '133532.602000', '133532.605000', '133532.608000', '133532.610000', '133532.613000', '133532.616000', '133532.618000', '133532.621000', '133532.623000', '133532.626000', '133532.629000', '133532.631000', '133532.634000', '133532.637000', '133532.639000', '133532.642000', '133532.645000', '133532.647000', '133532.650000', '133532.652000', '133532.655000', '133532.658000', '133532.660000', '133532.663000', '133532.665000', '133532.668000', '133532.671000', '133532.673000', '133532.676000', '133532.679000', '133532.681000', '133532.684000', '133532.687000', '133532.689000', '133532.692000', '133532.695000', '133532.698000', '133532.700000', '133532.703000', '133532.707000', '133532.710000', '133552.597000', '133552.600000', '133552.602000', '133552.605000', '133552.608000', '133552.610000', '133552.613000', '133552.616000', '133552.618000', '133552.621000', '133552.624000', '133552.626000', '133552.629000', '133552.631000', '133552.634000', '133552.637000', '133552.639000', '133552.642000', '133552.644000', '133552.647000', '133552.650000', '133552.652000', '133552.655000', '133552.657000', '133552.660000', '133552.663000', '133552.665000', '133552.668000', '133552.671000', '133552.673000', '133552.676000', '133552.679000', '133552.681000', '133552.684000', '133552.687000', '133552.690000', '133552.692000', '133552.695000', '133552.697000', '133552.700000', '133552.703000', '133552.705000', '133552.708000', '133552.711000', '133612.598000', '133612.601000', '133612.604000', '133612.606000', '133612.609000', '133612.612000', '133612.614000', '133612.617000', '133612.619000', '133612.622000', '133612.625000', '133612.627000', '133612.630000', '133612.633000', '133612.635000', '133612.638000', '133612.640000', '133612.643000', '133612.646000', '133612.648000', '133612.651000', '133612.654000', '133612.656000', '133612.659000', '133612.662000', '133612.664000', '133612.667000', '133612.669000', '133612.672000', '133612.675000', '133612.677000', '133612.680000', '133612.691000', '133612.693000', '133612.696000', '133612.699000', '133612.701000', '133612.704000', '133612.706000', '133612.709000', '133612.712000', '133612.714000', '133612.717000', '133632.598000', '133632.600000', '133632.603000', '133632.606000', '133632.609000', '133632.611000', '133632.614000', '133632.616000', '133632.619000', '133632.622000', '133632.624000', '133632.627000', '133632.629000', '133632.632000', '133632.635000', '133632.637000', '133632.640000', '133632.642000', '133632.645000', '133632.648000', '133632.650000', '133632.653000', '133632.656000', '133632.658000', '133632.661000', '133632.668000', '133632.671000', '133632.673000', '133632.676000', '133632.679000', '133632.681000', '133632.684000', '133632.687000', '133632.689000', '133632.692000', '133632.695000', '133632.697000', '133632.700000', '133632.703000', '133632.705000', '133632.708000', '133632.710000', '133632.713000', '133632.716000', '133652.598000', '133652.601000', '133652.603000', '133652.606000', '133652.609000', '133652.611000', '133652.614000', '133652.616000', '133652.619000', '133652.622000', '133652.624000', '133652.627000', '133652.630000', '133652.632000', '133652.635000', '133652.637000', '133652.640000', '133652.643000', '133652.645000', '133652.648000', '133652.651000', '133652.653000', '133652.656000', '133652.658000', '133652.661000', '133652.664000', '133652.671000', '133652.674000', '133652.677000', '133652.679000', '133652.682000', '133652.684000', '133652.687000', '133652.690000', '133652.692000', '133652.695000', '133652.698000', '133652.700000', '133652.703000', '133652.705000', '133652.708000', '133652.711000', '133652.713000', '133712.052000', '133712.055000', '133712.058000', '133712.061000', '133712.064000', '133712.067000', '133712.069000', '133712.072000', '133712.075000', '133712.078000', '133712.081000', '133712.085000', '133712.088000', '133712.091000', '133712.093000', '133712.097000', '133712.099000', '133712.102000', '133712.105000', '133712.108000', '133712.111000', '133712.114000', '133712.116000', '133712.119000', '133712.122000', '133712.125000', '133712.127000', '133712.131000', '133712.137000', '133712.140000', '133712.143000', '133712.146000', '133712.149000', '133712.151000', '133712.154000', '133712.157000', '133712.159000', '133712.162000', '133712.165000', '133712.169000', '133712.172000', '133712.175000', '133712.178000'], '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': [7969, 8303, 9535, 8673, 8801, 9060, 8544, 8362, 8380, 9874, 8396, 7998, 8444, 8770, 8565, 8219, 8253, 7169, 8018, 7154, 8179, 7035, 8361, 7562, 8232, 7123, 8162, 7549, 8246, 7439, 8442, 8883, 8478, 8138, 8350, 8158, 8722, 9395, 8616, 8115, 8493, 8109, 8588, 7950, 8537, 8573, 8638, 7714, 8540, 7939, 8733, 8162, 9079, 8509, 8823, 8112, 8716, 7923, 8642, 7213, 8676, 7405, 8666, 8326, 9059, 8632, 8898, 8695, 8327, 8797, 8875, 8230, 8542, 8479, 7997, 8338, 8190, 8529, 8294, 8649, 7238, 8464, 7537, 8240, 7469, 8593, 7613, 8650, 7369, 8507, 7359, 8924, 8363, 8552, 7910, 8581, 7684, 8584, 8034, 8769, 6969, 8544, 7822, 8692, 8535, 8586, 8683, 8736, 8104, 8884, 8215, 8483, 8483, 8772, 8304, 8093, 8478, 8148, 8554, 9096, 8600, 8401, 8573, 8249, 8481, 7585, 8894, 7961, 8710, 7927, 8376, 8782, 9105, 8317, 8101, 8483, 6995, 8257, 8339, 8600, 9347, 8656, 8243, 8305, 8010, 8716, 8553, 7895, 8303, 8816, 8136, 9090, 8452, 8216, 8292, 7839, 8346, 8486, 8474, 8403, 8365, 8325, 8157, 8071, 8334, 7966, 8257, 7670, 8110, 7531, 8410, 7117, 8055, 7919, 8386, 7431, 8380, 7736, 8606, 8075, 8911, 7647, 8601, 7817, 8675, 8445, 8832, 8184, 8635, 8469, 8687, 8543, 8807, 8531, 8101, 8209, 8385, 8132, 8319, 7770, 9178, 8256, 8822, 8360, 8659, 8349, 8222, 8218, 8189, 8275, 8828, 8315, 8028, 8254, 7146, 8105, 6975, 8192, 7806, 8556, 8450, 8634, 7540, 8607, 7842, 8793, 7583, 8677, 7466, 8818, 7546, 8804, 8556, 8841, 8016, 8817, 7534, 8872, 7867, 8680, 7362, 8886, 7733, 8871, 7649, 8783, 7942, 8763, 7698, 8945, 8275, 8829, 8534, 8903, 7962, 8724, 8288, 8356, 8451, 7863, 8613, 8703, 8672, 8055, 8560, 8134, 8818, 8286, 8696, 7852, 8644, 8010, 8822, 8406, 8699, 8360, 8742, 7964, 8096, 7836, 7249, 7853, 7292, 8008, 8562, 8284, 8083, 8456, 8546, 8751, 7869, 8711, 8016, 9049, 8384, 10106, 8561, 9068, 8614, 9380, 8714, 9360, 8646, 8079, 8683, 8066, 8791, 8256, 8542, 8375, 8102, 8023, 8584, 8248, 7712, 7999, 7349, 8393, 8778, 8654, 9128, 8525, 7912, 8622, 8220, 8903, 7834, 8631, 8325, 8941, 8586, 8894, 8341, 7500, 8331, 7112, 8488, 7728, 8790, 8296, 8644, 8433, 8423, 8759, 8350, 7881, 8692, 7772, 8333, 8224, 7379, 8340, 9515, 8612, 7880, 8668, 8266, 8880, 8110, 10501, 8669, 9942, 8800, 9660, 8597, 9646, 8922, 8714, 8415, 8127, 8879, 8473, 8733, 8584, 8742, 8182, 8413, 8254, 7910, 8185, 8116, 8496, 9142, 8133, 7791, 8155, 7922, 8387, 8000, 8402, 8285, 8642, 8237, 8341, 8633, 8940, 8459, 8248, 8301, 8541, 8191, 7634, 8419, 9211, 8354, 8343, 8413, 8190, 8187, 8237, 8506, 7737, 8290, 8272, 8307, 8301, 8158, 8399, 8703, 8058, 8683, 8318, 8517, 8121, 9052, 7942, 8397, 8308, 8390, 8212, 9374, 8342, 7874, 8313, 8186, 8248, 8311, 7735, 8177, 8631, 8094, 8353, 8073, 8114, 8218, 9376, 8246, 7891, 8129, 8015, 8257, 8027, 8735, 8330, 8465, 8130, 8914, 7831, 8504, 7998, 8217, 8193, 8545, 8269, 9191, 8304, 8040, 8149, 8097, 8336, 8142, 8394, 8870, 8109, 7922, 8068, 7585, 8216, 8011, 8455, 8176, 8266, 8326, 8455, 8327, 7148, 7957, 7249, 7891, 7370, 8000, 8014, 8217, 8368, 8140, 7692, 8192, 8323, 7895, 8135, 8876, 8400, 8259, 8256, 8548, 8178, 9592, 8065, 7987, 8049, 7678, 8297, 8187, 8399, 8502, 8420, 8653, 7681, 7969, 8567, 8085, 8131, 7973, 7195, 7908, 8919, 8369, 9253, 8321, 8331, 8243, 8195, 8365, 7772, 8158, 7967, 8227, 8170, 8134, 8346, 8395, 8554, 8478, 8476, 8061, 8604, 8151, 7890, 7876, 7818, 7391, 8161, 7956, 8067, 8505, 8333, 8301, 7720, 7232, 7896, 8287, 7910, 7448, 8081, 8352, 8046, 8177, 7695, 7945, 7615, 7966, 7076, 8085, 7301, 7946, 8011, 8166, 8251, 8440, 7842, 8467, 7733, 8155, 7409, 8304, 7108, 8144, 7490, 8000, 7586, 8344, 7096, 8299, 7214, 8292, 7343, 8205, 7782, 8408, 7457, 8297, 7656, 8212, 7948, 8672, 8284, 8398, 8103, 8469, 8488, 8526, 8366, 8726, 8366, 8553, 8022, 8284, 8060, 8607, 6996, 8192, 7273, 8227, 7134, 8296, 7616, 8683, 7232, 8441, 7243, 8377, 7616, 8436, 7814, 8540, 7384, 8298, 7139, 8333, 7729, 8484, 7559, 8319, 7656, 8408, 8108, 8261, 8319, 8590, 8220, 7715, 7970, 8041, 7919, 8495, 8060, 8066, 7997, 7351, 7960, 8059, 8150, 8992, 8322, 6883, 8433, 8074, 8549, 8234, 8411, 8019, 8108, 8074, 8343, 7834, 7933, 8283, 8966, 8350, 7334, 8158, 7670, 8452, 8306, 8545, 7671, 8454, 7217, 8233, 7950, 8319, 7592, 8296, 7793, 8419, 8017, 7839, 7513, 8334, 8095, 8176, 8060, 7523, 8300, 8808, 8408, 8357, 8428, 7907, 8625, 7946, 8712, 7341, 8572, 7754, 8571, 8058, 7909, 7549, 8542, 7904, 8129, 7960, 7924, 8345, 8022, 8413, 7877, 8328, 8369, 8498, 9519, 8270, 8542, 8362, 7896, 8210, 7736, 8303, 7586, 8368, 7757, 8218, 7375, 7980, 7588, 8223, 7189, 7949, 8036, 7889, 8441, 8267, 8187, 8072, 8192, 7791, 7224, 7618, 8130, 7815, 8536, 7984, 8772, 8175, 8676, 7968, 8617, 7979, 8918, 7986, 8542, 7717, 8138, 8048, 7756, 8075, 8131, 8076, 8092, 8520, 9138, 7896, 7021, 9005, 8231, 7321, 8267, 8494, 8775, 9640, 8954, 8307, 8762, 8144, 8888, 7953, 9016, 7997, 8610, 7743, 7524, 7671, 7691, 7837, 6725, 8176, 7177, 8099, 7142, 7689, 7603, 7955, 7626, 7373, 8314, 8987, 8621, 7597, 8773, 8352, 8512, 8001, 7975, 7583, 8473, 8159, 8629, 8014, 8656, 7659, 8802, 7886, 8173, 7951, 8072, 8213, 7789, 7906, 6991, 8617, 7783, 7678, 8061, 8236, 8362, 7405, 8734, 8450, 8813, 9471, 9018, 7421, 8990, 8088, 8420, 8533, 8097, 8470, 7101, 8470, 7504, 8615, 9157, 8733, 7181, 8515, 7853, 7587, 7623, 7873, 8090, 7513, 8111, 7731, 8487, 9398, 8504, 7618, 8604, 7875, 8082, 7900, 8155, 7996, 7774, 8350, 7311, 8300, 9210, 8650, 7717, 8778, 8051, 8265, 7702, 8155, 8122, 7909, 8133, 7539, 8209, 8861, 8494, 7727, 8522, 8040, 7567, 8033, 8448, 8121, 8149, 8441, 7437, 8147, 7804, 8450, 9067, 8467, 7630, 8311, 7927, 8253, 7788, 8290, 7794, 7886, 7758, 8205, 8113, 9611, 8275, 8397, 8380, 7782, 8099, 8361, 8318, 9172, 8384, 7174, 8180, 7967, 8119, 7671, 8043, 7768, 7474, 7701, 7933, 8432, 9919, 8426, 8608, 8345, 8034, 7980, 8554, 8503, 8323, 8346, 8189, 8088, 7977, 8308, 7792, 8317, 7421, 8038, 6890, 7993, 7699, 8749, 7781, 7884, 7650, 7876, 7868, 8981, 8103, 8022, 8265, 8165, 8172, 9656, 8567, 7244, 8624, 7806, 7901, 7797, 7241, 8126, 7953, 8243, 7730, 8195, 8426, 8589, 8867, 8488, 7473, 8496, 7609, 8445, 7550, 7944, 7758, 7616, 7740, 7769, 8228, 8994, 8245, 8072, 8381, 7656, 8089, 7460, 8512, 7397, 8585, 7402, 8579, 7984, 8575, 7522, 7354, 7491, 7691, 7677, 7953, 8019, 7540, 7849, 7310, 7628, 7110, 7595, 7044, 8034, 7897, 8049, 7867, 8196, 7734, 7992, 8611, 8373, 9334, 8338, 8242, 8452, 8128, 8211, 8301, 8432, 6904, 8224, 7150, 8272, 7741, 7308, 7545, 7978, 7619, 7755, 7673, 6978, 8136, 9304, 8374, 8443, 8550, 7967, 8552, 7518, 8979, 7728, 7977, 7804, 7892, 7869, 7856, 8331, 8510, 8400, 7667, 8283, 7706, 8526, 7100, 8412, 6876, 8546, 7098, 8415, 7690, 8676, 7415, 7823, 7589, 7618, 7579, 7441, 7558, 7637, 7649, 6619, 7940, 7164, 8463, 8223, 8598, 6660, 8598, 7903, 7931, 7748, 7004, 7935, 7657, 8272, 8837, 8711, 9103, 8564, 7212, 8400, 7435, 8080, 7658, 7503, 7874, 7827, 7807, 6836, 8376, 8733, 8634, 6454, 8782, 7780, 7810, 7996, 7748, 8319, 7326, 8547, 8276, 8771, 7341, 8989, 8001, 7161, 7678, 7958, 8058, 9290, 8343, 7935, 8384, 6811, 8520, 7623, 7673, 7886, 7211, 8253, 6700, 7980, 8641, 8475, 7684, 8293, 7612, 8382, 7422, 8264, 7044, 8403, 6842, 8321, 6999, 8668, 7223, 8423, 7506, 7681, 7507, 7835, 7419, 6801, 7947, 6886, 8208, 6778, 8391, 7676, 8380, 7696, 8582, 7838, 8654, 7824, 7591, 7957, 7281, 8474, 9637, 8579, 6992, 7743, 7443, 8022, 7670, 8253, 7989, 7164, 7836, 7115, 8006, 8863, 8493, 8574, 8435, 8241, 8174, 7515, 8371, 7120, 8582, 7466, 7826, 7796, 6982, 7992, 9335, 8310, 7550, 7727, 8076, 7536, 8606, 8002, 8150, 8570, 8910, 8508, 7808, 8563, 7856, 7991, 8444, 7213, 8420, 7686, 8173, 8594, 8335, 7118, 8307, 6727, 7944, 7176, 8345, 6511, 8209, 6822, 8009, 7763, 8489, 7789, 7779, 7401, 8177, 7773, 8140, 7807, 8710, 8155, 7216, 8436, 6856, 8186, 7831, 8426, 8059, 8461, 7008, 8351, 7742, 8528, 7599, 8109, 7769, 7774, 7650, 6978, 8038, 8934, 8292, 7812, 8357, 7673, 8285, 7489, 8127, 7677, 7738, 8125, 7299, 8280, 8474, 8466, 8609, 8541, 7381, 8524, 7712, 7607, 7916, 7006, 8378, 8222, 8943, 7907, 6961, 8031, 8458, 8627, 7443, 7776, 8073, 8633, 8364, 7834, 7747, 8415, 8810, 8512, 9202, 8201, 7772, 7335, 8125, 7519, 8581, 8671, 8817, 7123, 7020, 7827, 7244, 8364, 9144, 8371, 7143, 8594, 7648, 7959, 8211, 7255, 8334, 7373, 8448, 8237, 8809, 7696, 8269, 7944, 8258, 8695, 9008, 8607, 7629, 8145, 8136, 9022, 8698, 8002, 8681, 7880, 7704, 7895, 7337, 8345, 7373, 8629, 7763, 8240, 8178, 8254, 8638, 6790, 8608, 7650, 8419, 7593, 7757, 7874, 7280, 7980, 7596, 8469, 9364, 8428, 7997, 8293, 7689, 8298, 7519, 8526, 7677, 8353, 7769, 8087, 7852, 7217, 7579, 6616, 7691, 6925, 8291, 8889, 8457, 7333, 8194, 7488, 8610, 7550, 7469, 7297, 8104, 7973, 7800, 8180, 9823, 8399, 8283, 8356, 8356, 7971, 8130, 8396, 7923, 8314, 7991, 8284, 7795, 8122, 7102, 8244, 7094, 8425, 7774, 8330, 8105, 8609, 8009, 7173, 7739, 8209, 7862, 8036, 7736, 8047, 7637, 7936, 7736, 6761, 8105, 9302, 8174, 8415, 8064, 8250, 7971, 8449, 8383, 8527, 8279, 7584, 8164, 7394, 7922, 7756, 8217, 7644, 8326, 7638, 8406, 8142, 8073, 7875, 7898, 7801, 7023, 7497, 6791, 7775, 9512, 7819, 8090, 7771, 7977, 7862, 7640, 8502, 6990, 7888, 6897, 7923, 7719, 8044, 7709, 7783, 7456, 7975, 7628, 7866, 7506, 8339, 7764, 8020, 7754, 7246, 7449, 7275, 7737, 7931, 8232, 7457, 8208, 7755, 8934, 7735, 9824, 7475, 8431, 7492, 7730, 7929, 7589, 7377, 7612, 7739, 8014, 7594, 7498, 7294, 7113, 7705, 8624, 8048, 7318, 7783, 7450, 7443, 7804, 7628, 7673, 8210, 7742, 7263, 6940, 7533, 7910, 7618, 9478, 7411, 8390, 7518, 7919, 8705, 7705, 7627, 7481, 7307, 7492, 8848, 8014, 9272, 8093, 7188, 7461, 7249, 8033, 7966, 10349, 7881, 8938, 7947, 8028, 8329, 7437, 7696, 7646, 7252, 7710, 7348, 7950, 6989, 7446, 7501, 7558, 7674, 7215, 7860, 7015, 7604, 7452, 7319, 7394, 8633, 7853, 7356, 7635, 7306, 7500, 7813, 7170, 8064, 7631, 7599, 7276, 7272, 7899, 7483, 8204, 7549, 7199, 7838, 7500, 8392, 7608, 7530, 8044, 7792, 8230, 7830, 8343, 7487, 7942, 7837, 7250, 7722, 8318, 8178, 7242, 8043, 8028, 7989, 7853, 7029, 7567, 7628, 7539, 6971, 7639, 7758, 7762, 7613, 7969, 7553, 7515, 7742, 8174, 7543, 9066, 7784, 7214, 7675, 7947, 8430, 7851, 7879, 7657, 7027, 7539, 8214, 7374, 7045, 7121, 7351, 7288, 8054, 8101, 7527, 8098, 7652, 8200, 7632, 9479, 7314, 9511, 7363, 7212, 7539, 7925, 8164, 7504, 7764, 7381, 8354, 7489, 7867, 8216, 7638, 7654, 7361, 8157, 7595, 9943, 7577, 8718, 7271, 7639, 7482, 8016, 8224, 7810, 7394, 7486, 6755, 7568, 7664, 7202, 6989, 7367, 7500, 8432, 8012, 9356, 7335, 9776, 7421, 8868, 7502, 8736, 8010, 8182, 7537, 7177, 7490, 7383, 7221, 7860, 7733, 7583, 7275, 7528, 7097, 7436, 7964, 7450, 7449, 7364, 7936, 8126, 7888, 9040, 7292, 8106, 7197, 8081, 7559, 9305, 7548, 7315, 7406, 7837, 8009, 7979, 7605, 7402, 8998, 7234, 8684, 7168, 9235, 7661, 6936, 7178, 7186, 7683, 7883, 7825, 7462, 7431, 7497, 7137, 6848, 7421, 7517, 9104, 7294, 10121, 7295, 8732, 7426, 8728, 8098, 7812, 7573, 7744, 8089, 7730, 8094, 7439, 7046, 7527, 7414, 7219, 7306, 7299, 7833, 7917, 7753, 7235, 7101, 8915, 7254, 7302, 7744, 7783, 9181, 7891, 8349, 7380, 7457, 7410, 7893, 7281, 10458, 7151, 9270, 7005, 7793, 7583, 7540, 6846, 7173, 7666, 7124, 7454, 8594, 7333, 7967, 8126, 7707, 7972, 7313, 7495, 7296, 8575, 7396, 7904, 8332], 'WindowCenter': [3677.0, 3674.0, 3681.0, 3659.0, 3657.0, 3655.0, 3654.0, 3643.0, 3642.0, 3653.0, 3630.0, 3628.0, 3629.0, 3638.0, 3640.0, 3629.0, 3628.0, 3618.0, 3629.0, 3619.0, 3641.0, 3621.0, 3643.0, 3632.0, 3642.0, 3621.0, 3644.0, 3643.0, 3654.0, 3632.0, 3644.0, 3652.0, 3644.0, 3642.0, 3644.0, 3643.0, 3653.0, 3652.0, 3655.0, 3641.0, 3643.0, 3641.0, 3654.0, 3642.0, 3653.0, 3642.0, 3642.0, 3630.0, 3641.0, 3631.0, 3641.0, 3629.0, 3641.0, 3628.0, 3640.0, 3629.0, 3640.0, 3628.0, 3640.0, 3618.0, 3641.0, 3619.0, 3642.0, 3639.0, 3641.0, 3641.0, 3640.0, 3639.0, 3640.0, 3641.0, 3642.0, 3642.0, 3641.0, 3629.0, 3630.0, 3629.0, 3630.0, 3640.0, 3629.0, 3640.0, 3617.0, 3630.0, 3630.0, 3641.0, 3618.0, 3642.0, 3629.0, 3641.0, 3619.0, 3641.0, 3631.0, 3653.0, 3640.0, 3652.0, 3631.0, 3653.0, 3631.0, 3642.0, 3630.0, 3642.0, 3620.0, 3642.0, 3630.0, 3642.0, 3641.0, 3641.0, 3641.0, 3641.0, 3641.0, 3652.0, 3644.0, 3642.0, 3642.0, 3641.0, 3642.0, 3631.0, 3642.0, 3630.0, 3642.0, 3640.0, 3642.0, 3639.0, 3642.0, 3640.0, 3641.0, 3629.0, 3641.0, 3628.0, 3640.0, 3628.0, 3640.0, 3640.0, 3642.0, 3640.0, 3631.0, 3641.0, 3619.0, 3643.0, 3642.0, 3643.0, 3653.0, 3643.0, 3641.0, 3642.0, 3641.0, 3643.0, 3642.0, 3642.0, 3642.0, 3640.0, 3642.0, 3653.0, 3642.0, 3642.0, 3641.0, 3629.0, 3642.0, 3640.0, 3629.0, 3628.0, 3628.0, 3628.0, 3629.0, 3630.0, 3641.0, 3629.0, 3640.0, 3629.0, 3630.0, 3629.0, 3641.0, 3620.0, 3642.0, 3630.0, 3641.0, 3630.0, 3644.0, 3633.0, 3654.0, 3643.0, 3654.0, 3632.0, 3653.0, 3632.0, 3654.0, 3643.0, 3654.0, 3641.0, 3642.0, 3642.0, 3641.0, 3640.0, 3641.0, 3640.0, 3629.0, 3628.0, 3630.0, 3630.0, 3640.0, 3630.0, 3639.0, 3629.0, 3639.0, 3640.0, 3640.0, 3641.0, 3629.0, 3640.0, 3629.0, 3640.0, 3641.0, 3641.0, 3631.0, 3640.0, 3620.0, 3631.0, 3619.0, 3642.0, 3630.0, 3653.0, 3642.0, 3653.0, 3643.0, 3654.0, 3643.0, 3653.0, 3632.0, 3643.0, 3631.0, 3652.0, 3630.0, 3653.0, 3639.0, 3642.0, 3628.0, 3640.0, 3617.0, 3640.0, 3629.0, 3640.0, 3619.0, 3640.0, 3628.0, 3640.0, 3629.0, 3641.0, 3630.0, 3641.0, 3630.0, 3652.0, 3641.0, 3652.0, 3641.0, 3653.0, 3631.0, 3641.0, 3641.0, 3642.0, 3640.0, 3640.0, 3641.0, 3639.0, 3641.0, 3630.0, 3643.0, 3631.0, 3652.0, 3641.0, 3641.0, 3629.0, 3652.0, 3631.0, 3652.0, 3641.0, 3642.0, 3642.0, 3654.0, 3644.0, 3643.0, 3644.0, 3632.0, 3645.0, 3644.0, 3644.0, 3655.0, 3655.0, 3643.0, 3644.0, 3654.0, 3656.0, 3646.0, 3656.0, 3644.0, 3655.0, 3643.0, 3664.0, 3643.0, 3653.0, 3644.0, 3651.0, 3643.0, 3641.0, 3639.0, 3630.0, 3641.0, 3629.0, 3641.0, 3630.0, 3640.0, 3640.0, 3642.0, 3642.0, 3653.0, 3642.0, 3630.0, 3643.0, 3632.0, 3643.0, 3642.0, 3655.0, 3652.0, 3653.0, 3643.0, 3654.0, 3641.0, 3653.0, 3630.0, 3641.0, 3641.0, 3642.0, 3642.0, 3641.0, 3629.0, 3617.0, 3629.0, 3619.0, 3641.0, 3618.0, 3641.0, 3628.0, 3640.0, 3640.0, 3653.0, 3641.0, 3643.0, 3641.0, 3652.0, 3630.0, 3641.0, 3654.0, 3633.0, 3643.0, 3652.0, 3652.0, 3642.0, 3654.0, 3642.0, 3653.0, 3631.0, 3651.0, 3639.0, 3639.0, 3639.0, 3638.0, 3628.0, 3637.0, 3627.0, 3625.0, 3626.0, 3615.0, 3626.0, 3626.0, 3627.0, 3626.0, 3627.0, 3625.0, 3626.0, 3627.0, 3626.0, 3639.0, 3629.0, 3639.0, 3638.0, 3629.0, 3627.0, 3641.0, 3629.0, 3640.0, 3628.0, 3640.0, 3629.0, 3640.0, 3641.0, 3640.0, 3640.0, 3640.0, 3639.0, 3629.0, 3640.0, 3640.0, 3640.0, 3630.0, 3641.0, 3650.0, 3641.0, 3641.0, 3642.0, 3642.0, 3642.0, 3641.0, 3641.0, 3629.0, 3639.0, 3640.0, 3640.0, 3639.0, 3630.0, 3628.0, 3639.0, 3629.0, 3639.0, 3641.0, 3641.0, 3631.0, 3639.0, 3629.0, 3628.0, 3639.0, 3628.0, 3640.0, 3639.0, 3640.0, 3628.0, 3639.0, 3640.0, 3641.0, 3641.0, 3630.0, 3638.0, 3639.0, 3629.0, 3641.0, 3630.0, 3629.0, 3640.0, 3640.0, 3640.0, 3630.0, 3641.0, 3629.0, 3640.0, 3629.0, 3640.0, 3639.0, 3640.0, 3629.0, 3640.0, 3626.0, 3638.0, 3627.0, 3627.0, 3628.0, 3639.0, 3628.0, 3638.0, 3629.0, 3628.0, 3629.0, 3628.0, 3640.0, 3626.0, 3640.0, 3638.0, 3628.0, 3627.0, 3640.0, 3628.0, 3641.0, 3629.0, 3640.0, 3639.0, 3640.0, 3640.0, 3640.0, 3640.0, 3619.0, 3640.0, 3629.0, 3641.0, 3630.0, 3642.0, 3641.0, 3644.0, 3642.0, 3642.0, 3631.0, 3642.0, 3641.0, 3641.0, 3629.0, 3639.0, 3641.0, 3641.0, 3640.0, 3640.0, 3640.0, 3639.0, 3629.0, 3630.0, 3629.0, 3628.0, 3640.0, 3628.0, 3640.0, 3640.0, 3638.0, 3640.0, 3630.0, 3629.0, 3640.0, 3629.0, 3628.0, 3629.0, 3619.0, 3640.0, 3639.0, 3640.0, 3638.0, 3640.0, 3628.0, 3642.0, 3639.0, 3640.0, 3628.0, 3629.0, 3628.0, 3640.0, 3639.0, 3640.0, 3639.0, 3640.0, 3639.0, 3641.0, 3640.0, 3642.0, 3641.0, 3641.0, 3631.0, 3641.0, 3631.0, 3632.0, 3642.0, 3642.0, 3640.0, 3640.0, 3641.0, 3643.0, 3630.0, 3631.0, 3641.0, 3641.0, 3630.0, 3630.0, 3630.0, 3640.0, 3629.0, 3642.0, 3630.0, 3640.0, 3630.0, 3641.0, 3619.0, 3642.0, 3631.0, 3643.0, 3641.0, 3643.0, 3640.0, 3642.0, 3629.0, 3642.0, 3631.0, 3642.0, 3629.0, 3642.0, 3618.0, 3630.0, 3630.0, 3642.0, 3630.0, 3643.0, 3619.0, 3641.0, 3629.0, 3643.0, 3631.0, 3642.0, 3632.0, 3641.0, 3630.0, 3641.0, 3631.0, 3654.0, 3642.0, 3654.0, 3642.0, 3643.0, 3643.0, 3653.0, 3654.0, 3653.0, 3643.0, 3642.0, 3640.0, 3641.0, 3631.0, 3641.0, 3630.0, 3641.0, 3617.0, 3629.0, 3619.0, 3640.0, 3619.0, 3641.0, 3630.0, 3653.0, 3629.0, 3641.0, 3630.0, 3642.0, 3631.0, 3643.0, 3630.0, 3641.0, 3618.0, 3640.0, 3619.0, 3640.0, 3630.0, 3640.0, 3629.0, 3640.0, 3629.0, 3641.0, 3641.0, 3642.0, 3641.0, 3641.0, 3640.0, 3631.0, 3630.0, 3642.0, 3629.0, 3641.0, 3629.0, 3629.0, 3629.0, 3619.0, 3640.0, 3630.0, 3641.0, 3640.0, 3642.0, 3620.0, 3644.0, 3642.0, 3654.0, 3641.0, 3642.0, 3630.0, 3629.0, 3630.0, 3642.0, 3630.0, 3629.0, 3641.0, 3639.0, 3641.0, 3619.0, 3642.0, 3630.0, 3642.0, 3642.0, 3642.0, 3629.0, 3640.0, 3631.0, 3642.0, 3631.0, 3641.0, 3629.0, 3641.0, 3630.0, 3641.0, 3641.0, 3642.0, 3632.0, 3642.0, 3641.0, 3643.0, 3644.0, 3644.0, 3655.0, 3654.0, 3654.0, 3642.0, 3656.0, 3644.0, 3655.0, 3642.0, 3654.0, 3630.0, 3654.0, 3642.0, 3642.0, 3631.0, 3632.0, 3631.0, 3640.0, 3641.0, 3642.0, 3641.0, 3641.0, 3642.0, 3630.0, 3642.0, 3641.0, 3643.0, 3640.0, 3642.0, 3650.0, 3641.0, 3639.0, 3640.0, 3630.0, 3640.0, 3630.0, 3641.0, 3631.0, 3639.0, 3629.0, 3642.0, 3630.0, 3640.0, 3629.0, 3641.0, 3620.0, 3630.0, 3630.0, 3642.0, 3642.0, 3640.0, 3641.0, 3630.0, 3631.0, 3630.0, 3630.0, 3630.0, 3629.0, 3630.0, 3627.0, 3628.0, 3640.0, 3629.0, 3639.0, 3628.0, 3628.0, 3626.0, 3638.0, 3627.0, 3639.0, 3629.0, 3630.0, 3628.0, 3617.0, 3629.0, 3629.0, 3641.0, 3630.0, 3642.0, 3653.0, 3641.0, 3619.0, 3653.0, 3642.0, 3632.0, 3643.0, 3653.0, 3653.0, 3653.0, 3642.0, 3629.0, 3642.0, 3629.0, 3641.0, 3628.0, 3639.0, 3627.0, 3639.0, 3628.0, 3629.0, 3628.0, 3629.0, 3629.0, 3619.0, 3643.0, 3631.0, 3642.0, 3631.0, 3643.0, 3643.0, 3645.0, 3656.0, 3645.0, 3658.0, 3655.0, 3654.0, 3643.0, 3654.0, 3644.0, 3654.0, 3642.0, 3642.0, 3632.0, 3640.0, 3630.0, 3640.0, 3629.0, 3640.0, 3628.0, 3640.0, 3641.0, 3642.0, 3630.0, 3630.0, 3640.0, 3628.0, 3641.0, 3620.0, 3654.0, 3643.0, 3644.0, 3644.0, 3643.0, 3642.0, 3633.0, 3642.0, 3642.0, 3653.0, 3651.0, 3641.0, 3619.0, 3642.0, 3641.0, 3641.0, 3641.0, 3630.0, 3642.0, 3619.0, 3643.0, 3630.0, 3641.0, 3651.0, 3641.0, 3620.0, 3641.0, 3641.0, 3631.0, 3631.0, 3630.0, 3642.0, 3631.0, 3643.0, 3631.0, 3654.0, 3652.0, 3642.0, 3630.0, 3642.0, 3643.0, 3642.0, 3643.0, 3643.0, 3641.0, 3631.0, 3642.0, 3630.0, 3642.0, 3651.0, 3641.0, 3629.0, 3640.0, 3630.0, 3642.0, 3629.0, 3631.0, 3629.0, 3629.0, 3629.0, 3627.0, 3641.0, 3640.0, 3641.0, 3629.0, 3638.0, 3628.0, 3630.0, 3629.0, 3639.0, 3630.0, 3630.0, 3640.0, 3619.0, 3641.0, 3630.0, 3640.0, 3639.0, 3640.0, 3628.0, 3641.0, 3640.0, 3640.0, 3629.0, 3641.0, 3631.0, 3629.0, 3642.0, 3642.0, 3630.0, 3650.0, 3641.0, 3630.0, 3628.0, 3629.0, 3628.0, 3628.0, 3640.0, 3640.0, 3639.0, 3617.0, 3640.0, 3629.0, 3641.0, 3630.0, 3629.0, 3631.0, 3629.0, 3642.0, 3640.0, 3641.0, 3649.0, 3640.0, 3628.0, 3639.0, 3629.0, 3629.0, 3627.0, 3639.0, 3628.0, 3639.0, 3628.0, 3629.0, 3627.0, 3639.0, 3617.0, 3640.0, 3618.0, 3640.0, 3618.0, 3629.0, 3630.0, 3641.0, 3630.0, 3640.0, 3643.0, 3642.0, 3642.0, 3651.0, 3641.0, 3630.0, 3641.0, 3640.0, 3641.0, 3650.0, 3641.0, 3618.0, 3640.0, 3630.0, 3641.0, 3629.0, 3630.0, 3641.0, 3640.0, 3642.0, 3630.0, 3643.0, 3642.0, 3653.0, 3652.0, 3642.0, 3629.0, 3642.0, 3628.0, 3641.0, 3631.0, 3631.0, 3631.0, 3629.0, 3642.0, 3630.0, 3642.0, 3640.0, 3640.0, 3629.0, 3640.0, 3630.0, 3642.0, 3631.0, 3642.0, 3620.0, 3642.0, 3629.0, 3652.0, 3641.0, 3642.0, 3630.0, 3630.0, 3618.0, 3630.0, 3630.0, 3630.0, 3630.0, 3629.0, 3630.0, 3630.0, 3631.0, 3619.0, 3632.0, 3631.0, 3642.0, 3641.0, 3642.0, 3642.0, 3642.0, 3631.0, 3642.0, 3641.0, 3643.0, 3640.0, 3641.0, 3640.0, 3641.0, 3630.0, 3641.0, 3640.0, 3641.0, 3619.0, 3641.0, 3620.0, 3642.0, 3631.0, 3632.0, 3631.0, 3640.0, 3631.0, 3632.0, 3644.0, 3631.0, 3642.0, 3652.0, 3642.0, 3640.0, 3642.0, 3641.0, 3643.0, 3630.0, 3652.0, 3630.0, 3630.0, 3630.0, 3642.0, 3642.0, 3639.0, 3641.0, 3640.0, 3640.0, 3629.0, 3642.0, 3631.0, 3642.0, 3619.0, 3641.0, 3619.0, 3653.0, 3631.0, 3654.0, 3631.0, 3654.0, 3632.0, 3642.0, 3631.0, 3642.0, 3644.0, 3632.0, 3643.0, 3631.0, 3643.0, 3622.0, 3655.0, 3633.0, 3656.0, 3642.0, 3655.0, 3623.0, 3655.0, 3643.0, 3645.0, 3643.0, 3632.0, 3643.0, 3633.0, 3654.0, 3653.0, 3643.0, 3642.0, 3642.0, 3630.0, 3643.0, 3632.0, 3642.0, 3632.0, 3631.0, 3642.0, 3631.0, 3643.0, 3621.0, 3644.0, 3642.0, 3653.0, 3610.0, 3653.0, 3645.0, 3644.0, 3644.0, 3643.0, 3643.0, 3632.0, 3655.0, 3643.0, 3655.0, 3631.0, 3653.0, 3642.0, 3622.0, 3643.0, 3642.0, 3642.0, 3652.0, 3641.0, 3631.0, 3642.0, 3621.0, 3642.0, 3629.0, 3632.0, 3643.0, 3631.0, 3642.0, 3621.0, 3643.0, 3641.0, 3643.0, 3630.0, 3643.0, 3631.0, 3643.0, 3631.0, 3643.0, 3621.0, 3641.0, 3619.0, 3641.0, 3619.0, 3641.0, 3630.0, 3641.0, 3630.0, 3631.0, 3630.0, 3630.0, 3630.0, 3620.0, 3642.0, 3632.0, 3655.0, 3623.0, 3655.0, 3643.0, 3654.0, 3644.0, 3654.0, 3633.0, 3642.0, 3632.0, 3631.0, 3644.0, 3632.0, 3643.0, 3652.0, 3642.0, 3620.0, 3632.0, 3632.0, 3642.0, 3631.0, 3641.0, 3642.0, 3621.0, 3632.0, 3631.0, 3643.0, 3641.0, 3642.0, 3641.0, 3641.0, 3641.0, 3642.0, 3630.0, 3641.0, 3619.0, 3641.0, 3630.0, 3631.0, 3631.0, 3632.0, 3643.0, 3653.0, 3642.0, 3631.0, 3632.0, 3643.0, 3643.0, 3657.0, 3643.0, 3644.0, 3643.0, 3642.0, 3643.0, 3631.0, 3642.0, 3628.0, 3630.0, 3629.0, 3618.0, 3629.0, 3618.0, 3628.0, 3627.0, 3628.0, 3606.0, 3629.0, 3606.0, 3629.0, 3618.0, 3641.0, 3609.0, 3640.0, 3619.0, 3641.0, 3631.0, 3642.0, 3631.0, 3633.0, 3632.0, 3641.0, 3633.0, 3643.0, 3632.0, 3641.0, 3631.0, 3620.0, 3641.0, 3620.0, 3644.0, 3630.0, 3642.0, 3630.0, 3642.0, 3620.0, 3643.0, 3631.0, 3642.0, 3631.0, 3629.0, 3630.0, 3629.0, 3631.0, 3619.0, 3631.0, 3640.0, 3641.0, 3629.0, 3641.0, 3631.0, 3641.0, 3619.0, 3642.0, 3629.0, 3630.0, 3641.0, 3631.0, 3643.0, 3642.0, 3642.0, 3641.0, 3642.0, 3632.0, 3653.0, 3631.0, 3632.0, 3643.0, 3621.0, 3642.0, 3643.0, 3652.0, 3631.0, 3621.0, 3642.0, 3640.0, 3654.0, 3633.0, 3643.0, 3645.0, 3643.0, 3644.0, 3630.0, 3631.0, 3642.0, 3641.0, 3642.0, 3641.0, 3630.0, 3629.0, 3619.0, 3630.0, 3618.0, 3641.0, 3639.0, 3641.0, 3618.0, 3619.0, 3629.0, 3620.0, 3640.0, 3640.0, 3641.0, 3620.0, 3642.0, 3631.0, 3632.0, 3630.0, 3620.0, 3641.0, 3629.0, 3643.0, 3641.0, 3640.0, 3629.0, 3630.0, 3631.0, 3629.0, 3641.0, 3640.0, 3630.0, 3629.0, 3629.0, 3630.0, 3639.0, 3629.0, 3628.0, 3639.0, 3629.0, 3618.0, 3628.0, 3616.0, 3628.0, 3617.0, 3639.0, 3629.0, 3630.0, 3629.0, 3628.0, 3640.0, 3607.0, 3640.0, 3629.0, 3629.0, 3619.0, 3618.0, 3628.0, 3616.0, 3629.0, 3628.0, 3630.0, 3638.0, 3628.0, 3627.0, 3629.0, 3618.0, 3628.0, 3618.0, 3640.0, 3627.0, 3630.0, 3629.0, 3630.0, 3630.0, 3619.0, 3630.0, 3620.0, 3632.0, 3618.0, 3642.0, 3641.0, 3642.0, 3620.0, 3643.0, 3631.0, 3642.0, 3630.0, 3632.0, 3619.0, 3629.0, 3631.0, 3630.0, 3630.0, 3651.0, 3629.0, 3628.0, 3629.0, 3630.0, 3630.0, 3628.0, 3630.0, 3628.0, 3640.0, 3629.0, 3642.0, 3629.0, 3631.0, 3619.0, 3642.0, 3619.0, 3642.0, 3629.0, 3642.0, 3632.0, 3642.0, 3630.0, 3619.0, 3630.0, 3642.0, 3631.0, 3631.0, 3630.0, 3630.0, 3630.0, 3630.0, 3632.0, 3620.0, 3631.0, 3640.0, 3641.0, 3628.0, 3630.0, 3640.0, 3643.0, 3641.0, 3643.0, 3639.0, 3641.0, 3629.0, 3641.0, 3630.0, 3631.0, 3618.0, 3630.0, 3618.0, 3629.0, 3618.0, 3639.0, 3629.0, 3628.0, 3629.0, 3629.0, 3631.0, 3620.0, 3633.0, 3621.0, 3632.0, 3652.0, 3632.0, 3631.0, 3632.0, 3630.0, 3644.0, 3632.0, 3642.0, 3620.0, 3631.0, 3619.0, 3630.0, 3630.0, 3630.0, 3618.0, 3619.0, 3618.0, 3629.0, 3631.0, 3630.0, 3621.0, 3630.0, 3631.0, 3630.0, 3632.0, 3631.0, 3633.0, 3632.0, 3632.0, 3631.0, 3643.0, 3631.0, 3644.0, 3632.0, 3653.0, 3633.0, 3652.0, 3633.0, 3642.0, 3633.0, 3630.0, 3631.0, 3630.0, 3618.0, 3643.0, 3632.0, 3643.0, 3632.0, 3620.0, 3620.0, 3619.0, 3631.0, 3640.0, 3632.0, 3621.0, 3630.0, 3631.0, 3620.0, 3643.0, 3631.0, 3633.0, 3642.0, 3632.0, 3631.0, 3632.0, 3643.0, 3643.0, 3632.0, 3653.0, 3632.0, 3642.0, 3633.0, 3632.0, 3644.0, 3632.0, 3631.0, 3631.0, 3620.0, 3631.0, 3641.0, 3632.0, 3640.0, 3630.0, 3619.0, 3618.0, 3618.0, 3628.0, 3629.0, 3638.0, 3628.0, 3626.0, 3617.0, 3616.0, 3627.0, 3617.0, 3617.0, 3616.0, 3604.0, 3617.0, 3617.0, 3629.0, 3607.0, 3618.0, 3618.0, 3618.0, 3629.0, 3617.0, 3629.0, 3619.0, 3619.0, 3618.0, 3618.0, 3618.0, 3628.0, 3629.0, 3617.0, 3618.0, 3616.0, 3616.0, 3617.0, 3607.0, 3629.0, 3617.0, 3617.0, 3618.0, 3617.0, 3628.0, 3617.0, 3629.0, 3618.0, 3619.0, 3630.0, 3619.0, 3630.0, 3630.0, 3629.0, 3630.0, 3630.0, 3641.0, 3618.0, 3629.0, 3618.0, 3627.0, 3619.0, 3617.0, 3629.0, 3629.0, 3629.0, 3617.0, 3628.0, 3628.0, 3630.0, 3643.0, 3620.0, 3631.0, 3631.0, 3643.0, 3621.0, 3644.0, 3643.0, 3644.0, 3632.0, 3642.0, 3632.0, 3632.0, 3646.0, 3643.0, 3644.0, 3643.0, 3632.0, 3630.0, 3631.0, 3642.0, 3642.0, 3631.0, 3629.0, 3631.0, 3620.0, 3632.0, 3642.0, 3632.0, 3619.0, 3621.0, 3631.0, 3633.0, 3631.0, 3642.0, 3631.0, 3641.0, 3630.0, 3642.0, 3632.0, 3651.0, 3620.0, 3650.0, 3630.0, 3619.0, 3632.0, 3631.0, 3641.0, 3631.0, 3631.0, 3632.0, 3643.0, 3632.0, 3631.0, 3642.0, 3630.0, 3630.0, 3620.0, 3629.0, 3631.0, 3650.0, 3619.0, 3627.0, 3616.0, 3618.0, 3620.0, 3629.0, 3630.0, 3628.0, 3618.0, 3619.0, 3620.0, 3632.0, 3630.0, 3632.0, 3621.0, 3632.0, 3631.0, 3643.0, 3632.0, 3652.0, 3632.0, 3651.0, 3620.0, 3640.0, 3631.0, 3640.0, 3630.0, 3628.0, 3618.0, 3617.0, 3617.0, 3620.0, 3619.0, 3629.0, 3629.0, 3629.0, 3618.0, 3630.0, 3620.0, 3631.0, 3630.0, 3631.0, 3631.0, 3631.0, 3642.0, 3643.0, 3631.0, 3641.0, 3619.0, 3629.0, 3620.0, 3630.0, 3632.0, 3640.0, 3630.0, 3619.0, 3619.0, 3630.0, 3641.0, 3629.0, 3630.0, 3620.0, 3639.0, 3620.0, 3639.0, 3621.0, 3640.0, 3630.0, 3618.0, 3619.0, 3619.0, 3629.0, 3630.0, 3630.0, 3632.0, 3631.0, 3631.0, 3632.0, 3622.0, 3633.0, 3632.0, 3653.0, 3632.0, 3651.0, 3631.0, 3641.0, 3631.0, 3629.0, 3630.0, 3617.0, 3618.0, 3629.0, 3629.0, 3618.0, 3628.0, 3618.0, 3617.0, 3630.0, 3630.0, 3632.0, 3630.0, 3632.0, 3630.0, 3630.0, 3631.0, 3632.0, 3632.0, 3641.0, 3631.0, 3619.0, 3630.0, 3631.0, 3652.0, 3629.0, 3630.0, 3619.0, 3617.0, 3619.0, 3629.0, 3620.0, 3649.0, 3608.0, 3626.0, 3606.0, 3618.0, 3617.0, 3630.0, 3619.0, 3620.0, 3630.0, 3619.0, 3619.0, 3640.0, 3631.0, 3628.0, 3629.0, 3616.0, 3617.0, 3617.0, 3617.0, 3619.0, 3627.0, 3617.0, 3627.0, 3627.0], 'WindowWidth': [8308.0, 8294.0, 8296.0, 8263.0, 8254.0, 8249.0, 8246.0, 8229.0, 8226.0, 8241.0, 8205.0, 8200.0, 8204.0, 8212.0, 8219.0, 8202.0, 8202.0, 8187.0, 8204.0, 8190.0, 8224.0, 8198.0, 8229.0, 8213.0, 8228.0, 8199.0, 8232.0, 8230.0, 8248.0, 8216.0, 8235.0, 8241.0, 8234.0, 8226.0, 8235.0, 8230.0, 8246.0, 8240.0, 8248.0, 8225.0, 8229.0, 8224.0, 8246.0, 8227.0, 8245.0, 8225.0, 8226.0, 8207.0, 8225.0, 8209.0, 8225.0, 8205.0, 8223.0, 8201.0, 8219.0, 8203.0, 8221.0, 8201.0, 8220.0, 8188.0, 8222.0, 8190.0, 8226.0, 8219.0, 8223.0, 8222.0, 8221.0, 8218.0, 8222.0, 8223.0, 8224.0, 8225.0, 8223.0, 8205.0, 8206.0, 8206.0, 8207.0, 8220.0, 8205.0, 8218.0, 8184.0, 8206.0, 8206.0, 8222.0, 8189.0, 8223.0, 8204.0, 8223.0, 8192.0, 8226.0, 8210.0, 8243.0, 8222.0, 8241.0, 8211.0, 8242.0, 8212.0, 8229.0, 8208.0, 8225.0, 8193.0, 8226.0, 8209.0, 8228.0, 8224.0, 8225.0, 8222.0, 8223.0, 8224.0, 8239.0, 8232.0, 8226.0, 8227.0, 8225.0, 8226.0, 8210.0, 8227.0, 8208.0, 8225.0, 8221.0, 8227.0, 8217.0, 8224.0, 8220.0, 8223.0, 8203.0, 8224.0, 8201.0, 8219.0, 8203.0, 8221.0, 8221.0, 8225.0, 8221.0, 8208.0, 8222.0, 8193.0, 8229.0, 8226.0, 8230.0, 8241.0, 8230.0, 8224.0, 8228.0, 8226.0, 8230.0, 8226.0, 8228.0, 8226.0, 8222.0, 8226.0, 8243.0, 8226.0, 8226.0, 8222.0, 8205.0, 8225.0, 8219.0, 8205.0, 8202.0, 8202.0, 8201.0, 8203.0, 8206.0, 8223.0, 8202.0, 8220.0, 8202.0, 8206.0, 8205.0, 8226.0, 8195.0, 8227.0, 8209.0, 8225.0, 8210.0, 8233.0, 8216.0, 8247.0, 8230.0, 8247.0, 8214.0, 8244.0, 8214.0, 8246.0, 8228.0, 8246.0, 8224.0, 8225.0, 8224.0, 8224.0, 8221.0, 8223.0, 8219.0, 8205.0, 8201.0, 8205.0, 8206.0, 8220.0, 8206.0, 8217.0, 8203.0, 8218.0, 8219.0, 8220.0, 8223.0, 8205.0, 8219.0, 8203.0, 8220.0, 8222.0, 8223.0, 8208.0, 8221.0, 8194.0, 8209.0, 8192.0, 8228.0, 8208.0, 8244.0, 8227.0, 8245.0, 8229.0, 8248.0, 8229.0, 8245.0, 8215.0, 8231.0, 8211.0, 8241.0, 8209.0, 8242.0, 8219.0, 8226.0, 8202.0, 8219.0, 8186.0, 8220.0, 8203.0, 8220.0, 8189.0, 8218.0, 8200.0, 8222.0, 8206.0, 8224.0, 8207.0, 8224.0, 8206.0, 8239.0, 8224.0, 8239.0, 8225.0, 8243.0, 8209.0, 8222.0, 8223.0, 8226.0, 8223.0, 8221.0, 8225.0, 8218.0, 8224.0, 8206.0, 8229.0, 8209.0, 8240.0, 8221.0, 8223.0, 8204.0, 8241.0, 8210.0, 8239.0, 8223.0, 8228.0, 8226.0, 8248.0, 8232.0, 8231.0, 8233.0, 8214.0, 8235.0, 8233.0, 8235.0, 8248.0, 8248.0, 8230.0, 8232.0, 8246.0, 8253.0, 8238.0, 8254.0, 8234.0, 8249.0, 8230.0, 8258.0, 8230.0, 8241.0, 8231.0, 8237.0, 8228.0, 8221.0, 8219.0, 8205.0, 8223.0, 8205.0, 8223.0, 8206.0, 8221.0, 8221.0, 8226.0, 8226.0, 8242.0, 8226.0, 8208.0, 8228.0, 8214.0, 8230.0, 8226.0, 8247.0, 8240.0, 8243.0, 8231.0, 8246.0, 8224.0, 8243.0, 8207.0, 8222.0, 8222.0, 8225.0, 8224.0, 8222.0, 8204.0, 8186.0, 8203.0, 8191.0, 8223.0, 8187.0, 8221.0, 8201.0, 8220.0, 8221.0, 8245.0, 8226.0, 8230.0, 8225.0, 8239.0, 8209.0, 8226.0, 8247.0, 8217.0, 8230.0, 8241.0, 8241.0, 8227.0, 8245.0, 8228.0, 8243.0, 8210.0, 8238.0, 8216.0, 8215.0, 8215.0, 8212.0, 8201.0, 8209.0, 8199.0, 8190.0, 8193.0, 8177.0, 8193.0, 8193.0, 8196.0, 8193.0, 8196.0, 8192.0, 8193.0, 8198.0, 8197.0, 8218.0, 8203.0, 8218.0, 8213.0, 8203.0, 8198.0, 8223.0, 8205.0, 8222.0, 8202.0, 8220.0, 8204.0, 8220.0, 8225.0, 8222.0, 8219.0, 8220.0, 8218.0, 8205.0, 8220.0, 8221.0, 8222.0, 8207.0, 8224.0, 8233.0, 8223.0, 8223.0, 8229.0, 8225.0, 8227.0, 8222.0, 8223.0, 8203.0, 8217.0, 8220.0, 8220.0, 8219.0, 8207.0, 8201.0, 8218.0, 8203.0, 8217.0, 8223.0, 8223.0, 8209.0, 8218.0, 8205.0, 8202.0, 8218.0, 8203.0, 8220.0, 8216.0, 8220.0, 8201.0, 8218.0, 8220.0, 8224.0, 8222.0, 8209.0, 8216.0, 8218.0, 8205.0, 8224.0, 8207.0, 8206.0, 8220.0, 8219.0, 8221.0, 8207.0, 8224.0, 8205.0, 8222.0, 8204.0, 8220.0, 8218.0, 8221.0, 8206.0, 8219.0, 8198.0, 8215.0, 8199.0, 8197.0, 8202.0, 8215.0, 8200.0, 8214.0, 8202.0, 8200.0, 8204.0, 8202.0, 8220.0, 8197.0, 8220.0, 8214.0, 8203.0, 8200.0, 8221.0, 8203.0, 8223.0, 8204.0, 8220.0, 8218.0, 8220.0, 8221.0, 8221.0, 8220.0, 8193.0, 8222.0, 8205.0, 8225.0, 8210.0, 8230.0, 8225.0, 8233.0, 8225.0, 8227.0, 8211.0, 8228.0, 8223.0, 8225.0, 8205.0, 8218.0, 8222.0, 8223.0, 8221.0, 8221.0, 8220.0, 8216.0, 8204.0, 8206.0, 8205.0, 8201.0, 8221.0, 8200.0, 8219.0, 8218.0, 8216.0, 8221.0, 8208.0, 8204.0, 8220.0, 8203.0, 8201.0, 8206.0, 8192.0, 8221.0, 8218.0, 8221.0, 8216.0, 8220.0, 8203.0, 8225.0, 8217.0, 8221.0, 8200.0, 8203.0, 8200.0, 8220.0, 8219.0, 8221.0, 8218.0, 8222.0, 8217.0, 8223.0, 8221.0, 8227.0, 8223.0, 8225.0, 8210.0, 8223.0, 8210.0, 8212.0, 8228.0, 8227.0, 8223.0, 8223.0, 8223.0, 8227.0, 8209.0, 8213.0, 8225.0, 8226.0, 8207.0, 8206.0, 8208.0, 8221.0, 8203.0, 8225.0, 8207.0, 8222.0, 8207.0, 8225.0, 8194.0, 8229.0, 8212.0, 8231.0, 8226.0, 8230.0, 8221.0, 8226.0, 8203.0, 8226.0, 8210.0, 8226.0, 8205.0, 8224.0, 8189.0, 8208.0, 8207.0, 8229.0, 8208.0, 8231.0, 8192.0, 8225.0, 8206.0, 8230.0, 8212.0, 8228.0, 8213.0, 8225.0, 8206.0, 8225.0, 8211.0, 8247.0, 8227.0, 8246.0, 8227.0, 8230.0, 8229.0, 8245.0, 8246.0, 8245.0, 8229.0, 8226.0, 8220.0, 8222.0, 8209.0, 8224.0, 8206.0, 8224.0, 8186.0, 8204.0, 8189.0, 8221.0, 8193.0, 8225.0, 8207.0, 8244.0, 8206.0, 8225.0, 8207.0, 8228.0, 8211.0, 8228.0, 8208.0, 8223.0, 8189.0, 8221.0, 8192.0, 8222.0, 8207.0, 8222.0, 8204.0, 8222.0, 8205.0, 8224.0, 8223.0, 8227.0, 8223.0, 8223.0, 8219.0, 8209.0, 8206.0, 8225.0, 8204.0, 8223.0, 8205.0, 8204.0, 8206.0, 8192.0, 8223.0, 8206.0, 8225.0, 8222.0, 8226.0, 8194.0, 8231.0, 8227.0, 8245.0, 8224.0, 8226.0, 8207.0, 8205.0, 8208.0, 8227.0, 8209.0, 8205.0, 8222.0, 8217.0, 8221.0, 8190.0, 8228.0, 8208.0, 8226.0, 8224.0, 8225.0, 8204.0, 8223.0, 8212.0, 8228.0, 8209.0, 8224.0, 8205.0, 8224.0, 8209.0, 8227.0, 8226.0, 8228.0, 8213.0, 8228.0, 8226.0, 8231.0, 8235.0, 8233.0, 8249.0, 8247.0, 8246.0, 8229.0, 8253.0, 8234.0, 8249.0, 8228.0, 8245.0, 8208.0, 8244.0, 8228.0, 8228.0, 8210.0, 8212.0, 8208.0, 8221.0, 8223.0, 8226.0, 8225.0, 8224.0, 8226.0, 8207.0, 8226.0, 8224.0, 8230.0, 8222.0, 8227.0, 8233.0, 8222.0, 8216.0, 8220.0, 8207.0, 8223.0, 8207.0, 8225.0, 8208.0, 8220.0, 8204.0, 8225.0, 8209.0, 8221.0, 8205.0, 8222.0, 8193.0, 8209.0, 8209.0, 8227.0, 8226.0, 8222.0, 8222.0, 8207.0, 8208.0, 8206.0, 8208.0, 8208.0, 8205.0, 8205.0, 8199.0, 8201.0, 8218.0, 8204.0, 8215.0, 8201.0, 8201.0, 8195.0, 8215.0, 8198.0, 8218.0, 8204.0, 8205.0, 8202.0, 8185.0, 8204.0, 8203.0, 8223.0, 8206.0, 8228.0, 8243.0, 8224.0, 8192.0, 8242.0, 8229.0, 8215.0, 8231.0, 8243.0, 8243.0, 8241.0, 8227.0, 8205.0, 8224.0, 8204.0, 8222.0, 8202.0, 8217.0, 8197.0, 8215.0, 8199.0, 8205.0, 8201.0, 8204.0, 8205.0, 8192.0, 8229.0, 8212.0, 8229.0, 8213.0, 8232.0, 8232.0, 8236.0, 8256.0, 8240.0, 8258.0, 8250.0, 8249.0, 8232.0, 8248.0, 8231.0, 8246.0, 8227.0, 8227.0, 8211.0, 8222.0, 8208.0, 8221.0, 8205.0, 8220.0, 8201.0, 8221.0, 8224.0, 8225.0, 8208.0, 8208.0, 8219.0, 8203.0, 8225.0, 8196.0, 8246.0, 8229.0, 8233.0, 8231.0, 8228.0, 8228.0, 8215.0, 8228.0, 8226.0, 8243.0, 8237.0, 8223.0, 8191.0, 8226.0, 8224.0, 8224.0, 8223.0, 8206.0, 8225.0, 8192.0, 8229.0, 8209.0, 8225.0, 8235.0, 8222.0, 8193.0, 8225.0, 8224.0, 8211.0, 8211.0, 8208.0, 8226.0, 8210.0, 8229.0, 8213.0, 8246.0, 8239.0, 8226.0, 8209.0, 8227.0, 8229.0, 8229.0, 8228.0, 8228.0, 8224.0, 8210.0, 8227.0, 8210.0, 8227.0, 8236.0, 8225.0, 8205.0, 8221.0, 8208.0, 8225.0, 8206.0, 8209.0, 8205.0, 8204.0, 8206.0, 8200.0, 8224.0, 8219.0, 8223.0, 8204.0, 8216.0, 8202.0, 8206.0, 8206.0, 8217.0, 8206.0, 8206.0, 8220.0, 8191.0, 8226.0, 8208.0, 8223.0, 8217.0, 8220.0, 8203.0, 8223.0, 8222.0, 8221.0, 8204.0, 8222.0, 8209.0, 8205.0, 8227.0, 8227.0, 8209.0, 8234.0, 8222.0, 8205.0, 8202.0, 8205.0, 8204.0, 8201.0, 8221.0, 8218.0, 8218.0, 8186.0, 8220.0, 8207.0, 8223.0, 8208.0, 8207.0, 8209.0, 8207.0, 8229.0, 8221.0, 8225.0, 8232.0, 8221.0, 8201.0, 8218.0, 8203.0, 8207.0, 8199.0, 8218.0, 8201.0, 8217.0, 8200.0, 8206.0, 8199.0, 8218.0, 8184.0, 8219.0, 8186.0, 8221.0, 8191.0, 8206.0, 8207.0, 8225.0, 8207.0, 8222.0, 8231.0, 8228.0, 8227.0, 8238.0, 8225.0, 8207.0, 8224.0, 8222.0, 8226.0, 8233.0, 8224.0, 8189.0, 8220.0, 8207.0, 8224.0, 8207.0, 8210.0, 8225.0, 8221.0, 8226.0, 8209.0, 8231.0, 8225.0, 8244.0, 8239.0, 8225.0, 8205.0, 8225.0, 8203.0, 8224.0, 8209.0, 8210.0, 8210.0, 8205.0, 8227.0, 8210.0, 8226.0, 8222.0, 8223.0, 8206.0, 8222.0, 8210.0, 8227.0, 8210.0, 8227.0, 8192.0, 8225.0, 8206.0, 8240.0, 8223.0, 8225.0, 8207.0, 8206.0, 8190.0, 8208.0, 8208.0, 8208.0, 8207.0, 8204.0, 8206.0, 8206.0, 8210.0, 8191.0, 8214.0, 8210.0, 8229.0, 8225.0, 8228.0, 8226.0, 8229.0, 8212.0, 8228.0, 8222.0, 8229.0, 8219.0, 8223.0, 8219.0, 8224.0, 8207.0, 8225.0, 8219.0, 8223.0, 8192.0, 8223.0, 8195.0, 8228.0, 8212.0, 8215.0, 8210.0, 8221.0, 8211.0, 8213.0, 8232.0, 8212.0, 8227.0, 8240.0, 8226.0, 8221.0, 8227.0, 8226.0, 8230.0, 8208.0, 8240.0, 8206.0, 8208.0, 8209.0, 8227.0, 8226.0, 8218.0, 8224.0, 8219.0, 8220.0, 8205.0, 8226.0, 8209.0, 8227.0, 8192.0, 8224.0, 8193.0, 8241.0, 8213.0, 8246.0, 8213.0, 8245.0, 8213.0, 8228.0, 8213.0, 8229.0, 8233.0, 8215.0, 8230.0, 8212.0, 8230.0, 8201.0, 8251.0, 8218.0, 8253.0, 8228.0, 8248.0, 8204.0, 8249.0, 8232.0, 8235.0, 8231.0, 8214.0, 8229.0, 8215.0, 8247.0, 8243.0, 8231.0, 8225.0, 8227.0, 8208.0, 8229.0, 8214.0, 8227.0, 8212.0, 8211.0, 8225.0, 8209.0, 8231.0, 8199.0, 8231.0, 8227.0, 8243.0, 8183.0, 8244.0, 8235.0, 8233.0, 8232.0, 8231.0, 8231.0, 8215.0, 8250.0, 8231.0, 8249.0, 8213.0, 8243.0, 8225.0, 8200.0, 8231.0, 8228.0, 8227.0, 8237.0, 8223.0, 8211.0, 8228.0, 8198.0, 8228.0, 8207.0, 8213.0, 8227.0, 8210.0, 8228.0, 8198.0, 8230.0, 8223.0, 8230.0, 8208.0, 8229.0, 8209.0, 8229.0, 8211.0, 8229.0, 8197.0, 8226.0, 8192.0, 8224.0, 8192.0, 8222.0, 8207.0, 8223.0, 8207.0, 8209.0, 8206.0, 8207.0, 8209.0, 8197.0, 8230.0, 8215.0, 8249.0, 8204.0, 8248.0, 8232.0, 8247.0, 8235.0, 8245.0, 8216.0, 8227.0, 8214.0, 8209.0, 8230.0, 8213.0, 8230.0, 8239.0, 8225.0, 8195.0, 8212.0, 8213.0, 8227.0, 8212.0, 8224.0, 8225.0, 8196.0, 8214.0, 8212.0, 8229.0, 8222.0, 8228.0, 8222.0, 8224.0, 8222.0, 8226.0, 8206.0, 8224.0, 8191.0, 8222.0, 8207.0, 8212.0, 8212.0, 8213.0, 8231.0, 8242.0, 8226.0, 8212.0, 8215.0, 8231.0, 8232.0, 8253.0, 8231.0, 8231.0, 8229.0, 8226.0, 8227.0, 8211.0, 8225.0, 8202.0, 8204.0, 8201.0, 8186.0, 8201.0, 8187.0, 8200.0, 8197.0, 8198.0, 8166.0, 8201.0, 8170.0, 8205.0, 8187.0, 8222.0, 8177.0, 8221.0, 8192.0, 8224.0, 8212.0, 8227.0, 8211.0, 8215.0, 8213.0, 8223.0, 8217.0, 8228.0, 8212.0, 8223.0, 8210.0, 8192.0, 8223.0, 8196.0, 8232.0, 8207.0, 8227.0, 8208.0, 8226.0, 8194.0, 8230.0, 8212.0, 8226.0, 8208.0, 8204.0, 8206.0, 8204.0, 8209.0, 8192.0, 8208.0, 8220.0, 8222.0, 8204.0, 8224.0, 8211.0, 8225.0, 8193.0, 8226.0, 8205.0, 8207.0, 8224.0, 8212.0, 8229.0, 8225.0, 8227.0, 8221.0, 8225.0, 8213.0, 8244.0, 8212.0, 8213.0, 8227.0, 8196.0, 8229.0, 8228.0, 8240.0, 8210.0, 8198.0, 8226.0, 8220.0, 8245.0, 8216.0, 8231.0, 8235.0, 8228.0, 8230.0, 8208.0, 8208.0, 8225.0, 8222.0, 8226.0, 8221.0, 8207.0, 8204.0, 8189.0, 8208.0, 8189.0, 8223.0, 8215.0, 8221.0, 8188.0, 8191.0, 8206.0, 8193.0, 8222.0, 8220.0, 8224.0, 8194.0, 8226.0, 8210.0, 8212.0, 8207.0, 8191.0, 8223.0, 8206.0, 8227.0, 8222.0, 8221.0, 8204.0, 8205.0, 8209.0, 8204.0, 8222.0, 8217.0, 8204.0, 8203.0, 8203.0, 8204.0, 8215.0, 8201.0, 8199.0, 8217.0, 8202.0, 8188.0, 8199.0, 8181.0, 8198.0, 8182.0, 8216.0, 8203.0, 8204.0, 8202.0, 8200.0, 8218.0, 8172.0, 8218.0, 8204.0, 8203.0, 8188.0, 8185.0, 8200.0, 8183.0, 8205.0, 8201.0, 8204.0, 8212.0, 8201.0, 8197.0, 8203.0, 8187.0, 8203.0, 8187.0, 8217.0, 8199.0, 8205.0, 8204.0, 8207.0, 8205.0, 8189.0, 8207.0, 8192.0, 8213.0, 8191.0, 8227.0, 8223.0, 8226.0, 8193.0, 8228.0, 8210.0, 8226.0, 8208.0, 8211.0, 8190.0, 8204.0, 8209.0, 8206.0, 8206.0, 8233.0, 8202.0, 8199.0, 8203.0, 8205.0, 8208.0, 8200.0, 8206.0, 8199.0, 8219.0, 8202.0, 8226.0, 8203.0, 8210.0, 8191.0, 8225.0, 8191.0, 8225.0, 8207.0, 8226.0, 8211.0, 8226.0, 8206.0, 8192.0, 8208.0, 8226.0, 8210.0, 8210.0, 8206.0, 8205.0, 8207.0, 8207.0, 8213.0, 8193.0, 8210.0, 8220.0, 8222.0, 8202.0, 8208.0, 8221.0, 8228.0, 8221.0, 8228.0, 8217.0, 8221.0, 8203.0, 8223.0, 8208.0, 8209.0, 8189.0, 8207.0, 8186.0, 8203.0, 8187.0, 8218.0, 8204.0, 8201.0, 8202.0, 8204.0, 8210.0, 8195.0, 8217.0, 8198.0, 8215.0, 8240.0, 8215.0, 8210.0, 8214.0, 8209.0, 8231.0, 8211.0, 8227.0, 8194.0, 8209.0, 8191.0, 8208.0, 8209.0, 8206.0, 8188.0, 8190.0, 8188.0, 8203.0, 8208.0, 8206.0, 8195.0, 8206.0, 8208.0, 8206.0, 8212.0, 8211.0, 8218.0, 8212.0, 8212.0, 8210.0, 8230.0, 8212.0, 8232.0, 8214.0, 8242.0, 8215.0, 8239.0, 8216.0, 8224.0, 8214.0, 8205.0, 8210.0, 8207.0, 8189.0, 8230.0, 8214.0, 8229.0, 8213.0, 8194.0, 8194.0, 8190.0, 8211.0, 8220.0, 8212.0, 8195.0, 8207.0, 8208.0, 8193.0, 8230.0, 8210.0, 8216.0, 8224.0, 8212.0, 8211.0, 8214.0, 8231.0, 8230.0, 8214.0, 8240.0, 8215.0, 8226.0, 8217.0, 8212.0, 8231.0, 8212.0, 8210.0, 8211.0, 8193.0, 8211.0, 8223.0, 8212.0, 8220.0, 8207.0, 8190.0, 8187.0, 8188.0, 8201.0, 8202.0, 8214.0, 8198.0, 8192.0, 8182.0, 8179.0, 8196.0, 8181.0, 8182.0, 8179.0, 8163.0, 8184.0, 8183.0, 8204.0, 8173.0, 8189.0, 8188.0, 8186.0, 8202.0, 8184.0, 8205.0, 8190.0, 8190.0, 8188.0, 8187.0, 8188.0, 8200.0, 8203.0, 8185.0, 8187.0, 8181.0, 8181.0, 8184.0, 8170.0, 8203.0, 8184.0, 8184.0, 8186.0, 8183.0, 8200.0, 8182.0, 8203.0, 8188.0, 8190.0, 8206.0, 8191.0, 8207.0, 8204.0, 8203.0, 8206.0, 8205.0, 8222.0, 8188.0, 8203.0, 8185.0, 8198.0, 8188.0, 8185.0, 8204.0, 8200.0, 8203.0, 8183.0, 8201.0, 8201.0, 8208.0, 8228.0, 8196.0, 8212.0, 8209.0, 8229.0, 8199.0, 8234.0, 8231.0, 8232.0, 8214.0, 8228.0, 8214.0, 8214.0, 8238.0, 8230.0, 8232.0, 8228.0, 8213.0, 8209.0, 8213.0, 8228.0, 8225.0, 8208.0, 8205.0, 8208.0, 8194.0, 8213.0, 8224.0, 8212.0, 8191.0, 8196.0, 8211.0, 8216.0, 8211.0, 8228.0, 8209.0, 8224.0, 8207.0, 8226.0, 8212.0, 8234.0, 8194.0, 8233.0, 8208.0, 8191.0, 8212.0, 8211.0, 8223.0, 8210.0, 8209.0, 8214.0, 8228.0, 8215.0, 8210.0, 8226.0, 8207.0, 8205.0, 8193.0, 8204.0, 8208.0, 8230.0, 8190.0, 8196.0, 8183.0, 8187.0, 8192.0, 8202.0, 8205.0, 8200.0, 8188.0, 8191.0, 8194.0, 8212.0, 8208.0, 8214.0, 8196.0, 8213.0, 8211.0, 8229.0, 8213.0, 8238.0, 8213.0, 8233.0, 8194.0, 8218.0, 8211.0, 8218.0, 8208.0, 8199.0, 8187.0, 8185.0, 8186.0, 8194.0, 8192.0, 8204.0, 8205.0, 8204.0, 8188.0, 8207.0, 8194.0, 8212.0, 8208.0, 8212.0, 8209.0, 8211.0, 8227.0, 8229.0, 8210.0, 8224.0, 8192.0, 8205.0, 8194.0, 8207.0, 8212.0, 8219.0, 8209.0, 8190.0, 8192.0, 8207.0, 8223.0, 8205.0, 8206.0, 8194.0, 8216.0, 8192.0, 8218.0, 8197.0, 8219.0, 8206.0, 8186.0, 8191.0, 8192.0, 8205.0, 8207.0, 8208.0, 8215.0, 8212.0, 8212.0, 8215.0, 8202.0, 8217.0, 8213.0, 8241.0, 8212.0, 8235.0, 8208.0, 8223.0, 8211.0, 8203.0, 8205.0, 8183.0, 8186.0, 8202.0, 8205.0, 8188.0, 8201.0, 8186.0, 8186.0, 8206.0, 8211.0, 8215.0, 8208.0, 8212.0, 8206.0, 8207.0, 8212.0, 8213.0, 8214.0, 8223.0, 8210.0, 8191.0, 8206.0, 8211.0, 8238.0, 8204.0, 8204.0, 8188.0, 8183.0, 8188.0, 8204.0, 8194.0, 8228.0, 8172.0, 8190.0, 8169.0, 8186.0, 8186.0, 8207.0, 8192.0, 8194.0, 8205.0, 8189.0, 8189.0, 8218.0, 8209.0, 8201.0, 8203.0, 8181.0, 8182.0, 8183.0, 8185.0, 8189.0, 8197.0, 8185.0, 8197.0, 8198.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.0003476778017241379</td></tr>
<tr><td colspan=3>aqi</td><td>0.02891771686422414</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.51394878495947</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1743565696765494</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002631306091644</td></tr>
<tr><td colspan=3>efc</td><td>0.4498</td></tr>
<tr><td colspan=3>fber</td><td>5155.7163</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06873412794155737</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.26939655172413796</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.533180567360347</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4746443955453343</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.765919570418975</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.358977736116732</td></tr>
<tr><td colspan=3>gcor</td><td>0.00510587</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017092745751142502</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02822350151836872</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7611115755457183</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>31.0627</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3231</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.3029</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310245.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>640.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.3035</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3045</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>415.841</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2905.1424</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.131</td></tr>
<tr><td colspan=3>tsnr</td><td>37.188364766770974</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>