<?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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-02/func/sub-0052_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>4dbbe7a789a7207110bc9ea90962bd89</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:07:21.980000</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.999602, -0.00181457, 0.0281389, -0.00331484, 0.983445, 0.181175]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100474</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7711, -7285, 724, -25, -5, 23, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f788746-fb99-4ac2-9622-40ab8c66de7d||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.6818602085113525, -0.008893473073840141, 0.07560496032238007, 113.18299102783203], [0.004868367221206427, 2.638512134552002, 0.4892286956310272, -111.3711166381836], [0.07549464702606201, -0.486078143119812, 2.6542303562164307, -37.99655532836914], [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': ['140721.980000', '140722.440000', '140722.900000', '140723.360000', '140723.820000', '140724.280000', '140724.740000', '140725.200000', '140725.660000', '140726.120000', '140726.580000', '140727.040000', '140727.500000', '140727.960000', '140728.420000', '140728.880000', '140729.340000', '140729.800000', '140730.260000', '140730.720000', '140731.180000', '140731.640000', '140732.100000', '140732.560000', '140733.020000', '140733.480000', '140733.940000', '140734.400000', '140734.860000', '140735.320000', '140735.780000', '140736.240000', '140736.700000', '140737.160000', '140737.620000', '140738.080000', '140738.540000', '140739.000000', '140739.460000', '140739.920000', '140740.380000', '140740.840000', '140741.300000', '140741.760000', '140742.220000', '140742.680000', '140743.140000', '140743.600000', '140744.060000', '140744.520000', '140744.980000', '140745.440000', '140745.900000', '140746.360000', '140746.820000', '140747.280000', '140747.740000', '140748.200000', '140748.660000', '140749.120000', '140749.580000', '140750.040000', '140750.500000', '140750.960000', '140751.420000', '140751.880000', '140752.340000', '140752.800000', '140753.260000', '140753.720000', '140754.180000', '140754.640000', '140755.100000', '140755.560000', '140756.020000', '140756.480000', '140756.940000', '140757.400000', '140757.860000', '140758.320000', '140758.780000', '140759.240000', '140759.700000', '140800.160000', '140800.620000', '140801.080000', '140801.540000', '140802.000000', '140802.460000', '140802.920000', '140803.380000', '140803.840000', '140804.300000', '140804.760000', '140805.220000', '140805.680000', '140806.140000', '140806.600000', '140807.060000', '140807.520000', '140807.980000', '140808.440000', '140808.900000', '140809.360000', '140809.820000', '140810.280000', '140810.740000', '140811.200000', '140811.660000', '140812.120000', '140812.580000', '140813.040000', '140813.500000', '140813.960000', '140814.420000', '140814.880000', '140815.340000', '140815.800000', '140816.260000', '140816.720000', '140817.180000', '140817.640000', '140818.100000', '140818.560000', '140819.020000', '140819.480000', '140819.940000', '140820.400000', '140820.860000', '140821.320000', '140821.780000', '140822.240000', '140822.700000', '140823.160000', '140823.620000', '140824.080000', '140824.540000', '140825.000000', '140825.460000', '140825.920000', '140826.380000', '140826.840000', '140827.300000', '140827.760000', '140828.220000', '140828.680000', '140829.140000', '140829.600000', '140830.060000', '140830.520000', '140830.980000', '140831.440000', '140831.900000', '140832.360000', '140832.820000', '140833.280000', '140833.740000', '140834.200000', '140834.660000', '140835.120000', '140835.580000', '140836.040000', '140836.500000', '140836.960000', '140837.420000', '140837.880000', '140838.340000', '140838.800000', '140839.260000', '140839.720000', '140840.180000', '140840.640000', '140841.100000', '140841.560000', '140842.020000', '140842.480000', '140842.940000', '140843.400000', '140843.860000', '140844.320000', '140844.780000', '140845.240000', '140845.700000', '140846.160000', '140846.620000', '140847.080000', '140847.540000', '140848.000000', '140848.460000', '140848.920000', '140849.380000', '140849.840000', '140850.300000', '140850.760000', '140851.220000', '140851.680000', '140852.140000', '140852.600000', '140853.060000', '140853.520000', '140853.980000', '140854.440000', '140854.900000', '140855.360000', '140855.820000', '140856.280000', '140856.740000', '140857.200000', '140857.660000', '140858.120000', '140858.580000', '140859.040000', '140859.500000', '140859.960000', '140900.420000', '140900.880000', '140901.340000', '140901.800000', '140902.260000', '140902.720000', '140903.180000', '140903.640000', '140904.100000', '140904.560000', '140905.020000', '140905.480000', '140905.940000', '140906.400000', '140906.860000', '140907.320000', '140907.780000', '140908.240000', '140908.700000', '140909.160000', '140909.620000', '140910.080000', '140910.540000', '140911.000000', '140911.460000', '140911.920000', '140912.380000', '140912.840000', '140913.300000', '140913.760000', '140914.220000', '140914.680000', '140915.140000', '140915.600000', '140916.060000', '140916.520000', '140916.980000', '140917.440000', '140917.900000', '140918.360000', '140918.820000', '140919.280000', '140919.740000', '140920.200000', '140920.660000', '140921.120000', '140921.580000', '140922.040000', '140922.500000', '140922.960000', '140923.420000', '140923.880000', '140924.340000', '140924.800000', '140925.260000', '140925.720000', '140926.180000', '140926.640000', '140927.100000', '140927.560000', '140928.020000', '140928.480000', '140928.940000', '140929.400000', '140929.860000', '140930.320000', '140930.780000', '140931.240000', '140931.700000', '140932.160000', '140932.620000', '140933.080000', '140933.540000', '140934.000000', '140934.460000', '140934.920000', '140935.380000', '140935.840000', '140936.300000', '140936.760000', '140937.220000', '140937.680000', '140938.140000', '140938.600000', '140939.060000', '140939.520000', '140939.980000', '140940.440000', '140940.900000', '140941.360000', '140941.820000', '140942.280000', '140942.740000', '140943.200000', '140943.660000', '140944.120000', '140944.580000', '140945.040000', '140945.500000', '140945.960000', '140946.420000', '140946.880000', '140947.340000', '140947.800000', '140948.260000', '140948.720000', '140949.180000', '140949.640000', '140950.100000', '140950.560000', '140951.020000', '140951.480000', '140951.940000', '140952.400000', '140952.860000', '140953.320000', '140953.780000', '140954.240000', '140954.700000', '140955.160000', '140955.620000', '140956.080000', '140956.540000', '140957.000000', '140957.460000', '140957.920000', '140958.380000', '140958.840000', '140959.300000', '140959.760000', '141000.220000', '141000.680000', '141001.140000', '141001.600000', '141002.060000', '141002.520000', '141002.980000', '141003.440000', '141003.900000', '141004.360000', '141004.820000', '141005.280000', '141005.740000', '141006.200000', '141006.660000', '141007.120000', '141007.580000', '141008.040000', '141008.500000', '141008.960000', '141009.420000', '141009.880000', '141010.340000', '141010.800000', '141011.260000', '141011.720000', '141012.180000', '141012.640000', '141013.100000', '141013.560000', '141014.020000', '141014.480000', '141014.940000', '141015.400000', '141015.860000', '141016.320000', '141016.780000', '141017.240000', '141017.700000', '141018.160000', '141018.620000', '141019.080000', '141019.540000', '141020.000000', '141020.460000', '141020.920000', '141021.380000', '141021.840000', '141022.300000', '141022.760000', '141023.220000', '141023.680000', '141024.140000', '141024.600000', '141025.060000', '141025.520000', '141025.980000', '141026.440000', '141026.900000', '141027.360000', '141027.820000', '141028.280000', '141028.740000', '141029.200000', '141029.660000', '141030.120000', '141030.580000', '141031.040000', '141031.500000', '141031.960000', '141032.420000', '141032.880000', '141033.340000', '141033.800000', '141034.260000', '141034.720000', '141035.180000', '141035.640000', '141036.100000', '141036.560000', '141037.020000', '141037.480000', '141037.940000', '141038.400000', '141038.860000', '141039.320000', '141039.780000', '141040.240000', '141040.700000', '141041.160000', '141041.620000', '141042.080000', '141042.540000', '141043.000000', '141043.460000', '141043.920000', '141044.380000', '141044.840000', '141045.300000', '141045.760000', '141046.220000', '141046.680000', '141047.140000', '141047.600000', '141048.060000', '141048.520000', '141048.980000', '141049.440000', '141049.900000', '141050.360000', '141050.820000', '141051.280000', '141051.740000', '141052.200000', '141052.660000', '141053.120000', '141053.580000', '141054.040000', '141054.500000', '141054.960000', '141055.420000', '141055.880000', '141056.340000', '141056.800000', '141057.260000', '141057.720000', '141058.180000', '141058.640000', '141059.100000', '141059.560000', '141100.020000', '141100.480000', '141100.940000', '141101.400000', '141101.860000', '141102.320000', '141102.780000', '141103.240000', '141103.700000', '141104.160000', '141104.620000', '141105.080000', '141105.540000', '141106.000000', '141106.460000', '141106.920000', '141107.380000', '141107.840000', '141108.300000', '141108.760000', '141109.220000', '141109.680000', '141110.140000', '141110.600000', '141111.060000', '141111.520000', '141111.980000', '141112.440000', '141112.900000', '141113.360000', '141113.820000', '141114.280000', '141114.740000', '141115.200000', '141115.660000', '141116.120000', '141116.580000', '141117.040000', '141117.500000', '141117.960000', '141118.420000', '141118.880000', '141119.340000', '141119.800000', '141120.260000', '141120.720000', '141121.180000', '141121.640000', '141122.100000', '141122.560000', '141123.020000', '141123.480000', '141123.940000', '141124.400000', '141124.860000', '141125.320000', '141125.780000', '141126.240000', '141126.700000', '141127.160000', '141127.620000', '141128.080000', '141128.540000', '141129.000000', '141129.460000', '141129.920000', '141130.380000', '141130.840000', '141131.300000', '141131.760000', '141132.220000', '141132.680000', '141133.140000', '141133.600000', '141134.060000', '141134.520000', '141134.980000', '141135.440000', '141135.900000', '141136.360000', '141136.820000', '141137.280000', '141137.740000', '141138.200000', '141138.660000', '141139.120000', '141139.580000', '141140.040000', '141140.500000', '141140.960000', '141141.420000', '141141.880000', '141142.340000', '141142.800000', '141143.260000', '141143.720000', '141144.180000', '141144.640000', '141145.100000', '141145.560000', '141146.020000', '141146.480000', '141146.940000', '141147.400000', '141147.860000', '141148.320000', '141148.780000', '141149.240000', '141149.700000', '141150.160000', '141150.620000', '141151.080000', '141151.540000', '141152.000000', '141152.460000', '141152.920000', '141153.380000', '141153.840000', '141154.300000', '141154.760000', '141155.220000', '141155.680000', '141156.140000', '141156.600000', '141157.060000', '141157.520000', '141157.980000', '141158.440000', '141158.900000', '141159.360000', '141159.820000', '141200.280000', '141200.740000', '141201.200000', '141201.660000', '141202.120000', '141202.580000', '141203.040000', '141203.500000', '141203.960000', '141204.420000', '141204.880000', '141205.340000', '141205.800000', '141206.260000', '141206.720000', '141207.180000', '141207.640000', '141208.100000', '141208.560000', '141209.020000', '141209.480000', '141209.940000', '141210.400000', '141210.860000', '141211.320000', '141211.780000', '141212.240000', '141212.700000', '141213.160000', '141213.620000', '141214.080000', '141214.540000', '141215.000000', '141215.460000', '141215.920000', '141216.380000', '141216.840000', '141217.300000', '141217.760000', '141218.220000', '141218.680000', '141219.140000', '141219.600000', '141220.060000', '141220.520000', '141220.980000', '141221.440000', '141221.900000', '141222.360000', '141222.820000', '141223.280000', '141223.740000', '141224.200000', '141224.660000', '141225.120000', '141225.580000', '141226.040000', '141226.500000', '141226.960000', '141227.420000', '141227.880000', '141228.340000', '141228.800000', '141229.260000', '141229.720000', '141230.180000', '141230.640000', '141231.100000', '141231.560000', '141232.020000', '141232.480000', '141232.940000', '141233.400000', '141233.860000', '141234.320000', '141234.780000', '141235.240000', '141235.700000', '141236.160000', '141236.620000', '141237.080000', '141237.540000', '141238.000000', '141238.460000', '141238.920000', '141239.380000', '141239.840000', '141240.300000', '141240.760000', '141241.220000', '141241.680000', '141242.140000', '141242.600000', '141243.060000', '141243.520000', '141243.980000', '141244.440000', '141244.900000', '141245.360000', '141245.820000', '141246.280000', '141246.740000', '141247.200000', '141247.660000', '141248.120000', '141248.580000', '141249.040000', '141249.500000', '141249.960000', '141250.420000', '141250.880000', '141251.340000', '141251.800000', '141252.260000', '141252.720000', '141253.180000', '141253.640000', '141254.100000', '141254.560000', '141255.020000', '141255.480000', '141255.940000', '141256.400000', '141256.860000', '141257.320000', '141257.780000', '141258.240000', '141258.700000', '141259.160000', '141259.620000', '141300.080000', '141300.540000', '141301.000000', '141301.460000', '141301.920000', '141302.380000', '141302.840000', '141303.300000', '141303.760000', '141304.220000', '141304.680000', '141305.140000', '141305.600000', '141306.060000', '141306.520000', '141306.980000', '141307.440000', '141307.900000', '141308.360000', '141308.820000', '141309.280000', '141309.740000', '141310.200000', '141310.660000', '141311.120000', '141311.580000', '141312.040000', '141312.500000', '141312.960000', '141313.420000', '141313.880000', '141314.340000', '141314.800000', '141315.260000', '141315.720000', '141316.180000', '141316.640000', '141317.100000', '141317.560000', '141318.020000', '141318.480000', '141318.940000', '141319.400000', '141319.860000', '141320.320000', '141320.780000', '141321.240000', '141321.700000', '141322.160000', '141322.620000', '141323.080000', '141323.540000', '141324.000000', '141324.460000', '141324.920000', '141325.380000', '141325.840000', '141326.300000', '141326.760000', '141327.220000', '141327.680000', '141328.140000', '141328.600000', '141329.060000', '141329.520000', '141329.980000', '141330.440000', '141330.900000', '141331.360000', '141331.820000', '141332.280000', '141332.740000', '141333.200000', '141333.660000', '141334.120000', '141334.580000', '141335.040000', '141335.500000', '141335.960000', '141336.420000', '141336.880000', '141337.340000', '141337.800000', '141338.260000', '141338.720000', '141339.180000', '141339.640000', '141340.100000', '141340.560000', '141341.020000', '141341.480000', '141341.940000', '141342.400000', '141342.860000', '141343.320000', '141343.780000', '141344.240000', '141344.700000', '141345.160000', '141345.620000', '141346.080000', '141346.540000', '141347.000000', '141347.460000', '141347.920000', '141348.380000', '141348.840000', '141349.300000', '141349.760000', '141350.220000', '141350.680000', '141351.140000', '141351.600000', '141352.060000', '141352.520000', '141352.980000', '141353.440000', '141353.900000', '141354.360000', '141354.820000', '141355.280000', '141355.740000', '141356.200000', '141356.660000', '141357.120000', '141357.580000', '141358.040000', '141358.500000', '141358.960000', '141359.420000', '141359.880000', '141400.340000', '141400.800000', '141401.260000', '141401.720000', '141402.180000', '141402.640000', '141403.100000', '141403.560000', '141404.020000', '141404.480000', '141404.940000', '141405.400000', '141405.860000', '141406.320000', '141406.780000', '141407.240000', '141407.700000', '141408.160000', '141408.620000', '141409.080000', '141409.540000', '141410.000000', '141410.460000', '141410.920000', '141411.380000', '141411.840000', '141412.300000', '141412.760000', '141413.220000', '141413.680000', '141414.140000', '141414.600000', '141415.060000', '141415.520000', '141415.980000', '141416.440000', '141416.900000', '141417.360000', '141417.820000', '141418.280000', '141418.740000', '141419.200000', '141419.660000', '141420.120000', '141420.580000', '141421.040000', '141421.500000', '141421.960000', '141422.420000', '141422.880000', '141423.340000', '141423.800000', '141424.260000', '141424.720000', '141425.180000', '141425.640000', '141426.100000', '141426.560000', '141427.020000', '141427.480000', '141427.940000', '141428.400000', '141428.860000', '141429.320000', '141429.780000', '141430.240000', '141430.700000', '141431.160000', '141431.620000', '141432.080000', '141432.540000', '141433.000000', '141433.460000', '141433.920000', '141434.380000', '141434.840000', '141435.300000', '141435.760000', '141436.220000', '141436.680000', '141437.140000', '141437.600000', '141438.060000', '141438.520000', '141438.980000', '141439.440000', '141439.900000', '141440.360000', '141440.820000', '141441.280000', '141441.740000', '141442.200000', '141442.660000', '141443.120000', '141443.580000', '141444.040000', '141444.500000', '141444.960000', '141445.420000', '141445.880000', '141446.340000', '141446.800000', '141447.260000', '141447.720000', '141448.180000', '141448.640000', '141449.100000', '141449.560000', '141450.020000', '141450.480000', '141450.940000', '141451.400000', '141451.860000', '141452.320000', '141452.780000', '141453.240000', '141453.700000', '141454.160000', '141454.620000', '141455.080000', '141455.540000', '141456.000000', '141456.460000', '141456.920000', '141457.380000', '141457.840000', '141458.300000', '141458.760000', '141459.220000', '141459.680000', '141500.140000', '141500.600000', '141501.060000', '141501.520000', '141501.980000', '141502.440000', '141502.900000', '141503.360000', '141503.820000', '141504.280000', '141504.740000', '141505.200000', '141505.660000', '141506.120000', '141506.580000', '141507.040000', '141507.500000', '141507.960000', '141508.420000', '141508.880000', '141509.340000', '141509.800000', '141510.260000', '141510.720000', '141511.180000', '141511.640000', '141512.100000', '141512.560000', '141513.020000', '141513.480000', '141513.940000', '141514.400000', '141514.860000', '141515.320000', '141515.780000', '141516.240000', '141516.700000', '141517.160000', '141517.620000', '141518.080000', '141518.540000', '141519.000000', '141519.460000', '141519.920000', '141520.380000', '141520.840000', '141521.300000', '141521.760000', '141522.220000', '141522.680000', '141523.140000', '141523.600000', '141524.060000', '141524.520000', '141524.980000', '141525.440000', '141525.900000', '141526.360000', '141526.820000', '141527.280000', '141527.740000', '141528.200000', '141528.660000', '141529.120000', '141529.580000', '141530.040000', '141530.500000', '141530.960000', '141531.420000', '141531.880000', '141532.340000', '141532.800000', '141533.260000', '141533.720000', '141534.180000', '141534.640000', '141535.100000', '141535.560000', '141536.020000', '141536.480000', '141536.940000', '141537.400000', '141537.860000', '141538.320000', '141538.780000', '141539.240000', '141539.700000', '141540.160000', '141540.620000', '141541.080000', '141541.540000', '141542.000000', '141542.460000', '141542.920000', '141543.380000', '141543.840000', '141544.300000', '141544.760000', '141545.220000', '141545.680000', '141546.140000', '141546.600000', '141547.060000', '141547.520000', '141547.980000', '141548.440000', '141548.900000', '141549.360000', '141549.820000', '141550.280000', '141550.740000', '141551.200000', '141551.660000', '141552.120000', '141552.580000', '141553.040000', '141553.500000', '141553.960000', '141554.420000', '141554.880000', '141555.340000', '141555.800000', '141556.260000', '141556.720000', '141557.180000', '141557.640000', '141558.100000', '141558.560000', '141559.020000', '141559.480000', '141559.940000', '141600.400000', '141600.860000', '141601.320000', '141601.780000', '141602.240000', '141602.700000', '141603.160000', '141603.620000', '141604.080000', '141604.540000', '141605.000000', '141605.460000', '141605.920000', '141606.380000', '141606.840000', '141607.300000', '141607.760000', '141608.220000', '141608.680000', '141609.140000', '141609.600000', '141610.060000', '141610.520000', '141610.980000', '141611.440000', '141611.900000', '141612.360000', '141612.820000', '141613.280000', '141613.740000', '141614.200000', '141614.660000', '141615.120000', '141615.580000', '141616.040000', '141616.500000', '141616.960000', '141617.420000', '141617.880000', '141618.340000', '141618.800000', '141619.260000', '141619.720000', '141620.180000', '141620.640000', '141621.100000', '141621.560000', '141622.020000', '141622.480000', '141622.940000', '141623.400000', '141623.860000', '141624.320000', '141624.780000', '141625.240000', '141625.700000', '141626.160000', '141626.620000', '141627.080000', '141627.540000', '141628.000000', '141628.460000', '141628.920000', '141629.380000', '141629.840000', '141630.300000', '141630.760000', '141631.220000', '141631.680000', '141632.140000', '141632.600000', '141633.060000', '141633.520000', '141633.980000', '141634.440000', '141634.900000', '141635.360000', '141635.820000', '141636.280000', '141636.740000', '141637.200000', '141637.660000', '141638.120000', '141638.580000', '141639.040000', '141639.500000', '141639.960000', '141640.420000', '141640.880000', '141641.340000', '141641.800000', '141642.260000', '141642.720000', '141643.180000', '141643.640000', '141644.100000', '141644.560000', '141645.020000', '141645.480000', '141645.940000', '141646.400000', '141646.860000', '141647.320000', '141647.780000', '141648.240000', '141648.700000', '141649.160000', '141649.620000', '141650.080000', '141650.540000', '141651.000000', '141651.460000', '141651.920000', '141652.380000', '141652.840000', '141653.300000', '141653.760000', '141654.220000', '141654.680000', '141655.140000', '141655.600000', '141656.060000', '141656.520000', '141656.980000', '141657.440000', '141657.900000', '141658.360000', '141658.820000', '141659.280000', '141659.740000', '141700.200000', '141700.660000', '141701.120000', '141701.580000', '141702.040000', '141702.500000', '141702.960000', '141703.420000', '141703.880000', '141704.340000', '141704.800000', '141705.260000', '141705.720000', '141706.180000', '141706.640000', '141707.100000', '141707.560000', '141708.020000', '141708.480000', '141708.940000', '141709.400000', '141709.860000', '141710.320000', '141710.780000', '141711.240000', '141711.700000', '141712.160000', '141712.620000', '141713.080000', '141713.540000', '141714.000000', '141714.460000', '141714.920000', '141715.380000', '141715.840000', '141716.300000', '141716.760000', '141717.220000', '141717.680000', '141718.140000', '141718.600000', '141719.060000', '141719.520000', '141719.980000', '141720.440000', '141720.900000', '141721.360000', '141721.820000', '141722.280000', '141722.740000', '141723.200000', '141723.660000', '141724.120000', '141724.580000', '141725.040000', '141725.500000', '141725.960000', '141726.420000', '141726.880000', '141727.340000', '141727.800000', '141728.260000', '141728.720000', '141729.180000', '141729.640000', '141730.100000', '141730.560000', '141731.020000', '141731.480000', '141731.940000', '141732.400000', '141732.860000', '141733.320000', '141733.780000', '141734.240000', '141734.700000', '141735.160000', '141735.620000', '141736.080000', '141736.540000', '141737.000000', '141737.460000', '141737.920000', '141738.380000', '141738.840000', '141739.300000', '141739.760000', '141740.220000', '141740.680000', '141741.140000', '141741.600000', '141742.060000', '141742.520000', '141742.980000', '141743.440000', '141743.900000', '141744.360000', '141744.820000', '141745.280000', '141745.740000', '141746.200000', '141746.660000', '141747.120000', '141747.580000', '141748.040000', '141748.500000', '141748.960000', '141749.420000', '141749.880000', '141750.340000', '141750.800000', '141751.260000', '141751.720000', '141752.180000', '141752.640000', '141753.100000', '141753.560000', '141754.020000', '141754.480000', '141754.940000', '141755.400000', '141755.860000', '141756.320000', '141756.780000', '141757.240000', '141757.700000', '141758.160000', '141758.620000', '141759.080000', '141759.540000', '141800.000000', '141800.460000', '141800.920000', '141801.380000', '141801.840000', '141802.300000', '141802.760000', '141803.220000', '141803.680000', '141804.140000', '141804.600000', '141805.060000', '141805.520000', '141805.980000', '141806.440000', '141806.900000', '141807.360000', '141807.820000', '141808.280000', '141808.740000', '141809.200000', '141809.660000', '141810.120000', '141810.580000', '141811.040000', '141811.500000', '141811.960000', '141812.420000', '141812.880000', '141813.340000', '141813.800000', '141814.260000', '141814.720000', '141815.180000', '141815.640000', '141816.100000', '141816.560000', '141817.020000', '141817.480000', '141817.940000', '141818.400000', '141818.860000', '141819.320000', '141819.780000', '141820.240000', '141820.700000', '141821.160000', '141821.620000', '141822.080000', '141822.540000', '141823.000000', '141823.460000', '141823.920000', '141824.380000', '141824.840000', '141825.300000', '141825.760000', '141826.220000', '141826.680000', '141827.140000', '141827.600000', '141828.060000', '141828.520000', '141828.980000', '141829.440000', '141829.900000', '141830.360000', '141830.820000', '141831.280000', '141831.740000', '141832.200000', '141832.660000', '141833.120000', '141833.580000', '141834.040000', '141834.500000', '141834.960000', '141835.420000', '141835.880000', '141836.340000', '141836.800000', '141837.260000', '141837.720000', '141838.180000', '141838.640000', '141839.100000', '141839.560000', '141840.020000', '141840.480000', '141840.940000', '141841.400000', '141841.860000', '141842.320000', '141842.780000', '141843.240000', '141843.700000', '141844.160000', '141844.620000', '141845.080000', '141845.540000', '141846.000000', '141846.460000', '141846.920000', '141847.380000', '141847.840000', '141848.300000', '141848.760000', '141849.220000', '141849.680000', '141850.140000', '141850.600000', '141851.060000', '141851.520000', '141851.980000', '141852.440000', '141852.900000', '141853.360000', '141853.820000', '141854.280000', '141854.740000', '141855.200000', '141855.660000', '141856.120000', '141856.580000', '141857.040000', '141857.500000', '141857.960000', '141858.420000', '141858.880000', '141859.340000', '141859.800000', '141900.260000', '141900.720000', '141901.180000', '141901.640000', '141902.100000', '141902.560000', '141903.020000', '141903.480000', '141903.940000', '141904.400000', '141904.860000', '141905.320000', '141905.780000', '141906.240000', '141906.700000', '141907.160000', '141907.620000', '141908.080000', '141908.540000', '141909.000000', '141909.460000', '141909.920000', '141910.380000', '141910.840000', '141911.300000', '141911.760000', '141912.220000', '141912.680000', '141913.140000', '141913.600000', '141914.060000', '141914.520000', '141914.980000', '141915.440000', '141915.900000', '141916.360000', '141916.820000', '141917.280000', '141917.740000', '141918.200000', '141918.660000', '141919.120000', '141919.580000', '141920.040000', '141920.500000', '141920.960000', '141921.420000', '141921.880000', '141922.340000', '141922.800000', '141923.260000', '141923.720000', '141924.180000', '141924.640000', '141925.100000', '141925.560000', '141926.020000', '141926.480000', '141926.940000', '141927.400000', '141927.860000', '141928.320000', '141928.780000', '141929.240000', '141929.700000', '141930.160000', '141930.620000', '141931.080000', '141931.540000', '141932.000000', '141932.460000', '141932.920000', '141933.380000', '141933.840000', '141934.300000', '141934.760000', '141935.220000', '141935.680000', '141936.140000', '141936.600000', '141937.060000', '141937.520000', '141937.980000', '141938.440000', '141938.900000', '141939.360000', '141939.820000', '141940.280000', '141940.740000', '141941.200000', '141941.660000', '141942.120000', '141942.580000', '141943.040000', '141943.500000', '141943.960000', '141944.420000', '141944.880000', '141945.340000', '141945.800000', '141946.260000', '141946.720000', '141947.180000', '141947.640000', '141948.100000', '141948.560000', '141949.020000', '141949.480000', '141949.940000', '141950.400000', '141950.860000', '141951.320000', '141951.780000', '141952.240000', '141952.700000', '141953.160000', '141953.620000', '141954.080000', '141954.540000', '141955.000000', '141955.460000', '141955.920000', '141956.380000', '141956.840000', '141957.300000', '141957.760000', '141958.220000', '141958.680000', '141959.140000', '141959.600000', '142000.060000', '142000.520000', '142000.980000', '142001.440000', '142001.900000', '142002.360000', '142002.820000', '142003.280000', '142003.740000', '142004.200000', '142004.660000', '142005.120000', '142005.580000', '142006.040000', '142006.500000', '142006.960000', '142007.420000', '142007.880000', '142008.340000', '142008.800000', '142009.260000', '142009.720000', '142010.180000', '142010.640000', '142011.100000', '142011.560000', '142012.020000', '142012.480000', '142012.940000', '142013.400000', '142013.860000', '142014.320000', '142014.780000', '142015.240000', '142015.700000', '142016.160000', '142016.620000', '142017.080000', '142017.540000', '142018.000000', '142018.460000', '142018.920000', '142019.380000', '142019.840000', '142020.300000', '142020.760000', '142021.220000', '142021.680000', '142022.140000', '142022.600000', '142023.060000', '142023.520000', '142023.980000', '142024.440000', '142024.900000', '142025.360000', '142025.820000', '142026.280000', '142026.740000', '142027.200000', '142027.660000', '142028.120000', '142028.580000', '142029.040000', '142029.500000', '142029.960000', '142030.420000', '142030.880000', '142031.340000', '142031.800000', '142032.260000', '142032.720000', '142033.180000', '142033.640000', '142034.100000', '142034.560000', '142035.020000', '142035.480000', '142035.940000', '142036.400000', '142036.860000', '142037.320000', '142037.780000', '142038.240000', '142038.700000', '142039.160000', '142039.620000', '142040.080000', '142040.540000', '142041.000000', '142041.460000', '142041.920000', '142042.380000', '142042.840000', '142043.300000', '142043.760000', '142044.220000', '142044.680000', '142045.140000', '142045.600000', '142046.060000', '142046.520000', '142046.980000', '142047.440000', '142047.900000', '142048.360000', '142048.820000', '142049.280000', '142049.740000', '142050.200000', '142050.660000', '142051.120000', '142051.580000', '142052.040000', '142052.500000', '142052.960000', '142053.420000', '142053.880000', '142054.340000', '142054.800000', '142055.260000', '142055.720000', '142056.180000', '142056.640000', '142057.100000', '142057.560000', '142058.020000', '142058.480000', '142058.940000', '142059.400000', '142059.860000', '142100.320000', '142100.780000', '142101.240000', '142101.700000', '142102.160000', '142102.620000', '142103.080000', '142103.540000', '142104.000000', '142104.460000', '142104.920000', '142105.380000', '142105.840000', '142106.300000', '142106.760000', '142107.220000', '142107.680000', '142108.140000', '142108.600000', '142109.060000', '142109.520000', '142109.980000', '142110.440000', '142110.900000', '142111.360000', '142111.820000', '142112.280000', '142112.740000', '142113.200000', '142113.660000', '142114.120000', '142114.580000', '142115.040000', '142115.500000', '142115.960000', '142116.420000', '142116.880000', '142117.340000', '142117.800000', '142118.260000', '142118.720000', '142119.180000', '142119.640000', '142120.100000', '142120.560000', '142121.020000', '142121.480000', '142121.940000', '142122.400000', '142122.860000', '142123.320000', '142123.780000', '142124.240000', '142124.700000', '142125.160000', '142125.620000', '142126.080000', '142126.540000', '142127.000000', '142127.460000', '142127.920000', '142128.380000', '142128.840000', '142129.300000', '142129.760000', '142130.220000', '142130.680000', '142131.140000', '142131.600000', '142132.060000', '142132.520000', '142132.980000', '142133.440000', '142133.900000', '142134.360000', '142134.820000', '142135.280000', '142135.740000', '142136.200000', '142136.660000'], 'ContentTime': ['140733.581000', '140733.584000', '140733.587000', '140733.590000', '140733.619000', '140733.621000', '140733.624000', '140733.627000', '140733.630000', '140733.632000', '140733.635000', '140733.639000', '140733.642000', '140733.645000', '140733.647000', '140733.661000', '140733.664000', '140733.667000', '140733.669000', '140733.672000', '140733.675000', '140733.677000', '140733.680000', '140753.552000', '140753.554000', '140753.557000', '140753.560000', '140753.567000', '140753.569000', '140753.572000', '140753.574000', '140753.577000', '140753.580000', '140753.582000', '140753.585000', '140753.587000', '140753.590000', '140753.592000', '140753.595000', '140753.598000', '140753.600000', '140753.603000', '140753.605000', '140753.608000', '140753.611000', '140753.613000', '140753.616000', '140753.618000', '140753.621000', '140753.623000', '140753.626000', '140753.628000', '140753.631000', '140753.633000', '140753.636000', '140753.639000', '140753.641000', '140753.644000', '140753.646000', '140753.649000', '140753.651000', '140753.654000', '140753.656000', '140753.659000', '140753.661000', '140753.664000', '140753.666000', '140813.550000', '140813.553000', '140813.563000', '140813.566000', '140813.569000', '140813.571000', '140813.574000', '140813.576000', '140813.579000', '140813.581000', '140813.584000', '140813.586000', '140813.589000', '140813.592000', '140813.594000', '140813.597000', '140813.599000', '140813.602000', '140813.604000', '140813.607000', '140813.609000', '140813.612000', '140813.615000', '140813.617000', '140813.620000', '140813.622000', '140813.625000', '140813.627000', '140813.630000', '140813.633000', '140813.635000', '140813.638000', '140813.640000', '140813.643000', '140813.645000', '140813.648000', '140813.650000', '140813.653000', '140813.655000', '140813.658000', '140813.661000', '140813.663000', '140813.666000', '140833.550000', '140833.553000', '140833.556000', '140833.558000', '140833.561000', '140833.563000', '140833.566000', '140833.569000', '140833.571000', '140833.574000', '140833.577000', '140833.580000', '140833.582000', '140833.585000', '140833.587000', '140833.590000', '140833.593000', '140833.595000', '140833.598000', '140833.600000', '140833.603000', '140833.606000', '140833.608000', '140833.611000', '140833.613000', '140833.616000', '140833.618000', '140833.621000', '140833.624000', '140833.626000', '140833.629000', '140833.632000', '140833.634000', '140833.637000', '140833.639000', '140833.642000', '140833.645000', '140833.647000', '140833.650000', '140833.652000', '140833.655000', '140833.657000', '140833.660000', '140833.662000', '140853.550000', '140853.553000', '140853.556000', '140853.559000', '140853.561000', '140853.564000', '140853.566000', '140853.569000', '140853.571000', '140853.574000', '140853.576000', '140853.579000', '140853.582000', '140853.584000', '140853.587000', '140853.589000', '140853.592000', '140853.595000', '140853.597000', '140853.600000', '140853.602000', '140853.605000', '140853.607000', '140853.610000', '140853.612000', '140853.615000', '140853.617000', '140853.620000', '140853.623000', '140853.625000', '140853.628000', '140853.630000', '140853.633000', '140853.636000', '140853.638000', '140853.641000', '140853.643000', '140853.646000', '140853.648000', '140853.651000', '140853.653000', '140853.656000', '140853.658000', '140913.551000', '140913.553000', '140913.556000', '140913.559000', '140913.561000', '140913.564000', '140913.566000', '140913.569000', '140913.571000', '140913.574000', '140913.577000', '140913.579000', '140913.582000', '140913.584000', '140913.587000', '140913.590000', '140913.592000', '140913.595000', '140913.597000', '140913.600000', '140913.602000', '140913.605000', '140913.608000', '140913.610000', '140913.613000', '140913.615000', '140913.618000', '140913.620000', '140913.623000', '140913.626000', '140913.628000', '140913.631000', '140913.633000', '140913.636000', '140913.639000', '140913.641000', '140913.644000', '140913.646000', '140913.649000', '140913.651000', '140913.654000', '140913.657000', '140913.659000', '140933.550000', '140933.553000', '140933.556000', '140933.558000', '140933.561000', '140933.563000', '140933.566000', '140933.569000', '140933.571000', '140933.574000', '140933.576000', '140933.579000', '140933.581000', '140933.584000', '140933.587000', '140933.589000', '140933.592000', '140933.594000', '140933.597000', '140933.600000', '140933.602000', '140933.605000', '140933.607000', '140933.610000', '140933.612000', '140933.615000', '140933.618000', '140933.620000', '140933.623000', '140933.625000', '140933.628000', '140933.630000', '140933.633000', '140933.636000', '140933.638000', '140933.641000', '140933.643000', '140933.646000', '140933.648000', '140933.651000', '140933.654000', '140933.656000', '140933.669000', '140933.672000', '140953.552000', '140953.554000', '140953.557000', '140953.559000', '140953.562000', '140953.565000', '140953.567000', '140953.570000', '140953.572000', '140953.575000', '140953.577000', '140953.580000', '140953.583000', '140953.585000', '140953.588000', '140953.590000', '140953.593000', '140953.596000', '140953.598000', '140953.601000', '140953.603000', '140953.606000', '140953.609000', '140953.612000', '140953.614000', '140953.618000', '140953.621000', '140953.624000', '140953.626000', '140953.629000', '140953.631000', '140953.634000', '140953.637000', '140953.639000', '140953.642000', '140953.644000', '140953.647000', '140953.650000', '140953.652000', '140953.655000', '140953.657000', '140953.660000', '140953.663000', '141013.551000', '141013.554000', '141013.557000', '141013.560000', '141013.562000', '141013.565000', '141013.567000', '141013.570000', '141013.572000', '141013.575000', '141013.577000', '141013.580000', '141013.583000', '141013.585000', '141013.588000', '141013.591000', '141013.593000', '141013.596000', '141013.599000', '141013.601000', '141013.604000', '141013.606000', '141013.609000', '141013.611000', '141013.614000', '141013.617000', '141013.619000', '141013.622000', '141013.624000', '141013.627000', '141013.629000', '141013.632000', '141013.635000', '141013.637000', '141013.640000', '141013.642000', '141013.645000', '141013.647000', '141013.650000', '141013.653000', '141013.655000', '141013.658000', '141013.660000', '141013.663000', '141033.550000', '141033.553000', '141033.556000', '141033.558000', '141033.561000', '141033.564000', '141033.566000', '141033.569000', '141033.571000', '141033.574000', '141033.576000', '141033.579000', '141033.582000', '141033.584000', '141033.587000', '141033.589000', '141033.592000', '141033.595000', '141033.597000', '141033.600000', '141033.603000', '141033.605000', '141033.608000', '141033.610000', '141033.613000', '141033.616000', '141033.618000', '141033.621000', '141033.623000', '141033.626000', '141033.629000', '141033.631000', '141033.634000', '141033.636000', '141033.639000', '141033.641000', '141033.644000', '141033.646000', '141033.649000', '141033.652000', '141033.654000', '141033.657000', '141033.659000', '141053.550000', '141053.553000', '141053.556000', '141053.558000', '141053.561000', '141053.563000', '141053.566000', '141053.569000', '141053.571000', '141053.574000', '141053.576000', '141053.579000', '141053.581000', '141053.584000', '141053.587000', '141053.589000', '141053.592000', '141053.595000', '141053.597000', '141053.600000', '141053.602000', '141053.605000', '141053.607000', '141053.610000', '141053.612000', '141053.615000', '141053.618000', '141053.620000', '141053.623000', '141053.625000', '141053.628000', '141053.630000', '141053.633000', '141053.636000', '141053.638000', '141053.641000', '141053.643000', '141053.646000', '141053.648000', '141053.651000', '141053.654000', '141053.656000', '141053.659000', '141053.661000', '141113.551000', '141113.553000', '141113.556000', '141113.558000', '141113.561000', '141113.564000', '141113.566000', '141113.569000', '141113.571000', '141113.574000', '141113.577000', '141113.579000', '141113.582000', '141113.584000', '141113.587000', '141113.589000', '141113.592000', '141113.595000', '141113.598000', '141113.601000', '141113.604000', '141113.607000', '141113.609000', '141113.621000', '141113.624000', '141113.626000', '141113.629000', '141113.632000', '141113.634000', '141113.637000', '141113.639000', '141113.642000', '141113.644000', '141113.647000', '141113.650000', '141113.652000', '141113.655000', '141113.658000', '141113.661000', '141113.664000', '141113.666000', '141113.669000', '141113.671000', '141133.550000', '141133.553000', '141133.556000', '141133.558000', '141133.561000', '141133.564000', '141133.566000', '141133.569000', '141133.571000', '141133.574000', '141133.576000', '141133.579000', '141133.581000', '141133.584000', '141133.587000', '141133.589000', '141133.592000', '141133.595000', '141133.597000', '141133.600000', '141133.602000', '141133.605000', '141133.608000', '141133.610000', '141133.613000', '141133.615000', '141133.618000', '141133.621000', '141133.623000', '141133.626000', '141133.628000', '141133.631000', '141133.634000', '141133.636000', '141133.639000', '141133.641000', '141133.644000', '141133.647000', '141133.649000', '141133.652000', '141133.654000', '141133.657000', '141133.659000', '141133.662000', '141153.551000', '141153.553000', '141153.556000', '141153.559000', '141153.562000', '141153.565000', '141153.568000', '141153.570000', '141153.573000', '141153.576000', '141153.578000', '141153.581000', '141153.583000', '141153.586000', '141153.589000', '141153.591000', '141153.594000', '141153.596000', '141153.599000', '141153.601000', '141153.604000', '141153.607000', '141153.609000', '141153.612000', '141153.614000', '141153.617000', '141153.619000', '141153.622000', '141153.625000', '141153.627000', '141153.630000', '141153.633000', '141153.635000', '141153.638000', '141153.640000', '141153.643000', '141153.646000', '141153.648000', '141153.651000', '141153.653000', '141153.656000', '141153.658000', '141153.661000', '141213.552000', '141213.555000', '141213.557000', '141213.560000', '141213.562000', '141213.565000', '141213.567000', '141213.570000', '141213.573000', '141213.575000', '141213.578000', '141213.580000', '141213.583000', '141213.586000', '141213.588000', '141213.591000', '141213.593000', '141213.596000', '141213.599000', '141213.601000', '141213.604000', '141213.606000', '141213.609000', '141213.612000', '141213.614000', '141213.617000', '141213.619000', '141213.622000', '141213.625000', '141213.627000', '141213.630000', '141213.632000', '141213.635000', '141213.638000', '141213.640000', '141213.643000', '141213.646000', '141213.648000', '141213.651000', '141213.653000', '141213.656000', '141213.659000', '141213.661000', '141213.664000', '141233.551000', '141233.554000', '141233.557000', '141233.560000', '141233.562000', '141233.565000', '141233.567000', '141233.570000', '141233.572000', '141233.575000', '141233.578000', '141233.580000', '141233.583000', '141233.585000', '141233.588000', '141233.591000', '141233.593000', '141233.596000', '141233.598000', '141233.601000', '141233.604000', '141233.606000', '141233.609000', '141233.612000', '141233.614000', '141233.617000', '141233.619000', '141233.622000', '141233.625000', '141233.627000', '141233.630000', '141233.633000', '141233.635000', '141233.638000', '141233.640000', '141233.643000', '141233.646000', '141233.648000', '141233.651000', '141233.653000', '141233.656000', '141233.658000', '141233.661000', '141253.550000', '141253.553000', '141253.556000', '141253.559000', '141253.561000', '141253.564000', '141253.566000', '141253.569000', '141253.579000', '141253.581000', '141253.584000', '141253.586000', '141253.589000', '141253.592000', '141253.594000', '141253.597000', '141253.601000', '141253.604000', '141253.607000', '141253.609000', '141253.612000', '141253.614000', '141253.617000', '141253.620000', '141253.622000', '141253.625000', '141253.627000', '141253.630000', '141253.632000', '141253.635000', '141253.638000', '141253.641000', '141253.643000', '141253.646000', '141253.648000', '141253.651000', '141253.654000', '141253.656000', '141253.659000', '141253.661000', '141253.664000', '141253.666000', '141253.669000', '141253.672000', '141313.550000', '141313.553000', '141313.556000', '141313.558000', '141313.561000', '141313.564000', '141313.566000', '141313.569000', '141313.571000', '141313.574000', '141313.576000', '141313.579000', '141313.582000', '141313.584000', '141313.587000', '141313.589000', '141313.592000', '141313.594000', '141313.597000', '141313.600000', '141313.602000', '141313.605000', '141313.607000', '141313.610000', '141313.612000', '141313.615000', '141313.618000', '141313.620000', '141313.623000', '141313.625000', '141313.628000', '141313.630000', '141313.633000', '141313.636000', '141313.638000', '141313.641000', '141313.643000', '141313.646000', '141313.649000', '141313.651000', '141313.654000', '141313.656000', '141313.659000', '141333.551000', '141333.554000', '141333.556000', '141333.559000', '141333.562000', '141333.564000', '141333.567000', '141333.569000', '141333.572000', '141333.574000', '141333.577000', '141333.579000', '141333.592000', '141333.595000', '141333.598000', '141333.600000', '141333.603000', '141333.605000', '141333.608000', '141333.610000', '141333.613000', '141333.616000', '141333.618000', '141333.621000', '141333.623000', '141333.626000', '141333.628000', '141333.631000', '141333.633000', '141333.636000', '141333.639000', '141333.641000', '141333.644000', '141333.646000', '141333.649000', '141333.651000', '141333.654000', '141333.657000', '141333.659000', '141333.662000', '141333.664000', '141333.667000', '141333.669000', '141333.672000', '141353.550000', '141353.553000', '141353.556000', '141353.559000', '141353.561000', '141353.564000', '141353.566000', '141353.569000', '141353.571000', '141353.574000', '141353.577000', '141353.579000', '141353.582000', '141353.584000', '141353.587000', '141353.589000', '141353.592000', '141353.595000', '141353.597000', '141353.600000', '141353.603000', '141353.605000', '141353.608000', '141353.610000', '141353.613000', '141353.616000', '141353.618000', '141353.621000', '141353.623000', '141353.626000', '141353.628000', '141353.631000', '141353.634000', '141353.636000', '141353.639000', '141353.641000', '141353.644000', '141353.647000', '141353.649000', '141353.652000', '141353.654000', '141353.657000', '141353.659000', '141413.550000', '141413.553000', '141413.556000', '141413.559000', '141413.561000', '141413.564000', '141413.566000', '141413.569000', '141413.571000', '141413.574000', '141413.577000', '141413.579000', '141413.582000', '141413.584000', '141413.587000', '141413.590000', '141413.605000', '141413.608000', '141413.610000', '141413.613000', '141413.616000', '141413.618000', '141413.621000', '141413.623000', '141413.626000', '141413.628000', '141413.631000', '141413.634000', '141413.636000', '141413.639000', '141413.642000', '141413.644000', '141413.647000', '141413.649000', '141413.652000', '141413.654000', '141413.657000', '141413.660000', '141413.662000', '141413.665000', '141413.667000', '141413.670000', '141413.672000', '141413.675000', '141433.552000', '141433.554000', '141433.557000', '141433.560000', '141433.562000', '141433.565000', '141433.567000', '141433.570000', '141433.573000', '141433.575000', '141433.578000', '141433.580000', '141433.583000', '141433.585000', '141433.588000', '141433.591000', '141433.593000', '141433.596000', '141433.599000', '141433.601000', '141433.604000', '141433.606000', '141433.609000', '141433.611000', '141433.614000', '141433.617000', '141433.619000', '141433.622000', '141433.624000', '141433.627000', '141433.630000', '141433.632000', '141433.635000', '141433.637000', '141433.640000', '141433.643000', '141433.645000', '141433.648000', '141433.650000', '141433.653000', '141433.656000', '141433.658000', '141433.661000', '141453.552000', '141453.555000', '141453.557000', '141453.560000', '141453.563000', '141453.565000', '141453.568000', '141453.570000', '141453.573000', '141453.575000', '141453.578000', '141453.581000', '141453.583000', '141453.586000', '141453.589000', '141453.592000', '141453.595000', '141453.597000', '141453.600000', '141453.603000', '141453.605000', '141453.608000', '141453.610000', '141453.613000', '141453.616000', '141453.618000', '141453.621000', '141453.623000', '141453.626000', '141453.629000', '141453.631000', '141453.634000', '141453.636000', '141453.639000', '141453.641000', '141453.644000', '141453.647000', '141453.649000', '141453.652000', '141453.654000', '141453.657000', '141453.659000', '141453.662000', '141453.665000', '141513.550000', '141513.553000', '141513.556000', '141513.558000', '141513.561000', '141513.564000', '141513.566000', '141513.569000', '141513.571000', '141513.574000', '141513.576000', '141513.579000', '141513.581000', '141513.584000', '141513.587000', '141513.589000', '141513.592000', '141513.595000', '141513.597000', '141513.600000', '141513.602000', '141513.605000', '141513.607000', '141513.610000', '141513.613000', '141513.615000', '141513.618000', '141513.621000', '141513.623000', '141513.626000', '141513.628000', '141513.631000', '141513.633000', '141513.636000', '141513.638000', '141513.641000', '141513.644000', '141513.646000', '141513.649000', '141513.651000', '141513.654000', '141513.657000', '141513.659000', '141533.550000', '141533.553000', '141533.556000', '141533.558000', '141533.561000', '141533.564000', '141533.566000', '141533.569000', '141533.571000', '141533.574000', '141533.576000', '141533.579000', '141533.582000', '141533.584000', '141533.592000', '141533.594000', '141533.597000', '141533.600000', '141533.602000', '141533.605000', '141533.608000', '141533.610000', '141533.613000', '141533.615000', '141533.618000', '141533.620000', '141533.623000', '141533.639000', '141533.641000', '141533.644000', '141533.647000', '141533.649000', '141533.652000', '141533.655000', '141533.657000', '141533.660000', '141533.662000', '141533.665000', '141533.668000', '141533.670000', '141533.673000', '141533.676000', '141533.678000', '141533.681000', '141553.551000', '141553.553000', '141553.556000', '141553.559000', '141553.561000', '141553.564000', '141553.566000', '141553.569000', '141553.571000', '141553.574000', '141553.577000', '141553.579000', '141553.582000', '141553.584000', '141553.587000', '141553.590000', '141553.592000', '141553.595000', '141553.597000', '141553.600000', '141553.603000', '141553.605000', '141553.608000', '141553.610000', '141553.613000', '141553.615000', '141553.618000', '141553.621000', '141553.623000', '141553.626000', '141553.628000', '141553.631000', '141553.634000', '141553.636000', '141553.639000', '141553.641000', '141553.644000', '141553.646000', '141553.649000', '141553.652000', '141553.654000', '141553.657000', '141553.659000', '141613.551000', '141613.553000', '141613.556000', '141613.558000', '141613.561000', '141613.563000', '141613.566000', '141613.569000', '141613.571000', '141613.574000', '141613.577000', '141613.580000', '141613.583000', '141613.585000', '141613.588000', '141613.590000', '141613.593000', '141613.596000', '141613.598000', '141613.601000', '141613.603000', '141613.606000', '141613.609000', '141613.611000', '141613.614000', '141613.616000', '141613.619000', '141613.622000', '141613.624000', '141613.627000', '141613.630000', '141613.632000', '141613.635000', '141613.637000', '141613.640000', '141613.643000', '141613.645000', '141613.648000', '141613.650000', '141613.653000', '141613.655000', '141613.658000', '141613.661000', '141613.663000', '141633.551000', '141633.553000', '141633.556000', '141633.559000', '141633.561000', '141633.564000', '141633.566000', '141633.569000', '141633.572000', '141633.574000', '141633.577000', '141633.579000', '141633.582000', '141633.584000', '141633.587000', '141633.590000', '141633.592000', '141633.595000', '141633.598000', '141633.600000', '141633.603000', '141633.605000', '141633.608000', '141633.611000', '141633.613000', '141633.616000', '141633.618000', '141633.621000', '141633.623000', '141633.626000', '141633.629000', '141633.631000', '141633.634000', '141633.636000', '141633.639000', '141633.641000', '141633.644000', '141633.647000', '141633.649000', '141633.652000', '141633.654000', '141633.657000', '141633.660000', '141653.552000', '141653.554000', '141653.557000', '141653.560000', '141653.562000', '141653.565000', '141653.567000', '141653.570000', '141653.573000', '141653.585000', '141653.588000', '141653.590000', '141653.593000', '141653.595000', '141653.598000', '141653.601000', '141653.603000', '141653.606000', '141653.608000', '141653.611000', '141653.614000', '141653.616000', '141653.619000', '141653.621000', '141653.624000', '141653.627000', '141653.629000', '141653.632000', '141653.634000', '141653.637000', '141653.640000', '141653.642000', '141653.645000', '141653.647000', '141653.650000', '141653.653000', '141653.655000', '141653.658000', '141653.660000', '141653.663000', '141653.666000', '141653.668000', '141653.671000', '141653.673000', '141713.552000', '141713.555000', '141713.557000', '141713.560000', '141713.562000', '141713.565000', '141713.567000', '141713.570000', '141713.573000', '141713.575000', '141713.578000', '141713.580000', '141713.583000', '141713.586000', '141713.588000', '141713.591000', '141713.594000', '141713.596000', '141713.599000', '141713.601000', '141713.604000', '141713.607000', '141713.609000', '141713.612000', '141713.615000', '141713.617000', '141713.620000', '141713.622000', '141713.625000', '141713.628000', '141713.631000', '141713.633000', '141713.636000', '141713.638000', '141713.641000', '141713.644000', '141713.646000', '141713.649000', '141713.651000', '141713.654000', '141713.656000', '141713.659000', '141713.662000', '141733.551000', '141733.554000', '141733.556000', '141733.559000', '141733.562000', '141733.564000', '141733.567000', '141733.569000', '141733.572000', '141733.575000', '141733.577000', '141733.580000', '141733.582000', '141733.585000', '141733.588000', '141733.590000', '141733.593000', '141733.596000', '141733.598000', '141733.601000', '141733.603000', '141733.606000', '141733.609000', '141733.611000', '141733.614000', '141733.617000', '141733.620000', '141733.622000', '141733.625000', '141733.628000', '141733.630000', '141733.633000', '141733.635000', '141733.638000', '141733.640000', '141733.643000', '141733.646000', '141733.649000', '141733.651000', '141733.654000', '141733.656000', '141733.659000', '141733.661000', '141753.551000', '141753.554000', '141753.556000', '141753.559000', '141753.561000', '141753.564000', '141753.566000', '141753.569000', '141753.572000', '141753.574000', '141753.577000', '141753.579000', '141753.582000', '141753.585000', '141753.587000', '141753.590000', '141753.592000', '141753.595000', '141753.598000', '141753.600000', '141753.603000', '141753.605000', '141753.608000', '141753.611000', '141753.613000', '141753.616000', '141753.618000', '141753.621000', '141753.623000', '141753.626000', '141753.629000', '141753.631000', '141753.634000', '141753.636000', '141753.639000', '141753.641000', '141753.644000', '141753.647000', '141753.649000', '141753.652000', '141753.654000', '141753.657000', '141753.660000', '141753.662000', '141813.551000', '141813.554000', '141813.556000', '141813.559000', '141813.561000', '141813.564000', '141813.567000', '141813.572000', '141813.575000', '141813.578000', '141813.580000', '141813.583000', '141813.585000', '141813.588000', '141813.591000', '141813.593000', '141813.596000', '141813.598000', '141813.601000', '141813.603000', '141813.606000', '141813.609000', '141813.612000', '141813.614000', '141813.617000', '141813.619000', '141813.622000', '141813.625000', '141813.628000', '141813.631000', '141813.633000', '141813.636000', '141813.639000', '141813.641000', '141813.644000', '141813.647000', '141813.649000', '141813.652000', '141813.654000', '141813.657000', '141813.660000', '141813.662000', '141813.665000', '141833.551000', '141833.554000', '141833.556000', '141833.559000', '141833.561000', '141833.564000', '141833.567000', '141833.569000', '141833.572000', '141833.574000', '141833.577000', '141833.580000', '141833.582000', '141833.585000', '141833.587000', '141833.590000', '141833.593000', '141833.595000', '141833.598000', '141833.600000', '141833.603000', '141833.605000', '141833.608000', '141833.611000', '141833.613000', '141833.616000', '141833.618000', '141833.621000', '141833.623000', '141833.626000', '141833.629000', '141833.631000', '141833.634000', '141833.636000', '141833.639000', '141833.642000', '141833.644000', '141833.647000', '141833.649000', '141833.652000', '141833.654000', '141833.657000', '141833.660000', '141833.662000', '141853.551000', '141853.554000', '141853.556000', '141853.559000', '141853.561000', '141853.564000', '141853.567000', '141853.569000', '141853.572000', '141853.574000', '141853.577000', '141853.579000', '141853.582000', '141853.585000', '141853.587000', '141853.590000', '141853.593000', '141853.595000', '141853.598000', '141853.601000', '141853.603000', '141853.606000', '141853.608000', '141853.611000', '141853.614000', '141853.616000', '141853.619000', '141853.621000', '141853.624000', '141853.626000', '141853.629000', '141853.632000', '141853.634000', '141853.637000', '141853.639000', '141853.642000', '141853.645000', '141853.647000', '141853.650000', '141853.652000', '141853.656000', '141853.659000', '141853.661000', '141913.552000', '141913.555000', '141913.557000', '141913.560000', '141913.563000', '141913.565000', '141913.568000', '141913.570000', '141913.573000', '141913.575000', '141913.578000', '141913.581000', '141913.583000', '141913.586000', '141913.588000', '141913.591000', '141913.594000', '141913.596000', '141913.599000', '141913.601000', '141913.604000', '141913.607000', '141913.609000', '141913.612000', '141913.614000', '141913.617000', '141913.620000', '141913.622000', '141913.625000', '141913.627000', '141913.630000', '141913.633000', '141913.650000', '141913.653000', '141913.655000', '141913.658000', '141913.660000', '141913.663000', '141913.666000', '141913.668000', '141913.671000', '141913.673000', '141913.676000', '141913.679000', '141933.552000', '141933.554000', '141933.557000', '141933.560000', '141933.563000', '141933.565000', '141933.568000', '141933.570000', '141933.573000', '141933.576000', '141933.578000', '141933.581000', '141933.583000', '141933.586000', '141933.589000', '141933.591000', '141933.594000', '141933.597000', '141933.599000', '141933.602000', '141933.605000', '141933.607000', '141933.610000', '141933.612000', '141933.615000', '141933.617000', '141933.620000', '141933.623000', '141933.626000', '141933.629000', '141933.632000', '141933.635000', '141933.637000', '141933.640000', '141933.642000', '141933.645000', '141933.648000', '141933.650000', '141933.653000', '141933.655000', '141933.658000', '141933.660000', '141933.663000', '141953.551000', '141953.554000', '141953.556000', '141953.559000', '141953.562000', '141953.564000', '141953.567000', '141953.569000', '141953.572000', '141953.574000', '141953.577000', '141953.580000', '141953.582000', '141953.585000', '141953.587000', '141953.590000', '141953.593000', '141953.595000', '141953.598000', '141953.601000', '141953.603000', '141953.606000', '141953.608000', '141953.611000', '141953.614000', '141953.616000', '141953.619000', '141953.622000', '141953.624000', '141953.627000', '141953.629000', '141953.632000', '141953.635000', '141953.637000', '141953.640000', '141953.642000', '141953.645000', '141953.648000', '141953.650000', '141953.653000', '141953.655000', '141953.658000', '141953.661000', '141953.663000', '142013.551000', '142013.553000', '142013.556000', '142013.559000', '142013.561000', '142013.564000', '142013.566000', '142013.569000', '142013.572000', '142013.574000', '142013.577000', '142013.579000', '142013.582000', '142013.584000', '142013.587000', '142013.590000', '142013.592000', '142013.595000', '142013.598000', '142013.600000', '142013.603000', '142013.605000', '142013.608000', '142013.610000', '142013.613000', '142013.616000', '142013.618000', '142013.621000', '142013.623000', '142013.626000', '142013.629000', '142013.631000', '142013.634000', '142013.636000', '142013.639000', '142013.641000', '142013.644000', '142013.647000', '142013.649000', '142013.652000', '142013.654000', '142013.657000', '142013.660000', '142033.551000', '142033.554000', '142033.556000', '142033.559000', '142033.561000', '142033.564000', '142033.566000', '142033.569000', '142033.572000', '142033.574000', '142033.577000', '142033.579000', '142033.582000', '142033.584000', '142033.587000', '142033.590000', '142033.593000', '142033.595000', '142033.598000', '142033.600000', '142033.603000', '142033.606000', '142033.608000', '142033.611000', '142033.613000', '142033.616000', '142033.619000', '142033.621000', '142033.624000', '142033.627000', '142033.629000', '142033.632000', '142033.634000', '142033.637000', '142033.639000', '142033.642000', '142033.645000', '142033.647000', '142033.650000', '142033.652000', '142033.655000', '142033.658000', '142033.660000', '142033.664000', '142053.551000', '142053.553000', '142053.556000', '142053.559000', '142053.561000', '142053.564000', '142053.566000', '142053.569000', '142053.572000', '142053.574000', '142053.577000', '142053.580000', '142053.582000', '142053.585000', '142053.587000', '142053.590000', '142053.593000', '142053.595000', '142053.598000', '142053.601000', '142053.603000', '142053.606000', '142053.608000', '142053.611000', '142053.613000', '142053.616000', '142053.619000', '142053.621000', '142053.624000', '142053.626000', '142053.629000', '142053.632000', '142053.634000', '142053.637000', '142053.639000', '142053.642000', '142053.644000', '142053.647000', '142053.650000', '142053.652000', '142053.655000', '142053.657000', '142053.660000', '142113.551000', '142113.553000', '142113.556000', '142113.559000', '142113.561000', '142113.564000', '142113.566000', '142113.569000', '142113.572000', '142113.574000', '142113.577000', '142113.579000', '142113.582000', '142113.585000', '142113.587000', '142113.590000', '142113.593000', '142113.595000', '142113.598000', '142113.600000', '142113.603000', '142113.605000', '142113.608000', '142113.611000', '142113.613000', '142113.616000', '142113.618000', '142113.621000', '142113.624000', '142113.626000', '142113.629000', '142113.632000', '142113.634000', '142113.637000', '142113.639000', '142113.642000', '142113.645000', '142113.647000', '142113.650000', '142113.652000', '142113.655000', '142113.658000', '142113.660000', '142113.663000', '142133.552000', '142133.554000', '142133.557000', '142133.560000', '142133.562000', '142133.565000', '142133.568000', '142133.570000', '142133.573000', '142133.575000', '142133.578000', '142133.595000', '142133.598000', '142133.600000', '142133.603000', '142133.606000', '142133.608000', '142133.611000', '142133.613000', '142133.616000', '142133.618000', '142133.621000', '142133.624000', '142133.626000', '142133.629000', '142133.631000', '142133.634000', '142133.636000', '142133.639000', '142133.642000', '142133.644000', '142133.647000', '142133.649000', '142133.652000', '142133.654000', '142133.657000', '142133.660000', '142133.662000', '142133.665000', '142133.668000', '142133.670000', '142133.674000', '142133.677000', '142137.798000', '142137.801000', '142137.804000', '142137.806000', '142137.809000', '142137.812000', '142137.814000', '142137.817000', '142137.820000', '142137.822000'], 'InstanceCreationTime': ['140733.581000', '140733.584000', '140733.587000', '140733.590000', '140733.619000', '140733.621000', '140733.624000', '140733.627000', '140733.630000', '140733.632000', '140733.635000', '140733.639000', '140733.642000', '140733.645000', '140733.647000', '140733.661000', '140733.664000', '140733.667000', '140733.669000', '140733.672000', '140733.675000', '140733.677000', '140733.680000', '140753.552000', '140753.554000', '140753.557000', '140753.560000', '140753.567000', '140753.569000', '140753.572000', '140753.574000', '140753.577000', '140753.580000', '140753.582000', '140753.585000', '140753.587000', '140753.590000', '140753.592000', '140753.595000', '140753.598000', '140753.600000', '140753.603000', '140753.605000', '140753.608000', '140753.611000', '140753.613000', '140753.616000', '140753.618000', '140753.621000', '140753.623000', '140753.626000', '140753.628000', '140753.631000', '140753.633000', '140753.636000', '140753.639000', '140753.641000', '140753.644000', '140753.646000', '140753.649000', '140753.651000', '140753.654000', '140753.656000', '140753.659000', '140753.661000', '140753.664000', '140753.666000', '140813.550000', '140813.553000', '140813.563000', '140813.566000', '140813.569000', '140813.571000', '140813.574000', '140813.576000', '140813.579000', '140813.581000', '140813.584000', '140813.586000', '140813.589000', '140813.592000', '140813.594000', '140813.597000', '140813.599000', '140813.602000', '140813.604000', '140813.607000', '140813.609000', '140813.612000', '140813.615000', '140813.617000', '140813.620000', '140813.622000', '140813.625000', '140813.627000', '140813.630000', '140813.633000', '140813.635000', '140813.638000', '140813.640000', '140813.643000', '140813.645000', '140813.648000', '140813.650000', '140813.653000', '140813.655000', '140813.658000', '140813.661000', '140813.663000', '140813.666000', '140833.550000', '140833.553000', '140833.556000', '140833.558000', '140833.561000', '140833.563000', '140833.566000', '140833.569000', '140833.571000', '140833.574000', '140833.577000', '140833.580000', '140833.582000', '140833.585000', '140833.587000', '140833.590000', '140833.593000', '140833.595000', '140833.598000', '140833.600000', '140833.603000', '140833.606000', '140833.608000', '140833.611000', '140833.613000', '140833.616000', '140833.618000', '140833.621000', '140833.624000', '140833.626000', '140833.629000', '140833.632000', '140833.634000', '140833.637000', '140833.639000', '140833.642000', '140833.645000', '140833.647000', '140833.650000', '140833.652000', '140833.655000', '140833.657000', '140833.660000', '140833.662000', '140853.550000', '140853.553000', '140853.556000', '140853.559000', '140853.561000', '140853.564000', '140853.566000', '140853.569000', '140853.571000', '140853.574000', '140853.576000', '140853.579000', '140853.582000', '140853.584000', '140853.587000', '140853.589000', '140853.592000', '140853.595000', '140853.597000', '140853.600000', '140853.602000', '140853.605000', '140853.607000', '140853.610000', '140853.612000', '140853.615000', '140853.617000', '140853.620000', '140853.623000', '140853.625000', '140853.628000', '140853.630000', '140853.633000', '140853.636000', '140853.638000', '140853.641000', '140853.643000', '140853.646000', '140853.648000', '140853.651000', '140853.653000', '140853.656000', '140853.658000', '140913.551000', '140913.553000', '140913.556000', '140913.559000', '140913.561000', '140913.564000', '140913.566000', '140913.569000', '140913.571000', '140913.574000', '140913.577000', '140913.579000', '140913.582000', '140913.584000', '140913.587000', '140913.590000', '140913.592000', '140913.595000', '140913.597000', '140913.600000', '140913.602000', '140913.605000', '140913.608000', '140913.610000', '140913.613000', '140913.615000', '140913.618000', '140913.620000', '140913.623000', '140913.626000', '140913.628000', '140913.631000', '140913.633000', '140913.636000', '140913.639000', '140913.641000', '140913.644000', '140913.646000', '140913.649000', '140913.651000', '140913.654000', '140913.657000', '140913.659000', '140933.550000', '140933.553000', '140933.556000', '140933.558000', '140933.561000', '140933.563000', '140933.566000', '140933.569000', '140933.571000', '140933.574000', '140933.576000', '140933.579000', '140933.581000', '140933.584000', '140933.587000', '140933.589000', '140933.592000', '140933.594000', '140933.597000', '140933.600000', '140933.602000', '140933.605000', '140933.607000', '140933.610000', '140933.612000', '140933.615000', '140933.618000', '140933.620000', '140933.623000', '140933.625000', '140933.628000', '140933.630000', '140933.633000', '140933.636000', '140933.638000', '140933.641000', '140933.643000', '140933.646000', '140933.648000', '140933.651000', '140933.654000', '140933.656000', '140933.669000', '140933.672000', '140953.552000', '140953.554000', '140953.557000', '140953.559000', '140953.562000', '140953.565000', '140953.567000', '140953.570000', '140953.572000', '140953.575000', '140953.577000', '140953.580000', '140953.583000', '140953.585000', '140953.588000', '140953.590000', '140953.593000', '140953.596000', '140953.598000', '140953.601000', '140953.603000', '140953.606000', '140953.609000', '140953.612000', '140953.614000', '140953.618000', '140953.621000', '140953.624000', '140953.626000', '140953.629000', '140953.631000', '140953.634000', '140953.637000', '140953.639000', '140953.642000', '140953.644000', '140953.647000', '140953.650000', '140953.652000', '140953.655000', '140953.657000', '140953.660000', '140953.663000', '141013.551000', '141013.554000', '141013.557000', '141013.560000', '141013.562000', '141013.565000', '141013.567000', '141013.570000', '141013.572000', '141013.575000', '141013.577000', '141013.580000', '141013.583000', '141013.585000', '141013.588000', '141013.591000', '141013.593000', '141013.596000', '141013.599000', '141013.601000', '141013.604000', '141013.606000', '141013.609000', '141013.611000', '141013.614000', '141013.617000', '141013.619000', '141013.622000', '141013.624000', '141013.627000', '141013.629000', '141013.632000', '141013.635000', '141013.637000', '141013.640000', '141013.642000', '141013.645000', '141013.647000', '141013.650000', '141013.653000', '141013.655000', '141013.658000', '141013.660000', '141013.663000', '141033.550000', '141033.553000', '141033.556000', '141033.558000', '141033.561000', '141033.564000', '141033.566000', '141033.569000', '141033.571000', '141033.574000', '141033.576000', '141033.579000', '141033.582000', '141033.584000', '141033.587000', '141033.589000', '141033.592000', '141033.595000', '141033.597000', '141033.600000', '141033.603000', '141033.605000', '141033.608000', '141033.610000', '141033.613000', '141033.616000', '141033.618000', '141033.621000', '141033.623000', '141033.626000', '141033.629000', '141033.631000', '141033.634000', '141033.636000', '141033.639000', '141033.641000', '141033.644000', '141033.646000', '141033.649000', '141033.652000', '141033.654000', '141033.657000', '141033.659000', '141053.550000', '141053.553000', '141053.556000', '141053.558000', '141053.561000', '141053.563000', '141053.566000', '141053.569000', '141053.571000', '141053.574000', '141053.576000', '141053.579000', '141053.581000', '141053.584000', '141053.587000', '141053.589000', '141053.592000', '141053.595000', '141053.597000', '141053.600000', '141053.602000', '141053.605000', '141053.607000', '141053.610000', '141053.612000', '141053.615000', '141053.618000', '141053.620000', '141053.623000', '141053.625000', '141053.628000', '141053.630000', '141053.633000', '141053.636000', '141053.638000', '141053.641000', '141053.643000', '141053.646000', '141053.648000', '141053.651000', '141053.654000', '141053.656000', '141053.659000', '141053.661000', '141113.551000', '141113.553000', '141113.556000', '141113.558000', '141113.561000', '141113.564000', '141113.566000', '141113.569000', '141113.571000', '141113.574000', '141113.577000', '141113.579000', '141113.582000', '141113.584000', '141113.587000', '141113.589000', '141113.592000', '141113.595000', '141113.598000', '141113.601000', '141113.604000', '141113.607000', '141113.609000', '141113.621000', '141113.624000', '141113.626000', '141113.629000', '141113.632000', '141113.634000', '141113.637000', '141113.639000', '141113.642000', '141113.644000', '141113.647000', '141113.650000', '141113.652000', '141113.655000', '141113.658000', '141113.661000', '141113.664000', '141113.666000', '141113.669000', '141113.671000', '141133.550000', '141133.553000', '141133.556000', '141133.558000', '141133.561000', '141133.564000', '141133.566000', '141133.569000', '141133.571000', '141133.574000', '141133.576000', '141133.579000', '141133.581000', '141133.584000', '141133.587000', '141133.589000', '141133.592000', '141133.595000', '141133.597000', '141133.600000', '141133.602000', '141133.605000', '141133.608000', '141133.610000', '141133.613000', '141133.615000', '141133.618000', '141133.621000', '141133.623000', '141133.626000', '141133.628000', '141133.631000', '141133.634000', '141133.636000', '141133.639000', '141133.641000', '141133.644000', '141133.647000', '141133.649000', '141133.652000', '141133.654000', '141133.657000', '141133.659000', '141133.662000', '141153.551000', '141153.553000', '141153.556000', '141153.559000', '141153.562000', '141153.565000', '141153.568000', '141153.570000', '141153.573000', '141153.576000', '141153.578000', '141153.581000', '141153.583000', '141153.586000', '141153.589000', '141153.591000', '141153.594000', '141153.596000', '141153.599000', '141153.601000', '141153.604000', '141153.607000', '141153.609000', '141153.612000', '141153.614000', '141153.617000', '141153.619000', '141153.622000', '141153.625000', '141153.627000', '141153.630000', '141153.633000', '141153.635000', '141153.638000', '141153.640000', '141153.643000', '141153.646000', '141153.648000', '141153.651000', '141153.653000', '141153.656000', '141153.658000', '141153.661000', '141213.552000', '141213.555000', '141213.557000', '141213.560000', '141213.562000', '141213.565000', '141213.567000', '141213.570000', '141213.573000', '141213.575000', '141213.578000', '141213.580000', '141213.583000', '141213.586000', '141213.588000', '141213.591000', '141213.593000', '141213.596000', '141213.599000', '141213.601000', '141213.604000', '141213.606000', '141213.609000', '141213.612000', '141213.614000', '141213.617000', '141213.619000', '141213.622000', '141213.625000', '141213.627000', '141213.630000', '141213.632000', '141213.635000', '141213.638000', '141213.640000', '141213.643000', '141213.646000', '141213.648000', '141213.651000', '141213.653000', '141213.656000', '141213.659000', '141213.661000', '141213.664000', '141233.551000', '141233.554000', '141233.557000', '141233.560000', '141233.562000', '141233.565000', '141233.567000', '141233.570000', '141233.572000', '141233.575000', '141233.578000', '141233.580000', '141233.583000', '141233.585000', '141233.588000', '141233.591000', '141233.593000', '141233.596000', '141233.598000', '141233.601000', '141233.604000', '141233.606000', '141233.609000', '141233.612000', '141233.614000', '141233.617000', '141233.619000', '141233.622000', '141233.625000', '141233.627000', '141233.630000', '141233.633000', '141233.635000', '141233.638000', '141233.640000', '141233.643000', '141233.646000', '141233.648000', '141233.651000', '141233.653000', '141233.656000', '141233.658000', '141233.661000', '141253.550000', '141253.553000', '141253.556000', '141253.559000', '141253.561000', '141253.564000', '141253.566000', '141253.569000', '141253.579000', '141253.581000', '141253.584000', '141253.586000', '141253.589000', '141253.592000', '141253.594000', '141253.597000', '141253.601000', '141253.604000', '141253.607000', '141253.609000', '141253.612000', '141253.614000', '141253.617000', '141253.620000', '141253.622000', '141253.625000', '141253.627000', '141253.630000', '141253.632000', '141253.635000', '141253.638000', '141253.641000', '141253.643000', '141253.646000', '141253.648000', '141253.651000', '141253.654000', '141253.656000', '141253.659000', '141253.661000', '141253.664000', '141253.666000', '141253.669000', '141253.672000', '141313.550000', '141313.553000', '141313.556000', '141313.558000', '141313.561000', '141313.564000', '141313.566000', '141313.569000', '141313.571000', '141313.574000', '141313.576000', '141313.579000', '141313.582000', '141313.584000', '141313.587000', '141313.589000', '141313.592000', '141313.594000', '141313.597000', '141313.600000', '141313.602000', '141313.605000', '141313.607000', '141313.610000', '141313.612000', '141313.615000', '141313.618000', '141313.620000', '141313.623000', '141313.625000', '141313.628000', '141313.630000', '141313.633000', '141313.636000', '141313.638000', '141313.641000', '141313.643000', '141313.646000', '141313.649000', '141313.651000', '141313.654000', '141313.656000', '141313.659000', '141333.551000', '141333.554000', '141333.556000', '141333.559000', '141333.562000', '141333.564000', '141333.567000', '141333.569000', '141333.572000', '141333.574000', '141333.577000', '141333.579000', '141333.592000', '141333.595000', '141333.598000', '141333.600000', '141333.603000', '141333.605000', '141333.608000', '141333.610000', '141333.613000', '141333.616000', '141333.618000', '141333.621000', '141333.623000', '141333.626000', '141333.628000', '141333.631000', '141333.633000', '141333.636000', '141333.639000', '141333.641000', '141333.644000', '141333.646000', '141333.649000', '141333.651000', '141333.654000', '141333.657000', '141333.659000', '141333.662000', '141333.664000', '141333.667000', '141333.669000', '141333.672000', '141353.550000', '141353.553000', '141353.556000', '141353.559000', '141353.561000', '141353.564000', '141353.566000', '141353.569000', '141353.571000', '141353.574000', '141353.577000', '141353.579000', '141353.582000', '141353.584000', '141353.587000', '141353.589000', '141353.592000', '141353.595000', '141353.597000', '141353.600000', '141353.603000', '141353.605000', '141353.608000', '141353.610000', '141353.613000', '141353.616000', '141353.618000', '141353.621000', '141353.623000', '141353.626000', '141353.628000', '141353.631000', '141353.634000', '141353.636000', '141353.639000', '141353.641000', '141353.644000', '141353.647000', '141353.649000', '141353.652000', '141353.654000', '141353.657000', '141353.659000', '141413.550000', '141413.553000', '141413.556000', '141413.559000', '141413.561000', '141413.564000', '141413.566000', '141413.569000', '141413.571000', '141413.574000', '141413.577000', '141413.579000', '141413.582000', '141413.584000', '141413.587000', '141413.590000', '141413.605000', '141413.608000', '141413.610000', '141413.613000', '141413.616000', '141413.618000', '141413.621000', '141413.623000', '141413.626000', '141413.628000', '141413.631000', '141413.634000', '141413.636000', '141413.639000', '141413.642000', '141413.644000', '141413.647000', '141413.649000', '141413.652000', '141413.654000', '141413.657000', '141413.660000', '141413.662000', '141413.665000', '141413.667000', '141413.670000', '141413.672000', '141413.675000', '141433.552000', '141433.554000', '141433.557000', '141433.560000', '141433.562000', '141433.565000', '141433.567000', '141433.570000', '141433.573000', '141433.575000', '141433.578000', '141433.580000', '141433.583000', '141433.585000', '141433.588000', '141433.591000', '141433.593000', '141433.596000', '141433.599000', '141433.601000', '141433.604000', '141433.606000', '141433.609000', '141433.611000', '141433.614000', '141433.617000', '141433.619000', '141433.622000', '141433.624000', '141433.627000', '141433.630000', '141433.632000', '141433.635000', '141433.637000', '141433.640000', '141433.643000', '141433.645000', '141433.648000', '141433.650000', '141433.653000', '141433.656000', '141433.658000', '141433.661000', '141453.552000', '141453.555000', '141453.557000', '141453.560000', '141453.563000', '141453.565000', '141453.568000', '141453.570000', '141453.573000', '141453.575000', '141453.578000', '141453.581000', '141453.583000', '141453.586000', '141453.589000', '141453.592000', '141453.595000', '141453.597000', '141453.600000', '141453.603000', '141453.605000', '141453.608000', '141453.610000', '141453.613000', '141453.616000', '141453.618000', '141453.621000', '141453.623000', '141453.626000', '141453.629000', '141453.631000', '141453.634000', '141453.636000', '141453.639000', '141453.641000', '141453.644000', '141453.647000', '141453.649000', '141453.652000', '141453.654000', '141453.657000', '141453.659000', '141453.662000', '141453.665000', '141513.550000', '141513.553000', '141513.556000', '141513.558000', '141513.561000', '141513.564000', '141513.566000', '141513.569000', '141513.571000', '141513.574000', '141513.576000', '141513.579000', '141513.581000', '141513.584000', '141513.587000', '141513.589000', '141513.592000', '141513.595000', '141513.597000', '141513.600000', '141513.602000', '141513.605000', '141513.607000', '141513.610000', '141513.613000', '141513.615000', '141513.618000', '141513.621000', '141513.623000', '141513.626000', '141513.628000', '141513.631000', '141513.633000', '141513.636000', '141513.638000', '141513.641000', '141513.644000', '141513.646000', '141513.649000', '141513.651000', '141513.654000', '141513.657000', '141513.659000', '141533.550000', '141533.553000', '141533.556000', '141533.558000', '141533.561000', '141533.564000', '141533.566000', '141533.569000', '141533.571000', '141533.574000', '141533.576000', '141533.579000', '141533.582000', '141533.584000', '141533.592000', '141533.594000', '141533.597000', '141533.600000', '141533.602000', '141533.605000', '141533.608000', '141533.610000', '141533.613000', '141533.615000', '141533.618000', '141533.620000', '141533.623000', '141533.639000', '141533.641000', '141533.644000', '141533.647000', '141533.649000', '141533.652000', '141533.655000', '141533.657000', '141533.660000', '141533.662000', '141533.665000', '141533.668000', '141533.670000', '141533.673000', '141533.676000', '141533.678000', '141533.681000', '141553.551000', '141553.553000', '141553.556000', '141553.559000', '141553.561000', '141553.564000', '141553.566000', '141553.569000', '141553.571000', '141553.574000', '141553.577000', '141553.579000', '141553.582000', '141553.584000', '141553.587000', '141553.590000', '141553.592000', '141553.595000', '141553.597000', '141553.600000', '141553.603000', '141553.605000', '141553.608000', '141553.610000', '141553.613000', '141553.615000', '141553.618000', '141553.621000', '141553.623000', '141553.626000', '141553.628000', '141553.631000', '141553.634000', '141553.636000', '141553.639000', '141553.641000', '141553.644000', '141553.646000', '141553.649000', '141553.652000', '141553.654000', '141553.657000', '141553.659000', '141613.551000', '141613.553000', '141613.556000', '141613.558000', '141613.561000', '141613.563000', '141613.566000', '141613.569000', '141613.571000', '141613.574000', '141613.577000', '141613.580000', '141613.583000', '141613.585000', '141613.588000', '141613.590000', '141613.593000', '141613.596000', '141613.598000', '141613.601000', '141613.603000', '141613.606000', '141613.609000', '141613.611000', '141613.614000', '141613.616000', '141613.619000', '141613.622000', '141613.624000', '141613.627000', '141613.630000', '141613.632000', '141613.635000', '141613.637000', '141613.640000', '141613.643000', '141613.645000', '141613.648000', '141613.650000', '141613.653000', '141613.655000', '141613.658000', '141613.661000', '141613.663000', '141633.551000', '141633.553000', '141633.556000', '141633.559000', '141633.561000', '141633.564000', '141633.566000', '141633.569000', '141633.572000', '141633.574000', '141633.577000', '141633.579000', '141633.582000', '141633.584000', '141633.587000', '141633.590000', '141633.592000', '141633.595000', '141633.598000', '141633.600000', '141633.603000', '141633.605000', '141633.608000', '141633.611000', '141633.613000', '141633.616000', '141633.618000', '141633.621000', '141633.623000', '141633.626000', '141633.629000', '141633.631000', '141633.634000', '141633.636000', '141633.639000', '141633.641000', '141633.644000', '141633.647000', '141633.649000', '141633.652000', '141633.654000', '141633.657000', '141633.660000', '141653.552000', '141653.554000', '141653.557000', '141653.560000', '141653.562000', '141653.565000', '141653.567000', '141653.570000', '141653.573000', '141653.585000', '141653.588000', '141653.590000', '141653.593000', '141653.595000', '141653.598000', '141653.601000', '141653.603000', '141653.606000', '141653.608000', '141653.611000', '141653.614000', '141653.616000', '141653.619000', '141653.621000', '141653.624000', '141653.627000', '141653.629000', '141653.632000', '141653.634000', '141653.637000', '141653.640000', '141653.642000', '141653.645000', '141653.647000', '141653.650000', '141653.653000', '141653.655000', '141653.658000', '141653.660000', '141653.663000', '141653.666000', '141653.668000', '141653.671000', '141653.673000', '141713.552000', '141713.555000', '141713.557000', '141713.560000', '141713.562000', '141713.565000', '141713.567000', '141713.570000', '141713.573000', '141713.575000', '141713.578000', '141713.580000', '141713.583000', '141713.586000', '141713.588000', '141713.591000', '141713.594000', '141713.596000', '141713.599000', '141713.601000', '141713.604000', '141713.607000', '141713.609000', '141713.612000', '141713.615000', '141713.617000', '141713.620000', '141713.622000', '141713.625000', '141713.628000', '141713.631000', '141713.633000', '141713.636000', '141713.638000', '141713.641000', '141713.644000', '141713.646000', '141713.649000', '141713.651000', '141713.654000', '141713.656000', '141713.659000', '141713.662000', '141733.551000', '141733.554000', '141733.556000', '141733.559000', '141733.562000', '141733.564000', '141733.567000', '141733.569000', '141733.572000', '141733.575000', '141733.577000', '141733.580000', '141733.582000', '141733.585000', '141733.588000', '141733.590000', '141733.593000', '141733.596000', '141733.598000', '141733.601000', '141733.603000', '141733.606000', '141733.609000', '141733.611000', '141733.614000', '141733.617000', '141733.620000', '141733.622000', '141733.625000', '141733.628000', '141733.630000', '141733.633000', '141733.635000', '141733.638000', '141733.640000', '141733.643000', '141733.646000', '141733.649000', '141733.651000', '141733.654000', '141733.656000', '141733.659000', '141733.661000', '141753.551000', '141753.554000', '141753.556000', '141753.559000', '141753.561000', '141753.564000', '141753.566000', '141753.569000', '141753.572000', '141753.574000', '141753.577000', '141753.579000', '141753.582000', '141753.585000', '141753.587000', '141753.590000', '141753.592000', '141753.595000', '141753.598000', '141753.600000', '141753.603000', '141753.605000', '141753.608000', '141753.611000', '141753.613000', '141753.616000', '141753.618000', '141753.621000', '141753.623000', '141753.626000', '141753.629000', '141753.631000', '141753.634000', '141753.636000', '141753.639000', '141753.641000', '141753.644000', '141753.647000', '141753.649000', '141753.652000', '141753.654000', '141753.657000', '141753.660000', '141753.662000', '141813.551000', '141813.554000', '141813.556000', '141813.559000', '141813.561000', '141813.564000', '141813.567000', '141813.572000', '141813.575000', '141813.578000', '141813.580000', '141813.583000', '141813.585000', '141813.588000', '141813.591000', '141813.593000', '141813.596000', '141813.598000', '141813.601000', '141813.603000', '141813.606000', '141813.609000', '141813.612000', '141813.614000', '141813.617000', '141813.619000', '141813.622000', '141813.625000', '141813.628000', '141813.631000', '141813.633000', '141813.636000', '141813.639000', '141813.641000', '141813.644000', '141813.647000', '141813.649000', '141813.652000', '141813.654000', '141813.657000', '141813.660000', '141813.662000', '141813.665000', '141833.551000', '141833.554000', '141833.556000', '141833.559000', '141833.561000', '141833.564000', '141833.567000', '141833.569000', '141833.572000', '141833.574000', '141833.577000', '141833.580000', '141833.582000', '141833.585000', '141833.587000', '141833.590000', '141833.593000', '141833.595000', '141833.598000', '141833.600000', '141833.603000', '141833.605000', '141833.608000', '141833.611000', '141833.613000', '141833.616000', '141833.618000', '141833.621000', '141833.623000', '141833.626000', '141833.629000', '141833.631000', '141833.634000', '141833.636000', '141833.639000', '141833.642000', '141833.644000', '141833.647000', '141833.649000', '141833.652000', '141833.654000', '141833.657000', '141833.660000', '141833.662000', '141853.551000', '141853.554000', '141853.556000', '141853.559000', '141853.561000', '141853.564000', '141853.567000', '141853.569000', '141853.572000', '141853.574000', '141853.577000', '141853.579000', '141853.582000', '141853.585000', '141853.587000', '141853.590000', '141853.593000', '141853.595000', '141853.598000', '141853.601000', '141853.603000', '141853.606000', '141853.608000', '141853.611000', '141853.614000', '141853.616000', '141853.619000', '141853.621000', '141853.624000', '141853.626000', '141853.629000', '141853.632000', '141853.634000', '141853.637000', '141853.639000', '141853.642000', '141853.645000', '141853.647000', '141853.650000', '141853.652000', '141853.656000', '141853.659000', '141853.661000', '141913.552000', '141913.555000', '141913.557000', '141913.560000', '141913.563000', '141913.565000', '141913.568000', '141913.570000', '141913.573000', '141913.575000', '141913.578000', '141913.581000', '141913.583000', '141913.586000', '141913.588000', '141913.591000', '141913.594000', '141913.596000', '141913.599000', '141913.601000', '141913.604000', '141913.607000', '141913.609000', '141913.612000', '141913.614000', '141913.617000', '141913.620000', '141913.622000', '141913.625000', '141913.627000', '141913.630000', '141913.633000', '141913.650000', '141913.653000', '141913.655000', '141913.658000', '141913.660000', '141913.663000', '141913.666000', '141913.668000', '141913.671000', '141913.673000', '141913.676000', '141913.679000', '141933.552000', '141933.554000', '141933.557000', '141933.560000', '141933.563000', '141933.565000', '141933.568000', '141933.570000', '141933.573000', '141933.576000', '141933.578000', '141933.581000', '141933.583000', '141933.586000', '141933.589000', '141933.591000', '141933.594000', '141933.597000', '141933.599000', '141933.602000', '141933.605000', '141933.607000', '141933.610000', '141933.612000', '141933.615000', '141933.617000', '141933.620000', '141933.623000', '141933.626000', '141933.629000', '141933.632000', '141933.635000', '141933.637000', '141933.640000', '141933.642000', '141933.645000', '141933.648000', '141933.650000', '141933.653000', '141933.655000', '141933.658000', '141933.660000', '141933.663000', '141953.551000', '141953.554000', '141953.556000', '141953.559000', '141953.562000', '141953.564000', '141953.567000', '141953.569000', '141953.572000', '141953.574000', '141953.577000', '141953.580000', '141953.582000', '141953.585000', '141953.587000', '141953.590000', '141953.593000', '141953.595000', '141953.598000', '141953.601000', '141953.603000', '141953.606000', '141953.608000', '141953.611000', '141953.614000', '141953.616000', '141953.619000', '141953.622000', '141953.624000', '141953.627000', '141953.629000', '141953.632000', '141953.635000', '141953.637000', '141953.640000', '141953.642000', '141953.645000', '141953.648000', '141953.650000', '141953.653000', '141953.655000', '141953.658000', '141953.661000', '141953.663000', '142013.551000', '142013.553000', '142013.556000', '142013.559000', '142013.561000', '142013.564000', '142013.566000', '142013.569000', '142013.572000', '142013.574000', '142013.577000', '142013.579000', '142013.582000', '142013.584000', '142013.587000', '142013.590000', '142013.592000', '142013.595000', '142013.598000', '142013.600000', '142013.603000', '142013.605000', '142013.608000', '142013.610000', '142013.613000', '142013.616000', '142013.618000', '142013.621000', '142013.623000', '142013.626000', '142013.629000', '142013.631000', '142013.634000', '142013.636000', '142013.639000', '142013.641000', '142013.644000', '142013.647000', '142013.649000', '142013.652000', '142013.654000', '142013.657000', '142013.660000', '142033.551000', '142033.554000', '142033.556000', '142033.559000', '142033.561000', '142033.564000', '142033.566000', '142033.569000', '142033.572000', '142033.574000', '142033.577000', '142033.579000', '142033.582000', '142033.584000', '142033.587000', '142033.590000', '142033.593000', '142033.595000', '142033.598000', '142033.600000', '142033.603000', '142033.606000', '142033.608000', '142033.611000', '142033.613000', '142033.616000', '142033.619000', '142033.621000', '142033.624000', '142033.627000', '142033.629000', '142033.632000', '142033.634000', '142033.637000', '142033.639000', '142033.642000', '142033.645000', '142033.647000', '142033.650000', '142033.652000', '142033.655000', '142033.658000', '142033.660000', '142033.664000', '142053.551000', '142053.553000', '142053.556000', '142053.559000', '142053.561000', '142053.564000', '142053.566000', '142053.569000', '142053.572000', '142053.574000', '142053.577000', '142053.580000', '142053.582000', '142053.585000', '142053.587000', '142053.590000', '142053.593000', '142053.595000', '142053.598000', '142053.601000', '142053.603000', '142053.606000', '142053.608000', '142053.611000', '142053.613000', '142053.616000', '142053.619000', '142053.621000', '142053.624000', '142053.626000', '142053.629000', '142053.632000', '142053.634000', '142053.637000', '142053.639000', '142053.642000', '142053.644000', '142053.647000', '142053.650000', '142053.652000', '142053.655000', '142053.657000', '142053.660000', '142113.551000', '142113.553000', '142113.556000', '142113.559000', '142113.561000', '142113.564000', '142113.566000', '142113.569000', '142113.572000', '142113.574000', '142113.577000', '142113.579000', '142113.582000', '142113.585000', '142113.587000', '142113.590000', '142113.593000', '142113.595000', '142113.598000', '142113.600000', '142113.603000', '142113.605000', '142113.608000', '142113.611000', '142113.613000', '142113.616000', '142113.618000', '142113.621000', '142113.624000', '142113.626000', '142113.629000', '142113.632000', '142113.634000', '142113.637000', '142113.639000', '142113.642000', '142113.645000', '142113.647000', '142113.650000', '142113.652000', '142113.655000', '142113.658000', '142113.660000', '142113.663000', '142133.552000', '142133.554000', '142133.557000', '142133.560000', '142133.562000', '142133.565000', '142133.568000', '142133.570000', '142133.573000', '142133.575000', '142133.578000', '142133.595000', '142133.598000', '142133.600000', '142133.603000', '142133.606000', '142133.608000', '142133.611000', '142133.613000', '142133.616000', '142133.618000', '142133.621000', '142133.624000', '142133.626000', '142133.629000', '142133.631000', '142133.634000', '142133.636000', '142133.639000', '142133.642000', '142133.644000', '142133.647000', '142133.649000', '142133.652000', '142133.654000', '142133.657000', '142133.660000', '142133.662000', '142133.665000', '142133.668000', '142133.670000', '142133.674000', '142133.677000', '142137.798000', '142137.801000', '142137.804000', '142137.806000', '142137.809000', '142137.812000', '142137.814000', '142137.817000', '142137.820000', '142137.822000'], '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': [8874, 14500, 8386, 14010, 9953, 13725, 7613, 15071, 8050, 10088, 12307, 8725, 10962, 8170, 10823, 7827, 10795, 7767, 9407, 7456, 8096, 8681, 9230, 12507, 7914, 12219, 7768, 11441, 7905, 9309, 9101, 9447, 13044, 8074, 13062, 8150, 14414, 8793, 10771, 7841, 8313, 14739, 8100, 12067, 9214, 10603, 7685, 8274, 13664, 8014, 11390, 8467, 10570, 7638, 12156, 7933, 8990, 9856, 8605, 11577, 8275, 11392, 7777, 14235, 7791, 8639, 7432, 8764, 14171, 7983, 12663, 9185, 10737, 7568, 8797, 13091, 8534, 11944, 8477, 11095, 7722, 9511, 9587, 8258, 13509, 8325, 11604, 7902, 13312, 7730, 9420, 11440, 8935, 12462, 8081, 11829, 7705, 9418, 9503, 8057, 13307, 7910, 12023, 7726, 9693, 7622, 8217, 8677, 8341, 13303, 8017, 12166, 7996, 8942, 9914, 8161, 13540, 7785, 10496, 7625, 8426, 7534, 7813, 10593, 7870, 10864, 7732, 10534, 7969, 13244, 7538, 8751, 13746, 10429, 12918, 10502, 15439, 9324, 10612, 14794, 10253, 14756, 8612, 13803, 8572, 10433, 10617, 8531, 16448, 8582, 13891, 7665, 11922, 7663, 9545, 9374, 8158, 14040, 7759, 10808, 8112, 10349, 8005, 8798, 7681, 8218, 14121, 8440, 12566, 7764, 12553, 8034, 10870, 8024, 11351, 7667, 14612, 7803, 9706, 12021, 14734, 12867, 10790, 7931, 8951, 8062, 9652, 8279, 10294, 9207, 11150, 10139, 9627, 8230, 11725, 10312, 13342, 14695, 13442, 14571, 11477, 15239, 9134, 14428, 9043, 11896, 11838, 9793, 11739, 8499, 10845, 8207, 9843, 8373, 11350, 8174, 8419, 8032, 8836, 7869, 9709, 8179, 8193, 7939, 9375, 7956, 9078, 8497, 10656, 8080, 8889, 7851, 8583, 7811, 9382, 8953, 9434, 8132, 9744, 9293, 9555, 12759, 9967, 10103, 10103, 8786, 9864, 8048, 12708, 8246, 11529, 8501, 10745, 8334, 14012, 10208, 12189, 7979, 10514, 8099, 11575, 9599, 10523, 8561, 8936, 11051, 8446, 11423, 8774, 12550, 8303, 10390, 8114, 9260, 10566, 9180, 10084, 8489, 10497, 7839, 9170, 11108, 8702, 11299, 8492, 9909, 8268, 9681, 8261, 9323, 10920, 8805, 11595, 8409, 10567, 8481, 10378, 8675, 9837, 8305, 9034, 7871, 8853, 12806, 8690, 11152, 9181, 11282, 8579, 11077, 8340, 10926, 13386, 11297, 13784, 8272, 11718, 8366, 10120, 8109, 9871, 11256, 8805, 11495, 8199, 10581, 8491, 11012, 8046, 9155, 8225, 8720, 11394, 9841, 13034, 8342, 11836, 8228, 11351, 8191, 10751, 8423, 9196, 8147, 9296, 8405, 9057, 7967, 8774, 11708, 8723, 10477, 8600, 10280, 8226, 11583, 8596, 10045, 13468, 8794, 11771, 8315, 11002, 10042, 9204, 11937, 8238, 10072, 7829, 10219, 7687, 11128, 8036, 13769, 8114, 9523, 11999, 8308, 12105, 8608, 12404, 7877, 8959, 9777, 9741, 10114, 8522, 10920, 8155, 11652, 8243, 9841, 10925, 9665, 11555, 8424, 11577, 8348, 11417, 8526, 11406, 7811, 10933, 8250, 11315, 12986, 11537, 15120, 8282, 13323, 8463, 11812, 9256, 10638, 13143, 8896, 12632, 8235, 10759, 8435, 8965, 13809, 8511, 12514, 8062, 10354, 8537, 9023, 13046, 8430, 12460, 8133, 10108, 7979, 8965, 7475, 8340, 10843, 8218, 10336, 7860, 8928, 7873, 8623, 12399, 8242, 10981, 8205, 8592, 7703, 8528, 12731, 8136, 9828, 11275, 8141, 11817, 8270, 12140, 7295, 8265, 10462, 8165, 10020, 8410, 10638, 8001, 10265, 11776, 10174, 12551, 8094, 13219, 9710, 12369, 13909, 9867, 14542, 8061, 12859, 7953, 10555, 9762, 8853, 12336, 8728, 11461, 8240, 10969, 9440, 9653, 14580, 8020, 13547, 8537, 9457, 12773, 8938, 12154, 8245, 10481, 8156, 8568, 12480, 7955, 9707, 7789, 8275, 11466, 7877, 8875, 12681, 8394, 10087, 7639, 8368, 8805, 7913, 9380, 7554, 8342, 10064, 8108, 9123, 7574, 8748, 7489, 8309, 10887, 7740, 9804, 7696, 9713, 12288, 10924, 12887, 8921, 13019, 8428, 9398, 16256, 10514, 13697, 8739, 10272, 16494, 11766, 11574, 17302, 11224, 10324, 16577, 8363, 9905, 12166, 8263, 11101, 7903, 8305, 10503, 7976, 9000, 7706, 8229, 10563, 8058, 10418, 7811, 8381, 9702, 8188, 11958, 8074, 10532, 7863, 10453, 10044, 9167, 13650, 9408, 12473, 8438, 11821, 14162, 10200, 14304, 9159, 12604, 8451, 9136, 16736, 10190, 9911, 16446, 8139, 9247, 8229, 8284, 10344, 7992, 10435, 7481, 8392, 10421, 8105, 10666, 8503, 8459, 12189, 7932, 10124, 12290, 8312, 11576, 9653, 8062, 10796, 7867, 8687, 8123, 8413, 10009, 7990, 9034, 7527, 8895, 12477, 8039, 10986, 7917, 11356, 8039, 10948, 13245, 11086, 14881, 8208, 12219, 12896, 9107, 16051, 10979, 10323, 13981, 8317, 10870, 7713, 8585, 11871, 8007, 9999, 13779, 7977, 9930, 13316, 8072, 10156, 7673, 8349, 11164, 7845, 8466, 10244, 7673, 8629, 7422, 8113, 9740, 7639, 8544, 7607, 8431, 11128, 7938, 10640, 8499, 8088, 14170, 9924, 10503, 12446, 8136, 11020, 9349, 8216, 12135, 11056, 8415, 10851, 7427, 9088, 11758, 7744, 10900, 7715, 8172, 10026, 7761, 10351, 10659, 7870, 11008, 7945, 10411, 8024, 8689, 13937, 8926, 11482, 13518, 10300, 13490, 10511, 9367, 15552, 7973, 11730, 7770, 10271, 12922, 9383, 14169, 9227, 9942, 11242, 8051, 10483, 7661, 8242, 9669, 7989, 8177, 9432, 7749, 8879, 10587, 7970, 9399, 7993, 8436, 8878, 7914, 10312, 7819, 8708, 7844, 8131, 8943, 8300, 11670, 7929, 12665, 13536, 10701, 14117, 7947, 10490, 12638, 9100, 12322, 9794, 10082, 15863, 7852, 9578, 14612, 7926, 9652, 12829, 7937, 9928, 8426, 7936, 9088, 7641, 8192, 9201, 7626, 8846, 7939, 7595, 9414, 7456, 7876, 7334, 8078, 11624, 8922, 10344, 12571, 9875, 13975, 8058, 11713, 14513, 9786, 13783, 8917, 10738, 16039, 12313, 9456, 14538, 11135, 9499, 11668, 7809, 8893, 11888, 8076, 9409, 9422, 7869, 9972, 7305, 9035, 7645, 7193, 8351, 7808, 10305, 8916, 10198, 8840, 15422, 12542, 12219, 8387, 13667, 14822, 12876, 15458, 10171, 10030, 7416, 10997, 11022, 10514, 15882, 14194, 16629, 11350, 14404, 8079, 9574, 16074, 9865, 15471, 10012, 13003, 8434, 9680, 16835, 8839, 10996, 7992, 9671, 10967, 9016, 10957, 8779, 11094, 8092, 9837, 8013, 9986, 9949, 8048, 11486, 8307, 10638, 8285, 9260, 8093, 8663, 11409, 8289, 12797, 8561, 11344, 7925, 10786, 10303, 8310, 11818, 8112, 10868, 8342, 10129, 7652, 9115, 8831, 9023, 9808, 8190, 10367, 8265, 10744, 8113, 10038, 8365, 10919, 8178, 9826, 7858, 8585, 10112, 9566, 9323, 8619, 10576, 8765, 10439, 8326, 11110, 8358, 11295, 8227, 10673, 8504, 11974, 8362, 12235, 8031, 9947, 8006, 9511, 11116, 8748, 10138, 8180, 10741, 8598, 11316, 8807, 9196, 7878, 8800, 7386, 8579, 10996, 8489, 10391, 8630, 10826, 8310, 13489, 8054, 10999, 7951, 10021, 12093, 9689, 11806, 8735, 12179, 8140, 10704, 8018, 11603, 13196, 10168, 13028, 8658, 12303, 8348, 10634, 8500, 8947, 8041, 8999, 12656, 10610, 11152, 9209, 10985, 8142, 12442, 8340, 9919, 8854, 9327, 9152, 8876, 11622, 8387, 13927, 8633, 9603, 7820, 8951, 13294, 8601, 11595, 8255, 9510, 12038, 9005, 11964, 8190, 11777, 7763, 8604, 8100, 8232, 10706, 8047, 10580, 8343, 10031, 8170, 10670, 7961, 8811, 11320, 9100, 12771, 8804, 11631, 9226, 11378, 8412, 11883, 13157, 8797, 12685, 8720, 11504, 8178, 11682, 11568, 9380, 12007, 8950, 11275, 8208, 10136, 9767, 9191, 11874, 8523, 10735, 8497, 9840, 8003, 8548, 12017, 8299, 11408, 8306, 9670, 8003, 8421, 11784, 8599, 11385, 8352, 10493, 8225, 9066, 8042, 8650, 12747, 8402, 13065, 9321, 9938, 8460, 10450, 8486, 8490, 11854, 8474, 10610, 8348, 11119, 8124, 9443, 13282, 8671, 12501, 8466, 11706, 8135, 9187, 10055, 8543, 11197, 8631, 11587, 8410, 9850, 8138, 8717, 10368, 8719, 10683, 8209, 10287, 8284, 8756, 7791, 8585, 10643, 8744, 9945, 8273, 10255, 8154, 10191, 7766, 8594, 11854, 8468, 11303, 8664, 10960, 8432, 9091, 8733, 8384, 9102, 8677, 10905, 8476, 10438, 8544, 9904, 8329, 10701, 7948, 8682, 12330, 8424, 11339, 8626, 11092, 7613, 8782, 11930, 8128, 11603, 8376, 10201, 8170, 8896, 11999, 8538, 10910, 8407, 11570, 8258, 9864, 8272, 8630, 8318, 8866, 7920, 8408, 8276, 11247, 8561, 10720, 8472, 9879, 9784, 11852, 9299, 11177, 14810, 10671, 14383, 9750, 12894, 8146, 11433, 9907, 9996, 16558, 10984, 14015, 8428, 13811, 9949, 12189, 11876, 10589, 14488, 8551, 13682, 8754, 12199, 8545, 13238, 8217, 9478, 11342, 10357, 14337, 9159, 12010, 8430, 10793, 8667, 9407, 11364, 9619, 11783, 8361, 10702, 8420, 9933, 8325, 9810, 8119, 8991, 12825, 8874, 11181, 9054, 11869, 8333, 9777, 13380, 10235, 12968, 9881, 11686, 8028, 9406, 14634, 8710, 11665, 8192, 9248, 9626, 8608, 10394, 8326, 10065, 8422, 10358, 8126, 8675, 8892, 8520, 9738, 8479, 10496, 8253, 10966, 8609, 8252, 7835, 8734, 10470, 10142, 11902, 8738, 11292, 8297, 11243, 8263, 10152, 12774, 9560, 12268, 8345, 10977, 8428, 9384, 10459, 9043, 11971, 8287, 10922, 8244, 9128, 12511, 8286, 12293, 8149, 10452, 7850, 9005, 12605, 8741, 11600, 7993, 8958, 11346, 8263, 10675, 7944, 8313, 11699, 8412, 9361, 7584, 8230, 11786, 8408, 11918, 7811, 9098, 7889, 8324, 8175, 8496, 11402, 8552, 10886, 8373, 10846, 8007, 10837, 10546, 9323, 12706, 9092, 10687, 7888, 10057, 7625, 8847, 7718, 8848, 13108, 8146, 13301, 9524, 10622, 8217, 11201, 12049, 10864, 13041, 9914, 11984, 8362, 9902, 8041, 10477, 8416, 9677, 11970, 8332, 12089, 8248, 11109, 9189, 13285, 8076, 9072, 9494, 9500, 13543, 9135, 12878, 8375, 12080, 8097, 10889, 8667, 10590, 8141, 8822, 8031, 10063, 10341, 10136, 8263, 8456, 11083, 8392, 9711, 9008, 10163, 8271, 11608, 8249, 9500, 9116, 8642, 8282, 8637, 12387, 8200, 10633, 9145, 10239, 8294, 9914, 7748, 10386, 12395, 8696, 12056, 8661, 10871, 8228, 9282, 10002, 8724, 11877, 8077, 11385, 8398, 9640, 7881, 8994, 7661, 8398, 8196, 10093, 7735, 8400, 7503, 8733, 12012, 10995, 12893, 8091, 7477, 8566, 9787, 8659, 9743, 8418, 10322, 8352, 10861, 13643, 10316, 13361, 11014, 11530, 15771, 10843, 13754, 10807, 10165, 15491, 8323, 10945, 8338, 9410, 11447, 8505, 10583, 8214, 8731, 7774, 8324, 10717, 8177, 10288, 8352, 9260, 7625, 8615, 10276, 8273, 9928, 7904, 9598, 7445, 8550, 11161, 8398, 13316, 8325, 10029, 7745, 10680, 12813, 8501, 12161, 8459, 12947, 8244, 9620, 7721, 9166, 12145, 8447, 10789, 8493, 10186, 7575, 9034, 11275, 8534, 10532, 8092, 11017, 7825, 9408, 7563, 8550, 8222, 8949, 9215, 8454, 10557, 8368, 10180, 8349, 10676, 7858, 10664, 7716, 9364, 13059, 8902, 12025, 8439, 12273, 8232, 9630, 8800, 9147, 10519, 8498, 11526, 8366, 14094, 8057, 9206, 7875, 9566, 9718, 8653, 10755, 8447, 10650, 8420, 10596, 8051, 9715, 8075, 8695, 12059, 9491, 12352, 8545, 12557, 8235, 12790, 10120, 9556, 8729, 9348, 13477, 8410, 12317, 8236, 11704, 8834, 12925, 8023, 9053, 7865, 8743, 9648, 8471, 7456, 8308, 9661, 8552, 9980, 8950, 9072, 8336, 10487, 8523, 12575, 10003, 12338, 8398, 11454, 7961, 9509, 13089, 9955, 11380, 9159, 12663, 8710, 11543, 8545, 13657, 10051, 11011, 9690, 9707, 14488, 8532, 12650, 8879, 10811, 8408, 10791, 8146, 10819, 8210, 9388, 7773, 9318, 10050, 8340, 11281, 8076, 10390, 8292, 11551, 8037, 11204, 8519, 9972, 12136, 11123, 12284, 9409, 11778, 8311, 11164, 8333, 10737, 9070, 10659, 8190, 10502, 8188, 14136, 9939, 11687, 8466, 11195, 8153, 10158, 12719, 11074, 12582, 9333, 11615, 8221, 12504, 8164, 11563, 8064, 13762, 7796, 9718, 9436, 9876, 9991, 8343, 10496, 8589, 11405, 8012, 9429, 9058, 8899, 10138, 8436, 11555, 8480, 10254, 8039, 8842, 7638, 8598, 10940, 8340, 10727, 8679, 9526, 7786, 9536, 7466, 8697, 10577, 8480, 10906, 8408, 9964, 8294, 9392, 8232, 8684, 8127, 8401, 10717, 8414, 10063, 8157, 10399, 8079, 9296, 7731, 8748, 12336, 8312, 11669, 8508, 12205, 8429, 12760, 7982, 9834, 7852, 8982, 9586, 8942, 10386, 8488, 11282, 8235, 11239, 8029, 11494, 8316, 10370, 7935, 10578, 7823, 9120, 11798, 8448, 11064, 8370, 11141, 8241, 12897, 8416, 10131, 8125, 11245, 7820, 9779, 12674, 8765, 11377, 8475, 11525, 8196, 10921, 8240, 10118, 8122, 13736, 8193, 9705, 8430, 8705, 9368, 9142, 12366, 8408, 11756, 8102, 11031, 8317, 10645, 8361, 10569, 8326, 10281, 8599, 12068, 8267, 10572, 9737, 9571, 14016, 10150, 12827, 9772, 11642, 8066, 9899, 8855, 9796, 7767, 9359, 10875, 9244, 8179, 9605, 8096, 11304, 9434, 9902, 8718, 11209, 8919, 13724, 10194, 13223, 8470, 11303, 8263, 10077, 14168, 9405, 11246, 8507, 11626, 8240, 10521, 8620, 10996, 8734, 11057, 8306, 10594, 8186, 12079, 8226, 11992, 8196, 10963, 9311, 9444, 12580, 10557, 11764, 8497, 12147, 8612, 11072, 8608, 11009, 8297, 11067, 8177, 10436, 8285, 11489, 8350, 11620, 8303, 9886, 8500, 10374, 8985, 10438, 8267, 10096, 8540, 10107, 8246, 12275, 8248, 11995, 8360, 11610], 'WindowCenter': [4319.0, 4332.0, 4291.0, 4318.0, 4287.0, 4304.0, 4253.0, 4304.0, 4251.0, 4285.0, 4293.0, 4264.0, 4280.0, 4262.0, 4281.0, 4264.0, 4296.0, 4264.0, 4274.0, 4252.0, 4265.0, 4274.0, 4288.0, 4304.0, 4264.0, 4292.0, 4263.0, 4294.0, 4264.0, 4276.0, 4274.0, 4274.0, 4291.0, 4251.0, 4290.0, 4253.0, 4303.0, 4262.0, 4271.0, 4237.0, 4249.0, 4287.0, 4249.0, 4281.0, 4259.0, 4269.0, 4237.0, 4249.0, 4276.0, 4250.0, 4279.0, 4250.0, 4268.0, 4248.0, 4281.0, 4249.0, 4274.0, 4271.0, 4263.0, 4281.0, 4262.0, 4280.0, 4250.0, 4302.0, 4252.0, 4261.0, 4240.0, 4263.0, 4290.0, 4261.0, 4293.0, 4273.0, 4283.0, 4250.0, 4263.0, 4290.0, 4263.0, 4294.0, 4260.0, 4281.0, 4239.0, 4260.0, 4257.0, 4260.0, 4291.0, 4261.0, 4279.0, 4249.0, 4290.0, 4238.0, 4261.0, 4279.0, 4261.0, 4280.0, 4249.0, 4279.0, 4238.0, 4260.0, 4258.0, 4251.0, 4290.0, 4250.0, 4279.0, 4239.0, 4261.0, 4239.0, 4261.0, 4259.0, 4262.0, 4289.0, 4250.0, 4281.0, 4250.0, 4263.0, 4269.0, 4261.0, 4289.0, 4250.0, 4281.0, 4251.0, 4264.0, 4251.0, 4263.0, 4282.0, 4264.0, 4294.0, 4267.0, 4296.0, 4266.0, 4306.0, 4252.0, 4275.0, 4303.0, 4284.0, 4293.0, 4283.0, 4303.0, 4261.0, 4283.0, 4290.0, 4272.0, 4301.0, 4261.0, 4290.0, 4248.0, 4269.0, 4268.0, 4261.0, 4298.0, 4249.0, 4277.0, 4236.0, 4277.0, 4249.0, 4272.0, 4259.0, 4250.0, 4289.0, 4249.0, 4281.0, 4251.0, 4270.0, 4249.0, 4260.0, 4239.0, 4262.0, 4290.0, 4261.0, 4278.0, 4249.0, 4280.0, 4250.0, 4282.0, 4252.0, 4282.0, 4250.0, 4302.0, 4250.0, 4286.0, 4306.0, 4332.0, 4302.0, 4282.0, 4237.0, 4260.0, 4251.0, 4275.0, 4267.0, 4291.0, 4251.0, 4275.0, 4263.0, 4266.0, 4254.0, 4286.0, 4260.0, 4282.0, 4269.0, 4271.0, 4268.0, 4259.0, 4267.0, 4224.0, 4253.0, 4210.0, 4232.0, 4228.0, 4218.0, 4225.0, 4208.0, 4227.0, 4209.0, 4220.0, 4212.0, 4244.0, 4225.0, 4210.0, 4213.0, 4293.0, 4256.0, 4260.0, 4222.0, 4213.0, 4225.0, 4236.0, 4238.0, 4251.0, 4254.0, 4277.0, 4253.0, 4254.0, 4242.0, 4266.0, 4254.0, 4275.0, 4264.0, 4265.0, 4242.0, 4265.0, 4262.0, 4265.0, 4284.0, 4275.0, 4262.0, 4263.0, 4241.0, 4264.0, 4269.0, 4284.0, 4240.0, 4273.0, 4251.0, 4272.0, 4254.0, 4297.0, 4273.0, 4283.0, 4241.0, 4273.0, 4241.0, 4286.0, 4263.0, 4274.0, 4251.0, 4265.0, 4272.0, 4254.0, 4285.0, 4281.0, 4297.0, 4253.0, 4289.0, 4253.0, 4277.0, 4285.0, 4265.0, 4271.0, 4262.0, 4272.0, 4241.0, 4275.0, 4273.0, 4253.0, 4269.0, 4251.0, 4262.0, 4251.0, 4275.0, 4254.0, 4263.0, 4269.0, 4262.0, 4282.0, 4254.0, 4272.0, 4263.0, 4272.0, 4264.0, 4277.0, 4254.0, 4263.0, 4241.0, 4264.0, 4282.0, 4264.0, 4285.0, 4266.0, 4272.0, 4251.0, 4272.0, 4250.0, 4275.0, 4280.0, 4271.0, 4278.0, 4240.0, 4269.0, 4239.0, 4261.0, 4238.0, 4260.0, 4268.0, 4250.0, 4269.0, 4252.0, 4271.0, 4250.0, 4269.0, 4238.0, 4260.0, 4240.0, 4251.0, 4268.0, 4260.0, 4267.0, 4238.0, 4268.0, 4250.0, 4269.0, 4239.0, 4259.0, 4237.0, 4250.0, 4239.0, 4260.0, 4239.0, 4250.0, 4238.0, 4251.0, 4270.0, 4251.0, 4271.0, 4251.0, 4260.0, 4239.0, 4271.0, 4238.0, 4260.0, 4279.0, 4249.0, 4269.0, 4237.0, 4259.0, 4246.0, 4250.0, 4267.0, 4237.0, 4246.0, 4226.0, 4258.0, 4240.0, 4283.0, 4252.0, 4295.0, 4253.0, 4276.0, 4283.0, 4266.0, 4286.0, 4253.0, 4282.0, 4240.0, 4263.0, 4260.0, 4275.0, 4274.0, 4265.0, 4272.0, 4251.0, 4281.0, 4252.0, 4275.0, 4283.0, 4274.0, 4270.0, 4252.0, 4282.0, 4253.0, 4283.0, 4252.0, 4283.0, 4241.0, 4271.0, 4250.0, 4283.0, 4280.0, 4271.0, 4278.0, 4238.0, 4278.0, 4239.0, 4271.0, 4247.0, 4258.0, 4265.0, 4246.0, 4265.0, 4236.0, 4257.0, 4224.0, 4236.0, 4263.0, 4235.0, 4264.0, 4225.0, 4258.0, 4234.0, 4236.0, 4263.0, 4235.0, 4254.0, 4225.0, 4256.0, 4225.0, 4247.0, 4214.0, 4237.0, 4256.0, 4238.0, 4257.0, 4239.0, 4249.0, 4238.0, 4250.0, 4267.0, 4239.0, 4271.0, 4250.0, 4252.0, 4239.0, 4251.0, 4279.0, 4239.0, 4261.0, 4268.0, 4240.0, 4269.0, 4249.0, 4280.0, 4239.0, 4263.0, 4271.0, 4253.0, 4271.0, 4265.0, 4286.0, 4253.0, 4287.0, 4284.0, 4275.0, 4282.0, 4252.0, 4283.0, 4261.0, 4284.0, 4280.0, 4262.0, 4278.0, 4239.0, 4279.0, 4240.0, 4272.0, 4259.0, 4250.0, 4268.0, 4250.0, 4270.0, 4251.0, 4273.0, 4260.0, 4260.0, 4277.0, 4238.0, 4278.0, 4236.0, 4259.0, 4267.0, 4237.0, 4266.0, 4237.0, 4258.0, 4226.0, 4238.0, 4267.0, 4237.0, 4247.0, 4226.0, 4238.0, 4267.0, 4227.0, 4249.0, 4266.0, 4238.0, 4259.0, 4228.0, 4240.0, 4248.0, 4252.0, 4262.0, 4241.0, 4265.0, 4273.0, 4265.0, 4275.0, 4255.0, 4276.0, 4255.0, 4279.0, 4297.0, 4268.0, 4285.0, 4267.0, 4289.0, 4297.0, 4298.0, 4296.0, 4275.0, 4296.0, 4253.0, 4276.0, 4304.0, 4274.0, 4293.0, 4250.0, 4273.0, 4293.0, 4270.0, 4271.0, 4289.0, 4256.0, 4247.0, 4275.0, 4225.0, 4247.0, 4254.0, 4236.0, 4257.0, 4224.0, 4236.0, 4244.0, 4236.0, 4249.0, 4226.0, 4249.0, 4258.0, 4239.0, 4259.0, 4239.0, 4252.0, 4259.0, 4252.0, 4281.0, 4240.0, 4269.0, 4250.0, 4272.0, 4260.0, 4262.0, 4281.0, 4260.0, 4280.0, 4239.0, 4281.0, 4279.0, 4260.0, 4278.0, 4248.0, 4270.0, 4225.0, 4248.0, 4289.0, 4246.0, 4246.0, 4273.0, 4223.0, 4244.0, 4233.0, 4237.0, 4256.0, 4237.0, 4258.0, 4228.0, 4251.0, 4269.0, 4252.0, 4284.0, 4264.0, 4253.0, 4281.0, 4253.0, 4274.0, 4270.0, 4251.0, 4272.0, 4259.0, 4240.0, 4268.0, 4249.0, 4251.0, 4239.0, 4252.0, 4270.0, 4252.0, 4261.0, 4252.0, 4276.0, 4294.0, 4265.0, 4283.0, 4254.0, 4284.0, 4254.0, 4287.0, 4294.0, 4285.0, 4292.0, 4252.0, 4284.0, 4280.0, 4251.0, 4292.0, 4270.0, 4260.0, 4276.0, 4248.0, 4269.0, 4227.0, 4251.0, 4281.0, 4239.0, 4260.0, 4277.0, 4239.0, 4261.0, 4278.0, 4239.0, 4258.0, 4226.0, 4239.0, 4268.0, 4238.0, 4251.0, 4259.0, 4241.0, 4251.0, 4239.0, 4264.0, 4273.0, 4254.0, 4266.0, 4254.0, 4267.0, 4285.0, 4267.0, 4288.0, 4265.0, 4267.0, 4307.0, 4274.0, 4275.0, 4281.0, 4254.0, 4284.0, 4261.0, 4253.0, 4284.0, 4271.0, 4252.0, 4270.0, 4240.0, 4262.0, 4280.0, 4252.0, 4283.0, 4252.0, 4264.0, 4273.0, 4266.0, 4288.0, 4286.0, 4266.0, 4284.0, 4255.0, 4286.0, 4254.0, 4266.0, 4295.0, 4264.0, 4286.0, 4282.0, 4272.0, 4281.0, 4270.0, 4263.0, 4291.0, 4241.0, 4270.0, 4240.0, 4272.0, 4279.0, 4262.0, 4291.0, 4248.0, 4259.0, 4256.0, 4239.0, 4270.0, 4227.0, 4239.0, 4261.0, 4237.0, 4239.0, 4247.0, 4238.0, 4260.0, 4257.0, 4251.0, 4261.0, 4240.0, 4264.0, 4264.0, 4267.0, 4274.0, 4253.0, 4264.0, 4253.0, 4266.0, 4263.0, 4266.0, 4285.0, 4255.0, 4298.0, 4294.0, 4274.0, 4291.0, 4252.0, 4273.0, 4280.0, 4263.0, 4282.0, 4260.0, 4272.0, 4290.0, 4251.0, 4263.0, 4279.0, 4241.0, 4262.0, 4278.0, 4239.0, 4260.0, 4236.0, 4239.0, 4250.0, 4239.0, 4263.0, 4275.0, 4254.0, 4264.0, 4251.0, 4265.0, 4276.0, 4254.0, 4266.0, 4255.0, 4280.0, 4299.0, 4277.0, 4289.0, 4296.0, 4277.0, 4305.0, 4254.0, 4286.0, 4294.0, 4275.0, 4293.0, 4262.0, 4284.0, 4293.0, 4280.0, 4262.0, 4292.0, 4271.0, 4261.0, 4267.0, 4238.0, 4250.0, 4267.0, 4238.0, 4261.0, 4259.0, 4252.0, 4270.0, 4254.0, 4275.0, 4280.0, 4282.0, 4305.0, 4308.0, 4341.0, 4331.0, 4326.0, 4318.0, 4363.0, 4351.0, 4326.0, 4294.0, 4325.0, 4321.0, 4312.0, 4320.0, 4287.0, 4289.0, 4256.0, 4297.0, 4285.0, 4287.0, 4305.0, 4308.0, 4306.0, 4284.0, 4296.0, 4241.0, 4262.0, 4290.0, 4262.0, 4290.0, 4249.0, 4268.0, 4225.0, 4248.0, 4288.0, 4249.0, 4256.0, 4227.0, 4249.0, 4243.0, 4250.0, 4272.0, 4249.0, 4255.0, 4236.0, 4246.0, 4239.0, 4273.0, 4261.0, 4253.0, 4270.0, 4251.0, 4271.0, 4252.0, 4263.0, 4240.0, 4252.0, 4268.0, 4240.0, 4280.0, 4250.0, 4273.0, 4240.0, 4272.0, 4257.0, 4239.0, 4268.0, 4240.0, 4269.0, 4239.0, 4259.0, 4227.0, 4251.0, 4250.0, 4263.0, 4260.0, 4251.0, 4259.0, 4251.0, 4269.0, 4252.0, 4273.0, 4253.0, 4272.0, 4252.0, 4273.0, 4251.0, 4265.0, 4272.0, 4264.0, 4249.0, 4252.0, 4259.0, 4252.0, 4271.0, 4252.0, 4271.0, 4252.0, 4271.0, 4252.0, 4271.0, 4264.0, 4284.0, 4252.0, 4282.0, 4241.0, 4272.0, 4251.0, 4275.0, 4283.0, 4253.0, 4260.0, 4252.0, 4270.0, 4251.0, 4272.0, 4261.0, 4262.0, 4240.0, 4262.0, 4241.0, 4265.0, 4284.0, 4266.0, 4274.0, 4266.0, 4284.0, 4267.0, 4308.0, 4256.0, 4286.0, 4254.0, 4287.0, 4294.0, 4276.0, 4284.0, 4265.0, 4283.0, 4253.0, 4274.0, 4252.0, 4296.0, 4293.0, 4274.0, 4281.0, 4252.0, 4281.0, 4253.0, 4274.0, 4253.0, 4263.0, 4240.0, 4263.0, 4280.0, 4273.0, 4282.0, 4262.0, 4270.0, 4241.0, 4281.0, 4251.0, 4273.0, 4262.0, 4262.0, 4260.0, 4262.0, 4269.0, 4252.0, 4293.0, 4251.0, 4262.0, 4239.0, 4252.0, 4280.0, 4250.0, 4270.0, 4239.0, 4261.0, 4269.0, 4250.0, 4268.0, 4249.0, 4281.0, 4251.0, 4263.0, 4252.0, 4265.0, 4282.0, 4266.0, 4286.0, 4266.0, 4285.0, 4266.0, 4287.0, 4266.0, 4280.0, 4297.0, 4278.0, 4295.0, 4265.0, 4285.0, 4275.0, 4296.0, 4264.0, 4295.0, 4292.0, 4264.0, 4294.0, 4264.0, 4284.0, 4252.0, 4284.0, 4270.0, 4262.0, 4281.0, 4251.0, 4270.0, 4250.0, 4271.0, 4260.0, 4263.0, 4281.0, 4252.0, 4270.0, 4250.0, 4272.0, 4240.0, 4264.0, 4281.0, 4251.0, 4270.0, 4250.0, 4260.0, 4253.0, 4266.0, 4294.0, 4263.0, 4270.0, 4251.0, 4271.0, 4251.0, 4262.0, 4240.0, 4262.0, 4280.0, 4251.0, 4281.0, 4261.0, 4260.0, 4249.0, 4271.0, 4247.0, 4251.0, 4281.0, 4251.0, 4269.0, 4250.0, 4271.0, 4239.0, 4263.0, 4280.0, 4251.0, 4278.0, 4249.0, 4281.0, 4251.0, 4263.0, 4260.0, 4252.0, 4269.0, 4250.0, 4269.0, 4250.0, 4273.0, 4240.0, 4252.0, 4257.0, 4250.0, 4258.0, 4251.0, 4272.0, 4250.0, 4250.0, 4239.0, 4261.0, 4270.0, 4263.0, 4272.0, 4252.0, 4271.0, 4240.0, 4271.0, 4239.0, 4263.0, 4281.0, 4251.0, 4270.0, 4250.0, 4271.0, 4251.0, 4263.0, 4250.0, 4251.0, 4249.0, 4251.0, 4269.0, 4252.0, 4272.0, 4251.0, 4260.0, 4250.0, 4271.0, 4239.0, 4263.0, 4281.0, 4251.0, 4268.0, 4250.0, 4271.0, 4228.0, 4251.0, 4270.0, 4241.0, 4270.0, 4239.0, 4260.0, 4237.0, 4261.0, 4280.0, 4251.0, 4270.0, 4251.0, 4270.0, 4250.0, 4261.0, 4253.0, 4264.0, 4253.0, 4262.0, 4264.0, 4266.0, 4279.0, 4310.0, 4280.0, 4300.0, 4279.0, 4291.0, 4300.0, 4312.0, 4278.0, 4299.0, 4305.0, 4287.0, 4306.0, 4276.0, 4294.0, 4253.0, 4285.0, 4273.0, 4276.0, 4304.0, 4274.0, 4291.0, 4252.0, 4292.0, 4272.0, 4284.0, 4281.0, 4270.0, 4290.0, 4251.0, 4280.0, 4251.0, 4282.0, 4249.0, 4279.0, 4238.0, 4259.0, 4268.0, 4271.0, 4279.0, 4248.0, 4266.0, 4237.0, 4269.0, 4249.0, 4261.0, 4267.0, 4259.0, 4267.0, 4238.0, 4270.0, 4250.0, 4260.0, 4249.0, 4260.0, 4238.0, 4261.0, 4280.0, 4264.0, 4271.0, 4261.0, 4280.0, 4249.0, 4261.0, 4278.0, 4271.0, 4280.0, 4258.0, 4267.0, 4225.0, 4247.0, 4276.0, 4236.0, 4257.0, 4235.0, 4246.0, 4243.0, 4237.0, 4256.0, 4238.0, 4259.0, 4248.0, 4259.0, 4238.0, 4250.0, 4248.0, 4251.0, 4258.0, 4250.0, 4269.0, 4250.0, 4271.0, 4251.0, 4251.0, 4239.0, 4262.0, 4269.0, 4273.0, 4282.0, 4251.0, 4270.0, 4250.0, 4271.0, 4250.0, 4273.0, 4280.0, 4261.0, 4269.0, 4250.0, 4270.0, 4249.0, 4261.0, 4258.0, 4249.0, 4267.0, 4238.0, 4258.0, 4236.0, 4260.0, 4268.0, 4238.0, 4265.0, 4237.0, 4257.0, 4226.0, 4250.0, 4268.0, 4237.0, 4256.0, 4225.0, 4248.0, 4255.0, 4238.0, 4260.0, 4226.0, 4237.0, 4254.0, 4236.0, 4247.0, 4226.0, 4250.0, 4267.0, 4249.0, 4268.0, 4240.0, 4262.0, 4251.0, 4253.0, 4251.0, 4264.0, 4280.0, 4264.0, 4284.0, 4252.0, 4272.0, 4239.0, 4272.0, 4270.0, 4263.0, 4281.0, 4264.0, 4271.0, 4251.0, 4273.0, 4252.0, 4263.0, 4241.0, 4263.0, 4281.0, 4252.0, 4293.0, 4262.0, 4271.0, 4239.0, 4272.0, 4279.0, 4271.0, 4279.0, 4259.0, 4267.0, 4238.0, 4258.0, 4238.0, 4259.0, 4237.0, 4259.0, 4267.0, 4238.0, 4267.0, 4239.0, 4268.0, 4247.0, 4280.0, 4236.0, 4248.0, 4246.0, 4259.0, 4277.0, 4248.0, 4265.0, 4236.0, 4267.0, 4237.0, 4257.0, 4236.0, 4257.0, 4225.0, 4246.0, 4224.0, 4259.0, 4257.0, 4258.0, 4236.0, 4250.0, 4268.0, 4250.0, 4259.0, 4249.0, 4258.0, 4238.0, 4269.0, 4238.0, 4261.0, 4249.0, 4249.0, 4237.0, 4250.0, 4268.0, 4249.0, 4258.0, 4249.0, 4258.0, 4238.0, 4258.0, 4228.0, 4271.0, 4268.0, 4249.0, 4280.0, 4265.0, 4264.0, 4230.0, 4230.0, 4213.0, 4202.0, 4219.0, 4213.0, 4254.0, 4251.0, 4260.0, 4250.0, 4260.0, 4225.0, 4238.0, 4224.0, 4258.0, 4239.0, 4252.0, 4240.0, 4266.0, 4297.0, 4300.0, 4309.0, 4256.0, 4242.0, 4291.0, 4276.0, 4253.0, 4263.0, 4255.0, 4275.0, 4243.0, 4275.0, 4283.0, 4262.0, 4271.0, 4246.0, 4245.0, 4252.0, 4232.0, 4254.0, 4229.0, 4231.0, 4249.0, 4210.0, 4230.0, 4208.0, 4221.0, 4228.0, 4220.0, 4230.0, 4209.0, 4221.0, 4199.0, 4224.0, 4242.0, 4223.0, 4247.0, 4235.0, 4246.0, 4225.0, 4249.0, 4257.0, 4238.0, 4261.0, 4239.0, 4260.0, 4229.0, 4252.0, 4269.0, 4251.0, 4282.0, 4251.0, 4261.0, 4229.0, 4272.0, 4268.0, 4240.0, 4269.0, 4240.0, 4281.0, 4239.0, 4250.0, 4227.0, 4250.0, 4268.0, 4240.0, 4259.0, 4238.0, 4258.0, 4227.0, 4250.0, 4258.0, 4250.0, 4259.0, 4239.0, 4258.0, 4239.0, 4250.0, 4239.0, 4252.0, 4240.0, 4252.0, 4249.0, 4252.0, 4270.0, 4254.0, 4272.0, 4252.0, 4271.0, 4252.0, 4273.0, 4240.0, 4264.0, 4281.0, 4252.0, 4270.0, 4251.0, 4281.0, 4240.0, 4262.0, 4250.0, 4251.0, 4258.0, 4250.0, 4268.0, 4239.0, 4279.0, 4238.0, 4250.0, 4238.0, 4259.0, 4247.0, 4249.0, 4269.0, 4251.0, 4271.0, 4251.0, 4270.0, 4240.0, 4261.0, 4239.0, 4252.0, 4270.0, 4261.0, 4279.0, 4250.0, 4269.0, 4239.0, 4280.0, 4258.0, 4249.0, 4236.0, 4249.0, 4266.0, 4238.0, 4267.0, 4238.0, 4268.0, 4237.0, 4267.0, 4225.0, 4237.0, 4236.0, 4250.0, 4258.0, 4239.0, 4229.0, 4252.0, 4261.0, 4264.0, 4274.0, 4276.0, 4262.0, 4265.0, 4273.0, 4265.0, 4295.0, 4263.0, 4282.0, 4252.0, 4282.0, 4239.0, 4262.0, 4280.0, 4262.0, 4268.0, 4261.0, 4280.0, 4250.0, 4270.0, 4250.0, 4280.0, 4258.0, 4259.0, 4246.0, 4248.0, 4276.0, 4238.0, 4268.0, 4248.0, 4257.0, 4238.0, 4258.0, 4239.0, 4272.0, 4250.0, 4262.0, 4240.0, 4262.0, 4259.0, 4251.0, 4270.0, 4241.0, 4261.0, 4251.0, 4270.0, 4240.0, 4271.0, 4249.0, 4261.0, 4280.0, 4271.0, 4279.0, 4261.0, 4269.0, 4251.0, 4269.0, 4253.0, 4272.0, 4262.0, 4270.0, 4251.0, 4272.0, 4253.0, 4294.0, 4273.0, 4283.0, 4252.0, 4282.0, 4240.0, 4273.0, 4280.0, 4272.0, 4280.0, 4261.0, 4269.0, 4240.0, 4280.0, 4251.0, 4271.0, 4240.0, 4280.0, 4228.0, 4260.0, 4249.0, 4272.0, 4260.0, 4252.0, 4259.0, 4251.0, 4270.0, 4239.0, 4261.0, 4250.0, 4251.0, 4258.0, 4240.0, 4268.0, 4248.0, 4260.0, 4240.0, 4250.0, 4228.0, 4251.0, 4258.0, 4250.0, 4271.0, 4250.0, 4260.0, 4239.0, 4261.0, 4229.0, 4263.0, 4271.0, 4250.0, 4270.0, 4252.0, 4272.0, 4252.0, 4263.0, 4251.0, 4253.0, 4240.0, 4252.0, 4271.0, 4253.0, 4262.0, 4242.0, 4260.0, 4240.0, 4261.0, 4240.0, 4253.0, 4279.0, 4252.0, 4269.0, 4248.0, 4269.0, 4252.0, 4282.0, 4240.0, 4260.0, 4237.0, 4250.0, 4247.0, 4251.0, 4260.0, 4250.0, 4258.0, 4239.0, 4269.0, 4239.0, 4270.0, 4240.0, 4260.0, 4239.0, 4270.0, 4228.0, 4261.0, 4270.0, 4251.0, 4269.0, 4250.0, 4269.0, 4239.0, 4281.0, 4240.0, 4260.0, 4228.0, 4270.0, 4227.0, 4260.0, 4279.0, 4250.0, 4255.0, 4239.0, 4256.0, 4238.0, 4259.0, 4239.0, 4259.0, 4238.0, 4278.0, 4237.0, 4249.0, 4238.0, 4249.0, 4248.0, 4249.0, 4266.0, 4238.0, 4269.0, 4240.0, 4269.0, 4250.0, 4258.0, 4239.0, 4259.0, 4251.0, 4271.0, 4251.0, 4281.0, 4239.0, 4272.0, 4249.0, 4260.0, 4279.0, 4260.0, 4267.0, 4247.0, 4256.0, 4239.0, 4261.0, 4249.0, 4273.0, 4226.0, 4262.0, 4268.0, 4261.0, 4264.0, 4274.0, 4268.0, 4298.0, 4277.0, 4273.0, 4264.0, 4268.0, 4252.0, 4283.0, 4261.0, 4281.0, 4239.0, 4272.0, 4238.0, 4261.0, 4279.0, 4249.0, 4256.0, 4238.0, 4257.0, 4239.0, 4259.0, 4251.0, 4270.0, 4264.0, 4269.0, 4239.0, 4258.0, 4251.0, 4282.0, 4239.0, 4269.0, 4239.0, 4271.0, 4247.0, 4248.0, 4255.0, 4258.0, 4255.0, 4237.0, 4266.0, 4237.0, 4257.0, 4237.0, 4256.0, 4237.0, 4257.0, 4235.0, 4257.0, 4236.0, 4268.0, 4237.0, 4257.0, 4236.0, 4258.0, 4250.0, 4259.0, 4251.0, 4259.0, 4252.0, 4259.0, 4252.0, 4272.0, 4251.0, 4269.0, 4239.0, 4269.0, 4239.0, 4270.0], 'WindowWidth': [9566.0, 9570.0, 9511.0, 9542.0, 9494.0, 9511.0, 9442.0, 9511.0, 9436.0, 9489.0, 9495.0, 9458.0, 9472.0, 9453.0, 9475.0, 9461.0, 9505.0, 9459.0, 9470.0, 9440.0, 9464.0, 9471.0, 9497.0, 9512.0, 9460.0, 9492.0, 9456.0, 9499.0, 9460.0, 9479.0, 9470.0, 9473.0, 9489.0, 9437.0, 9487.0, 9442.0, 9508.0, 9450.0, 9460.0, 9409.0, 9431.0, 9478.0, 9431.0, 9474.0, 9443.0, 9455.0, 9409.0, 9429.0, 9459.0, 9433.0, 9471.0, 9432.0, 9453.0, 9427.0, 9473.0, 9430.0, 9472.0, 9462.0, 9454.0, 9473.0, 9452.0, 9473.0, 9435.0, 9506.0, 9437.0, 9451.0, 9419.0, 9456.0, 9485.0, 9451.0, 9496.0, 9467.0, 9480.0, 9432.0, 9455.0, 9485.0, 9455.0, 9497.0, 9448.0, 9473.0, 9415.0, 9447.0, 9438.0, 9447.0, 9488.0, 9449.0, 9469.0, 9431.0, 9487.0, 9415.0, 9450.0, 9469.0, 9449.0, 9472.0, 9432.0, 9469.0, 9415.0, 9446.0, 9441.0, 9436.0, 9484.0, 9432.0, 9467.0, 9415.0, 9447.0, 9416.0, 9450.0, 9443.0, 9450.0, 9482.0, 9433.0, 9473.0, 9434.0, 9455.0, 9456.0, 9449.0, 9483.0, 9433.0, 9476.0, 9437.0, 9458.0, 9437.0, 9457.0, 9479.0, 9461.0, 9500.0, 9470.0, 9505.0, 9465.0, 9517.0, 9440.0, 9475.0, 9509.0, 9487.0, 9496.0, 9482.0, 9508.0, 9450.0, 9481.0, 9487.0, 9465.0, 9502.0, 9449.0, 9486.0, 9427.0, 9458.0, 9452.0, 9447.0, 9494.0, 9429.0, 9465.0, 9410.0, 9465.0, 9430.0, 9465.0, 9442.0, 9433.0, 9481.0, 9430.0, 9474.0, 9435.0, 9460.0, 9431.0, 9447.0, 9415.0, 9452.0, 9486.0, 9451.0, 9468.0, 9432.0, 9472.0, 9433.0, 9479.0, 9439.0, 9479.0, 9435.0, 9505.0, 9434.0, 9492.0, 9522.0, 9566.0, 9510.0, 9477.0, 9407.0, 9445.0, 9436.0, 9473.0, 9464.0, 9501.0, 9424.0, 9465.0, 9446.0, 9454.0, 9436.0, 9482.0, 9438.0, 9470.0, 9448.0, 9453.0, 9445.0, 9432.0, 9442.0, 9375.0, 9415.0, 9349.0, 9383.0, 9370.0, 9358.0, 9362.0, 9346.0, 9370.0, 9349.0, 9365.0, 9360.0, 9404.0, 9382.0, 9352.0, 9360.0, 9511.0, 9445.0, 9438.0, 9374.0, 9362.0, 9383.0, 9397.0, 9404.0, 9428.0, 9437.0, 9475.0, 9438.0, 9438.0, 9419.0, 9458.0, 9439.0, 9471.0, 9451.0, 9455.0, 9420.0, 9455.0, 9445.0, 9454.0, 9479.0, 9468.0, 9446.0, 9449.0, 9413.0, 9452.0, 9471.0, 9479.0, 9413.0, 9460.0, 9431.0, 9459.0, 9439.0, 9502.0, 9463.0, 9475.0, 9418.0, 9461.0, 9418.0, 9484.0, 9450.0, 9465.0, 9430.0, 9456.0, 9460.0, 9440.0, 9484.0, 9492.0, 9503.0, 9436.0, 9497.0, 9437.0, 9476.0, 9484.0, 9458.0, 9457.0, 9447.0, 9460.0, 9419.0, 9471.0, 9462.0, 9436.0, 9451.0, 9432.0, 9446.0, 9431.0, 9470.0, 9437.0, 9449.0, 9451.0, 9447.0, 9474.0, 9439.0, 9462.0, 9449.0, 9462.0, 9453.0, 9476.0, 9440.0, 9451.0, 9416.0, 9454.0, 9475.0, 9453.0, 9483.0, 9458.0, 9460.0, 9430.0, 9460.0, 9428.0, 9468.0, 9469.0, 9456.0, 9463.0, 9415.0, 9451.0, 9411.0, 9443.0, 9408.0, 9442.0, 9447.0, 9427.0, 9451.0, 9435.0, 9457.0, 9427.0, 9453.0, 9410.0, 9442.0, 9413.0, 9431.0, 9448.0, 9440.0, 9446.0, 9407.0, 9448.0, 9429.0, 9452.0, 9412.0, 9438.0, 9406.0, 9426.0, 9411.0, 9443.0, 9412.0, 9429.0, 9410.0, 9433.0, 9454.0, 9431.0, 9458.0, 9430.0, 9441.0, 9411.0, 9457.0, 9407.0, 9442.0, 9465.0, 9424.0, 9449.0, 9405.0, 9438.0, 9416.0, 9426.0, 9445.0, 9405.0, 9416.0, 9390.0, 9437.0, 9415.0, 9477.0, 9436.0, 9497.0, 9438.0, 9474.0, 9477.0, 9459.0, 9486.0, 9436.0, 9473.0, 9415.0, 9450.0, 9442.0, 9471.0, 9469.0, 9455.0, 9461.0, 9432.0, 9474.0, 9433.0, 9472.0, 9477.0, 9467.0, 9456.0, 9435.0, 9475.0, 9440.0, 9479.0, 9436.0, 9477.0, 9420.0, 9460.0, 9430.0, 9478.0, 9470.0, 9457.0, 9463.0, 9410.0, 9462.0, 9413.0, 9458.0, 9418.0, 9435.0, 9438.0, 9416.0, 9440.0, 9402.0, 9434.0, 9384.0, 9401.0, 9433.0, 9399.0, 9437.0, 9387.0, 9434.0, 9396.0, 9401.0, 9433.0, 9398.0, 9422.0, 9387.0, 9430.0, 9387.0, 9417.0, 9370.0, 9406.0, 9428.0, 9408.0, 9433.0, 9412.0, 9425.0, 9407.0, 9428.0, 9446.0, 9412.0, 9457.0, 9428.0, 9433.0, 9411.0, 9432.0, 9465.0, 9410.0, 9444.0, 9450.0, 9415.0, 9450.0, 9425.0, 9467.0, 9413.0, 9453.0, 9460.0, 9439.0, 9460.0, 9459.0, 9487.0, 9439.0, 9490.0, 9480.0, 9468.0, 9475.0, 9435.0, 9477.0, 9445.0, 9480.0, 9469.0, 9445.0, 9464.0, 9413.0, 9467.0, 9415.0, 9461.0, 9439.0, 9429.0, 9449.0, 9428.0, 9455.0, 9431.0, 9465.0, 9441.0, 9442.0, 9461.0, 9408.0, 9461.0, 9404.0, 9440.0, 9445.0, 9406.0, 9442.0, 9404.0, 9435.0, 9388.0, 9409.0, 9448.0, 9406.0, 9420.0, 9388.0, 9409.0, 9445.0, 9391.0, 9424.0, 9441.0, 9408.0, 9439.0, 9393.0, 9413.0, 9421.0, 9434.0, 9449.0, 9417.0, 9456.0, 9464.0, 9459.0, 9471.0, 9444.0, 9475.0, 9444.0, 9485.0, 9505.0, 9469.0, 9487.0, 9466.0, 9500.0, 9504.0, 9508.0, 9503.0, 9472.0, 9501.0, 9438.0, 9474.0, 9511.0, 9466.0, 9491.0, 9429.0, 9463.0, 9496.0, 9453.0, 9456.0, 9478.0, 9426.0, 9416.0, 9451.0, 9384.0, 9418.0, 9421.0, 9402.0, 9433.0, 9382.0, 9401.0, 9409.0, 9401.0, 9423.0, 9389.0, 9426.0, 9435.0, 9413.0, 9439.0, 9412.0, 9435.0, 9440.0, 9437.0, 9472.0, 9417.0, 9453.0, 9428.0, 9462.0, 9443.0, 9449.0, 9471.0, 9443.0, 9468.0, 9411.0, 9472.0, 9466.0, 9441.0, 9461.0, 9422.0, 9452.0, 9386.0, 9423.0, 9479.0, 9414.0, 9416.0, 9447.0, 9380.0, 9411.0, 9394.0, 9408.0, 9429.0, 9407.0, 9435.0, 9395.0, 9433.0, 9452.0, 9436.0, 9483.0, 9452.0, 9439.0, 9471.0, 9439.0, 9469.0, 9454.0, 9430.0, 9462.0, 9437.0, 9415.0, 9448.0, 9427.0, 9433.0, 9412.0, 9436.0, 9458.0, 9435.0, 9448.0, 9436.0, 9477.0, 9495.0, 9458.0, 9480.0, 9443.0, 9484.0, 9443.0, 9492.0, 9495.0, 9483.0, 9489.0, 9435.0, 9482.0, 9468.0, 9432.0, 9490.0, 9453.0, 9441.0, 9457.0, 9423.0, 9453.0, 9394.0, 9430.0, 9471.0, 9411.0, 9443.0, 9459.0, 9413.0, 9445.0, 9463.0, 9410.0, 9435.0, 9389.0, 9413.0, 9449.0, 9409.0, 9431.0, 9439.0, 9418.0, 9432.0, 9413.0, 9455.0, 9464.0, 9443.0, 9461.0, 9441.0, 9464.0, 9485.0, 9466.0, 9495.0, 9457.0, 9464.0, 9517.0, 9468.0, 9470.0, 9472.0, 9440.0, 9483.0, 9443.0, 9438.0, 9484.0, 9459.0, 9436.0, 9455.0, 9415.0, 9449.0, 9471.0, 9437.0, 9480.0, 9437.0, 9458.0, 9465.0, 9463.0, 9497.0, 9487.0, 9461.0, 9481.0, 9445.0, 9489.0, 9441.0, 9461.0, 9499.0, 9456.0, 9487.0, 9473.0, 9460.0, 9472.0, 9453.0, 9451.0, 9485.0, 9418.0, 9455.0, 9415.0, 9462.0, 9465.0, 9447.0, 9487.0, 9423.0, 9439.0, 9430.0, 9413.0, 9457.0, 9392.0, 9414.0, 9446.0, 9407.0, 9413.0, 9419.0, 9408.0, 9443.0, 9432.0, 9432.0, 9446.0, 9417.0, 9455.0, 9453.0, 9465.0, 9469.0, 9439.0, 9457.0, 9440.0, 9462.0, 9452.0, 9463.0, 9487.0, 9445.0, 9509.0, 9496.0, 9468.0, 9487.0, 9434.0, 9466.0, 9470.0, 9451.0, 9476.0, 9441.0, 9460.0, 9481.0, 9432.0, 9452.0, 9468.0, 9418.0, 9450.0, 9463.0, 9411.0, 9442.0, 9402.0, 9414.0, 9429.0, 9414.0, 9454.0, 9473.0, 9442.0, 9457.0, 9432.0, 9460.0, 9477.0, 9443.0, 9463.0, 9447.0, 9488.0, 9513.0, 9479.0, 9499.0, 9501.0, 9478.0, 9512.0, 9444.0, 9491.0, 9496.0, 9472.0, 9493.0, 9447.0, 9481.0, 9494.0, 9467.0, 9447.0, 9493.0, 9458.0, 9445.0, 9447.0, 9409.0, 9429.0, 9446.0, 9410.0, 9447.0, 9442.0, 9436.0, 9456.0, 9443.0, 9474.0, 9493.0, 9500.0, 9538.0, 9546.0, 9595.0, 9579.0, 9566.0, 9557.0, 9627.0, 9604.0, 9562.0, 9513.0, 9559.0, 9546.0, 9533.0, 9543.0, 9491.0, 9497.0, 9448.0, 9506.0, 9486.0, 9493.0, 9512.0, 9521.0, 9516.0, 9482.0, 9501.0, 9416.0, 9448.0, 9482.0, 9448.0, 9482.0, 9423.0, 9449.0, 9384.0, 9423.0, 9475.0, 9426.0, 9427.0, 9392.0, 9424.0, 9406.0, 9428.0, 9463.0, 9426.0, 9427.0, 9403.0, 9415.0, 9412.0, 9465.0, 9444.0, 9438.0, 9453.0, 9430.0, 9456.0, 9434.0, 9450.0, 9415.0, 9433.0, 9448.0, 9415.0, 9467.0, 9427.0, 9461.0, 9413.0, 9460.0, 9430.0, 9411.0, 9448.0, 9415.0, 9452.0, 9412.0, 9438.0, 9392.0, 9432.0, 9428.0, 9451.0, 9442.0, 9430.0, 9437.0, 9429.0, 9452.0, 9436.0, 9465.0, 9437.0, 9461.0, 9435.0, 9466.0, 9432.0, 9458.0, 9462.0, 9454.0, 9426.0, 9434.0, 9440.0, 9434.0, 9460.0, 9435.0, 9457.0, 9434.0, 9457.0, 9435.0, 9460.0, 9454.0, 9481.0, 9435.0, 9473.0, 9418.0, 9462.0, 9432.0, 9472.0, 9478.0, 9438.0, 9441.0, 9434.0, 9455.0, 9432.0, 9460.0, 9445.0, 9449.0, 9416.0, 9448.0, 9419.0, 9459.0, 9483.0, 9461.0, 9468.0, 9461.0, 9483.0, 9464.0, 9520.0, 9448.0, 9487.0, 9440.0, 9490.0, 9496.0, 9476.0, 9483.0, 9459.0, 9479.0, 9440.0, 9468.0, 9436.0, 9502.0, 9490.0, 9467.0, 9471.0, 9435.0, 9473.0, 9438.0, 9469.0, 9438.0, 9452.0, 9415.0, 9452.0, 9469.0, 9467.0, 9478.0, 9449.0, 9454.0, 9417.0, 9472.0, 9430.0, 9465.0, 9447.0, 9448.0, 9441.0, 9449.0, 9455.0, 9434.0, 9493.0, 9433.0, 9447.0, 9411.0, 9435.0, 9468.0, 9427.0, 9456.0, 9411.0, 9446.0, 9452.0, 9426.0, 9448.0, 9426.0, 9473.0, 9433.0, 9453.0, 9434.0, 9459.0, 9477.0, 9464.0, 9489.0, 9463.0, 9485.0, 9462.0, 9493.0, 9461.0, 9488.0, 9505.0, 9480.0, 9497.0, 9460.0, 9486.0, 9472.0, 9502.0, 9453.0, 9499.0, 9489.0, 9454.0, 9496.0, 9453.0, 9481.0, 9434.0, 9480.0, 9455.0, 9448.0, 9473.0, 9433.0, 9456.0, 9427.0, 9460.0, 9441.0, 9452.0, 9472.0, 9434.0, 9455.0, 9428.0, 9460.0, 9417.0, 9454.0, 9472.0, 9432.0, 9454.0, 9430.0, 9445.0, 9439.0, 9464.0, 9494.0, 9452.0, 9456.0, 9431.0, 9460.0, 9434.0, 9450.0, 9416.0, 9450.0, 9468.0, 9430.0, 9471.0, 9445.0, 9443.0, 9426.0, 9459.0, 9420.0, 9433.0, 9472.0, 9431.0, 9451.0, 9429.0, 9458.0, 9411.0, 9450.0, 9470.0, 9432.0, 9462.0, 9428.0, 9473.0, 9432.0, 9453.0, 9444.0, 9434.0, 9451.0, 9431.0, 9454.0, 9431.0, 9465.0, 9415.0, 9435.0, 9434.0, 9430.0, 9438.0, 9433.0, 9461.0, 9429.0, 9429.0, 9413.0, 9448.0, 9454.0, 9451.0, 9462.0, 9435.0, 9457.0, 9414.0, 9460.0, 9412.0, 9453.0, 9472.0, 9433.0, 9454.0, 9429.0, 9457.0, 9431.0, 9452.0, 9430.0, 9433.0, 9424.0, 9433.0, 9452.0, 9436.0, 9462.0, 9433.0, 9443.0, 9428.0, 9459.0, 9412.0, 9451.0, 9473.0, 9433.0, 9451.0, 9428.0, 9458.0, 9396.0, 9431.0, 9456.0, 9418.0, 9456.0, 9412.0, 9441.0, 9406.0, 9447.0, 9470.0, 9434.0, 9453.0, 9431.0, 9455.0, 9430.0, 9446.0, 9438.0, 9454.0, 9439.0, 9452.0, 9458.0, 9464.0, 9485.0, 9528.0, 9487.0, 9513.0, 9486.0, 9505.0, 9515.0, 9535.0, 9479.0, 9510.0, 9510.0, 9491.0, 9515.0, 9473.0, 9493.0, 9438.0, 9483.0, 9465.0, 9475.0, 9508.0, 9466.0, 9485.0, 9435.0, 9489.0, 9463.0, 9480.0, 9471.0, 9456.0, 9482.0, 9430.0, 9468.0, 9434.0, 9474.0, 9426.0, 9465.0, 9407.0, 9440.0, 9450.0, 9458.0, 9464.0, 9422.0, 9444.0, 9407.0, 9451.0, 9426.0, 9445.0, 9448.0, 9439.0, 9445.0, 9410.0, 9455.0, 9429.0, 9443.0, 9427.0, 9443.0, 9410.0, 9446.0, 9468.0, 9454.0, 9459.0, 9445.0, 9470.0, 9424.0, 9444.0, 9464.0, 9457.0, 9468.0, 9436.0, 9447.0, 9385.0, 9420.0, 9455.0, 9403.0, 9431.0, 9398.0, 9416.0, 9407.0, 9405.0, 9429.0, 9409.0, 9439.0, 9424.0, 9439.0, 9408.0, 9430.0, 9423.0, 9432.0, 9436.0, 9430.0, 9451.0, 9429.0, 9460.0, 9432.0, 9432.0, 9413.0, 9449.0, 9453.0, 9466.0, 9475.0, 9433.0, 9455.0, 9429.0, 9458.0, 9427.0, 9466.0, 9469.0, 9443.0, 9451.0, 9427.0, 9454.0, 9426.0, 9447.0, 9436.0, 9425.0, 9445.0, 9408.0, 9436.0, 9403.0, 9442.0, 9449.0, 9408.0, 9440.0, 9404.0, 9434.0, 9388.0, 9430.0, 9449.0, 9405.0, 9429.0, 9385.0, 9421.0, 9426.0, 9408.0, 9440.0, 9387.0, 9404.0, 9422.0, 9402.0, 9418.0, 9390.0, 9428.0, 9445.0, 9426.0, 9449.0, 9414.0, 9449.0, 9433.0, 9441.0, 9432.0, 9454.0, 9471.0, 9454.0, 9481.0, 9435.0, 9460.0, 9412.0, 9463.0, 9454.0, 9451.0, 9472.0, 9455.0, 9459.0, 9433.0, 9467.0, 9436.0, 9453.0, 9418.0, 9452.0, 9472.0, 9436.0, 9492.0, 9446.0, 9457.0, 9411.0, 9460.0, 9466.0, 9458.0, 9465.0, 9437.0, 9446.0, 9409.0, 9436.0, 9408.0, 9438.0, 9406.0, 9440.0, 9445.0, 9409.0, 9446.0, 9412.0, 9449.0, 9419.0, 9469.0, 9403.0, 9421.0, 9415.0, 9440.0, 9461.0, 9421.0, 9440.0, 9402.0, 9444.0, 9405.0, 9433.0, 9402.0, 9430.0, 9386.0, 9417.0, 9385.0, 9439.0, 9433.0, 9437.0, 9403.0, 9428.0, 9449.0, 9430.0, 9440.0, 9428.0, 9435.0, 9411.0, 9451.0, 9409.0, 9447.0, 9428.0, 9426.0, 9407.0, 9429.0, 9448.0, 9427.0, 9438.0, 9424.0, 9434.0, 9407.0, 9437.0, 9395.0, 9458.0, 9448.0, 9425.0, 9468.0, 9456.0, 9448.0, 9394.0, 9388.0, 9348.0, 9334.0, 9355.0, 9363.0, 9423.0, 9433.0, 9442.0, 9429.0, 9445.0, 9385.0, 9408.0, 9382.0, 9436.0, 9410.0, 9435.0, 9416.0, 9462.0, 9506.0, 9513.0, 9525.0, 9447.0, 9423.0, 9507.0, 9471.0, 9435.0, 9448.0, 9440.0, 9468.0, 9420.0, 9468.0, 9474.0, 9443.0, 9458.0, 9410.0, 9408.0, 9414.0, 9385.0, 9418.0, 9376.0, 9380.0, 9403.0, 9353.0, 9380.0, 9349.0, 9371.0, 9374.0, 9367.0, 9382.0, 9351.0, 9370.0, 9339.0, 9381.0, 9401.0, 9380.0, 9417.0, 9398.0, 9414.0, 9385.0, 9425.0, 9429.0, 9407.0, 9443.0, 9412.0, 9440.0, 9397.0, 9435.0, 9451.0, 9430.0, 9472.0, 9430.0, 9444.0, 9396.0, 9458.0, 9448.0, 9412.0, 9449.0, 9413.0, 9468.0, 9411.0, 9427.0, 9391.0, 9427.0, 9446.0, 9413.0, 9437.0, 9407.0, 9434.0, 9389.0, 9426.0, 9434.0, 9428.0, 9436.0, 9411.0, 9434.0, 9411.0, 9428.0, 9411.0, 9435.0, 9414.0, 9433.0, 9424.0, 9432.0, 9454.0, 9440.0, 9461.0, 9435.0, 9458.0, 9434.0, 9463.0, 9415.0, 9454.0, 9472.0, 9433.0, 9454.0, 9431.0, 9469.0, 9414.0, 9446.0, 9426.0, 9429.0, 9435.0, 9427.0, 9448.0, 9410.0, 9465.0, 9407.0, 9426.0, 9408.0, 9438.0, 9417.0, 9426.0, 9451.0, 9433.0, 9457.0, 9432.0, 9454.0, 9414.0, 9444.0, 9411.0, 9435.0, 9454.0, 9443.0, 9463.0, 9428.0, 9452.0, 9410.0, 9469.0, 9435.0, 9424.0, 9402.0, 9423.0, 9443.0, 9407.0, 9445.0, 9409.0, 9448.0, 9406.0, 9443.0, 9386.0, 9404.0, 9403.0, 9427.0, 9436.0, 9413.0, 9399.0, 9435.0, 9444.0, 9455.0, 9467.0, 9474.0, 9449.0, 9458.0, 9464.0, 9456.0, 9497.0, 9449.0, 9473.0, 9432.0, 9474.0, 9412.0, 9448.0, 9468.0, 9446.0, 9450.0, 9444.0, 9466.0, 9428.0, 9454.0, 9426.0, 9469.0, 9435.0, 9437.0, 9414.0, 9420.0, 9453.0, 9408.0, 9447.0, 9420.0, 9430.0, 9408.0, 9435.0, 9411.0, 9460.0, 9428.0, 9447.0, 9415.0, 9448.0, 9437.0, 9431.0, 9454.0, 9419.0, 9445.0, 9431.0, 9454.0, 9414.0, 9456.0, 9423.0, 9445.0, 9468.0, 9458.0, 9465.0, 9443.0, 9451.0, 9430.0, 9452.0, 9438.0, 9462.0, 9449.0, 9456.0, 9434.0, 9462.0, 9438.0, 9495.0, 9465.0, 9477.0, 9432.0, 9474.0, 9414.0, 9463.0, 9469.0, 9460.0, 9465.0, 9444.0, 9451.0, 9413.0, 9468.0, 9431.0, 9457.0, 9414.0, 9468.0, 9395.0, 9442.0, 9425.0, 9461.0, 9441.0, 9434.0, 9438.0, 9429.0, 9454.0, 9412.0, 9445.0, 9427.0, 9429.0, 9434.0, 9413.0, 9448.0, 9422.0, 9442.0, 9414.0, 9427.0, 9393.0, 9432.0, 9436.0, 9429.0, 9457.0, 9429.0, 9440.0, 9412.0, 9446.0, 9397.0, 9451.0, 9458.0, 9430.0, 9453.0, 9433.0, 9460.0, 9433.0, 9452.0, 9430.0, 9436.0, 9413.0, 9435.0, 9456.0, 9438.0, 9448.0, 9419.0, 9442.0, 9412.0, 9445.0, 9413.0, 9438.0, 9467.0, 9432.0, 9450.0, 9424.0, 9452.0, 9432.0, 9474.0, 9413.0, 9440.0, 9405.0, 9428.0, 9419.0, 9432.0, 9441.0, 9429.0, 9434.0, 9412.0, 9449.0, 9412.0, 9456.0, 9413.0, 9441.0, 9409.0, 9455.0, 9393.0, 9443.0, 9453.0, 9432.0, 9450.0, 9427.0, 9449.0, 9412.0, 9470.0, 9415.0, 9440.0, 9392.0, 9452.0, 9390.0, 9440.0, 9466.0, 9426.0, 9427.0, 9410.0, 9429.0, 9408.0, 9438.0, 9413.0, 9436.0, 9406.0, 9462.0, 9403.0, 9423.0, 9407.0, 9425.0, 9420.0, 9425.0, 9442.0, 9409.0, 9451.0, 9415.0, 9452.0, 9429.0, 9435.0, 9411.0, 9437.0, 9432.0, 9457.0, 9432.0, 9471.0, 9411.0, 9462.0, 9423.0, 9442.0, 9466.0, 9439.0, 9445.0, 9417.0, 9429.0, 9409.0, 9446.0, 9426.0, 9464.0, 9390.0, 9446.0, 9447.0, 9443.0, 9454.0, 9469.0, 9468.0, 9507.0, 9478.0, 9465.0, 9453.0, 9449.0, 9435.0, 9477.0, 9443.0, 9468.0, 9409.0, 9458.0, 9405.0, 9444.0, 9464.0, 9424.0, 9428.0, 9409.0, 9429.0, 9412.0, 9438.0, 9430.0, 9454.0, 9452.0, 9448.0, 9410.0, 9435.0, 9430.0, 9472.0, 9412.0, 9449.0, 9411.0, 9459.0, 9417.0, 9419.0, 9426.0, 9432.0, 9424.0, 9403.0, 9440.0, 9404.0, 9430.0, 9406.0, 9427.0, 9403.0, 9432.0, 9399.0, 9430.0, 9402.0, 9447.0, 9405.0, 9430.0, 9403.0, 9433.0, 9429.0, 9439.0, 9432.0, 9438.0, 9434.0, 9439.0, 9435.0, 9461.0, 9430.0, 9451.0, 9412.0, 9451.0, 9409.0, 9453.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.003885177610333692</td></tr>
<tr><td colspan=3>aqi</td><td>0.034098492465016145</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.805450710678436</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3732289281260075</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.058482181502424</td></tr>
<tr><td colspan=3>efc</td><td>0.4646</td></tr>
<tr><td colspan=3>fber</td><td>8802.9707</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09393931271670286</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.8127018299246505</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2849644484019307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2075666746402365</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.432604487456735</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.214722183108821</td></tr>
<tr><td colspan=3>gcor</td><td>0.0174031</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.001172975986264646</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02900899574160576</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</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.219727383195268</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>24.5734</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.4194</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.3751</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299367.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>646.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.6997</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9246</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.5861</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3490.3723</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.9037</td></tr>
<tr><td colspan=3>tsnr</td><td>37.6770915389061</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>