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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:22:24.405000</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.999357, -0.0308641, 0.0182307, 0.0300094, 0.998517, 0.0454289]</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_brain_imaging_center</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.123475</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7768, -7254, 477, -52, -105, -5, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d95d6eeb-5203-48c9-bb60-a8a4b7eee1a3||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.6812026500701904, 0.08051304519176483, 0.05293568596243858, 112.7358169555664], [0.08280613273382187, 2.6789474487304688, 0.12110214680433273, -100.4349594116211], [0.04891170933842659, -0.12188251316547394, 2.696763277053833, -46.480892181396484], [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': ['142224.405000', '142224.865000', '142225.325000', '142225.785000', '142226.245000', '142226.705000', '142227.165000', '142227.625000', '142228.085000', '142228.545000', '142229.005000', '142229.465000', '142229.925000', '142230.385000', '142230.845000', '142231.305000', '142231.765000', '142232.225000', '142232.685000', '142233.145000', '142233.605000', '142234.065000', '142234.525000', '142234.985000', '142235.445000', '142235.905000', '142236.365000', '142236.825000', '142237.285000', '142237.745000', '142238.205000', '142238.665000', '142239.125000', '142239.585000', '142240.045000', '142240.505000', '142240.965000', '142241.425000', '142241.885000', '142242.345000', '142242.805000', '142243.265000', '142243.725000', '142244.185000', '142244.645000', '142245.105000', '142245.565000', '142246.025000', '142246.485000', '142246.945000', '142247.405000', '142247.865000', '142248.325000', '142248.785000', '142249.245000', '142249.705000', '142250.165000', '142250.625000', '142251.085000', '142251.545000', '142252.005000', '142252.465000', '142252.925000', '142253.385000', '142253.845000', '142254.305000', '142254.765000', '142255.225000', '142255.685000', '142256.145000', '142256.605000', '142257.065000', '142257.525000', '142257.985000', '142258.445000', '142258.905000', '142259.365000', '142259.825000', '142300.285000', '142300.745000', '142301.205000', '142301.665000', '142302.125000', '142302.585000', '142303.045000', '142303.505000', '142303.965000', '142304.425000', '142304.885000', '142305.345000', '142305.805000', '142306.265000', '142306.725000', '142307.185000', '142307.645000', '142308.105000', '142308.565000', '142309.025000', '142309.485000', '142309.945000', '142310.405000', '142310.865000', '142311.325000', '142311.785000', '142312.245000', '142312.705000', '142313.165000', '142313.625000', '142314.085000', '142314.545000', '142315.005000', '142315.465000', '142315.925000', '142316.385000', '142316.845000', '142317.305000', '142317.765000', '142318.225000', '142318.685000', '142319.145000', '142319.605000', '142320.065000', '142320.525000', '142320.985000', '142321.445000', '142321.905000', '142322.365000', '142322.825000', '142323.285000', '142323.745000', '142324.205000', '142324.665000', '142325.125000', '142325.585000', '142326.045000', '142326.505000', '142326.965000', '142327.425000', '142327.885000', '142328.345000', '142328.805000', '142329.265000', '142329.725000', '142330.185000', '142330.645000', '142331.105000', '142331.565000', '142332.025000', '142332.485000', '142332.945000', '142333.405000', '142333.865000', '142334.325000', '142334.785000', '142335.245000', '142335.705000', '142336.165000', '142336.625000', '142337.085000', '142337.545000', '142338.005000', '142338.465000', '142338.925000', '142339.385000', '142339.845000', '142340.305000', '142340.765000', '142341.225000', '142341.685000', '142342.145000', '142342.605000', '142343.065000', '142343.525000', '142343.985000', '142344.445000', '142344.905000', '142345.365000', '142345.825000', '142346.285000', '142346.745000', '142347.205000', '142347.665000', '142348.125000', '142348.585000', '142349.045000', '142349.505000', '142349.965000', '142350.425000', '142350.885000', '142351.345000', '142351.805000', '142352.265000', '142352.725000', '142353.185000', '142353.645000', '142354.105000', '142354.565000', '142355.025000', '142355.485000', '142355.945000', '142356.405000', '142356.865000', '142357.325000', '142357.785000', '142358.245000', '142358.705000', '142359.165000', '142359.625000', '142400.085000', '142400.545000', '142401.005000', '142401.465000', '142401.925000', '142402.385000', '142402.845000', '142403.305000', '142403.765000', '142404.225000', '142404.685000', '142405.145000', '142405.605000', '142406.065000', '142406.525000', '142406.985000', '142407.445000', '142407.905000', '142408.365000', '142408.825000', '142409.285000', '142409.745000', '142410.205000', '142410.665000', '142411.125000', '142411.585000', '142412.045000', '142412.505000', '142412.965000', '142413.425000', '142413.885000', '142414.345000', '142414.805000', '142415.265000', '142415.725000', '142416.185000', '142416.645000', '142417.105000', '142417.565000', '142418.025000', '142418.485000', '142418.945000', '142419.405000', '142419.865000', '142420.325000', '142420.785000', '142421.245000', '142421.705000', '142422.165000', '142422.625000', '142423.085000', '142423.545000', '142424.005000', '142424.465000', '142424.925000', '142425.385000', '142425.845000', '142426.305000', '142426.765000', '142427.225000', '142427.685000', '142428.145000', '142428.605000', '142429.065000', '142429.525000', '142429.985000', '142430.445000', '142430.905000', '142431.365000', '142431.825000', '142432.285000', '142432.745000', '142433.205000', '142433.665000', '142434.125000', '142434.585000', '142435.045000', '142435.505000', '142435.965000', '142436.425000', '142436.885000', '142437.345000', '142437.805000', '142438.265000', '142438.725000', '142439.185000', '142439.645000', '142440.105000', '142440.565000', '142441.025000', '142441.485000', '142441.945000', '142442.405000', '142442.865000', '142443.325000', '142443.785000', '142444.245000', '142444.705000', '142445.165000', '142445.625000', '142446.085000', '142446.545000', '142447.005000', '142447.465000', '142447.925000', '142448.385000', '142448.845000', '142449.305000', '142449.765000', '142450.225000', '142450.685000', '142451.145000', '142451.605000', '142452.065000', '142452.525000', '142452.985000', '142453.445000', '142453.905000', '142454.365000', '142454.825000', '142455.285000', '142455.745000', '142456.205000', '142456.665000', '142457.125000', '142457.585000', '142458.045000', '142458.505000', '142458.965000', '142459.425000', '142459.885000', '142500.345000', '142500.805000', '142501.265000', '142501.725000', '142502.185000', '142502.645000', '142503.105000', '142503.565000', '142504.025000', '142504.485000', '142504.945000', '142505.405000', '142505.865000', '142506.325000', '142506.785000', '142507.245000', '142507.705000', '142508.165000', '142508.625000', '142509.085000', '142509.545000', '142510.005000', '142510.465000', '142510.925000', '142511.385000', '142511.845000', '142512.305000', '142512.765000', '142513.225000', '142513.685000', '142514.145000', '142514.605000', '142515.065000', '142515.525000', '142515.985000', '142516.445000', '142516.905000', '142517.365000', '142517.825000', '142518.285000', '142518.745000', '142519.205000', '142519.665000', '142520.125000', '142520.585000', '142521.045000', '142521.505000', '142521.965000', '142522.425000', '142522.885000', '142523.345000', '142523.805000', '142524.265000', '142524.725000', '142525.185000', '142525.645000', '142526.105000', '142526.565000', '142527.025000', '142527.485000', '142527.945000', '142528.405000', '142528.865000', '142529.325000', '142529.785000', '142530.245000', '142530.705000', '142531.165000', '142531.625000', '142532.085000', '142532.545000', '142533.005000', '142533.465000', '142533.925000', '142534.385000', '142534.845000', '142535.305000', '142535.765000', '142536.225000', '142536.685000', '142537.145000', '142537.605000', '142538.065000', '142538.525000', '142538.985000', '142539.445000', '142539.905000', '142540.365000', '142540.825000', '142541.285000', '142541.745000', '142542.205000', '142542.665000', '142543.125000', '142543.585000', '142544.045000', '142544.505000', '142544.965000', '142545.425000', '142545.885000', '142546.345000', '142546.805000', '142547.265000', '142547.725000', '142548.185000', '142548.645000', '142549.105000', '142549.565000', '142550.025000', '142550.485000', '142550.945000', '142551.405000', '142551.865000', '142552.325000', '142552.785000', '142553.245000', '142553.705000', '142554.165000', '142554.625000', '142555.085000', '142555.545000', '142556.005000', '142556.465000', '142556.925000', '142557.385000', '142557.845000', '142558.305000', '142558.765000', '142559.225000', '142559.685000', '142600.145000', '142600.605000', '142601.065000', '142601.525000', '142601.985000', '142602.445000', '142602.905000', '142603.365000', '142603.825000', '142604.285000', '142604.745000', '142605.205000', '142605.665000', '142606.125000', '142606.585000', '142607.045000', '142607.505000', '142607.965000', '142608.425000', '142608.885000', '142609.345000', '142609.805000', '142610.265000', '142610.725000', '142611.185000', '142611.645000', '142612.105000', '142612.565000', '142613.025000', '142613.485000', '142613.945000', '142614.405000', '142614.865000', '142615.325000', '142615.785000', '142616.245000', '142616.705000', '142617.165000', '142617.625000', '142618.085000', '142618.545000', '142619.005000', '142619.465000', '142619.925000', '142620.385000', '142620.845000', '142621.305000', '142621.765000', '142622.225000', '142622.685000', '142623.145000', '142623.605000', '142624.065000', '142624.525000', '142624.985000', '142625.445000', '142625.905000', '142626.365000', '142626.825000', '142627.285000', '142627.745000', '142628.205000', '142628.665000', '142629.125000', '142629.585000', '142630.045000', '142630.505000', '142630.965000', '142631.425000', '142631.885000', '142632.345000', '142632.805000', '142633.265000', '142633.725000', '142634.185000', '142634.645000', '142635.105000', '142635.565000', '142636.025000', '142636.485000', '142636.945000', '142637.405000', '142637.865000', '142638.325000', '142638.785000', '142639.245000', '142639.705000', '142640.165000', '142640.625000', '142641.085000', '142641.545000', '142642.005000', '142642.465000', '142642.925000', '142643.385000', '142643.845000', '142644.305000', '142644.765000', '142645.225000', '142645.685000', '142646.145000', '142646.605000', '142647.065000', '142647.525000', '142647.985000', '142648.445000', '142648.905000', '142649.365000', '142649.825000', '142650.285000', '142650.745000', '142651.205000', '142651.665000', '142652.125000', '142652.585000', '142653.045000', '142653.505000', '142653.965000', '142654.425000', '142654.885000', '142655.345000', '142655.805000', '142656.265000', '142656.725000', '142657.185000', '142657.645000', '142658.105000', '142658.565000', '142659.025000', '142659.485000', '142659.945000', '142700.405000', '142700.865000', '142701.325000', '142701.785000', '142702.245000', '142702.705000', '142703.165000', '142703.625000', '142704.085000', '142704.545000', '142705.005000', '142705.465000', '142705.925000', '142706.385000', '142706.845000', '142707.305000', '142707.765000', '142708.225000', '142708.685000', '142709.145000', '142709.605000', '142710.065000', '142710.525000', '142710.985000', '142711.445000', '142711.905000', '142712.365000', '142712.825000', '142713.285000', '142713.745000', '142714.205000', '142714.665000', '142715.125000', '142715.585000', '142716.045000', '142716.505000', '142716.965000', '142717.425000', '142717.885000', '142718.345000', '142718.805000', '142719.265000', '142719.725000', '142720.185000', '142720.645000', '142721.105000', '142721.565000', '142722.025000', '142722.485000', '142722.945000', '142723.405000', '142723.865000', '142724.325000', '142724.785000', '142725.245000', '142725.705000', '142726.165000', '142726.625000', '142727.085000', '142727.545000', '142728.005000', '142728.465000', '142728.925000', '142729.385000', '142729.845000', '142730.305000', '142730.765000', '142731.225000', '142731.685000', '142732.145000', '142732.605000', '142733.065000', '142733.525000', '142733.985000', '142734.445000', '142734.905000', '142735.365000', '142735.825000', '142736.285000', '142736.745000', '142737.205000', '142737.665000', '142738.125000', '142738.585000', '142739.045000', '142739.505000', '142739.965000', '142740.425000', '142740.885000', '142741.345000', '142741.805000', '142742.265000', '142742.725000', '142743.185000', '142743.645000', '142744.105000', '142744.565000', '142745.025000', '142745.485000', '142745.945000', '142746.405000', '142746.865000', '142747.325000', '142747.785000', '142748.245000', '142748.705000', '142749.165000', '142749.625000', '142750.085000', '142750.545000', '142751.005000', '142751.465000', '142751.925000', '142752.385000', '142752.845000', '142753.305000', '142753.765000', '142754.225000', '142754.685000', '142755.145000', '142755.605000', '142756.065000', '142756.525000', '142756.985000', '142757.445000', '142757.905000', '142758.365000', '142758.825000', '142759.285000', '142759.745000', '142800.205000', '142800.665000', '142801.125000', '142801.585000', '142802.045000', '142802.505000', '142802.965000', '142803.425000', '142803.885000', '142804.345000', '142804.805000', '142805.265000', '142805.725000', '142806.185000', '142806.645000', '142807.105000', '142807.565000', '142808.025000', '142808.485000', '142808.945000', '142809.405000', '142809.865000', '142810.325000', '142810.785000', '142811.245000', '142811.705000', '142812.165000', '142812.625000', '142813.085000', '142813.545000', '142814.005000', '142814.465000', '142814.925000', '142815.385000', '142815.845000', '142816.305000', '142816.765000', '142817.225000', '142817.685000', '142818.145000', '142818.605000', '142819.065000', '142819.525000', '142819.985000', '142820.445000', '142820.905000', '142821.365000', '142821.825000', '142822.285000', '142822.745000', '142823.205000', '142823.665000', '142824.125000', '142824.585000', '142825.045000', '142825.505000', '142825.965000', '142826.425000', '142826.885000', '142827.345000', '142827.805000', '142828.265000', '142828.725000', '142829.185000', '142829.645000', '142830.105000', '142830.565000', '142831.025000', '142831.485000', '142831.945000', '142832.405000', '142832.865000', '142833.325000', '142833.785000', '142834.245000', '142834.705000', '142835.165000', '142835.625000', '142836.085000', '142836.545000', '142837.005000', '142837.465000', '142837.925000', '142838.385000', '142838.845000', '142839.305000', '142839.765000', '142840.225000', '142840.685000', '142841.145000', '142841.605000', '142842.065000', '142842.525000', '142842.985000', '142843.445000', '142843.905000', '142844.365000', '142844.825000', '142845.285000', '142845.745000', '142846.205000', '142846.665000', '142847.125000', '142847.585000', '142848.045000', '142848.505000', '142848.965000', '142849.425000', '142849.885000', '142850.345000', '142850.805000', '142851.265000', '142851.725000', '142852.185000', '142852.645000', '142853.105000', '142853.565000', '142854.025000', '142854.485000', '142854.945000', '142855.405000', '142855.865000', '142856.325000', '142856.785000', '142857.245000', '142857.705000', '142858.165000', '142858.625000', '142859.085000', '142859.545000', '142900.005000', '142900.465000', '142900.925000', '142901.385000', '142901.845000', '142902.305000', '142902.765000', '142903.225000', '142903.685000', '142904.145000', '142904.605000', '142905.065000', '142905.525000', '142905.985000', '142906.445000', '142906.905000', '142907.365000', '142907.825000', '142908.285000', '142908.745000', '142909.205000', '142909.665000', '142910.125000', '142910.585000', '142911.045000', '142911.505000', '142911.965000', '142912.425000', '142912.885000', '142913.345000', '142913.805000', '142914.265000', '142914.725000', '142915.185000', '142915.645000', '142916.105000', '142916.565000', '142917.025000', '142917.485000', '142917.945000', '142918.405000', '142918.865000', '142919.325000', '142919.785000', '142920.245000', '142920.705000', '142921.165000', '142921.625000', '142922.085000', '142922.545000', '142923.005000', '142923.465000', '142923.925000', '142924.385000', '142924.845000', '142925.305000', '142925.765000', '142926.225000', '142926.685000', '142927.145000', '142927.605000', '142928.065000', '142928.525000', '142928.985000', '142929.445000', '142929.905000', '142930.365000', '142930.825000', '142931.285000', '142931.745000', '142932.205000', '142932.665000', '142933.125000', '142933.585000', '142934.045000', '142934.505000', '142934.965000', '142935.425000', '142935.885000', '142936.345000', '142936.805000', '142937.265000', '142937.725000', '142938.185000', '142938.645000', '142939.105000', '142939.565000', '142940.025000', '142940.485000', '142940.945000', '142941.405000', '142941.865000', '142942.325000', '142942.785000', '142943.245000', '142943.705000', '142944.165000', '142944.625000', '142945.085000', '142945.545000', '142946.005000', '142946.465000', '142946.925000', '142947.385000', '142947.845000', '142948.305000', '142948.765000', '142949.225000', '142949.685000', '142950.145000', '142950.605000', '142951.065000', '142951.525000', '142951.985000', '142952.445000', '142952.905000', '142953.365000', '142953.825000', '142954.285000', '142954.745000', '142955.205000', '142955.665000', '142956.125000', '142956.585000', '142957.045000', '142957.505000', '142957.965000', '142958.425000', '142958.885000', '142959.345000', '142959.805000', '143000.265000', '143000.725000', '143001.185000', '143001.645000', '143002.105000', '143002.565000', '143003.025000', '143003.485000', '143003.945000', '143004.405000', '143004.865000', '143005.325000', '143005.785000', '143006.245000', '143006.705000', '143007.165000', '143007.625000', '143008.085000', '143008.545000', '143009.005000', '143009.465000', '143009.925000', '143010.385000', '143010.845000', '143011.305000', '143011.765000', '143012.225000', '143012.685000', '143013.145000', '143013.605000', '143014.065000', '143014.525000', '143014.985000', '143015.445000', '143015.905000', '143016.365000', '143016.825000', '143017.285000', '143017.745000', '143018.205000', '143018.665000', '143019.125000', '143019.585000', '143020.045000', '143020.505000', '143020.965000', '143021.425000', '143021.885000', '143022.345000', '143022.805000', '143023.265000', '143023.725000', '143024.185000', '143024.645000', '143025.105000', '143025.565000', '143026.025000', '143026.485000', '143026.945000', '143027.405000', '143027.865000', '143028.325000', '143028.785000', '143029.245000', '143029.705000', '143030.165000', '143030.625000', '143031.085000', '143031.545000', '143032.005000', '143032.465000', '143032.925000', '143033.385000', '143033.845000', '143034.305000', '143034.765000', '143035.225000', '143035.685000', '143036.145000', '143036.605000', '143037.065000', '143037.525000', '143037.985000', '143038.445000', '143038.905000', '143039.365000', '143039.825000', '143040.285000', '143040.745000', '143041.205000', '143041.665000', '143042.125000', '143042.585000', '143043.045000', '143043.505000', '143043.965000', '143044.425000', '143044.885000', '143045.345000', '143045.805000', '143046.265000', '143046.725000', '143047.185000', '143047.645000', '143048.105000', '143048.565000', '143049.025000', '143049.485000', '143049.945000', '143050.405000', '143050.865000', '143051.325000', '143051.785000', '143052.245000', '143052.705000', '143053.165000', '143053.625000', '143054.085000', '143054.545000', '143055.005000', '143055.465000', '143055.925000', '143056.385000', '143056.845000', '143057.305000', '143057.765000', '143058.225000', '143058.685000', '143059.145000', '143059.605000', '143100.065000', '143100.525000', '143100.985000', '143101.445000', '143101.905000', '143102.365000', '143102.825000', '143103.285000', '143103.745000', '143104.205000', '143104.665000', '143105.125000', '143105.585000', '143106.045000', '143106.505000', '143106.965000', '143107.425000', '143107.885000', '143108.345000', '143108.805000', '143109.265000', '143109.725000', '143110.185000', '143110.645000', '143111.105000', '143111.565000', '143112.025000', '143112.485000', '143112.945000', '143113.405000', '143113.865000', '143114.325000', '143114.785000', '143115.245000', '143115.705000', '143116.165000', '143116.625000', '143117.085000', '143117.545000', '143118.005000', '143118.465000', '143118.925000', '143119.385000', '143119.845000', '143120.305000', '143120.765000', '143121.225000', '143121.685000', '143122.145000', '143122.605000', '143123.065000', '143123.525000', '143123.985000', '143124.445000', '143124.905000', '143125.365000', '143125.825000', '143126.285000', '143126.745000', '143127.205000', '143127.665000', '143128.125000', '143128.585000', '143129.045000', '143129.505000', '143129.965000', '143130.425000', '143130.885000', '143131.345000', '143131.805000', '143132.265000', '143132.725000', '143133.185000', '143133.645000', '143134.105000', '143134.565000', '143135.025000', '143135.485000', '143135.945000', '143136.405000', '143136.865000', '143137.325000', '143137.785000', '143138.245000', '143138.705000', '143139.165000', '143139.625000', '143140.085000', '143140.545000', '143141.005000', '143141.465000', '143141.925000', '143142.385000', '143142.845000', '143143.305000', '143143.765000', '143144.225000', '143144.685000', '143145.145000', '143145.605000', '143146.065000', '143146.525000', '143146.985000', '143147.445000', '143147.905000', '143148.365000', '143148.825000', '143149.285000', '143149.745000', '143150.205000', '143150.665000', '143151.125000', '143151.585000', '143152.045000', '143152.505000', '143152.965000', '143153.425000', '143153.885000', '143154.345000', '143154.805000', '143155.265000', '143155.725000', '143156.185000', '143156.645000', '143157.105000', '143157.565000', '143158.025000', '143158.485000', '143158.945000', '143159.405000', '143159.865000', '143200.325000', '143200.785000', '143201.245000', '143201.705000', '143202.165000', '143202.625000', '143203.085000', '143203.545000', '143204.005000', '143204.465000', '143204.925000', '143205.385000', '143205.845000', '143206.305000', '143206.765000', '143207.225000', '143207.685000', '143208.145000', '143208.605000', '143209.065000', '143209.525000', '143209.985000', '143210.445000', '143210.905000', '143211.365000', '143211.825000', '143212.285000', '143212.745000', '143213.205000', '143213.665000', '143214.125000', '143214.585000', '143215.045000', '143215.505000', '143215.965000', '143216.425000', '143216.885000', '143217.345000', '143217.805000', '143218.265000', '143218.725000', '143219.185000', '143219.645000', '143220.105000', '143220.565000', '143221.025000', '143221.485000', '143221.945000', '143222.405000', '143222.865000', '143223.325000', '143223.785000', '143224.245000', '143224.705000', '143225.165000', '143225.625000', '143226.085000', '143226.545000', '143227.005000', '143227.465000', '143227.925000', '143228.385000', '143228.845000', '143229.305000', '143229.765000', '143230.225000', '143230.685000', '143231.145000', '143231.605000', '143232.065000', '143232.525000', '143232.985000', '143233.445000', '143233.905000', '143234.365000', '143234.825000', '143235.285000', '143235.745000', '143236.205000', '143236.665000', '143237.125000', '143237.585000', '143238.045000', '143238.505000', '143238.965000', '143239.425000', '143239.885000', '143240.345000', '143240.805000', '143241.265000', '143241.725000', '143242.185000', '143242.645000', '143243.105000', '143243.565000', '143244.025000', '143244.485000', '143244.945000', '143245.405000', '143245.865000', '143246.325000', '143246.785000', '143247.245000', '143247.705000', '143248.165000', '143248.625000', '143249.085000', '143249.545000', '143250.005000', '143250.465000', '143250.925000', '143251.385000', '143251.845000', '143252.305000', '143252.765000', '143253.225000', '143253.685000', '143254.145000', '143254.605000', '143255.065000', '143255.525000', '143255.985000', '143256.445000', '143256.905000', '143257.365000', '143257.825000', '143258.285000', '143258.745000', '143259.205000', '143259.665000', '143300.125000', '143300.585000', '143301.045000', '143301.505000', '143301.965000', '143302.425000', '143302.885000', '143303.345000', '143303.805000', '143304.265000', '143304.725000', '143305.185000', '143305.645000', '143306.105000', '143306.565000', '143307.025000', '143307.485000', '143307.945000', '143308.405000', '143308.865000', '143309.325000', '143309.785000', '143310.245000', '143310.705000', '143311.165000', '143311.625000', '143312.085000', '143312.545000', '143313.005000', '143313.465000', '143313.925000', '143314.385000', '143314.845000', '143315.305000', '143315.765000', '143316.225000', '143316.685000', '143317.145000', '143317.605000', '143318.065000', '143318.525000', '143318.985000', '143319.445000', '143319.905000', '143320.365000', '143320.825000', '143321.285000', '143321.745000', '143322.205000', '143322.665000', '143323.125000', '143323.585000', '143324.045000', '143324.505000', '143324.965000', '143325.425000', '143325.885000', '143326.345000', '143326.805000', '143327.265000', '143327.725000', '143328.185000', '143328.645000', '143329.105000', '143329.565000', '143330.025000', '143330.485000', '143330.945000', '143331.405000', '143331.865000', '143332.325000', '143332.785000', '143333.245000', '143333.705000', '143334.165000', '143334.625000', '143335.085000', '143335.545000', '143336.005000', '143336.465000', '143336.925000', '143337.385000', '143337.845000', '143338.305000', '143338.765000', '143339.225000', '143339.685000', '143340.145000', '143340.605000', '143341.065000', '143341.525000', '143341.985000', '143342.445000', '143342.905000', '143343.365000', '143343.825000', '143344.285000', '143344.745000', '143345.205000', '143345.665000', '143346.125000', '143346.585000', '143347.045000', '143347.505000', '143347.965000', '143348.425000', '143348.885000', '143349.345000', '143349.805000', '143350.265000', '143350.725000', '143351.185000', '143351.645000', '143352.105000', '143352.565000', '143353.025000', '143353.485000', '143353.945000', '143354.405000', '143354.865000', '143355.325000', '143355.785000', '143356.245000', '143356.705000', '143357.165000', '143357.625000', '143358.085000', '143358.545000', '143359.005000', '143359.465000', '143359.925000', '143400.385000', '143400.845000', '143401.305000', '143401.765000', '143402.225000', '143402.685000', '143403.145000', '143403.605000', '143404.065000', '143404.525000', '143404.985000', '143405.445000', '143405.905000', '143406.365000', '143406.825000', '143407.285000', '143407.745000', '143408.205000', '143408.665000', '143409.125000', '143409.585000', '143410.045000', '143410.505000', '143410.965000', '143411.425000', '143411.885000', '143412.345000', '143412.805000', '143413.265000', '143413.725000', '143414.185000', '143414.645000', '143415.105000', '143415.565000', '143416.025000', '143416.485000', '143416.945000', '143417.405000', '143417.865000', '143418.325000', '143418.785000', '143419.245000', '143419.705000', '143420.165000', '143420.625000', '143421.085000', '143421.545000', '143422.005000', '143422.465000', '143422.925000', '143423.385000', '143423.845000', '143424.305000', '143424.765000', '143425.225000', '143425.685000', '143426.145000', '143426.605000', '143427.065000', '143427.525000', '143427.985000', '143428.445000', '143428.905000', '143429.365000', '143429.825000', '143430.285000', '143430.745000', '143431.205000', '143431.665000', '143432.125000', '143432.585000', '143433.045000', '143433.505000', '143433.965000', '143434.425000', '143434.885000', '143435.345000', '143435.805000', '143436.265000', '143436.725000', '143437.185000', '143437.645000', '143438.105000', '143438.565000', '143439.025000', '143439.485000', '143439.945000', '143440.405000', '143440.865000', '143441.325000', '143441.785000', '143442.245000', '143442.705000', '143443.165000', '143443.625000', '143444.085000', '143444.545000', '143445.005000', '143445.465000', '143445.925000', '143446.385000', '143446.845000', '143447.305000', '143447.765000', '143448.225000', '143448.685000', '143449.145000', '143449.605000', '143450.065000', '143450.525000', '143450.985000', '143451.445000', '143451.905000', '143452.365000', '143452.825000', '143453.285000', '143453.745000', '143454.205000', '143454.665000', '143455.125000', '143455.585000', '143456.045000', '143456.505000', '143456.965000', '143457.425000', '143457.885000', '143458.345000', '143458.805000', '143459.265000', '143459.725000', '143500.185000', '143500.645000', '143501.105000', '143501.565000', '143502.025000', '143502.485000', '143502.945000', '143503.405000', '143503.865000', '143504.325000', '143504.785000', '143505.245000', '143505.705000', '143506.165000', '143506.625000', '143507.085000', '143507.545000', '143508.005000', '143508.465000', '143508.925000', '143509.385000', '143509.845000', '143510.305000', '143510.765000', '143511.225000', '143511.685000', '143512.145000', '143512.605000', '143513.065000', '143513.525000', '143513.985000', '143514.445000', '143514.905000', '143515.365000', '143515.825000', '143516.285000', '143516.745000', '143517.205000', '143517.665000', '143518.125000', '143518.585000', '143519.045000', '143519.505000', '143519.965000', '143520.425000', '143520.885000', '143521.345000', '143521.805000', '143522.265000', '143522.725000', '143523.185000', '143523.645000', '143524.105000', '143524.565000', '143525.025000', '143525.485000', '143525.945000', '143526.405000', '143526.865000', '143527.325000', '143527.785000', '143528.245000', '143528.705000', '143529.165000', '143529.625000', '143530.085000', '143530.545000', '143531.005000', '143531.465000', '143531.925000', '143532.385000', '143532.845000', '143533.305000', '143533.765000', '143534.225000', '143534.685000', '143535.145000', '143535.605000', '143536.065000', '143536.525000', '143536.985000', '143537.445000', '143537.905000', '143538.365000', '143538.825000', '143539.285000', '143539.745000', '143540.205000', '143540.665000', '143541.125000', '143541.585000', '143542.045000', '143542.505000', '143542.965000', '143543.425000', '143543.885000', '143544.345000', '143544.805000', '143545.265000', '143545.725000', '143546.185000', '143546.645000', '143547.105000', '143547.565000', '143548.025000', '143548.485000', '143548.945000', '143549.405000', '143549.865000', '143550.325000', '143550.785000', '143551.245000', '143551.705000', '143552.165000', '143552.625000', '143553.085000', '143553.545000', '143554.005000', '143554.465000', '143554.925000', '143555.385000', '143555.845000', '143556.305000', '143556.765000', '143557.225000', '143557.685000', '143558.145000', '143558.605000', '143559.065000', '143559.525000', '143559.985000', '143600.445000', '143600.905000', '143601.365000', '143601.825000', '143602.285000', '143602.745000', '143603.205000', '143603.665000', '143604.125000', '143604.585000', '143605.045000', '143605.505000', '143605.965000', '143606.425000', '143606.885000', '143607.345000', '143607.805000', '143608.265000', '143608.725000', '143609.185000', '143609.645000', '143610.105000', '143610.565000', '143611.025000', '143611.485000', '143611.945000', '143612.405000', '143612.865000', '143613.325000', '143613.785000', '143614.245000', '143614.705000', '143615.165000', '143615.625000', '143616.085000', '143616.545000', '143617.005000', '143617.465000', '143617.925000', '143618.385000', '143618.845000', '143619.305000', '143619.765000', '143620.225000', '143620.685000', '143621.145000', '143621.605000', '143622.065000', '143622.525000', '143622.985000', '143623.445000', '143623.905000', '143624.365000', '143624.825000', '143625.285000', '143625.745000', '143626.205000', '143626.665000', '143627.125000', '143627.585000', '143628.045000', '143628.505000', '143628.965000', '143629.425000', '143629.885000', '143630.345000', '143630.805000', '143631.265000', '143631.725000', '143632.185000', '143632.645000', '143633.105000', '143633.565000', '143634.025000', '143634.485000', '143634.945000', '143635.405000', '143635.865000', '143636.325000', '143636.785000', '143637.245000', '143637.705000', '143638.165000', '143638.625000', '143639.085000'], 'ContentTime': ['142252.733000', '142252.736000', '142252.739000', '142252.741000', '142252.744000', '142252.747000', '142252.749000', '142252.752000', '142252.754000', '142252.757000', '142252.760000', '142252.762000', '142252.765000', '142252.767000', '142252.774000', '142252.776000', '142252.779000', '142252.781000', '142252.784000', '142252.786000', '142252.789000', '142252.792000', '142252.794000', '142252.797000', '142252.799000', '142252.802000', '142252.805000', '142252.807000', '142252.810000', '142252.812000', '142252.815000', '142252.818000', '142252.820000', '142252.823000', '142252.825000', '142252.828000', '142252.830000', '142252.833000', '142252.835000', '142252.838000', '142252.840000', '142252.843000', '142252.846000', '142252.848000', '142252.851000', '142252.853000', '142252.856000', '142252.858000', '142252.861000', '142252.868000', '142252.870000', '142252.873000', '142252.876000', '142252.878000', '142252.881000', '142252.884000', '142252.886000', '142252.889000', '142252.891000', '142312.688000', '142312.691000', '142312.694000', '142312.696000', '142312.699000', '142312.702000', '142312.708000', '142312.711000', '142312.713000', '142312.716000', '142312.719000', '142312.721000', '142312.724000', '142312.726000', '142312.729000', '142312.732000', '142312.734000', '142312.737000', '142312.739000', '142312.742000', '142312.744000', '142312.747000', '142312.750000', '142312.752000', '142312.755000', '142312.757000', '142312.760000', '142312.762000', '142312.765000', '142312.767000', '142312.770000', '142312.773000', '142312.775000', '142312.778000', '142312.780000', '142312.783000', '142312.785000', '142312.788000', '142312.790000', '142312.793000', '142312.796000', '142312.798000', '142312.801000', '142332.689000', '142332.691000', '142332.694000', '142332.697000', '142332.699000', '142332.703000', '142332.706000', '142332.708000', '142332.711000', '142332.713000', '142332.716000', '142332.719000', '142332.721000', '142332.730000', '142332.733000', '142332.735000', '142332.738000', '142332.741000', '142332.743000', '142332.746000', '142332.748000', '142332.751000', '142332.754000', '142332.757000', '142332.760000', '142332.762000', '142332.765000', '142332.767000', '142332.770000', '142332.773000', '142332.775000', '142332.778000', '142332.780000', '142332.783000', '142332.785000', '142332.788000', '142332.790000', '142332.793000', '142332.795000', '142332.798000', '142332.818000', '142332.820000', '142332.823000', '142332.825000', '142352.687000', '142352.690000', '142352.693000', '142352.695000', '142352.698000', '142352.701000', '142352.703000', '142352.706000', '142352.708000', '142352.711000', '142352.714000', '142352.716000', '142352.719000', '142352.721000', '142352.724000', '142352.726000', '142352.733000', '142352.736000', '142352.738000', '142352.741000', '142352.743000', '142352.746000', '142352.749000', '142352.760000', '142352.762000', '142352.765000', '142352.768000', '142352.770000', '142352.773000', '142352.775000', '142352.778000', '142352.781000', '142352.783000', '142352.786000', '142352.788000', '142352.791000', '142352.793000', '142352.796000', '142352.799000', '142352.850000', '142352.852000', '142352.855000', '142352.858000', '142412.688000', '142412.690000', '142412.693000', '142412.695000', '142412.698000', '142412.701000', '142412.703000', '142412.706000', '142412.708000', '142412.711000', '142412.714000', '142412.716000', '142412.719000', '142412.721000', '142412.727000', '142412.730000', '142412.732000', '142412.735000', '142412.738000', '142412.740000', '142412.743000', '142412.745000', '142412.748000', '142412.751000', '142412.753000', '142412.756000', '142412.758000', '142412.761000', '142412.764000', '142412.766000', '142412.769000', '142412.771000', '142412.774000', '142412.777000', '142412.779000', '142412.782000', '142412.784000', '142412.787000', '142412.790000', '142412.792000', '142412.795000', '142412.797000', '142412.842000', '142412.844000', '142432.687000', '142432.690000', '142432.693000', '142432.695000', '142432.698000', '142432.701000', '142432.703000', '142432.706000', '142432.708000', '142432.711000', '142432.714000', '142432.716000', '142432.719000', '142432.722000', '142432.724000', '142432.727000', '142432.729000', '142432.732000', '142432.734000', '142432.737000', '142432.740000', '142432.742000', '142432.745000', '142432.747000', '142432.750000', '142432.753000', '142432.755000', '142432.758000', '142432.760000', '142432.763000', '142432.765000', '142432.768000', '142432.771000', '142432.773000', '142432.776000', '142432.778000', '142432.781000', '142432.784000', '142432.786000', '142432.789000', '142432.791000', '142432.794000', '142432.796000', '142452.688000', '142452.691000', '142452.694000', '142452.696000', '142452.699000', '142452.702000', '142452.704000', '142452.707000', '142452.710000', '142452.713000', '142452.716000', '142452.719000', '142452.721000', '142452.724000', '142452.727000', '142452.729000', '142452.732000', '142452.734000', '142452.737000', '142452.739000', '142452.744000', '142452.747000', '142452.749000', '142452.752000', '142452.754000', '142452.757000', '142452.759000', '142452.762000', '142452.765000', '142452.767000', '142452.770000', '142452.772000', '142452.775000', '142452.777000', '142452.780000', '142452.783000', '142452.785000', '142452.788000', '142452.790000', '142452.793000', '142452.795000', '142452.798000', '142452.830000', '142512.688000', '142512.691000', '142512.694000', '142512.697000', '142512.699000', '142512.702000', '142512.705000', '142512.707000', '142512.710000', '142512.712000', '142512.715000', '142512.718000', '142512.720000', '142512.726000', '142512.729000', '142512.731000', '142512.734000', '142512.736000', '142512.739000', '142512.741000', '142512.744000', '142512.747000', '142512.749000', '142512.752000', '142512.755000', '142512.757000', '142512.760000', '142512.762000', '142512.765000', '142512.767000', '142512.770000', '142512.773000', '142512.775000', '142512.778000', '142512.780000', '142512.783000', '142512.786000', '142512.788000', '142512.791000', '142512.793000', '142512.796000', '142512.799000', '142512.837000', '142512.840000', '142532.688000', '142532.691000', '142532.694000', '142532.696000', '142532.699000', '142532.712000', '142532.715000', '142532.718000', '142532.720000', '142532.723000', '142532.726000', '142532.729000', '142532.732000', '142532.734000', '142532.737000', '142532.740000', '142532.742000', '142532.745000', '142532.748000', '142532.750000', '142532.753000', '142532.756000', '142532.758000', '142532.761000', '142532.763000', '142532.766000', '142532.769000', '142532.771000', '142532.774000', '142532.776000', '142532.779000', '142532.782000', '142532.784000', '142532.787000', '142532.789000', '142532.792000', '142532.795000', '142532.797000', '142532.829000', '142532.832000', '142532.834000', '142532.837000', '142532.839000', '142552.688000', '142552.691000', '142552.694000', '142552.696000', '142552.699000', '142552.702000', '142552.705000', '142552.707000', '142552.710000', '142552.713000', '142552.715000', '142552.718000', '142552.721000', '142552.723000', '142552.726000', '142552.728000', '142552.731000', '142552.734000', '142552.736000', '142552.739000', '142552.741000', '142552.744000', '142552.747000', '142552.749000', '142552.752000', '142552.754000', '142552.757000', '142552.760000', '142552.762000', '142552.765000', '142552.767000', '142552.770000', '142552.773000', '142552.775000', '142552.778000', '142552.780000', '142552.783000', '142552.785000', '142552.788000', '142552.791000', '142552.793000', '142552.796000', '142552.798000', '142552.830000', '142612.688000', '142612.690000', '142612.693000', '142612.696000', '142612.698000', '142612.701000', '142612.704000', '142612.706000', '142612.709000', '142612.711000', '142612.714000', '142612.716000', '142612.719000', '142612.722000', '142612.724000', '142612.727000', '142612.729000', '142612.732000', '142612.735000', '142612.737000', '142612.740000', '142612.742000', '142612.745000', '142612.748000', '142612.750000', '142612.753000', '142612.755000', '142612.758000', '142612.761000', '142612.764000', '142612.766000', '142612.769000', '142612.772000', '142612.774000', '142612.777000', '142612.780000', '142612.783000', '142612.786000', '142612.789000', '142612.791000', '142612.794000', '142612.796000', '142612.799000', '142632.688000', '142632.690000', '142632.693000', '142632.696000', '142632.698000', '142632.701000', '142632.703000', '142632.706000', '142632.709000', '142632.711000', '142632.714000', '142632.716000', '142632.719000', '142632.722000', '142632.724000', '142632.727000', '142632.729000', '142632.732000', '142632.735000', '142632.737000', '142632.740000', '142632.742000', '142632.745000', '142632.747000', '142632.750000', '142632.753000', '142632.755000', '142632.758000', '142632.761000', '142632.763000', '142632.766000', '142632.769000', '142632.771000', '142632.774000', '142632.777000', '142632.779000', '142632.782000', '142632.784000', '142632.787000', '142632.790000', '142632.792000', '142632.795000', '142632.798000', '142632.851000', '142652.688000', '142652.690000', '142652.693000', '142652.696000', '142652.698000', '142652.701000', '142652.704000', '142652.706000', '142652.709000', '142652.712000', '142652.714000', '142652.717000', '142652.719000', '142652.722000', '142652.725000', '142652.727000', '142652.730000', '142652.732000', '142652.735000', '142652.738000', '142652.740000', '142652.743000', '142652.746000', '142652.748000', '142652.751000', '142652.753000', '142652.756000', '142652.759000', '142652.761000', '142652.764000', '142652.804000', '142652.844000', '142652.847000', '142652.849000', '142652.852000', '142652.854000', '142652.857000', '142652.860000', '142652.862000', '142652.865000', '142652.867000', '142652.870000', '142652.872000', '142712.688000', '142712.691000', '142712.694000', '142712.697000', '142712.699000', '142712.702000', '142712.705000', '142712.707000', '142712.710000', '142712.713000', '142712.715000', '142712.718000', '142712.721000', '142712.723000', '142712.726000', '142712.729000', '142712.731000', '142712.734000', '142712.736000', '142712.739000', '142712.742000', '142712.744000', '142712.747000', '142712.749000', '142712.752000', '142712.755000', '142712.757000', '142712.760000', '142712.763000', '142712.765000', '142712.768000', '142712.770000', '142712.773000', '142712.776000', '142712.778000', '142712.781000', '142712.783000', '142712.786000', '142712.789000', '142712.791000', '142712.794000', '142712.797000', '142712.799000', '142712.802000', '142732.688000', '142732.691000', '142732.694000', '142732.697000', '142732.699000', '142732.702000', '142732.704000', '142732.707000', '142732.709000', '142732.712000', '142732.715000', '142732.717000', '142732.720000', '142732.722000', '142732.725000', '142732.728000', '142732.730000', '142732.733000', '142732.736000', '142732.738000', '142732.741000', '142732.743000', '142732.746000', '142732.749000', '142732.751000', '142732.754000', '142732.756000', '142732.759000', '142732.762000', '142732.764000', '142732.767000', '142732.769000', '142732.772000', '142732.775000', '142732.778000', '142732.781000', '142732.784000', '142732.787000', '142732.789000', '142732.792000', '142732.794000', '142732.797000', '142732.841000', '142752.688000', '142752.691000', '142752.694000', '142752.696000', '142752.699000', '142752.702000', '142752.705000', '142752.707000', '142752.710000', '142752.713000', '142752.715000', '142752.718000', '142752.721000', '142752.723000', '142752.726000', '142752.728000', '142752.731000', '142752.734000', '142752.736000', '142752.739000', '142752.741000', '142752.744000', '142752.746000', '142752.749000', '142752.752000', '142752.754000', '142752.757000', '142752.759000', '142752.762000', '142752.767000', '142752.769000', '142752.772000', '142752.774000', '142752.777000', '142752.780000', '142752.782000', '142752.785000', '142752.787000', '142752.790000', '142752.793000', '142752.795000', '142752.798000', '142752.864000', '142752.866000', '142812.689000', '142812.692000', '142812.694000', '142812.697000', '142812.699000', '142812.702000', '142812.704000', '142812.707000', '142812.710000', '142812.712000', '142812.715000', '142812.717000', '142812.720000', '142812.723000', '142812.725000', '142812.728000', '142812.730000', '142812.733000', '142812.736000', '142812.738000', '142812.741000', '142812.744000', '142812.746000', '142812.749000', '142812.751000', '142812.754000', '142812.757000', '142812.759000', '142812.762000', '142812.764000', '142812.767000', '142812.770000', '142812.772000', '142812.775000', '142812.778000', '142812.780000', '142812.783000', '142812.785000', '142812.788000', '142812.790000', '142812.793000', '142812.796000', '142812.798000', '142832.687000', '142832.690000', '142832.693000', '142832.695000', '142832.698000', '142832.701000', '142832.703000', '142832.706000', '142832.708000', '142832.711000', '142832.714000', '142832.716000', '142832.719000', '142832.721000', '142832.724000', '142832.726000', '142832.729000', '142832.732000', '142832.734000', '142832.737000', '142832.740000', '142832.742000', '142832.745000', '142832.748000', '142832.750000', '142832.753000', '142832.755000', '142832.758000', '142832.761000', '142832.763000', '142832.766000', '142832.768000', '142832.771000', '142832.773000', '142832.776000', '142832.778000', '142832.781000', '142832.784000', '142832.786000', '142832.789000', '142832.791000', '142832.794000', '142832.797000', '142832.799000', '142852.687000', '142852.690000', '142852.693000', '142852.695000', '142852.698000', '142852.701000', '142852.703000', '142852.706000', '142852.708000', '142852.711000', '142852.714000', '142852.716000', '142852.719000', '142852.722000', '142852.724000', '142852.727000', '142852.729000', '142852.732000', '142852.735000', '142852.737000', '142852.740000', '142852.742000', '142852.745000', '142852.748000', '142852.750000', '142852.753000', '142852.755000', '142852.758000', '142852.761000', '142852.763000', '142852.766000', '142852.768000', '142852.771000', '142852.773000', '142852.776000', '142852.779000', '142852.781000', '142852.784000', '142852.786000', '142852.789000', '142852.791000', '142852.794000', '142852.797000', '142912.687000', '142912.690000', '142912.693000', '142912.695000', '142912.698000', '142912.701000', '142912.703000', '142912.706000', '142912.708000', '142912.711000', '142912.713000', '142912.716000', '142912.719000', '142912.721000', '142912.724000', '142912.726000', '142912.729000', '142912.732000', '142912.734000', '142912.737000', '142912.739000', '142912.742000', '142912.744000', '142912.747000', '142912.750000', '142912.752000', '142912.755000', '142912.757000', '142912.760000', '142912.763000', '142912.765000', '142912.768000', '142912.770000', '142912.773000', '142912.776000', '142912.778000', '142912.781000', '142912.783000', '142912.786000', '142912.788000', '142912.791000', '142912.794000', '142912.796000', '142912.799000', '142932.689000', '142932.691000', '142932.694000', '142932.696000', '142932.699000', '142932.702000', '142932.704000', '142932.707000', '142932.709000', '142932.712000', '142932.715000', '142932.717000', '142932.720000', '142932.722000', '142932.725000', '142932.727000', '142932.730000', '142932.733000', '142932.735000', '142932.738000', '142932.740000', '142932.743000', '142932.746000', '142932.748000', '142932.751000', '142932.753000', '142932.756000', '142932.759000', '142932.761000', '142932.764000', '142932.766000', '142932.769000', '142932.772000', '142932.774000', '142932.777000', '142932.780000', '142932.782000', '142932.785000', '142932.787000', '142932.790000', '142932.793000', '142932.795000', '142932.798000', '142952.689000', '142952.691000', '142952.694000', '142952.697000', '142952.699000', '142952.702000', '142952.704000', '142952.707000', '142952.733000', '142952.736000', '142952.738000', '142952.741000', '142952.744000', '142952.746000', '142952.749000', '142952.751000', '142952.754000', '142952.756000', '142952.759000', '142952.762000', '142952.764000', '142952.767000', '142952.769000', '142952.772000', '142952.775000', '142952.777000', '142952.780000', '142952.782000', '142952.785000', '142952.788000', '142952.790000', '142952.793000', '142952.795000', '142952.798000', '142952.801000', '142952.803000', '142952.806000', '142952.828000', '142952.831000', '142952.833000', '142952.836000', '142952.839000', '142952.841000', '142952.844000', '143012.688000', '143012.691000', '143012.694000', '143012.697000', '143012.699000', '143012.702000', '143012.704000', '143012.707000', '143012.710000', '143012.712000', '143012.715000', '143012.718000', '143012.720000', '143012.723000', '143012.725000', '143012.728000', '143012.730000', '143012.733000', '143012.736000', '143012.738000', '143012.741000', '143012.744000', '143012.746000', '143012.749000', '143012.751000', '143012.754000', '143012.757000', '143012.759000', '143012.762000', '143012.764000', '143012.767000', '143012.769000', '143012.772000', '143012.775000', '143012.777000', '143012.780000', '143012.783000', '143012.785000', '143012.788000', '143012.790000', '143012.793000', '143012.796000', '143012.798000', '143032.688000', '143032.691000', '143032.694000', '143032.697000', '143032.699000', '143032.702000', '143032.705000', '143032.707000', '143032.710000', '143032.712000', '143032.715000', '143032.718000', '143032.720000', '143032.723000', '143032.725000', '143032.728000', '143032.731000', '143032.733000', '143032.736000', '143032.739000', '143032.741000', '143032.744000', '143032.746000', '143032.749000', '143032.752000', '143032.754000', '143032.757000', '143032.759000', '143032.762000', '143032.764000', '143032.767000', '143032.769000', '143032.772000', '143032.775000', '143032.777000', '143032.780000', '143032.782000', '143032.785000', '143032.787000', '143032.790000', '143032.793000', '143032.795000', '143032.798000', '143032.852000', '143052.688000', '143052.690000', '143052.693000', '143052.696000', '143052.698000', '143052.701000', '143052.704000', '143052.706000', '143052.709000', '143052.712000', '143052.714000', '143052.717000', '143052.719000', '143052.722000', '143052.725000', '143052.727000', '143052.730000', '143052.732000', '143052.735000', '143052.738000', '143052.740000', '143052.743000', '143052.745000', '143052.748000', '143052.751000', '143052.753000', '143052.756000', '143052.758000', '143052.761000', '143052.763000', '143052.766000', '143052.769000', '143052.771000', '143052.774000', '143052.777000', '143052.779000', '143052.782000', '143052.784000', '143052.787000', '143052.790000', '143052.792000', '143052.795000', '143052.797000', '143112.687000', '143112.690000', '143112.693000', '143112.696000', '143112.698000', '143112.711000', '143112.714000', '143112.716000', '143112.719000', '143112.721000', '143112.724000', '143112.726000', '143112.729000', '143112.732000', '143112.734000', '143112.737000', '143112.739000', '143112.742000', '143112.745000', '143112.748000', '143112.750000', '143112.753000', '143112.755000', '143112.758000', '143112.761000', '143112.763000', '143112.766000', '143112.768000', '143112.771000', '143112.774000', '143112.777000', '143112.780000', '143112.783000', '143112.785000', '143112.788000', '143112.791000', '143112.793000', '143112.796000', '143112.798000', '143112.901000', '143112.904000', '143112.906000', '143112.909000', '143132.688000', '143132.691000', '143132.693000', '143132.696000', '143132.698000', '143132.701000', '143132.704000', '143132.706000', '143132.709000', '143132.711000', '143132.714000', '143132.717000', '143132.719000', '143132.722000', '143132.724000', '143132.727000', '143132.730000', '143132.732000', '143132.735000', '143132.738000', '143132.740000', '143132.743000', '143132.746000', '143132.748000', '143132.751000', '143132.753000', '143132.756000', '143132.758000', '143132.761000', '143132.764000', '143132.766000', '143132.769000', '143132.772000', '143132.774000', '143132.777000', '143132.780000', '143132.782000', '143132.785000', '143132.787000', '143132.790000', '143132.793000', '143132.795000', '143132.798000', '143132.896000', '143152.689000', '143152.691000', '143152.694000', '143152.697000', '143152.699000', '143152.702000', '143152.705000', '143152.707000', '143152.710000', '143152.713000', '143152.715000', '143152.718000', '143152.720000', '143152.723000', '143152.726000', '143152.728000', '143152.731000', '143152.734000', '143152.736000', '143152.739000', '143152.742000', '143152.744000', '143152.747000', '143152.750000', '143152.752000', '143152.755000', '143152.757000', '143152.760000', '143152.763000', '143152.765000', '143152.768000', '143152.770000', '143152.773000', '143152.776000', '143152.778000', '143152.781000', '143152.783000', '143152.786000', '143152.789000', '143152.791000', '143152.794000', '143152.796000', '143152.799000', '143152.873000', '143212.689000', '143212.692000', '143212.694000', '143212.697000', '143212.699000', '143212.702000', '143212.704000', '143212.707000', '143212.710000', '143212.712000', '143212.715000', '143212.718000', '143212.720000', '143212.723000', '143212.725000', '143212.728000', '143212.731000', '143212.734000', '143212.736000', '143212.739000', '143212.741000', '143212.744000', '143212.746000', '143212.749000', '143212.752000', '143212.754000', '143212.757000', '143212.759000', '143212.762000', '143212.765000', '143212.767000', '143212.770000', '143212.772000', '143212.775000', '143212.778000', '143212.780000', '143212.783000', '143212.786000', '143212.788000', '143212.791000', '143212.793000', '143212.796000', '143212.798000', '143232.689000', '143232.692000', '143232.694000', '143232.697000', '143232.700000', '143232.702000', '143232.705000', '143232.707000', '143232.710000', '143232.712000', '143232.715000', '143232.718000', '143232.720000', '143232.723000', '143232.726000', '143232.728000', '143232.731000', '143232.733000', '143232.736000', '143232.739000', '143232.742000', '143232.745000', '143232.747000', '143232.750000', '143232.753000', '143232.755000', '143232.758000', '143232.761000', '143232.763000', '143232.766000', '143232.769000', '143232.771000', '143232.774000', '143232.776000', '143232.779000', '143232.782000', '143232.785000', '143232.788000', '143232.791000', '143232.793000', '143232.796000', '143232.799000', '143232.866000', '143252.689000', '143252.692000', '143252.694000', '143252.697000', '143252.699000', '143252.702000', '143252.705000', '143252.707000', '143252.710000', '143252.713000', '143252.715000', '143252.718000', '143252.721000', '143252.723000', '143252.726000', '143252.729000', '143252.731000', '143252.734000', '143252.737000', '143252.739000', '143252.742000', '143252.745000', '143252.747000', '143252.750000', '143252.752000', '143252.755000', '143252.758000', '143252.760000', '143252.763000', '143252.766000', '143252.768000', '143252.771000', '143252.773000', '143252.776000', '143252.779000', '143252.781000', '143252.784000', '143252.786000', '143252.789000', '143252.792000', '143252.794000', '143252.797000', '143252.799000', '143252.802000', '143312.688000', '143312.691000', '143312.694000', '143312.697000', '143312.699000', '143312.702000', '143312.704000', '143312.707000', '143312.710000', '143312.712000', '143312.715000', '143312.717000', '143312.720000', '143312.723000', '143312.725000', '143312.728000', '143312.731000', '143312.733000', '143312.736000', '143312.739000', '143312.741000', '143312.744000', '143312.749000', '143312.752000', '143312.755000', '143312.757000', '143312.760000', '143312.763000', '143312.765000', '143312.768000', '143312.771000', '143312.773000', '143312.776000', '143312.778000', '143312.781000', '143312.783000', '143312.786000', '143312.789000', '143312.791000', '143312.794000', '143312.796000', '143312.799000', '143312.872000', '143332.688000', '143332.690000', '143332.693000', '143332.696000', '143332.698000', '143332.701000', '143332.703000', '143332.706000', '143332.709000', '143332.711000', '143332.714000', '143332.716000', '143332.719000', '143332.722000', '143332.724000', '143332.727000', '143332.730000', '143332.733000', '143332.735000', '143332.738000', '143332.741000', '143332.743000', '143332.746000', '143332.749000', '143332.751000', '143332.754000', '143332.757000', '143332.773000', '143332.776000', '143332.779000', '143332.782000', '143332.784000', '143332.787000', '143332.790000', '143332.792000', '143332.795000', '143332.798000', '143332.886000', '143332.888000', '143332.891000', '143332.894000', '143332.896000', '143332.899000', '143332.901000', '143352.688000', '143352.690000', '143352.693000', '143352.696000', '143352.698000', '143352.701000', '143352.704000', '143352.706000', '143352.709000', '143352.711000', '143352.714000', '143352.716000', '143352.719000', '143352.722000', '143352.724000', '143352.727000', '143352.730000', '143352.732000', '143352.735000', '143352.738000', '143352.741000', '143352.743000', '143352.746000', '143352.749000', '143352.751000', '143352.754000', '143352.756000', '143352.759000', '143352.762000', '143352.764000', '143352.767000', '143352.769000', '143352.772000', '143352.775000', '143352.777000', '143352.780000', '143352.783000', '143352.786000', '143352.788000', '143352.791000', '143352.793000', '143352.796000', '143352.799000', '143412.689000', '143412.691000', '143412.694000', '143412.697000', '143412.699000', '143412.702000', '143412.704000', '143412.707000', '143412.710000', '143412.712000', '143412.715000', '143412.718000', '143412.721000', '143412.723000', '143412.726000', '143412.728000', '143412.731000', '143412.734000', '143412.736000', '143412.739000', '143412.742000', '143412.744000', '143412.747000', '143412.750000', '143412.752000', '143412.755000', '143412.758000', '143412.760000', '143412.763000', '143412.765000', '143412.768000', '143412.770000', '143412.773000', '143412.776000', '143412.778000', '143412.781000', '143412.783000', '143412.786000', '143412.789000', '143412.791000', '143412.794000', '143412.796000', '143412.799000', '143412.909000', '143432.689000', '143432.691000', '143432.694000', '143432.697000', '143432.699000', '143432.702000', '143432.705000', '143432.707000', '143432.710000', '143432.712000', '143432.715000', '143432.718000', '143432.720000', '143432.723000', '143432.725000', '143432.728000', '143432.731000', '143432.733000', '143432.736000', '143432.739000', '143432.741000', '143432.744000', '143432.746000', '143432.749000', '143432.752000', '143432.754000', '143432.757000', '143432.760000', '143432.763000', '143432.766000', '143432.768000', '143432.771000', '143432.773000', '143432.776000', '143432.779000', '143432.781000', '143432.784000', '143432.786000', '143432.789000', '143432.792000', '143432.794000', '143432.797000', '143432.799000', '143452.689000', '143452.692000', '143452.694000', '143452.697000', '143452.700000', '143452.703000', '143452.705000', '143452.708000', '143452.710000', '143452.713000', '143452.716000', '143452.718000', '143452.721000', '143452.723000', '143452.726000', '143452.729000', '143452.731000', '143452.734000', '143452.737000', '143452.739000', '143452.742000', '143452.744000', '143452.747000', '143452.749000', '143452.752000', '143452.755000', '143452.757000', '143452.760000', '143452.762000', '143452.765000', '143452.768000', '143452.770000', '143452.773000', '143452.775000', '143452.778000', '143452.781000', '143452.783000', '143452.786000', '143452.788000', '143452.791000', '143452.794000', '143452.796000', '143452.799000', '143452.890000', '143512.689000', '143512.691000', '143512.694000', '143512.697000', '143512.699000', '143512.702000', '143512.704000', '143512.707000', '143512.710000', '143512.712000', '143512.715000', '143512.717000', '143512.720000', '143512.723000', '143512.725000', '143512.728000', '143512.731000', '143512.733000', '143512.736000', '143512.738000', '143512.741000', '143512.743000', '143512.746000', '143512.749000', '143512.751000', '143512.754000', '143512.756000', '143512.759000', '143512.762000', '143512.764000', '143512.767000', '143512.770000', '143512.772000', '143512.775000', '143512.778000', '143512.780000', '143512.783000', '143512.785000', '143512.788000', '143512.791000', '143512.793000', '143512.796000', '143512.799000', '143532.688000', '143532.690000', '143532.693000', '143532.696000', '143532.698000', '143532.701000', '143532.703000', '143532.706000', '143532.709000', '143532.711000', '143532.714000', '143532.716000', '143532.719000', '143532.722000', '143532.724000', '143532.727000', '143532.729000', '143532.732000', '143532.735000', '143532.737000', '143532.740000', '143532.742000', '143532.745000', '143532.748000', '143532.750000', '143532.753000', '143532.755000', '143532.758000', '143532.761000', '143532.763000', '143532.766000', '143532.768000', '143532.771000', '143532.774000', '143532.776000', '143532.779000', '143532.782000', '143532.784000', '143532.787000', '143532.789000', '143532.792000', '143532.795000', '143532.797000', '143532.854000', '143552.688000', '143552.691000', '143552.693000', '143552.696000', '143552.698000', '143552.701000', '143552.704000', '143552.706000', '143552.709000', '143552.711000', '143552.714000', '143552.717000', '143552.720000', '143552.722000', '143552.725000', '143552.727000', '143552.730000', '143552.733000', '143552.735000', '143552.738000', '143552.741000', '143552.753000', '143552.755000', '143552.758000', '143552.761000', '143552.763000', '143552.766000', '143552.768000', '143552.771000', '143552.774000', '143552.776000', '143552.779000', '143552.781000', '143552.784000', '143552.786000', '143552.789000', '143552.792000', '143552.794000', '143552.797000', '143552.875000', '143552.877000', '143552.880000', '143552.883000', '143612.688000', '143612.691000', '143612.693000', '143612.696000', '143612.698000', '143612.701000', '143612.704000', '143612.706000', '143612.709000', '143612.712000', '143612.714000', '143612.717000', '143612.719000', '143612.722000', '143612.724000', '143612.727000', '143612.730000', '143612.732000', '143612.735000', '143612.737000', '143612.740000', '143612.743000', '143612.745000', '143612.748000', '143612.750000', '143612.753000', '143612.756000', '143612.758000', '143612.761000', '143612.763000', '143612.766000', '143612.769000', '143612.771000', '143612.774000', '143612.777000', '143612.779000', '143612.782000', '143612.784000', '143612.787000', '143612.790000', '143612.793000', '143612.795000', '143612.798000', '143612.904000', '143632.689000', '143632.692000', '143632.694000', '143632.697000', '143632.699000', '143632.702000', '143632.705000', '143632.707000', '143632.710000', '143632.713000', '143632.715000', '143632.718000', '143632.720000', '143632.723000', '143632.726000', '143632.728000', '143632.731000', '143632.733000', '143632.736000', '143632.739000', '143632.741000', '143632.744000', '143632.746000', '143632.749000', '143632.752000', '143632.754000', '143632.757000', '143632.759000', '143632.762000', '143632.764000', '143632.767000', '143632.770000', '143632.772000', '143632.775000', '143632.777000', '143632.780000', '143632.783000', '143632.785000', '143632.788000', '143632.790000', '143632.793000', '143632.796000', '143632.798000', '143640.623000', '143640.626000', '143640.629000', '143640.632000', '143640.634000', '143640.637000', '143640.640000', '143640.642000', '143640.645000', '143640.648000', '143640.650000', '143640.653000', '143640.656000', '143640.658000', '143640.661000', '143640.664000', '143640.666000', '143640.669000'], 'InstanceCreationTime': ['142252.733000', '142252.736000', '142252.739000', '142252.741000', '142252.744000', '142252.747000', '142252.749000', '142252.752000', '142252.754000', '142252.757000', '142252.760000', '142252.762000', '142252.765000', '142252.767000', '142252.774000', '142252.776000', '142252.779000', '142252.781000', '142252.784000', '142252.786000', '142252.789000', '142252.792000', '142252.794000', '142252.797000', '142252.799000', '142252.802000', '142252.805000', '142252.807000', '142252.810000', '142252.812000', '142252.815000', '142252.818000', '142252.820000', '142252.823000', '142252.825000', '142252.828000', '142252.830000', '142252.833000', '142252.835000', '142252.838000', '142252.840000', '142252.843000', '142252.846000', '142252.848000', '142252.851000', '142252.853000', '142252.856000', '142252.858000', '142252.861000', '142252.868000', '142252.870000', '142252.873000', '142252.876000', '142252.878000', '142252.881000', '142252.884000', '142252.886000', '142252.889000', '142252.891000', '142312.688000', '142312.691000', '142312.694000', '142312.696000', '142312.699000', '142312.702000', '142312.708000', '142312.711000', '142312.713000', '142312.716000', '142312.719000', '142312.721000', '142312.724000', '142312.726000', '142312.729000', '142312.732000', '142312.734000', '142312.737000', '142312.739000', '142312.742000', '142312.744000', '142312.747000', '142312.750000', '142312.752000', '142312.755000', '142312.757000', '142312.760000', '142312.762000', '142312.765000', '142312.767000', '142312.770000', '142312.773000', '142312.775000', '142312.778000', '142312.780000', '142312.783000', '142312.785000', '142312.788000', '142312.790000', '142312.793000', '142312.796000', '142312.798000', '142312.801000', '142332.689000', '142332.691000', '142332.694000', '142332.697000', '142332.699000', '142332.703000', '142332.706000', '142332.708000', '142332.711000', '142332.713000', '142332.716000', '142332.719000', '142332.721000', '142332.730000', '142332.733000', '142332.735000', '142332.738000', '142332.741000', '142332.743000', '142332.746000', '142332.748000', '142332.751000', '142332.754000', '142332.757000', '142332.760000', '142332.762000', '142332.765000', '142332.767000', '142332.770000', '142332.773000', '142332.775000', '142332.778000', '142332.780000', '142332.783000', '142332.785000', '142332.788000', '142332.790000', '142332.793000', '142332.795000', '142332.798000', '142332.818000', '142332.820000', '142332.823000', '142332.825000', '142352.687000', '142352.690000', '142352.693000', '142352.695000', '142352.698000', '142352.701000', '142352.703000', '142352.706000', '142352.708000', '142352.711000', '142352.714000', '142352.716000', '142352.719000', '142352.721000', '142352.724000', '142352.726000', '142352.733000', '142352.736000', '142352.738000', '142352.741000', '142352.743000', '142352.746000', '142352.749000', '142352.760000', '142352.762000', '142352.765000', '142352.768000', '142352.770000', '142352.773000', '142352.775000', '142352.778000', '142352.781000', '142352.783000', '142352.786000', '142352.788000', '142352.791000', '142352.793000', '142352.796000', '142352.799000', '142352.850000', '142352.852000', '142352.855000', '142352.858000', '142412.688000', '142412.690000', '142412.693000', '142412.695000', '142412.698000', '142412.701000', '142412.703000', '142412.706000', '142412.708000', '142412.711000', '142412.714000', '142412.716000', '142412.719000', '142412.721000', '142412.727000', '142412.730000', '142412.732000', '142412.735000', '142412.738000', '142412.740000', '142412.743000', '142412.745000', '142412.748000', '142412.751000', '142412.753000', '142412.756000', '142412.758000', '142412.761000', '142412.764000', '142412.766000', '142412.769000', '142412.771000', '142412.774000', '142412.777000', '142412.779000', '142412.782000', '142412.784000', '142412.787000', '142412.790000', '142412.792000', '142412.795000', '142412.797000', '142412.842000', '142412.844000', '142432.687000', '142432.690000', '142432.693000', '142432.695000', '142432.698000', '142432.701000', '142432.703000', '142432.706000', '142432.708000', '142432.711000', '142432.714000', '142432.716000', '142432.719000', '142432.722000', '142432.724000', '142432.727000', '142432.729000', '142432.732000', '142432.734000', '142432.737000', '142432.740000', '142432.742000', '142432.745000', '142432.747000', '142432.750000', '142432.753000', '142432.755000', '142432.758000', '142432.760000', '142432.763000', '142432.765000', '142432.768000', '142432.771000', '142432.773000', '142432.776000', '142432.778000', '142432.781000', '142432.784000', '142432.786000', '142432.789000', '142432.791000', '142432.794000', '142432.796000', '142452.688000', '142452.691000', '142452.694000', '142452.696000', '142452.699000', '142452.702000', '142452.704000', '142452.707000', '142452.710000', '142452.713000', '142452.716000', '142452.719000', '142452.721000', '142452.724000', '142452.727000', '142452.729000', '142452.732000', '142452.734000', '142452.737000', '142452.739000', '142452.744000', '142452.747000', '142452.749000', '142452.752000', '142452.754000', '142452.757000', '142452.759000', '142452.762000', '142452.765000', '142452.767000', '142452.770000', '142452.772000', '142452.775000', '142452.777000', '142452.780000', '142452.783000', '142452.785000', '142452.788000', '142452.790000', '142452.793000', '142452.795000', '142452.798000', '142452.830000', '142512.688000', '142512.691000', '142512.694000', '142512.697000', '142512.699000', '142512.702000', '142512.705000', '142512.707000', '142512.710000', '142512.712000', '142512.715000', '142512.718000', '142512.720000', '142512.726000', '142512.729000', '142512.731000', '142512.734000', '142512.736000', '142512.739000', '142512.741000', '142512.744000', '142512.747000', '142512.749000', '142512.752000', '142512.755000', '142512.757000', '142512.760000', '142512.762000', '142512.765000', '142512.767000', '142512.770000', '142512.773000', '142512.775000', '142512.778000', '142512.780000', '142512.783000', '142512.786000', '142512.788000', '142512.791000', '142512.793000', '142512.796000', '142512.799000', '142512.837000', '142512.840000', '142532.688000', '142532.691000', '142532.694000', '142532.696000', '142532.699000', '142532.712000', '142532.715000', '142532.718000', '142532.720000', '142532.723000', '142532.726000', '142532.729000', '142532.732000', '142532.734000', '142532.737000', '142532.740000', '142532.742000', '142532.745000', '142532.748000', '142532.750000', '142532.753000', '142532.756000', '142532.758000', '142532.761000', '142532.763000', '142532.766000', '142532.769000', '142532.771000', '142532.774000', '142532.776000', '142532.779000', '142532.782000', '142532.784000', '142532.787000', '142532.789000', '142532.792000', '142532.795000', '142532.797000', '142532.829000', '142532.832000', '142532.834000', '142532.837000', '142532.839000', '142552.688000', '142552.691000', '142552.694000', '142552.696000', '142552.699000', '142552.702000', '142552.705000', '142552.707000', '142552.710000', '142552.713000', '142552.715000', '142552.718000', '142552.721000', '142552.723000', '142552.726000', '142552.728000', '142552.731000', '142552.734000', '142552.736000', '142552.739000', '142552.741000', '142552.744000', '142552.747000', '142552.749000', '142552.752000', '142552.754000', '142552.757000', '142552.760000', '142552.762000', '142552.765000', '142552.767000', '142552.770000', '142552.773000', '142552.775000', '142552.778000', '142552.780000', '142552.783000', '142552.785000', '142552.788000', '142552.791000', '142552.793000', '142552.796000', '142552.798000', '142552.830000', '142612.688000', '142612.690000', '142612.693000', '142612.696000', '142612.698000', '142612.701000', '142612.704000', '142612.706000', '142612.709000', '142612.711000', '142612.714000', '142612.716000', '142612.719000', '142612.722000', '142612.724000', '142612.727000', '142612.729000', '142612.732000', '142612.735000', '142612.737000', '142612.740000', '142612.742000', '142612.745000', '142612.748000', '142612.750000', '142612.753000', '142612.755000', '142612.758000', '142612.761000', '142612.764000', '142612.766000', '142612.769000', '142612.772000', '142612.774000', '142612.777000', '142612.780000', '142612.783000', '142612.786000', '142612.789000', '142612.791000', '142612.794000', '142612.796000', '142612.799000', '142632.688000', '142632.690000', '142632.693000', '142632.696000', '142632.698000', '142632.701000', '142632.703000', '142632.706000', '142632.709000', '142632.711000', '142632.714000', '142632.716000', '142632.719000', '142632.722000', '142632.724000', '142632.727000', '142632.729000', '142632.732000', '142632.735000', '142632.737000', '142632.740000', '142632.742000', '142632.745000', '142632.747000', '142632.750000', '142632.753000', '142632.755000', '142632.758000', '142632.761000', '142632.763000', '142632.766000', '142632.769000', '142632.771000', '142632.774000', '142632.777000', '142632.779000', '142632.782000', '142632.784000', '142632.787000', '142632.790000', '142632.792000', '142632.795000', '142632.798000', '142632.851000', '142652.688000', '142652.690000', '142652.693000', '142652.696000', '142652.698000', '142652.701000', '142652.704000', '142652.706000', '142652.709000', '142652.712000', '142652.714000', '142652.717000', '142652.719000', '142652.722000', '142652.725000', '142652.727000', '142652.730000', '142652.732000', '142652.735000', '142652.738000', '142652.740000', '142652.743000', '142652.746000', '142652.748000', '142652.751000', '142652.753000', '142652.756000', '142652.759000', '142652.761000', '142652.764000', '142652.804000', '142652.844000', '142652.847000', '142652.849000', '142652.852000', '142652.854000', '142652.857000', '142652.860000', '142652.862000', '142652.865000', '142652.867000', '142652.870000', '142652.872000', '142712.688000', '142712.691000', '142712.694000', '142712.697000', '142712.699000', '142712.702000', '142712.705000', '142712.707000', '142712.710000', '142712.713000', '142712.715000', '142712.718000', '142712.721000', '142712.723000', '142712.726000', '142712.729000', '142712.731000', '142712.734000', '142712.736000', '142712.739000', '142712.742000', '142712.744000', '142712.747000', '142712.749000', '142712.752000', '142712.755000', '142712.757000', '142712.760000', '142712.763000', '142712.765000', '142712.768000', '142712.770000', '142712.773000', '142712.776000', '142712.778000', '142712.781000', '142712.783000', '142712.786000', '142712.789000', '142712.791000', '142712.794000', '142712.797000', '142712.799000', '142712.802000', '142732.688000', '142732.691000', '142732.694000', '142732.697000', '142732.699000', '142732.702000', '142732.704000', '142732.707000', '142732.709000', '142732.712000', '142732.715000', '142732.717000', '142732.720000', '142732.722000', '142732.725000', '142732.728000', '142732.730000', '142732.733000', '142732.736000', '142732.738000', '142732.741000', '142732.743000', '142732.746000', '142732.749000', '142732.751000', '142732.754000', '142732.756000', '142732.759000', '142732.762000', '142732.764000', '142732.767000', '142732.769000', '142732.772000', '142732.775000', '142732.778000', '142732.781000', '142732.784000', '142732.787000', '142732.789000', '142732.792000', '142732.794000', '142732.797000', '142732.841000', '142752.688000', '142752.691000', '142752.694000', '142752.696000', '142752.699000', '142752.702000', '142752.705000', '142752.707000', '142752.710000', '142752.713000', '142752.715000', '142752.718000', '142752.721000', '142752.723000', '142752.726000', '142752.728000', '142752.731000', '142752.734000', '142752.736000', '142752.739000', '142752.741000', '142752.744000', '142752.746000', '142752.749000', '142752.752000', '142752.754000', '142752.757000', '142752.759000', '142752.762000', '142752.767000', '142752.769000', '142752.772000', '142752.774000', '142752.777000', '142752.780000', '142752.782000', '142752.785000', '142752.787000', '142752.790000', '142752.793000', '142752.795000', '142752.798000', '142752.864000', '142752.866000', '142812.689000', '142812.692000', '142812.694000', '142812.697000', '142812.699000', '142812.702000', '142812.704000', '142812.707000', '142812.710000', '142812.712000', '142812.715000', '142812.717000', '142812.720000', '142812.723000', '142812.725000', '142812.728000', '142812.730000', '142812.733000', '142812.736000', '142812.738000', '142812.741000', '142812.744000', '142812.746000', '142812.749000', '142812.751000', '142812.754000', '142812.757000', '142812.759000', '142812.762000', '142812.764000', '142812.767000', '142812.770000', '142812.772000', '142812.775000', '142812.778000', '142812.780000', '142812.783000', '142812.785000', '142812.788000', '142812.790000', '142812.793000', '142812.796000', '142812.798000', '142832.687000', '142832.690000', '142832.693000', '142832.695000', '142832.698000', '142832.701000', '142832.703000', '142832.706000', '142832.708000', '142832.711000', '142832.714000', '142832.716000', '142832.719000', '142832.721000', '142832.724000', '142832.726000', '142832.729000', '142832.732000', '142832.734000', '142832.737000', '142832.740000', '142832.742000', '142832.745000', '142832.748000', '142832.750000', '142832.753000', '142832.755000', '142832.758000', '142832.761000', '142832.763000', '142832.766000', '142832.768000', '142832.771000', '142832.773000', '142832.776000', '142832.778000', '142832.781000', '142832.784000', '142832.786000', '142832.789000', '142832.791000', '142832.794000', '142832.797000', '142832.799000', '142852.687000', '142852.690000', '142852.693000', '142852.695000', '142852.698000', '142852.701000', '142852.703000', '142852.706000', '142852.708000', '142852.711000', '142852.714000', '142852.716000', '142852.719000', '142852.722000', '142852.724000', '142852.727000', '142852.729000', '142852.732000', '142852.735000', '142852.737000', '142852.740000', '142852.742000', '142852.745000', '142852.748000', '142852.750000', '142852.753000', '142852.755000', '142852.758000', '142852.761000', '142852.763000', '142852.766000', '142852.768000', '142852.771000', '142852.773000', '142852.776000', '142852.779000', '142852.781000', '142852.784000', '142852.786000', '142852.789000', '142852.791000', '142852.794000', '142852.797000', '142912.687000', '142912.690000', '142912.693000', '142912.695000', '142912.698000', '142912.701000', '142912.703000', '142912.706000', '142912.708000', '142912.711000', '142912.713000', '142912.716000', '142912.719000', '142912.721000', '142912.724000', '142912.726000', '142912.729000', '142912.732000', '142912.734000', '142912.737000', '142912.739000', '142912.742000', '142912.744000', '142912.747000', '142912.750000', '142912.752000', '142912.755000', '142912.757000', '142912.760000', '142912.763000', '142912.765000', '142912.768000', '142912.770000', '142912.773000', '142912.776000', '142912.778000', '142912.781000', '142912.783000', '142912.786000', '142912.788000', '142912.791000', '142912.794000', '142912.796000', '142912.799000', '142932.689000', '142932.691000', '142932.694000', '142932.696000', '142932.699000', '142932.702000', '142932.704000', '142932.707000', '142932.709000', '142932.712000', '142932.715000', '142932.717000', '142932.720000', '142932.722000', '142932.725000', '142932.727000', '142932.730000', '142932.733000', '142932.735000', '142932.738000', '142932.740000', '142932.743000', '142932.746000', '142932.748000', '142932.751000', '142932.753000', '142932.756000', '142932.759000', '142932.761000', '142932.764000', '142932.766000', '142932.769000', '142932.772000', '142932.774000', '142932.777000', '142932.780000', '142932.782000', '142932.785000', '142932.787000', '142932.790000', '142932.793000', '142932.795000', '142932.798000', '142952.689000', '142952.691000', '142952.694000', '142952.697000', '142952.699000', '142952.702000', '142952.704000', '142952.707000', '142952.733000', '142952.736000', '142952.738000', '142952.741000', '142952.744000', '142952.746000', '142952.749000', '142952.751000', '142952.754000', '142952.756000', '142952.759000', '142952.762000', '142952.764000', '142952.767000', '142952.769000', '142952.772000', '142952.775000', '142952.777000', '142952.780000', '142952.782000', '142952.785000', '142952.788000', '142952.790000', '142952.793000', '142952.795000', '142952.798000', '142952.801000', '142952.803000', '142952.806000', '142952.828000', '142952.831000', '142952.833000', '142952.836000', '142952.839000', '142952.841000', '142952.844000', '143012.688000', '143012.691000', '143012.694000', '143012.697000', '143012.699000', '143012.702000', '143012.704000', '143012.707000', '143012.710000', '143012.712000', '143012.715000', '143012.718000', '143012.720000', '143012.723000', '143012.725000', '143012.728000', '143012.730000', '143012.733000', '143012.736000', '143012.738000', '143012.741000', '143012.744000', '143012.746000', '143012.749000', '143012.751000', '143012.754000', '143012.757000', '143012.759000', '143012.762000', '143012.764000', '143012.767000', '143012.769000', '143012.772000', '143012.775000', '143012.777000', '143012.780000', '143012.783000', '143012.785000', '143012.788000', '143012.790000', '143012.793000', '143012.796000', '143012.798000', '143032.688000', '143032.691000', '143032.694000', '143032.697000', '143032.699000', '143032.702000', '143032.705000', '143032.707000', '143032.710000', '143032.712000', '143032.715000', '143032.718000', '143032.720000', '143032.723000', '143032.725000', '143032.728000', '143032.731000', '143032.733000', '143032.736000', '143032.739000', '143032.741000', '143032.744000', '143032.746000', '143032.749000', '143032.752000', '143032.754000', '143032.757000', '143032.759000', '143032.762000', '143032.764000', '143032.767000', '143032.769000', '143032.772000', '143032.775000', '143032.777000', '143032.780000', '143032.782000', '143032.785000', '143032.787000', '143032.790000', '143032.793000', '143032.795000', '143032.798000', '143032.852000', '143052.688000', '143052.690000', '143052.693000', '143052.696000', '143052.698000', '143052.701000', '143052.704000', '143052.706000', '143052.709000', '143052.712000', '143052.714000', '143052.717000', '143052.719000', '143052.722000', '143052.725000', '143052.727000', '143052.730000', '143052.732000', '143052.735000', '143052.738000', '143052.740000', '143052.743000', '143052.745000', '143052.748000', '143052.751000', '143052.753000', '143052.756000', '143052.758000', '143052.761000', '143052.763000', '143052.766000', '143052.769000', '143052.771000', '143052.774000', '143052.777000', '143052.779000', '143052.782000', '143052.784000', '143052.787000', '143052.790000', '143052.792000', '143052.795000', '143052.797000', '143112.687000', '143112.690000', '143112.693000', '143112.696000', '143112.698000', '143112.711000', '143112.714000', '143112.716000', '143112.719000', '143112.721000', '143112.724000', '143112.726000', '143112.729000', '143112.732000', '143112.734000', '143112.737000', '143112.739000', '143112.742000', '143112.745000', '143112.748000', '143112.750000', '143112.753000', '143112.755000', '143112.758000', '143112.761000', '143112.763000', '143112.766000', '143112.768000', '143112.771000', '143112.774000', '143112.777000', '143112.780000', '143112.783000', '143112.785000', '143112.788000', '143112.791000', '143112.793000', '143112.796000', '143112.798000', '143112.901000', '143112.904000', '143112.906000', '143112.909000', '143132.688000', '143132.691000', '143132.693000', '143132.696000', '143132.698000', '143132.701000', '143132.704000', '143132.706000', '143132.709000', '143132.711000', '143132.714000', '143132.717000', '143132.719000', '143132.722000', '143132.724000', '143132.727000', '143132.730000', '143132.732000', '143132.735000', '143132.738000', '143132.740000', '143132.743000', '143132.746000', '143132.748000', '143132.751000', '143132.753000', '143132.756000', '143132.758000', '143132.761000', '143132.764000', '143132.766000', '143132.769000', '143132.772000', '143132.774000', '143132.777000', '143132.780000', '143132.782000', '143132.785000', '143132.787000', '143132.790000', '143132.793000', '143132.795000', '143132.798000', '143132.896000', '143152.689000', '143152.691000', '143152.694000', '143152.697000', '143152.699000', '143152.702000', '143152.705000', '143152.707000', '143152.710000', '143152.713000', '143152.715000', '143152.718000', '143152.720000', '143152.723000', '143152.726000', '143152.728000', '143152.731000', '143152.734000', '143152.736000', '143152.739000', '143152.742000', '143152.744000', '143152.747000', '143152.750000', '143152.752000', '143152.755000', '143152.757000', '143152.760000', '143152.763000', '143152.765000', '143152.768000', '143152.770000', '143152.773000', '143152.776000', '143152.778000', '143152.781000', '143152.783000', '143152.786000', '143152.789000', '143152.791000', '143152.794000', '143152.796000', '143152.799000', '143152.873000', '143212.689000', '143212.692000', '143212.694000', '143212.697000', '143212.699000', '143212.702000', '143212.704000', '143212.707000', '143212.710000', '143212.712000', '143212.715000', '143212.718000', '143212.720000', '143212.723000', '143212.725000', '143212.728000', '143212.731000', '143212.734000', '143212.736000', '143212.739000', '143212.741000', '143212.744000', '143212.746000', '143212.749000', '143212.752000', '143212.754000', '143212.757000', '143212.759000', '143212.762000', '143212.765000', '143212.767000', '143212.770000', '143212.772000', '143212.775000', '143212.778000', '143212.780000', '143212.783000', '143212.786000', '143212.788000', '143212.791000', '143212.793000', '143212.796000', '143212.798000', '143232.689000', '143232.692000', '143232.694000', '143232.697000', '143232.700000', '143232.702000', '143232.705000', '143232.707000', '143232.710000', '143232.712000', '143232.715000', '143232.718000', '143232.720000', '143232.723000', '143232.726000', '143232.728000', '143232.731000', '143232.733000', '143232.736000', '143232.739000', '143232.742000', '143232.745000', '143232.747000', '143232.750000', '143232.753000', '143232.755000', '143232.758000', '143232.761000', '143232.763000', '143232.766000', '143232.769000', '143232.771000', '143232.774000', '143232.776000', '143232.779000', '143232.782000', '143232.785000', '143232.788000', '143232.791000', '143232.793000', '143232.796000', '143232.799000', '143232.866000', '143252.689000', '143252.692000', '143252.694000', '143252.697000', '143252.699000', '143252.702000', '143252.705000', '143252.707000', '143252.710000', '143252.713000', '143252.715000', '143252.718000', '143252.721000', '143252.723000', '143252.726000', '143252.729000', '143252.731000', '143252.734000', '143252.737000', '143252.739000', '143252.742000', '143252.745000', '143252.747000', '143252.750000', '143252.752000', '143252.755000', '143252.758000', '143252.760000', '143252.763000', '143252.766000', '143252.768000', '143252.771000', '143252.773000', '143252.776000', '143252.779000', '143252.781000', '143252.784000', '143252.786000', '143252.789000', '143252.792000', '143252.794000', '143252.797000', '143252.799000', '143252.802000', '143312.688000', '143312.691000', '143312.694000', '143312.697000', '143312.699000', '143312.702000', '143312.704000', '143312.707000', '143312.710000', '143312.712000', '143312.715000', '143312.717000', '143312.720000', '143312.723000', '143312.725000', '143312.728000', '143312.731000', '143312.733000', '143312.736000', '143312.739000', '143312.741000', '143312.744000', '143312.749000', '143312.752000', '143312.755000', '143312.757000', '143312.760000', '143312.763000', '143312.765000', '143312.768000', '143312.771000', '143312.773000', '143312.776000', '143312.778000', '143312.781000', '143312.783000', '143312.786000', '143312.789000', '143312.791000', '143312.794000', '143312.796000', '143312.799000', '143312.872000', '143332.688000', '143332.690000', '143332.693000', '143332.696000', '143332.698000', '143332.701000', '143332.703000', '143332.706000', '143332.709000', '143332.711000', '143332.714000', '143332.716000', '143332.719000', '143332.722000', '143332.724000', '143332.727000', '143332.730000', '143332.733000', '143332.735000', '143332.738000', '143332.741000', '143332.743000', '143332.746000', '143332.749000', '143332.751000', '143332.754000', '143332.757000', '143332.773000', '143332.776000', '143332.779000', '143332.782000', '143332.784000', '143332.787000', '143332.790000', '143332.792000', '143332.795000', '143332.798000', '143332.886000', '143332.888000', '143332.891000', '143332.894000', '143332.896000', '143332.899000', '143332.901000', '143352.688000', '143352.690000', '143352.693000', '143352.696000', '143352.698000', '143352.701000', '143352.704000', '143352.706000', '143352.709000', '143352.711000', '143352.714000', '143352.716000', '143352.719000', '143352.722000', '143352.724000', '143352.727000', '143352.730000', '143352.732000', '143352.735000', '143352.738000', '143352.741000', '143352.743000', '143352.746000', '143352.749000', '143352.751000', '143352.754000', '143352.756000', '143352.759000', '143352.762000', '143352.764000', '143352.767000', '143352.769000', '143352.772000', '143352.775000', '143352.777000', '143352.780000', '143352.783000', '143352.786000', '143352.788000', '143352.791000', '143352.793000', '143352.796000', '143352.799000', '143412.689000', '143412.691000', '143412.694000', '143412.697000', '143412.699000', '143412.702000', '143412.704000', '143412.707000', '143412.710000', '143412.712000', '143412.715000', '143412.718000', '143412.721000', '143412.723000', '143412.726000', '143412.728000', '143412.731000', '143412.734000', '143412.736000', '143412.739000', '143412.742000', '143412.744000', '143412.747000', '143412.750000', '143412.752000', '143412.755000', '143412.758000', '143412.760000', '143412.763000', '143412.765000', '143412.768000', '143412.770000', '143412.773000', '143412.776000', '143412.778000', '143412.781000', '143412.783000', '143412.786000', '143412.789000', '143412.791000', '143412.794000', '143412.796000', '143412.799000', '143412.909000', '143432.689000', '143432.691000', '143432.694000', '143432.697000', '143432.699000', '143432.702000', '143432.705000', '143432.707000', '143432.710000', '143432.712000', '143432.715000', '143432.718000', '143432.720000', '143432.723000', '143432.725000', '143432.728000', '143432.731000', '143432.733000', '143432.736000', '143432.739000', '143432.741000', '143432.744000', '143432.746000', '143432.749000', '143432.752000', '143432.754000', '143432.757000', '143432.760000', '143432.763000', '143432.766000', '143432.768000', '143432.771000', '143432.773000', '143432.776000', '143432.779000', '143432.781000', '143432.784000', '143432.786000', '143432.789000', '143432.792000', '143432.794000', '143432.797000', '143432.799000', '143452.689000', '143452.692000', '143452.694000', '143452.697000', '143452.700000', '143452.703000', '143452.705000', '143452.708000', '143452.710000', '143452.713000', '143452.716000', '143452.718000', '143452.721000', '143452.723000', '143452.726000', '143452.729000', '143452.731000', '143452.734000', '143452.737000', '143452.739000', '143452.742000', '143452.744000', '143452.747000', '143452.749000', '143452.752000', '143452.755000', '143452.757000', '143452.760000', '143452.762000', '143452.765000', '143452.768000', '143452.770000', '143452.773000', '143452.775000', '143452.778000', '143452.781000', '143452.783000', '143452.786000', '143452.788000', '143452.791000', '143452.794000', '143452.796000', '143452.799000', '143452.890000', '143512.689000', '143512.691000', '143512.694000', '143512.697000', '143512.699000', '143512.702000', '143512.704000', '143512.707000', '143512.710000', '143512.712000', '143512.715000', '143512.717000', '143512.720000', '143512.723000', '143512.725000', '143512.728000', '143512.731000', '143512.733000', '143512.736000', '143512.738000', '143512.741000', '143512.743000', '143512.746000', '143512.749000', '143512.751000', '143512.754000', '143512.756000', '143512.759000', '143512.762000', '143512.764000', '143512.767000', '143512.770000', '143512.772000', '143512.775000', '143512.778000', '143512.780000', '143512.783000', '143512.785000', '143512.788000', '143512.791000', '143512.793000', '143512.796000', '143512.799000', '143532.688000', '143532.690000', '143532.693000', '143532.696000', '143532.698000', '143532.701000', '143532.703000', '143532.706000', '143532.709000', '143532.711000', '143532.714000', '143532.716000', '143532.719000', '143532.722000', '143532.724000', '143532.727000', '143532.729000', '143532.732000', '143532.735000', '143532.737000', '143532.740000', '143532.742000', '143532.745000', '143532.748000', '143532.750000', '143532.753000', '143532.755000', '143532.758000', '143532.761000', '143532.763000', '143532.766000', '143532.768000', '143532.771000', '143532.774000', '143532.776000', '143532.779000', '143532.782000', '143532.784000', '143532.787000', '143532.789000', '143532.792000', '143532.795000', '143532.797000', '143532.854000', '143552.688000', '143552.691000', '143552.693000', '143552.696000', '143552.698000', '143552.701000', '143552.704000', '143552.706000', '143552.709000', '143552.711000', '143552.714000', '143552.717000', '143552.720000', '143552.722000', '143552.725000', '143552.727000', '143552.730000', '143552.733000', '143552.735000', '143552.738000', '143552.741000', '143552.753000', '143552.755000', '143552.758000', '143552.761000', '143552.763000', '143552.766000', '143552.768000', '143552.771000', '143552.774000', '143552.776000', '143552.779000', '143552.781000', '143552.784000', '143552.786000', '143552.789000', '143552.792000', '143552.794000', '143552.797000', '143552.875000', '143552.877000', '143552.880000', '143552.883000', '143612.688000', '143612.691000', '143612.693000', '143612.696000', '143612.698000', '143612.701000', '143612.704000', '143612.706000', '143612.709000', '143612.712000', '143612.714000', '143612.717000', '143612.719000', '143612.722000', '143612.724000', '143612.727000', '143612.730000', '143612.732000', '143612.735000', '143612.737000', '143612.740000', '143612.743000', '143612.745000', '143612.748000', '143612.750000', '143612.753000', '143612.756000', '143612.758000', '143612.761000', '143612.763000', '143612.766000', '143612.769000', '143612.771000', '143612.774000', '143612.777000', '143612.779000', '143612.782000', '143612.784000', '143612.787000', '143612.790000', '143612.793000', '143612.795000', '143612.798000', '143612.904000', '143632.689000', '143632.692000', '143632.694000', '143632.697000', '143632.699000', '143632.702000', '143632.705000', '143632.707000', '143632.710000', '143632.713000', '143632.715000', '143632.718000', '143632.720000', '143632.723000', '143632.726000', '143632.728000', '143632.731000', '143632.733000', '143632.736000', '143632.739000', '143632.741000', '143632.744000', '143632.746000', '143632.749000', '143632.752000', '143632.754000', '143632.757000', '143632.759000', '143632.762000', '143632.764000', '143632.767000', '143632.770000', '143632.772000', '143632.775000', '143632.777000', '143632.780000', '143632.783000', '143632.785000', '143632.788000', '143632.790000', '143632.793000', '143632.796000', '143632.798000', '143640.623000', '143640.626000', '143640.629000', '143640.632000', '143640.634000', '143640.637000', '143640.640000', '143640.642000', '143640.645000', '143640.648000', '143640.650000', '143640.653000', '143640.656000', '143640.658000', '143640.661000', '143640.664000', '143640.666000', '143640.669000'], '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': [10693, 14707, 8825, 17922, 14049, 8718, 17003, 10787, 8013, 10375, 8112, 15291, 8798, 16664, 8790, 15809, 9992, 18608, 12257, 13302, 9642, 9905, 10222, 8805, 10679, 8053, 15901, 8046, 13637, 8654, 13840, 9744, 16358, 11096, 12077, 9492, 8266, 10100, 7736, 10479, 7892, 15477, 7850, 15566, 8826, 12482, 9464, 13041, 10955, 11200, 9813, 7909, 9759, 7913, 10965, 8735, 13449, 10105, 16891, 9662, 12599, 9917, 11964, 9920, 10914, 10224, 8175, 10194, 8467, 11109, 8486, 12093, 9882, 14074, 10771, 11056, 8966, 8346, 9375, 8367, 10108, 7844, 12985, 9485, 13954, 9303, 11307, 9637, 11006, 9503, 8372, 10430, 8308, 10457, 8046, 11644, 8839, 13785, 9797, 17878, 12363, 12458, 9197, 7993, 9673, 7663, 11430, 8899, 17238, 13652, 11334, 9741, 7811, 11868, 8676, 12395, 10267, 12398, 20521, 14862, 17716, 13380, 8136, 14262, 9346, 13561, 13838, 10073, 20104, 15266, 11011, 21007, 15835, 11623, 21515, 17030, 9067, 11788, 9238, 12259, 9514, 7658, 12715, 9454, 7941, 9107, 7991, 11664, 9581, 9168, 9420, 8455, 11368, 8793, 12812, 10147, 7852, 10586, 7859, 11981, 9516, 12103, 10276, 17188, 17839, 8024, 11553, 8574, 8129, 13306, 9020, 7983, 11636, 8573, 13890, 11052, 8541, 13341, 8701, 16032, 11267, 19482, 13255, 18639, 15305, 11614, 13508, 8914, 13910, 9094, 18237, 13879, 18660, 10429, 10732, 11043, 8050, 13538, 8298, 15298, 8334, 14174, 8846, 12928, 9326, 8939, 12314, 8039, 12637, 7658, 12845, 8589, 13861, 9246, 10208, 10665, 7810, 11869, 8134, 13747, 8996, 14541, 9800, 12722, 10574, 7844, 12167, 8111, 14028, 9583, 16040, 10046, 13149, 10376, 7922, 12984, 8617, 15557, 12723, 14459, 10241, 7965, 12237, 8098, 16621, 12426, 20062, 10904, 13653, 10974, 7922, 13185, 8620, 17274, 12957, 17680, 9618, 8279, 11310, 7751, 14047, 8801, 15947, 8553, 9787, 10149, 7905, 13093, 9229, 7668, 10265, 8176, 9846, 10387, 8394, 11988, 8861, 8004, 12754, 9421, 11879, 9604, 8382, 11362, 10703, 19266, 14944, 13288, 18457, 12111, 19544, 15734, 17712, 14778, 12276, 19236, 13982, 14825, 10680, 7753, 11573, 8242, 18898, 14439, 15233, 10125, 7973, 10717, 8226, 14371, 10277, 10912, 9919, 8014, 11140, 7978, 12933, 9918, 7989, 11437, 7656, 12058, 9105, 10839, 10178, 7808, 14914, 9007, 9456, 9402, 7784, 12024, 9387, 13472, 11125, 7770, 12079, 8240, 12164, 9162, 7709, 12805, 10433, 15355, 10515, 8116, 11686, 8735, 13644, 10052, 9211, 16771, 9880, 16704, 9317, 9325, 10279, 7550, 12764, 8865, 16419, 10867, 12141, 9395, 7705, 11521, 7849, 14558, 10082, 14701, 9001, 8588, 10372, 7783, 12932, 9451, 14091, 9435, 7796, 10581, 8344, 12589, 9340, 14662, 11755, 8248, 10832, 7909, 13130, 9354, 12928, 10078, 7887, 10885, 7969, 12206, 8562, 13844, 9863, 14481, 10262, 7802, 11064, 7842, 12180, 8765, 14560, 10233, 13875, 10164, 8177, 11503, 8142, 12656, 9138, 14399, 10226, 8920, 9850, 8482, 11246, 8342, 13017, 9602, 14608, 11569, 8137, 9924, 7849, 12027, 8202, 13592, 9976, 10011, 10597, 7987, 11777, 8539, 9638, 10656, 8307, 16327, 12926, 10018, 10614, 7976, 10421, 9878, 8106, 14450, 10706, 17049, 12757, 8678, 10635, 8163, 17903, 11770, 14865, 13762, 8680, 15943, 9057, 11258, 9351, 7686, 11002, 7830, 12425, 8682, 14567, 10848, 13431, 8845, 11922, 9604, 13812, 10113, 10286, 10551, 7657, 10888, 8545, 12267, 8852, 12734, 9730, 10459, 9626, 7785, 11616, 8172, 12661, 9135, 8184, 13972, 8858, 12146, 9622, 8187, 14569, 11574, 18203, 14516, 11613, 12166, 9114, 13579, 8578, 17726, 13833, 18377, 11348, 8692, 11131, 8005, 12390, 7971, 14744, 10327, 14308, 9209, 7971, 11257, 7944, 14088, 9617, 7970, 12206, 8107, 11118, 8447, 8088, 10400, 8399, 12410, 10400, 17788, 11586, 18157, 12390, 16482, 12008, 16179, 11911, 16557, 13664, 10132, 10887, 7798, 11461, 7924, 12554, 8881, 14223, 10856, 16646, 11325, 8034, 10445, 7809, 11474, 7917, 15321, 10371, 17308, 10060, 14213, 9443, 12936, 9717, 14282, 11680, 11402, 10414, 7676, 10875, 7606, 11509, 7712, 13026, 8216, 14637, 8543, 12348, 9213, 12873, 9367, 12486, 9813, 7692, 10093, 7604, 10819, 7644, 11824, 7712, 15022, 9775, 14227, 8645, 12967, 9117, 12166, 10378, 8058, 11188, 7899, 11340, 8351, 12617, 9507, 14872, 11042, 11591, 9466, 8005, 10766, 7987, 11931, 8059, 15855, 8350, 15751, 8786, 12974, 9137, 12459, 10281, 8365, 12260, 8044, 13709, 9422, 14674, 10724, 16223, 11614, 9527, 14970, 7907, 14872, 9010, 16035, 11324, 17363, 12939, 8107, 10688, 7677, 11756, 8099, 14590, 10318, 17155, 12206, 11716, 9634, 7796, 12050, 8525, 18010, 13360, 15471, 10627, 9095, 10064, 7968, 14588, 10958, 16936, 10429, 10936, 10028, 7777, 12510, 8827, 18743, 14634, 12642, 10425, 7815, 11421, 9081, 14762, 10300, 8134, 14360, 9919, 7820, 9380, 7913, 12127, 9490, 8796, 9828, 9024, 14825, 9835, 16983, 9892, 11649, 9610, 7694, 14738, 11960, 19775, 16151, 12051, 10080, 8314, 19609, 15394, 9236, 10493, 8474, 8028, 9606, 7765, 12938, 9520, 13241, 9692, 14680, 11844, 17790, 11691, 14288, 10953, 12204, 11133, 11668, 10816, 8660, 13458, 7486, 11756, 8608, 12482, 9426, 8424, 10293, 7665, 12534, 8885, 12358, 9091, 11251, 9340, 7768, 11367, 7491, 12444, 8806, 12956, 9737, 9962, 11208, 7856, 13615, 9091, 10402, 9019, 7680, 11838, 9236, 16187, 9819, 8063, 10345, 7674, 12986, 10281, 8163, 13945, 8431, 12372, 9442, 7836, 12009, 10099, 14458, 11854, 8137, 18143, 9156, 10468, 9512, 7781, 11752, 7722, 16965, 13025, 18046, 12064, 13092, 9267, 7686, 11622, 7983, 16577, 10715, 9751, 9241, 7613, 12044, 10475, 14917, 11463, 8155, 9817, 7702, 12487, 10608, 11704, 10430, 7645, 12070, 9443, 8236, 11064, 9073, 8135, 11874, 9546, 15815, 11190, 9134, 11829, 9569, 17847, 12149, 15144, 15001, 10221, 18621, 9433, 14896, 9206, 12184, 9713, 8589, 12033, 7668, 13812, 9215, 10947, 8581, 7653, 10892, 7594, 13428, 8647, 12572, 9144, 8487, 9487, 7769, 13263, 9487, 15422, 9756, 11249, 9711, 7743, 10764, 8008, 14698, 9032, 10539, 8890, 7743, 11052, 8375, 15357, 12701, 12019, 9513, 8007, 11421, 8231, 17970, 13899, 19370, 12164, 14259, 11170, 11696, 11342, 8408, 15361, 8768, 14883, 9473, 7844, 11544, 7981, 12429, 9261, 8046, 13932, 9291, 8274, 11645, 8619, 12320, 10172, 8674, 17060, 13392, 18575, 14839, 14353, 20244, 13219, 17762, 12880, 8551, 12338, 7884, 13987, 9146, 17666, 13202, 18199, 11275, 12634, 9069, 9099, 10492, 7928, 12139, 7760, 11087, 7990, 12464, 8692, 12861, 9397, 7966, 10662, 7740, 11096, 8548, 11284, 8939, 7833, 11829, 7739, 11958, 8509, 13005, 9522, 15672, 12565, 15780, 11180, 7909, 10814, 7806, 11577, 7781, 18720, 13560, 19374, 11799, 15122, 9097, 12562, 9468, 11285, 11601, 7793, 11375, 7730, 11739, 8324, 13505, 10399, 17649, 12054, 8383, 10617, 7682, 11641, 8449, 16854, 12498, 10616, 9908, 7810, 12361, 8991, 8251, 13307, 8334, 8343, 8234, 8412, 10238, 10349, 8758, 11887, 14039, 11262, 11621, 17364, 19260, 17024, 19336, 17285, 19422, 14421, 16624, 10383, 14654, 9354, 13137, 10170, 12053, 12535, 11859, 8991, 11623, 7558, 11618, 7429, 11012, 7780, 10227, 7419, 10117, 7783, 10661, 7584, 11241, 7634, 11463, 7678, 11811, 7729, 12266, 8756, 12117, 9184, 14854, 9827, 13048, 8931, 12538, 9298, 12351, 9851, 13142, 11031, 10546, 9078, 7805, 9221, 8217, 10446, 7771, 12081, 9704, 13967, 9863, 7812, 8637, 8079, 11205, 8386, 14263, 11307, 17673, 14645, 10315, 9382, 8306, 11795, 7985, 13854, 8872, 19005, 14304, 17876, 9219, 13247, 9474, 11701, 10215, 8638, 11995, 7710, 14259, 8954, 11962, 8801, 9108, 9730, 8149, 13811, 8255, 13525, 9183, 13183, 10487, 11388, 10266, 8331, 10966, 8039, 12352, 8383, 16426, 12080, 15744, 9981, 7985, 11054, 7719, 14255, 10727, 18577, 13959, 12629, 9478, 8418, 11567, 7830, 17261, 13238, 15015, 10339, 8248, 10697, 8161, 12262, 8192, 18036, 14084, 10917, 10384, 7703, 12742, 8864, 7975, 10371, 7934, 13913, 11045, 12259, 9735, 8148, 11812, 7809, 13406, 9722, 8726, 11209, 9590, 18466, 13422, 9245, 14054, 9862, 8813, 12773, 10136, 12630, 13022, 9481, 15553, 12268, 9396, 14424, 10566, 19368, 13303, 14222, 17427, 9313, 15591, 10431, 15066, 10285, 11515, 11496, 9247, 13540, 8988, 16718, 9526, 14082, 9399, 10709, 9672, 9215, 12559, 8931, 12525, 8308, 12406, 8361, 13370, 9365, 14585, 9962, 15377, 9661, 12029, 11123, 9551, 12692, 8775, 12151, 8699, 12599, 8385, 15800, 10665, 16158, 10085, 14813, 10836, 16438, 11986, 12182, 12086, 8430, 13054, 7972, 14706, 9317, 18120, 13327, 21721, 12498, 13171, 11122, 8802, 14460, 9583, 20394, 14255, 19056, 12739, 10672, 11438, 8239, 17031, 11949, 17488, 10886, 9645, 11288, 8153, 16858, 12802, 19102, 11690, 12795, 9663, 9069, 12454, 8254, 13238, 8067, 13375, 9339, 15851, 10889, 9677, 10374, 8232, 11193, 8310, 13163, 9890, 16981, 10613, 8404, 10526, 8016, 12630, 9862, 11939, 12333, 8796, 16138, 10390, 8428, 10109, 8438, 8476, 12713, 12363, 12123, 10847, 16321, 12002, 15678, 15931, 12630, 17483, 16530, 16797, 20597, 15874, 20488, 14694, 19922, 13336, 19228, 11557, 17273, 9004, 18036, 13079, 18334, 8185, 9218, 10061, 8765, 12824, 7999, 8437, 8237, 7754, 10562, 8864, 12190, 9763, 10433, 8749, 7976, 11439, 8384, 14365, 10796, 9119, 14405, 11406, 16863, 13201, 12267, 11143, 7733, 15033, 10579, 18445, 10931, 13208, 8995, 8055, 12502, 7892, 15482, 9038, 10121, 8778, 8178, 11643, 7859, 13197, 9285, 14588, 9336, 8389, 9701, 8481, 13198, 9317, 11509, 9353, 8411, 11174, 8156, 13019, 9168, 10419, 9769, 8241, 15105, 9757, 12368, 8530, 8395, 10804, 8234, 12813, 9051, 15300, 9510, 10124, 8805, 8621, 11433, 8126, 13688, 9294, 13403, 9566, 9248, 11030, 8290, 14303, 8702, 13304, 8806, 13297, 9519, 11552, 9440, 8608, 9376, 8303, 11748, 8310, 11631, 8419, 12080, 8843, 12949, 9407, 11643, 8045, 8121, 9361, 8229, 12490, 8493, 13335, 9263, 13397, 10933, 11882, 9726, 8398, 10913, 8179, 12074, 8016, 17002, 10869, 16716, 10670, 14626, 9905, 14580, 11676, 10405, 10047, 8736, 11146, 8494, 12396, 8092, 16241, 8596, 14512, 9276, 13898, 11704, 13756, 9622, 8272, 9985, 8485, 12633, 8586, 14455, 8569, 13326, 9030, 13085, 11632, 14385, 10325, 8681, 10343, 8606, 11582, 8240, 11971, 8114, 16166, 11913, 18191, 14162, 10750, 9561, 8270, 10996, 8182, 11734, 8192, 12366, 9228, 17039, 10463, 17850, 8870, 14262, 9287, 13790, 10527, 13672, 11577, 15813, 11096, 14832, 9147, 10963, 9389, 10056, 10326, 8591, 11122, 8169, 11153, 7970, 11835, 8114, 12813, 8760, 14750, 9307, 12825, 8602, 12422, 8129, 11455, 8364, 8824, 8653, 8427, 9773, 7877, 11082, 8201, 11757, 8438, 15271, 12148, 16356, 11714, 9713, 9414, 8286, 10438, 8419, 10950, 8404, 15633, 9738, 18477, 14625, 17771, 10745, 10770, 9988, 8205, 11207, 9375, 15586, 9527, 18411, 13036, 16987, 10266, 14396, 9700, 13290, 11680, 11321, 13467, 8695, 14566, 7988, 12417, 8721, 12921, 9551, 13559, 10825, 10007, 10707, 8149, 11553, 8070, 12572, 9141, 13254, 10041, 17398, 11869, 9129, 9817, 8476, 10619, 8201, 12335, 9223, 17958, 12654, 17809, 9977, 14433, 9374, 11808, 8863, 8764, 12203, 7981, 14163, 10681, 11606, 12147, 8221, 13546, 8326, 14690, 9648, 14893, 10082, 16795, 11764, 11071, 10516, 8359, 10703, 8155, 11171, 8033, 13186, 8784, 14295, 10030, 10024, 7955, 8192, 8681, 8290, 11357, 8434, 13194, 8496, 11987, 8715, 13035, 9533, 14012, 11182, 13310, 10195, 8086, 10700, 8087, 11867, 8448, 16650, 12428, 18851, 11079, 16105, 9522, 14631, 10469, 15246, 12870, 11502, 10703, 8474, 10868, 8132, 11764, 8625, 13429, 10023, 15927, 11257, 11690, 9087, 7878, 9830, 8137, 12036, 9159, 16886, 10363, 16753, 9698, 14054, 10135, 13292, 9745, 10101, 9825, 8319, 11119, 8142, 14616, 8997, 16412, 11608, 15833, 10959, 8118, 12684, 9005, 10111, 8882, 8333, 9935, 8079, 11955, 9171, 12971, 9914, 10852, 11115, 8179, 14440, 9623, 14515, 10459, 11079, 12202, 9536, 19172, 14140, 12298, 9569, 8473, 11920, 8264, 12642, 9539, 14659, 9848, 12239, 10740, 8081, 14065, 8570, 12138, 8844, 7709, 10384, 8215, 12963, 9785, 8359, 9331, 7894, 15222, 9268, 7799, 10072, 8194, 14973, 10212, 13932, 10860, 9364, 10195, 8013, 15154, 9334, 15621, 9252, 7958, 10077, 8047, 11438, 8871, 9801, 8821, 8073, 10104, 7903, 12365, 9033, 10056, 8922, 8218, 11649, 9566, 12437, 9693, 8338, 11780, 8590, 8965, 9712, 8279, 13431, 9896, 8622, 12210, 9969, 12284, 13957, 10698, 13133, 10001, 8385, 11351, 9102, 8210, 13564, 9716, 8925, 10270, 8529, 13631, 9441, 14516, 10882, 10967, 18728, 15505, 18991, 15561, 12625, 19001, 11473, 10030, 11219, 8361, 17822, 11301, 14772, 10931, 8002, 12474, 8731, 13931, 8868, 7739, 13794, 9962, 8496, 16238, 11692, 12959, 9214, 7745, 13549, 9346, 13853, 9628, 12534, 9839, 10265, 15985, 9519, 12482, 8722], 'WindowCenter': [4821.0, 4829.0, 4742.0, 4810.0, 4776.0, 4728.0, 4809.0, 4747.0, 4706.0, 4735.0, 4706.0, 4773.0, 4716.0, 4780.0, 4714.0, 4772.0, 4734.0, 4792.0, 4753.0, 4760.0, 4722.0, 4723.0, 4722.0, 4712.0, 4730.0, 4691.0, 4781.0, 4692.0, 4758.0, 4701.0, 4759.0, 4722.0, 4781.0, 4740.0, 4742.0, 4721.0, 4703.0, 4731.0, 4693.0, 4731.0, 4691.0, 4773.0, 4693.0, 4771.0, 4712.0, 4751.0, 4722.0, 4762.0, 4743.0, 4745.0, 4723.0, 4702.0, 4724.0, 4703.0, 4759.0, 4726.0, 4764.0, 4736.0, 4794.0, 4735.0, 4766.0, 4735.0, 4754.0, 4734.0, 4744.0, 4734.0, 4705.0, 4730.0, 4713.0, 4744.0, 4715.0, 4755.0, 4735.0, 4772.0, 4745.0, 4744.0, 4726.0, 4715.0, 4726.0, 4716.0, 4746.0, 4716.0, 4777.0, 4736.0, 4775.0, 4738.0, 4758.0, 4737.0, 4756.0, 4738.0, 4729.0, 4759.0, 4715.0, 4747.0, 4720.0, 4758.0, 4738.0, 4775.0, 4748.0, 4806.0, 4778.0, 4767.0, 4738.0, 4718.0, 4739.0, 4720.0, 4767.0, 4741.0, 4808.0, 4789.0, 4758.0, 4754.0, 4749.0, 4811.0, 4783.0, 4823.0, 4790.0, 4807.0, 4844.0, 4842.0, 4804.0, 4815.0, 4728.0, 4785.0, 4710.0, 4788.0, 4804.0, 4750.0, 4819.0, 4773.0, 4717.0, 4791.0, 4769.0, 4743.0, 4805.0, 4781.0, 4698.0, 4727.0, 4698.0, 4738.0, 4710.0, 4679.0, 4753.0, 4714.0, 4692.0, 4701.0, 4691.0, 4743.0, 4723.0, 4725.0, 4724.0, 4705.0, 4743.0, 4717.0, 4766.0, 4735.0, 4707.0, 4747.0, 4708.0, 4756.0, 4736.0, 4794.0, 4789.0, 4795.0, 4782.0, 4663.0, 4723.0, 4700.0, 4703.0, 4763.0, 4728.0, 4720.0, 4757.0, 4729.0, 4789.0, 4784.0, 4730.0, 4791.0, 4730.0, 4797.0, 4761.0, 4808.0, 4769.0, 4810.0, 4789.0, 4745.0, 4753.0, 4701.0, 4752.0, 4702.0, 4771.0, 4752.0, 4783.0, 4721.0, 4720.0, 4718.0, 4693.0, 4749.0, 4692.0, 4762.0, 4692.0, 4760.0, 4703.0, 4752.0, 4713.0, 4713.0, 4743.0, 4693.0, 4741.0, 4694.0, 4753.0, 4704.0, 4763.0, 4715.0, 4735.0, 4736.0, 4694.0, 4743.0, 4706.0, 4766.0, 4718.0, 4765.0, 4737.0, 4757.0, 4735.0, 4706.0, 4745.0, 4706.0, 4765.0, 4725.0, 4775.0, 4726.0, 4765.0, 4735.0, 4708.0, 4766.0, 4718.0, 4776.0, 4767.0, 4776.0, 4736.0, 4707.0, 4757.0, 4709.0, 4786.0, 4757.0, 4805.0, 4735.0, 4765.0, 4734.0, 4706.0, 4755.0, 4716.0, 4785.0, 4755.0, 4784.0, 4725.0, 4705.0, 4746.0, 4697.0, 4776.0, 4731.0, 4800.0, 4748.0, 4769.0, 4751.0, 4679.0, 4727.0, 4710.0, 4680.0, 4706.0, 4671.0, 4706.0, 4718.0, 4706.0, 4769.0, 4726.0, 4732.0, 4792.0, 4753.0, 4772.0, 4740.0, 4719.0, 4758.0, 4749.0, 4806.0, 4788.0, 4767.0, 4795.0, 4743.0, 4795.0, 4771.0, 4771.0, 4749.0, 4740.0, 4781.0, 4737.0, 4746.0, 4706.0, 4667.0, 4716.0, 4686.0, 4766.0, 4747.0, 4744.0, 4695.0, 4664.0, 4705.0, 4686.0, 4747.0, 4708.0, 4717.0, 4707.0, 4678.0, 4729.0, 4678.0, 4738.0, 4710.0, 4691.0, 4730.0, 4680.0, 4738.0, 4703.0, 4733.0, 4721.0, 4683.0, 4776.0, 4702.0, 4710.0, 4709.0, 4678.0, 4741.0, 4713.0, 4752.0, 4731.0, 4684.0, 4743.0, 4692.0, 4741.0, 4722.0, 4694.0, 4752.0, 4734.0, 4773.0, 4722.0, 4693.0, 4741.0, 4702.0, 4762.0, 4725.0, 4711.0, 4782.0, 4712.0, 4771.0, 4700.0, 4699.0, 4721.0, 4693.0, 4752.0, 4701.0, 4770.0, 4721.0, 4741.0, 4700.0, 4680.0, 4731.0, 4692.0, 4762.0, 4722.0, 4760.0, 4701.0, 4701.0, 4720.0, 4692.0, 4751.0, 4722.0, 4763.0, 4713.0, 4694.0, 4731.0, 4703.0, 4752.0, 4715.0, 4763.0, 4742.0, 4693.0, 4734.0, 4693.0, 4753.0, 4715.0, 4752.0, 4726.0, 4695.0, 4734.0, 4694.0, 4755.0, 4704.0, 4764.0, 4724.0, 4773.0, 4724.0, 4693.0, 4734.0, 4703.0, 4753.0, 4715.0, 4774.0, 4736.0, 4776.0, 4734.0, 4703.0, 4743.0, 4704.0, 4752.0, 4726.0, 4775.0, 4735.0, 4715.0, 4724.0, 4703.0, 4744.0, 4705.0, 4764.0, 4726.0, 4775.0, 4746.0, 4694.0, 4723.0, 4694.0, 4755.0, 4716.0, 4766.0, 4737.0, 4735.0, 4735.0, 4693.0, 4743.0, 4713.0, 4723.0, 4736.0, 4717.0, 4788.0, 4768.0, 4737.0, 4748.0, 4710.0, 4746.0, 4736.0, 4707.0, 4776.0, 4749.0, 4799.0, 4768.0, 4721.0, 4750.0, 4729.0, 4808.0, 4756.0, 4774.0, 4751.0, 4704.0, 4772.0, 4702.0, 4731.0, 4713.0, 4695.0, 4735.0, 4697.0, 4756.0, 4704.0, 4765.0, 4735.0, 4752.0, 4702.0, 4745.0, 4723.0, 4763.0, 4725.0, 4735.0, 4735.0, 4683.0, 4734.0, 4704.0, 4744.0, 4715.0, 4766.0, 4727.0, 4735.0, 4726.0, 4697.0, 4747.0, 4718.0, 4780.0, 4755.0, 4720.0, 4789.0, 4743.0, 4782.0, 4742.0, 4733.0, 4800.0, 4772.0, 4807.0, 4777.0, 4759.0, 4757.0, 4717.0, 4766.0, 4718.0, 4797.0, 4767.0, 4795.0, 4735.0, 4705.0, 4733.0, 4695.0, 4754.0, 4707.0, 4776.0, 4738.0, 4778.0, 4727.0, 4707.0, 4747.0, 4733.0, 4788.0, 4741.0, 4709.0, 4770.0, 4720.0, 4757.0, 4718.0, 4719.0, 4748.0, 4720.0, 4768.0, 4748.0, 4808.0, 4746.0, 4795.0, 4754.0, 4784.0, 4753.0, 4772.0, 4743.0, 4783.0, 4762.0, 4722.0, 4731.0, 4683.0, 4741.0, 4694.0, 4752.0, 4714.0, 4761.0, 4734.0, 4783.0, 4732.0, 4693.0, 4734.0, 4683.0, 4743.0, 4695.0, 4771.0, 4722.0, 4782.0, 4713.0, 4763.0, 4724.0, 4752.0, 4714.0, 4763.0, 4742.0, 4742.0, 4722.0, 4681.0, 4731.0, 4681.0, 4732.0, 4682.0, 4750.0, 4693.0, 4762.0, 4701.0, 4740.0, 4711.0, 4753.0, 4714.0, 4753.0, 4723.0, 4683.0, 4723.0, 4694.0, 4732.0, 4694.0, 4743.0, 4694.0, 4772.0, 4724.0, 4764.0, 4716.0, 4764.0, 4715.0, 4753.0, 4735.0, 4706.0, 4744.0, 4694.0, 4745.0, 4706.0, 4756.0, 4727.0, 4774.0, 4745.0, 4744.0, 4726.0, 4706.0, 4735.0, 4706.0, 4754.0, 4704.0, 4785.0, 4705.0, 4785.0, 4716.0, 4765.0, 4725.0, 4766.0, 4735.0, 4706.0, 4755.0, 4706.0, 4766.0, 4727.0, 4776.0, 4747.0, 4785.0, 4745.0, 4726.0, 4775.0, 4706.0, 4775.0, 4716.0, 4784.0, 4745.0, 4784.0, 4755.0, 4694.0, 4734.0, 4696.0, 4754.0, 4706.0, 4775.0, 4734.0, 4795.0, 4755.0, 4756.0, 4724.0, 4696.0, 4753.0, 4716.0, 4794.0, 4765.0, 4775.0, 4734.0, 4716.0, 4734.0, 4696.0, 4776.0, 4746.0, 4785.0, 4735.0, 4744.0, 4725.0, 4696.0, 4754.0, 4715.0, 4794.0, 4776.0, 4754.0, 4733.0, 4695.0, 4745.0, 4742.0, 4787.0, 4747.0, 4705.0, 4774.0, 4736.0, 4710.0, 4728.0, 4706.0, 4767.0, 4739.0, 4728.0, 4736.0, 4717.0, 4776.0, 4736.0, 4785.0, 4726.0, 4747.0, 4723.0, 4693.0, 4763.0, 4742.0, 4791.0, 4773.0, 4742.0, 4723.0, 4703.0, 4792.0, 4774.0, 4700.0, 4722.0, 4693.0, 4692.0, 4712.0, 4695.0, 4752.0, 4714.0, 4751.0, 4714.0, 4761.0, 4732.0, 4770.0, 4728.0, 4749.0, 4720.0, 4729.0, 4718.0, 4718.0, 4708.0, 4679.0, 4737.0, 4658.0, 4717.0, 4687.0, 4728.0, 4699.0, 4690.0, 4709.0, 4670.0, 4740.0, 4701.0, 4742.0, 4701.0, 4733.0, 4701.0, 4684.0, 4732.0, 4671.0, 4742.0, 4703.0, 4754.0, 4715.0, 4723.0, 4735.0, 4694.0, 4761.0, 4714.0, 4735.0, 4715.0, 4695.0, 4744.0, 4716.0, 4785.0, 4725.0, 4707.0, 4736.0, 4697.0, 4765.0, 4736.0, 4707.0, 4776.0, 4706.0, 4755.0, 4725.0, 4709.0, 4769.0, 4738.0, 4776.0, 4756.0, 4706.0, 4797.0, 4727.0, 4745.0, 4728.0, 4698.0, 4755.0, 4709.0, 4796.0, 4767.0, 4796.0, 4756.0, 4765.0, 4715.0, 4694.0, 4745.0, 4696.0, 4784.0, 4735.0, 4726.0, 4715.0, 4697.0, 4755.0, 4737.0, 4776.0, 4747.0, 4697.0, 4725.0, 4696.0, 4755.0, 4736.0, 4756.0, 4735.0, 4698.0, 4758.0, 4740.0, 4720.0, 4759.0, 4726.0, 4709.0, 4756.0, 4739.0, 4802.0, 4761.0, 4730.0, 4759.0, 4729.0, 4799.0, 4760.0, 4777.0, 4766.0, 4725.0, 4785.0, 4715.0, 4763.0, 4714.0, 4744.0, 4716.0, 4705.0, 4745.0, 4682.0, 4754.0, 4714.0, 4733.0, 4703.0, 4686.0, 4734.0, 4683.0, 4753.0, 4707.0, 4755.0, 4716.0, 4707.0, 4715.0, 4699.0, 4756.0, 4727.0, 4776.0, 4726.0, 4747.0, 4727.0, 4698.0, 4747.0, 4706.0, 4777.0, 4717.0, 4738.0, 4718.0, 4709.0, 4748.0, 4720.0, 4788.0, 4770.0, 4758.0, 4727.0, 4708.0, 4746.0, 4708.0, 4798.0, 4766.0, 4806.0, 4756.0, 4764.0, 4735.0, 4743.0, 4735.0, 4706.0, 4786.0, 4706.0, 4788.0, 4730.0, 4697.0, 4745.0, 4725.0, 4758.0, 4728.0, 4782.0, 4778.0, 4717.0, 4707.0, 4747.0, 4705.0, 4757.0, 4739.0, 4720.0, 4787.0, 4767.0, 4796.0, 4776.0, 4776.0, 4797.0, 4755.0, 4783.0, 4740.0, 4692.0, 4741.0, 4693.0, 4751.0, 4702.0, 4770.0, 4740.0, 4769.0, 4708.0, 4730.0, 4690.0, 4687.0, 4709.0, 4670.0, 4719.0, 4660.0, 4708.0, 4668.0, 4729.0, 4692.0, 4751.0, 4703.0, 4681.0, 4722.0, 4683.0, 4732.0, 4705.0, 4732.0, 4714.0, 4696.0, 4745.0, 4686.0, 4745.0, 4707.0, 4754.0, 4728.0, 4774.0, 4756.0, 4775.0, 4734.0, 4696.0, 4734.0, 4684.0, 4733.0, 4684.0, 4792.0, 4755.0, 4792.0, 4733.0, 4763.0, 4704.0, 4742.0, 4713.0, 4734.0, 4733.0, 4684.0, 4733.0, 4685.0, 4743.0, 4704.0, 4753.0, 4736.0, 4784.0, 4742.0, 4706.0, 4724.0, 4684.0, 4734.0, 4705.0, 4784.0, 4755.0, 4735.0, 4725.0, 4698.0, 4769.0, 4740.0, 4730.0, 4790.0, 4734.0, 4733.0, 4745.0, 4746.0, 4766.0, 4752.0, 4717.0, 4746.0, 4768.0, 4750.0, 4749.0, 4814.0, 4811.0, 4790.0, 4789.0, 4774.0, 4771.0, 4741.0, 4747.0, 4685.0, 4721.0, 4662.0, 4701.0, 4670.0, 4687.0, 4699.0, 4691.0, 4651.0, 4691.0, 4629.0, 4693.0, 4631.0, 4694.0, 4645.0, 4685.0, 4645.0, 4699.0, 4658.0, 4696.0, 4657.0, 4706.0, 4658.0, 4705.0, 4659.0, 4717.0, 4670.0, 4730.0, 4692.0, 4732.0, 4704.0, 4752.0, 4713.0, 4744.0, 4705.0, 4731.0, 4705.0, 4742.0, 4714.0, 4744.0, 4725.0, 4726.0, 4706.0, 4696.0, 4718.0, 4696.0, 4725.0, 4699.0, 4759.0, 4730.0, 4769.0, 4730.0, 4700.0, 4721.0, 4712.0, 4749.0, 4711.0, 4780.0, 4750.0, 4800.0, 4780.0, 4739.0, 4719.0, 4708.0, 4758.0, 4710.0, 4769.0, 4719.0, 4797.0, 4778.0, 4798.0, 4718.0, 4767.0, 4726.0, 4758.0, 4739.0, 4718.0, 4746.0, 4688.0, 4764.0, 4716.0, 4748.0, 4717.0, 4730.0, 4729.0, 4708.0, 4781.0, 4709.0, 4768.0, 4727.0, 4780.0, 4749.0, 4757.0, 4738.0, 4707.0, 4735.0, 4695.0, 4756.0, 4719.0, 4788.0, 4760.0, 4787.0, 4727.0, 4709.0, 4747.0, 4699.0, 4776.0, 4748.0, 4798.0, 4767.0, 4756.0, 4726.0, 4708.0, 4747.0, 4698.0, 4787.0, 4766.0, 4773.0, 4725.0, 4706.0, 4736.0, 4706.0, 4756.0, 4708.0, 4794.0, 4763.0, 4735.0, 4725.0, 4697.0, 4765.0, 4717.0, 4706.0, 4737.0, 4710.0, 4778.0, 4759.0, 4757.0, 4740.0, 4706.0, 4756.0, 4698.0, 4779.0, 4741.0, 4719.0, 4763.0, 4740.0, 4810.0, 4767.0, 4716.0, 4753.0, 4713.0, 4717.0, 4765.0, 4740.0, 4769.0, 4780.0, 4729.0, 4777.0, 4756.0, 4718.0, 4779.0, 4738.0, 4806.0, 4767.0, 4768.0, 4786.0, 4704.0, 4775.0, 4726.0, 4764.0, 4714.0, 4734.0, 4733.0, 4703.0, 4743.0, 4690.0, 4774.0, 4703.0, 4750.0, 4702.0, 4722.0, 4713.0, 4704.0, 4744.0, 4705.0, 4742.0, 4708.0, 4753.0, 4705.0, 4762.0, 4717.0, 4767.0, 4726.0, 4778.0, 4724.0, 4746.0, 4737.0, 4716.0, 4756.0, 4706.0, 4746.0, 4707.0, 4753.0, 4705.0, 4773.0, 4724.0, 4776.0, 4726.0, 4765.0, 4735.0, 4774.0, 4747.0, 4745.0, 4744.0, 4696.0, 4752.0, 4696.0, 4764.0, 4707.0, 4786.0, 4755.0, 4806.0, 4745.0, 4755.0, 4733.0, 4703.0, 4753.0, 4703.0, 4793.0, 4760.0, 4793.0, 4741.0, 4735.0, 4730.0, 4694.0, 4782.0, 4742.0, 4782.0, 4737.0, 4715.0, 4732.0, 4683.0, 4773.0, 4742.0, 4792.0, 4732.0, 4742.0, 4703.0, 4690.0, 4730.0, 4681.0, 4738.0, 4679.0, 4740.0, 4700.0, 4771.0, 4723.0, 4712.0, 4712.0, 4694.0, 4721.0, 4692.0, 4744.0, 4712.0, 4771.0, 4712.0, 4695.0, 4719.0, 4682.0, 4756.0, 4725.0, 4756.0, 4753.0, 4717.0, 4798.0, 4747.0, 4718.0, 4751.0, 4725.0, 4723.0, 4739.0, 4744.0, 4744.0, 4736.0, 4787.0, 4746.0, 4776.0, 4789.0, 4771.0, 4797.0, 4777.0, 4776.0, 4785.0, 4751.0, 4769.0, 4728.0, 4755.0, 4705.0, 4743.0, 4680.0, 4744.0, 4678.0, 4745.0, 4717.0, 4734.0, 4652.0, 4687.0, 4686.0, 4665.0, 4712.0, 4669.0, 4665.0, 4667.0, 4661.0, 4710.0, 4692.0, 4734.0, 4712.0, 4715.0, 4693.0, 4687.0, 4735.0, 4694.0, 4755.0, 4737.0, 4705.0, 4754.0, 4724.0, 4762.0, 4744.0, 4732.0, 4712.0, 4662.0, 4752.0, 4715.0, 4771.0, 4711.0, 4731.0, 4679.0, 4669.0, 4731.0, 4671.0, 4761.0, 4690.0, 4712.0, 4681.0, 4681.0, 4723.0, 4680.0, 4743.0, 4704.0, 4752.0, 4705.0, 4694.0, 4711.0, 4694.0, 4743.0, 4704.0, 4746.0, 4706.0, 4697.0, 4726.0, 4697.0, 4755.0, 4716.0, 4736.0, 4727.0, 4706.0, 4777.0, 4718.0, 4756.0, 4707.0, 4697.0, 4726.0, 4697.0, 4756.0, 4719.0, 4777.0, 4718.0, 4736.0, 4716.0, 4707.0, 4746.0, 4696.0, 4768.0, 4719.0, 4768.0, 4729.0, 4718.0, 4737.0, 4697.0, 4768.0, 4706.0, 4766.0, 4707.0, 4755.0, 4727.0, 4736.0, 4714.0, 4708.0, 4715.0, 4695.0, 4745.0, 4695.0, 4734.0, 4696.0, 4746.0, 4706.0, 4754.0, 4716.0, 4746.0, 4698.0, 4698.0, 4714.0, 4707.0, 4756.0, 4707.0, 4770.0, 4718.0, 4768.0, 4747.0, 4757.0, 4726.0, 4708.0, 4736.0, 4706.0, 4756.0, 4697.0, 4785.0, 4734.0, 4780.0, 4726.0, 4776.0, 4724.0, 4764.0, 4745.0, 4726.0, 4726.0, 4707.0, 4733.0, 4703.0, 4744.0, 4684.0, 4773.0, 4706.0, 4764.0, 4715.0, 4765.0, 4744.0, 4765.0, 4713.0, 4706.0, 4723.0, 4704.0, 4755.0, 4705.0, 4764.0, 4706.0, 4765.0, 4705.0, 4756.0, 4749.0, 4776.0, 4726.0, 4705.0, 4724.0, 4705.0, 4743.0, 4707.0, 4746.0, 4696.0, 4785.0, 4757.0, 4784.0, 4777.0, 4735.0, 4715.0, 4706.0, 4736.0, 4695.0, 4744.0, 4695.0, 4743.0, 4713.0, 4774.0, 4723.0, 4783.0, 4703.0, 4764.0, 4703.0, 4754.0, 4722.0, 4752.0, 4733.0, 4763.0, 4721.0, 4761.0, 4701.0, 4722.0, 4702.0, 4711.0, 4710.0, 4689.0, 4720.0, 4682.0, 4720.0, 4680.0, 4730.0, 4694.0, 4742.0, 4700.0, 4762.0, 4702.0, 4741.0, 4693.0, 4741.0, 4694.0, 4745.0, 4705.0, 4716.0, 4707.0, 4707.0, 4727.0, 4707.0, 4748.0, 4718.0, 4757.0, 4709.0, 4786.0, 4758.0, 4786.0, 4756.0, 4727.0, 4716.0, 4706.0, 4736.0, 4707.0, 4734.0, 4708.0, 4786.0, 4726.0, 4796.0, 4776.0, 4793.0, 4735.0, 4734.0, 4724.0, 4706.0, 4745.0, 4716.0, 4775.0, 4724.0, 4796.0, 4765.0, 4783.0, 4724.0, 4762.0, 4714.0, 4764.0, 4743.0, 4734.0, 4752.0, 4693.0, 4763.0, 4683.0, 4741.0, 4703.0, 4751.0, 4715.0, 4752.0, 4735.0, 4724.0, 4726.0, 4695.0, 4742.0, 4695.0, 4753.0, 4716.0, 4764.0, 4725.0, 4785.0, 4745.0, 4715.0, 4724.0, 4705.0, 4734.0, 4706.0, 4754.0, 4714.0, 4794.0, 4755.0, 4781.0, 4723.0, 4764.0, 4714.0, 4744.0, 4719.0, 4706.0, 4756.0, 4708.0, 4776.0, 4734.0, 4746.0, 4744.0, 4694.0, 4754.0, 4706.0, 4776.0, 4714.0, 4774.0, 4724.0, 4783.0, 4744.0, 4732.0, 4721.0, 4692.0, 4721.0, 4683.0, 4731.0, 4694.0, 4751.0, 4703.0, 4763.0, 4726.0, 4724.0, 4695.0, 4706.0, 4705.0, 4707.0, 4747.0, 4707.0, 4766.0, 4707.0, 4757.0, 4718.0, 4765.0, 4728.0, 4776.0, 4747.0, 4767.0, 4735.0, 4695.0, 4734.0, 4697.0, 4745.0, 4706.0, 4785.0, 4756.0, 4794.0, 4733.0, 4774.0, 4713.0, 4771.0, 4734.0, 4774.0, 4753.0, 4744.0, 4734.0, 4694.0, 4734.0, 4695.0, 4745.0, 4716.0, 4768.0, 4737.0, 4784.0, 4747.0, 4757.0, 4716.0, 4706.0, 4726.0, 4707.0, 4755.0, 4725.0, 4796.0, 4725.0, 4796.0, 4725.0, 4776.0, 4736.0, 4766.0, 4726.0, 4735.0, 4725.0, 4696.0, 4734.0, 4707.0, 4776.0, 4716.0, 4786.0, 4746.0, 4786.0, 4735.0, 4695.0, 4753.0, 4705.0, 4739.0, 4717.0, 4708.0, 4738.0, 4709.0, 4759.0, 4730.0, 4780.0, 4742.0, 4750.0, 4750.0, 4708.0, 4778.0, 4728.0, 4778.0, 4738.0, 4750.0, 4757.0, 4727.0, 4797.0, 4766.0, 4747.0, 4716.0, 4708.0, 4746.0, 4708.0, 4758.0, 4729.0, 4778.0, 4729.0, 4757.0, 4737.0, 4697.0, 4766.0, 4707.0, 4745.0, 4717.0, 4698.0, 4738.0, 4710.0, 4770.0, 4743.0, 4710.0, 4720.0, 4701.0, 4790.0, 4731.0, 4702.0, 4740.0, 4712.0, 4790.0, 4741.0, 4780.0, 4750.0, 4729.0, 4740.0, 4711.0, 4779.0, 4729.0, 4789.0, 4730.0, 4699.0, 4729.0, 4709.0, 4760.0, 4732.0, 4742.0, 4732.0, 4714.0, 4753.0, 4723.0, 4786.0, 4735.0, 4754.0, 4735.0, 4735.0, 4775.0, 4753.0, 4784.0, 4756.0, 4737.0, 4789.0, 4737.0, 4746.0, 4746.0, 4725.0, 4795.0, 4758.0, 4743.0, 4787.0, 4768.0, 4800.0, 4808.0, 4768.0, 4797.0, 4754.0, 4725.0, 4764.0, 4745.0, 4736.0, 4794.0, 4758.0, 4760.0, 4768.0, 4737.0, 4797.0, 4757.0, 4806.0, 4766.0, 4765.0, 4823.0, 4818.0, 4837.0, 4792.0, 4761.0, 4810.0, 4751.0, 4729.0, 4749.0, 4710.0, 4800.0, 4750.0, 4778.0, 4739.0, 4697.0, 4745.0, 4724.0, 4778.0, 4731.0, 4700.0, 4781.0, 4741.0, 4721.0, 4791.0, 4760.0, 4771.0, 4721.0, 4700.0, 4769.0, 4720.0, 4768.0, 4729.0, 4769.0, 4741.0, 4739.0, 4788.0, 4719.0, 4756.0, 4709.0], 'WindowWidth': [10522.0, 10508.0, 10371.0, 10465.0, 10408.0, 10346.0, 10458.0, 10367.0, 10308.0, 10347.0, 10309.0, 10398.0, 10322.0, 10404.0, 10318.0, 10394.0, 10344.0, 10423.0, 10369.0, 10375.0, 10325.0, 10329.0, 10325.0, 10311.0, 10337.0, 10284.0, 10404.0, 10284.0, 10371.0, 10297.0, 10373.0, 10326.0, 10404.0, 10349.0, 10352.0, 10323.0, 10302.0, 10336.0, 10287.0, 10338.0, 10281.0, 10396.0, 10286.0, 10391.0, 10313.0, 10365.0, 10326.0, 10381.0, 10358.0, 10361.0, 10329.0, 10300.0, 10330.0, 10303.0, 10390.0, 10338.0, 10388.0, 10349.0, 10429.0, 10349.0, 10392.0, 10348.0, 10374.0, 10348.0, 10362.0, 10346.0, 10305.0, 10339.0, 10319.0, 10360.0, 10323.0, 10375.0, 10350.0, 10398.0, 10363.0, 10361.0, 10338.0, 10324.0, 10339.0, 10325.0, 10366.0, 10325.0, 10410.0, 10352.0, 10405.0, 10357.0, 10385.0, 10356.0, 10382.0, 10358.0, 10347.0, 10387.0, 10323.0, 10368.0, 10336.0, 10384.0, 10360.0, 10407.0, 10372.0, 10449.0, 10412.0, 10396.0, 10357.0, 10333.0, 10361.0, 10338.0, 10400.0, 10367.0, 10457.0, 10430.0, 10387.0, 10389.0, 10391.0, 10483.0, 10451.0, 10505.0, 10450.0, 10468.0, 10522.0, 10530.0, 10448.0, 10482.0, 10352.0, 10421.0, 10305.0, 10430.0, 10464.0, 10379.0, 10474.0, 10397.0, 10310.0, 10422.0, 10388.0, 10353.0, 10449.0, 10404.0, 10284.0, 10321.0, 10283.0, 10339.0, 10302.0, 10262.0, 10367.0, 10313.0, 10280.0, 10292.0, 10282.0, 10353.0, 10328.0, 10331.0, 10330.0, 10304.0, 10356.0, 10326.0, 10392.0, 10349.0, 10312.0, 10367.0, 10310.0, 10376.0, 10349.0, 10445.0, 10448.0, 10430.0, 10404.0, 10225.0, 10312.0, 10289.0, 10302.0, 10382.0, 10343.0, 10334.0, 10381.0, 10346.0, 10428.0, 10432.0, 10349.0, 10434.0, 10348.0, 10438.0, 10392.0, 10454.0, 10400.0, 10457.0, 10426.0, 10354.0, 10365.0, 10290.0, 10361.0, 10294.0, 10387.0, 10362.0, 10407.0, 10316.0, 10314.0, 10310.0, 10281.0, 10354.0, 10280.0, 10376.0, 10278.0, 10371.0, 10297.0, 10364.0, 10311.0, 10312.0, 10350.0, 10281.0, 10347.0, 10286.0, 10363.0, 10302.0, 10382.0, 10317.0, 10343.0, 10345.0, 10287.0, 10353.0, 10305.0, 10387.0, 10325.0, 10387.0, 10351.0, 10372.0, 10341.0, 10305.0, 10356.0, 10307.0, 10386.0, 10331.0, 10400.0, 10331.0, 10384.0, 10343.0, 10313.0, 10389.0, 10326.0, 10404.0, 10390.0, 10399.0, 10346.0, 10308.0, 10376.0, 10314.0, 10418.0, 10377.0, 10442.0, 10344.0, 10382.0, 10341.0, 10307.0, 10371.0, 10320.0, 10415.0, 10370.0, 10409.0, 10329.0, 10305.0, 10360.0, 10296.0, 10403.0, 10351.0, 10444.0, 10383.0, 10416.0, 10375.0, 10257.0, 10315.0, 10301.0, 10260.0, 10289.0, 10236.0, 10291.0, 10314.0, 10309.0, 10402.0, 10342.0, 10355.0, 10440.0, 10386.0, 10410.0, 10364.0, 10332.0, 10382.0, 10371.0, 10451.0, 10425.0, 10393.0, 10430.0, 10353.0, 10430.0, 10389.0, 10389.0, 10356.0, 10344.0, 10404.0, 10334.0, 10344.0, 10289.0, 10238.0, 10303.0, 10266.0, 10375.0, 10349.0, 10338.0, 10272.0, 10231.0, 10286.0, 10264.0, 10348.0, 10295.0, 10306.0, 10293.0, 10256.0, 10325.0, 10259.0, 10338.0, 10303.0, 10279.0, 10329.0, 10262.0, 10337.0, 10297.0, 10340.0, 10318.0, 10270.0, 10401.0, 10294.0, 10302.0, 10299.0, 10260.0, 10346.0, 10313.0, 10364.0, 10335.0, 10272.0, 10349.0, 10279.0, 10345.0, 10325.0, 10291.0, 10364.0, 10342.0, 10393.0, 10320.0, 10282.0, 10345.0, 10295.0, 10380.0, 10328.0, 10306.0, 10405.0, 10306.0, 10387.0, 10288.0, 10288.0, 10317.0, 10283.0, 10362.0, 10294.0, 10387.0, 10318.0, 10346.0, 10290.0, 10264.0, 10332.0, 10280.0, 10376.0, 10319.0, 10372.0, 10290.0, 10292.0, 10315.0, 10283.0, 10361.0, 10324.0, 10379.0, 10310.0, 10286.0, 10332.0, 10297.0, 10364.0, 10316.0, 10378.0, 10349.0, 10283.0, 10339.0, 10287.0, 10366.0, 10317.0, 10366.0, 10332.0, 10291.0, 10341.0, 10287.0, 10370.0, 10303.0, 10382.0, 10331.0, 10394.0, 10328.0, 10285.0, 10340.0, 10300.0, 10368.0, 10318.0, 10397.0, 10348.0, 10404.0, 10343.0, 10297.0, 10350.0, 10302.0, 10366.0, 10334.0, 10399.0, 10345.0, 10316.0, 10327.0, 10299.0, 10355.0, 10306.0, 10383.0, 10334.0, 10399.0, 10359.0, 10289.0, 10326.0, 10287.0, 10371.0, 10322.0, 10388.0, 10349.0, 10346.0, 10342.0, 10285.0, 10353.0, 10314.0, 10328.0, 10345.0, 10323.0, 10422.0, 10396.0, 10352.0, 10368.0, 10316.0, 10362.0, 10347.0, 10310.0, 10402.0, 10371.0, 10440.0, 10393.0, 10336.0, 10376.0, 10346.0, 10451.0, 10374.0, 10395.0, 10362.0, 10297.0, 10390.0, 10291.0, 10331.0, 10307.0, 10289.0, 10342.0, 10297.0, 10374.0, 10301.0, 10384.0, 10343.0, 10363.0, 10297.0, 10358.0, 10325.0, 10382.0, 10330.0, 10344.0, 10342.0, 10272.0, 10338.0, 10300.0, 10352.0, 10317.0, 10387.0, 10338.0, 10347.0, 10334.0, 10296.0, 10362.0, 10326.0, 10416.0, 10390.0, 10335.0, 10426.0, 10368.0, 10420.0, 10365.0, 10357.0, 10446.0, 10406.0, 10450.0, 10407.0, 10383.0, 10377.0, 10323.0, 10390.0, 10330.0, 10437.0, 10392.0, 10427.0, 10342.0, 10302.0, 10338.0, 10291.0, 10368.0, 10310.0, 10402.0, 10356.0, 10408.0, 10338.0, 10309.0, 10364.0, 10358.0, 10427.0, 10362.0, 10316.0, 10403.0, 10333.0, 10380.0, 10330.0, 10334.0, 10370.0, 10334.0, 10397.0, 10367.0, 10453.0, 10361.0, 10430.0, 10370.0, 10412.0, 10366.0, 10392.0, 10353.0, 10409.0, 10380.0, 10324.0, 10331.0, 10271.0, 10346.0, 10288.0, 10363.0, 10314.0, 10377.0, 10343.0, 10408.0, 10336.0, 10287.0, 10340.0, 10273.0, 10352.0, 10289.0, 10390.0, 10324.0, 10404.0, 10309.0, 10381.0, 10328.0, 10365.0, 10315.0, 10379.0, 10351.0, 10350.0, 10320.0, 10267.0, 10333.0, 10267.0, 10334.0, 10270.0, 10360.0, 10283.0, 10376.0, 10292.0, 10345.0, 10306.0, 10365.0, 10313.0, 10366.0, 10325.0, 10271.0, 10325.0, 10288.0, 10337.0, 10289.0, 10354.0, 10288.0, 10395.0, 10328.0, 10385.0, 10319.0, 10384.0, 10318.0, 10368.0, 10344.0, 10308.0, 10355.0, 10287.0, 10358.0, 10307.0, 10374.0, 10338.0, 10399.0, 10359.0, 10357.0, 10332.0, 10307.0, 10344.0, 10308.0, 10369.0, 10303.0, 10417.0, 10305.0, 10413.0, 10321.0, 10388.0, 10334.0, 10390.0, 10345.0, 10309.0, 10375.0, 10308.0, 10389.0, 10336.0, 10406.0, 10364.0, 10416.0, 10359.0, 10333.0, 10399.0, 10308.0, 10399.0, 10321.0, 10412.0, 10359.0, 10411.0, 10370.0, 10288.0, 10343.0, 10294.0, 10370.0, 10309.0, 10402.0, 10346.0, 10430.0, 10371.0, 10373.0, 10329.0, 10296.0, 10369.0, 10319.0, 10427.0, 10386.0, 10400.0, 10344.0, 10321.0, 10343.0, 10293.0, 10403.0, 10363.0, 10416.0, 10345.0, 10357.0, 10332.0, 10293.0, 10371.0, 10317.0, 10428.0, 10402.0, 10370.0, 10338.0, 10292.0, 10360.0, 10369.0, 10421.0, 10366.0, 10309.0, 10397.0, 10350.0, 10321.0, 10342.0, 10312.0, 10392.0, 10360.0, 10342.0, 10348.0, 10323.0, 10403.0, 10348.0, 10416.0, 10333.0, 10362.0, 10325.0, 10287.0, 10382.0, 10352.0, 10422.0, 10395.0, 10348.0, 10326.0, 10300.0, 10423.0, 10394.0, 10290.0, 10321.0, 10285.0, 10282.0, 10308.0, 10289.0, 10366.0, 10315.0, 10362.0, 10313.0, 10372.0, 10333.0, 10383.0, 10323.0, 10354.0, 10311.0, 10324.0, 10306.0, 10307.0, 10292.0, 10254.0, 10332.0, 10223.0, 10304.0, 10265.0, 10319.0, 10283.0, 10273.0, 10297.0, 10245.0, 10343.0, 10289.0, 10346.0, 10290.0, 10335.0, 10292.0, 10270.0, 10336.0, 10251.0, 10346.0, 10295.0, 10367.0, 10314.0, 10324.0, 10341.0, 10282.0, 10375.0, 10313.0, 10341.0, 10315.0, 10291.0, 10354.0, 10318.0, 10411.0, 10329.0, 10307.0, 10343.0, 10294.0, 10384.0, 10347.0, 10308.0, 10402.0, 10305.0, 10372.0, 10330.0, 10316.0, 10398.0, 10351.0, 10403.0, 10372.0, 10306.0, 10432.0, 10335.0, 10361.0, 10338.0, 10299.0, 10373.0, 10315.0, 10431.0, 10390.0, 10429.0, 10371.0, 10383.0, 10315.0, 10288.0, 10356.0, 10292.0, 10413.0, 10343.0, 10331.0, 10315.0, 10294.0, 10372.0, 10349.0, 10402.0, 10363.0, 10294.0, 10328.0, 10293.0, 10371.0, 10347.0, 10374.0, 10346.0, 10296.0, 10381.0, 10358.0, 10331.0, 10381.0, 10336.0, 10316.0, 10373.0, 10356.0, 10447.0, 10387.0, 10342.0, 10381.0, 10338.0, 10439.0, 10382.0, 10403.0, 10383.0, 10325.0, 10410.0, 10313.0, 10378.0, 10311.0, 10352.0, 10314.0, 10299.0, 10353.0, 10266.0, 10365.0, 10312.0, 10335.0, 10297.0, 10276.0, 10337.0, 10270.0, 10365.0, 10307.0, 10369.0, 10315.0, 10304.0, 10313.0, 10294.0, 10372.0, 10335.0, 10401.0, 10331.0, 10362.0, 10333.0, 10298.0, 10361.0, 10305.0, 10401.0, 10321.0, 10350.0, 10324.0, 10316.0, 10367.0, 10330.0, 10423.0, 10397.0, 10378.0, 10335.0, 10311.0, 10359.0, 10312.0, 10434.0, 10389.0, 10445.0, 10372.0, 10384.0, 10342.0, 10353.0, 10343.0, 10307.0, 10415.0, 10306.0, 10423.0, 10343.0, 10296.0, 10358.0, 10346.0, 10380.0, 10342.0, 10458.0, 10408.0, 10316.0, 10304.0, 10358.0, 10301.0, 10375.0, 10355.0, 10328.0, 10417.0, 10386.0, 10430.0, 10399.0, 10402.0, 10433.0, 10367.0, 10403.0, 10340.0, 10279.0, 10344.0, 10283.0, 10356.0, 10291.0, 10381.0, 10339.0, 10378.0, 10291.0, 10323.0, 10269.0, 10266.0, 10295.0, 10244.0, 10308.0, 10227.0, 10290.0, 10239.0, 10319.0, 10276.0, 10360.0, 10296.0, 10263.0, 10319.0, 10266.0, 10333.0, 10300.0, 10336.0, 10314.0, 10291.0, 10356.0, 10276.0, 10356.0, 10306.0, 10369.0, 10336.0, 10395.0, 10370.0, 10395.0, 10337.0, 10288.0, 10338.0, 10272.0, 10336.0, 10272.0, 10419.0, 10368.0, 10417.0, 10336.0, 10378.0, 10297.0, 10348.0, 10310.0, 10338.0, 10337.0, 10269.0, 10335.0, 10275.0, 10350.0, 10300.0, 10365.0, 10346.0, 10409.0, 10349.0, 10303.0, 10326.0, 10274.0, 10340.0, 10303.0, 10410.0, 10370.0, 10341.0, 10328.0, 10300.0, 10399.0, 10365.0, 10349.0, 10434.0, 10364.0, 10360.0, 10383.0, 10384.0, 10410.0, 10384.0, 10327.0, 10358.0, 10392.0, 10370.0, 10366.0, 10467.0, 10460.0, 10424.0, 10430.0, 10395.0, 10385.0, 10337.0, 10342.0, 10251.0, 10297.0, 10216.0, 10268.0, 10223.0, 10244.0, 10262.0, 10250.0, 10198.0, 10249.0, 10168.0, 10255.0, 10175.0, 10261.0, 10198.0, 10251.0, 10201.0, 10274.0, 10219.0, 10269.0, 10221.0, 10285.0, 10221.0, 10281.0, 10222.0, 10301.0, 10240.0, 10321.0, 10274.0, 10328.0, 10293.0, 10357.0, 10304.0, 10346.0, 10295.0, 10328.0, 10296.0, 10343.0, 10308.0, 10349.0, 10325.0, 10326.0, 10299.0, 10290.0, 10318.0, 10289.0, 10327.0, 10299.0, 10377.0, 10340.0, 10394.0, 10339.0, 10301.0, 10329.0, 10319.0, 10366.0, 10318.0, 10411.0, 10370.0, 10438.0, 10409.0, 10351.0, 10323.0, 10311.0, 10376.0, 10314.0, 10393.0, 10325.0, 10432.0, 10405.0, 10432.0, 10320.0, 10388.0, 10332.0, 10378.0, 10354.0, 10324.0, 10360.0, 10280.0, 10383.0, 10318.0, 10363.0, 10321.0, 10345.0, 10339.0, 10311.0, 10415.0, 10314.0, 10393.0, 10337.0, 10413.0, 10369.0, 10378.0, 10351.0, 10307.0, 10343.0, 10292.0, 10375.0, 10329.0, 10419.0, 10386.0, 10418.0, 10334.0, 10313.0, 10362.0, 10302.0, 10403.0, 10365.0, 10436.0, 10388.0, 10373.0, 10330.0, 10311.0, 10362.0, 10297.0, 10417.0, 10387.0, 10394.0, 10327.0, 10305.0, 10344.0, 10306.0, 10372.0, 10311.0, 10425.0, 10381.0, 10343.0, 10327.0, 10295.0, 10385.0, 10323.0, 10307.0, 10348.0, 10317.0, 10410.0, 10382.0, 10378.0, 10359.0, 10307.0, 10374.0, 10296.0, 10408.0, 10359.0, 10330.0, 10396.0, 10360.0, 10461.0, 10392.0, 10315.0, 10361.0, 10309.0, 10322.0, 10389.0, 10359.0, 10395.0, 10415.0, 10342.0, 10402.0, 10374.0, 10324.0, 10409.0, 10354.0, 10447.0, 10391.0, 10390.0, 10416.0, 10298.0, 10397.0, 10330.0, 10381.0, 10312.0, 10338.0, 10333.0, 10296.0, 10348.0, 10274.0, 10393.0, 10293.0, 10357.0, 10291.0, 10319.0, 10308.0, 10298.0, 10353.0, 10298.0, 10348.0, 10312.0, 10367.0, 10304.0, 10377.0, 10319.0, 10386.0, 10332.0, 10403.0, 10328.0, 10358.0, 10344.0, 10319.0, 10370.0, 10302.0, 10358.0, 10309.0, 10365.0, 10303.0, 10396.0, 10328.0, 10402.0, 10332.0, 10384.0, 10341.0, 10396.0, 10359.0, 10355.0, 10351.0, 10290.0, 10362.0, 10291.0, 10378.0, 10304.0, 10413.0, 10370.0, 10440.0, 10352.0, 10367.0, 10334.0, 10295.0, 10364.0, 10294.0, 10422.0, 10370.0, 10421.0, 10345.0, 10342.0, 10330.0, 10283.0, 10405.0, 10347.0, 10404.0, 10344.0, 10315.0, 10333.0, 10268.0, 10391.0, 10346.0, 10419.0, 10330.0, 10347.0, 10292.0, 10274.0, 10327.0, 10260.0, 10336.0, 10257.0, 10340.0, 10288.0, 10384.0, 10319.0, 10305.0, 10304.0, 10284.0, 10315.0, 10279.0, 10349.0, 10307.0, 10386.0, 10304.0, 10284.0, 10313.0, 10268.0, 10374.0, 10330.0, 10376.0, 10369.0, 10326.0, 10443.0, 10371.0, 10332.0, 10379.0, 10350.0, 10347.0, 10341.0, 10349.0, 10349.0, 10343.0, 10416.0, 10356.0, 10398.0, 10423.0, 10397.0, 10430.0, 10399.0, 10394.0, 10409.0, 10350.0, 10378.0, 10313.0, 10350.0, 10275.0, 10326.0, 10235.0, 10332.0, 10247.0, 10335.0, 10294.0, 10316.0, 10201.0, 10262.0, 10255.0, 10224.0, 10283.0, 10235.0, 10227.0, 10232.0, 10229.0, 10295.0, 10275.0, 10334.0, 10303.0, 10308.0, 10277.0, 10273.0, 10337.0, 10280.0, 10364.0, 10343.0, 10296.0, 10359.0, 10319.0, 10370.0, 10344.0, 10328.0, 10298.0, 10231.0, 10354.0, 10306.0, 10380.0, 10296.0, 10323.0, 10250.0, 10238.0, 10322.0, 10244.0, 10366.0, 10268.0, 10299.0, 10256.0, 10258.0, 10313.0, 10255.0, 10345.0, 10292.0, 10356.0, 10293.0, 10282.0, 10300.0, 10280.0, 10344.0, 10294.0, 10354.0, 10297.0, 10287.0, 10323.0, 10289.0, 10365.0, 10314.0, 10343.0, 10329.0, 10301.0, 10400.0, 10319.0, 10369.0, 10304.0, 10290.0, 10325.0, 10289.0, 10370.0, 10322.0, 10400.0, 10319.0, 10344.0, 10314.0, 10304.0, 10356.0, 10290.0, 10390.0, 10323.0, 10390.0, 10337.0, 10319.0, 10344.0, 10290.0, 10389.0, 10305.0, 10385.0, 10304.0, 10369.0, 10333.0, 10343.0, 10309.0, 10305.0, 10311.0, 10286.0, 10355.0, 10285.0, 10337.0, 10288.0, 10354.0, 10301.0, 10365.0, 10314.0, 10359.0, 10295.0, 10295.0, 10313.0, 10306.0, 10373.0, 10306.0, 10397.0, 10322.0, 10389.0, 10361.0, 10377.0, 10332.0, 10309.0, 10345.0, 10304.0, 10372.0, 10293.0, 10411.0, 10338.0, 10400.0, 10328.0, 10398.0, 10325.0, 10381.0, 10355.0, 10330.0, 10328.0, 10304.0, 10335.0, 10294.0, 10351.0, 10269.0, 10391.0, 10305.0, 10381.0, 10313.0, 10380.0, 10352.0, 10381.0, 10310.0, 10304.0, 10322.0, 10296.0, 10369.0, 10299.0, 10381.0, 10306.0, 10384.0, 10301.0, 10372.0, 10367.0, 10398.0, 10329.0, 10298.0, 10323.0, 10300.0, 10351.0, 10307.0, 10355.0, 10292.0, 10411.0, 10374.0, 10411.0, 10405.0, 10342.0, 10315.0, 10304.0, 10344.0, 10286.0, 10353.0, 10286.0, 10351.0, 10309.0, 10394.0, 10320.0, 10403.0, 10294.0, 10378.0, 10296.0, 10365.0, 10320.0, 10361.0, 10337.0, 10376.0, 10316.0, 10370.0, 10288.0, 10318.0, 10290.0, 10302.0, 10300.0, 10271.0, 10314.0, 10263.0, 10312.0, 10262.0, 10327.0, 10283.0, 10346.0, 10290.0, 10372.0, 10292.0, 10345.0, 10281.0, 10345.0, 10285.0, 10357.0, 10303.0, 10319.0, 10307.0, 10307.0, 10335.0, 10309.0, 10363.0, 10327.0, 10377.0, 10315.0, 10415.0, 10379.0, 10415.0, 10373.0, 10334.0, 10317.0, 10305.0, 10345.0, 10308.0, 10342.0, 10311.0, 10414.0, 10332.0, 10428.0, 10399.0, 10422.0, 10341.0, 10342.0, 10327.0, 10304.0, 10354.0, 10318.0, 10400.0, 10327.0, 10430.0, 10383.0, 10408.0, 10326.0, 10379.0, 10314.0, 10381.0, 10351.0, 10339.0, 10362.0, 10280.0, 10376.0, 10269.0, 10346.0, 10296.0, 10362.0, 10315.0, 10364.0, 10341.0, 10328.0, 10329.0, 10287.0, 10348.0, 10288.0, 10365.0, 10318.0, 10382.0, 10330.0, 10411.0, 10356.0, 10314.0, 10326.0, 10302.0, 10339.0, 10305.0, 10367.0, 10313.0, 10424.0, 10367.0, 10403.0, 10323.0, 10381.0, 10314.0, 10356.0, 10327.0, 10306.0, 10375.0, 10312.0, 10403.0, 10342.0, 10358.0, 10355.0, 10283.0, 10368.0, 10305.0, 10401.0, 10314.0, 10394.0, 10327.0, 10406.0, 10349.0, 10332.0, 10314.0, 10278.0, 10314.0, 10269.0, 10328.0, 10286.0, 10358.0, 10296.0, 10377.0, 10328.0, 10325.0, 10289.0, 10306.0, 10304.0, 10310.0, 10362.0, 10310.0, 10388.0, 10307.0, 10377.0, 10325.0, 10388.0, 10339.0, 10403.0, 10362.0, 10389.0, 10343.0, 10289.0, 10339.0, 10294.0, 10356.0, 10308.0, 10413.0, 10372.0, 10424.0, 10339.0, 10395.0, 10312.0, 10390.0, 10340.0, 10395.0, 10364.0, 10354.0, 10340.0, 10284.0, 10338.0, 10290.0, 10357.0, 10322.0, 10391.0, 10350.0, 10412.0, 10362.0, 10376.0, 10319.0, 10307.0, 10331.0, 10309.0, 10373.0, 10333.0, 10431.0, 10328.0, 10429.0, 10332.0, 10402.0, 10347.0, 10389.0, 10332.0, 10344.0, 10329.0, 10291.0, 10341.0, 10309.0, 10399.0, 10318.0, 10415.0, 10358.0, 10415.0, 10342.0, 10289.0, 10364.0, 10300.0, 10357.0, 10322.0, 10310.0, 10352.0, 10315.0, 10382.0, 10344.0, 10413.0, 10362.0, 10370.0, 10369.0, 10310.0, 10405.0, 10337.0, 10405.0, 10350.0, 10370.0, 10375.0, 10334.0, 10432.0, 10382.0, 10359.0, 10316.0, 10308.0, 10357.0, 10307.0, 10375.0, 10340.0, 10404.0, 10338.0, 10375.0, 10346.0, 10292.0, 10386.0, 10307.0, 10355.0, 10319.0, 10295.0, 10350.0, 10315.0, 10398.0, 10362.0, 10318.0, 10327.0, 10301.0, 10425.0, 10346.0, 10308.0, 10357.0, 10320.0, 10426.0, 10357.0, 10412.0, 10369.0, 10341.0, 10353.0, 10317.0, 10408.0, 10339.0, 10425.0, 10340.0, 10300.0, 10339.0, 10315.0, 10384.0, 10349.0, 10363.0, 10349.0, 10326.0, 10380.0, 10338.0, 10428.0, 10359.0, 10383.0, 10358.0, 10359.0, 10414.0, 10384.0, 10426.0, 10389.0, 10363.0, 10436.0, 10364.0, 10374.0, 10373.0, 10344.0, 10441.0, 10392.0, 10373.0, 10432.0, 10408.0, 10457.0, 10462.0, 10409.0, 10447.0, 10383.0, 10345.0, 10397.0, 10373.0, 10361.0, 10439.0, 10394.0, 10404.0, 10408.0, 10364.0, 10447.0, 10393.0, 10458.0, 10404.0, 10399.0, 10484.0, 10479.0, 10507.0, 10434.0, 10385.0, 10454.0, 10370.0, 10339.0, 10364.0, 10314.0, 10438.0, 10368.0, 10406.0, 10352.0, 10293.0, 10353.0, 10341.0, 10407.0, 10347.0, 10301.0, 10416.0, 10361.0, 10331.0, 10427.0, 10382.0, 10400.0, 10330.0, 10304.0, 10394.0, 10328.0, 10392.0, 10338.0, 10396.0, 10357.0, 10351.0, 10417.0, 10323.0, 10371.0, 10310.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.006067509454349001</td></tr>
<tr><td colspan=3>aqi</td><td>0.05305388741220962</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.475278953254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.247915343313511</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0868101812432425</td></tr>
<tr><td colspan=3>efc</td><td>0.522</td></tr>
<tr><td colspan=3>fber</td><td>2924.9736</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12847116817865115</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>177</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.562398703403566</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.606571395501275</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.513255212806599</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.711829389890404</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5946295838068223</td></tr>
<tr><td colspan=3>gcor</td><td>0.00979959</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.011977328918874264</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021168651059269905</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1851</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.175632060719972</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>11.2565</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.9379</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.1739</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291601.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1321.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>473.4763</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5306</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>625.4265</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3893.2992</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.697</td></tr>
<tr><td colspan=3>tsnr</td><td>25.81566372094676</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>