<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-02/func/sub-0089_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>f541fb2630a07029935549ec276f3cbb</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>15:33:42.822500</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.998575, -0.0232548, -0.0480397, 0.0369651, 0.950599, 0.308213]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10146</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7796, -7290, 673, -40, -274, 58, 125]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.2</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b258adb-b99b-4ea4-9cef-6399c1fa5c69||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.679102897644043, 0.09917473793029785, -0.10394741594791412, 110.68763732910156], [0.06239088997244835, 2.550387144088745, 0.8357842564582825, -118.33102416992188], [-0.12888698279857635, -0.8269135355949402, 2.565279722213745, -27.592941284179688], [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': ['153342.822500', '153343.282500', '153343.742500', '153344.202500', '153344.662500', '153345.122500', '153345.582500', '153346.042500', '153346.502500', '153346.962500', '153347.422500', '153347.882500', '153348.342500', '153348.802500', '153349.262500', '153349.722500', '153350.182500', '153350.642500', '153351.102500', '153351.562500', '153352.022500', '153352.482500', '153352.942500', '153353.402500', '153353.862500', '153354.322500', '153354.782500', '153355.242500', '153355.702500', '153356.162500', '153356.622500', '153357.082500', '153357.542500', '153358.002500', '153358.462500', '153358.922500', '153359.382500', '153359.842500', '153400.302500', '153400.762500', '153401.222500', '153401.682500', '153402.142500', '153402.602500', '153403.062500', '153403.522500', '153403.982500', '153404.442500', '153404.902500', '153405.362500', '153405.822500', '153406.282500', '153406.742500', '153407.202500', '153407.662500', '153408.122500', '153408.582500', '153409.042500', '153409.502500', '153409.962500', '153410.422500', '153410.882500', '153411.342500', '153411.802500', '153412.262500', '153412.722500', '153413.182500', '153413.642500', '153414.102500', '153414.562500', '153415.022500', '153415.482500', '153415.942500', '153416.402500', '153416.862500', '153417.322500', '153417.782500', '153418.242500', '153418.702500', '153419.162500', '153419.622500', '153420.082500', '153420.542500', '153421.002500', '153421.462500', '153421.922500', '153422.382500', '153422.842500', '153423.302500', '153423.762500', '153424.222500', '153424.682500', '153425.142500', '153425.602500', '153426.062500', '153426.522500', '153426.982500', '153427.442500', '153427.902500', '153428.362500', '153428.822500', '153429.282500', '153429.742500', '153430.202500', '153430.662500', '153431.122500', '153431.582500', '153432.042500', '153432.502500', '153432.962500', '153433.422500', '153433.882500', '153434.342500', '153434.802500', '153435.262500', '153435.722500', '153436.182500', '153436.642500', '153437.102500', '153437.562500', '153438.022500', '153438.482500', '153438.942500', '153439.402500', '153439.862500', '153440.322500', '153440.782500', '153441.242500', '153441.702500', '153442.162500', '153442.622500', '153443.082500', '153443.542500', '153444.002500', '153444.462500', '153444.922500', '153445.382500', '153445.842500', '153446.302500', '153446.762500', '153447.222500', '153447.682500', '153448.142500', '153448.602500', '153449.062500', '153449.522500', '153449.982500', '153450.442500', '153450.902500', '153451.362500', '153451.822500', '153452.282500', '153452.742500', '153453.202500', '153453.662500', '153454.122500', '153454.582500', '153455.042500', '153455.502500', '153455.962500', '153456.422500', '153456.882500', '153457.342500', '153457.802500', '153458.262500', '153458.722500', '153459.182500', '153459.642500', '153500.102500', '153500.562500', '153501.022500', '153501.482500', '153501.942500', '153502.402500', '153502.862500', '153503.322500', '153503.782500', '153504.242500', '153504.702500', '153505.162500', '153505.622500', '153506.082500', '153506.542500', '153507.002500', '153507.462500', '153507.922500', '153508.382500', '153508.842500', '153509.302500', '153509.762500', '153510.222500', '153510.682500', '153511.142500', '153511.602500', '153512.062500', '153512.522500', '153512.982500', '153513.442500', '153513.902500', '153514.362500', '153514.822500', '153515.282500', '153515.742500', '153516.202500', '153516.662500', '153517.122500', '153517.582500', '153518.042500', '153518.502500', '153518.962500', '153519.422500', '153519.882500', '153520.342500', '153520.802500', '153521.262500', '153521.722500', '153522.182500', '153522.642500', '153523.102500', '153523.562500', '153524.022500', '153524.482500', '153524.942500', '153525.402500', '153525.862500', '153526.322500', '153526.782500', '153527.242500', '153527.702500', '153528.162500', '153528.622500', '153529.082500', '153529.542500', '153530.002500', '153530.462500', '153530.922500', '153531.382500', '153531.842500', '153532.302500', '153532.762500', '153533.222500', '153533.682500', '153534.142500', '153534.602500', '153535.062500', '153535.522500', '153535.982500', '153536.442500', '153536.902500', '153537.362500', '153537.822500', '153538.282500', '153538.742500', '153539.202500', '153539.662500', '153540.122500', '153540.582500', '153541.042500', '153541.502500', '153541.962500', '153542.422500', '153542.882500', '153543.342500', '153543.802500', '153544.262500', '153544.722500', '153545.182500', '153545.642500', '153546.102500', '153546.562500', '153547.022500', '153547.482500', '153547.942500', '153548.402500', '153548.862500', '153549.322500', '153549.782500', '153550.242500', '153550.702500', '153551.162500', '153551.622500', '153552.082500', '153552.542500', '153553.002500', '153553.462500', '153553.922500', '153554.382500', '153554.842500', '153555.302500', '153555.762500', '153556.222500', '153556.682500', '153557.142500', '153557.602500', '153558.062500', '153558.522500', '153558.982500', '153559.442500', '153559.902500', '153600.362500', '153600.822500', '153601.282500', '153601.742500', '153602.202500', '153602.662500', '153603.122500', '153603.582500', '153604.042500', '153604.502500', '153604.962500', '153605.422500', '153605.882500', '153606.342500', '153606.802500', '153607.262500', '153607.722500', '153608.182500', '153608.642500', '153609.102500', '153609.562500', '153610.022500', '153610.482500', '153610.942500', '153611.402500', '153611.862500', '153612.322500', '153612.782500', '153613.242500', '153613.702500', '153614.162500', '153614.622500', '153615.082500', '153615.542500', '153616.002500', '153616.462500', '153616.922500', '153617.382500', '153617.842500', '153618.302500', '153618.762500', '153619.222500', '153619.682500', '153620.142500', '153620.602500', '153621.062500', '153621.522500', '153621.982500', '153622.442500', '153622.902500', '153623.362500', '153623.822500', '153624.282500', '153624.742500', '153625.202500', '153625.662500', '153626.122500', '153626.582500', '153627.042500', '153627.502500', '153627.962500', '153628.422500', '153628.882500', '153629.342500', '153629.802500', '153630.262500', '153630.722500', '153631.182500', '153631.642500', '153632.102500', '153632.562500', '153633.022500', '153633.482500', '153633.942500', '153634.402500', '153634.862500', '153635.322500', '153635.782500', '153636.242500', '153636.702500', '153637.162500', '153637.622500', '153638.082500', '153638.542500', '153639.002500', '153639.462500', '153639.922500', '153640.382500', '153640.842500', '153641.302500', '153641.762500', '153642.222500', '153642.682500', '153643.142500', '153643.602500', '153644.062500', '153644.522500', '153644.982500', '153645.442500', '153645.902500', '153646.362500', '153646.822500', '153647.282500', '153647.742500', '153648.202500', '153648.662500', '153649.122500', '153649.582500', '153650.042500', '153650.502500', '153650.962500', '153651.422500', '153651.882500', '153652.342500', '153652.802500', '153653.262500', '153653.722500', '153654.182500', '153654.642500', '153655.102500', '153655.562500', '153656.022500', '153656.482500', '153656.942500', '153657.402500', '153657.862500', '153658.322500', '153658.782500', '153659.242500', '153659.702500', '153700.162500', '153700.622500', '153701.082500', '153701.542500', '153702.002500', '153702.462500', '153702.922500', '153703.382500', '153703.842500', '153704.302500', '153704.762500', '153705.222500', '153705.682500', '153706.142500', '153706.602500', '153707.062500', '153707.522500', '153707.982500', '153708.442500', '153708.902500', '153709.362500', '153709.822500', '153710.282500', '153710.742500', '153711.202500', '153711.662500', '153712.122500', '153712.582500', '153713.042500', '153713.502500', '153713.962500', '153714.422500', '153714.882500', '153715.342500', '153715.802500', '153716.262500', '153716.722500', '153717.182500', '153717.642500', '153718.102500', '153718.562500', '153719.022500', '153719.482500', '153719.942500', '153720.402500', '153720.862500', '153721.322500', '153721.782500', '153722.242500', '153722.702500', '153723.162500', '153723.622500', '153724.082500', '153724.542500', '153725.002500', '153725.462500', '153725.922500', '153726.382500', '153726.842500', '153727.302500', '153727.762500', '153728.222500', '153728.682500', '153729.142500', '153729.602500', '153730.062500', '153730.522500', '153730.982500', '153731.442500', '153731.902500', '153732.362500', '153732.822500', '153733.282500', '153733.742500', '153734.202500', '153734.662500', '153735.122500', '153735.582500', '153736.042500', '153736.502500', '153736.962500', '153737.422500', '153737.882500', '153738.342500', '153738.802500', '153739.262500', '153739.722500', '153740.182500', '153740.642500', '153741.102500', '153741.562500', '153742.022500', '153742.482500', '153742.942500', '153743.402500', '153743.862500', '153744.322500', '153744.782500', '153745.242500', '153745.702500', '153746.162500', '153746.622500', '153747.082500', '153747.542500', '153748.002500', '153748.462500', '153748.922500', '153749.382500', '153749.842500', '153750.302500', '153750.762500', '153751.222500', '153751.682500', '153752.142500', '153752.602500', '153753.062500', '153753.522500', '153753.982500', '153754.442500', '153754.902500', '153755.362500', '153755.822500', '153756.282500', '153756.742500', '153757.202500', '153757.662500', '153758.122500', '153758.582500', '153759.042500', '153759.502500', '153759.962500', '153800.422500', '153800.882500', '153801.342500', '153801.802500', '153802.262500', '153802.722500', '153803.182500', '153803.642500', '153804.102500', '153804.562500', '153805.022500', '153805.482500', '153805.942500', '153806.402500', '153806.862500', '153807.322500', '153807.782500', '153808.242500', '153808.702500', '153809.162500', '153809.622500', '153810.082500', '153810.542500', '153811.002500', '153811.462500', '153811.922500', '153812.382500', '153812.842500', '153813.302500', '153813.762500', '153814.222500', '153814.682500', '153815.142500', '153815.602500', '153816.062500', '153816.522500', '153816.982500', '153817.442500', '153817.902500', '153818.362500', '153818.822500', '153819.282500', '153819.742500', '153820.202500', '153820.662500', '153821.122500', '153821.582500', '153822.042500', '153822.502500', '153822.962500', '153823.422500', '153823.882500', '153824.342500', '153824.802500', '153825.262500', '153825.722500', '153826.182500', '153826.642500', '153827.102500', '153827.562500', '153828.022500', '153828.482500', '153828.942500', '153829.402500', '153829.862500', '153830.322500', '153830.782500', '153831.242500', '153831.702500', '153832.162500', '153832.622500', '153833.082500', '153833.542500', '153834.002500', '153834.462500', '153834.922500', '153835.382500', '153835.842500', '153836.302500', '153836.762500', '153837.222500', '153837.682500', '153838.142500', '153838.602500', '153839.062500', '153839.522500', '153839.982500', '153840.442500', '153840.902500', '153841.362500', '153841.822500', '153842.282500', '153842.742500', '153843.202500', '153843.662500', '153844.122500', '153844.582500', '153845.042500', '153845.502500', '153845.962500', '153846.422500', '153846.882500', '153847.342500', '153847.802500', '153848.262500', '153848.722500', '153849.182500', '153849.642500', '153850.102500', '153850.562500', '153851.022500', '153851.482500', '153851.942500', '153852.402500', '153852.862500', '153853.322500', '153853.782500', '153854.242500', '153854.702500', '153855.162500', '153855.622500', '153856.082500', '153856.542500', '153857.002500', '153857.462500', '153857.922500', '153858.382500', '153858.842500', '153859.302500', '153859.762500', '153900.222500', '153900.682500', '153901.142500', '153901.602500', '153902.062500', '153902.522500', '153902.982500', '153903.442500', '153903.902500', '153904.362500', '153904.822500', '153905.282500', '153905.742500', '153906.202500', '153906.662500', '153907.122500', '153907.582500', '153908.042500', '153908.502500', '153908.962500', '153909.422500', '153909.882500', '153910.342500', '153910.802500', '153911.262500', '153911.722500', '153912.182500', '153912.642500', '153913.102500', '153913.562500', '153914.022500', '153914.482500', '153914.942500', '153915.402500', '153915.862500', '153916.322500', '153916.782500', '153917.242500', '153917.702500', '153918.162500', '153918.622500', '153919.082500', '153919.542500', '153920.002500', '153920.462500', '153920.922500', '153921.382500', '153921.842500', '153922.302500', '153922.762500', '153923.222500', '153923.682500', '153924.142500', '153924.602500', '153925.062500', '153925.522500', '153925.982500', '153926.442500', '153926.902500', '153927.362500', '153927.822500', '153928.282500', '153928.742500', '153929.202500', '153929.662500', '153930.122500', '153930.582500', '153931.042500', '153931.502500', '153931.962500', '153932.422500', '153932.882500', '153933.342500', '153933.802500', '153934.262500', '153934.722500', '153935.182500', '153935.642500', '153936.102500', '153936.562500', '153937.022500', '153937.482500', '153937.942500', '153938.402500', '153938.862500', '153939.322500', '153939.782500', '153940.242500', '153940.702500', '153941.162500', '153941.622500', '153942.082500', '153942.542500', '153943.002500', '153943.462500', '153943.922500', '153944.382500', '153944.842500', '153945.302500', '153945.762500', '153946.222500', '153946.682500', '153947.142500', '153947.602500', '153948.062500', '153948.522500', '153948.982500', '153949.442500', '153949.902500', '153950.362500', '153950.822500', '153951.282500', '153951.742500', '153952.202500', '153952.662500', '153953.122500', '153953.582500', '153954.042500', '153954.502500', '153954.962500', '153955.422500', '153955.882500', '153956.342500', '153956.802500', '153957.262500', '153957.722500', '153958.182500', '153958.642500', '153959.102500', '153959.562500', '154000.022500', '154000.482500', '154000.942500', '154001.402500', '154001.862500', '154002.322500', '154002.782500', '154003.242500', '154003.702500', '154004.162500', '154004.622500', '154005.082500', '154005.542500', '154006.002500', '154006.462500', '154006.922500', '154007.382500', '154007.842500', '154008.302500', '154008.762500', '154009.222500', '154009.682500', '154010.142500', '154010.602500', '154011.062500', '154011.522500', '154011.982500', '154012.442500', '154012.902500', '154013.362500', '154013.822500', '154014.282500', '154014.742500', '154015.202500', '154015.662500', '154016.122500', '154016.582500', '154017.042500', '154017.502500', '154017.962500', '154018.422500', '154018.882500', '154019.342500', '154019.802500', '154020.262500', '154020.722500', '154021.182500', '154021.642500', '154022.102500', '154022.562500', '154023.022500', '154023.482500', '154023.942500', '154024.402500', '154024.862500', '154025.322500', '154025.782500', '154026.242500', '154026.702500', '154027.162500', '154027.622500', '154028.082500', '154028.542500', '154029.002500', '154029.462500', '154029.922500', '154030.382500', '154030.842500', '154031.302500', '154031.762500', '154032.222500', '154032.682500', '154033.142500', '154033.602500', '154034.062500', '154034.522500', '154034.982500', '154035.442500', '154035.902500', '154036.362500', '154036.822500', '154037.282500', '154037.742500', '154038.202500', '154038.662500', '154039.122500', '154039.582500', '154040.042500', '154040.502500', '154040.962500', '154041.422500', '154041.882500', '154042.342500', '154042.802500', '154043.262500', '154043.722500', '154044.182500', '154044.642500', '154045.102500', '154045.562500', '154046.022500', '154046.482500', '154046.942500', '154047.402500', '154047.862500', '154048.322500', '154048.782500', '154049.242500', '154049.702500', '154050.162500', '154050.622500', '154051.082500', '154051.542500', '154052.002500', '154052.462500', '154052.922500', '154053.382500', '154053.842500', '154054.302500', '154054.762500', '154055.222500', '154055.682500', '154056.142500', '154056.602500', '154057.062500', '154057.522500', '154057.982500', '154058.442500', '154058.902500', '154059.362500', '154059.822500', '154100.282500', '154100.742500', '154101.202500', '154101.662500', '154102.122500', '154102.582500', '154103.042500', '154103.502500', '154103.962500', '154104.422500', '154104.882500', '154105.342500', '154105.802500', '154106.262500', '154106.722500', '154107.182500', '154107.642500', '154108.102500', '154108.562500', '154109.022500', '154109.482500', '154109.942500', '154110.402500', '154110.862500', '154111.322500', '154111.782500', '154112.242500', '154112.702500', '154113.162500', '154113.622500', '154114.082500', '154114.542500', '154115.002500', '154115.462500', '154115.922500', '154116.382500', '154116.842500', '154117.302500', '154117.762500', '154118.222500', '154118.682500', '154119.142500', '154119.602500', '154120.062500', '154120.522500', '154120.982500', '154121.442500', '154121.902500', '154122.362500', '154122.822500', '154123.282500', '154123.742500', '154124.202500', '154124.662500', '154125.122500', '154125.582500', '154126.042500', '154126.502500', '154126.962500', '154127.422500', '154127.882500', '154128.342500', '154128.802500', '154129.262500', '154129.722500', '154130.182500', '154130.642500', '154131.102500', '154131.562500', '154132.022500', '154132.482500', '154132.942500', '154133.402500', '154133.862500', '154134.322500', '154134.782500', '154135.242500', '154135.702500', '154136.162500', '154136.622500', '154137.082500', '154137.542500', '154138.002500', '154138.462500', '154138.922500', '154139.382500', '154139.842500', '154140.302500', '154140.762500', '154141.222500', '154141.682500', '154142.142500', '154142.602500', '154143.062500', '154143.522500', '154143.982500', '154144.442500', '154144.902500', '154145.362500', '154145.822500', '154146.282500', '154146.742500', '154147.202500', '154147.662500', '154148.122500', '154148.582500', '154149.042500', '154149.502500', '154149.962500', '154150.422500', '154150.882500', '154151.342500', '154151.802500', '154152.262500', '154152.722500', '154153.182500', '154153.642500', '154154.102500', '154154.562500', '154155.022500', '154155.482500', '154155.942500', '154156.402500', '154156.862500', '154157.322500', '154157.782500', '154158.242500', '154158.702500', '154159.162500', '154159.622500', '154200.082500', '154200.542500', '154201.002500', '154201.462500', '154201.922500', '154202.382500', '154202.842500', '154203.302500', '154203.762500', '154204.222500', '154204.682500', '154205.142500', '154205.602500', '154206.062500', '154206.522500', '154206.982500', '154207.442500', '154207.902500', '154208.362500', '154208.822500', '154209.282500', '154209.742500', '154210.202500', '154210.662500', '154211.122500', '154211.582500', '154212.042500', '154212.502500', '154212.962500', '154213.422500', '154213.882500', '154214.342500', '154214.802500', '154215.262500', '154215.722500', '154216.182500', '154216.642500', '154217.102500', '154217.562500', '154218.022500', '154218.482500', '154218.942500', '154219.402500', '154219.862500', '154220.322500', '154220.782500', '154221.242500', '154221.702500', '154222.162500', '154222.622500', '154223.082500', '154223.542500', '154224.002500', '154224.462500', '154224.922500', '154225.382500', '154225.842500', '154226.302500', '154226.762500', '154227.222500', '154227.682500', '154228.142500', '154228.602500', '154229.062500', '154229.522500', '154229.982500', '154230.442500', '154230.902500', '154231.362500', '154231.822500', '154232.282500', '154232.742500', '154233.202500', '154233.662500', '154234.122500', '154234.582500', '154235.042500', '154235.502500', '154235.962500', '154236.422500', '154236.882500', '154237.342500', '154237.802500', '154238.262500', '154238.722500', '154239.182500', '154239.642500', '154240.102500', '154240.562500', '154241.022500', '154241.482500', '154241.942500', '154242.402500', '154242.862500', '154243.322500', '154243.782500', '154244.242500', '154244.702500', '154245.162500', '154245.622500', '154246.082500', '154246.542500', '154247.002500', '154247.462500', '154247.922500', '154248.382500', '154248.842500', '154249.302500', '154249.762500', '154250.222500', '154250.682500', '154251.142500', '154251.602500', '154252.062500', '154252.522500', '154252.982500', '154253.442500', '154253.902500', '154254.362500', '154254.822500', '154255.282500', '154255.742500', '154256.202500', '154256.662500', '154257.122500', '154257.582500', '154258.042500', '154258.502500', '154258.962500', '154259.422500', '154259.882500', '154300.342500', '154300.802500', '154301.262500', '154301.722500', '154302.182500', '154302.642500', '154303.102500', '154303.562500', '154304.022500', '154304.482500', '154304.942500', '154305.402500', '154305.862500', '154306.322500', '154306.782500', '154307.242500', '154307.702500', '154308.162500', '154308.622500', '154309.082500', '154309.542500', '154310.002500', '154310.462500', '154310.922500', '154311.382500', '154311.842500', '154312.302500', '154312.762500', '154313.222500', '154313.682500', '154314.142500', '154314.602500', '154315.062500', '154315.522500', '154315.982500', '154316.442500', '154316.902500', '154317.362500', '154317.822500', '154318.282500', '154318.742500', '154319.202500', '154319.662500', '154320.122500', '154320.582500', '154321.042500', '154321.502500', '154321.962500', '154322.422500', '154322.882500', '154323.342500', '154323.802500', '154324.262500', '154324.722500', '154325.182500', '154325.642500', '154326.102500', '154326.562500', '154327.022500', '154327.482500', '154327.942500', '154328.402500', '154328.862500', '154329.322500', '154329.782500', '154330.242500', '154330.702500', '154331.162500', '154331.622500', '154332.082500', '154332.542500', '154333.002500', '154333.462500', '154333.922500', '154334.382500', '154334.842500', '154335.302500', '154335.762500', '154336.222500', '154336.682500', '154337.142500', '154337.602500', '154338.062500', '154338.522500', '154338.982500', '154339.442500', '154339.902500', '154340.362500', '154340.822500', '154341.282500', '154341.742500', '154342.202500', '154342.662500', '154343.122500', '154343.582500', '154344.042500', '154344.502500', '154344.962500', '154345.422500', '154345.882500', '154346.342500', '154346.802500', '154347.262500', '154347.722500', '154348.182500', '154348.642500', '154349.102500', '154349.562500', '154350.022500', '154350.482500', '154350.942500', '154351.402500', '154351.862500', '154352.322500', '154352.782500', '154353.242500', '154353.702500', '154354.162500', '154354.622500', '154355.082500', '154355.542500', '154356.002500', '154356.462500', '154356.922500', '154357.382500', '154357.842500', '154358.302500', '154358.762500', '154359.222500', '154359.682500', '154400.142500', '154400.602500', '154401.062500', '154401.522500', '154401.982500', '154402.442500', '154402.902500', '154403.362500', '154403.822500', '154404.282500', '154404.742500', '154405.202500', '154405.662500', '154406.122500', '154406.582500', '154407.042500', '154407.502500', '154407.962500', '154408.422500', '154408.882500', '154409.342500', '154409.802500', '154410.262500', '154410.722500', '154411.182500', '154411.642500', '154412.102500', '154412.562500', '154413.022500', '154413.482500', '154413.942500', '154414.402500', '154414.862500', '154415.322500', '154415.782500', '154416.242500', '154416.702500', '154417.162500', '154417.622500', '154418.082500', '154418.542500', '154419.002500', '154419.462500', '154419.922500', '154420.382500', '154420.842500', '154421.302500', '154421.762500', '154422.222500', '154422.682500', '154423.142500', '154423.602500', '154424.062500', '154424.522500', '154424.982500', '154425.442500', '154425.902500', '154426.362500', '154426.822500', '154427.282500', '154427.742500', '154428.202500', '154428.662500', '154429.122500', '154429.582500', '154430.042500', '154430.502500', '154430.962500', '154431.422500', '154431.882500', '154432.342500', '154432.802500', '154433.262500', '154433.722500', '154434.182500', '154434.642500', '154435.102500', '154435.562500', '154436.022500', '154436.482500', '154436.942500', '154437.402500', '154437.862500', '154438.322500', '154438.782500', '154439.242500', '154439.702500', '154440.162500', '154440.622500', '154441.082500', '154441.542500', '154442.002500', '154442.462500', '154442.922500', '154443.382500', '154443.842500', '154444.302500', '154444.762500', '154445.222500', '154445.682500', '154446.142500', '154446.602500', '154447.062500', '154447.522500', '154447.982500', '154448.442500', '154448.902500', '154449.362500', '154449.822500', '154450.282500', '154450.742500', '154451.202500', '154451.662500', '154452.122500', '154452.582500', '154453.042500', '154453.502500', '154453.962500', '154454.422500', '154454.882500', '154455.342500', '154455.802500', '154456.262500', '154456.722500', '154457.182500', '154457.642500', '154458.102500', '154458.562500', '154459.022500', '154459.482500', '154459.942500', '154500.402500', '154500.862500', '154501.322500', '154501.782500', '154502.242500', '154502.702500', '154503.162500', '154503.622500', '154504.082500', '154504.542500', '154505.002500', '154505.462500', '154505.922500', '154506.382500', '154506.842500', '154507.302500', '154507.762500', '154508.222500', '154508.682500', '154509.142500', '154509.602500', '154510.062500', '154510.522500', '154510.982500', '154511.442500', '154511.902500', '154512.362500', '154512.822500', '154513.282500', '154513.742500', '154514.202500', '154514.662500', '154515.122500', '154515.582500', '154516.042500', '154516.502500', '154516.962500', '154517.422500', '154517.882500', '154518.342500', '154518.802500', '154519.262500', '154519.722500', '154520.182500', '154520.642500', '154521.102500', '154521.562500', '154522.022500', '154522.482500', '154522.942500', '154523.402500', '154523.862500', '154524.322500', '154524.782500', '154525.242500', '154525.702500', '154526.162500', '154526.622500', '154527.082500', '154527.542500', '154528.002500', '154528.462500', '154528.922500', '154529.382500', '154529.842500', '154530.302500', '154530.762500', '154531.222500', '154531.682500', '154532.142500', '154532.602500', '154533.062500', '154533.522500', '154533.982500', '154534.442500', '154534.902500', '154535.362500', '154535.822500', '154536.282500', '154536.742500', '154537.202500', '154537.662500', '154538.122500', '154538.582500', '154539.042500', '154539.502500', '154539.962500', '154540.422500', '154540.882500', '154541.342500', '154541.802500', '154542.262500', '154542.722500', '154543.182500', '154543.642500', '154544.102500', '154544.562500', '154545.022500', '154545.482500', '154545.942500', '154546.402500', '154546.862500', '154547.322500', '154547.782500', '154548.242500', '154548.702500', '154549.162500', '154549.622500', '154550.082500', '154550.542500', '154551.002500', '154551.462500', '154551.922500', '154552.382500', '154552.842500', '154553.302500', '154553.762500', '154554.222500', '154554.682500', '154555.142500', '154555.602500', '154556.062500', '154556.522500', '154556.982500', '154557.442500', '154557.902500', '154558.362500', '154558.822500', '154559.282500', '154559.742500', '154600.202500', '154600.662500', '154601.122500', '154601.582500', '154602.042500', '154602.502500', '154602.962500', '154603.422500', '154603.882500', '154604.342500', '154604.802500', '154605.262500', '154605.722500', '154606.182500', '154606.642500', '154607.102500', '154607.562500', '154608.022500', '154608.482500', '154608.942500', '154609.402500', '154609.862500', '154610.322500', '154610.782500', '154611.242500', '154611.702500', '154612.162500', '154612.622500', '154613.082500', '154613.542500', '154614.002500', '154614.462500', '154614.922500', '154615.382500', '154615.842500', '154616.302500', '154616.762500', '154617.222500', '154617.682500', '154618.142500', '154618.602500', '154619.062500', '154619.522500', '154619.982500', '154620.442500', '154620.902500', '154621.362500', '154621.822500', '154622.282500', '154622.742500', '154623.202500', '154623.662500', '154624.122500', '154624.582500', '154625.042500', '154625.502500', '154625.962500', '154626.422500', '154626.882500', '154627.342500', '154627.802500', '154628.262500', '154628.722500', '154629.182500', '154629.642500', '154630.102500', '154630.562500', '154631.022500', '154631.482500', '154631.942500', '154632.402500', '154632.862500', '154633.322500', '154633.782500', '154634.242500', '154634.702500', '154635.162500', '154635.622500', '154636.082500', '154636.542500', '154637.002500', '154637.462500', '154637.922500', '154638.382500', '154638.842500', '154639.302500', '154639.762500', '154640.222500', '154640.682500', '154641.142500', '154641.602500', '154642.062500', '154642.522500', '154642.982500', '154643.442500', '154643.902500', '154644.362500', '154644.822500', '154645.282500', '154645.742500', '154646.202500', '154646.662500', '154647.122500', '154647.582500', '154648.042500', '154648.502500', '154648.962500', '154649.422500', '154649.882500', '154650.342500', '154650.802500', '154651.262500', '154651.722500', '154652.182500', '154652.642500', '154653.102500', '154653.562500', '154654.022500', '154654.482500', '154654.942500', '154655.402500', '154655.862500', '154656.322500', '154656.782500', '154657.242500', '154657.702500', '154658.162500', '154658.622500', '154659.082500', '154659.542500', '154700.002500', '154700.462500', '154700.922500', '154701.382500', '154701.842500', '154702.302500', '154702.762500', '154703.222500', '154703.682500', '154704.142500', '154704.602500', '154705.062500', '154705.522500', '154705.982500', '154706.442500', '154706.902500', '154707.362500', '154707.822500', '154708.282500', '154708.742500', '154709.202500', '154709.662500', '154710.122500', '154710.582500', '154711.042500', '154711.502500', '154711.962500', '154712.422500', '154712.882500', '154713.342500', '154713.802500', '154714.262500', '154714.722500', '154715.182500', '154715.642500', '154716.102500', '154716.562500', '154717.022500', '154717.482500', '154717.942500', '154718.402500', '154718.862500', '154719.322500', '154719.782500', '154720.242500', '154720.702500', '154721.162500', '154721.622500', '154722.082500', '154722.542500', '154723.002500', '154723.462500', '154723.922500', '154724.382500', '154724.842500', '154725.302500', '154725.762500', '154726.222500', '154726.682500', '154727.142500', '154727.602500', '154728.062500', '154728.522500', '154728.982500', '154729.442500', '154729.902500', '154730.362500', '154730.822500', '154731.282500', '154731.742500', '154732.202500', '154732.662500', '154733.122500', '154733.582500', '154734.042500', '154734.502500', '154734.962500', '154735.422500', '154735.882500', '154736.342500', '154736.802500', '154737.262500', '154737.722500', '154738.182500', '154738.642500', '154739.102500', '154739.562500', '154740.022500', '154740.482500', '154740.942500', '154741.402500', '154741.862500', '154742.322500', '154742.782500', '154743.242500', '154743.702500', '154744.162500', '154744.622500', '154745.082500', '154745.542500', '154746.002500', '154746.462500', '154746.922500', '154747.382500', '154747.842500', '154748.302500', '154748.762500', '154749.222500', '154749.682500', '154750.142500', '154750.602500', '154751.062500', '154751.522500', '154751.982500', '154752.442500', '154752.902500', '154753.362500', '154753.822500', '154754.282500', '154754.742500', '154755.202500', '154755.662500', '154756.122500', '154756.582500', '154757.042500', '154757.502500'], 'ContentTime': ['153404.606000', '153404.609000', '153404.612000', '153404.615000', '153404.617000', '153404.620000', '153404.623000', '153404.625000', '153404.628000', '153404.630000', '153404.633000', '153404.636000', '153404.638000', '153404.641000', '153404.643000', '153404.646000', '153404.649000', '153404.651000', '153404.654000', '153404.656000', '153404.659000', '153404.662000', '153404.669000', '153404.671000', '153404.674000', '153404.676000', '153404.679000', '153404.682000', '153404.684000', '153404.687000', '153404.690000', '153404.692000', '153404.695000', '153404.697000', '153404.700000', '153404.702000', '153404.705000', '153404.708000', '153404.710000', '153404.713000', '153404.715000', '153404.718000', '153404.721000', '153404.723000', '153404.726000', '153424.571000', '153424.574000', '153424.577000', '153424.579000', '153424.582000', '153424.585000', '153424.587000', '153424.590000', '153424.592000', '153424.595000', '153424.598000', '153424.600000', '153424.603000', '153424.605000', '153424.608000', '153424.611000', '153424.613000', '153424.616000', '153424.619000', '153424.621000', '153424.624000', '153424.627000', '153424.629000', '153424.632000', '153424.634000', '153424.637000', '153424.640000', '153424.642000', '153424.645000', '153424.647000', '153424.650000', '153424.652000', '153424.655000', '153424.658000', '153424.660000', '153424.663000', '153424.665000', '153424.668000', '153424.670000', '153424.673000', '153424.676000', '153424.678000', '153424.681000', '153444.572000', '153444.574000', '153444.577000', '153444.580000', '153444.582000', '153444.585000', '153444.587000', '153444.590000', '153444.592000', '153444.595000', '153444.598000', '153444.600000', '153444.603000', '153444.606000', '153444.608000', '153444.611000', '153444.613000', '153444.616000', '153444.619000', '153444.621000', '153444.624000', '153444.626000', '153444.629000', '153444.631000', '153444.634000', '153444.637000', '153444.639000', '153444.642000', '153444.644000', '153444.647000', '153444.650000', '153444.652000', '153444.655000', '153444.657000', '153444.660000', '153444.663000', '153444.673000', '153444.676000', '153444.678000', '153444.681000', '153444.684000', '153444.686000', '153444.689000', '153444.691000', '153504.571000', '153504.574000', '153504.577000', '153504.579000', '153504.582000', '153504.585000', '153504.587000', '153504.590000', '153504.592000', '153504.595000', '153504.598000', '153504.600000', '153504.603000', '153504.605000', '153504.608000', '153504.611000', '153504.614000', '153504.616000', '153504.619000', '153504.621000', '153504.624000', '153504.627000', '153504.630000', '153504.632000', '153504.635000', '153504.642000', '153504.645000', '153504.647000', '153504.650000', '153504.653000', '153504.655000', '153504.658000', '153504.660000', '153504.663000', '153504.666000', '153504.668000', '153504.671000', '153504.673000', '153504.676000', '153504.679000', '153504.681000', '153504.684000', '153504.686000', '153524.572000', '153524.575000', '153524.578000', '153524.580000', '153524.583000', '153524.586000', '153524.588000', '153524.591000', '153524.593000', '153524.596000', '153524.599000', '153524.601000', '153524.604000', '153524.607000', '153524.609000', '153524.612000', '153524.614000', '153524.617000', '153524.620000', '153524.622000', '153524.625000', '153524.627000', '153524.630000', '153524.633000', '153524.635000', '153524.638000', '153524.640000', '153524.643000', '153524.646000', '153524.648000', '153524.651000', '153524.653000', '153524.656000', '153524.659000', '153524.661000', '153524.664000', '153524.666000', '153524.669000', '153524.672000', '153524.674000', '153524.677000', '153524.679000', '153524.682000', '153524.685000', '153544.572000', '153544.575000', '153544.578000', '153544.580000', '153544.583000', '153544.586000', '153544.588000', '153544.591000', '153544.593000', '153544.596000', '153544.599000', '153544.601000', '153544.604000', '153544.607000', '153544.609000', '153544.612000', '153544.614000', '153544.617000', '153544.620000', '153544.622000', '153544.625000', '153544.627000', '153544.630000', '153544.633000', '153544.635000', '153544.638000', '153544.641000', '153544.643000', '153544.646000', '153544.648000', '153544.651000', '153544.654000', '153544.656000', '153544.659000', '153544.661000', '153544.664000', '153544.667000', '153544.669000', '153544.672000', '153544.674000', '153544.677000', '153544.680000', '153544.682000', '153604.572000', '153604.575000', '153604.578000', '153604.581000', '153604.583000', '153604.586000', '153604.588000', '153604.591000', '153604.594000', '153604.596000', '153604.599000', '153604.602000', '153604.604000', '153604.607000', '153604.610000', '153604.612000', '153604.615000', '153604.618000', '153604.620000', '153604.623000', '153604.626000', '153604.628000', '153604.631000', '153604.633000', '153604.636000', '153604.639000', '153604.641000', '153604.644000', '153604.646000', '153604.649000', '153604.652000', '153604.654000', '153604.657000', '153604.659000', '153604.662000', '153604.665000', '153604.667000', '153604.670000', '153604.673000', '153604.675000', '153604.678000', '153604.681000', '153604.683000', '153604.686000', '153624.572000', '153624.574000', '153624.577000', '153624.580000', '153624.582000', '153624.585000', '153624.621000', '153624.623000', '153624.626000', '153624.629000', '153624.631000', '153624.634000', '153624.636000', '153624.639000', '153624.642000', '153624.644000', '153624.647000', '153624.650000', '153624.652000', '153624.655000', '153624.658000', '153624.660000', '153624.663000', '153624.666000', '153624.668000', '153624.672000', '153624.675000', '153624.678000', '153624.680000', '153624.683000', '153624.685000', '153624.688000', '153624.691000', '153624.693000', '153624.696000', '153624.699000', '153624.701000', '153624.704000', '153624.706000', '153624.712000', '153624.714000', '153624.717000', '153624.720000', '153644.572000', '153644.574000', '153644.577000', '153644.580000', '153644.582000', '153644.585000', '153644.587000', '153644.590000', '153644.593000', '153644.595000', '153644.598000', '153644.600000', '153644.603000', '153644.606000', '153644.608000', '153644.611000', '153644.614000', '153644.616000', '153644.619000', '153644.621000', '153644.624000', '153644.627000', '153644.629000', '153644.632000', '153644.635000', '153644.637000', '153644.640000', '153644.643000', '153644.645000', '153644.648000', '153644.650000', '153644.653000', '153644.656000', '153644.658000', '153644.661000', '153644.664000', '153644.666000', '153644.669000', '153644.671000', '153644.674000', '153644.677000', '153644.679000', '153644.682000', '153644.685000', '153704.573000', '153704.576000', '153704.579000', '153704.582000', '153704.585000', '153704.587000', '153704.590000', '153704.595000', '153704.599000', '153704.602000', '153704.605000', '153704.608000', '153704.611000', '153704.614000', '153704.616000', '153704.619000', '153704.622000', '153704.625000', '153704.628000', '153704.631000', '153704.634000', '153704.637000', '153704.640000', '153704.642000', '153704.645000', '153704.648000', '153704.651000', '153704.654000', '153704.656000', '153704.659000', '153704.662000', '153704.664000', '153704.678000', '153704.693000', '153704.696000', '153704.698000', '153704.701000', '153704.705000', '153704.708000', '153704.711000', '153704.714000', '153704.717000', '153704.719000', '153724.571000', '153724.574000', '153724.577000', '153724.580000', '153724.583000', '153724.585000', '153724.588000', '153724.591000', '153724.593000', '153724.596000', '153724.598000', '153724.601000', '153724.604000', '153724.607000', '153724.609000', '153724.612000', '153724.614000', '153724.617000', '153724.620000', '153724.622000', '153724.625000', '153724.628000', '153724.630000', '153724.633000', '153724.635000', '153724.638000', '153724.641000', '153724.643000', '153724.646000', '153724.648000', '153724.651000', '153724.654000', '153724.656000', '153724.659000', '153724.661000', '153724.664000', '153724.667000', '153724.669000', '153724.672000', '153724.674000', '153724.677000', '153724.680000', '153724.682000', '153724.685000', '153744.572000', '153744.575000', '153744.578000', '153744.581000', '153744.583000', '153744.586000', '153744.588000', '153744.591000', '153744.594000', '153744.596000', '153744.599000', '153744.602000', '153744.604000', '153744.607000', '153744.609000', '153744.612000', '153744.615000', '153744.617000', '153744.620000', '153744.622000', '153744.625000', '153744.627000', '153744.630000', '153744.633000', '153744.635000', '153744.638000', '153744.640000', '153744.643000', '153744.646000', '153744.648000', '153744.651000', '153744.653000', '153744.656000', '153744.659000', '153744.661000', '153744.664000', '153744.666000', '153744.669000', '153744.672000', '153744.674000', '153744.677000', '153744.679000', '153744.682000', '153804.572000', '153804.575000', '153804.578000', '153804.580000', '153804.583000', '153804.586000', '153804.588000', '153804.591000', '153804.594000', '153804.596000', '153804.599000', '153804.601000', '153804.604000', '153804.607000', '153804.609000', '153804.612000', '153804.614000', '153804.617000', '153804.620000', '153804.622000', '153804.625000', '153804.627000', '153804.630000', '153804.633000', '153804.635000', '153804.638000', '153804.641000', '153804.643000', '153804.646000', '153804.649000', '153804.651000', '153804.654000', '153804.656000', '153804.659000', '153804.661000', '153804.664000', '153804.667000', '153804.669000', '153804.672000', '153804.674000', '153804.677000', '153804.679000', '153804.682000', '153804.685000', '153824.572000', '153824.575000', '153824.578000', '153824.580000', '153824.583000', '153824.586000', '153824.588000', '153824.591000', '153824.593000', '153824.596000', '153824.599000', '153824.601000', '153824.604000', '153824.607000', '153824.610000', '153824.612000', '153824.615000', '153824.618000', '153824.620000', '153824.623000', '153824.625000', '153824.628000', '153824.631000', '153824.633000', '153824.636000', '153824.639000', '153824.641000', '153824.644000', '153824.647000', '153824.649000', '153824.652000', '153824.654000', '153824.657000', '153824.660000', '153824.662000', '153824.665000', '153824.667000', '153824.670000', '153824.673000', '153824.675000', '153824.678000', '153824.680000', '153824.683000', '153844.572000', '153844.575000', '153844.577000', '153844.580000', '153844.583000', '153844.586000', '153844.588000', '153844.591000', '153844.593000', '153844.596000', '153844.599000', '153844.601000', '153844.604000', '153844.655000', '153844.658000', '153844.660000', '153844.663000', '153844.666000', '153844.668000', '153844.671000', '153844.674000', '153844.676000', '153844.679000', '153844.681000', '153844.684000', '153844.687000', '153844.689000', '153844.692000', '153844.695000', '153844.697000', '153844.700000', '153844.703000', '153844.705000', '153844.708000', '153844.711000', '153844.713000', '153844.716000', '153844.718000', '153844.721000', '153844.724000', '153844.726000', '153844.729000', '153844.732000', '153844.734000', '153904.572000', '153904.574000', '153904.577000', '153904.580000', '153904.582000', '153904.585000', '153904.587000', '153904.590000', '153904.593000', '153904.595000', '153904.598000', '153904.600000', '153904.603000', '153904.606000', '153904.608000', '153904.611000', '153904.614000', '153904.616000', '153904.619000', '153904.621000', '153904.624000', '153904.627000', '153904.629000', '153904.632000', '153904.634000', '153904.637000', '153904.640000', '153904.643000', '153904.645000', '153904.648000', '153904.651000', '153904.653000', '153904.656000', '153904.658000', '153904.661000', '153904.664000', '153904.666000', '153904.669000', '153904.672000', '153904.674000', '153904.677000', '153904.680000', '153904.682000', '153924.571000', '153924.574000', '153924.577000', '153924.579000', '153924.582000', '153924.585000', '153924.587000', '153924.590000', '153924.592000', '153924.595000', '153924.598000', '153924.600000', '153924.603000', '153924.606000', '153924.608000', '153924.611000', '153924.614000', '153924.616000', '153924.619000', '153924.621000', '153924.624000', '153924.626000', '153924.629000', '153924.632000', '153924.634000', '153924.637000', '153924.640000', '153924.642000', '153924.645000', '153924.647000', '153924.650000', '153924.653000', '153924.655000', '153924.658000', '153924.661000', '153924.663000', '153924.666000', '153924.668000', '153924.671000', '153924.674000', '153924.676000', '153924.679000', '153924.682000', '153924.684000', '153944.572000', '153944.574000', '153944.577000', '153944.580000', '153944.582000', '153944.585000', '153944.587000', '153944.590000', '153944.592000', '153944.595000', '153944.598000', '153944.600000', '153944.603000', '153944.606000', '153944.608000', '153944.611000', '153944.613000', '153944.616000', '153944.619000', '153944.621000', '153944.624000', '153944.627000', '153944.629000', '153944.632000', '153944.634000', '153944.637000', '153944.640000', '153944.642000', '153944.645000', '153944.647000', '153944.650000', '153944.653000', '153944.655000', '153944.658000', '153944.660000', '153944.663000', '153944.665000', '153944.668000', '153944.671000', '153944.673000', '153944.676000', '153944.678000', '153944.681000', '154004.573000', '154004.575000', '154004.578000', '154004.581000', '154004.583000', '154004.586000', '154004.589000', '154004.591000', '154004.594000', '154004.597000', '154004.599000', '154004.602000', '154004.605000', '154004.608000', '154004.611000', '154004.614000', '154004.616000', '154004.619000', '154004.621000', '154004.624000', '154004.627000', '154004.629000', '154004.632000', '154004.634000', '154004.644000', '154004.646000', '154004.649000', '154004.652000', '154004.654000', '154004.657000', '154004.660000', '154004.663000', '154004.665000', '154004.668000', '154004.670000', '154004.673000', '154004.676000', '154004.678000', '154004.681000', '154004.684000', '154004.686000', '154004.689000', '154004.691000', '154024.572000', '154024.575000', '154024.578000', '154024.581000', '154024.583000', '154024.586000', '154024.589000', '154024.591000', '154024.594000', '154024.597000', '154024.599000', '154024.602000', '154024.605000', '154024.607000', '154024.610000', '154024.613000', '154024.615000', '154024.618000', '154024.620000', '154024.623000', '154024.626000', '154024.628000', '154024.631000', '154024.633000', '154024.636000', '154024.639000', '154024.641000', '154024.644000', '154024.647000', '154024.649000', '154024.652000', '154024.654000', '154024.657000', '154024.660000', '154024.662000', '154024.665000', '154024.667000', '154024.670000', '154024.673000', '154024.675000', '154024.678000', '154024.681000', '154024.683000', '154024.686000', '154044.573000', '154044.576000', '154044.578000', '154044.581000', '154044.584000', '154044.587000', '154044.589000', '154044.592000', '154044.595000', '154044.597000', '154044.600000', '154044.603000', '154044.605000', '154044.608000', '154044.611000', '154044.613000', '154044.616000', '154044.618000', '154044.621000', '154044.624000', '154044.626000', '154044.629000', '154044.632000', '154044.634000', '154044.637000', '154044.639000', '154044.642000', '154044.645000', '154044.647000', '154044.650000', '154044.652000', '154044.655000', '154044.658000', '154044.660000', '154044.663000', '154044.666000', '154044.668000', '154044.671000', '154044.673000', '154044.676000', '154044.679000', '154044.681000', '154044.684000', '154104.572000', '154104.574000', '154104.577000', '154104.580000', '154104.582000', '154104.585000', '154104.588000', '154104.590000', '154104.593000', '154104.595000', '154104.598000', '154104.601000', '154104.603000', '154104.606000', '154104.609000', '154104.611000', '154104.614000', '154104.617000', '154104.619000', '154104.622000', '154104.625000', '154104.627000', '154104.630000', '154104.632000', '154104.635000', '154104.638000', '154104.640000', '154104.643000', '154104.646000', '154104.648000', '154104.651000', '154104.653000', '154104.656000', '154104.659000', '154104.661000', '154104.664000', '154104.667000', '154104.669000', '154104.672000', '154104.675000', '154104.677000', '154104.680000', '154104.682000', '154104.685000', '154124.572000', '154124.574000', '154124.577000', '154124.580000', '154124.582000', '154124.585000', '154124.588000', '154124.590000', '154124.593000', '154124.595000', '154124.598000', '154124.601000', '154124.603000', '154124.606000', '154124.609000', '154124.611000', '154124.614000', '154124.617000', '154124.619000', '154124.622000', '154124.624000', '154124.627000', '154124.630000', '154124.632000', '154124.635000', '154124.638000', '154124.640000', '154124.643000', '154124.647000', '154124.650000', '154124.653000', '154124.656000', '154124.658000', '154124.661000', '154124.664000', '154124.683000', '154124.686000', '154124.689000', '154124.691000', '154124.694000', '154124.696000', '154124.699000', '154124.702000', '154144.571000', '154144.574000', '154144.577000', '154144.580000', '154144.582000', '154144.585000', '154144.587000', '154144.590000', '154144.592000', '154144.595000', '154144.598000', '154144.601000', '154144.603000', '154144.606000', '154144.609000', '154144.611000', '154144.614000', '154144.617000', '154144.619000', '154144.622000', '154144.624000', '154144.627000', '154144.630000', '154144.632000', '154144.635000', '154144.637000', '154144.640000', '154144.643000', '154144.645000', '154144.648000', '154144.650000', '154144.653000', '154144.656000', '154144.658000', '154144.661000', '154144.664000', '154144.666000', '154144.669000', '154144.671000', '154144.674000', '154144.676000', '154144.679000', '154144.682000', '154144.684000', '154204.572000', '154204.574000', '154204.577000', '154204.580000', '154204.582000', '154204.585000', '154204.587000', '154204.590000', '154204.593000', '154204.595000', '154204.598000', '154204.601000', '154204.603000', '154204.606000', '154204.609000', '154204.611000', '154204.614000', '154204.617000', '154204.620000', '154204.623000', '154204.626000', '154204.628000', '154204.631000', '154204.633000', '154204.636000', '154204.639000', '154204.641000', '154204.644000', '154204.647000', '154204.649000', '154204.652000', '154204.654000', '154204.657000', '154204.660000', '154204.662000', '154204.665000', '154204.667000', '154204.670000', '154204.673000', '154204.675000', '154204.678000', '154204.681000', '154204.683000', '154224.573000', '154224.575000', '154224.578000', '154224.581000', '154224.583000', '154224.586000', '154224.588000', '154224.591000', '154224.594000', '154224.596000', '154224.599000', '154224.602000', '154224.604000', '154224.607000', '154224.609000', '154224.612000', '154224.615000', '154224.617000', '154224.620000', '154224.623000', '154224.625000', '154224.628000', '154224.630000', '154224.633000', '154224.636000', '154224.638000', '154224.641000', '154224.644000', '154224.646000', '154224.649000', '154224.651000', '154224.654000', '154224.657000', '154224.659000', '154224.662000', '154224.665000', '154224.667000', '154224.670000', '154224.672000', '154224.675000', '154224.678000', '154224.680000', '154224.683000', '154224.685000', '154244.573000', '154244.576000', '154244.578000', '154244.581000', '154244.584000', '154244.586000', '154244.589000', '154244.591000', '154244.594000', '154244.597000', '154244.599000', '154244.602000', '154244.605000', '154244.607000', '154244.610000', '154244.613000', '154244.615000', '154244.618000', '154244.621000', '154244.623000', '154244.626000', '154244.628000', '154244.631000', '154244.634000', '154244.637000', '154244.640000', '154244.643000', '154244.646000', '154244.648000', '154244.651000', '154244.653000', '154244.668000', '154244.671000', '154244.673000', '154244.676000', '154244.678000', '154244.681000', '154244.684000', '154244.687000', '154244.690000', '154244.693000', '154244.696000', '154244.698000', '154304.573000', '154304.576000', '154304.578000', '154304.581000', '154304.583000', '154304.586000', '154304.589000', '154304.591000', '154304.594000', '154304.597000', '154304.599000', '154304.602000', '154304.605000', '154304.607000', '154304.610000', '154304.613000', '154304.615000', '154304.618000', '154304.621000', '154304.623000', '154304.626000', '154304.628000', '154304.631000', '154304.634000', '154304.636000', '154304.639000', '154304.642000', '154304.644000', '154304.647000', '154304.649000', '154304.652000', '154304.655000', '154304.657000', '154304.660000', '154304.663000', '154304.665000', '154304.668000', '154304.671000', '154304.673000', '154304.676000', '154304.678000', '154304.681000', '154304.684000', '154304.686000', '154324.572000', '154324.574000', '154324.577000', '154324.580000', '154324.582000', '154324.585000', '154324.588000', '154324.590000', '154324.593000', '154324.595000', '154324.598000', '154324.601000', '154324.603000', '154324.606000', '154324.609000', '154324.611000', '154324.614000', '154324.617000', '154324.619000', '154324.622000', '154324.624000', '154324.627000', '154324.630000', '154324.632000', '154324.635000', '154324.637000', '154324.640000', '154324.643000', '154324.645000', '154324.648000', '154324.651000', '154324.654000', '154324.656000', '154324.659000', '154324.662000', '154324.665000', '154324.667000', '154324.670000', '154324.672000', '154324.675000', '154324.678000', '154324.680000', '154324.683000', '154344.572000', '154344.574000', '154344.577000', '154344.580000', '154344.582000', '154344.585000', '154344.587000', '154344.590000', '154344.593000', '154344.595000', '154344.598000', '154344.601000', '154344.604000', '154344.606000', '154344.609000', '154344.612000', '154344.614000', '154344.617000', '154344.619000', '154344.622000', '154344.625000', '154344.627000', '154344.630000', '154344.632000', '154344.635000', '154344.638000', '154344.640000', '154344.643000', '154344.645000', '154344.648000', '154344.651000', '154344.653000', '154344.656000', '154344.659000', '154344.661000', '154344.664000', '154344.666000', '154344.669000', '154344.672000', '154344.674000', '154344.677000', '154344.679000', '154344.682000', '154344.685000', '154404.572000', '154404.574000', '154404.577000', '154404.580000', '154404.582000', '154404.585000', '154404.588000', '154404.590000', '154404.593000', '154404.595000', '154404.598000', '154404.601000', '154404.603000', '154404.606000', '154404.621000', '154404.624000', '154404.626000', '154404.629000', '154404.632000', '154404.634000', '154404.637000', '154404.639000', '154404.642000', '154404.645000', '154404.647000', '154404.650000', '154404.653000', '154404.655000', '154404.658000', '154404.660000', '154404.663000', '154404.666000', '154404.668000', '154404.671000', '154404.674000', '154404.676000', '154404.679000', '154404.681000', '154404.684000', '154404.687000', '154404.689000', '154404.692000', '154404.695000', '154424.571000', '154424.576000', '154424.579000', '154424.581000', '154424.584000', '154424.587000', '154424.589000', '154424.592000', '154424.595000', '154424.597000', '154424.600000', '154424.603000', '154424.605000', '154424.608000', '154424.611000', '154424.613000', '154424.616000', '154424.618000', '154424.621000', '154424.623000', '154424.626000', '154424.629000', '154424.631000', '154424.634000', '154424.636000', '154424.639000', '154424.642000', '154424.644000', '154424.647000', '154424.650000', '154424.652000', '154424.655000', '154424.657000', '154424.660000', '154424.663000', '154424.665000', '154424.668000', '154424.670000', '154424.673000', '154424.676000', '154424.678000', '154424.681000', '154424.683000', '154424.686000', '154444.573000', '154444.575000', '154444.578000', '154444.581000', '154444.583000', '154444.586000', '154444.588000', '154444.591000', '154444.594000', '154444.596000', '154444.599000', '154444.602000', '154444.604000', '154444.607000', '154444.609000', '154444.612000', '154444.615000', '154444.617000', '154444.620000', '154444.622000', '154444.625000', '154444.627000', '154444.630000', '154444.633000', '154444.635000', '154444.638000', '154444.640000', '154444.643000', '154444.646000', '154444.648000', '154444.651000', '154444.654000', '154444.656000', '154444.659000', '154444.661000', '154444.664000', '154444.666000', '154444.669000', '154444.681000', '154444.683000', '154444.686000', '154444.689000', '154444.691000', '154504.573000', '154504.575000', '154504.578000', '154504.581000', '154504.584000', '154504.587000', '154504.590000', '154504.592000', '154504.595000', '154504.598000', '154504.600000', '154504.603000', '154504.606000', '154504.608000', '154504.611000', '154504.614000', '154504.616000', '154504.619000', '154504.621000', '154504.624000', '154504.627000', '154504.629000', '154504.632000', '154504.634000', '154504.637000', '154504.640000', '154504.643000', '154504.645000', '154504.648000', '154504.650000', '154504.653000', '154504.656000', '154504.658000', '154504.661000', '154504.664000', '154504.666000', '154504.669000', '154504.671000', '154504.674000', '154504.677000', '154504.693000', '154504.696000', '154504.699000', '154504.701000', '154524.573000', '154524.575000', '154524.578000', '154524.581000', '154524.583000', '154524.586000', '154524.588000', '154524.591000', '154524.594000', '154524.596000', '154524.599000', '154524.602000', '154524.604000', '154524.607000', '154524.610000', '154524.612000', '154524.615000', '154524.617000', '154524.620000', '154524.623000', '154524.625000', '154524.628000', '154524.630000', '154524.633000', '154524.636000', '154524.638000', '154524.641000', '154524.644000', '154524.646000', '154524.649000', '154524.652000', '154524.654000', '154524.657000', '154524.659000', '154524.662000', '154524.665000', '154524.667000', '154524.670000', '154524.672000', '154524.675000', '154524.678000', '154524.680000', '154524.683000', '154544.572000', '154544.574000', '154544.577000', '154544.580000', '154544.582000', '154544.585000', '154544.587000', '154544.590000', '154544.593000', '154544.595000', '154544.598000', '154544.601000', '154544.603000', '154544.606000', '154544.608000', '154544.611000', '154544.613000', '154544.616000', '154544.619000', '154544.621000', '154544.624000', '154544.627000', '154544.629000', '154544.632000', '154544.635000', '154544.637000', '154544.640000', '154544.643000', '154544.645000', '154544.648000', '154544.650000', '154544.653000', '154544.656000', '154544.658000', '154544.661000', '154544.664000', '154544.666000', '154544.669000', '154544.671000', '154544.674000', '154544.677000', '154544.679000', '154544.682000', '154544.684000', '154604.572000', '154604.574000', '154604.577000', '154604.580000', '154604.582000', '154604.585000', '154604.588000', '154604.590000', '154604.593000', '154604.596000', '154604.598000', '154604.601000', '154604.611000', '154604.613000', '154604.616000', '154604.619000', '154604.621000', '154604.624000', '154604.626000', '154604.629000', '154604.632000', '154604.634000', '154604.637000', '154604.639000', '154604.642000', '154604.645000', '154604.647000', '154604.650000', '154604.652000', '154604.655000', '154604.658000', '154604.660000', '154604.663000', '154604.666000', '154604.668000', '154604.671000', '154604.673000', '154604.676000', '154604.679000', '154604.681000', '154604.684000', '154604.686000', '154604.689000', '154624.572000', '154624.574000', '154624.577000', '154624.580000', '154624.582000', '154624.585000', '154624.588000', '154624.590000', '154624.593000', '154624.595000', '154624.598000', '154624.601000', '154624.603000', '154624.606000', '154624.609000', '154624.612000', '154624.614000', '154624.617000', '154624.620000', '154624.622000', '154624.625000', '154624.628000', '154624.639000', '154624.642000', '154624.645000', '154624.647000', '154624.650000', '154624.652000', '154624.655000', '154624.658000', '154624.660000', '154624.663000', '154624.665000', '154624.668000', '154624.671000', '154624.673000', '154624.676000', '154624.679000', '154624.681000', '154624.684000', '154624.686000', '154624.689000', '154624.691000', '154624.694000', '154644.572000', '154644.574000', '154644.577000', '154644.580000', '154644.582000', '154644.585000', '154644.587000', '154644.590000', '154644.593000', '154644.595000', '154644.598000', '154644.600000', '154644.603000', '154644.606000', '154644.608000', '154644.611000', '154644.613000', '154644.616000', '154644.619000', '154644.621000', '154644.624000', '154644.627000', '154644.629000', '154644.632000', '154644.634000', '154644.637000', '154644.640000', '154644.642000', '154644.645000', '154644.647000', '154644.650000', '154644.653000', '154644.655000', '154644.658000', '154644.660000', '154644.663000', '154644.666000', '154644.668000', '154644.671000', '154644.673000', '154644.676000', '154644.679000', '154644.681000', '154704.573000', '154704.576000', '154704.578000', '154704.581000', '154704.584000', '154704.586000', '154704.589000', '154704.592000', '154704.594000', '154704.597000', '154704.599000', '154704.602000', '154704.605000', '154704.607000', '154704.610000', '154704.612000', '154704.615000', '154704.618000', '154704.620000', '154704.623000', '154704.626000', '154704.628000', '154704.631000', '154704.634000', '154704.636000', '154704.639000', '154704.642000', '154704.644000', '154704.647000', '154704.649000', '154704.652000', '154704.655000', '154704.657000', '154704.660000', '154704.662000', '154704.665000', '154704.668000', '154704.670000', '154704.673000', '154704.676000', '154704.678000', '154704.681000', '154704.684000', '154704.686000', '154724.573000', '154724.575000', '154724.578000', '154724.581000', '154724.583000', '154724.586000', '154724.589000', '154724.591000', '154724.594000', '154724.596000', '154724.599000', '154724.602000', '154724.604000', '154724.607000', '154724.609000', '154724.612000', '154724.615000', '154724.617000', '154724.620000', '154724.622000', '154724.625000', '154724.628000', '154724.630000', '154724.633000', '154724.635000', '154724.638000', '154724.641000', '154724.649000', '154724.652000', '154724.654000', '154724.657000', '154724.660000', '154724.662000', '154724.665000', '154724.668000', '154724.670000', '154724.673000', '154724.675000', '154724.678000', '154724.681000', '154724.683000', '154724.686000', '154724.689000', '154744.573000', '154744.576000', '154744.578000', '154744.581000', '154744.583000', '154744.586000', '154744.589000', '154744.591000', '154744.594000', '154744.597000', '154744.600000', '154744.602000', '154744.607000', '154744.610000', '154744.613000', '154744.615000', '154744.618000', '154744.621000', '154744.623000', '154744.626000', '154744.629000', '154744.631000', '154744.634000', '154744.636000', '154744.639000', '154744.642000', '154744.644000', '154744.647000', '154744.649000', '154744.652000', '154744.655000', '154744.657000', '154744.660000', '154744.663000', '154744.665000', '154744.668000', '154744.671000', '154744.673000', '154744.676000', '154744.679000', '154744.681000', '154744.684000', '154744.686000', '154758.831000', '154758.834000', '154758.837000', '154758.840000', '154758.842000', '154758.845000', '154758.848000', '154758.850000', '154758.853000', '154758.856000', '154758.858000', '154758.861000', '154758.864000', '154758.866000', '154758.869000', '154758.872000', '154758.875000', '154758.877000', '154758.880000', '154758.883000', '154758.886000', '154758.889000', '154758.892000', '154758.895000', '154758.898000', '154758.900000', '154758.903000', '154758.906000', '154758.908000', '154758.911000', '154758.913000', '154758.916000'], 'InstanceCreationTime': ['153404.606000', '153404.609000', '153404.612000', '153404.615000', '153404.617000', '153404.620000', '153404.623000', '153404.625000', '153404.628000', '153404.630000', '153404.633000', '153404.636000', '153404.638000', '153404.641000', '153404.643000', '153404.646000', '153404.649000', '153404.651000', '153404.654000', '153404.656000', '153404.659000', '153404.662000', '153404.669000', '153404.671000', '153404.674000', '153404.676000', '153404.679000', '153404.682000', '153404.684000', '153404.687000', '153404.690000', '153404.692000', '153404.695000', '153404.697000', '153404.700000', '153404.702000', '153404.705000', '153404.708000', '153404.710000', '153404.713000', '153404.715000', '153404.718000', '153404.721000', '153404.723000', '153404.726000', '153424.571000', '153424.574000', '153424.577000', '153424.579000', '153424.582000', '153424.585000', '153424.587000', '153424.590000', '153424.592000', '153424.595000', '153424.598000', '153424.600000', '153424.603000', '153424.605000', '153424.608000', '153424.611000', '153424.613000', '153424.616000', '153424.619000', '153424.621000', '153424.624000', '153424.627000', '153424.629000', '153424.632000', '153424.634000', '153424.637000', '153424.640000', '153424.642000', '153424.645000', '153424.647000', '153424.650000', '153424.652000', '153424.655000', '153424.658000', '153424.660000', '153424.663000', '153424.665000', '153424.668000', '153424.670000', '153424.673000', '153424.676000', '153424.678000', '153424.681000', '153444.572000', '153444.574000', '153444.577000', '153444.580000', '153444.582000', '153444.585000', '153444.587000', '153444.590000', '153444.592000', '153444.595000', '153444.598000', '153444.600000', '153444.603000', '153444.606000', '153444.608000', '153444.611000', '153444.613000', '153444.616000', '153444.619000', '153444.621000', '153444.624000', '153444.626000', '153444.629000', '153444.631000', '153444.634000', '153444.637000', '153444.639000', '153444.642000', '153444.644000', '153444.647000', '153444.650000', '153444.652000', '153444.655000', '153444.657000', '153444.660000', '153444.663000', '153444.673000', '153444.676000', '153444.678000', '153444.681000', '153444.684000', '153444.686000', '153444.689000', '153444.691000', '153504.571000', '153504.574000', '153504.577000', '153504.579000', '153504.582000', '153504.585000', '153504.587000', '153504.590000', '153504.592000', '153504.595000', '153504.598000', '153504.600000', '153504.603000', '153504.605000', '153504.608000', '153504.611000', '153504.614000', '153504.616000', '153504.619000', '153504.621000', '153504.624000', '153504.627000', '153504.630000', '153504.632000', '153504.635000', '153504.642000', '153504.645000', '153504.647000', '153504.650000', '153504.653000', '153504.655000', '153504.658000', '153504.660000', '153504.663000', '153504.666000', '153504.668000', '153504.671000', '153504.673000', '153504.676000', '153504.679000', '153504.681000', '153504.684000', '153504.686000', '153524.572000', '153524.575000', '153524.578000', '153524.580000', '153524.583000', '153524.586000', '153524.588000', '153524.591000', '153524.593000', '153524.596000', '153524.599000', '153524.601000', '153524.604000', '153524.607000', '153524.609000', '153524.612000', '153524.614000', '153524.617000', '153524.620000', '153524.622000', '153524.625000', '153524.627000', '153524.630000', '153524.633000', '153524.635000', '153524.638000', '153524.640000', '153524.643000', '153524.646000', '153524.648000', '153524.651000', '153524.653000', '153524.656000', '153524.659000', '153524.661000', '153524.664000', '153524.666000', '153524.669000', '153524.672000', '153524.674000', '153524.677000', '153524.679000', '153524.682000', '153524.685000', '153544.572000', '153544.575000', '153544.578000', '153544.580000', '153544.583000', '153544.586000', '153544.588000', '153544.591000', '153544.593000', '153544.596000', '153544.599000', '153544.601000', '153544.604000', '153544.607000', '153544.609000', '153544.612000', '153544.614000', '153544.617000', '153544.620000', '153544.622000', '153544.625000', '153544.627000', '153544.630000', '153544.633000', '153544.635000', '153544.638000', '153544.641000', '153544.643000', '153544.646000', '153544.648000', '153544.651000', '153544.654000', '153544.656000', '153544.659000', '153544.661000', '153544.664000', '153544.667000', '153544.669000', '153544.672000', '153544.674000', '153544.677000', '153544.680000', '153544.682000', '153604.572000', '153604.575000', '153604.578000', '153604.581000', '153604.583000', '153604.586000', '153604.588000', '153604.591000', '153604.594000', '153604.596000', '153604.599000', '153604.602000', '153604.604000', '153604.607000', '153604.610000', '153604.612000', '153604.615000', '153604.618000', '153604.620000', '153604.623000', '153604.626000', '153604.628000', '153604.631000', '153604.633000', '153604.636000', '153604.639000', '153604.641000', '153604.644000', '153604.646000', '153604.649000', '153604.652000', '153604.654000', '153604.657000', '153604.659000', '153604.662000', '153604.665000', '153604.667000', '153604.670000', '153604.673000', '153604.675000', '153604.678000', '153604.681000', '153604.683000', '153604.686000', '153624.572000', '153624.574000', '153624.577000', '153624.580000', '153624.582000', '153624.585000', '153624.621000', '153624.623000', '153624.626000', '153624.629000', '153624.631000', '153624.634000', '153624.636000', '153624.639000', '153624.642000', '153624.644000', '153624.647000', '153624.650000', '153624.652000', '153624.655000', '153624.658000', '153624.660000', '153624.663000', '153624.666000', '153624.668000', '153624.672000', '153624.675000', '153624.678000', '153624.680000', '153624.683000', '153624.685000', '153624.688000', '153624.691000', '153624.693000', '153624.696000', '153624.699000', '153624.701000', '153624.704000', '153624.706000', '153624.712000', '153624.714000', '153624.717000', '153624.720000', '153644.572000', '153644.574000', '153644.577000', '153644.580000', '153644.582000', '153644.585000', '153644.587000', '153644.590000', '153644.593000', '153644.595000', '153644.598000', '153644.600000', '153644.603000', '153644.606000', '153644.608000', '153644.611000', '153644.614000', '153644.616000', '153644.619000', '153644.621000', '153644.624000', '153644.627000', '153644.629000', '153644.632000', '153644.635000', '153644.637000', '153644.640000', '153644.643000', '153644.645000', '153644.648000', '153644.650000', '153644.653000', '153644.656000', '153644.658000', '153644.661000', '153644.664000', '153644.666000', '153644.669000', '153644.671000', '153644.674000', '153644.677000', '153644.679000', '153644.682000', '153644.685000', '153704.573000', '153704.576000', '153704.579000', '153704.582000', '153704.585000', '153704.587000', '153704.590000', '153704.595000', '153704.599000', '153704.602000', '153704.605000', '153704.608000', '153704.611000', '153704.614000', '153704.616000', '153704.619000', '153704.622000', '153704.625000', '153704.628000', '153704.631000', '153704.634000', '153704.637000', '153704.640000', '153704.642000', '153704.645000', '153704.648000', '153704.651000', '153704.654000', '153704.656000', '153704.659000', '153704.662000', '153704.664000', '153704.678000', '153704.693000', '153704.696000', '153704.698000', '153704.701000', '153704.705000', '153704.708000', '153704.711000', '153704.714000', '153704.717000', '153704.719000', '153724.571000', '153724.574000', '153724.577000', '153724.580000', '153724.583000', '153724.585000', '153724.588000', '153724.591000', '153724.593000', '153724.596000', '153724.598000', '153724.601000', '153724.604000', '153724.607000', '153724.609000', '153724.612000', '153724.614000', '153724.617000', '153724.620000', '153724.622000', '153724.625000', '153724.628000', '153724.630000', '153724.633000', '153724.635000', '153724.638000', '153724.641000', '153724.643000', '153724.646000', '153724.648000', '153724.651000', '153724.654000', '153724.656000', '153724.659000', '153724.661000', '153724.664000', '153724.667000', '153724.669000', '153724.672000', '153724.674000', '153724.677000', '153724.680000', '153724.682000', '153724.685000', '153744.572000', '153744.575000', '153744.578000', '153744.581000', '153744.583000', '153744.586000', '153744.588000', '153744.591000', '153744.594000', '153744.596000', '153744.599000', '153744.602000', '153744.604000', '153744.607000', '153744.609000', '153744.612000', '153744.615000', '153744.617000', '153744.620000', '153744.622000', '153744.625000', '153744.627000', '153744.630000', '153744.633000', '153744.635000', '153744.638000', '153744.640000', '153744.643000', '153744.646000', '153744.648000', '153744.651000', '153744.653000', '153744.656000', '153744.659000', '153744.661000', '153744.664000', '153744.666000', '153744.669000', '153744.672000', '153744.674000', '153744.677000', '153744.679000', '153744.682000', '153804.572000', '153804.575000', '153804.578000', '153804.580000', '153804.583000', '153804.586000', '153804.588000', '153804.591000', '153804.594000', '153804.596000', '153804.599000', '153804.601000', '153804.604000', '153804.607000', '153804.609000', '153804.612000', '153804.614000', '153804.617000', '153804.620000', '153804.622000', '153804.625000', '153804.627000', '153804.630000', '153804.633000', '153804.635000', '153804.638000', '153804.641000', '153804.643000', '153804.646000', '153804.649000', '153804.651000', '153804.654000', '153804.656000', '153804.659000', '153804.661000', '153804.664000', '153804.667000', '153804.669000', '153804.672000', '153804.674000', '153804.677000', '153804.679000', '153804.682000', '153804.685000', '153824.572000', '153824.575000', '153824.578000', '153824.580000', '153824.583000', '153824.586000', '153824.588000', '153824.591000', '153824.593000', '153824.596000', '153824.599000', '153824.601000', '153824.604000', '153824.607000', '153824.610000', '153824.612000', '153824.615000', '153824.618000', '153824.620000', '153824.623000', '153824.625000', '153824.628000', '153824.631000', '153824.633000', '153824.636000', '153824.639000', '153824.641000', '153824.644000', '153824.647000', '153824.649000', '153824.652000', '153824.654000', '153824.657000', '153824.660000', '153824.662000', '153824.665000', '153824.667000', '153824.670000', '153824.673000', '153824.675000', '153824.678000', '153824.680000', '153824.683000', '153844.572000', '153844.575000', '153844.577000', '153844.580000', '153844.583000', '153844.586000', '153844.588000', '153844.591000', '153844.593000', '153844.596000', '153844.599000', '153844.601000', '153844.604000', '153844.655000', '153844.658000', '153844.660000', '153844.663000', '153844.666000', '153844.668000', '153844.671000', '153844.674000', '153844.676000', '153844.679000', '153844.681000', '153844.684000', '153844.687000', '153844.689000', '153844.692000', '153844.695000', '153844.697000', '153844.700000', '153844.703000', '153844.705000', '153844.708000', '153844.711000', '153844.713000', '153844.716000', '153844.718000', '153844.721000', '153844.724000', '153844.726000', '153844.729000', '153844.732000', '153844.734000', '153904.572000', '153904.574000', '153904.577000', '153904.580000', '153904.582000', '153904.585000', '153904.587000', '153904.590000', '153904.593000', '153904.595000', '153904.598000', '153904.600000', '153904.603000', '153904.606000', '153904.608000', '153904.611000', '153904.614000', '153904.616000', '153904.619000', '153904.621000', '153904.624000', '153904.627000', '153904.629000', '153904.632000', '153904.634000', '153904.637000', '153904.640000', '153904.643000', '153904.645000', '153904.648000', '153904.651000', '153904.653000', '153904.656000', '153904.658000', '153904.661000', '153904.664000', '153904.666000', '153904.669000', '153904.672000', '153904.674000', '153904.677000', '153904.680000', '153904.682000', '153924.571000', '153924.574000', '153924.577000', '153924.579000', '153924.582000', '153924.585000', '153924.587000', '153924.590000', '153924.592000', '153924.595000', '153924.598000', '153924.600000', '153924.603000', '153924.606000', '153924.608000', '153924.611000', '153924.614000', '153924.616000', '153924.619000', '153924.621000', '153924.624000', '153924.626000', '153924.629000', '153924.632000', '153924.634000', '153924.637000', '153924.640000', '153924.642000', '153924.645000', '153924.647000', '153924.650000', '153924.653000', '153924.655000', '153924.658000', '153924.661000', '153924.663000', '153924.666000', '153924.668000', '153924.671000', '153924.674000', '153924.676000', '153924.679000', '153924.682000', '153924.684000', '153944.572000', '153944.574000', '153944.577000', '153944.580000', '153944.582000', '153944.585000', '153944.587000', '153944.590000', '153944.592000', '153944.595000', '153944.598000', '153944.600000', '153944.603000', '153944.606000', '153944.608000', '153944.611000', '153944.613000', '153944.616000', '153944.619000', '153944.621000', '153944.624000', '153944.627000', '153944.629000', '153944.632000', '153944.634000', '153944.637000', '153944.640000', '153944.642000', '153944.645000', '153944.647000', '153944.650000', '153944.653000', '153944.655000', '153944.658000', '153944.660000', '153944.663000', '153944.665000', '153944.668000', '153944.671000', '153944.673000', '153944.676000', '153944.678000', '153944.681000', '154004.573000', '154004.575000', '154004.578000', '154004.581000', '154004.583000', '154004.586000', '154004.589000', '154004.591000', '154004.594000', '154004.597000', '154004.599000', '154004.602000', '154004.605000', '154004.608000', '154004.611000', '154004.614000', '154004.616000', '154004.619000', '154004.621000', '154004.624000', '154004.627000', '154004.629000', '154004.632000', '154004.634000', '154004.644000', '154004.646000', '154004.649000', '154004.652000', '154004.654000', '154004.657000', '154004.660000', '154004.663000', '154004.665000', '154004.668000', '154004.670000', '154004.673000', '154004.676000', '154004.678000', '154004.681000', '154004.684000', '154004.686000', '154004.689000', '154004.691000', '154024.572000', '154024.575000', '154024.578000', '154024.581000', '154024.583000', '154024.586000', '154024.589000', '154024.591000', '154024.594000', '154024.597000', '154024.599000', '154024.602000', '154024.605000', '154024.607000', '154024.610000', '154024.613000', '154024.615000', '154024.618000', '154024.620000', '154024.623000', '154024.626000', '154024.628000', '154024.631000', '154024.633000', '154024.636000', '154024.639000', '154024.641000', '154024.644000', '154024.647000', '154024.649000', '154024.652000', '154024.654000', '154024.657000', '154024.660000', '154024.662000', '154024.665000', '154024.667000', '154024.670000', '154024.673000', '154024.675000', '154024.678000', '154024.681000', '154024.683000', '154024.686000', '154044.573000', '154044.576000', '154044.578000', '154044.581000', '154044.584000', '154044.587000', '154044.589000', '154044.592000', '154044.595000', '154044.597000', '154044.600000', '154044.603000', '154044.605000', '154044.608000', '154044.611000', '154044.613000', '154044.616000', '154044.618000', '154044.621000', '154044.624000', '154044.626000', '154044.629000', '154044.632000', '154044.634000', '154044.637000', '154044.639000', '154044.642000', '154044.645000', '154044.647000', '154044.650000', '154044.652000', '154044.655000', '154044.658000', '154044.660000', '154044.663000', '154044.666000', '154044.668000', '154044.671000', '154044.673000', '154044.676000', '154044.679000', '154044.681000', '154044.684000', '154104.572000', '154104.574000', '154104.577000', '154104.580000', '154104.582000', '154104.585000', '154104.588000', '154104.590000', '154104.593000', '154104.595000', '154104.598000', '154104.601000', '154104.603000', '154104.606000', '154104.609000', '154104.611000', '154104.614000', '154104.617000', '154104.619000', '154104.622000', '154104.625000', '154104.627000', '154104.630000', '154104.632000', '154104.635000', '154104.638000', '154104.640000', '154104.643000', '154104.646000', '154104.648000', '154104.651000', '154104.653000', '154104.656000', '154104.659000', '154104.661000', '154104.664000', '154104.667000', '154104.669000', '154104.672000', '154104.675000', '154104.677000', '154104.680000', '154104.682000', '154104.685000', '154124.572000', '154124.574000', '154124.577000', '154124.580000', '154124.582000', '154124.585000', '154124.588000', '154124.590000', '154124.593000', '154124.595000', '154124.598000', '154124.601000', '154124.603000', '154124.606000', '154124.609000', '154124.611000', '154124.614000', '154124.617000', '154124.619000', '154124.622000', '154124.624000', '154124.627000', '154124.630000', '154124.632000', '154124.635000', '154124.638000', '154124.640000', '154124.643000', '154124.647000', '154124.650000', '154124.653000', '154124.656000', '154124.658000', '154124.661000', '154124.664000', '154124.683000', '154124.686000', '154124.689000', '154124.691000', '154124.694000', '154124.696000', '154124.699000', '154124.702000', '154144.571000', '154144.574000', '154144.577000', '154144.580000', '154144.582000', '154144.585000', '154144.587000', '154144.590000', '154144.592000', '154144.595000', '154144.598000', '154144.601000', '154144.603000', '154144.606000', '154144.609000', '154144.611000', '154144.614000', '154144.617000', '154144.619000', '154144.622000', '154144.624000', '154144.627000', '154144.630000', '154144.632000', '154144.635000', '154144.637000', '154144.640000', '154144.643000', '154144.645000', '154144.648000', '154144.650000', '154144.653000', '154144.656000', '154144.658000', '154144.661000', '154144.664000', '154144.666000', '154144.669000', '154144.671000', '154144.674000', '154144.676000', '154144.679000', '154144.682000', '154144.684000', '154204.572000', '154204.574000', '154204.577000', '154204.580000', '154204.582000', '154204.585000', '154204.587000', '154204.590000', '154204.593000', '154204.595000', '154204.598000', '154204.601000', '154204.603000', '154204.606000', '154204.609000', '154204.611000', '154204.614000', '154204.617000', '154204.620000', '154204.623000', '154204.626000', '154204.628000', '154204.631000', '154204.633000', '154204.636000', '154204.639000', '154204.641000', '154204.644000', '154204.647000', '154204.649000', '154204.652000', '154204.654000', '154204.657000', '154204.660000', '154204.662000', '154204.665000', '154204.667000', '154204.670000', '154204.673000', '154204.675000', '154204.678000', '154204.681000', '154204.683000', '154224.573000', '154224.575000', '154224.578000', '154224.581000', '154224.583000', '154224.586000', '154224.588000', '154224.591000', '154224.594000', '154224.596000', '154224.599000', '154224.602000', '154224.604000', '154224.607000', '154224.609000', '154224.612000', '154224.615000', '154224.617000', '154224.620000', '154224.623000', '154224.625000', '154224.628000', '154224.630000', '154224.633000', '154224.636000', '154224.638000', '154224.641000', '154224.644000', '154224.646000', '154224.649000', '154224.651000', '154224.654000', '154224.657000', '154224.659000', '154224.662000', '154224.665000', '154224.667000', '154224.670000', '154224.672000', '154224.675000', '154224.678000', '154224.680000', '154224.683000', '154224.685000', '154244.573000', '154244.576000', '154244.578000', '154244.581000', '154244.584000', '154244.586000', '154244.589000', '154244.591000', '154244.594000', '154244.597000', '154244.599000', '154244.602000', '154244.605000', '154244.607000', '154244.610000', '154244.613000', '154244.615000', '154244.618000', '154244.621000', '154244.623000', '154244.626000', '154244.628000', '154244.631000', '154244.634000', '154244.637000', '154244.640000', '154244.643000', '154244.646000', '154244.648000', '154244.651000', '154244.653000', '154244.668000', '154244.671000', '154244.673000', '154244.676000', '154244.678000', '154244.681000', '154244.684000', '154244.687000', '154244.690000', '154244.693000', '154244.696000', '154244.698000', '154304.573000', '154304.576000', '154304.578000', '154304.581000', '154304.583000', '154304.586000', '154304.589000', '154304.591000', '154304.594000', '154304.597000', '154304.599000', '154304.602000', '154304.605000', '154304.607000', '154304.610000', '154304.613000', '154304.615000', '154304.618000', '154304.621000', '154304.623000', '154304.626000', '154304.628000', '154304.631000', '154304.634000', '154304.636000', '154304.639000', '154304.642000', '154304.644000', '154304.647000', '154304.649000', '154304.652000', '154304.655000', '154304.657000', '154304.660000', '154304.663000', '154304.665000', '154304.668000', '154304.671000', '154304.673000', '154304.676000', '154304.678000', '154304.681000', '154304.684000', '154304.686000', '154324.572000', '154324.574000', '154324.577000', '154324.580000', '154324.582000', '154324.585000', '154324.588000', '154324.590000', '154324.593000', '154324.595000', '154324.598000', '154324.601000', '154324.603000', '154324.606000', '154324.609000', '154324.611000', '154324.614000', '154324.617000', '154324.619000', '154324.622000', '154324.624000', '154324.627000', '154324.630000', '154324.632000', '154324.635000', '154324.637000', '154324.640000', '154324.643000', '154324.645000', '154324.648000', '154324.651000', '154324.654000', '154324.656000', '154324.659000', '154324.662000', '154324.665000', '154324.667000', '154324.670000', '154324.672000', '154324.675000', '154324.678000', '154324.680000', '154324.683000', '154344.572000', '154344.574000', '154344.577000', '154344.580000', '154344.582000', '154344.585000', '154344.587000', '154344.590000', '154344.593000', '154344.595000', '154344.598000', '154344.601000', '154344.604000', '154344.606000', '154344.609000', '154344.612000', '154344.614000', '154344.617000', '154344.619000', '154344.622000', '154344.625000', '154344.627000', '154344.630000', '154344.632000', '154344.635000', '154344.638000', '154344.640000', '154344.643000', '154344.645000', '154344.648000', '154344.651000', '154344.653000', '154344.656000', '154344.659000', '154344.661000', '154344.664000', '154344.666000', '154344.669000', '154344.672000', '154344.674000', '154344.677000', '154344.679000', '154344.682000', '154344.685000', '154404.572000', '154404.574000', '154404.577000', '154404.580000', '154404.582000', '154404.585000', '154404.588000', '154404.590000', '154404.593000', '154404.595000', '154404.598000', '154404.601000', '154404.603000', '154404.606000', '154404.621000', '154404.624000', '154404.626000', '154404.629000', '154404.632000', '154404.634000', '154404.637000', '154404.639000', '154404.642000', '154404.645000', '154404.647000', '154404.650000', '154404.653000', '154404.655000', '154404.658000', '154404.660000', '154404.663000', '154404.666000', '154404.668000', '154404.671000', '154404.674000', '154404.676000', '154404.679000', '154404.681000', '154404.684000', '154404.687000', '154404.689000', '154404.692000', '154404.695000', '154424.571000', '154424.576000', '154424.579000', '154424.581000', '154424.584000', '154424.587000', '154424.589000', '154424.592000', '154424.595000', '154424.597000', '154424.600000', '154424.603000', '154424.605000', '154424.608000', '154424.611000', '154424.613000', '154424.616000', '154424.618000', '154424.621000', '154424.623000', '154424.626000', '154424.629000', '154424.631000', '154424.634000', '154424.636000', '154424.639000', '154424.642000', '154424.644000', '154424.647000', '154424.650000', '154424.652000', '154424.655000', '154424.657000', '154424.660000', '154424.663000', '154424.665000', '154424.668000', '154424.670000', '154424.673000', '154424.676000', '154424.678000', '154424.681000', '154424.683000', '154424.686000', '154444.573000', '154444.575000', '154444.578000', '154444.581000', '154444.583000', '154444.586000', '154444.588000', '154444.591000', '154444.594000', '154444.596000', '154444.599000', '154444.602000', '154444.604000', '154444.607000', '154444.609000', '154444.612000', '154444.615000', '154444.617000', '154444.620000', '154444.622000', '154444.625000', '154444.627000', '154444.630000', '154444.633000', '154444.635000', '154444.638000', '154444.640000', '154444.643000', '154444.646000', '154444.648000', '154444.651000', '154444.654000', '154444.656000', '154444.659000', '154444.661000', '154444.664000', '154444.666000', '154444.669000', '154444.681000', '154444.683000', '154444.686000', '154444.689000', '154444.691000', '154504.573000', '154504.575000', '154504.578000', '154504.581000', '154504.584000', '154504.587000', '154504.590000', '154504.592000', '154504.595000', '154504.598000', '154504.600000', '154504.603000', '154504.606000', '154504.608000', '154504.611000', '154504.614000', '154504.616000', '154504.619000', '154504.621000', '154504.624000', '154504.627000', '154504.629000', '154504.632000', '154504.634000', '154504.637000', '154504.640000', '154504.643000', '154504.645000', '154504.648000', '154504.650000', '154504.653000', '154504.656000', '154504.658000', '154504.661000', '154504.664000', '154504.666000', '154504.669000', '154504.671000', '154504.674000', '154504.677000', '154504.693000', '154504.696000', '154504.699000', '154504.701000', '154524.573000', '154524.575000', '154524.578000', '154524.581000', '154524.583000', '154524.586000', '154524.588000', '154524.591000', '154524.594000', '154524.596000', '154524.599000', '154524.602000', '154524.604000', '154524.607000', '154524.610000', '154524.612000', '154524.615000', '154524.617000', '154524.620000', '154524.623000', '154524.625000', '154524.628000', '154524.630000', '154524.633000', '154524.636000', '154524.638000', '154524.641000', '154524.644000', '154524.646000', '154524.649000', '154524.652000', '154524.654000', '154524.657000', '154524.659000', '154524.662000', '154524.665000', '154524.667000', '154524.670000', '154524.672000', '154524.675000', '154524.678000', '154524.680000', '154524.683000', '154544.572000', '154544.574000', '154544.577000', '154544.580000', '154544.582000', '154544.585000', '154544.587000', '154544.590000', '154544.593000', '154544.595000', '154544.598000', '154544.601000', '154544.603000', '154544.606000', '154544.608000', '154544.611000', '154544.613000', '154544.616000', '154544.619000', '154544.621000', '154544.624000', '154544.627000', '154544.629000', '154544.632000', '154544.635000', '154544.637000', '154544.640000', '154544.643000', '154544.645000', '154544.648000', '154544.650000', '154544.653000', '154544.656000', '154544.658000', '154544.661000', '154544.664000', '154544.666000', '154544.669000', '154544.671000', '154544.674000', '154544.677000', '154544.679000', '154544.682000', '154544.684000', '154604.572000', '154604.574000', '154604.577000', '154604.580000', '154604.582000', '154604.585000', '154604.588000', '154604.590000', '154604.593000', '154604.596000', '154604.598000', '154604.601000', '154604.611000', '154604.613000', '154604.616000', '154604.619000', '154604.621000', '154604.624000', '154604.626000', '154604.629000', '154604.632000', '154604.634000', '154604.637000', '154604.639000', '154604.642000', '154604.645000', '154604.647000', '154604.650000', '154604.652000', '154604.655000', '154604.658000', '154604.660000', '154604.663000', '154604.666000', '154604.668000', '154604.671000', '154604.673000', '154604.676000', '154604.679000', '154604.681000', '154604.684000', '154604.686000', '154604.689000', '154624.572000', '154624.574000', '154624.577000', '154624.580000', '154624.582000', '154624.585000', '154624.588000', '154624.590000', '154624.593000', '154624.595000', '154624.598000', '154624.601000', '154624.603000', '154624.606000', '154624.609000', '154624.612000', '154624.614000', '154624.617000', '154624.620000', '154624.622000', '154624.625000', '154624.628000', '154624.639000', '154624.642000', '154624.645000', '154624.647000', '154624.650000', '154624.652000', '154624.655000', '154624.658000', '154624.660000', '154624.663000', '154624.665000', '154624.668000', '154624.671000', '154624.673000', '154624.676000', '154624.679000', '154624.681000', '154624.684000', '154624.686000', '154624.689000', '154624.691000', '154624.694000', '154644.572000', '154644.574000', '154644.577000', '154644.580000', '154644.582000', '154644.585000', '154644.587000', '154644.590000', '154644.593000', '154644.595000', '154644.598000', '154644.600000', '154644.603000', '154644.606000', '154644.608000', '154644.611000', '154644.613000', '154644.616000', '154644.619000', '154644.621000', '154644.624000', '154644.627000', '154644.629000', '154644.632000', '154644.634000', '154644.637000', '154644.640000', '154644.642000', '154644.645000', '154644.647000', '154644.650000', '154644.653000', '154644.655000', '154644.658000', '154644.660000', '154644.663000', '154644.666000', '154644.668000', '154644.671000', '154644.673000', '154644.676000', '154644.679000', '154644.681000', '154704.573000', '154704.576000', '154704.578000', '154704.581000', '154704.584000', '154704.586000', '154704.589000', '154704.592000', '154704.594000', '154704.597000', '154704.599000', '154704.602000', '154704.605000', '154704.607000', '154704.610000', '154704.612000', '154704.615000', '154704.618000', '154704.620000', '154704.623000', '154704.626000', '154704.628000', '154704.631000', '154704.634000', '154704.636000', '154704.639000', '154704.642000', '154704.644000', '154704.647000', '154704.649000', '154704.652000', '154704.655000', '154704.657000', '154704.660000', '154704.662000', '154704.665000', '154704.668000', '154704.670000', '154704.673000', '154704.676000', '154704.678000', '154704.681000', '154704.684000', '154704.686000', '154724.573000', '154724.575000', '154724.578000', '154724.581000', '154724.583000', '154724.586000', '154724.589000', '154724.591000', '154724.594000', '154724.596000', '154724.599000', '154724.602000', '154724.604000', '154724.607000', '154724.609000', '154724.612000', '154724.615000', '154724.617000', '154724.620000', '154724.622000', '154724.625000', '154724.628000', '154724.630000', '154724.633000', '154724.635000', '154724.638000', '154724.641000', '154724.649000', '154724.652000', '154724.654000', '154724.657000', '154724.660000', '154724.662000', '154724.665000', '154724.668000', '154724.670000', '154724.673000', '154724.675000', '154724.678000', '154724.681000', '154724.683000', '154724.686000', '154724.689000', '154744.573000', '154744.576000', '154744.578000', '154744.581000', '154744.583000', '154744.586000', '154744.589000', '154744.591000', '154744.594000', '154744.597000', '154744.600000', '154744.602000', '154744.607000', '154744.610000', '154744.613000', '154744.615000', '154744.618000', '154744.621000', '154744.623000', '154744.626000', '154744.629000', '154744.631000', '154744.634000', '154744.636000', '154744.639000', '154744.642000', '154744.644000', '154744.647000', '154744.649000', '154744.652000', '154744.655000', '154744.657000', '154744.660000', '154744.663000', '154744.665000', '154744.668000', '154744.671000', '154744.673000', '154744.676000', '154744.679000', '154744.681000', '154744.684000', '154744.686000', '154758.831000', '154758.834000', '154758.837000', '154758.840000', '154758.842000', '154758.845000', '154758.848000', '154758.850000', '154758.853000', '154758.856000', '154758.858000', '154758.861000', '154758.864000', '154758.866000', '154758.869000', '154758.872000', '154758.875000', '154758.877000', '154758.880000', '154758.883000', '154758.886000', '154758.889000', '154758.892000', '154758.895000', '154758.898000', '154758.900000', '154758.903000', '154758.906000', '154758.908000', '154758.911000', '154758.913000', '154758.916000'], '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': [8257, 11621, 8829, 9682, 8502, 8396, 8213, 8084, 9168, 8070, 11104, 8251, 12803, 8587, 12254, 9079, 10453, 9801, 8313, 10982, 8590, 11648, 8248, 10656, 8171, 11130, 9463, 10596, 9401, 8367, 10081, 8253, 10206, 8492, 14617, 9260, 13237, 9343, 9036, 10970, 8614, 11290, 9100, 12296, 9831, 9712, 10567, 8649, 11677, 9250, 12196, 9647, 10801, 10389, 8578, 10945, 9132, 10550, 9319, 12427, 9630, 11832, 9841, 11084, 9703, 11024, 9632, 11405, 9787, 11123, 10325, 9637, 9644, 8800, 10948, 9014, 13530, 9744, 13153, 9799, 11821, 9840, 9649, 10166, 8655, 10868, 9069, 12567, 9894, 10144, 10238, 8799, 10502, 9199, 10127, 9484, 11760, 9858, 10991, 10294, 10583, 10300, 8935, 9909, 9024, 10059, 9453, 12292, 9666, 11907, 9557, 12287, 9512, 8778, 12970, 9293, 12911, 9495, 12055, 9602, 10450, 9640, 8812, 10651, 9405, 11865, 9820, 11823, 9400, 11423, 9823, 10720, 10406, 8806, 11554, 9370, 12327, 9605, 11754, 9583, 10303, 10412, 9096, 13115, 9380, 12397, 9163, 11534, 9802, 9466, 10902, 8860, 11646, 9629, 11359, 9820, 10027, 9177, 8639, 10699, 9150, 11728, 9556, 11425, 9712, 9455, 10058, 8325, 9899, 8585, 10804, 8921, 12442, 9429, 12560, 9457, 11665, 9569, 11644, 9886, 8712, 10659, 8977, 12311, 9160, 12504, 9354, 13263, 9710, 11003, 10263, 8617, 12288, 9094, 13027, 9500, 10184, 10113, 8559, 10091, 8769, 12223, 9040, 11421, 9349, 10821, 10005, 9960, 10778, 8815, 14395, 9303, 12801, 9322, 12590, 9461, 8427, 11049, 9449, 12706, 9381, 11799, 9518, 11405, 9810, 8420, 10246, 8939, 12506, 9452, 12120, 9642, 10172, 10658, 9234, 12332, 9713, 11415, 9624, 9070, 9240, 8569, 10313, 8608, 10430, 8993, 12477, 10042, 11931, 10570, 8831, 13667, 9249, 12689, 9519, 12890, 9458, 11028, 9636, 8474, 12474, 9451, 12767, 9738, 11441, 9160, 8526, 10391, 9136, 10809, 9642, 9942, 10178, 8721, 10365, 8783, 10623, 8948, 10964, 9076, 10594, 9591, 13609, 9728, 11000, 9621, 8754, 10862, 9230, 12569, 9619, 10522, 10522, 8760, 10424, 9114, 10023, 9193, 10245, 9180, 10894, 9311, 10650, 9371, 13335, 10135, 12322, 10177, 10180, 10491, 9259, 14442, 9591, 13149, 9799, 12114, 10215, 9422, 10457, 9164, 10810, 9534, 10742, 9094, 10724, 9558, 12859, 9621, 12653, 9282, 12329, 9610, 12914, 9806, 10494, 10346, 8724, 10494, 8908, 10525, 9093, 9854, 8557, 10292, 8904, 9404, 8995, 10170, 8545, 13416, 8943, 13615, 9123, 12697, 9116, 12704, 9164, 12279, 9356, 11756, 9328, 9477, 9020, 8423, 9217, 8357, 9897, 8799, 12212, 9007, 12430, 8924, 10534, 9080, 11669, 9192, 12419, 9289, 12107, 9175, 11707, 9270, 10150, 9544, 8595, 10039, 8662, 9705, 8504, 9820, 8314, 10427, 8918, 12675, 9144, 12082, 9335, 12407, 9673, 11521, 9618, 9719, 9742, 9128, 9689, 9077, 9220, 8225, 10065, 8823, 10065, 8938, 11081, 9010, 12923, 9190, 12564, 9324, 11895, 9320, 12480, 9425, 11901, 9232, 11925, 9132, 12007, 9417, 11205, 9099, 8696, 9473, 9046, 9005, 8508, 9439, 8693, 10008, 9305, 12094, 9314, 11817, 9546, 12593, 9766, 11769, 9523, 9551, 9729, 8665, 11532, 9305, 12326, 9837, 10946, 9430, 8909, 9476, 8544, 10263, 8698, 10259, 9473, 9973, 9373, 9964, 9693, 11689, 9751, 11747, 9828, 9943, 9605, 8707, 10674, 9623, 12576, 10102, 12525, 10146, 12421, 10054, 11161, 9877, 8574, 10921, 9352, 10820, 9616, 12165, 10004, 10922, 10017, 9989, 9891, 9968, 10219, 9158, 10539, 9625, 12810, 9955, 11993, 10102, 12299, 9913, 9092, 10501, 9452, 10204, 9686, 10721, 10120, 11264, 10332, 10945, 9947, 9622, 9659, 9018, 10870, 9642, 12896, 10346, 12293, 10113, 9875, 9802, 8906, 10388, 9410, 11367, 10306, 11670, 10088, 11410, 10294, 10471, 9930, 9002, 12120, 9609, 12467, 10126, 11786, 9921, 9020, 10973, 9596, 12896, 9999, 12118, 9969, 10224, 9761, 8829, 9850, 9652, 11930, 10138, 12170, 10288, 11229, 9909, 8987, 13313, 9963, 12574, 10104, 10665, 10184, 9500, 11951, 10079, 10648, 10010, 8455, 10425, 9613, 11429, 10271, 10048, 9709, 8806, 10282, 9518, 11858, 10238, 10838, 10156, 9009, 10634, 9629, 12889, 10235, 11034, 10427, 10609, 9731, 8887, 9836, 9104, 10379, 9778, 13073, 10327, 12495, 10349, 11923, 10329, 9122, 10218, 10111, 12251, 9893, 11678, 10385, 10663, 10107, 9198, 12282, 10174, 11716, 10142, 11118, 10303, 9994, 10115, 9294, 12611, 10028, 12440, 10329, 11842, 10487, 10506, 10240, 9687, 12636, 9837, 12324, 9981, 11971, 10425, 12330, 10293, 9456, 11123, 9980, 12458, 10327, 12322, 10278, 11706, 10398, 10863, 10440, 9764, 9906, 8919, 12918, 10048, 12720, 10169, 11826, 10429, 12112, 10457, 10166, 10114, 9135, 10514, 9472, 10689, 9679, 12278, 10273, 11718, 10866, 10678, 10114, 9135, 10549, 9183, 12493, 10231, 11937, 10506, 10590, 10386, 8824, 10135, 9445, 10293, 10214, 10518, 10447, 10887, 10723, 9466, 10413, 9660, 12313, 10607, 11714, 10464, 8917, 10288, 10013, 10934, 10521, 9394, 10794, 9416, 11625, 10431, 10072, 10640, 9676, 10834, 9787, 11166, 10344, 11103, 10544, 9345, 12195, 10124, 12180, 10511, 11463, 10517, 9420, 10479, 9763, 11997, 10519, 11401, 10595, 10703, 10165, 9419, 10675, 9608, 10889, 9615, 11700, 10402, 12103, 10560, 10255, 10092, 9182, 10718, 9508, 12474, 10125, 12006, 10360, 11139, 10444, 9100, 10144, 9129, 12342, 9835, 12176, 10031, 11982, 10357, 10966, 9720, 8699, 9895, 9267, 10548, 9538, 10303, 9706, 11064, 9591, 11221, 10481, 10578, 10001, 8832, 12159, 9625, 12573, 9819, 12072, 9908, 10578, 9693, 10202, 9615, 10763, 10314, 10820, 9721, 9011, 9818, 9254, 9862, 9101, 13195, 9838, 11816, 10249, 10929, 10333, 9088, 9801, 8819, 9922, 9224, 9937, 9192, 10215, 9259, 10217, 9628, 11465, 9688, 11805, 10113, 12087, 10331, 10442, 10350, 10273, 10030, 10588, 10109, 9347, 9809, 9003, 12239, 10108, 11242, 9595, 8776, 9839, 9106, 13825, 10091, 11481, 9993, 8879, 9881, 9220, 10054, 9252, 9724, 9519, 10030, 9707, 10235, 9468, 9895, 9192, 11875, 9761, 11850, 10047, 10909, 9978, 10090, 10008, 9822, 10190, 10401, 10241, 10563, 10357, 9023, 9714, 8683, 9882, 9249, 9926, 9041, 9459, 8928, 10410, 8456, 9944, 8657, 9722, 8748, 9569, 10942, 9956, 10744, 9807, 10167, 9906, 10864, 10048, 11068, 10034, 11113, 10087, 12014, 10017, 10571, 9945, 9935, 10282, 9398, 10347, 9907, 9929, 10198, 10033, 9954, 10291, 10375, 10196, 9995, 10052, 10402, 10025, 10164, 10033, 10080, 10367, 10485, 10302, 10822, 9706, 10389, 10226, 10069, 10252, 9557, 10295, 9761, 10274, 9391, 10299, 8771, 9490, 8814, 10173, 9141, 9926, 9208, 9944, 9027, 10338, 9298, 10047, 9435, 9934, 9406, 11551, 10234, 11240, 10241, 11093, 10386, 11484, 9631, 9293, 9937, 9111, 9809, 9174, 9515, 9616, 10431, 10167, 10622, 10057, 10414, 10246, 10397, 9730, 8711, 11239, 9541, 11636, 9580, 11919, 10169, 10820, 10199, 8728, 9853, 9004, 10534, 9364, 10547, 9824, 10413, 10342, 8779, 10265, 8392, 10029, 8718, 10164, 9580, 10044, 9279, 10089, 9533, 11175, 9943, 10751, 10130, 9948, 10137, 8464, 9953, 8694, 13027, 9818, 11614, 10014, 11692, 9717, 10147, 9926, 8614, 9937, 8862, 9931, 9245, 11576, 9672, 11384, 10089, 10928, 9452, 8950, 9863, 9018, 10509, 9966, 11061, 10026, 10901, 10134, 9090, 9835, 8899, 11107, 9362, 11558, 9937, 11184, 10412, 10039, 10069, 9008, 9681, 9198, 11148, 9461, 10845, 9978, 11048, 10109, 10461, 9975, 8601, 9801, 8897, 11566, 9927, 11627, 9901, 11314, 9942, 10907, 10238, 9740, 9499, 8614, 9457, 8734, 9873, 8663, 11633, 9034, 11709, 9718, 11279, 9774, 11445, 10222, 9128, 9432, 8687, 9531, 8736, 9889, 8970, 11485, 9434, 11362, 9828, 11450, 9917, 10554, 10324, 8759, 10037, 8970, 9757, 9342, 9597, 9456, 10216, 9819, 10902, 9924, 10791, 9807, 10800, 10261, 9091, 9892, 8971, 12557, 9414, 11227, 9467, 10086, 9591, 12005, 10246, 10454, 9806, 8919, 12852, 9948, 12134, 10314, 11408, 10062, 9918, 9890, 10385, 10186, 9709, 10219, 9428, 9490, 8739, 10984, 9658, 9512, 8847, 13567, 9141, 12514, 9999, 12071, 9105, 9287, 9821, 8946, 9741, 9144, 10133, 9701, 10822, 9953, 11029, 10000, 10923, 9616, 11374, 9848, 11337, 9791, 8635, 12474, 9621, 12529, 9662, 11531, 9620, 11546, 10060, 9198, 9380, 8645, 9396, 9349, 10253, 9282, 9549, 9285, 11255, 9703, 11274, 10025, 10037, 8922, 8722, 9681, 8861, 9785, 9313, 10851, 9845, 11323, 9794, 11181, 9614, 11160, 10156, 8750, 9565, 9180, 10566, 9118, 11899, 9856, 10383, 9747, 8500, 9573, 9161, 10105, 9344, 10687, 9601, 10491, 10071, 9390, 9714, 8791, 9376, 9072, 11561, 9566, 11370, 9890, 10364, 9468, 8690, 9548, 9007, 9924, 9222, 10718, 9657, 10966, 10182, 9634, 9968, 8466, 9300, 8678, 9581, 9280, 10692, 9415, 11092, 9623, 11837, 9662, 11146, 9277, 8700, 9195, 8823, 11596, 9466, 10134, 9888, 8583, 9853, 9212, 11429, 9601, 11037, 9910, 9259, 9869, 8750, 10990, 9431, 11618, 9703, 10816, 10146, 9529, 10086, 9207, 11796, 9761, 11321, 9545, 10850, 9629, 8522, 11552, 9530, 11608, 9573, 11209, 9573, 8519, 9866, 9188, 11428, 9633, 11390, 9827, 9094, 9834, 8954, 10737, 9836, 9654, 9887, 9797, 9914, 8944, 10102, 8912, 9935, 9103, 11732, 9580, 11154, 9778, 10879, 9649, 11073, 10035, 9599, 9840, 9136, 9316, 9134, 12406, 9730, 11065, 9851, 8963, 9136, 8602, 9632, 8629, 12346, 9520, 11644, 9813, 11667, 9864, 10049, 9994, 9192, 9906, 8955, 9449, 8946, 11313, 9551, 12148, 10091, 10646, 9889, 9051, 9588, 8861, 12273, 9863, 11346, 9821, 11107, 9897, 9525, 9206, 8658, 9830, 9190, 9575, 8880, 9298, 9128, 10613, 9213, 10360, 9278, 11475, 9652, 12007, 9871, 9645, 9247, 8241, 8938, 9185, 11059, 9621, 11423, 9582, 10045, 9585, 10496, 10198, 10475, 9951, 9392, 9928, 8779, 9547, 8874, 10110, 9397, 10657, 9363, 11406, 9743, 10841, 10281, 9080, 9628, 9024, 9511, 8779, 10807, 9230, 11362, 9828, 11048, 9897, 10220, 9599, 8981, 9850, 9495, 11239, 9818, 10993, 9970, 10359, 9731, 8928, 12262, 9680, 11410, 9875, 10764, 9385, 8523, 9669, 8745, 9553, 9118, 10197, 9370, 11166, 9756, 11113, 9778, 11245, 9993, 9708, 9689, 8708, 11049, 8948, 11865, 9699, 10121, 10025, 8573, 9495, 9009, 12203, 9774, 12057, 10222, 9199, 9829, 8829, 9772, 9232, 10598, 9700, 10107, 10155, 9328, 9694, 8895, 9474, 9393, 11491, 10096, 10656, 9848, 9035, 11512, 9464, 11631, 9967, 9700, 9813, 9316, 11234, 9889, 10884, 10185, 8977, 9952, 9396, 10710, 9978, 11266, 10000, 9011, 9290, 9333, 11451, 10181, 11202, 9409, 8819, 12988, 9754, 11017, 9326, 8627, 9695, 9338, 11041, 9859, 9423, 9766, 9009, 9950, 9347, 11331, 9606, 10297, 9586, 8806, 12901, 9817, 11699, 10012, 9503, 12347, 9340, 11731, 10160, 10630, 9995, 8545, 9666, 9153, 10042, 9817, 10434, 9949, 8595, 9623, 9132, 11133, 9892, 9331, 9475, 8523, 12245, 9547, 10809, 10084, 9220, 8932, 8753, 9492, 8944, 10771, 9640, 10912, 9937, 10642, 9809, 9912, 9008, 8318, 11983, 8969, 11899, 9071, 11750, 9910, 9182, 10101, 8904, 11676, 9479, 11218, 9848, 8722, 9530, 8780, 10534, 9818, 10669, 9579, 9842, 10065, 9036, 9687, 8953, 11610, 9562, 11214, 9905, 10521, 9589, 8565, 12460, 9190, 12003, 9611, 11040, 9976, 8475, 9342, 9251, 9273, 9352, 10615, 9415, 10371, 9927, 8495, 10168, 8994, 11189, 9703, 11337, 9820, 8436, 12058, 9173, 11567, 9610, 10444, 9390, 8577, 10550, 9587, 9798, 9860, 8607, 9461, 8823, 10400, 9775, 9536, 9825, 8243, 9156, 8886, 11188, 9861, 9509, 9508, 9075, 11805, 9607, 11624, 9969, 8326, 10298, 9323, 11586, 9787, 11188, 9524, 8481, 10562, 9390, 10307, 10027, 9074, 9560, 8617, 9388, 9105, 10147, 9722, 10263, 9966, 9692, 8959, 8513, 13202, 9588, 12000, 9193, 8778, 9165, 8633, 12700, 9444, 10766, 8901, 8345, 9238, 8427, 8964, 9135, 10023, 9505, 10578, 9933, 9389, 9158, 8568, 11580, 9156, 11204, 9989, 9681, 9061, 8552, 11083, 9221, 10759, 9796, 10475, 9921, 8585, 9204, 8440, 10723, 9275, 10710, 9499, 10718, 9859, 8886, 9347, 8616, 11606, 9040, 11238, 9268, 11464, 9629, 11046, 9295, 8783, 9504, 8535, 12265, 8964, 10557, 9447, 10652, 9505, 10391, 9550, 10175, 9908, 8932, 9540, 8413, 9216, 8486, 10291, 8855, 10864, 9376, 10856, 9708, 10293, 9886, 8821, 9108, 8575, 9412, 8582, 9159, 8773, 9003, 8640, 11056, 9068, 10653, 9085, 9477, 8806, 8870, 8522, 12133, 9739, 9771, 9304, 8545, 10313, 9340, 9449, 9001, 9678, 8914, 9750, 9130, 9674, 8685, 9159, 8316, 12802, 8688, 11419, 8792, 10384, 8344, 8157, 8909, 8291, 10321, 8554, 10312, 8419, 10400, 9228, 9359, 9349, 8619, 9009, 8511, 10684, 8466, 9189, 8584, 9153, 8596, 8655, 9451, 9471, 10039, 10404, 8594, 11692, 9343, 11253, 8934, 8754, 8548, 8528, 8910, 8623, 10573, 9003, 11003], 'WindowCenter': [4036.0, 4051.0, 4019.0, 4016.0, 3993.0, 3992.0, 3979.0, 3981.0, 4000.0, 3992.0, 4021.0, 3991.0, 4030.0, 3989.0, 4020.0, 3990.0, 4011.0, 3998.0, 3991.0, 4021.0, 4002.0, 4020.0, 3991.0, 4010.0, 3992.0, 4031.0, 4012.0, 4023.0, 4001.0, 3992.0, 4011.0, 3991.0, 4011.0, 3991.0, 4052.0, 4000.0, 4041.0, 3988.0, 3990.0, 3997.0, 3978.0, 4007.0, 3988.0, 4018.0, 3998.0, 3999.0, 4010.0, 3990.0, 4019.0, 4000.0, 4029.0, 3999.0, 4021.0, 4009.0, 3991.0, 4010.0, 4001.0, 4008.0, 4000.0, 4018.0, 3998.0, 4018.0, 4009.0, 4020.0, 4001.0, 4008.0, 4001.0, 4019.0, 4010.0, 4020.0, 4011.0, 4002.0, 3999.0, 3990.0, 4008.0, 3990.0, 4029.0, 4002.0, 4030.0, 3999.0, 4018.0, 3986.0, 3987.0, 3996.0, 3988.0, 4008.0, 3989.0, 4028.0, 3999.0, 4011.0, 4010.0, 3990.0, 4008.0, 3998.0, 3997.0, 3999.0, 4019.0, 3999.0, 4009.0, 4009.0, 4009.0, 3998.0, 3991.0, 4001.0, 4001.0, 4001.0, 4012.0, 4030.0, 3999.0, 4019.0, 3998.0, 4030.0, 3986.0, 3977.0, 4028.0, 3989.0, 4027.0, 3987.0, 4016.0, 3987.0, 4007.0, 3985.0, 3988.0, 4009.0, 3999.0, 4018.0, 4011.0, 4019.0, 3999.0, 4018.0, 3999.0, 4009.0, 4007.0, 3988.0, 4008.0, 3989.0, 4029.0, 3998.0, 4019.0, 3998.0, 4008.0, 3996.0, 3986.0, 4026.0, 3988.0, 4016.0, 3987.0, 4006.0, 3997.0, 3997.0, 4005.0, 3989.0, 4020.0, 3999.0, 4019.0, 3998.0, 3998.0, 3987.0, 3989.0, 4007.0, 3999.0, 4017.0, 3999.0, 4018.0, 3999.0, 3997.0, 3997.0, 3978.0, 4011.0, 3990.0, 4019.0, 4001.0, 4031.0, 4001.0, 4041.0, 4011.0, 4020.0, 3999.0, 4021.0, 3998.0, 3990.0, 4009.0, 4000.0, 4019.0, 4000.0, 4029.0, 3988.0, 4028.0, 3998.0, 4010.0, 3997.0, 3988.0, 4016.0, 3987.0, 4016.0, 3996.0, 3998.0, 3996.0, 3989.0, 3996.0, 3988.0, 4017.0, 3988.0, 4019.0, 3999.0, 4019.0, 4010.0, 4011.0, 4008.0, 4001.0, 4040.0, 3999.0, 4028.0, 3989.0, 4029.0, 3987.0, 3981.0, 4006.0, 3997.0, 4029.0, 3999.0, 4018.0, 3998.0, 4019.0, 3997.0, 3979.0, 3996.0, 3989.0, 4029.0, 3998.0, 4018.0, 3987.0, 4009.0, 3996.0, 3988.0, 4017.0, 3998.0, 4019.0, 3998.0, 3986.0, 3985.0, 3976.0, 4008.0, 3991.0, 4010.0, 4002.0, 4042.0, 4011.0, 4032.0, 4012.0, 4005.0, 4041.0, 3988.0, 4029.0, 3998.0, 4027.0, 3999.0, 4019.0, 3997.0, 3990.0, 4017.0, 3998.0, 4029.0, 3999.0, 4019.0, 3986.0, 3977.0, 3995.0, 3987.0, 4007.0, 3987.0, 3997.0, 4009.0, 3987.0, 4012.0, 3990.0, 4009.0, 4001.0, 4020.0, 4002.0, 4010.0, 4011.0, 4040.0, 4001.0, 4020.0, 3998.0, 3989.0, 4008.0, 4000.0, 4028.0, 3999.0, 4010.0, 4009.0, 3990.0, 4010.0, 4000.0, 4010.0, 4012.0, 4022.0, 4014.0, 4032.0, 4014.0, 4021.0, 4013.0, 4052.0, 4022.0, 4043.0, 4011.0, 4011.0, 4009.0, 4002.0, 4051.0, 4000.0, 4039.0, 3998.0, 4019.0, 4009.0, 3998.0, 4010.0, 4001.0, 4008.0, 4011.0, 4020.0, 4001.0, 4022.0, 4012.0, 4042.0, 4012.0, 4041.0, 4001.0, 4031.0, 4011.0, 4043.0, 4010.0, 4034.0, 4023.0, 3991.0, 4008.0, 3990.0, 4008.0, 4001.0, 4010.0, 4001.0, 4010.0, 4002.0, 4000.0, 4002.0, 4010.0, 4002.0, 4041.0, 4001.0, 4041.0, 4000.0, 4029.0, 3989.0, 4028.0, 4000.0, 4029.0, 4000.0, 4020.0, 3999.0, 4000.0, 3987.0, 3978.0, 3988.0, 3979.0, 3997.0, 3988.0, 4019.0, 4000.0, 4029.0, 3990.0, 4008.0, 4000.0, 4020.0, 4001.0, 4040.0, 4000.0, 4030.0, 4000.0, 4019.0, 3999.0, 4009.0, 3998.0, 3988.0, 4008.0, 3988.0, 3998.0, 3990.0, 4009.0, 3992.0, 4009.0, 4001.0, 4041.0, 4001.0, 4029.0, 4001.0, 4030.0, 4011.0, 4031.0, 4011.0, 4011.0, 4011.0, 4001.0, 4011.0, 4001.0, 4000.0, 4003.0, 4011.0, 4002.0, 4010.0, 4002.0, 4019.0, 4000.0, 4030.0, 4001.0, 4030.0, 4001.0, 4020.0, 4000.0, 4031.0, 4001.0, 4030.0, 3999.0, 4029.0, 4000.0, 4030.0, 3999.0, 4020.0, 4000.0, 3990.0, 3999.0, 3988.0, 3987.0, 3989.0, 3987.0, 3990.0, 3998.0, 3999.0, 4029.0, 4000.0, 4021.0, 3999.0, 4029.0, 4009.0, 4020.0, 3999.0, 4000.0, 3987.0, 3988.0, 4007.0, 3987.0, 4018.0, 3999.0, 4009.0, 3987.0, 3989.0, 3986.0, 3989.0, 3999.0, 3990.0, 4009.0, 3999.0, 3997.0, 4001.0, 3997.0, 4010.0, 4019.0, 4011.0, 4032.0, 4001.0, 3999.0, 3999.0, 3991.0, 4008.0, 4002.0, 4031.0, 4010.0, 4030.0, 4009.0, 4030.0, 4011.0, 4021.0, 4009.0, 4002.0, 4010.0, 4000.0, 4008.0, 3999.0, 4029.0, 4010.0, 4022.0, 4022.0, 4012.0, 4013.0, 4025.0, 4022.0, 4016.0, 4022.0, 4012.0, 4042.0, 4012.0, 4031.0, 4010.0, 4031.0, 4000.0, 4001.0, 4011.0, 4012.0, 4009.0, 4010.0, 4009.0, 4021.0, 4024.0, 4021.0, 4022.0, 4013.0, 4011.0, 3999.0, 4004.0, 4022.0, 4003.0, 4032.0, 4012.0, 4033.0, 4010.0, 4000.0, 3999.0, 3989.0, 4009.0, 4001.0, 4019.0, 4021.0, 4031.0, 4010.0, 4020.0, 4012.0, 4020.0, 4009.0, 4002.0, 4030.0, 4012.0, 4030.0, 4010.0, 4020.0, 3997.0, 3988.0, 3996.0, 4000.0, 4027.0, 3998.0, 4016.0, 3998.0, 3999.0, 3996.0, 3988.0, 3999.0, 3999.0, 4019.0, 4009.0, 4029.0, 4011.0, 4022.0, 3998.0, 3990.0, 4029.0, 3998.0, 4017.0, 3999.0, 4008.0, 3996.0, 3999.0, 4017.0, 4000.0, 4011.0, 3999.0, 3978.0, 3996.0, 3999.0, 4008.0, 3999.0, 3999.0, 3998.0, 3987.0, 3998.0, 4000.0, 4019.0, 4010.0, 4021.0, 4012.0, 4001.0, 4009.0, 4011.0, 4029.0, 4010.0, 4020.0, 4023.0, 4021.0, 4000.0, 3991.0, 4012.0, 4004.0, 4012.0, 4013.0, 4042.0, 4011.0, 4032.0, 4011.0, 4021.0, 4010.0, 4002.0, 4009.0, 4011.0, 4029.0, 3998.0, 4019.0, 4009.0, 4011.0, 4010.0, 4001.0, 4031.0, 4010.0, 4019.0, 4009.0, 4021.0, 4011.0, 4010.0, 4009.0, 4001.0, 4031.0, 4011.0, 4032.0, 4013.0, 4033.0, 4022.0, 4023.0, 4011.0, 4014.0, 4031.0, 4011.0, 4031.0, 4012.0, 4022.0, 4010.0, 4032.0, 4009.0, 4014.0, 4021.0, 4013.0, 4030.0, 4013.0, 4030.0, 4011.0, 4018.0, 4011.0, 4020.0, 4021.0, 4011.0, 4010.0, 4002.0, 4030.0, 4011.0, 4031.0, 4011.0, 4020.0, 4010.0, 4018.0, 4008.0, 4009.0, 3999.0, 4000.0, 4009.0, 4000.0, 4009.0, 4001.0, 4031.0, 4010.0, 4021.0, 4022.0, 4010.0, 3999.0, 3990.0, 4008.0, 4000.0, 4019.0, 4010.0, 4019.0, 4011.0, 4010.0, 4009.0, 3990.0, 4010.0, 4001.0, 4010.0, 4023.0, 4022.0, 4023.0, 4023.0, 4022.0, 4014.0, 4011.0, 4012.0, 4032.0, 4023.0, 4032.0, 4010.0, 3992.0, 3999.0, 4001.0, 4011.0, 4011.0, 4002.0, 4009.0, 4002.0, 4020.0, 4023.0, 4011.0, 4022.0, 4014.0, 4023.0, 4024.0, 4032.0, 4024.0, 4035.0, 4022.0, 4014.0, 4044.0, 4024.0, 4033.0, 4012.0, 4023.0, 4012.0, 4003.0, 4011.0, 4013.0, 4032.0, 4010.0, 4021.0, 4011.0, 4012.0, 4010.0, 4002.0, 4010.0, 4000.0, 4010.0, 4001.0, 4020.0, 4011.0, 4032.0, 4022.0, 4011.0, 4000.0, 3990.0, 3999.0, 4000.0, 4018.0, 4010.0, 4019.0, 3999.0, 4008.0, 4008.0, 3990.0, 3999.0, 4000.0, 4019.0, 3999.0, 4019.0, 4000.0, 4019.0, 3999.0, 4010.0, 3987.0, 3990.0, 3998.0, 3989.0, 3997.0, 3999.0, 3997.0, 4000.0, 4009.0, 4000.0, 4019.0, 4011.0, 4011.0, 3999.0, 3989.0, 4019.0, 4002.0, 4030.0, 4011.0, 4020.0, 4000.0, 4010.0, 4011.0, 4011.0, 4014.0, 4023.0, 4013.0, 4024.0, 4012.0, 4003.0, 4011.0, 4003.0, 4000.0, 4002.0, 4031.0, 4010.0, 4021.0, 4011.0, 4011.0, 4009.0, 3991.0, 4000.0, 4003.0, 4011.0, 4002.0, 4010.0, 4001.0, 4010.0, 4002.0, 4012.0, 4013.0, 4022.0, 4011.0, 4020.0, 4011.0, 4031.0, 4021.0, 4021.0, 4011.0, 4009.0, 4010.0, 4011.0, 4023.0, 4013.0, 4012.0, 4003.0, 4033.0, 4013.0, 4023.0, 4000.0, 3991.0, 4000.0, 4000.0, 4039.0, 3999.0, 4020.0, 3998.0, 3990.0, 3998.0, 3991.0, 3998.0, 4001.0, 3997.0, 4001.0, 3999.0, 4001.0, 3999.0, 4001.0, 4000.0, 4002.0, 4021.0, 4012.0, 4022.0, 4001.0, 4010.0, 4000.0, 4010.0, 4011.0, 4011.0, 4013.0, 4011.0, 4011.0, 4012.0, 4010.0, 3991.0, 3999.0, 3990.0, 4001.0, 4001.0, 3999.0, 3989.0, 3999.0, 3989.0, 4010.0, 3991.0, 4010.0, 3992.0, 4001.0, 3992.0, 4000.0, 4010.0, 4000.0, 4011.0, 4011.0, 4009.0, 4001.0, 4021.0, 4000.0, 4020.0, 4001.0, 4010.0, 4000.0, 4018.0, 3998.0, 3998.0, 3999.0, 3997.0, 3999.0, 3987.0, 3998.0, 3997.0, 3999.0, 3998.0, 4001.0, 4000.0, 4010.0, 4010.0, 4011.0, 3999.0, 4000.0, 4009.0, 4000.0, 4010.0, 3999.0, 4010.0, 4012.0, 4010.0, 4011.0, 4011.0, 4001.0, 4009.0, 4012.0, 4000.0, 4012.0, 4001.0, 4011.0, 4000.0, 4012.0, 4001.0, 4013.0, 3993.0, 4001.0, 4002.0, 4011.0, 4002.0, 4000.0, 4002.0, 4011.0, 4003.0, 4011.0, 4014.0, 4013.0, 4016.0, 4014.0, 4015.0, 4035.0, 4025.0, 4023.0, 4013.0, 4022.0, 4011.0, 4023.0, 4001.0, 4003.0, 4000.0, 3991.0, 3999.0, 4000.0, 3999.0, 4000.0, 4010.0, 4024.0, 4012.0, 4013.0, 4022.0, 4012.0, 4013.0, 4001.0, 4003.0, 4022.0, 4002.0, 4021.0, 4001.0, 4021.0, 4000.0, 4011.0, 3999.0, 3990.0, 3999.0, 3989.0, 3998.0, 3990.0, 4009.0, 4000.0, 4010.0, 4010.0, 3990.0, 4010.0, 3991.0, 4000.0, 3991.0, 4011.0, 4012.0, 4001.0, 4001.0, 4009.0, 4012.0, 4021.0, 4013.0, 4022.0, 4011.0, 4012.0, 4011.0, 3991.0, 3999.0, 3991.0, 4031.0, 3998.0, 4020.0, 3999.0, 4019.0, 4001.0, 4010.0, 4010.0, 3991.0, 3998.0, 3990.0, 4001.0, 4001.0, 4021.0, 4000.0, 4020.0, 4009.0, 4011.0, 3998.0, 3989.0, 3997.0, 3989.0, 4010.0, 4000.0, 4020.0, 4000.0, 4009.0, 4010.0, 3990.0, 3999.0, 4001.0, 4020.0, 4000.0, 4021.0, 4011.0, 4021.0, 4010.0, 4012.0, 4000.0, 4001.0, 3999.0, 4001.0, 4021.0, 4001.0, 4011.0, 4012.0, 4022.0, 4010.0, 4011.0, 4000.0, 3992.0, 4000.0, 4002.0, 4021.0, 4011.0, 4021.0, 4001.0, 4021.0, 4012.0, 4011.0, 4012.0, 4001.0, 4000.0, 3992.0, 4001.0, 3991.0, 4000.0, 3991.0, 4020.0, 3990.0, 4020.0, 3999.0, 4009.0, 4000.0, 4009.0, 4000.0, 3989.0, 3989.0, 3991.0, 4000.0, 3990.0, 3999.0, 3990.0, 4020.0, 4001.0, 4020.0, 4000.0, 4020.0, 4000.0, 4010.0, 4011.0, 3990.0, 4000.0, 4002.0, 4000.0, 4002.0, 4000.0, 4012.0, 4011.0, 4014.0, 4023.0, 4014.0, 4023.0, 4013.0, 4024.0, 4012.0, 4004.0, 4011.0, 4003.0, 4031.0, 4002.0, 4019.0, 4002.0, 4009.0, 4001.0, 4020.0, 4010.0, 4012.0, 3999.0, 3991.0, 4031.0, 4000.0, 4020.0, 4011.0, 4019.0, 3999.0, 3999.0, 4001.0, 4010.0, 4012.0, 4002.0, 4014.0, 4003.0, 4012.0, 4004.0, 4011.0, 4001.0, 3989.0, 3990.0, 4029.0, 3989.0, 4020.0, 3999.0, 4020.0, 3977.0, 3988.0, 3986.0, 3978.0, 3986.0, 3989.0, 3996.0, 4000.0, 4011.0, 4011.0, 4021.0, 4011.0, 4011.0, 4003.0, 4021.0, 4001.0, 4023.0, 3999.0, 3990.0, 4019.0, 3999.0, 4019.0, 3987.0, 4008.0, 3988.0, 4009.0, 3999.0, 3999.0, 3989.0, 3990.0, 3989.0, 4001.0, 4000.0, 3990.0, 4000.0, 4001.0, 4010.0, 4000.0, 4010.0, 3999.0, 4001.0, 3977.0, 3979.0, 3987.0, 3989.0, 3996.0, 3999.0, 4009.0, 4012.0, 4020.0, 4000.0, 4010.0, 4001.0, 4022.0, 4010.0, 3992.0, 3999.0, 4000.0, 3999.0, 3990.0, 4019.0, 4000.0, 4010.0, 3999.0, 3991.0, 3999.0, 4000.0, 3998.0, 4001.0, 4009.0, 4001.0, 4010.0, 4000.0, 4002.0, 3999.0, 3991.0, 3988.0, 3991.0, 4019.0, 4001.0, 4020.0, 4010.0, 4011.0, 4001.0, 3990.0, 3988.0, 3990.0, 3999.0, 4000.0, 4009.0, 3999.0, 4021.0, 4010.0, 4000.0, 4000.0, 3980.0, 4001.0, 3993.0, 4000.0, 4003.0, 4011.0, 4001.0, 4021.0, 4002.0, 4021.0, 4001.0, 4023.0, 4002.0, 3991.0, 3989.0, 3990.0, 4009.0, 4000.0, 3999.0, 3999.0, 3992.0, 3999.0, 4001.0, 4020.0, 4000.0, 4011.0, 3999.0, 4001.0, 4011.0, 3993.0, 4011.0, 4001.0, 4020.0, 4002.0, 4021.0, 4011.0, 4013.0, 4011.0, 4003.0, 4021.0, 4012.0, 4021.0, 4000.0, 4022.0, 4012.0, 4002.0, 4021.0, 4012.0, 4022.0, 4000.0, 4022.0, 4000.0, 3991.0, 3999.0, 4002.0, 4020.0, 4000.0, 4009.0, 3999.0, 3990.0, 3998.0, 3990.0, 4009.0, 4010.0, 3999.0, 4011.0, 4010.0, 4012.0, 4003.0, 4023.0, 4015.0, 4012.0, 4015.0, 4034.0, 4015.0, 4035.0, 4025.0, 4023.0, 4013.0, 4023.0, 4013.0, 4014.0, 4011.0, 4003.0, 4002.0, 4003.0, 4033.0, 4001.0, 4023.0, 4012.0, 4001.0, 4000.0, 3991.0, 4000.0, 3991.0, 4031.0, 4001.0, 4020.0, 4000.0, 4019.0, 4010.0, 4009.0, 4012.0, 4002.0, 4013.0, 4003.0, 4012.0, 4004.0, 4022.0, 4013.0, 4032.0, 4012.0, 4013.0, 4000.0, 4001.0, 4000.0, 4001.0, 4031.0, 4011.0, 4021.0, 4000.0, 4010.0, 4011.0, 4001.0, 4001.0, 4002.0, 4011.0, 4002.0, 4012.0, 4003.0, 4002.0, 4015.0, 4022.0, 4003.0, 4012.0, 4014.0, 4032.0, 4002.0, 4033.0, 4011.0, 4001.0, 3989.0, 3980.0, 3989.0, 4002.0, 4020.0, 4000.0, 4020.0, 4001.0, 4009.0, 4012.0, 4022.0, 4023.0, 4022.0, 4011.0, 4001.0, 4010.0, 4002.0, 4000.0, 4003.0, 4011.0, 4002.0, 4011.0, 4002.0, 4021.0, 4012.0, 4022.0, 4012.0, 4002.0, 4000.0, 3990.0, 3999.0, 3990.0, 4009.0, 4001.0, 4020.0, 4010.0, 4019.0, 4000.0, 4010.0, 4000.0, 4001.0, 4000.0, 4012.0, 4021.0, 4011.0, 4021.0, 4010.0, 4012.0, 4000.0, 4002.0, 4021.0, 4000.0, 4020.0, 3999.0, 4021.0, 4001.0, 3991.0, 3999.0, 3990.0, 3999.0, 4002.0, 4009.0, 4012.0, 4022.0, 4012.0, 4021.0, 4010.0, 4021.0, 4011.0, 4012.0, 4001.0, 4002.0, 4019.0, 3990.0, 4020.0, 3999.0, 4010.0, 3999.0, 3990.0, 3998.0, 3989.0, 4019.0, 3999.0, 4019.0, 4009.0, 4000.0, 4010.0, 4001.0, 3999.0, 4001.0, 4010.0, 4012.0, 4011.0, 4022.0, 4013.0, 4011.0, 4003.0, 4001.0, 4013.0, 4031.0, 4012.0, 4023.0, 4000.0, 4001.0, 4019.0, 4001.0, 4020.0, 4010.0, 4011.0, 3999.0, 4001.0, 4020.0, 4011.0, 4010.0, 4010.0, 4001.0, 4009.0, 4013.0, 4021.0, 4012.0, 4021.0, 4011.0, 4002.0, 3999.0, 4002.0, 4032.0, 4010.0, 4022.0, 3989.0, 4001.0, 4029.0, 4000.0, 4021.0, 3998.0, 3990.0, 3999.0, 4001.0, 4019.0, 4011.0, 4002.0, 4012.0, 4014.0, 4011.0, 4013.0, 4022.0, 4013.0, 4023.0, 4010.0, 4002.0, 4031.0, 4001.0, 4021.0, 4000.0, 4001.0, 4029.0, 4000.0, 4020.0, 4010.0, 4009.0, 3999.0, 3990.0, 3999.0, 4000.0, 4011.0, 4011.0, 4022.0, 4011.0, 3992.0, 4000.0, 4001.0, 4020.0, 4000.0, 4001.0, 3999.0, 3990.0, 4020.0, 4000.0, 4010.0, 4010.0, 4000.0, 3988.0, 3989.0, 3988.0, 3989.0, 4009.0, 3999.0, 4009.0, 3999.0, 4009.0, 4000.0, 4011.0, 3989.0, 3991.0, 4020.0, 3990.0, 4019.0, 3988.0, 4019.0, 3998.0, 3989.0, 3997.0, 3988.0, 4008.0, 3988.0, 4007.0, 3998.0, 3989.0, 3998.0, 3990.0, 4008.0, 4010.0, 4009.0, 4001.0, 4010.0, 4011.0, 4002.0, 4000.0, 4002.0, 4021.0, 4000.0, 4010.0, 3999.0, 4010.0, 3999.0, 3990.0, 4028.0, 3989.0, 4019.0, 3999.0, 4020.0, 3999.0, 3991.0, 4000.0, 4002.0, 4000.0, 4002.0, 4011.0, 4001.0, 4023.0, 4012.0, 4003.0, 4011.0, 4002.0, 4021.0, 4001.0, 4022.0, 4000.0, 3991.0, 4030.0, 4001.0, 4019.0, 3998.0, 4010.0, 3987.0, 3990.0, 4009.0, 4011.0, 4010.0, 3999.0, 3990.0, 3999.0, 4002.0, 4021.0, 4012.0, 4012.0, 4010.0, 3992.0, 4001.0, 4002.0, 4021.0, 4011.0, 4012.0, 4000.0, 4000.0, 4020.0, 4000.0, 4021.0, 3999.0, 3991.0, 4009.0, 4001.0, 4020.0, 4000.0, 4010.0, 3999.0, 3991.0, 4008.0, 4002.0, 4010.0, 4011.0, 4001.0, 4001.0, 4001.0, 4000.0, 4003.0, 4023.0, 4014.0, 4024.0, 4013.0, 4015.0, 4002.0, 4004.0, 4044.0, 4013.0, 4033.0, 4001.0, 3991.0, 3989.0, 3991.0, 4031.0, 4000.0, 4021.0, 3989.0, 3979.0, 3988.0, 3990.0, 3988.0, 4001.0, 4012.0, 4012.0, 4022.0, 4010.0, 4001.0, 3999.0, 4002.0, 4021.0, 4003.0, 4021.0, 3999.0, 4000.0, 3989.0, 3990.0, 4019.0, 4001.0, 4020.0, 3999.0, 4010.0, 4009.0, 3991.0, 4000.0, 3991.0, 4020.0, 4002.0, 4011.0, 4002.0, 4011.0, 4011.0, 4002.0, 4000.0, 4002.0, 4022.0, 4001.0, 4021.0, 4001.0, 4020.0, 4000.0, 4021.0, 3989.0, 3989.0, 3998.0, 3989.0, 4018.0, 3989.0, 4009.0, 4000.0, 4010.0, 4000.0, 4010.0, 4000.0, 4010.0, 4011.0, 4001.0, 4000.0, 3990.0, 3989.0, 3990.0, 3999.0, 3989.0, 4009.0, 4002.0, 4021.0, 4001.0, 4010.0, 3999.0, 3991.0, 3989.0, 3991.0, 4001.0, 3992.0, 4002.0, 4003.0, 4002.0, 4005.0, 4023.0, 4004.0, 4022.0, 4002.0, 4002.0, 4018.0, 4033.0, 4033.0, 4046.0, 4012.0, 4013.0, 4000.0, 3993.0, 4010.0, 4002.0, 4001.0, 4004.0, 4012.0, 4005.0, 4012.0, 4014.0, 4013.0, 4004.0, 4002.0, 3993.0, 4034.0, 3992.0, 4021.0, 3978.0, 4000.0, 3965.0, 3969.0, 3976.0, 3977.0, 3997.0, 3978.0, 3997.0, 3979.0, 4009.0, 3988.0, 3990.0, 3987.0, 3980.0, 3977.0, 3978.0, 3998.0, 3977.0, 3989.0, 3980.0, 3991.0, 3994.0, 4005.0, 4013.0, 4014.0, 4016.0, 4012.0, 3992.0, 4023.0, 3992.0, 4012.0, 3980.0, 3980.0, 3980.0, 3981.0, 3978.0, 3980.0, 4001.0, 3991.0, 4000.0], 'WindowWidth': [9010.0, 9015.0, 8969.0, 8958.0, 8920.0, 8915.0, 8894.0, 8898.0, 8921.0, 8916.0, 8950.0, 8911.0, 8962.0, 8904.0, 8945.0, 8906.0, 8939.0, 8916.0, 8911.0, 8950.0, 8927.0, 8948.0, 8914.0, 8936.0, 8915.0, 8965.0, 8942.0, 8957.0, 8924.0, 8916.0, 8936.0, 8912.0, 8935.0, 8910.0, 8992.0, 8921.0, 8979.0, 8900.0, 8907.0, 8911.0, 8886.0, 8922.0, 8901.0, 8940.0, 8913.0, 8918.0, 8936.0, 8909.0, 8943.0, 8921.0, 8957.0, 8919.0, 8952.0, 8930.0, 8913.0, 8935.0, 8922.0, 8928.0, 8919.0, 8939.0, 8915.0, 8940.0, 8932.0, 8946.0, 8922.0, 8929.0, 8924.0, 8944.0, 8936.0, 8948.0, 8935.0, 8926.0, 8918.0, 8907.0, 8927.0, 8908.0, 8957.0, 8924.0, 8961.0, 8916.0, 8940.0, 8893.0, 8896.0, 8909.0, 8902.0, 8926.0, 8906.0, 8956.0, 8917.0, 8935.0, 8934.0, 8908.0, 8926.0, 8915.0, 8910.0, 8918.0, 8943.0, 8918.0, 8932.0, 8931.0, 8931.0, 8915.0, 8909.0, 8920.0, 8924.0, 8921.0, 8942.0, 8961.0, 8917.0, 8942.0, 8915.0, 8959.0, 8895.0, 8887.0, 8954.0, 8904.0, 8950.0, 8898.0, 8933.0, 8897.0, 8925.0, 8893.0, 8901.0, 8927.0, 8917.0, 8942.0, 8937.0, 8945.0, 8918.0, 8942.0, 8917.0, 8932.0, 8923.0, 8902.0, 8927.0, 8904.0, 8957.0, 8915.0, 8943.0, 8913.0, 8928.0, 8907.0, 8896.0, 8950.0, 8902.0, 8934.0, 8898.0, 8920.0, 8912.0, 8913.0, 8919.0, 8904.0, 8947.0, 8920.0, 8944.0, 8916.0, 8916.0, 8898.0, 8904.0, 8924.0, 8918.0, 8940.0, 8918.0, 8944.0, 8919.0, 8914.0, 8913.0, 8889.0, 8936.0, 8910.0, 8944.0, 8925.0, 8963.0, 8926.0, 8978.0, 8938.0, 8946.0, 8920.0, 8950.0, 8916.0, 8910.0, 8934.0, 8922.0, 8945.0, 8919.0, 8957.0, 8902.0, 8956.0, 8915.0, 8934.0, 8911.0, 8901.0, 8935.0, 8897.0, 8935.0, 8909.0, 8914.0, 8908.0, 8906.0, 8911.0, 8903.0, 8939.0, 8902.0, 8944.0, 8920.0, 8945.0, 8933.0, 8939.0, 8928.0, 8923.0, 8975.0, 8917.0, 8953.0, 8904.0, 8957.0, 8897.0, 8897.0, 8923.0, 8913.0, 8957.0, 8918.0, 8940.0, 8916.0, 8943.0, 8913.0, 8892.0, 8910.0, 8905.0, 8956.0, 8915.0, 8938.0, 8899.0, 8930.0, 8907.0, 8901.0, 8938.0, 8916.0, 8942.0, 8913.0, 8897.0, 8893.0, 8883.0, 8929.0, 8912.0, 8933.0, 8930.0, 8984.0, 8940.0, 8969.0, 8939.0, 8936.0, 8979.0, 8904.0, 8957.0, 8915.0, 8952.0, 8917.0, 8947.0, 8912.0, 8910.0, 8940.0, 8914.0, 8957.0, 8921.0, 8945.0, 8894.0, 8884.0, 8903.0, 8899.0, 8924.0, 8898.0, 8914.0, 8932.0, 8901.0, 8938.0, 8908.0, 8933.0, 8927.0, 8950.0, 8928.0, 8934.0, 8938.0, 8975.0, 8924.0, 8949.0, 8916.0, 8908.0, 8928.0, 8920.0, 8956.0, 8918.0, 8935.0, 8932.0, 8910.0, 8934.0, 8922.0, 8935.0, 8942.0, 8956.0, 8950.0, 8969.0, 8949.0, 8953.0, 8945.0, 8997.0, 8955.0, 8983.0, 8939.0, 8938.0, 8934.0, 8927.0, 8993.0, 8923.0, 8971.0, 8916.0, 8944.0, 8932.0, 8918.0, 8933.0, 8925.0, 8930.0, 8937.0, 8947.0, 8927.0, 8952.0, 8943.0, 8983.0, 8942.0, 8979.0, 8926.0, 8965.0, 8940.0, 8983.0, 8937.0, 8976.0, 8957.0, 8911.0, 8929.0, 8907.0, 8929.0, 8924.0, 8934.0, 8928.0, 8936.0, 8928.0, 8923.0, 8928.0, 8934.0, 8929.0, 8978.0, 8926.0, 8977.0, 8923.0, 8958.0, 8906.0, 8956.0, 8921.0, 8958.0, 8921.0, 8947.0, 8918.0, 8921.0, 8899.0, 8889.0, 8901.0, 8891.0, 8912.0, 8904.0, 8945.0, 8922.0, 8957.0, 8907.0, 8929.0, 8922.0, 8948.0, 8925.0, 8976.0, 8924.0, 8960.0, 8920.0, 8944.0, 8918.0, 8932.0, 8914.0, 8904.0, 8928.0, 8905.0, 8917.0, 8909.0, 8933.0, 8915.0, 8933.0, 8926.0, 8979.0, 8923.0, 8960.0, 8924.0, 8960.0, 8937.0, 8964.0, 8939.0, 8937.0, 8938.0, 8924.0, 8940.0, 8928.0, 8924.0, 8934.0, 8938.0, 8928.0, 8934.0, 8927.0, 8946.0, 8923.0, 8962.0, 8924.0, 8960.0, 8924.0, 8948.0, 8923.0, 8964.0, 8927.0, 8963.0, 8921.0, 8958.0, 8922.0, 8960.0, 8920.0, 8950.0, 8921.0, 8910.0, 8917.0, 8902.0, 8900.0, 8906.0, 8900.0, 8909.0, 8917.0, 8920.0, 8957.0, 8921.0, 8948.0, 8920.0, 8957.0, 8931.0, 8948.0, 8918.0, 8920.0, 8896.0, 8903.0, 8925.0, 8900.0, 8941.0, 8917.0, 8929.0, 8898.0, 8902.0, 8896.0, 8903.0, 8916.0, 8906.0, 8931.0, 8920.0, 8912.0, 8923.0, 8913.0, 8935.0, 8946.0, 8937.0, 8965.0, 8923.0, 8919.0, 8916.0, 8910.0, 8927.0, 8925.0, 8963.0, 8934.0, 8959.0, 8932.0, 8957.0, 8936.0, 8950.0, 8931.0, 8929.0, 8933.0, 8920.0, 8928.0, 8919.0, 8958.0, 8936.0, 8952.0, 8956.0, 8940.0, 8943.0, 8963.0, 8954.0, 8953.0, 8952.0, 8941.0, 8981.0, 8941.0, 8964.0, 8935.0, 8964.0, 8920.0, 8924.0, 8937.0, 8939.0, 8930.0, 8936.0, 8932.0, 8952.0, 8957.0, 8953.0, 8956.0, 8944.0, 8939.0, 8919.0, 8932.0, 8952.0, 8929.0, 8964.0, 8939.0, 8968.0, 8935.0, 8920.0, 8916.0, 8905.0, 8929.0, 8924.0, 8946.0, 8951.0, 8964.0, 8936.0, 8948.0, 8941.0, 8949.0, 8932.0, 8928.0, 8961.0, 8939.0, 8960.0, 8931.0, 8946.0, 8909.0, 8901.0, 8908.0, 8918.0, 8950.0, 8912.0, 8933.0, 8914.0, 8915.0, 8909.0, 8903.0, 8917.0, 8919.0, 8943.0, 8932.0, 8957.0, 8936.0, 8954.0, 8912.0, 8907.0, 8958.0, 8916.0, 8939.0, 8915.0, 8929.0, 8907.0, 8915.0, 8938.0, 8919.0, 8934.0, 8915.0, 8888.0, 8908.0, 8916.0, 8926.0, 8917.0, 8916.0, 8912.0, 8900.0, 8913.0, 8919.0, 8945.0, 8933.0, 8950.0, 8939.0, 8925.0, 8930.0, 8936.0, 8959.0, 8935.0, 8947.0, 8956.0, 8952.0, 8920.0, 8910.0, 8938.0, 8932.0, 8939.0, 8944.0, 8981.0, 8938.0, 8966.0, 8935.0, 8948.0, 8932.0, 8925.0, 8930.0, 8936.0, 8956.0, 8916.0, 8943.0, 8929.0, 8935.0, 8931.0, 8924.0, 8962.0, 8934.0, 8943.0, 8931.0, 8949.0, 8936.0, 8936.0, 8930.0, 8925.0, 8965.0, 8936.0, 8965.0, 8942.0, 8968.0, 8953.0, 8956.0, 8937.0, 8945.0, 8964.0, 8937.0, 8963.0, 8938.0, 8951.0, 8936.0, 8966.0, 8932.0, 8944.0, 8948.0, 8940.0, 8960.0, 8941.0, 8960.0, 8934.0, 8940.0, 8938.0, 8946.0, 8951.0, 8938.0, 8933.0, 8929.0, 8962.0, 8937.0, 8963.0, 8935.0, 8944.0, 8932.0, 8939.0, 8926.0, 8930.0, 8917.0, 8921.0, 8928.0, 8918.0, 8929.0, 8923.0, 8963.0, 8934.0, 8947.0, 8951.0, 8934.0, 8916.0, 8905.0, 8926.0, 8920.0, 8944.0, 8932.0, 8943.0, 8936.0, 8932.0, 8928.0, 8905.0, 8930.0, 8923.0, 8931.0, 8954.0, 8954.0, 8955.0, 8953.0, 8951.0, 8947.0, 8935.0, 8939.0, 8967.0, 8954.0, 8966.0, 8931.0, 8911.0, 8915.0, 8922.0, 8934.0, 8936.0, 8927.0, 8929.0, 8924.0, 8947.0, 8954.0, 8938.0, 8954.0, 8949.0, 8957.0, 8960.0, 8968.0, 8960.0, 8975.0, 8953.0, 8947.0, 8988.0, 8960.0, 8968.0, 8939.0, 8956.0, 8936.0, 8929.0, 8936.0, 8942.0, 8966.0, 8934.0, 8948.0, 8935.0, 8939.0, 8932.0, 8925.0, 8933.0, 8920.0, 8931.0, 8922.0, 8947.0, 8935.0, 8966.0, 8951.0, 8938.0, 8917.0, 8906.0, 8915.0, 8918.0, 8940.0, 8931.0, 8941.0, 8915.0, 8925.0, 8927.0, 8905.0, 8914.0, 8918.0, 8944.0, 8918.0, 8943.0, 8917.0, 8942.0, 8915.0, 8932.0, 8898.0, 8906.0, 8911.0, 8903.0, 8909.0, 8916.0, 8910.0, 8918.0, 8929.0, 8919.0, 8943.0, 8934.0, 8936.0, 8914.0, 8906.0, 8943.0, 8923.0, 8958.0, 8935.0, 8946.0, 8919.0, 8931.0, 8936.0, 8936.0, 8946.0, 8957.0, 8942.0, 8959.0, 8939.0, 8929.0, 8934.0, 8927.0, 8919.0, 8925.0, 8964.0, 8933.0, 8949.0, 8936.0, 8936.0, 8931.0, 8909.0, 8920.0, 8928.0, 8934.0, 8925.0, 8933.0, 8924.0, 8933.0, 8927.0, 8940.0, 8941.0, 8951.0, 8937.0, 8947.0, 8937.0, 8964.0, 8952.0, 8950.0, 8936.0, 8931.0, 8934.0, 8936.0, 8957.0, 8946.0, 8941.0, 8931.0, 8970.0, 8941.0, 8957.0, 8921.0, 8912.0, 8919.0, 8921.0, 8972.0, 8916.0, 8945.0, 8914.0, 8907.0, 8912.0, 8907.0, 8912.0, 8920.0, 8911.0, 8921.0, 8918.0, 8924.0, 8917.0, 8924.0, 8919.0, 8925.0, 8950.0, 8938.0, 8952.0, 8920.0, 8930.0, 8919.0, 8931.0, 8936.0, 8936.0, 8942.0, 8936.0, 8936.0, 8937.0, 8934.0, 8911.0, 8915.0, 8908.0, 8922.0, 8922.0, 8914.0, 8902.0, 8914.0, 8902.0, 8933.0, 8909.0, 8932.0, 8912.0, 8922.0, 8912.0, 8917.0, 8932.0, 8919.0, 8933.0, 8934.0, 8931.0, 8923.0, 8947.0, 8919.0, 8946.0, 8922.0, 8932.0, 8917.0, 8939.0, 8913.0, 8911.0, 8913.0, 8909.0, 8914.0, 8898.0, 8912.0, 8910.0, 8914.0, 8913.0, 8920.0, 8917.0, 8932.0, 8931.0, 8935.0, 8916.0, 8918.0, 8928.0, 8920.0, 8931.0, 8918.0, 8932.0, 8938.0, 8933.0, 8933.0, 8932.0, 8921.0, 8930.0, 8937.0, 8921.0, 8939.0, 8923.0, 8934.0, 8920.0, 8937.0, 8922.0, 8940.0, 8915.0, 8923.0, 8927.0, 8933.0, 8923.0, 8919.0, 8925.0, 8936.0, 8929.0, 8937.0, 8945.0, 8941.0, 8950.0, 8943.0, 8949.0, 8975.0, 8961.0, 8956.0, 8942.0, 8953.0, 8937.0, 8955.0, 8921.0, 8928.0, 8919.0, 8909.0, 8916.0, 8920.0, 8915.0, 8920.0, 8935.0, 8957.0, 8939.0, 8941.0, 8951.0, 8938.0, 8943.0, 8921.0, 8929.0, 8952.0, 8924.0, 8948.0, 8921.0, 8947.0, 8917.0, 8935.0, 8916.0, 8906.0, 8913.0, 8903.0, 8911.0, 8904.0, 8928.0, 8919.0, 8933.0, 8931.0, 8906.0, 8932.0, 8909.0, 8918.0, 8911.0, 8935.0, 8940.0, 8921.0, 8925.0, 8932.0, 8939.0, 8950.0, 8944.0, 8953.0, 8936.0, 8938.0, 8934.0, 8911.0, 8917.0, 8909.0, 8965.0, 8916.0, 8945.0, 8916.0, 8943.0, 8920.0, 8932.0, 8932.0, 8910.0, 8915.0, 8908.0, 8921.0, 8925.0, 8949.0, 8921.0, 8947.0, 8931.0, 8935.0, 8912.0, 8904.0, 8910.0, 8902.0, 8931.0, 8919.0, 8944.0, 8918.0, 8929.0, 8931.0, 8908.0, 8917.0, 8924.0, 8945.0, 8920.0, 8949.0, 8936.0, 8948.0, 8933.0, 8939.0, 8919.0, 8922.0, 8918.0, 8922.0, 8948.0, 8922.0, 8935.0, 8938.0, 8951.0, 8933.0, 8935.0, 8918.0, 8911.0, 8918.0, 8924.0, 8949.0, 8936.0, 8948.0, 8922.0, 8947.0, 8937.0, 8934.0, 8936.0, 8923.0, 8921.0, 8914.0, 8921.0, 8909.0, 8918.0, 8910.0, 8945.0, 8906.0, 8946.0, 8916.0, 8929.0, 8918.0, 8928.0, 8916.0, 8903.0, 8904.0, 8909.0, 8917.0, 8906.0, 8916.0, 8906.0, 8945.0, 8921.0, 8945.0, 8917.0, 8943.0, 8918.0, 8931.0, 8933.0, 8907.0, 8918.0, 8926.0, 8918.0, 8926.0, 8920.0, 8939.0, 8936.0, 8945.0, 8955.0, 8944.0, 8956.0, 8943.0, 8959.0, 8939.0, 8931.0, 8937.0, 8929.0, 8963.0, 8925.0, 8944.0, 8924.0, 8930.0, 8924.0, 8947.0, 8932.0, 8938.0, 8915.0, 8910.0, 8963.0, 8918.0, 8946.0, 8933.0, 8943.0, 8915.0, 8913.0, 8919.0, 8932.0, 8940.0, 8927.0, 8943.0, 8931.0, 8938.0, 8931.0, 8936.0, 8923.0, 8901.0, 8906.0, 8956.0, 8902.0, 8944.0, 8914.0, 8945.0, 8882.0, 8898.0, 8891.0, 8884.0, 8893.0, 8903.0, 8908.0, 8918.0, 8933.0, 8935.0, 8947.0, 8935.0, 8934.0, 8926.0, 8949.0, 8920.0, 8953.0, 8914.0, 8906.0, 8942.0, 8915.0, 8941.0, 8897.0, 8922.0, 8898.0, 8925.0, 8915.0, 8916.0, 8900.0, 8907.0, 8903.0, 8923.0, 8917.0, 8905.0, 8917.0, 8921.0, 8932.0, 8917.0, 8932.0, 8916.0, 8920.0, 8884.0, 8889.0, 8895.0, 8902.0, 8908.0, 8916.0, 8930.0, 8939.0, 8944.0, 8918.0, 8931.0, 8922.0, 8950.0, 8931.0, 8910.0, 8915.0, 8919.0, 8915.0, 8905.0, 8942.0, 8918.0, 8932.0, 8914.0, 8908.0, 8915.0, 8920.0, 8912.0, 8921.0, 8929.0, 8921.0, 8933.0, 8919.0, 8925.0, 8917.0, 8909.0, 8899.0, 8907.0, 8943.0, 8920.0, 8946.0, 8933.0, 8937.0, 8919.0, 8907.0, 8900.0, 8905.0, 8915.0, 8920.0, 8929.0, 8917.0, 8948.0, 8932.0, 8918.0, 8917.0, 8892.0, 8920.0, 8913.0, 8920.0, 8929.0, 8935.0, 8923.0, 8948.0, 8924.0, 8950.0, 8923.0, 8955.0, 8925.0, 8910.0, 8902.0, 8904.0, 8929.0, 8917.0, 8916.0, 8916.0, 8911.0, 8918.0, 8923.0, 8946.0, 8921.0, 8933.0, 8918.0, 8924.0, 8935.0, 8915.0, 8935.0, 8922.0, 8947.0, 8926.0, 8948.0, 8938.0, 8942.0, 8935.0, 8929.0, 8951.0, 8937.0, 8948.0, 8920.0, 8952.0, 8939.0, 8927.0, 8951.0, 8940.0, 8951.0, 8921.0, 8952.0, 8920.0, 8911.0, 8918.0, 8925.0, 8947.0, 8918.0, 8928.0, 8914.0, 8905.0, 8914.0, 8905.0, 8930.0, 8934.0, 8917.0, 8934.0, 8933.0, 8940.0, 8931.0, 8956.0, 8950.0, 8942.0, 8951.0, 8972.0, 8948.0, 8977.0, 8962.0, 8957.0, 8943.0, 8956.0, 8942.0, 8947.0, 8938.0, 8931.0, 8925.0, 8930.0, 8970.0, 8922.0, 8955.0, 8939.0, 8925.0, 8919.0, 8910.0, 8919.0, 8910.0, 8962.0, 8923.0, 8947.0, 8919.0, 8943.0, 8932.0, 8931.0, 8939.0, 8927.0, 8943.0, 8930.0, 8939.0, 8933.0, 8953.0, 8941.0, 8967.0, 8940.0, 8940.0, 8920.0, 8924.0, 8918.0, 8923.0, 8964.0, 8939.0, 8948.0, 8920.0, 8931.0, 8935.0, 8924.0, 8925.0, 8929.0, 8936.0, 8927.0, 8939.0, 8931.0, 8927.0, 8949.0, 8953.0, 8930.0, 8939.0, 8945.0, 8968.0, 8927.0, 8969.0, 8936.0, 8924.0, 8902.0, 8895.0, 8903.0, 8926.0, 8948.0, 8922.0, 8947.0, 8924.0, 8933.0, 8942.0, 8953.0, 8957.0, 8955.0, 8937.0, 8923.0, 8934.0, 8927.0, 8920.0, 8929.0, 8938.0, 8927.0, 8936.0, 8926.0, 8951.0, 8939.0, 8952.0, 8941.0, 8926.0, 8919.0, 8907.0, 8917.0, 8908.0, 8931.0, 8922.0, 8947.0, 8932.0, 8943.0, 8919.0, 8934.0, 8918.0, 8925.0, 8921.0, 8939.0, 8949.0, 8936.0, 8948.0, 8933.0, 8940.0, 8921.0, 8925.0, 8948.0, 8920.0, 8944.0, 8915.0, 8949.0, 8922.0, 8910.0, 8918.0, 8908.0, 8917.0, 8925.0, 8933.0, 8942.0, 8953.0, 8938.0, 8948.0, 8934.0, 8948.0, 8936.0, 8940.0, 8924.0, 8926.0, 8943.0, 8907.0, 8947.0, 8916.0, 8933.0, 8917.0, 8909.0, 8915.0, 8904.0, 8942.0, 8917.0, 8942.0, 8931.0, 8921.0, 8933.0, 8924.0, 8916.0, 8923.0, 8935.0, 8939.0, 8938.0, 8955.0, 8944.0, 8938.0, 8930.0, 8924.0, 8943.0, 8965.0, 8939.0, 8956.0, 8920.0, 8925.0, 8946.0, 8922.0, 8946.0, 8933.0, 8937.0, 8918.0, 8924.0, 8946.0, 8935.0, 8933.0, 8935.0, 8926.0, 8934.0, 8943.0, 8952.0, 8940.0, 8951.0, 8938.0, 8929.0, 8919.0, 8927.0, 8966.0, 8935.0, 8952.0, 8904.0, 8924.0, 8960.0, 8920.0, 8950.0, 8915.0, 8909.0, 8916.0, 8923.0, 8946.0, 8938.0, 8927.0, 8941.0, 8947.0, 8938.0, 8943.0, 8955.0, 8942.0, 8958.0, 8936.0, 8929.0, 8965.0, 8921.0, 8948.0, 8919.0, 8924.0, 8957.0, 8921.0, 8945.0, 8932.0, 8930.0, 8918.0, 8907.0, 8917.0, 8921.0, 8936.0, 8938.0, 8953.0, 8935.0, 8913.0, 8920.0, 8923.0, 8949.0, 8921.0, 8922.0, 8916.0, 8907.0, 8946.0, 8920.0, 8933.0, 8932.0, 8920.0, 8901.0, 8904.0, 8899.0, 8904.0, 8932.0, 8918.0, 8931.0, 8916.0, 8930.0, 8919.0, 8936.0, 8902.0, 8910.0, 8946.0, 8905.0, 8942.0, 8901.0, 8941.0, 8911.0, 8902.0, 8910.0, 8902.0, 8925.0, 8898.0, 8923.0, 8913.0, 8902.0, 8912.0, 8907.0, 8928.0, 8934.0, 8931.0, 8923.0, 8934.0, 8936.0, 8927.0, 8922.0, 8927.0, 8950.0, 8921.0, 8931.0, 8918.0, 8935.0, 8915.0, 8908.0, 8956.0, 8904.0, 8943.0, 8916.0, 8945.0, 8917.0, 8910.0, 8919.0, 8926.0, 8919.0, 8927.0, 8937.0, 8924.0, 8956.0, 8941.0, 8932.0, 8937.0, 8926.0, 8951.0, 8923.0, 8953.0, 8918.0, 8911.0, 8961.0, 8921.0, 8944.0, 8915.0, 8934.0, 8897.0, 8906.0, 8932.0, 8938.0, 8933.0, 8918.0, 8908.0, 8917.0, 8925.0, 8951.0, 8941.0, 8940.0, 8935.0, 8912.0, 8922.0, 8927.0, 8951.0, 8935.0, 8941.0, 8920.0, 8921.0, 8947.0, 8919.0, 8948.0, 8916.0, 8910.0, 8931.0, 8924.0, 8947.0, 8920.0, 8933.0, 8917.0, 8910.0, 8929.0, 8924.0, 8935.0, 8936.0, 8922.0, 8922.0, 8925.0, 8920.0, 8930.0, 8958.0, 8948.0, 8960.0, 8944.0, 8950.0, 8928.0, 8934.0, 8986.0, 8943.0, 8970.0, 8922.0, 8909.0, 8903.0, 8909.0, 8962.0, 8919.0, 8950.0, 8902.0, 8889.0, 8899.0, 8906.0, 8901.0, 8923.0, 8939.0, 8939.0, 8952.0, 8934.0, 8925.0, 8919.0, 8927.0, 8951.0, 8928.0, 8951.0, 8917.0, 8921.0, 8902.0, 8907.0, 8944.0, 8924.0, 8948.0, 8918.0, 8933.0, 8931.0, 8910.0, 8919.0, 8913.0, 8949.0, 8927.0, 8937.0, 8926.0, 8936.0, 8938.0, 8927.0, 8922.0, 8928.0, 8953.0, 8925.0, 8949.0, 8922.0, 8949.0, 8920.0, 8951.0, 8902.0, 8904.0, 8912.0, 8904.0, 8941.0, 8904.0, 8930.0, 8921.0, 8933.0, 8921.0, 8932.0, 8920.0, 8935.0, 8934.0, 8926.0, 8919.0, 8909.0, 8903.0, 8907.0, 8916.0, 8906.0, 8932.0, 8925.0, 8949.0, 8920.0, 8930.0, 8916.0, 8909.0, 8904.0, 8912.0, 8922.0, 8912.0, 8925.0, 8930.0, 8927.0, 8936.0, 8957.0, 8934.0, 8955.0, 8928.0, 8926.0, 8959.0, 8989.0, 8989.0, 8994.0, 8939.0, 8944.0, 8920.0, 8914.0, 8934.0, 8926.0, 8925.0, 8932.0, 8939.0, 8934.0, 8943.0, 8949.0, 8943.0, 8934.0, 8925.0, 8917.0, 8971.0, 8911.0, 8948.0, 8886.0, 8918.0, 8863.0, 8873.0, 8879.0, 8885.0, 8910.0, 8886.0, 8909.0, 8888.0, 8928.0, 8898.0, 8905.0, 8898.0, 8890.0, 8882.0, 8886.0, 8913.0, 8885.0, 8901.0, 8890.0, 8908.0, 8919.0, 8933.0, 8943.0, 8945.0, 8953.0, 8938.0, 8911.0, 8952.0, 8907.0, 8935.0, 8888.0, 8890.0, 8887.0, 8892.0, 8884.0, 8889.0, 8918.0, 8906.0, 8916.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.0008808405172413794</td></tr>
<tr><td colspan=3>aqi</td><td>0.030099287823275863</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.586556361062</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2009806426900265</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9476799102964972</td></tr>
<tr><td colspan=3>efc</td><td>0.4474</td></tr>
<tr><td colspan=3>fber</td><td>6752.0615</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06638776717689439</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.43103448275862066</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.494353614131562</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4740927591948503</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.732597753031611</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.276370330168224</td></tr>
<tr><td colspan=3>gcor</td><td>0.00368356</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018668988719582558</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023587876930832863</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1856</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.4641825608525525</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>40.2708</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5896</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.8197</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311292.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>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.6544</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7078</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.7793</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3228.2263</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.8263</td></tr>
<tr><td colspan=3>tsnr</td><td>36.06932122260332</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>