<?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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-02/func/sub-0082_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>d3ccceee25c1bcba6eea0659a53934e6</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>14:08:40.217500</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.995734, -0.0765846, 0.0514655, 0.0776665, 0.996791, -0.0193597]</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.100074</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7758, -7285, 600, 81, -476, 97, 47]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b53f5e2d-df76-4b60-8d23-62d2b0dd7341||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.6714813709259033, 0.20837365090847015, 0.13450782001018524, 99.62648010253906], [0.20547083020210266, 2.674318552017212, -0.06284060329198837, -108.45606994628906], [0.13807816803455353, 0.05194076523184776, 2.6959152221679688, -93.50212860107422], [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': ['140840.217500', '140840.677500', '140841.137500', '140841.597500', '140842.057500', '140842.517500', '140842.977500', '140843.437500', '140843.897500', '140844.357500', '140844.817500', '140845.277500', '140845.737500', '140846.197500', '140846.657500', '140847.117500', '140847.577500', '140848.037500', '140848.497500', '140848.957500', '140849.417500', '140849.877500', '140850.337500', '140850.797500', '140851.257500', '140851.717500', '140852.177500', '140852.637500', '140853.097500', '140853.557500', '140854.017500', '140854.477500', '140854.937500', '140855.397500', '140855.857500', '140856.317500', '140856.777500', '140857.237500', '140857.697500', '140858.157500', '140858.617500', '140859.077500', '140859.537500', '140859.997500', '140900.457500', '140900.917500', '140901.377500', '140901.837500', '140902.297500', '140902.757500', '140903.217500', '140903.677500', '140904.137500', '140904.597500', '140905.057500', '140905.517500', '140905.977500', '140906.437500', '140906.897500', '140907.357500', '140907.817500', '140908.277500', '140908.737500', '140909.197500', '140909.657500', '140910.117500', '140910.577500', '140911.037500', '140911.497500', '140911.957500', '140912.417500', '140912.877500', '140913.337500', '140913.797500', '140914.257500', '140914.717500', '140915.177500', '140915.637500', '140916.097500', '140916.557500', '140917.017500', '140917.477500', '140917.937500', '140918.397500', '140918.857500', '140919.317500', '140919.777500', '140920.237500', '140920.697500', '140921.157500', '140921.617500', '140922.077500', '140922.537500', '140922.997500', '140923.457500', '140923.917500', '140924.377500', '140924.837500', '140925.297500', '140925.757500', '140926.217500', '140926.677500', '140927.137500', '140927.597500', '140928.057500', '140928.517500', '140928.977500', '140929.437500', '140929.897500', '140930.357500', '140930.817500', '140931.277500', '140931.737500', '140932.197500', '140932.657500', '140933.117500', '140933.577500', '140934.037500', '140934.497500', '140934.957500', '140935.417500', '140935.877500', '140936.337500', '140936.797500', '140937.257500', '140937.717500', '140938.177500', '140938.637500', '140939.097500', '140939.557500', '140940.017500', '140940.477500', '140940.937500', '140941.397500', '140941.857500', '140942.317500', '140942.777500', '140943.237500', '140943.697500', '140944.157500', '140944.617500', '140945.077500', '140945.537500', '140945.997500', '140946.457500', '140946.917500', '140947.377500', '140947.837500', '140948.297500', '140948.757500', '140949.217500', '140949.677500', '140950.137500', '140950.597500', '140951.057500', '140951.517500', '140951.977500', '140952.437500', '140952.897500', '140953.357500', '140953.817500', '140954.277500', '140954.737500', '140955.197500', '140955.657500', '140956.117500', '140956.577500', '140957.037500', '140957.497500', '140957.957500', '140958.417500', '140958.877500', '140959.337500', '140959.797500', '141000.257500', '141000.717500', '141001.177500', '141001.637500', '141002.097500', '141002.557500', '141003.017500', '141003.477500', '141003.937500', '141004.397500', '141004.857500', '141005.317500', '141005.777500', '141006.237500', '141006.697500', '141007.157500', '141007.617500', '141008.077500', '141008.537500', '141008.997500', '141009.457500', '141009.917500', '141010.377500', '141010.837500', '141011.297500', '141011.757500', '141012.217500', '141012.677500', '141013.137500', '141013.597500', '141014.057500', '141014.517500', '141014.977500', '141015.437500', '141015.897500', '141016.357500', '141016.817500', '141017.277500', '141017.737500', '141018.197500', '141018.657500', '141019.117500', '141019.577500', '141020.037500', '141020.497500', '141020.957500', '141021.417500', '141021.877500', '141022.337500', '141022.797500', '141023.257500', '141023.717500', '141024.177500', '141024.637500', '141025.097500', '141025.557500', '141026.017500', '141026.477500', '141026.937500', '141027.397500', '141027.857500', '141028.317500', '141028.777500', '141029.237500', '141029.697500', '141030.157500', '141030.617500', '141031.077500', '141031.537500', '141031.997500', '141032.457500', '141032.917500', '141033.377500', '141033.837500', '141034.297500', '141034.757500', '141035.217500', '141035.677500', '141036.137500', '141036.597500', '141037.057500', '141037.517500', '141037.977500', '141038.437500', '141038.897500', '141039.357500', '141039.817500', '141040.277500', '141040.737500', '141041.197500', '141041.657500', '141042.117500', '141042.577500', '141043.037500', '141043.497500', '141043.957500', '141044.417500', '141044.877500', '141045.337500', '141045.797500', '141046.257500', '141046.717500', '141047.177500', '141047.637500', '141048.097500', '141048.557500', '141049.017500', '141049.477500', '141049.937500', '141050.397500', '141050.857500', '141051.317500', '141051.777500', '141052.237500', '141052.697500', '141053.157500', '141053.617500', '141054.077500', '141054.537500', '141054.997500', '141055.457500', '141055.917500', '141056.377500', '141056.837500', '141057.297500', '141057.757500', '141058.217500', '141058.677500', '141059.137500', '141059.597500', '141100.057500', '141100.517500', '141100.977500', '141101.437500', '141101.897500', '141102.357500', '141102.817500', '141103.277500', '141103.737500', '141104.197500', '141104.657500', '141105.117500', '141105.577500', '141106.037500', '141106.497500', '141106.957500', '141107.417500', '141107.877500', '141108.337500', '141108.797500', '141109.257500', '141109.717500', '141110.177500', '141110.637500', '141111.097500', '141111.557500', '141112.017500', '141112.477500', '141112.937500', '141113.397500', '141113.857500', '141114.317500', '141114.777500', '141115.237500', '141115.697500', '141116.157500', '141116.617500', '141117.077500', '141117.537500', '141117.997500', '141118.457500', '141118.917500', '141119.377500', '141119.837500', '141120.297500', '141120.757500', '141121.217500', '141121.677500', '141122.137500', '141122.597500', '141123.057500', '141123.517500', '141123.977500', '141124.437500', '141124.897500', '141125.357500', '141125.817500', '141126.277500', '141126.737500', '141127.197500', '141127.657500', '141128.117500', '141128.577500', '141129.037500', '141129.497500', '141129.957500', '141130.417500', '141130.877500', '141131.337500', '141131.797500', '141132.257500', '141132.717500', '141133.177500', '141133.637500', '141134.097500', '141134.557500', '141135.017500', '141135.477500', '141135.937500', '141136.397500', '141136.857500', '141137.317500', '141137.777500', '141138.237500', '141138.697500', '141139.157500', '141139.617500', '141140.077500', '141140.537500', '141140.997500', '141141.457500', '141141.917500', '141142.377500', '141142.837500', '141143.297500', '141143.757500', '141144.217500', '141144.677500', '141145.137500', '141145.597500', '141146.057500', '141146.517500', '141146.977500', '141147.437500', '141147.897500', '141148.357500', '141148.817500', '141149.277500', '141149.737500', '141150.197500', '141150.657500', '141151.117500', '141151.577500', '141152.037500', '141152.497500', '141152.957500', '141153.417500', '141153.877500', '141154.337500', '141154.797500', '141155.257500', '141155.717500', '141156.177500', '141156.637500', '141157.097500', '141157.557500', '141158.017500', '141158.477500', '141158.937500', '141159.397500', '141159.857500', '141200.317500', '141200.777500', '141201.237500', '141201.697500', '141202.157500', '141202.617500', '141203.077500', '141203.537500', '141203.997500', '141204.457500', '141204.917500', '141205.377500', '141205.837500', '141206.297500', '141206.757500', '141207.217500', '141207.677500', '141208.137500', '141208.597500', '141209.057500', '141209.517500', '141209.977500', '141210.437500', '141210.897500', '141211.357500', '141211.817500', '141212.277500', '141212.737500', '141213.197500', '141213.657500', '141214.117500', '141214.577500', '141215.037500', '141215.497500', '141215.957500', '141216.417500', '141216.877500', '141217.337500', '141217.797500', '141218.257500', '141218.717500', '141219.177500', '141219.637500', '141220.097500', '141220.557500', '141221.017500', '141221.477500', '141221.937500', '141222.397500', '141222.857500', '141223.317500', '141223.777500', '141224.237500', '141224.697500', '141225.157500', '141225.617500', '141226.077500', '141226.537500', '141226.997500', '141227.457500', '141227.917500', '141228.377500', '141228.837500', '141229.297500', '141229.757500', '141230.217500', '141230.677500', '141231.137500', '141231.597500', '141232.057500', '141232.517500', '141232.977500', '141233.437500', '141233.897500', '141234.357500', '141234.817500', '141235.277500', '141235.737500', '141236.197500', '141236.657500', '141237.117500', '141237.577500', '141238.037500', '141238.497500', '141238.957500', '141239.417500', '141239.877500', '141240.337500', '141240.797500', '141241.257500', '141241.717500', '141242.177500', '141242.637500', '141243.097500', '141243.557500', '141244.017500', '141244.477500', '141244.937500', '141245.397500', '141245.857500', '141246.317500', '141246.777500', '141247.237500', '141247.697500', '141248.157500', '141248.617500', '141249.077500', '141249.537500', '141249.997500', '141250.457500', '141250.917500', '141251.377500', '141251.837500', '141252.297500', '141252.757500', '141253.217500', '141253.677500', '141254.137500', '141254.597500', '141255.057500', '141255.517500', '141255.977500', '141256.437500', '141256.897500', '141257.357500', '141257.817500', '141258.277500', '141258.737500', '141259.197500', '141259.657500', '141300.117500', '141300.577500', '141301.037500', '141301.497500', '141301.957500', '141302.417500', '141302.877500', '141303.337500', '141303.797500', '141304.257500', '141304.717500', '141305.177500', '141305.637500', '141306.097500', '141306.557500', '141307.017500', '141307.477500', '141307.937500', '141308.397500', '141308.857500', '141309.317500', '141309.777500', '141310.237500', '141310.697500', '141311.157500', '141311.617500', '141312.077500', '141312.537500', '141312.997500', '141313.457500', '141313.917500', '141314.377500', '141314.837500', '141315.297500', '141315.757500', '141316.217500', '141316.677500', '141317.137500', '141317.597500', '141318.057500', '141318.517500', '141318.977500', '141319.437500', '141319.897500', '141320.357500', '141320.817500', '141321.277500', '141321.737500', '141322.197500', '141322.657500', '141323.117500', '141323.577500', '141324.037500', '141324.497500', '141324.957500', '141325.417500', '141325.877500', '141326.337500', '141326.797500', '141327.257500', '141327.717500', '141328.177500', '141328.637500', '141329.097500', '141329.557500', '141330.017500', '141330.477500', '141330.937500', '141331.397500', '141331.857500', '141332.317500', '141332.777500', '141333.237500', '141333.697500', '141334.157500', '141334.617500', '141335.077500', '141335.537500', '141335.997500', '141336.457500', '141336.917500', '141337.377500', '141337.837500', '141338.297500', '141338.757500', '141339.217500', '141339.677500', '141340.137500', '141340.597500', '141341.057500', '141341.517500', '141341.977500', '141342.437500', '141342.897500', '141343.357500', '141343.817500', '141344.277500', '141344.737500', '141345.197500', '141345.657500', '141346.117500', '141346.577500', '141347.037500', '141347.497500', '141347.957500', '141348.417500', '141348.877500', '141349.337500', '141349.797500', '141350.257500', '141350.717500', '141351.177500', '141351.637500', '141352.097500', '141352.557500', '141353.017500', '141353.477500', '141353.937500', '141354.397500', '141354.857500', '141355.317500', '141355.777500', '141356.237500', '141356.697500', '141357.157500', '141357.617500', '141358.077500', '141358.537500', '141358.997500', '141359.457500', '141359.917500', '141400.377500', '141400.837500', '141401.297500', '141401.757500', '141402.217500', '141402.677500', '141403.137500', '141403.597500', '141404.057500', '141404.517500', '141404.977500', '141405.437500', '141405.897500', '141406.357500', '141406.817500', '141407.277500', '141407.737500', '141408.197500', '141408.657500', '141409.117500', '141409.577500', '141410.037500', '141410.497500', '141410.957500', '141411.417500', '141411.877500', '141412.337500', '141412.797500', '141413.257500', '141413.717500', '141414.177500', '141414.637500', '141415.097500', '141415.557500', '141416.017500', '141416.477500', '141416.937500', '141417.397500', '141417.857500', '141418.317500', '141418.777500', '141419.237500', '141419.697500', '141420.157500', '141420.617500', '141421.077500', '141421.537500', '141421.997500', '141422.457500', '141422.917500', '141423.377500', '141423.837500', '141424.297500', '141424.757500', '141425.217500', '141425.677500', '141426.137500', '141426.597500', '141427.057500', '141427.517500', '141427.977500', '141428.437500', '141428.897500', '141429.357500', '141429.817500', '141430.277500', '141430.737500', '141431.197500', '141431.657500', '141432.117500', '141432.577500', '141433.037500', '141433.497500', '141433.957500', '141434.417500', '141434.877500', '141435.337500', '141435.797500', '141436.257500', '141436.717500', '141437.177500', '141437.637500', '141438.097500', '141438.557500', '141439.017500', '141439.477500', '141439.937500', '141440.397500', '141440.857500', '141441.317500', '141441.777500', '141442.237500', '141442.697500', '141443.157500', '141443.617500', '141444.077500', '141444.537500', '141444.997500', '141445.457500', '141445.917500', '141446.377500', '141446.837500', '141447.297500', '141447.757500', '141448.217500', '141448.677500', '141449.137500', '141449.597500', '141450.057500', '141450.517500', '141450.977500', '141451.437500', '141451.897500', '141452.357500', '141452.817500', '141453.277500', '141453.737500', '141454.197500', '141454.657500', '141455.117500', '141455.577500', '141456.037500', '141456.497500', '141456.957500', '141457.417500', '141457.877500', '141458.337500', '141458.797500', '141459.257500', '141459.717500', '141500.177500', '141500.637500', '141501.097500', '141501.557500', '141502.017500', '141502.477500', '141502.937500', '141503.397500', '141503.857500', '141504.317500', '141504.777500', '141505.237500', '141505.697500', '141506.157500', '141506.617500', '141507.077500', '141507.537500', '141507.997500', '141508.457500', '141508.917500', '141509.377500', '141509.837500', '141510.297500', '141510.757500', '141511.217500', '141511.677500', '141512.137500', '141512.597500', '141513.057500', '141513.517500', '141513.977500', '141514.437500', '141514.897500', '141515.357500', '141515.817500', '141516.277500', '141516.737500', '141517.197500', '141517.657500', '141518.117500', '141518.577500', '141519.037500', '141519.497500', '141519.957500', '141520.417500', '141520.877500', '141521.337500', '141521.797500', '141522.257500', '141522.717500', '141523.177500', '141523.637500', '141524.097500', '141524.557500', '141525.017500', '141525.477500', '141525.937500', '141526.397500', '141526.857500', '141527.317500', '141527.777500', '141528.237500', '141528.697500', '141529.157500', '141529.617500', '141530.077500', '141530.537500', '141530.997500', '141531.457500', '141531.917500', '141532.377500', '141532.837500', '141533.297500', '141533.757500', '141534.217500', '141534.677500', '141535.137500', '141535.597500', '141536.057500', '141536.517500', '141536.977500', '141537.437500', '141537.897500', '141538.357500', '141538.817500', '141539.277500', '141539.737500', '141540.197500', '141540.657500', '141541.117500', '141541.577500', '141542.037500', '141542.497500', '141542.957500', '141543.417500', '141543.877500', '141544.337500', '141544.797500', '141545.257500', '141545.717500', '141546.177500', '141546.637500', '141547.097500', '141547.557500', '141548.017500', '141548.477500', '141548.937500', '141549.397500', '141549.857500', '141550.317500', '141550.777500', '141551.237500', '141551.697500', '141552.157500', '141552.617500', '141553.077500', '141553.537500', '141553.997500', '141554.457500', '141554.917500', '141555.377500', '141555.837500', '141556.297500', '141556.757500', '141557.217500', '141557.677500', '141558.137500', '141558.597500', '141559.057500', '141559.517500', '141559.977500', '141600.437500', '141600.897500', '141601.357500', '141601.817500', '141602.277500', '141602.737500', '141603.197500', '141603.657500', '141604.117500', '141604.577500', '141605.037500', '141605.497500', '141605.957500', '141606.417500', '141606.877500', '141607.337500', '141607.797500', '141608.257500', '141608.717500', '141609.177500', '141609.637500', '141610.097500', '141610.557500', '141611.017500', '141611.477500', '141611.937500', '141612.397500', '141612.857500', '141613.317500', '141613.777500', '141614.237500', '141614.697500', '141615.157500', '141615.617500', '141616.077500', '141616.537500', '141616.997500', '141617.457500', '141617.917500', '141618.377500', '141618.837500', '141619.297500', '141619.757500', '141620.217500', '141620.677500', '141621.137500', '141621.597500', '141622.057500', '141622.517500', '141622.977500', '141623.437500', '141623.897500', '141624.357500', '141624.817500', '141625.277500', '141625.737500', '141626.197500', '141626.657500', '141627.117500', '141627.577500', '141628.037500', '141628.497500', '141628.957500', '141629.417500', '141629.877500', '141630.337500', '141630.797500', '141631.257500', '141631.717500', '141632.177500', '141632.637500', '141633.097500', '141633.557500', '141634.017500', '141634.477500', '141634.937500', '141635.397500', '141635.857500', '141636.317500', '141636.777500', '141637.237500', '141637.697500', '141638.157500', '141638.617500', '141639.077500', '141639.537500', '141639.997500', '141640.457500', '141640.917500', '141641.377500', '141641.837500', '141642.297500', '141642.757500', '141643.217500', '141643.677500', '141644.137500', '141644.597500', '141645.057500', '141645.517500', '141645.977500', '141646.437500', '141646.897500', '141647.357500', '141647.817500', '141648.277500', '141648.737500', '141649.197500', '141649.657500', '141650.117500', '141650.577500', '141651.037500', '141651.497500', '141651.957500', '141652.417500', '141652.877500', '141653.337500', '141653.797500', '141654.257500', '141654.717500', '141655.177500', '141655.637500', '141656.097500', '141656.557500', '141657.017500', '141657.477500', '141657.937500', '141658.397500', '141658.857500', '141659.317500', '141659.777500', '141700.237500', '141700.697500', '141701.157500', '141701.617500', '141702.077500', '141702.537500', '141702.997500', '141703.457500', '141703.917500', '141704.377500', '141704.837500', '141705.297500', '141705.757500', '141706.217500', '141706.677500', '141707.137500', '141707.597500', '141708.057500', '141708.517500', '141708.977500', '141709.437500', '141709.897500', '141710.357500', '141710.817500', '141711.277500', '141711.737500', '141712.197500', '141712.657500', '141713.117500', '141713.577500', '141714.037500', '141714.497500', '141714.957500', '141715.417500', '141715.877500', '141716.337500', '141716.797500', '141717.257500', '141717.717500', '141718.177500', '141718.637500', '141719.097500', '141719.557500', '141720.017500', '141720.477500', '141720.937500', '141721.397500', '141721.857500', '141722.317500', '141722.777500', '141723.237500', '141723.697500', '141724.157500', '141724.617500', '141725.077500', '141725.537500', '141725.997500', '141726.457500', '141726.917500', '141727.377500', '141727.837500', '141728.297500', '141728.757500', '141729.217500', '141729.677500', '141730.137500', '141730.597500', '141731.057500', '141731.517500', '141731.977500', '141732.437500', '141732.897500', '141733.357500', '141733.817500', '141734.277500', '141734.737500', '141735.197500', '141735.657500', '141736.117500', '141736.577500', '141737.037500', '141737.497500', '141737.957500', '141738.417500', '141738.877500', '141739.337500', '141739.797500', '141740.257500', '141740.717500', '141741.177500', '141741.637500', '141742.097500', '141742.557500', '141743.017500', '141743.477500', '141743.937500', '141744.397500', '141744.857500', '141745.317500', '141745.777500', '141746.237500', '141746.697500', '141747.157500', '141747.617500', '141748.077500', '141748.537500', '141748.997500', '141749.457500', '141749.917500', '141750.377500', '141750.837500', '141751.297500', '141751.757500', '141752.217500', '141752.677500', '141753.137500', '141753.597500', '141754.057500', '141754.517500', '141754.977500', '141755.437500', '141755.897500', '141756.357500', '141756.817500', '141757.277500', '141757.737500', '141758.197500', '141758.657500', '141759.117500', '141759.577500', '141800.037500', '141800.497500', '141800.957500', '141801.417500', '141801.877500', '141802.337500', '141802.797500', '141803.257500', '141803.717500', '141804.177500', '141804.637500', '141805.097500', '141805.557500', '141806.017500', '141806.477500', '141806.937500', '141807.397500', '141807.857500', '141808.317500', '141808.777500', '141809.237500', '141809.697500', '141810.157500', '141810.617500', '141811.077500', '141811.537500', '141811.997500', '141812.457500', '141812.917500', '141813.377500', '141813.837500', '141814.297500', '141814.757500', '141815.217500', '141815.677500', '141816.137500', '141816.597500', '141817.057500', '141817.517500', '141817.977500', '141818.437500', '141818.897500', '141819.357500', '141819.817500', '141820.277500', '141820.737500', '141821.197500', '141821.657500', '141822.117500', '141822.577500', '141823.037500', '141823.497500', '141823.957500', '141824.417500', '141824.877500', '141825.337500', '141825.797500', '141826.257500', '141826.717500', '141827.177500', '141827.637500', '141828.097500', '141828.557500', '141829.017500', '141829.477500', '141829.937500', '141830.397500', '141830.857500', '141831.317500', '141831.777500', '141832.237500', '141832.697500', '141833.157500', '141833.617500', '141834.077500', '141834.537500', '141834.997500', '141835.457500', '141835.917500', '141836.377500', '141836.837500', '141837.297500', '141837.757500', '141838.217500', '141838.677500', '141839.137500', '141839.597500', '141840.057500', '141840.517500', '141840.977500', '141841.437500', '141841.897500', '141842.357500', '141842.817500', '141843.277500', '141843.737500', '141844.197500', '141844.657500', '141845.117500', '141845.577500', '141846.037500', '141846.497500', '141846.957500', '141847.417500', '141847.877500', '141848.337500', '141848.797500', '141849.257500', '141849.717500', '141850.177500', '141850.637500', '141851.097500', '141851.557500', '141852.017500', '141852.477500', '141852.937500', '141853.397500', '141853.857500', '141854.317500', '141854.777500', '141855.237500', '141855.697500', '141856.157500', '141856.617500', '141857.077500', '141857.537500', '141857.997500', '141858.457500', '141858.917500', '141859.377500', '141859.837500', '141900.297500', '141900.757500', '141901.217500', '141901.677500', '141902.137500', '141902.597500', '141903.057500', '141903.517500', '141903.977500', '141904.437500', '141904.897500', '141905.357500', '141905.817500', '141906.277500', '141906.737500', '141907.197500', '141907.657500', '141908.117500', '141908.577500', '141909.037500', '141909.497500', '141909.957500', '141910.417500', '141910.877500', '141911.337500', '141911.797500', '141912.257500', '141912.717500', '141913.177500', '141913.637500', '141914.097500', '141914.557500', '141915.017500', '141915.477500', '141915.937500', '141916.397500', '141916.857500', '141917.317500', '141917.777500', '141918.237500', '141918.697500', '141919.157500', '141919.617500', '141920.077500', '141920.537500', '141920.997500', '141921.457500', '141921.917500', '141922.377500', '141922.837500', '141923.297500', '141923.757500', '141924.217500', '141924.677500', '141925.137500', '141925.597500', '141926.057500', '141926.517500', '141926.977500', '141927.437500', '141927.897500', '141928.357500', '141928.817500', '141929.277500', '141929.737500', '141930.197500', '141930.657500', '141931.117500', '141931.577500', '141932.037500', '141932.497500', '141932.957500', '141933.417500', '141933.877500', '141934.337500', '141934.797500', '141935.257500', '141935.717500', '141936.177500', '141936.637500', '141937.097500', '141937.557500', '141938.017500', '141938.477500', '141938.937500', '141939.397500', '141939.857500', '141940.317500', '141940.777500', '141941.237500', '141941.697500', '141942.157500', '141942.617500', '141943.077500', '141943.537500', '141943.997500', '141944.457500', '141944.917500', '141945.377500', '141945.837500', '141946.297500', '141946.757500', '141947.217500', '141947.677500', '141948.137500', '141948.597500', '141949.057500', '141949.517500', '141949.977500', '141950.437500', '141950.897500', '141951.357500', '141951.817500', '141952.277500', '141952.737500', '141953.197500', '141953.657500', '141954.117500', '141954.577500', '141955.037500', '141955.497500', '141955.957500', '141956.417500', '141956.877500', '141957.337500', '141957.797500', '141958.257500', '141958.717500', '141959.177500', '141959.637500', '142000.097500', '142000.557500', '142001.017500', '142001.477500', '142001.937500', '142002.397500', '142002.857500', '142003.317500', '142003.777500', '142004.237500', '142004.697500', '142005.157500', '142005.617500', '142006.077500', '142006.537500', '142006.997500', '142007.457500', '142007.917500', '142008.377500', '142008.837500', '142009.297500', '142009.757500', '142010.217500', '142010.677500', '142011.137500', '142011.597500', '142012.057500', '142012.517500', '142012.977500', '142013.437500', '142013.897500', '142014.357500', '142014.817500', '142015.277500', '142015.737500', '142016.197500', '142016.657500', '142017.117500', '142017.577500', '142018.037500', '142018.497500', '142018.957500', '142019.417500', '142019.877500', '142020.337500', '142020.797500', '142021.257500', '142021.717500', '142022.177500', '142022.637500', '142023.097500', '142023.557500', '142024.017500', '142024.477500', '142024.937500', '142025.397500', '142025.857500', '142026.317500', '142026.777500', '142027.237500', '142027.697500', '142028.157500', '142028.617500', '142029.077500', '142029.537500', '142029.997500', '142030.457500', '142030.917500', '142031.377500', '142031.837500', '142032.297500', '142032.757500', '142033.217500', '142033.677500', '142034.137500', '142034.597500', '142035.057500', '142035.517500', '142035.977500', '142036.437500', '142036.897500', '142037.357500', '142037.817500', '142038.277500', '142038.737500', '142039.197500', '142039.657500', '142040.117500', '142040.577500', '142041.037500', '142041.497500', '142041.957500', '142042.417500', '142042.877500', '142043.337500', '142043.797500', '142044.257500', '142044.717500', '142045.177500', '142045.637500', '142046.097500', '142046.557500', '142047.017500', '142047.477500', '142047.937500', '142048.397500', '142048.857500', '142049.317500', '142049.777500', '142050.237500', '142050.697500', '142051.157500', '142051.617500', '142052.077500', '142052.537500', '142052.997500', '142053.457500', '142053.917500', '142054.377500', '142054.837500', '142055.297500', '142055.757500', '142056.217500', '142056.677500', '142057.137500', '142057.597500', '142058.057500', '142058.517500', '142058.977500', '142059.437500', '142059.897500', '142100.357500', '142100.817500', '142101.277500', '142101.737500', '142102.197500', '142102.657500', '142103.117500', '142103.577500', '142104.037500', '142104.497500', '142104.957500', '142105.417500', '142105.877500', '142106.337500', '142106.797500', '142107.257500', '142107.717500', '142108.177500', '142108.637500', '142109.097500', '142109.557500', '142110.017500', '142110.477500', '142110.937500', '142111.397500', '142111.857500', '142112.317500', '142112.777500', '142113.237500', '142113.697500', '142114.157500', '142114.617500', '142115.077500', '142115.537500', '142115.997500', '142116.457500', '142116.917500', '142117.377500', '142117.837500', '142118.297500', '142118.757500', '142119.217500', '142119.677500', '142120.137500', '142120.597500', '142121.057500', '142121.517500', '142121.977500', '142122.437500', '142122.897500', '142123.357500', '142123.817500', '142124.277500', '142124.737500', '142125.197500', '142125.657500', '142126.117500', '142126.577500', '142127.037500', '142127.497500', '142127.957500', '142128.417500', '142128.877500', '142129.337500', '142129.797500', '142130.257500', '142130.717500', '142131.177500', '142131.637500', '142132.097500', '142132.557500', '142133.017500', '142133.477500', '142133.937500', '142134.397500', '142134.857500', '142135.317500', '142135.777500', '142136.237500', '142136.697500', '142137.157500', '142137.617500', '142138.077500', '142138.537500', '142138.997500', '142139.457500', '142139.917500', '142140.377500', '142140.837500', '142141.297500', '142141.757500', '142142.217500', '142142.677500', '142143.137500', '142143.597500', '142144.057500', '142144.517500', '142144.977500', '142145.437500', '142145.897500', '142146.357500', '142146.817500', '142147.277500', '142147.737500', '142148.197500', '142148.657500', '142149.117500', '142149.577500', '142150.037500', '142150.497500', '142150.957500', '142151.417500', '142151.877500', '142152.337500', '142152.797500', '142153.257500', '142153.717500', '142154.177500', '142154.637500', '142155.097500', '142155.557500', '142156.017500', '142156.477500', '142156.937500', '142157.397500', '142157.857500', '142158.317500', '142158.777500', '142159.237500', '142159.697500', '142200.157500', '142200.617500', '142201.077500', '142201.537500', '142201.997500', '142202.457500', '142202.917500', '142203.377500', '142203.837500', '142204.297500', '142204.757500', '142205.217500', '142205.677500', '142206.137500', '142206.597500', '142207.057500', '142207.517500', '142207.977500', '142208.437500', '142208.897500', '142209.357500', '142209.817500', '142210.277500', '142210.737500', '142211.197500', '142211.657500', '142212.117500', '142212.577500', '142213.037500', '142213.497500', '142213.957500', '142214.417500', '142214.877500', '142215.337500', '142215.797500', '142216.257500', '142216.717500', '142217.177500', '142217.637500', '142218.097500', '142218.557500', '142219.017500', '142219.477500', '142219.937500', '142220.397500', '142220.857500', '142221.317500', '142221.777500', '142222.237500', '142222.697500', '142223.157500', '142223.617500', '142224.077500', '142224.537500', '142224.997500', '142225.457500', '142225.917500', '142226.377500', '142226.837500', '142227.297500', '142227.757500', '142228.217500', '142228.677500', '142229.137500', '142229.597500', '142230.057500', '142230.517500', '142230.977500', '142231.437500', '142231.897500', '142232.357500', '142232.817500', '142233.277500', '142233.737500', '142234.197500', '142234.657500', '142235.117500', '142235.577500', '142236.037500', '142236.497500', '142236.957500', '142237.417500', '142237.877500', '142238.337500', '142238.797500', '142239.257500', '142239.717500', '142240.177500', '142240.637500', '142241.097500', '142241.557500', '142242.017500', '142242.477500', '142242.937500', '142243.397500', '142243.857500', '142244.317500', '142244.777500', '142245.237500', '142245.697500', '142246.157500', '142246.617500', '142247.077500', '142247.537500', '142247.997500', '142248.457500', '142248.917500', '142249.377500', '142249.837500', '142250.297500', '142250.757500', '142251.217500', '142251.677500', '142252.137500', '142252.597500', '142253.057500', '142253.517500', '142253.977500', '142254.437500', '142254.897500'], 'ContentTime': ['140905.621000', '140905.624000', '140905.627000', '140905.630000', '140905.633000', '140905.635000', '140905.638000', '140905.640000', '140905.643000', '140905.646000', '140905.648000', '140905.651000', '140905.653000', '140905.656000', '140905.659000', '140905.661000', '140905.664000', '140905.666000', '140905.669000', '140905.671000', '140905.674000', '140905.676000', '140905.688000', '140905.690000', '140905.693000', '140905.695000', '140905.698000', '140905.701000', '140905.703000', '140905.706000', '140905.708000', '140905.711000', '140905.714000', '140905.716000', '140905.719000', '140905.721000', '140905.724000', '140905.726000', '140905.729000', '140905.731000', '140905.734000', '140905.737000', '140905.739000', '140905.742000', '140905.744000', '140905.747000', '140905.749000', '140905.752000', '140905.755000', '140905.757000', '140905.760000', '140905.762000', '140905.765000', '140925.589000', '140925.591000', '140925.594000', '140925.597000', '140925.600000', '140925.602000', '140925.605000', '140925.608000', '140925.610000', '140925.613000', '140925.622000', '140925.624000', '140925.627000', '140925.629000', '140925.632000', '140925.635000', '140925.638000', '140925.640000', '140925.643000', '140925.645000', '140925.648000', '140925.651000', '140925.653000', '140925.656000', '140925.658000', '140925.661000', '140925.664000', '140925.666000', '140925.669000', '140925.672000', '140925.674000', '140925.677000', '140925.680000', '140925.682000', '140925.685000', '140925.688000', '140925.690000', '140925.693000', '140925.695000', '140925.698000', '140925.701000', '140925.703000', '140925.706000', '140925.709000', '140945.588000', '140945.591000', '140945.593000', '140945.596000', '140945.598000', '140945.601000', '140945.604000', '140945.606000', '140945.609000', '140945.611000', '140945.614000', '140945.617000', '140945.619000', '140945.622000', '140945.625000', '140945.627000', '140945.630000', '140945.632000', '140945.635000', '140945.638000', '140945.651000', '140945.654000', '140945.657000', '140945.659000', '140945.662000', '140945.664000', '140945.667000', '140945.669000', '140945.672000', '140945.675000', '140945.678000', '140945.680000', '140945.683000', '140945.685000', '140945.688000', '140945.691000', '140945.693000', '140945.696000', '140945.698000', '140945.701000', '140945.704000', '140945.706000', '140945.709000', '141005.596000', '141005.599000', '141005.602000', '141005.605000', '141005.607000', '141005.610000', '141005.613000', '141005.616000', '141005.619000', '141005.622000', '141005.625000', '141005.627000', '141005.630000', '141005.633000', '141005.635000', '141005.638000', '141005.641000', '141005.643000', '141005.646000', '141005.654000', '141005.657000', '141005.660000', '141005.662000', '141005.665000', '141005.667000', '141005.670000', '141005.673000', '141005.676000', '141005.678000', '141005.681000', '141005.684000', '141005.686000', '141005.689000', '141005.692000', '141005.694000', '141005.697000', '141005.700000', '141005.702000', '141005.705000', '141005.708000', '141005.710000', '141005.713000', '141005.716000', '141005.719000', '141025.587000', '141025.590000', '141025.593000', '141025.596000', '141025.598000', '141025.601000', '141025.603000', '141025.606000', '141025.609000', '141025.612000', '141025.614000', '141025.617000', '141025.619000', '141025.622000', '141025.625000', '141025.628000', '141025.630000', '141025.633000', '141025.635000', '141025.638000', '141025.641000', '141025.652000', '141025.654000', '141025.657000', '141025.660000', '141025.662000', '141025.665000', '141025.668000', '141025.670000', '141025.673000', '141025.675000', '141025.678000', '141025.681000', '141025.683000', '141025.686000', '141025.689000', '141025.691000', '141025.694000', '141025.696000', '141025.699000', '141025.702000', '141025.704000', '141025.707000', '141045.588000', '141045.591000', '141045.594000', '141045.596000', '141045.599000', '141045.602000', '141045.605000', '141045.607000', '141045.610000', '141045.613000', '141045.615000', '141045.618000', '141045.621000', '141045.623000', '141045.626000', '141045.629000', '141045.631000', '141045.642000', '141045.644000', '141045.647000', '141045.650000', '141045.652000', '141045.655000', '141045.657000', '141045.660000', '141045.663000', '141045.665000', '141045.668000', '141045.671000', '141045.673000', '141045.676000', '141045.679000', '141045.681000', '141045.684000', '141045.687000', '141045.689000', '141045.692000', '141045.695000', '141045.697000', '141045.700000', '141045.703000', '141045.705000', '141045.708000', '141045.711000', '141105.588000', '141105.591000', '141105.594000', '141105.597000', '141105.600000', '141105.602000', '141105.605000', '141105.608000', '141105.610000', '141105.613000', '141105.615000', '141105.618000', '141105.621000', '141105.623000', '141105.626000', '141105.629000', '141105.631000', '141105.634000', '141105.637000', '141105.639000', '141105.642000', '141105.644000', '141105.647000', '141105.649000', '141105.652000', '141105.655000', '141105.657000', '141105.660000', '141105.662000', '141105.665000', '141105.668000', '141105.670000', '141105.673000', '141105.675000', '141105.678000', '141105.680000', '141105.683000', '141105.686000', '141105.688000', '141105.691000', '141105.693000', '141105.696000', '141105.698000', '141125.589000', '141125.591000', '141125.594000', '141125.597000', '141125.600000', '141125.603000', '141125.605000', '141125.608000', '141125.611000', '141125.613000', '141125.616000', '141125.619000', '141125.621000', '141125.624000', '141125.626000', '141125.629000', '141125.632000', '141125.634000', '141125.637000', '141125.640000', '141125.642000', '141125.645000', '141125.647000', '141125.650000', '141125.653000', '141125.656000', '141125.659000', '141125.662000', '141125.664000', '141125.667000', '141125.670000', '141125.672000', '141125.675000', '141125.678000', '141125.680000', '141125.683000', '141125.686000', '141125.688000', '141125.691000', '141125.699000', '141125.711000', '141125.714000', '141125.717000', '141145.589000', '141145.591000', '141145.594000', '141145.597000', '141145.599000', '141145.602000', '141145.604000', '141145.607000', '141145.610000', '141145.612000', '141145.615000', '141145.617000', '141145.620000', '141145.623000', '141145.625000', '141145.628000', '141145.630000', '141145.633000', '141145.636000', '141145.638000', '141145.641000', '141145.643000', '141145.646000', '141145.648000', '141145.651000', '141145.654000', '141145.656000', '141145.659000', '141145.661000', '141145.664000', '141145.667000', '141145.669000', '141145.672000', '141145.674000', '141145.677000', '141145.680000', '141145.682000', '141145.685000', '141145.687000', '141145.690000', '141145.692000', '141145.695000', '141145.698000', '141145.700000', '141205.588000', '141205.590000', '141205.593000', '141205.596000', '141205.598000', '141205.601000', '141205.603000', '141205.606000', '141205.609000', '141205.611000', '141205.614000', '141205.616000', '141205.619000', '141205.622000', '141205.624000', '141205.627000', '141205.629000', '141205.632000', '141205.634000', '141205.637000', '141205.639000', '141205.642000', '141205.645000', '141205.647000', '141205.650000', '141205.653000', '141205.655000', '141205.658000', '141205.660000', '141205.663000', '141205.666000', '141205.668000', '141205.671000', '141205.673000', '141205.676000', '141205.679000', '141205.681000', '141205.684000', '141205.687000', '141205.689000', '141205.692000', '141205.694000', '141205.697000', '141225.588000', '141225.591000', '141225.594000', '141225.596000', '141225.599000', '141225.602000', '141225.604000', '141225.607000', '141225.610000', '141225.613000', '141225.615000', '141225.618000', '141225.620000', '141225.623000', '141225.626000', '141225.628000', '141225.631000', '141225.634000', '141225.636000', '141225.639000', '141225.642000', '141225.644000', '141225.647000', '141225.650000', '141225.652000', '141225.655000', '141225.658000', '141225.660000', '141225.663000', '141225.666000', '141225.668000', '141225.671000', '141225.674000', '141225.676000', '141225.679000', '141225.681000', '141225.684000', '141225.687000', '141225.690000', '141225.692000', '141225.695000', '141225.697000', '141225.700000', '141225.703000', '141245.589000', '141245.591000', '141245.594000', '141245.597000', '141245.600000', '141245.602000', '141245.605000', '141245.607000', '141245.610000', '141245.613000', '141245.615000', '141245.618000', '141245.621000', '141245.623000', '141245.626000', '141245.628000', '141245.631000', '141245.633000', '141245.636000', '141245.639000', '141245.641000', '141245.644000', '141245.647000', '141245.650000', '141245.652000', '141245.655000', '141245.658000', '141245.660000', '141245.663000', '141245.665000', '141245.668000', '141245.671000', '141245.673000', '141245.676000', '141245.678000', '141245.681000', '141245.684000', '141245.686000', '141245.689000', '141245.691000', '141245.695000', '141245.698000', '141245.700000', '141305.589000', '141305.591000', '141305.594000', '141305.597000', '141305.599000', '141305.602000', '141305.605000', '141305.607000', '141305.610000', '141305.613000', '141305.615000', '141305.618000', '141305.620000', '141305.623000', '141305.626000', '141305.628000', '141305.631000', '141305.633000', '141305.636000', '141305.639000', '141305.641000', '141305.655000', '141305.658000', '141305.661000', '141305.663000', '141305.666000', '141305.669000', '141305.671000', '141305.674000', '141305.677000', '141305.679000', '141305.682000', '141305.685000', '141305.687000', '141305.690000', '141305.692000', '141305.695000', '141305.698000', '141305.700000', '141305.703000', '141305.706000', '141305.708000', '141305.711000', '141305.714000', '141325.589000', '141325.591000', '141325.594000', '141325.597000', '141325.599000', '141325.602000', '141325.605000', '141325.607000', '141325.610000', '141325.612000', '141325.615000', '141325.618000', '141325.620000', '141325.623000', '141325.625000', '141325.628000', '141325.630000', '141325.633000', '141325.636000', '141325.639000', '141325.641000', '141325.644000', '141325.647000', '141325.650000', '141325.652000', '141325.655000', '141325.658000', '141325.660000', '141325.663000', '141325.666000', '141325.668000', '141325.671000', '141325.674000', '141325.676000', '141325.679000', '141325.681000', '141325.684000', '141325.687000', '141325.689000', '141325.692000', '141325.694000', '141325.697000', '141325.699000', '141345.589000', '141345.591000', '141345.594000', '141345.597000', '141345.600000', '141345.603000', '141345.605000', '141345.608000', '141345.611000', '141345.613000', '141345.616000', '141345.619000', '141345.621000', '141345.624000', '141345.627000', '141345.629000', '141345.632000', '141345.635000', '141345.637000', '141345.640000', '141345.643000', '141345.645000', '141345.648000', '141345.650000', '141345.653000', '141345.656000', '141345.658000', '141345.661000', '141345.663000', '141345.666000', '141345.669000', '141345.671000', '141345.674000', '141345.677000', '141345.680000', '141345.682000', '141345.685000', '141345.687000', '141345.690000', '141345.693000', '141345.695000', '141345.698000', '141345.700000', '141345.703000', '141405.589000', '141405.592000', '141405.594000', '141405.597000', '141405.600000', '141405.602000', '141405.605000', '141405.608000', '141405.610000', '141405.613000', '141405.615000', '141405.618000', '141405.620000', '141405.623000', '141405.626000', '141405.628000', '141405.631000', '141405.634000', '141405.636000', '141405.639000', '141405.642000', '141405.644000', '141405.647000', '141405.649000', '141405.652000', '141405.655000', '141405.657000', '141405.660000', '141405.662000', '141405.665000', '141405.667000', '141405.670000', '141405.673000', '141405.675000', '141405.678000', '141405.681000', '141405.683000', '141405.688000', '141405.690000', '141405.693000', '141405.695000', '141405.698000', '141405.701000', '141425.588000', '141425.590000', '141425.593000', '141425.596000', '141425.598000', '141425.601000', '141425.604000', '141425.606000', '141425.609000', '141425.611000', '141425.614000', '141425.617000', '141425.619000', '141425.622000', '141425.624000', '141425.627000', '141425.629000', '141425.632000', '141425.635000', '141425.637000', '141425.640000', '141425.642000', '141425.645000', '141425.648000', '141425.650000', '141425.653000', '141425.655000', '141425.658000', '141425.661000', '141425.663000', '141425.666000', '141425.668000', '141425.687000', '141425.690000', '141425.692000', '141425.695000', '141425.698000', '141425.700000', '141425.703000', '141425.705000', '141425.708000', '141425.711000', '141425.713000', '141425.716000', '141445.588000', '141445.591000', '141445.593000', '141445.596000', '141445.599000', '141445.602000', '141445.604000', '141445.607000', '141445.609000', '141445.612000', '141445.615000', '141445.617000', '141445.620000', '141445.623000', '141445.625000', '141445.628000', '141445.630000', '141445.633000', '141445.636000', '141445.638000', '141445.641000', '141445.644000', '141445.646000', '141445.649000', '141445.651000', '141445.654000', '141445.657000', '141445.659000', '141445.662000', '141445.665000', '141445.667000', '141445.670000', '141445.672000', '141445.675000', '141445.677000', '141445.680000', '141445.683000', '141445.685000', '141445.688000', '141445.690000', '141445.693000', '141445.696000', '141445.698000', '141505.590000', '141505.593000', '141505.595000', '141505.598000', '141505.601000', '141505.603000', '141505.606000', '141505.608000', '141505.611000', '141505.614000', '141505.616000', '141505.619000', '141505.621000', '141505.624000', '141505.626000', '141505.629000', '141505.632000', '141505.634000', '141505.637000', '141505.639000', '141505.642000', '141505.644000', '141505.647000', '141505.650000', '141505.652000', '141505.655000', '141505.657000', '141505.660000', '141505.662000', '141505.665000', '141505.668000', '141505.670000', '141505.673000', '141505.676000', '141505.678000', '141505.681000', '141505.683000', '141505.687000', '141505.689000', '141505.692000', '141505.694000', '141505.697000', '141505.700000', '141505.702000', '141525.589000', '141525.591000', '141525.594000', '141525.597000', '141525.600000', '141525.602000', '141525.605000', '141525.608000', '141525.610000', '141525.613000', '141525.615000', '141525.625000', '141525.628000', '141525.630000', '141525.633000', '141525.636000', '141525.639000', '141525.641000', '141525.644000', '141525.646000', '141525.649000', '141525.652000', '141525.654000', '141525.657000', '141525.660000', '141525.662000', '141525.665000', '141525.668000', '141525.670000', '141525.673000', '141525.676000', '141525.678000', '141525.681000', '141525.683000', '141525.686000', '141525.689000', '141525.691000', '141525.694000', '141525.697000', '141525.699000', '141525.702000', '141525.705000', '141525.707000', '141545.589000', '141545.591000', '141545.594000', '141545.597000', '141545.600000', '141545.602000', '141545.605000', '141545.607000', '141545.610000', '141545.613000', '141545.615000', '141545.618000', '141545.620000', '141545.623000', '141545.626000', '141545.628000', '141545.631000', '141545.634000', '141545.636000', '141545.639000', '141545.641000', '141545.644000', '141545.646000', '141545.649000', '141545.652000', '141545.654000', '141545.657000', '141545.659000', '141545.662000', '141545.665000', '141545.667000', '141545.670000', '141545.673000', '141545.675000', '141545.678000', '141545.680000', '141545.683000', '141545.686000', '141545.688000', '141545.691000', '141545.694000', '141545.696000', '141545.699000', '141545.702000', '141605.589000', '141605.592000', '141605.594000', '141605.597000', '141605.600000', '141605.602000', '141605.605000', '141605.608000', '141605.611000', '141605.613000', '141605.616000', '141605.619000', '141605.621000', '141605.624000', '141605.627000', '141605.629000', '141605.632000', '141605.635000', '141605.637000', '141605.640000', '141605.643000', '141605.645000', '141605.648000', '141605.650000', '141605.653000', '141605.656000', '141605.658000', '141605.661000', '141605.664000', '141605.666000', '141605.669000', '141605.672000', '141605.674000', '141605.677000', '141605.680000', '141605.682000', '141605.685000', '141605.687000', '141605.690000', '141605.693000', '141605.695000', '141605.698000', '141605.701000', '141625.589000', '141625.592000', '141625.594000', '141625.597000', '141625.600000', '141625.602000', '141625.605000', '141625.608000', '141625.610000', '141625.613000', '141625.616000', '141625.618000', '141625.621000', '141625.624000', '141625.626000', '141625.629000', '141625.632000', '141625.634000', '141625.637000', '141625.639000', '141625.642000', '141625.645000', '141625.647000', '141625.650000', '141625.653000', '141625.655000', '141625.658000', '141625.661000', '141625.663000', '141625.666000', '141625.668000', '141625.671000', '141625.674000', '141625.676000', '141625.679000', '141625.682000', '141625.684000', '141625.687000', '141625.690000', '141625.692000', '141625.695000', '141625.698000', '141625.700000', '141625.703000', '141645.588000', '141645.591000', '141645.593000', '141645.596000', '141645.598000', '141645.601000', '141645.604000', '141645.607000', '141645.609000', '141645.612000', '141645.615000', '141645.617000', '141645.620000', '141645.623000', '141645.625000', '141645.628000', '141645.630000', '141645.633000', '141645.636000', '141645.638000', '141645.641000', '141645.644000', '141645.646000', '141645.649000', '141645.652000', '141645.654000', '141645.657000', '141645.660000', '141645.662000', '141645.665000', '141645.668000', '141645.670000', '141645.673000', '141645.675000', '141645.678000', '141645.681000', '141645.683000', '141645.686000', '141645.689000', '141645.691000', '141645.694000', '141645.697000', '141645.699000', '141705.588000', '141705.590000', '141705.593000', '141705.596000', '141705.599000', '141705.601000', '141705.604000', '141705.607000', '141705.609000', '141705.612000', '141705.615000', '141705.617000', '141705.620000', '141705.623000', '141705.625000', '141705.628000', '141705.631000', '141705.639000', '141705.642000', '141705.645000', '141705.647000', '141705.650000', '141705.653000', '141705.655000', '141705.658000', '141705.661000', '141705.664000', '141705.666000', '141705.669000', '141705.671000', '141705.681000', '141705.683000', '141705.686000', '141705.689000', '141705.692000', '141705.694000', '141705.697000', '141705.699000', '141705.702000', '141705.734000', '141705.737000', '141705.739000', '141705.742000', '141705.745000', '141725.589000', '141725.591000', '141725.594000', '141725.597000', '141725.600000', '141725.602000', '141725.605000', '141725.607000', '141725.610000', '141725.613000', '141725.616000', '141725.618000', '141725.621000', '141725.624000', '141725.626000', '141725.629000', '141725.631000', '141725.634000', '141725.637000', '141725.639000', '141725.642000', '141725.645000', '141725.647000', '141725.650000', '141725.653000', '141725.655000', '141725.658000', '141725.660000', '141725.663000', '141725.666000', '141725.668000', '141725.671000', '141725.674000', '141725.677000', '141725.679000', '141725.682000', '141725.684000', '141725.687000', '141725.690000', '141725.692000', '141725.695000', '141725.698000', '141725.700000', '141745.589000', '141745.592000', '141745.594000', '141745.597000', '141745.600000', '141745.602000', '141745.605000', '141745.608000', '141745.610000', '141745.614000', '141745.617000', '141745.619000', '141745.622000', '141745.625000', '141745.627000', '141745.630000', '141745.633000', '141745.635000', '141745.638000', '141745.641000', '141745.643000', '141745.646000', '141745.649000', '141745.651000', '141745.654000', '141745.657000', '141745.659000', '141745.662000', '141745.665000', '141745.668000', '141745.670000', '141745.673000', '141745.676000', '141745.679000', '141745.681000', '141745.684000', '141745.686000', '141745.689000', '141745.692000', '141745.695000', '141745.697000', '141745.700000', '141745.703000', '141745.705000', '141805.589000', '141805.592000', '141805.594000', '141805.597000', '141805.600000', '141805.603000', '141805.605000', '141805.608000', '141805.611000', '141805.613000', '141805.616000', '141805.619000', '141805.621000', '141805.624000', '141805.627000', '141805.629000', '141805.632000', '141805.635000', '141805.637000', '141805.640000', '141805.643000', '141805.645000', '141805.648000', '141805.651000', '141805.653000', '141805.656000', '141805.658000', '141805.661000', '141805.664000', '141805.666000', '141805.669000', '141805.672000', '141805.674000', '141805.677000', '141805.679000', '141805.682000', '141805.685000', '141805.687000', '141805.690000', '141805.693000', '141805.695000', '141805.698000', '141805.701000', '141825.589000', '141825.591000', '141825.594000', '141825.597000', '141825.600000', '141825.603000', '141825.605000', '141825.608000', '141825.611000', '141825.613000', '141825.616000', '141825.619000', '141825.621000', '141825.624000', '141825.627000', '141825.629000', '141825.632000', '141825.634000', '141825.637000', '141825.640000', '141825.643000', '141825.645000', '141825.654000', '141825.657000', '141825.660000', '141825.662000', '141825.665000', '141825.667000', '141825.670000', '141825.673000', '141825.675000', '141825.678000', '141825.681000', '141825.683000', '141825.686000', '141825.689000', '141825.691000', '141825.694000', '141825.697000', '141825.699000', '141825.702000', '141825.705000', '141825.707000', '141825.710000', '141845.589000', '141845.591000', '141845.594000', '141845.597000', '141845.600000', '141845.602000', '141845.605000', '141845.608000', '141845.610000', '141845.613000', '141845.616000', '141845.618000', '141845.621000', '141845.623000', '141845.626000', '141845.629000', '141845.632000', '141845.634000', '141845.637000', '141845.639000', '141845.642000', '141845.645000', '141845.647000', '141845.650000', '141845.653000', '141845.655000', '141845.658000', '141845.661000', '141845.663000', '141845.666000', '141845.669000', '141845.671000', '141845.674000', '141845.676000', '141845.679000', '141845.682000', '141845.685000', '141845.687000', '141845.690000', '141845.693000', '141845.695000', '141845.698000', '141845.700000', '141905.588000', '141905.591000', '141905.594000', '141905.596000', '141905.599000', '141905.602000', '141905.604000', '141905.607000', '141905.610000', '141905.612000', '141905.615000', '141905.618000', '141905.620000', '141905.623000', '141905.626000', '141905.628000', '141905.631000', '141905.634000', '141905.637000', '141905.640000', '141905.643000', '141905.646000', '141905.649000', '141905.652000', '141905.655000', '141905.658000', '141905.660000', '141905.663000', '141905.666000', '141905.668000', '141905.671000', '141905.674000', '141905.676000', '141905.679000', '141905.682000', '141905.684000', '141905.687000', '141905.690000', '141905.692000', '141905.695000', '141905.698000', '141905.700000', '141905.703000', '141925.588000', '141925.590000', '141925.594000', '141925.597000', '141925.604000', '141925.607000', '141925.610000', '141925.612000', '141925.615000', '141925.618000', '141925.621000', '141925.624000', '141925.627000', '141925.629000', '141925.632000', '141925.635000', '141925.637000', '141925.640000', '141925.643000', '141925.645000', '141925.648000', '141925.650000', '141925.653000', '141925.656000', '141925.659000', '141925.661000', '141925.664000', '141925.666000', '141925.669000', '141925.672000', '141925.674000', '141925.677000', '141925.683000', '141925.685000', '141925.688000', '141925.691000', '141925.693000', '141925.696000', '141925.699000', '141925.701000', '141925.704000', '141925.707000', '141925.709000', '141925.712000', '141945.589000', '141945.592000', '141945.594000', '141945.597000', '141945.628000', '141945.631000', '141945.634000', '141945.637000', '141945.639000', '141945.642000', '141945.645000', '141945.647000', '141945.650000', '141945.652000', '141945.655000', '141945.658000', '141945.660000', '141945.663000', '141945.666000', '141945.668000', '141945.671000', '141945.674000', '141945.676000', '141945.679000', '141945.681000', '141945.684000', '141945.687000', '141945.689000', '141945.692000', '141945.695000', '141945.697000', '141945.700000', '141945.703000', '141945.705000', '141945.708000', '141945.711000', '141945.713000', '141945.716000', '141945.719000', '141945.722000', '141945.724000', '141945.727000', '141945.730000', '142005.589000', '142005.592000', '142005.594000', '142005.597000', '142005.600000', '142005.603000', '142005.605000', '142005.608000', '142005.610000', '142005.613000', '142005.616000', '142005.618000', '142005.621000', '142005.624000', '142005.626000', '142005.629000', '142005.631000', '142005.634000', '142005.637000', '142005.639000', '142005.642000', '142005.645000', '142005.647000', '142005.650000', '142005.652000', '142005.655000', '142005.658000', '142005.660000', '142005.663000', '142005.666000', '142005.668000', '142005.671000', '142005.674000', '142005.676000', '142005.679000', '142005.682000', '142005.684000', '142005.687000', '142005.689000', '142005.692000', '142005.695000', '142005.697000', '142005.700000', '142005.702000', '142025.589000', '142025.592000', '142025.594000', '142025.597000', '142025.600000', '142025.603000', '142025.605000', '142025.608000', '142025.611000', '142025.613000', '142025.616000', '142025.619000', '142025.621000', '142025.624000', '142025.627000', '142025.630000', '142025.633000', '142025.636000', '142025.639000', '142025.641000', '142025.644000', '142025.647000', '142025.649000', '142025.652000', '142025.655000', '142025.657000', '142025.660000', '142025.663000', '142025.665000', '142025.668000', '142025.671000', '142025.673000', '142025.676000', '142025.678000', '142025.681000', '142025.684000', '142025.686000', '142025.689000', '142025.692000', '142025.696000', '142025.698000', '142025.701000', '142025.704000', '142045.589000', '142045.592000', '142045.594000', '142045.597000', '142045.600000', '142045.603000', '142045.605000', '142045.608000', '142045.611000', '142045.613000', '142045.616000', '142045.619000', '142045.621000', '142045.624000', '142045.627000', '142045.629000', '142045.632000', '142045.635000', '142045.637000', '142045.640000', '142045.643000', '142045.645000', '142045.648000', '142045.651000', '142045.653000', '142045.656000', '142045.659000', '142045.661000', '142045.664000', '142045.667000', '142045.718000', '142045.721000', '142045.723000', '142045.726000', '142045.729000', '142045.731000', '142045.734000', '142045.736000', '142045.739000', '142045.742000', '142045.745000', '142045.747000', '142045.750000', '142045.752000', '142105.589000', '142105.592000', '142105.594000', '142105.597000', '142105.600000', '142105.602000', '142105.605000', '142105.608000', '142105.610000', '142105.613000', '142105.616000', '142105.618000', '142105.621000', '142105.624000', '142105.626000', '142105.629000', '142105.632000', '142105.634000', '142105.637000', '142105.640000', '142105.642000', '142105.645000', '142105.648000', '142105.650000', '142105.653000', '142105.656000', '142105.659000', '142105.661000', '142105.664000', '142105.667000', '142105.669000', '142105.672000', '142105.675000', '142105.677000', '142105.680000', '142105.682000', '142105.685000', '142105.688000', '142105.690000', '142105.693000', '142105.696000', '142105.698000', '142105.701000', '142125.588000', '142125.590000', '142125.593000', '142125.596000', '142125.599000', '142125.601000', '142125.604000', '142125.606000', '142125.609000', '142125.611000', '142125.614000', '142125.617000', '142125.619000', '142125.622000', '142125.624000', '142125.627000', '142125.630000', '142125.632000', '142125.635000', '142125.638000', '142125.640000', '142125.643000', '142125.645000', '142125.648000', '142125.650000', '142125.653000', '142125.655000', '142125.658000', '142125.661000', '142125.663000', '142125.666000', '142125.668000', '142125.671000', '142125.674000', '142125.676000', '142125.679000', '142125.681000', '142125.684000', '142125.687000', '142125.689000', '142125.692000', '142125.694000', '142125.697000', '142125.700000', '142145.588000', '142145.591000', '142145.594000', '142145.596000', '142145.599000', '142145.602000', '142145.604000', '142145.607000', '142145.610000', '142145.613000', '142145.615000', '142145.618000', '142145.621000', '142145.631000', '142145.633000', '142145.636000', '142145.639000', '142145.642000', '142145.644000', '142145.647000', '142145.649000', '142145.652000', '142145.655000', '142145.657000', '142145.660000', '142145.662000', '142145.665000', '142145.667000', '142145.670000', '142145.673000', '142145.676000', '142145.679000', '142145.682000', '142145.685000', '142145.687000', '142145.690000', '142145.693000', '142145.695000', '142145.698000', '142145.701000', '142145.703000', '142145.706000', '142145.709000', '142205.589000', '142205.591000', '142205.594000', '142205.597000', '142205.599000', '142205.602000', '142205.605000', '142205.607000', '142205.610000', '142205.613000', '142205.615000', '142205.618000', '142205.620000', '142205.623000', '142205.626000', '142205.628000', '142205.631000', '142205.634000', '142205.636000', '142205.639000', '142205.641000', '142205.644000', '142205.647000', '142205.649000', '142205.652000', '142205.654000', '142205.657000', '142205.660000', '142205.662000', '142205.665000', '142205.667000', '142205.670000', '142205.673000', '142205.675000', '142205.678000', '142205.681000', '142205.683000', '142205.686000', '142205.689000', '142205.691000', '142205.694000', '142205.696000', '142205.699000', '142205.702000', '142225.589000', '142225.592000', '142225.594000', '142225.597000', '142225.600000', '142225.603000', '142225.605000', '142225.608000', '142225.610000', '142225.613000', '142225.616000', '142225.618000', '142225.621000', '142225.624000', '142225.626000', '142225.629000', '142225.632000', '142225.634000', '142225.637000', '142225.640000', '142225.642000', '142225.645000', '142225.648000', '142225.650000', '142225.653000', '142225.656000', '142225.658000', '142225.661000', '142225.664000', '142225.666000', '142225.669000', '142225.671000', '142225.674000', '142225.677000', '142225.680000', '142225.682000', '142225.685000', '142225.687000', '142225.690000', '142225.693000', '142225.700000', '142225.702000', '142225.705000', '142245.589000', '142245.592000', '142245.595000', '142245.597000', '142245.600000', '142245.603000', '142245.605000', '142245.608000', '142245.610000', '142245.613000', '142245.616000', '142245.618000', '142245.621000', '142245.624000', '142245.626000', '142245.629000', '142245.631000', '142245.634000', '142245.637000', '142245.639000', '142245.642000', '142245.645000', '142245.647000', '142245.650000', '142245.652000', '142245.655000', '142245.658000', '142245.660000', '142245.663000', '142245.666000', '142245.668000', '142245.671000', '142245.673000', '142245.676000', '142245.678000', '142245.681000', '142245.684000', '142245.686000', '142245.689000', '142245.691000', '142245.694000', '142245.697000', '142245.699000', '142245.702000', '142256.049000', '142256.052000', '142256.055000', '142256.058000', '142256.060000', '142256.063000', '142256.066000', '142256.069000', '142256.072000', '142256.075000', '142256.078000', '142256.080000', '142256.092000', '142256.095000', '142256.099000', '142256.101000', '142256.104000', '142256.107000', '142256.110000', '142256.114000', '142256.117000', '142256.121000', '142256.124000'], 'InstanceCreationTime': ['140905.621000', '140905.624000', '140905.627000', '140905.630000', '140905.633000', '140905.635000', '140905.638000', '140905.640000', '140905.643000', '140905.646000', '140905.648000', '140905.651000', '140905.653000', '140905.656000', '140905.659000', '140905.661000', '140905.664000', '140905.666000', '140905.669000', '140905.671000', '140905.674000', '140905.676000', '140905.688000', '140905.690000', '140905.693000', '140905.695000', '140905.698000', '140905.701000', '140905.703000', '140905.706000', '140905.708000', '140905.711000', '140905.714000', '140905.716000', '140905.719000', '140905.721000', '140905.724000', '140905.726000', '140905.729000', '140905.731000', '140905.734000', '140905.737000', '140905.739000', '140905.742000', '140905.744000', '140905.747000', '140905.749000', '140905.752000', '140905.755000', '140905.757000', '140905.760000', '140905.762000', '140905.765000', '140925.589000', '140925.591000', '140925.594000', '140925.597000', '140925.600000', '140925.602000', '140925.605000', '140925.608000', '140925.610000', '140925.613000', '140925.622000', '140925.624000', '140925.627000', '140925.629000', '140925.632000', '140925.635000', '140925.638000', '140925.640000', '140925.643000', '140925.645000', '140925.648000', '140925.651000', '140925.653000', '140925.656000', '140925.658000', '140925.661000', '140925.664000', '140925.666000', '140925.669000', '140925.672000', '140925.674000', '140925.677000', '140925.680000', '140925.682000', '140925.685000', '140925.688000', '140925.690000', '140925.693000', '140925.695000', '140925.698000', '140925.701000', '140925.703000', '140925.706000', '140925.709000', '140945.588000', '140945.591000', '140945.593000', '140945.596000', '140945.598000', '140945.601000', '140945.604000', '140945.606000', '140945.609000', '140945.611000', '140945.614000', '140945.617000', '140945.619000', '140945.622000', '140945.625000', '140945.627000', '140945.630000', '140945.632000', '140945.635000', '140945.638000', '140945.651000', '140945.654000', '140945.657000', '140945.659000', '140945.662000', '140945.664000', '140945.667000', '140945.669000', '140945.672000', '140945.675000', '140945.678000', '140945.680000', '140945.683000', '140945.685000', '140945.688000', '140945.691000', '140945.693000', '140945.696000', '140945.698000', '140945.701000', '140945.704000', '140945.706000', '140945.709000', '141005.596000', '141005.599000', '141005.602000', '141005.605000', '141005.607000', '141005.610000', '141005.613000', '141005.616000', '141005.619000', '141005.622000', '141005.625000', '141005.627000', '141005.630000', '141005.633000', '141005.635000', '141005.638000', '141005.641000', '141005.643000', '141005.646000', '141005.654000', '141005.657000', '141005.660000', '141005.662000', '141005.665000', '141005.667000', '141005.670000', '141005.673000', '141005.676000', '141005.678000', '141005.681000', '141005.684000', '141005.686000', '141005.689000', '141005.692000', '141005.694000', '141005.697000', '141005.700000', '141005.702000', '141005.705000', '141005.708000', '141005.710000', '141005.713000', '141005.716000', '141005.719000', '141025.587000', '141025.590000', '141025.593000', '141025.596000', '141025.598000', '141025.601000', '141025.603000', '141025.606000', '141025.609000', '141025.612000', '141025.614000', '141025.617000', '141025.619000', '141025.622000', '141025.625000', '141025.628000', '141025.630000', '141025.633000', '141025.635000', '141025.638000', '141025.641000', '141025.652000', '141025.654000', '141025.657000', '141025.660000', '141025.662000', '141025.665000', '141025.668000', '141025.670000', '141025.673000', '141025.675000', '141025.678000', '141025.681000', '141025.683000', '141025.686000', '141025.689000', '141025.691000', '141025.694000', '141025.696000', '141025.699000', '141025.702000', '141025.704000', '141025.707000', '141045.588000', '141045.591000', '141045.594000', '141045.596000', '141045.599000', '141045.602000', '141045.605000', '141045.607000', '141045.610000', '141045.613000', '141045.615000', '141045.618000', '141045.621000', '141045.623000', '141045.626000', '141045.629000', '141045.631000', '141045.642000', '141045.644000', '141045.647000', '141045.650000', '141045.652000', '141045.655000', '141045.657000', '141045.660000', '141045.663000', '141045.665000', '141045.668000', '141045.671000', '141045.673000', '141045.676000', '141045.679000', '141045.681000', '141045.684000', '141045.687000', '141045.689000', '141045.692000', '141045.695000', '141045.697000', '141045.700000', '141045.703000', '141045.705000', '141045.708000', '141045.711000', '141105.588000', '141105.591000', '141105.594000', '141105.597000', '141105.600000', '141105.602000', '141105.605000', '141105.608000', '141105.610000', '141105.613000', '141105.615000', '141105.618000', '141105.621000', '141105.623000', '141105.626000', '141105.629000', '141105.631000', '141105.634000', '141105.637000', '141105.639000', '141105.642000', '141105.644000', '141105.647000', '141105.649000', '141105.652000', '141105.655000', '141105.657000', '141105.660000', '141105.662000', '141105.665000', '141105.668000', '141105.670000', '141105.673000', '141105.675000', '141105.678000', '141105.680000', '141105.683000', '141105.686000', '141105.688000', '141105.691000', '141105.693000', '141105.696000', '141105.698000', '141125.589000', '141125.591000', '141125.594000', '141125.597000', '141125.600000', '141125.603000', '141125.605000', '141125.608000', '141125.611000', '141125.613000', '141125.616000', '141125.619000', '141125.621000', '141125.624000', '141125.626000', '141125.629000', '141125.632000', '141125.634000', '141125.637000', '141125.640000', '141125.642000', '141125.645000', '141125.647000', '141125.650000', '141125.653000', '141125.656000', '141125.659000', '141125.662000', '141125.664000', '141125.667000', '141125.670000', '141125.672000', '141125.675000', '141125.678000', '141125.680000', '141125.683000', '141125.686000', '141125.688000', '141125.691000', '141125.699000', '141125.711000', '141125.714000', '141125.717000', '141145.589000', '141145.591000', '141145.594000', '141145.597000', '141145.599000', '141145.602000', '141145.604000', '141145.607000', '141145.610000', '141145.612000', '141145.615000', '141145.617000', '141145.620000', '141145.623000', '141145.625000', '141145.628000', '141145.630000', '141145.633000', '141145.636000', '141145.638000', '141145.641000', '141145.643000', '141145.646000', '141145.648000', '141145.651000', '141145.654000', '141145.656000', '141145.659000', '141145.661000', '141145.664000', '141145.667000', '141145.669000', '141145.672000', '141145.674000', '141145.677000', '141145.680000', '141145.682000', '141145.685000', '141145.687000', '141145.690000', '141145.692000', '141145.695000', '141145.698000', '141145.700000', '141205.588000', '141205.590000', '141205.593000', '141205.596000', '141205.598000', '141205.601000', '141205.603000', '141205.606000', '141205.609000', '141205.611000', '141205.614000', '141205.616000', '141205.619000', '141205.622000', '141205.624000', '141205.627000', '141205.629000', '141205.632000', '141205.634000', '141205.637000', '141205.639000', '141205.642000', '141205.645000', '141205.647000', '141205.650000', '141205.653000', '141205.655000', '141205.658000', '141205.660000', '141205.663000', '141205.666000', '141205.668000', '141205.671000', '141205.673000', '141205.676000', '141205.679000', '141205.681000', '141205.684000', '141205.687000', '141205.689000', '141205.692000', '141205.694000', '141205.697000', '141225.588000', '141225.591000', '141225.594000', '141225.596000', '141225.599000', '141225.602000', '141225.604000', '141225.607000', '141225.610000', '141225.613000', '141225.615000', '141225.618000', '141225.620000', '141225.623000', '141225.626000', '141225.628000', '141225.631000', '141225.634000', '141225.636000', '141225.639000', '141225.642000', '141225.644000', '141225.647000', '141225.650000', '141225.652000', '141225.655000', '141225.658000', '141225.660000', '141225.663000', '141225.666000', '141225.668000', '141225.671000', '141225.674000', '141225.676000', '141225.679000', '141225.681000', '141225.684000', '141225.687000', '141225.690000', '141225.692000', '141225.695000', '141225.697000', '141225.700000', '141225.703000', '141245.589000', '141245.591000', '141245.594000', '141245.597000', '141245.600000', '141245.602000', '141245.605000', '141245.607000', '141245.610000', '141245.613000', '141245.615000', '141245.618000', '141245.621000', '141245.623000', '141245.626000', '141245.628000', '141245.631000', '141245.633000', '141245.636000', '141245.639000', '141245.641000', '141245.644000', '141245.647000', '141245.650000', '141245.652000', '141245.655000', '141245.658000', '141245.660000', '141245.663000', '141245.665000', '141245.668000', '141245.671000', '141245.673000', '141245.676000', '141245.678000', '141245.681000', '141245.684000', '141245.686000', '141245.689000', '141245.691000', '141245.695000', '141245.698000', '141245.700000', '141305.589000', '141305.591000', '141305.594000', '141305.597000', '141305.599000', '141305.602000', '141305.605000', '141305.607000', '141305.610000', '141305.613000', '141305.615000', '141305.618000', '141305.620000', '141305.623000', '141305.626000', '141305.628000', '141305.631000', '141305.633000', '141305.636000', '141305.639000', '141305.641000', '141305.655000', '141305.658000', '141305.661000', '141305.663000', '141305.666000', '141305.669000', '141305.671000', '141305.674000', '141305.677000', '141305.679000', '141305.682000', '141305.685000', '141305.687000', '141305.690000', '141305.692000', '141305.695000', '141305.698000', '141305.700000', '141305.703000', '141305.706000', '141305.708000', '141305.711000', '141305.714000', '141325.589000', '141325.591000', '141325.594000', '141325.597000', '141325.599000', '141325.602000', '141325.605000', '141325.607000', '141325.610000', '141325.612000', '141325.615000', '141325.618000', '141325.620000', '141325.623000', '141325.625000', '141325.628000', '141325.630000', '141325.633000', '141325.636000', '141325.639000', '141325.641000', '141325.644000', '141325.647000', '141325.650000', '141325.652000', '141325.655000', '141325.658000', '141325.660000', '141325.663000', '141325.666000', '141325.668000', '141325.671000', '141325.674000', '141325.676000', '141325.679000', '141325.681000', '141325.684000', '141325.687000', '141325.689000', '141325.692000', '141325.694000', '141325.697000', '141325.699000', '141345.589000', '141345.591000', '141345.594000', '141345.597000', '141345.600000', '141345.603000', '141345.605000', '141345.608000', '141345.611000', '141345.613000', '141345.616000', '141345.619000', '141345.621000', '141345.624000', '141345.627000', '141345.629000', '141345.632000', '141345.635000', '141345.637000', '141345.640000', '141345.643000', '141345.645000', '141345.648000', '141345.650000', '141345.653000', '141345.656000', '141345.658000', '141345.661000', '141345.663000', '141345.666000', '141345.669000', '141345.671000', '141345.674000', '141345.677000', '141345.680000', '141345.682000', '141345.685000', '141345.687000', '141345.690000', '141345.693000', '141345.695000', '141345.698000', '141345.700000', '141345.703000', '141405.589000', '141405.592000', '141405.594000', '141405.597000', '141405.600000', '141405.602000', '141405.605000', '141405.608000', '141405.610000', '141405.613000', '141405.615000', '141405.618000', '141405.620000', '141405.623000', '141405.626000', '141405.628000', '141405.631000', '141405.634000', '141405.636000', '141405.639000', '141405.642000', '141405.644000', '141405.647000', '141405.649000', '141405.652000', '141405.655000', '141405.657000', '141405.660000', '141405.662000', '141405.665000', '141405.667000', '141405.670000', '141405.673000', '141405.675000', '141405.678000', '141405.681000', '141405.683000', '141405.688000', '141405.690000', '141405.693000', '141405.695000', '141405.698000', '141405.701000', '141425.588000', '141425.590000', '141425.593000', '141425.596000', '141425.598000', '141425.601000', '141425.604000', '141425.606000', '141425.609000', '141425.611000', '141425.614000', '141425.617000', '141425.619000', '141425.622000', '141425.624000', '141425.627000', '141425.629000', '141425.632000', '141425.635000', '141425.637000', '141425.640000', '141425.642000', '141425.645000', '141425.648000', '141425.650000', '141425.653000', '141425.655000', '141425.658000', '141425.661000', '141425.663000', '141425.666000', '141425.668000', '141425.687000', '141425.690000', '141425.692000', '141425.695000', '141425.698000', '141425.700000', '141425.703000', '141425.705000', '141425.708000', '141425.711000', '141425.713000', '141425.716000', '141445.588000', '141445.591000', '141445.593000', '141445.596000', '141445.599000', '141445.602000', '141445.604000', '141445.607000', '141445.609000', '141445.612000', '141445.615000', '141445.617000', '141445.620000', '141445.623000', '141445.625000', '141445.628000', '141445.630000', '141445.633000', '141445.636000', '141445.638000', '141445.641000', '141445.644000', '141445.646000', '141445.649000', '141445.651000', '141445.654000', '141445.657000', '141445.659000', '141445.662000', '141445.665000', '141445.667000', '141445.670000', '141445.672000', '141445.675000', '141445.677000', '141445.680000', '141445.683000', '141445.685000', '141445.688000', '141445.690000', '141445.693000', '141445.696000', '141445.698000', '141505.590000', '141505.593000', '141505.595000', '141505.598000', '141505.601000', '141505.603000', '141505.606000', '141505.608000', '141505.611000', '141505.614000', '141505.616000', '141505.619000', '141505.621000', '141505.624000', '141505.626000', '141505.629000', '141505.632000', '141505.634000', '141505.637000', '141505.639000', '141505.642000', '141505.644000', '141505.647000', '141505.650000', '141505.652000', '141505.655000', '141505.657000', '141505.660000', '141505.662000', '141505.665000', '141505.668000', '141505.670000', '141505.673000', '141505.676000', '141505.678000', '141505.681000', '141505.683000', '141505.687000', '141505.689000', '141505.692000', '141505.694000', '141505.697000', '141505.700000', '141505.702000', '141525.589000', '141525.591000', '141525.594000', '141525.597000', '141525.600000', '141525.602000', '141525.605000', '141525.608000', '141525.610000', '141525.613000', '141525.615000', '141525.625000', '141525.628000', '141525.630000', '141525.633000', '141525.636000', '141525.639000', '141525.641000', '141525.644000', '141525.646000', '141525.649000', '141525.652000', '141525.654000', '141525.657000', '141525.660000', '141525.662000', '141525.665000', '141525.668000', '141525.670000', '141525.673000', '141525.676000', '141525.678000', '141525.681000', '141525.683000', '141525.686000', '141525.689000', '141525.691000', '141525.694000', '141525.697000', '141525.699000', '141525.702000', '141525.705000', '141525.707000', '141545.589000', '141545.591000', '141545.594000', '141545.597000', '141545.600000', '141545.602000', '141545.605000', '141545.607000', '141545.610000', '141545.613000', '141545.615000', '141545.618000', '141545.620000', '141545.623000', '141545.626000', '141545.628000', '141545.631000', '141545.634000', '141545.636000', '141545.639000', '141545.641000', '141545.644000', '141545.646000', '141545.649000', '141545.652000', '141545.654000', '141545.657000', '141545.659000', '141545.662000', '141545.665000', '141545.667000', '141545.670000', '141545.673000', '141545.675000', '141545.678000', '141545.680000', '141545.683000', '141545.686000', '141545.688000', '141545.691000', '141545.694000', '141545.696000', '141545.699000', '141545.702000', '141605.589000', '141605.592000', '141605.594000', '141605.597000', '141605.600000', '141605.602000', '141605.605000', '141605.608000', '141605.611000', '141605.613000', '141605.616000', '141605.619000', '141605.621000', '141605.624000', '141605.627000', '141605.629000', '141605.632000', '141605.635000', '141605.637000', '141605.640000', '141605.643000', '141605.645000', '141605.648000', '141605.650000', '141605.653000', '141605.656000', '141605.658000', '141605.661000', '141605.664000', '141605.666000', '141605.669000', '141605.672000', '141605.674000', '141605.677000', '141605.680000', '141605.682000', '141605.685000', '141605.687000', '141605.690000', '141605.693000', '141605.695000', '141605.698000', '141605.701000', '141625.589000', '141625.592000', '141625.594000', '141625.597000', '141625.600000', '141625.602000', '141625.605000', '141625.608000', '141625.610000', '141625.613000', '141625.616000', '141625.618000', '141625.621000', '141625.624000', '141625.626000', '141625.629000', '141625.632000', '141625.634000', '141625.637000', '141625.639000', '141625.642000', '141625.645000', '141625.647000', '141625.650000', '141625.653000', '141625.655000', '141625.658000', '141625.661000', '141625.663000', '141625.666000', '141625.668000', '141625.671000', '141625.674000', '141625.676000', '141625.679000', '141625.682000', '141625.684000', '141625.687000', '141625.690000', '141625.692000', '141625.695000', '141625.698000', '141625.700000', '141625.703000', '141645.588000', '141645.591000', '141645.593000', '141645.596000', '141645.598000', '141645.601000', '141645.604000', '141645.607000', '141645.609000', '141645.612000', '141645.615000', '141645.617000', '141645.620000', '141645.623000', '141645.625000', '141645.628000', '141645.630000', '141645.633000', '141645.636000', '141645.638000', '141645.641000', '141645.644000', '141645.646000', '141645.649000', '141645.652000', '141645.654000', '141645.657000', '141645.660000', '141645.662000', '141645.665000', '141645.668000', '141645.670000', '141645.673000', '141645.675000', '141645.678000', '141645.681000', '141645.683000', '141645.686000', '141645.689000', '141645.691000', '141645.694000', '141645.697000', '141645.699000', '141705.588000', '141705.590000', '141705.593000', '141705.596000', '141705.599000', '141705.601000', '141705.604000', '141705.607000', '141705.609000', '141705.612000', '141705.615000', '141705.617000', '141705.620000', '141705.623000', '141705.625000', '141705.628000', '141705.631000', '141705.639000', '141705.642000', '141705.645000', '141705.647000', '141705.650000', '141705.653000', '141705.655000', '141705.658000', '141705.661000', '141705.664000', '141705.666000', '141705.669000', '141705.671000', '141705.681000', '141705.683000', '141705.686000', '141705.689000', '141705.692000', '141705.694000', '141705.697000', '141705.699000', '141705.702000', '141705.734000', '141705.737000', '141705.739000', '141705.742000', '141705.745000', '141725.589000', '141725.591000', '141725.594000', '141725.597000', '141725.600000', '141725.602000', '141725.605000', '141725.607000', '141725.610000', '141725.613000', '141725.616000', '141725.618000', '141725.621000', '141725.624000', '141725.626000', '141725.629000', '141725.631000', '141725.634000', '141725.637000', '141725.639000', '141725.642000', '141725.645000', '141725.647000', '141725.650000', '141725.653000', '141725.655000', '141725.658000', '141725.660000', '141725.663000', '141725.666000', '141725.668000', '141725.671000', '141725.674000', '141725.677000', '141725.679000', '141725.682000', '141725.684000', '141725.687000', '141725.690000', '141725.692000', '141725.695000', '141725.698000', '141725.700000', '141745.589000', '141745.592000', '141745.594000', '141745.597000', '141745.600000', '141745.602000', '141745.605000', '141745.608000', '141745.610000', '141745.614000', '141745.617000', '141745.619000', '141745.622000', '141745.625000', '141745.627000', '141745.630000', '141745.633000', '141745.635000', '141745.638000', '141745.641000', '141745.643000', '141745.646000', '141745.649000', '141745.651000', '141745.654000', '141745.657000', '141745.659000', '141745.662000', '141745.665000', '141745.668000', '141745.670000', '141745.673000', '141745.676000', '141745.679000', '141745.681000', '141745.684000', '141745.686000', '141745.689000', '141745.692000', '141745.695000', '141745.697000', '141745.700000', '141745.703000', '141745.705000', '141805.589000', '141805.592000', '141805.594000', '141805.597000', '141805.600000', '141805.603000', '141805.605000', '141805.608000', '141805.611000', '141805.613000', '141805.616000', '141805.619000', '141805.621000', '141805.624000', '141805.627000', '141805.629000', '141805.632000', '141805.635000', '141805.637000', '141805.640000', '141805.643000', '141805.645000', '141805.648000', '141805.651000', '141805.653000', '141805.656000', '141805.658000', '141805.661000', '141805.664000', '141805.666000', '141805.669000', '141805.672000', '141805.674000', '141805.677000', '141805.679000', '141805.682000', '141805.685000', '141805.687000', '141805.690000', '141805.693000', '141805.695000', '141805.698000', '141805.701000', '141825.589000', '141825.591000', '141825.594000', '141825.597000', '141825.600000', '141825.603000', '141825.605000', '141825.608000', '141825.611000', '141825.613000', '141825.616000', '141825.619000', '141825.621000', '141825.624000', '141825.627000', '141825.629000', '141825.632000', '141825.634000', '141825.637000', '141825.640000', '141825.643000', '141825.645000', '141825.654000', '141825.657000', '141825.660000', '141825.662000', '141825.665000', '141825.667000', '141825.670000', '141825.673000', '141825.675000', '141825.678000', '141825.681000', '141825.683000', '141825.686000', '141825.689000', '141825.691000', '141825.694000', '141825.697000', '141825.699000', '141825.702000', '141825.705000', '141825.707000', '141825.710000', '141845.589000', '141845.591000', '141845.594000', '141845.597000', '141845.600000', '141845.602000', '141845.605000', '141845.608000', '141845.610000', '141845.613000', '141845.616000', '141845.618000', '141845.621000', '141845.623000', '141845.626000', '141845.629000', '141845.632000', '141845.634000', '141845.637000', '141845.639000', '141845.642000', '141845.645000', '141845.647000', '141845.650000', '141845.653000', '141845.655000', '141845.658000', '141845.661000', '141845.663000', '141845.666000', '141845.669000', '141845.671000', '141845.674000', '141845.676000', '141845.679000', '141845.682000', '141845.685000', '141845.687000', '141845.690000', '141845.693000', '141845.695000', '141845.698000', '141845.700000', '141905.588000', '141905.591000', '141905.594000', '141905.596000', '141905.599000', '141905.602000', '141905.604000', '141905.607000', '141905.610000', '141905.612000', '141905.615000', '141905.618000', '141905.620000', '141905.623000', '141905.626000', '141905.628000', '141905.631000', '141905.634000', '141905.637000', '141905.640000', '141905.643000', '141905.646000', '141905.649000', '141905.652000', '141905.655000', '141905.658000', '141905.660000', '141905.663000', '141905.666000', '141905.668000', '141905.671000', '141905.674000', '141905.676000', '141905.679000', '141905.682000', '141905.684000', '141905.687000', '141905.690000', '141905.692000', '141905.695000', '141905.698000', '141905.700000', '141905.703000', '141925.588000', '141925.590000', '141925.594000', '141925.597000', '141925.604000', '141925.607000', '141925.610000', '141925.612000', '141925.615000', '141925.618000', '141925.621000', '141925.624000', '141925.627000', '141925.629000', '141925.632000', '141925.635000', '141925.637000', '141925.640000', '141925.643000', '141925.645000', '141925.648000', '141925.650000', '141925.653000', '141925.656000', '141925.659000', '141925.661000', '141925.664000', '141925.666000', '141925.669000', '141925.672000', '141925.674000', '141925.677000', '141925.683000', '141925.685000', '141925.688000', '141925.691000', '141925.693000', '141925.696000', '141925.699000', '141925.701000', '141925.704000', '141925.707000', '141925.709000', '141925.712000', '141945.589000', '141945.592000', '141945.594000', '141945.597000', '141945.628000', '141945.631000', '141945.634000', '141945.637000', '141945.639000', '141945.642000', '141945.645000', '141945.647000', '141945.650000', '141945.652000', '141945.655000', '141945.658000', '141945.660000', '141945.663000', '141945.666000', '141945.668000', '141945.671000', '141945.674000', '141945.676000', '141945.679000', '141945.681000', '141945.684000', '141945.687000', '141945.689000', '141945.692000', '141945.695000', '141945.697000', '141945.700000', '141945.703000', '141945.705000', '141945.708000', '141945.711000', '141945.713000', '141945.716000', '141945.719000', '141945.722000', '141945.724000', '141945.727000', '141945.730000', '142005.589000', '142005.592000', '142005.594000', '142005.597000', '142005.600000', '142005.603000', '142005.605000', '142005.608000', '142005.610000', '142005.613000', '142005.616000', '142005.618000', '142005.621000', '142005.624000', '142005.626000', '142005.629000', '142005.631000', '142005.634000', '142005.637000', '142005.639000', '142005.642000', '142005.645000', '142005.647000', '142005.650000', '142005.652000', '142005.655000', '142005.658000', '142005.660000', '142005.663000', '142005.666000', '142005.668000', '142005.671000', '142005.674000', '142005.676000', '142005.679000', '142005.682000', '142005.684000', '142005.687000', '142005.689000', '142005.692000', '142005.695000', '142005.697000', '142005.700000', '142005.702000', '142025.589000', '142025.592000', '142025.594000', '142025.597000', '142025.600000', '142025.603000', '142025.605000', '142025.608000', '142025.611000', '142025.613000', '142025.616000', '142025.619000', '142025.621000', '142025.624000', '142025.627000', '142025.630000', '142025.633000', '142025.636000', '142025.639000', '142025.641000', '142025.644000', '142025.647000', '142025.649000', '142025.652000', '142025.655000', '142025.657000', '142025.660000', '142025.663000', '142025.665000', '142025.668000', '142025.671000', '142025.673000', '142025.676000', '142025.678000', '142025.681000', '142025.684000', '142025.686000', '142025.689000', '142025.692000', '142025.696000', '142025.698000', '142025.701000', '142025.704000', '142045.589000', '142045.592000', '142045.594000', '142045.597000', '142045.600000', '142045.603000', '142045.605000', '142045.608000', '142045.611000', '142045.613000', '142045.616000', '142045.619000', '142045.621000', '142045.624000', '142045.627000', '142045.629000', '142045.632000', '142045.635000', '142045.637000', '142045.640000', '142045.643000', '142045.645000', '142045.648000', '142045.651000', '142045.653000', '142045.656000', '142045.659000', '142045.661000', '142045.664000', '142045.667000', '142045.718000', '142045.721000', '142045.723000', '142045.726000', '142045.729000', '142045.731000', '142045.734000', '142045.736000', '142045.739000', '142045.742000', '142045.745000', '142045.747000', '142045.750000', '142045.752000', '142105.589000', '142105.592000', '142105.594000', '142105.597000', '142105.600000', '142105.602000', '142105.605000', '142105.608000', '142105.610000', '142105.613000', '142105.616000', '142105.618000', '142105.621000', '142105.624000', '142105.626000', '142105.629000', '142105.632000', '142105.634000', '142105.637000', '142105.640000', '142105.642000', '142105.645000', '142105.648000', '142105.650000', '142105.653000', '142105.656000', '142105.659000', '142105.661000', '142105.664000', '142105.667000', '142105.669000', '142105.672000', '142105.675000', '142105.677000', '142105.680000', '142105.682000', '142105.685000', '142105.688000', '142105.690000', '142105.693000', '142105.696000', '142105.698000', '142105.701000', '142125.588000', '142125.590000', '142125.593000', '142125.596000', '142125.599000', '142125.601000', '142125.604000', '142125.606000', '142125.609000', '142125.611000', '142125.614000', '142125.617000', '142125.619000', '142125.622000', '142125.624000', '142125.627000', '142125.630000', '142125.632000', '142125.635000', '142125.638000', '142125.640000', '142125.643000', '142125.645000', '142125.648000', '142125.650000', '142125.653000', '142125.655000', '142125.658000', '142125.661000', '142125.663000', '142125.666000', '142125.668000', '142125.671000', '142125.674000', '142125.676000', '142125.679000', '142125.681000', '142125.684000', '142125.687000', '142125.689000', '142125.692000', '142125.694000', '142125.697000', '142125.700000', '142145.588000', '142145.591000', '142145.594000', '142145.596000', '142145.599000', '142145.602000', '142145.604000', '142145.607000', '142145.610000', '142145.613000', '142145.615000', '142145.618000', '142145.621000', '142145.631000', '142145.633000', '142145.636000', '142145.639000', '142145.642000', '142145.644000', '142145.647000', '142145.649000', '142145.652000', '142145.655000', '142145.657000', '142145.660000', '142145.662000', '142145.665000', '142145.667000', '142145.670000', '142145.673000', '142145.676000', '142145.679000', '142145.682000', '142145.685000', '142145.687000', '142145.690000', '142145.693000', '142145.695000', '142145.698000', '142145.701000', '142145.703000', '142145.706000', '142145.709000', '142205.589000', '142205.591000', '142205.594000', '142205.597000', '142205.599000', '142205.602000', '142205.605000', '142205.607000', '142205.610000', '142205.613000', '142205.615000', '142205.618000', '142205.620000', '142205.623000', '142205.626000', '142205.628000', '142205.631000', '142205.634000', '142205.636000', '142205.639000', '142205.641000', '142205.644000', '142205.647000', '142205.649000', '142205.652000', '142205.654000', '142205.657000', '142205.660000', '142205.662000', '142205.665000', '142205.667000', '142205.670000', '142205.673000', '142205.675000', '142205.678000', '142205.681000', '142205.683000', '142205.686000', '142205.689000', '142205.691000', '142205.694000', '142205.696000', '142205.699000', '142205.702000', '142225.589000', '142225.592000', '142225.594000', '142225.597000', '142225.600000', '142225.603000', '142225.605000', '142225.608000', '142225.610000', '142225.613000', '142225.616000', '142225.618000', '142225.621000', '142225.624000', '142225.626000', '142225.629000', '142225.632000', '142225.634000', '142225.637000', '142225.640000', '142225.642000', '142225.645000', '142225.648000', '142225.650000', '142225.653000', '142225.656000', '142225.658000', '142225.661000', '142225.664000', '142225.666000', '142225.669000', '142225.671000', '142225.674000', '142225.677000', '142225.680000', '142225.682000', '142225.685000', '142225.687000', '142225.690000', '142225.693000', '142225.700000', '142225.702000', '142225.705000', '142245.589000', '142245.592000', '142245.595000', '142245.597000', '142245.600000', '142245.603000', '142245.605000', '142245.608000', '142245.610000', '142245.613000', '142245.616000', '142245.618000', '142245.621000', '142245.624000', '142245.626000', '142245.629000', '142245.631000', '142245.634000', '142245.637000', '142245.639000', '142245.642000', '142245.645000', '142245.647000', '142245.650000', '142245.652000', '142245.655000', '142245.658000', '142245.660000', '142245.663000', '142245.666000', '142245.668000', '142245.671000', '142245.673000', '142245.676000', '142245.678000', '142245.681000', '142245.684000', '142245.686000', '142245.689000', '142245.691000', '142245.694000', '142245.697000', '142245.699000', '142245.702000', '142256.049000', '142256.052000', '142256.055000', '142256.058000', '142256.060000', '142256.063000', '142256.066000', '142256.069000', '142256.072000', '142256.075000', '142256.078000', '142256.080000', '142256.092000', '142256.095000', '142256.099000', '142256.101000', '142256.104000', '142256.107000', '142256.110000', '142256.114000', '142256.117000', '142256.121000', '142256.124000'], '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': [10553, 9113, 9901, 9358, 9924, 8189, 9864, 7832, 9935, 9497, 9616, 11021, 8044, 10437, 8202, 10978, 8872, 9970, 7695, 8455, 7698, 7716, 8907, 7730, 8915, 7648, 8329, 9235, 11663, 9866, 9557, 7862, 8207, 9223, 8621, 13392, 10972, 13717, 11328, 10976, 9830, 9518, 12326, 8042, 9148, 8340, 9286, 9958, 8625, 9241, 8434, 9104, 10842, 8753, 11905, 8846, 11495, 8198, 10730, 8104, 10801, 8527, 10110, 8211, 9660, 7744, 10833, 7809, 11551, 8478, 11323, 8297, 11069, 8299, 9259, 7724, 10956, 8384, 8887, 8730, 8118, 8653, 8348, 9097, 10204, 8421, 10740, 8504, 12107, 9216, 13036, 10438, 12663, 8669, 12163, 9332, 11967, 9352, 11529, 10022, 8914, 11117, 8237, 12153, 9144, 11723, 8066, 11070, 7884, 10875, 7877, 7949, 7729, 7792, 7846, 8157, 8723, 7900, 8670, 7999, 9762, 8013, 10534, 7648, 9489, 7821, 10674, 12678, 10881, 9940, 8754, 9800, 8203, 11854, 9041, 7935, 7814, 7769, 7580, 8193, 7673, 7740, 7518, 7806, 8019, 12441, 10486, 12535, 8255, 12808, 9597, 12970, 10351, 12468, 8090, 9459, 7565, 7857, 9559, 7667, 7737, 7376, 7264, 7079, 8967, 7549, 11056, 7102, 10399, 7161, 10494, 7564, 10328, 7227, 9564, 7101, 9704, 7350, 10717, 7384, 9522, 7052, 7921, 7599, 9410, 8880, 7802, 7896, 10020, 8232, 12782, 9696, 10081, 8289, 9865, 7948, 11519, 9540, 9963, 7888, 10939, 7422, 12464, 9099, 11621, 7153, 12381, 7026, 11374, 7419, 11897, 7362, 11597, 7010, 10527, 7266, 10760, 8154, 10993, 7140, 10387, 7273, 11169, 9079, 11169, 7046, 12117, 7484, 12116, 9937, 12025, 7171, 11883, 7469, 11561, 7640, 10973, 7386, 7850, 6978, 7521, 7717, 7924, 8460, 8051, 8230, 8081, 9157, 11238, 9917, 15021, 10824, 14303, 8837, 12727, 8975, 11578, 7950, 11277, 7601, 8894, 7670, 9087, 8327, 8311, 8025, 7650, 7793, 8608, 8026, 9337, 8097, 9204, 7897, 9386, 8229, 10239, 8028, 10921, 7811, 11761, 8991, 12121, 9606, 13057, 7763, 11849, 7897, 11146, 7741, 12467, 7693, 10152, 7548, 10030, 7549, 10260, 7259, 8797, 7089, 8176, 7741, 9077, 8248, 8033, 7282, 9603, 7806, 14477, 10442, 11662, 8079, 9534, 7374, 8610, 7307, 8394, 7464, 7537, 7360, 7543, 7669, 7727, 8068, 7601, 7284, 7373, 7217, 7392, 8924, 7442, 7299, 7816, 7254, 7880, 9546, 10784, 9354, 8131, 7450, 8249, 8023, 8074, 9802, 8585, 14370, 14489, 9632, 8626, 9941, 8225, 10068, 8893, 11916, 8292, 9804, 8702, 8667, 8079, 8202, 9494, 8724, 8926, 8649, 10129, 8047, 8500, 7960, 7943, 8139, 7945, 11628, 8497, 13773, 8178, 10309, 7850, 8047, 9679, 8054, 8058, 7421, 7995, 8789, 8223, 11501, 9519, 8676, 12081, 8006, 12093, 8755, 11133, 9613, 8956, 8147, 9485, 9340, 8288, 8763, 11838, 9688, 13668, 8450, 8694, 7928, 8468, 8507, 8145, 11400, 8497, 10902, 8003, 8421, 8444, 8359, 8144, 8152, 8324, 8413, 8886, 8326, 9809, 8095, 11379, 7996, 10697, 8000, 10566, 8145, 10951, 8243, 11135, 7592, 11828, 8151, 11703, 8552, 9798, 7573, 9272, 8157, 9599, 8319, 8526, 7957, 8446, 8066, 9560, 8062, 8469, 8139, 9321, 7915, 12561, 8561, 12706, 8471, 12194, 7664, 10601, 8228, 10459, 8504, 9949, 7933, 8906, 8418, 9730, 8256, 9611, 7722, 12920, 8781, 12996, 9575, 13729, 9649, 8766, 8662, 7797, 10556, 8202, 8158, 7290, 8373, 7826, 11214, 8226, 10318, 7466, 11007, 7838, 10323, 8570, 10175, 7987, 9977, 8305, 7557, 12032, 8137, 10572, 8168, 7636, 8304, 7463, 8428, 7879, 9083, 7788, 8544, 7665, 8743, 7717, 8662, 8469, 9787, 8002, 9202, 7968, 8794, 8072, 8617, 8486, 8041, 7886, 7709, 10672, 8160, 12062, 8666, 11017, 7418, 9599, 8075, 9230, 7967, 8753, 7549, 9082, 7497, 9404, 8358, 10189, 8411, 10645, 7568, 10111, 8024, 9991, 9671, 8940, 11026, 7748, 12756, 7435, 11151, 8663, 10739, 7096, 9425, 7294, 10169, 8309, 10084, 7194, 10928, 7321, 10471, 8817, 10028, 7339, 10570, 7750, 9788, 7954, 10896, 7662, 7946, 13509, 8004, 12738, 10736, 11610, 7426, 11560, 7533, 10991, 8683, 10345, 7385, 9158, 7749, 8206, 12697, 7914, 11075, 7389, 8858, 7582, 8620, 8101, 8480, 7751, 7913, 7896, 7468, 8183, 7548, 11279, 7522, 10371, 7430, 9382, 8021, 8988, 7664, 8105, 7995, 7343, 8631, 7478, 10530, 8123, 8053, 7179, 10152, 7245, 10604, 8761, 10434, 8302, 10500, 8278, 9294, 10749, 8267, 10761, 7575, 13008, 7243, 10915, 8850, 10592, 7865, 10308, 7524, 10452, 8963, 11079, 7680, 10021, 7502, 7210, 7163, 7309, 7275, 7497, 7200, 7351, 10158, 7753, 11379, 10577, 12863, 11118, 11761, 9602, 7647, 8051, 7552, 10659, 7172, 8590, 14048, 12916, 12168, 12960, 12552, 9335, 10851, 8592, 8822, 11131, 8770, 7612, 6974, 7122, 7170, 6989, 7092, 6920, 7596, 7460, 7133, 7670, 8491, 7334, 7518, 6854, 7501, 7719, 9405, 7271, 10331, 7877, 9670, 7300, 7147, 7307, 7042, 8817, 7458, 10114, 7490, 9760, 7225, 9834, 8508, 9913, 7368, 8768, 7589, 9092, 8258, 12284, 9320, 7764, 8652, 7266, 8985, 7599, 11368, 7467, 11704, 7943, 10421, 7577, 13349, 9139, 13034, 7616, 12470, 9479, 14148, 12356, 13556, 9157, 12335, 9372, 10744, 7779, 8750, 7582, 8999, 7747, 9148, 7743, 12298, 7708, 11455, 7879, 12970, 9641, 13746, 7703, 12223, 8878, 11664, 8965, 12579, 7755, 10451, 7793, 10038, 7807, 12423, 9398, 13133, 7624, 11018, 7890, 10365, 8032, 12878, 7875, 10961, 7904, 9978, 8195, 9923, 7760, 10087, 8199, 8530, 8226, 8604, 8153, 8369, 7745, 8503, 8121, 8503, 8115, 13679, 9327, 15075, 11255, 13103, 8321, 11574, 8218, 11207, 8078, 10183, 8323, 8273, 8388, 8317, 8368, 8916, 8173, 9994, 8401, 10292, 8387, 10525, 8257, 10261, 8330, 11393, 8253, 11644, 8433, 11963, 9187, 10167, 8008, 8732, 8390, 8443, 8260, 8632, 8181, 8899, 8242, 9891, 8337, 8769, 8139, 13080, 8083, 15188, 9501, 13167, 9170, 11993, 8276, 8907, 8753, 8650, 7441, 8826, 7116, 9050, 7370, 8932, 10598, 8617, 8670, 9662, 9606, 14780, 13047, 13723, 9714, 8566, 8772, 9465, 8130, 8156, 13047, 7681, 13644, 10122, 9156, 7812, 7761, 7463, 7704, 8951, 8030, 12973, 7535, 10184, 8670, 7567, 13873, 10086, 12344, 9194, 8514, 10003, 8934, 14347, 10316, 13092, 7990, 11499, 7788, 8643, 9407, 7913, 8142, 7904, 8433, 7656, 8817, 7601, 7769, 6866, 7994, 6943, 7903, 7348, 8078, 8170, 8002, 7896, 7700, 8865, 8066, 10522, 7995, 10205, 7903, 10450, 9339, 7911, 7989, 7864, 7246, 7941, 7391, 7929, 7311, 8294, 8025, 8195, 12696, 8107, 11639, 8388, 10025, 9015, 10135, 8210, 12346, 8216, 12350, 8907, 13485, 8941, 11951, 8384, 10418, 8436, 9633, 8128, 8621, 8152, 7002, 8346, 6932, 7919, 7735, 8248, 7124, 8265, 7399, 8168, 8212, 8239, 7898, 8003, 7755, 8164, 7615, 7818, 7695, 8160, 7801, 8047, 7718, 8534, 7774, 10056, 7158, 9982, 7928, 9685, 8008, 9383, 8760, 10605, 8416, 8352, 8398, 12287, 9383, 13820, 11006, 12601, 8808, 14006, 10246, 13060, 10043, 10163, 8542, 7519, 12214, 7813, 13161, 8280, 12246, 8985, 11009, 8218, 8400, 8564, 7450, 13532, 8657, 11116, 7666, 9058, 7748, 8384, 7387, 7592, 7489, 7826, 7424, 7332, 7610, 7249, 9932, 7410, 10514, 7383, 7875, 10022, 7690, 12720, 9484, 11802, 9546, 11317, 8409, 10938, 8810, 11782, 8719, 11093, 8630, 8535, 9525, 7240, 12325, 7377, 7251, 7364, 6860, 7480, 7635, 7424, 7354, 7778, 8235, 7844, 7203, 8530, 11220, 8978, 12407, 9590, 8850, 8270, 11294, 8761, 12780, 10429, 10051, 12006, 8791, 12553, 8620, 10262, 8953, 14780, 10381, 9537, 8635, 8195, 9893, 10089, 9883, 12144, 8720, 14381, 9038, 12809, 8905, 10294, 8028, 10409, 8163, 9705, 8352, 8813, 8649, 9594, 9235, 10811, 9461, 10984, 9703, 9349, 9213, 9542, 9345, 9303, 10025, 9555, 11671, 9630, 11476, 9635, 11711, 9694, 11546, 9662, 10397, 8783, 11554, 9126, 12088, 9411, 11478, 9285, 9201, 9683, 9412, 9659, 9803, 9427, 9464, 9319, 12958, 9603, 12060, 9562, 10754, 9366, 9279, 9171, 8890, 9331, 8616, 8823, 8828, 9188, 9008, 9181, 8772, 9638, 8914, 9560, 9049, 9204, 8827, 8071, 8681, 8326, 8611, 8355, 8638, 8167, 8788, 8282, 8670, 8512, 8758, 8332, 10783, 8163, 12621, 9237, 10058, 8240, 11204, 8281, 11685, 9643, 9104, 8432, 9578, 8233, 11675, 9203, 10915, 8172, 10257, 8386, 10462, 8377, 9936, 8311, 9096, 8498, 8412, 8056, 7561, 10754, 7914, 10317, 7681, 9370, 8278, 9589, 8242, 9243, 8221, 9019, 8358, 9860, 8845, 9741, 8537, 8402, 8470, 7663, 8603, 8236, 8835, 8255, 8575, 8116, 9516, 8411, 11275, 8692, 9433, 8315, 7991, 7717, 7888, 7878, 8298, 8366, 8345, 8297, 8089, 8047, 8698, 8451, 8406, 7990, 8158, 8215, 8182, 8142, 8055, 10394, 7341, 10598, 7857, 8332, 7588, 7781, 13758, 11333, 9079, 10100, 7850, 8603, 8653, 12801, 12191, 9286, 9050, 7769, 8423, 7767, 8039, 9053, 10077, 8574, 7405, 8926, 8478, 9086, 9052, 6909, 9126, 8374, 9371, 9241, 7593, 9162, 8662, 10599, 9889, 9590, 9101, 10608, 9005, 11916, 8902, 10247, 8919, 8962, 9168, 8597, 8853, 8625, 7098, 9169, 7200, 8991, 7116, 8939, 9208, 9386, 10425, 9073, 11049, 9027, 11709, 9436, 10425, 9054, 9857, 9002, 8894, 7623, 9298, 8314, 9171, 7623, 8961, 8633, 9206, 10585, 9197, 8096, 8925, 7676, 9011, 8757, 9345, 9086, 9070, 7534, 8513, 7735, 8848, 8746, 9005, 7227, 8545, 7666, 8568, 8282, 9082, 11027, 8877, 10367, 8999, 10727, 9080, 13205, 8863, 12983, 8311, 12215, 9763, 13819, 9418, 12879, 9223, 8779, 8163, 7678, 12969, 8712, 11001, 7991, 8848, 8413, 8398, 8545, 8632, 8508, 8553, 8701, 8495, 8730, 11429, 8805, 11461, 9063, 11096, 8888, 9355, 12353, 8707, 12652, 9453, 11124, 8845, 9020, 8364, 8228, 8723, 10748, 8075, 8132, 10236, 9047, 10734, 8187, 11115, 8369, 11017, 8724, 12769, 9955, 13772, 10976, 9692, 8700, 10277, 8686, 13133, 9450, 12015, 8848, 10854, 9057, 8501, 9295, 7649, 9455, 8855, 9437, 9003, 9164, 9379, 9286, 9488, 9722, 9340, 9792, 9360, 9218, 9341, 9460, 9341, 9003, 9171, 9283, 9785, 9444, 9502, 9357, 10205, 9160, 13148, 9891, 11608, 9292, 12959, 9470, 12644, 10562, 12549, 9308, 12080, 9602, 11332, 9710, 10675, 9464, 8900, 9557, 9407, 13718, 9210, 12531, 9318, 11507, 9549, 11217, 9558, 10857, 9530, 8906, 9503, 9221, 11023, 9286, 10854, 9390, 11908, 9344, 11891, 9535, 11564, 9442, 10618, 9403, 8799, 9431, 9638, 9561, 9446, 9475, 9305, 9428, 9233, 9346, 9010, 10885, 9251, 12841, 9402, 12217, 9023, 12266, 9336, 11767, 9290, 11786, 9210, 9566, 9130, 8875, 8950, 9169, 9158, 9763, 9000, 9315, 9186, 9706, 8680, 8261, 8497, 8211, 8827, 8550, 8840, 8200, 10573, 8645, 12786, 9364, 11935, 8038, 11815, 8392, 12121, 8626, 9628, 7832, 9557, 7983, 12266, 9331, 11418, 7634, 11554, 7759, 11971, 10203, 11215, 7628, 11394, 7779, 11412, 9042, 11238, 7361, 12075, 7591, 12058, 7954, 9432, 9170, 7845, 9146, 9537, 9896, 9878, 9663, 7415, 9679, 9336, 9839, 13096, 10290, 13512, 9888, 13063, 10622, 13069, 11196, 13669, 9200, 12309, 9164, 11002, 9554, 10389, 9469, 10266, 9436, 9204, 7531, 9646, 7645, 8909, 8301, 8203, 8828, 9231, 8630, 12071, 9390, 10222, 9046, 10842, 9457, 10532, 9604, 9186, 9314, 8801, 13958, 12382, 11899, 8887, 10211, 8499, 7996, 8805, 8907, 8975, 8484, 8856, 11297, 8839, 11190, 9172, 9819, 8704, 8601, 13758, 8520, 11779, 9174, 11103, 8815, 9274, 8761, 8002, 8290, 7871, 8505, 7584, 8527, 7786, 8349, 8724, 8534, 8585, 8404, 8766, 9265, 8603, 14074, 9722, 12215, 8223, 12183, 8226, 11893, 9018, 10501, 7610, 7925, 7567, 8402, 10179, 8017, 9680, 7525, 9261, 7758, 10362, 8610, 11212, 9735, 8003, 13451, 7569, 11442, 9552, 10825, 7468, 10081, 7757, 7587, 7290, 7471, 7710, 8574, 7624, 8679, 7493, 7465, 7978, 8022, 10855, 10079, 8026, 9432, 8253, 12353, 8939, 14072, 11587, 13480, 11493, 12672, 8651, 10463, 8656, 12051, 9754, 11522, 8768, 11180, 8837, 11496, 8699, 10865, 9890, 10602, 8892, 10957, 8909, 10928, 8812, 10869, 9355, 11082, 9663, 11181, 8335, 10103, 7534, 6986, 7203, 8372, 11038, 8208, 9519, 8337, 10798, 8059, 9390, 7959, 7810, 8042, 7952, 9903, 8066, 9633, 7852, 10830, 7362, 9940, 7259, 7559, 7504, 7659, 8321, 8399, 8171, 7805, 8465, 7863, 8507, 8218, 12538, 8366, 12311, 8253, 12816, 11091, 13268, 8506, 8295, 7980, 8085, 7252, 7402, 7756, 7512, 7642, 7016, 7386, 7581, 7015, 7679, 7020, 7607, 7238, 7676, 7127, 9222, 7505, 8975, 7270, 8012, 7706, 10596, 7009, 11206, 7115, 10543, 7039, 11393, 8975, 7277, 6951, 7353, 8833, 12335, 10968, 7714, 7479, 7508, 7586, 7504], 'WindowCenter': [4105.0, 4058.0, 4065.0, 4053.0, 4052.0, 4029.0, 4047.0, 4005.0, 4048.0, 4048.0, 4049.0, 4059.0, 4031.0, 4058.0, 4030.0, 4060.0, 4040.0, 4048.0, 4006.0, 4029.0, 4006.0, 4018.0, 4023.0, 4032.0, 4051.0, 4020.0, 4043.0, 4064.0, 4086.0, 4063.0, 4063.0, 4017.0, 4017.0, 4053.0, 4028.0, 4079.0, 4059.0, 4076.0, 4046.0, 4045.0, 4033.0, 4023.0, 4067.0, 4017.0, 4026.0, 4014.0, 4025.0, 4036.0, 4026.0, 4036.0, 4016.0, 4027.0, 4047.0, 4027.0, 4069.0, 4029.0, 4060.0, 4019.0, 4049.0, 4021.0, 4059.0, 4039.0, 4060.0, 4029.0, 4048.0, 4017.0, 4058.0, 4018.0, 4069.0, 4029.0, 4059.0, 4028.0, 4057.0, 4027.0, 4037.0, 4020.0, 4060.0, 4017.0, 4038.0, 4039.0, 4030.0, 4039.0, 4040.0, 4053.0, 4072.0, 4043.0, 4083.0, 4043.0, 4082.0, 4066.0, 4105.0, 4075.0, 4082.0, 4041.0, 4080.0, 4050.0, 4082.0, 4039.0, 4070.0, 4036.0, 4026.0, 4056.0, 4027.0, 4069.0, 4037.0, 4067.0, 4016.0, 4056.0, 4029.0, 4069.0, 4030.0, 4029.0, 4019.0, 4030.0, 4042.0, 4043.0, 4054.0, 4042.0, 4042.0, 4043.0, 4075.0, 4043.0, 4074.0, 4031.0, 4062.0, 4032.0, 4074.0, 4093.0, 4071.0, 4049.0, 4028.0, 4048.0, 4029.0, 4070.0, 4038.0, 4019.0, 4017.0, 4018.0, 4029.0, 4028.0, 4018.0, 4019.0, 4018.0, 4019.0, 4031.0, 4092.0, 4072.0, 4079.0, 4027.0, 4079.0, 4048.0, 4079.0, 4048.0, 4067.0, 4014.0, 4034.0, 4003.0, 4015.0, 4035.0, 4004.0, 4003.0, 3993.0, 3993.0, 3996.0, 4037.0, 4018.0, 4057.0, 3996.0, 4046.0, 3995.0, 4047.0, 4007.0, 4046.0, 3996.0, 4036.0, 3996.0, 4049.0, 4009.0, 4047.0, 3996.0, 4036.0, 3997.0, 4017.0, 4020.0, 4041.0, 4040.0, 4020.0, 4032.0, 4062.0, 4043.0, 4093.0, 4052.0, 4049.0, 4029.0, 4048.0, 4029.0, 4082.0, 4049.0, 4048.0, 4017.0, 4058.0, 4008.0, 4079.0, 4038.0, 4056.0, 3996.0, 4067.0, 3995.0, 4068.0, 4008.0, 4070.0, 4008.0, 4069.0, 3996.0, 4046.0, 4008.0, 4058.0, 4030.0, 4058.0, 3996.0, 4048.0, 4020.0, 4070.0, 4040.0, 4058.0, 3997.0, 4068.0, 4010.0, 4081.0, 4051.0, 4070.0, 3999.0, 4056.0, 3995.0, 4059.0, 4008.0, 4059.0, 3998.0, 4018.0, 3996.0, 4019.0, 4032.0, 4042.0, 4042.0, 4030.0, 4041.0, 4029.0, 4051.0, 4071.0, 4051.0, 4090.0, 4059.0, 4078.0, 4026.0, 4067.0, 4027.0, 4056.0, 4005.0, 4044.0, 4003.0, 4024.0, 4005.0, 4037.0, 4015.0, 4016.0, 4016.0, 4006.0, 4030.0, 4038.0, 4029.0, 4038.0, 4017.0, 4036.0, 4028.0, 4050.0, 4053.0, 4061.0, 4031.0, 4070.0, 4019.0, 4081.0, 4053.0, 4082.0, 4051.0, 4079.0, 4007.0, 4068.0, 4018.0, 4059.0, 4006.0, 4068.0, 4006.0, 4045.0, 4005.0, 4049.0, 4018.0, 4058.0, 4007.0, 4027.0, 4008.0, 4030.0, 4031.0, 4040.0, 4029.0, 4018.0, 4008.0, 4038.0, 4018.0, 4101.0, 4058.0, 4058.0, 4016.0, 4037.0, 4006.0, 4029.0, 4019.0, 4027.0, 4007.0, 4006.0, 4007.0, 4018.0, 4030.0, 4020.0, 4028.0, 4017.0, 4007.0, 4007.0, 4009.0, 4009.0, 4039.0, 4007.0, 4007.0, 4007.0, 4008.0, 4029.0, 4050.0, 4059.0, 4039.0, 4018.0, 4009.0, 4040.0, 4030.0, 4030.0, 4050.0, 4042.0, 4106.0, 4106.0, 4051.0, 4040.0, 4049.0, 4029.0, 4048.0, 4052.0, 4041.0, 4004.0, 4035.0, 4029.0, 4017.0, 3976.0, 4026.0, 4063.0, 4053.0, 4052.0, 4051.0, 4071.0, 4028.0, 4026.0, 4015.0, 4014.0, 4015.0, 4029.0, 4080.0, 4052.0, 4101.0, 4041.0, 4060.0, 4028.0, 4027.0, 4046.0, 4017.0, 4028.0, 4019.0, 4030.0, 4052.0, 4043.0, 4082.0, 4062.0, 4040.0, 4079.0, 4018.0, 4079.0, 4041.0, 4072.0, 4037.0, 4037.0, 4018.0, 4048.0, 4037.0, 4039.0, 4039.0, 4078.0, 4050.0, 4079.0, 4017.0, 4015.0, 4003.0, 4015.0, 4026.0, 4028.0, 4068.0, 4039.0, 4057.0, 4016.0, 4026.0, 4029.0, 4027.0, 4028.0, 4017.0, 4027.0, 4028.0, 4039.0, 4041.0, 4061.0, 4030.0, 4069.0, 4019.0, 4058.0, 4028.0, 4060.0, 4030.0, 4059.0, 4029.0, 4069.0, 4020.0, 4081.0, 4031.0, 4081.0, 4041.0, 4049.0, 4019.0, 4040.0, 4030.0, 4063.0, 4030.0, 4029.0, 4029.0, 4029.0, 4029.0, 4062.0, 4030.0, 4029.0, 4029.0, 4049.0, 4029.0, 4082.0, 4041.0, 4081.0, 4030.0, 4070.0, 4018.0, 4060.0, 4030.0, 4060.0, 4040.0, 4049.0, 4018.0, 4039.0, 4042.0, 4063.0, 4042.0, 4051.0, 4020.0, 4081.0, 4041.0, 4094.0, 4052.0, 4080.0, 4036.0, 4026.0, 4025.0, 4006.0, 4057.0, 4016.0, 4015.0, 4005.0, 4014.0, 4016.0, 4068.0, 4027.0, 4046.0, 4007.0, 4056.0, 4005.0, 4047.0, 4027.0, 4047.0, 4016.0, 4035.0, 4013.0, 4004.0, 4054.0, 4003.0, 4045.0, 4002.0, 3992.0, 4001.0, 3991.0, 4012.0, 4014.0, 4037.0, 4018.0, 4026.0, 4017.0, 4028.0, 4019.0, 4039.0, 4040.0, 4060.0, 4029.0, 4049.0, 4017.0, 4038.0, 4018.0, 4039.0, 4029.0, 4018.0, 4017.0, 4006.0, 4058.0, 4028.0, 4069.0, 4028.0, 4057.0, 4006.0, 4036.0, 4028.0, 4048.0, 4029.0, 4038.0, 4018.0, 4038.0, 4019.0, 4050.0, 4042.0, 4061.0, 4041.0, 4061.0, 4019.0, 4060.0, 4029.0, 4061.0, 4050.0, 4040.0, 4058.0, 4017.0, 4078.0, 4006.0, 4057.0, 4028.0, 4058.0, 3997.0, 4037.0, 4019.0, 4060.0, 4029.0, 4059.0, 4009.0, 4069.0, 4019.0, 4071.0, 4052.0, 4060.0, 4020.0, 4060.0, 4029.0, 4062.0, 4041.0, 4072.0, 4019.0, 4029.0, 4090.0, 4018.0, 4081.0, 4059.0, 4068.0, 4006.0, 4056.0, 4017.0, 4058.0, 4028.0, 4047.0, 4006.0, 4036.0, 4005.0, 4027.0, 4080.0, 4028.0, 4057.0, 4005.0, 4025.0, 4005.0, 4038.0, 4017.0, 4027.0, 4017.0, 4018.0, 4017.0, 4007.0, 4029.0, 4030.0, 4069.0, 4018.0, 4048.0, 4007.0, 4037.0, 4018.0, 4040.0, 4018.0, 4018.0, 4017.0, 4007.0, 4027.0, 4019.0, 4059.0, 4029.0, 4028.0, 4008.0, 4059.0, 4019.0, 4073.0, 4042.0, 4071.0, 4030.0, 4060.0, 4029.0, 4050.0, 4070.0, 4030.0, 4059.0, 4018.0, 4079.0, 4008.0, 4071.0, 4040.0, 4059.0, 4030.0, 4071.0, 4031.0, 4060.0, 4040.0, 4081.0, 4033.0, 4062.0, 4019.0, 4021.0, 4009.0, 4018.0, 4018.0, 4018.0, 4004.0, 4005.0, 4043.0, 4004.0, 4069.0, 4058.0, 4070.0, 4058.0, 4068.0, 4047.0, 4003.0, 4002.0, 4005.0, 4031.0, 3954.0, 4027.0, 4053.0, 4042.0, 4042.0, 4043.0, 4029.0, 3996.0, 4005.0, 3986.0, 3985.0, 4015.0, 3984.0, 3977.0, 3964.0, 3964.0, 3967.0, 3965.0, 3966.0, 3966.0, 3978.0, 3978.0, 3968.0, 3991.0, 4001.0, 3979.0, 3990.0, 3972.0, 3993.0, 4003.0, 4024.0, 4005.0, 4046.0, 4016.0, 4035.0, 3995.0, 3995.0, 4006.0, 3996.0, 4037.0, 4008.0, 4047.0, 4009.0, 4049.0, 4021.0, 4062.0, 4053.0, 4063.0, 4022.0, 4040.0, 4032.0, 4052.0, 4044.0, 4094.0, 4064.0, 4032.0, 4042.0, 4021.0, 4053.0, 4033.0, 4085.0, 4022.0, 4082.0, 4031.0, 4086.0, 4044.0, 4105.0, 4065.0, 4093.0, 4033.0, 4106.0, 4076.0, 4105.0, 4084.0, 4106.0, 4066.0, 4109.0, 4051.0, 4071.0, 4020.0, 4040.0, 4030.0, 4051.0, 4031.0, 4051.0, 4019.0, 4070.0, 4019.0, 4058.0, 4019.0, 4079.0, 4051.0, 4079.0, 4007.0, 4068.0, 4041.0, 4069.0, 4027.0, 4066.0, 4004.0, 4032.0, 3993.0, 4033.0, 4004.0, 4067.0, 4026.0, 4066.0, 4004.0, 4044.0, 4004.0, 4033.0, 4005.0, 4066.0, 4005.0, 4045.0, 4003.0, 4033.0, 4016.0, 4034.0, 3990.0, 4021.0, 4004.0, 4013.0, 4014.0, 4014.0, 4027.0, 4029.0, 4007.0, 4025.0, 4015.0, 4026.0, 4017.0, 4079.0, 4038.0, 4088.0, 4057.0, 4066.0, 4004.0, 4054.0, 4015.0, 4057.0, 4015.0, 4034.0, 4014.0, 4015.0, 4015.0, 4016.0, 4027.0, 4026.0, 4017.0, 4048.0, 4029.0, 4047.0, 4029.0, 4059.0, 4028.0, 4048.0, 4027.0, 4057.0, 4027.0, 4068.0, 4030.0, 4070.0, 4039.0, 4047.0, 4016.0, 4028.0, 4029.0, 4029.0, 4029.0, 4029.0, 4031.0, 4040.0, 4030.0, 4061.0, 4030.0, 4028.0, 4019.0, 4091.0, 4029.0, 4090.0, 4049.0, 4079.0, 4038.0, 4068.0, 4027.0, 4039.0, 4039.0, 4038.0, 4019.0, 4040.0, 4009.0, 4053.0, 4032.0, 4054.0, 4074.0, 4043.0, 4043.0, 4063.0, 4064.0, 4103.0, 4082.0, 4080.0, 4039.0, 4040.0, 4040.0, 4051.0, 4029.0, 4027.0, 4077.0, 4005.0, 4077.0, 4059.0, 4039.0, 4003.0, 4018.0, 4005.0, 4029.0, 4038.0, 4029.0, 4103.0, 4032.0, 4071.0, 4040.0, 4017.0, 4089.0, 4046.0, 4065.0, 4023.0, 4025.0, 4045.0, 4036.0, 4086.0, 4044.0, 4064.0, 4000.0, 4041.0, 4002.0, 4011.0, 4021.0, 4000.0, 4000.0, 4001.0, 4012.0, 4002.0, 4035.0, 4003.0, 4003.0, 3983.0, 4014.0, 3993.0, 4027.0, 4017.0, 4027.0, 4026.0, 4016.0, 4027.0, 4029.0, 4049.0, 4029.0, 4059.0, 4028.0, 4059.0, 4030.0, 4071.0, 4050.0, 4028.0, 4028.0, 4028.0, 4019.0, 4040.0, 4032.0, 4040.0, 4020.0, 4041.0, 4041.0, 4052.0, 4104.0, 4042.0, 4082.0, 4041.0, 4073.0, 4052.0, 4071.0, 4039.0, 4080.0, 4028.0, 4091.0, 4049.0, 4090.0, 4038.0, 4067.0, 4025.0, 4046.0, 4027.0, 4048.0, 4016.0, 4024.0, 4015.0, 3993.0, 4015.0, 3994.0, 4029.0, 4016.0, 4026.0, 4005.0, 4026.0, 4005.0, 4041.0, 4039.0, 4041.0, 4030.0, 4029.0, 4019.0, 4039.0, 4032.0, 4032.0, 4030.0, 4028.0, 4017.0, 4016.0, 4018.0, 4039.0, 4034.0, 4063.0, 4023.0, 4076.0, 4043.0, 4061.0, 4034.0, 4039.0, 4044.0, 4072.0, 4042.0, 4055.0, 4057.0, 4096.0, 4065.0, 4117.0, 4086.0, 4081.0, 4041.0, 4091.0, 4047.0, 4080.0, 4049.0, 4059.0, 4038.0, 4009.0, 4080.0, 4016.0, 4079.0, 4015.0, 4067.0, 4024.0, 4044.0, 4014.0, 4012.0, 4013.0, 3992.0, 4075.0, 4013.0, 4043.0, 3992.0, 4012.0, 3992.0, 4012.0, 3992.0, 4003.0, 4004.0, 4004.0, 4007.0, 4020.0, 4029.0, 4020.0, 4072.0, 4030.0, 4073.0, 4030.0, 4043.0, 4072.0, 4044.0, 4105.0, 4066.0, 4082.0, 4065.0, 4069.0, 4027.0, 4058.0, 4036.0, 4069.0, 4027.0, 4057.0, 4014.0, 4012.0, 4023.0, 3995.0, 4055.0, 3992.0, 3978.0, 3991.0, 3961.0, 3972.0, 3995.0, 3994.0, 3994.0, 3991.0, 4027.0, 4070.0, 4059.0, 4067.0, 4095.0, 4063.0, 4091.0, 4048.0, 4039.0, 4039.0, 4070.0, 4038.0, 4096.0, 4047.0, 4036.0, 4072.0, 4031.0, 4070.0, 4030.0, 4048.0, 4040.0, 4091.0, 4059.0, 4050.0, 4039.0, 4029.0, 4051.0, 4061.0, 4051.0, 4068.0, 4025.0, 4078.0, 4026.0, 4066.0, 4027.0, 4045.0, 4017.0, 4045.0, 4014.0, 4024.0, 4014.0, 4026.0, 4026.0, 4047.0, 4039.0, 4046.0, 4038.0, 4059.0, 4050.0, 4039.0, 4039.0, 4050.0, 4038.0, 4049.0, 4063.0, 4051.0, 4071.0, 4050.0, 4071.0, 4051.0, 4072.0, 4052.0, 4071.0, 4050.0, 4050.0, 4042.0, 4074.0, 4041.0, 4072.0, 4053.0, 4072.0, 4053.0, 4053.0, 4066.0, 4064.0, 4062.0, 4061.0, 4051.0, 4050.0, 4051.0, 4083.0, 4053.0, 4082.0, 4050.0, 4060.0, 4038.0, 4040.0, 4050.0, 4038.0, 4037.0, 4029.0, 4038.0, 4039.0, 4039.0, 4040.0, 4049.0, 4040.0, 4050.0, 4053.0, 4063.0, 4040.0, 4039.0, 4038.0, 4018.0, 4028.0, 4041.0, 4041.0, 4030.0, 4029.0, 4029.0, 4028.0, 4041.0, 4041.0, 4040.0, 4040.0, 4030.0, 4060.0, 4042.0, 4094.0, 4052.0, 4050.0, 4029.0, 4059.0, 4030.0, 4082.0, 4050.0, 4028.0, 4017.0, 4037.0, 4028.0, 4071.0, 4039.0, 4058.0, 4017.0, 4047.0, 4017.0, 4059.0, 4027.0, 4036.0, 4015.0, 4025.0, 4026.0, 4016.0, 4017.0, 4019.0, 4058.0, 4016.0, 4035.0, 4004.0, 4037.0, 4028.0, 4037.0, 4028.0, 4037.0, 4028.0, 4027.0, 4031.0, 4062.0, 4040.0, 4039.0, 4028.0, 4017.0, 4016.0, 4020.0, 4029.0, 4030.0, 4028.0, 4028.0, 4028.0, 4017.0, 4048.0, 4041.0, 4072.0, 4043.0, 4050.0, 4041.0, 4030.0, 4031.0, 4042.0, 4032.0, 4042.0, 4042.0, 4041.0, 4042.0, 4032.0, 4043.0, 4042.0, 4041.0, 4030.0, 4030.0, 4030.0, 4059.0, 4070.0, 4046.0, 4047.0, 4075.0, 4009.0, 4033.0, 4002.0, 4015.0, 4015.0, 4018.0, 4093.0, 4070.0, 4038.0, 4047.0, 4018.0, 4028.0, 4030.0, 4080.0, 4070.0, 4038.0, 4026.0, 3994.0, 4002.0, 3992.0, 4005.0, 4026.0, 4027.0, 4003.0, 3969.0, 3972.0, 4017.0, 4025.0, 4026.0, 3995.0, 4037.0, 4017.0, 4037.0, 4039.0, 4007.0, 4038.0, 4040.0, 4061.0, 4051.0, 4038.0, 4027.0, 4047.0, 4026.0, 4069.0, 4026.0, 4047.0, 4025.0, 4025.0, 4025.0, 4026.0, 4040.0, 4028.0, 4008.0, 4037.0, 4008.0, 4027.0, 4010.0, 4051.0, 4039.0, 4050.0, 4059.0, 4041.0, 4070.0, 4052.0, 4083.0, 4051.0, 4060.0, 4040.0, 4049.0, 4040.0, 4042.0, 4020.0, 4040.0, 4029.0, 4039.0, 4020.0, 4040.0, 4041.0, 4050.0, 4061.0, 4038.0, 4017.0, 4027.0, 4007.0, 4040.0, 4039.0, 4039.0, 4039.0, 4038.0, 4018.0, 4029.0, 4018.0, 4040.0, 4039.0, 4038.0, 4009.0, 4029.0, 4018.0, 4041.0, 4042.0, 4041.0, 4060.0, 4040.0, 4049.0, 4041.0, 4073.0, 4042.0, 4092.0, 4041.0, 4081.0, 4030.0, 4082.0, 4052.0, 4092.0, 4040.0, 4069.0, 4026.0, 4028.0, 4017.0, 4008.0, 4079.0, 4026.0, 4045.0, 4015.0, 4024.0, 4027.0, 4027.0, 4028.0, 4028.0, 4038.0, 4038.0, 4041.0, 4052.0, 4053.0, 4082.0, 4053.0, 4082.0, 4052.0, 4072.0, 4040.0, 4039.0, 4068.0, 4027.0, 4079.0, 4038.0, 4058.0, 4027.0, 4039.0, 4030.0, 4030.0, 4031.0, 4060.0, 4031.0, 4032.0, 4073.0, 4039.0, 4060.0, 4032.0, 4061.0, 4019.0, 4061.0, 4041.0, 4080.0, 4051.0, 4080.0, 4059.0, 4037.0, 4015.0, 4034.0, 4014.0, 4067.0, 4035.0, 4054.0, 4012.0, 4032.0, 4011.0, 4012.0, 4024.0, 3994.0, 4022.0, 4013.0, 4023.0, 4024.0, 4024.0, 4037.0, 4038.0, 4049.0, 4037.0, 4038.0, 4049.0, 4039.0, 4051.0, 4051.0, 4051.0, 4040.0, 4040.0, 4050.0, 4053.0, 4063.0, 4052.0, 4051.0, 4052.0, 4062.0, 4053.0, 4094.0, 4063.0, 4072.0, 4052.0, 4082.0, 4063.0, 4094.0, 4062.0, 4081.0, 4040.0, 4070.0, 4051.0, 4072.0, 4050.0, 4060.0, 4048.0, 4038.0, 4049.0, 4039.0, 4090.0, 4050.0, 4078.0, 4038.0, 4068.0, 4050.0, 4071.0, 4050.0, 4059.0, 4049.0, 4038.0, 4048.0, 4050.0, 4070.0, 4050.0, 4059.0, 4039.0, 4069.0, 4038.0, 4069.0, 4050.0, 4071.0, 4050.0, 4060.0, 4049.0, 4039.0, 4050.0, 4050.0, 4050.0, 4050.0, 4049.0, 4050.0, 4051.0, 4052.0, 4051.0, 4040.0, 4070.0, 4052.0, 4094.0, 4052.0, 4081.0, 4051.0, 4081.0, 4051.0, 4082.0, 4050.0, 4081.0, 4050.0, 4050.0, 4040.0, 4040.0, 4040.0, 4050.0, 4050.0, 4060.0, 4041.0, 4052.0, 4051.0, 4051.0, 4039.0, 4029.0, 4039.0, 4041.0, 4040.0, 4040.0, 4039.0, 4029.0, 4059.0, 4040.0, 4081.0, 4040.0, 4068.0, 4018.0, 4069.0, 4041.0, 4082.0, 4041.0, 4049.0, 4019.0, 4049.0, 4030.0, 4081.0, 4051.0, 4071.0, 4032.0, 4071.0, 4019.0, 4070.0, 4060.0, 4059.0, 4018.0, 4057.0, 4018.0, 4069.0, 4040.0, 4058.0, 4022.0, 4084.0, 4010.0, 4046.0, 4006.0, 4036.0, 4036.0, 4002.0, 4041.0, 4039.0, 4046.0, 4046.0, 4047.0, 4006.0, 4047.0, 4049.0, 4060.0, 4079.0, 4059.0, 4078.0, 4047.0, 4066.0, 4046.0, 4066.0, 4044.0, 4063.0, 4022.0, 4052.0, 4021.0, 4042.0, 4034.0, 4033.0, 4033.0, 4044.0, 4033.0, 4022.0, 4027.0, 4047.0, 4015.0, 4036.0, 4026.0, 4039.0, 4052.0, 4064.0, 4042.0, 4094.0, 4078.0, 4060.0, 4051.0, 4071.0, 4050.0, 4061.0, 4047.0, 4036.0, 4035.0, 4026.0, 4078.0, 4066.0, 4056.0, 4025.0, 4031.0, 4010.0, 4013.0, 4035.0, 4025.0, 4035.0, 4025.0, 4036.0, 4057.0, 4036.0, 4057.0, 4036.0, 4046.0, 4024.0, 4025.0, 4075.0, 4023.0, 4066.0, 4035.0, 4054.0, 4024.0, 4023.0, 4025.0, 4013.0, 4026.0, 4026.0, 4038.0, 4017.0, 4037.0, 4028.0, 4028.0, 4039.0, 4039.0, 4038.0, 4027.0, 4038.0, 4048.0, 4038.0, 4091.0, 4049.0, 4079.0, 4028.0, 4080.0, 4039.0, 4080.0, 4052.0, 4072.0, 4030.0, 4028.0, 4031.0, 4058.0, 4089.0, 4043.0, 4063.0, 4043.0, 4062.0, 4028.0, 4057.0, 4025.0, 4058.0, 4035.0, 4014.0, 4064.0, 4004.0, 4056.0, 4036.0, 4055.0, 4007.0, 4057.0, 4004.0, 4005.0, 3993.0, 4002.0, 4016.0, 4026.0, 4019.0, 4039.0, 4018.0, 4020.0, 4042.0, 4032.0, 4085.0, 4063.0, 4030.0, 4052.0, 4042.0, 4081.0, 4040.0, 4092.0, 4070.0, 4093.0, 4071.0, 4079.0, 4026.0, 4044.0, 4024.0, 4067.0, 4034.0, 4056.0, 4025.0, 4044.0, 4024.0, 4055.0, 4025.0, 4058.0, 4046.0, 4044.0, 4021.0, 4043.0, 4011.0, 4043.0, 4023.0, 4046.0, 4037.0, 4046.0, 4034.0, 4055.0, 4026.0, 4045.0, 4016.0, 3996.0, 4006.0, 4029.0, 4045.0, 4026.0, 4036.0, 4026.0, 4055.0, 4015.0, 4036.0, 4016.0, 4004.0, 4016.0, 4015.0, 4046.0, 4013.0, 4034.0, 4013.0, 4058.0, 4017.0, 4046.0, 4005.0, 4003.0, 4005.0, 4016.0, 4027.0, 4025.0, 4027.0, 4015.0, 4027.0, 4029.0, 4052.0, 4041.0, 4078.0, 4028.0, 4068.0, 4026.0, 4079.0, 4057.0, 4077.0, 4013.0, 4013.0, 4002.0, 4003.0, 4002.0, 3993.0, 4004.0, 3992.0, 4003.0, 3993.0, 4005.0, 4017.0, 4009.0, 4017.0, 4008.0, 4031.0, 4005.0, 4014.0, 4009.0, 4048.0, 4020.0, 4049.0, 4021.0, 4040.0, 4029.0, 4058.0, 4007.0, 4069.0, 4008.0, 4069.0, 4008.0, 4068.0, 4038.0, 4008.0, 4006.0, 4006.0, 4036.0, 4078.0, 4057.0, 4004.0, 4006.0, 4003.0, 4004.0, 4004.0], 'WindowWidth': [9119.0, 9043.0, 9046.0, 9023.0, 9017.0, 8984.0, 9002.0, 8944.0, 9006.0, 9006.0, 9007.0, 9024.0, 8990.0, 9018.0, 8985.0, 9025.0, 9001.0, 9003.0, 8947.0, 8981.0, 8947.0, 8965.0, 8962.0, 8994.0, 9017.0, 8971.0, 9009.0, 9039.0, 9072.0, 9035.0, 9033.0, 8961.0, 8962.0, 9017.0, 8974.0, 9049.0, 9020.0, 9038.0, 8999.0, 8992.0, 8973.0, 8960.0, 9029.0, 8962.0, 8968.0, 8949.0, 8967.0, 8984.0, 8973.0, 8983.0, 8957.0, 8971.0, 9000.0, 8974.0, 9033.0, 8978.0, 9017.0, 8964.0, 9001.0, 8971.0, 9020.0, 8995.0, 9026.0, 8982.0, 9005.0, 8964.0, 9018.0, 8965.0, 9036.0, 8984.0, 9020.0, 8979.0, 9015.0, 8976.0, 8989.0, 8971.0, 9021.0, 8962.0, 8992.0, 8996.0, 8987.0, 8996.0, 9001.0, 9025.0, 9048.0, 9011.0, 9063.0, 9008.0, 9061.0, 9045.0, 9098.0, 9054.0, 9057.0, 9001.0, 9053.0, 9012.0, 9059.0, 8994.0, 9037.0, 8985.0, 8971.0, 9013.0, 8975.0, 9036.0, 8990.0, 9028.0, 8959.0, 9014.0, 8981.0, 9037.0, 8986.0, 8983.0, 8971.0, 8988.0, 9008.0, 9011.0, 9027.0, 9006.0, 9008.0, 9010.0, 9057.0, 9010.0, 9053.0, 8990.0, 9033.0, 8992.0, 9054.0, 9074.0, 9044.0, 9010.0, 8979.0, 9008.0, 8984.0, 9040.0, 8993.0, 8967.0, 8963.0, 8968.0, 8985.0, 8981.0, 8968.0, 8970.0, 8969.0, 8971.0, 8992.0, 9075.0, 9045.0, 9049.0, 8976.0, 9049.0, 9006.0, 9050.0, 9006.0, 9027.0, 8954.0, 8979.0, 8938.0, 8957.0, 8981.0, 8940.0, 8937.0, 8924.0, 8925.0, 8934.0, 8990.0, 8965.0, 9016.0, 8934.0, 8997.0, 8931.0, 9001.0, 8949.0, 8998.0, 8933.0, 8984.0, 8935.0, 9010.0, 8955.0, 9001.0, 8930.0, 8983.0, 8933.0, 8961.0, 8972.0, 9000.0, 8997.0, 8971.0, 8993.0, 9032.0, 9011.0, 9077.0, 9016.0, 9007.0, 8980.0, 9005.0, 8983.0, 9060.0, 9012.0, 9008.0, 8963.0, 9019.0, 8951.0, 9051.0, 8992.0, 9012.0, 8931.0, 9027.0, 8931.0, 9031.0, 8954.0, 9035.0, 8954.0, 9035.0, 8935.0, 9000.0, 8954.0, 9018.0, 8986.0, 9017.0, 8935.0, 9004.0, 8974.0, 9039.0, 8998.0, 9018.0, 8936.0, 9032.0, 8959.0, 9054.0, 9013.0, 9034.0, 8940.0, 9009.0, 8929.0, 9017.0, 8953.0, 9019.0, 8936.0, 8962.0, 8935.0, 8969.0, 8993.0, 9008.0, 9005.0, 8986.0, 9002.0, 8983.0, 9014.0, 9043.0, 9014.0, 9067.0, 9019.0, 9047.0, 8970.0, 9027.0, 8975.0, 9009.0, 8942.0, 8989.0, 8937.0, 8964.0, 8944.0, 8988.0, 8956.0, 8958.0, 8961.0, 8944.0, 8989.0, 8995.0, 8984.0, 8992.0, 8964.0, 8987.0, 8980.0, 9015.0, 9025.0, 9030.0, 8990.0, 9039.0, 8972.0, 9056.0, 9022.0, 9057.0, 9015.0, 9048.0, 8951.0, 9031.0, 8965.0, 9022.0, 8948.0, 9029.0, 8944.0, 8994.0, 8944.0, 9009.0, 8967.0, 9019.0, 8951.0, 8976.0, 8953.0, 8985.0, 8992.0, 9000.0, 8982.0, 8966.0, 8951.0, 8992.0, 8966.0, 9082.0, 9019.0, 9019.0, 8958.0, 8986.0, 8946.0, 8980.0, 8969.0, 8976.0, 8951.0, 8946.0, 8950.0, 8966.0, 8987.0, 8973.0, 8982.0, 8963.0, 8951.0, 8948.0, 8954.0, 8957.0, 8995.0, 8950.0, 8951.0, 8949.0, 8952.0, 8982.0, 9014.0, 9021.0, 8996.0, 8966.0, 8956.0, 9001.0, 8986.0, 8985.0, 9013.0, 9003.0, 9099.0, 9099.0, 9016.0, 9000.0, 9007.0, 8982.0, 9005.0, 9020.0, 8979.0, 8935.0, 8979.0, 8977.0, 8958.0, 8885.0, 8973.0, 9040.0, 9024.0, 9021.0, 9020.0, 9044.0, 8984.0, 8974.0, 8957.0, 8956.0, 8958.0, 8985.0, 9054.0, 9020.0, 9084.0, 9004.0, 9026.0, 8980.0, 8978.0, 9001.0, 8965.0, 8981.0, 8970.0, 8988.0, 9019.0, 9011.0, 9061.0, 9031.0, 9000.0, 9051.0, 8967.0, 9050.0, 9004.0, 9040.0, 8989.0, 8986.0, 8966.0, 9006.0, 8990.0, 8998.0, 8997.0, 9048.0, 9010.0, 9049.0, 8961.0, 8954.0, 8937.0, 8955.0, 8973.0, 8981.0, 9034.0, 8995.0, 9017.0, 8960.0, 8974.0, 8981.0, 8978.0, 8980.0, 8964.0, 8976.0, 8980.0, 8995.0, 9002.0, 9029.0, 8987.0, 9033.0, 8969.0, 9018.0, 8981.0, 9024.0, 8987.0, 9023.0, 8985.0, 9036.0, 8973.0, 9053.0, 8990.0, 9053.0, 9001.0, 9008.0, 8970.0, 8997.0, 8986.0, 9034.0, 8986.0, 8982.0, 8982.0, 8980.0, 8984.0, 9032.0, 8987.0, 8984.0, 8981.0, 9009.0, 8981.0, 9057.0, 9001.0, 9056.0, 8985.0, 9037.0, 8966.0, 9027.0, 8986.0, 9024.0, 8998.0, 9008.0, 8967.0, 8997.0, 9005.0, 9036.0, 9007.0, 9015.0, 8972.0, 9054.0, 9003.0, 9079.0, 9015.0, 9051.0, 8983.0, 8970.0, 8969.0, 8947.0, 9016.0, 8959.0, 8957.0, 8942.0, 8955.0, 8959.0, 9035.0, 8976.0, 9001.0, 8949.0, 9012.0, 8944.0, 9004.0, 8978.0, 9002.0, 8957.0, 8982.0, 8950.0, 8938.0, 9005.0, 8937.0, 8997.0, 8932.0, 8918.0, 8929.0, 8918.0, 8945.0, 8954.0, 8990.0, 8965.0, 8976.0, 8965.0, 8979.0, 8970.0, 8997.0, 9001.0, 9028.0, 8983.0, 9009.0, 8964.0, 8992.0, 8966.0, 8997.0, 8981.0, 8965.0, 8962.0, 8947.0, 9018.0, 8979.0, 9035.0, 8979.0, 9016.0, 8946.0, 8985.0, 8980.0, 9008.0, 8983.0, 8993.0, 8968.0, 8994.0, 8971.0, 9014.0, 9007.0, 9029.0, 9003.0, 9028.0, 8971.0, 9024.0, 8986.0, 9031.0, 9012.0, 8998.0, 9018.0, 8962.0, 9045.0, 8948.0, 9018.0, 8980.0, 9018.0, 8937.0, 8991.0, 8972.0, 9029.0, 8985.0, 9024.0, 8957.0, 9037.0, 8972.0, 9044.0, 9018.0, 9026.0, 8975.0, 9026.0, 8986.0, 9034.0, 9006.0, 9046.0, 8972.0, 8982.0, 9065.0, 8967.0, 9058.0, 9022.0, 9033.0, 8948.0, 9014.0, 8963.0, 9021.0, 8980.0, 9004.0, 8947.0, 8987.0, 8944.0, 8975.0, 9052.0, 8978.0, 9015.0, 8945.0, 8969.0, 8943.0, 8993.0, 8965.0, 8978.0, 8964.0, 8966.0, 8964.0, 8953.0, 8984.0, 8987.0, 9038.0, 8969.0, 9006.0, 8952.0, 8990.0, 8967.0, 8999.0, 8967.0, 8966.0, 8963.0, 8949.0, 8977.0, 8969.0, 9024.0, 8982.0, 8981.0, 8956.0, 9024.0, 8972.0, 9048.0, 9006.0, 9042.0, 8987.0, 9027.0, 8983.0, 9014.0, 9040.0, 8985.0, 9022.0, 8967.0, 9050.0, 8955.0, 9042.0, 9000.0, 9024.0, 8988.0, 9044.0, 8992.0, 9029.0, 8999.0, 9058.0, 8998.0, 9033.0, 8968.0, 8975.0, 8955.0, 8966.0, 8969.0, 8968.0, 8943.0, 8947.0, 8992.0, 8941.0, 9035.0, 9020.0, 9042.0, 9020.0, 9033.0, 9006.0, 8939.0, 8935.0, 8940.0, 8968.0, 8853.0, 8973.0, 8998.0, 8987.0, 8986.0, 8988.0, 8960.0, 8908.0, 8919.0, 8896.0, 8890.0, 8932.0, 8891.0, 8888.0, 8869.0, 8865.0, 8873.0, 8869.0, 8872.0, 8871.0, 8887.0, 8892.0, 8880.0, 8915.0, 8926.0, 8896.0, 8913.0, 8892.0, 8921.0, 8936.0, 8965.0, 8942.0, 8997.0, 8959.0, 8982.0, 8927.0, 8928.0, 8946.0, 8932.0, 8988.0, 8951.0, 9003.0, 8954.0, 9007.0, 8975.0, 9031.0, 9021.0, 9035.0, 8978.0, 9001.0, 8991.0, 9018.0, 9010.0, 9076.0, 9038.0, 8991.0, 9003.0, 8974.0, 9023.0, 8997.0, 9068.0, 8980.0, 9058.0, 8990.0, 9072.0, 9016.0, 9095.0, 9040.0, 9076.0, 8997.0, 9099.0, 9058.0, 9096.0, 9063.0, 9097.0, 9046.0, 9110.0, 9016.0, 9045.0, 8973.0, 8999.0, 8989.0, 9020.0, 8991.0, 9014.0, 8971.0, 9035.0, 8967.0, 9015.0, 8969.0, 9047.0, 9012.0, 9047.0, 8948.0, 9030.0, 9001.0, 9034.0, 8973.0, 9023.0, 8938.0, 8970.0, 8919.0, 8973.0, 8938.0, 9026.0, 8970.0, 9023.0, 8937.0, 8988.0, 8936.0, 8975.0, 8940.0, 9020.0, 8938.0, 8989.0, 8933.0, 8973.0, 8956.0, 8976.0, 8910.0, 8949.0, 8934.0, 8947.0, 8950.0, 8951.0, 8977.0, 8982.0, 8949.0, 8969.0, 8956.0, 8969.0, 8961.0, 9045.0, 8991.0, 9059.0, 9012.0, 9023.0, 8936.0, 9005.0, 8954.0, 9014.0, 8957.0, 8977.0, 8952.0, 8955.0, 8956.0, 8958.0, 8977.0, 8972.0, 8960.0, 9005.0, 8982.0, 9001.0, 8983.0, 9020.0, 8980.0, 9003.0, 8975.0, 9015.0, 8975.0, 9032.0, 8985.0, 9038.0, 8993.0, 9000.0, 8959.0, 8977.0, 8981.0, 8985.0, 8983.0, 8982.0, 8987.0, 8999.0, 8986.0, 9029.0, 8985.0, 8978.0, 8967.0, 9066.0, 8982.0, 9067.0, 9008.0, 9048.0, 8990.0, 9030.0, 8976.0, 8996.0, 8996.0, 8993.0, 8969.0, 8998.0, 8958.0, 9022.0, 8994.0, 9024.0, 9049.0, 9006.0, 9006.0, 9033.0, 9037.0, 9090.0, 9055.0, 9051.0, 8994.0, 9000.0, 8999.0, 9016.0, 8982.0, 8978.0, 9042.0, 8944.0, 9043.0, 9021.0, 8993.0, 8936.0, 8969.0, 8944.0, 8983.0, 8995.0, 8982.0, 9088.0, 8994.0, 9043.0, 9002.0, 8964.0, 9060.0, 8998.0, 9019.0, 8963.0, 8968.0, 8999.0, 8986.0, 9055.0, 8994.0, 9018.0, 8930.0, 8983.0, 8933.0, 8944.0, 8959.0, 8928.0, 8928.0, 8932.0, 8946.0, 8936.0, 8983.0, 8938.0, 8938.0, 8911.0, 8952.0, 8927.0, 8977.0, 8964.0, 8978.0, 8975.0, 8962.0, 8977.0, 8986.0, 9009.0, 8986.0, 9022.0, 8982.0, 9023.0, 8987.0, 9045.0, 9015.0, 8982.0, 8982.0, 8984.0, 8973.0, 9004.0, 8996.0, 9003.0, 8977.0, 9005.0, 9008.0, 9023.0, 9092.0, 9007.0, 9059.0, 9004.0, 9051.0, 9021.0, 9045.0, 8999.0, 9052.0, 8981.0, 9071.0, 9011.0, 9068.0, 8993.0, 9030.0, 8970.0, 8999.0, 8975.0, 9005.0, 8961.0, 8969.0, 8953.0, 8923.0, 8956.0, 8929.0, 8982.0, 8962.0, 8974.0, 8946.0, 8973.0, 8946.0, 9002.0, 8996.0, 9002.0, 8985.0, 8984.0, 8970.0, 8997.0, 8995.0, 8993.0, 8986.0, 8978.0, 8961.0, 8960.0, 8967.0, 8998.0, 8999.0, 9036.0, 8985.0, 9058.0, 9010.0, 9030.0, 8998.0, 8992.0, 9010.0, 9044.0, 9007.0, 9034.0, 9036.0, 9087.0, 9045.0, 9117.0, 9073.0, 9057.0, 9001.0, 9067.0, 9002.0, 9050.0, 9008.0, 9021.0, 8995.0, 8956.0, 9051.0, 8963.0, 9052.0, 8958.0, 9034.0, 8969.0, 8996.0, 8951.0, 8948.0, 8949.0, 8923.0, 9039.0, 8949.0, 8987.0, 8919.0, 8945.0, 8920.0, 8949.0, 8923.0, 8937.0, 8941.0, 8941.0, 8951.0, 8974.0, 8988.0, 8974.0, 9048.0, 8991.0, 9049.0, 8992.0, 9011.0, 9050.0, 9015.0, 9099.0, 9044.0, 9061.0, 9042.0, 9038.0, 8977.0, 9019.0, 8987.0, 9035.0, 8975.0, 9014.0, 8950.0, 8948.0, 8960.0, 8926.0, 9007.0, 8919.0, 8891.0, 8915.0, 8871.0, 8884.0, 8924.0, 8922.0, 8923.0, 8912.0, 8979.0, 9063.0, 9046.0, 9050.0, 9083.0, 9039.0, 9072.0, 9009.0, 8996.0, 8999.0, 9041.0, 8994.0, 9085.0, 8998.0, 8983.0, 9045.0, 8983.0, 9033.0, 8982.0, 9000.0, 8997.0, 9065.0, 9022.0, 9010.0, 8996.0, 8982.0, 9011.0, 9029.0, 9011.0, 9030.0, 8970.0, 9046.0, 8971.0, 9028.0, 8974.0, 8997.0, 8959.0, 8994.0, 8951.0, 8963.0, 8953.0, 8969.0, 8972.0, 9002.0, 8994.0, 8997.0, 8989.0, 9022.0, 9010.0, 8993.0, 8995.0, 9009.0, 8992.0, 9010.0, 9033.0, 9013.0, 9040.0, 9010.0, 9039.0, 9012.0, 9042.0, 9017.0, 9042.0, 9010.0, 9009.0, 9004.0, 9049.0, 8998.0, 9040.0, 9017.0, 9043.0, 9020.0, 9020.0, 9043.0, 9039.0, 9033.0, 9027.0, 9012.0, 9011.0, 9012.0, 9063.0, 9020.0, 9057.0, 9011.0, 9024.0, 8990.0, 8997.0, 9010.0, 8992.0, 8987.0, 8982.0, 8993.0, 8993.0, 8995.0, 8997.0, 9010.0, 8998.0, 9013.0, 9020.0, 9035.0, 9000.0, 8994.0, 8991.0, 8966.0, 8979.0, 9001.0, 9003.0, 8985.0, 8981.0, 8981.0, 8978.0, 9002.0, 9003.0, 9000.0, 8999.0, 8986.0, 9027.0, 9004.0, 9081.0, 9018.0, 9009.0, 8979.0, 9021.0, 8983.0, 9060.0, 9011.0, 8977.0, 8961.0, 8987.0, 8977.0, 9041.0, 8995.0, 9017.0, 8960.0, 9002.0, 8960.0, 9021.0, 8975.0, 8985.0, 8956.0, 8968.0, 8970.0, 8960.0, 8965.0, 8969.0, 9017.0, 8957.0, 8983.0, 8940.0, 8987.0, 8978.0, 8987.0, 8979.0, 8987.0, 8977.0, 8976.0, 8986.0, 9029.0, 8997.0, 8992.0, 8978.0, 8962.0, 8958.0, 8971.0, 8981.0, 8982.0, 8977.0, 8976.0, 8976.0, 8963.0, 9007.0, 9004.0, 9048.0, 9006.0, 9012.0, 9003.0, 8987.0, 8991.0, 9007.0, 8993.0, 9005.0, 9006.0, 9002.0, 9006.0, 8993.0, 9012.0, 9007.0, 9003.0, 8985.0, 8987.0, 8986.0, 9042.0, 9059.0, 9022.0, 9023.0, 9055.0, 8955.0, 8973.0, 8929.0, 8951.0, 8957.0, 8965.0, 9073.0, 9038.0, 8989.0, 9001.0, 8963.0, 8977.0, 8984.0, 9049.0, 9038.0, 8988.0, 8972.0, 8925.0, 8932.0, 8917.0, 8940.0, 8968.0, 8969.0, 8930.0, 8877.0, 8867.0, 8959.0, 8966.0, 8970.0, 8931.0, 8988.0, 8959.0, 8988.0, 8991.0, 8947.0, 8990.0, 8997.0, 9028.0, 9012.0, 8990.0, 8974.0, 8997.0, 8970.0, 9033.0, 8971.0, 9000.0, 8968.0, 8967.0, 8967.0, 8971.0, 8996.0, 8979.0, 8952.0, 8988.0, 8949.0, 8972.0, 8956.0, 9015.0, 8993.0, 9010.0, 9022.0, 9000.0, 9038.0, 9018.0, 9060.0, 9015.0, 9024.0, 8996.0, 9007.0, 8996.0, 9004.0, 8972.0, 8996.0, 8983.0, 8994.0, 8971.0, 8999.0, 9003.0, 9012.0, 9027.0, 8989.0, 8959.0, 8972.0, 8949.0, 8999.0, 8996.0, 8993.0, 8992.0, 8990.0, 8966.0, 8978.0, 8965.0, 8998.0, 8995.0, 8991.0, 8952.0, 8980.0, 8966.0, 9000.0, 9004.0, 9001.0, 9023.0, 8997.0, 9008.0, 9002.0, 9047.0, 9005.0, 9071.0, 8999.0, 9053.0, 8985.0, 9055.0, 9016.0, 9069.0, 8993.0, 9031.0, 8968.0, 8975.0, 8958.0, 8950.0, 9046.0, 8971.0, 8995.0, 8955.0, 8965.0, 8975.0, 8976.0, 8977.0, 8977.0, 8993.0, 8993.0, 9003.0, 9022.0, 9023.0, 9059.0, 9021.0, 9059.0, 9018.0, 9043.0, 8998.0, 8995.0, 9031.0, 8973.0, 9049.0, 8991.0, 9017.0, 8973.0, 8993.0, 8985.0, 8984.0, 8986.0, 9022.0, 8988.0, 8992.0, 9047.0, 8994.0, 9023.0, 8990.0, 9024.0, 8964.0, 9025.0, 9000.0, 9050.0, 9012.0, 9053.0, 9018.0, 8984.0, 8953.0, 8978.0, 8951.0, 9026.0, 8979.0, 9002.0, 8944.0, 8970.0, 8939.0, 8945.0, 8962.0, 8922.0, 8958.0, 8947.0, 8960.0, 8962.0, 8965.0, 8985.0, 8990.0, 9006.0, 8990.0, 8992.0, 9006.0, 8996.0, 9012.0, 9014.0, 9014.0, 8996.0, 8998.0, 9011.0, 9020.0, 9034.0, 9016.0, 9013.0, 9017.0, 9032.0, 9019.0, 9078.0, 9035.0, 9044.0, 9015.0, 9058.0, 9034.0, 9079.0, 9032.0, 9052.0, 8995.0, 9036.0, 9013.0, 9044.0, 9012.0, 9024.0, 9004.0, 8992.0, 9007.0, 8993.0, 9064.0, 9010.0, 9045.0, 8990.0, 9029.0, 9010.0, 9040.0, 9013.0, 9022.0, 9007.0, 8992.0, 9004.0, 9010.0, 9038.0, 9010.0, 9020.0, 8994.0, 9034.0, 8992.0, 9035.0, 9010.0, 9040.0, 9012.0, 9023.0, 9008.0, 8997.0, 9011.0, 9012.0, 9011.0, 9010.0, 9007.0, 9012.0, 9014.0, 9017.0, 9014.0, 8998.0, 9039.0, 9018.0, 9081.0, 9018.0, 9056.0, 9014.0, 9056.0, 9016.0, 9057.0, 9013.0, 9056.0, 9011.0, 9012.0, 8995.0, 8997.0, 8997.0, 9013.0, 9013.0, 9026.0, 9000.0, 9020.0, 9016.0, 9014.0, 8995.0, 8984.0, 8996.0, 9005.0, 8999.0, 8999.0, 8994.0, 8981.0, 9021.0, 8998.0, 9057.0, 8996.0, 9033.0, 8965.0, 9033.0, 9001.0, 9059.0, 9003.0, 9010.0, 8969.0, 9009.0, 8985.0, 9056.0, 9015.0, 9041.0, 8994.0, 9042.0, 8972.0, 9038.0, 9026.0, 9020.0, 8965.0, 9016.0, 8966.0, 9035.0, 8998.0, 9019.0, 8980.0, 9062.0, 8953.0, 8992.0, 8944.0, 8985.0, 8983.0, 8930.0, 9001.0, 8992.0, 8998.0, 8996.0, 9001.0, 8947.0, 9000.0, 9012.0, 9026.0, 9049.0, 9021.0, 9046.0, 9000.0, 9026.0, 8998.0, 9025.0, 8993.0, 9015.0, 8960.0, 8996.0, 8956.0, 8987.0, 8979.0, 8975.0, 8977.0, 8992.0, 8977.0, 8960.0, 8981.0, 9006.0, 8958.0, 8986.0, 8977.0, 8999.0, 9020.0, 9040.0, 9006.0, 9081.0, 9069.0, 9027.0, 9015.0, 9042.0, 9014.0, 9029.0, 9003.0, 8986.0, 8984.0, 8974.0, 9048.0, 9024.0, 9011.0, 8967.0, 8968.0, 8940.0, 8951.0, 8985.0, 8971.0, 8986.0, 8973.0, 8989.0, 9018.0, 8988.0, 9016.0, 8987.0, 8998.0, 8969.0, 8969.0, 9037.0, 8965.0, 9026.0, 8983.0, 9007.0, 8968.0, 8964.0, 8970.0, 8953.0, 8975.0, 8976.0, 8994.0, 8964.0, 8991.0, 8984.0, 8980.0, 8998.0, 8998.0, 8996.0, 8979.0, 8993.0, 9007.0, 8993.0, 9072.0, 9011.0, 9049.0, 8981.0, 9055.0, 8998.0, 9055.0, 9020.0, 9046.0, 8988.0, 8981.0, 8990.0, 9041.0, 9084.0, 9010.0, 9035.0, 9013.0, 9036.0, 8983.0, 9019.0, 8969.0, 9019.0, 8981.0, 8953.0, 9022.0, 8940.0, 9014.0, 8985.0, 9009.0, 8951.0, 9016.0, 8944.0, 8944.0, 8925.0, 8937.0, 8960.0, 8974.0, 8972.0, 8997.0, 8968.0, 8974.0, 9007.0, 8994.0, 9071.0, 9037.0, 8985.0, 9018.0, 9006.0, 9052.0, 8997.0, 9071.0, 9035.0, 9076.0, 9041.0, 9049.0, 8973.0, 8993.0, 8967.0, 9029.0, 8981.0, 9011.0, 8967.0, 8993.0, 8966.0, 9010.0, 8970.0, 9018.0, 8999.0, 8992.0, 8957.0, 8987.0, 8943.0, 8987.0, 8962.0, 9000.0, 8987.0, 8996.0, 8977.0, 9009.0, 8971.0, 8996.0, 8959.0, 8932.0, 8946.0, 8979.0, 8995.0, 8973.0, 8984.0, 8972.0, 9008.0, 8954.0, 8984.0, 8957.0, 8941.0, 8959.0, 8957.0, 8998.0, 8951.0, 8979.0, 8952.0, 9020.0, 8966.0, 9001.0, 8943.0, 8937.0, 8944.0, 8961.0, 8977.0, 8971.0, 8976.0, 8960.0, 8978.0, 8985.0, 9019.0, 9003.0, 9048.0, 8979.0, 9031.0, 8974.0, 9049.0, 9015.0, 9043.0, 8950.0, 8948.0, 8931.0, 8935.0, 8937.0, 8924.0, 8940.0, 8922.0, 8936.0, 8924.0, 8942.0, 8966.0, 8958.0, 8965.0, 8957.0, 8988.0, 8945.0, 8956.0, 8958.0, 9008.0, 8975.0, 9013.0, 8976.0, 9002.0, 8985.0, 9021.0, 8955.0, 9033.0, 8955.0, 9037.0, 8957.0, 9034.0, 8994.0, 8951.0, 8948.0, 8946.0, 8989.0, 9048.0, 9019.0, 8942.0, 8947.0, 8938.0, 8941.0, 8939.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.004692900968783638</td></tr>
<tr><td colspan=3>aqi</td><td>0.07572055705059205</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.550772254604205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1252633207592884</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0185877897738274</td></tr>
<tr><td colspan=3>efc</td><td>0.4599</td></tr>
<tr><td colspan=3>fber</td><td>4729.4009</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20829509849920883</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>573</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.83961248654467</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.911602328026138</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8188692055201936</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.12550819820935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.79042958034887</td></tr>
<tr><td colspan=3>gcor</td><td>0.00561919</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007332046050578356</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027096528559923172</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4739464521524432</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>23.6548</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8083</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.0593</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308847.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>824.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.7431</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.1489</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.7666</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3231.7072</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3519.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.9615</td></tr>
<tr><td colspan=3>tsnr</td><td>22.15140256145969</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>