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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:52:39.390000</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.999987, 0.00510396, 3.54646e-05, -0.00506143, 0.990709, 0.135904]</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.259</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.0864661</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>[4222, -7805, -7218, 295, -56, -67, -109, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.424</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9e88676b-36b9-45de-bd29-19a30e5aedf4||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.682891845703125, -0.013579441234469414, -0.0017779843183234334, 120.77582550048828], [-0.013693558983504772, 2.6580002307891846, 0.3669358789920807, -106.96479797363281], [9.514882549410686e-05, -0.3646198809146881, 2.6749494075775146, -47.553775787353516], [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': ['135239.390000', '135239.850000', '135240.310000', '135240.770000', '135241.230000', '135241.690000', '135242.150000', '135242.610000', '135243.070000', '135243.530000', '135243.990000', '135244.450000', '135244.910000', '135245.370000', '135245.830000', '135246.290000', '135246.750000', '135247.210000', '135247.670000', '135248.130000', '135248.590000', '135249.050000', '135249.510000', '135249.970000', '135250.430000', '135250.890000', '135251.350000', '135251.810000', '135252.270000', '135252.730000', '135253.190000', '135253.650000', '135254.110000', '135254.570000', '135255.030000', '135255.490000', '135255.950000', '135256.410000', '135256.870000', '135257.330000', '135257.790000', '135258.250000', '135258.710000', '135259.170000', '135259.630000', '135300.090000', '135300.550000', '135301.010000', '135301.470000', '135301.930000', '135302.390000', '135302.850000', '135303.310000', '135303.770000', '135304.230000', '135304.690000', '135305.150000', '135305.610000', '135306.070000', '135306.530000', '135306.990000', '135307.450000', '135307.910000', '135308.370000', '135308.830000', '135309.290000', '135309.750000', '135310.210000', '135310.670000', '135311.130000', '135311.590000', '135312.050000', '135312.510000', '135312.970000', '135313.430000', '135313.890000', '135314.350000', '135314.810000', '135315.270000', '135315.730000', '135316.190000', '135316.650000', '135317.110000', '135317.570000', '135318.030000', '135318.490000', '135318.950000', '135319.410000', '135319.870000', '135320.330000', '135320.790000', '135321.250000', '135321.710000', '135322.170000', '135322.630000', '135323.090000', '135323.550000', '135324.010000', '135324.470000', '135324.930000', '135325.390000', '135325.850000', '135326.310000', '135326.770000', '135327.230000', '135327.690000', '135328.150000', '135328.610000', '135329.070000', '135329.530000', '135329.990000', '135330.450000', '135330.910000', '135331.370000', '135331.830000', '135332.290000', '135332.750000', '135333.210000', '135333.670000', '135334.130000', '135334.590000', '135335.050000', '135335.510000', '135335.970000', '135336.430000', '135336.890000', '135337.350000', '135337.810000', '135338.270000', '135338.730000', '135339.190000', '135339.650000', '135340.110000', '135340.570000', '135341.030000', '135341.490000', '135341.950000', '135342.410000', '135342.870000', '135343.330000', '135343.790000', '135344.250000', '135344.710000', '135345.170000', '135345.630000', '135346.090000', '135346.550000', '135347.010000', '135347.470000', '135347.930000', '135348.390000', '135348.850000', '135349.310000', '135349.770000', '135350.230000', '135350.690000', '135351.150000', '135351.610000', '135352.070000', '135352.530000', '135352.990000', '135353.450000', '135353.910000', '135354.370000', '135354.830000', '135355.290000', '135355.750000', '135356.210000', '135356.670000', '135357.130000', '135357.590000', '135358.050000', '135358.510000', '135358.970000', '135359.430000', '135359.890000', '135400.350000', '135400.810000', '135401.270000', '135401.730000', '135402.190000', '135402.650000', '135403.110000', '135403.570000', '135404.030000', '135404.490000', '135404.950000', '135405.410000', '135405.870000', '135406.330000', '135406.790000', '135407.250000', '135407.710000', '135408.170000', '135408.630000', '135409.090000', '135409.550000', '135410.010000', '135410.470000', '135410.930000', '135411.390000', '135411.850000', '135412.310000', '135412.770000', '135413.230000', '135413.690000', '135414.150000', '135414.610000', '135415.070000', '135415.530000', '135415.990000', '135416.450000', '135416.910000', '135417.370000', '135417.830000', '135418.290000', '135418.750000', '135419.210000', '135419.670000', '135420.130000', '135420.590000', '135421.050000', '135421.510000', '135421.970000', '135422.430000', '135422.890000', '135423.350000', '135423.810000', '135424.270000', '135424.730000', '135425.190000', '135425.650000', '135426.110000', '135426.570000', '135427.030000', '135427.490000', '135427.950000', '135428.410000', '135428.870000', '135429.330000', '135429.790000', '135430.250000', '135430.710000', '135431.170000', '135431.630000', '135432.090000', '135432.550000', '135433.010000', '135433.470000', '135433.930000', '135434.390000', '135434.850000', '135435.310000', '135435.770000', '135436.230000', '135436.690000', '135437.150000', '135437.610000', '135438.070000', '135438.530000', '135438.990000', '135439.450000', '135439.910000', '135440.370000', '135440.830000', '135441.290000', '135441.750000', '135442.210000', '135442.670000', '135443.130000', '135443.590000', '135444.050000', '135444.510000', '135444.970000', '135445.430000', '135445.890000', '135446.350000', '135446.810000', '135447.270000', '135447.730000', '135448.190000', '135448.650000', '135449.110000', '135449.570000', '135450.030000', '135450.490000', '135450.950000', '135451.410000', '135451.870000', '135452.330000', '135452.790000', '135453.250000', '135453.710000', '135454.170000', '135454.630000', '135455.090000', '135455.550000', '135456.010000', '135456.470000', '135456.930000', '135457.390000', '135457.850000', '135458.310000', '135458.770000', '135459.230000', '135459.690000', '135500.150000', '135500.610000', '135501.070000', '135501.530000', '135501.990000', '135502.450000', '135502.910000', '135503.370000', '135503.830000', '135504.290000', '135504.750000', '135505.210000', '135505.670000', '135506.130000', '135506.590000', '135507.050000', '135507.510000', '135507.970000', '135508.430000', '135508.890000', '135509.350000', '135509.810000', '135510.270000', '135510.730000', '135511.190000', '135511.650000', '135512.110000', '135512.570000', '135513.030000', '135513.490000', '135513.950000', '135514.410000', '135514.870000', '135515.330000', '135515.790000', '135516.250000', '135516.710000', '135517.170000', '135517.630000', '135518.090000', '135518.550000', '135519.010000', '135519.470000', '135519.930000', '135520.390000', '135520.850000', '135521.310000', '135521.770000', '135522.230000', '135522.690000', '135523.150000', '135523.610000', '135524.070000', '135524.530000', '135524.990000', '135525.450000', '135525.910000', '135526.370000', '135526.830000', '135527.290000', '135527.750000', '135528.210000', '135528.670000', '135529.130000', '135529.590000', '135530.050000', '135530.510000', '135530.970000', '135531.430000', '135531.890000', '135532.350000', '135532.810000', '135533.270000', '135533.730000', '135534.190000', '135534.650000', '135535.110000', '135535.570000', '135536.030000', '135536.490000', '135536.950000', '135537.410000', '135537.870000', '135538.330000', '135538.790000', '135539.250000', '135539.710000', '135540.170000', '135540.630000', '135541.090000', '135541.550000', '135542.010000', '135542.470000', '135542.930000', '135543.390000', '135543.850000', '135544.310000', '135544.770000', '135545.230000', '135545.690000', '135546.150000', '135546.610000', '135547.070000', '135547.530000', '135547.990000', '135548.450000', '135548.910000', '135549.370000', '135549.830000', '135550.290000', '135550.750000', '135551.210000', '135551.670000', '135552.130000', '135552.590000', '135553.050000', '135553.510000', '135553.970000', '135554.430000', '135554.890000', '135555.350000', '135555.810000', '135556.270000', '135556.730000', '135557.190000', '135557.650000', '135558.110000', '135558.570000', '135559.030000', '135559.490000', '135559.950000', '135600.410000', '135600.870000', '135601.330000', '135601.790000', '135602.250000', '135602.710000', '135603.170000', '135603.630000', '135604.090000', '135604.550000', '135605.010000', '135605.470000', '135605.930000', '135606.390000', '135606.850000', '135607.310000', '135607.770000', '135608.230000', '135608.690000', '135609.150000', '135609.610000', '135610.070000', '135610.530000', '135610.990000', '135611.450000', '135611.910000', '135612.370000', '135612.830000', '135613.290000', '135613.750000', '135614.210000', '135614.670000', '135615.130000', '135615.590000', '135616.050000', '135616.510000', '135616.970000', '135617.430000', '135617.890000', '135618.350000', '135618.810000', '135619.270000', '135619.730000', '135620.190000', '135620.650000', '135621.110000', '135621.570000', '135622.030000', '135622.490000', '135622.950000', '135623.410000', '135623.870000', '135624.330000', '135624.790000', '135625.250000', '135625.710000', '135626.170000', '135626.630000', '135627.090000', '135627.550000', '135628.010000', '135628.470000', '135628.930000', '135629.390000', '135629.850000', '135630.310000', '135630.770000', '135631.230000', '135631.690000', '135632.150000', '135632.610000', '135633.070000', '135633.530000', '135633.990000', '135634.450000', '135634.910000', '135635.370000', '135635.830000', '135636.290000', '135636.750000', '135637.210000', '135637.670000', '135638.130000', '135638.590000', '135639.050000', '135639.510000', '135639.970000', '135640.430000', '135640.890000', '135641.350000', '135641.810000', '135642.270000', '135642.730000', '135643.190000', '135643.650000', '135644.110000', '135644.570000', '135645.030000', '135645.490000', '135645.950000', '135646.410000', '135646.870000', '135647.330000', '135647.790000', '135648.250000', '135648.710000', '135649.170000', '135649.630000', '135650.090000', '135650.550000', '135651.010000', '135651.470000', '135651.930000', '135652.390000', '135652.850000', '135653.310000', '135653.770000', '135654.230000', '135654.690000', '135655.150000', '135655.610000', '135656.070000', '135656.530000', '135656.990000', '135657.450000', '135657.910000', '135658.370000', '135658.830000', '135659.290000', '135659.750000', '135700.210000', '135700.670000', '135701.130000', '135701.590000', '135702.050000', '135702.510000', '135702.970000', '135703.430000', '135703.890000', '135704.350000', '135704.810000', '135705.270000', '135705.730000', '135706.190000', '135706.650000', '135707.110000', '135707.570000', '135708.030000', '135708.490000', '135708.950000', '135709.410000', '135709.870000', '135710.330000', '135710.790000', '135711.250000', '135711.710000', '135712.170000', '135712.630000', '135713.090000', '135713.550000', '135714.010000', '135714.470000', '135714.930000', '135715.390000', '135715.850000', '135716.310000', '135716.770000', '135717.230000', '135717.690000', '135718.150000', '135718.610000', '135719.070000', '135719.530000', '135719.990000', '135720.450000', '135720.910000', '135721.370000', '135721.830000', '135722.290000', '135722.750000', '135723.210000', '135723.670000', '135724.130000', '135724.590000', '135725.050000', '135725.510000', '135725.970000', '135726.430000', '135726.890000', '135727.350000', '135727.810000', '135728.270000', '135728.730000', '135729.190000', '135729.650000', '135730.110000', '135730.570000', '135731.030000', '135731.490000', '135731.950000', '135732.410000', '135732.870000', '135733.330000', '135733.790000', '135734.250000', '135734.710000', '135735.170000', '135735.630000', '135736.090000', '135736.550000', '135737.010000', '135737.470000', '135737.930000', '135738.390000', '135738.850000', '135739.310000', '135739.770000', '135740.230000', '135740.690000', '135741.150000', '135741.610000', '135742.070000', '135742.530000', '135742.990000', '135743.450000', '135743.910000', '135744.370000', '135744.830000', '135745.290000', '135745.750000', '135746.210000', '135746.670000', '135747.130000', '135747.590000', '135748.050000', '135748.510000', '135748.970000', '135749.430000', '135749.890000', '135750.350000', '135750.810000', '135751.270000', '135751.730000', '135752.190000', '135752.650000', '135753.110000', '135753.570000', '135754.030000', '135754.490000', '135754.950000', '135755.410000', '135755.870000', '135756.330000', '135756.790000', '135757.250000', '135757.710000', '135758.170000', '135758.630000', '135759.090000', '135759.550000', '135800.010000', '135800.470000', '135800.930000', '135801.390000', '135801.850000', '135802.310000', '135802.770000', '135803.230000', '135803.690000', '135804.150000', '135804.610000', '135805.070000', '135805.530000', '135805.990000', '135806.450000', '135806.910000', '135807.370000', '135807.830000', '135808.290000', '135808.750000', '135809.210000', '135809.670000', '135810.130000', '135810.590000', '135811.050000', '135811.510000', '135811.970000', '135812.430000', '135812.890000', '135813.350000', '135813.810000', '135814.270000', '135814.730000', '135815.190000', '135815.650000', '135816.110000', '135816.570000', '135817.030000', '135817.490000', '135817.950000', '135818.410000', '135818.870000', '135819.330000', '135819.790000', '135820.250000', '135820.710000', '135821.170000', '135821.630000', '135822.090000', '135822.550000', '135823.010000', '135823.470000', '135823.930000', '135824.390000', '135824.850000', '135825.310000', '135825.770000', '135826.230000', '135826.690000', '135827.150000', '135827.610000', '135828.070000', '135828.530000', '135828.990000', '135829.450000', '135829.910000', '135830.370000', '135830.830000', '135831.290000', '135831.750000', '135832.210000', '135832.670000', '135833.130000', '135833.590000', '135834.050000', '135834.510000', '135834.970000', '135835.430000', '135835.890000', '135836.350000', '135836.810000', '135837.270000', '135837.730000', '135838.190000', '135838.650000', '135839.110000', '135839.570000', '135840.030000', '135840.490000', '135840.950000', '135841.410000', '135841.870000', '135842.330000', '135842.790000', '135843.250000', '135843.710000', '135844.170000', '135844.630000', '135845.090000', '135845.550000', '135846.010000', '135846.470000', '135846.930000', '135847.390000', '135847.850000', '135848.310000', '135848.770000', '135849.230000', '135849.690000', '135850.150000', '135850.610000', '135851.070000', '135851.530000', '135851.990000', '135852.450000', '135852.910000', '135853.370000', '135853.830000', '135854.290000', '135854.750000', '135855.210000', '135855.670000', '135856.130000', '135856.590000', '135857.050000', '135857.510000', '135857.970000', '135858.430000', '135858.890000', '135859.350000', '135859.810000', '135900.270000', '135900.730000', '135901.190000', '135901.650000', '135902.110000', '135902.570000', '135903.030000', '135903.490000', '135903.950000', '135904.410000', '135904.870000', '135905.330000', '135905.790000', '135906.250000', '135906.710000', '135907.170000', '135907.630000', '135908.090000', '135908.550000', '135909.010000', '135909.470000', '135909.930000', '135910.390000', '135910.850000', '135911.310000', '135911.770000', '135912.230000', '135912.690000', '135913.150000', '135913.610000', '135914.070000', '135914.530000', '135914.990000', '135915.450000', '135915.910000', '135916.370000', '135916.830000', '135917.290000', '135917.750000', '135918.210000', '135918.670000', '135919.130000', '135919.590000', '135920.050000', '135920.510000', '135920.970000', '135921.430000', '135921.890000', '135922.350000', '135922.810000', '135923.270000', '135923.730000', '135924.190000', '135924.650000', '135925.110000', '135925.570000', '135926.030000', '135926.490000', '135926.950000', '135927.410000', '135927.870000', '135928.330000', '135928.790000', '135929.250000', '135929.710000', '135930.170000', '135930.630000', '135931.090000', '135931.550000', '135932.010000', '135932.470000', '135932.930000', '135933.390000', '135933.850000', '135934.310000', '135934.770000', '135935.230000', '135935.690000', '135936.150000', '135936.610000', '135937.070000', '135937.530000', '135937.990000', '135938.450000', '135938.910000', '135939.370000', '135939.830000', '135940.290000', '135940.750000', '135941.210000', '135941.670000', '135942.130000', '135942.590000', '135943.050000', '135943.510000', '135943.970000', '135944.430000', '135944.890000', '135945.350000', '135945.810000', '135946.270000', '135946.730000', '135947.190000', '135947.650000', '135948.110000', '135948.570000', '135949.030000', '135949.490000', '135949.950000', '135950.410000', '135950.870000', '135951.330000', '135951.790000', '135952.250000', '135952.710000', '135953.170000', '135953.630000', '135954.090000', '135954.550000', '135955.010000', '135955.470000', '135955.930000', '135956.390000', '135956.850000', '135957.310000', '135957.770000', '135958.230000', '135958.690000', '135959.150000', '135959.610000', '140000.070000', '140000.530000', '140000.990000', '140001.450000', '140001.910000', '140002.370000', '140002.830000', '140003.290000', '140003.750000', '140004.210000', '140004.670000', '140005.130000', '140005.590000', '140006.050000', '140006.510000', '140006.970000', '140007.430000', '140007.890000', '140008.350000', '140008.810000', '140009.270000', '140009.730000', '140010.190000', '140010.650000', '140011.110000', '140011.570000', '140012.030000', '140012.490000', '140012.950000', '140013.410000', '140013.870000', '140014.330000', '140014.790000', '140015.250000', '140015.710000', '140016.170000', '140016.630000', '140017.090000', '140017.550000', '140018.010000', '140018.470000', '140018.930000', '140019.390000', '140019.850000', '140020.310000', '140020.770000', '140021.230000', '140021.690000', '140022.150000', '140022.610000', '140023.070000', '140023.530000', '140023.990000', '140024.450000', '140024.910000', '140025.370000', '140025.830000', '140026.290000', '140026.750000', '140027.210000', '140027.670000', '140028.130000', '140028.590000', '140029.050000', '140029.510000', '140029.970000', '140030.430000', '140030.890000', '140031.350000', '140031.810000', '140032.270000', '140032.730000', '140033.190000', '140033.650000', '140034.110000', '140034.570000', '140035.030000', '140035.490000', '140035.950000', '140036.410000', '140036.870000', '140037.330000', '140037.790000', '140038.250000', '140038.710000', '140039.170000', '140039.630000', '140040.090000', '140040.550000', '140041.010000', '140041.470000', '140041.930000', '140042.390000', '140042.850000', '140043.310000', '140043.770000', '140044.230000', '140044.690000', '140045.150000', '140045.610000', '140046.070000', '140046.530000', '140046.990000', '140047.450000', '140047.910000', '140048.370000', '140048.830000', '140049.290000', '140049.750000', '140050.210000', '140050.670000', '140051.130000', '140051.590000', '140052.050000', '140052.510000', '140052.970000', '140053.430000', '140053.890000', '140054.350000', '140054.810000', '140055.270000', '140055.730000', '140056.190000', '140056.650000', '140057.110000', '140057.570000', '140058.030000', '140058.490000', '140058.950000', '140059.410000', '140059.870000', '140100.330000', '140100.790000', '140101.250000', '140101.710000', '140102.170000', '140102.630000', '140103.090000', '140103.550000', '140104.010000', '140104.470000', '140104.930000', '140105.390000', '140105.850000', '140106.310000', '140106.770000', '140107.230000', '140107.690000', '140108.150000', '140108.610000', '140109.070000', '140109.530000', '140109.990000', '140110.450000', '140110.910000', '140111.370000', '140111.830000', '140112.290000', '140112.750000', '140113.210000', '140113.670000', '140114.130000', '140114.590000', '140115.050000', '140115.510000', '140115.970000', '140116.430000', '140116.890000', '140117.350000', '140117.810000', '140118.270000', '140118.730000', '140119.190000', '140119.650000', '140120.110000', '140120.570000', '140121.030000', '140121.490000', '140121.950000', '140122.410000', '140122.870000', '140123.330000', '140123.790000', '140124.250000', '140124.710000', '140125.170000', '140125.630000', '140126.090000', '140126.550000', '140127.010000', '140127.470000', '140127.930000', '140128.390000', '140128.850000', '140129.310000', '140129.770000', '140130.230000', '140130.690000', '140131.150000', '140131.610000', '140132.070000', '140132.530000', '140132.990000', '140133.450000', '140133.910000', '140134.370000', '140134.830000', '140135.290000', '140135.750000', '140136.210000', '140136.670000', '140137.130000', '140137.590000', '140138.050000', '140138.510000', '140138.970000', '140139.430000', '140139.890000', '140140.350000', '140140.810000', '140141.270000', '140141.730000', '140142.190000', '140142.650000', '140143.110000', '140143.570000', '140144.030000', '140144.490000', '140144.950000', '140145.410000', '140145.870000', '140146.330000', '140146.790000', '140147.250000', '140147.710000', '140148.170000', '140148.630000', '140149.090000', '140149.550000', '140150.010000', '140150.470000', '140150.930000', '140151.390000', '140151.850000', '140152.310000', '140152.770000', '140153.230000', '140153.690000', '140154.150000', '140154.610000', '140155.070000', '140155.530000', '140155.990000', '140156.450000', '140156.910000', '140157.370000', '140157.830000', '140158.290000', '140158.750000', '140159.210000', '140159.670000', '140200.130000', '140200.590000', '140201.050000', '140201.510000', '140201.970000', '140202.430000', '140202.890000', '140203.350000', '140203.810000', '140204.270000', '140204.730000', '140205.190000', '140205.650000', '140206.110000', '140206.570000', '140207.030000', '140207.490000', '140207.950000', '140208.410000', '140208.870000', '140209.330000', '140209.790000', '140210.250000', '140210.710000', '140211.170000', '140211.630000', '140212.090000', '140212.550000', '140213.010000', '140213.470000', '140213.930000', '140214.390000', '140214.850000', '140215.310000', '140215.770000', '140216.230000', '140216.690000', '140217.150000', '140217.610000', '140218.070000', '140218.530000', '140218.990000', '140219.450000', '140219.910000', '140220.370000', '140220.830000', '140221.290000', '140221.750000', '140222.210000', '140222.670000', '140223.130000', '140223.590000', '140224.050000', '140224.510000', '140224.970000', '140225.430000', '140225.890000', '140226.350000', '140226.810000', '140227.270000', '140227.730000', '140228.190000', '140228.650000', '140229.110000', '140229.570000', '140230.030000', '140230.490000', '140230.950000', '140231.410000', '140231.870000', '140232.330000', '140232.790000', '140233.250000', '140233.710000', '140234.170000', '140234.630000', '140235.090000', '140235.550000', '140236.010000', '140236.470000', '140236.930000', '140237.390000', '140237.850000', '140238.310000', '140238.770000', '140239.230000', '140239.690000', '140240.150000', '140240.610000', '140241.070000', '140241.530000', '140241.990000', '140242.450000', '140242.910000', '140243.370000', '140243.830000', '140244.290000', '140244.750000', '140245.210000', '140245.670000', '140246.130000', '140246.590000', '140247.050000', '140247.510000', '140247.970000', '140248.430000', '140248.890000', '140249.350000', '140249.810000', '140250.270000', '140250.730000', '140251.190000', '140251.650000', '140252.110000', '140252.570000', '140253.030000', '140253.490000', '140253.950000', '140254.410000', '140254.870000', '140255.330000', '140255.790000', '140256.250000', '140256.710000', '140257.170000', '140257.630000', '140258.090000', '140258.550000', '140259.010000', '140259.470000', '140259.930000', '140300.390000', '140300.850000', '140301.310000', '140301.770000', '140302.230000', '140302.690000', '140303.150000', '140303.610000', '140304.070000', '140304.530000', '140304.990000', '140305.450000', '140305.910000', '140306.370000', '140306.830000', '140307.290000', '140307.750000', '140308.210000', '140308.670000', '140309.130000', '140309.590000', '140310.050000', '140310.510000', '140310.970000', '140311.430000', '140311.890000', '140312.350000', '140312.810000', '140313.270000', '140313.730000', '140314.190000', '140314.650000', '140315.110000', '140315.570000', '140316.030000', '140316.490000', '140316.950000', '140317.410000', '140317.870000', '140318.330000', '140318.790000', '140319.250000', '140319.710000', '140320.170000', '140320.630000', '140321.090000', '140321.550000', '140322.010000', '140322.470000', '140322.930000', '140323.390000', '140323.850000', '140324.310000', '140324.770000', '140325.230000', '140325.690000', '140326.150000', '140326.610000', '140327.070000', '140327.530000', '140327.990000', '140328.450000', '140328.910000', '140329.370000', '140329.830000', '140330.290000', '140330.750000', '140331.210000', '140331.670000', '140332.130000', '140332.590000', '140333.050000', '140333.510000', '140333.970000', '140334.430000', '140334.890000', '140335.350000', '140335.810000', '140336.270000', '140336.730000', '140337.190000', '140337.650000', '140338.110000', '140338.570000', '140339.030000', '140339.490000', '140339.950000', '140340.410000', '140340.870000', '140341.330000', '140341.790000', '140342.250000', '140342.710000', '140343.170000', '140343.630000', '140344.090000', '140344.550000', '140345.010000', '140345.470000', '140345.930000', '140346.390000', '140346.850000', '140347.310000', '140347.770000', '140348.230000', '140348.690000', '140349.150000', '140349.610000', '140350.070000', '140350.530000', '140350.990000', '140351.450000', '140351.910000', '140352.370000', '140352.830000', '140353.290000', '140353.750000', '140354.210000', '140354.670000', '140355.130000', '140355.590000', '140356.050000', '140356.510000', '140356.970000', '140357.430000', '140357.890000', '140358.350000', '140358.810000', '140359.270000', '140359.730000', '140400.190000', '140400.650000', '140401.110000', '140401.570000', '140402.030000', '140402.490000', '140402.950000', '140403.410000', '140403.870000', '140404.330000', '140404.790000', '140405.250000', '140405.710000', '140406.170000', '140406.630000', '140407.090000', '140407.550000', '140408.010000', '140408.470000', '140408.930000', '140409.390000', '140409.850000', '140410.310000', '140410.770000', '140411.230000', '140411.690000', '140412.150000', '140412.610000', '140413.070000', '140413.530000', '140413.990000', '140414.450000', '140414.910000', '140415.370000', '140415.830000', '140416.290000', '140416.750000', '140417.210000', '140417.670000', '140418.130000', '140418.590000', '140419.050000', '140419.510000', '140419.970000', '140420.430000', '140420.890000', '140421.350000', '140421.810000', '140422.270000', '140422.730000', '140423.190000', '140423.650000', '140424.110000', '140424.570000', '140425.030000', '140425.490000', '140425.950000', '140426.410000', '140426.870000', '140427.330000', '140427.790000', '140428.250000', '140428.710000', '140429.170000', '140429.630000', '140430.090000', '140430.550000', '140431.010000', '140431.470000', '140431.930000', '140432.390000', '140432.850000', '140433.310000', '140433.770000', '140434.230000', '140434.690000', '140435.150000', '140435.610000', '140436.070000', '140436.530000', '140436.990000', '140437.450000', '140437.910000', '140438.370000', '140438.830000', '140439.290000', '140439.750000', '140440.210000', '140440.670000', '140441.130000', '140441.590000', '140442.050000', '140442.510000', '140442.970000', '140443.430000', '140443.890000', '140444.350000', '140444.810000', '140445.270000', '140445.730000', '140446.190000', '140446.650000', '140447.110000', '140447.570000', '140448.030000', '140448.490000', '140448.950000', '140449.410000', '140449.870000', '140450.330000', '140450.790000', '140451.250000', '140451.710000', '140452.170000', '140452.630000', '140453.090000', '140453.550000', '140454.010000', '140454.470000', '140454.930000', '140455.390000', '140455.850000', '140456.310000', '140456.770000', '140457.230000', '140457.690000', '140458.150000', '140458.610000', '140459.070000', '140459.530000', '140459.990000', '140500.450000', '140500.910000', '140501.370000', '140501.830000', '140502.290000', '140502.750000', '140503.210000', '140503.670000', '140504.130000', '140504.590000', '140505.050000', '140505.510000', '140505.970000', '140506.430000', '140506.890000', '140507.350000', '140507.810000', '140508.270000', '140508.730000', '140509.190000', '140509.650000', '140510.110000', '140510.570000', '140511.030000', '140511.490000', '140511.950000', '140512.410000', '140512.870000', '140513.330000', '140513.790000', '140514.250000', '140514.710000', '140515.170000', '140515.630000', '140516.090000', '140516.550000', '140517.010000', '140517.470000', '140517.930000', '140518.390000', '140518.850000', '140519.310000', '140519.770000', '140520.230000', '140520.690000', '140521.150000', '140521.610000', '140522.070000', '140522.530000', '140522.990000', '140523.450000', '140523.910000', '140524.370000', '140524.830000', '140525.290000', '140525.750000', '140526.210000', '140526.670000', '140527.130000', '140527.590000', '140528.050000', '140528.510000', '140528.970000', '140529.430000', '140529.890000', '140530.350000', '140530.810000', '140531.270000', '140531.730000', '140532.190000', '140532.650000', '140533.110000', '140533.570000', '140534.030000', '140534.490000', '140534.950000', '140535.410000', '140535.870000', '140536.330000', '140536.790000', '140537.250000', '140537.710000', '140538.170000', '140538.630000', '140539.090000', '140539.550000', '140540.010000', '140540.470000', '140540.930000', '140541.390000', '140541.850000', '140542.310000', '140542.770000', '140543.230000', '140543.690000', '140544.150000', '140544.610000', '140545.070000', '140545.530000', '140545.990000', '140546.450000', '140546.910000', '140547.370000', '140547.830000', '140548.290000', '140548.750000', '140549.210000', '140549.670000', '140550.130000', '140550.590000', '140551.050000', '140551.510000', '140551.970000', '140552.430000', '140552.890000', '140553.350000', '140553.810000', '140554.270000', '140554.730000', '140555.190000', '140555.650000', '140556.110000', '140556.570000', '140557.030000', '140557.490000', '140557.950000', '140558.410000', '140558.870000', '140559.330000', '140559.790000', '140600.250000', '140600.710000', '140601.170000', '140601.630000', '140602.090000', '140602.550000', '140603.010000', '140603.470000', '140603.930000', '140604.390000', '140604.850000', '140605.310000', '140605.770000', '140606.230000', '140606.690000', '140607.150000', '140607.610000', '140608.070000', '140608.530000', '140608.990000', '140609.450000', '140609.910000', '140610.370000', '140610.830000', '140611.290000', '140611.750000', '140612.210000', '140612.670000', '140613.130000', '140613.590000', '140614.050000', '140614.510000', '140614.970000', '140615.430000', '140615.890000', '140616.350000', '140616.810000', '140617.270000', '140617.730000', '140618.190000', '140618.650000', '140619.110000', '140619.570000', '140620.030000', '140620.490000', '140620.950000', '140621.410000', '140621.870000', '140622.330000', '140622.790000', '140623.250000', '140623.710000', '140624.170000', '140624.630000', '140625.090000', '140625.550000', '140626.010000', '140626.470000', '140626.930000', '140627.390000', '140627.850000', '140628.310000', '140628.770000', '140629.230000', '140629.690000', '140630.150000', '140630.610000', '140631.070000', '140631.530000', '140631.990000', '140632.450000', '140632.910000', '140633.370000', '140633.830000', '140634.290000', '140634.750000', '140635.210000', '140635.670000', '140636.130000', '140636.590000', '140637.050000', '140637.510000', '140637.970000', '140638.430000', '140638.890000', '140639.350000', '140639.810000', '140640.270000', '140640.730000', '140641.190000', '140641.650000', '140642.110000', '140642.570000', '140643.030000', '140643.490000', '140643.950000', '140644.410000', '140644.870000', '140645.330000', '140645.790000', '140646.250000', '140646.710000', '140647.170000', '140647.630000', '140648.090000', '140648.550000', '140649.010000', '140649.470000', '140649.930000', '140650.390000', '140650.850000', '140651.310000', '140651.770000', '140652.230000', '140652.690000', '140653.150000', '140653.610000', '140654.070000'], 'ContentTime': ['135308.590000', '135308.593000', '135308.596000', '135308.598000', '135308.601000', '135308.604000', '135308.606000', '135308.609000', '135308.611000', '135308.614000', '135308.617000', '135308.619000', '135308.622000', '135308.625000', '135308.627000', '135308.630000', '135308.642000', '135308.644000', '135308.647000', '135308.650000', '135308.652000', '135308.655000', '135308.657000', '135308.660000', '135308.663000', '135308.665000', '135308.668000', '135308.670000', '135308.673000', '135308.676000', '135308.678000', '135308.681000', '135308.683000', '135308.686000', '135308.688000', '135308.691000', '135308.694000', '135308.696000', '135308.699000', '135308.701000', '135308.704000', '135308.707000', '135308.709000', '135308.712000', '135308.714000', '135308.717000', '135308.731000', '135308.733000', '135308.736000', '135308.738000', '135308.741000', '135308.744000', '135308.746000', '135308.749000', '135308.751000', '135308.754000', '135308.757000', '135308.759000', '135308.762000', '135308.764000', '135308.767000', '135308.769000', '135328.559000', '135328.561000', '135328.576000', '135328.578000', '135328.581000', '135328.584000', '135328.586000', '135328.589000', '135328.591000', '135328.594000', '135328.597000', '135328.599000', '135328.602000', '135328.604000', '135328.607000', '135328.609000', '135328.612000', '135328.615000', '135328.617000', '135328.620000', '135328.623000', '135328.625000', '135328.628000', '135328.631000', '135328.633000', '135328.636000', '135328.638000', '135328.641000', '135328.643000', '135328.646000', '135328.649000', '135328.651000', '135328.654000', '135328.657000', '135328.659000', '135328.662000', '135328.664000', '135328.667000', '135328.670000', '135328.672000', '135328.675000', '135328.677000', '135328.680000', '135348.560000', '135348.562000', '135348.565000', '135348.568000', '135348.570000', '135348.573000', '135348.575000', '135348.578000', '135348.581000', '135348.584000', '135348.586000', '135348.589000', '135348.592000', '135348.594000', '135348.597000', '135348.600000', '135348.602000', '135348.605000', '135348.607000', '135348.610000', '135348.613000', '135348.615000', '135348.618000', '135348.620000', '135348.623000', '135348.626000', '135348.628000', '135348.631000', '135348.633000', '135348.636000', '135348.639000', '135348.641000', '135348.644000', '135348.646000', '135348.649000', '135348.652000', '135348.654000', '135348.657000', '135348.659000', '135348.662000', '135348.665000', '135348.667000', '135348.670000', '135408.560000', '135408.562000', '135408.565000', '135408.568000', '135408.570000', '135408.573000', '135408.576000', '135408.578000', '135408.581000', '135408.583000', '135408.586000', '135408.589000', '135408.591000', '135408.594000', '135408.596000', '135408.599000', '135408.602000', '135408.604000', '135408.607000', '135408.609000', '135408.612000', '135408.615000', '135408.617000', '135408.620000', '135408.623000', '135408.625000', '135408.628000', '135408.630000', '135408.633000', '135408.636000', '135408.638000', '135408.641000', '135408.643000', '135408.646000', '135408.649000', '135408.651000', '135408.654000', '135408.656000', '135408.659000', '135408.662000', '135408.664000', '135408.667000', '135408.670000', '135408.672000', '135428.560000', '135428.562000', '135428.565000', '135428.568000', '135428.570000', '135428.588000', '135428.591000', '135428.594000', '135428.596000', '135428.599000', '135428.602000', '135428.604000', '135428.607000', '135428.609000', '135428.612000', '135428.615000', '135428.617000', '135428.620000', '135428.623000', '135428.625000', '135428.628000', '135428.630000', '135428.639000', '135428.641000', '135428.644000', '135428.647000', '135428.649000', '135428.652000', '135428.654000', '135428.657000', '135428.660000', '135428.662000', '135428.665000', '135428.668000', '135428.670000', '135428.673000', '135428.675000', '135428.678000', '135428.681000', '135428.683000', '135428.686000', '135428.688000', '135428.691000', '135428.693000', '135448.558000', '135448.561000', '135448.564000', '135448.567000', '135448.569000', '135448.572000', '135448.574000', '135448.577000', '135448.580000', '135448.582000', '135448.585000', '135448.587000', '135448.590000', '135448.593000', '135448.595000', '135448.598000', '135448.601000', '135448.603000', '135448.606000', '135448.609000', '135448.611000', '135448.614000', '135448.616000', '135448.619000', '135448.622000', '135448.624000', '135448.637000', '135448.639000', '135448.642000', '135448.645000', '135448.647000', '135448.650000', '135448.652000', '135448.655000', '135448.658000', '135448.660000', '135448.663000', '135448.665000', '135448.668000', '135448.670000', '135448.673000', '135448.676000', '135448.678000', '135508.559000', '135508.561000', '135508.564000', '135508.567000', '135508.569000', '135508.572000', '135508.575000', '135508.577000', '135508.580000', '135508.583000', '135508.585000', '135508.588000', '135508.590000', '135508.593000', '135508.596000', '135508.598000', '135508.601000', '135508.604000', '135508.606000', '135508.609000', '135508.612000', '135508.614000', '135508.617000', '135508.620000', '135508.623000', '135508.625000', '135508.628000', '135508.630000', '135508.633000', '135508.636000', '135508.638000', '135508.641000', '135508.644000', '135508.646000', '135508.649000', '135508.652000', '135508.654000', '135508.657000', '135508.659000', '135508.662000', '135508.665000', '135508.667000', '135508.670000', '135508.672000', '135528.559000', '135528.562000', '135528.564000', '135528.567000', '135528.569000', '135528.572000', '135528.575000', '135528.577000', '135528.580000', '135528.583000', '135528.585000', '135528.588000', '135528.590000', '135528.593000', '135528.596000', '135528.598000', '135528.601000', '135528.604000', '135528.606000', '135528.622000', '135528.624000', '135528.627000', '135528.629000', '135528.632000', '135528.635000', '135528.637000', '135528.640000', '135528.642000', '135528.645000', '135528.648000', '135528.650000', '135528.653000', '135528.656000', '135528.658000', '135528.661000', '135528.664000', '135528.666000', '135528.669000', '135528.671000', '135528.674000', '135528.677000', '135528.679000', '135528.682000', '135548.559000', '135548.561000', '135548.564000', '135548.567000', '135548.569000', '135548.572000', '135548.575000', '135548.578000', '135548.580000', '135548.583000', '135548.586000', '135548.589000', '135548.592000', '135548.594000', '135548.597000', '135548.599000', '135548.602000', '135548.605000', '135548.608000', '135548.610000', '135548.613000', '135548.615000', '135548.618000', '135548.621000', '135548.623000', '135548.626000', '135548.628000', '135548.631000', '135548.634000', '135548.636000', '135548.639000', '135548.642000', '135548.645000', '135548.647000', '135548.650000', '135548.652000', '135548.655000', '135548.658000', '135548.660000', '135548.663000', '135548.666000', '135548.668000', '135548.671000', '135608.559000', '135608.580000', '135608.582000', '135608.585000', '135608.588000', '135608.590000', '135608.593000', '135608.595000', '135608.598000', '135608.601000', '135608.603000', '135608.606000', '135608.616000', '135608.619000', '135608.622000', '135608.624000', '135608.627000', '135608.629000', '135608.632000', '135608.635000', '135608.637000', '135608.640000', '135608.642000', '135608.645000', '135608.648000', '135608.650000', '135608.653000', '135608.655000', '135608.658000', '135608.661000', '135608.663000', '135608.666000', '135608.669000', '135608.671000', '135608.674000', '135608.677000', '135608.679000', '135608.682000', '135608.684000', '135608.687000', '135608.690000', '135608.692000', '135608.695000', '135608.698000', '135628.560000', '135628.563000', '135628.565000', '135628.568000', '135628.571000', '135628.573000', '135628.576000', '135628.578000', '135628.581000', '135628.583000', '135628.586000', '135628.589000', '135628.591000', '135628.594000', '135628.596000', '135628.599000', '135628.602000', '135628.604000', '135628.607000', '135628.610000', '135628.612000', '135628.615000', '135628.618000', '135628.620000', '135628.623000', '135628.631000', '135628.633000', '135628.636000', '135628.639000', '135628.642000', '135628.644000', '135628.647000', '135628.649000', '135628.652000', '135628.655000', '135628.657000', '135628.660000', '135628.662000', '135628.665000', '135628.668000', '135628.670000', '135628.673000', '135628.675000', '135648.559000', '135648.562000', '135648.564000', '135648.567000', '135648.570000', '135648.572000', '135648.575000', '135648.577000', '135648.580000', '135648.583000', '135648.585000', '135648.588000', '135648.590000', '135648.593000', '135648.596000', '135648.598000', '135648.601000', '135648.604000', '135648.606000', '135648.609000', '135648.612000', '135648.614000', '135648.617000', '135648.620000', '135648.622000', '135648.625000', '135648.627000', '135648.630000', '135648.633000', '135648.635000', '135648.638000', '135648.641000', '135648.643000', '135648.646000', '135648.649000', '135648.651000', '135648.654000', '135648.656000', '135648.659000', '135648.661000', '135648.664000', '135648.667000', '135648.669000', '135648.672000', '135708.559000', '135708.561000', '135708.564000', '135708.567000', '135708.569000', '135708.572000', '135708.574000', '135708.577000', '135708.580000', '135708.582000', '135708.585000', '135708.587000', '135708.590000', '135708.593000', '135708.595000', '135708.598000', '135708.600000', '135708.603000', '135708.606000', '135708.608000', '135708.611000', '135708.613000', '135708.616000', '135708.619000', '135708.621000', '135708.624000', '135708.626000', '135708.629000', '135708.632000', '135708.635000', '135708.638000', '135708.640000', '135708.643000', '135708.645000', '135708.648000', '135708.651000', '135708.653000', '135708.656000', '135708.658000', '135708.661000', '135708.664000', '135708.666000', '135708.669000', '135728.558000', '135728.561000', '135728.564000', '135728.567000', '135728.569000', '135728.572000', '135728.574000', '135728.577000', '135728.580000', '135728.582000', '135728.585000', '135728.588000', '135728.590000', '135728.593000', '135728.596000', '135728.598000', '135728.601000', '135728.604000', '135728.606000', '135728.609000', '135728.612000', '135728.614000', '135728.617000', '135728.620000', '135728.622000', '135728.625000', '135728.644000', '135728.647000', '135728.650000', '135728.652000', '135728.655000', '135728.657000', '135728.660000', '135728.663000', '135728.665000', '135728.668000', '135728.671000', '135728.673000', '135728.676000', '135728.679000', '135728.681000', '135728.684000', '135728.687000', '135728.689000', '135748.559000', '135748.562000', '135748.564000', '135748.567000', '135748.569000', '135748.572000', '135748.575000', '135748.577000', '135748.580000', '135748.582000', '135748.585000', '135748.588000', '135748.590000', '135748.593000', '135748.596000', '135748.598000', '135748.601000', '135748.604000', '135748.606000', '135748.609000', '135748.611000', '135748.614000', '135748.617000', '135748.620000', '135748.622000', '135748.625000', '135748.628000', '135748.630000', '135748.633000', '135748.635000', '135748.638000', '135748.641000', '135748.643000', '135748.646000', '135748.649000', '135748.651000', '135748.654000', '135748.656000', '135748.659000', '135748.662000', '135748.664000', '135748.667000', '135748.669000', '135808.559000', '135808.561000', '135808.564000', '135808.567000', '135808.569000', '135808.572000', '135808.574000', '135808.577000', '135808.580000', '135808.582000', '135808.585000', '135808.587000', '135808.590000', '135808.593000', '135808.595000', '135808.598000', '135808.600000', '135808.603000', '135808.606000', '135808.608000', '135808.611000', '135808.613000', '135808.616000', '135808.619000', '135808.621000', '135808.624000', '135808.627000', '135808.631000', '135808.634000', '135808.636000', '135808.639000', '135808.642000', '135808.644000', '135808.647000', '135808.649000', '135808.652000', '135808.655000', '135808.657000', '135808.660000', '135808.663000', '135808.665000', '135808.668000', '135808.671000', '135808.673000', '135828.559000', '135828.562000', '135828.565000', '135828.568000', '135828.570000', '135828.573000', '135828.575000', '135828.578000', '135828.581000', '135828.583000', '135828.586000', '135828.589000', '135828.591000', '135828.594000', '135828.596000', '135828.599000', '135828.601000', '135828.604000', '135828.607000', '135828.609000', '135828.612000', '135828.615000', '135828.617000', '135828.620000', '135828.623000', '135828.625000', '135828.628000', '135828.630000', '135828.633000', '135828.635000', '135828.638000', '135828.641000', '135828.643000', '135828.646000', '135828.648000', '135828.651000', '135828.654000', '135828.657000', '135828.660000', '135828.662000', '135828.666000', '135828.669000', '135828.672000', '135848.559000', '135848.562000', '135848.565000', '135848.568000', '135848.570000', '135848.573000', '135848.576000', '135848.578000', '135848.581000', '135848.583000', '135848.586000', '135848.589000', '135848.591000', '135848.594000', '135848.597000', '135848.599000', '135848.602000', '135848.604000', '135848.607000', '135848.610000', '135848.612000', '135848.615000', '135848.618000', '135848.620000', '135848.623000', '135848.626000', '135848.628000', '135848.631000', '135848.634000', '135848.636000', '135848.639000', '135848.641000', '135848.644000', '135848.647000', '135848.649000', '135848.652000', '135848.655000', '135848.662000', '135848.665000', '135848.667000', '135848.670000', '135848.673000', '135848.675000', '135848.678000', '135908.559000', '135908.562000', '135908.564000', '135908.567000', '135908.569000', '135908.572000', '135908.574000', '135908.577000', '135908.580000', '135908.582000', '135908.585000', '135908.588000', '135908.590000', '135908.593000', '135908.595000', '135908.598000', '135908.601000', '135908.603000', '135908.606000', '135908.609000', '135908.611000', '135908.614000', '135908.617000', '135908.619000', '135908.622000', '135908.624000', '135908.627000', '135908.630000', '135908.632000', '135908.635000', '135908.638000', '135908.640000', '135908.643000', '135908.646000', '135908.648000', '135908.651000', '135908.653000', '135908.656000', '135908.659000', '135908.661000', '135908.664000', '135908.666000', '135908.672000', '135928.559000', '135928.561000', '135928.564000', '135928.567000', '135928.569000', '135928.572000', '135928.575000', '135928.577000', '135928.580000', '135928.583000', '135928.585000', '135928.588000', '135928.591000', '135928.593000', '135928.596000', '135928.598000', '135928.601000', '135928.604000', '135928.606000', '135928.609000', '135928.611000', '135928.614000', '135928.617000', '135928.619000', '135928.622000', '135928.625000', '135928.627000', '135928.630000', '135928.633000', '135928.635000', '135928.638000', '135928.640000', '135928.643000', '135928.646000', '135928.648000', '135928.651000', '135928.653000', '135928.656000', '135928.659000', '135928.688000', '135928.690000', '135928.693000', '135928.695000', '135928.698000', '135948.558000', '135948.561000', '135948.564000', '135948.567000', '135948.569000', '135948.572000', '135948.575000', '135948.577000', '135948.580000', '135948.583000', '135948.585000', '135948.588000', '135948.590000', '135948.593000', '135948.596000', '135948.598000', '135948.601000', '135948.604000', '135948.606000', '135948.609000', '135948.611000', '135948.614000', '135948.617000', '135948.619000', '135948.622000', '135948.625000', '135948.627000', '135948.630000', '135948.632000', '135948.635000', '135948.638000', '135948.640000', '135948.643000', '135948.646000', '135948.648000', '135948.651000', '135948.653000', '135948.656000', '135948.659000', '135948.662000', '135948.664000', '135948.667000', '135948.670000', '140008.559000', '140008.561000', '140008.564000', '140008.567000', '140008.569000', '140008.572000', '140008.575000', '140008.577000', '140008.580000', '140008.582000', '140008.585000', '140008.588000', '140008.590000', '140008.593000', '140008.595000', '140008.598000', '140008.601000', '140008.603000', '140008.606000', '140008.608000', '140008.611000', '140008.614000', '140008.616000', '140008.619000', '140008.628000', '140008.630000', '140008.633000', '140008.635000', '140008.638000', '140008.641000', '140008.643000', '140008.646000', '140008.649000', '140008.651000', '140008.654000', '140008.656000', '140008.659000', '140008.662000', '140008.664000', '140008.667000', '140008.670000', '140008.672000', '140008.675000', '140008.677000', '140028.559000', '140028.562000', '140028.564000', '140028.567000', '140028.570000', '140028.572000', '140028.575000', '140028.577000', '140028.580000', '140028.583000', '140028.585000', '140028.588000', '140028.590000', '140028.605000', '140028.608000', '140028.610000', '140028.613000', '140028.616000', '140028.618000', '140028.621000', '140028.624000', '140028.626000', '140028.629000', '140028.631000', '140028.634000', '140028.637000', '140028.639000', '140028.642000', '140028.645000', '140028.647000', '140028.650000', '140028.652000', '140028.655000', '140028.658000', '140028.660000', '140028.663000', '140028.666000', '140028.668000', '140028.671000', '140028.674000', '140028.676000', '140028.679000', '140028.681000', '140048.560000', '140048.563000', '140048.565000', '140048.576000', '140048.578000', '140048.581000', '140048.583000', '140048.586000', '140048.589000', '140048.591000', '140048.594000', '140048.596000', '140048.599000', '140048.602000', '140048.604000', '140048.607000', '140048.609000', '140048.612000', '140048.615000', '140048.618000', '140048.620000', '140048.623000', '140048.626000', '140048.628000', '140048.631000', '140048.633000', '140048.636000', '140048.639000', '140048.641000', '140048.644000', '140048.652000', '140048.654000', '140048.657000', '140048.660000', '140048.662000', '140048.665000', '140048.668000', '140048.670000', '140048.673000', '140048.675000', '140048.678000', '140048.681000', '140048.683000', '140048.691000', '140108.560000', '140108.562000', '140108.565000', '140108.568000', '140108.570000', '140108.573000', '140108.576000', '140108.578000', '140108.581000', '140108.584000', '140108.586000', '140108.589000', '140108.591000', '140108.594000', '140108.597000', '140108.599000', '140108.602000', '140108.604000', '140108.607000', '140108.610000', '140108.612000', '140108.615000', '140108.618000', '140108.620000', '140108.623000', '140108.626000', '140108.628000', '140108.631000', '140108.633000', '140108.636000', '140108.639000', '140108.641000', '140108.644000', '140108.646000', '140108.649000', '140108.652000', '140108.654000', '140108.657000', '140108.659000', '140108.662000', '140108.665000', '140108.667000', '140108.670000', '140128.559000', '140128.562000', '140128.564000', '140128.567000', '140128.570000', '140128.572000', '140128.575000', '140128.577000', '140128.580000', '140128.582000', '140128.585000', '140128.588000', '140128.590000', '140128.593000', '140128.596000', '140128.598000', '140128.601000', '140128.603000', '140128.606000', '140128.609000', '140128.611000', '140128.614000', '140128.616000', '140128.619000', '140128.628000', '140128.631000', '140128.633000', '140128.636000', '140128.638000', '140128.641000', '140128.644000', '140128.646000', '140128.649000', '140128.651000', '140128.654000', '140128.657000', '140128.659000', '140128.662000', '140128.664000', '140128.667000', '140128.670000', '140128.672000', '140128.675000', '140128.677000', '140148.559000', '140148.562000', '140148.564000', '140148.567000', '140148.570000', '140148.572000', '140148.575000', '140148.577000', '140148.580000', '140148.583000', '140148.585000', '140148.588000', '140148.590000', '140148.593000', '140148.607000', '140148.609000', '140148.612000', '140148.615000', '140148.617000', '140148.620000', '140148.622000', '140148.625000', '140148.628000', '140148.630000', '140148.633000', '140148.636000', '140148.638000', '140148.641000', '140148.643000', '140148.646000', '140148.649000', '140148.651000', '140148.654000', '140148.657000', '140148.659000', '140148.662000', '140148.664000', '140148.667000', '140148.670000', '140148.672000', '140148.675000', '140148.678000', '140148.680000', '140208.559000', '140208.562000', '140208.564000', '140208.567000', '140208.569000', '140208.572000', '140208.575000', '140208.578000', '140208.581000', '140208.583000', '140208.586000', '140208.588000', '140208.591000', '140208.594000', '140208.597000', '140208.600000', '140208.602000', '140208.605000', '140208.608000', '140208.610000', '140208.613000', '140208.616000', '140208.618000', '140208.621000', '140208.624000', '140208.626000', '140208.629000', '140208.631000', '140208.634000', '140208.637000', '140208.639000', '140208.642000', '140208.644000', '140208.647000', '140208.650000', '140208.652000', '140208.655000', '140208.657000', '140208.660000', '140208.663000', '140208.665000', '140208.668000', '140208.670000', '140228.559000', '140228.562000', '140228.564000', '140228.567000', '140228.569000', '140228.572000', '140228.575000', '140228.577000', '140228.580000', '140228.582000', '140228.591000', '140228.594000', '140228.597000', '140228.599000', '140228.602000', '140228.605000', '140228.607000', '140228.610000', '140228.612000', '140228.615000', '140228.618000', '140228.620000', '140228.623000', '140228.626000', '140228.628000', '140228.631000', '140228.633000', '140228.636000', '140228.639000', '140228.641000', '140228.644000', '140228.647000', '140228.649000', '140228.652000', '140228.654000', '140228.657000', '140228.660000', '140228.662000', '140228.665000', '140228.667000', '140228.670000', '140228.673000', '140228.675000', '140228.678000', '140248.559000', '140248.562000', '140248.564000', '140248.567000', '140248.570000', '140248.573000', '140248.576000', '140248.579000', '140248.582000', '140248.584000', '140248.587000', '140248.590000', '140248.592000', '140248.595000', '140248.598000', '140248.600000', '140248.603000', '140248.605000', '140248.608000', '140248.611000', '140248.613000', '140248.616000', '140248.619000', '140248.621000', '140248.624000', '140248.626000', '140248.638000', '140248.641000', '140248.644000', '140248.646000', '140248.649000', '140248.651000', '140248.654000', '140248.657000', '140248.659000', '140248.662000', '140248.665000', '140248.667000', '140248.670000', '140248.673000', '140248.675000', '140248.678000', '140248.681000', '140308.560000', '140308.563000', '140308.565000', '140308.568000', '140308.570000', '140308.573000', '140308.576000', '140308.578000', '140308.581000', '140308.584000', '140308.586000', '140308.589000', '140308.592000', '140308.594000', '140308.597000', '140308.599000', '140308.602000', '140308.605000', '140308.607000', '140308.610000', '140308.612000', '140308.615000', '140308.618000', '140308.620000', '140308.623000', '140308.626000', '140308.628000', '140308.631000', '140308.634000', '140308.636000', '140308.639000', '140308.642000', '140308.644000', '140308.647000', '140308.649000', '140308.652000', '140308.655000', '140308.657000', '140308.660000', '140308.662000', '140308.665000', '140308.668000', '140308.670000', '140308.673000', '140328.560000', '140328.563000', '140328.565000', '140328.568000', '140328.571000', '140328.573000', '140328.576000', '140328.579000', '140328.581000', '140328.584000', '140328.588000', '140328.591000', '140328.594000', '140328.597000', '140328.599000', '140328.602000', '140328.613000', '140328.615000', '140328.618000', '140328.624000', '140328.626000', '140328.629000', '140328.632000', '140328.634000', '140328.637000', '140328.640000', '140328.643000', '140328.645000', '140328.648000', '140328.651000', '140328.653000', '140328.656000', '140328.659000', '140328.661000', '140328.664000', '140328.666000', '140328.669000', '140328.672000', '140328.674000', '140328.677000', '140328.680000', '140328.682000', '140328.685000', '140348.559000', '140348.561000', '140348.564000', '140348.567000', '140348.569000', '140348.572000', '140348.574000', '140348.577000', '140348.580000', '140348.582000', '140348.585000', '140348.587000', '140348.590000', '140348.593000', '140348.595000', '140348.598000', '140348.600000', '140348.603000', '140348.606000', '140348.608000', '140348.611000', '140348.614000', '140348.616000', '140348.619000', '140348.622000', '140348.624000', '140348.627000', '140348.630000', '140348.632000', '140348.635000', '140348.637000', '140348.640000', '140348.642000', '140348.645000', '140348.648000', '140348.650000', '140348.653000', '140348.655000', '140348.658000', '140348.661000', '140348.663000', '140348.666000', '140348.668000', '140348.671000', '140408.559000', '140408.561000', '140408.564000', '140408.567000', '140408.570000', '140408.573000', '140408.576000', '140408.579000', '140408.581000', '140408.584000', '140408.587000', '140408.589000', '140408.592000', '140408.594000', '140408.597000', '140408.600000', '140408.602000', '140408.605000', '140408.608000', '140408.610000', '140408.613000', '140408.615000', '140408.618000', '140408.621000', '140408.623000', '140408.626000', '140408.629000', '140408.631000', '140408.634000', '140408.636000', '140408.639000', '140408.642000', '140408.644000', '140408.647000', '140408.650000', '140408.652000', '140408.655000', '140408.657000', '140408.660000', '140408.663000', '140408.665000', '140408.668000', '140408.671000', '140428.559000', '140428.561000', '140428.564000', '140428.567000', '140428.569000', '140428.572000', '140428.575000', '140428.577000', '140428.580000', '140428.582000', '140428.585000', '140428.588000', '140428.590000', '140428.593000', '140428.595000', '140428.598000', '140428.601000', '140428.603000', '140428.606000', '140428.608000', '140428.611000', '140428.614000', '140428.616000', '140428.619000', '140428.622000', '140428.624000', '140428.627000', '140428.629000', '140428.632000', '140428.635000', '140428.637000', '140428.640000', '140428.642000', '140428.645000', '140428.648000', '140428.650000', '140428.653000', '140428.655000', '140428.658000', '140428.661000', '140428.663000', '140428.666000', '140428.668000', '140428.671000', '140448.559000', '140448.562000', '140448.564000', '140448.567000', '140448.569000', '140448.572000', '140448.575000', '140448.577000', '140448.580000', '140448.583000', '140448.585000', '140448.588000', '140448.590000', '140448.593000', '140448.596000', '140448.598000', '140448.601000', '140448.604000', '140448.606000', '140448.609000', '140448.612000', '140448.618000', '140448.620000', '140448.624000', '140448.626000', '140448.629000', '140448.632000', '140448.634000', '140448.637000', '140448.640000', '140448.642000', '140448.645000', '140448.648000', '140448.650000', '140448.653000', '140448.655000', '140448.658000', '140448.661000', '140448.663000', '140448.666000', '140448.668000', '140448.671000', '140448.674000', '140508.559000', '140508.562000', '140508.565000', '140508.567000', '140508.570000', '140508.572000', '140508.575000', '140508.578000', '140508.580000', '140508.583000', '140508.586000', '140508.588000', '140508.591000', '140508.594000', '140508.596000', '140508.599000', '140508.601000', '140508.604000', '140508.607000', '140508.609000', '140508.612000', '140508.615000', '140508.617000', '140508.620000', '140508.623000', '140508.625000', '140508.628000', '140508.630000', '140508.633000', '140508.636000', '140508.638000', '140508.641000', '140508.644000', '140508.646000', '140508.649000', '140508.663000', '140508.666000', '140508.669000', '140508.671000', '140508.674000', '140508.677000', '140508.679000', '140508.682000', '140508.684000', '140528.560000', '140528.563000', '140528.565000', '140528.568000', '140528.571000', '140528.573000', '140528.576000', '140528.578000', '140528.581000', '140528.584000', '140528.586000', '140528.589000', '140528.591000', '140528.594000', '140528.597000', '140528.599000', '140528.602000', '140528.605000', '140528.607000', '140528.610000', '140528.613000', '140528.615000', '140528.627000', '140528.630000', '140528.633000', '140528.635000', '140528.638000', '140528.640000', '140528.643000', '140528.646000', '140528.648000', '140528.651000', '140528.654000', '140528.656000', '140528.659000', '140528.662000', '140528.664000', '140528.667000', '140528.670000', '140528.672000', '140528.675000', '140528.677000', '140528.680000', '140548.560000', '140548.563000', '140548.566000', '140548.568000', '140548.571000', '140548.573000', '140548.576000', '140548.579000', '140548.581000', '140548.584000', '140548.586000', '140548.589000', '140548.592000', '140548.594000', '140548.597000', '140548.600000', '140548.602000', '140548.605000', '140548.607000', '140548.610000', '140548.613000', '140548.615000', '140548.618000', '140548.621000', '140548.623000', '140548.626000', '140548.629000', '140548.631000', '140548.634000', '140548.636000', '140548.639000', '140548.642000', '140548.644000', '140548.647000', '140548.650000', '140548.652000', '140548.655000', '140548.657000', '140548.660000', '140548.663000', '140548.665000', '140548.668000', '140548.670000', '140548.673000', '140608.559000', '140608.562000', '140608.564000', '140608.567000', '140608.570000', '140608.572000', '140608.575000', '140608.577000', '140608.580000', '140608.583000', '140608.585000', '140608.588000', '140608.591000', '140608.593000', '140608.596000', '140608.598000', '140608.601000', '140608.604000', '140608.606000', '140608.609000', '140608.612000', '140608.614000', '140608.617000', '140608.619000', '140608.622000', '140608.625000', '140608.627000', '140608.630000', '140608.633000', '140608.636000', '140608.639000', '140608.642000', '140608.645000', '140608.647000', '140608.650000', '140608.652000', '140608.655000', '140608.658000', '140608.660000', '140608.664000', '140608.667000', '140608.670000', '140608.672000', '140628.559000', '140628.562000', '140628.564000', '140628.567000', '140628.569000', '140628.572000', '140628.603000', '140628.605000', '140628.608000', '140628.611000', '140628.614000', '140628.616000', '140628.619000', '140628.622000', '140628.624000', '140628.627000', '140628.630000', '140628.632000', '140628.635000', '140628.638000', '140628.640000', '140628.643000', '140628.646000', '140628.648000', '140628.651000', '140628.653000', '140628.656000', '140628.659000', '140628.661000', '140628.664000', '140628.666000', '140628.669000', '140628.672000', '140628.674000', '140628.677000', '140628.680000', '140628.682000', '140628.685000', '140628.687000', '140628.690000', '140628.693000', '140628.695000', '140628.698000', '140628.700000', '140648.559000', '140648.562000', '140648.564000', '140648.567000', '140648.570000', '140648.572000', '140648.575000', '140648.578000', '140648.581000', '140648.583000', '140648.586000', '140648.588000', '140648.591000', '140648.594000', '140648.596000', '140648.599000', '140648.601000', '140648.604000', '140648.607000', '140648.609000', '140648.612000', '140648.615000', '140648.617000', '140648.620000', '140648.622000', '140648.625000', '140648.628000', '140648.630000', '140648.633000', '140648.635000', '140648.638000', '140648.641000', '140648.643000', '140648.646000', '140648.649000', '140648.651000', '140648.654000', '140648.656000', '140648.659000', '140648.662000', '140648.664000', '140648.667000', '140648.669000', '140655.079000', '140655.083000', '140655.086000', '140655.089000', '140655.092000', '140655.095000', '140655.098000', '140655.101000', '140655.104000', '140655.106000', '140655.109000', '140655.113000', '140655.116000', '140655.119000', '140655.122000'], 'InstanceCreationTime': ['135308.590000', '135308.593000', '135308.596000', '135308.598000', '135308.601000', '135308.604000', '135308.606000', '135308.609000', '135308.611000', '135308.614000', '135308.617000', '135308.619000', '135308.622000', '135308.625000', '135308.627000', '135308.630000', '135308.642000', '135308.644000', '135308.647000', '135308.650000', '135308.652000', '135308.655000', '135308.657000', '135308.660000', '135308.663000', '135308.665000', '135308.668000', '135308.670000', '135308.673000', '135308.676000', '135308.678000', '135308.681000', '135308.683000', '135308.686000', '135308.688000', '135308.691000', '135308.694000', '135308.696000', '135308.699000', '135308.701000', '135308.704000', '135308.707000', '135308.709000', '135308.712000', '135308.714000', '135308.717000', '135308.731000', '135308.733000', '135308.736000', '135308.738000', '135308.741000', '135308.744000', '135308.746000', '135308.749000', '135308.751000', '135308.754000', '135308.757000', '135308.759000', '135308.762000', '135308.764000', '135308.767000', '135308.769000', '135328.559000', '135328.561000', '135328.576000', '135328.578000', '135328.581000', '135328.584000', '135328.586000', '135328.589000', '135328.591000', '135328.594000', '135328.597000', '135328.599000', '135328.602000', '135328.604000', '135328.607000', '135328.609000', '135328.612000', '135328.615000', '135328.617000', '135328.620000', '135328.623000', '135328.625000', '135328.628000', '135328.631000', '135328.633000', '135328.636000', '135328.638000', '135328.641000', '135328.643000', '135328.646000', '135328.649000', '135328.651000', '135328.654000', '135328.657000', '135328.659000', '135328.662000', '135328.664000', '135328.667000', '135328.670000', '135328.672000', '135328.675000', '135328.677000', '135328.680000', '135348.560000', '135348.562000', '135348.565000', '135348.568000', '135348.570000', '135348.573000', '135348.575000', '135348.578000', '135348.581000', '135348.584000', '135348.586000', '135348.589000', '135348.592000', '135348.594000', '135348.597000', '135348.600000', '135348.602000', '135348.605000', '135348.607000', '135348.610000', '135348.613000', '135348.615000', '135348.618000', '135348.620000', '135348.623000', '135348.626000', '135348.628000', '135348.631000', '135348.633000', '135348.636000', '135348.639000', '135348.641000', '135348.644000', '135348.646000', '135348.649000', '135348.652000', '135348.654000', '135348.657000', '135348.659000', '135348.662000', '135348.665000', '135348.667000', '135348.670000', '135408.560000', '135408.562000', '135408.565000', '135408.568000', '135408.570000', '135408.573000', '135408.576000', '135408.578000', '135408.581000', '135408.583000', '135408.586000', '135408.589000', '135408.591000', '135408.594000', '135408.596000', '135408.599000', '135408.602000', '135408.604000', '135408.607000', '135408.609000', '135408.612000', '135408.615000', '135408.617000', '135408.620000', '135408.623000', '135408.625000', '135408.628000', '135408.630000', '135408.633000', '135408.636000', '135408.638000', '135408.641000', '135408.643000', '135408.646000', '135408.649000', '135408.651000', '135408.654000', '135408.656000', '135408.659000', '135408.662000', '135408.664000', '135408.667000', '135408.670000', '135408.672000', '135428.560000', '135428.562000', '135428.565000', '135428.568000', '135428.570000', '135428.588000', '135428.591000', '135428.594000', '135428.596000', '135428.599000', '135428.602000', '135428.604000', '135428.607000', '135428.609000', '135428.612000', '135428.615000', '135428.617000', '135428.620000', '135428.623000', '135428.625000', '135428.628000', '135428.630000', '135428.639000', '135428.641000', '135428.644000', '135428.647000', '135428.649000', '135428.652000', '135428.654000', '135428.657000', '135428.660000', '135428.662000', '135428.665000', '135428.668000', '135428.670000', '135428.673000', '135428.675000', '135428.678000', '135428.681000', '135428.683000', '135428.686000', '135428.688000', '135428.691000', '135428.693000', '135448.558000', '135448.561000', '135448.564000', '135448.567000', '135448.569000', '135448.572000', '135448.574000', '135448.577000', '135448.580000', '135448.582000', '135448.585000', '135448.587000', '135448.590000', '135448.593000', '135448.595000', '135448.598000', '135448.601000', '135448.603000', '135448.606000', '135448.609000', '135448.611000', '135448.614000', '135448.616000', '135448.619000', '135448.622000', '135448.624000', '135448.637000', '135448.639000', '135448.642000', '135448.645000', '135448.647000', '135448.650000', '135448.652000', '135448.655000', '135448.658000', '135448.660000', '135448.663000', '135448.665000', '135448.668000', '135448.670000', '135448.673000', '135448.676000', '135448.678000', '135508.559000', '135508.561000', '135508.564000', '135508.567000', '135508.569000', '135508.572000', '135508.575000', '135508.577000', '135508.580000', '135508.583000', '135508.585000', '135508.588000', '135508.590000', '135508.593000', '135508.596000', '135508.598000', '135508.601000', '135508.604000', '135508.606000', '135508.609000', '135508.612000', '135508.614000', '135508.617000', '135508.620000', '135508.623000', '135508.625000', '135508.628000', '135508.630000', '135508.633000', '135508.636000', '135508.638000', '135508.641000', '135508.644000', '135508.646000', '135508.649000', '135508.652000', '135508.654000', '135508.657000', '135508.659000', '135508.662000', '135508.665000', '135508.667000', '135508.670000', '135508.672000', '135528.559000', '135528.562000', '135528.564000', '135528.567000', '135528.569000', '135528.572000', '135528.575000', '135528.577000', '135528.580000', '135528.583000', '135528.585000', '135528.588000', '135528.590000', '135528.593000', '135528.596000', '135528.598000', '135528.601000', '135528.604000', '135528.606000', '135528.622000', '135528.624000', '135528.627000', '135528.629000', '135528.632000', '135528.635000', '135528.637000', '135528.640000', '135528.642000', '135528.645000', '135528.648000', '135528.650000', '135528.653000', '135528.656000', '135528.658000', '135528.661000', '135528.664000', '135528.666000', '135528.669000', '135528.671000', '135528.674000', '135528.677000', '135528.679000', '135528.682000', '135548.559000', '135548.561000', '135548.564000', '135548.567000', '135548.569000', '135548.572000', '135548.575000', '135548.578000', '135548.580000', '135548.583000', '135548.586000', '135548.589000', '135548.592000', '135548.594000', '135548.597000', '135548.599000', '135548.602000', '135548.605000', '135548.608000', '135548.610000', '135548.613000', '135548.615000', '135548.618000', '135548.621000', '135548.623000', '135548.626000', '135548.628000', '135548.631000', '135548.634000', '135548.636000', '135548.639000', '135548.642000', '135548.645000', '135548.647000', '135548.650000', '135548.652000', '135548.655000', '135548.658000', '135548.660000', '135548.663000', '135548.666000', '135548.668000', '135548.671000', '135608.559000', '135608.580000', '135608.582000', '135608.585000', '135608.588000', '135608.590000', '135608.593000', '135608.595000', '135608.598000', '135608.601000', '135608.603000', '135608.606000', '135608.616000', '135608.619000', '135608.622000', '135608.624000', '135608.627000', '135608.629000', '135608.632000', '135608.635000', '135608.637000', '135608.640000', '135608.642000', '135608.645000', '135608.648000', '135608.650000', '135608.653000', '135608.655000', '135608.658000', '135608.661000', '135608.663000', '135608.666000', '135608.669000', '135608.671000', '135608.674000', '135608.677000', '135608.679000', '135608.682000', '135608.684000', '135608.687000', '135608.690000', '135608.692000', '135608.695000', '135608.698000', '135628.560000', '135628.563000', '135628.565000', '135628.568000', '135628.571000', '135628.573000', '135628.576000', '135628.578000', '135628.581000', '135628.583000', '135628.586000', '135628.589000', '135628.591000', '135628.594000', '135628.596000', '135628.599000', '135628.602000', '135628.604000', '135628.607000', '135628.610000', '135628.612000', '135628.615000', '135628.618000', '135628.620000', '135628.623000', '135628.631000', '135628.633000', '135628.636000', '135628.639000', '135628.642000', '135628.644000', '135628.647000', '135628.649000', '135628.652000', '135628.655000', '135628.657000', '135628.660000', '135628.662000', '135628.665000', '135628.668000', '135628.670000', '135628.673000', '135628.675000', '135648.559000', '135648.562000', '135648.564000', '135648.567000', '135648.570000', '135648.572000', '135648.575000', '135648.577000', '135648.580000', '135648.583000', '135648.585000', '135648.588000', '135648.590000', '135648.593000', '135648.596000', '135648.598000', '135648.601000', '135648.604000', '135648.606000', '135648.609000', '135648.612000', '135648.614000', '135648.617000', '135648.620000', '135648.622000', '135648.625000', '135648.627000', '135648.630000', '135648.633000', '135648.635000', '135648.638000', '135648.641000', '135648.643000', '135648.646000', '135648.649000', '135648.651000', '135648.654000', '135648.656000', '135648.659000', '135648.661000', '135648.664000', '135648.667000', '135648.669000', '135648.672000', '135708.559000', '135708.561000', '135708.564000', '135708.567000', '135708.569000', '135708.572000', '135708.574000', '135708.577000', '135708.580000', '135708.582000', '135708.585000', '135708.587000', '135708.590000', '135708.593000', '135708.595000', '135708.598000', '135708.600000', '135708.603000', '135708.606000', '135708.608000', '135708.611000', '135708.613000', '135708.616000', '135708.619000', '135708.621000', '135708.624000', '135708.626000', '135708.629000', '135708.632000', '135708.635000', '135708.638000', '135708.640000', '135708.643000', '135708.645000', '135708.648000', '135708.651000', '135708.653000', '135708.656000', '135708.658000', '135708.661000', '135708.664000', '135708.666000', '135708.669000', '135728.558000', '135728.561000', '135728.564000', '135728.567000', '135728.569000', '135728.572000', '135728.574000', '135728.577000', '135728.580000', '135728.582000', '135728.585000', '135728.588000', '135728.590000', '135728.593000', '135728.596000', '135728.598000', '135728.601000', '135728.604000', '135728.606000', '135728.609000', '135728.612000', '135728.614000', '135728.617000', '135728.620000', '135728.622000', '135728.625000', '135728.644000', '135728.647000', '135728.650000', '135728.652000', '135728.655000', '135728.657000', '135728.660000', '135728.663000', '135728.665000', '135728.668000', '135728.671000', '135728.673000', '135728.676000', '135728.679000', '135728.681000', '135728.684000', '135728.687000', '135728.689000', '135748.559000', '135748.562000', '135748.564000', '135748.567000', '135748.569000', '135748.572000', '135748.575000', '135748.577000', '135748.580000', '135748.582000', '135748.585000', '135748.588000', '135748.590000', '135748.593000', '135748.596000', '135748.598000', '135748.601000', '135748.604000', '135748.606000', '135748.609000', '135748.611000', '135748.614000', '135748.617000', '135748.620000', '135748.622000', '135748.625000', '135748.628000', '135748.630000', '135748.633000', '135748.635000', '135748.638000', '135748.641000', '135748.643000', '135748.646000', '135748.649000', '135748.651000', '135748.654000', '135748.656000', '135748.659000', '135748.662000', '135748.664000', '135748.667000', '135748.669000', '135808.559000', '135808.561000', '135808.564000', '135808.567000', '135808.569000', '135808.572000', '135808.574000', '135808.577000', '135808.580000', '135808.582000', '135808.585000', '135808.587000', '135808.590000', '135808.593000', '135808.595000', '135808.598000', '135808.600000', '135808.603000', '135808.606000', '135808.608000', '135808.611000', '135808.613000', '135808.616000', '135808.619000', '135808.621000', '135808.624000', '135808.627000', '135808.631000', '135808.634000', '135808.636000', '135808.639000', '135808.642000', '135808.644000', '135808.647000', '135808.649000', '135808.652000', '135808.655000', '135808.657000', '135808.660000', '135808.663000', '135808.665000', '135808.668000', '135808.671000', '135808.673000', '135828.559000', '135828.562000', '135828.565000', '135828.568000', '135828.570000', '135828.573000', '135828.575000', '135828.578000', '135828.581000', '135828.583000', '135828.586000', '135828.589000', '135828.591000', '135828.594000', '135828.596000', '135828.599000', '135828.601000', '135828.604000', '135828.607000', '135828.609000', '135828.612000', '135828.615000', '135828.617000', '135828.620000', '135828.623000', '135828.625000', '135828.628000', '135828.630000', '135828.633000', '135828.635000', '135828.638000', '135828.641000', '135828.643000', '135828.646000', '135828.648000', '135828.651000', '135828.654000', '135828.657000', '135828.660000', '135828.662000', '135828.666000', '135828.669000', '135828.672000', '135848.559000', '135848.562000', '135848.565000', '135848.568000', '135848.570000', '135848.573000', '135848.576000', '135848.578000', '135848.581000', '135848.583000', '135848.586000', '135848.589000', '135848.591000', '135848.594000', '135848.597000', '135848.599000', '135848.602000', '135848.604000', '135848.607000', '135848.610000', '135848.612000', '135848.615000', '135848.618000', '135848.620000', '135848.623000', '135848.626000', '135848.628000', '135848.631000', '135848.634000', '135848.636000', '135848.639000', '135848.641000', '135848.644000', '135848.647000', '135848.649000', '135848.652000', '135848.655000', '135848.662000', '135848.665000', '135848.667000', '135848.670000', '135848.673000', '135848.675000', '135848.678000', '135908.559000', '135908.562000', '135908.564000', '135908.567000', '135908.569000', '135908.572000', '135908.574000', '135908.577000', '135908.580000', '135908.582000', '135908.585000', '135908.588000', '135908.590000', '135908.593000', '135908.595000', '135908.598000', '135908.601000', '135908.603000', '135908.606000', '135908.609000', '135908.611000', '135908.614000', '135908.617000', '135908.619000', '135908.622000', '135908.624000', '135908.627000', '135908.630000', '135908.632000', '135908.635000', '135908.638000', '135908.640000', '135908.643000', '135908.646000', '135908.648000', '135908.651000', '135908.653000', '135908.656000', '135908.659000', '135908.661000', '135908.664000', '135908.666000', '135908.672000', '135928.559000', '135928.561000', '135928.564000', '135928.567000', '135928.569000', '135928.572000', '135928.575000', '135928.577000', '135928.580000', '135928.583000', '135928.585000', '135928.588000', '135928.591000', '135928.593000', '135928.596000', '135928.598000', '135928.601000', '135928.604000', '135928.606000', '135928.609000', '135928.611000', '135928.614000', '135928.617000', '135928.619000', '135928.622000', '135928.625000', '135928.627000', '135928.630000', '135928.633000', '135928.635000', '135928.638000', '135928.640000', '135928.643000', '135928.646000', '135928.648000', '135928.651000', '135928.653000', '135928.656000', '135928.659000', '135928.688000', '135928.690000', '135928.693000', '135928.695000', '135928.698000', '135948.558000', '135948.561000', '135948.564000', '135948.567000', '135948.569000', '135948.572000', '135948.575000', '135948.577000', '135948.580000', '135948.583000', '135948.585000', '135948.588000', '135948.590000', '135948.593000', '135948.596000', '135948.598000', '135948.601000', '135948.604000', '135948.606000', '135948.609000', '135948.611000', '135948.614000', '135948.617000', '135948.619000', '135948.622000', '135948.625000', '135948.627000', '135948.630000', '135948.632000', '135948.635000', '135948.638000', '135948.640000', '135948.643000', '135948.646000', '135948.648000', '135948.651000', '135948.653000', '135948.656000', '135948.659000', '135948.662000', '135948.664000', '135948.667000', '135948.670000', '140008.559000', '140008.561000', '140008.564000', '140008.567000', '140008.569000', '140008.572000', '140008.575000', '140008.577000', '140008.580000', '140008.582000', '140008.585000', '140008.588000', '140008.590000', '140008.593000', '140008.595000', '140008.598000', '140008.601000', '140008.603000', '140008.606000', '140008.608000', '140008.611000', '140008.614000', '140008.616000', '140008.619000', '140008.628000', '140008.630000', '140008.633000', '140008.635000', '140008.638000', '140008.641000', '140008.643000', '140008.646000', '140008.649000', '140008.651000', '140008.654000', '140008.656000', '140008.659000', '140008.662000', '140008.664000', '140008.667000', '140008.670000', '140008.672000', '140008.675000', '140008.677000', '140028.559000', '140028.562000', '140028.564000', '140028.567000', '140028.570000', '140028.572000', '140028.575000', '140028.577000', '140028.580000', '140028.583000', '140028.585000', '140028.588000', '140028.590000', '140028.605000', '140028.608000', '140028.610000', '140028.613000', '140028.616000', '140028.618000', '140028.621000', '140028.624000', '140028.626000', '140028.629000', '140028.631000', '140028.634000', '140028.637000', '140028.639000', '140028.642000', '140028.645000', '140028.647000', '140028.650000', '140028.652000', '140028.655000', '140028.658000', '140028.660000', '140028.663000', '140028.666000', '140028.668000', '140028.671000', '140028.674000', '140028.676000', '140028.679000', '140028.681000', '140048.560000', '140048.563000', '140048.565000', '140048.576000', '140048.578000', '140048.581000', '140048.583000', '140048.586000', '140048.589000', '140048.591000', '140048.594000', '140048.596000', '140048.599000', '140048.602000', '140048.604000', '140048.607000', '140048.609000', '140048.612000', '140048.615000', '140048.618000', '140048.620000', '140048.623000', '140048.626000', '140048.628000', '140048.631000', '140048.633000', '140048.636000', '140048.639000', '140048.641000', '140048.644000', '140048.652000', '140048.654000', '140048.657000', '140048.660000', '140048.662000', '140048.665000', '140048.668000', '140048.670000', '140048.673000', '140048.675000', '140048.678000', '140048.681000', '140048.683000', '140048.691000', '140108.560000', '140108.562000', '140108.565000', '140108.568000', '140108.570000', '140108.573000', '140108.576000', '140108.578000', '140108.581000', '140108.584000', '140108.586000', '140108.589000', '140108.591000', '140108.594000', '140108.597000', '140108.599000', '140108.602000', '140108.604000', '140108.607000', '140108.610000', '140108.612000', '140108.615000', '140108.618000', '140108.620000', '140108.623000', '140108.626000', '140108.628000', '140108.631000', '140108.633000', '140108.636000', '140108.639000', '140108.641000', '140108.644000', '140108.646000', '140108.649000', '140108.652000', '140108.654000', '140108.657000', '140108.659000', '140108.662000', '140108.665000', '140108.667000', '140108.670000', '140128.559000', '140128.562000', '140128.564000', '140128.567000', '140128.570000', '140128.572000', '140128.575000', '140128.577000', '140128.580000', '140128.582000', '140128.585000', '140128.588000', '140128.590000', '140128.593000', '140128.596000', '140128.598000', '140128.601000', '140128.603000', '140128.606000', '140128.609000', '140128.611000', '140128.614000', '140128.616000', '140128.619000', '140128.628000', '140128.631000', '140128.633000', '140128.636000', '140128.638000', '140128.641000', '140128.644000', '140128.646000', '140128.649000', '140128.651000', '140128.654000', '140128.657000', '140128.659000', '140128.662000', '140128.664000', '140128.667000', '140128.670000', '140128.672000', '140128.675000', '140128.677000', '140148.559000', '140148.562000', '140148.564000', '140148.567000', '140148.570000', '140148.572000', '140148.575000', '140148.577000', '140148.580000', '140148.583000', '140148.585000', '140148.588000', '140148.590000', '140148.593000', '140148.607000', '140148.609000', '140148.612000', '140148.615000', '140148.617000', '140148.620000', '140148.622000', '140148.625000', '140148.628000', '140148.630000', '140148.633000', '140148.636000', '140148.638000', '140148.641000', '140148.643000', '140148.646000', '140148.649000', '140148.651000', '140148.654000', '140148.657000', '140148.659000', '140148.662000', '140148.664000', '140148.667000', '140148.670000', '140148.672000', '140148.675000', '140148.678000', '140148.680000', '140208.559000', '140208.562000', '140208.564000', '140208.567000', '140208.569000', '140208.572000', '140208.575000', '140208.578000', '140208.581000', '140208.583000', '140208.586000', '140208.588000', '140208.591000', '140208.594000', '140208.597000', '140208.600000', '140208.602000', '140208.605000', '140208.608000', '140208.610000', '140208.613000', '140208.616000', '140208.618000', '140208.621000', '140208.624000', '140208.626000', '140208.629000', '140208.631000', '140208.634000', '140208.637000', '140208.639000', '140208.642000', '140208.644000', '140208.647000', '140208.650000', '140208.652000', '140208.655000', '140208.657000', '140208.660000', '140208.663000', '140208.665000', '140208.668000', '140208.670000', '140228.559000', '140228.562000', '140228.564000', '140228.567000', '140228.569000', '140228.572000', '140228.575000', '140228.577000', '140228.580000', '140228.582000', '140228.591000', '140228.594000', '140228.597000', '140228.599000', '140228.602000', '140228.605000', '140228.607000', '140228.610000', '140228.612000', '140228.615000', '140228.618000', '140228.620000', '140228.623000', '140228.626000', '140228.628000', '140228.631000', '140228.633000', '140228.636000', '140228.639000', '140228.641000', '140228.644000', '140228.647000', '140228.649000', '140228.652000', '140228.654000', '140228.657000', '140228.660000', '140228.662000', '140228.665000', '140228.667000', '140228.670000', '140228.673000', '140228.675000', '140228.678000', '140248.559000', '140248.562000', '140248.564000', '140248.567000', '140248.570000', '140248.573000', '140248.576000', '140248.579000', '140248.582000', '140248.584000', '140248.587000', '140248.590000', '140248.592000', '140248.595000', '140248.598000', '140248.600000', '140248.603000', '140248.605000', '140248.608000', '140248.611000', '140248.613000', '140248.616000', '140248.619000', '140248.621000', '140248.624000', '140248.626000', '140248.638000', '140248.641000', '140248.644000', '140248.646000', '140248.649000', '140248.651000', '140248.654000', '140248.657000', '140248.659000', '140248.662000', '140248.665000', '140248.667000', '140248.670000', '140248.673000', '140248.675000', '140248.678000', '140248.681000', '140308.560000', '140308.563000', '140308.565000', '140308.568000', '140308.570000', '140308.573000', '140308.576000', '140308.578000', '140308.581000', '140308.584000', '140308.586000', '140308.589000', '140308.592000', '140308.594000', '140308.597000', '140308.599000', '140308.602000', '140308.605000', '140308.607000', '140308.610000', '140308.612000', '140308.615000', '140308.618000', '140308.620000', '140308.623000', '140308.626000', '140308.628000', '140308.631000', '140308.634000', '140308.636000', '140308.639000', '140308.642000', '140308.644000', '140308.647000', '140308.649000', '140308.652000', '140308.655000', '140308.657000', '140308.660000', '140308.662000', '140308.665000', '140308.668000', '140308.670000', '140308.673000', '140328.560000', '140328.563000', '140328.565000', '140328.568000', '140328.571000', '140328.573000', '140328.576000', '140328.579000', '140328.581000', '140328.584000', '140328.588000', '140328.591000', '140328.594000', '140328.597000', '140328.599000', '140328.602000', '140328.613000', '140328.615000', '140328.618000', '140328.624000', '140328.626000', '140328.629000', '140328.632000', '140328.634000', '140328.637000', '140328.640000', '140328.643000', '140328.645000', '140328.648000', '140328.651000', '140328.653000', '140328.656000', '140328.659000', '140328.661000', '140328.664000', '140328.666000', '140328.669000', '140328.672000', '140328.674000', '140328.677000', '140328.680000', '140328.682000', '140328.685000', '140348.559000', '140348.561000', '140348.564000', '140348.567000', '140348.569000', '140348.572000', '140348.574000', '140348.577000', '140348.580000', '140348.582000', '140348.585000', '140348.587000', '140348.590000', '140348.593000', '140348.595000', '140348.598000', '140348.600000', '140348.603000', '140348.606000', '140348.608000', '140348.611000', '140348.614000', '140348.616000', '140348.619000', '140348.622000', '140348.624000', '140348.627000', '140348.630000', '140348.632000', '140348.635000', '140348.637000', '140348.640000', '140348.642000', '140348.645000', '140348.648000', '140348.650000', '140348.653000', '140348.655000', '140348.658000', '140348.661000', '140348.663000', '140348.666000', '140348.668000', '140348.671000', '140408.559000', '140408.561000', '140408.564000', '140408.567000', '140408.570000', '140408.573000', '140408.576000', '140408.579000', '140408.581000', '140408.584000', '140408.587000', '140408.589000', '140408.592000', '140408.594000', '140408.597000', '140408.600000', '140408.602000', '140408.605000', '140408.608000', '140408.610000', '140408.613000', '140408.615000', '140408.618000', '140408.621000', '140408.623000', '140408.626000', '140408.629000', '140408.631000', '140408.634000', '140408.636000', '140408.639000', '140408.642000', '140408.644000', '140408.647000', '140408.650000', '140408.652000', '140408.655000', '140408.657000', '140408.660000', '140408.663000', '140408.665000', '140408.668000', '140408.671000', '140428.559000', '140428.561000', '140428.564000', '140428.567000', '140428.569000', '140428.572000', '140428.575000', '140428.577000', '140428.580000', '140428.582000', '140428.585000', '140428.588000', '140428.590000', '140428.593000', '140428.595000', '140428.598000', '140428.601000', '140428.603000', '140428.606000', '140428.608000', '140428.611000', '140428.614000', '140428.616000', '140428.619000', '140428.622000', '140428.624000', '140428.627000', '140428.629000', '140428.632000', '140428.635000', '140428.637000', '140428.640000', '140428.642000', '140428.645000', '140428.648000', '140428.650000', '140428.653000', '140428.655000', '140428.658000', '140428.661000', '140428.663000', '140428.666000', '140428.668000', '140428.671000', '140448.559000', '140448.562000', '140448.564000', '140448.567000', '140448.569000', '140448.572000', '140448.575000', '140448.577000', '140448.580000', '140448.583000', '140448.585000', '140448.588000', '140448.590000', '140448.593000', '140448.596000', '140448.598000', '140448.601000', '140448.604000', '140448.606000', '140448.609000', '140448.612000', '140448.618000', '140448.620000', '140448.624000', '140448.626000', '140448.629000', '140448.632000', '140448.634000', '140448.637000', '140448.640000', '140448.642000', '140448.645000', '140448.648000', '140448.650000', '140448.653000', '140448.655000', '140448.658000', '140448.661000', '140448.663000', '140448.666000', '140448.668000', '140448.671000', '140448.674000', '140508.559000', '140508.562000', '140508.565000', '140508.567000', '140508.570000', '140508.572000', '140508.575000', '140508.578000', '140508.580000', '140508.583000', '140508.586000', '140508.588000', '140508.591000', '140508.594000', '140508.596000', '140508.599000', '140508.601000', '140508.604000', '140508.607000', '140508.609000', '140508.612000', '140508.615000', '140508.617000', '140508.620000', '140508.623000', '140508.625000', '140508.628000', '140508.630000', '140508.633000', '140508.636000', '140508.638000', '140508.641000', '140508.644000', '140508.646000', '140508.649000', '140508.663000', '140508.666000', '140508.669000', '140508.671000', '140508.674000', '140508.677000', '140508.679000', '140508.682000', '140508.684000', '140528.560000', '140528.563000', '140528.565000', '140528.568000', '140528.571000', '140528.573000', '140528.576000', '140528.578000', '140528.581000', '140528.584000', '140528.586000', '140528.589000', '140528.591000', '140528.594000', '140528.597000', '140528.599000', '140528.602000', '140528.605000', '140528.607000', '140528.610000', '140528.613000', '140528.615000', '140528.627000', '140528.630000', '140528.633000', '140528.635000', '140528.638000', '140528.640000', '140528.643000', '140528.646000', '140528.648000', '140528.651000', '140528.654000', '140528.656000', '140528.659000', '140528.662000', '140528.664000', '140528.667000', '140528.670000', '140528.672000', '140528.675000', '140528.677000', '140528.680000', '140548.560000', '140548.563000', '140548.566000', '140548.568000', '140548.571000', '140548.573000', '140548.576000', '140548.579000', '140548.581000', '140548.584000', '140548.586000', '140548.589000', '140548.592000', '140548.594000', '140548.597000', '140548.600000', '140548.602000', '140548.605000', '140548.607000', '140548.610000', '140548.613000', '140548.615000', '140548.618000', '140548.621000', '140548.623000', '140548.626000', '140548.629000', '140548.631000', '140548.634000', '140548.636000', '140548.639000', '140548.642000', '140548.644000', '140548.647000', '140548.650000', '140548.652000', '140548.655000', '140548.657000', '140548.660000', '140548.663000', '140548.665000', '140548.668000', '140548.670000', '140548.673000', '140608.559000', '140608.562000', '140608.564000', '140608.567000', '140608.570000', '140608.572000', '140608.575000', '140608.577000', '140608.580000', '140608.583000', '140608.585000', '140608.588000', '140608.591000', '140608.593000', '140608.596000', '140608.598000', '140608.601000', '140608.604000', '140608.606000', '140608.609000', '140608.612000', '140608.614000', '140608.617000', '140608.619000', '140608.622000', '140608.625000', '140608.627000', '140608.630000', '140608.633000', '140608.636000', '140608.639000', '140608.642000', '140608.645000', '140608.647000', '140608.650000', '140608.652000', '140608.655000', '140608.658000', '140608.660000', '140608.664000', '140608.667000', '140608.670000', '140608.672000', '140628.559000', '140628.562000', '140628.564000', '140628.567000', '140628.569000', '140628.572000', '140628.603000', '140628.605000', '140628.608000', '140628.611000', '140628.614000', '140628.616000', '140628.619000', '140628.622000', '140628.624000', '140628.627000', '140628.630000', '140628.632000', '140628.635000', '140628.638000', '140628.640000', '140628.643000', '140628.646000', '140628.648000', '140628.651000', '140628.653000', '140628.656000', '140628.659000', '140628.661000', '140628.664000', '140628.666000', '140628.669000', '140628.672000', '140628.674000', '140628.677000', '140628.680000', '140628.682000', '140628.685000', '140628.687000', '140628.690000', '140628.693000', '140628.695000', '140628.698000', '140628.700000', '140648.559000', '140648.562000', '140648.564000', '140648.567000', '140648.570000', '140648.572000', '140648.575000', '140648.578000', '140648.581000', '140648.583000', '140648.586000', '140648.588000', '140648.591000', '140648.594000', '140648.596000', '140648.599000', '140648.601000', '140648.604000', '140648.607000', '140648.609000', '140648.612000', '140648.615000', '140648.617000', '140648.620000', '140648.622000', '140648.625000', '140648.628000', '140648.630000', '140648.633000', '140648.635000', '140648.638000', '140648.641000', '140648.643000', '140648.646000', '140648.649000', '140648.651000', '140648.654000', '140648.656000', '140648.659000', '140648.662000', '140648.664000', '140648.667000', '140648.669000', '140655.079000', '140655.083000', '140655.086000', '140655.089000', '140655.092000', '140655.095000', '140655.098000', '140655.101000', '140655.104000', '140655.106000', '140655.109000', '140655.113000', '140655.116000', '140655.119000', '140655.122000'], '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': [13134, 9388, 15457, 9375, 15962, 14369, 9952, 9914, 8249, 15938, 8218, 9564, 9190, 8209, 9639, 8302, 8004, 9040, 7546, 7840, 7560, 7785, 8274, 8893, 7556, 11589, 11992, 10114, 8497, 12186, 7970, 7984, 12867, 12575, 8439, 14409, 14458, 12607, 15213, 9176, 13445, 11072, 8099, 13547, 12413, 8109, 13935, 12356, 8035, 14624, 8825, 7705, 8908, 7872, 11117, 8266, 7942, 8171, 7770, 8644, 7897, 8166, 8103, 7693, 8327, 8276, 8270, 8219, 8168, 12945, 7819, 8488, 9903, 8562, 12125, 8069, 14356, 9320, 13609, 10735, 8823, 11277, 7990, 14656, 9059, 11374, 8613, 8057, 12945, 7781, 14617, 9634, 8498, 8106, 8010, 12810, 7748, 14175, 7960, 11282, 8012, 8029, 10856, 7989, 14271, 11384, 9692, 9364, 7711, 14220, 10820, 15481, 13915, 15079, 12851, 9203, 11121, 7691, 12725, 7523, 11895, 8493, 8651, 7959, 7748, 13724, 7537, 14355, 8284, 14531, 12965, 10240, 12895, 8557, 11353, 7620, 15087, 7495, 15185, 7613, 14083, 8380, 10138, 9350, 8376, 9310, 7740, 11834, 7788, 13943, 8342, 8055, 8908, 8433, 9271, 7925, 13226, 7742, 15161, 7718, 14096, 9916, 11152, 10875, 8000, 13785, 7406, 14823, 8044, 11422, 10019, 8133, 12673, 7443, 10228, 7940, 7722, 12441, 7990, 14373, 12145, 9496, 13257, 8394, 15758, 8002, 16268, 10556, 10957, 8981, 7940, 12193, 7639, 15639, 7643, 13021, 7767, 7993, 11362, 8555, 8383, 7523, 11914, 7616, 14056, 7736, 14283, 7810, 8140, 11216, 8272, 9629, 7821, 14592, 7432, 13878, 8897, 8897, 10786, 7960, 14017, 7492, 15248, 8068, 13281, 11140, 8233, 13973, 7616, 15219, 7645, 13425, 9410, 12097, 12542, 9095, 14410, 7652, 15157, 7964, 14739, 11080, 8375, 10699, 7528, 14453, 8694, 8793, 8717, 7760, 14542, 7419, 15373, 10629, 14853, 13488, 10034, 9520, 7509, 13282, 7484, 14690, 7830, 10560, 7756, 8595, 10553, 8067, 8025, 7864, 9909, 7428, 10921, 8334, 8263, 7610, 7822, 7231, 7619, 7573, 10372, 9066, 15444, 9036, 10605, 11956, 8021, 13432, 8965, 14510, 14274, 9019, 12146, 8748, 16644, 12262, 12493, 10170, 7648, 13258, 7674, 15256, 8552, 7834, 8986, 7865, 8861, 8624, 8348, 14879, 14598, 8886, 9157, 8474, 7636, 14357, 10263, 7944, 9557, 7961, 8679, 9438, 7753, 8484, 7785, 15138, 7609, 7939, 8026, 7591, 10220, 7801, 7873, 8019, 7580, 14711, 10471, 13645, 14016, 12775, 11130, 8981, 14873, 7743, 7888, 7618, 7565, 7443, 7928, 13591, 8674, 14735, 10768, 12337, 11091, 8214, 8177, 7809, 10393, 8557, 12408, 14550, 11107, 16873, 9304, 13127, 8074, 12622, 7711, 13135, 7891, 10376, 9433, 7661, 8183, 8041, 9988, 7718, 7635, 7708, 7805, 8369, 7600, 7598, 7828, 8092, 12164, 8389, 9555, 9413, 7834, 14428, 9798, 15306, 10546, 12922, 13584, 8300, 8527, 7713, 12169, 7692, 12425, 8037, 9497, 8477, 7947, 8272, 7844, 11354, 7880, 11384, 8021, 8016, 7629, 7942, 8403, 7753, 10151, 8053, 12837, 7750, 13038, 7977, 12758, 7795, 9036, 9338, 8374, 8078, 7916, 8602, 7724, 9457, 7909, 9245, 8186, 8212, 7917, 7599, 10036, 7828, 11274, 9699, 8617, 8660, 7893, 14066, 8247, 14066, 12861, 10252, 9195, 7754, 14630, 8181, 13000, 7680, 8174, 7965, 7252, 7502, 9767, 8164, 7600, 7742, 7799, 7944, 8130, 10598, 8082, 13980, 10902, 7999, 14279, 10615, 15548, 13901, 14139, 12284, 9307, 11077, 7685, 13577, 11600, 9030, 12625, 7531, 7594, 7484, 7888, 13541, 11283, 13495, 11638, 8268, 8288, 9068, 7940, 13085, 9032, 13294, 7559, 8201, 8230, 8023, 8461, 16639, 11079, 14634, 9798, 15343, 7963, 13151, 9872, 7793, 9777, 7509, 8368, 7548, 8188, 10239, 7570, 8014, 9558, 7969, 7749, 7810, 7748, 7826, 7893, 7652, 7951, 7532, 7311, 10105, 7263, 7897, 8637, 8284, 7956, 8310, 7594, 12554, 10171, 8339, 12600, 8000, 15271, 11787, 13937, 11978, 8611, 14074, 7734, 12660, 11611, 11617, 13160, 8192, 12195, 7826, 15048, 7819, 12482, 8932, 8519, 8328, 8084, 10713, 7386, 7839, 7473, 7721, 8432, 7920, 11182, 10019, 12445, 12196, 9456, 8827, 7946, 12076, 7650, 8394, 8195, 7862, 13453, 7661, 11081, 8351, 8323, 11853, 7937, 14185, 7430, 14933, 7863, 13483, 11126, 8252, 13748, 7591, 13089, 8894, 8184, 7481, 8113, 11603, 7877, 12506, 7807, 9189, 7736, 7614, 7683, 7969, 11045, 7465, 8302, 7742, 7810, 9265, 8293, 8182, 15365, 10169, 14598, 10144, 13602, 7587, 13363, 8674, 8387, 8501, 7636, 14944, 8843, 7762, 8041, 7536, 14202, 9491, 12281, 8601, 8035, 7439, 7298, 7745, 12699, 9809, 13513, 11508, 8443, 14174, 7644, 7824, 8749, 7737, 14739, 12592, 7766, 7986, 7516, 7425, 7995, 10421, 8032, 13008, 9998, 11167, 10290, 8035, 8457, 12161, 13470, 13465, 14172, 10502, 13992, 13175, 9109, 12474, 8226, 7980, 11601, 7811, 8248, 7793, 8015, 9224, 8018, 7584, 8489, 7685, 8032, 9052, 7538, 8022, 7917, 10166, 7601, 7562, 7709, 7790, 7460, 7292, 7926, 7477, 8310, 8363, 13353, 8391, 10519, 8019, 13808, 7623, 11620, 8885, 8220, 9782, 7709, 14446, 10253, 12723, 11546, 8297, 9167, 7603, 10029, 11166, 8354, 12522, 7592, 11500, 7520, 7862, 10960, 8418, 8049, 8547, 7729, 7369, 7415, 7745, 11222, 10509, 7954, 13605, 8358, 9623, 8283, 7556, 7907, 7848, 7774, 8024, 7660, 7707, 10483, 7794, 7777, 13660, 11996, 8272, 8054, 7663, 7618, 12012, 9035, 7997, 12737, 7649, 7642, 8611, 7584, 7667, 9042, 7480, 7613, 10957, 9444, 8738, 11370, 7740, 12120, 9279, 7741, 15245, 11386, 13989, 12309, 8351, 14521, 8538, 8185, 8797, 7990, 12982, 7577, 7820, 7537, 8096, 7709, 11821, 9261, 8028, 10307, 8046, 8188, 8057, 7567, 7745, 8179, 7555, 14659, 14153, 11884, 14741, 11620, 17650, 12295, 9973, 10408, 7634, 9851, 8595, 7824, 10555, 8011, 9094, 11106, 8425, 14534, 7854, 7699, 8257, 7425, 10905, 8608, 12812, 10395, 7822, 12613, 7969, 7370, 9296, 7596, 11270, 8072, 8161, 9317, 7893, 14654, 8643, 7464, 9238, 7774, 9327, 8409, 7580, 11533, 9413, 7718, 14081, 8197, 7449, 7750, 7380, 7656, 11603, 14353, 18624, 12385, 15965, 13850, 8023, 8069, 7865, 7745, 8019, 7788, 8810, 9737, 15494, 14664, 10355, 9911, 12131, 7931, 7739, 14351, 9648, 8266, 12011, 7566, 7534, 8085, 7607, 10237, 8361, 7849, 10744, 7980, 12533, 9647, 7654, 12853, 7897, 7812, 7516, 7755, 7981, 7406, 7740, 7632, 7826, 7557, 7715, 8194, 9645, 7366, 8430, 8175, 8017, 13459, 8259, 15369, 12465, 12499, 12785, 8774, 9053, 7795, 11827, 7729, 7553, 7358, 7808, 9349, 7414, 7357, 7565, 7585, 12445, 10921, 8121, 13092, 7782, 7749, 7610, 7500, 7738, 10880, 7934, 12399, 10348, 7754, 13118, 8217, 10990, 10480, 7933, 14705, 9202, 11730, 8624, 7727, 12763, 7660, 13171, 8567, 7798, 8787, 7755, 14344, 11449, 9861, 8804, 8018, 13718, 7683, 12770, 12004, 7960, 8076, 7956, 14475, 7888, 9578, 7418, 7674, 9003, 7583, 7735, 8741, 7840, 13160, 7868, 12444, 8179, 7721, 10036, 8066, 13614, 7773, 12988, 8288, 7629, 7745, 7993, 10025, 7859, 7407, 7418, 7579, 8096, 7898, 9630, 7894, 8102, 7567, 7706, 10146, 7647, 14040, 8815, 14501, 8989, 12301, 11627, 8348, 9393, 7618, 10317, 7964, 7913, 13389, 8873, 8680, 8046, 12282, 7576, 11260, 11210, 9479, 8722, 8010, 11793, 7552, 11652, 8678, 8585, 7826, 7746, 9221, 7559, 9148, 10096, 7906, 8345, 7736, 9153, 8172, 10461, 15523, 8906, 14707, 8384, 13986, 7552, 14742, 9520, 12364, 8698, 7952, 8671, 7441, 7605, 7711, 7830, 9729, 7660, 7398, 8454, 7839, 9273, 7620, 11722, 8087, 9664, 11244, 7901, 10640, 7613, 7492, 7465, 7921, 9031, 7926, 12432, 8154, 7875, 7497, 7653, 9231, 7847, 12100, 7924, 7927, 7892, 8104, 8512, 7901, 10551, 7630, 8155, 8168, 7467, 10906, 10029, 10285, 10331, 8007, 12433, 7843, 13451, 12753, 12973, 10980, 8583, 9006, 7921, 11559, 9668, 8407, 8211, 7837, 7848, 7854, 8009, 12020, 7827, 10305, 8556, 7809, 11205, 7670, 7944, 10693, 7932, 14410, 8940, 12151, 8729, 7769, 8200, 7837, 13292, 9443, 8600, 7575, 7867, 7345, 8982, 7948, 8130, 7611, 12160, 7582, 9854, 14949, 8418, 11720, 8010, 13872, 7815, 12926, 9137, 8065, 7810, 7560, 12834, 7687, 8366, 7458, 7656, 8695, 7641, 11289, 9688, 8389, 7441, 7664, 9267, 9456, 8401, 8301, 7900, 12256, 7568, 10651, 11260, 8095, 10874, 7781, 9884, 8021, 8203, 10358, 8223, 11308, 7746, 13066, 7890, 9399, 7901, 7889, 8156, 7833, 8600, 7855, 7605, 9144, 8087, 8586, 7700, 12527, 8171, 7687, 8802, 7601, 9624, 14518, 8968, 13802, 9195, 10723, 9589, 7789, 13545, 12235, 8964, 12857, 8050, 12548, 10020, 7554, 13625, 10125, 9741, 9381, 7996, 13845, 7889, 7858, 7981, 7806, 11249, 7599, 13320, 8093, 8521, 7576, 7651, 9417, 7627, 7637, 7516, 7743, 9495, 7822, 8348, 10294, 8754, 7865, 7661, 12018, 7954, 8348, 12369, 8461, 11593, 7619, 10090, 9148, 8139, 12201, 7785, 11827, 7689, 7863, 11249, 7653, 13590, 12448, 13171, 12966, 10033, 15879, 9505, 14426, 8984, 14388, 9466, 14473, 7533, 12255, 9391, 8260, 7953, 7924, 9824, 7741, 7742, 7933, 7892, 8018, 7788, 8352, 7827, 7869, 8341, 7639, 7988, 7377, 7816, 8666, 7445, 8221, 10644, 7748, 7138, 7421, 7627, 7327, 8404, 7956, 12167, 11234, 12522, 14555, 14746, 9532, 7976, 10369, 9987, 8370, 17193, 17032, 14058, 15063, 10538, 8378, 10041, 9229, 12611, 10557, 8005, 8076, 8645, 7906, 7209, 8752, 7418, 13583, 12686, 13719, 11517, 8731, 8276, 9525, 8456, 7577, 8354, 7959, 7571, 10466, 7915, 10832, 10923, 7992, 16232, 15578, 14960, 14882, 9497, 7901, 10450, 9760, 14307, 11595, 14389, 12872, 11735, 8871, 7655, 8074, 7675, 7349, 7893, 7674, 7629, 8769, 7665, 8489, 8400, 7569, 10266, 7965, 13942, 10136, 8107, 10003, 7606, 14643, 8436, 9358, 8511, 7470, 10070, 9092, 8100, 9334, 7602, 8538, 10199, 9190, 7450, 10384, 8432, 7437, 10691, 8909, 8307, 9021, 7418, 9397, 8635, 7814, 9631, 8653, 8355, 8225, 7523, 12047, 10304, 11354, 9631, 8437, 8734, 7956, 12637, 9397, 8039, 8507, 7795, 11013, 9843, 10868, 9207, 8049, 8081, 8167, 9955, 9945, 8154, 7572, 8009, 10278, 9720, 8456, 9000, 7933, 12570, 9509, 12127, 15710, 9296, 15008, 8007, 11681, 10350, 8250, 15205, 7777, 10441, 8602, 8165, 9488, 8097, 8950, 7767, 7990, 10375, 9311, 11879, 12411, 8066, 11605, 7616, 16022, 8551, 16582, 8620, 14407, 8916, 13264, 9051, 8771, 8877, 7873, 8492, 7612, 8820, 7807, 9274, 8464, 7997, 8026, 7379, 9716, 9045, 10832, 9240, 9999, 10131, 8568, 12891, 8420, 14165, 8503, 12497, 10856, 10076, 15512, 8197, 10681, 7799, 11187, 9244, 8295, 8485, 7873, 8431, 7339, 8448, 9003, 8564, 9870, 14825, 9243, 12821, 7981, 14309, 12119, 9757, 16814, 9737, 17230, 10090, 17085, 9118, 14347, 9264, 9237, 8670, 7740, 10091, 7358, 8736, 8093, 8262, 8618, 7593, 8675, 7751, 8148, 9027, 7850, 9238, 10962, 8378, 13594, 7672, 8528, 8759, 8124, 13704, 7863, 14187, 12733, 8342, 13885, 7714, 10307, 9729, 8265, 14702, 8969, 8329, 8326, 8197, 10904, 8757, 8767, 11254, 7789, 8446, 8135, 7494, 8397, 8988, 9457, 8886, 8961, 12532, 8813, 8782, 12950, 8603, 16111, 8795, 17102, 11327, 14173, 13006, 9406, 10199, 7991, 13374, 8274, 8183, 7786, 8503, 8252, 8890, 9146, 8084, 7968, 13078, 7875, 14261, 8888, 11411, 8844, 8428, 12970, 8404, 15581, 8428, 8761, 8084, 8585, 12915, 8634, 8942, 8153, 8277, 12325, 9318, 8840, 11843, 8543, 11397, 8586, 16521, 8428, 14667, 10574, 11027, 11132, 9108, 8569, 8641, 13057, 8513, 8775, 9117, 9236, 7896, 8690, 10711, 8550, 9224, 9124, 9019, 7915, 8662, 8943, 9577, 9045, 9543, 8102, 8462, 8714, 8378, 12984, 9720, 13655, 11918, 8727, 16133, 9140, 16867, 13941, 14085, 14096, 9688, 9087, 8483, 14088, 7941, 8235, 8021, 8644, 8498, 8276, 8105, 7970, 8416, 8799, 8223, 8344, 11518, 9077, 14340, 8353, 15619, 12941, 12491, 8905, 9291, 8189, 7933, 14392, 10214, 8616, 10958, 8268, 13797, 9752, 8581, 8078, 8033, 8174, 8025, 7885, 12503, 9426, 8118, 13981, 12184, 7931, 15028, 7734, 8302, 8284, 7970, 13485, 7884, 8429, 8585, 7878, 13075, 8369, 8102, 13127, 10161, 10673, 11838, 7780, 15363, 7400, 7612, 8436, 7621, 14405, 10967, 16676, 12353, 15057, 15069, 9665, 10865, 7926, 7827, 8238, 7679, 12159, 8047, 13702, 11002, 10755, 11472, 8214, 8567, 7411, 7204, 8068, 7944, 8741, 13547, 16363, 16907, 11668, 11851, 12378, 9154, 7409, 7384, 8092, 7892, 9312, 13152, 12681, 10089, 13935, 11853, 7646, 7790, 7470, 7420, 7911, 7785, 8947, 12096, 11430, 17827, 13837, 16904, 14106, 10065, 10667, 8212, 8171, 9128, 8078, 7700, 9072, 9095, 7460, 7217, 9184, 7985, 7842, 9804, 8773, 8166, 10634, 8433, 7740, 10883, 11653, 9075, 7654, 13966, 8481], 'WindowCenter': [4611.0, 4556.0, 4594.0, 4533.0, 4581.0, 4569.0, 4528.0, 4526.0, 4499.0, 4567.0, 4485.0, 4504.0, 4505.0, 4495.0, 4516.0, 4496.0, 4485.0, 4508.0, 4489.0, 4502.0, 4489.0, 4489.0, 4499.0, 4509.0, 4492.0, 4525.0, 4538.0, 4526.0, 4497.0, 4545.0, 4488.0, 4499.0, 4547.0, 4537.0, 4474.0, 4532.0, 4521.0, 4498.0, 4519.0, 4469.0, 4510.0, 4501.0, 4450.0, 4519.0, 4510.0, 4460.0, 4518.0, 4496.0, 4448.0, 4516.0, 4457.0, 4437.0, 4467.0, 4449.0, 4497.0, 4460.0, 4461.0, 4460.0, 4460.0, 4469.0, 4461.0, 4473.0, 4473.0, 4475.0, 4484.0, 4494.0, 4484.0, 4498.0, 4498.0, 4546.0, 4489.0, 4496.0, 4519.0, 4497.0, 4536.0, 4488.0, 4556.0, 4507.0, 4545.0, 4526.0, 4507.0, 4537.0, 4487.0, 4557.0, 4508.0, 4538.0, 4509.0, 4489.0, 4549.0, 4490.0, 4558.0, 4518.0, 4499.0, 4487.0, 4488.0, 4549.0, 4489.0, 4559.0, 4488.0, 4538.0, 4501.0, 4489.0, 4526.0, 4490.0, 4557.0, 4537.0, 4518.0, 4518.0, 4488.0, 4558.0, 4539.0, 4558.0, 4548.0, 4545.0, 4536.0, 4495.0, 4526.0, 4475.0, 4533.0, 4477.0, 4525.0, 4496.0, 4485.0, 4485.0, 4478.0, 4544.0, 4476.0, 4546.0, 4485.0, 4554.0, 4546.0, 4513.0, 4535.0, 4483.0, 4513.0, 4475.0, 4542.0, 4463.0, 4542.0, 4475.0, 4541.0, 4485.0, 4515.0, 4494.0, 4485.0, 4495.0, 4475.0, 4524.0, 4478.0, 4554.0, 4496.0, 4487.0, 4506.0, 4488.0, 4506.0, 4487.0, 4543.0, 4477.0, 4556.0, 4479.0, 4547.0, 4515.0, 4524.0, 4528.0, 4488.0, 4546.0, 4467.0, 4556.0, 4487.0, 4526.0, 4514.0, 4487.0, 4534.0, 4478.0, 4518.0, 4489.0, 4478.0, 4536.0, 4486.0, 4556.0, 4540.0, 4506.0, 4536.0, 4485.0, 4545.0, 4473.0, 4554.0, 4513.0, 4513.0, 4493.0, 4474.0, 4524.0, 4464.0, 4542.0, 4464.0, 4532.0, 4475.0, 4474.0, 4522.0, 4492.0, 4484.0, 4476.0, 4524.0, 4476.0, 4544.0, 4475.0, 4544.0, 4474.0, 4477.0, 4527.0, 4484.0, 4517.0, 4478.0, 4555.0, 4468.0, 4545.0, 4497.0, 4496.0, 4527.0, 4488.0, 4545.0, 4467.0, 4552.0, 4476.0, 4543.0, 4525.0, 4486.0, 4543.0, 4478.0, 4555.0, 4476.0, 4544.0, 4508.0, 4535.0, 4534.0, 4495.0, 4546.0, 4465.0, 4545.0, 4475.0, 4545.0, 4511.0, 4475.0, 4514.0, 4467.0, 4542.0, 4484.0, 4494.0, 4494.0, 4477.0, 4544.0, 4466.0, 4545.0, 4514.0, 4530.0, 4534.0, 4493.0, 4494.0, 4465.0, 4533.0, 4465.0, 4546.0, 4476.0, 4513.0, 4474.0, 4486.0, 4514.0, 4474.0, 4487.0, 4488.0, 4506.0, 4466.0, 4523.0, 4498.0, 4514.0, 4491.0, 4488.0, 4475.0, 4488.0, 4487.0, 4528.0, 4530.0, 4567.0, 4507.0, 4524.0, 4548.0, 4487.0, 4545.0, 4505.0, 4543.0, 4543.0, 4492.0, 4524.0, 4481.0, 4552.0, 4523.0, 4520.0, 4502.0, 4461.0, 4528.0, 4460.0, 4529.0, 4469.0, 4461.0, 4481.0, 4486.0, 4491.0, 4480.0, 4482.0, 4529.0, 4530.0, 4481.0, 4491.0, 4482.0, 4461.0, 4529.0, 4499.0, 4473.0, 4489.0, 4472.0, 4482.0, 4491.0, 4462.0, 4479.0, 4463.0, 4540.0, 4462.0, 4473.0, 4472.0, 4474.0, 4514.0, 4475.0, 4475.0, 4487.0, 4489.0, 4567.0, 4527.0, 4545.0, 4583.0, 4536.0, 4525.0, 4496.0, 4543.0, 4466.0, 4475.0, 4465.0, 4463.0, 4453.0, 4474.0, 4521.0, 4470.0, 4527.0, 4497.0, 4507.0, 4497.0, 4470.0, 4471.0, 4464.0, 4501.0, 4471.0, 4507.0, 4518.0, 4475.0, 4516.0, 4454.0, 4494.0, 4435.0, 4482.0, 4435.0, 4496.0, 4448.0, 4464.0, 4454.0, 4435.0, 4443.0, 4434.0, 4464.0, 4437.0, 4448.0, 4448.0, 4450.0, 4459.0, 4461.0, 4462.0, 4460.0, 4471.0, 4521.0, 4474.0, 4492.0, 4493.0, 4463.0, 4531.0, 4503.0, 4527.0, 4490.0, 4507.0, 4519.0, 4459.0, 4468.0, 4461.0, 4508.0, 4462.0, 4519.0, 4473.0, 4490.0, 4471.0, 4461.0, 4472.0, 4461.0, 4499.0, 4462.0, 4512.0, 4462.0, 4460.0, 4463.0, 4472.0, 4472.0, 4465.0, 4500.0, 4473.0, 4523.0, 4464.0, 4532.0, 4474.0, 4532.0, 4464.0, 4481.0, 4493.0, 4473.0, 4472.0, 4475.0, 4484.0, 4466.0, 4504.0, 4476.0, 4506.0, 4497.0, 4499.0, 4489.0, 4489.0, 4529.0, 4488.0, 4537.0, 4519.0, 4499.0, 4509.0, 4489.0, 4555.0, 4498.0, 4558.0, 4549.0, 4516.0, 4507.0, 4478.0, 4557.0, 4488.0, 4536.0, 4475.0, 4487.0, 4488.0, 4467.0, 4480.0, 4517.0, 4511.0, 4489.0, 4490.0, 4491.0, 4500.0, 4501.0, 4541.0, 4501.0, 4559.0, 4524.0, 4487.0, 4545.0, 4512.0, 4544.0, 4532.0, 4521.0, 4511.0, 4481.0, 4511.0, 4462.0, 4521.0, 4526.0, 4495.0, 4522.0, 4463.0, 4476.0, 4453.0, 4475.0, 4522.0, 4514.0, 4532.0, 4514.0, 4477.0, 4473.0, 4472.0, 4474.0, 4521.0, 4471.0, 4508.0, 4438.0, 4459.0, 4459.0, 4461.0, 4459.0, 4529.0, 4488.0, 4507.0, 4466.0, 4505.0, 4447.0, 4495.0, 4464.0, 4437.0, 4466.0, 4424.0, 4444.0, 4426.0, 4447.0, 4476.0, 4437.0, 4447.0, 4479.0, 4449.0, 4451.0, 4449.0, 4451.0, 4452.0, 4459.0, 4462.0, 4459.0, 4449.0, 4453.0, 4502.0, 4467.0, 4476.0, 4495.0, 4484.0, 4474.0, 4486.0, 4477.0, 4535.0, 4517.0, 4487.0, 4548.0, 4487.0, 4545.0, 4526.0, 4535.0, 4525.0, 4485.0, 4533.0, 4465.0, 4521.0, 4512.0, 4499.0, 4522.0, 4461.0, 4510.0, 4463.0, 4532.0, 4464.0, 4522.0, 4482.0, 4470.0, 4472.0, 4459.0, 4501.0, 4451.0, 4461.0, 4463.0, 4466.0, 4486.0, 4487.0, 4526.0, 4506.0, 4534.0, 4524.0, 4492.0, 4492.0, 4473.0, 4523.0, 4475.0, 4485.0, 4484.0, 4486.0, 4545.0, 4477.0, 4525.0, 4486.0, 4484.0, 4537.0, 4477.0, 4547.0, 4480.0, 4554.0, 4475.0, 4532.0, 4513.0, 4473.0, 4532.0, 4465.0, 4533.0, 4484.0, 4475.0, 4454.0, 4461.0, 4513.0, 4464.0, 4524.0, 4465.0, 4492.0, 4461.0, 4466.0, 4464.0, 4475.0, 4524.0, 4466.0, 4497.0, 4487.0, 4480.0, 4509.0, 4498.0, 4487.0, 4556.0, 4515.0, 4545.0, 4505.0, 4521.0, 4464.0, 4524.0, 4474.0, 4473.0, 4486.0, 4464.0, 4543.0, 4494.0, 4465.0, 4475.0, 4464.0, 4533.0, 4502.0, 4522.0, 4483.0, 4476.0, 4467.0, 4466.0, 4463.0, 4523.0, 4493.0, 4523.0, 4514.0, 4472.0, 4533.0, 4463.0, 4464.0, 4484.0, 4467.0, 4544.0, 4523.0, 4467.0, 4464.0, 4454.0, 4455.0, 4474.0, 4504.0, 4463.0, 4521.0, 4489.0, 4501.0, 4501.0, 4460.0, 4472.0, 4511.0, 4520.0, 4521.0, 4519.0, 4490.0, 4506.0, 4497.0, 4457.0, 4483.0, 4436.0, 4436.0, 4483.0, 4424.0, 4445.0, 4425.0, 4435.0, 4452.0, 4434.0, 4435.0, 4445.0, 4435.0, 4448.0, 4468.0, 4451.0, 4447.0, 4450.0, 4478.0, 4449.0, 4450.0, 4452.0, 4453.0, 4453.0, 4454.0, 4477.0, 4468.0, 4489.0, 4486.0, 4546.0, 4487.0, 4516.0, 4476.0, 4547.0, 4477.0, 4528.0, 4498.0, 4489.0, 4507.0, 4467.0, 4533.0, 4504.0, 4523.0, 4527.0, 4474.0, 4492.0, 4479.0, 4504.0, 4511.0, 4472.0, 4523.0, 4464.0, 4514.0, 4464.0, 4475.0, 4513.0, 4476.0, 4475.0, 4483.0, 4465.0, 4457.0, 4456.0, 4464.0, 4514.0, 4504.0, 4463.0, 4532.0, 4472.0, 4494.0, 4474.0, 4466.0, 4464.0, 4472.0, 4465.0, 4476.0, 4465.0, 4474.0, 4515.0, 4478.0, 4477.0, 4556.0, 4538.0, 4496.0, 4488.0, 4480.0, 4479.0, 4537.0, 4495.0, 4472.0, 4524.0, 4465.0, 4464.0, 4484.0, 4465.0, 4475.0, 4497.0, 4466.0, 4466.0, 4516.0, 4505.0, 4498.0, 4527.0, 4479.0, 4536.0, 4506.0, 4467.0, 4545.0, 4527.0, 4530.0, 4524.0, 4474.0, 4532.0, 4484.0, 4474.0, 4484.0, 4478.0, 4534.0, 4475.0, 4478.0, 4477.0, 4501.0, 4473.0, 4537.0, 4508.0, 4488.0, 4526.0, 4501.0, 4510.0, 4486.0, 4488.0, 4489.0, 4510.0, 4503.0, 4557.0, 4557.0, 4523.0, 4543.0, 4523.0, 4539.0, 4510.0, 4478.0, 4499.0, 4449.0, 4489.0, 4469.0, 4450.0, 4501.0, 4463.0, 4495.0, 4522.0, 4482.0, 4530.0, 4460.0, 4448.0, 4468.0, 4451.0, 4499.0, 4479.0, 4520.0, 4514.0, 4474.0, 4530.0, 4460.0, 4461.0, 4491.0, 4471.0, 4511.0, 4472.0, 4483.0, 4503.0, 4484.0, 4552.0, 4494.0, 4465.0, 4503.0, 4475.0, 4506.0, 4496.0, 4475.0, 4523.0, 4517.0, 4486.0, 4567.0, 4508.0, 4478.0, 4475.0, 4465.0, 4474.0, 4522.0, 4542.0, 4525.0, 4513.0, 4517.0, 4519.0, 4462.0, 4463.0, 4462.0, 4463.0, 4475.0, 4452.0, 4483.0, 4483.0, 4517.0, 4518.0, 4478.0, 4468.0, 4486.0, 4438.0, 4437.0, 4506.0, 4464.0, 4446.0, 4486.0, 4423.0, 4435.0, 4435.0, 4423.0, 4465.0, 4446.0, 4435.0, 4474.0, 4435.0, 4493.0, 4466.0, 4428.0, 4496.0, 4436.0, 4427.0, 4426.0, 4437.0, 4445.0, 4438.0, 4451.0, 4451.0, 4463.0, 4453.0, 4463.0, 4473.0, 4492.0, 4464.0, 4488.0, 4478.0, 4463.0, 4523.0, 4476.0, 4532.0, 4524.0, 4523.0, 4522.0, 4485.0, 4482.0, 4464.0, 4523.0, 4476.0, 4465.0, 4465.0, 4480.0, 4497.0, 4468.0, 4470.0, 4476.0, 4478.0, 4537.0, 4527.0, 4488.0, 4549.0, 4480.0, 4493.0, 4490.0, 4470.0, 4479.0, 4516.0, 4476.0, 4526.0, 4502.0, 4468.0, 4535.0, 4489.0, 4515.0, 4518.0, 4475.0, 4535.0, 4496.0, 4515.0, 4485.0, 4466.0, 4525.0, 4466.0, 4534.0, 4484.0, 4464.0, 4486.0, 4479.0, 4543.0, 4524.0, 4508.0, 4495.0, 4476.0, 4533.0, 4466.0, 4522.0, 4524.0, 4465.0, 4463.0, 4465.0, 4534.0, 4465.0, 4493.0, 4452.0, 4465.0, 4481.0, 4467.0, 4463.0, 4483.0, 4475.0, 4535.0, 4477.0, 4526.0, 4474.0, 4466.0, 4505.0, 4464.0, 4533.0, 4466.0, 4524.0, 4473.0, 4452.0, 4464.0, 4474.0, 4494.0, 4474.0, 4456.0, 4453.0, 4465.0, 4473.0, 4475.0, 4507.0, 4477.0, 4479.0, 4477.0, 4479.0, 4518.0, 4475.0, 4536.0, 4485.0, 4542.0, 4495.0, 4523.0, 4514.0, 4482.0, 4493.0, 4476.0, 4505.0, 4474.0, 4475.0, 4535.0, 4482.0, 4485.0, 4477.0, 4525.0, 4467.0, 4513.0, 4516.0, 4507.0, 4482.0, 4464.0, 4525.0, 4478.0, 4525.0, 4484.0, 4483.0, 4463.0, 4476.0, 4497.0, 4478.0, 4507.0, 4517.0, 4476.0, 4485.0, 4477.0, 4496.0, 4487.0, 4506.0, 4541.0, 4484.0, 4530.0, 4475.0, 4521.0, 4454.0, 4532.0, 4484.0, 4510.0, 4471.0, 4461.0, 4472.0, 4454.0, 4467.0, 4464.0, 4466.0, 4491.0, 4465.0, 4455.0, 4476.0, 4464.0, 4494.0, 4465.0, 4524.0, 4477.0, 4494.0, 4515.0, 4464.0, 4503.0, 4464.0, 4454.0, 4455.0, 4476.0, 4496.0, 4477.0, 4523.0, 4472.0, 4476.0, 4468.0, 4477.0, 4495.0, 4476.0, 4523.0, 4478.0, 4477.0, 4477.0, 4476.0, 4485.0, 4476.0, 4514.0, 4466.0, 4488.0, 4487.0, 4480.0, 4526.0, 4517.0, 4506.0, 4517.0, 4478.0, 4535.0, 4477.0, 4534.0, 4525.0, 4525.0, 4516.0, 4484.0, 4484.0, 4475.0, 4523.0, 4504.0, 4487.0, 4475.0, 4465.0, 4476.0, 4477.0, 4477.0, 4536.0, 4477.0, 4505.0, 4484.0, 4477.0, 4516.0, 4477.0, 4476.0, 4528.0, 4488.0, 4545.0, 4497.0, 4524.0, 4485.0, 4464.0, 4473.0, 4467.0, 4533.0, 4494.0, 4485.0, 4464.0, 4478.0, 4465.0, 4495.0, 4476.0, 4476.0, 4477.0, 4535.0, 4479.0, 4505.0, 4556.0, 4486.0, 4524.0, 4477.0, 4533.0, 4467.0, 4523.0, 4495.0, 4475.0, 4464.0, 4465.0, 4522.0, 4466.0, 4473.0, 4453.0, 4465.0, 4485.0, 4478.0, 4514.0, 4505.0, 4475.0, 4465.0, 4467.0, 4507.0, 4505.0, 4485.0, 4485.0, 4474.0, 4524.0, 4466.0, 4514.0, 4515.0, 4476.0, 4514.0, 4466.0, 4503.0, 4476.0, 4474.0, 4503.0, 4485.0, 4526.0, 4465.0, 4523.0, 4474.0, 4493.0, 4473.0, 4462.0, 4474.0, 4467.0, 4485.0, 4474.0, 4467.0, 4508.0, 4488.0, 4497.0, 4478.0, 4536.0, 4487.0, 4479.0, 4510.0, 4478.0, 4509.0, 4548.0, 4498.0, 4537.0, 4497.0, 4516.0, 4506.0, 4466.0, 4535.0, 4526.0, 4485.0, 4526.0, 4476.0, 4526.0, 4504.0, 4465.0, 4533.0, 4505.0, 4494.0, 4494.0, 4464.0, 4521.0, 4462.0, 4464.0, 4462.0, 4464.0, 4502.0, 4453.0, 4520.0, 4464.0, 4473.0, 4463.0, 4465.0, 4495.0, 4466.0, 4465.0, 4465.0, 4475.0, 4507.0, 4477.0, 4488.0, 4519.0, 4498.0, 4488.0, 4478.0, 4537.0, 4489.0, 4488.0, 4540.0, 4489.0, 4528.0, 4477.0, 4518.0, 4508.0, 4479.0, 4537.0, 4478.0, 4527.0, 4478.0, 4489.0, 4529.0, 4480.0, 4549.0, 4540.0, 4536.0, 4537.0, 4494.0, 4543.0, 4493.0, 4533.0, 4482.0, 4534.0, 4483.0, 4521.0, 4451.0, 4510.0, 4481.0, 4459.0, 4451.0, 4462.0, 4480.0, 4452.0, 4451.0, 4463.0, 4463.0, 4462.0, 4467.0, 4472.0, 4478.0, 4501.0, 4497.0, 4478.0, 4488.0, 4468.0, 4477.0, 4485.0, 4466.0, 4487.0, 4529.0, 4476.0, 4467.0, 4481.0, 4491.0, 4481.0, 4501.0, 4491.0, 4538.0, 4540.0, 4547.0, 4545.0, 4545.0, 4519.0, 4490.0, 4518.0, 4508.0, 4488.0, 4556.0, 4544.0, 4524.0, 4521.0, 4493.0, 4460.0, 4478.0, 4469.0, 4508.0, 4488.0, 4450.0, 4462.0, 4470.0, 4459.0, 4449.0, 4470.0, 4440.0, 4520.0, 4520.0, 4520.0, 4512.0, 4479.0, 4471.0, 4504.0, 4485.0, 4464.0, 4472.0, 4461.0, 4461.0, 4488.0, 4447.0, 4497.0, 4487.0, 4449.0, 4526.0, 4538.0, 4539.0, 4539.0, 4502.0, 4460.0, 4499.0, 4500.0, 4529.0, 4508.0, 4515.0, 4505.0, 4494.0, 4456.0, 4447.0, 4446.0, 4447.0, 4450.0, 4460.0, 4461.0, 4461.0, 4471.0, 4463.0, 4482.0, 4472.0, 4464.0, 4503.0, 4485.0, 4543.0, 4503.0, 4461.0, 4501.0, 4462.0, 4541.0, 4472.0, 4493.0, 4482.0, 4464.0, 4502.0, 4496.0, 4484.0, 4502.0, 4475.0, 4494.0, 4525.0, 4516.0, 4474.0, 4524.0, 4495.0, 4477.0, 4525.0, 4506.0, 4494.0, 4502.0, 4475.0, 4503.0, 4494.0, 4488.0, 4517.0, 4509.0, 4507.0, 4509.0, 4490.0, 4558.0, 4541.0, 4548.0, 4528.0, 4508.0, 4508.0, 4498.0, 4556.0, 4518.0, 4501.0, 4507.0, 4500.0, 4549.0, 4539.0, 4537.0, 4516.0, 4499.0, 4497.0, 4521.0, 4538.0, 4538.0, 4510.0, 4510.0, 4522.0, 4552.0, 4542.0, 4520.0, 4542.0, 4523.0, 4572.0, 4541.0, 4560.0, 4579.0, 4530.0, 4580.0, 4500.0, 4548.0, 4538.0, 4508.0, 4577.0, 4487.0, 4536.0, 4506.0, 4508.0, 4527.0, 4508.0, 4529.0, 4500.0, 4511.0, 4539.0, 4528.0, 4548.0, 4557.0, 4499.0, 4560.0, 4497.0, 4577.0, 4518.0, 4576.0, 4507.0, 4551.0, 4504.0, 4542.0, 4492.0, 4491.0, 4503.0, 4483.0, 4491.0, 4475.0, 4502.0, 4485.0, 4512.0, 4493.0, 4495.0, 4494.0, 4488.0, 4527.0, 4519.0, 4546.0, 4528.0, 4524.0, 4537.0, 4505.0, 4557.0, 4504.0, 4556.0, 4506.0, 4556.0, 4537.0, 4516.0, 4565.0, 4493.0, 4525.0, 4486.0, 4543.0, 4526.0, 4505.0, 4515.0, 4499.0, 4507.0, 4477.0, 4510.0, 4516.0, 4517.0, 4541.0, 4568.0, 4504.0, 4546.0, 4496.0, 4568.0, 4548.0, 4516.0, 4565.0, 4506.0, 4564.0, 4514.0, 4550.0, 4492.0, 4527.0, 4481.0, 4490.0, 4479.0, 4460.0, 4501.0, 4461.0, 4482.0, 4484.0, 4482.0, 4491.0, 4474.0, 4491.0, 4485.0, 4486.0, 4506.0, 4487.0, 4505.0, 4524.0, 4484.0, 4545.0, 4487.0, 4496.0, 4497.0, 4486.0, 4543.0, 4486.0, 4542.0, 4544.0, 4487.0, 4544.0, 4485.0, 4514.0, 4504.0, 4483.0, 4552.0, 4505.0, 4494.0, 4496.0, 4485.0, 4524.0, 4494.0, 4496.0, 4534.0, 4475.0, 4497.0, 4496.0, 4488.0, 4496.0, 4517.0, 4529.0, 4517.0, 4507.0, 4545.0, 4506.0, 4506.0, 4546.0, 4496.0, 4566.0, 4494.0, 4565.0, 4526.0, 4541.0, 4534.0, 4491.0, 4500.0, 4473.0, 4534.0, 4483.0, 4483.0, 4473.0, 4494.0, 4494.0, 4504.0, 4517.0, 4487.0, 4497.0, 4548.0, 4488.0, 4557.0, 4519.0, 4536.0, 4506.0, 4485.0, 4545.0, 4496.0, 4553.0, 4484.0, 4495.0, 4483.0, 4506.0, 4546.0, 4506.0, 4507.0, 4487.0, 4497.0, 4544.0, 4516.0, 4507.0, 4537.0, 4497.0, 4536.0, 4506.0, 4563.0, 4486.0, 4554.0, 4523.0, 4524.0, 4524.0, 4504.0, 4494.0, 4494.0, 4541.0, 4494.0, 4495.0, 4506.0, 4506.0, 4481.0, 4496.0, 4526.0, 4497.0, 4505.0, 4505.0, 4506.0, 4498.0, 4507.0, 4507.0, 4527.0, 4507.0, 4519.0, 4500.0, 4497.0, 4507.0, 4499.0, 4556.0, 4518.0, 4557.0, 4545.0, 4508.0, 4566.0, 4516.0, 4566.0, 4555.0, 4544.0, 4544.0, 4505.0, 4495.0, 4494.0, 4541.0, 4483.0, 4484.0, 4484.0, 4507.0, 4494.0, 4495.0, 4485.0, 4497.0, 4506.0, 4506.0, 4509.0, 4497.0, 4548.0, 4520.0, 4567.0, 4510.0, 4577.0, 4546.0, 4532.0, 4494.0, 4493.0, 4471.0, 4485.0, 4553.0, 4517.0, 4494.0, 4523.0, 4484.0, 4544.0, 4504.0, 4494.0, 4476.0, 4487.0, 4485.0, 4485.0, 4486.0, 4546.0, 4506.0, 4487.0, 4557.0, 4537.0, 4485.0, 4544.0, 4463.0, 4487.0, 4484.0, 4474.0, 4532.0, 4472.0, 4472.0, 4485.0, 4474.0, 4535.0, 4487.0, 4487.0, 4545.0, 4527.0, 4516.0, 4536.0, 4478.0, 4556.0, 4468.0, 4466.0, 4486.0, 4465.0, 4532.0, 4501.0, 4531.0, 4523.0, 4541.0, 4542.0, 4492.0, 4511.0, 4485.0, 4477.0, 4485.0, 4475.0, 4524.0, 4473.0, 4521.0, 4499.0, 4500.0, 4512.0, 4472.0, 4469.0, 4453.0, 4449.0, 4459.0, 4460.0, 4469.0, 4531.0, 4539.0, 4525.0, 4508.0, 4508.0, 4518.0, 4489.0, 4452.0, 4465.0, 4472.0, 4471.0, 4491.0, 4520.0, 4507.0, 4488.0, 4505.0, 4497.0, 4449.0, 4450.0, 4439.0, 4452.0, 4472.0, 4447.0, 4465.0, 4495.0, 4484.0, 4523.0, 4503.0, 4525.0, 4503.0, 4463.0, 4472.0, 4457.0, 4455.0, 4463.0, 4444.0, 4435.0, 4464.0, 4464.0, 4436.0, 4437.0, 4479.0, 4469.0, 4470.0, 4488.0, 4467.0, 4458.0, 4487.0, 4458.0, 4446.0, 4494.0, 4497.0, 4477.0, 4459.0, 4529.0, 4481.0], 'WindowWidth': [10077.0, 9991.0, 10036.0, 9949.0, 10012.0, 9991.0, 9934.0, 9928.0, 9892.0, 9980.0, 9867.0, 9891.0, 9894.0, 9882.0, 9910.0, 9884.0, 9870.0, 9904.0, 9882.0, 9901.0, 9878.0, 9877.0, 9890.0, 9904.0, 9886.0, 9918.0, 9940.0, 9922.0, 9884.0, 9949.0, 9874.0, 9891.0, 9953.0, 9936.0, 9845.0, 9919.0, 9902.0, 9863.0, 9893.0, 9825.0, 9880.0, 9871.0, 9804.0, 9896.0, 9884.0, 9817.0, 9894.0, 9860.0, 9798.0, 9886.0, 9807.0, 9781.0, 9820.0, 9800.0, 9865.0, 9817.0, 9820.0, 9818.0, 9821.0, 9831.0, 9824.0, 9843.0, 9843.0, 9850.0, 9862.0, 9877.0, 9863.0, 9885.0, 9886.0, 9948.0, 9878.0, 9882.0, 9916.0, 9883.0, 9935.0, 9871.0, 9962.0, 9897.0, 9944.0, 9922.0, 9897.0, 9937.0, 9869.0, 9962.0, 9900.0, 9938.0, 9903.0, 9877.0, 9955.0, 9882.0, 9967.0, 9915.0, 9889.0, 9874.0, 9875.0, 9955.0, 9878.0, 9969.0, 9874.0, 9940.0, 9895.0, 9877.0, 9923.0, 9880.0, 9965.0, 9940.0, 9915.0, 9915.0, 9876.0, 9971.0, 9944.0, 9967.0, 9953.0, 9946.0, 9933.0, 9875.0, 9919.0, 9850.0, 9923.0, 9856.0, 9918.0, 9880.0, 9864.0, 9864.0, 9858.0, 9942.0, 9855.0, 9945.0, 9864.0, 9956.0, 9951.0, 9900.0, 9930.0, 9859.0, 9898.0, 9850.0, 9936.0, 9833.0, 9937.0, 9851.0, 9934.0, 9862.0, 9903.0, 9876.0, 9863.0, 9876.0, 9852.0, 9913.0, 9860.0, 9957.0, 9883.0, 9870.0, 9896.0, 9873.0, 9894.0, 9869.0, 9940.0, 9857.0, 9962.0, 9862.0, 9948.0, 9906.0, 9915.0, 9926.0, 9875.0, 9947.0, 9844.0, 9960.0, 9872.0, 9920.0, 9902.0, 9871.0, 9929.0, 9860.0, 9912.0, 9875.0, 9860.0, 9933.0, 9869.0, 9962.0, 9946.0, 9894.0, 9933.0, 9864.0, 9943.0, 9846.0, 9954.0, 9898.0, 9896.0, 9872.0, 9845.0, 9912.0, 9833.0, 9935.0, 9832.0, 9920.0, 9849.0, 9846.0, 9911.0, 9870.0, 9862.0, 9852.0, 9914.0, 9853.0, 9941.0, 9851.0, 9940.0, 9849.0, 9855.0, 9925.0, 9863.0, 9911.0, 9860.0, 9959.0, 9846.0, 9945.0, 9883.0, 9881.0, 9924.0, 9873.0, 9943.0, 9843.0, 9951.0, 9852.0, 9939.0, 9917.0, 9866.0, 9938.0, 9859.0, 9958.0, 9853.0, 9941.0, 9896.0, 9930.0, 9929.0, 9876.0, 9946.0, 9838.0, 9942.0, 9850.0, 9942.0, 9894.0, 9848.0, 9900.0, 9841.0, 9936.0, 9862.0, 9876.0, 9877.0, 9856.0, 9942.0, 9840.0, 9944.0, 9900.0, 9915.0, 9924.0, 9868.0, 9871.0, 9837.0, 9925.0, 9838.0, 9946.0, 9852.0, 9896.0, 9848.0, 9864.0, 9901.0, 9849.0, 9868.0, 9871.0, 9891.0, 9841.0, 9912.0, 9886.0, 9922.0, 9886.0, 9877.0, 9854.0, 9875.0, 9871.0, 9929.0, 9940.0, 9981.0, 9901.0, 9918.0, 9956.0, 9872.0, 9950.0, 9894.0, 9941.0, 9942.0, 9869.0, 9915.0, 9855.0, 9955.0, 9910.0, 9903.0, 9883.0, 9827.0, 9914.0, 9824.0, 9912.0, 9832.0, 9823.0, 9851.0, 9869.0, 9869.0, 9850.0, 9855.0, 9913.0, 9916.0, 9850.0, 9863.0, 9855.0, 9826.0, 9915.0, 9876.0, 9844.0, 9861.0, 9845.0, 9853.0, 9864.0, 9825.0, 9846.0, 9830.0, 9930.0, 9828.0, 9842.0, 9841.0, 9849.0, 9901.0, 9850.0, 9850.0, 9872.0, 9878.0, 9979.0, 9923.0, 9946.0, 10017.0, 9934.0, 9921.0, 9880.0, 9940.0, 9837.0, 9847.0, 9834.0, 9827.0, 9815.0, 9846.0, 9904.0, 9830.0, 9905.0, 9864.0, 9877.0, 9865.0, 9834.0, 9837.0, 9832.0, 9875.0, 9835.0, 9877.0, 9892.0, 9826.0, 9886.0, 9796.0, 9851.0, 9772.0, 9832.0, 9775.0, 9858.0, 9796.0, 9810.0, 9797.0, 9774.0, 9782.0, 9771.0, 9810.0, 9780.0, 9799.0, 9798.0, 9804.0, 9816.0, 9823.0, 9826.0, 9821.0, 9837.0, 9902.0, 9844.0, 9866.0, 9867.0, 9828.0, 9918.0, 9882.0, 9908.0, 9856.0, 9876.0, 9894.0, 9815.0, 9828.0, 9822.0, 9883.0, 9827.0, 9898.0, 9840.0, 9860.0, 9836.0, 9821.0, 9837.0, 9822.0, 9869.0, 9825.0, 9892.0, 9826.0, 9821.0, 9829.0, 9841.0, 9840.0, 9833.0, 9875.0, 9843.0, 9909.0, 9832.0, 9920.0, 9846.0, 9921.0, 9832.0, 9850.0, 9869.0, 9841.0, 9841.0, 9848.0, 9858.0, 9836.0, 9884.0, 9851.0, 9891.0, 9883.0, 9888.0, 9875.0, 9877.0, 9929.0, 9875.0, 9937.0, 9917.0, 9887.0, 9902.0, 9876.0, 9961.0, 9887.0, 9967.0, 9955.0, 9907.0, 9898.0, 9859.0, 9963.0, 9871.0, 9931.0, 9851.0, 9868.0, 9871.0, 9844.0, 9864.0, 9910.0, 9909.0, 9878.0, 9879.0, 9882.0, 9895.0, 9896.0, 9951.0, 9897.0, 9971.0, 9914.0, 9869.0, 9942.0, 9895.0, 9941.0, 9922.0, 9904.0, 9889.0, 9850.0, 9890.0, 9826.0, 9903.0, 9921.0, 9877.0, 9907.0, 9832.0, 9852.0, 9815.0, 9846.0, 9903.0, 9895.0, 9922.0, 9898.0, 9853.0, 9841.0, 9835.0, 9844.0, 9903.0, 9833.0, 9875.0, 9782.0, 9814.0, 9814.0, 9820.0, 9813.0, 9908.0, 9847.0, 9875.0, 9814.0, 9865.0, 9793.0, 9854.0, 9811.0, 9781.0, 9814.0, 9757.0, 9782.0, 9762.0, 9791.0, 9829.0, 9779.0, 9794.0, 9838.0, 9800.0, 9807.0, 9801.0, 9807.0, 9810.0, 9814.0, 9824.0, 9814.0, 9803.0, 9814.0, 9879.0, 9840.0, 9850.0, 9875.0, 9861.0, 9846.0, 9864.0, 9854.0, 9929.0, 9909.0, 9865.0, 9951.0, 9869.0, 9945.0, 9917.0, 9928.0, 9915.0, 9859.0, 9924.0, 9834.0, 9903.0, 9891.0, 9870.0, 9906.0, 9821.0, 9884.0, 9826.0, 9918.0, 9830.0, 9904.0, 9852.0, 9832.0, 9836.0, 9815.0, 9873.0, 9809.0, 9823.0, 9831.0, 9837.0, 9864.0, 9868.0, 9917.0, 9890.0, 9926.0, 9913.0, 9865.0, 9867.0, 9843.0, 9912.0, 9852.0, 9864.0, 9862.0, 9866.0, 9943.0, 9856.0, 9917.0, 9867.0, 9860.0, 9935.0, 9855.0, 9948.0, 9864.0, 9957.0, 9849.0, 9919.0, 9895.0, 9842.0, 9919.0, 9836.0, 9923.0, 9859.0, 9846.0, 9817.0, 9823.0, 9895.0, 9829.0, 9911.0, 9835.0, 9866.0, 9826.0, 9836.0, 9833.0, 9850.0, 9914.0, 9841.0, 9883.0, 9872.0, 9865.0, 9900.0, 9885.0, 9870.0, 9961.0, 9904.0, 9945.0, 9887.0, 9904.0, 9831.0, 9910.0, 9844.0, 9841.0, 9862.0, 9830.0, 9936.0, 9871.0, 9833.0, 9848.0, 9833.0, 9922.0, 9879.0, 9908.0, 9857.0, 9852.0, 9839.0, 9838.0, 9830.0, 9907.0, 9868.0, 9906.0, 9896.0, 9839.0, 9922.0, 9829.0, 9830.0, 9861.0, 9840.0, 9938.0, 9909.0, 9838.0, 9831.0, 9816.0, 9820.0, 9844.0, 9885.0, 9827.0, 9900.0, 9857.0, 9875.0, 9877.0, 9819.0, 9839.0, 9890.0, 9901.0, 9902.0, 9899.0, 9856.0, 9875.0, 9859.0, 9804.0, 9834.0, 9772.0, 9774.0, 9834.0, 9757.0, 9785.0, 9760.0, 9771.0, 9791.0, 9769.0, 9772.0, 9788.0, 9776.0, 9795.0, 9824.0, 9804.0, 9794.0, 9801.0, 9835.0, 9799.0, 9801.0, 9807.0, 9811.0, 9813.0, 9818.0, 9854.0, 9842.0, 9872.0, 9865.0, 9945.0, 9867.0, 9903.0, 9849.0, 9948.0, 9856.0, 9922.0, 9885.0, 9872.0, 9894.0, 9838.0, 9923.0, 9884.0, 9909.0, 9918.0, 9845.0, 9867.0, 9857.0, 9884.0, 9890.0, 9836.0, 9906.0, 9832.0, 9896.0, 9829.0, 9846.0, 9895.0, 9849.0, 9844.0, 9855.0, 9833.0, 9823.0, 9821.0, 9830.0, 9897.0, 9883.0, 9826.0, 9918.0, 9840.0, 9870.0, 9844.0, 9837.0, 9831.0, 9839.0, 9833.0, 9849.0, 9835.0, 9847.0, 9903.0, 9856.0, 9854.0, 9962.0, 9939.0, 9881.0, 9872.0, 9862.0, 9861.0, 9935.0, 9876.0, 9841.0, 9912.0, 9831.0, 9831.0, 9857.0, 9834.0, 9850.0, 9881.0, 9838.0, 9838.0, 9902.0, 9888.0, 9884.0, 9920.0, 9860.0, 9933.0, 9893.0, 9839.0, 9944.0, 9919.0, 9916.0, 9910.0, 9844.0, 9918.0, 9856.0, 9842.0, 9856.0, 9856.0, 9924.0, 9850.0, 9860.0, 9859.0, 9899.0, 9845.0, 9938.0, 9900.0, 9871.0, 9921.0, 9899.0, 9911.0, 9870.0, 9873.0, 9877.0, 9911.0, 9903.0, 9965.0, 9968.0, 9913.0, 9940.0, 9913.0, 9930.0, 9888.0, 9838.0, 9870.0, 9805.0, 9857.0, 9831.0, 9807.0, 9877.0, 9830.0, 9879.0, 9911.0, 9857.0, 9917.0, 9820.0, 9804.0, 9831.0, 9810.0, 9872.0, 9846.0, 9902.0, 9904.0, 9853.0, 9918.0, 9822.0, 9825.0, 9865.0, 9841.0, 9892.0, 9842.0, 9858.0, 9885.0, 9864.0, 9951.0, 9876.0, 9839.0, 9887.0, 9853.0, 9894.0, 9882.0, 9853.0, 9914.0, 9913.0, 9874.0, 9981.0, 9904.0, 9862.0, 9851.0, 9837.0, 9850.0, 9910.0, 9936.0, 9900.0, 9890.0, 9887.0, 9897.0, 9824.0, 9827.0, 9826.0, 9829.0, 9847.0, 9811.0, 9852.0, 9851.0, 9889.0, 9892.0, 9835.0, 9822.0, 9842.0, 9782.0, 9778.0, 9869.0, 9811.0, 9790.0, 9841.0, 9755.0, 9773.0, 9772.0, 9754.0, 9811.0, 9788.0, 9772.0, 9823.0, 9773.0, 9850.0, 9815.0, 9767.0, 9854.0, 9775.0, 9762.0, 9762.0, 9779.0, 9790.0, 9783.0, 9806.0, 9806.0, 9825.0, 9812.0, 9826.0, 9840.0, 9863.0, 9831.0, 9866.0, 9853.0, 9827.0, 9909.0, 9848.0, 9920.0, 9912.0, 9907.0, 9905.0, 9859.0, 9852.0, 9831.0, 9909.0, 9851.0, 9835.0, 9836.0, 9861.0, 9878.0, 9844.0, 9848.0, 9854.0, 9858.0, 9933.0, 9922.0, 9873.0, 9955.0, 9862.0, 9887.0, 9879.0, 9848.0, 9860.0, 9904.0, 9849.0, 9913.0, 9881.0, 9839.0, 9926.0, 9871.0, 9900.0, 9907.0, 9847.0, 9925.0, 9876.0, 9899.0, 9859.0, 9834.0, 9911.0, 9835.0, 9924.0, 9856.0, 9829.0, 9863.0, 9858.0, 9937.0, 9913.0, 9897.0, 9874.0, 9850.0, 9922.0, 9836.0, 9907.0, 9910.0, 9830.0, 9827.0, 9831.0, 9925.0, 9832.0, 9866.0, 9811.0, 9833.0, 9850.0, 9837.0, 9829.0, 9856.0, 9845.0, 9927.0, 9853.0, 9915.0, 9843.0, 9836.0, 9886.0, 9828.0, 9920.0, 9835.0, 9908.0, 9840.0, 9811.0, 9831.0, 9843.0, 9868.0, 9842.0, 9820.0, 9817.0, 9834.0, 9842.0, 9850.0, 9894.0, 9854.0, 9858.0, 9856.0, 9860.0, 9910.0, 9851.0, 9931.0, 9862.0, 9936.0, 9874.0, 9910.0, 9898.0, 9856.0, 9870.0, 9853.0, 9888.0, 9846.0, 9846.0, 9929.0, 9853.0, 9861.0, 9853.0, 9915.0, 9840.0, 9895.0, 9902.0, 9893.0, 9854.0, 9832.0, 9914.0, 9857.0, 9915.0, 9859.0, 9855.0, 9829.0, 9851.0, 9879.0, 9859.0, 9896.0, 9907.0, 9852.0, 9862.0, 9854.0, 9877.0, 9865.0, 9887.0, 9932.0, 9856.0, 9915.0, 9845.0, 9903.0, 9815.0, 9918.0, 9854.0, 9886.0, 9834.0, 9822.0, 9835.0, 9817.0, 9840.0, 9832.0, 9835.0, 9864.0, 9833.0, 9820.0, 9848.0, 9831.0, 9870.0, 9834.0, 9911.0, 9851.0, 9873.0, 9900.0, 9828.0, 9880.0, 9832.0, 9818.0, 9820.0, 9849.0, 9880.0, 9853.0, 9910.0, 9841.0, 9850.0, 9842.0, 9854.0, 9875.0, 9851.0, 9911.0, 9854.0, 9852.0, 9852.0, 9849.0, 9862.0, 9851.0, 9899.0, 9837.0, 9872.0, 9868.0, 9863.0, 9919.0, 9908.0, 9892.0, 9906.0, 9854.0, 9929.0, 9855.0, 9927.0, 9916.0, 9915.0, 9904.0, 9859.0, 9856.0, 9848.0, 9910.0, 9885.0, 9866.0, 9847.0, 9834.0, 9849.0, 9855.0, 9852.0, 9931.0, 9854.0, 9888.0, 9859.0, 9854.0, 9904.0, 9854.0, 9851.0, 9925.0, 9872.0, 9946.0, 9880.0, 9911.0, 9859.0, 9830.0, 9842.0, 9840.0, 9920.0, 9871.0, 9861.0, 9830.0, 9855.0, 9835.0, 9877.0, 9850.0, 9852.0, 9854.0, 9930.0, 9860.0, 9888.0, 9960.0, 9864.0, 9913.0, 9850.0, 9922.0, 9840.0, 9910.0, 9874.0, 9846.0, 9831.0, 9833.0, 9907.0, 9835.0, 9841.0, 9817.0, 9833.0, 9861.0, 9858.0, 9897.0, 9888.0, 9847.0, 9834.0, 9839.0, 9894.0, 9889.0, 9863.0, 9861.0, 9844.0, 9911.0, 9836.0, 9898.0, 9903.0, 9851.0, 9899.0, 9839.0, 9882.0, 9850.0, 9843.0, 9883.0, 9862.0, 9919.0, 9835.0, 9907.0, 9845.0, 9868.0, 9844.0, 9827.0, 9845.0, 9838.0, 9860.0, 9847.0, 9841.0, 9897.0, 9871.0, 9882.0, 9857.0, 9930.0, 9867.0, 9858.0, 9902.0, 9858.0, 9902.0, 9952.0, 9883.0, 9935.0, 9881.0, 9904.0, 9893.0, 9837.0, 9931.0, 9918.0, 9861.0, 9916.0, 9848.0, 9916.0, 9885.0, 9833.0, 9924.0, 9887.0, 9869.0, 9869.0, 9831.0, 9902.0, 9824.0, 9830.0, 9825.0, 9829.0, 9877.0, 9814.0, 9899.0, 9827.0, 9837.0, 9827.0, 9836.0, 9873.0, 9838.0, 9833.0, 9835.0, 9850.0, 9894.0, 9856.0, 9870.0, 9913.0, 9884.0, 9870.0, 9857.0, 9937.0, 9874.0, 9871.0, 9942.0, 9873.0, 9925.0, 9856.0, 9910.0, 9898.0, 9861.0, 9937.0, 9859.0, 9923.0, 9859.0, 9874.0, 9929.0, 9865.0, 9956.0, 9945.0, 9933.0, 9933.0, 9868.0, 9936.0, 9866.0, 9922.0, 9850.0, 9925.0, 9853.0, 9900.0, 9805.0, 9883.0, 9845.0, 9813.0, 9806.0, 9822.0, 9844.0, 9809.0, 9806.0, 9826.0, 9827.0, 9825.0, 9839.0, 9840.0, 9858.0, 9897.0, 9888.0, 9860.0, 9873.0, 9843.0, 9855.0, 9862.0, 9837.0, 9870.0, 9929.0, 9855.0, 9842.0, 9868.0, 9880.0, 9869.0, 9896.0, 9881.0, 9940.0, 9950.0, 9951.0, 9945.0, 9945.0, 9916.0, 9877.0, 9912.0, 9896.0, 9870.0, 9963.0, 9943.0, 9913.0, 9900.0, 9864.0, 9819.0, 9837.0, 9826.0, 9879.0, 9850.0, 9801.0, 9824.0, 9833.0, 9817.0, 9803.0, 9830.0, 9791.0, 9898.0, 9902.0, 9899.0, 9891.0, 9847.0, 9836.0, 9886.0, 9863.0, 9834.0, 9839.0, 9820.0, 9823.0, 9852.0, 9796.0, 9864.0, 9847.0, 9800.0, 9905.0, 9929.0, 9932.0, 9933.0, 9887.0, 9822.0, 9872.0, 9877.0, 9916.0, 9884.0, 9889.0, 9873.0, 9853.0, 9805.0, 9798.0, 9796.0, 9800.0, 9809.0, 9822.0, 9823.0, 9824.0, 9835.0, 9830.0, 9854.0, 9840.0, 9835.0, 9885.0, 9867.0, 9938.0, 9884.0, 9825.0, 9878.0, 9829.0, 9934.0, 9843.0, 9871.0, 9858.0, 9837.0, 9884.0, 9882.0, 9866.0, 9887.0, 9854.0, 9878.0, 9922.0, 9912.0, 9853.0, 9920.0, 9880.0, 9861.0, 9922.0, 9897.0, 9879.0, 9887.0, 9856.0, 9890.0, 9880.0, 9878.0, 9914.0, 9909.0, 9904.0, 9910.0, 9884.0, 9972.0, 9955.0, 9960.0, 9933.0, 9906.0, 9904.0, 9892.0, 9967.0, 9920.0, 9902.0, 9905.0, 9900.0, 9963.0, 9951.0, 9944.0, 9915.0, 9897.0, 9892.0, 9930.0, 9949.0, 9948.0, 9915.0, 9916.0, 9936.0, 9975.0, 9960.0, 9930.0, 9963.0, 9938.0, 10004.0, 9959.0, 9982.0, 10006.0, 9938.0, 10008.0, 9899.0, 9962.0, 9948.0, 9907.0, 10000.0, 9876.0, 9942.0, 9902.0, 9906.0, 9931.0, 9911.0, 9940.0, 9903.0, 9917.0, 9951.0, 9938.0, 9961.0, 9971.0, 9897.0, 9980.0, 9894.0, 9999.0, 9922.0, 9998.0, 9902.0, 9954.0, 9892.0, 9940.0, 9874.0, 9871.0, 9890.0, 9863.0, 9871.0, 9855.0, 9888.0, 9869.0, 9902.0, 9878.0, 9887.0, 9884.0, 9884.0, 9933.0, 9925.0, 9959.0, 9937.0, 9925.0, 9946.0, 9900.0, 9973.0, 9898.0, 9969.0, 9901.0, 9968.0, 9944.0, 9912.0, 9980.0, 9879.0, 9923.0, 9873.0, 9949.0, 9932.0, 9901.0, 9916.0, 9896.0, 9903.0, 9863.0, 9911.0, 9916.0, 9918.0, 9956.0, 9987.0, 9892.0, 9953.0, 9886.0, 9988.0, 9958.0, 9914.0, 9978.0, 9895.0, 9975.0, 9902.0, 9947.0, 9871.0, 9911.0, 9852.0, 9865.0, 9849.0, 9826.0, 9881.0, 9827.0, 9857.0, 9864.0, 9859.0, 9870.0, 9851.0, 9870.0, 9869.0, 9871.0, 9899.0, 9874.0, 9893.0, 9919.0, 9863.0, 9949.0, 9873.0, 9883.0, 9886.0, 9870.0, 9942.0, 9870.0, 9939.0, 9943.0, 9871.0, 9943.0, 9869.0, 9904.0, 9891.0, 9861.0, 9954.0, 9894.0, 9879.0, 9883.0, 9868.0, 9918.0, 9878.0, 9882.0, 9930.0, 9854.0, 9887.0, 9887.0, 9880.0, 9888.0, 9916.0, 9933.0, 9916.0, 9899.0, 9949.0, 9897.0, 9899.0, 9951.0, 9883.0, 9977.0, 9878.0, 9974.0, 9920.0, 9938.0, 9929.0, 9868.0, 9878.0, 9845.0, 9928.0, 9861.0, 9862.0, 9849.0, 9877.0, 9878.0, 9894.0, 9917.0, 9873.0, 9889.0, 9954.0, 9876.0, 9967.0, 9920.0, 9937.0, 9896.0, 9867.0, 9945.0, 9882.0, 9955.0, 9864.0, 9878.0, 9863.0, 9897.0, 9952.0, 9900.0, 9901.0, 9872.0, 9885.0, 9946.0, 9911.0, 9898.0, 9940.0, 9885.0, 9938.0, 9899.0, 9970.0, 9867.0, 9956.0, 9914.0, 9916.0, 9917.0, 9892.0, 9874.0, 9876.0, 9937.0, 9876.0, 9881.0, 9897.0, 9896.0, 9859.0, 9882.0, 9922.0, 9886.0, 9894.0, 9896.0, 9897.0, 9889.0, 9905.0, 9901.0, 9930.0, 9901.0, 9920.0, 9896.0, 9888.0, 9902.0, 9893.0, 9966.0, 9916.0, 9966.0, 9951.0, 9904.0, 9980.0, 9911.0, 9980.0, 9961.0, 9944.0, 9946.0, 9892.0, 9880.0, 9878.0, 9937.0, 9863.0, 9864.0, 9865.0, 9904.0, 9878.0, 9883.0, 9869.0, 9889.0, 9901.0, 9899.0, 9908.0, 9888.0, 9960.0, 9926.0, 9985.0, 9911.0, 9998.0, 9952.0, 9924.0, 9876.0, 9873.0, 9842.0, 9864.0, 9955.0, 9910.0, 9879.0, 9916.0, 9864.0, 9940.0, 9889.0, 9877.0, 9852.0, 9871.0, 9864.0, 9865.0, 9868.0, 9947.0, 9895.0, 9869.0, 9965.0, 9938.0, 9867.0, 9942.0, 9832.0, 9871.0, 9861.0, 9846.0, 9920.0, 9842.0, 9841.0, 9863.0, 9849.0, 9931.0, 9871.0, 9872.0, 9946.0, 9926.0, 9907.0, 9937.0, 9861.0, 9960.0, 9842.0, 9837.0, 9862.0, 9834.0, 9918.0, 9873.0, 9913.0, 9907.0, 9933.0, 9937.0, 9867.0, 9894.0, 9865.0, 9859.0, 9867.0, 9853.0, 9915.0, 9842.0, 9905.0, 9872.0, 9874.0, 9894.0, 9838.0, 9831.0, 9815.0, 9806.0, 9817.0, 9818.0, 9830.0, 9918.0, 9928.0, 9902.0, 9882.0, 9883.0, 9897.0, 9860.0, 9814.0, 9837.0, 9840.0, 9841.0, 9868.0, 9900.0, 9878.0, 9852.0, 9871.0, 9864.0, 9803.0, 9806.0, 9792.0, 9815.0, 9842.0, 9799.0, 9818.0, 9859.0, 9840.0, 9897.0, 9867.0, 9901.0, 9867.0, 9810.0, 9821.0, 9812.0, 9806.0, 9814.0, 9791.0, 9778.0, 9816.0, 9814.0, 9780.0, 9783.0, 9844.0, 9834.0, 9837.0, 9856.0, 9826.0, 9814.0, 9850.0, 9815.0, 9797.0, 9858.0, 9865.0, 9837.0, 9819.0, 9917.0, 9852.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.008549376008606778</td></tr>
<tr><td colspan=3>aqi</td><td>0.06889013006993007</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.46183777467173</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1542887234122685</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0350123286167934</td></tr>
<tr><td colspan=3>efc</td><td>0.4456</td></tr>
<tr><td colspan=3>fber</td><td>6617.981</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19614497522843924</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>509</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.380311995696612</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5998518943774265</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.584777847465003</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7516776616676193</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.463100173999657</td></tr>
<tr><td colspan=3>gcor</td><td>0.00817384</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0022638821974396706</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022118613123893738</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</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.859781030150497</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.0669</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2444</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.6222</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309924.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>768.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.9372</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0764</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.749</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3768.6616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1034.2478</td></tr>
<tr><td colspan=3>tsnr</td><td>24.091699575074017</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>