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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:15:8.065000</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.999876, -0.0143705, 0.00640689, 0.0141364, 0.99928, 0.0351956]</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.112684</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>[4237, -7807, -7167, 229, -97, 33, -46, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>254.074</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ae579626-056f-4458-9055-6a35d5a86b7c||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.6825947761535645, 0.03792693093419075, 0.01865175925195217, 110.93123626708984], [0.03855496272444725, 2.6809964179992676, 0.09477180987596512, -99.98763275146484], [0.01718921959400177, -0.0944272130727768, 2.6982717514038086, -45.664756774902344], [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': ['141508.065000', '141508.525000', '141508.985000', '141509.445000', '141509.905000', '141510.365000', '141510.825000', '141511.285000', '141511.745000', '141512.205000', '141512.665000', '141513.125000', '141513.585000', '141514.045000', '141514.505000', '141514.965000', '141515.425000', '141515.885000', '141516.345000', '141516.805000', '141517.265000', '141517.725000', '141518.185000', '141518.645000', '141519.105000', '141519.565000', '141520.025000', '141520.485000', '141520.945000', '141521.405000', '141521.865000', '141522.325000', '141522.785000', '141523.245000', '141523.705000', '141524.165000', '141524.625000', '141525.085000', '141525.545000', '141526.005000', '141526.465000', '141526.925000', '141527.385000', '141527.845000', '141528.305000', '141528.765000', '141529.225000', '141529.685000', '141530.145000', '141530.605000', '141531.065000', '141531.525000', '141531.985000', '141532.445000', '141532.905000', '141533.365000', '141533.825000', '141534.285000', '141534.745000', '141535.205000', '141535.665000', '141536.125000', '141536.585000', '141537.045000', '141537.505000', '141537.965000', '141538.425000', '141538.885000', '141539.345000', '141539.805000', '141540.265000', '141540.725000', '141541.185000', '141541.645000', '141542.105000', '141542.565000', '141543.025000', '141543.485000', '141543.945000', '141544.405000', '141544.865000', '141545.325000', '141545.785000', '141546.245000', '141546.705000', '141547.165000', '141547.625000', '141548.085000', '141548.545000', '141549.005000', '141549.465000', '141549.925000', '141550.385000', '141550.845000', '141551.305000', '141551.765000', '141552.225000', '141552.685000', '141553.145000', '141553.605000', '141554.065000', '141554.525000', '141554.985000', '141555.445000', '141555.905000', '141556.365000', '141556.825000', '141557.285000', '141557.745000', '141558.205000', '141558.665000', '141559.125000', '141559.585000', '141600.045000', '141600.505000', '141600.965000', '141601.425000', '141601.885000', '141602.345000', '141602.805000', '141603.265000', '141603.725000', '141604.185000', '141604.645000', '141605.105000', '141605.565000', '141606.025000', '141606.485000', '141606.945000', '141607.405000', '141607.865000', '141608.325000', '141608.785000', '141609.245000', '141609.705000', '141610.165000', '141610.625000', '141611.085000', '141611.545000', '141612.005000', '141612.465000', '141612.925000', '141613.385000', '141613.845000', '141614.305000', '141614.765000', '141615.225000', '141615.685000', '141616.145000', '141616.605000', '141617.065000', '141617.525000', '141617.985000', '141618.445000', '141618.905000', '141619.365000', '141619.825000', '141620.285000', '141620.745000', '141621.205000', '141621.665000', '141622.125000', '141622.585000', '141623.045000', '141623.505000', '141623.965000', '141624.425000', '141624.885000', '141625.345000', '141625.805000', '141626.265000', '141626.725000', '141627.185000', '141627.645000', '141628.105000', '141628.565000', '141629.025000', '141629.485000', '141629.945000', '141630.405000', '141630.865000', '141631.325000', '141631.785000', '141632.245000', '141632.705000', '141633.165000', '141633.625000', '141634.085000', '141634.545000', '141635.005000', '141635.465000', '141635.925000', '141636.385000', '141636.845000', '141637.305000', '141637.765000', '141638.225000', '141638.685000', '141639.145000', '141639.605000', '141640.065000', '141640.525000', '141640.985000', '141641.445000', '141641.905000', '141642.365000', '141642.825000', '141643.285000', '141643.745000', '141644.205000', '141644.665000', '141645.125000', '141645.585000', '141646.045000', '141646.505000', '141646.965000', '141647.425000', '141647.885000', '141648.345000', '141648.805000', '141649.265000', '141649.725000', '141650.185000', '141650.645000', '141651.105000', '141651.565000', '141652.025000', '141652.485000', '141652.945000', '141653.405000', '141653.865000', '141654.325000', '141654.785000', '141655.245000', '141655.705000', '141656.165000', '141656.625000', '141657.085000', '141657.545000', '141658.005000', '141658.465000', '141658.925000', '141659.385000', '141659.845000', '141700.305000', '141700.765000', '141701.225000', '141701.685000', '141702.145000', '141702.605000', '141703.065000', '141703.525000', '141703.985000', '141704.445000', '141704.905000', '141705.365000', '141705.825000', '141706.285000', '141706.745000', '141707.205000', '141707.665000', '141708.125000', '141708.585000', '141709.045000', '141709.505000', '141709.965000', '141710.425000', '141710.885000', '141711.345000', '141711.805000', '141712.265000', '141712.725000', '141713.185000', '141713.645000', '141714.105000', '141714.565000', '141715.025000', '141715.485000', '141715.945000', '141716.405000', '141716.865000', '141717.325000', '141717.785000', '141718.245000', '141718.705000', '141719.165000', '141719.625000', '141720.085000', '141720.545000', '141721.005000', '141721.465000', '141721.925000', '141722.385000', '141722.845000', '141723.305000', '141723.765000', '141724.225000', '141724.685000', '141725.145000', '141725.605000', '141726.065000', '141726.525000', '141726.985000', '141727.445000', '141727.905000', '141728.365000', '141728.825000', '141729.285000', '141729.745000', '141730.205000', '141730.665000', '141731.125000', '141731.585000', '141732.045000', '141732.505000', '141732.965000', '141733.425000', '141733.885000', '141734.345000', '141734.805000', '141735.265000', '141735.725000', '141736.185000', '141736.645000', '141737.105000', '141737.565000', '141738.025000', '141738.485000', '141738.945000', '141739.405000', '141739.865000', '141740.325000', '141740.785000', '141741.245000', '141741.705000', '141742.165000', '141742.625000', '141743.085000', '141743.545000', '141744.005000', '141744.465000', '141744.925000', '141745.385000', '141745.845000', '141746.305000', '141746.765000', '141747.225000', '141747.685000', '141748.145000', '141748.605000', '141749.065000', '141749.525000', '141749.985000', '141750.445000', '141750.905000', '141751.365000', '141751.825000', '141752.285000', '141752.745000', '141753.205000', '141753.665000', '141754.125000', '141754.585000', '141755.045000', '141755.505000', '141755.965000', '141756.425000', '141756.885000', '141757.345000', '141757.805000', '141758.265000', '141758.725000', '141759.185000', '141759.645000', '141800.105000', '141800.565000', '141801.025000', '141801.485000', '141801.945000', '141802.405000', '141802.865000', '141803.325000', '141803.785000', '141804.245000', '141804.705000', '141805.165000', '141805.625000', '141806.085000', '141806.545000', '141807.005000', '141807.465000', '141807.925000', '141808.385000', '141808.845000', '141809.305000', '141809.765000', '141810.225000', '141810.685000', '141811.145000', '141811.605000', '141812.065000', '141812.525000', '141812.985000', '141813.445000', '141813.905000', '141814.365000', '141814.825000', '141815.285000', '141815.745000', '141816.205000', '141816.665000', '141817.125000', '141817.585000', '141818.045000', '141818.505000', '141818.965000', '141819.425000', '141819.885000', '141820.345000', '141820.805000', '141821.265000', '141821.725000', '141822.185000', '141822.645000', '141823.105000', '141823.565000', '141824.025000', '141824.485000', '141824.945000', '141825.405000', '141825.865000', '141826.325000', '141826.785000', '141827.245000', '141827.705000', '141828.165000', '141828.625000', '141829.085000', '141829.545000', '141830.005000', '141830.465000', '141830.925000', '141831.385000', '141831.845000', '141832.305000', '141832.765000', '141833.225000', '141833.685000', '141834.145000', '141834.605000', '141835.065000', '141835.525000', '141835.985000', '141836.445000', '141836.905000', '141837.365000', '141837.825000', '141838.285000', '141838.745000', '141839.205000', '141839.665000', '141840.125000', '141840.585000', '141841.045000', '141841.505000', '141841.965000', '141842.425000', '141842.885000', '141843.345000', '141843.805000', '141844.265000', '141844.725000', '141845.185000', '141845.645000', '141846.105000', '141846.565000', '141847.025000', '141847.485000', '141847.945000', '141848.405000', '141848.865000', '141849.325000', '141849.785000', '141850.245000', '141850.705000', '141851.165000', '141851.625000', '141852.085000', '141852.545000', '141853.005000', '141853.465000', '141853.925000', '141854.385000', '141854.845000', '141855.305000', '141855.765000', '141856.225000', '141856.685000', '141857.145000', '141857.605000', '141858.065000', '141858.525000', '141858.985000', '141859.445000', '141859.905000', '141900.365000', '141900.825000', '141901.285000', '141901.745000', '141902.205000', '141902.665000', '141903.125000', '141903.585000', '141904.045000', '141904.505000', '141904.965000', '141905.425000', '141905.885000', '141906.345000', '141906.805000', '141907.265000', '141907.725000', '141908.185000', '141908.645000', '141909.105000', '141909.565000', '141910.025000', '141910.485000', '141910.945000', '141911.405000', '141911.865000', '141912.325000', '141912.785000', '141913.245000', '141913.705000', '141914.165000', '141914.625000', '141915.085000', '141915.545000', '141916.005000', '141916.465000', '141916.925000', '141917.385000', '141917.845000', '141918.305000', '141918.765000', '141919.225000', '141919.685000', '141920.145000', '141920.605000', '141921.065000', '141921.525000', '141921.985000', '141922.445000', '141922.905000', '141923.365000', '141923.825000', '141924.285000', '141924.745000', '141925.205000', '141925.665000', '141926.125000', '141926.585000', '141927.045000', '141927.505000', '141927.965000', '141928.425000', '141928.885000', '141929.345000', '141929.805000', '141930.265000', '141930.725000', '141931.185000', '141931.645000', '141932.105000', '141932.565000', '141933.025000', '141933.485000', '141933.945000', '141934.405000', '141934.865000', '141935.325000', '141935.785000', '141936.245000', '141936.705000', '141937.165000', '141937.625000', '141938.085000', '141938.545000', '141939.005000', '141939.465000', '141939.925000', '141940.385000', '141940.845000', '141941.305000', '141941.765000', '141942.225000', '141942.685000', '141943.145000', '141943.605000', '141944.065000', '141944.525000', '141944.985000', '141945.445000', '141945.905000', '141946.365000', '141946.825000', '141947.285000', '141947.745000', '141948.205000', '141948.665000', '141949.125000', '141949.585000', '141950.045000', '141950.505000', '141950.965000', '141951.425000', '141951.885000', '141952.345000', '141952.805000', '141953.265000', '141953.725000', '141954.185000', '141954.645000', '141955.105000', '141955.565000', '141956.025000', '141956.485000', '141956.945000', '141957.405000', '141957.865000', '141958.325000', '141958.785000', '141959.245000', '141959.705000', '142000.165000', '142000.625000', '142001.085000', '142001.545000', '142002.005000', '142002.465000', '142002.925000', '142003.385000', '142003.845000', '142004.305000', '142004.765000', '142005.225000', '142005.685000', '142006.145000', '142006.605000', '142007.065000', '142007.525000', '142007.985000', '142008.445000', '142008.905000', '142009.365000', '142009.825000', '142010.285000', '142010.745000', '142011.205000', '142011.665000', '142012.125000', '142012.585000', '142013.045000', '142013.505000', '142013.965000', '142014.425000', '142014.885000', '142015.345000', '142015.805000', '142016.265000', '142016.725000', '142017.185000', '142017.645000', '142018.105000', '142018.565000', '142019.025000', '142019.485000', '142019.945000', '142020.405000', '142020.865000', '142021.325000', '142021.785000', '142022.245000', '142022.705000', '142023.165000', '142023.625000', '142024.085000', '142024.545000', '142025.005000', '142025.465000', '142025.925000', '142026.385000', '142026.845000', '142027.305000', '142027.765000', '142028.225000', '142028.685000', '142029.145000', '142029.605000', '142030.065000', '142030.525000', '142030.985000', '142031.445000', '142031.905000', '142032.365000', '142032.825000', '142033.285000', '142033.745000', '142034.205000', '142034.665000', '142035.125000', '142035.585000', '142036.045000', '142036.505000', '142036.965000', '142037.425000', '142037.885000', '142038.345000', '142038.805000', '142039.265000', '142039.725000', '142040.185000', '142040.645000', '142041.105000', '142041.565000', '142042.025000', '142042.485000', '142042.945000', '142043.405000', '142043.865000', '142044.325000', '142044.785000', '142045.245000', '142045.705000', '142046.165000', '142046.625000', '142047.085000', '142047.545000', '142048.005000', '142048.465000', '142048.925000', '142049.385000', '142049.845000', '142050.305000', '142050.765000', '142051.225000', '142051.685000', '142052.145000', '142052.605000', '142053.065000', '142053.525000', '142053.985000', '142054.445000', '142054.905000', '142055.365000', '142055.825000', '142056.285000', '142056.745000', '142057.205000', '142057.665000', '142058.125000', '142058.585000', '142059.045000', '142059.505000', '142059.965000', '142100.425000', '142100.885000', '142101.345000', '142101.805000', '142102.265000', '142102.725000', '142103.185000', '142103.645000', '142104.105000', '142104.565000', '142105.025000', '142105.485000', '142105.945000', '142106.405000', '142106.865000', '142107.325000', '142107.785000', '142108.245000', '142108.705000', '142109.165000', '142109.625000', '142110.085000', '142110.545000', '142111.005000', '142111.465000', '142111.925000', '142112.385000', '142112.845000', '142113.305000', '142113.765000', '142114.225000', '142114.685000', '142115.145000', '142115.605000', '142116.065000', '142116.525000', '142116.985000', '142117.445000', '142117.905000', '142118.365000', '142118.825000', '142119.285000', '142119.745000', '142120.205000', '142120.665000', '142121.125000', '142121.585000', '142122.045000', '142122.505000', '142122.965000', '142123.425000', '142123.885000', '142124.345000', '142124.805000', '142125.265000', '142125.725000', '142126.185000', '142126.645000', '142127.105000', '142127.565000', '142128.025000', '142128.485000', '142128.945000', '142129.405000', '142129.865000', '142130.325000', '142130.785000', '142131.245000', '142131.705000', '142132.165000', '142132.625000', '142133.085000', '142133.545000', '142134.005000', '142134.465000', '142134.925000', '142135.385000', '142135.845000', '142136.305000', '142136.765000', '142137.225000', '142137.685000', '142138.145000', '142138.605000', '142139.065000', '142139.525000', '142139.985000', '142140.445000', '142140.905000', '142141.365000', '142141.825000', '142142.285000', '142142.745000', '142143.205000', '142143.665000', '142144.125000', '142144.585000', '142145.045000', '142145.505000', '142145.965000', '142146.425000', '142146.885000', '142147.345000', '142147.805000', '142148.265000', '142148.725000', '142149.185000', '142149.645000', '142150.105000', '142150.565000', '142151.025000', '142151.485000', '142151.945000', '142152.405000', '142152.865000', '142153.325000', '142153.785000', '142154.245000', '142154.705000', '142155.165000', '142155.625000', '142156.085000', '142156.545000', '142157.005000', '142157.465000', '142157.925000', '142158.385000', '142158.845000', '142159.305000', '142159.765000', '142200.225000', '142200.685000', '142201.145000', '142201.605000', '142202.065000', '142202.525000', '142202.985000', '142203.445000', '142203.905000', '142204.365000', '142204.825000', '142205.285000', '142205.745000', '142206.205000', '142206.665000', '142207.125000', '142207.585000', '142208.045000', '142208.505000', '142208.965000', '142209.425000', '142209.885000', '142210.345000', '142210.805000', '142211.265000', '142211.725000', '142212.185000', '142212.645000', '142213.105000', '142213.565000', '142214.025000', '142214.485000', '142214.945000', '142215.405000', '142215.865000', '142216.325000', '142216.785000', '142217.245000', '142217.705000', '142218.165000', '142218.625000', '142219.085000', '142219.545000', '142220.005000', '142220.465000', '142220.925000', '142221.385000', '142221.845000', '142222.305000', '142222.765000', '142223.225000', '142223.685000', '142224.145000', '142224.605000', '142225.065000', '142225.525000', '142225.985000', '142226.445000', '142226.905000', '142227.365000', '142227.825000', '142228.285000', '142228.745000', '142229.205000', '142229.665000', '142230.125000', '142230.585000', '142231.045000', '142231.505000', '142231.965000', '142232.425000', '142232.885000', '142233.345000', '142233.805000', '142234.265000', '142234.725000', '142235.185000', '142235.645000', '142236.105000', '142236.565000', '142237.025000', '142237.485000', '142237.945000', '142238.405000', '142238.865000', '142239.325000', '142239.785000', '142240.245000', '142240.705000', '142241.165000', '142241.625000', '142242.085000', '142242.545000', '142243.005000', '142243.465000', '142243.925000', '142244.385000', '142244.845000', '142245.305000', '142245.765000', '142246.225000', '142246.685000', '142247.145000', '142247.605000', '142248.065000', '142248.525000', '142248.985000', '142249.445000', '142249.905000', '142250.365000', '142250.825000', '142251.285000', '142251.745000', '142252.205000', '142252.665000', '142253.125000', '142253.585000', '142254.045000', '142254.505000', '142254.965000', '142255.425000', '142255.885000', '142256.345000', '142256.805000', '142257.265000', '142257.725000', '142258.185000', '142258.645000', '142259.105000', '142259.565000', '142300.025000', '142300.485000', '142300.945000', '142301.405000', '142301.865000', '142302.325000', '142302.785000', '142303.245000', '142303.705000', '142304.165000', '142304.625000', '142305.085000', '142305.545000', '142306.005000', '142306.465000', '142306.925000', '142307.385000', '142307.845000', '142308.305000', '142308.765000', '142309.225000', '142309.685000', '142310.145000', '142310.605000', '142311.065000', '142311.525000', '142311.985000', '142312.445000', '142312.905000', '142313.365000', '142313.825000', '142314.285000', '142314.745000', '142315.205000', '142315.665000', '142316.125000', '142316.585000', '142317.045000', '142317.505000', '142317.965000', '142318.425000', '142318.885000', '142319.345000', '142319.805000', '142320.265000', '142320.725000', '142321.185000', '142321.645000', '142322.105000', '142322.565000', '142323.025000', '142323.485000', '142323.945000', '142324.405000', '142324.865000', '142325.325000', '142325.785000', '142326.245000', '142326.705000', '142327.165000', '142327.625000', '142328.085000', '142328.545000', '142329.005000', '142329.465000', '142329.925000', '142330.385000', '142330.845000', '142331.305000', '142331.765000', '142332.225000', '142332.685000', '142333.145000', '142333.605000', '142334.065000', '142334.525000', '142334.985000', '142335.445000', '142335.905000', '142336.365000', '142336.825000', '142337.285000', '142337.745000', '142338.205000', '142338.665000', '142339.125000', '142339.585000', '142340.045000', '142340.505000', '142340.965000', '142341.425000', '142341.885000', '142342.345000', '142342.805000', '142343.265000', '142343.725000', '142344.185000', '142344.645000', '142345.105000', '142345.565000', '142346.025000', '142346.485000', '142346.945000', '142347.405000', '142347.865000', '142348.325000', '142348.785000', '142349.245000', '142349.705000', '142350.165000', '142350.625000', '142351.085000', '142351.545000', '142352.005000', '142352.465000', '142352.925000', '142353.385000', '142353.845000', '142354.305000', '142354.765000', '142355.225000', '142355.685000', '142356.145000', '142356.605000', '142357.065000', '142357.525000', '142357.985000', '142358.445000', '142358.905000', '142359.365000', '142359.825000', '142400.285000', '142400.745000', '142401.205000', '142401.665000', '142402.125000', '142402.585000', '142403.045000', '142403.505000', '142403.965000', '142404.425000', '142404.885000', '142405.345000', '142405.805000', '142406.265000', '142406.725000', '142407.185000', '142407.645000', '142408.105000', '142408.565000', '142409.025000', '142409.485000', '142409.945000', '142410.405000', '142410.865000', '142411.325000', '142411.785000', '142412.245000', '142412.705000', '142413.165000', '142413.625000', '142414.085000', '142414.545000', '142415.005000', '142415.465000', '142415.925000', '142416.385000', '142416.845000', '142417.305000', '142417.765000', '142418.225000', '142418.685000', '142419.145000', '142419.605000', '142420.065000', '142420.525000', '142420.985000', '142421.445000', '142421.905000', '142422.365000', '142422.825000', '142423.285000', '142423.745000', '142424.205000', '142424.665000', '142425.125000', '142425.585000', '142426.045000', '142426.505000', '142426.965000', '142427.425000', '142427.885000', '142428.345000', '142428.805000', '142429.265000', '142429.725000', '142430.185000', '142430.645000', '142431.105000', '142431.565000', '142432.025000', '142432.485000', '142432.945000', '142433.405000', '142433.865000', '142434.325000', '142434.785000', '142435.245000', '142435.705000', '142436.165000', '142436.625000', '142437.085000', '142437.545000', '142438.005000', '142438.465000', '142438.925000', '142439.385000', '142439.845000', '142440.305000', '142440.765000', '142441.225000', '142441.685000', '142442.145000', '142442.605000', '142443.065000', '142443.525000', '142443.985000', '142444.445000', '142444.905000', '142445.365000', '142445.825000', '142446.285000', '142446.745000', '142447.205000', '142447.665000', '142448.125000', '142448.585000', '142449.045000', '142449.505000', '142449.965000', '142450.425000', '142450.885000', '142451.345000', '142451.805000', '142452.265000', '142452.725000', '142453.185000', '142453.645000', '142454.105000', '142454.565000', '142455.025000', '142455.485000', '142455.945000', '142456.405000', '142456.865000', '142457.325000', '142457.785000', '142458.245000', '142458.705000', '142459.165000', '142459.625000', '142500.085000', '142500.545000', '142501.005000', '142501.465000', '142501.925000', '142502.385000', '142502.845000', '142503.305000', '142503.765000', '142504.225000', '142504.685000', '142505.145000', '142505.605000', '142506.065000', '142506.525000', '142506.985000', '142507.445000', '142507.905000', '142508.365000', '142508.825000', '142509.285000', '142509.745000', '142510.205000', '142510.665000', '142511.125000', '142511.585000', '142512.045000', '142512.505000', '142512.965000', '142513.425000', '142513.885000', '142514.345000', '142514.805000', '142515.265000', '142515.725000', '142516.185000', '142516.645000', '142517.105000', '142517.565000', '142518.025000', '142518.485000', '142518.945000', '142519.405000', '142519.865000', '142520.325000', '142520.785000', '142521.245000', '142521.705000', '142522.165000', '142522.625000', '142523.085000', '142523.545000', '142524.005000', '142524.465000', '142524.925000', '142525.385000', '142525.845000', '142526.305000', '142526.765000', '142527.225000', '142527.685000', '142528.145000', '142528.605000', '142529.065000', '142529.525000', '142529.985000', '142530.445000', '142530.905000', '142531.365000', '142531.825000', '142532.285000', '142532.745000', '142533.205000', '142533.665000', '142534.125000', '142534.585000', '142535.045000', '142535.505000', '142535.965000', '142536.425000', '142536.885000', '142537.345000', '142537.805000', '142538.265000', '142538.725000', '142539.185000', '142539.645000', '142540.105000', '142540.565000', '142541.025000', '142541.485000', '142541.945000', '142542.405000', '142542.865000', '142543.325000', '142543.785000', '142544.245000', '142544.705000', '142545.165000', '142545.625000', '142546.085000', '142546.545000', '142547.005000', '142547.465000', '142547.925000', '142548.385000', '142548.845000', '142549.305000', '142549.765000', '142550.225000', '142550.685000', '142551.145000', '142551.605000', '142552.065000', '142552.525000', '142552.985000', '142553.445000', '142553.905000', '142554.365000', '142554.825000', '142555.285000', '142555.745000', '142556.205000', '142556.665000', '142557.125000', '142557.585000', '142558.045000', '142558.505000', '142558.965000', '142559.425000', '142559.885000', '142600.345000', '142600.805000', '142601.265000', '142601.725000', '142602.185000', '142602.645000', '142603.105000', '142603.565000', '142604.025000', '142604.485000', '142604.945000', '142605.405000', '142605.865000', '142606.325000', '142606.785000', '142607.245000', '142607.705000', '142608.165000', '142608.625000', '142609.085000', '142609.545000', '142610.005000', '142610.465000', '142610.925000', '142611.385000', '142611.845000', '142612.305000', '142612.765000', '142613.225000', '142613.685000', '142614.145000', '142614.605000', '142615.065000', '142615.525000', '142615.985000', '142616.445000', '142616.905000', '142617.365000', '142617.825000', '142618.285000', '142618.745000', '142619.205000', '142619.665000', '142620.125000', '142620.585000', '142621.045000', '142621.505000', '142621.965000', '142622.425000', '142622.885000', '142623.345000', '142623.805000', '142624.265000', '142624.725000', '142625.185000', '142625.645000', '142626.105000', '142626.565000', '142627.025000', '142627.485000', '142627.945000', '142628.405000', '142628.865000', '142629.325000', '142629.785000', '142630.245000', '142630.705000', '142631.165000', '142631.625000', '142632.085000', '142632.545000', '142633.005000', '142633.465000', '142633.925000', '142634.385000', '142634.845000', '142635.305000', '142635.765000', '142636.225000', '142636.685000', '142637.145000', '142637.605000', '142638.065000', '142638.525000', '142638.985000', '142639.445000', '142639.905000', '142640.365000', '142640.825000', '142641.285000', '142641.745000', '142642.205000', '142642.665000', '142643.125000', '142643.585000', '142644.045000', '142644.505000', '142644.965000', '142645.425000', '142645.885000', '142646.345000', '142646.805000', '142647.265000', '142647.725000', '142648.185000', '142648.645000', '142649.105000', '142649.565000', '142650.025000', '142650.485000', '142650.945000', '142651.405000', '142651.865000', '142652.325000', '142652.785000', '142653.245000', '142653.705000', '142654.165000', '142654.625000', '142655.085000', '142655.545000', '142656.005000', '142656.465000', '142656.925000', '142657.385000', '142657.845000', '142658.305000', '142658.765000', '142659.225000', '142659.685000', '142700.145000', '142700.605000', '142701.065000', '142701.525000', '142701.985000', '142702.445000', '142702.905000', '142703.365000', '142703.825000', '142704.285000', '142704.745000', '142705.205000', '142705.665000', '142706.125000', '142706.585000', '142707.045000', '142707.505000', '142707.965000', '142708.425000', '142708.885000', '142709.345000', '142709.805000', '142710.265000', '142710.725000', '142711.185000', '142711.645000', '142712.105000', '142712.565000', '142713.025000', '142713.485000', '142713.945000', '142714.405000', '142714.865000', '142715.325000', '142715.785000', '142716.245000', '142716.705000', '142717.165000', '142717.625000', '142718.085000', '142718.545000', '142719.005000', '142719.465000', '142719.925000', '142720.385000', '142720.845000', '142721.305000', '142721.765000', '142722.225000', '142722.685000', '142723.145000', '142723.605000', '142724.065000', '142724.525000', '142724.985000', '142725.445000', '142725.905000', '142726.365000', '142726.825000', '142727.285000', '142727.745000', '142728.205000', '142728.665000', '142729.125000', '142729.585000', '142730.045000', '142730.505000', '142730.965000', '142731.425000', '142731.885000', '142732.345000', '142732.805000', '142733.265000', '142733.725000', '142734.185000', '142734.645000', '142735.105000', '142735.565000', '142736.025000', '142736.485000', '142736.945000', '142737.405000', '142737.865000', '142738.325000', '142738.785000', '142739.245000', '142739.705000', '142740.165000', '142740.625000', '142741.085000', '142741.545000', '142742.005000', '142742.465000', '142742.925000', '142743.385000', '142743.845000', '142744.305000', '142744.765000', '142745.225000', '142745.685000', '142746.145000', '142746.605000', '142747.065000', '142747.525000', '142747.985000', '142748.445000', '142748.905000', '142749.365000', '142749.825000', '142750.285000', '142750.745000', '142751.205000', '142751.665000', '142752.125000', '142752.585000', '142753.045000', '142753.505000', '142753.965000', '142754.425000', '142754.885000', '142755.345000', '142755.805000', '142756.265000', '142756.725000', '142757.185000', '142757.645000', '142758.105000', '142758.565000', '142759.025000', '142759.485000', '142759.945000', '142800.405000', '142800.865000', '142801.325000', '142801.785000', '142802.245000', '142802.705000', '142803.165000', '142803.625000', '142804.085000', '142804.545000', '142805.005000', '142805.465000', '142805.925000', '142806.385000', '142806.845000', '142807.305000', '142807.765000', '142808.225000', '142808.685000', '142809.145000', '142809.605000', '142810.065000', '142810.525000', '142810.985000', '142811.445000', '142811.905000', '142812.365000', '142812.825000', '142813.285000', '142813.745000', '142814.205000', '142814.665000', '142815.125000', '142815.585000', '142816.045000', '142816.505000', '142816.965000', '142817.425000', '142817.885000', '142818.345000', '142818.805000', '142819.265000', '142819.725000', '142820.185000', '142820.645000', '142821.105000', '142821.565000', '142822.025000', '142822.485000', '142822.945000', '142823.405000', '142823.865000', '142824.325000', '142824.785000', '142825.245000', '142825.705000', '142826.165000', '142826.625000', '142827.085000', '142827.545000', '142828.005000', '142828.465000', '142828.925000', '142829.385000', '142829.845000', '142830.305000', '142830.765000', '142831.225000', '142831.685000', '142832.145000', '142832.605000', '142833.065000', '142833.525000', '142833.985000', '142834.445000', '142834.905000', '142835.365000', '142835.825000', '142836.285000', '142836.745000', '142837.205000', '142837.665000', '142838.125000', '142838.585000', '142839.045000', '142839.505000', '142839.965000', '142840.425000', '142840.885000', '142841.345000', '142841.805000', '142842.265000', '142842.725000', '142843.185000', '142843.645000', '142844.105000', '142844.565000', '142845.025000', '142845.485000', '142845.945000', '142846.405000', '142846.865000', '142847.325000', '142847.785000', '142848.245000', '142848.705000', '142849.165000', '142849.625000', '142850.085000', '142850.545000', '142851.005000', '142851.465000', '142851.925000', '142852.385000', '142852.845000', '142853.305000', '142853.765000', '142854.225000', '142854.685000', '142855.145000', '142855.605000', '142856.065000', '142856.525000', '142856.985000', '142857.445000', '142857.905000', '142858.365000', '142858.825000', '142859.285000', '142859.745000', '142900.205000', '142900.665000', '142901.125000', '142901.585000', '142902.045000', '142902.505000', '142902.965000', '142903.425000', '142903.885000', '142904.345000', '142904.805000', '142905.265000', '142905.725000', '142906.185000', '142906.645000', '142907.105000', '142907.565000', '142908.025000', '142908.485000', '142908.945000', '142909.405000', '142909.865000', '142910.325000', '142910.785000', '142911.245000', '142911.705000', '142912.165000', '142912.625000', '142913.085000', '142913.545000', '142914.005000', '142914.465000', '142914.925000', '142915.385000', '142915.845000', '142916.305000', '142916.765000', '142917.225000', '142917.685000', '142918.145000', '142918.605000', '142919.065000', '142919.525000', '142919.985000', '142920.445000', '142920.905000', '142921.365000', '142921.825000', '142922.285000', '142922.745000'], 'ContentTime': ['141522.648000', '141522.652000', '141522.655000', '141522.657000', '141522.660000', '141522.670000', '141522.673000', '141522.675000', '141522.679000', '141522.682000', '141522.684000', '141522.687000', '141522.690000', '141522.692000', '141522.695000', '141522.697000', '141522.700000', '141522.703000', '141522.705000', '141522.708000', '141522.710000', '141522.713000', '141522.716000', '141522.723000', '141522.726000', '141522.729000', '141522.732000', '141522.744000', '141522.752000', '141542.618000', '141542.621000', '141542.624000', '141542.626000', '141542.629000', '141542.631000', '141542.634000', '141542.636000', '141542.639000', '141542.642000', '141542.644000', '141542.647000', '141542.650000', '141542.652000', '141542.655000', '141542.657000', '141542.660000', '141542.662000', '141542.665000', '141542.668000', '141542.670000', '141542.673000', '141542.675000', '141542.678000', '141542.685000', '141542.687000', '141542.690000', '141542.692000', '141542.695000', '141542.698000', '141542.700000', '141542.703000', '141542.705000', '141542.708000', '141542.710000', '141542.713000', '141542.715000', '141542.718000', '141542.721000', '141542.723000', '141542.726000', '141542.728000', '141542.731000', '141542.733000', '141602.618000', '141602.621000', '141602.623000', '141602.626000', '141602.628000', '141602.631000', '141602.634000', '141602.637000', '141602.639000', '141602.642000', '141602.645000', '141602.647000', '141602.650000', '141602.652000', '141602.655000', '141602.657000', '141602.660000', '141602.663000', '141602.665000', '141602.668000', '141602.670000', '141602.673000', '141602.676000', '141602.678000', '141602.692000', '141602.695000', '141602.697000', '141602.700000', '141602.702000', '141602.705000', '141602.708000', '141602.710000', '141602.713000', '141602.715000', '141602.718000', '141602.720000', '141602.723000', '141602.726000', '141602.728000', '141602.731000', '141602.733000', '141602.736000', '141602.739000', '141622.617000', '141622.620000', '141622.623000', '141622.625000', '141622.628000', '141622.631000', '141622.633000', '141622.636000', '141622.638000', '141622.641000', '141622.643000', '141622.646000', '141622.649000', '141622.651000', '141622.654000', '141622.656000', '141622.659000', '141622.662000', '141622.664000', '141622.667000', '141622.669000', '141622.672000', '141622.675000', '141622.677000', '141622.680000', '141622.682000', '141622.685000', '141622.688000', '141622.690000', '141622.693000', '141622.695000', '141622.698000', '141622.700000', '141622.703000', '141622.706000', '141622.708000', '141622.711000', '141622.714000', '141622.716000', '141622.719000', '141622.721000', '141622.724000', '141622.727000', '141622.729000', '141642.617000', '141642.620000', '141642.623000', '141642.626000', '141642.628000', '141642.631000', '141642.634000', '141642.636000', '141642.639000', '141642.642000', '141642.644000', '141642.647000', '141642.650000', '141642.652000', '141642.655000', '141642.658000', '141642.660000', '141642.663000', '141642.666000', '141642.668000', '141642.671000', '141642.673000', '141642.676000', '141642.679000', '141642.681000', '141642.684000', '141642.687000', '141642.689000', '141642.692000', '141642.695000', '141642.697000', '141642.700000', '141642.702000', '141642.705000', '141642.708000', '141642.710000', '141642.713000', '141642.716000', '141642.719000', '141642.723000', '141642.726000', '141642.729000', '141642.731000', '141702.618000', '141702.620000', '141702.623000', '141702.626000', '141702.628000', '141702.631000', '141702.634000', '141702.636000', '141702.639000', '141702.641000', '141702.644000', '141702.647000', '141702.649000', '141702.652000', '141702.655000', '141702.657000', '141702.660000', '141702.663000', '141702.665000', '141702.668000', '141702.670000', '141702.673000', '141702.676000', '141702.692000', '141702.695000', '141702.697000', '141702.700000', '141702.702000', '141702.705000', '141702.708000', '141702.711000', '141702.713000', '141702.716000', '141702.718000', '141702.721000', '141702.724000', '141702.726000', '141702.729000', '141702.732000', '141702.734000', '141702.737000', '141702.740000', '141702.742000', '141702.745000', '141722.618000', '141722.621000', '141722.624000', '141722.626000', '141722.629000', '141722.632000', '141722.634000', '141722.637000', '141722.639000', '141722.642000', '141722.645000', '141722.647000', '141722.650000', '141722.652000', '141722.655000', '141722.658000', '141722.660000', '141722.663000', '141722.665000', '141722.668000', '141722.670000', '141722.673000', '141722.676000', '141722.678000', '141722.681000', '141722.683000', '141722.686000', '141722.689000', '141722.691000', '141722.694000', '141722.697000', '141722.699000', '141722.702000', '141722.705000', '141722.707000', '141722.710000', '141722.712000', '141722.715000', '141722.718000', '141722.720000', '141722.723000', '141722.726000', '141722.728000', '141742.619000', '141742.622000', '141742.624000', '141742.627000', '141742.630000', '141742.632000', '141742.635000', '141742.637000', '141742.640000', '141742.643000', '141742.645000', '141742.648000', '141742.650000', '141742.653000', '141742.656000', '141742.659000', '141742.661000', '141742.664000', '141742.667000', '141742.669000', '141742.672000', '141742.675000', '141742.677000', '141742.680000', '141742.682000', '141742.685000', '141742.688000', '141742.690000', '141742.693000', '141742.695000', '141742.698000', '141742.701000', '141742.703000', '141742.706000', '141742.709000', '141742.711000', '141742.714000', '141742.716000', '141742.719000', '141742.722000', '141742.724000', '141742.727000', '141742.729000', '141742.732000', '141802.618000', '141802.621000', '141802.624000', '141802.627000', '141802.629000', '141802.632000', '141802.634000', '141802.637000', '141802.640000', '141802.642000', '141802.645000', '141802.648000', '141802.650000', '141802.653000', '141802.655000', '141802.658000', '141802.661000', '141802.663000', '141802.666000', '141802.669000', '141802.671000', '141802.674000', '141802.677000', '141802.679000', '141802.682000', '141802.684000', '141802.687000', '141802.690000', '141802.692000', '141802.695000', '141802.698000', '141802.700000', '141802.703000', '141802.705000', '141802.708000', '141802.711000', '141802.713000', '141802.716000', '141802.719000', '141802.721000', '141802.724000', '141802.726000', '141802.729000', '141822.618000', '141822.620000', '141822.623000', '141822.626000', '141822.629000', '141822.631000', '141822.634000', '141822.636000', '141822.639000', '141822.642000', '141822.644000', '141822.647000', '141822.650000', '141822.652000', '141822.655000', '141822.657000', '141822.660000', '141822.663000', '141822.665000', '141822.668000', '141822.670000', '141822.673000', '141822.676000', '141822.678000', '141822.681000', '141822.684000', '141822.686000', '141822.689000', '141822.691000', '141822.694000', '141822.696000', '141822.699000', '141822.702000', '141822.704000', '141822.707000', '141822.710000', '141822.712000', '141822.715000', '141822.718000', '141822.720000', '141822.723000', '141822.726000', '141822.728000', '141822.731000', '141842.617000', '141842.620000', '141842.623000', '141842.625000', '141842.628000', '141842.631000', '141842.633000', '141842.636000', '141842.638000', '141842.641000', '141842.644000', '141842.646000', '141842.649000', '141842.651000', '141842.654000', '141842.657000', '141842.659000', '141842.662000', '141842.692000', '141842.695000', '141842.697000', '141842.700000', '141842.703000', '141842.705000', '141842.708000', '141842.711000', '141842.713000', '141842.716000', '141842.718000', '141842.721000', '141842.724000', '141842.726000', '141842.729000', '141842.732000', '141842.734000', '141842.737000', '141842.739000', '141842.742000', '141842.745000', '141842.747000', '141842.750000', '141842.753000', '141842.755000', '141902.617000', '141902.620000', '141902.623000', '141902.626000', '141902.628000', '141902.631000', '141902.633000', '141902.636000', '141902.639000', '141902.641000', '141902.644000', '141902.646000', '141902.649000', '141902.651000', '141902.654000', '141902.657000', '141902.660000', '141902.662000', '141902.665000', '141902.668000', '141902.671000', '141902.673000', '141902.676000', '141902.678000', '141902.681000', '141902.684000', '141902.686000', '141902.689000', '141902.691000', '141902.694000', '141902.697000', '141902.699000', '141902.702000', '141902.704000', '141902.707000', '141902.710000', '141902.712000', '141902.715000', '141902.718000', '141902.720000', '141902.723000', '141902.725000', '141902.728000', '141902.731000', '141922.617000', '141922.620000', '141922.623000', '141922.626000', '141922.629000', '141922.631000', '141922.634000', '141922.636000', '141922.639000', '141922.642000', '141922.644000', '141922.647000', '141922.649000', '141922.652000', '141922.655000', '141922.657000', '141922.660000', '141922.663000', '141922.665000', '141922.668000', '141922.671000', '141922.673000', '141922.676000', '141922.678000', '141922.681000', '141922.684000', '141922.686000', '141922.689000', '141922.691000', '141922.694000', '141922.697000', '141922.699000', '141922.702000', '141922.705000', '141922.707000', '141922.710000', '141922.712000', '141922.715000', '141922.718000', '141922.720000', '141922.723000', '141922.726000', '141922.728000', '141942.618000', '141942.621000', '141942.624000', '141942.627000', '141942.629000', '141942.632000', '141942.634000', '141942.637000', '141942.640000', '141942.642000', '141942.645000', '141942.648000', '141942.650000', '141942.653000', '141942.655000', '141942.658000', '141942.671000', '141942.673000', '141942.676000', '141942.679000', '141942.681000', '141942.684000', '141942.687000', '141942.689000', '141942.692000', '141942.695000', '141942.697000', '141942.700000', '141942.703000', '141942.705000', '141942.708000', '141942.711000', '141942.713000', '141942.716000', '141942.719000', '141942.721000', '141942.724000', '141942.726000', '141942.729000', '141942.732000', '141942.734000', '141942.737000', '141942.739000', '141942.742000', '142002.619000', '142002.621000', '142002.624000', '142002.627000', '142002.629000', '142002.632000', '142002.634000', '142002.637000', '142002.640000', '142002.642000', '142002.645000', '142002.647000', '142002.650000', '142002.653000', '142002.655000', '142002.658000', '142002.660000', '142002.663000', '142002.666000', '142002.668000', '142002.671000', '142002.674000', '142002.676000', '142002.679000', '142002.682000', '142002.684000', '142002.687000', '142002.689000', '142002.692000', '142002.695000', '142002.697000', '142002.700000', '142002.702000', '142002.705000', '142002.708000', '142002.710000', '142002.713000', '142002.716000', '142002.718000', '142002.721000', '142002.723000', '142002.726000', '142002.729000', '142022.619000', '142022.622000', '142022.624000', '142022.627000', '142022.629000', '142022.632000', '142022.635000', '142022.637000', '142022.640000', '142022.642000', '142022.645000', '142022.649000', '142022.651000', '142022.654000', '142022.657000', '142022.660000', '142022.662000', '142022.665000', '142022.668000', '142022.670000', '142022.673000', '142022.676000', '142022.678000', '142022.681000', '142022.684000', '142022.686000', '142022.689000', '142022.692000', '142022.694000', '142022.697000', '142022.700000', '142022.702000', '142022.705000', '142022.708000', '142022.711000', '142022.713000', '142022.716000', '142022.719000', '142022.721000', '142022.724000', '142022.727000', '142022.729000', '142022.732000', '142022.735000', '142042.617000', '142042.620000', '142042.623000', '142042.626000', '142042.628000', '142042.631000', '142042.634000', '142042.636000', '142042.639000', '142042.642000', '142042.644000', '142042.647000', '142042.649000', '142042.654000', '142042.657000', '142042.659000', '142042.662000', '142042.665000', '142042.667000', '142042.670000', '142042.673000', '142042.675000', '142042.678000', '142042.680000', '142042.683000', '142042.686000', '142042.688000', '142042.691000', '142042.694000', '142042.696000', '142042.699000', '142042.701000', '142042.704000', '142042.707000', '142042.709000', '142042.712000', '142042.714000', '142042.717000', '142042.720000', '142042.722000', '142042.725000', '142042.728000', '142042.730000', '142102.618000', '142102.621000', '142102.623000', '142102.626000', '142102.629000', '142102.632000', '142102.634000', '142102.637000', '142102.639000', '142102.642000', '142102.645000', '142102.647000', '142102.650000', '142102.653000', '142102.655000', '142102.658000', '142102.660000', '142102.663000', '142102.666000', '142102.668000', '142102.671000', '142102.674000', '142102.676000', '142102.679000', '142102.681000', '142102.684000', '142102.687000', '142102.689000', '142102.692000', '142102.694000', '142102.697000', '142102.700000', '142102.702000', '142102.705000', '142102.707000', '142102.710000', '142102.713000', '142102.715000', '142102.718000', '142102.720000', '142102.723000', '142102.726000', '142102.728000', '142122.618000', '142122.621000', '142122.623000', '142122.626000', '142122.628000', '142122.631000', '142122.634000', '142122.636000', '142122.639000', '142122.641000', '142122.644000', '142122.646000', '142122.649000', '142122.652000', '142122.654000', '142122.657000', '142122.660000', '142122.662000', '142122.665000', '142122.668000', '142122.670000', '142122.673000', '142122.675000', '142122.678000', '142122.681000', '142122.683000', '142122.686000', '142122.689000', '142122.691000', '142122.694000', '142122.697000', '142122.699000', '142122.702000', '142122.704000', '142122.707000', '142122.710000', '142122.712000', '142122.715000', '142122.718000', '142122.720000', '142122.723000', '142122.726000', '142122.728000', '142122.731000', '142142.618000', '142142.621000', '142142.623000', '142142.626000', '142142.629000', '142142.631000', '142142.634000', '142142.636000', '142142.639000', '142142.642000', '142142.644000', '142142.647000', '142142.650000', '142142.652000', '142142.655000', '142142.658000', '142142.660000', '142142.663000', '142142.666000', '142142.668000', '142142.671000', '142142.674000', '142142.676000', '142142.679000', '142142.681000', '142142.684000', '142142.687000', '142142.691000', '142142.693000', '142142.696000', '142142.699000', '142142.701000', '142142.704000', '142142.706000', '142142.709000', '142142.711000', '142142.714000', '142142.717000', '142142.719000', '142142.722000', '142142.724000', '142142.727000', '142142.730000', '142202.619000', '142202.621000', '142202.624000', '142202.627000', '142202.629000', '142202.632000', '142202.634000', '142202.637000', '142202.640000', '142202.642000', '142202.645000', '142202.648000', '142202.650000', '142202.653000', '142202.656000', '142202.658000', '142202.661000', '142202.663000', '142202.666000', '142202.669000', '142202.671000', '142202.674000', '142202.677000', '142202.679000', '142202.682000', '142202.685000', '142202.687000', '142202.690000', '142202.693000', '142202.695000', '142202.698000', '142202.701000', '142202.703000', '142202.706000', '142202.708000', '142202.711000', '142202.714000', '142202.716000', '142202.719000', '142202.722000', '142202.724000', '142202.727000', '142202.730000', '142202.732000', '142222.619000', '142222.621000', '142222.624000', '142222.627000', '142222.629000', '142222.632000', '142222.635000', '142222.637000', '142222.640000', '142222.642000', '142222.645000', '142222.648000', '142222.650000', '142222.653000', '142222.655000', '142222.658000', '142222.661000', '142222.663000', '142222.666000', '142222.669000', '142222.671000', '142222.674000', '142222.679000', '142222.681000', '142222.684000', '142222.686000', '142222.689000', '142222.692000', '142222.694000', '142222.697000', '142222.700000', '142222.702000', '142222.705000', '142222.708000', '142222.710000', '142222.713000', '142222.715000', '142222.718000', '142222.721000', '142222.723000', '142222.726000', '142222.729000', '142222.731000', '142242.619000', '142242.622000', '142242.624000', '142242.627000', '142242.629000', '142242.632000', '142242.635000', '142242.638000', '142242.640000', '142242.643000', '142242.646000', '142242.648000', '142242.651000', '142242.653000', '142242.656000', '142242.659000', '142242.661000', '142242.664000', '142242.667000', '142242.669000', '142242.672000', '142242.675000', '142242.677000', '142242.680000', '142242.683000', '142242.685000', '142242.688000', '142242.690000', '142242.693000', '142242.701000', '142242.704000', '142242.706000', '142242.709000', '142242.712000', '142242.714000', '142242.717000', '142242.720000', '142242.723000', '142242.725000', '142242.728000', '142242.730000', '142242.733000', '142242.736000', '142242.738000', '142302.618000', '142302.621000', '142302.623000', '142302.626000', '142302.629000', '142302.631000', '142302.634000', '142302.653000', '142302.656000', '142302.658000', '142302.661000', '142302.663000', '142302.666000', '142302.669000', '142302.672000', '142302.675000', '142302.677000', '142302.680000', '142302.683000', '142302.685000', '142302.688000', '142302.691000', '142302.693000', '142302.696000', '142302.699000', '142302.701000', '142302.704000', '142302.706000', '142302.709000', '142302.712000', '142302.714000', '142302.717000', '142302.720000', '142302.722000', '142302.725000', '142302.730000', '142302.733000', '142302.735000', '142302.738000', '142302.741000', '142302.743000', '142302.746000', '142302.749000', '142322.618000', '142322.620000', '142322.623000', '142322.626000', '142322.629000', '142322.631000', '142322.634000', '142322.636000', '142322.639000', '142322.642000', '142322.644000', '142322.647000', '142322.649000', '142322.652000', '142322.655000', '142322.657000', '142322.660000', '142322.663000', '142322.665000', '142322.668000', '142322.670000', '142322.673000', '142322.676000', '142322.678000', '142322.681000', '142322.684000', '142322.686000', '142322.689000', '142322.691000', '142322.694000', '142322.697000', '142322.699000', '142322.702000', '142322.705000', '142322.707000', '142322.710000', '142322.713000', '142322.715000', '142322.718000', '142322.720000', '142322.723000', '142322.726000', '142322.729000', '142322.731000', '142342.618000', '142342.620000', '142342.623000', '142342.626000', '142342.628000', '142342.631000', '142342.633000', '142342.636000', '142342.639000', '142342.641000', '142342.644000', '142342.646000', '142342.649000', '142342.652000', '142342.654000', '142342.657000', '142342.659000', '142342.662000', '142342.665000', '142342.668000', '142342.670000', '142342.673000', '142342.676000', '142342.679000', '142342.682000', '142342.684000', '142342.687000', '142342.690000', '142342.692000', '142342.695000', '142342.697000', '142342.700000', '142342.703000', '142342.705000', '142342.708000', '142342.711000', '142342.713000', '142342.716000', '142342.718000', '142342.721000', '142342.724000', '142342.726000', '142342.729000', '142402.618000', '142402.621000', '142402.623000', '142402.626000', '142402.628000', '142402.631000', '142402.634000', '142402.637000', '142402.639000', '142402.642000', '142402.644000', '142402.647000', '142402.650000', '142402.652000', '142402.655000', '142402.658000', '142402.660000', '142402.663000', '142402.665000', '142402.668000', '142402.671000', '142402.673000', '142402.676000', '142402.679000', '142402.681000', '142402.684000', '142402.686000', '142402.689000', '142402.692000', '142402.695000', '142402.697000', '142402.700000', '142402.702000', '142402.705000', '142402.708000', '142402.710000', '142402.713000', '142402.716000', '142402.718000', '142402.721000', '142402.724000', '142402.726000', '142402.729000', '142402.732000', '142422.619000', '142422.621000', '142422.624000', '142422.627000', '142422.629000', '142422.632000', '142422.635000', '142422.637000', '142422.640000', '142422.642000', '142422.645000', '142422.648000', '142422.650000', '142422.653000', '142422.656000', '142422.658000', '142422.661000', '142422.664000', '142422.666000', '142422.669000', '142422.671000', '142422.674000', '142422.677000', '142422.680000', '142422.682000', '142422.685000', '142422.687000', '142422.690000', '142422.693000', '142422.695000', '142422.698000', '142422.700000', '142422.703000', '142422.706000', '142422.708000', '142422.711000', '142422.714000', '142422.716000', '142422.719000', '142422.721000', '142422.724000', '142422.727000', '142422.729000', '142442.619000', '142442.621000', '142442.625000', '142442.627000', '142442.630000', '142442.633000', '142442.635000', '142442.638000', '142442.641000', '142442.643000', '142442.646000', '142442.649000', '142442.651000', '142442.654000', '142442.656000', '142442.659000', '142442.662000', '142442.664000', '142442.667000', '142442.669000', '142442.672000', '142442.675000', '142442.677000', '142442.680000', '142442.683000', '142442.685000', '142442.688000', '142442.690000', '142442.693000', '142442.696000', '142442.699000', '142442.701000', '142442.704000', '142442.706000', '142442.709000', '142442.712000', '142442.714000', '142442.721000', '142442.724000', '142442.727000', '142442.729000', '142442.732000', '142442.735000', '142442.737000', '142502.618000', '142502.621000', '142502.624000', '142502.627000', '142502.629000', '142502.632000', '142502.635000', '142502.637000', '142502.640000', '142502.643000', '142502.645000', '142502.648000', '142502.650000', '142502.653000', '142502.656000', '142502.658000', '142502.661000', '142502.664000', '142502.666000', '142502.669000', '142502.671000', '142502.674000', '142502.677000', '142502.679000', '142502.682000', '142502.685000', '142502.687000', '142502.690000', '142502.693000', '142502.695000', '142502.698000', '142502.701000', '142502.703000', '142502.706000', '142502.709000', '142502.711000', '142502.714000', '142502.716000', '142502.719000', '142502.722000', '142502.725000', '142502.727000', '142502.730000', '142522.618000', '142522.621000', '142522.624000', '142522.627000', '142522.629000', '142522.632000', '142522.635000', '142522.637000', '142522.640000', '142522.643000', '142522.645000', '142522.648000', '142522.650000', '142522.653000', '142522.656000', '142522.658000', '142522.661000', '142522.664000', '142522.666000', '142522.669000', '142522.672000', '142522.674000', '142522.677000', '142522.679000', '142522.682000', '142522.685000', '142522.687000', '142522.690000', '142522.693000', '142522.695000', '142522.713000', '142522.716000', '142522.718000', '142522.721000', '142522.724000', '142522.726000', '142522.729000', '142522.732000', '142522.734000', '142522.737000', '142522.740000', '142522.742000', '142522.745000', '142522.748000', '142542.618000', '142542.621000', '142542.623000', '142542.626000', '142542.629000', '142542.631000', '142542.634000', '142542.636000', '142542.639000', '142542.642000', '142542.644000', '142542.647000', '142542.650000', '142542.652000', '142542.655000', '142542.658000', '142542.660000', '142542.663000', '142542.666000', '142542.668000', '142542.671000', '142542.674000', '142542.676000', '142542.679000', '142542.681000', '142542.684000', '142542.687000', '142542.689000', '142542.692000', '142542.695000', '142542.697000', '142542.700000', '142542.703000', '142542.706000', '142542.708000', '142542.711000', '142542.713000', '142542.716000', '142542.719000', '142542.721000', '142542.724000', '142542.727000', '142542.729000', '142602.618000', '142602.620000', '142602.623000', '142602.629000', '142602.632000', '142602.635000', '142602.637000', '142602.640000', '142602.643000', '142602.645000', '142602.648000', '142602.651000', '142602.653000', '142602.656000', '142602.659000', '142602.661000', '142602.664000', '142602.666000', '142602.669000', '142602.672000', '142602.674000', '142602.677000', '142602.679000', '142602.682000', '142602.685000', '142602.687000', '142602.690000', '142602.693000', '142602.695000', '142602.698000', '142602.700000', '142602.703000', '142602.706000', '142602.708000', '142602.711000', '142602.714000', '142602.716000', '142602.719000', '142602.721000', '142602.724000', '142602.727000', '142602.729000', '142602.732000', '142602.734000', '142622.618000', '142622.620000', '142622.623000', '142622.626000', '142622.629000', '142622.631000', '142622.634000', '142622.636000', '142622.639000', '142622.642000', '142622.645000', '142622.647000', '142622.650000', '142622.653000', '142622.655000', '142622.658000', '142622.660000', '142622.663000', '142622.666000', '142622.668000', '142622.671000', '142622.673000', '142622.676000', '142622.679000', '142622.681000', '142622.684000', '142622.687000', '142622.689000', '142622.692000', '142622.695000', '142622.697000', '142622.700000', '142622.702000', '142622.705000', '142622.708000', '142622.710000', '142622.713000', '142622.716000', '142622.718000', '142622.721000', '142622.724000', '142622.726000', '142622.729000', '142642.619000', '142642.621000', '142642.624000', '142642.627000', '142642.630000', '142642.632000', '142642.635000', '142642.638000', '142642.640000', '142642.643000', '142642.645000', '142642.648000', '142642.651000', '142642.653000', '142642.656000', '142642.659000', '142642.661000', '142642.664000', '142642.667000', '142642.669000', '142642.672000', '142642.675000', '142642.677000', '142642.680000', '142642.682000', '142642.685000', '142642.688000', '142642.690000', '142642.693000', '142642.696000', '142642.698000', '142642.701000', '142642.703000', '142642.706000', '142642.709000', '142642.712000', '142642.714000', '142642.717000', '142642.720000', '142642.722000', '142642.725000', '142642.728000', '142642.730000', '142642.733000', '142702.619000', '142702.622000', '142702.624000', '142702.627000', '142702.630000', '142702.632000', '142702.635000', '142702.637000', '142702.640000', '142702.643000', '142702.645000', '142702.648000', '142702.651000', '142702.653000', '142702.656000', '142702.659000', '142702.661000', '142702.664000', '142702.667000', '142702.669000', '142702.672000', '142702.675000', '142702.677000', '142702.680000', '142702.682000', '142702.685000', '142702.688000', '142702.690000', '142702.693000', '142702.696000', '142702.698000', '142702.701000', '142702.703000', '142702.706000', '142702.709000', '142702.711000', '142702.714000', '142702.717000', '142702.719000', '142702.722000', '142702.725000', '142702.727000', '142702.730000', '142722.618000', '142722.621000', '142722.624000', '142722.627000', '142722.629000', '142722.632000', '142722.635000', '142722.637000', '142722.640000', '142722.642000', '142722.645000', '142722.648000', '142722.650000', '142722.653000', '142722.656000', '142722.658000', '142722.661000', '142722.663000', '142722.669000', '142722.671000', '142722.674000', '142722.676000', '142722.679000', '142722.682000', '142722.685000', '142722.687000', '142722.690000', '142722.692000', '142722.695000', '142722.698000', '142722.700000', '142722.703000', '142722.705000', '142722.708000', '142722.711000', '142722.713000', '142722.716000', '142722.719000', '142722.721000', '142722.724000', '142722.726000', '142722.729000', '142722.732000', '142722.734000', '142742.618000', '142742.621000', '142742.623000', '142742.626000', '142742.629000', '142742.631000', '142742.634000', '142742.637000', '142742.639000', '142742.642000', '142742.645000', '142742.647000', '142742.650000', '142742.652000', '142742.655000', '142742.658000', '142742.660000', '142742.663000', '142742.665000', '142742.668000', '142742.671000', '142742.673000', '142742.676000', '142742.679000', '142742.681000', '142742.684000', '142742.686000', '142742.689000', '142742.692000', '142742.694000', '142742.697000', '142742.699000', '142742.702000', '142742.705000', '142742.707000', '142742.710000', '142742.713000', '142742.726000', '142742.728000', '142742.731000', '142742.734000', '142742.736000', '142742.739000', '142802.618000', '142802.621000', '142802.623000', '142802.626000', '142802.628000', '142802.631000', '142802.634000', '142802.636000', '142802.639000', '142802.642000', '142802.644000', '142802.649000', '142802.652000', '142802.654000', '142802.657000', '142802.660000', '142802.662000', '142802.665000', '142802.668000', '142802.670000', '142802.673000', '142802.676000', '142802.678000', '142802.681000', '142802.684000', '142802.686000', '142802.689000', '142802.691000', '142802.694000', '142802.697000', '142802.700000', '142802.703000', '142802.705000', '142802.708000', '142802.711000', '142802.713000', '142802.716000', '142802.719000', '142802.722000', '142802.724000', '142802.727000', '142802.729000', '142802.732000', '142802.735000', '142822.618000', '142822.621000', '142822.623000', '142822.626000', '142822.629000', '142822.632000', '142822.634000', '142822.637000', '142822.640000', '142822.642000', '142822.645000', '142822.648000', '142822.650000', '142822.653000', '142822.655000', '142822.658000', '142822.661000', '142822.664000', '142822.666000', '142822.669000', '142822.672000', '142822.674000', '142822.677000', '142822.680000', '142822.683000', '142822.685000', '142822.688000', '142822.690000', '142822.693000', '142822.696000', '142822.698000', '142822.701000', '142822.704000', '142822.706000', '142822.709000', '142822.712000', '142822.714000', '142822.717000', '142822.719000', '142822.722000', '142822.725000', '142822.727000', '142822.730000', '142842.618000', '142842.620000', '142842.623000', '142842.626000', '142842.628000', '142842.631000', '142842.634000', '142842.636000', '142842.639000', '142842.642000', '142842.645000', '142842.647000', '142842.650000', '142842.653000', '142842.655000', '142842.658000', '142842.661000', '142842.663000', '142842.666000', '142842.668000', '142842.671000', '142842.674000', '142842.676000', '142842.679000', '142842.682000', '142842.684000', '142842.687000', '142842.689000', '142842.692000', '142842.695000', '142842.697000', '142842.700000', '142842.703000', '142842.705000', '142842.708000', '142842.710000', '142842.713000', '142842.716000', '142842.718000', '142842.721000', '142842.724000', '142842.726000', '142842.729000', '142842.732000', '142902.619000', '142902.622000', '142902.624000', '142902.627000', '142902.629000', '142902.632000', '142902.635000', '142902.638000', '142902.640000', '142902.643000', '142902.646000', '142902.648000', '142902.651000', '142902.653000', '142902.656000', '142902.659000', '142902.661000', '142902.664000', '142902.667000', '142902.669000', '142902.672000', '142902.674000', '142902.677000', '142902.680000', '142902.682000', '142902.685000', '142902.688000', '142902.690000', '142902.693000', '142902.696000', '142902.698000', '142902.701000', '142902.703000', '142902.706000', '142902.709000', '142902.711000', '142902.714000', '142902.717000', '142902.719000', '142902.722000', '142902.725000', '142902.727000', '142902.730000', '142922.619000', '142922.622000', '142922.624000', '142922.627000', '142922.629000', '142922.632000', '142922.635000', '142922.638000', '142922.640000', '142922.643000', '142922.646000', '142922.648000', '142922.651000', '142922.653000', '142922.656000', '142922.659000', '142922.661000', '142922.664000', '142922.667000', '142922.669000', '142922.672000', '142922.674000', '142922.677000', '142922.680000', '142922.683000', '142922.686000', '142922.689000', '142922.692000', '142922.694000', '142922.697000', '142922.700000', '142922.702000', '142922.705000', '142922.708000', '142922.710000', '142922.713000', '142922.716000', '142922.718000', '142922.721000', '142922.724000', '142922.726000', '142922.729000', '142922.731000', '142924.027000', '142924.030000', '142924.033000', '142924.036000'], 'InstanceCreationTime': ['141522.648000', '141522.652000', '141522.655000', '141522.657000', '141522.660000', '141522.670000', '141522.673000', '141522.675000', '141522.679000', '141522.682000', '141522.684000', '141522.687000', '141522.690000', '141522.692000', '141522.695000', '141522.697000', '141522.700000', '141522.703000', '141522.705000', '141522.708000', '141522.710000', '141522.713000', '141522.716000', '141522.723000', '141522.726000', '141522.729000', '141522.732000', '141522.744000', '141522.752000', '141542.618000', '141542.621000', '141542.624000', '141542.626000', '141542.629000', '141542.631000', '141542.634000', '141542.636000', '141542.639000', '141542.642000', '141542.644000', '141542.647000', '141542.650000', '141542.652000', '141542.655000', '141542.657000', '141542.660000', '141542.662000', '141542.665000', '141542.668000', '141542.670000', '141542.673000', '141542.675000', '141542.678000', '141542.685000', '141542.687000', '141542.690000', '141542.692000', '141542.695000', '141542.698000', '141542.700000', '141542.703000', '141542.705000', '141542.708000', '141542.710000', '141542.713000', '141542.715000', '141542.718000', '141542.721000', '141542.723000', '141542.726000', '141542.728000', '141542.731000', '141542.733000', '141602.618000', '141602.621000', '141602.623000', '141602.626000', '141602.628000', '141602.631000', '141602.634000', '141602.637000', '141602.639000', '141602.642000', '141602.645000', '141602.647000', '141602.650000', '141602.652000', '141602.655000', '141602.657000', '141602.660000', '141602.663000', '141602.665000', '141602.668000', '141602.670000', '141602.673000', '141602.676000', '141602.678000', '141602.692000', '141602.695000', '141602.697000', '141602.700000', '141602.702000', '141602.705000', '141602.708000', '141602.710000', '141602.713000', '141602.715000', '141602.718000', '141602.720000', '141602.723000', '141602.726000', '141602.728000', '141602.731000', '141602.733000', '141602.736000', '141602.739000', '141622.617000', '141622.620000', '141622.623000', '141622.625000', '141622.628000', '141622.631000', '141622.633000', '141622.636000', '141622.638000', '141622.641000', '141622.643000', '141622.646000', '141622.649000', '141622.651000', '141622.654000', '141622.656000', '141622.659000', '141622.662000', '141622.664000', '141622.667000', '141622.669000', '141622.672000', '141622.675000', '141622.677000', '141622.680000', '141622.682000', '141622.685000', '141622.688000', '141622.690000', '141622.693000', '141622.695000', '141622.698000', '141622.700000', '141622.703000', '141622.706000', '141622.708000', '141622.711000', '141622.714000', '141622.716000', '141622.719000', '141622.721000', '141622.724000', '141622.727000', '141622.729000', '141642.617000', '141642.620000', '141642.623000', '141642.626000', '141642.628000', '141642.631000', '141642.634000', '141642.636000', '141642.639000', '141642.642000', '141642.644000', '141642.647000', '141642.650000', '141642.652000', '141642.655000', '141642.658000', '141642.660000', '141642.663000', '141642.666000', '141642.668000', '141642.671000', '141642.673000', '141642.676000', '141642.679000', '141642.681000', '141642.684000', '141642.687000', '141642.689000', '141642.692000', '141642.695000', '141642.697000', '141642.700000', '141642.702000', '141642.705000', '141642.708000', '141642.710000', '141642.713000', '141642.716000', '141642.719000', '141642.723000', '141642.726000', '141642.729000', '141642.731000', '141702.618000', '141702.620000', '141702.623000', '141702.626000', '141702.628000', '141702.631000', '141702.634000', '141702.636000', '141702.639000', '141702.641000', '141702.644000', '141702.647000', '141702.649000', '141702.652000', '141702.655000', '141702.657000', '141702.660000', '141702.663000', '141702.665000', '141702.668000', '141702.670000', '141702.673000', '141702.676000', '141702.692000', '141702.695000', '141702.697000', '141702.700000', '141702.702000', '141702.705000', '141702.708000', '141702.711000', '141702.713000', '141702.716000', '141702.718000', '141702.721000', '141702.724000', '141702.726000', '141702.729000', '141702.732000', '141702.734000', '141702.737000', '141702.740000', '141702.742000', '141702.745000', '141722.618000', '141722.621000', '141722.624000', '141722.626000', '141722.629000', '141722.632000', '141722.634000', '141722.637000', '141722.639000', '141722.642000', '141722.645000', '141722.647000', '141722.650000', '141722.652000', '141722.655000', '141722.658000', '141722.660000', '141722.663000', '141722.665000', '141722.668000', '141722.670000', '141722.673000', '141722.676000', '141722.678000', '141722.681000', '141722.683000', '141722.686000', '141722.689000', '141722.691000', '141722.694000', '141722.697000', '141722.699000', '141722.702000', '141722.705000', '141722.707000', '141722.710000', '141722.712000', '141722.715000', '141722.718000', '141722.720000', '141722.723000', '141722.726000', '141722.728000', '141742.619000', '141742.622000', '141742.624000', '141742.627000', '141742.630000', '141742.632000', '141742.635000', '141742.637000', '141742.640000', '141742.643000', '141742.645000', '141742.648000', '141742.650000', '141742.653000', '141742.656000', '141742.659000', '141742.661000', '141742.664000', '141742.667000', '141742.669000', '141742.672000', '141742.675000', '141742.677000', '141742.680000', '141742.682000', '141742.685000', '141742.688000', '141742.690000', '141742.693000', '141742.695000', '141742.698000', '141742.701000', '141742.703000', '141742.706000', '141742.709000', '141742.711000', '141742.714000', '141742.716000', '141742.719000', '141742.722000', '141742.724000', '141742.727000', '141742.729000', '141742.732000', '141802.618000', '141802.621000', '141802.624000', '141802.627000', '141802.629000', '141802.632000', '141802.634000', '141802.637000', '141802.640000', '141802.642000', '141802.645000', '141802.648000', '141802.650000', '141802.653000', '141802.655000', '141802.658000', '141802.661000', '141802.663000', '141802.666000', '141802.669000', '141802.671000', '141802.674000', '141802.677000', '141802.679000', '141802.682000', '141802.684000', '141802.687000', '141802.690000', '141802.692000', '141802.695000', '141802.698000', '141802.700000', '141802.703000', '141802.705000', '141802.708000', '141802.711000', '141802.713000', '141802.716000', '141802.719000', '141802.721000', '141802.724000', '141802.726000', '141802.729000', '141822.618000', '141822.620000', '141822.623000', '141822.626000', '141822.629000', '141822.631000', '141822.634000', '141822.636000', '141822.639000', '141822.642000', '141822.644000', '141822.647000', '141822.650000', '141822.652000', '141822.655000', '141822.657000', '141822.660000', '141822.663000', '141822.665000', '141822.668000', '141822.670000', '141822.673000', '141822.676000', '141822.678000', '141822.681000', '141822.684000', '141822.686000', '141822.689000', '141822.691000', '141822.694000', '141822.696000', '141822.699000', '141822.702000', '141822.704000', '141822.707000', '141822.710000', '141822.712000', '141822.715000', '141822.718000', '141822.720000', '141822.723000', '141822.726000', '141822.728000', '141822.731000', '141842.617000', '141842.620000', '141842.623000', '141842.625000', '141842.628000', '141842.631000', '141842.633000', '141842.636000', '141842.638000', '141842.641000', '141842.644000', '141842.646000', '141842.649000', '141842.651000', '141842.654000', '141842.657000', '141842.659000', '141842.662000', '141842.692000', '141842.695000', '141842.697000', '141842.700000', '141842.703000', '141842.705000', '141842.708000', '141842.711000', '141842.713000', '141842.716000', '141842.718000', '141842.721000', '141842.724000', '141842.726000', '141842.729000', '141842.732000', '141842.734000', '141842.737000', '141842.739000', '141842.742000', '141842.745000', '141842.747000', '141842.750000', '141842.753000', '141842.755000', '141902.617000', '141902.620000', '141902.623000', '141902.626000', '141902.628000', '141902.631000', '141902.633000', '141902.636000', '141902.639000', '141902.641000', '141902.644000', '141902.646000', '141902.649000', '141902.651000', '141902.654000', '141902.657000', '141902.660000', '141902.662000', '141902.665000', '141902.668000', '141902.671000', '141902.673000', '141902.676000', '141902.678000', '141902.681000', '141902.684000', '141902.686000', '141902.689000', '141902.691000', '141902.694000', '141902.697000', '141902.699000', '141902.702000', '141902.704000', '141902.707000', '141902.710000', '141902.712000', '141902.715000', '141902.718000', '141902.720000', '141902.723000', '141902.725000', '141902.728000', '141902.731000', '141922.617000', '141922.620000', '141922.623000', '141922.626000', '141922.629000', '141922.631000', '141922.634000', '141922.636000', '141922.639000', '141922.642000', '141922.644000', '141922.647000', '141922.649000', '141922.652000', '141922.655000', '141922.657000', '141922.660000', '141922.663000', '141922.665000', '141922.668000', '141922.671000', '141922.673000', '141922.676000', '141922.678000', '141922.681000', '141922.684000', '141922.686000', '141922.689000', '141922.691000', '141922.694000', '141922.697000', '141922.699000', '141922.702000', '141922.705000', '141922.707000', '141922.710000', '141922.712000', '141922.715000', '141922.718000', '141922.720000', '141922.723000', '141922.726000', '141922.728000', '141942.618000', '141942.621000', '141942.624000', '141942.627000', '141942.629000', '141942.632000', '141942.634000', '141942.637000', '141942.640000', '141942.642000', '141942.645000', '141942.648000', '141942.650000', '141942.653000', '141942.655000', '141942.658000', '141942.671000', '141942.673000', '141942.676000', '141942.679000', '141942.681000', '141942.684000', '141942.687000', '141942.689000', '141942.692000', '141942.695000', '141942.697000', '141942.700000', '141942.703000', '141942.705000', '141942.708000', '141942.711000', '141942.713000', '141942.716000', '141942.719000', '141942.721000', '141942.724000', '141942.726000', '141942.729000', '141942.732000', '141942.734000', '141942.737000', '141942.739000', '141942.742000', '142002.619000', '142002.621000', '142002.624000', '142002.627000', '142002.629000', '142002.632000', '142002.634000', '142002.637000', '142002.640000', '142002.642000', '142002.645000', '142002.647000', '142002.650000', '142002.653000', '142002.655000', '142002.658000', '142002.660000', '142002.663000', '142002.666000', '142002.668000', '142002.671000', '142002.674000', '142002.676000', '142002.679000', '142002.682000', '142002.684000', '142002.687000', '142002.689000', '142002.692000', '142002.695000', '142002.697000', '142002.700000', '142002.702000', '142002.705000', '142002.708000', '142002.710000', '142002.713000', '142002.716000', '142002.718000', '142002.721000', '142002.723000', '142002.726000', '142002.729000', '142022.619000', '142022.622000', '142022.624000', '142022.627000', '142022.629000', '142022.632000', '142022.635000', '142022.637000', '142022.640000', '142022.642000', '142022.645000', '142022.649000', '142022.651000', '142022.654000', '142022.657000', '142022.660000', '142022.662000', '142022.665000', '142022.668000', '142022.670000', '142022.673000', '142022.676000', '142022.678000', '142022.681000', '142022.684000', '142022.686000', '142022.689000', '142022.692000', '142022.694000', '142022.697000', '142022.700000', '142022.702000', '142022.705000', '142022.708000', '142022.711000', '142022.713000', '142022.716000', '142022.719000', '142022.721000', '142022.724000', '142022.727000', '142022.729000', '142022.732000', '142022.735000', '142042.617000', '142042.620000', '142042.623000', '142042.626000', '142042.628000', '142042.631000', '142042.634000', '142042.636000', '142042.639000', '142042.642000', '142042.644000', '142042.647000', '142042.649000', '142042.654000', '142042.657000', '142042.659000', '142042.662000', '142042.665000', '142042.667000', '142042.670000', '142042.673000', '142042.675000', '142042.678000', '142042.680000', '142042.683000', '142042.686000', '142042.688000', '142042.691000', '142042.694000', '142042.696000', '142042.699000', '142042.701000', '142042.704000', '142042.707000', '142042.709000', '142042.712000', '142042.714000', '142042.717000', '142042.720000', '142042.722000', '142042.725000', '142042.728000', '142042.730000', '142102.618000', '142102.621000', '142102.623000', '142102.626000', '142102.629000', '142102.632000', '142102.634000', '142102.637000', '142102.639000', '142102.642000', '142102.645000', '142102.647000', '142102.650000', '142102.653000', '142102.655000', '142102.658000', '142102.660000', '142102.663000', '142102.666000', '142102.668000', '142102.671000', '142102.674000', '142102.676000', '142102.679000', '142102.681000', '142102.684000', '142102.687000', '142102.689000', '142102.692000', '142102.694000', '142102.697000', '142102.700000', '142102.702000', '142102.705000', '142102.707000', '142102.710000', '142102.713000', '142102.715000', '142102.718000', '142102.720000', '142102.723000', '142102.726000', '142102.728000', '142122.618000', '142122.621000', '142122.623000', '142122.626000', '142122.628000', '142122.631000', '142122.634000', '142122.636000', '142122.639000', '142122.641000', '142122.644000', '142122.646000', '142122.649000', '142122.652000', '142122.654000', '142122.657000', '142122.660000', '142122.662000', '142122.665000', '142122.668000', '142122.670000', '142122.673000', '142122.675000', '142122.678000', '142122.681000', '142122.683000', '142122.686000', '142122.689000', '142122.691000', '142122.694000', '142122.697000', '142122.699000', '142122.702000', '142122.704000', '142122.707000', '142122.710000', '142122.712000', '142122.715000', '142122.718000', '142122.720000', '142122.723000', '142122.726000', '142122.728000', '142122.731000', '142142.618000', '142142.621000', '142142.623000', '142142.626000', '142142.629000', '142142.631000', '142142.634000', '142142.636000', '142142.639000', '142142.642000', '142142.644000', '142142.647000', '142142.650000', '142142.652000', '142142.655000', '142142.658000', '142142.660000', '142142.663000', '142142.666000', '142142.668000', '142142.671000', '142142.674000', '142142.676000', '142142.679000', '142142.681000', '142142.684000', '142142.687000', '142142.691000', '142142.693000', '142142.696000', '142142.699000', '142142.701000', '142142.704000', '142142.706000', '142142.709000', '142142.711000', '142142.714000', '142142.717000', '142142.719000', '142142.722000', '142142.724000', '142142.727000', '142142.730000', '142202.619000', '142202.621000', '142202.624000', '142202.627000', '142202.629000', '142202.632000', '142202.634000', '142202.637000', '142202.640000', '142202.642000', '142202.645000', '142202.648000', '142202.650000', '142202.653000', '142202.656000', '142202.658000', '142202.661000', '142202.663000', '142202.666000', '142202.669000', '142202.671000', '142202.674000', '142202.677000', '142202.679000', '142202.682000', '142202.685000', '142202.687000', '142202.690000', '142202.693000', '142202.695000', '142202.698000', '142202.701000', '142202.703000', '142202.706000', '142202.708000', '142202.711000', '142202.714000', '142202.716000', '142202.719000', '142202.722000', '142202.724000', '142202.727000', '142202.730000', '142202.732000', '142222.619000', '142222.621000', '142222.624000', '142222.627000', '142222.629000', '142222.632000', '142222.635000', '142222.637000', '142222.640000', '142222.642000', '142222.645000', '142222.648000', '142222.650000', '142222.653000', '142222.655000', '142222.658000', '142222.661000', '142222.663000', '142222.666000', '142222.669000', '142222.671000', '142222.674000', '142222.679000', '142222.681000', '142222.684000', '142222.686000', '142222.689000', '142222.692000', '142222.694000', '142222.697000', '142222.700000', '142222.702000', '142222.705000', '142222.708000', '142222.710000', '142222.713000', '142222.715000', '142222.718000', '142222.721000', '142222.723000', '142222.726000', '142222.729000', '142222.731000', '142242.619000', '142242.622000', '142242.624000', '142242.627000', '142242.629000', '142242.632000', '142242.635000', '142242.638000', '142242.640000', '142242.643000', '142242.646000', '142242.648000', '142242.651000', '142242.653000', '142242.656000', '142242.659000', '142242.661000', '142242.664000', '142242.667000', '142242.669000', '142242.672000', '142242.675000', '142242.677000', '142242.680000', '142242.683000', '142242.685000', '142242.688000', '142242.690000', '142242.693000', '142242.701000', '142242.704000', '142242.706000', '142242.709000', '142242.712000', '142242.714000', '142242.717000', '142242.720000', '142242.723000', '142242.725000', '142242.728000', '142242.730000', '142242.733000', '142242.736000', '142242.738000', '142302.618000', '142302.621000', '142302.623000', '142302.626000', '142302.629000', '142302.631000', '142302.634000', '142302.653000', '142302.656000', '142302.658000', '142302.661000', '142302.663000', '142302.666000', '142302.669000', '142302.672000', '142302.675000', '142302.677000', '142302.680000', '142302.683000', '142302.685000', '142302.688000', '142302.691000', '142302.693000', '142302.696000', '142302.699000', '142302.701000', '142302.704000', '142302.706000', '142302.709000', '142302.712000', '142302.714000', '142302.717000', '142302.720000', '142302.722000', '142302.725000', '142302.730000', '142302.733000', '142302.735000', '142302.738000', '142302.741000', '142302.743000', '142302.746000', '142302.749000', '142322.618000', '142322.620000', '142322.623000', '142322.626000', '142322.629000', '142322.631000', '142322.634000', '142322.636000', '142322.639000', '142322.642000', '142322.644000', '142322.647000', '142322.649000', '142322.652000', '142322.655000', '142322.657000', '142322.660000', '142322.663000', '142322.665000', '142322.668000', '142322.670000', '142322.673000', '142322.676000', '142322.678000', '142322.681000', '142322.684000', '142322.686000', '142322.689000', '142322.691000', '142322.694000', '142322.697000', '142322.699000', '142322.702000', '142322.705000', '142322.707000', '142322.710000', '142322.713000', '142322.715000', '142322.718000', '142322.720000', '142322.723000', '142322.726000', '142322.729000', '142322.731000', '142342.618000', '142342.620000', '142342.623000', '142342.626000', '142342.628000', '142342.631000', '142342.633000', '142342.636000', '142342.639000', '142342.641000', '142342.644000', '142342.646000', '142342.649000', '142342.652000', '142342.654000', '142342.657000', '142342.659000', '142342.662000', '142342.665000', '142342.668000', '142342.670000', '142342.673000', '142342.676000', '142342.679000', '142342.682000', '142342.684000', '142342.687000', '142342.690000', '142342.692000', '142342.695000', '142342.697000', '142342.700000', '142342.703000', '142342.705000', '142342.708000', '142342.711000', '142342.713000', '142342.716000', '142342.718000', '142342.721000', '142342.724000', '142342.726000', '142342.729000', '142402.618000', '142402.621000', '142402.623000', '142402.626000', '142402.628000', '142402.631000', '142402.634000', '142402.637000', '142402.639000', '142402.642000', '142402.644000', '142402.647000', '142402.650000', '142402.652000', '142402.655000', '142402.658000', '142402.660000', '142402.663000', '142402.665000', '142402.668000', '142402.671000', '142402.673000', '142402.676000', '142402.679000', '142402.681000', '142402.684000', '142402.686000', '142402.689000', '142402.692000', '142402.695000', '142402.697000', '142402.700000', '142402.702000', '142402.705000', '142402.708000', '142402.710000', '142402.713000', '142402.716000', '142402.718000', '142402.721000', '142402.724000', '142402.726000', '142402.729000', '142402.732000', '142422.619000', '142422.621000', '142422.624000', '142422.627000', '142422.629000', '142422.632000', '142422.635000', '142422.637000', '142422.640000', '142422.642000', '142422.645000', '142422.648000', '142422.650000', '142422.653000', '142422.656000', '142422.658000', '142422.661000', '142422.664000', '142422.666000', '142422.669000', '142422.671000', '142422.674000', '142422.677000', '142422.680000', '142422.682000', '142422.685000', '142422.687000', '142422.690000', '142422.693000', '142422.695000', '142422.698000', '142422.700000', '142422.703000', '142422.706000', '142422.708000', '142422.711000', '142422.714000', '142422.716000', '142422.719000', '142422.721000', '142422.724000', '142422.727000', '142422.729000', '142442.619000', '142442.621000', '142442.625000', '142442.627000', '142442.630000', '142442.633000', '142442.635000', '142442.638000', '142442.641000', '142442.643000', '142442.646000', '142442.649000', '142442.651000', '142442.654000', '142442.656000', '142442.659000', '142442.662000', '142442.664000', '142442.667000', '142442.669000', '142442.672000', '142442.675000', '142442.677000', '142442.680000', '142442.683000', '142442.685000', '142442.688000', '142442.690000', '142442.693000', '142442.696000', '142442.699000', '142442.701000', '142442.704000', '142442.706000', '142442.709000', '142442.712000', '142442.714000', '142442.721000', '142442.724000', '142442.727000', '142442.729000', '142442.732000', '142442.735000', '142442.737000', '142502.618000', '142502.621000', '142502.624000', '142502.627000', '142502.629000', '142502.632000', '142502.635000', '142502.637000', '142502.640000', '142502.643000', '142502.645000', '142502.648000', '142502.650000', '142502.653000', '142502.656000', '142502.658000', '142502.661000', '142502.664000', '142502.666000', '142502.669000', '142502.671000', '142502.674000', '142502.677000', '142502.679000', '142502.682000', '142502.685000', '142502.687000', '142502.690000', '142502.693000', '142502.695000', '142502.698000', '142502.701000', '142502.703000', '142502.706000', '142502.709000', '142502.711000', '142502.714000', '142502.716000', '142502.719000', '142502.722000', '142502.725000', '142502.727000', '142502.730000', '142522.618000', '142522.621000', '142522.624000', '142522.627000', '142522.629000', '142522.632000', '142522.635000', '142522.637000', '142522.640000', '142522.643000', '142522.645000', '142522.648000', '142522.650000', '142522.653000', '142522.656000', '142522.658000', '142522.661000', '142522.664000', '142522.666000', '142522.669000', '142522.672000', '142522.674000', '142522.677000', '142522.679000', '142522.682000', '142522.685000', '142522.687000', '142522.690000', '142522.693000', '142522.695000', '142522.713000', '142522.716000', '142522.718000', '142522.721000', '142522.724000', '142522.726000', '142522.729000', '142522.732000', '142522.734000', '142522.737000', '142522.740000', '142522.742000', '142522.745000', '142522.748000', '142542.618000', '142542.621000', '142542.623000', '142542.626000', '142542.629000', '142542.631000', '142542.634000', '142542.636000', '142542.639000', '142542.642000', '142542.644000', '142542.647000', '142542.650000', '142542.652000', '142542.655000', '142542.658000', '142542.660000', '142542.663000', '142542.666000', '142542.668000', '142542.671000', '142542.674000', '142542.676000', '142542.679000', '142542.681000', '142542.684000', '142542.687000', '142542.689000', '142542.692000', '142542.695000', '142542.697000', '142542.700000', '142542.703000', '142542.706000', '142542.708000', '142542.711000', '142542.713000', '142542.716000', '142542.719000', '142542.721000', '142542.724000', '142542.727000', '142542.729000', '142602.618000', '142602.620000', '142602.623000', '142602.629000', '142602.632000', '142602.635000', '142602.637000', '142602.640000', '142602.643000', '142602.645000', '142602.648000', '142602.651000', '142602.653000', '142602.656000', '142602.659000', '142602.661000', '142602.664000', '142602.666000', '142602.669000', '142602.672000', '142602.674000', '142602.677000', '142602.679000', '142602.682000', '142602.685000', '142602.687000', '142602.690000', '142602.693000', '142602.695000', '142602.698000', '142602.700000', '142602.703000', '142602.706000', '142602.708000', '142602.711000', '142602.714000', '142602.716000', '142602.719000', '142602.721000', '142602.724000', '142602.727000', '142602.729000', '142602.732000', '142602.734000', '142622.618000', '142622.620000', '142622.623000', '142622.626000', '142622.629000', '142622.631000', '142622.634000', '142622.636000', '142622.639000', '142622.642000', '142622.645000', '142622.647000', '142622.650000', '142622.653000', '142622.655000', '142622.658000', '142622.660000', '142622.663000', '142622.666000', '142622.668000', '142622.671000', '142622.673000', '142622.676000', '142622.679000', '142622.681000', '142622.684000', '142622.687000', '142622.689000', '142622.692000', '142622.695000', '142622.697000', '142622.700000', '142622.702000', '142622.705000', '142622.708000', '142622.710000', '142622.713000', '142622.716000', '142622.718000', '142622.721000', '142622.724000', '142622.726000', '142622.729000', '142642.619000', '142642.621000', '142642.624000', '142642.627000', '142642.630000', '142642.632000', '142642.635000', '142642.638000', '142642.640000', '142642.643000', '142642.645000', '142642.648000', '142642.651000', '142642.653000', '142642.656000', '142642.659000', '142642.661000', '142642.664000', '142642.667000', '142642.669000', '142642.672000', '142642.675000', '142642.677000', '142642.680000', '142642.682000', '142642.685000', '142642.688000', '142642.690000', '142642.693000', '142642.696000', '142642.698000', '142642.701000', '142642.703000', '142642.706000', '142642.709000', '142642.712000', '142642.714000', '142642.717000', '142642.720000', '142642.722000', '142642.725000', '142642.728000', '142642.730000', '142642.733000', '142702.619000', '142702.622000', '142702.624000', '142702.627000', '142702.630000', '142702.632000', '142702.635000', '142702.637000', '142702.640000', '142702.643000', '142702.645000', '142702.648000', '142702.651000', '142702.653000', '142702.656000', '142702.659000', '142702.661000', '142702.664000', '142702.667000', '142702.669000', '142702.672000', '142702.675000', '142702.677000', '142702.680000', '142702.682000', '142702.685000', '142702.688000', '142702.690000', '142702.693000', '142702.696000', '142702.698000', '142702.701000', '142702.703000', '142702.706000', '142702.709000', '142702.711000', '142702.714000', '142702.717000', '142702.719000', '142702.722000', '142702.725000', '142702.727000', '142702.730000', '142722.618000', '142722.621000', '142722.624000', '142722.627000', '142722.629000', '142722.632000', '142722.635000', '142722.637000', '142722.640000', '142722.642000', '142722.645000', '142722.648000', '142722.650000', '142722.653000', '142722.656000', '142722.658000', '142722.661000', '142722.663000', '142722.669000', '142722.671000', '142722.674000', '142722.676000', '142722.679000', '142722.682000', '142722.685000', '142722.687000', '142722.690000', '142722.692000', '142722.695000', '142722.698000', '142722.700000', '142722.703000', '142722.705000', '142722.708000', '142722.711000', '142722.713000', '142722.716000', '142722.719000', '142722.721000', '142722.724000', '142722.726000', '142722.729000', '142722.732000', '142722.734000', '142742.618000', '142742.621000', '142742.623000', '142742.626000', '142742.629000', '142742.631000', '142742.634000', '142742.637000', '142742.639000', '142742.642000', '142742.645000', '142742.647000', '142742.650000', '142742.652000', '142742.655000', '142742.658000', '142742.660000', '142742.663000', '142742.665000', '142742.668000', '142742.671000', '142742.673000', '142742.676000', '142742.679000', '142742.681000', '142742.684000', '142742.686000', '142742.689000', '142742.692000', '142742.694000', '142742.697000', '142742.699000', '142742.702000', '142742.705000', '142742.707000', '142742.710000', '142742.713000', '142742.726000', '142742.728000', '142742.731000', '142742.734000', '142742.736000', '142742.739000', '142802.618000', '142802.621000', '142802.623000', '142802.626000', '142802.628000', '142802.631000', '142802.634000', '142802.636000', '142802.639000', '142802.642000', '142802.644000', '142802.649000', '142802.652000', '142802.654000', '142802.657000', '142802.660000', '142802.662000', '142802.665000', '142802.668000', '142802.670000', '142802.673000', '142802.676000', '142802.678000', '142802.681000', '142802.684000', '142802.686000', '142802.689000', '142802.691000', '142802.694000', '142802.697000', '142802.700000', '142802.703000', '142802.705000', '142802.708000', '142802.711000', '142802.713000', '142802.716000', '142802.719000', '142802.722000', '142802.724000', '142802.727000', '142802.729000', '142802.732000', '142802.735000', '142822.618000', '142822.621000', '142822.623000', '142822.626000', '142822.629000', '142822.632000', '142822.634000', '142822.637000', '142822.640000', '142822.642000', '142822.645000', '142822.648000', '142822.650000', '142822.653000', '142822.655000', '142822.658000', '142822.661000', '142822.664000', '142822.666000', '142822.669000', '142822.672000', '142822.674000', '142822.677000', '142822.680000', '142822.683000', '142822.685000', '142822.688000', '142822.690000', '142822.693000', '142822.696000', '142822.698000', '142822.701000', '142822.704000', '142822.706000', '142822.709000', '142822.712000', '142822.714000', '142822.717000', '142822.719000', '142822.722000', '142822.725000', '142822.727000', '142822.730000', '142842.618000', '142842.620000', '142842.623000', '142842.626000', '142842.628000', '142842.631000', '142842.634000', '142842.636000', '142842.639000', '142842.642000', '142842.645000', '142842.647000', '142842.650000', '142842.653000', '142842.655000', '142842.658000', '142842.661000', '142842.663000', '142842.666000', '142842.668000', '142842.671000', '142842.674000', '142842.676000', '142842.679000', '142842.682000', '142842.684000', '142842.687000', '142842.689000', '142842.692000', '142842.695000', '142842.697000', '142842.700000', '142842.703000', '142842.705000', '142842.708000', '142842.710000', '142842.713000', '142842.716000', '142842.718000', '142842.721000', '142842.724000', '142842.726000', '142842.729000', '142842.732000', '142902.619000', '142902.622000', '142902.624000', '142902.627000', '142902.629000', '142902.632000', '142902.635000', '142902.638000', '142902.640000', '142902.643000', '142902.646000', '142902.648000', '142902.651000', '142902.653000', '142902.656000', '142902.659000', '142902.661000', '142902.664000', '142902.667000', '142902.669000', '142902.672000', '142902.674000', '142902.677000', '142902.680000', '142902.682000', '142902.685000', '142902.688000', '142902.690000', '142902.693000', '142902.696000', '142902.698000', '142902.701000', '142902.703000', '142902.706000', '142902.709000', '142902.711000', '142902.714000', '142902.717000', '142902.719000', '142902.722000', '142902.725000', '142902.727000', '142902.730000', '142922.619000', '142922.622000', '142922.624000', '142922.627000', '142922.629000', '142922.632000', '142922.635000', '142922.638000', '142922.640000', '142922.643000', '142922.646000', '142922.648000', '142922.651000', '142922.653000', '142922.656000', '142922.659000', '142922.661000', '142922.664000', '142922.667000', '142922.669000', '142922.672000', '142922.674000', '142922.677000', '142922.680000', '142922.683000', '142922.686000', '142922.689000', '142922.692000', '142922.694000', '142922.697000', '142922.700000', '142922.702000', '142922.705000', '142922.708000', '142922.710000', '142922.713000', '142922.716000', '142922.718000', '142922.721000', '142922.724000', '142922.726000', '142922.729000', '142922.731000', '142924.027000', '142924.030000', '142924.033000', '142924.036000'], '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': [13220, 18122, 17705, 11922, 17152, 14090, 10751, 14270, 12175, 9583, 11775, 10135, 12252, 10148, 8872, 11461, 10260, 12814, 9847, 8693, 10234, 9091, 12111, 9699, 12336, 8964, 8915, 9458, 9147, 11441, 9024, 13209, 8653, 15004, 10418, 15529, 11353, 10476, 10974, 10100, 12259, 10382, 12990, 9040, 11361, 9921, 13212, 10268, 14255, 9059, 12540, 9374, 15178, 9895, 14983, 8834, 15207, 9052, 15047, 9964, 14755, 8880, 14161, 8866, 13854, 9449, 14337, 9188, 13789, 8875, 13413, 9198, 14850, 8991, 15179, 9210, 15139, 9458, 15292, 9139, 16156, 8825, 16282, 10238, 17357, 11405, 15479, 10227, 15968, 11441, 17501, 12195, 16293, 9756, 16694, 8842, 16179, 9942, 15943, 9414, 14919, 9030, 12602, 9168, 13391, 9170, 12783, 8962, 11570, 9283, 12755, 9065, 13029, 9952, 11890, 14551, 11188, 16945, 10361, 17272, 8999, 15201, 9497, 12824, 8991, 12556, 9208, 11939, 9675, 11685, 9667, 10099, 15926, 9492, 17359, 10879, 14910, 8774, 16102, 8775, 16280, 9572, 14138, 9016, 12501, 9207, 12913, 10355, 11909, 10030, 10327, 15721, 10055, 17075, 10196, 16736, 8734, 14409, 9469, 13689, 8902, 14655, 9128, 13133, 9182, 13319, 9237, 11791, 8646, 12071, 8787, 13325, 8888, 11359, 8908, 12264, 9360, 13553, 9103, 14717, 10235, 13273, 9814, 13839, 9901, 12541, 15640, 11590, 18130, 12206, 16195, 9670, 16592, 9383, 16354, 10649, 14806, 9278, 14413, 8963, 12533, 10074, 11597, 11434, 9847, 17093, 9622, 16881, 10301, 14717, 8871, 13444, 9246, 14297, 8772, 16021, 8978, 16008, 9590, 14617, 9527, 14748, 11216, 12750, 18137, 12981, 17221, 9429, 15437, 10438, 13121, 10117, 12239, 8817, 10238, 8653, 9909, 12935, 11162, 9679, 9462, 11030, 11251, 16289, 12210, 17318, 10288, 16686, 10362, 16260, 9690, 14707, 9432, 11962, 8744, 11096, 12983, 10981, 11880, 9371, 14970, 9143, 15963, 9909, 15292, 8631, 13068, 9404, 12696, 9269, 12387, 8874, 10397, 9233, 12493, 8977, 13425, 9193, 13603, 8990, 15654, 10414, 15246, 8880, 16138, 9108, 15646, 10244, 14441, 9068, 12797, 8959, 11865, 9158, 12242, 9237, 13278, 8791, 13087, 9048, 14279, 9696, 14624, 10991, 12540, 11036, 11495, 16399, 12621, 17394, 10122, 15772, 9794, 13932, 9439, 12936, 8830, 11168, 8986, 11820, 9168, 12056, 8856, 11125, 8992, 12358, 9199, 12974, 9356, 12526, 9660, 11611, 15231, 12927, 15028, 11140, 14917, 10504, 15308, 11623, 15288, 11300, 10101, 9430, 8648, 11581, 9107, 13254, 9266, 11675, 9320, 11830, 13604, 10822, 9520, 10145, 8811, 11759, 13007, 12316, 9023, 11763, 9432, 12869, 10277, 11930, 8642, 9254, 8820, 10683, 8960, 10844, 10546, 9345, 10136, 9384, 15525, 11779, 10133, 12152, 10036, 18389, 13155, 10758, 17189, 13308, 16125, 11859, 9226, 14019, 10639, 18235, 12697, 16190, 11236, 11692, 12369, 9935, 14901, 9074, 13448, 9158, 16919, 11048, 14363, 9369, 8911, 9119, 8871, 13407, 9113, 15537, 9162, 17653, 12132, 13871, 11147, 8829, 11733, 11254, 14744, 9225, 13590, 9121, 13699, 9768, 16389, 9024, 14415, 8991, 15901, 10010, 16506, 9046, 16251, 9624, 17085, 10770, 17304, 10420, 16595, 9098, 16401, 10066, 17031, 10390, 16329, 9637, 16982, 10843, 18016, 12098, 16017, 9812, 15882, 9879, 16566, 12728, 13377, 9525, 14944, 10743, 16454, 13308, 13952, 9494, 15808, 10607, 17064, 13341, 14341, 9860, 16078, 11322, 17104, 13299, 15802, 10348, 15870, 10064, 17280, 12253, 14788, 9747, 15118, 9913, 16650, 11787, 11416, 9949, 11063, 10013, 15689, 12766, 12341, 10959, 14047, 11240, 16312, 12521, 16193, 12105, 15597, 10531, 16578, 11047, 16638, 11796, 13904, 9412, 14740, 10090, 14154, 11644, 8571, 10096, 8726, 12262, 9800, 13953, 8658, 11966, 9111, 12467, 10183, 13045, 8738, 11569, 8882, 12239, 9135, 13277, 8875, 11793, 8844, 11286, 10516, 12051, 8772, 11741, 8559, 10867, 10214, 11933, 10095, 12315, 8589, 10672, 8640, 11138, 9943, 13228, 8955, 12489, 8856, 13789, 8883, 15089, 8804, 13468, 9117, 13432, 12510, 12902, 12500, 10503, 14984, 10577, 17552, 11552, 14346, 8990, 15408, 8655, 16463, 10122, 15281, 9340, 16720, 10733, 16979, 12105, 16333, 9636, 16831, 10168, 17022, 10456, 15531, 9172, 15523, 8800, 15065, 9218, 14805, 8746, 12692, 9145, 12397, 11462, 12185, 12763, 10906, 16750, 11286, 17297, 11153, 15610, 8602, 14411, 9023, 12469, 9023, 12549, 8425, 11235, 8832, 11236, 10497, 11231, 10683, 10993, 10151, 10034, 12852, 11197, 13741, 12484, 10509, 10481, 13894, 10877, 16809, 12394, 15260, 10240, 16180, 10615, 16472, 11166, 13641, 9020, 12705, 8999, 15681, 11581, 16244, 11852, 16946, 9531, 10152, 8570, 8713, 14963, 9158, 16065, 12660, 11358, 15325, 10213, 17467, 13503, 10976, 17068, 10264, 10891, 10835, 9246, 14315, 10565, 8942, 16962, 12851, 9180, 13079, 9091, 12082, 12934, 9554, 14402, 9101, 15694, 10150, 18081, 12708, 14469, 10234, 12042, 11002, 13585, 12334, 8950, 10359, 8989, 10912, 9029, 13538, 9132, 11754, 9129, 14959, 9671, 15437, 9745, 10432, 10377, 9005, 13801, 9275, 15065, 9390, 14412, 9326, 15921, 9705, 17203, 10534, 15918, 9504, 14338, 8707, 16365, 11335, 9805, 15429, 9021, 15663, 8930, 8545, 13105, 9525, 15494, 9218, 16388, 11830, 10420, 11502, 9653, 11731, 9340, 14716, 10276, 14318, 9164, 13838, 9626, 15811, 9370, 15252, 9215, 13906, 9395, 13717, 11191, 12150, 12271, 10492, 17227, 9936, 16568, 10165, 13062, 10157, 11458, 9110, 11167, 13928, 11057, 16222, 9489, 15042, 9752, 13823, 8926, 12282, 9004, 10556, 8989, 9471, 16335, 11153, 14833, 8644, 13807, 8912, 12729, 10353, 12648, 8876, 9584, 14997, 9204, 16879, 11694, 15460, 8861, 13499, 9278, 12934, 8979, 13207, 8811, 9823, 10462, 9177, 15198, 10724, 14531, 8803, 14461, 8891, 13966, 9517, 13053, 8736, 12154, 9044, 11408, 12445, 12055, 12670, 9625, 14590, 9102, 15495, 10808, 13708, 9252, 14584, 9320, 15659, 11222, 15951, 11708, 16610, 10521, 15287, 10382, 15824, 11828, 15848, 9886, 15520, 10119, 16285, 10874, 14517, 9458, 14199, 8849, 14142, 9876, 14530, 9815, 14261, 9624, 13156, 9691, 14975, 9805, 14277, 9580, 13927, 9503, 15872, 11690, 14091, 9302, 14575, 9860, 15837, 11321, 14965, 10079, 14723, 9543, 13687, 9484, 13810, 9422, 12609, 8763, 11886, 9318, 13772, 9107, 13931, 9023, 14780, 10056, 14765, 9034, 13952, 9693, 12661, 15738, 12357, 15330, 9728, 15620, 10398, 14944, 10747, 13896, 8952, 12319, 9010, 13904, 9199, 13192, 9435, 10652, 8937, 11604, 11067, 11618, 10682, 9471, 15528, 10337, 15811, 11289, 14090, 9004, 14272, 8961, 15116, 10446, 15202, 9009, 15049, 9603, 16337, 10629, 15373, 9651, 12742, 9286, 13169, 9086, 13532, 8797, 10673, 9114, 11965, 8960, 13100, 8763, 11149, 8879, 13659, 9376, 14519, 9052, 12111, 9011, 11499, 13437, 12398, 12247, 11318, 11582, 10376, 13395, 12356, 9231, 12092, 9142, 11028, 8923, 14750, 9506, 14843, 9097, 14796, 9243, 16658, 11728, 14889, 10471, 8657, 9689, 9351, 14895, 9226, 14760, 9237, 13088, 9472, 15497, 10135, 15341, 9156, 15271, 9135, 16334, 10590, 14154, 8761, 14455, 9162, 15763, 10295, 13367, 9093, 13664, 9143, 15026, 9412, 12795, 8853, 11195, 8936, 11383, 9051, 11464, 9143, 10174, 8986, 10061, 8930, 10363, 8924, 9344, 15321, 11175, 16213, 10094, 16291, 9829, 14216, 9338, 14164, 9085, 11433, 8684, 12466, 10014, 10124, 15349, 9398, 14749, 9762, 11753, 8964, 13042, 8780, 14682, 10311, 9038, 10020, 9336, 10635, 11760, 12087, 12352, 12279, 10003, 11896, 10020, 12734, 9912, 14184, 9787, 14820, 9054, 12936, 9181, 15149, 10791, 9318, 13056, 9711, 14123, 9455, 16022, 10474, 17496, 11977, 17215, 10618, 16841, 11271, 16057, 10382, 14082, 9184, 12147, 9038, 14337, 10483, 8582, 9497, 9045, 9956, 9617, 12138, 9157, 10812, 13029, 10395, 17764, 11307, 14545, 9323, 15788, 9526, 12742, 9310, 13039, 9356, 9597, 10732, 9632, 16710, 11158, 14193, 9151, 15155, 8981, 14646, 9459, 12608, 10073, 10446, 12396, 9789, 17054, 11341, 14210, 8843, 12313, 9771, 12632, 9226, 13461, 9131, 10597, 9495, 10129, 16982, 12116, 14266, 9370, 13971, 9099, 12441, 9389, 12644, 9245, 9664, 8791, 9373, 15992, 10188, 13638, 8758, 14616, 9144, 14430, 9355, 12929, 9234, 11778, 9186, 11170, 14344, 11227, 15076, 9289, 15468, 9378, 13699, 9747, 13242, 9082, 10801, 9554, 10679, 10872, 10224, 14651, 9137, 15342, 9515, 14373, 10138, 14489, 9138, 12699, 9219, 12385, 9305, 13990, 9342, 11706, 9692, 11495, 14785, 11899, 14238, 9211, 15326, 8980, 15336, 10862, 14282, 9363, 14410, 9784, 14075, 10178, 14417, 9082, 10704, 9279, 10212, 12706, 10133, 13823, 8862, 14444, 9386, 14061, 9026, 12827, 8980, 11405, 9420, 12648, 9554, 12507, 9454, 10720, 9327, 11412, 11131, 11835, 14761, 9996, 16178, 10935, 15345, 12166, 14779, 8918, 12865, 8780, 12050, 9498, 13404, 9408, 11295, 9501, 11824, 9688, 14364, 10513, 10373, 16160, 10364, 15792, 11365, 14112, 9079, 12523, 9532, 10838, 11927, 9600, 14884, 9233, 14492, 9291, 14431, 9584, 14170, 9207, 11187, 8705, 10526, 13695, 9428, 15028, 8813, 15159, 9455, 15449, 11425, 14528, 9768, 12854, 11694, 12709, 17180, 12685, 17671, 11136, 14449, 9686, 14581, 9759, 14856, 9137, 10787, 12746, 10687, 16777, 11813, 15777, 9444, 14709, 9908, 14640, 9490, 15282, 9240, 11447, 8772, 11977, 9313, 8992, 8775, 9152, 13101, 9236, 11490, 12123, 9277, 14706, 9557, 17385, 11765, 16373, 11871, 15963, 12659, 14120, 12440, 9476, 11420, 8953, 12524, 9530, 14202, 9618, 13416, 9220, 14888, 9969, 14249, 9632, 15016, 9211, 13792, 9061, 13883, 9364, 13951, 8980, 13034, 9694, 12524, 10167, 12413, 9236, 12267, 8779, 13662, 9060, 9136, 9956, 8992, 10448, 9829, 13421, 9529, 14908, 9547, 13597, 10202, 13705, 14867, 13199, 12735, 9799, 14516, 10190, 15743, 11948, 8758, 9225, 9694, 10192, 12653, 12544, 11712, 9950, 16979, 10682, 16746, 10349, 13063, 8933, 10611, 9596, 12937, 8910, 9234, 14044, 9200, 14955, 9926, 15248, 9066, 13051, 9553, 12645, 9719, 12766, 8898, 10740, 11184, 11265, 12672, 9250, 15672, 9505, 14918, 10776, 13059, 9403, 13562, 9680, 12764, 9517, 13563, 12228, 10659, 15581, 10892, 15607, 11621, 14627, 9181, 11228, 9283, 11255, 9168, 10551, 13541, 9242, 14933, 9371, 12906, 8673, 13630, 9069, 12716, 9480, 12697, 9156, 10381, 9138, 11411, 10118, 12256, 10248, 9378, 15611, 10533, 15831, 11165, 13807, 9475, 11443, 9406, 12104, 9288, 9676, 10440, 10288, 15241, 10412, 15842, 9825, 15614, 10886, 13845, 9323, 14509, 9361, 14425, 9615, 14409, 9415, 10868, 16312, 10966, 14729, 9649, 14567, 8914, 13097, 8953, 12844, 9178, 9698, 11829, 9176, 15059, 10946, 14880, 8947, 13557, 9664, 13980, 9607, 13883, 9411, 11762, 12390, 11664, 16147, 11834, 15012, 9615, 12810, 9154, 12082, 11127, 9425, 16369, 9137, 14855, 8978, 12215, 8847, 14694, 8913, 13523, 9477, 15444, 12603, 15174, 10312, 16209, 11687, 15411, 10670, 14794, 10131, 14222, 9210, 11739, 9477, 10984, 8728, 9911, 8899, 9548, 9791, 9926, 9312, 10043, 11047, 11127, 16210, 12828, 16347, 10928, 14655, 9889, 14766, 11082, 12077, 16799, 11375, 16233, 11436, 14837, 9773, 13883, 9666, 12981, 9273, 14491, 9302, 11307, 9088, 11905, 9875, 12747, 9044, 9595, 9157, 12046, 8647, 12633, 9220, 15063, 10751, 15701, 12343, 16000, 12027, 15838, 10989, 13061, 16665, 12623, 15900, 10379, 14296, 9354, 11723, 13997, 10285, 14390, 8969, 14259, 9146, 11154, 9373, 11121, 9262, 10243, 9657, 10031, 13483, 10749, 15840, 10367, 15652, 9350, 13032, 9076, 12740, 8947, 9142, 16506, 9398, 15690, 10770, 13746, 9109, 13531, 8985, 12479, 9514, 12221, 9152, 9116, 16401, 9778, 15268, 10226, 15255, 8866, 15074, 10053, 14032, 9754, 12426, 9277, 12584, 9593, 16040, 10661, 15287, 9337, 16161, 10891, 14205, 9234, 15230, 11140, 15560, 9972, 15304, 9777, 13915, 9197, 13489, 9611, 10540, 8982, 11173, 8951, 9749, 8868, 10632, 9159, 10755, 9137, 10674, 14557, 11958, 12661, 10292, 16695, 13909, 16595, 11846, 16138, 9955, 14550, 9102, 14140, 9159, 10797, 11826, 10440, 9587, 9271, 15142, 9816, 15989, 11062, 16412, 10566, 15990, 11832, 16069, 10133, 15152, 10135, 15849, 10199, 15121, 9381, 12089, 9426, 13428, 10167, 13285, 9304, 10454, 10322, 11772, 8830, 11656, 10708, 12649, 10523, 12256, 12885, 10978, 14830, 11925, 9510, 9809, 13108, 10713, 10402, 10314, 11909, 9794, 9099, 9705, 9642, 15558, 9565, 16225, 11128, 14911, 12652, 9039, 13874, 9417, 16524, 10176, 15874, 10057, 15808, 10255, 16083, 9804, 16092, 9055, 14647, 10152, 8791, 9107, 9136, 9462, 9492, 15194, 9496, 14603, 9223, 15163, 9662, 15550, 11832, 15024, 10176, 13636, 11803, 13500, 13977, 8986, 13914, 9116, 14639, 12065, 13962, 8963, 12122, 9162, 13340, 10298, 15103, 9151, 13382, 9264, 12495, 8960, 14885, 8880, 14770, 8757, 12936, 9205, 13560, 9198, 13702, 9446, 12745, 9274, 15221, 9423, 8867, 13558, 9939, 14936, 9155, 8559, 9773, 9101, 14781, 9533, 15481, 9815, 15002, 9303, 15297, 9200, 16130, 9257, 13720, 9175, 15727, 10821, 15415, 9576, 15706, 9497, 15776], 'WindowCenter': [5083.0, 5095.0, 5070.0, 5009.0, 5042.0, 5009.0, 4978.0, 5006.0, 4988.0, 4956.0, 4973.0, 4965.0, 4971.0, 4953.0, 4945.0, 4976.0, 4968.0, 4996.0, 4967.0, 4957.0, 4979.0, 4972.0, 4998.0, 4985.0, 5012.0, 4984.0, 4976.0, 4994.0, 4988.0, 5016.0, 4989.0, 5037.0, 4989.0, 5055.0, 5019.0, 5054.0, 5030.0, 5010.0, 5020.0, 5010.0, 5040.0, 5022.0, 5050.0, 4999.0, 5030.0, 5012.0, 5050.0, 5021.0, 5060.0, 5003.0, 5041.0, 5013.0, 5059.0, 5021.0, 5062.0, 5004.0, 5059.0, 5003.0, 5071.0, 5024.0, 5061.0, 5002.0, 5051.0, 5001.0, 5050.0, 5013.0, 5060.0, 5015.0, 5051.0, 5013.0, 5052.0, 5014.0, 5061.0, 5002.0, 5059.0, 5000.0, 5058.0, 5012.0, 5057.0, 5011.0, 5070.0, 5011.0, 5070.0, 5022.0, 5078.0, 5044.0, 5068.0, 5022.0, 5067.0, 5033.0, 5078.0, 5041.0, 5068.0, 5012.0, 5067.0, 5001.0, 5067.0, 5010.0, 5059.0, 5001.0, 5059.0, 5002.0, 5038.0, 5011.0, 5048.0, 5012.0, 5038.0, 5000.0, 5030.0, 5011.0, 5052.0, 5002.0, 5053.0, 5022.0, 5042.0, 5059.0, 5032.0, 5079.0, 5020.0, 5079.0, 5003.0, 5068.0, 5013.0, 5040.0, 5012.0, 5039.0, 5013.0, 5043.0, 5012.0, 5040.0, 5013.0, 5022.0, 5071.0, 5023.0, 5079.0, 5031.0, 5071.0, 5003.0, 5069.0, 5005.0, 5080.0, 5013.0, 5060.0, 5001.0, 5041.0, 5014.0, 5052.0, 5020.0, 5040.0, 5011.0, 5021.0, 5069.0, 5021.0, 5079.0, 5023.0, 5078.0, 5001.0, 5060.0, 5011.0, 5049.0, 5012.0, 5061.0, 5012.0, 5052.0, 5012.0, 5050.0, 5011.0, 5041.0, 5002.0, 5043.0, 5002.0, 5049.0, 5011.0, 5030.0, 5013.0, 5042.0, 5013.0, 5052.0, 5015.0, 5061.0, 5022.0, 5052.0, 5023.0, 5052.0, 5012.0, 5041.0, 5060.0, 5029.0, 5077.0, 5030.0, 5057.0, 5010.0, 5066.0, 5000.0, 5067.0, 5020.0, 5049.0, 5000.0, 5048.0, 5001.0, 5040.0, 5010.0, 5028.0, 5018.0, 5009.0, 5065.0, 5010.0, 5068.0, 5011.0, 5058.0, 5000.0, 5037.0, 5010.0, 5048.0, 5002.0, 5067.0, 5013.0, 5070.0, 5014.0, 5071.0, 5014.0, 5060.0, 5030.0, 5052.0, 5078.0, 5040.0, 5066.0, 4999.0, 5057.0, 5019.0, 5038.0, 5008.0, 5027.0, 4988.0, 5009.0, 4989.0, 5010.0, 5038.0, 5029.0, 5011.0, 5012.0, 5019.0, 5030.0, 5070.0, 5041.0, 5067.0, 5020.0, 5067.0, 5010.0, 5067.0, 5001.0, 5047.0, 4986.0, 5017.0, 4987.0, 5018.0, 5035.0, 5016.0, 5017.0, 4997.0, 5047.0, 5001.0, 5056.0, 5008.0, 5056.0, 4991.0, 5036.0, 4998.0, 5037.0, 4999.0, 5028.0, 4998.0, 5009.0, 4998.0, 5039.0, 5002.0, 5048.0, 5013.0, 5052.0, 5013.0, 5070.0, 5032.0, 5072.0, 5016.0, 5070.0, 5012.0, 5069.0, 5020.0, 5051.0, 5000.0, 5039.0, 5001.0, 5030.0, 5013.0, 5040.0, 5015.0, 5053.0, 5003.0, 5052.0, 5014.0, 5074.0, 5026.0, 5074.0, 5034.0, 5042.0, 5033.0, 5033.0, 5071.0, 5042.0, 5078.0, 5012.0, 5059.0, 5013.0, 5048.0, 5003.0, 5039.0, 5003.0, 5020.0, 5002.0, 5031.0, 5013.0, 5040.0, 5012.0, 5033.0, 5005.0, 5054.0, 5015.0, 5054.0, 5015.0, 5053.0, 5014.0, 5045.0, 5062.0, 5044.0, 5061.0, 5023.0, 5050.0, 5023.0, 5060.0, 5032.0, 5060.0, 5022.0, 5011.0, 5002.0, 5002.0, 5033.0, 5003.0, 5052.0, 5014.0, 5034.0, 5016.0, 5056.0, 5065.0, 5025.0, 5011.0, 5022.0, 5013.0, 5042.0, 5052.0, 5042.0, 5001.0, 5030.0, 5013.0, 5053.0, 4996.0, 5029.0, 4991.0, 5000.0, 4988.0, 5020.0, 5015.0, 5035.0, 5020.0, 5056.0, 5064.0, 5041.0, 5087.0, 5059.0, 5027.0, 5034.0, 5014.0, 5081.0, 5043.0, 5013.0, 5070.0, 5042.0, 5060.0, 5020.0, 5002.0, 5038.0, 5000.0, 5066.0, 5018.0, 5044.0, 5008.0, 5005.0, 5017.0, 4986.0, 5034.0, 4976.0, 5013.0, 4986.0, 5043.0, 5006.0, 5024.0, 4987.0, 4977.0, 4988.0, 4989.0, 5037.0, 4990.0, 5047.0, 4990.0, 5067.0, 5030.0, 5038.0, 5020.0, 4990.0, 5020.0, 5019.0, 5049.0, 4991.0, 5039.0, 4989.0, 5038.0, 4999.0, 5057.0, 4989.0, 5037.0, 4989.0, 5056.0, 4999.0, 5056.0, 4990.0, 5056.0, 4999.0, 5056.0, 5009.0, 5056.0, 5008.0, 5055.0, 4989.0, 5053.0, 4999.0, 5055.0, 4999.0, 5055.0, 4999.0, 5054.0, 5009.0, 5064.0, 5030.0, 5055.0, 4998.0, 5055.0, 5000.0, 5056.0, 5029.0, 5036.0, 4998.0, 5047.0, 5010.0, 5056.0, 5039.0, 5037.0, 5000.0, 5046.0, 5011.0, 5058.0, 5039.0, 5038.0, 5000.0, 5056.0, 5020.0, 5066.0, 5038.0, 5044.0, 4999.0, 5046.0, 4999.0, 5067.0, 5029.0, 5046.0, 4998.0, 5047.0, 4999.0, 5055.0, 5027.0, 5018.0, 5009.0, 5018.0, 5011.0, 5057.0, 5030.0, 5029.0, 5021.0, 5038.0, 5020.0, 5058.0, 5030.0, 5058.0, 5028.0, 5047.0, 5010.0, 5054.0, 5020.0, 5057.0, 5030.0, 5038.0, 5000.0, 5047.0, 5011.0, 5048.0, 5019.0, 4991.0, 5011.0, 4991.0, 5030.0, 5013.0, 5050.0, 4991.0, 5030.0, 4991.0, 5040.0, 5009.0, 5040.0, 4991.0, 5022.0, 4992.0, 5031.0, 5001.0, 5041.0, 4991.0, 5030.0, 4991.0, 5021.0, 5011.0, 5033.0, 4990.0, 5031.0, 4993.0, 5023.0, 5011.0, 5033.0, 5013.0, 5031.0, 4992.0, 5012.0, 4991.0, 5033.0, 5012.0, 5043.0, 5003.0, 5041.0, 5000.0, 5051.0, 5002.0, 5063.0, 5003.0, 5041.0, 4992.0, 5043.0, 5031.0, 5039.0, 5029.0, 5012.0, 5049.0, 5012.0, 5068.0, 5022.0, 5049.0, 4992.0, 5057.0, 4993.0, 5070.0, 5014.0, 5060.0, 5005.0, 5070.0, 5025.0, 5069.0, 5044.0, 5060.0, 5005.0, 5069.0, 5012.0, 5070.0, 5010.0, 5060.0, 5003.0, 5058.0, 4993.0, 5058.0, 5001.0, 5050.0, 4993.0, 5039.0, 5000.0, 5042.0, 5020.0, 5032.0, 5038.0, 5023.0, 5069.0, 5021.0, 5068.0, 5020.0, 5057.0, 4992.0, 5047.0, 4990.0, 5030.0, 4989.0, 5030.0, 4982.0, 5021.0, 4989.0, 5020.0, 5010.0, 5022.0, 5011.0, 5023.0, 5009.0, 5011.0, 5030.0, 5021.0, 5050.0, 5032.0, 5014.0, 5014.0, 5040.0, 5022.0, 5069.0, 5033.0, 5049.0, 5010.0, 5058.0, 5010.0, 5057.0, 5023.0, 5039.0, 5003.0, 5041.0, 5005.0, 5071.0, 5034.0, 5084.0, 5045.0, 5071.0, 5016.0, 5035.0, 4989.0, 5006.0, 5084.0, 5026.0, 5069.0, 5040.0, 5031.0, 5071.0, 5010.0, 5077.0, 5039.0, 5020.0, 5066.0, 5008.0, 5007.0, 5005.0, 4997.0, 5044.0, 5007.0, 5000.0, 5064.0, 5036.0, 4997.0, 5024.0, 4988.0, 5027.0, 5035.0, 4999.0, 5046.0, 4999.0, 5055.0, 5010.0, 5076.0, 5038.0, 5045.0, 5007.0, 5015.0, 5018.0, 5036.0, 5027.0, 4987.0, 5006.0, 4988.0, 5019.0, 4999.0, 5037.0, 5000.0, 5025.0, 5009.0, 5058.0, 5021.0, 5071.0, 5012.0, 5022.0, 5023.0, 5003.0, 5063.0, 5015.0, 5061.0, 5012.0, 5060.0, 5012.0, 5082.0, 5022.0, 5081.0, 5022.0, 5071.0, 5015.0, 5050.0, 5002.0, 5069.0, 5022.0, 5023.0, 5072.0, 5014.0, 5071.0, 5016.0, 5015.0, 5051.0, 5011.0, 5059.0, 5012.0, 5067.0, 5040.0, 5022.0, 5031.0, 5011.0, 5040.0, 5002.0, 5059.0, 5022.0, 5050.0, 5000.0, 5048.0, 5009.0, 5057.0, 5000.0, 5057.0, 5000.0, 5048.0, 4998.0, 5047.0, 5016.0, 5027.0, 5025.0, 5007.0, 5063.0, 4997.0, 5055.0, 5006.0, 5024.0, 5006.0, 5017.0, 4988.0, 5017.0, 5035.0, 5017.0, 5066.0, 5011.0, 5056.0, 4999.0, 5035.0, 4988.0, 5027.0, 4987.0, 5007.0, 4989.0, 5011.0, 5066.0, 5020.0, 5048.0, 5000.0, 5049.0, 5001.0, 5040.0, 5011.0, 5038.0, 4989.0, 5001.0, 5056.0, 5002.0, 5067.0, 5031.0, 5058.0, 5001.0, 5048.0, 5000.0, 5040.0, 4998.0, 5040.0, 5000.0, 5023.0, 5032.0, 5012.0, 5058.0, 5022.0, 5049.0, 5003.0, 5061.0, 5002.0, 5049.0, 5013.0, 5049.0, 5003.0, 5038.0, 5001.0, 5043.0, 5039.0, 5030.0, 5038.0, 5010.0, 5047.0, 5002.0, 5057.0, 5021.0, 5049.0, 5013.0, 5058.0, 5014.0, 5069.0, 5032.0, 5069.0, 5032.0, 5067.0, 5022.0, 5058.0, 5011.0, 5058.0, 5033.0, 5057.0, 5011.0, 5058.0, 5010.0, 5058.0, 5020.0, 5047.0, 5002.0, 5038.0, 5002.0, 5047.0, 5011.0, 5048.0, 5011.0, 5049.0, 5011.0, 5041.0, 5010.0, 5058.0, 5013.0, 5050.0, 5013.0, 5050.0, 5011.0, 5068.0, 5033.0, 5047.0, 5011.0, 5048.0, 5011.0, 5059.0, 5021.0, 5058.0, 5013.0, 5059.0, 5012.0, 5050.0, 5012.0, 5048.0, 5002.0, 5031.0, 5002.0, 5029.0, 5002.0, 5050.0, 5004.0, 5060.0, 5004.0, 5061.0, 5023.0, 5061.0, 5004.0, 5051.0, 5001.0, 5041.0, 5058.0, 5030.0, 5057.0, 5000.0, 5056.0, 5009.0, 5047.0, 5009.0, 5036.0, 4990.0, 5015.0, 4989.0, 5037.0, 4990.0, 5037.0, 4999.0, 5008.0, 4989.0, 5019.0, 5017.0, 5019.0, 5008.0, 4999.0, 5045.0, 5008.0, 5046.0, 5018.0, 5036.0, 4999.0, 5046.0, 5000.0, 5047.0, 5020.0, 5058.0, 5001.0, 5058.0, 5011.0, 5057.0, 5011.0, 5057.0, 4999.0, 5027.0, 4989.0, 5027.0, 4989.0, 5037.0, 4989.0, 5008.0, 4990.0, 5028.0, 5000.0, 5039.0, 4992.0, 5030.0, 5002.0, 5050.0, 5012.0, 5061.0, 5002.0, 5041.0, 5001.0, 5031.0, 5049.0, 5041.0, 5029.0, 5030.0, 5029.0, 5011.0, 5038.0, 5039.0, 5000.0, 5039.0, 5000.0, 5019.0, 5000.0, 5058.0, 5010.0, 5058.0, 5000.0, 5058.0, 5012.0, 5079.0, 5053.0, 5070.0, 5021.0, 5000.0, 5011.0, 5011.0, 5071.0, 5013.0, 5049.0, 5002.0, 5037.0, 4998.0, 5046.0, 5008.0, 5045.0, 4998.0, 5045.0, 4998.0, 5055.0, 5008.0, 5035.0, 4989.0, 5035.0, 4998.0, 5045.0, 5008.0, 5035.0, 5000.0, 5036.0, 4998.0, 5045.0, 4998.0, 5026.0, 4989.0, 5018.0, 4987.0, 5015.0, 4989.0, 5017.0, 4998.0, 5008.0, 4989.0, 5009.0, 5000.0, 5010.0, 5000.0, 5011.0, 5059.0, 5031.0, 5068.0, 5021.0, 5069.0, 5012.0, 5050.0, 5002.0, 5050.0, 4999.0, 5030.0, 4990.0, 5041.0, 5011.0, 5011.0, 5018.0, 4973.0, 5050.0, 5038.0, 5073.0, 5021.0, 5059.0, 5007.0, 5051.0, 5012.0, 4995.0, 5016.0, 5003.0, 5013.0, 5024.0, 5021.0, 5020.0, 5020.0, 4991.0, 5009.0, 4988.0, 4959.0, 4967.0, 5077.0, 5037.0, 5074.0, 5000.0, 5026.0, 4999.0, 5045.0, 5017.0, 4999.0, 5039.0, 5011.0, 5049.0, 5012.0, 5068.0, 5020.0, 5066.0, 5028.0, 5063.0, 5007.0, 5054.0, 5017.0, 5055.0, 5009.0, 5036.0, 4999.0, 5025.0, 4999.0, 5033.0, 5008.0, 4988.0, 4999.0, 4988.0, 5010.0, 5000.0, 5029.0, 5001.0, 5021.0, 5038.0, 5011.0, 5077.0, 5020.0, 5046.0, 4999.0, 5056.0, 4999.0, 5038.0, 4999.0, 5037.0, 4989.0, 5000.0, 5008.0, 5000.0, 5066.0, 5020.0, 5045.0, 4999.0, 5056.0, 4990.0, 5047.0, 5000.0, 5029.0, 5008.0, 5010.0, 5027.0, 5009.0, 5066.0, 5018.0, 5036.0, 4989.0, 5026.0, 5010.0, 5029.0, 5000.0, 5039.0, 4997.0, 5008.0, 4999.0, 5009.0, 5055.0, 5026.0, 5036.0, 4987.0, 5034.0, 4987.0, 5027.0, 4987.0, 5026.0, 4988.0, 4998.0, 4988.0, 4999.0, 5056.0, 5008.0, 5038.0, 4991.0, 5046.0, 5001.0, 5048.0, 5001.0, 5039.0, 5000.0, 5030.0, 5000.0, 5021.0, 5047.0, 5019.0, 5047.0, 5001.0, 5048.0, 5001.0, 5037.0, 5001.0, 5039.0, 5000.0, 5018.0, 4999.0, 5010.0, 5018.0, 5011.0, 5048.0, 5024.0, 5070.0, 5023.0, 5058.0, 5021.0, 5047.0, 5011.0, 5040.0, 5000.0, 5028.0, 5001.0, 5051.0, 5001.0, 5030.0, 5000.0, 5029.0, 5047.0, 5027.0, 5037.0, 4998.0, 5056.0, 5000.0, 5057.0, 5020.0, 5048.0, 5001.0, 5046.0, 5009.0, 5036.0, 5009.0, 5047.0, 4989.0, 5007.0, 4988.0, 5009.0, 5025.0, 5007.0, 5036.0, 4989.0, 5046.0, 5000.0, 5047.0, 4999.0, 5038.0, 5000.0, 5028.0, 5000.0, 5037.0, 5010.0, 5039.0, 5010.0, 5021.0, 5000.0, 5031.0, 5020.0, 5030.0, 5048.0, 5010.0, 5056.0, 5020.0, 5046.0, 5028.0, 5046.0, 4990.0, 5026.0, 4989.0, 5028.0, 5000.0, 5038.0, 5001.0, 5020.0, 5010.0, 5031.0, 5001.0, 5059.0, 5010.0, 5011.0, 5059.0, 5011.0, 5058.0, 5021.0, 5047.0, 5001.0, 5029.0, 5001.0, 5019.0, 5019.0, 5000.0, 5057.0, 5001.0, 5047.0, 5001.0, 5049.0, 5012.0, 5048.0, 5000.0, 5020.0, 4990.0, 5020.0, 5038.0, 5001.0, 5059.0, 5003.0, 5060.0, 5013.0, 5061.0, 5031.0, 5061.0, 5011.0, 5040.0, 5029.0, 5039.0, 5068.0, 5039.0, 5067.0, 5019.0, 5036.0, 4997.0, 5045.0, 4997.0, 5045.0, 4988.0, 5008.0, 5014.0, 5006.0, 5052.0, 5017.0, 5043.0, 4996.0, 5034.0, 4996.0, 5045.0, 5000.0, 5046.0, 4999.0, 5004.0, 4989.0, 5014.0, 5000.0, 4999.0, 4990.0, 5012.0, 5050.0, 5013.0, 5042.0, 5054.0, 5013.0, 5060.0, 5011.0, 5068.0, 5030.0, 5057.0, 5029.0, 5056.0, 5028.0, 5036.0, 5017.0, 4987.0, 5006.0, 4986.0, 5015.0, 4987.0, 5034.0, 4987.0, 5024.0, 4997.0, 5045.0, 4998.0, 5035.0, 4997.0, 5044.0, 5000.0, 5035.0, 4999.0, 5036.0, 4999.0, 5035.0, 4988.0, 5026.0, 5000.0, 5039.0, 5010.0, 5027.0, 5000.0, 5029.0, 4991.0, 5037.0, 5001.0, 5012.0, 5025.0, 5016.0, 5033.0, 5025.0, 5065.0, 5015.0, 5072.0, 5013.0, 5052.0, 5010.0, 5052.0, 5050.0, 5040.0, 5029.0, 5010.0, 5047.0, 5010.0, 5057.0, 5029.0, 4991.0, 5001.0, 5001.0, 5021.0, 5039.0, 5041.0, 5029.0, 5011.0, 5067.0, 5010.0, 5057.0, 5009.0, 5037.0, 4989.0, 5008.0, 4998.0, 5028.0, 4988.0, 4999.0, 5036.0, 4999.0, 5046.0, 5009.0, 5056.0, 4989.0, 5027.0, 4999.0, 5027.0, 4999.0, 5028.0, 4987.0, 5007.0, 5006.0, 5017.0, 5025.0, 4998.0, 5044.0, 4997.0, 5044.0, 5007.0, 5025.0, 4987.0, 5025.0, 4995.0, 5025.0, 4986.0, 5026.0, 5015.0, 5006.0, 5043.0, 5005.0, 5043.0, 5005.0, 5033.0, 4985.0, 5004.0, 4985.0, 5005.0, 4985.0, 5006.0, 5024.0, 4987.0, 5044.0, 4997.0, 5025.0, 4989.0, 5036.0, 4989.0, 5027.0, 4999.0, 5027.0, 4999.0, 5009.0, 5000.0, 5029.0, 5009.0, 5029.0, 5009.0, 5000.0, 5056.0, 5020.0, 5056.0, 5018.0, 5037.0, 4999.0, 5018.0, 4988.0, 5027.0, 4998.0, 4999.0, 5008.0, 5010.0, 5057.0, 5010.0, 5057.0, 5009.0, 5056.0, 5019.0, 5037.0, 5000.0, 5047.0, 5000.0, 5047.0, 4999.0, 5047.0, 4998.0, 5018.0, 5055.0, 5008.0, 5045.0, 4998.0, 5045.0, 4989.0, 5026.0, 4988.0, 5027.0, 4998.0, 4999.0, 5017.0, 4999.0, 5047.0, 5019.0, 5047.0, 5000.0, 5037.0, 5000.0, 5047.0, 4999.0, 5038.0, 4999.0, 5028.0, 5027.0, 5018.0, 5055.0, 5018.0, 5045.0, 4998.0, 5024.0, 4986.0, 5015.0, 5007.0, 4997.0, 5054.0, 4998.0, 5045.0, 4997.0, 5027.0, 5000.0, 5047.0, 5001.0, 5048.0, 5012.0, 5058.0, 5041.0, 5058.0, 5011.0, 5057.0, 5029.0, 5057.0, 5009.0, 5046.0, 5008.0, 5036.0, 4987.0, 5017.0, 4987.0, 5007.0, 4987.0, 4998.0, 4987.0, 4999.0, 4998.0, 5009.0, 5000.0, 5011.0, 5019.0, 5031.0, 5068.0, 5040.0, 5057.0, 5019.0, 5047.0, 4999.0, 5047.0, 5007.0, 5017.0, 5054.0, 5016.0, 5054.0, 5006.0, 5033.0, 4995.0, 5023.0, 4985.0, 5024.0, 4984.0, 5034.0, 4985.0, 5004.0, 4985.0, 5014.0, 4995.0, 5038.0, 4988.0, 4997.0, 4997.0, 5016.0, 4989.0, 5026.0, 4999.0, 5057.0, 5019.0, 5057.0, 5027.0, 5056.0, 5027.0, 5045.0, 4995.0, 5024.0, 5041.0, 5013.0, 5041.0, 4983.0, 5021.0, 4972.0, 5002.0, 5019.0, 4982.0, 5019.0, 4973.0, 5019.0, 4973.0, 5001.0, 4982.0, 5003.0, 4985.0, 4995.0, 4995.0, 5007.0, 5035.0, 5007.0, 5054.0, 5007.0, 5044.0, 4997.0, 5026.0, 4986.0, 5026.0, 4986.0, 4997.0, 5054.0, 4997.0, 5045.0, 5007.0, 5035.0, 4988.0, 5036.0, 4988.0, 5027.0, 4998.0, 5028.0, 4998.0, 4998.0, 5055.0, 5009.0, 5056.0, 5009.0, 5056.0, 4999.0, 5047.0, 5009.0, 5047.0, 5000.0, 5027.0, 4999.0, 5028.0, 5010.0, 5056.0, 5021.0, 5058.0, 5011.0, 5067.0, 5021.0, 5048.0, 5012.0, 5058.0, 5031.0, 5059.0, 5011.0, 5057.0, 5009.0, 5037.0, 4998.0, 5037.0, 4998.0, 5008.0, 4988.0, 5019.0, 4999.0, 5009.0, 4999.0, 5020.0, 5001.0, 5021.0, 5001.0, 5021.0, 5049.0, 5031.0, 5041.0, 5021.0, 5068.0, 5049.0, 5067.0, 5029.0, 5056.0, 4998.0, 5037.0, 4987.0, 5036.0, 4986.0, 5006.0, 5015.0, 5006.0, 4996.0, 4999.0, 5045.0, 5008.0, 5057.0, 5018.0, 5055.0, 5008.0, 5055.0, 5028.0, 5055.0, 5006.0, 5045.0, 5008.0, 5055.0, 5007.0, 5045.0, 4997.0, 5025.0, 4985.0, 5035.0, 4996.0, 5035.0, 4986.0, 5006.0, 4994.0, 5015.0, 4985.0, 5015.0, 5005.0, 5026.0, 5006.0, 5017.0, 5024.0, 5006.0, 5034.0, 5016.0, 4996.0, 4996.0, 5023.0, 5007.0, 5006.0, 5007.0, 5018.0, 5009.0, 5000.0, 5010.0, 4998.0, 5057.0, 5010.0, 5067.0, 5031.0, 5057.0, 5038.0, 4999.0, 5036.0, 4998.0, 5056.0, 5008.0, 5057.0, 5009.0, 5043.0, 4997.0, 5044.0, 4996.0, 5043.0, 4986.0, 5033.0, 4996.0, 4976.0, 4986.0, 4987.0, 4997.0, 4999.0, 5057.0, 5011.0, 5048.0, 5001.0, 5058.0, 5010.0, 5058.0, 5031.0, 5058.0, 5011.0, 5048.0, 5031.0, 5038.0, 5048.0, 4989.0, 5037.0, 4988.0, 5046.0, 5016.0, 5036.0, 4986.0, 5016.0, 4986.0, 5035.0, 4995.0, 5046.0, 4986.0, 5024.0, 4986.0, 5015.0, 4984.0, 5044.0, 4987.0, 5036.0, 4977.0, 5023.0, 4987.0, 5026.0, 4987.0, 5035.0, 4997.0, 5024.0, 4997.0, 5045.0, 4998.0, 4997.0, 5048.0, 5011.0, 5058.0, 5012.0, 5002.0, 5012.0, 5002.0, 5060.0, 5011.0, 5059.0, 5011.0, 5058.0, 5000.0, 5056.0, 4999.0, 5057.0, 4999.0, 5037.0, 4999.0, 5056.0, 5019.0, 5056.0, 5010.0, 5057.0, 5010.0, 5058.0], 'WindowWidth': [11029.0, 11031.0, 10985.0, 10893.0, 10933.0, 10882.0, 10835.0, 10869.0, 10844.0, 10800.0, 10820.0, 10815.0, 10816.0, 10795.0, 10787.0, 10828.0, 10820.0, 10856.0, 10821.0, 10809.0, 10840.0, 10833.0, 10866.0, 10855.0, 10889.0, 10856.0, 10845.0, 10869.0, 10864.0, 10904.0, 10868.0, 10931.0, 10871.0, 10956.0, 10912.0, 10955.0, 10929.0, 10898.0, 10913.0, 10898.0, 10943.0, 10919.0, 10956.0, 10886.0, 10927.0, 10903.0, 10956.0, 10917.0, 10969.0, 10893.0, 10942.0, 10909.0, 10968.0, 10918.0, 10973.0, 10896.0, 10967.0, 10895.0, 10987.0, 10924.0, 10973.0, 10891.0, 10956.0, 10889.0, 10956.0, 10907.0, 10971.0, 10915.0, 10957.0, 10910.0, 10960.0, 10910.0, 10971.0, 10893.0, 10966.0, 10888.0, 10965.0, 10906.0, 10964.0, 10905.0, 10983.0, 10905.0, 10981.0, 10919.0, 10993.0, 10951.0, 10979.0, 10919.0, 10976.0, 10936.0, 10993.0, 10945.0, 10977.0, 10904.0, 10974.0, 10887.0, 10974.0, 10900.0, 10964.0, 10887.0, 10967.0, 10893.0, 10938.0, 10902.0, 10949.0, 10903.0, 10937.0, 10888.0, 10928.0, 10905.0, 10959.0, 10894.0, 10962.0, 10918.0, 10947.0, 10967.0, 10932.0, 10993.0, 10916.0, 10993.0, 10894.0, 10978.0, 10909.0, 10942.0, 10906.0, 10942.0, 10908.0, 10950.0, 10906.0, 10943.0, 10907.0, 10921.0, 10985.0, 10922.0, 10995.0, 10932.0, 10984.0, 10897.0, 10982.0, 10900.0, 10997.0, 10909.0, 10970.0, 10891.0, 10943.0, 10911.0, 10960.0, 10913.0, 10942.0, 10902.0, 10918.0, 10980.0, 10918.0, 10993.0, 10921.0, 10992.0, 10892.0, 10969.0, 10904.0, 10954.0, 10906.0, 10970.0, 10907.0, 10959.0, 10905.0, 10956.0, 10904.0, 10943.0, 10892.0, 10948.0, 10892.0, 10955.0, 10904.0, 10928.0, 10908.0, 10946.0, 10908.0, 10961.0, 10913.0, 10973.0, 10920.0, 10961.0, 10921.0, 10960.0, 10904.0, 10944.0, 10966.0, 10925.0, 10987.0, 10927.0, 10959.0, 10897.0, 10969.0, 10886.0, 10973.0, 10911.0, 10950.0, 10886.0, 10949.0, 10887.0, 10940.0, 10897.0, 10921.0, 10907.0, 10896.0, 10970.0, 10899.0, 10975.0, 10901.0, 10961.0, 10886.0, 10931.0, 10899.0, 10949.0, 10893.0, 10977.0, 10909.0, 10984.0, 10911.0, 10986.0, 10910.0, 10970.0, 10928.0, 10959.0, 10991.0, 10941.0, 10971.0, 10882.0, 10959.0, 10909.0, 10935.0, 10892.0, 10918.0, 10866.0, 10895.0, 10869.0, 10900.0, 10936.0, 10926.0, 10903.0, 10905.0, 10911.0, 10928.0, 10981.0, 10942.0, 10974.0, 10913.0, 10974.0, 10898.0, 10973.0, 10885.0, 10943.0, 10861.0, 10903.0, 10863.0, 10905.0, 10926.0, 10901.0, 10903.0, 10876.0, 10943.0, 10886.0, 10955.0, 10894.0, 10957.0, 10872.0, 10930.0, 10882.0, 10933.0, 10883.0, 10921.0, 10880.0, 10896.0, 10881.0, 10938.0, 10891.0, 10951.0, 10907.0, 10958.0, 10908.0, 10982.0, 10933.0, 10987.0, 10914.0, 10981.0, 10905.0, 10981.0, 10913.0, 10955.0, 10886.0, 10936.0, 10887.0, 10926.0, 10906.0, 10941.0, 10911.0, 10960.0, 10895.0, 10959.0, 10913.0, 10993.0, 10929.0, 10991.0, 10937.0, 10948.0, 10934.0, 10934.0, 10983.0, 10944.0, 10988.0, 10901.0, 10962.0, 10903.0, 10947.0, 10890.0, 10937.0, 10890.0, 10912.0, 10889.0, 10929.0, 10906.0, 10940.0, 10906.0, 10933.0, 10899.0, 10965.0, 10913.0, 10966.0, 10913.0, 10963.0, 10909.0, 10952.0, 10972.0, 10949.0, 10969.0, 10919.0, 10953.0, 10918.0, 10966.0, 10930.0, 10966.0, 10916.0, 10900.0, 10890.0, 10890.0, 10933.0, 10892.0, 10960.0, 10910.0, 10937.0, 10915.0, 10973.0, 10981.0, 10924.0, 10899.0, 10916.0, 10906.0, 10944.0, 10959.0, 10944.0, 10887.0, 10924.0, 10909.0, 10964.0, 10870.0, 10923.0, 10873.0, 10883.0, 10864.0, 10911.0, 10910.0, 10941.0, 10909.0, 10991.0, 11001.0, 10958.0, 11015.0, 10981.0, 10933.0, 10934.0, 10907.0, 10997.0, 10948.0, 10905.0, 10981.0, 10943.0, 10967.0, 10912.0, 10889.0, 10932.0, 10879.0, 10965.0, 10902.0, 10933.0, 10888.0, 10882.0, 10900.0, 10857.0, 10921.0, 10843.0, 10890.0, 10856.0, 10929.0, 10883.0, 10905.0, 10860.0, 10846.0, 10864.0, 10865.0, 10930.0, 10870.0, 10944.0, 10870.0, 10970.0, 10923.0, 10933.0, 10912.0, 10869.0, 10911.0, 10909.0, 10950.0, 10871.0, 10936.0, 10867.0, 10934.0, 10879.0, 10958.0, 10868.0, 10929.0, 10867.0, 10955.0, 10879.0, 10954.0, 10870.0, 10954.0, 10880.0, 10954.0, 10893.0, 10953.0, 10892.0, 10952.0, 10867.0, 10948.0, 10879.0, 10952.0, 10880.0, 10952.0, 10879.0, 10949.0, 10893.0, 10964.0, 10923.0, 10953.0, 10878.0, 10952.0, 10883.0, 10956.0, 10921.0, 10929.0, 10879.0, 10943.0, 10898.0, 10955.0, 10935.0, 10930.0, 10883.0, 10942.0, 10900.0, 10959.0, 10936.0, 10932.0, 10883.0, 10954.0, 10910.0, 10969.0, 10933.0, 10938.0, 10880.0, 10940.0, 10881.0, 10970.0, 10921.0, 10942.0, 10879.0, 10943.0, 10882.0, 10953.0, 10919.0, 10907.0, 10896.0, 10906.0, 10900.0, 10960.0, 10927.0, 10922.0, 10913.0, 10933.0, 10912.0, 10960.0, 10923.0, 10959.0, 10921.0, 10944.0, 10897.0, 10952.0, 10910.0, 10958.0, 10924.0, 10933.0, 10885.0, 10944.0, 10900.0, 10948.0, 10911.0, 10872.0, 10901.0, 10873.0, 10927.0, 10903.0, 10954.0, 10874.0, 10926.0, 10872.0, 10940.0, 10895.0, 10939.0, 10872.0, 10915.0, 10873.0, 10928.0, 10886.0, 10940.0, 10873.0, 10926.0, 10873.0, 10915.0, 10900.0, 10932.0, 10873.0, 10928.0, 10877.0, 10918.0, 10899.0, 10932.0, 10904.0, 10929.0, 10875.0, 10902.0, 10874.0, 10934.0, 10903.0, 10946.0, 10892.0, 10942.0, 10886.0, 10957.0, 10890.0, 10974.0, 10894.0, 10943.0, 10877.0, 10946.0, 10927.0, 10938.0, 10922.0, 10901.0, 10948.0, 10901.0, 10974.0, 10915.0, 10948.0, 10876.0, 10958.0, 10878.0, 10978.0, 10909.0, 10967.0, 10899.0, 10980.0, 10925.0, 10979.0, 10948.0, 10967.0, 10896.0, 10977.0, 10904.0, 10980.0, 10899.0, 10964.0, 10891.0, 10962.0, 10878.0, 10962.0, 10887.0, 10952.0, 10877.0, 10936.0, 10885.0, 10943.0, 10911.0, 10930.0, 10935.0, 10917.0, 10976.0, 10912.0, 10973.0, 10911.0, 10957.0, 10873.0, 10944.0, 10869.0, 10923.0, 10867.0, 10924.0, 10860.0, 10914.0, 10869.0, 10912.0, 10897.0, 10916.0, 10899.0, 10918.0, 10897.0, 10901.0, 10926.0, 10916.0, 10954.0, 10930.0, 10907.0, 10907.0, 10938.0, 10917.0, 10976.0, 10931.0, 10951.0, 10898.0, 10960.0, 10898.0, 10959.0, 10918.0, 10937.0, 10894.0, 10943.0, 10899.0, 10983.0, 10937.0, 11005.0, 10955.0, 10985.0, 10915.0, 10945.0, 10864.0, 10899.0, 11009.0, 10929.0, 10978.0, 10939.0, 10931.0, 10986.0, 10898.0, 10987.0, 10939.0, 10911.0, 10973.0, 10891.0, 10886.0, 10884.0, 10878.0, 10939.0, 10893.0, 10886.0, 10967.0, 10930.0, 10877.0, 10910.0, 10867.0, 10918.0, 10930.0, 10882.0, 10944.0, 10882.0, 10954.0, 10899.0, 10985.0, 10935.0, 10941.0, 10891.0, 10899.0, 10906.0, 10929.0, 10918.0, 10864.0, 10890.0, 10867.0, 10909.0, 10883.0, 10933.0, 10885.0, 10915.0, 10898.0, 10963.0, 10920.0, 10984.0, 10905.0, 10918.0, 10920.0, 10895.0, 10979.0, 10913.0, 10973.0, 10907.0, 10971.0, 10909.0, 11004.0, 10924.0, 11001.0, 10919.0, 10984.0, 10909.0, 10952.0, 10891.0, 10979.0, 10917.0, 10923.0, 10990.0, 10911.0, 10987.0, 10917.0, 10916.0, 10958.0, 10903.0, 10966.0, 10905.0, 10976.0, 10942.0, 10918.0, 10931.0, 10902.0, 10941.0, 10890.0, 10967.0, 10917.0, 10953.0, 10885.0, 10948.0, 10898.0, 10961.0, 10887.0, 10960.0, 10885.0, 10949.0, 10881.0, 10947.0, 10903.0, 10918.0, 10914.0, 10890.0, 10963.0, 10877.0, 10954.0, 10889.0, 10911.0, 10888.0, 10905.0, 10867.0, 10905.0, 10928.0, 10904.0, 10969.0, 10905.0, 10957.0, 10883.0, 10926.0, 10865.0, 10917.0, 10863.0, 10892.0, 10867.0, 10900.0, 10971.0, 10913.0, 10949.0, 10886.0, 10952.0, 10889.0, 10940.0, 10899.0, 10936.0, 10869.0, 10887.0, 10958.0, 10890.0, 10973.0, 10930.0, 10962.0, 10889.0, 10950.0, 10885.0, 10940.0, 10882.0, 10939.0, 10885.0, 10921.0, 10937.0, 10906.0, 10963.0, 10918.0, 10951.0, 10892.0, 10971.0, 10893.0, 10952.0, 10907.0, 10953.0, 10892.0, 10937.0, 10887.0, 10949.0, 10938.0, 10927.0, 10934.0, 10900.0, 10946.0, 10889.0, 10958.0, 10914.0, 10951.0, 10907.0, 10963.0, 10908.0, 10979.0, 10932.0, 10979.0, 10931.0, 10974.0, 10917.0, 10961.0, 10902.0, 10963.0, 10934.0, 10961.0, 10900.0, 10961.0, 10899.0, 10960.0, 10910.0, 10944.0, 10889.0, 10933.0, 10889.0, 10945.0, 10900.0, 10947.0, 10901.0, 10951.0, 10901.0, 10941.0, 10900.0, 10962.0, 10905.0, 10953.0, 10905.0, 10951.0, 10902.0, 10976.0, 10933.0, 10948.0, 10902.0, 10948.0, 10903.0, 10964.0, 10916.0, 10963.0, 10905.0, 10964.0, 10903.0, 10956.0, 10904.0, 10948.0, 10889.0, 10926.0, 10889.0, 10924.0, 10891.0, 10954.0, 10897.0, 10968.0, 10897.0, 10969.0, 10921.0, 10970.0, 10896.0, 10958.0, 10887.0, 10941.0, 10959.0, 10924.0, 10959.0, 10883.0, 10956.0, 10895.0, 10943.0, 10895.0, 10928.0, 10869.0, 10899.0, 10866.0, 10930.0, 10869.0, 10931.0, 10880.0, 10893.0, 10865.0, 10907.0, 10903.0, 10907.0, 10892.0, 10881.0, 10939.0, 10891.0, 10940.0, 10905.0, 10929.0, 10882.0, 10942.0, 10883.0, 10944.0, 10913.0, 10961.0, 10888.0, 10960.0, 10901.0, 10959.0, 10899.0, 10959.0, 10881.0, 10917.0, 10865.0, 10916.0, 10865.0, 10930.0, 10868.0, 10891.0, 10869.0, 10921.0, 10884.0, 10935.0, 10876.0, 10926.0, 10892.0, 10955.0, 10904.0, 10970.0, 10891.0, 10942.0, 10888.0, 10930.0, 10950.0, 10942.0, 10925.0, 10928.0, 10923.0, 10901.0, 10934.0, 10938.0, 10884.0, 10939.0, 10885.0, 10910.0, 10885.0, 10962.0, 10900.0, 10963.0, 10886.0, 10963.0, 10904.0, 10996.0, 10967.0, 10984.0, 10916.0, 10886.0, 10902.0, 10903.0, 10987.0, 10910.0, 10952.0, 10892.0, 10931.0, 10880.0, 10942.0, 10893.0, 10939.0, 10879.0, 10938.0, 10879.0, 10952.0, 10892.0, 10926.0, 10868.0, 10925.0, 10878.0, 10939.0, 10892.0, 10926.0, 10886.0, 10927.0, 10880.0, 10940.0, 10880.0, 10914.0, 10867.0, 10905.0, 10862.0, 10901.0, 10868.0, 10905.0, 10879.0, 10893.0, 10868.0, 10897.0, 10884.0, 10901.0, 10884.0, 10903.0, 10965.0, 10928.0, 10975.0, 10915.0, 10978.0, 10902.0, 10951.0, 10890.0, 10952.0, 10882.0, 10925.0, 10870.0, 10941.0, 10901.0, 10901.0, 10884.0, 10830.0, 10950.0, 10951.0, 11007.0, 10927.0, 10973.0, 10900.0, 10950.0, 10895.0, 10877.0, 10908.0, 10887.0, 10900.0, 10915.0, 10905.0, 10901.0, 10903.0, 10862.0, 10887.0, 10855.0, 10783.0, 10813.0, 11007.0, 10951.0, 10994.0, 10887.0, 10913.0, 10882.0, 10939.0, 10903.0, 10880.0, 10938.0, 10901.0, 10952.0, 10904.0, 10976.0, 10913.0, 10970.0, 10919.0, 10960.0, 10887.0, 10948.0, 10902.0, 10952.0, 10894.0, 10925.0, 10880.0, 10912.0, 10880.0, 10921.0, 10890.0, 10864.0, 10881.0, 10865.0, 10898.0, 10884.0, 10924.0, 10886.0, 10914.0, 10933.0, 10900.0, 10984.0, 10910.0, 10941.0, 10881.0, 10955.0, 10880.0, 10933.0, 10879.0, 10929.0, 10866.0, 10882.0, 10891.0, 10883.0, 10969.0, 10910.0, 10941.0, 10881.0, 10955.0, 10871.0, 10945.0, 10883.0, 10921.0, 10892.0, 10896.0, 10915.0, 10894.0, 10969.0, 10907.0, 10927.0, 10868.0, 10915.0, 10896.0, 10921.0, 10881.0, 10935.0, 10876.0, 10892.0, 10878.0, 10895.0, 10952.0, 10915.0, 10926.0, 10861.0, 10920.0, 10860.0, 10914.0, 10860.0, 10913.0, 10863.0, 10878.0, 10863.0, 10880.0, 10955.0, 10892.0, 10932.0, 10872.0, 10942.0, 10886.0, 10947.0, 10886.0, 10935.0, 10886.0, 10925.0, 10883.0, 10913.0, 10942.0, 10909.0, 10944.0, 10884.0, 10945.0, 10885.0, 10929.0, 10885.0, 10936.0, 10885.0, 10906.0, 10880.0, 10897.0, 10906.0, 10899.0, 10947.0, 10927.0, 10987.0, 10926.0, 10963.0, 10915.0, 10945.0, 10902.0, 10941.0, 10884.0, 10919.0, 10886.0, 10955.0, 10885.0, 10923.0, 10881.0, 10920.0, 10943.0, 10916.0, 10928.0, 10877.0, 10954.0, 10883.0, 10956.0, 10910.0, 10946.0, 10885.0, 10942.0, 10895.0, 10927.0, 10892.0, 10942.0, 10866.0, 10888.0, 10863.0, 10893.0, 10911.0, 10889.0, 10928.0, 10867.0, 10940.0, 10882.0, 10942.0, 10882.0, 10931.0, 10885.0, 10921.0, 10883.0, 10932.0, 10900.0, 10937.0, 10897.0, 10912.0, 10883.0, 10926.0, 10910.0, 10925.0, 10946.0, 10896.0, 10954.0, 10909.0, 10941.0, 10919.0, 10941.0, 10869.0, 10914.0, 10867.0, 10917.0, 10883.0, 10934.0, 10888.0, 10912.0, 10899.0, 10929.0, 10887.0, 10965.0, 10897.0, 10901.0, 10962.0, 10900.0, 10961.0, 10912.0, 10945.0, 10885.0, 10922.0, 10885.0, 10908.0, 10908.0, 10883.0, 10957.0, 10886.0, 10944.0, 10885.0, 10950.0, 10902.0, 10948.0, 10884.0, 10911.0, 10870.0, 10911.0, 10933.0, 10887.0, 10963.0, 10892.0, 10965.0, 10906.0, 10969.0, 10930.0, 10970.0, 10901.0, 10938.0, 10921.0, 10937.0, 10974.0, 10935.0, 10972.0, 10905.0, 10927.0, 10874.0, 10937.0, 10873.0, 10939.0, 10861.0, 10890.0, 10893.0, 10886.0, 10944.0, 10902.0, 10933.0, 10871.0, 10921.0, 10871.0, 10937.0, 10885.0, 10942.0, 10882.0, 10881.0, 10867.0, 10897.0, 10887.0, 10883.0, 10870.0, 10907.0, 10957.0, 10912.0, 10948.0, 10967.0, 10908.0, 10967.0, 10901.0, 10974.0, 10925.0, 10958.0, 10922.0, 10954.0, 10918.0, 10926.0, 10901.0, 10860.0, 10883.0, 10856.0, 10895.0, 10860.0, 10920.0, 10860.0, 10908.0, 10876.0, 10936.0, 10878.0, 10922.0, 10875.0, 10938.0, 10886.0, 10925.0, 10882.0, 10927.0, 10879.0, 10922.0, 10864.0, 10912.0, 10883.0, 10937.0, 10898.0, 10917.0, 10883.0, 10922.0, 10873.0, 10931.0, 10884.0, 10905.0, 10929.0, 10917.0, 10936.0, 10927.0, 10983.0, 10912.0, 10985.0, 10906.0, 10957.0, 10899.0, 10957.0, 10952.0, 10939.0, 10920.0, 10896.0, 10942.0, 10896.0, 10955.0, 10921.0, 10872.0, 10888.0, 10886.0, 10915.0, 10936.0, 10940.0, 10923.0, 10900.0, 10971.0, 10896.0, 10957.0, 10893.0, 10929.0, 10867.0, 10892.0, 10876.0, 10918.0, 10863.0, 10881.0, 10927.0, 10880.0, 10941.0, 10893.0, 10954.0, 10867.0, 10915.0, 10880.0, 10916.0, 10879.0, 10918.0, 10861.0, 10888.0, 10885.0, 10902.0, 10910.0, 10876.0, 10935.0, 10874.0, 10934.0, 10887.0, 10910.0, 10861.0, 10910.0, 10869.0, 10911.0, 10858.0, 10912.0, 10895.0, 10884.0, 10932.0, 10882.0, 10932.0, 10882.0, 10917.0, 10855.0, 10879.0, 10854.0, 10883.0, 10856.0, 10885.0, 10908.0, 10861.0, 10934.0, 10875.0, 10911.0, 10866.0, 10926.0, 10867.0, 10915.0, 10881.0, 10917.0, 10881.0, 10893.0, 10883.0, 10922.0, 10894.0, 10923.0, 10896.0, 10884.0, 10957.0, 10910.0, 10956.0, 10906.0, 10929.0, 10880.0, 10904.0, 10865.0, 10915.0, 10878.0, 10882.0, 10891.0, 10896.0, 10957.0, 10897.0, 10958.0, 10895.0, 10955.0, 10907.0, 10929.0, 10883.0, 10943.0, 10883.0, 10945.0, 10881.0, 10944.0, 10877.0, 10906.0, 10951.0, 10892.0, 10939.0, 10879.0, 10940.0, 10867.0, 10915.0, 10865.0, 10917.0, 10879.0, 10882.0, 10903.0, 10882.0, 10944.0, 10910.0, 10944.0, 10884.0, 10932.0, 10883.0, 10945.0, 10880.0, 10932.0, 10880.0, 10920.0, 10916.0, 10905.0, 10954.0, 10905.0, 10941.0, 10877.0, 10910.0, 10859.0, 10897.0, 10886.0, 10876.0, 10949.0, 10878.0, 10939.0, 10879.0, 10916.0, 10883.0, 10944.0, 10888.0, 10949.0, 10905.0, 10963.0, 10943.0, 10963.0, 10900.0, 10960.0, 10923.0, 10958.0, 10895.0, 10944.0, 10891.0, 10927.0, 10862.0, 10901.0, 10860.0, 10887.0, 10862.0, 10878.0, 10864.0, 10882.0, 10879.0, 10896.0, 10885.0, 10902.0, 10911.0, 10929.0, 10976.0, 10939.0, 10961.0, 10910.0, 10946.0, 10881.0, 10945.0, 10888.0, 10904.0, 10951.0, 10901.0, 10949.0, 10884.0, 10920.0, 10870.0, 10905.0, 10857.0, 10907.0, 10852.0, 10922.0, 10854.0, 10882.0, 10855.0, 10895.0, 10868.0, 10934.0, 10867.0, 10875.0, 10875.0, 10900.0, 10867.0, 10914.0, 10882.0, 10959.0, 10912.0, 10959.0, 10921.0, 10956.0, 10917.0, 10939.0, 10868.0, 10907.0, 10927.0, 10891.0, 10925.0, 10849.0, 10897.0, 10832.0, 10872.0, 10892.0, 10845.0, 10892.0, 10834.0, 10894.0, 10836.0, 10872.0, 10849.0, 10878.0, 10856.0, 10870.0, 10871.0, 10889.0, 10924.0, 10889.0, 10950.0, 10890.0, 10937.0, 10874.0, 10913.0, 10858.0, 10912.0, 10858.0, 10876.0, 10949.0, 10876.0, 10937.0, 10889.0, 10925.0, 10866.0, 10929.0, 10866.0, 10918.0, 10878.0, 10918.0, 10878.0, 10879.0, 10954.0, 10895.0, 10955.0, 10896.0, 10955.0, 10882.0, 10943.0, 10896.0, 10945.0, 10884.0, 10916.0, 10882.0, 10920.0, 10899.0, 10957.0, 10917.0, 10963.0, 10903.0, 10973.0, 10914.0, 10949.0, 10905.0, 10962.0, 10928.0, 10963.0, 10902.0, 10960.0, 10896.0, 10932.0, 10879.0, 10931.0, 10878.0, 10892.0, 10864.0, 10909.0, 10881.0, 10896.0, 10882.0, 10912.0, 10887.0, 10915.0, 10888.0, 10917.0, 10951.0, 10929.0, 10943.0, 10917.0, 10976.0, 10951.0, 10974.0, 10922.0, 10955.0, 10878.0, 10929.0, 10861.0, 10926.0, 10858.0, 10888.0, 10896.0, 10887.0, 10874.0, 10880.0, 10938.0, 10893.0, 10958.0, 10908.0, 10955.0, 10893.0, 10954.0, 10919.0, 10952.0, 10888.0, 10939.0, 10891.0, 10953.0, 10889.0, 10939.0, 10875.0, 10912.0, 10858.0, 10926.0, 10871.0, 10926.0, 10859.0, 10885.0, 10867.0, 10897.0, 10856.0, 10898.0, 10882.0, 10913.0, 10886.0, 10902.0, 10909.0, 10887.0, 10922.0, 10900.0, 10872.0, 10874.0, 10907.0, 10890.0, 10886.0, 10889.0, 10906.0, 10897.0, 10884.0, 10898.0, 10878.0, 10958.0, 10899.0, 10974.0, 10930.0, 10961.0, 10934.0, 10882.0, 10929.0, 10877.0, 10956.0, 10891.0, 10956.0, 10894.0, 10934.0, 10873.0, 10933.0, 10871.0, 10932.0, 10858.0, 10919.0, 10871.0, 10844.0, 10860.0, 10861.0, 10877.0, 10881.0, 10958.0, 10900.0, 10949.0, 10887.0, 10960.0, 10897.0, 10962.0, 10927.0, 10960.0, 10899.0, 10946.0, 10926.0, 10933.0, 10947.0, 10867.0, 10931.0, 10862.0, 10941.0, 10898.0, 10927.0, 10858.0, 10898.0, 10858.0, 10924.0, 10868.0, 10938.0, 10856.0, 10907.0, 10855.0, 10894.0, 10852.0, 10935.0, 10858.0, 10924.0, 10845.0, 10904.0, 10859.0, 10911.0, 10860.0, 10924.0, 10875.0, 10906.0, 10873.0, 10938.0, 10879.0, 10877.0, 10947.0, 10901.0, 10963.0, 10904.0, 10889.0, 10903.0, 10889.0, 10968.0, 10901.0, 10966.0, 10899.0, 10961.0, 10883.0, 10956.0, 10881.0, 10956.0, 10882.0, 10929.0, 10881.0, 10955.0, 10909.0, 10957.0, 10898.0, 10959.0, 10901.0, 10960.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.0031848789671866597</td></tr>
<tr><td colspan=3>aqi</td><td>0.041945195373856915</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.435635820269184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1799432247308952</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0232647867599562</td></tr>
<tr><td colspan=3>efc</td><td>0.5027</td></tr>
<tr><td colspan=3>fber</td><td>5511.4634</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09157781082451674</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.3792361484669176</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5905954561849396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.470335668375335</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8540211137730163</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.447429586406468</td></tr>
<tr><td colspan=3>gcor</td><td>0.00480913</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00537074776366353</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03875615447759628</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>4.01437125931644</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.3171</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.5582</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.6231</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293633.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>1286.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>476.0569</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5312</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>655.1002</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4212.3238</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4388.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1093.0662</td></tr>
<tr><td colspan=3>tsnr</td><td>30.11989642959088</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>