<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-02/func/sub-0055_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>b21f9bf5b8c9df8caf13c7eeb0d9f060</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:36:3.832500</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.997955, -0.0282306, 0.057354, 0.0304902, 0.998777, -0.038913]</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.109728</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>[4169, -7699, -7285, 546, 32, -222, -104, 48]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>267.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a2dfa6ea-4b13-4d91-9fcd-437b735c877e||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.6774394512176514, 0.08180306106805801, 0.1517004668712616, 103.24517059326172], [0.07574056088924408, 2.6796464920043945, -0.1095716804265976, -91.88690948486328], [0.1538766473531723, 0.10440061241388321, 2.693507194519043, -102.33171844482422], [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': ['153603.832500', '153604.292500', '153604.752500', '153605.212500', '153605.672500', '153606.132500', '153606.592500', '153607.052500', '153607.512500', '153607.972500', '153608.432500', '153608.892500', '153609.352500', '153609.812500', '153610.272500', '153610.732500', '153611.192500', '153611.652500', '153612.112500', '153612.572500', '153613.032500', '153613.492500', '153613.952500', '153614.412500', '153614.872500', '153615.332500', '153615.792500', '153616.252500', '153616.712500', '153617.172500', '153617.632500', '153618.092500', '153618.552500', '153619.012500', '153619.472500', '153619.932500', '153620.392500', '153620.852500', '153621.312500', '153621.772500', '153622.232500', '153622.692500', '153623.152500', '153623.612500', '153624.072500', '153624.532500', '153624.992500', '153625.452500', '153625.912500', '153626.372500', '153626.832500', '153627.292500', '153627.752500', '153628.212500', '153628.672500', '153629.132500', '153629.592500', '153630.052500', '153630.512500', '153630.972500', '153631.432500', '153631.892500', '153632.352500', '153632.812500', '153633.272500', '153633.732500', '153634.192500', '153634.652500', '153635.112500', '153635.572500', '153636.032500', '153636.492500', '153636.952500', '153637.412500', '153637.872500', '153638.332500', '153638.792500', '153639.252500', '153639.712500', '153640.172500', '153640.632500', '153641.092500', '153641.552500', '153642.012500', '153642.472500', '153642.932500', '153643.392500', '153643.852500', '153644.312500', '153644.772500', '153645.232500', '153645.692500', '153646.152500', '153646.612500', '153647.072500', '153647.532500', '153647.992500', '153648.452500', '153648.912500', '153649.372500', '153649.832500', '153650.292500', '153650.752500', '153651.212500', '153651.672500', '153652.132500', '153652.592500', '153653.052500', '153653.512500', '153653.972500', '153654.432500', '153654.892500', '153655.352500', '153655.812500', '153656.272500', '153656.732500', '153657.192500', '153657.652500', '153658.112500', '153658.572500', '153659.032500', '153659.492500', '153659.952500', '153700.412500', '153700.872500', '153701.332500', '153701.792500', '153702.252500', '153702.712500', '153703.172500', '153703.632500', '153704.092500', '153704.552500', '153705.012500', '153705.472500', '153705.932500', '153706.392500', '153706.852500', '153707.312500', '153707.772500', '153708.232500', '153708.692500', '153709.152500', '153709.612500', '153710.072500', '153710.532500', '153710.992500', '153711.452500', '153711.912500', '153712.372500', '153712.832500', '153713.292500', '153713.752500', '153714.212500', '153714.672500', '153715.132500', '153715.592500', '153716.052500', '153716.512500', '153716.972500', '153717.432500', '153717.892500', '153718.352500', '153718.812500', '153719.272500', '153719.732500', '153720.192500', '153720.652500', '153721.112500', '153721.572500', '153722.032500', '153722.492500', '153722.952500', '153723.412500', '153723.872500', '153724.332500', '153724.792500', '153725.252500', '153725.712500', '153726.172500', '153726.632500', '153727.092500', '153727.552500', '153728.012500', '153728.472500', '153728.932500', '153729.392500', '153729.852500', '153730.312500', '153730.772500', '153731.232500', '153731.692500', '153732.152500', '153732.612500', '153733.072500', '153733.532500', '153733.992500', '153734.452500', '153734.912500', '153735.372500', '153735.832500', '153736.292500', '153736.752500', '153737.212500', '153737.672500', '153738.132500', '153738.592500', '153739.052500', '153739.512500', '153739.972500', '153740.432500', '153740.892500', '153741.352500', '153741.812500', '153742.272500', '153742.732500', '153743.192500', '153743.652500', '153744.112500', '153744.572500', '153745.032500', '153745.492500', '153745.952500', '153746.412500', '153746.872500', '153747.332500', '153747.792500', '153748.252500', '153748.712500', '153749.172500', '153749.632500', '153750.092500', '153750.552500', '153751.012500', '153751.472500', '153751.932500', '153752.392500', '153752.852500', '153753.312500', '153753.772500', '153754.232500', '153754.692500', '153755.152500', '153755.612500', '153756.072500', '153756.532500', '153756.992500', '153757.452500', '153757.912500', '153758.372500', '153758.832500', '153759.292500', '153759.752500', '153800.212500', '153800.672500', '153801.132500', '153801.592500', '153802.052500', '153802.512500', '153802.972500', '153803.432500', '153803.892500', '153804.352500', '153804.812500', '153805.272500', '153805.732500', '153806.192500', '153806.652500', '153807.112500', '153807.572500', '153808.032500', '153808.492500', '153808.952500', '153809.412500', '153809.872500', '153810.332500', '153810.792500', '153811.252500', '153811.712500', '153812.172500', '153812.632500', '153813.092500', '153813.552500', '153814.012500', '153814.472500', '153814.932500', '153815.392500', '153815.852500', '153816.312500', '153816.772500', '153817.232500', '153817.692500', '153818.152500', '153818.612500', '153819.072500', '153819.532500', '153819.992500', '153820.452500', '153820.912500', '153821.372500', '153821.832500', '153822.292500', '153822.752500', '153823.212500', '153823.672500', '153824.132500', '153824.592500', '153825.052500', '153825.512500', '153825.972500', '153826.432500', '153826.892500', '153827.352500', '153827.812500', '153828.272500', '153828.732500', '153829.192500', '153829.652500', '153830.112500', '153830.572500', '153831.032500', '153831.492500', '153831.952500', '153832.412500', '153832.872500', '153833.332500', '153833.792500', '153834.252500', '153834.712500', '153835.172500', '153835.632500', '153836.092500', '153836.552500', '153837.012500', '153837.472500', '153837.932500', '153838.392500', '153838.852500', '153839.312500', '153839.772500', '153840.232500', '153840.692500', '153841.152500', '153841.612500', '153842.072500', '153842.532500', '153842.992500', '153843.452500', '153843.912500', '153844.372500', '153844.832500', '153845.292500', '153845.752500', '153846.212500', '153846.672500', '153847.132500', '153847.592500', '153848.052500', '153848.512500', '153848.972500', '153849.432500', '153849.892500', '153850.352500', '153850.812500', '153851.272500', '153851.732500', '153852.192500', '153852.652500', '153853.112500', '153853.572500', '153854.032500', '153854.492500', '153854.952500', '153855.412500', '153855.872500', '153856.332500', '153856.792500', '153857.252500', '153857.712500', '153858.172500', '153858.632500', '153859.092500', '153859.552500', '153900.012500', '153900.472500', '153900.932500', '153901.392500', '153901.852500', '153902.312500', '153902.772500', '153903.232500', '153903.692500', '153904.152500', '153904.612500', '153905.072500', '153905.532500', '153905.992500', '153906.452500', '153906.912500', '153907.372500', '153907.832500', '153908.292500', '153908.752500', '153909.212500', '153909.672500', '153910.132500', '153910.592500', '153911.052500', '153911.512500', '153911.972500', '153912.432500', '153912.892500', '153913.352500', '153913.812500', '153914.272500', '153914.732500', '153915.192500', '153915.652500', '153916.112500', '153916.572500', '153917.032500', '153917.492500', '153917.952500', '153918.412500', '153918.872500', '153919.332500', '153919.792500', '153920.252500', '153920.712500', '153921.172500', '153921.632500', '153922.092500', '153922.552500', '153923.012500', '153923.472500', '153923.932500', '153924.392500', '153924.852500', '153925.312500', '153925.772500', '153926.232500', '153926.692500', '153927.152500', '153927.612500', '153928.072500', '153928.532500', '153928.992500', '153929.452500', '153929.912500', '153930.372500', '153930.832500', '153931.292500', '153931.752500', '153932.212500', '153932.672500', '153933.132500', '153933.592500', '153934.052500', '153934.512500', '153934.972500', '153935.432500', '153935.892500', '153936.352500', '153936.812500', '153937.272500', '153937.732500', '153938.192500', '153938.652500', '153939.112500', '153939.572500', '153940.032500', '153940.492500', '153940.952500', '153941.412500', '153941.872500', '153942.332500', '153942.792500', '153943.252500', '153943.712500', '153944.172500', '153944.632500', '153945.092500', '153945.552500', '153946.012500', '153946.472500', '153946.932500', '153947.392500', '153947.852500', '153948.312500', '153948.772500', '153949.232500', '153949.692500', '153950.152500', '153950.612500', '153951.072500', '153951.532500', '153951.992500', '153952.452500', '153952.912500', '153953.372500', '153953.832500', '153954.292500', '153954.752500', '153955.212500', '153955.672500', '153956.132500', '153956.592500', '153957.052500', '153957.512500', '153957.972500', '153958.432500', '153958.892500', '153959.352500', '153959.812500', '154000.272500', '154000.732500', '154001.192500', '154001.652500', '154002.112500', '154002.572500', '154003.032500', '154003.492500', '154003.952500', '154004.412500', '154004.872500', '154005.332500', '154005.792500', '154006.252500', '154006.712500', '154007.172500', '154007.632500', '154008.092500', '154008.552500', '154009.012500', '154009.472500', '154009.932500', '154010.392500', '154010.852500', '154011.312500', '154011.772500', '154012.232500', '154012.692500', '154013.152500', '154013.612500', '154014.072500', '154014.532500', '154014.992500', '154015.452500', '154015.912500', '154016.372500', '154016.832500', '154017.292500', '154017.752500', '154018.212500', '154018.672500', '154019.132500', '154019.592500', '154020.052500', '154020.512500', '154020.972500', '154021.432500', '154021.892500', '154022.352500', '154022.812500', '154023.272500', '154023.732500', '154024.192500', '154024.652500', '154025.112500', '154025.572500', '154026.032500', '154026.492500', '154026.952500', '154027.412500', '154027.872500', '154028.332500', '154028.792500', '154029.252500', '154029.712500', '154030.172500', '154030.632500', '154031.092500', '154031.552500', '154032.012500', '154032.472500', '154032.932500', '154033.392500', '154033.852500', '154034.312500', '154034.772500', '154035.232500', '154035.692500', '154036.152500', '154036.612500', '154037.072500', '154037.532500', '154037.992500', '154038.452500', '154038.912500', '154039.372500', '154039.832500', '154040.292500', '154040.752500', '154041.212500', '154041.672500', '154042.132500', '154042.592500', '154043.052500', '154043.512500', '154043.972500', '154044.432500', '154044.892500', '154045.352500', '154045.812500', '154046.272500', '154046.732500', '154047.192500', '154047.652500', '154048.112500', '154048.572500', '154049.032500', '154049.492500', '154049.952500', '154050.412500', '154050.872500', '154051.332500', '154051.792500', '154052.252500', '154052.712500', '154053.172500', '154053.632500', '154054.092500', '154054.552500', '154055.012500', '154055.472500', '154055.932500', '154056.392500', '154056.852500', '154057.312500', '154057.772500', '154058.232500', '154058.692500', '154059.152500', '154059.612500', '154100.072500', '154100.532500', '154100.992500', '154101.452500', '154101.912500', '154102.372500', '154102.832500', '154103.292500', '154103.752500', '154104.212500', '154104.672500', '154105.132500', '154105.592500', '154106.052500', '154106.512500', '154106.972500', '154107.432500', '154107.892500', '154108.352500', '154108.812500', '154109.272500', '154109.732500', '154110.192500', '154110.652500', '154111.112500', '154111.572500', '154112.032500', '154112.492500', '154112.952500', '154113.412500', '154113.872500', '154114.332500', '154114.792500', '154115.252500', '154115.712500', '154116.172500', '154116.632500', '154117.092500', '154117.552500', '154118.012500', '154118.472500', '154118.932500', '154119.392500', '154119.852500', '154120.312500', '154120.772500', '154121.232500', '154121.692500', '154122.152500', '154122.612500', '154123.072500', '154123.532500', '154123.992500', '154124.452500', '154124.912500', '154125.372500', '154125.832500', '154126.292500', '154126.752500', '154127.212500', '154127.672500', '154128.132500', '154128.592500', '154129.052500', '154129.512500', '154129.972500', '154130.432500', '154130.892500', '154131.352500', '154131.812500', '154132.272500', '154132.732500', '154133.192500', '154133.652500', '154134.112500', '154134.572500', '154135.032500', '154135.492500', '154135.952500', '154136.412500', '154136.872500', '154137.332500', '154137.792500', '154138.252500', '154138.712500', '154139.172500', '154139.632500', '154140.092500', '154140.552500', '154141.012500', '154141.472500', '154141.932500', '154142.392500', '154142.852500', '154143.312500', '154143.772500', '154144.232500', '154144.692500', '154145.152500', '154145.612500', '154146.072500', '154146.532500', '154146.992500', '154147.452500', '154147.912500', '154148.372500', '154148.832500', '154149.292500', '154149.752500', '154150.212500', '154150.672500', '154151.132500', '154151.592500', '154152.052500', '154152.512500', '154152.972500', '154153.432500', '154153.892500', '154154.352500', '154154.812500', '154155.272500', '154155.732500', '154156.192500', '154156.652500', '154157.112500', '154157.572500', '154158.032500', '154158.492500', '154158.952500', '154159.412500', '154159.872500', '154200.332500', '154200.792500', '154201.252500', '154201.712500', '154202.172500', '154202.632500', '154203.092500', '154203.552500', '154204.012500', '154204.472500', '154204.932500', '154205.392500', '154205.852500', '154206.312500', '154206.772500', '154207.232500', '154207.692500', '154208.152500', '154208.612500', '154209.072500', '154209.532500', '154209.992500', '154210.452500', '154210.912500', '154211.372500', '154211.832500', '154212.292500', '154212.752500', '154213.212500', '154213.672500', '154214.132500', '154214.592500', '154215.052500', '154215.512500', '154215.972500', '154216.432500', '154216.892500', '154217.352500', '154217.812500', '154218.272500', '154218.732500', '154219.192500', '154219.652500', '154220.112500', '154220.572500', '154221.032500', '154221.492500', '154221.952500', '154222.412500', '154222.872500', '154223.332500', '154223.792500', '154224.252500', '154224.712500', '154225.172500', '154225.632500', '154226.092500', '154226.552500', '154227.012500', '154227.472500', '154227.932500', '154228.392500', '154228.852500', '154229.312500', '154229.772500', '154230.232500', '154230.692500', '154231.152500', '154231.612500', '154232.072500', '154232.532500', '154232.992500', '154233.452500', '154233.912500', '154234.372500', '154234.832500', '154235.292500', '154235.752500', '154236.212500', '154236.672500', '154237.132500', '154237.592500', '154238.052500', '154238.512500', '154238.972500', '154239.432500', '154239.892500', '154240.352500', '154240.812500', '154241.272500', '154241.732500', '154242.192500', '154242.652500', '154243.112500', '154243.572500', '154244.032500', '154244.492500', '154244.952500', '154245.412500', '154245.872500', '154246.332500', '154246.792500', '154247.252500', '154247.712500', '154248.172500', '154248.632500', '154249.092500', '154249.552500', '154250.012500', '154250.472500', '154250.932500', '154251.392500', '154251.852500', '154252.312500', '154252.772500', '154253.232500', '154253.692500', '154254.152500', '154254.612500', '154255.072500', '154255.532500', '154255.992500', '154256.452500', '154256.912500', '154257.372500', '154257.832500', '154258.292500', '154258.752500', '154259.212500', '154259.672500', '154300.132500', '154300.592500', '154301.052500', '154301.512500', '154301.972500', '154302.432500', '154302.892500', '154303.352500', '154303.812500', '154304.272500', '154304.732500', '154305.192500', '154305.652500', '154306.112500', '154306.572500', '154307.032500', '154307.492500', '154307.952500', '154308.412500', '154308.872500', '154309.332500', '154309.792500', '154310.252500', '154310.712500', '154311.172500', '154311.632500', '154312.092500', '154312.552500', '154313.012500', '154313.472500', '154313.932500', '154314.392500', '154314.852500', '154315.312500', '154315.772500', '154316.232500', '154316.692500', '154317.152500', '154317.612500', '154318.072500', '154318.532500', '154318.992500', '154319.452500', '154319.912500', '154320.372500', '154320.832500', '154321.292500', '154321.752500', '154322.212500', '154322.672500', '154323.132500', '154323.592500', '154324.052500', '154324.512500', '154324.972500', '154325.432500', '154325.892500', '154326.352500', '154326.812500', '154327.272500', '154327.732500', '154328.192500', '154328.652500', '154329.112500', '154329.572500', '154330.032500', '154330.492500', '154330.952500', '154331.412500', '154331.872500', '154332.332500', '154332.792500', '154333.252500', '154333.712500', '154334.172500', '154334.632500', '154335.092500', '154335.552500', '154336.012500', '154336.472500', '154336.932500', '154337.392500', '154337.852500', '154338.312500', '154338.772500', '154339.232500', '154339.692500', '154340.152500', '154340.612500', '154341.072500', '154341.532500', '154341.992500', '154342.452500', '154342.912500', '154343.372500', '154343.832500', '154344.292500', '154344.752500', '154345.212500', '154345.672500', '154346.132500', '154346.592500', '154347.052500', '154347.512500', '154347.972500', '154348.432500', '154348.892500', '154349.352500', '154349.812500', '154350.272500', '154350.732500', '154351.192500', '154351.652500', '154352.112500', '154352.572500', '154353.032500', '154353.492500', '154353.952500', '154354.412500', '154354.872500', '154355.332500', '154355.792500', '154356.252500', '154356.712500', '154357.172500', '154357.632500', '154358.092500', '154358.552500', '154359.012500', '154359.472500', '154359.932500', '154400.392500', '154400.852500', '154401.312500', '154401.772500', '154402.232500', '154402.692500', '154403.152500', '154403.612500', '154404.072500', '154404.532500', '154404.992500', '154405.452500', '154405.912500', '154406.372500', '154406.832500', '154407.292500', '154407.752500', '154408.212500', '154408.672500', '154409.132500', '154409.592500', '154410.052500', '154410.512500', '154410.972500', '154411.432500', '154411.892500', '154412.352500', '154412.812500', '154413.272500', '154413.732500', '154414.192500', '154414.652500', '154415.112500', '154415.572500', '154416.032500', '154416.492500', '154416.952500', '154417.412500', '154417.872500', '154418.332500', '154418.792500', '154419.252500', '154419.712500', '154420.172500', '154420.632500', '154421.092500', '154421.552500', '154422.012500', '154422.472500', '154422.932500', '154423.392500', '154423.852500', '154424.312500', '154424.772500', '154425.232500', '154425.692500', '154426.152500', '154426.612500', '154427.072500', '154427.532500', '154427.992500', '154428.452500', '154428.912500', '154429.372500', '154429.832500', '154430.292500', '154430.752500', '154431.212500', '154431.672500', '154432.132500', '154432.592500', '154433.052500', '154433.512500', '154433.972500', '154434.432500', '154434.892500', '154435.352500', '154435.812500', '154436.272500', '154436.732500', '154437.192500', '154437.652500', '154438.112500', '154438.572500', '154439.032500', '154439.492500', '154439.952500', '154440.412500', '154440.872500', '154441.332500', '154441.792500', '154442.252500', '154442.712500', '154443.172500', '154443.632500', '154444.092500', '154444.552500', '154445.012500', '154445.472500', '154445.932500', '154446.392500', '154446.852500', '154447.312500', '154447.772500', '154448.232500', '154448.692500', '154449.152500', '154449.612500', '154450.072500', '154450.532500', '154450.992500', '154451.452500', '154451.912500', '154452.372500', '154452.832500', '154453.292500', '154453.752500', '154454.212500', '154454.672500', '154455.132500', '154455.592500', '154456.052500', '154456.512500', '154456.972500', '154457.432500', '154457.892500', '154458.352500', '154458.812500', '154459.272500', '154459.732500', '154500.192500', '154500.652500', '154501.112500', '154501.572500', '154502.032500', '154502.492500', '154502.952500', '154503.412500', '154503.872500', '154504.332500', '154504.792500', '154505.252500', '154505.712500', '154506.172500', '154506.632500', '154507.092500', '154507.552500', '154508.012500', '154508.472500', '154508.932500', '154509.392500', '154509.852500', '154510.312500', '154510.772500', '154511.232500', '154511.692500', '154512.152500', '154512.612500', '154513.072500', '154513.532500', '154513.992500', '154514.452500', '154514.912500', '154515.372500', '154515.832500', '154516.292500', '154516.752500', '154517.212500', '154517.672500', '154518.132500', '154518.592500', '154519.052500', '154519.512500', '154519.972500', '154520.432500', '154520.892500', '154521.352500', '154521.812500', '154522.272500', '154522.732500', '154523.192500', '154523.652500', '154524.112500', '154524.572500', '154525.032500', '154525.492500', '154525.952500', '154526.412500', '154526.872500', '154527.332500', '154527.792500', '154528.252500', '154528.712500', '154529.172500', '154529.632500', '154530.092500', '154530.552500', '154531.012500', '154531.472500', '154531.932500', '154532.392500', '154532.852500', '154533.312500', '154533.772500', '154534.232500', '154534.692500', '154535.152500', '154535.612500', '154536.072500', '154536.532500', '154536.992500', '154537.452500', '154537.912500', '154538.372500', '154538.832500', '154539.292500', '154539.752500', '154540.212500', '154540.672500', '154541.132500', '154541.592500', '154542.052500', '154542.512500', '154542.972500', '154543.432500', '154543.892500', '154544.352500', '154544.812500', '154545.272500', '154545.732500', '154546.192500', '154546.652500', '154547.112500', '154547.572500', '154548.032500', '154548.492500', '154548.952500', '154549.412500', '154549.872500', '154550.332500', '154550.792500', '154551.252500', '154551.712500', '154552.172500', '154552.632500', '154553.092500', '154553.552500', '154554.012500', '154554.472500', '154554.932500', '154555.392500', '154555.852500', '154556.312500', '154556.772500', '154557.232500', '154557.692500', '154558.152500', '154558.612500', '154559.072500', '154559.532500', '154559.992500', '154600.452500', '154600.912500', '154601.372500', '154601.832500', '154602.292500', '154602.752500', '154603.212500', '154603.672500', '154604.132500', '154604.592500', '154605.052500', '154605.512500', '154605.972500', '154606.432500', '154606.892500', '154607.352500', '154607.812500', '154608.272500', '154608.732500', '154609.192500', '154609.652500', '154610.112500', '154610.572500', '154611.032500', '154611.492500', '154611.952500', '154612.412500', '154612.872500', '154613.332500', '154613.792500', '154614.252500', '154614.712500', '154615.172500', '154615.632500', '154616.092500', '154616.552500', '154617.012500', '154617.472500', '154617.932500', '154618.392500', '154618.852500', '154619.312500', '154619.772500', '154620.232500', '154620.692500', '154621.152500', '154621.612500', '154622.072500', '154622.532500', '154622.992500', '154623.452500', '154623.912500', '154624.372500', '154624.832500', '154625.292500', '154625.752500', '154626.212500', '154626.672500', '154627.132500', '154627.592500', '154628.052500', '154628.512500', '154628.972500', '154629.432500', '154629.892500', '154630.352500', '154630.812500', '154631.272500', '154631.732500', '154632.192500', '154632.652500', '154633.112500', '154633.572500', '154634.032500', '154634.492500', '154634.952500', '154635.412500', '154635.872500', '154636.332500', '154636.792500', '154637.252500', '154637.712500', '154638.172500', '154638.632500', '154639.092500', '154639.552500', '154640.012500', '154640.472500', '154640.932500', '154641.392500', '154641.852500', '154642.312500', '154642.772500', '154643.232500', '154643.692500', '154644.152500', '154644.612500', '154645.072500', '154645.532500', '154645.992500', '154646.452500', '154646.912500', '154647.372500', '154647.832500', '154648.292500', '154648.752500', '154649.212500', '154649.672500', '154650.132500', '154650.592500', '154651.052500', '154651.512500', '154651.972500', '154652.432500', '154652.892500', '154653.352500', '154653.812500', '154654.272500', '154654.732500', '154655.192500', '154655.652500', '154656.112500', '154656.572500', '154657.032500', '154657.492500', '154657.952500', '154658.412500', '154658.872500', '154659.332500', '154659.792500', '154700.252500', '154700.712500', '154701.172500', '154701.632500', '154702.092500', '154702.552500', '154703.012500', '154703.472500', '154703.932500', '154704.392500', '154704.852500', '154705.312500', '154705.772500', '154706.232500', '154706.692500', '154707.152500', '154707.612500', '154708.072500', '154708.532500', '154708.992500', '154709.452500', '154709.912500', '154710.372500', '154710.832500', '154711.292500', '154711.752500', '154712.212500', '154712.672500', '154713.132500', '154713.592500', '154714.052500', '154714.512500', '154714.972500', '154715.432500', '154715.892500', '154716.352500', '154716.812500', '154717.272500', '154717.732500', '154718.192500', '154718.652500', '154719.112500', '154719.572500', '154720.032500', '154720.492500', '154720.952500', '154721.412500', '154721.872500', '154722.332500', '154722.792500', '154723.252500', '154723.712500', '154724.172500', '154724.632500', '154725.092500', '154725.552500', '154726.012500', '154726.472500', '154726.932500', '154727.392500', '154727.852500', '154728.312500', '154728.772500', '154729.232500', '154729.692500', '154730.152500', '154730.612500', '154731.072500', '154731.532500', '154731.992500', '154732.452500', '154732.912500', '154733.372500', '154733.832500', '154734.292500', '154734.752500', '154735.212500', '154735.672500', '154736.132500', '154736.592500', '154737.052500', '154737.512500', '154737.972500', '154738.432500', '154738.892500', '154739.352500', '154739.812500', '154740.272500', '154740.732500', '154741.192500', '154741.652500', '154742.112500', '154742.572500', '154743.032500', '154743.492500', '154743.952500', '154744.412500', '154744.872500', '154745.332500', '154745.792500', '154746.252500', '154746.712500', '154747.172500', '154747.632500', '154748.092500', '154748.552500', '154749.012500', '154749.472500', '154749.932500', '154750.392500', '154750.852500', '154751.312500', '154751.772500', '154752.232500', '154752.692500', '154753.152500', '154753.612500', '154754.072500', '154754.532500', '154754.992500', '154755.452500', '154755.912500', '154756.372500', '154756.832500', '154757.292500', '154757.752500', '154758.212500', '154758.672500', '154759.132500', '154759.592500', '154800.052500', '154800.512500', '154800.972500', '154801.432500', '154801.892500', '154802.352500', '154802.812500', '154803.272500', '154803.732500', '154804.192500', '154804.652500', '154805.112500', '154805.572500', '154806.032500', '154806.492500', '154806.952500', '154807.412500', '154807.872500', '154808.332500', '154808.792500', '154809.252500', '154809.712500', '154810.172500', '154810.632500', '154811.092500', '154811.552500', '154812.012500', '154812.472500', '154812.932500', '154813.392500', '154813.852500', '154814.312500', '154814.772500', '154815.232500', '154815.692500', '154816.152500', '154816.612500', '154817.072500', '154817.532500', '154817.992500', '154818.452500', '154818.912500', '154819.372500', '154819.832500', '154820.292500', '154820.752500', '154821.212500', '154821.672500', '154822.132500', '154822.592500', '154823.052500', '154823.512500', '154823.972500', '154824.432500', '154824.892500', '154825.352500', '154825.812500', '154826.272500', '154826.732500', '154827.192500', '154827.652500', '154828.112500', '154828.572500', '154829.032500', '154829.492500', '154829.952500', '154830.412500', '154830.872500', '154831.332500', '154831.792500', '154832.252500', '154832.712500', '154833.172500', '154833.632500', '154834.092500', '154834.552500', '154835.012500', '154835.472500', '154835.932500', '154836.392500', '154836.852500', '154837.312500', '154837.772500', '154838.232500', '154838.692500', '154839.152500', '154839.612500', '154840.072500', '154840.532500', '154840.992500', '154841.452500', '154841.912500', '154842.372500', '154842.832500', '154843.292500', '154843.752500', '154844.212500', '154844.672500', '154845.132500', '154845.592500', '154846.052500', '154846.512500', '154846.972500', '154847.432500', '154847.892500', '154848.352500', '154848.812500', '154849.272500', '154849.732500', '154850.192500', '154850.652500', '154851.112500', '154851.572500', '154852.032500', '154852.492500', '154852.952500', '154853.412500', '154853.872500', '154854.332500', '154854.792500', '154855.252500', '154855.712500', '154856.172500', '154856.632500', '154857.092500', '154857.552500', '154858.012500', '154858.472500', '154858.932500', '154859.392500', '154859.852500', '154900.312500', '154900.772500', '154901.232500', '154901.692500', '154902.152500', '154902.612500', '154903.072500', '154903.532500', '154903.992500', '154904.452500', '154904.912500', '154905.372500', '154905.832500', '154906.292500', '154906.752500', '154907.212500', '154907.672500', '154908.132500', '154908.592500', '154909.052500', '154909.512500', '154909.972500', '154910.432500', '154910.892500', '154911.352500', '154911.812500', '154912.272500', '154912.732500', '154913.192500', '154913.652500', '154914.112500', '154914.572500', '154915.032500', '154915.492500', '154915.952500', '154916.412500', '154916.872500', '154917.332500', '154917.792500', '154918.252500', '154918.712500', '154919.172500', '154919.632500', '154920.092500', '154920.552500', '154921.012500', '154921.472500', '154921.932500', '154922.392500', '154922.852500', '154923.312500', '154923.772500', '154924.232500', '154924.692500', '154925.152500', '154925.612500', '154926.072500', '154926.532500', '154926.992500', '154927.452500', '154927.912500', '154928.372500', '154928.832500', '154929.292500', '154929.752500', '154930.212500', '154930.672500', '154931.132500', '154931.592500', '154932.052500', '154932.512500', '154932.972500', '154933.432500', '154933.892500', '154934.352500', '154934.812500', '154935.272500', '154935.732500', '154936.192500', '154936.652500', '154937.112500', '154937.572500', '154938.032500', '154938.492500', '154938.952500', '154939.412500', '154939.872500', '154940.332500', '154940.792500', '154941.252500', '154941.712500', '154942.172500', '154942.632500', '154943.092500', '154943.552500', '154944.012500', '154944.472500', '154944.932500', '154945.392500', '154945.852500', '154946.312500', '154946.772500', '154947.232500', '154947.692500', '154948.152500', '154948.612500', '154949.072500', '154949.532500', '154949.992500', '154950.452500', '154950.912500', '154951.372500', '154951.832500', '154952.292500', '154952.752500', '154953.212500', '154953.672500', '154954.132500', '154954.592500', '154955.052500', '154955.512500', '154955.972500', '154956.432500', '154956.892500', '154957.352500', '154957.812500', '154958.272500', '154958.732500', '154959.192500', '154959.652500', '155000.112500', '155000.572500', '155001.032500', '155001.492500', '155001.952500', '155002.412500', '155002.872500', '155003.332500', '155003.792500', '155004.252500', '155004.712500', '155005.172500', '155005.632500', '155006.092500', '155006.552500', '155007.012500', '155007.472500', '155007.932500', '155008.392500', '155008.852500', '155009.312500', '155009.772500', '155010.232500', '155010.692500', '155011.152500', '155011.612500', '155012.072500', '155012.532500', '155012.992500', '155013.452500', '155013.912500', '155014.372500', '155014.832500', '155015.292500', '155015.752500', '155016.212500', '155016.672500', '155017.132500', '155017.592500', '155018.052500', '155018.512500'], 'ContentTime': ['153614.640000', '153614.644000', '153614.647000', '153614.650000', '153614.657000', '153614.659000', '153614.662000', '153614.665000', '153614.667000', '153614.673000', '153614.675000', '153614.678000', '153614.680000', '153614.683000', '153614.686000', '153614.688000', '153614.691000', '153614.693000', '153614.696000', '153614.698000', '153614.701000', '153634.600000', '153634.603000', '153634.606000', '153634.608000', '153634.611000', '153634.614000', '153634.616000', '153634.619000', '153634.621000', '153634.624000', '153634.627000', '153634.629000', '153634.632000', '153634.634000', '153634.637000', '153634.639000', '153634.642000', '153634.644000', '153634.647000', '153634.650000', '153634.652000', '153634.659000', '153634.661000', '153634.664000', '153634.666000', '153634.669000', '153634.671000', '153634.674000', '153634.676000', '153634.679000', '153634.682000', '153634.684000', '153634.687000', '153634.689000', '153634.692000', '153634.694000', '153634.697000', '153634.700000', '153634.702000', '153634.705000', '153634.707000', '153634.710000', '153634.712000', '153634.715000', '153654.601000', '153654.604000', '153654.607000', '153654.609000', '153654.612000', '153654.615000', '153654.617000', '153654.620000', '153654.623000', '153654.625000', '153654.628000', '153654.630000', '153654.633000', '153654.635000', '153654.638000', '153654.640000', '153654.643000', '153654.646000', '153654.648000', '153654.651000', '153654.654000', '153654.656000', '153654.659000', '153654.661000', '153654.664000', '153654.667000', '153654.669000', '153654.672000', '153654.674000', '153654.677000', '153654.680000', '153654.682000', '153654.685000', '153654.688000', '153654.690000', '153654.693000', '153654.695000', '153654.698000', '153654.700000', '153654.703000', '153654.706000', '153654.708000', '153654.711000', '153714.602000', '153714.605000', '153714.608000', '153714.611000', '153714.613000', '153714.616000', '153714.619000', '153714.621000', '153714.624000', '153714.627000', '153714.629000', '153714.632000', '153714.634000', '153714.637000', '153714.640000', '153714.651000', '153714.654000', '153714.657000', '153714.660000', '153714.662000', '153714.665000', '153714.667000', '153714.670000', '153714.672000', '153714.675000', '153714.678000', '153714.680000', '153714.683000', '153714.685000', '153714.688000', '153714.691000', '153714.693000', '153714.696000', '153714.698000', '153714.701000', '153714.704000', '153714.706000', '153714.709000', '153714.711000', '153714.714000', '153714.716000', '153714.719000', '153714.721000', '153734.601000', '153734.604000', '153734.607000', '153734.609000', '153734.612000', '153734.615000', '153734.617000', '153734.620000', '153734.622000', '153734.625000', '153734.628000', '153734.630000', '153734.633000', '153734.635000', '153734.638000', '153734.641000', '153734.643000', '153734.646000', '153734.649000', '153734.651000', '153734.654000', '153734.656000', '153734.659000', '153734.662000', '153734.664000', '153734.667000', '153734.669000', '153734.672000', '153734.674000', '153734.677000', '153734.680000', '153734.682000', '153734.718000', '153734.720000', '153734.723000', '153734.725000', '153734.728000', '153734.731000', '153734.733000', '153734.736000', '153734.739000', '153734.741000', '153734.744000', '153734.746000', '153754.602000', '153754.604000', '153754.607000', '153754.610000', '153754.612000', '153754.615000', '153754.617000', '153754.620000', '153754.623000', '153754.625000', '153754.628000', '153754.630000', '153754.633000', '153754.636000', '153754.638000', '153754.641000', '153754.644000', '153754.646000', '153754.649000', '153754.651000', '153754.654000', '153754.657000', '153754.659000', '153754.662000', '153754.665000', '153754.667000', '153754.670000', '153754.672000', '153754.675000', '153754.678000', '153754.680000', '153754.683000', '153754.685000', '153754.688000', '153754.691000', '153754.693000', '153754.696000', '153754.698000', '153754.701000', '153754.704000', '153754.706000', '153754.709000', '153754.711000', '153814.600000', '153814.603000', '153814.606000', '153814.608000', '153814.611000', '153814.614000', '153814.616000', '153814.619000', '153814.621000', '153814.624000', '153814.627000', '153814.629000', '153814.632000', '153814.634000', '153814.637000', '153814.640000', '153814.642000', '153814.645000', '153814.647000', '153814.650000', '153814.652000', '153814.655000', '153814.658000', '153814.660000', '153814.663000', '153814.665000', '153814.668000', '153814.670000', '153814.673000', '153814.676000', '153814.678000', '153814.681000', '153814.684000', '153814.686000', '153814.689000', '153814.691000', '153814.694000', '153814.696000', '153814.699000', '153814.702000', '153814.704000', '153814.707000', '153814.709000', '153814.712000', '153834.600000', '153834.603000', '153834.606000', '153834.609000', '153834.611000', '153834.614000', '153834.616000', '153834.620000', '153834.622000', '153834.625000', '153834.628000', '153834.630000', '153834.633000', '153834.636000', '153834.638000', '153834.641000', '153834.644000', '153834.647000', '153834.649000', '153834.652000', '153834.654000', '153834.657000', '153834.660000', '153834.662000', '153834.665000', '153834.667000', '153834.670000', '153834.672000', '153834.675000', '153834.678000', '153834.680000', '153834.683000', '153834.685000', '153834.688000', '153834.690000', '153834.693000', '153834.696000', '153834.698000', '153834.701000', '153834.704000', '153834.706000', '153834.709000', '153834.711000', '153854.600000', '153854.603000', '153854.606000', '153854.609000', '153854.611000', '153854.614000', '153854.616000', '153854.619000', '153854.622000', '153854.624000', '153854.627000', '153854.629000', '153854.632000', '153854.635000', '153854.637000', '153854.640000', '153854.642000', '153854.645000', '153854.647000', '153854.650000', '153854.653000', '153854.655000', '153854.658000', '153854.660000', '153854.663000', '153854.666000', '153854.668000', '153854.671000', '153854.673000', '153854.676000', '153854.679000', '153854.681000', '153854.684000', '153854.686000', '153854.689000', '153854.692000', '153854.694000', '153854.697000', '153854.700000', '153854.702000', '153854.705000', '153854.707000', '153854.710000', '153854.713000', '153914.601000', '153914.604000', '153914.607000', '153914.609000', '153914.612000', '153914.615000', '153914.617000', '153914.620000', '153914.622000', '153914.625000', '153914.627000', '153914.630000', '153914.633000', '153914.635000', '153914.638000', '153914.640000', '153914.643000', '153914.646000', '153914.648000', '153914.651000', '153914.653000', '153914.656000', '153914.658000', '153914.661000', '153914.663000', '153914.666000', '153914.669000', '153914.680000', '153914.683000', '153914.686000', '153914.688000', '153914.691000', '153914.693000', '153914.696000', '153914.698000', '153914.701000', '153914.704000', '153914.706000', '153914.709000', '153914.711000', '153914.714000', '153914.717000', '153914.719000', '153914.722000', '153934.602000', '153934.604000', '153934.607000', '153934.610000', '153934.612000', '153934.615000', '153934.621000', '153934.624000', '153934.627000', '153934.629000', '153934.632000', '153934.634000', '153934.637000', '153934.640000', '153934.642000', '153934.645000', '153934.647000', '153934.650000', '153934.653000', '153934.655000', '153934.658000', '153934.660000', '153934.663000', '153934.666000', '153934.668000', '153934.671000', '153934.674000', '153934.676000', '153934.679000', '153934.682000', '153934.684000', '153934.687000', '153934.689000', '153934.692000', '153934.695000', '153934.697000', '153934.700000', '153934.703000', '153934.705000', '153934.708000', '153934.710000', '153934.713000', '153934.715000', '153954.601000', '153954.604000', '153954.607000', '153954.609000', '153954.612000', '153954.615000', '153954.617000', '153954.620000', '153954.622000', '153954.625000', '153954.628000', '153954.631000', '153954.634000', '153954.637000', '153954.639000', '153954.642000', '153954.645000', '153954.647000', '153954.650000', '153954.653000', '153954.655000', '153954.658000', '153954.660000', '153954.663000', '153954.665000', '153954.668000', '153954.671000', '153954.673000', '153954.676000', '153954.678000', '153954.681000', '153954.684000', '153954.687000', '153954.690000', '153954.692000', '153954.695000', '153954.698000', '153954.700000', '153954.703000', '153954.705000', '153954.708000', '153954.711000', '153954.713000', '154014.602000', '154014.605000', '154014.607000', '154014.610000', '154014.612000', '154014.615000', '154014.618000', '154014.620000', '154014.623000', '154014.625000', '154014.628000', '154014.631000', '154014.633000', '154014.636000', '154014.638000', '154014.641000', '154014.643000', '154014.646000', '154014.649000', '154014.651000', '154014.654000', '154014.656000', '154014.659000', '154014.662000', '154014.664000', '154014.667000', '154014.669000', '154014.672000', '154014.675000', '154014.677000', '154014.680000', '154014.682000', '154014.685000', '154014.688000', '154014.690000', '154014.693000', '154014.695000', '154014.698000', '154014.700000', '154014.703000', '154014.706000', '154014.708000', '154014.711000', '154014.713000', '154034.600000', '154034.603000', '154034.606000', '154034.608000', '154034.611000', '154034.614000', '154034.616000', '154034.619000', '154034.622000', '154034.624000', '154034.627000', '154034.629000', '154034.632000', '154034.634000', '154034.637000', '154034.640000', '154034.642000', '154034.645000', '154034.648000', '154034.651000', '154034.654000', '154034.657000', '154034.660000', '154034.662000', '154034.665000', '154034.667000', '154034.670000', '154034.673000', '154034.675000', '154034.678000', '154034.681000', '154034.683000', '154034.686000', '154034.688000', '154034.691000', '154034.694000', '154034.696000', '154034.699000', '154034.701000', '154034.704000', '154034.707000', '154034.709000', '154034.712000', '154054.601000', '154054.603000', '154054.606000', '154054.609000', '154054.611000', '154054.614000', '154054.616000', '154054.619000', '154054.622000', '154054.624000', '154054.627000', '154054.630000', '154054.632000', '154054.635000', '154054.637000', '154054.640000', '154054.642000', '154054.645000', '154054.648000', '154054.650000', '154054.653000', '154054.655000', '154054.658000', '154054.661000', '154054.663000', '154054.666000', '154054.668000', '154054.671000', '154054.674000', '154054.676000', '154054.679000', '154054.681000', '154054.684000', '154054.686000', '154054.689000', '154054.692000', '154054.694000', '154054.697000', '154054.700000', '154054.702000', '154054.705000', '154054.707000', '154054.710000', '154054.713000', '154114.600000', '154114.603000', '154114.606000', '154114.608000', '154114.611000', '154114.614000', '154114.616000', '154114.619000', '154114.622000', '154114.624000', '154114.627000', '154114.629000', '154114.632000', '154114.635000', '154114.637000', '154114.640000', '154114.642000', '154114.645000', '154114.647000', '154114.650000', '154114.653000', '154114.655000', '154114.658000', '154114.660000', '154114.663000', '154114.665000', '154114.668000', '154114.671000', '154114.673000', '154114.676000', '154114.679000', '154114.682000', '154114.684000', '154114.687000', '154114.689000', '154114.692000', '154114.695000', '154114.697000', '154114.700000', '154114.703000', '154114.705000', '154114.708000', '154114.711000', '154134.602000', '154134.604000', '154134.607000', '154134.610000', '154134.612000', '154134.615000', '154134.618000', '154134.620000', '154134.623000', '154134.625000', '154134.628000', '154134.631000', '154134.633000', '154134.636000', '154134.638000', '154134.641000', '154134.644000', '154134.646000', '154134.649000', '154134.652000', '154134.654000', '154134.657000', '154134.660000', '154134.662000', '154134.665000', '154134.669000', '154134.672000', '154134.675000', '154134.677000', '154134.680000', '154134.682000', '154134.685000', '154134.688000', '154134.690000', '154134.693000', '154134.696000', '154134.698000', '154134.701000', '154134.703000', '154134.706000', '154134.709000', '154134.711000', '154134.714000', '154134.716000', '154154.602000', '154154.605000', '154154.607000', '154154.610000', '154154.612000', '154154.615000', '154154.617000', '154154.620000', '154154.623000', '154154.625000', '154154.628000', '154154.630000', '154154.633000', '154154.636000', '154154.638000', '154154.641000', '154154.643000', '154154.646000', '154154.649000', '154154.651000', '154154.654000', '154154.656000', '154154.659000', '154154.662000', '154154.664000', '154154.667000', '154154.669000', '154154.672000', '154154.675000', '154154.677000', '154154.680000', '154154.682000', '154154.685000', '154154.688000', '154154.690000', '154154.693000', '154154.695000', '154154.698000', '154154.701000', '154154.703000', '154154.706000', '154154.709000', '154154.711000', '154214.602000', '154214.604000', '154214.607000', '154214.610000', '154214.612000', '154214.615000', '154214.618000', '154214.620000', '154214.623000', '154214.625000', '154214.628000', '154214.630000', '154214.633000', '154214.636000', '154214.638000', '154214.641000', '154214.644000', '154214.646000', '154214.649000', '154214.651000', '154214.664000', '154214.667000', '154214.669000', '154214.672000', '154214.675000', '154214.677000', '154214.680000', '154214.682000', '154214.685000', '154214.687000', '154214.690000', '154214.693000', '154214.695000', '154214.698000', '154214.700000', '154214.703000', '154214.706000', '154214.708000', '154214.711000', '154214.713000', '154214.716000', '154214.718000', '154214.721000', '154214.724000', '154234.602000', '154234.605000', '154234.607000', '154234.610000', '154234.613000', '154234.615000', '154234.618000', '154234.621000', '154234.623000', '154234.626000', '154234.628000', '154234.631000', '154234.634000', '154234.636000', '154234.639000', '154234.641000', '154234.644000', '154234.646000', '154234.649000', '154234.652000', '154234.654000', '154234.657000', '154234.660000', '154234.662000', '154234.665000', '154234.667000', '154234.670000', '154234.673000', '154234.675000', '154234.678000', '154234.681000', '154234.683000', '154234.686000', '154234.689000', '154234.691000', '154234.694000', '154234.696000', '154234.699000', '154234.701000', '154234.704000', '154234.707000', '154234.709000', '154234.712000', '154254.601000', '154254.603000', '154254.606000', '154254.608000', '154254.611000', '154254.614000', '154254.616000', '154254.619000', '154254.621000', '154254.624000', '154254.627000', '154254.629000', '154254.632000', '154254.634000', '154254.637000', '154254.640000', '154254.642000', '154254.645000', '154254.648000', '154254.650000', '154254.653000', '154254.655000', '154254.658000', '154254.661000', '154254.663000', '154254.666000', '154254.668000', '154254.671000', '154254.674000', '154254.676000', '154254.679000', '154254.681000', '154254.684000', '154254.687000', '154254.689000', '154254.698000', '154254.701000', '154254.703000', '154254.706000', '154254.708000', '154254.711000', '154254.714000', '154254.716000', '154254.719000', '154314.600000', '154314.603000', '154314.606000', '154314.609000', '154314.611000', '154314.614000', '154314.616000', '154314.619000', '154314.621000', '154314.624000', '154314.627000', '154314.629000', '154314.632000', '154314.634000', '154314.637000', '154314.640000', '154314.642000', '154314.645000', '154314.647000', '154314.650000', '154314.653000', '154314.655000', '154314.658000', '154314.660000', '154314.663000', '154314.666000', '154314.668000', '154314.671000', '154314.673000', '154314.676000', '154314.679000', '154314.681000', '154314.684000', '154314.686000', '154314.689000', '154314.691000', '154314.694000', '154314.697000', '154314.699000', '154314.702000', '154314.704000', '154314.707000', '154314.710000', '154334.601000', '154334.603000', '154334.606000', '154334.609000', '154334.612000', '154334.614000', '154334.617000', '154334.620000', '154334.623000', '154334.626000', '154334.628000', '154334.631000', '154334.634000', '154334.636000', '154334.639000', '154334.641000', '154334.689000', '154334.691000', '154334.694000', '154334.697000', '154334.699000', '154334.702000', '154334.704000', '154334.707000', '154334.710000', '154334.712000', '154334.715000', '154334.717000', '154334.720000', '154334.723000', '154334.725000', '154334.728000', '154334.731000', '154334.733000', '154334.736000', '154334.738000', '154334.741000', '154334.743000', '154334.746000', '154334.749000', '154334.751000', '154334.754000', '154334.757000', '154334.760000', '154354.602000', '154354.604000', '154354.607000', '154354.610000', '154354.612000', '154354.615000', '154354.618000', '154354.620000', '154354.623000', '154354.626000', '154354.628000', '154354.631000', '154354.633000', '154354.636000', '154354.639000', '154354.641000', '154354.644000', '154354.647000', '154354.649000', '154354.652000', '154354.654000', '154354.657000', '154354.660000', '154354.662000', '154354.665000', '154354.667000', '154354.670000', '154354.673000', '154354.675000', '154354.678000', '154354.681000', '154354.683000', '154354.686000', '154354.688000', '154354.691000', '154354.694000', '154354.696000', '154354.699000', '154354.701000', '154354.704000', '154354.707000', '154354.709000', '154354.712000', '154414.602000', '154414.604000', '154414.607000', '154414.610000', '154414.612000', '154414.615000', '154414.618000', '154414.620000', '154414.623000', '154414.625000', '154414.628000', '154414.631000', '154414.633000', '154414.636000', '154414.638000', '154414.641000', '154414.644000', '154414.646000', '154414.649000', '154414.651000', '154414.654000', '154414.657000', '154414.659000', '154414.662000', '154414.664000', '154414.667000', '154414.669000', '154414.672000', '154414.675000', '154414.677000', '154414.680000', '154414.682000', '154414.685000', '154414.688000', '154414.690000', '154414.693000', '154414.695000', '154414.698000', '154414.700000', '154414.703000', '154414.706000', '154414.708000', '154414.711000', '154414.713000', '154434.602000', '154434.604000', '154434.607000', '154434.610000', '154434.612000', '154434.615000', '154434.617000', '154434.620000', '154434.622000', '154434.625000', '154434.628000', '154434.630000', '154434.633000', '154434.636000', '154434.638000', '154434.641000', '154434.644000', '154434.647000', '154434.649000', '154434.676000', '154434.678000', '154434.681000', '154434.683000', '154434.686000', '154434.689000', '154434.691000', '154434.694000', '154434.697000', '154434.699000', '154434.702000', '154434.705000', '154434.707000', '154434.710000', '154434.713000', '154434.715000', '154434.718000', '154434.720000', '154434.723000', '154434.726000', '154434.728000', '154434.731000', '154434.733000', '154434.736000', '154454.602000', '154454.606000', '154454.608000', '154454.611000', '154454.614000', '154454.616000', '154454.619000', '154454.621000', '154454.624000', '154454.627000', '154454.629000', '154454.632000', '154454.635000', '154454.649000', '154454.652000', '154454.654000', '154454.657000', '154454.660000', '154454.662000', '154454.665000', '154454.667000', '154454.670000', '154454.672000', '154454.675000', '154454.678000', '154454.680000', '154454.683000', '154454.686000', '154454.688000', '154454.691000', '154454.693000', '154454.696000', '154454.700000', '154454.702000', '154454.705000', '154454.708000', '154454.710000', '154454.713000', '154454.715000', '154454.718000', '154454.721000', '154454.723000', '154454.726000', '154454.729000', '154514.601000', '154514.604000', '154514.607000', '154514.609000', '154514.612000', '154514.614000', '154514.617000', '154514.620000', '154514.622000', '154514.625000', '154514.628000', '154514.630000', '154514.633000', '154514.636000', '154514.638000', '154514.641000', '154514.643000', '154514.646000', '154514.649000', '154514.651000', '154514.654000', '154514.657000', '154514.659000', '154514.662000', '154514.664000', '154514.667000', '154514.670000', '154514.672000', '154514.675000', '154514.678000', '154514.680000', '154514.683000', '154514.686000', '154514.688000', '154514.691000', '154514.693000', '154514.696000', '154514.699000', '154514.701000', '154514.704000', '154514.706000', '154514.709000', '154514.712000', '154534.601000', '154534.604000', '154534.607000', '154534.609000', '154534.612000', '154534.615000', '154534.617000', '154534.620000', '154534.622000', '154534.625000', '154534.628000', '154534.630000', '154534.633000', '154534.636000', '154534.638000', '154534.641000', '154534.644000', '154534.646000', '154534.649000', '154534.652000', '154534.654000', '154534.657000', '154534.660000', '154534.663000', '154534.665000', '154534.668000', '154534.671000', '154534.673000', '154534.676000', '154534.678000', '154534.681000', '154534.684000', '154534.686000', '154534.689000', '154534.691000', '154534.694000', '154534.697000', '154534.699000', '154534.702000', '154534.704000', '154534.707000', '154534.710000', '154534.712000', '154554.601000', '154554.604000', '154554.606000', '154554.609000', '154554.612000', '154554.614000', '154554.617000', '154554.619000', '154554.622000', '154554.625000', '154554.627000', '154554.630000', '154554.633000', '154554.635000', '154554.638000', '154554.640000', '154554.643000', '154554.646000', '154554.648000', '154554.651000', '154554.653000', '154554.656000', '154554.659000', '154554.661000', '154554.664000', '154554.666000', '154554.669000', '154554.672000', '154554.674000', '154554.677000', '154554.680000', '154554.682000', '154554.685000', '154554.687000', '154554.690000', '154554.693000', '154554.695000', '154554.698000', '154554.701000', '154554.703000', '154554.706000', '154554.709000', '154554.711000', '154554.714000', '154614.602000', '154614.605000', '154614.607000', '154614.610000', '154614.612000', '154614.615000', '154614.618000', '154614.620000', '154614.623000', '154614.625000', '154614.628000', '154614.631000', '154614.633000', '154614.636000', '154614.638000', '154614.641000', '154614.644000', '154614.647000', '154614.650000', '154614.653000', '154614.655000', '154614.658000', '154614.660000', '154614.663000', '154614.666000', '154614.669000', '154614.671000', '154614.674000', '154614.676000', '154614.679000', '154614.682000', '154614.684000', '154614.687000', '154614.689000', '154614.692000', '154614.695000', '154614.697000', '154614.700000', '154614.703000', '154614.705000', '154614.708000', '154614.711000', '154614.713000', '154614.716000', '154634.602000', '154634.605000', '154634.607000', '154634.610000', '154634.613000', '154634.615000', '154634.618000', '154634.621000', '154634.624000', '154634.626000', '154634.629000', '154634.631000', '154634.634000', '154634.637000', '154634.639000', '154634.642000', '154634.645000', '154634.647000', '154634.650000', '154634.652000', '154634.655000', '154634.658000', '154634.660000', '154634.663000', '154634.666000', '154634.668000', '154634.671000', '154634.674000', '154634.677000', '154634.679000', '154634.682000', '154634.684000', '154634.687000', '154634.690000', '154634.692000', '154634.695000', '154634.697000', '154634.700000', '154634.703000', '154634.705000', '154634.708000', '154634.711000', '154634.713000', '154654.602000', '154654.604000', '154654.607000', '154654.610000', '154654.612000', '154654.615000', '154654.618000', '154654.620000', '154654.623000', '154654.626000', '154654.628000', '154654.631000', '154654.633000', '154654.636000', '154654.639000', '154654.641000', '154654.647000', '154654.650000', '154654.652000', '154654.655000', '154654.657000', '154654.660000', '154654.663000', '154654.665000', '154654.668000', '154654.671000', '154654.673000', '154654.676000', '154654.678000', '154654.681000', '154654.684000', '154654.687000', '154654.689000', '154654.692000', '154654.695000', '154654.697000', '154654.700000', '154654.703000', '154654.705000', '154654.708000', '154654.710000', '154654.713000', '154654.716000', '154714.602000', '154714.605000', '154714.607000', '154714.610000', '154714.612000', '154714.619000', '154714.622000', '154714.624000', '154714.627000', '154714.629000', '154714.632000', '154714.635000', '154714.637000', '154714.640000', '154714.642000', '154714.645000', '154714.647000', '154714.650000', '154714.653000', '154714.655000', '154714.658000', '154714.660000', '154714.663000', '154714.666000', '154714.668000', '154714.671000', '154714.673000', '154714.676000', '154714.679000', '154714.681000', '154714.684000', '154714.686000', '154714.689000', '154714.691000', '154714.694000', '154714.697000', '154714.710000', '154714.713000', '154714.715000', '154714.718000', '154714.720000', '154714.723000', '154714.726000', '154714.728000', '154734.601000', '154734.603000', '154734.606000', '154734.609000', '154734.611000', '154734.614000', '154734.617000', '154734.620000', '154734.622000', '154734.626000', '154734.629000', '154734.631000', '154734.634000', '154734.637000', '154734.639000', '154734.642000', '154734.645000', '154734.647000', '154734.650000', '154734.652000', '154734.655000', '154734.658000', '154734.660000', '154734.663000', '154734.666000', '154734.668000', '154734.671000', '154734.674000', '154734.676000', '154734.679000', '154734.683000', '154734.686000', '154734.690000', '154734.692000', '154734.695000', '154734.698000', '154734.701000', '154734.704000', '154734.706000', '154734.709000', '154734.711000', '154734.714000', '154734.717000', '154754.601000', '154754.603000', '154754.606000', '154754.609000', '154754.612000', '154754.614000', '154754.617000', '154754.620000', '154754.622000', '154754.625000', '154754.627000', '154754.630000', '154754.633000', '154754.635000', '154754.638000', '154754.641000', '154754.643000', '154754.646000', '154754.648000', '154754.651000', '154754.654000', '154754.657000', '154754.659000', '154754.662000', '154754.665000', '154754.667000', '154754.670000', '154754.673000', '154754.675000', '154754.678000', '154754.680000', '154754.683000', '154754.686000', '154754.688000', '154754.691000', '154754.694000', '154754.696000', '154754.699000', '154754.702000', '154754.704000', '154754.707000', '154754.709000', '154754.712000', '154754.715000', '154814.601000', '154814.604000', '154814.606000', '154814.609000', '154814.612000', '154814.614000', '154814.617000', '154814.620000', '154814.622000', '154814.625000', '154814.627000', '154814.630000', '154814.632000', '154814.635000', '154814.638000', '154814.640000', '154814.643000', '154814.645000', '154814.648000', '154814.651000', '154814.653000', '154814.656000', '154814.658000', '154814.661000', '154814.664000', '154814.666000', '154814.669000', '154814.672000', '154814.674000', '154814.677000', '154814.680000', '154814.682000', '154814.685000', '154814.687000', '154814.690000', '154814.693000', '154814.695000', '154814.698000', '154814.700000', '154814.703000', '154814.706000', '154814.708000', '154814.711000', '154834.602000', '154834.604000', '154834.607000', '154834.610000', '154834.622000', '154834.625000', '154834.627000', '154834.630000', '154834.632000', '154834.635000', '154834.638000', '154834.640000', '154834.643000', '154834.645000', '154834.648000', '154834.650000', '154834.653000', '154834.656000', '154834.658000', '154834.661000', '154834.663000', '154834.666000', '154834.669000', '154834.671000', '154834.674000', '154834.677000', '154834.679000', '154834.682000', '154834.684000', '154834.687000', '154834.690000', '154834.693000', '154834.695000', '154834.698000', '154834.701000', '154834.704000', '154834.706000', '154834.709000', '154834.711000', '154834.714000', '154834.717000', '154834.719000', '154834.722000', '154834.724000', '154854.602000', '154854.605000', '154854.607000', '154854.610000', '154854.612000', '154854.615000', '154854.618000', '154854.620000', '154854.623000', '154854.625000', '154854.628000', '154854.631000', '154854.633000', '154854.636000', '154854.638000', '154854.641000', '154854.644000', '154854.646000', '154854.649000', '154854.652000', '154854.654000', '154854.657000', '154854.659000', '154854.662000', '154854.664000', '154854.667000', '154854.670000', '154854.672000', '154854.675000', '154854.677000', '154854.680000', '154854.683000', '154854.685000', '154854.688000', '154854.691000', '154854.693000', '154854.696000', '154854.699000', '154854.701000', '154854.704000', '154854.706000', '154854.709000', '154854.712000', '154914.602000', '154914.605000', '154914.607000', '154914.610000', '154914.613000', '154914.615000', '154914.618000', '154914.620000', '154914.623000', '154914.625000', '154914.628000', '154914.631000', '154914.633000', '154914.636000', '154914.638000', '154914.641000', '154914.644000', '154914.646000', '154914.649000', '154914.651000', '154914.654000', '154914.657000', '154914.659000', '154914.662000', '154914.664000', '154914.667000', '154914.670000', '154914.672000', '154914.675000', '154914.677000', '154914.680000', '154914.683000', '154914.685000', '154914.688000', '154914.691000', '154914.693000', '154914.696000', '154914.699000', '154914.701000', '154914.704000', '154914.706000', '154914.709000', '154914.712000', '154914.714000', '154934.602000', '154934.605000', '154934.607000', '154934.610000', '154934.613000', '154934.615000', '154934.618000', '154934.620000', '154934.623000', '154934.626000', '154934.628000', '154934.631000', '154934.633000', '154934.636000', '154934.638000', '154934.641000', '154934.644000', '154934.646000', '154934.649000', '154934.652000', '154934.654000', '154934.657000', '154934.659000', '154934.662000', '154934.665000', '154934.667000', '154934.670000', '154934.672000', '154934.675000', '154934.678000', '154934.680000', '154934.683000', '154934.686000', '154934.689000', '154934.691000', '154934.694000', '154934.696000', '154934.699000', '154934.702000', '154934.704000', '154934.707000', '154934.710000', '154934.713000', '154954.600000', '154954.603000', '154954.606000', '154954.609000', '154954.611000', '154954.614000', '154954.616000', '154954.619000', '154954.621000', '154954.624000', '154954.627000', '154954.629000', '154954.632000', '154954.634000', '154954.637000', '154954.640000', '154954.642000', '154954.645000', '154954.647000', '154954.650000', '154954.652000', '154954.655000', '154954.658000', '154954.660000', '154954.663000', '154954.665000', '154954.668000', '154954.671000', '154954.673000', '154954.676000', '154954.679000', '154954.681000', '154954.684000', '154954.686000', '154954.689000', '154954.691000', '154954.694000', '154954.697000', '154954.699000', '154954.702000', '154954.704000', '154954.707000', '154954.710000', '154954.712000', '155014.601000', '155014.604000', '155014.606000', '155014.609000', '155014.611000', '155014.614000', '155014.616000', '155014.619000', '155014.622000', '155014.624000', '155014.627000', '155014.629000', '155014.632000', '155014.635000', '155014.637000', '155014.640000', '155014.642000', '155014.645000', '155014.648000', '155014.650000', '155014.653000', '155014.655000', '155014.658000', '155014.660000', '155014.663000', '155014.666000', '155014.668000', '155014.671000', '155014.673000', '155014.676000', '155014.679000', '155014.681000', '155014.684000', '155014.686000', '155014.689000', '155014.692000', '155014.694000', '155014.697000', '155014.699000', '155014.702000', '155014.705000', '155014.707000', '155014.710000', '155019.775000', '155019.778000', '155019.781000', '155019.784000', '155019.787000', '155019.789000', '155019.792000', '155019.795000', '155019.798000', '155019.800000', '155019.803000', '155019.806000'], 'InstanceCreationTime': ['153614.640000', '153614.644000', '153614.647000', '153614.650000', '153614.657000', '153614.659000', '153614.662000', '153614.665000', '153614.667000', '153614.673000', '153614.675000', '153614.678000', '153614.680000', '153614.683000', '153614.686000', '153614.688000', '153614.691000', '153614.693000', '153614.696000', '153614.698000', '153614.701000', '153634.600000', '153634.603000', '153634.606000', '153634.608000', '153634.611000', '153634.614000', '153634.616000', '153634.619000', '153634.621000', '153634.624000', '153634.627000', '153634.629000', '153634.632000', '153634.634000', '153634.637000', '153634.639000', '153634.642000', '153634.644000', '153634.647000', '153634.650000', '153634.652000', '153634.659000', '153634.661000', '153634.664000', '153634.666000', '153634.669000', '153634.671000', '153634.674000', '153634.676000', '153634.679000', '153634.682000', '153634.684000', '153634.687000', '153634.689000', '153634.692000', '153634.694000', '153634.697000', '153634.700000', '153634.702000', '153634.705000', '153634.707000', '153634.710000', '153634.712000', '153634.715000', '153654.601000', '153654.604000', '153654.607000', '153654.609000', '153654.612000', '153654.615000', '153654.617000', '153654.620000', '153654.623000', '153654.625000', '153654.628000', '153654.630000', '153654.633000', '153654.635000', '153654.638000', '153654.640000', '153654.643000', '153654.646000', '153654.648000', '153654.651000', '153654.654000', '153654.656000', '153654.659000', '153654.661000', '153654.664000', '153654.667000', '153654.669000', '153654.672000', '153654.674000', '153654.677000', '153654.680000', '153654.682000', '153654.685000', '153654.688000', '153654.690000', '153654.693000', '153654.695000', '153654.698000', '153654.700000', '153654.703000', '153654.706000', '153654.708000', '153654.711000', '153714.602000', '153714.605000', '153714.608000', '153714.611000', '153714.613000', '153714.616000', '153714.619000', '153714.621000', '153714.624000', '153714.627000', '153714.629000', '153714.632000', '153714.634000', '153714.637000', '153714.640000', '153714.651000', '153714.654000', '153714.657000', '153714.660000', '153714.662000', '153714.665000', '153714.667000', '153714.670000', '153714.672000', '153714.675000', '153714.678000', '153714.680000', '153714.683000', '153714.685000', '153714.688000', '153714.691000', '153714.693000', '153714.696000', '153714.698000', '153714.701000', '153714.704000', '153714.706000', '153714.709000', '153714.711000', '153714.714000', '153714.716000', '153714.719000', '153714.721000', '153734.601000', '153734.604000', '153734.607000', '153734.609000', '153734.612000', '153734.615000', '153734.617000', '153734.620000', '153734.622000', '153734.625000', '153734.628000', '153734.630000', '153734.633000', '153734.635000', '153734.638000', '153734.641000', '153734.643000', '153734.646000', '153734.649000', '153734.651000', '153734.654000', '153734.656000', '153734.659000', '153734.662000', '153734.664000', '153734.667000', '153734.669000', '153734.672000', '153734.674000', '153734.677000', '153734.680000', '153734.682000', '153734.718000', '153734.720000', '153734.723000', '153734.725000', '153734.728000', '153734.731000', '153734.733000', '153734.736000', '153734.739000', '153734.741000', '153734.744000', '153734.746000', '153754.602000', '153754.604000', '153754.607000', '153754.610000', '153754.612000', '153754.615000', '153754.617000', '153754.620000', '153754.623000', '153754.625000', '153754.628000', '153754.630000', '153754.633000', '153754.636000', '153754.638000', '153754.641000', '153754.644000', '153754.646000', '153754.649000', '153754.651000', '153754.654000', '153754.657000', '153754.659000', '153754.662000', '153754.665000', '153754.667000', '153754.670000', '153754.672000', '153754.675000', '153754.678000', '153754.680000', '153754.683000', '153754.685000', '153754.688000', '153754.691000', '153754.693000', '153754.696000', '153754.698000', '153754.701000', '153754.704000', '153754.706000', '153754.709000', '153754.711000', '153814.600000', '153814.603000', '153814.606000', '153814.608000', '153814.611000', '153814.614000', '153814.616000', '153814.619000', '153814.621000', '153814.624000', '153814.627000', '153814.629000', '153814.632000', '153814.634000', '153814.637000', '153814.640000', '153814.642000', '153814.645000', '153814.647000', '153814.650000', '153814.652000', '153814.655000', '153814.658000', '153814.660000', '153814.663000', '153814.665000', '153814.668000', '153814.670000', '153814.673000', '153814.676000', '153814.678000', '153814.681000', '153814.684000', '153814.686000', '153814.689000', '153814.691000', '153814.694000', '153814.696000', '153814.699000', '153814.702000', '153814.704000', '153814.707000', '153814.709000', '153814.712000', '153834.600000', '153834.603000', '153834.606000', '153834.609000', '153834.611000', '153834.614000', '153834.616000', '153834.620000', '153834.622000', '153834.625000', '153834.628000', '153834.630000', '153834.633000', '153834.636000', '153834.638000', '153834.641000', '153834.644000', '153834.647000', '153834.649000', '153834.652000', '153834.654000', '153834.657000', '153834.660000', '153834.662000', '153834.665000', '153834.667000', '153834.670000', '153834.672000', '153834.675000', '153834.678000', '153834.680000', '153834.683000', '153834.685000', '153834.688000', '153834.690000', '153834.693000', '153834.696000', '153834.698000', '153834.701000', '153834.704000', '153834.706000', '153834.709000', '153834.711000', '153854.600000', '153854.603000', '153854.606000', '153854.609000', '153854.611000', '153854.614000', '153854.616000', '153854.619000', '153854.622000', '153854.624000', '153854.627000', '153854.629000', '153854.632000', '153854.635000', '153854.637000', '153854.640000', '153854.642000', '153854.645000', '153854.647000', '153854.650000', '153854.653000', '153854.655000', '153854.658000', '153854.660000', '153854.663000', '153854.666000', '153854.668000', '153854.671000', '153854.673000', '153854.676000', '153854.679000', '153854.681000', '153854.684000', '153854.686000', '153854.689000', '153854.692000', '153854.694000', '153854.697000', '153854.700000', '153854.702000', '153854.705000', '153854.707000', '153854.710000', '153854.713000', '153914.601000', '153914.604000', '153914.607000', '153914.609000', '153914.612000', '153914.615000', '153914.617000', '153914.620000', '153914.622000', '153914.625000', '153914.627000', '153914.630000', '153914.633000', '153914.635000', '153914.638000', '153914.640000', '153914.643000', '153914.646000', '153914.648000', '153914.651000', '153914.653000', '153914.656000', '153914.658000', '153914.661000', '153914.663000', '153914.666000', '153914.669000', '153914.680000', '153914.683000', '153914.686000', '153914.688000', '153914.691000', '153914.693000', '153914.696000', '153914.698000', '153914.701000', '153914.704000', '153914.706000', '153914.709000', '153914.711000', '153914.714000', '153914.717000', '153914.719000', '153914.722000', '153934.602000', '153934.604000', '153934.607000', '153934.610000', '153934.612000', '153934.615000', '153934.621000', '153934.624000', '153934.627000', '153934.629000', '153934.632000', '153934.634000', '153934.637000', '153934.640000', '153934.642000', '153934.645000', '153934.647000', '153934.650000', '153934.653000', '153934.655000', '153934.658000', '153934.660000', '153934.663000', '153934.666000', '153934.668000', '153934.671000', '153934.674000', '153934.676000', '153934.679000', '153934.682000', '153934.684000', '153934.687000', '153934.689000', '153934.692000', '153934.695000', '153934.697000', '153934.700000', '153934.703000', '153934.705000', '153934.708000', '153934.710000', '153934.713000', '153934.715000', '153954.601000', '153954.604000', '153954.607000', '153954.609000', '153954.612000', '153954.615000', '153954.617000', '153954.620000', '153954.622000', '153954.625000', '153954.628000', '153954.631000', '153954.634000', '153954.637000', '153954.639000', '153954.642000', '153954.645000', '153954.647000', '153954.650000', '153954.653000', '153954.655000', '153954.658000', '153954.660000', '153954.663000', '153954.665000', '153954.668000', '153954.671000', '153954.673000', '153954.676000', '153954.678000', '153954.681000', '153954.684000', '153954.687000', '153954.690000', '153954.692000', '153954.695000', '153954.698000', '153954.700000', '153954.703000', '153954.705000', '153954.708000', '153954.711000', '153954.713000', '154014.602000', '154014.605000', '154014.607000', '154014.610000', '154014.612000', '154014.615000', '154014.618000', '154014.620000', '154014.623000', '154014.625000', '154014.628000', '154014.631000', '154014.633000', '154014.636000', '154014.638000', '154014.641000', '154014.643000', '154014.646000', '154014.649000', '154014.651000', '154014.654000', '154014.656000', '154014.659000', '154014.662000', '154014.664000', '154014.667000', '154014.669000', '154014.672000', '154014.675000', '154014.677000', '154014.680000', '154014.682000', '154014.685000', '154014.688000', '154014.690000', '154014.693000', '154014.695000', '154014.698000', '154014.700000', '154014.703000', '154014.706000', '154014.708000', '154014.711000', '154014.713000', '154034.600000', '154034.603000', '154034.606000', '154034.608000', '154034.611000', '154034.614000', '154034.616000', '154034.619000', '154034.622000', '154034.624000', '154034.627000', '154034.629000', '154034.632000', '154034.634000', '154034.637000', '154034.640000', '154034.642000', '154034.645000', '154034.648000', '154034.651000', '154034.654000', '154034.657000', '154034.660000', '154034.662000', '154034.665000', '154034.667000', '154034.670000', '154034.673000', '154034.675000', '154034.678000', '154034.681000', '154034.683000', '154034.686000', '154034.688000', '154034.691000', '154034.694000', '154034.696000', '154034.699000', '154034.701000', '154034.704000', '154034.707000', '154034.709000', '154034.712000', '154054.601000', '154054.603000', '154054.606000', '154054.609000', '154054.611000', '154054.614000', '154054.616000', '154054.619000', '154054.622000', '154054.624000', '154054.627000', '154054.630000', '154054.632000', '154054.635000', '154054.637000', '154054.640000', '154054.642000', '154054.645000', '154054.648000', '154054.650000', '154054.653000', '154054.655000', '154054.658000', '154054.661000', '154054.663000', '154054.666000', '154054.668000', '154054.671000', '154054.674000', '154054.676000', '154054.679000', '154054.681000', '154054.684000', '154054.686000', '154054.689000', '154054.692000', '154054.694000', '154054.697000', '154054.700000', '154054.702000', '154054.705000', '154054.707000', '154054.710000', '154054.713000', '154114.600000', '154114.603000', '154114.606000', '154114.608000', '154114.611000', '154114.614000', '154114.616000', '154114.619000', '154114.622000', '154114.624000', '154114.627000', '154114.629000', '154114.632000', '154114.635000', '154114.637000', '154114.640000', '154114.642000', '154114.645000', '154114.647000', '154114.650000', '154114.653000', '154114.655000', '154114.658000', '154114.660000', '154114.663000', '154114.665000', '154114.668000', '154114.671000', '154114.673000', '154114.676000', '154114.679000', '154114.682000', '154114.684000', '154114.687000', '154114.689000', '154114.692000', '154114.695000', '154114.697000', '154114.700000', '154114.703000', '154114.705000', '154114.708000', '154114.711000', '154134.602000', '154134.604000', '154134.607000', '154134.610000', '154134.612000', '154134.615000', '154134.618000', '154134.620000', '154134.623000', '154134.625000', '154134.628000', '154134.631000', '154134.633000', '154134.636000', '154134.638000', '154134.641000', '154134.644000', '154134.646000', '154134.649000', '154134.652000', '154134.654000', '154134.657000', '154134.660000', '154134.662000', '154134.665000', '154134.669000', '154134.672000', '154134.675000', '154134.677000', '154134.680000', '154134.682000', '154134.685000', '154134.688000', '154134.690000', '154134.693000', '154134.696000', '154134.698000', '154134.701000', '154134.703000', '154134.706000', '154134.709000', '154134.711000', '154134.714000', '154134.716000', '154154.602000', '154154.605000', '154154.607000', '154154.610000', '154154.612000', '154154.615000', '154154.617000', '154154.620000', '154154.623000', '154154.625000', '154154.628000', '154154.630000', '154154.633000', '154154.636000', '154154.638000', '154154.641000', '154154.643000', '154154.646000', '154154.649000', '154154.651000', '154154.654000', '154154.656000', '154154.659000', '154154.662000', '154154.664000', '154154.667000', '154154.669000', '154154.672000', '154154.675000', '154154.677000', '154154.680000', '154154.682000', '154154.685000', '154154.688000', '154154.690000', '154154.693000', '154154.695000', '154154.698000', '154154.701000', '154154.703000', '154154.706000', '154154.709000', '154154.711000', '154214.602000', '154214.604000', '154214.607000', '154214.610000', '154214.612000', '154214.615000', '154214.618000', '154214.620000', '154214.623000', '154214.625000', '154214.628000', '154214.630000', '154214.633000', '154214.636000', '154214.638000', '154214.641000', '154214.644000', '154214.646000', '154214.649000', '154214.651000', '154214.664000', '154214.667000', '154214.669000', '154214.672000', '154214.675000', '154214.677000', '154214.680000', '154214.682000', '154214.685000', '154214.687000', '154214.690000', '154214.693000', '154214.695000', '154214.698000', '154214.700000', '154214.703000', '154214.706000', '154214.708000', '154214.711000', '154214.713000', '154214.716000', '154214.718000', '154214.721000', '154214.724000', '154234.602000', '154234.605000', '154234.607000', '154234.610000', '154234.613000', '154234.615000', '154234.618000', '154234.621000', '154234.623000', '154234.626000', '154234.628000', '154234.631000', '154234.634000', '154234.636000', '154234.639000', '154234.641000', '154234.644000', '154234.646000', '154234.649000', '154234.652000', '154234.654000', '154234.657000', '154234.660000', '154234.662000', '154234.665000', '154234.667000', '154234.670000', '154234.673000', '154234.675000', '154234.678000', '154234.681000', '154234.683000', '154234.686000', '154234.689000', '154234.691000', '154234.694000', '154234.696000', '154234.699000', '154234.701000', '154234.704000', '154234.707000', '154234.709000', '154234.712000', '154254.601000', '154254.603000', '154254.606000', '154254.608000', '154254.611000', '154254.614000', '154254.616000', '154254.619000', '154254.621000', '154254.624000', '154254.627000', '154254.629000', '154254.632000', '154254.634000', '154254.637000', '154254.640000', '154254.642000', '154254.645000', '154254.648000', '154254.650000', '154254.653000', '154254.655000', '154254.658000', '154254.661000', '154254.663000', '154254.666000', '154254.668000', '154254.671000', '154254.674000', '154254.676000', '154254.679000', '154254.681000', '154254.684000', '154254.687000', '154254.689000', '154254.698000', '154254.701000', '154254.703000', '154254.706000', '154254.708000', '154254.711000', '154254.714000', '154254.716000', '154254.719000', '154314.600000', '154314.603000', '154314.606000', '154314.609000', '154314.611000', '154314.614000', '154314.616000', '154314.619000', '154314.621000', '154314.624000', '154314.627000', '154314.629000', '154314.632000', '154314.634000', '154314.637000', '154314.640000', '154314.642000', '154314.645000', '154314.647000', '154314.650000', '154314.653000', '154314.655000', '154314.658000', '154314.660000', '154314.663000', '154314.666000', '154314.668000', '154314.671000', '154314.673000', '154314.676000', '154314.679000', '154314.681000', '154314.684000', '154314.686000', '154314.689000', '154314.691000', '154314.694000', '154314.697000', '154314.699000', '154314.702000', '154314.704000', '154314.707000', '154314.710000', '154334.601000', '154334.603000', '154334.606000', '154334.609000', '154334.612000', '154334.614000', '154334.617000', '154334.620000', '154334.623000', '154334.626000', '154334.628000', '154334.631000', '154334.634000', '154334.636000', '154334.639000', '154334.641000', '154334.689000', '154334.691000', '154334.694000', '154334.697000', '154334.699000', '154334.702000', '154334.704000', '154334.707000', '154334.710000', '154334.712000', '154334.715000', '154334.717000', '154334.720000', '154334.723000', '154334.725000', '154334.728000', '154334.731000', '154334.733000', '154334.736000', '154334.738000', '154334.741000', '154334.743000', '154334.746000', '154334.749000', '154334.751000', '154334.754000', '154334.757000', '154334.760000', '154354.602000', '154354.604000', '154354.607000', '154354.610000', '154354.612000', '154354.615000', '154354.618000', '154354.620000', '154354.623000', '154354.626000', '154354.628000', '154354.631000', '154354.633000', '154354.636000', '154354.639000', '154354.641000', '154354.644000', '154354.647000', '154354.649000', '154354.652000', '154354.654000', '154354.657000', '154354.660000', '154354.662000', '154354.665000', '154354.667000', '154354.670000', '154354.673000', '154354.675000', '154354.678000', '154354.681000', '154354.683000', '154354.686000', '154354.688000', '154354.691000', '154354.694000', '154354.696000', '154354.699000', '154354.701000', '154354.704000', '154354.707000', '154354.709000', '154354.712000', '154414.602000', '154414.604000', '154414.607000', '154414.610000', '154414.612000', '154414.615000', '154414.618000', '154414.620000', '154414.623000', '154414.625000', '154414.628000', '154414.631000', '154414.633000', '154414.636000', '154414.638000', '154414.641000', '154414.644000', '154414.646000', '154414.649000', '154414.651000', '154414.654000', '154414.657000', '154414.659000', '154414.662000', '154414.664000', '154414.667000', '154414.669000', '154414.672000', '154414.675000', '154414.677000', '154414.680000', '154414.682000', '154414.685000', '154414.688000', '154414.690000', '154414.693000', '154414.695000', '154414.698000', '154414.700000', '154414.703000', '154414.706000', '154414.708000', '154414.711000', '154414.713000', '154434.602000', '154434.604000', '154434.607000', '154434.610000', '154434.612000', '154434.615000', '154434.617000', '154434.620000', '154434.622000', '154434.625000', '154434.628000', '154434.630000', '154434.633000', '154434.636000', '154434.638000', '154434.641000', '154434.644000', '154434.647000', '154434.649000', '154434.676000', '154434.678000', '154434.681000', '154434.683000', '154434.686000', '154434.689000', '154434.691000', '154434.694000', '154434.697000', '154434.699000', '154434.702000', '154434.705000', '154434.707000', '154434.710000', '154434.713000', '154434.715000', '154434.718000', '154434.720000', '154434.723000', '154434.726000', '154434.728000', '154434.731000', '154434.733000', '154434.736000', '154454.602000', '154454.606000', '154454.608000', '154454.611000', '154454.614000', '154454.616000', '154454.619000', '154454.621000', '154454.624000', '154454.627000', '154454.629000', '154454.632000', '154454.635000', '154454.649000', '154454.652000', '154454.654000', '154454.657000', '154454.660000', '154454.662000', '154454.665000', '154454.667000', '154454.670000', '154454.672000', '154454.675000', '154454.678000', '154454.680000', '154454.683000', '154454.686000', '154454.688000', '154454.691000', '154454.693000', '154454.696000', '154454.700000', '154454.702000', '154454.705000', '154454.708000', '154454.710000', '154454.713000', '154454.715000', '154454.718000', '154454.721000', '154454.723000', '154454.726000', '154454.729000', '154514.601000', '154514.604000', '154514.607000', '154514.609000', '154514.612000', '154514.614000', '154514.617000', '154514.620000', '154514.622000', '154514.625000', '154514.628000', '154514.630000', '154514.633000', '154514.636000', '154514.638000', '154514.641000', '154514.643000', '154514.646000', '154514.649000', '154514.651000', '154514.654000', '154514.657000', '154514.659000', '154514.662000', '154514.664000', '154514.667000', '154514.670000', '154514.672000', '154514.675000', '154514.678000', '154514.680000', '154514.683000', '154514.686000', '154514.688000', '154514.691000', '154514.693000', '154514.696000', '154514.699000', '154514.701000', '154514.704000', '154514.706000', '154514.709000', '154514.712000', '154534.601000', '154534.604000', '154534.607000', '154534.609000', '154534.612000', '154534.615000', '154534.617000', '154534.620000', '154534.622000', '154534.625000', '154534.628000', '154534.630000', '154534.633000', '154534.636000', '154534.638000', '154534.641000', '154534.644000', '154534.646000', '154534.649000', '154534.652000', '154534.654000', '154534.657000', '154534.660000', '154534.663000', '154534.665000', '154534.668000', '154534.671000', '154534.673000', '154534.676000', '154534.678000', '154534.681000', '154534.684000', '154534.686000', '154534.689000', '154534.691000', '154534.694000', '154534.697000', '154534.699000', '154534.702000', '154534.704000', '154534.707000', '154534.710000', '154534.712000', '154554.601000', '154554.604000', '154554.606000', '154554.609000', '154554.612000', '154554.614000', '154554.617000', '154554.619000', '154554.622000', '154554.625000', '154554.627000', '154554.630000', '154554.633000', '154554.635000', '154554.638000', '154554.640000', '154554.643000', '154554.646000', '154554.648000', '154554.651000', '154554.653000', '154554.656000', '154554.659000', '154554.661000', '154554.664000', '154554.666000', '154554.669000', '154554.672000', '154554.674000', '154554.677000', '154554.680000', '154554.682000', '154554.685000', '154554.687000', '154554.690000', '154554.693000', '154554.695000', '154554.698000', '154554.701000', '154554.703000', '154554.706000', '154554.709000', '154554.711000', '154554.714000', '154614.602000', '154614.605000', '154614.607000', '154614.610000', '154614.612000', '154614.615000', '154614.618000', '154614.620000', '154614.623000', '154614.625000', '154614.628000', '154614.631000', '154614.633000', '154614.636000', '154614.638000', '154614.641000', '154614.644000', '154614.647000', '154614.650000', '154614.653000', '154614.655000', '154614.658000', '154614.660000', '154614.663000', '154614.666000', '154614.669000', '154614.671000', '154614.674000', '154614.676000', '154614.679000', '154614.682000', '154614.684000', '154614.687000', '154614.689000', '154614.692000', '154614.695000', '154614.697000', '154614.700000', '154614.703000', '154614.705000', '154614.708000', '154614.711000', '154614.713000', '154614.716000', '154634.602000', '154634.605000', '154634.607000', '154634.610000', '154634.613000', '154634.615000', '154634.618000', '154634.621000', '154634.624000', '154634.626000', '154634.629000', '154634.631000', '154634.634000', '154634.637000', '154634.639000', '154634.642000', '154634.645000', '154634.647000', '154634.650000', '154634.652000', '154634.655000', '154634.658000', '154634.660000', '154634.663000', '154634.666000', '154634.668000', '154634.671000', '154634.674000', '154634.677000', '154634.679000', '154634.682000', '154634.684000', '154634.687000', '154634.690000', '154634.692000', '154634.695000', '154634.697000', '154634.700000', '154634.703000', '154634.705000', '154634.708000', '154634.711000', '154634.713000', '154654.602000', '154654.604000', '154654.607000', '154654.610000', '154654.612000', '154654.615000', '154654.618000', '154654.620000', '154654.623000', '154654.626000', '154654.628000', '154654.631000', '154654.633000', '154654.636000', '154654.639000', '154654.641000', '154654.647000', '154654.650000', '154654.652000', '154654.655000', '154654.657000', '154654.660000', '154654.663000', '154654.665000', '154654.668000', '154654.671000', '154654.673000', '154654.676000', '154654.678000', '154654.681000', '154654.684000', '154654.687000', '154654.689000', '154654.692000', '154654.695000', '154654.697000', '154654.700000', '154654.703000', '154654.705000', '154654.708000', '154654.710000', '154654.713000', '154654.716000', '154714.602000', '154714.605000', '154714.607000', '154714.610000', '154714.612000', '154714.619000', '154714.622000', '154714.624000', '154714.627000', '154714.629000', '154714.632000', '154714.635000', '154714.637000', '154714.640000', '154714.642000', '154714.645000', '154714.647000', '154714.650000', '154714.653000', '154714.655000', '154714.658000', '154714.660000', '154714.663000', '154714.666000', '154714.668000', '154714.671000', '154714.673000', '154714.676000', '154714.679000', '154714.681000', '154714.684000', '154714.686000', '154714.689000', '154714.691000', '154714.694000', '154714.697000', '154714.710000', '154714.713000', '154714.715000', '154714.718000', '154714.720000', '154714.723000', '154714.726000', '154714.728000', '154734.601000', '154734.603000', '154734.606000', '154734.609000', '154734.611000', '154734.614000', '154734.617000', '154734.620000', '154734.622000', '154734.626000', '154734.629000', '154734.631000', '154734.634000', '154734.637000', '154734.639000', '154734.642000', '154734.645000', '154734.647000', '154734.650000', '154734.652000', '154734.655000', '154734.658000', '154734.660000', '154734.663000', '154734.666000', '154734.668000', '154734.671000', '154734.674000', '154734.676000', '154734.679000', '154734.683000', '154734.686000', '154734.690000', '154734.692000', '154734.695000', '154734.698000', '154734.701000', '154734.704000', '154734.706000', '154734.709000', '154734.711000', '154734.714000', '154734.717000', '154754.601000', '154754.603000', '154754.606000', '154754.609000', '154754.612000', '154754.614000', '154754.617000', '154754.620000', '154754.622000', '154754.625000', '154754.627000', '154754.630000', '154754.633000', '154754.635000', '154754.638000', '154754.641000', '154754.643000', '154754.646000', '154754.648000', '154754.651000', '154754.654000', '154754.657000', '154754.659000', '154754.662000', '154754.665000', '154754.667000', '154754.670000', '154754.673000', '154754.675000', '154754.678000', '154754.680000', '154754.683000', '154754.686000', '154754.688000', '154754.691000', '154754.694000', '154754.696000', '154754.699000', '154754.702000', '154754.704000', '154754.707000', '154754.709000', '154754.712000', '154754.715000', '154814.601000', '154814.604000', '154814.606000', '154814.609000', '154814.612000', '154814.614000', '154814.617000', '154814.620000', '154814.622000', '154814.625000', '154814.627000', '154814.630000', '154814.632000', '154814.635000', '154814.638000', '154814.640000', '154814.643000', '154814.645000', '154814.648000', '154814.651000', '154814.653000', '154814.656000', '154814.658000', '154814.661000', '154814.664000', '154814.666000', '154814.669000', '154814.672000', '154814.674000', '154814.677000', '154814.680000', '154814.682000', '154814.685000', '154814.687000', '154814.690000', '154814.693000', '154814.695000', '154814.698000', '154814.700000', '154814.703000', '154814.706000', '154814.708000', '154814.711000', '154834.602000', '154834.604000', '154834.607000', '154834.610000', '154834.622000', '154834.625000', '154834.627000', '154834.630000', '154834.632000', '154834.635000', '154834.638000', '154834.640000', '154834.643000', '154834.645000', '154834.648000', '154834.650000', '154834.653000', '154834.656000', '154834.658000', '154834.661000', '154834.663000', '154834.666000', '154834.669000', '154834.671000', '154834.674000', '154834.677000', '154834.679000', '154834.682000', '154834.684000', '154834.687000', '154834.690000', '154834.693000', '154834.695000', '154834.698000', '154834.701000', '154834.704000', '154834.706000', '154834.709000', '154834.711000', '154834.714000', '154834.717000', '154834.719000', '154834.722000', '154834.724000', '154854.602000', '154854.605000', '154854.607000', '154854.610000', '154854.612000', '154854.615000', '154854.618000', '154854.620000', '154854.623000', '154854.625000', '154854.628000', '154854.631000', '154854.633000', '154854.636000', '154854.638000', '154854.641000', '154854.644000', '154854.646000', '154854.649000', '154854.652000', '154854.654000', '154854.657000', '154854.659000', '154854.662000', '154854.664000', '154854.667000', '154854.670000', '154854.672000', '154854.675000', '154854.677000', '154854.680000', '154854.683000', '154854.685000', '154854.688000', '154854.691000', '154854.693000', '154854.696000', '154854.699000', '154854.701000', '154854.704000', '154854.706000', '154854.709000', '154854.712000', '154914.602000', '154914.605000', '154914.607000', '154914.610000', '154914.613000', '154914.615000', '154914.618000', '154914.620000', '154914.623000', '154914.625000', '154914.628000', '154914.631000', '154914.633000', '154914.636000', '154914.638000', '154914.641000', '154914.644000', '154914.646000', '154914.649000', '154914.651000', '154914.654000', '154914.657000', '154914.659000', '154914.662000', '154914.664000', '154914.667000', '154914.670000', '154914.672000', '154914.675000', '154914.677000', '154914.680000', '154914.683000', '154914.685000', '154914.688000', '154914.691000', '154914.693000', '154914.696000', '154914.699000', '154914.701000', '154914.704000', '154914.706000', '154914.709000', '154914.712000', '154914.714000', '154934.602000', '154934.605000', '154934.607000', '154934.610000', '154934.613000', '154934.615000', '154934.618000', '154934.620000', '154934.623000', '154934.626000', '154934.628000', '154934.631000', '154934.633000', '154934.636000', '154934.638000', '154934.641000', '154934.644000', '154934.646000', '154934.649000', '154934.652000', '154934.654000', '154934.657000', '154934.659000', '154934.662000', '154934.665000', '154934.667000', '154934.670000', '154934.672000', '154934.675000', '154934.678000', '154934.680000', '154934.683000', '154934.686000', '154934.689000', '154934.691000', '154934.694000', '154934.696000', '154934.699000', '154934.702000', '154934.704000', '154934.707000', '154934.710000', '154934.713000', '154954.600000', '154954.603000', '154954.606000', '154954.609000', '154954.611000', '154954.614000', '154954.616000', '154954.619000', '154954.621000', '154954.624000', '154954.627000', '154954.629000', '154954.632000', '154954.634000', '154954.637000', '154954.640000', '154954.642000', '154954.645000', '154954.647000', '154954.650000', '154954.652000', '154954.655000', '154954.658000', '154954.660000', '154954.663000', '154954.665000', '154954.668000', '154954.671000', '154954.673000', '154954.676000', '154954.679000', '154954.681000', '154954.684000', '154954.686000', '154954.689000', '154954.691000', '154954.694000', '154954.697000', '154954.699000', '154954.702000', '154954.704000', '154954.707000', '154954.710000', '154954.712000', '155014.601000', '155014.604000', '155014.606000', '155014.609000', '155014.611000', '155014.614000', '155014.616000', '155014.619000', '155014.622000', '155014.624000', '155014.627000', '155014.629000', '155014.632000', '155014.635000', '155014.637000', '155014.640000', '155014.642000', '155014.645000', '155014.648000', '155014.650000', '155014.653000', '155014.655000', '155014.658000', '155014.660000', '155014.663000', '155014.666000', '155014.668000', '155014.671000', '155014.673000', '155014.676000', '155014.679000', '155014.681000', '155014.684000', '155014.686000', '155014.689000', '155014.692000', '155014.694000', '155014.697000', '155014.699000', '155014.702000', '155014.705000', '155014.707000', '155014.710000', '155019.775000', '155019.778000', '155019.781000', '155019.784000', '155019.787000', '155019.789000', '155019.792000', '155019.795000', '155019.798000', '155019.800000', '155019.803000', '155019.806000'], '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': [12223, 13821, 8350, 11873, 8063, 10007, 7747, 9929, 7648, 9734, 8367, 8762, 8471, 8634, 8444, 8609, 8648, 8844, 11347, 8675, 10980, 7708, 9406, 7872, 8543, 7890, 8503, 12455, 8398, 11228, 8414, 9689, 7979, 8755, 8590, 8506, 11278, 8370, 12982, 8402, 10332, 7716, 9839, 7680, 8465, 8914, 8753, 11090, 8479, 10732, 8542, 9450, 7794, 8875, 8748, 8422, 8633, 8463, 11232, 8117, 10110, 7724, 9164, 8004, 8593, 8674, 8426, 9585, 8332, 10547, 8251, 10462, 8227, 9796, 7815, 9310, 7700, 8885, 8197, 8738, 8559, 8864, 8648, 8807, 7915, 8796, 14923, 8515, 14432, 8270, 12422, 8166, 10815, 7827, 9309, 7981, 8838, 10353, 8698, 13634, 8346, 11003, 8099, 9752, 8059, 9191, 7737, 8926, 7886, 8652, 8070, 8815, 8699, 8834, 8192, 8642, 10493, 8562, 13739, 8323, 11868, 8258, 10028, 8210, 9650, 8404, 9292, 8416, 8601, 12143, 8405, 15242, 8511, 13313, 8442, 12146, 8492, 10939, 8723, 10742, 8561, 9100, 8405, 10917, 8373, 9487, 8382, 9092, 8168, 8538, 8027, 8558, 9347, 8457, 10401, 8479, 10950, 8179, 10307, 8253, 8713, 8736, 9392, 8547, 11750, 8091, 10312, 8333, 8735, 8401, 8272, 8322, 8296, 8382, 8531, 8087, 9880, 8107, 10327, 8483, 9517, 8144, 8398, 12926, 8479, 13862, 8452, 11898, 8509, 10425, 8184, 9834, 8138, 9382, 8328, 8488, 8164, 8354, 7902, 8304, 7461, 8480, 12379, 8343, 11112, 8429, 9906, 8281, 9010, 8353, 8398, 7869, 8346, 8132, 8369, 12045, 8272, 11131, 8431, 10372, 8161, 9163, 8405, 9102, 8360, 8295, 10242, 8383, 12407, 8540, 10618, 8428, 9617, 8420, 9372, 8590, 9245, 8434, 8467, 8211, 8402, 11609, 8268, 13234, 8404, 11163, 8803, 10392, 8490, 8582, 8365, 8700, 8622, 8129, 11084, 8446, 11078, 8385, 9507, 8249, 8429, 7810, 8474, 11894, 8117, 10442, 8021, 9585, 7744, 8349, 7864, 8128, 7088, 8744, 6790, 8217, 7577, 8249, 8139, 10157, 7877, 9174, 7516, 11636, 8331, 7915, 8231, 14785, 11175, 15498, 10255, 9117, 7821, 8069, 15091, 9797, 14434, 8153, 11708, 8164, 9946, 8034, 9509, 8024, 8256, 7704, 8225, 13153, 8168, 11254, 7882, 9913, 8149, 9293, 8047, 8614, 7506, 7891, 10108, 7876, 12420, 7882, 11023, 7876, 9566, 7981, 9277, 8100, 8483, 7992, 8236, 13982, 8505, 14142, 7835, 11467, 8008, 10418, 8431, 10054, 7868, 9586, 8008, 8729, 8080, 7762, 8302, 8282, 8753, 10065, 8089, 8235, 13671, 7740, 14029, 8276, 10841, 7769, 8885, 7816, 7640, 13317, 8364, 14650, 8265, 11067, 7878, 9236, 7735, 7972, 14632, 7959, 11844, 8417, 10450, 7902, 9356, 7595, 8933, 7718, 8805, 7605, 7645, 7966, 7633, 10627, 7766, 8639, 7595, 7897, 7611, 8010, 8287, 9794, 7666, 10431, 7675, 11949, 7768, 10520, 7862, 9610, 7586, 9470, 7687, 9480, 7839, 9551, 7923, 7976, 12587, 7975, 12122, 8160, 9951, 7887, 8372, 10505, 7838, 11992, 7846, 9666, 7763, 8148, 9380, 7959, 11535, 8013, 9603, 7704, 8581, 7692, 7793, 9377, 7993, 11791, 7873, 10159, 7799, 9405, 7721, 8692, 7999, 8104, 8935, 7954, 12780, 7848, 10791, 7888, 9069, 8110, 8261, 12917, 8070, 11833, 7928, 9470, 7858, 8142, 12032, 7921, 11939, 7954, 9849, 8072, 9194, 8072, 8050, 7659, 8087, 11560, 7934, 11106, 7809, 9660, 7926, 9253, 8029, 9145, 8185, 8469, 8074, 7705, 12287, 7716, 13171, 7949, 10171, 7866, 8712, 7678, 7783, 7970, 7695, 8623, 7900, 12203, 7979, 10832, 7679, 9046, 7878, 7884, 8217, 7863, 11881, 7902, 10385, 7783, 9062, 8000, 8263, 7618, 7916, 12385, 8141, 10648, 8055, 9622, 8037, 9387, 7940, 8102, 7942, 7783, 11533, 7755, 12249, 7886, 9762, 8092, 8059, 14341, 7834, 12583, 7814, 10472, 8038, 8396, 12165, 8280, 8613, 7861, 8495, 8091, 12555, 8192, 10950, 7746, 9694, 7965, 8498, 9422, 7543, 13194, 7779, 11830, 7655, 10048, 7944, 9583, 8325, 7612, 14651, 7955, 14293, 8221, 11089, 7849, 9453, 8152, 7927, 7723, 7856, 7781, 7690, 7673, 7639, 10753, 7628, 11358, 7794, 9445, 7944, 7923, 7511, 7621, 10545, 7614, 10691, 8011, 10361, 7920, 9031, 8094, 7842, 7698, 7531, 10416, 7482, 11363, 7926, 9965, 8145, 9217, 8252, 7878, 11255, 7700, 11359, 8056, 10357, 8077, 8855, 8183, 8186, 9505, 7605, 12792, 7489, 11183, 8100, 9945, 8129, 8726, 7857, 7649, 11813, 7603, 12204, 7970, 10360, 7753, 8916, 8284, 8162, 7858, 7797, 8337, 7657, 12020, 7621, 11446, 7718, 10347, 7782, 8774, 7846, 7788, 11355, 7726, 12915, 7634, 10718, 7699, 9316, 7950, 8953, 7817, 8425, 7319, 7875, 11948, 7976, 11796, 7561, 11305, 7897, 8972, 8182, 8671, 7879, 7739, 7479, 7923, 9397, 7814, 13155, 7755, 10667, 8117, 8178, 7487, 7771, 11957, 7685, 11253, 7764, 9952, 7954, 9125, 7980, 8476, 7776, 7875, 10532, 7724, 11382, 7587, 11809, 7963, 10414, 7906, 9423, 7899, 7890, 7452, 11896, 7922, 10440, 7785, 8309, 8162, 8444, 7949, 11144, 8671, 8436, 7952, 13849, 9355, 15692, 8886, 12365, 9216, 11261, 7904, 8503, 8097, 8073, 14420, 7908, 12988, 7716, 10961, 7935, 11856, 7930, 10824, 8217, 10077, 7830, 9362, 7942, 11563, 7731, 11056, 7626, 10009, 8159, 7917, 13226, 7756, 11354, 7847, 9537, 8187, 8436, 8093, 7647, 7798, 7891, 7982, 7501, 13241, 7685, 11627, 7778, 10166, 7865, 8102, 8726, 7717, 15978, 9329, 12466, 7915, 10782, 7660, 8337, 8944, 8040, 12743, 7588, 11151, 7792, 10207, 7510, 9430, 7534, 9421, 7858, 9207, 7751, 8728, 7826, 7787, 7385, 7435, 10453, 7689, 10438, 7606, 12132, 7462, 10578, 7559, 10011, 7475, 8454, 7919, 8608, 7689, 8220, 8686, 7797, 14621, 7967, 11925, 8250, 10526, 7365, 9033, 7714, 7924, 10982, 8096, 13375, 7678, 11557, 7485, 10071, 7248, 9364, 7522, 8912, 7490, 8119, 10919, 8131, 12305, 7456, 12530, 7629, 10396, 8250, 9837, 8020, 7606, 7511, 7892, 8559, 7441, 10167, 12342, 7614, 12910, 7737, 9555, 12578, 8006, 15559, 8517, 12598, 9430, 11659, 8314, 12486, 8777, 8989, 9047, 8089, 11650, 8508, 13074, 8292, 8944, 7207, 7577, 7549, 8048, 9557, 7419, 7723, 9216, 7901, 11593, 7855, 11271, 7940, 8991, 7973, 8617, 7819, 7820, 12426, 7816, 11957, 8239, 10680, 7835, 9773, 7755, 9195, 8054, 9178, 7851, 9129, 7860, 9635, 7833, 8827, 9447, 7871, 12089, 7873, 10226, 7837, 9585, 7954, 9167, 7595, 7849, 13669, 8039, 11422, 7916, 8992, 7566, 7956, 10162, 7787, 11508, 7974, 9814, 7832, 8446, 7719, 7842, 8511, 7626, 11681, 8082, 10121, 7808, 8537, 7708, 7975, 10466, 7971, 10862, 7806, 9441, 7878, 7955, 8758, 7927, 11471, 8061, 10835, 7643, 9165, 7861, 8434, 8128, 7901, 7766, 7822, 11462, 8019, 11498, 7722, 10366, 7873, 8583, 8336, 7812, 12213, 7727, 13271, 8010, 10318, 7995, 9255, 7925, 8599, 8112, 7889, 9578, 7807, 15390, 8206, 12556, 7810, 9343, 7884, 7829, 13286, 8033, 11678, 7750, 10509, 7710, 8884, 7920, 8574, 7913, 8031, 8867, 7768, 13244, 7928, 11590, 7582, 10099, 7678, 10108, 7792, 9534, 7715, 8790, 7863, 7995, 14799, 8489, 14764, 7867, 11547, 7961, 9855, 7666, 10153, 7606, 9383, 7640, 8695, 10315, 7732, 14193, 8037, 11359, 7506, 9521, 7868, 8527, 7691, 7820, 12752, 7529, 9751, 7559, 8612, 7616, 7830, 10187, 7411, 11397, 7574, 10659, 7716, 9409, 7900, 8797, 8226, 7920, 11457, 7697, 12865, 7536, 10274, 7536, 9635, 7455, 8136, 11704, 7545, 13765, 8220, 10982, 7576, 9612, 7914, 8505, 7853, 8468, 7876, 8496, 7915, 8406, 7960, 8020, 7935, 7987, 10793, 7525, 13340, 7716, 10530, 7525, 8573, 7807, 7731, 8032, 7879, 7740, 7999, 8309, 7704, 11887, 7757, 9899, 7747, 9322, 7961, 8802, 7900, 8613, 8062, 9377, 7737, 10154, 7679, 10745, 7633, 13174, 7599, 11065, 8044, 9040, 16375, 10043, 13376, 8836, 11944, 8118, 8310, 9977, 7864, 12769, 7829, 11510, 7747, 9049, 7662, 8520, 7896, 7944, 7782, 7849, 8650, 7636, 7688, 7663, 7851, 7798, 12902, 7686, 11872, 7585, 9815, 7537, 9604, 7779, 8595, 12344, 7868, 11101, 8004, 9549, 7731, 11679, 8051, 12174, 7950, 11230, 7671, 8741, 7836, 8295, 8526, 7842, 15546, 7578, 11654, 8271, 10623, 7527, 8830, 7767, 8112, 7977, 8544, 7572, 8059, 9861, 7504, 7323, 10899, 7837, 9825, 7779, 7572, 8274, 7506, 8394, 15917, 11085, 13182, 7495, 9918, 7843, 7787, 10112, 7905, 12445, 8220, 11100, 7585, 9846, 7530, 9040, 7601, 8373, 8809, 7494, 12501, 7743, 11142, 7808, 9398, 8080, 9316, 7775, 9575, 7603, 12222, 8026, 8283, 8614, 8051, 12310, 7944, 13573, 9001, 8633, 8060, 10186, 9121, 8664, 7865, 10421, 8033, 8137, 8236, 15822, 8500, 11586, 8300, 8328, 8170, 7721, 13991, 7442, 11062, 7733, 10486, 7793, 10400, 7980, 10418, 7813, 9315, 8048, 9309, 7902, 8327, 10845, 7559, 11564, 7596, 12466, 7550, 10512, 8180, 9181, 7971, 8530, 9809, 7815, 14776, 8373, 11807, 7898, 11754, 9332, 7854, 16069, 7695, 12047, 8750, 10183, 7681, 8852, 7771, 8318, 8497, 8152, 8883, 7709, 12215, 7550, 12319, 7700, 10105, 7951, 8049, 7693, 7611, 8815, 7616, 7939, 7637, 10398, 7540, 11780, 7694, 11407, 7505, 10122, 7645, 10038, 7638, 8905, 7681, 8495, 8700, 7849, 15565, 9680, 15375, 8056, 11250, 8099, 12072, 8678, 7905, 9388, 8278, 12742, 7729, 15261, 10500, 11180, 14236, 8476, 15284, 7717, 12547, 7637, 10288, 7552, 8325, 7305, 7919, 10362, 7796, 10992, 7619, 11067, 7534, 10726, 7567, 10297, 7406, 9537, 7575, 8892, 7748, 9265, 7573, 8778, 7361, 10458, 7539, 11253, 7785, 10776, 8318, 9967, 7993, 9199, 7677, 12439, 8227, 10212, 8513, 7957, 12552, 7802, 13016, 8800, 11648, 7695, 7798, 13169, 7705, 12923, 8574, 10359, 7802, 9487, 7828, 7971, 7476, 8190, 7355, 7629, 13021, 7544, 10865, 7505, 10025, 7567, 8020, 10222, 7351, 13423, 7891, 10926, 7541, 9077, 7590, 8559, 11066, 7666, 13858, 8227, 10883, 7490, 11816, 7638, 7682, 14586, 7665, 11403, 8610, 9593, 7261, 8416, 7239, 7649, 13637, 8856, 11031, 7371, 9305, 7284, 8297, 10775, 7882, 13980, 7269, 10114, 7215, 9913, 7107, 8980, 7469, 8060, 11118, 7783, 13775, 7379, 10859, 7533, 9775, 7529, 9756, 7437, 8132, 7760, 7829, 13974, 8249, 14136, 7560, 10391, 7428, 9366, 7420, 9213, 7391, 7626, 10833, 7345, 13749, 8318, 10866, 7488, 9757, 7200, 9353, 7324, 8599, 7535, 7639, 13499, 7536, 11393, 7969, 9989, 7370, 8643, 7687, 8118, 10235, 7915, 11720, 7552, 11339, 7298, 10208, 7425, 9495, 7537, 8383, 7537, 7873, 10938, 7427, 12131, 7625, 11554, 7299, 9100, 7553, 8700, 9615, 7831, 14897, 9538, 11950, 7992, 10507, 7527, 8106, 11940, 7347, 12618, 8372, 11388, 7660, 9639, 7517, 9303, 7440, 9017, 7763, 7704, 7903, 10125, 7827, 7529, 8274, 7477, 13272, 8224, 12625, 14762, 9377, 15090, 10693, 11524, 7325, 8886, 8226, 7689, 14212, 8781, 11248, 7443, 11645, 7885, 10633, 7729, 9607, 7621, 9002, 7419, 9096, 7551, 9146, 7429, 8604, 7659, 8929, 8412, 8436, 12066, 8460, 9123, 7798, 9949, 7434, 14332, 8143, 13180, 7931, 10511, 7615, 9883, 7570, 9006, 7446, 8701, 7771, 7747, 11915, 7774, 10014, 7827, 10596, 7710, 10984, 7675, 9499, 7451, 8862, 7597, 8837, 8387, 7796, 11885, 7702, 12798, 7609, 11187, 7639, 10165, 7332, 8891, 7922, 8175, 10492, 7543, 12973, 7545, 11084, 7340, 10065, 7310, 8635, 7716, 7817, 8848, 7279, 14411, 8323, 11970, 7716, 10370, 7392, 9575, 7452, 9350, 7423, 8544, 7805, 8018, 8500, 7820, 10612, 7614, 12804, 7489, 10393, 7548, 9912, 7477, 7861, 14443, 7356, 13264, 8405, 10859, 7544, 10326, 7571, 9146, 7341, 8940, 7191, 8038, 10794, 7473, 13754, 9136, 11527, 7539, 10320, 7259, 8673, 9755, 8256, 10942, 7651, 14100, 7631, 10941, 7903, 10087, 7284, 8894, 7387, 8417, 9758, 7710, 10759, 7375, 12774, 7316, 10311, 7933, 10273, 7609, 8231, 7155, 7576, 7657, 8110, 11209, 7478, 12050, 7662, 10275, 7547, 15496, 10105, 12485, 8963, 9693, 7573, 7939, 7595, 7983, 9716, 8168, 7657, 8265, 7870, 8726, 8113, 10868, 7913, 9552, 8131, 7488, 9725, 7314, 7550, 9765, 15872, 12035, 13192, 9675, 11822, 7390, 9463, 7457, 9342, 7541, 8762, 7822, 7891, 7318, 7694, 10211, 8064, 8330, 7558, 9702, 7196, 11906, 7701, 8727, 7270, 11440, 7475, 11676, 7911, 11371, 7613, 9359, 7491, 9409, 7274, 10542, 7332, 8492, 7767, 8650, 13342, 9092, 11244, 7451, 10133, 7502, 14376, 9232, 13990, 8293, 10758, 8617, 10397, 7646, 11118, 7409, 8707, 7256, 8818, 10803, 10392, 7567, 7960, 12954, 7513, 13650, 9038, 11723, 7616, 9740, 7311, 9444, 7477, 9345, 7555, 7786, 11080, 7374, 13468, 8179, 8959, 7314, 13276, 7568, 11427, 8533, 11326, 7349, 10846, 7728, 10419, 8318, 10010, 7622, 8589, 7430, 11395], 'WindowCenter': [3897.0, 3880.0, 3832.0, 3850.0, 3818.0, 3838.0, 3805.0, 3824.0, 3804.0, 3825.0, 3816.0, 3826.0, 3816.0, 3814.0, 3815.0, 3814.0, 3813.0, 3824.0, 3834.0, 3815.0, 3837.0, 3805.0, 3826.0, 3815.0, 3816.0, 3815.0, 3817.0, 3846.0, 3815.0, 3836.0, 3813.0, 3824.0, 3802.0, 3814.0, 3814.0, 3815.0, 3836.0, 3814.0, 3845.0, 3814.0, 3835.0, 3805.0, 3825.0, 3803.0, 3814.0, 3825.0, 3816.0, 3847.0, 3816.0, 3836.0, 3815.0, 3825.0, 3817.0, 3826.0, 3827.0, 3816.0, 3828.0, 3815.0, 3847.0, 3817.0, 3839.0, 3817.0, 3827.0, 3817.0, 3828.0, 3828.0, 3829.0, 3841.0, 3832.0, 3851.0, 3829.0, 3850.0, 3831.0, 3841.0, 3820.0, 3840.0, 3820.0, 3829.0, 3831.0, 3843.0, 3842.0, 3842.0, 3831.0, 3842.0, 3820.0, 3842.0, 3885.0, 3843.0, 3874.0, 3831.0, 3862.0, 3831.0, 3854.0, 3821.0, 3843.0, 3819.0, 3829.0, 3851.0, 3830.0, 3862.0, 3831.0, 3850.0, 3819.0, 3842.0, 3819.0, 3839.0, 3821.0, 3843.0, 3831.0, 3841.0, 3832.0, 3844.0, 3844.0, 3846.0, 3845.0, 3842.0, 3854.0, 3842.0, 3876.0, 3831.0, 3865.0, 3833.0, 3841.0, 3832.0, 3842.0, 3833.0, 3844.0, 3831.0, 3830.0, 3864.0, 3831.0, 3875.0, 3844.0, 3873.0, 3831.0, 3863.0, 3844.0, 3863.0, 3843.0, 3862.0, 3845.0, 3842.0, 3844.0, 3865.0, 3833.0, 3843.0, 3832.0, 3841.0, 3830.0, 3831.0, 3831.0, 3842.0, 3841.0, 3844.0, 3853.0, 3830.0, 3851.0, 3843.0, 3854.0, 3845.0, 3845.0, 3844.0, 3842.0, 3842.0, 3865.0, 3832.0, 3853.0, 3832.0, 3830.0, 3832.0, 3830.0, 3831.0, 3843.0, 3843.0, 3843.0, 3843.0, 3855.0, 3846.0, 3866.0, 3844.0, 3855.0, 3845.0, 3844.0, 3877.0, 3845.0, 3874.0, 3831.0, 3864.0, 3842.0, 3853.0, 3833.0, 3852.0, 3830.0, 3842.0, 3832.0, 3840.0, 3832.0, 3832.0, 3831.0, 3831.0, 3821.0, 3844.0, 3875.0, 3844.0, 3865.0, 3833.0, 3852.0, 3843.0, 3842.0, 3832.0, 3844.0, 3833.0, 3832.0, 3834.0, 3844.0, 3864.0, 3845.0, 3864.0, 3833.0, 3852.0, 3844.0, 3841.0, 3832.0, 3844.0, 3830.0, 3831.0, 3851.0, 3843.0, 3865.0, 3843.0, 3852.0, 3832.0, 3840.0, 3831.0, 3853.0, 3844.0, 3856.0, 3832.0, 3831.0, 3831.0, 3831.0, 3864.0, 3831.0, 3876.0, 3832.0, 3852.0, 3842.0, 3853.0, 3843.0, 3832.0, 3830.0, 3833.0, 3832.0, 3833.0, 3853.0, 3831.0, 3863.0, 3832.0, 3844.0, 3833.0, 3832.0, 3821.0, 3833.0, 3864.0, 3833.0, 3851.0, 3833.0, 3854.0, 3833.0, 3831.0, 3832.0, 3833.0, 3825.0, 3858.0, 3824.0, 3846.0, 3836.0, 3847.0, 3848.0, 3882.0, 3861.0, 3858.0, 3840.0, 3881.0, 3860.0, 3850.0, 3862.0, 3906.0, 3882.0, 3892.0, 3856.0, 3845.0, 3824.0, 3834.0, 3889.0, 3857.0, 3887.0, 3833.0, 3864.0, 3846.0, 3854.0, 3846.0, 3856.0, 3833.0, 3833.0, 3834.0, 3845.0, 3876.0, 3846.0, 3853.0, 3832.0, 3854.0, 3833.0, 3845.0, 3835.0, 3843.0, 3822.0, 3834.0, 3853.0, 3835.0, 3876.0, 3835.0, 3854.0, 3834.0, 3843.0, 3836.0, 3845.0, 3833.0, 3831.0, 3834.0, 3832.0, 3889.0, 3844.0, 3876.0, 3820.0, 3852.0, 3832.0, 3853.0, 3835.0, 3853.0, 3834.0, 3855.0, 3844.0, 3859.0, 3848.0, 3834.0, 3846.0, 3844.0, 3860.0, 3857.0, 3833.0, 3834.0, 3876.0, 3833.0, 3875.0, 3845.0, 3865.0, 3821.0, 3842.0, 3821.0, 3821.0, 3874.0, 3832.0, 3875.0, 3818.0, 3852.0, 3820.0, 3828.0, 3819.0, 3817.0, 3861.0, 3817.0, 3849.0, 3818.0, 3838.0, 3818.0, 3825.0, 3817.0, 3826.0, 3817.0, 3829.0, 3818.0, 3817.0, 3817.0, 3819.0, 3851.0, 3819.0, 3830.0, 3818.0, 3819.0, 3819.0, 3831.0, 3831.0, 3854.0, 3821.0, 3854.0, 3821.0, 3864.0, 3821.0, 3852.0, 3821.0, 3841.0, 3821.0, 3841.0, 3833.0, 3843.0, 3834.0, 3843.0, 3832.0, 3831.0, 3864.0, 3833.0, 3865.0, 3833.0, 3842.0, 3832.0, 3833.0, 3854.0, 3822.0, 3864.0, 3832.0, 3841.0, 3821.0, 3831.0, 3841.0, 3832.0, 3864.0, 3832.0, 3841.0, 3832.0, 3843.0, 3822.0, 3821.0, 3843.0, 3834.0, 3865.0, 3832.0, 3854.0, 3836.0, 3856.0, 3835.0, 3846.0, 3834.0, 3836.0, 3846.0, 3847.0, 3878.0, 3836.0, 3866.0, 3835.0, 3845.0, 3833.0, 3847.0, 3875.0, 3834.0, 3865.0, 3835.0, 3845.0, 3833.0, 3834.0, 3864.0, 3832.0, 3864.0, 3834.0, 3855.0, 3833.0, 3845.0, 3833.0, 3832.0, 3822.0, 3835.0, 3865.0, 3833.0, 3866.0, 3836.0, 3844.0, 3835.0, 3857.0, 3836.0, 3859.0, 3846.0, 3846.0, 3835.0, 3837.0, 3878.0, 3837.0, 3880.0, 3835.0, 3856.0, 3833.0, 3845.0, 3836.0, 3835.0, 3836.0, 3835.0, 3844.0, 3846.0, 3877.0, 3834.0, 3866.0, 3835.0, 3845.0, 3835.0, 3847.0, 3847.0, 3849.0, 3879.0, 3847.0, 3867.0, 3848.0, 3845.0, 3837.0, 3848.0, 3835.0, 3836.0, 3877.0, 3837.0, 3868.0, 3836.0, 3856.0, 3836.0, 3859.0, 3847.0, 3836.0, 3847.0, 3838.0, 3879.0, 3839.0, 3881.0, 3849.0, 3860.0, 3849.0, 3850.0, 3891.0, 3838.0, 3878.0, 3837.0, 3868.0, 3847.0, 3845.0, 3878.0, 3845.0, 3845.0, 3835.0, 3846.0, 3848.0, 3879.0, 3847.0, 3869.0, 3837.0, 3857.0, 3847.0, 3847.0, 3846.0, 3837.0, 3878.0, 3835.0, 3867.0, 3836.0, 3856.0, 3834.0, 3854.0, 3832.0, 3833.0, 3888.0, 3834.0, 3876.0, 3834.0, 3854.0, 3834.0, 3843.0, 3836.0, 3835.0, 3835.0, 3832.0, 3822.0, 3833.0, 3834.0, 3835.0, 3866.0, 3836.0, 3865.0, 3836.0, 3855.0, 3848.0, 3836.0, 3824.0, 3836.0, 3866.0, 3835.0, 3867.0, 3836.0, 3869.0, 3847.0, 3845.0, 3847.0, 3846.0, 3836.0, 3837.0, 3869.0, 3836.0, 3878.0, 3847.0, 3857.0, 3836.0, 3857.0, 3847.0, 3848.0, 3882.0, 3839.0, 3867.0, 3848.0, 3870.0, 3847.0, 3845.0, 3848.0, 3848.0, 3857.0, 3837.0, 3881.0, 3837.0, 3867.0, 3847.0, 3858.0, 3836.0, 3846.0, 3835.0, 3835.0, 3879.0, 3837.0, 3868.0, 3836.0, 3856.0, 3836.0, 3846.0, 3846.0, 3846.0, 3834.0, 3834.0, 3846.0, 3837.0, 3876.0, 3837.0, 3879.0, 3837.0, 3870.0, 3837.0, 3846.0, 3848.0, 3848.0, 3868.0, 3849.0, 3880.0, 3836.0, 3867.0, 3849.0, 3858.0, 3848.0, 3859.0, 3837.0, 3846.0, 3836.0, 3848.0, 3880.0, 3846.0, 3877.0, 3836.0, 3868.0, 3848.0, 3845.0, 3846.0, 3859.0, 3849.0, 3836.0, 3835.0, 3848.0, 3858.0, 3838.0, 3892.0, 3850.0, 3871.0, 3850.0, 3848.0, 3838.0, 3850.0, 3881.0, 3838.0, 3880.0, 3849.0, 3869.0, 3848.0, 3859.0, 3848.0, 3847.0, 3838.0, 3848.0, 3868.0, 3851.0, 3880.0, 3837.0, 3879.0, 3850.0, 3869.0, 3848.0, 3860.0, 3849.0, 3847.0, 3837.0, 3894.0, 3863.0, 3883.0, 3853.0, 3864.0, 3861.0, 3863.0, 3851.0, 3883.0, 3864.0, 3863.0, 3866.0, 3907.0, 3874.0, 3906.0, 3861.0, 3883.0, 3858.0, 3869.0, 3836.0, 3846.0, 3834.0, 3849.0, 3892.0, 3849.0, 3890.0, 3837.0, 3868.0, 3848.0, 3880.0, 3850.0, 3870.0, 3860.0, 3870.0, 3838.0, 3858.0, 3851.0, 3882.0, 3839.0, 3881.0, 3839.0, 3858.0, 3835.0, 3847.0, 3880.0, 3835.0, 3867.0, 3836.0, 3855.0, 3847.0, 3848.0, 3849.0, 3837.0, 3838.0, 3849.0, 3849.0, 3839.0, 3892.0, 3851.0, 3881.0, 3841.0, 3872.0, 3848.0, 3836.0, 3860.0, 3838.0, 3903.0, 3859.0, 3879.0, 3836.0, 3866.0, 3849.0, 3846.0, 3847.0, 3850.0, 3879.0, 3837.0, 3866.0, 3837.0, 3869.0, 3825.0, 3857.0, 3837.0, 3845.0, 3849.0, 3860.0, 3839.0, 3859.0, 3850.0, 3848.0, 3838.0, 3839.0, 3872.0, 3864.0, 3885.0, 3851.0, 3881.0, 3853.0, 3883.0, 3852.0, 3873.0, 3841.0, 3850.0, 3864.0, 3861.0, 3850.0, 3860.0, 3860.0, 3838.0, 3903.0, 3850.0, 3882.0, 3850.0, 3870.0, 3839.0, 3848.0, 3850.0, 3847.0, 3870.0, 3851.0, 3892.0, 3836.0, 3868.0, 3837.0, 3858.0, 3837.0, 3858.0, 3836.0, 3846.0, 3838.0, 3848.0, 3868.0, 3848.0, 3878.0, 3823.0, 3879.0, 3849.0, 3869.0, 3847.0, 3868.0, 3835.0, 3834.0, 3836.0, 3848.0, 3859.0, 3854.0, 3897.0, 3896.0, 3850.0, 3892.0, 3836.0, 3857.0, 3879.0, 3847.0, 3899.0, 3846.0, 3878.0, 3856.0, 3868.0, 3834.0, 3878.0, 3832.0, 3831.0, 3830.0, 3820.0, 3864.0, 3828.0, 3891.0, 3851.0, 3859.0, 3837.0, 3832.0, 3831.0, 3833.0, 3853.0, 3822.0, 3832.0, 3854.0, 3846.0, 3867.0, 3835.0, 3863.0, 3832.0, 3843.0, 3833.0, 3832.0, 3820.0, 3819.0, 3861.0, 3821.0, 3862.0, 3834.0, 3852.0, 3819.0, 3841.0, 3820.0, 3844.0, 3834.0, 3842.0, 3832.0, 3842.0, 3833.0, 3853.0, 3833.0, 3845.0, 3843.0, 3833.0, 3876.0, 3834.0, 3853.0, 3833.0, 3843.0, 3833.0, 3843.0, 3833.0, 3834.0, 3878.0, 3845.0, 3866.0, 3834.0, 3844.0, 3821.0, 3834.0, 3866.0, 3833.0, 3865.0, 3835.0, 3854.0, 3833.0, 3845.0, 3835.0, 3848.0, 3847.0, 3848.0, 3880.0, 3849.0, 3868.0, 3849.0, 3861.0, 3851.0, 3850.0, 3871.0, 3851.0, 3882.0, 3850.0, 3858.0, 3863.0, 3861.0, 3862.0, 3851.0, 3883.0, 3850.0, 3871.0, 3850.0, 3859.0, 3851.0, 3849.0, 3849.0, 3850.0, 3849.0, 3850.0, 3881.0, 3863.0, 3883.0, 3853.0, 3885.0, 3863.0, 3862.0, 3863.0, 3864.0, 3894.0, 3864.0, 3896.0, 3862.0, 3872.0, 3863.0, 3874.0, 3863.0, 3875.0, 3851.0, 3851.0, 3870.0, 3853.0, 3906.0, 3851.0, 3894.0, 3839.0, 3860.0, 3849.0, 3850.0, 3892.0, 3850.0, 3882.0, 3849.0, 3871.0, 3850.0, 3859.0, 3850.0, 3862.0, 3850.0, 3850.0, 3860.0, 3852.0, 3894.0, 3863.0, 3881.0, 3851.0, 3869.0, 3853.0, 3885.0, 3852.0, 3873.0, 3849.0, 3849.0, 3849.0, 3852.0, 3907.0, 3860.0, 3904.0, 3848.0, 3880.0, 3851.0, 3871.0, 3850.0, 3870.0, 3837.0, 3858.0, 3837.0, 3861.0, 3872.0, 3837.0, 3904.0, 3849.0, 3869.0, 3838.0, 3871.0, 3861.0, 3861.0, 3850.0, 3849.0, 3891.0, 3850.0, 3871.0, 3850.0, 3859.0, 3848.0, 3851.0, 3870.0, 3851.0, 3882.0, 3852.0, 3881.0, 3850.0, 3871.0, 3862.0, 3874.0, 3861.0, 3862.0, 3882.0, 3839.0, 3892.0, 3852.0, 3870.0, 3837.0, 3870.0, 3836.0, 3847.0, 3879.0, 3849.0, 3892.0, 3848.0, 3869.0, 3837.0, 3856.0, 3848.0, 3859.0, 3849.0, 3859.0, 3850.0, 3859.0, 3848.0, 3864.0, 3863.0, 3851.0, 3863.0, 3850.0, 3881.0, 3852.0, 3906.0, 3850.0, 3882.0, 3838.0, 3848.0, 3848.0, 3850.0, 3850.0, 3849.0, 3852.0, 3851.0, 3861.0, 3851.0, 3897.0, 3853.0, 3873.0, 3864.0, 3873.0, 3851.0, 3871.0, 3867.0, 3863.0, 3865.0, 3874.0, 3853.0, 3885.0, 3879.0, 3897.0, 3865.0, 3908.0, 3854.0, 3886.0, 3863.0, 3875.0, 3918.0, 3872.0, 3894.0, 3859.0, 3882.0, 3851.0, 3861.0, 3870.0, 3849.0, 3891.0, 3838.0, 3880.0, 3852.0, 3859.0, 3848.0, 3860.0, 3848.0, 3850.0, 3849.0, 3861.0, 3861.0, 3849.0, 3851.0, 3851.0, 3851.0, 3852.0, 3906.0, 3853.0, 3883.0, 3852.0, 3872.0, 3851.0, 3874.0, 3865.0, 3862.0, 3895.0, 3865.0, 3884.0, 3852.0, 3872.0, 3865.0, 3897.0, 3865.0, 3897.0, 3864.0, 3884.0, 3865.0, 3864.0, 3853.0, 3863.0, 3862.0, 3852.0, 3916.0, 3852.0, 3884.0, 3851.0, 3872.0, 3838.0, 3858.0, 3851.0, 3848.0, 3848.0, 3859.0, 3837.0, 3849.0, 3870.0, 3837.0, 3837.0, 3880.0, 3851.0, 3885.0, 3853.0, 3854.0, 3864.0, 3840.0, 3865.0, 3919.0, 3883.0, 3894.0, 3838.0, 3859.0, 3850.0, 3839.0, 3869.0, 3850.0, 3880.0, 3848.0, 3868.0, 3850.0, 3868.0, 3839.0, 3860.0, 3837.0, 3848.0, 3860.0, 3852.0, 3894.0, 3851.0, 3882.0, 3840.0, 3859.0, 3848.0, 3858.0, 3849.0, 3859.0, 3838.0, 3896.0, 3862.0, 3864.0, 3862.0, 3865.0, 3895.0, 3853.0, 3897.0, 3860.0, 3850.0, 3837.0, 3858.0, 3860.0, 3862.0, 3851.0, 3884.0, 3851.0, 3851.0, 3851.0, 3904.0, 3863.0, 3884.0, 3849.0, 3849.0, 3847.0, 3837.0, 3889.0, 3839.0, 3879.0, 3851.0, 3869.0, 3850.0, 3871.0, 3865.0, 3885.0, 3853.0, 3875.0, 3864.0, 3873.0, 3863.0, 3865.0, 3885.0, 3852.0, 3896.0, 3852.0, 3893.0, 3853.0, 3886.0, 3863.0, 3873.0, 3852.0, 3864.0, 3874.0, 3850.0, 3907.0, 3863.0, 3883.0, 3850.0, 3883.0, 3859.0, 3849.0, 3916.0, 3851.0, 3879.0, 3861.0, 3871.0, 3849.0, 3860.0, 3853.0, 3862.0, 3862.0, 3851.0, 3863.0, 3850.0, 3881.0, 3851.0, 3895.0, 3838.0, 3871.0, 3865.0, 3836.0, 3825.0, 3833.0, 3843.0, 3837.0, 3850.0, 3850.0, 3855.0, 3838.0, 3882.0, 3853.0, 3895.0, 3853.0, 3871.0, 3853.0, 3874.0, 3852.0, 3875.0, 3853.0, 3863.0, 3863.0, 3863.0, 3907.0, 3876.0, 3905.0, 3851.0, 3883.0, 3851.0, 3882.0, 3862.0, 3865.0, 3875.0, 3877.0, 3907.0, 3853.0, 3907.0, 3872.0, 3870.0, 3894.0, 3848.0, 3892.0, 3837.0, 3879.0, 3837.0, 3867.0, 3837.0, 3844.0, 3824.0, 3847.0, 3868.0, 3837.0, 3869.0, 3838.0, 3868.0, 3850.0, 3881.0, 3851.0, 3871.0, 3839.0, 3859.0, 3838.0, 3860.0, 3850.0, 3873.0, 3850.0, 3860.0, 3840.0, 3881.0, 3851.0, 3894.0, 3854.0, 3884.0, 3862.0, 3871.0, 3850.0, 3859.0, 3839.0, 3896.0, 3864.0, 3885.0, 3876.0, 3864.0, 3907.0, 3853.0, 3897.0, 3863.0, 3885.0, 3838.0, 3839.0, 3892.0, 3839.0, 3891.0, 3862.0, 3870.0, 3838.0, 3857.0, 3849.0, 3848.0, 3838.0, 3862.0, 3839.0, 3849.0, 3905.0, 3853.0, 3883.0, 3853.0, 3872.0, 3850.0, 3851.0, 3883.0, 3840.0, 3906.0, 3852.0, 3882.0, 3851.0, 3860.0, 3850.0, 3863.0, 3883.0, 3850.0, 3892.0, 3850.0, 3882.0, 3840.0, 3883.0, 3837.0, 3836.0, 3890.0, 3838.0, 3867.0, 3859.0, 3858.0, 3837.0, 3847.0, 3838.0, 3847.0, 3892.0, 3860.0, 3868.0, 3837.0, 3857.0, 3839.0, 3847.0, 3882.0, 3849.0, 3891.0, 3838.0, 3868.0, 3838.0, 3870.0, 3838.0, 3857.0, 3837.0, 3848.0, 3881.0, 3852.0, 3892.0, 3837.0, 3869.0, 3838.0, 3858.0, 3839.0, 3859.0, 3837.0, 3847.0, 3837.0, 3837.0, 3891.0, 3860.0, 3891.0, 3837.0, 3868.0, 3836.0, 3856.0, 3838.0, 3858.0, 3836.0, 3836.0, 3869.0, 3837.0, 3890.0, 3861.0, 3868.0, 3837.0, 3857.0, 3836.0, 3857.0, 3838.0, 3859.0, 3848.0, 3838.0, 3891.0, 3838.0, 3879.0, 3850.0, 3869.0, 3838.0, 3847.0, 3837.0, 3848.0, 3869.0, 3862.0, 3881.0, 3838.0, 3868.0, 3839.0, 3868.0, 3837.0, 3872.0, 3839.0, 3847.0, 3837.0, 3850.0, 3880.0, 3841.0, 3893.0, 3851.0, 3881.0, 3839.0, 3860.0, 3850.0, 3861.0, 3871.0, 3849.0, 3892.0, 3856.0, 3869.0, 3836.0, 3869.0, 3835.0, 3834.0, 3865.0, 3836.0, 3878.0, 3847.0, 3878.0, 3836.0, 3856.0, 3836.0, 3857.0, 3838.0, 3859.0, 3850.0, 3851.0, 3850.0, 3870.0, 3852.0, 3853.0, 3864.0, 3854.0, 3908.0, 3865.0, 3897.0, 3905.0, 3860.0, 3891.0, 3870.0, 3869.0, 3825.0, 3846.0, 3834.0, 3835.0, 3888.0, 3847.0, 3866.0, 3825.0, 3867.0, 3836.0, 3867.0, 3836.0, 3857.0, 3836.0, 3845.0, 3835.0, 3847.0, 3838.0, 3860.0, 3838.0, 3847.0, 3837.0, 3859.0, 3849.0, 3846.0, 3881.0, 3848.0, 3858.0, 3837.0, 3858.0, 3839.0, 3891.0, 3850.0, 3891.0, 3849.0, 3869.0, 3850.0, 3871.0, 3838.0, 3860.0, 3838.0, 3847.0, 3838.0, 3850.0, 3880.0, 3851.0, 3871.0, 3850.0, 3871.0, 3852.0, 3884.0, 3851.0, 3874.0, 3852.0, 3861.0, 3853.0, 3873.0, 3861.0, 3852.0, 3896.0, 3853.0, 3893.0, 3851.0, 3883.0, 3851.0, 3885.0, 3852.0, 3861.0, 3853.0, 3861.0, 3883.0, 3852.0, 3895.0, 3851.0, 3882.0, 3851.0, 3871.0, 3839.0, 3862.0, 3850.0, 3849.0, 3860.0, 3839.0, 3903.0, 3861.0, 3883.0, 3839.0, 3870.0, 3840.0, 3859.0, 3839.0, 3861.0, 3838.0, 3859.0, 3851.0, 3851.0, 3861.0, 3853.0, 3882.0, 3851.0, 3894.0, 3841.0, 3871.0, 3850.0, 3872.0, 3838.0, 3849.0, 3902.0, 3838.0, 3891.0, 3861.0, 3870.0, 3849.0, 3868.0, 3849.0, 3861.0, 3850.0, 3861.0, 3839.0, 3850.0, 3882.0, 3840.0, 3893.0, 3873.0, 3880.0, 3840.0, 3870.0, 3838.0, 3847.0, 3858.0, 3850.0, 3870.0, 3837.0, 3889.0, 3849.0, 3869.0, 3849.0, 3870.0, 3838.0, 3857.0, 3839.0, 3848.0, 3858.0, 3851.0, 3880.0, 3838.0, 3891.0, 3838.0, 3870.0, 3849.0, 3871.0, 3851.0, 3861.0, 3840.0, 3850.0, 3851.0, 3850.0, 3884.0, 3853.0, 3896.0, 3854.0, 3883.0, 3850.0, 3904.0, 3870.0, 3880.0, 3846.0, 3858.0, 3835.0, 3834.0, 3835.0, 3847.0, 3855.0, 3848.0, 3837.0, 3847.0, 3848.0, 3859.0, 3850.0, 3880.0, 3863.0, 3886.0, 3862.0, 3854.0, 3876.0, 3852.0, 3853.0, 3875.0, 3905.0, 3882.0, 3883.0, 3862.0, 3880.0, 3837.0, 3858.0, 3836.0, 3857.0, 3838.0, 3862.0, 3838.0, 3848.0, 3838.0, 3850.0, 3870.0, 3863.0, 3848.0, 3849.0, 3860.0, 3840.0, 3883.0, 3865.0, 3862.0, 3852.0, 3882.0, 3853.0, 3884.0, 3864.0, 3882.0, 3851.0, 3860.0, 3840.0, 3860.0, 3839.0, 3883.0, 3840.0, 3861.0, 3850.0, 3860.0, 3894.0, 3863.0, 3881.0, 3840.0, 3868.0, 3839.0, 3903.0, 3873.0, 3893.0, 3850.0, 3869.0, 3848.0, 3870.0, 3838.0, 3869.0, 3835.0, 3846.0, 3836.0, 3846.0, 3868.0, 3868.0, 3835.0, 3835.0, 3876.0, 3825.0, 3878.0, 3858.0, 3867.0, 3837.0, 3856.0, 3836.0, 3855.0, 3835.0, 3858.0, 3834.0, 3833.0, 3866.0, 3825.0, 3878.0, 3849.0, 3847.0, 3837.0, 3879.0, 3837.0, 3868.0, 3861.0, 3868.0, 3837.0, 3868.0, 3838.0, 3869.0, 3862.0, 3869.0, 3838.0, 3848.0, 3840.0, 3882.0], 'WindowWidth': [8726.0, 8690.0, 8612.0, 8631.0, 8584.0, 8608.0, 8562.0, 8584.0, 8559.0, 8586.0, 8576.0, 8591.0, 8578.0, 8570.0, 8572.0, 8572.0, 8570.0, 8586.0, 8599.0, 8572.0, 8606.0, 8560.0, 8590.0, 8573.0, 8575.0, 8574.0, 8576.0, 8622.0, 8574.0, 8603.0, 8569.0, 8584.0, 8552.0, 8570.0, 8571.0, 8571.0, 8605.0, 8569.0, 8615.0, 8569.0, 8599.0, 8560.0, 8587.0, 8555.0, 8570.0, 8587.0, 8575.0, 8621.0, 8577.0, 8606.0, 8575.0, 8587.0, 8580.0, 8591.0, 8592.0, 8580.0, 8593.0, 8576.0, 8623.0, 8583.0, 8612.0, 8581.0, 8595.0, 8580.0, 8596.0, 8598.0, 8598.0, 8616.0, 8605.0, 8632.0, 8599.0, 8629.0, 8606.0, 8618.0, 8591.0, 8615.0, 8588.0, 8600.0, 8606.0, 8623.0, 8622.0, 8623.0, 8606.0, 8619.0, 8589.0, 8622.0, 8690.0, 8624.0, 8673.0, 8606.0, 8650.0, 8605.0, 8641.0, 8592.0, 8624.0, 8586.0, 8598.0, 8631.0, 8600.0, 8651.0, 8604.0, 8629.0, 8586.0, 8621.0, 8586.0, 8613.0, 8592.0, 8623.0, 8606.0, 8618.0, 8608.0, 8627.0, 8629.0, 8630.0, 8629.0, 8623.0, 8640.0, 8623.0, 8678.0, 8607.0, 8660.0, 8610.0, 8620.0, 8608.0, 8623.0, 8610.0, 8629.0, 8606.0, 8602.0, 8653.0, 8607.0, 8675.0, 8627.0, 8667.0, 8605.0, 8649.0, 8627.0, 8653.0, 8626.0, 8653.0, 8631.0, 8624.0, 8627.0, 8659.0, 8610.0, 8625.0, 8609.0, 8619.0, 8604.0, 8605.0, 8607.0, 8620.0, 8621.0, 8628.0, 8638.0, 8605.0, 8636.0, 8626.0, 8640.0, 8632.0, 8631.0, 8626.0, 8623.0, 8624.0, 8659.0, 8607.0, 8641.0, 8607.0, 8603.0, 8609.0, 8604.0, 8605.0, 8626.0, 8624.0, 8624.0, 8626.0, 8643.0, 8633.0, 8661.0, 8628.0, 8643.0, 8629.0, 8629.0, 8677.0, 8630.0, 8672.0, 8606.0, 8658.0, 8623.0, 8639.0, 8613.0, 8635.0, 8605.0, 8620.0, 8610.0, 8618.0, 8608.0, 8610.0, 8607.0, 8606.0, 8594.0, 8627.0, 8674.0, 8629.0, 8659.0, 8611.0, 8636.0, 8624.0, 8623.0, 8609.0, 8627.0, 8612.0, 8608.0, 8613.0, 8628.0, 8658.0, 8632.0, 8656.0, 8612.0, 8637.0, 8629.0, 8622.0, 8610.0, 8630.0, 8605.0, 8605.0, 8632.0, 8625.0, 8659.0, 8625.0, 8639.0, 8608.0, 8617.0, 8609.0, 8639.0, 8626.0, 8646.0, 8609.0, 8606.0, 8604.0, 8608.0, 8656.0, 8607.0, 8677.0, 8609.0, 8637.0, 8621.0, 8636.0, 8623.0, 8608.0, 8604.0, 8610.0, 8608.0, 8609.0, 8637.0, 8606.0, 8652.0, 8607.0, 8626.0, 8609.0, 8608.0, 8591.0, 8609.0, 8655.0, 8611.0, 8634.0, 8611.0, 8641.0, 8612.0, 8606.0, 8610.0, 8613.0, 8605.0, 8654.0, 8603.0, 8631.0, 8619.0, 8638.0, 8640.0, 8691.0, 8661.0, 8651.0, 8631.0, 8687.0, 8658.0, 8645.0, 8662.0, 8736.0, 8690.0, 8707.0, 8645.0, 8627.0, 8597.0, 8612.0, 8696.0, 8647.0, 8693.0, 8611.0, 8654.0, 8632.0, 8638.0, 8633.0, 8644.0, 8609.0, 8610.0, 8615.0, 8628.0, 8677.0, 8631.0, 8640.0, 8607.0, 8639.0, 8612.0, 8627.0, 8615.0, 8622.0, 8593.0, 8612.0, 8639.0, 8615.0, 8676.0, 8614.0, 8641.0, 8615.0, 8623.0, 8619.0, 8628.0, 8611.0, 8606.0, 8612.0, 8607.0, 8697.0, 8626.0, 8676.0, 8589.0, 8637.0, 8607.0, 8637.0, 8615.0, 8637.0, 8614.0, 8643.0, 8631.0, 8656.0, 8640.0, 8615.0, 8630.0, 8629.0, 8658.0, 8649.0, 8612.0, 8612.0, 8677.0, 8609.0, 8676.0, 8629.0, 8657.0, 8593.0, 8622.0, 8594.0, 8591.0, 8671.0, 8606.0, 8672.0, 8583.0, 8634.0, 8589.0, 8597.0, 8584.0, 8580.0, 8647.0, 8580.0, 8629.0, 8584.0, 8612.0, 8581.0, 8590.0, 8581.0, 8592.0, 8581.0, 8599.0, 8583.0, 8579.0, 8579.0, 8587.0, 8634.0, 8588.0, 8604.0, 8585.0, 8587.0, 8587.0, 8604.0, 8606.0, 8641.0, 8593.0, 8642.0, 8593.0, 8654.0, 8590.0, 8635.0, 8590.0, 8618.0, 8593.0, 8618.0, 8612.0, 8624.0, 8613.0, 8624.0, 8608.0, 8606.0, 8655.0, 8610.0, 8658.0, 8610.0, 8622.0, 8605.0, 8608.0, 8639.0, 8593.0, 8657.0, 8606.0, 8617.0, 8590.0, 8605.0, 8619.0, 8608.0, 8655.0, 8608.0, 8619.0, 8608.0, 8625.0, 8594.0, 8593.0, 8625.0, 8612.0, 8656.0, 8607.0, 8640.0, 8618.0, 8645.0, 8616.0, 8629.0, 8615.0, 8619.0, 8632.0, 8635.0, 8684.0, 8618.0, 8660.0, 8617.0, 8629.0, 8610.0, 8634.0, 8674.0, 8613.0, 8659.0, 8615.0, 8629.0, 8610.0, 8614.0, 8654.0, 8607.0, 8653.0, 8614.0, 8640.0, 8609.0, 8628.0, 8609.0, 8608.0, 8594.0, 8615.0, 8661.0, 8612.0, 8661.0, 8618.0, 8626.0, 8617.0, 8647.0, 8619.0, 8655.0, 8633.0, 8631.0, 8616.0, 8623.0, 8681.0, 8623.0, 8686.0, 8617.0, 8644.0, 8610.0, 8632.0, 8618.0, 8615.0, 8619.0, 8614.0, 8625.0, 8632.0, 8679.0, 8615.0, 8663.0, 8618.0, 8630.0, 8617.0, 8636.0, 8635.0, 8642.0, 8683.0, 8636.0, 8663.0, 8640.0, 8633.0, 8621.0, 8640.0, 8618.0, 8618.0, 8677.0, 8619.0, 8662.0, 8619.0, 8647.0, 8619.0, 8653.0, 8636.0, 8619.0, 8636.0, 8625.0, 8682.0, 8628.0, 8689.0, 8640.0, 8656.0, 8639.0, 8642.0, 8704.0, 8624.0, 8683.0, 8621.0, 8665.0, 8634.0, 8629.0, 8681.0, 8631.0, 8630.0, 8616.0, 8632.0, 8638.0, 8684.0, 8637.0, 8669.0, 8622.0, 8648.0, 8635.0, 8636.0, 8633.0, 8622.0, 8682.0, 8617.0, 8663.0, 8621.0, 8649.0, 8615.0, 8641.0, 8609.0, 8611.0, 8695.0, 8613.0, 8676.0, 8611.0, 8638.0, 8611.0, 8623.0, 8617.0, 8614.0, 8615.0, 8608.0, 8595.0, 8613.0, 8615.0, 8615.0, 8661.0, 8617.0, 8658.0, 8617.0, 8644.0, 8637.0, 8617.0, 8602.0, 8619.0, 8660.0, 8617.0, 8664.0, 8619.0, 8668.0, 8635.0, 8630.0, 8636.0, 8634.0, 8620.0, 8624.0, 8667.0, 8621.0, 8679.0, 8638.0, 8649.0, 8620.0, 8650.0, 8634.0, 8637.0, 8689.0, 8628.0, 8665.0, 8640.0, 8670.0, 8635.0, 8632.0, 8637.0, 8640.0, 8651.0, 8624.0, 8689.0, 8622.0, 8665.0, 8639.0, 8652.0, 8619.0, 8635.0, 8617.0, 8616.0, 8681.0, 8622.0, 8665.0, 8620.0, 8648.0, 8618.0, 8630.0, 8634.0, 8632.0, 8616.0, 8616.0, 8632.0, 8621.0, 8675.0, 8625.0, 8681.0, 8623.0, 8670.0, 8623.0, 8634.0, 8641.0, 8639.0, 8667.0, 8641.0, 8687.0, 8620.0, 8664.0, 8643.0, 8653.0, 8639.0, 8656.0, 8622.0, 8633.0, 8618.0, 8641.0, 8685.0, 8634.0, 8679.0, 8621.0, 8666.0, 8639.0, 8632.0, 8631.0, 8656.0, 8641.0, 8620.0, 8617.0, 8638.0, 8653.0, 8627.0, 8706.0, 8644.0, 8674.0, 8645.0, 8640.0, 8623.0, 8643.0, 8688.0, 8625.0, 8686.0, 8643.0, 8668.0, 8639.0, 8654.0, 8637.0, 8636.0, 8625.0, 8639.0, 8666.0, 8646.0, 8685.0, 8625.0, 8682.0, 8645.0, 8671.0, 8639.0, 8661.0, 8642.0, 8636.0, 8623.0, 8711.0, 8667.0, 8696.0, 8654.0, 8670.0, 8665.0, 8665.0, 8643.0, 8694.0, 8669.0, 8668.0, 8674.0, 8734.0, 8682.0, 8732.0, 8658.0, 8696.0, 8651.0, 8666.0, 8618.0, 8631.0, 8615.0, 8640.0, 8703.0, 8639.0, 8698.0, 8623.0, 8663.0, 8636.0, 8685.0, 8645.0, 8669.0, 8660.0, 8669.0, 8625.0, 8652.0, 8648.0, 8693.0, 8628.0, 8686.0, 8627.0, 8652.0, 8615.0, 8636.0, 8685.0, 8616.0, 8665.0, 8619.0, 8644.0, 8634.0, 8639.0, 8642.0, 8623.0, 8625.0, 8641.0, 8640.0, 8626.0, 8706.0, 8647.0, 8688.0, 8631.0, 8676.0, 8637.0, 8619.0, 8656.0, 8627.0, 8724.0, 8655.0, 8682.0, 8619.0, 8660.0, 8643.0, 8635.0, 8634.0, 8645.0, 8684.0, 8621.0, 8660.0, 8623.0, 8665.0, 8605.0, 8649.0, 8621.0, 8629.0, 8641.0, 8656.0, 8626.0, 8656.0, 8644.0, 8639.0, 8626.0, 8630.0, 8676.0, 8671.0, 8700.0, 8648.0, 8688.0, 8652.0, 8694.0, 8650.0, 8678.0, 8633.0, 8643.0, 8668.0, 8661.0, 8645.0, 8658.0, 8656.0, 8625.0, 8725.0, 8642.0, 8691.0, 8645.0, 8670.0, 8626.0, 8638.0, 8645.0, 8637.0, 8670.0, 8647.0, 8703.0, 8620.0, 8665.0, 8623.0, 8653.0, 8624.0, 8653.0, 8619.0, 8633.0, 8628.0, 8638.0, 8665.0, 8639.0, 8679.0, 8600.0, 8685.0, 8641.0, 8669.0, 8639.0, 8667.0, 8617.0, 8614.0, 8618.0, 8637.0, 8655.0, 8659.0, 8722.0, 8716.0, 8645.0, 8707.0, 8618.0, 8650.0, 8680.0, 8635.0, 8715.0, 8633.0, 8681.0, 8646.0, 8669.0, 8615.0, 8683.0, 8607.0, 8603.0, 8601.0, 8590.0, 8653.0, 8597.0, 8702.0, 8648.0, 8656.0, 8626.0, 8611.0, 8607.0, 8609.0, 8639.0, 8596.0, 8612.0, 8643.0, 8634.0, 8663.0, 8615.0, 8655.0, 8609.0, 8625.0, 8611.0, 8606.0, 8588.0, 8586.0, 8646.0, 8592.0, 8650.0, 8612.0, 8635.0, 8588.0, 8618.0, 8591.0, 8626.0, 8616.0, 8621.0, 8609.0, 8622.0, 8612.0, 8639.0, 8612.0, 8629.0, 8625.0, 8612.0, 8676.0, 8615.0, 8640.0, 8612.0, 8626.0, 8612.0, 8626.0, 8611.0, 8615.0, 8682.0, 8631.0, 8661.0, 8612.0, 8627.0, 8594.0, 8613.0, 8661.0, 8612.0, 8660.0, 8616.0, 8641.0, 8612.0, 8629.0, 8616.0, 8637.0, 8637.0, 8638.0, 8686.0, 8640.0, 8665.0, 8639.0, 8661.0, 8647.0, 8643.0, 8674.0, 8647.0, 8688.0, 8643.0, 8653.0, 8668.0, 8660.0, 8660.0, 8647.0, 8691.0, 8643.0, 8671.0, 8642.0, 8654.0, 8646.0, 8642.0, 8642.0, 8645.0, 8642.0, 8644.0, 8690.0, 8665.0, 8693.0, 8654.0, 8700.0, 8665.0, 8663.0, 8666.0, 8670.0, 8711.0, 8672.0, 8716.0, 8664.0, 8679.0, 8669.0, 8682.0, 8667.0, 8684.0, 8647.0, 8646.0, 8672.0, 8652.0, 8734.0, 8647.0, 8711.0, 8627.0, 8654.0, 8642.0, 8644.0, 8708.0, 8645.0, 8691.0, 8643.0, 8671.0, 8645.0, 8656.0, 8644.0, 8665.0, 8644.0, 8643.0, 8658.0, 8652.0, 8713.0, 8668.0, 8690.0, 8646.0, 8669.0, 8654.0, 8700.0, 8652.0, 8681.0, 8643.0, 8641.0, 8640.0, 8650.0, 8733.0, 8659.0, 8726.0, 8639.0, 8684.0, 8649.0, 8676.0, 8644.0, 8671.0, 8624.0, 8651.0, 8621.0, 8661.0, 8680.0, 8625.0, 8725.0, 8643.0, 8668.0, 8625.0, 8677.0, 8663.0, 8661.0, 8645.0, 8643.0, 8705.0, 8647.0, 8676.0, 8644.0, 8656.0, 8639.0, 8645.0, 8672.0, 8649.0, 8691.0, 8651.0, 8688.0, 8646.0, 8673.0, 8664.0, 8685.0, 8663.0, 8665.0, 8690.0, 8628.0, 8707.0, 8651.0, 8675.0, 8625.0, 8672.0, 8621.0, 8636.0, 8682.0, 8642.0, 8707.0, 8639.0, 8670.0, 8623.0, 8646.0, 8639.0, 8658.0, 8642.0, 8656.0, 8645.0, 8656.0, 8639.0, 8669.0, 8667.0, 8646.0, 8665.0, 8647.0, 8687.0, 8651.0, 8732.0, 8645.0, 8692.0, 8626.0, 8638.0, 8639.0, 8647.0, 8646.0, 8642.0, 8650.0, 8648.0, 8659.0, 8648.0, 8718.0, 8653.0, 8679.0, 8671.0, 8679.0, 8648.0, 8678.0, 8678.0, 8667.0, 8673.0, 8684.0, 8653.0, 8697.0, 8698.0, 8720.0, 8673.0, 8736.0, 8655.0, 8701.0, 8665.0, 8687.0, 8754.0, 8678.0, 8711.0, 8656.0, 8691.0, 8647.0, 8662.0, 8672.0, 8644.0, 8700.0, 8625.0, 8683.0, 8649.0, 8657.0, 8641.0, 8656.0, 8639.0, 8644.0, 8643.0, 8662.0, 8661.0, 8643.0, 8649.0, 8647.0, 8645.0, 8651.0, 8731.0, 8654.0, 8694.0, 8648.0, 8676.0, 8646.0, 8683.0, 8670.0, 8663.0, 8711.0, 8669.0, 8694.0, 8649.0, 8675.0, 8673.0, 8719.0, 8674.0, 8718.0, 8669.0, 8694.0, 8673.0, 8671.0, 8652.0, 8667.0, 8661.0, 8647.0, 8748.0, 8652.0, 8695.0, 8646.0, 8677.0, 8625.0, 8650.0, 8647.0, 8640.0, 8639.0, 8655.0, 8623.0, 8639.0, 8669.0, 8623.0, 8621.0, 8684.0, 8647.0, 8700.0, 8654.0, 8655.0, 8667.0, 8631.0, 8670.0, 8760.0, 8693.0, 8709.0, 8622.0, 8650.0, 8643.0, 8626.0, 8665.0, 8643.0, 8683.0, 8635.0, 8663.0, 8642.0, 8668.0, 8626.0, 8655.0, 8623.0, 8640.0, 8655.0, 8651.0, 8709.0, 8645.0, 8688.0, 8629.0, 8651.0, 8638.0, 8652.0, 8642.0, 8652.0, 8623.0, 8716.0, 8665.0, 8668.0, 8665.0, 8672.0, 8712.0, 8652.0, 8719.0, 8656.0, 8643.0, 8620.0, 8648.0, 8658.0, 8662.0, 8647.0, 8695.0, 8646.0, 8645.0, 8646.0, 8730.0, 8666.0, 8697.0, 8640.0, 8640.0, 8632.0, 8621.0, 8696.0, 8629.0, 8682.0, 8646.0, 8669.0, 8644.0, 8672.0, 8673.0, 8699.0, 8654.0, 8685.0, 8667.0, 8679.0, 8664.0, 8671.0, 8698.0, 8650.0, 8714.0, 8650.0, 8708.0, 8653.0, 8701.0, 8665.0, 8678.0, 8649.0, 8666.0, 8680.0, 8645.0, 8737.0, 8665.0, 8695.0, 8644.0, 8692.0, 8653.0, 8638.0, 8747.0, 8646.0, 8682.0, 8661.0, 8673.0, 8641.0, 8656.0, 8653.0, 8664.0, 8662.0, 8647.0, 8663.0, 8644.0, 8689.0, 8645.0, 8716.0, 8626.0, 8672.0, 8670.0, 8616.0, 8598.0, 8610.0, 8623.0, 8619.0, 8644.0, 8644.0, 8644.0, 8623.0, 8689.0, 8655.0, 8713.0, 8654.0, 8675.0, 8653.0, 8682.0, 8651.0, 8686.0, 8651.0, 8664.0, 8665.0, 8666.0, 8735.0, 8687.0, 8729.0, 8649.0, 8692.0, 8646.0, 8690.0, 8666.0, 8675.0, 8686.0, 8691.0, 8730.0, 8653.0, 8739.0, 8677.0, 8672.0, 8709.0, 8638.0, 8707.0, 8621.0, 8680.0, 8624.0, 8663.0, 8622.0, 8628.0, 8601.0, 8636.0, 8663.0, 8623.0, 8668.0, 8625.0, 8666.0, 8644.0, 8688.0, 8647.0, 8675.0, 8628.0, 8653.0, 8625.0, 8658.0, 8645.0, 8680.0, 8644.0, 8657.0, 8630.0, 8688.0, 8649.0, 8713.0, 8657.0, 8695.0, 8663.0, 8674.0, 8643.0, 8653.0, 8627.0, 8717.0, 8672.0, 8698.0, 8688.0, 8670.0, 8731.0, 8653.0, 8720.0, 8663.0, 8700.0, 8625.0, 8628.0, 8700.0, 8627.0, 8702.0, 8662.0, 8671.0, 8626.0, 8650.0, 8643.0, 8638.0, 8627.0, 8663.0, 8628.0, 8643.0, 8726.0, 8651.0, 8694.0, 8656.0, 8676.0, 8645.0, 8647.0, 8694.0, 8633.0, 8733.0, 8650.0, 8690.0, 8646.0, 8659.0, 8645.0, 8666.0, 8692.0, 8643.0, 8709.0, 8645.0, 8692.0, 8632.0, 8695.0, 8622.0, 8622.0, 8700.0, 8625.0, 8666.0, 8658.0, 8653.0, 8624.0, 8637.0, 8627.0, 8639.0, 8708.0, 8659.0, 8669.0, 8625.0, 8651.0, 8629.0, 8635.0, 8690.0, 8640.0, 8703.0, 8625.0, 8667.0, 8627.0, 8672.0, 8627.0, 8651.0, 8624.0, 8640.0, 8687.0, 8651.0, 8707.0, 8625.0, 8671.0, 8627.0, 8653.0, 8628.0, 8656.0, 8623.0, 8635.0, 8623.0, 8624.0, 8704.0, 8659.0, 8705.0, 8624.0, 8665.0, 8623.0, 8648.0, 8627.0, 8653.0, 8620.0, 8620.0, 8667.0, 8622.0, 8701.0, 8661.0, 8668.0, 8623.0, 8650.0, 8623.0, 8650.0, 8628.0, 8656.0, 8640.0, 8626.0, 8702.0, 8625.0, 8682.0, 8646.0, 8669.0, 8627.0, 8637.0, 8624.0, 8640.0, 8668.0, 8664.0, 8687.0, 8627.0, 8666.0, 8628.0, 8666.0, 8625.0, 8677.0, 8628.0, 8636.0, 8624.0, 8644.0, 8684.0, 8633.0, 8710.0, 8647.0, 8690.0, 8630.0, 8659.0, 8645.0, 8664.0, 8673.0, 8641.0, 8711.0, 8648.0, 8672.0, 8621.0, 8668.0, 8616.0, 8616.0, 8659.0, 8622.0, 8682.0, 8637.0, 8681.0, 8624.0, 8648.0, 8621.0, 8652.0, 8627.0, 8656.0, 8646.0, 8649.0, 8645.0, 8673.0, 8651.0, 8654.0, 8670.0, 8658.0, 8737.0, 8671.0, 8722.0, 8725.0, 8655.0, 8705.0, 8669.0, 8666.0, 8601.0, 8630.0, 8613.0, 8614.0, 8690.0, 8634.0, 8658.0, 8603.0, 8662.0, 8618.0, 8662.0, 8619.0, 8648.0, 8618.0, 8628.0, 8619.0, 8636.0, 8624.0, 8655.0, 8623.0, 8635.0, 8621.0, 8652.0, 8641.0, 8633.0, 8688.0, 8638.0, 8649.0, 8620.0, 8649.0, 8626.0, 8704.0, 8644.0, 8701.0, 8639.0, 8666.0, 8644.0, 8671.0, 8625.0, 8657.0, 8625.0, 8636.0, 8624.0, 8644.0, 8685.0, 8647.0, 8673.0, 8645.0, 8673.0, 8649.0, 8694.0, 8648.0, 8683.0, 8650.0, 8660.0, 8650.0, 8679.0, 8661.0, 8648.0, 8712.0, 8649.0, 8707.0, 8649.0, 8692.0, 8649.0, 8697.0, 8649.0, 8660.0, 8651.0, 8660.0, 8692.0, 8650.0, 8710.0, 8645.0, 8691.0, 8647.0, 8674.0, 8629.0, 8661.0, 8642.0, 8640.0, 8657.0, 8629.0, 8723.0, 8662.0, 8693.0, 8627.0, 8670.0, 8630.0, 8655.0, 8629.0, 8659.0, 8627.0, 8655.0, 8648.0, 8645.0, 8660.0, 8652.0, 8690.0, 8646.0, 8713.0, 8634.0, 8673.0, 8644.0, 8676.0, 8625.0, 8640.0, 8721.0, 8626.0, 8703.0, 8662.0, 8672.0, 8642.0, 8668.0, 8644.0, 8658.0, 8646.0, 8662.0, 8630.0, 8643.0, 8690.0, 8631.0, 8710.0, 8680.0, 8686.0, 8628.0, 8669.0, 8627.0, 8636.0, 8651.0, 8643.0, 8668.0, 8621.0, 8699.0, 8642.0, 8669.0, 8641.0, 8672.0, 8625.0, 8649.0, 8629.0, 8640.0, 8653.0, 8647.0, 8684.0, 8626.0, 8702.0, 8627.0, 8674.0, 8643.0, 8676.0, 8650.0, 8661.0, 8632.0, 8646.0, 8648.0, 8644.0, 8699.0, 8653.0, 8715.0, 8657.0, 8694.0, 8644.0, 8730.0, 8670.0, 8689.0, 8633.0, 8652.0, 8615.0, 8613.0, 8615.0, 8634.0, 8646.0, 8640.0, 8622.0, 8635.0, 8640.0, 8654.0, 8645.0, 8684.0, 8665.0, 8702.0, 8667.0, 8655.0, 8686.0, 8652.0, 8653.0, 8685.0, 8734.0, 8690.0, 8697.0, 8660.0, 8684.0, 8622.0, 8649.0, 8619.0, 8650.0, 8625.0, 8663.0, 8625.0, 8639.0, 8625.0, 8643.0, 8672.0, 8665.0, 8640.0, 8641.0, 8658.0, 8630.0, 8693.0, 8672.0, 8663.0, 8649.0, 8692.0, 8653.0, 8696.0, 8671.0, 8692.0, 8647.0, 8658.0, 8630.0, 8656.0, 8631.0, 8692.0, 8633.0, 8659.0, 8643.0, 8656.0, 8708.0, 8665.0, 8687.0, 8629.0, 8665.0, 8628.0, 8726.0, 8680.0, 8712.0, 8643.0, 8670.0, 8638.0, 8671.0, 8626.0, 8668.0, 8619.0, 8631.0, 8620.0, 8633.0, 8664.0, 8665.0, 8615.0, 8614.0, 8672.0, 8602.0, 8684.0, 8652.0, 8663.0, 8619.0, 8645.0, 8618.0, 8644.0, 8617.0, 8650.0, 8613.0, 8611.0, 8657.0, 8601.0, 8679.0, 8640.0, 8634.0, 8621.0, 8684.0, 8623.0, 8666.0, 8661.0, 8666.0, 8622.0, 8665.0, 8626.0, 8669.0, 8664.0, 8669.0, 8626.0, 8638.0, 8627.0, 8688.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.0009313469827586206</td></tr>
<tr><td colspan=3>aqi</td><td>0.03320484110991379</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.47705769495953</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2740791774878741</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000012938010782</td></tr>
<tr><td colspan=3>efc</td><td>0.5304</td></tr>
<tr><td colspan=3>fber</td><td>3402.9656</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09281250050119945</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.0344827586206895</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.50147416193354</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.354797671129976</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.740984116468028</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4086406982026154</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127493</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017817990854382515</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041021157056093216</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>4.254147163454066</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>21.1937</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2528</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.0156</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.0211</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3896</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>440.5819</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2993.3118</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1252.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>731.0474</td></tr>
<tr><td colspan=3>tsnr</td><td>34.97477313200943</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>