<?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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-02/func/sub-0064_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>fd89a01714ec95ac475bdf6db5910ba7</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>10:14:25.115000</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.996612, 0.0553046, 0.0608773, -0.0551958, 0.99847, -0.00346884]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0873382</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7719, -7233, 594, -100, -72, 28, 138]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4b5f1337-648c-4c64-96be-bd36b33acd2c||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.6738369464874268, -0.1480863094329834, 0.16463524103164673, 117.86753845214844], [-0.14837823808193207, 2.678820848464966, -0.00026165926828980446, -86.66822052001953], [0.16332946717739105, 0.009306637570261955, 2.6949758529663086, -72.89757537841797], [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': ['101425.115000', '101425.575000', '101426.035000', '101426.495000', '101426.955000', '101427.415000', '101427.875000', '101428.335000', '101428.795000', '101429.255000', '101429.715000', '101430.175000', '101430.635000', '101431.095000', '101431.555000', '101432.015000', '101432.475000', '101432.935000', '101433.395000', '101433.855000', '101434.315000', '101434.775000', '101435.235000', '101435.695000', '101436.155000', '101436.615000', '101437.075000', '101437.535000', '101437.995000', '101438.455000', '101438.915000', '101439.375000', '101439.835000', '101440.295000', '101440.755000', '101441.215000', '101441.675000', '101442.135000', '101442.595000', '101443.055000', '101443.515000', '101443.975000', '101444.435000', '101444.895000', '101445.355000', '101445.815000', '101446.275000', '101446.735000', '101447.195000', '101447.655000', '101448.115000', '101448.575000', '101449.035000', '101449.495000', '101449.955000', '101450.415000', '101450.875000', '101451.335000', '101451.795000', '101452.255000', '101452.715000', '101453.175000', '101453.635000', '101454.095000', '101454.555000', '101455.015000', '101455.475000', '101455.935000', '101456.395000', '101456.855000', '101457.315000', '101457.775000', '101458.235000', '101458.695000', '101459.155000', '101459.615000', '101500.075000', '101500.535000', '101500.995000', '101501.455000', '101501.915000', '101502.375000', '101502.835000', '101503.295000', '101503.755000', '101504.215000', '101504.675000', '101505.135000', '101505.595000', '101506.055000', '101506.515000', '101506.975000', '101507.435000', '101507.895000', '101508.355000', '101508.815000', '101509.275000', '101509.735000', '101510.195000', '101510.655000', '101511.115000', '101511.575000', '101512.035000', '101512.495000', '101512.955000', '101513.415000', '101513.875000', '101514.335000', '101514.795000', '101515.255000', '101515.715000', '101516.175000', '101516.635000', '101517.095000', '101517.555000', '101518.015000', '101518.475000', '101518.935000', '101519.395000', '101519.855000', '101520.315000', '101520.775000', '101521.235000', '101521.695000', '101522.155000', '101522.615000', '101523.075000', '101523.535000', '101523.995000', '101524.455000', '101524.915000', '101525.375000', '101525.835000', '101526.295000', '101526.755000', '101527.215000', '101527.675000', '101528.135000', '101528.595000', '101529.055000', '101529.515000', '101529.975000', '101530.435000', '101530.895000', '101531.355000', '101531.815000', '101532.275000', '101532.735000', '101533.195000', '101533.655000', '101534.115000', '101534.575000', '101535.035000', '101535.495000', '101535.955000', '101536.415000', '101536.875000', '101537.335000', '101537.795000', '101538.255000', '101538.715000', '101539.175000', '101539.635000', '101540.095000', '101540.555000', '101541.015000', '101541.475000', '101541.935000', '101542.395000', '101542.855000', '101543.315000', '101543.775000', '101544.235000', '101544.695000', '101545.155000', '101545.615000', '101546.075000', '101546.535000', '101546.995000', '101547.455000', '101547.915000', '101548.375000', '101548.835000', '101549.295000', '101549.755000', '101550.215000', '101550.675000', '101551.135000', '101551.595000', '101552.055000', '101552.515000', '101552.975000', '101553.435000', '101553.895000', '101554.355000', '101554.815000', '101555.275000', '101555.735000', '101556.195000', '101556.655000', '101557.115000', '101557.575000', '101558.035000', '101558.495000', '101558.955000', '101559.415000', '101559.875000', '101600.335000', '101600.795000', '101601.255000', '101601.715000', '101602.175000', '101602.635000', '101603.095000', '101603.555000', '101604.015000', '101604.475000', '101604.935000', '101605.395000', '101605.855000', '101606.315000', '101606.775000', '101607.235000', '101607.695000', '101608.155000', '101608.615000', '101609.075000', '101609.535000', '101609.995000', '101610.455000', '101610.915000', '101611.375000', '101611.835000', '101612.295000', '101612.755000', '101613.215000', '101613.675000', '101614.135000', '101614.595000', '101615.055000', '101615.515000', '101615.975000', '101616.435000', '101616.895000', '101617.355000', '101617.815000', '101618.275000', '101618.735000', '101619.195000', '101619.655000', '101620.115000', '101620.575000', '101621.035000', '101621.495000', '101621.955000', '101622.415000', '101622.875000', '101623.335000', '101623.795000', '101624.255000', '101624.715000', '101625.175000', '101625.635000', '101626.095000', '101626.555000', '101627.015000', '101627.475000', '101627.935000', '101628.395000', '101628.855000', '101629.315000', '101629.775000', '101630.235000', '101630.695000', '101631.155000', '101631.615000', '101632.075000', '101632.535000', '101632.995000', '101633.455000', '101633.915000', '101634.375000', '101634.835000', '101635.295000', '101635.755000', '101636.215000', '101636.675000', '101637.135000', '101637.595000', '101638.055000', '101638.515000', '101638.975000', '101639.435000', '101639.895000', '101640.355000', '101640.815000', '101641.275000', '101641.735000', '101642.195000', '101642.655000', '101643.115000', '101643.575000', '101644.035000', '101644.495000', '101644.955000', '101645.415000', '101645.875000', '101646.335000', '101646.795000', '101647.255000', '101647.715000', '101648.175000', '101648.635000', '101649.095000', '101649.555000', '101650.015000', '101650.475000', '101650.935000', '101651.395000', '101651.855000', '101652.315000', '101652.775000', '101653.235000', '101653.695000', '101654.155000', '101654.615000', '101655.075000', '101655.535000', '101655.995000', '101656.455000', '101656.915000', '101657.375000', '101657.835000', '101658.295000', '101658.755000', '101659.215000', '101659.675000', '101700.135000', '101700.595000', '101701.055000', '101701.515000', '101701.975000', '101702.435000', '101702.895000', '101703.355000', '101703.815000', '101704.275000', '101704.735000', '101705.195000', '101705.655000', '101706.115000', '101706.575000', '101707.035000', '101707.495000', '101707.955000', '101708.415000', '101708.875000', '101709.335000', '101709.795000', '101710.255000', '101710.715000', '101711.175000', '101711.635000', '101712.095000', '101712.555000', '101713.015000', '101713.475000', '101713.935000', '101714.395000', '101714.855000', '101715.315000', '101715.775000', '101716.235000', '101716.695000', '101717.155000', '101717.615000', '101718.075000', '101718.535000', '101718.995000', '101719.455000', '101719.915000', '101720.375000', '101720.835000', '101721.295000', '101721.755000', '101722.215000', '101722.675000', '101723.135000', '101723.595000', '101724.055000', '101724.515000', '101724.975000', '101725.435000', '101725.895000', '101726.355000', '101726.815000', '101727.275000', '101727.735000', '101728.195000', '101728.655000', '101729.115000', '101729.575000', '101730.035000', '101730.495000', '101730.955000', '101731.415000', '101731.875000', '101732.335000', '101732.795000', '101733.255000', '101733.715000', '101734.175000', '101734.635000', '101735.095000', '101735.555000', '101736.015000', '101736.475000', '101736.935000', '101737.395000', '101737.855000', '101738.315000', '101738.775000', '101739.235000', '101739.695000', '101740.155000', '101740.615000', '101741.075000', '101741.535000', '101741.995000', '101742.455000', '101742.915000', '101743.375000', '101743.835000', '101744.295000', '101744.755000', '101745.215000', '101745.675000', '101746.135000', '101746.595000', '101747.055000', '101747.515000', '101747.975000', '101748.435000', '101748.895000', '101749.355000', '101749.815000', '101750.275000', '101750.735000', '101751.195000', '101751.655000', '101752.115000', '101752.575000', '101753.035000', '101753.495000', '101753.955000', '101754.415000', '101754.875000', '101755.335000', '101755.795000', '101756.255000', '101756.715000', '101757.175000', '101757.635000', '101758.095000', '101758.555000', '101759.015000', '101759.475000', '101759.935000', '101800.395000', '101800.855000', '101801.315000', '101801.775000', '101802.235000', '101802.695000', '101803.155000', '101803.615000', '101804.075000', '101804.535000', '101804.995000', '101805.455000', '101805.915000', '101806.375000', '101806.835000', '101807.295000', '101807.755000', '101808.215000', '101808.675000', '101809.135000', '101809.595000', '101810.055000', '101810.515000', '101810.975000', '101811.435000', '101811.895000', '101812.355000', '101812.815000', '101813.275000', '101813.735000', '101814.195000', '101814.655000', '101815.115000', '101815.575000', '101816.035000', '101816.495000', '101816.955000', '101817.415000', '101817.875000', '101818.335000', '101818.795000', '101819.255000', '101819.715000', '101820.175000', '101820.635000', '101821.095000', '101821.555000', '101822.015000', '101822.475000', '101822.935000', '101823.395000', '101823.855000', '101824.315000', '101824.775000', '101825.235000', '101825.695000', '101826.155000', '101826.615000', '101827.075000', '101827.535000', '101827.995000', '101828.455000', '101828.915000', '101829.375000', '101829.835000', '101830.295000', '101830.755000', '101831.215000', '101831.675000', '101832.135000', '101832.595000', '101833.055000', '101833.515000', '101833.975000', '101834.435000', '101834.895000', '101835.355000', '101835.815000', '101836.275000', '101836.735000', '101837.195000', '101837.655000', '101838.115000', '101838.575000', '101839.035000', '101839.495000', '101839.955000', '101840.415000', '101840.875000', '101841.335000', '101841.795000', '101842.255000', '101842.715000', '101843.175000', '101843.635000', '101844.095000', '101844.555000', '101845.015000', '101845.475000', '101845.935000', '101846.395000', '101846.855000', '101847.315000', '101847.775000', '101848.235000', '101848.695000', '101849.155000', '101849.615000', '101850.075000', '101850.535000', '101850.995000', '101851.455000', '101851.915000', '101852.375000', '101852.835000', '101853.295000', '101853.755000', '101854.215000', '101854.675000', '101855.135000', '101855.595000', '101856.055000', '101856.515000', '101856.975000', '101857.435000', '101857.895000', '101858.355000', '101858.815000', '101859.275000', '101859.735000', '101900.195000', '101900.655000', '101901.115000', '101901.575000', '101902.035000', '101902.495000', '101902.955000', '101903.415000', '101903.875000', '101904.335000', '101904.795000', '101905.255000', '101905.715000', '101906.175000', '101906.635000', '101907.095000', '101907.555000', '101908.015000', '101908.475000', '101908.935000', '101909.395000', '101909.855000', '101910.315000', '101910.775000', '101911.235000', '101911.695000', '101912.155000', '101912.615000', '101913.075000', '101913.535000', '101913.995000', '101914.455000', '101914.915000', '101915.375000', '101915.835000', '101916.295000', '101916.755000', '101917.215000', '101917.675000', '101918.135000', '101918.595000', '101919.055000', '101919.515000', '101919.975000', '101920.435000', '101920.895000', '101921.355000', '101921.815000', '101922.275000', '101922.735000', '101923.195000', '101923.655000', '101924.115000', '101924.575000', '101925.035000', '101925.495000', '101925.955000', '101926.415000', '101926.875000', '101927.335000', '101927.795000', '101928.255000', '101928.715000', '101929.175000', '101929.635000', '101930.095000', '101930.555000', '101931.015000', '101931.475000', '101931.935000', '101932.395000', '101932.855000', '101933.315000', '101933.775000', '101934.235000', '101934.695000', '101935.155000', '101935.615000', '101936.075000', '101936.535000', '101936.995000', '101937.455000', '101937.915000', '101938.375000', '101938.835000', '101939.295000', '101939.755000', '101940.215000', '101940.675000', '101941.135000', '101941.595000', '101942.055000', '101942.515000', '101942.975000', '101943.435000', '101943.895000', '101944.355000', '101944.815000', '101945.275000', '101945.735000', '101946.195000', '101946.655000', '101947.115000', '101947.575000', '101948.035000', '101948.495000', '101948.955000', '101949.415000', '101949.875000', '101950.335000', '101950.795000', '101951.255000', '101951.715000', '101952.175000', '101952.635000', '101953.095000', '101953.555000', '101954.015000', '101954.475000', '101954.935000', '101955.395000', '101955.855000', '101956.315000', '101956.775000', '101957.235000', '101957.695000', '101958.155000', '101958.615000', '101959.075000', '101959.535000', '101959.995000', '102000.455000', '102000.915000', '102001.375000', '102001.835000', '102002.295000', '102002.755000', '102003.215000', '102003.675000', '102004.135000', '102004.595000', '102005.055000', '102005.515000', '102005.975000', '102006.435000', '102006.895000', '102007.355000', '102007.815000', '102008.275000', '102008.735000', '102009.195000', '102009.655000', '102010.115000', '102010.575000', '102011.035000', '102011.495000', '102011.955000', '102012.415000', '102012.875000', '102013.335000', '102013.795000', '102014.255000', '102014.715000', '102015.175000', '102015.635000', '102016.095000', '102016.555000', '102017.015000', '102017.475000', '102017.935000', '102018.395000', '102018.855000', '102019.315000', '102019.775000', '102020.235000', '102020.695000', '102021.155000', '102021.615000', '102022.075000', '102022.535000', '102022.995000', '102023.455000', '102023.915000', '102024.375000', '102024.835000', '102025.295000', '102025.755000', '102026.215000', '102026.675000', '102027.135000', '102027.595000', '102028.055000', '102028.515000', '102028.975000', '102029.435000', '102029.895000', '102030.355000', '102030.815000', '102031.275000', '102031.735000', '102032.195000', '102032.655000', '102033.115000', '102033.575000', '102034.035000', '102034.495000', '102034.955000', '102035.415000', '102035.875000', '102036.335000', '102036.795000', '102037.255000', '102037.715000', '102038.175000', '102038.635000', '102039.095000', '102039.555000', '102040.015000', '102040.475000', '102040.935000', '102041.395000', '102041.855000', '102042.315000', '102042.775000', '102043.235000', '102043.695000', '102044.155000', '102044.615000', '102045.075000', '102045.535000', '102045.995000', '102046.455000', '102046.915000', '102047.375000', '102047.835000', '102048.295000', '102048.755000', '102049.215000', '102049.675000', '102050.135000', '102050.595000', '102051.055000', '102051.515000', '102051.975000', '102052.435000', '102052.895000', '102053.355000', '102053.815000', '102054.275000', '102054.735000', '102055.195000', '102055.655000', '102056.115000', '102056.575000', '102057.035000', '102057.495000', '102057.955000', '102058.415000', '102058.875000', '102059.335000', '102059.795000', '102100.255000', '102100.715000', '102101.175000', '102101.635000', '102102.095000', '102102.555000', '102103.015000', '102103.475000', '102103.935000', '102104.395000', '102104.855000', '102105.315000', '102105.775000', '102106.235000', '102106.695000', '102107.155000', '102107.615000', '102108.075000', '102108.535000', '102108.995000', '102109.455000', '102109.915000', '102110.375000', '102110.835000', '102111.295000', '102111.755000', '102112.215000', '102112.675000', '102113.135000', '102113.595000', '102114.055000', '102114.515000', '102114.975000', '102115.435000', '102115.895000', '102116.355000', '102116.815000', '102117.275000', '102117.735000', '102118.195000', '102118.655000', '102119.115000', '102119.575000', '102120.035000', '102120.495000', '102120.955000', '102121.415000', '102121.875000', '102122.335000', '102122.795000', '102123.255000', '102123.715000', '102124.175000', '102124.635000', '102125.095000', '102125.555000', '102126.015000', '102126.475000', '102126.935000', '102127.395000', '102127.855000', '102128.315000', '102128.775000', '102129.235000', '102129.695000', '102130.155000', '102130.615000', '102131.075000', '102131.535000', '102131.995000', '102132.455000', '102132.915000', '102133.375000', '102133.835000', '102134.295000', '102134.755000', '102135.215000', '102135.675000', '102136.135000', '102136.595000', '102137.055000', '102137.515000', '102137.975000', '102138.435000', '102138.895000', '102139.355000', '102139.815000', '102140.275000', '102140.735000', '102141.195000', '102141.655000', '102142.115000', '102142.575000', '102143.035000', '102143.495000', '102143.955000', '102144.415000', '102144.875000', '102145.335000', '102145.795000', '102146.255000', '102146.715000', '102147.175000', '102147.635000', '102148.095000', '102148.555000', '102149.015000', '102149.475000', '102149.935000', '102150.395000', '102150.855000', '102151.315000', '102151.775000', '102152.235000', '102152.695000', '102153.155000', '102153.615000', '102154.075000', '102154.535000', '102154.995000', '102155.455000', '102155.915000', '102156.375000', '102156.835000', '102157.295000', '102157.755000', '102158.215000', '102158.675000', '102159.135000', '102159.595000', '102200.055000', '102200.515000', '102200.975000', '102201.435000', '102201.895000', '102202.355000', '102202.815000', '102203.275000', '102203.735000', '102204.195000', '102204.655000', '102205.115000', '102205.575000', '102206.035000', '102206.495000', '102206.955000', '102207.415000', '102207.875000', '102208.335000', '102208.795000', '102209.255000', '102209.715000', '102210.175000', '102210.635000', '102211.095000', '102211.555000', '102212.015000', '102212.475000', '102212.935000', '102213.395000', '102213.855000', '102214.315000', '102214.775000', '102215.235000', '102215.695000', '102216.155000', '102216.615000', '102217.075000', '102217.535000', '102217.995000', '102218.455000', '102218.915000', '102219.375000', '102219.835000', '102220.295000', '102220.755000', '102221.215000', '102221.675000', '102222.135000', '102222.595000', '102223.055000', '102223.515000', '102223.975000', '102224.435000', '102224.895000', '102225.355000', '102225.815000', '102226.275000', '102226.735000', '102227.195000', '102227.655000', '102228.115000', '102228.575000', '102229.035000', '102229.495000', '102229.955000', '102230.415000', '102230.875000', '102231.335000', '102231.795000', '102232.255000', '102232.715000', '102233.175000', '102233.635000', '102234.095000', '102234.555000', '102235.015000', '102235.475000', '102235.935000', '102236.395000', '102236.855000', '102237.315000', '102237.775000', '102238.235000', '102238.695000', '102239.155000', '102239.615000', '102240.075000', '102240.535000', '102240.995000', '102241.455000', '102241.915000', '102242.375000', '102242.835000', '102243.295000', '102243.755000', '102244.215000', '102244.675000', '102245.135000', '102245.595000', '102246.055000', '102246.515000', '102246.975000', '102247.435000', '102247.895000', '102248.355000', '102248.815000', '102249.275000', '102249.735000', '102250.195000', '102250.655000', '102251.115000', '102251.575000', '102252.035000', '102252.495000', '102252.955000', '102253.415000', '102253.875000', '102254.335000', '102254.795000', '102255.255000', '102255.715000', '102256.175000', '102256.635000', '102257.095000', '102257.555000', '102258.015000', '102258.475000', '102258.935000', '102259.395000', '102259.855000', '102300.315000', '102300.775000', '102301.235000', '102301.695000', '102302.155000', '102302.615000', '102303.075000', '102303.535000', '102303.995000', '102304.455000', '102304.915000', '102305.375000', '102305.835000', '102306.295000', '102306.755000', '102307.215000', '102307.675000', '102308.135000', '102308.595000', '102309.055000', '102309.515000', '102309.975000', '102310.435000', '102310.895000', '102311.355000', '102311.815000', '102312.275000', '102312.735000', '102313.195000', '102313.655000', '102314.115000', '102314.575000', '102315.035000', '102315.495000', '102315.955000', '102316.415000', '102316.875000', '102317.335000', '102317.795000', '102318.255000', '102318.715000', '102319.175000', '102319.635000', '102320.095000', '102320.555000', '102321.015000', '102321.475000', '102321.935000', '102322.395000', '102322.855000', '102323.315000', '102323.775000', '102324.235000', '102324.695000', '102325.155000', '102325.615000', '102326.075000', '102326.535000', '102326.995000', '102327.455000', '102327.915000', '102328.375000', '102328.835000', '102329.295000', '102329.755000', '102330.215000', '102330.675000', '102331.135000', '102331.595000', '102332.055000', '102332.515000', '102332.975000', '102333.435000', '102333.895000', '102334.355000', '102334.815000', '102335.275000', '102335.735000', '102336.195000', '102336.655000', '102337.115000', '102337.575000', '102338.035000', '102338.495000', '102338.955000', '102339.415000', '102339.875000', '102340.335000', '102340.795000', '102341.255000', '102341.715000', '102342.175000', '102342.635000', '102343.095000', '102343.555000', '102344.015000', '102344.475000', '102344.935000', '102345.395000', '102345.855000', '102346.315000', '102346.775000', '102347.235000', '102347.695000', '102348.155000', '102348.615000', '102349.075000', '102349.535000', '102349.995000', '102350.455000', '102350.915000', '102351.375000', '102351.835000', '102352.295000', '102352.755000', '102353.215000', '102353.675000', '102354.135000', '102354.595000', '102355.055000', '102355.515000', '102355.975000', '102356.435000', '102356.895000', '102357.355000', '102357.815000', '102358.275000', '102358.735000', '102359.195000', '102359.655000', '102400.115000', '102400.575000', '102401.035000', '102401.495000', '102401.955000', '102402.415000', '102402.875000', '102403.335000', '102403.795000', '102404.255000', '102404.715000', '102405.175000', '102405.635000', '102406.095000', '102406.555000', '102407.015000', '102407.475000', '102407.935000', '102408.395000', '102408.855000', '102409.315000', '102409.775000', '102410.235000', '102410.695000', '102411.155000', '102411.615000', '102412.075000', '102412.535000', '102412.995000', '102413.455000', '102413.915000', '102414.375000', '102414.835000', '102415.295000', '102415.755000', '102416.215000', '102416.675000', '102417.135000', '102417.595000', '102418.055000', '102418.515000', '102418.975000', '102419.435000', '102419.895000', '102420.355000', '102420.815000', '102421.275000', '102421.735000', '102422.195000', '102422.655000', '102423.115000', '102423.575000', '102424.035000', '102424.495000', '102424.955000', '102425.415000', '102425.875000', '102426.335000', '102426.795000', '102427.255000', '102427.715000', '102428.175000', '102428.635000', '102429.095000', '102429.555000', '102430.015000', '102430.475000', '102430.935000', '102431.395000', '102431.855000', '102432.315000', '102432.775000', '102433.235000', '102433.695000', '102434.155000', '102434.615000', '102435.075000', '102435.535000', '102435.995000', '102436.455000', '102436.915000', '102437.375000', '102437.835000', '102438.295000', '102438.755000', '102439.215000', '102439.675000', '102440.135000', '102440.595000', '102441.055000', '102441.515000', '102441.975000', '102442.435000', '102442.895000', '102443.355000', '102443.815000', '102444.275000', '102444.735000', '102445.195000', '102445.655000', '102446.115000', '102446.575000', '102447.035000', '102447.495000', '102447.955000', '102448.415000', '102448.875000', '102449.335000', '102449.795000', '102450.255000', '102450.715000', '102451.175000', '102451.635000', '102452.095000', '102452.555000', '102453.015000', '102453.475000', '102453.935000', '102454.395000', '102454.855000', '102455.315000', '102455.775000', '102456.235000', '102456.695000', '102457.155000', '102457.615000', '102458.075000', '102458.535000', '102458.995000', '102459.455000', '102459.915000', '102500.375000', '102500.835000', '102501.295000', '102501.755000', '102502.215000', '102502.675000', '102503.135000', '102503.595000', '102504.055000', '102504.515000', '102504.975000', '102505.435000', '102505.895000', '102506.355000', '102506.815000', '102507.275000', '102507.735000', '102508.195000', '102508.655000', '102509.115000', '102509.575000', '102510.035000', '102510.495000', '102510.955000', '102511.415000', '102511.875000', '102512.335000', '102512.795000', '102513.255000', '102513.715000', '102514.175000', '102514.635000', '102515.095000', '102515.555000', '102516.015000', '102516.475000', '102516.935000', '102517.395000', '102517.855000', '102518.315000', '102518.775000', '102519.235000', '102519.695000', '102520.155000', '102520.615000', '102521.075000', '102521.535000', '102521.995000', '102522.455000', '102522.915000', '102523.375000', '102523.835000', '102524.295000', '102524.755000', '102525.215000', '102525.675000', '102526.135000', '102526.595000', '102527.055000', '102527.515000', '102527.975000', '102528.435000', '102528.895000', '102529.355000', '102529.815000', '102530.275000', '102530.735000', '102531.195000', '102531.655000', '102532.115000', '102532.575000', '102533.035000', '102533.495000', '102533.955000', '102534.415000', '102534.875000', '102535.335000', '102535.795000', '102536.255000', '102536.715000', '102537.175000', '102537.635000', '102538.095000', '102538.555000', '102539.015000', '102539.475000', '102539.935000', '102540.395000', '102540.855000', '102541.315000', '102541.775000', '102542.235000', '102542.695000', '102543.155000', '102543.615000', '102544.075000', '102544.535000', '102544.995000', '102545.455000', '102545.915000', '102546.375000', '102546.835000', '102547.295000', '102547.755000', '102548.215000', '102548.675000', '102549.135000', '102549.595000', '102550.055000', '102550.515000', '102550.975000', '102551.435000', '102551.895000', '102552.355000', '102552.815000', '102553.275000', '102553.735000', '102554.195000', '102554.655000', '102555.115000', '102555.575000', '102556.035000', '102556.495000', '102556.955000', '102557.415000', '102557.875000', '102558.335000', '102558.795000', '102559.255000', '102559.715000', '102600.175000', '102600.635000', '102601.095000', '102601.555000', '102602.015000', '102602.475000', '102602.935000', '102603.395000', '102603.855000', '102604.315000', '102604.775000', '102605.235000', '102605.695000', '102606.155000', '102606.615000', '102607.075000', '102607.535000', '102607.995000', '102608.455000', '102608.915000', '102609.375000', '102609.835000', '102610.295000', '102610.755000', '102611.215000', '102611.675000', '102612.135000', '102612.595000', '102613.055000', '102613.515000', '102613.975000', '102614.435000', '102614.895000', '102615.355000', '102615.815000', '102616.275000', '102616.735000', '102617.195000', '102617.655000', '102618.115000', '102618.575000', '102619.035000', '102619.495000', '102619.955000', '102620.415000', '102620.875000', '102621.335000', '102621.795000', '102622.255000', '102622.715000', '102623.175000', '102623.635000', '102624.095000', '102624.555000', '102625.015000', '102625.475000', '102625.935000', '102626.395000', '102626.855000', '102627.315000', '102627.775000', '102628.235000', '102628.695000', '102629.155000', '102629.615000', '102630.075000', '102630.535000', '102630.995000', '102631.455000', '102631.915000', '102632.375000', '102632.835000', '102633.295000', '102633.755000', '102634.215000', '102634.675000', '102635.135000', '102635.595000', '102636.055000', '102636.515000', '102636.975000', '102637.435000', '102637.895000', '102638.355000', '102638.815000', '102639.275000', '102639.735000', '102640.195000', '102640.655000', '102641.115000', '102641.575000', '102642.035000', '102642.495000', '102642.955000', '102643.415000', '102643.875000', '102644.335000', '102644.795000', '102645.255000', '102645.715000', '102646.175000', '102646.635000', '102647.095000', '102647.555000', '102648.015000', '102648.475000', '102648.935000', '102649.395000', '102649.855000', '102650.315000', '102650.775000', '102651.235000', '102651.695000', '102652.155000', '102652.615000', '102653.075000', '102653.535000', '102653.995000', '102654.455000', '102654.915000', '102655.375000', '102655.835000', '102656.295000', '102656.755000', '102657.215000', '102657.675000', '102658.135000', '102658.595000', '102659.055000', '102659.515000', '102659.975000', '102700.435000', '102700.895000', '102701.355000', '102701.815000', '102702.275000', '102702.735000', '102703.195000', '102703.655000', '102704.115000', '102704.575000', '102705.035000', '102705.495000', '102705.955000', '102706.415000', '102706.875000', '102707.335000', '102707.795000', '102708.255000', '102708.715000', '102709.175000', '102709.635000', '102710.095000', '102710.555000', '102711.015000', '102711.475000', '102711.935000', '102712.395000', '102712.855000', '102713.315000', '102713.775000', '102714.235000', '102714.695000', '102715.155000', '102715.615000', '102716.075000', '102716.535000', '102716.995000', '102717.455000', '102717.915000', '102718.375000', '102718.835000', '102719.295000', '102719.755000', '102720.215000', '102720.675000', '102721.135000', '102721.595000', '102722.055000', '102722.515000', '102722.975000', '102723.435000', '102723.895000', '102724.355000', '102724.815000', '102725.275000', '102725.735000', '102726.195000', '102726.655000', '102727.115000', '102727.575000', '102728.035000', '102728.495000', '102728.955000', '102729.415000', '102729.875000', '102730.335000', '102730.795000', '102731.255000', '102731.715000', '102732.175000', '102732.635000', '102733.095000', '102733.555000', '102734.015000', '102734.475000', '102734.935000', '102735.395000', '102735.855000', '102736.315000', '102736.775000', '102737.235000', '102737.695000', '102738.155000', '102738.615000', '102739.075000', '102739.535000', '102739.995000', '102740.455000', '102740.915000', '102741.375000', '102741.835000', '102742.295000', '102742.755000', '102743.215000', '102743.675000', '102744.135000', '102744.595000', '102745.055000', '102745.515000', '102745.975000', '102746.435000', '102746.895000', '102747.355000', '102747.815000', '102748.275000', '102748.735000', '102749.195000', '102749.655000', '102750.115000', '102750.575000', '102751.035000', '102751.495000', '102751.955000', '102752.415000', '102752.875000', '102753.335000', '102753.795000', '102754.255000', '102754.715000', '102755.175000', '102755.635000', '102756.095000', '102756.555000', '102757.015000', '102757.475000', '102757.935000', '102758.395000', '102758.855000', '102759.315000', '102759.775000', '102800.235000', '102800.695000', '102801.155000', '102801.615000', '102802.075000', '102802.535000', '102802.995000', '102803.455000', '102803.915000', '102804.375000', '102804.835000', '102805.295000', '102805.755000', '102806.215000', '102806.675000', '102807.135000', '102807.595000', '102808.055000', '102808.515000', '102808.975000', '102809.435000', '102809.895000', '102810.355000', '102810.815000', '102811.275000', '102811.735000', '102812.195000', '102812.655000', '102813.115000', '102813.575000', '102814.035000', '102814.495000', '102814.955000', '102815.415000', '102815.875000', '102816.335000', '102816.795000', '102817.255000', '102817.715000', '102818.175000', '102818.635000', '102819.095000', '102819.555000', '102820.015000', '102820.475000', '102820.935000', '102821.395000', '102821.855000', '102822.315000', '102822.775000', '102823.235000', '102823.695000', '102824.155000', '102824.615000', '102825.075000', '102825.535000', '102825.995000', '102826.455000', '102826.915000', '102827.375000', '102827.835000', '102828.295000', '102828.755000', '102829.215000', '102829.675000', '102830.135000', '102830.595000', '102831.055000', '102831.515000', '102831.975000', '102832.435000', '102832.895000', '102833.355000', '102833.815000', '102834.275000', '102834.735000', '102835.195000', '102835.655000', '102836.115000', '102836.575000', '102837.035000', '102837.495000', '102837.955000', '102838.415000', '102838.875000', '102839.335000', '102839.795000'], 'ContentTime': ['101449.512000', '101449.515000', '101449.518000', '101449.521000', '101449.523000', '101449.526000', '101449.528000', '101449.531000', '101449.534000', '101449.536000', '101449.539000', '101449.541000', '101449.544000', '101449.547000', '101449.549000', '101449.552000', '101449.554000', '101449.557000', '101449.560000', '101449.562000', '101449.565000', '101449.567000', '101449.570000', '101449.573000', '101449.575000', '101449.578000', '101449.580000', '101449.583000', '101449.586000', '101449.588000', '101449.591000', '101449.593000', '101449.596000', '101449.599000', '101449.601000', '101449.604000', '101449.606000', '101449.609000', '101449.612000', '101449.614000', '101449.625000', '101449.627000', '101449.630000', '101449.632000', '101449.635000', '101449.638000', '101449.640000', '101449.643000', '101449.645000', '101449.648000', '101509.441000', '101509.443000', '101509.446000', '101509.449000', '101509.451000', '101509.454000', '101509.456000', '101509.459000', '101509.462000', '101509.464000', '101509.467000', '101509.469000', '101509.472000', '101509.474000', '101509.477000', '101509.480000', '101509.482000', '101509.485000', '101509.487000', '101509.490000', '101509.493000', '101509.495000', '101509.502000', '101509.504000', '101509.507000', '101509.510000', '101509.512000', '101509.515000', '101509.517000', '101509.520000', '101509.523000', '101509.525000', '101509.528000', '101509.530000', '101509.533000', '101509.536000', '101509.538000', '101509.541000', '101509.543000', '101509.546000', '101509.549000', '101509.551000', '101509.554000', '101509.556000', '101529.441000', '101529.443000', '101529.446000', '101529.449000', '101529.451000', '101529.454000', '101529.457000', '101529.459000', '101529.462000', '101529.464000', '101529.467000', '101529.469000', '101529.472000', '101529.475000', '101529.477000', '101529.480000', '101529.483000', '101529.485000', '101529.488000', '101529.490000', '101529.493000', '101529.496000', '101529.498000', '101529.501000', '101529.503000', '101529.506000', '101529.509000', '101529.511000', '101529.514000', '101529.516000', '101529.519000', '101529.521000', '101529.541000', '101529.544000', '101529.547000', '101529.549000', '101529.552000', '101529.555000', '101529.557000', '101529.560000', '101529.562000', '101529.565000', '101529.568000', '101549.440000', '101549.443000', '101549.446000', '101549.449000', '101549.451000', '101549.454000', '101549.456000', '101549.459000', '101549.461000', '101549.464000', '101549.467000', '101549.469000', '101549.472000', '101549.474000', '101549.477000', '101549.479000', '101549.482000', '101549.485000', '101549.487000', '101549.490000', '101549.493000', '101549.495000', '101549.498000', '101549.500000', '101549.503000', '101549.505000', '101549.508000', '101549.511000', '101549.525000', '101549.528000', '101549.531000', '101549.533000', '101549.536000', '101549.538000', '101549.541000', '101549.544000', '101549.546000', '101549.549000', '101549.551000', '101549.554000', '101549.556000', '101549.559000', '101549.562000', '101549.564000', '101609.440000', '101609.443000', '101609.446000', '101609.449000', '101609.451000', '101609.454000', '101609.456000', '101609.459000', '101609.462000', '101609.464000', '101609.467000', '101609.469000', '101609.472000', '101609.474000', '101609.477000', '101609.480000', '101609.482000', '101609.485000', '101609.488000', '101609.490000', '101609.493000', '101609.495000', '101609.498000', '101609.501000', '101609.503000', '101609.506000', '101609.508000', '101609.511000', '101609.514000', '101609.516000', '101609.519000', '101609.522000', '101609.524000', '101609.527000', '101609.530000', '101609.532000', '101609.535000', '101609.538000', '101609.540000', '101609.543000', '101609.545000', '101609.548000', '101609.551000', '101629.441000', '101629.443000', '101629.446000', '101629.449000', '101629.452000', '101629.454000', '101629.457000', '101629.459000', '101629.462000', '101629.465000', '101629.467000', '101629.470000', '101629.472000', '101629.475000', '101629.477000', '101629.480000', '101629.483000', '101629.485000', '101629.488000', '101629.491000', '101629.493000', '101629.496000', '101629.498000', '101629.501000', '101629.503000', '101629.506000', '101629.509000', '101629.511000', '101629.514000', '101629.516000', '101629.521000', '101629.523000', '101629.526000', '101629.529000', '101629.531000', '101629.534000', '101629.536000', '101629.539000', '101629.542000', '101629.544000', '101629.547000', '101629.549000', '101629.552000', '101629.555000', '101649.440000', '101649.443000', '101649.446000', '101649.448000', '101649.451000', '101649.454000', '101649.456000', '101649.459000', '101649.461000', '101649.464000', '101649.467000', '101649.469000', '101649.472000', '101649.475000', '101649.477000', '101649.480000', '101649.482000', '101649.485000', '101649.488000', '101649.490000', '101649.493000', '101649.496000', '101649.498000', '101649.501000', '101649.503000', '101649.506000', '101649.509000', '101649.511000', '101649.514000', '101649.516000', '101649.519000', '101649.522000', '101649.524000', '101649.527000', '101649.529000', '101649.532000', '101649.535000', '101649.537000', '101649.540000', '101649.542000', '101649.545000', '101649.548000', '101649.551000', '101709.440000', '101709.442000', '101709.445000', '101709.448000', '101709.450000', '101709.453000', '101709.456000', '101709.458000', '101709.461000', '101709.463000', '101709.466000', '101709.469000', '101709.471000', '101709.474000', '101709.477000', '101709.479000', '101709.482000', '101709.484000', '101709.487000', '101709.490000', '101709.492000', '101709.495000', '101709.498000', '101709.500000', '101709.503000', '101709.505000', '101709.508000', '101709.511000', '101709.526000', '101709.528000', '101709.531000', '101709.534000', '101709.536000', '101709.550000', '101709.553000', '101709.555000', '101709.558000', '101709.560000', '101709.563000', '101709.566000', '101709.568000', '101709.571000', '101709.574000', '101709.576000', '101729.441000', '101729.443000', '101729.446000', '101729.449000', '101729.451000', '101729.454000', '101729.457000', '101729.459000', '101729.462000', '101729.464000', '101729.467000', '101729.470000', '101729.472000', '101729.475000', '101729.477000', '101729.480000', '101729.483000', '101729.485000', '101729.488000', '101729.491000', '101729.493000', '101729.496000', '101729.498000', '101729.501000', '101729.503000', '101729.506000', '101729.509000', '101729.511000', '101729.514000', '101729.517000', '101729.519000', '101729.522000', '101729.524000', '101729.527000', '101729.530000', '101729.532000', '101729.535000', '101729.537000', '101729.540000', '101729.543000', '101729.545000', '101729.548000', '101729.550000', '101749.441000', '101749.443000', '101749.446000', '101749.449000', '101749.451000', '101749.454000', '101749.457000', '101749.459000', '101749.462000', '101749.465000', '101749.475000', '101749.478000', '101749.481000', '101749.483000', '101749.486000', '101749.488000', '101749.491000', '101749.494000', '101749.496000', '101749.499000', '101749.501000', '101749.504000', '101749.507000', '101749.509000', '101749.512000', '101749.515000', '101749.517000', '101749.520000', '101749.523000', '101749.525000', '101749.528000', '101749.531000', '101749.533000', '101749.536000', '101749.538000', '101749.541000', '101749.543000', '101749.546000', '101749.549000', '101749.551000', '101749.554000', '101749.556000', '101749.559000', '101749.562000', '101809.440000', '101809.443000', '101809.446000', '101809.449000', '101809.451000', '101809.454000', '101809.456000', '101809.459000', '101809.462000', '101809.464000', '101809.467000', '101809.469000', '101809.472000', '101809.475000', '101809.477000', '101809.480000', '101809.482000', '101809.485000', '101809.487000', '101809.490000', '101809.493000', '101809.495000', '101809.498000', '101809.501000', '101809.503000', '101809.506000', '101809.509000', '101809.511000', '101809.514000', '101809.516000', '101809.519000', '101809.521000', '101809.524000', '101809.527000', '101809.529000', '101809.532000', '101809.534000', '101809.537000', '101809.539000', '101809.542000', '101809.545000', '101809.547000', '101809.550000', '101829.441000', '101829.444000', '101829.446000', '101829.449000', '101829.451000', '101829.454000', '101829.457000', '101829.459000', '101829.462000', '101829.464000', '101829.467000', '101829.470000', '101829.472000', '101829.475000', '101829.477000', '101829.480000', '101829.482000', '101829.485000', '101829.488000', '101829.490000', '101829.493000', '101829.495000', '101829.498000', '101829.501000', '101829.503000', '101829.506000', '101829.508000', '101829.511000', '101829.514000', '101829.516000', '101829.519000', '101829.522000', '101829.524000', '101829.527000', '101829.529000', '101829.532000', '101829.534000', '101829.537000', '101829.540000', '101829.542000', '101829.545000', '101829.548000', '101829.551000', '101829.553000', '101849.441000', '101849.443000', '101849.446000', '101849.449000', '101849.451000', '101849.454000', '101849.457000', '101849.459000', '101849.462000', '101849.478000', '101849.480000', '101849.483000', '101849.485000', '101849.488000', '101849.491000', '101849.493000', '101849.496000', '101849.498000', '101849.501000', '101849.504000', '101849.506000', '101849.509000', '101849.512000', '101849.514000', '101849.517000', '101849.520000', '101849.522000', '101849.525000', '101849.528000', '101849.530000', '101849.533000', '101849.535000', '101849.538000', '101849.541000', '101849.543000', '101849.546000', '101849.549000', '101849.551000', '101849.554000', '101849.557000', '101849.559000', '101849.562000', '101849.565000', '101909.440000', '101909.442000', '101909.445000', '101909.448000', '101909.450000', '101909.453000', '101909.455000', '101909.458000', '101909.461000', '101909.463000', '101909.466000', '101909.469000', '101909.473000', '101909.475000', '101909.478000', '101909.481000', '101909.483000', '101909.486000', '101909.488000', '101909.491000', '101909.494000', '101909.496000', '101909.499000', '101909.501000', '101909.504000', '101909.507000', '101909.509000', '101909.512000', '101909.514000', '101909.517000', '101909.520000', '101909.522000', '101909.525000', '101909.528000', '101909.530000', '101909.533000', '101909.535000', '101909.538000', '101909.541000', '101909.543000', '101909.546000', '101909.548000', '101909.551000', '101929.440000', '101929.442000', '101929.445000', '101929.448000', '101929.450000', '101929.453000', '101929.456000', '101929.458000', '101929.461000', '101929.464000', '101929.466000', '101929.469000', '101929.471000', '101929.474000', '101929.477000', '101929.479000', '101929.482000', '101929.484000', '101929.487000', '101929.490000', '101929.492000', '101929.495000', '101929.497000', '101929.500000', '101929.503000', '101929.505000', '101929.508000', '101929.510000', '101929.513000', '101929.516000', '101929.518000', '101929.521000', '101929.524000', '101929.526000', '101929.529000', '101929.531000', '101929.534000', '101929.537000', '101929.539000', '101929.542000', '101929.545000', '101929.547000', '101929.550000', '101929.552000', '101949.440000', '101949.443000', '101949.446000', '101949.449000', '101949.451000', '101949.454000', '101949.457000', '101949.459000', '101949.462000', '101949.465000', '101949.467000', '101949.470000', '101949.472000', '101949.475000', '101949.477000', '101949.482000', '101949.485000', '101949.487000', '101949.490000', '101949.493000', '101949.495000', '101949.498000', '101949.501000', '101949.503000', '101949.506000', '101949.508000', '101949.511000', '101949.514000', '101949.516000', '101949.519000', '101949.522000', '101949.524000', '101949.527000', '101949.529000', '101949.532000', '101949.535000', '101949.537000', '101949.540000', '101949.543000', '101949.545000', '101949.548000', '101949.551000', '101949.553000', '101949.556000', '102009.441000', '102009.447000', '102009.450000', '102009.453000', '102009.455000', '102009.458000', '102009.461000', '102009.463000', '102009.466000', '102009.468000', '102009.471000', '102009.474000', '102009.476000', '102009.479000', '102009.481000', '102009.484000', '102009.487000', '102009.489000', '102009.492000', '102009.494000', '102009.510000', '102009.513000', '102009.516000', '102009.518000', '102009.521000', '102009.523000', '102009.526000', '102009.529000', '102009.531000', '102009.534000', '102009.536000', '102009.539000', '102009.542000', '102009.544000', '102009.547000', '102009.549000', '102009.552000', '102009.555000', '102009.557000', '102009.560000', '102009.563000', '102009.565000', '102029.441000', '102029.444000', '102029.446000', '102029.449000', '102029.451000', '102029.454000', '102029.457000', '102029.460000', '102029.463000', '102029.465000', '102029.468000', '102029.471000', '102029.473000', '102029.476000', '102029.478000', '102029.481000', '102029.483000', '102029.486000', '102029.489000', '102029.492000', '102029.495000', '102029.498000', '102029.500000', '102029.503000', '102029.505000', '102029.508000', '102029.511000', '102029.513000', '102029.516000', '102029.519000', '102029.521000', '102029.524000', '102029.526000', '102029.529000', '102029.532000', '102029.534000', '102029.537000', '102029.539000', '102029.542000', '102029.545000', '102029.547000', '102029.550000', '102029.552000', '102029.555000', '102049.440000', '102049.443000', '102049.446000', '102049.449000', '102049.451000', '102049.454000', '102049.457000', '102049.459000', '102049.462000', '102049.464000', '102049.467000', '102049.470000', '102049.472000', '102049.475000', '102049.477000', '102049.480000', '102049.482000', '102049.485000', '102049.488000', '102049.490000', '102049.493000', '102049.496000', '102049.498000', '102049.501000', '102049.503000', '102049.506000', '102049.508000', '102049.511000', '102049.514000', '102049.516000', '102049.519000', '102049.521000', '102049.524000', '102049.527000', '102049.529000', '102049.532000', '102049.535000', '102049.537000', '102049.540000', '102049.543000', '102049.545000', '102049.548000', '102049.550000', '102049.553000', '102109.440000', '102109.443000', '102109.446000', '102109.448000', '102109.451000', '102109.454000', '102109.456000', '102109.459000', '102109.462000', '102109.464000', '102109.467000', '102109.469000', '102109.472000', '102109.475000', '102109.477000', '102109.480000', '102109.483000', '102109.485000', '102109.488000', '102109.491000', '102109.493000', '102109.496000', '102109.498000', '102109.501000', '102109.504000', '102109.506000', '102109.509000', '102109.511000', '102109.514000', '102109.517000', '102109.519000', '102109.522000', '102109.525000', '102109.527000', '102109.530000', '102109.532000', '102109.535000', '102109.538000', '102109.540000', '102109.543000', '102109.545000', '102109.548000', '102109.551000', '102109.553000', '102129.440000', '102129.442000', '102129.445000', '102129.448000', '102129.450000', '102129.453000', '102129.456000', '102129.458000', '102129.461000', '102129.463000', '102129.466000', '102129.469000', '102129.471000', '102129.474000', '102129.476000', '102129.479000', '102129.482000', '102129.484000', '102129.487000', '102129.489000', '102129.492000', '102129.495000', '102129.497000', '102129.500000', '102129.502000', '102129.505000', '102129.508000', '102129.510000', '102129.513000', '102129.515000', '102129.518000', '102129.532000', '102129.534000', '102129.537000', '102129.540000', '102129.542000', '102129.545000', '102129.547000', '102129.550000', '102129.553000', '102129.555000', '102129.558000', '102129.560000', '102149.440000', '102149.442000', '102149.445000', '102149.448000', '102149.450000', '102149.453000', '102149.456000', '102149.458000', '102149.461000', '102149.463000', '102149.466000', '102149.468000', '102149.471000', '102149.473000', '102149.476000', '102149.479000', '102149.481000', '102149.484000', '102149.486000', '102149.489000', '102149.492000', '102149.495000', '102149.499000', '102149.501000', '102149.505000', '102149.508000', '102149.510000', '102149.513000', '102149.516000', '102149.518000', '102149.521000', '102149.523000', '102149.526000', '102149.529000', '102149.531000', '102149.534000', '102149.536000', '102149.539000', '102149.541000', '102149.544000', '102149.547000', '102149.549000', '102149.552000', '102209.441000', '102209.444000', '102209.446000', '102209.449000', '102209.451000', '102209.454000', '102209.457000', '102209.459000', '102209.462000', '102209.464000', '102209.467000', '102209.470000', '102209.472000', '102209.475000', '102209.478000', '102209.480000', '102209.483000', '102209.486000', '102209.488000', '102209.491000', '102209.493000', '102209.496000', '102209.499000', '102209.501000', '102209.504000', '102209.507000', '102209.509000', '102209.512000', '102209.515000', '102209.517000', '102209.520000', '102209.523000', '102209.525000', '102209.528000', '102209.531000', '102209.533000', '102209.536000', '102209.538000', '102209.541000', '102209.544000', '102209.546000', '102209.549000', '102209.551000', '102209.554000', '102229.441000', '102229.444000', '102229.446000', '102229.449000', '102229.451000', '102229.454000', '102229.457000', '102229.459000', '102229.462000', '102229.465000', '102229.468000', '102229.471000', '102229.473000', '102229.476000', '102229.479000', '102229.481000', '102229.484000', '102229.487000', '102229.489000', '102229.492000', '102229.494000', '102229.497000', '102229.500000', '102229.502000', '102229.505000', '102229.507000', '102229.510000', '102229.513000', '102229.515000', '102229.518000', '102229.520000', '102229.523000', '102229.526000', '102229.528000', '102229.531000', '102229.534000', '102229.536000', '102229.539000', '102229.541000', '102229.544000', '102229.547000', '102229.549000', '102229.552000', '102249.441000', '102249.443000', '102249.446000', '102249.449000', '102249.451000', '102249.454000', '102249.457000', '102249.459000', '102249.462000', '102249.464000', '102249.467000', '102249.469000', '102249.472000', '102249.475000', '102249.477000', '102249.480000', '102249.483000', '102249.485000', '102249.488000', '102249.491000', '102249.493000', '102249.496000', '102249.498000', '102249.501000', '102249.504000', '102249.506000', '102249.509000', '102249.511000', '102249.535000', '102249.537000', '102249.540000', '102249.542000', '102249.545000', '102249.548000', '102249.550000', '102249.553000', '102249.555000', '102249.558000', '102249.561000', '102249.563000', '102249.566000', '102249.569000', '102249.571000', '102249.574000', '102309.441000', '102309.444000', '102309.446000', '102309.449000', '102309.451000', '102309.454000', '102309.457000', '102309.459000', '102309.462000', '102309.465000', '102309.467000', '102309.470000', '102309.472000', '102309.475000', '102309.478000', '102309.480000', '102309.484000', '102309.487000', '102309.490000', '102309.493000', '102309.495000', '102309.498000', '102309.501000', '102309.503000', '102309.506000', '102309.508000', '102309.511000', '102309.514000', '102309.517000', '102309.519000', '102309.522000', '102309.524000', '102309.527000', '102309.530000', '102309.532000', '102309.535000', '102309.539000', '102309.542000', '102309.545000', '102309.547000', '102309.550000', '102309.553000', '102309.555000', '102329.440000', '102329.443000', '102329.446000', '102329.449000', '102329.451000', '102329.454000', '102329.457000', '102329.459000', '102329.462000', '102329.464000', '102329.467000', '102329.469000', '102329.472000', '102329.475000', '102329.477000', '102329.480000', '102329.482000', '102329.485000', '102329.488000', '102329.490000', '102329.493000', '102329.496000', '102329.498000', '102329.501000', '102329.503000', '102329.506000', '102329.509000', '102329.511000', '102329.514000', '102329.517000', '102329.519000', '102329.522000', '102329.524000', '102329.527000', '102329.530000', '102329.532000', '102329.535000', '102329.537000', '102329.540000', '102329.543000', '102329.545000', '102329.548000', '102329.551000', '102329.554000', '102349.440000', '102349.443000', '102349.445000', '102349.448000', '102349.450000', '102349.453000', '102349.456000', '102349.458000', '102349.461000', '102349.463000', '102349.466000', '102349.469000', '102349.471000', '102349.474000', '102349.476000', '102349.479000', '102349.482000', '102349.484000', '102349.487000', '102349.489000', '102349.492000', '102349.495000', '102349.497000', '102349.500000', '102349.502000', '102349.505000', '102349.508000', '102349.510000', '102349.513000', '102349.515000', '102349.518000', '102349.521000', '102349.523000', '102349.526000', '102349.529000', '102349.531000', '102349.534000', '102349.536000', '102349.539000', '102349.542000', '102349.544000', '102349.547000', '102349.549000', '102409.440000', '102409.443000', '102409.445000', '102409.448000', '102409.450000', '102409.453000', '102409.456000', '102409.458000', '102409.461000', '102409.464000', '102409.466000', '102409.469000', '102409.472000', '102409.474000', '102409.477000', '102409.479000', '102409.482000', '102409.485000', '102409.487000', '102409.490000', '102409.493000', '102409.495000', '102409.498000', '102409.501000', '102409.503000', '102409.532000', '102409.535000', '102409.537000', '102409.540000', '102409.543000', '102409.545000', '102409.548000', '102409.551000', '102409.553000', '102409.556000', '102409.558000', '102409.561000', '102409.564000', '102409.566000', '102409.569000', '102409.572000', '102409.574000', '102409.577000', '102409.579000', '102429.441000', '102429.443000', '102429.446000', '102429.449000', '102429.451000', '102429.454000', '102429.457000', '102429.459000', '102429.462000', '102429.465000', '102429.467000', '102429.470000', '102429.472000', '102429.475000', '102429.478000', '102429.480000', '102429.483000', '102429.485000', '102429.488000', '102429.491000', '102429.493000', '102429.496000', '102429.498000', '102429.501000', '102429.504000', '102429.506000', '102429.509000', '102429.512000', '102429.514000', '102429.517000', '102429.520000', '102429.522000', '102429.525000', '102429.528000', '102429.530000', '102429.533000', '102429.536000', '102429.538000', '102429.541000', '102429.544000', '102429.547000', '102429.549000', '102429.552000', '102449.441000', '102449.443000', '102449.446000', '102449.449000', '102449.451000', '102449.454000', '102449.457000', '102449.459000', '102449.462000', '102449.465000', '102449.467000', '102449.470000', '102449.472000', '102449.475000', '102449.478000', '102449.481000', '102449.483000', '102449.486000', '102449.488000', '102449.491000', '102449.494000', '102449.496000', '102449.499000', '102449.502000', '102449.504000', '102449.507000', '102449.509000', '102449.512000', '102449.515000', '102449.518000', '102449.520000', '102449.523000', '102449.525000', '102449.528000', '102449.531000', '102449.533000', '102449.536000', '102449.539000', '102449.541000', '102449.544000', '102449.546000', '102449.549000', '102449.552000', '102449.554000', '102509.441000', '102509.444000', '102509.446000', '102509.449000', '102509.451000', '102509.454000', '102509.457000', '102509.459000', '102509.462000', '102509.465000', '102509.470000', '102509.473000', '102509.476000', '102509.478000', '102509.481000', '102509.483000', '102509.486000', '102509.489000', '102509.491000', '102509.494000', '102509.496000', '102509.499000', '102509.502000', '102509.504000', '102509.507000', '102509.510000', '102509.512000', '102509.515000', '102509.517000', '102509.520000', '102509.523000', '102509.525000', '102509.528000', '102509.531000', '102509.533000', '102509.536000', '102509.539000', '102509.541000', '102509.544000', '102509.546000', '102509.549000', '102509.551000', '102509.554000', '102529.441000', '102529.444000', '102529.446000', '102529.449000', '102529.451000', '102529.454000', '102529.457000', '102529.468000', '102529.471000', '102529.473000', '102529.476000', '102529.478000', '102529.481000', '102529.483000', '102529.486000', '102529.489000', '102529.491000', '102529.494000', '102529.497000', '102529.499000', '102529.502000', '102529.505000', '102529.507000', '102529.510000', '102529.512000', '102529.515000', '102529.518000', '102529.520000', '102529.523000', '102529.526000', '102529.528000', '102529.531000', '102529.533000', '102529.536000', '102529.539000', '102529.541000', '102529.544000', '102529.547000', '102529.549000', '102529.552000', '102529.554000', '102529.557000', '102529.559000', '102529.562000', '102549.441000', '102549.443000', '102549.446000', '102549.449000', '102549.451000', '102549.454000', '102549.457000', '102549.459000', '102549.462000', '102549.465000', '102549.467000', '102549.470000', '102549.472000', '102549.475000', '102549.477000', '102549.480000', '102549.483000', '102549.485000', '102549.488000', '102549.491000', '102549.493000', '102549.496000', '102549.498000', '102549.501000', '102549.504000', '102549.506000', '102549.509000', '102549.511000', '102549.514000', '102549.517000', '102549.519000', '102549.522000', '102549.525000', '102549.527000', '102549.530000', '102549.532000', '102549.535000', '102549.538000', '102549.540000', '102549.543000', '102549.545000', '102549.548000', '102549.550000', '102609.440000', '102609.442000', '102609.445000', '102609.448000', '102609.450000', '102609.453000', '102609.456000', '102609.458000', '102609.461000', '102609.464000', '102609.466000', '102609.469000', '102609.471000', '102609.474000', '102609.476000', '102609.479000', '102609.482000', '102609.484000', '102609.487000', '102609.490000', '102609.492000', '102609.495000', '102609.497000', '102609.500000', '102609.503000', '102609.505000', '102609.508000', '102609.510000', '102609.513000', '102609.516000', '102609.518000', '102609.521000', '102609.524000', '102609.526000', '102609.529000', '102609.531000', '102609.534000', '102609.537000', '102609.539000', '102609.542000', '102609.545000', '102609.547000', '102609.550000', '102609.552000', '102629.441000', '102629.444000', '102629.446000', '102629.449000', '102629.451000', '102629.454000', '102629.457000', '102629.459000', '102629.462000', '102629.465000', '102629.467000', '102629.470000', '102629.472000', '102629.475000', '102629.478000', '102629.480000', '102629.483000', '102629.486000', '102629.488000', '102629.491000', '102629.494000', '102629.496000', '102629.499000', '102629.501000', '102629.504000', '102629.507000', '102629.509000', '102629.512000', '102629.514000', '102629.517000', '102629.520000', '102629.522000', '102629.553000', '102629.556000', '102629.558000', '102629.561000', '102629.563000', '102629.566000', '102629.569000', '102629.571000', '102629.574000', '102629.576000', '102629.579000', '102649.441000', '102649.444000', '102649.446000', '102649.449000', '102649.452000', '102649.454000', '102649.457000', '102649.459000', '102649.462000', '102649.465000', '102649.467000', '102649.470000', '102649.473000', '102649.475000', '102649.478000', '102649.481000', '102649.483000', '102649.486000', '102649.489000', '102649.491000', '102649.494000', '102649.496000', '102649.499000', '102649.501000', '102649.504000', '102649.507000', '102649.509000', '102649.512000', '102649.514000', '102649.517000', '102649.520000', '102649.522000', '102649.525000', '102649.527000', '102649.530000', '102649.533000', '102649.535000', '102649.538000', '102649.541000', '102649.543000', '102649.546000', '102649.549000', '102649.551000', '102709.441000', '102709.444000', '102709.446000', '102709.449000', '102709.452000', '102709.454000', '102709.457000', '102709.459000', '102709.462000', '102709.465000', '102709.467000', '102709.470000', '102709.473000', '102709.475000', '102709.478000', '102709.480000', '102709.483000', '102709.486000', '102709.488000', '102709.491000', '102709.494000', '102709.496000', '102709.499000', '102709.501000', '102709.504000', '102709.507000', '102709.509000', '102709.512000', '102709.515000', '102709.517000', '102709.520000', '102709.522000', '102709.525000', '102709.528000', '102709.530000', '102709.533000', '102709.535000', '102709.538000', '102709.541000', '102709.543000', '102709.546000', '102709.548000', '102709.551000', '102709.554000', '102729.441000', '102729.443000', '102729.446000', '102729.449000', '102729.451000', '102729.454000', '102729.456000', '102729.459000', '102729.462000', '102729.464000', '102729.467000', '102729.469000', '102729.472000', '102729.475000', '102729.477000', '102729.480000', '102729.483000', '102729.485000', '102729.488000', '102729.490000', '102729.493000', '102729.496000', '102729.498000', '102729.501000', '102729.503000', '102729.506000', '102729.509000', '102729.511000', '102729.514000', '102729.516000', '102729.519000', '102729.522000', '102729.524000', '102729.527000', '102729.529000', '102729.532000', '102729.535000', '102729.537000', '102729.540000', '102729.542000', '102729.545000', '102729.548000', '102729.550000', '102729.553000', '102749.458000', '102749.461000', '102749.464000', '102749.467000', '102749.469000', '102749.472000', '102749.475000', '102749.477000', '102749.480000', '102749.482000', '102749.485000', '102749.488000', '102749.490000', '102749.493000', '102749.496000', '102749.498000', '102749.501000', '102749.503000', '102749.506000', '102749.509000', '102749.511000', '102749.514000', '102749.517000', '102749.519000', '102749.522000', '102749.524000', '102749.527000', '102749.529000', '102749.532000', '102749.535000', '102749.537000', '102749.540000', '102749.543000', '102749.545000', '102749.548000', '102749.550000', '102749.553000', '102749.556000', '102749.558000', '102749.561000', '102749.563000', '102749.566000', '102749.569000', '102809.441000', '102809.443000', '102809.446000', '102809.449000', '102809.451000', '102809.454000', '102809.457000', '102809.460000', '102809.463000', '102809.465000', '102809.468000', '102809.471000', '102809.473000', '102809.476000', '102809.479000', '102809.481000', '102809.484000', '102809.487000', '102809.489000', '102809.492000', '102809.495000', '102809.497000', '102809.500000', '102809.502000', '102809.517000', '102809.519000', '102809.522000', '102809.524000', '102809.527000', '102809.530000', '102809.532000', '102809.535000', '102809.538000', '102809.540000', '102809.543000', '102809.545000', '102809.548000', '102809.551000', '102809.553000', '102809.556000', '102809.558000', '102809.561000', '102809.564000', '102829.440000', '102829.443000', '102829.445000', '102829.448000', '102829.451000', '102829.453000', '102829.456000', '102829.458000', '102829.461000', '102829.464000', '102829.466000', '102829.469000', '102829.471000', '102829.474000', '102829.477000', '102829.479000', '102829.482000', '102829.485000', '102829.487000', '102829.490000', '102829.493000', '102829.495000', '102829.498000', '102829.500000', '102829.503000', '102829.506000', '102829.508000', '102829.511000', '102829.513000', '102829.516000', '102829.519000', '102829.521000', '102829.524000', '102829.526000', '102829.529000', '102829.532000', '102829.534000', '102829.537000', '102829.539000', '102829.542000', '102829.545000', '102829.547000', '102829.550000', '102829.552000', '102841.156000', '102841.159000', '102841.162000', '102841.165000', '102841.167000', '102841.170000', '102841.173000', '102841.176000', '102841.178000', '102841.181000', '102841.184000', '102841.186000', '102841.195000', '102841.198000', '102841.201000', '102841.204000', '102841.206000', '102841.209000', '102841.212000', '102841.214000', '102841.217000', '102841.220000', '102841.223000', '102841.226000', '102841.232000', '102841.235000'], 'InstanceCreationTime': ['101449.512000', '101449.515000', '101449.518000', '101449.521000', '101449.523000', '101449.526000', '101449.528000', '101449.531000', '101449.534000', '101449.536000', '101449.539000', '101449.541000', '101449.544000', '101449.547000', '101449.549000', '101449.552000', '101449.554000', '101449.557000', '101449.560000', '101449.562000', '101449.565000', '101449.567000', '101449.570000', '101449.573000', '101449.575000', '101449.578000', '101449.580000', '101449.583000', '101449.586000', '101449.588000', '101449.591000', '101449.593000', '101449.596000', '101449.599000', '101449.601000', '101449.604000', '101449.606000', '101449.609000', '101449.612000', '101449.614000', '101449.625000', '101449.627000', '101449.630000', '101449.632000', '101449.635000', '101449.638000', '101449.640000', '101449.643000', '101449.645000', '101449.648000', '101509.441000', '101509.443000', '101509.446000', '101509.449000', '101509.451000', '101509.454000', '101509.456000', '101509.459000', '101509.462000', '101509.464000', '101509.467000', '101509.469000', '101509.472000', '101509.474000', '101509.477000', '101509.480000', '101509.482000', '101509.485000', '101509.487000', '101509.490000', '101509.493000', '101509.495000', '101509.502000', '101509.504000', '101509.507000', '101509.510000', '101509.512000', '101509.515000', '101509.517000', '101509.520000', '101509.523000', '101509.525000', '101509.528000', '101509.530000', '101509.533000', '101509.536000', '101509.538000', '101509.541000', '101509.543000', '101509.546000', '101509.549000', '101509.551000', '101509.554000', '101509.556000', '101529.441000', '101529.443000', '101529.446000', '101529.449000', '101529.451000', '101529.454000', '101529.457000', '101529.459000', '101529.462000', '101529.464000', '101529.467000', '101529.469000', '101529.472000', '101529.475000', '101529.477000', '101529.480000', '101529.483000', '101529.485000', '101529.488000', '101529.490000', '101529.493000', '101529.496000', '101529.498000', '101529.501000', '101529.503000', '101529.506000', '101529.509000', '101529.511000', '101529.514000', '101529.516000', '101529.519000', '101529.521000', '101529.541000', '101529.544000', '101529.547000', '101529.549000', '101529.552000', '101529.555000', '101529.557000', '101529.560000', '101529.562000', '101529.565000', '101529.568000', '101549.440000', '101549.443000', '101549.446000', '101549.449000', '101549.451000', '101549.454000', '101549.456000', '101549.459000', '101549.461000', '101549.464000', '101549.467000', '101549.469000', '101549.472000', '101549.474000', '101549.477000', '101549.479000', '101549.482000', '101549.485000', '101549.487000', '101549.490000', '101549.493000', '101549.495000', '101549.498000', '101549.500000', '101549.503000', '101549.505000', '101549.508000', '101549.511000', '101549.525000', '101549.528000', '101549.531000', '101549.533000', '101549.536000', '101549.538000', '101549.541000', '101549.544000', '101549.546000', '101549.549000', '101549.551000', '101549.554000', '101549.556000', '101549.559000', '101549.562000', '101549.564000', '101609.440000', '101609.443000', '101609.446000', '101609.449000', '101609.451000', '101609.454000', '101609.456000', '101609.459000', '101609.462000', '101609.464000', '101609.467000', '101609.469000', '101609.472000', '101609.474000', '101609.477000', '101609.480000', '101609.482000', '101609.485000', '101609.488000', '101609.490000', '101609.493000', '101609.495000', '101609.498000', '101609.501000', '101609.503000', '101609.506000', '101609.508000', '101609.511000', '101609.514000', '101609.516000', '101609.519000', '101609.522000', '101609.524000', '101609.527000', '101609.530000', '101609.532000', '101609.535000', '101609.538000', '101609.540000', '101609.543000', '101609.545000', '101609.548000', '101609.551000', '101629.441000', '101629.443000', '101629.446000', '101629.449000', '101629.452000', '101629.454000', '101629.457000', '101629.459000', '101629.462000', '101629.465000', '101629.467000', '101629.470000', '101629.472000', '101629.475000', '101629.477000', '101629.480000', '101629.483000', '101629.485000', '101629.488000', '101629.491000', '101629.493000', '101629.496000', '101629.498000', '101629.501000', '101629.503000', '101629.506000', '101629.509000', '101629.511000', '101629.514000', '101629.516000', '101629.521000', '101629.523000', '101629.526000', '101629.529000', '101629.531000', '101629.534000', '101629.536000', '101629.539000', '101629.542000', '101629.544000', '101629.547000', '101629.549000', '101629.552000', '101629.555000', '101649.440000', '101649.443000', '101649.446000', '101649.448000', '101649.451000', '101649.454000', '101649.456000', '101649.459000', '101649.461000', '101649.464000', '101649.467000', '101649.469000', '101649.472000', '101649.475000', '101649.477000', '101649.480000', '101649.482000', '101649.485000', '101649.488000', '101649.490000', '101649.493000', '101649.496000', '101649.498000', '101649.501000', '101649.503000', '101649.506000', '101649.509000', '101649.511000', '101649.514000', '101649.516000', '101649.519000', '101649.522000', '101649.524000', '101649.527000', '101649.529000', '101649.532000', '101649.535000', '101649.537000', '101649.540000', '101649.542000', '101649.545000', '101649.548000', '101649.551000', '101709.440000', '101709.442000', '101709.445000', '101709.448000', '101709.450000', '101709.453000', '101709.456000', '101709.458000', '101709.461000', '101709.463000', '101709.466000', '101709.469000', '101709.471000', '101709.474000', '101709.477000', '101709.479000', '101709.482000', '101709.484000', '101709.487000', '101709.490000', '101709.492000', '101709.495000', '101709.498000', '101709.500000', '101709.503000', '101709.505000', '101709.508000', '101709.511000', '101709.526000', '101709.528000', '101709.531000', '101709.534000', '101709.536000', '101709.550000', '101709.553000', '101709.555000', '101709.558000', '101709.560000', '101709.563000', '101709.566000', '101709.568000', '101709.571000', '101709.574000', '101709.576000', '101729.441000', '101729.443000', '101729.446000', '101729.449000', '101729.451000', '101729.454000', '101729.457000', '101729.459000', '101729.462000', '101729.464000', '101729.467000', '101729.470000', '101729.472000', '101729.475000', '101729.477000', '101729.480000', '101729.483000', '101729.485000', '101729.488000', '101729.491000', '101729.493000', '101729.496000', '101729.498000', '101729.501000', '101729.503000', '101729.506000', '101729.509000', '101729.511000', '101729.514000', '101729.517000', '101729.519000', '101729.522000', '101729.524000', '101729.527000', '101729.530000', '101729.532000', '101729.535000', '101729.537000', '101729.540000', '101729.543000', '101729.545000', '101729.548000', '101729.550000', '101749.441000', '101749.443000', '101749.446000', '101749.449000', '101749.451000', '101749.454000', '101749.457000', '101749.459000', '101749.462000', '101749.465000', '101749.475000', '101749.478000', '101749.481000', '101749.483000', '101749.486000', '101749.488000', '101749.491000', '101749.494000', '101749.496000', '101749.499000', '101749.501000', '101749.504000', '101749.507000', '101749.509000', '101749.512000', '101749.515000', '101749.517000', '101749.520000', '101749.523000', '101749.525000', '101749.528000', '101749.531000', '101749.533000', '101749.536000', '101749.538000', '101749.541000', '101749.543000', '101749.546000', '101749.549000', '101749.551000', '101749.554000', '101749.556000', '101749.559000', '101749.562000', '101809.440000', '101809.443000', '101809.446000', '101809.449000', '101809.451000', '101809.454000', '101809.456000', '101809.459000', '101809.462000', '101809.464000', '101809.467000', '101809.469000', '101809.472000', '101809.475000', '101809.477000', '101809.480000', '101809.482000', '101809.485000', '101809.487000', '101809.490000', '101809.493000', '101809.495000', '101809.498000', '101809.501000', '101809.503000', '101809.506000', '101809.509000', '101809.511000', '101809.514000', '101809.516000', '101809.519000', '101809.521000', '101809.524000', '101809.527000', '101809.529000', '101809.532000', '101809.534000', '101809.537000', '101809.539000', '101809.542000', '101809.545000', '101809.547000', '101809.550000', '101829.441000', '101829.444000', '101829.446000', '101829.449000', '101829.451000', '101829.454000', '101829.457000', '101829.459000', '101829.462000', '101829.464000', '101829.467000', '101829.470000', '101829.472000', '101829.475000', '101829.477000', '101829.480000', '101829.482000', '101829.485000', '101829.488000', '101829.490000', '101829.493000', '101829.495000', '101829.498000', '101829.501000', '101829.503000', '101829.506000', '101829.508000', '101829.511000', '101829.514000', '101829.516000', '101829.519000', '101829.522000', '101829.524000', '101829.527000', '101829.529000', '101829.532000', '101829.534000', '101829.537000', '101829.540000', '101829.542000', '101829.545000', '101829.548000', '101829.551000', '101829.553000', '101849.441000', '101849.443000', '101849.446000', '101849.449000', '101849.451000', '101849.454000', '101849.457000', '101849.459000', '101849.462000', '101849.478000', '101849.480000', '101849.483000', '101849.485000', '101849.488000', '101849.491000', '101849.493000', '101849.496000', '101849.498000', '101849.501000', '101849.504000', '101849.506000', '101849.509000', '101849.512000', '101849.514000', '101849.517000', '101849.520000', '101849.522000', '101849.525000', '101849.528000', '101849.530000', '101849.533000', '101849.535000', '101849.538000', '101849.541000', '101849.543000', '101849.546000', '101849.549000', '101849.551000', '101849.554000', '101849.557000', '101849.559000', '101849.562000', '101849.565000', '101909.440000', '101909.442000', '101909.445000', '101909.448000', '101909.450000', '101909.453000', '101909.455000', '101909.458000', '101909.461000', '101909.463000', '101909.466000', '101909.469000', '101909.473000', '101909.475000', '101909.478000', '101909.481000', '101909.483000', '101909.486000', '101909.488000', '101909.491000', '101909.494000', '101909.496000', '101909.499000', '101909.501000', '101909.504000', '101909.507000', '101909.509000', '101909.512000', '101909.514000', '101909.517000', '101909.520000', '101909.522000', '101909.525000', '101909.528000', '101909.530000', '101909.533000', '101909.535000', '101909.538000', '101909.541000', '101909.543000', '101909.546000', '101909.548000', '101909.551000', '101929.440000', '101929.442000', '101929.445000', '101929.448000', '101929.450000', '101929.453000', '101929.456000', '101929.458000', '101929.461000', '101929.464000', '101929.466000', '101929.469000', '101929.471000', '101929.474000', '101929.477000', '101929.479000', '101929.482000', '101929.484000', '101929.487000', '101929.490000', '101929.492000', '101929.495000', '101929.497000', '101929.500000', '101929.503000', '101929.505000', '101929.508000', '101929.510000', '101929.513000', '101929.516000', '101929.518000', '101929.521000', '101929.524000', '101929.526000', '101929.529000', '101929.531000', '101929.534000', '101929.537000', '101929.539000', '101929.542000', '101929.545000', '101929.547000', '101929.550000', '101929.552000', '101949.440000', '101949.443000', '101949.446000', '101949.449000', '101949.451000', '101949.454000', '101949.457000', '101949.459000', '101949.462000', '101949.465000', '101949.467000', '101949.470000', '101949.472000', '101949.475000', '101949.477000', '101949.482000', '101949.485000', '101949.487000', '101949.490000', '101949.493000', '101949.495000', '101949.498000', '101949.501000', '101949.503000', '101949.506000', '101949.508000', '101949.511000', '101949.514000', '101949.516000', '101949.519000', '101949.522000', '101949.524000', '101949.527000', '101949.529000', '101949.532000', '101949.535000', '101949.537000', '101949.540000', '101949.543000', '101949.545000', '101949.548000', '101949.551000', '101949.553000', '101949.556000', '102009.441000', '102009.447000', '102009.450000', '102009.453000', '102009.455000', '102009.458000', '102009.461000', '102009.463000', '102009.466000', '102009.468000', '102009.471000', '102009.474000', '102009.476000', '102009.479000', '102009.481000', '102009.484000', '102009.487000', '102009.489000', '102009.492000', '102009.494000', '102009.510000', '102009.513000', '102009.516000', '102009.518000', '102009.521000', '102009.523000', '102009.526000', '102009.529000', '102009.531000', '102009.534000', '102009.536000', '102009.539000', '102009.542000', '102009.544000', '102009.547000', '102009.549000', '102009.552000', '102009.555000', '102009.557000', '102009.560000', '102009.563000', '102009.565000', '102029.441000', '102029.444000', '102029.446000', '102029.449000', '102029.451000', '102029.454000', '102029.457000', '102029.460000', '102029.463000', '102029.465000', '102029.468000', '102029.471000', '102029.473000', '102029.476000', '102029.478000', '102029.481000', '102029.483000', '102029.486000', '102029.489000', '102029.492000', '102029.495000', '102029.498000', '102029.500000', '102029.503000', '102029.505000', '102029.508000', '102029.511000', '102029.513000', '102029.516000', '102029.519000', '102029.521000', '102029.524000', '102029.526000', '102029.529000', '102029.532000', '102029.534000', '102029.537000', '102029.539000', '102029.542000', '102029.545000', '102029.547000', '102029.550000', '102029.552000', '102029.555000', '102049.440000', '102049.443000', '102049.446000', '102049.449000', '102049.451000', '102049.454000', '102049.457000', '102049.459000', '102049.462000', '102049.464000', '102049.467000', '102049.470000', '102049.472000', '102049.475000', '102049.477000', '102049.480000', '102049.482000', '102049.485000', '102049.488000', '102049.490000', '102049.493000', '102049.496000', '102049.498000', '102049.501000', '102049.503000', '102049.506000', '102049.508000', '102049.511000', '102049.514000', '102049.516000', '102049.519000', '102049.521000', '102049.524000', '102049.527000', '102049.529000', '102049.532000', '102049.535000', '102049.537000', '102049.540000', '102049.543000', '102049.545000', '102049.548000', '102049.550000', '102049.553000', '102109.440000', '102109.443000', '102109.446000', '102109.448000', '102109.451000', '102109.454000', '102109.456000', '102109.459000', '102109.462000', '102109.464000', '102109.467000', '102109.469000', '102109.472000', '102109.475000', '102109.477000', '102109.480000', '102109.483000', '102109.485000', '102109.488000', '102109.491000', '102109.493000', '102109.496000', '102109.498000', '102109.501000', '102109.504000', '102109.506000', '102109.509000', '102109.511000', '102109.514000', '102109.517000', '102109.519000', '102109.522000', '102109.525000', '102109.527000', '102109.530000', '102109.532000', '102109.535000', '102109.538000', '102109.540000', '102109.543000', '102109.545000', '102109.548000', '102109.551000', '102109.553000', '102129.440000', '102129.442000', '102129.445000', '102129.448000', '102129.450000', '102129.453000', '102129.456000', '102129.458000', '102129.461000', '102129.463000', '102129.466000', '102129.469000', '102129.471000', '102129.474000', '102129.476000', '102129.479000', '102129.482000', '102129.484000', '102129.487000', '102129.489000', '102129.492000', '102129.495000', '102129.497000', '102129.500000', '102129.502000', '102129.505000', '102129.508000', '102129.510000', '102129.513000', '102129.515000', '102129.518000', '102129.532000', '102129.534000', '102129.537000', '102129.540000', '102129.542000', '102129.545000', '102129.547000', '102129.550000', '102129.553000', '102129.555000', '102129.558000', '102129.560000', '102149.440000', '102149.442000', '102149.445000', '102149.448000', '102149.450000', '102149.453000', '102149.456000', '102149.458000', '102149.461000', '102149.463000', '102149.466000', '102149.468000', '102149.471000', '102149.473000', '102149.476000', '102149.479000', '102149.481000', '102149.484000', '102149.486000', '102149.489000', '102149.492000', '102149.495000', '102149.499000', '102149.501000', '102149.505000', '102149.508000', '102149.510000', '102149.513000', '102149.516000', '102149.518000', '102149.521000', '102149.523000', '102149.526000', '102149.529000', '102149.531000', '102149.534000', '102149.536000', '102149.539000', '102149.541000', '102149.544000', '102149.547000', '102149.549000', '102149.552000', '102209.441000', '102209.444000', '102209.446000', '102209.449000', '102209.451000', '102209.454000', '102209.457000', '102209.459000', '102209.462000', '102209.464000', '102209.467000', '102209.470000', '102209.472000', '102209.475000', '102209.478000', '102209.480000', '102209.483000', '102209.486000', '102209.488000', '102209.491000', '102209.493000', '102209.496000', '102209.499000', '102209.501000', '102209.504000', '102209.507000', '102209.509000', '102209.512000', '102209.515000', '102209.517000', '102209.520000', '102209.523000', '102209.525000', '102209.528000', '102209.531000', '102209.533000', '102209.536000', '102209.538000', '102209.541000', '102209.544000', '102209.546000', '102209.549000', '102209.551000', '102209.554000', '102229.441000', '102229.444000', '102229.446000', '102229.449000', '102229.451000', '102229.454000', '102229.457000', '102229.459000', '102229.462000', '102229.465000', '102229.468000', '102229.471000', '102229.473000', '102229.476000', '102229.479000', '102229.481000', '102229.484000', '102229.487000', '102229.489000', '102229.492000', '102229.494000', '102229.497000', '102229.500000', '102229.502000', '102229.505000', '102229.507000', '102229.510000', '102229.513000', '102229.515000', '102229.518000', '102229.520000', '102229.523000', '102229.526000', '102229.528000', '102229.531000', '102229.534000', '102229.536000', '102229.539000', '102229.541000', '102229.544000', '102229.547000', '102229.549000', '102229.552000', '102249.441000', '102249.443000', '102249.446000', '102249.449000', '102249.451000', '102249.454000', '102249.457000', '102249.459000', '102249.462000', '102249.464000', '102249.467000', '102249.469000', '102249.472000', '102249.475000', '102249.477000', '102249.480000', '102249.483000', '102249.485000', '102249.488000', '102249.491000', '102249.493000', '102249.496000', '102249.498000', '102249.501000', '102249.504000', '102249.506000', '102249.509000', '102249.511000', '102249.535000', '102249.537000', '102249.540000', '102249.542000', '102249.545000', '102249.548000', '102249.550000', '102249.553000', '102249.555000', '102249.558000', '102249.561000', '102249.563000', '102249.566000', '102249.569000', '102249.571000', '102249.574000', '102309.441000', '102309.444000', '102309.446000', '102309.449000', '102309.451000', '102309.454000', '102309.457000', '102309.459000', '102309.462000', '102309.465000', '102309.467000', '102309.470000', '102309.472000', '102309.475000', '102309.478000', '102309.480000', '102309.484000', '102309.487000', '102309.490000', '102309.493000', '102309.495000', '102309.498000', '102309.501000', '102309.503000', '102309.506000', '102309.508000', '102309.511000', '102309.514000', '102309.517000', '102309.519000', '102309.522000', '102309.524000', '102309.527000', '102309.530000', '102309.532000', '102309.535000', '102309.539000', '102309.542000', '102309.545000', '102309.547000', '102309.550000', '102309.553000', '102309.555000', '102329.440000', '102329.443000', '102329.446000', '102329.449000', '102329.451000', '102329.454000', '102329.457000', '102329.459000', '102329.462000', '102329.464000', '102329.467000', '102329.469000', '102329.472000', '102329.475000', '102329.477000', '102329.480000', '102329.482000', '102329.485000', '102329.488000', '102329.490000', '102329.493000', '102329.496000', '102329.498000', '102329.501000', '102329.503000', '102329.506000', '102329.509000', '102329.511000', '102329.514000', '102329.517000', '102329.519000', '102329.522000', '102329.524000', '102329.527000', '102329.530000', '102329.532000', '102329.535000', '102329.537000', '102329.540000', '102329.543000', '102329.545000', '102329.548000', '102329.551000', '102329.554000', '102349.440000', '102349.443000', '102349.445000', '102349.448000', '102349.450000', '102349.453000', '102349.456000', '102349.458000', '102349.461000', '102349.463000', '102349.466000', '102349.469000', '102349.471000', '102349.474000', '102349.476000', '102349.479000', '102349.482000', '102349.484000', '102349.487000', '102349.489000', '102349.492000', '102349.495000', '102349.497000', '102349.500000', '102349.502000', '102349.505000', '102349.508000', '102349.510000', '102349.513000', '102349.515000', '102349.518000', '102349.521000', '102349.523000', '102349.526000', '102349.529000', '102349.531000', '102349.534000', '102349.536000', '102349.539000', '102349.542000', '102349.544000', '102349.547000', '102349.549000', '102409.440000', '102409.443000', '102409.445000', '102409.448000', '102409.450000', '102409.453000', '102409.456000', '102409.458000', '102409.461000', '102409.464000', '102409.466000', '102409.469000', '102409.472000', '102409.474000', '102409.477000', '102409.479000', '102409.482000', '102409.485000', '102409.487000', '102409.490000', '102409.493000', '102409.495000', '102409.498000', '102409.501000', '102409.503000', '102409.532000', '102409.535000', '102409.537000', '102409.540000', '102409.543000', '102409.545000', '102409.548000', '102409.551000', '102409.553000', '102409.556000', '102409.558000', '102409.561000', '102409.564000', '102409.566000', '102409.569000', '102409.572000', '102409.574000', '102409.577000', '102409.579000', '102429.441000', '102429.443000', '102429.446000', '102429.449000', '102429.451000', '102429.454000', '102429.457000', '102429.459000', '102429.462000', '102429.465000', '102429.467000', '102429.470000', '102429.472000', '102429.475000', '102429.478000', '102429.480000', '102429.483000', '102429.485000', '102429.488000', '102429.491000', '102429.493000', '102429.496000', '102429.498000', '102429.501000', '102429.504000', '102429.506000', '102429.509000', '102429.512000', '102429.514000', '102429.517000', '102429.520000', '102429.522000', '102429.525000', '102429.528000', '102429.530000', '102429.533000', '102429.536000', '102429.538000', '102429.541000', '102429.544000', '102429.547000', '102429.549000', '102429.552000', '102449.441000', '102449.443000', '102449.446000', '102449.449000', '102449.451000', '102449.454000', '102449.457000', '102449.459000', '102449.462000', '102449.465000', '102449.467000', '102449.470000', '102449.472000', '102449.475000', '102449.478000', '102449.481000', '102449.483000', '102449.486000', '102449.488000', '102449.491000', '102449.494000', '102449.496000', '102449.499000', '102449.502000', '102449.504000', '102449.507000', '102449.509000', '102449.512000', '102449.515000', '102449.518000', '102449.520000', '102449.523000', '102449.525000', '102449.528000', '102449.531000', '102449.533000', '102449.536000', '102449.539000', '102449.541000', '102449.544000', '102449.546000', '102449.549000', '102449.552000', '102449.554000', '102509.441000', '102509.444000', '102509.446000', '102509.449000', '102509.451000', '102509.454000', '102509.457000', '102509.459000', '102509.462000', '102509.465000', '102509.470000', '102509.473000', '102509.476000', '102509.478000', '102509.481000', '102509.483000', '102509.486000', '102509.489000', '102509.491000', '102509.494000', '102509.496000', '102509.499000', '102509.502000', '102509.504000', '102509.507000', '102509.510000', '102509.512000', '102509.515000', '102509.517000', '102509.520000', '102509.523000', '102509.525000', '102509.528000', '102509.531000', '102509.533000', '102509.536000', '102509.539000', '102509.541000', '102509.544000', '102509.546000', '102509.549000', '102509.551000', '102509.554000', '102529.441000', '102529.444000', '102529.446000', '102529.449000', '102529.451000', '102529.454000', '102529.457000', '102529.468000', '102529.471000', '102529.473000', '102529.476000', '102529.478000', '102529.481000', '102529.483000', '102529.486000', '102529.489000', '102529.491000', '102529.494000', '102529.497000', '102529.499000', '102529.502000', '102529.505000', '102529.507000', '102529.510000', '102529.512000', '102529.515000', '102529.518000', '102529.520000', '102529.523000', '102529.526000', '102529.528000', '102529.531000', '102529.533000', '102529.536000', '102529.539000', '102529.541000', '102529.544000', '102529.547000', '102529.549000', '102529.552000', '102529.554000', '102529.557000', '102529.559000', '102529.562000', '102549.441000', '102549.443000', '102549.446000', '102549.449000', '102549.451000', '102549.454000', '102549.457000', '102549.459000', '102549.462000', '102549.465000', '102549.467000', '102549.470000', '102549.472000', '102549.475000', '102549.477000', '102549.480000', '102549.483000', '102549.485000', '102549.488000', '102549.491000', '102549.493000', '102549.496000', '102549.498000', '102549.501000', '102549.504000', '102549.506000', '102549.509000', '102549.511000', '102549.514000', '102549.517000', '102549.519000', '102549.522000', '102549.525000', '102549.527000', '102549.530000', '102549.532000', '102549.535000', '102549.538000', '102549.540000', '102549.543000', '102549.545000', '102549.548000', '102549.550000', '102609.440000', '102609.442000', '102609.445000', '102609.448000', '102609.450000', '102609.453000', '102609.456000', '102609.458000', '102609.461000', '102609.464000', '102609.466000', '102609.469000', '102609.471000', '102609.474000', '102609.476000', '102609.479000', '102609.482000', '102609.484000', '102609.487000', '102609.490000', '102609.492000', '102609.495000', '102609.497000', '102609.500000', '102609.503000', '102609.505000', '102609.508000', '102609.510000', '102609.513000', '102609.516000', '102609.518000', '102609.521000', '102609.524000', '102609.526000', '102609.529000', '102609.531000', '102609.534000', '102609.537000', '102609.539000', '102609.542000', '102609.545000', '102609.547000', '102609.550000', '102609.552000', '102629.441000', '102629.444000', '102629.446000', '102629.449000', '102629.451000', '102629.454000', '102629.457000', '102629.459000', '102629.462000', '102629.465000', '102629.467000', '102629.470000', '102629.472000', '102629.475000', '102629.478000', '102629.480000', '102629.483000', '102629.486000', '102629.488000', '102629.491000', '102629.494000', '102629.496000', '102629.499000', '102629.501000', '102629.504000', '102629.507000', '102629.509000', '102629.512000', '102629.514000', '102629.517000', '102629.520000', '102629.522000', '102629.553000', '102629.556000', '102629.558000', '102629.561000', '102629.563000', '102629.566000', '102629.569000', '102629.571000', '102629.574000', '102629.576000', '102629.579000', '102649.441000', '102649.444000', '102649.446000', '102649.449000', '102649.452000', '102649.454000', '102649.457000', '102649.459000', '102649.462000', '102649.465000', '102649.467000', '102649.470000', '102649.473000', '102649.475000', '102649.478000', '102649.481000', '102649.483000', '102649.486000', '102649.489000', '102649.491000', '102649.494000', '102649.496000', '102649.499000', '102649.501000', '102649.504000', '102649.507000', '102649.509000', '102649.512000', '102649.514000', '102649.517000', '102649.520000', '102649.522000', '102649.525000', '102649.527000', '102649.530000', '102649.533000', '102649.535000', '102649.538000', '102649.541000', '102649.543000', '102649.546000', '102649.549000', '102649.551000', '102709.441000', '102709.444000', '102709.446000', '102709.449000', '102709.452000', '102709.454000', '102709.457000', '102709.459000', '102709.462000', '102709.465000', '102709.467000', '102709.470000', '102709.473000', '102709.475000', '102709.478000', '102709.480000', '102709.483000', '102709.486000', '102709.488000', '102709.491000', '102709.494000', '102709.496000', '102709.499000', '102709.501000', '102709.504000', '102709.507000', '102709.509000', '102709.512000', '102709.515000', '102709.517000', '102709.520000', '102709.522000', '102709.525000', '102709.528000', '102709.530000', '102709.533000', '102709.535000', '102709.538000', '102709.541000', '102709.543000', '102709.546000', '102709.548000', '102709.551000', '102709.554000', '102729.441000', '102729.443000', '102729.446000', '102729.449000', '102729.451000', '102729.454000', '102729.456000', '102729.459000', '102729.462000', '102729.464000', '102729.467000', '102729.469000', '102729.472000', '102729.475000', '102729.477000', '102729.480000', '102729.483000', '102729.485000', '102729.488000', '102729.490000', '102729.493000', '102729.496000', '102729.498000', '102729.501000', '102729.503000', '102729.506000', '102729.509000', '102729.511000', '102729.514000', '102729.516000', '102729.519000', '102729.522000', '102729.524000', '102729.527000', '102729.529000', '102729.532000', '102729.535000', '102729.537000', '102729.540000', '102729.542000', '102729.545000', '102729.548000', '102729.550000', '102729.553000', '102749.458000', '102749.461000', '102749.464000', '102749.467000', '102749.469000', '102749.472000', '102749.475000', '102749.477000', '102749.480000', '102749.482000', '102749.485000', '102749.488000', '102749.490000', '102749.493000', '102749.496000', '102749.498000', '102749.501000', '102749.503000', '102749.506000', '102749.509000', '102749.511000', '102749.514000', '102749.517000', '102749.519000', '102749.522000', '102749.524000', '102749.527000', '102749.529000', '102749.532000', '102749.535000', '102749.537000', '102749.540000', '102749.543000', '102749.545000', '102749.548000', '102749.550000', '102749.553000', '102749.556000', '102749.558000', '102749.561000', '102749.563000', '102749.566000', '102749.569000', '102809.441000', '102809.443000', '102809.446000', '102809.449000', '102809.451000', '102809.454000', '102809.457000', '102809.460000', '102809.463000', '102809.465000', '102809.468000', '102809.471000', '102809.473000', '102809.476000', '102809.479000', '102809.481000', '102809.484000', '102809.487000', '102809.489000', '102809.492000', '102809.495000', '102809.497000', '102809.500000', '102809.502000', '102809.517000', '102809.519000', '102809.522000', '102809.524000', '102809.527000', '102809.530000', '102809.532000', '102809.535000', '102809.538000', '102809.540000', '102809.543000', '102809.545000', '102809.548000', '102809.551000', '102809.553000', '102809.556000', '102809.558000', '102809.561000', '102809.564000', '102829.440000', '102829.443000', '102829.445000', '102829.448000', '102829.451000', '102829.453000', '102829.456000', '102829.458000', '102829.461000', '102829.464000', '102829.466000', '102829.469000', '102829.471000', '102829.474000', '102829.477000', '102829.479000', '102829.482000', '102829.485000', '102829.487000', '102829.490000', '102829.493000', '102829.495000', '102829.498000', '102829.500000', '102829.503000', '102829.506000', '102829.508000', '102829.511000', '102829.513000', '102829.516000', '102829.519000', '102829.521000', '102829.524000', '102829.526000', '102829.529000', '102829.532000', '102829.534000', '102829.537000', '102829.539000', '102829.542000', '102829.545000', '102829.547000', '102829.550000', '102829.552000', '102841.156000', '102841.159000', '102841.162000', '102841.165000', '102841.167000', '102841.170000', '102841.173000', '102841.176000', '102841.178000', '102841.181000', '102841.184000', '102841.186000', '102841.195000', '102841.198000', '102841.201000', '102841.204000', '102841.206000', '102841.209000', '102841.212000', '102841.214000', '102841.217000', '102841.220000', '102841.223000', '102841.226000', '102841.232000', '102841.235000'], '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': [7364, 9424, 8372, 10295, 7849, 10251, 8600, 7517, 7508, 7052, 9723, 7409, 9587, 7017, 9946, 7253, 9863, 7308, 8632, 7158, 8321, 7168, 7996, 8976, 7448, 9884, 8723, 8919, 7183, 9016, 7344, 9549, 7177, 9436, 7608, 9780, 7575, 7648, 7825, 7426, 7820, 7126, 8369, 7200, 9222, 7419, 9402, 9632, 7360, 11229, 7451, 10695, 8254, 9894, 7130, 10092, 7473, 9581, 7315, 9665, 7171, 10724, 7341, 10006, 7062, 8756, 6931, 8525, 7311, 8616, 7331, 8714, 7354, 8403, 7251, 8645, 7351, 8191, 7924, 7908, 7248, 8241, 7315, 7667, 7600, 7115, 7235, 8635, 7030, 9462, 7668, 8012, 8232, 7847, 10543, 7309, 9853, 7301, 10112, 6987, 9829, 7212, 9290, 7311, 8525, 7683, 8405, 7553, 8789, 7814, 9499, 10140, 8952, 8475, 8186, 8534, 12492, 7377, 11332, 7401, 10653, 7757, 9854, 7217, 8502, 6997, 8042, 7312, 7744, 7679, 7751, 8129, 7769, 8313, 7801, 8768, 7991, 9197, 7825, 9421, 7579, 9584, 8020, 10668, 7707, 9359, 7726, 8829, 7445, 9536, 7420, 9265, 7409, 9377, 7295, 9174, 7186, 9104, 6842, 8957, 6946, 9007, 7131, 9041, 7013, 8900, 7303, 8928, 7117, 8886, 7054, 8609, 7041, 8585, 7227, 8909, 7282, 8978, 7391, 8786, 8040, 9302, 8682, 8961, 7704, 6975, 8818, 7106, 8921, 6926, 8874, 7253, 8596, 7189, 8550, 7057, 8862, 7009, 7877, 7174, 6995, 8030, 7024, 8196, 8167, 7625, 8829, 7539, 7757, 7801, 8175, 7471, 8501, 7325, 7472, 8064, 6973, 8015, 7321, 7964, 6951, 8213, 7075, 8590, 7171, 8842, 7264, 9092, 6884, 8991, 7133, 8504, 7087, 10138, 7118, 7834, 7296, 7034, 8613, 7089, 8635, 7209, 8815, 7113, 8963, 6965, 8469, 7186, 8910, 7149, 8989, 6992, 9082, 7370, 9745, 9005, 10385, 7648, 7146, 8450, 6925, 8801, 9648, 7764, 11748, 7353, 9927, 7101, 9302, 7147, 9363, 7198, 8437, 7063, 6924, 7546, 7255, 8430, 7134, 7526, 7690, 7117, 7618, 7053, 8301, 7627, 9971, 7487, 10840, 8132, 12224, 7409, 10744, 7576, 10316, 7906, 10502, 7614, 10260, 9646, 9330, 7667, 7241, 8773, 7119, 8858, 7265, 7949, 9330, 7709, 9694, 7431, 10375, 7901, 8967, 7744, 9105, 7574, 9313, 7877, 9976, 8449, 8954, 7482, 7237, 8126, 7468, 8361, 7299, 7937, 8156, 7382, 6963, 7320, 7161, 8819, 7608, 9103, 7668, 9273, 7900, 8839, 7939, 10865, 8257, 9876, 8072, 7122, 7432, 7306, 9359, 7541, 9570, 8119, 10504, 7983, 9192, 7656, 7177, 7224, 7330, 9405, 7298, 9309, 7394, 9270, 7094, 8142, 6762, 8209, 7553, 8619, 7006, 7304, 7307, 9122, 8160, 8954, 8373, 6993, 9875, 7305, 9531, 7300, 9540, 7206, 9435, 7059, 8793, 7255, 9786, 7350, 9214, 7681, 10830, 8804, 10566, 8726, 9090, 8164, 9078, 7982, 9582, 8130, 10211, 8115, 9121, 7956, 7739, 7914, 7028, 9387, 7226, 9343, 7329, 9168, 7292, 8701, 7247, 8793, 7217, 9608, 7417, 8354, 7479, 9065, 7149, 7630, 8003, 8539, 7843, 10777, 7495, 9782, 7458, 9779, 7391, 9055, 7620, 9267, 6784, 7044, 9419, 7283, 9031, 7277, 9431, 7423, 10059, 7242, 10129, 7156, 10367, 7266, 9803, 7334, 10284, 7320, 9971, 7578, 9425, 7173, 10042, 7604, 10091, 7230, 10527, 7212, 9910, 7223, 8622, 7848, 7773, 9843, 7479, 9822, 7632, 9722, 7314, 9752, 7288, 9249, 7263, 8813, 7416, 10160, 7272, 8524, 7504, 8711, 7431, 9172, 7127, 9572, 7286, 9968, 7549, 8756, 7425, 9225, 7418, 8794, 7293, 9081, 7508, 9437, 7392, 10287, 7307, 9201, 7397, 9559, 7405, 7927, 8030, 10073, 7688, 10981, 8188, 9014, 7582, 9139, 7246, 9677, 8143, 9864, 8268, 7061, 8329, 7035, 9427, 7375, 8804, 10726, 7485, 10905, 7470, 10497, 7192, 9726, 7610, 10258, 7395, 10061, 7128, 9440, 7321, 9026, 7416, 7942, 9028, 7762, 9146, 7672, 9218, 7733, 9740, 7492, 9696, 7802, 9601, 7645, 9914, 7558, 9259, 7691, 9650, 7447, 9462, 7572, 7886, 7236, 7626, 7511, 8901, 7551, 8421, 7411, 8243, 8815, 7519, 9067, 7777, 9019, 7398, 9068, 7606, 9037, 7301, 9107, 7410, 8030, 7791, 7789, 8488, 7640, 9418, 7546, 9315, 7450, 9239, 7449, 9230, 7593, 8792, 7585, 8276, 7682, 8826, 7247, 8741, 7574, 7823, 7092, 7609, 6927, 7739, 7570, 7748, 7684, 7984, 7257, 7438, 7376, 8540, 7315, 8435, 7398, 8493, 7563, 10168, 7230, 10609, 7829, 7186, 8018, 7309, 8646, 7051, 8649, 10479, 7475, 9979, 7842, 12208, 7191, 11319, 7206, 10132, 7465, 9373, 7246, 9446, 7223, 10076, 6990, 9020, 7350, 9498, 7944, 7427, 7462, 7286, 8366, 10341, 7260, 9605, 7344, 8543, 7197, 7562, 7113, 7480, 8220, 7363, 9030, 7475, 9211, 7048, 8972, 7234, 9332, 7302, 9367, 7236, 8721, 7574, 8553, 7474, 8545, 7165, 9426, 7159, 9662, 7255, 8814, 7164, 8568, 7393, 9310, 7280, 8813, 7405, 8410, 7266, 8375, 7203, 8996, 7196, 7728, 7264, 10326, 9299, 9044, 10579, 8883, 10255, 8144, 7534, 8378, 7365, 8781, 7508, 9429, 7534, 8831, 7594, 8823, 7403, 8665, 7479, 8279, 7614, 7370, 7452, 7279, 8637, 7566, 11012, 7315, 11140, 7382, 11462, 7177, 12402, 7353, 10743, 9124, 11458, 7357, 8332, 7592, 9328, 7473, 9269, 7334, 9304, 7262, 7663, 8726, 7518, 8569, 7470, 8738, 7367, 9598, 7447, 8065, 7523, 7906, 7476, 8318, 6951, 7088, 7926, 7116, 7840, 6803, 7363, 7830, 7348, 9575, 7226, 11701, 7291, 10470, 7263, 10021, 7308, 10226, 7186, 9134, 7138, 8476, 7082, 8454, 7268, 8388, 7186, 8334, 7150, 8180, 8101, 7059, 7656, 7255, 9526, 7355, 9665, 7156, 7501, 7582, 9335, 8307, 7078, 9739, 7310, 9976, 9114, 7831, 10000, 7364, 12097, 7200, 13248, 9216, 14372, 12283, 11160, 8903, 7625, 8654, 7404, 8554, 7220, 8326, 7411, 8697, 7350, 9003, 6982, 7964, 7297, 10816, 7094, 8272, 6792, 10518, 7134, 10593, 6833, 10152, 6978, 8886, 7002, 8616, 6954, 8420, 7394, 9350, 7282, 9502, 7762, 7042, 8224, 7094, 8186, 8406, 9100, 7344, 8540, 7254, 9145, 7280, 8667, 9893, 8006, 7843, 8408, 7305, 9135, 7216, 9310, 7193, 9476, 7259, 8885, 7108, 8748, 7195, 9117, 6871, 8643, 7021, 8960, 7167, 9427, 6960, 8259, 7224, 9063, 7287, 8663, 7352, 7105, 8953, 7083, 7888, 7233, 8187, 7286, 10530, 7399, 8476, 8369, 8517, 7995, 7234, 8397, 7069, 8988, 7305, 9522, 7265, 9533, 7494, 9648, 7352, 9184, 7349, 9169, 7522, 9421, 7317, 9661, 7592, 9318, 7479, 8733, 7499, 8508, 7288, 8899, 7473, 8369, 7379, 8249, 7315, 7687, 10091, 7433, 8061, 7401, 7700, 7455, 8674, 7269, 9658, 7280, 10071, 7541, 10102, 8069, 9166, 7348, 9954, 7249, 10819, 7365, 11016, 7370, 9892, 7208, 9265, 7461, 8628, 7317, 9331, 7130, 8849, 7016, 8097, 7609, 8988, 7632, 9111, 7225, 9308, 7154, 9432, 7578, 10384, 7732, 9606, 7387, 9605, 7110, 8915, 7462, 8000, 7136, 8173, 7202, 8343, 7195, 8639, 7130, 8779, 7189, 7941, 7030, 8778, 7281, 9030, 7402, 8812, 7187, 9986, 7575, 9470, 7154, 8635, 7015, 8221, 7300, 9040, 7149, 9161, 7092, 8138, 7253, 9009, 6859, 8856, 7029, 8161, 6944, 8632, 8601, 9042, 7376, 9471, 6873, 8795, 6971, 7893, 7496, 7787, 7570, 7482, 7233, 8996, 6947, 8501, 6787, 8182, 6948, 8897, 7413, 9455, 7304, 9375, 7107, 9780, 7053, 11335, 6941, 11887, 7149, 11120, 7023, 11714, 7521, 11823, 7246, 10964, 7521, 10879, 8678, 9546, 7637, 8564, 7502, 9000, 7448, 9350, 7469, 9444, 7451, 9443, 7750, 7274, 8738, 7111, 8443, 7017, 8086, 7005, 7947, 7264, 8274, 7392, 8669, 7171, 8325, 7156, 8098, 7121, 8368, 7037, 8519, 7143, 8626, 7005, 8432, 7175, 9237, 7168, 8779, 6987, 7669, 8881, 7188, 8238, 7005, 8395, 6738, 9003, 7012, 11380, 6966, 9443, 7211, 11012, 7456, 13998, 7435, 7348, 8912, 7112, 8955, 6956, 8065, 7225, 9487, 7044, 7300, 7659, 7423, 9057, 7212, 9654, 7139, 11198, 7172, 11714, 8928, 11703, 7121, 10498, 8825, 13858, 11348, 12392, 8635, 10528, 7780, 11028, 7079, 9495, 7228, 7110, 7360, 7426, 9387, 8939, 9753, 8120, 9058, 11564, 7298, 11461, 7602, 11077, 7280, 9830, 6938, 8550, 6614, 8366, 6810, 8419, 6759, 9224, 6930, 8396, 6788, 8391, 6780, 8781, 12668, 8959, 12568, 7238, 11393, 7324, 9963, 7250, 9380, 6894, 8923, 7234, 8960, 7217, 9251, 7047, 9031, 6729, 8493, 6842, 8799, 6975, 8621, 6981, 8475, 6842, 8564, 7166, 9477, 7028, 8950, 7161, 9208, 7319, 8896, 7139, 8998, 6728, 8228, 7178, 7926, 7026, 9402, 7070, 8229, 7162, 9178, 7040, 10032, 8224, 8911, 7458, 8439, 7915, 7159, 8895, 7136, 9663, 7808, 8715, 12192, 7737, 11526, 7336, 10248, 7128, 9718, 7136, 9295, 7102, 8849, 7376, 9368, 7529, 9970, 7365, 10550, 7125, 9939, 7040, 10304, 6964, 10234, 7126, 10177, 7206, 9617, 7001, 8711, 7107, 9603, 7250, 9747, 6908, 9027, 7452, 9358, 7446, 9459, 7291, 8324, 7695, 6764, 8153, 6910, 7883, 6946, 9313, 7200, 9448, 7146, 9476, 6998, 9498, 6995, 9989, 7077, 9730, 7032, 10541, 7063, 9855, 7151, 6996, 8979, 7327, 7289, 7588, 10194, 7209, 10008, 7544, 9421, 7269, 9688, 7446, 7491, 6987, 6977, 7181, 8594, 6819, 10523, 8962, 12533, 11261, 12918, 10343, 14369, 11523, 14424, 9601, 12144, 7781, 10599, 7740, 10197, 7553, 9674, 8021, 8931, 8452, 7340, 10610, 7189, 9304, 7273, 10119, 7613, 8714, 7238, 7129, 8633, 7023, 8195, 6696, 8076, 7080, 7561, 7214, 8603, 7069, 9334, 7331, 9014, 7005, 10521, 7054, 7242, 8676, 7199, 7717, 7744, 7362, 8478, 7429, 8939, 7420, 8934, 7741, 7509, 7292, 8950, 7026, 8640, 7191, 8552, 8005, 7746, 7313, 7425, 8505, 7261, 9925, 7224, 10268, 7212, 9567, 7369, 8425, 7331, 9151, 7359, 8957, 7034, 8536, 7050, 8918, 7195, 8618, 7103, 8153, 7193, 7638, 8314, 7787, 9391, 7189, 10087, 7284, 10274, 7273, 9803, 7184, 9645, 7291, 9016, 7470, 8905, 7290, 8318, 9538, 7118, 9846, 7581, 9564, 7724, 9115, 7543, 8871, 7305, 8491, 7608, 8300, 7304, 7848, 9271, 7488, 9547, 7170, 9011, 7375, 8668, 7504, 8254, 7512, 8022, 7271, 7671, 7565, 8089, 7289, 7945, 7533, 7813, 7504, 7406, 7390, 7215, 9659, 7337, 11138, 7374, 10187, 7320, 8116, 7543, 9275, 7726, 9971, 7705, 9659, 7547, 8508, 7522, 8007, 7332, 8140, 7451, 8059, 7166, 7543, 7197, 7573, 9021, 7758, 10458, 7446, 10507, 7642, 10386, 7527, 9695, 7220, 9079, 7494, 8700, 10548, 7479, 11691, 7715, 9881, 7567, 8452, 6829, 8393, 7169, 8806, 7609, 6767, 7561, 7246, 8945, 6919, 8892, 9206, 7824, 12278, 9103, 10114, 7860, 7150, 8853, 6994, 7886, 10122, 7280, 9684, 7253, 9641, 7152, 8936, 7209, 8495, 7070, 7829, 10497, 6800, 10787, 7248, 10087, 7468, 10515, 8203, 8656, 12811, 7164, 11332, 6931, 10929, 7686, 10034, 7130, 9375, 6948, 9180, 6910, 7976, 8303, 7635, 8790, 7474, 8518, 7307, 9912, 6976, 10188, 7261, 10384, 7049, 9778, 7126, 9071, 7032, 8651, 6964, 8621, 6724, 8356, 6987, 8531, 7049, 8113, 6740, 7937, 9622, 6988, 11192, 7378, 12296, 7654, 10520, 6941, 9584, 7068, 9119, 6843, 8807, 7189, 8825, 6775, 8151, 7329, 7248, 8859, 7076, 9316, 7203, 8823, 7107, 9279, 6963, 8969, 7002, 9248, 7077, 9410, 7254, 9262, 7083, 9361, 7098, 8877, 7104, 8474, 6917, 8373, 6625, 8267, 7242, 7913, 7821, 7467, 9791, 6986, 9216, 7069, 9079, 7130, 9627, 6954, 9239, 7133, 9155, 7348, 9135, 7189, 9159, 6834, 9658, 7192, 9467, 7311, 9373, 7198, 9420, 7311, 8925, 7225, 9090, 7180, 9431, 7177, 9052, 7077, 8876, 6914, 8889, 7036, 8867, 6867, 9388, 7254, 10035, 7138, 9388, 6977, 8932, 7114, 8237, 10558, 7600, 11046, 7424, 8810, 7223, 9698, 6841, 9666, 7539, 8821, 7210, 8682, 7194, 9924, 7162, 9349, 7027, 9021, 7350, 8524, 7042, 8015, 7865, 7311, 7872, 7657, 8818, 7535, 8926, 7282, 10686, 8055, 12554, 7323, 11363, 7279, 9519, 7265, 6976, 8379, 7262, 9627, 7502, 10299, 8081, 11043, 8655, 9807, 8537, 7204, 8105, 7414, 8557, 7200, 10896, 7246, 10815, 7534, 9672, 7028, 8718, 7099, 8141, 9129, 7277, 9911, 7918, 7445, 7434, 7670, 8871, 7353, 8414, 7287, 9573, 7345, 9452, 7400, 9359, 8296, 9234, 8074, 7061, 8384, 8392, 9725, 12861, 10784, 11421, 10855, 7216, 9885, 7145, 9808, 7083, 9194, 7284, 6492, 7066, 8452, 7708, 7322, 10404, 7659, 12380, 7422, 8144, 11230, 9582, 11462, 9517, 14066, 9609, 13261, 7421, 11396, 7269, 10176, 7320, 9477, 7264, 9673, 7282, 9404, 7142, 8721, 6973, 7224, 7681, 7260, 7761, 7890, 7730, 7076, 8012, 6989, 9538, 7297, 9124, 7332, 9225, 7049, 11097, 7145, 8269, 7719, 6981, 8294], 'WindowCenter': [3975.0, 3981.0, 3969.0, 3975.0, 3942.0, 3950.0, 3939.0, 3918.0, 3917.0, 3919.0, 3949.0, 3929.0, 3948.0, 3917.0, 3937.0, 3915.0, 3935.0, 3904.0, 3925.0, 3903.0, 3924.0, 3904.0, 3914.0, 3912.0, 3903.0, 3934.0, 3925.0, 3923.0, 3904.0, 3924.0, 3915.0, 3935.0, 3904.0, 3924.0, 3915.0, 3936.0, 3916.0, 3914.0, 3915.0, 3903.0, 3915.0, 3905.0, 3927.0, 3916.0, 3937.0, 3913.0, 3937.0, 3934.0, 3915.0, 3946.0, 3904.0, 3935.0, 3924.0, 3935.0, 3904.0, 3933.0, 3902.0, 3922.0, 3903.0, 3923.0, 3892.0, 3933.0, 3902.0, 3934.0, 3902.0, 3924.0, 3891.0, 3922.0, 3901.0, 3912.0, 3901.0, 3923.0, 3903.0, 3914.0, 3902.0, 3924.0, 3903.0, 3925.0, 3913.0, 3913.0, 3903.0, 3924.0, 3916.0, 3915.0, 3915.0, 3904.0, 3928.0, 3936.0, 3919.0, 3961.0, 3942.0, 3951.0, 3939.0, 3940.0, 3947.0, 3916.0, 3945.0, 3913.0, 3945.0, 3905.0, 3947.0, 3927.0, 3948.0, 3928.0, 3938.0, 3940.0, 3940.0, 3941.0, 3953.0, 3957.0, 3966.0, 3976.0, 3953.0, 3943.0, 3939.0, 3939.0, 3968.0, 3917.0, 3946.0, 3915.0, 3946.0, 3914.0, 3935.0, 3903.0, 3924.0, 3903.0, 3914.0, 3913.0, 3914.0, 3913.0, 3915.0, 3925.0, 3927.0, 3926.0, 3927.0, 3937.0, 3928.0, 3936.0, 3926.0, 3935.0, 3916.0, 3936.0, 3926.0, 3946.0, 3927.0, 3936.0, 3928.0, 3936.0, 3917.0, 3936.0, 3917.0, 3936.0, 3916.0, 3937.0, 3917.0, 3937.0, 3918.0, 3937.0, 3907.0, 3937.0, 3917.0, 3937.0, 3917.0, 3949.0, 3918.0, 3949.0, 3930.0, 3950.0, 3931.0, 3951.0, 3931.0, 3950.0, 3931.0, 3951.0, 3932.0, 3951.0, 3932.0, 3951.0, 3932.0, 3951.0, 3944.0, 3951.0, 3952.0, 3951.0, 3930.0, 3919.0, 3952.0, 3932.0, 3965.0, 3932.0, 3952.0, 3943.0, 3952.0, 3945.0, 3954.0, 3933.0, 3953.0, 3933.0, 3942.0, 3932.0, 3933.0, 3943.0, 3932.0, 3954.0, 3942.0, 3943.0, 3951.0, 3942.0, 3941.0, 3942.0, 3940.0, 3931.0, 3940.0, 3931.0, 3930.0, 3941.0, 3930.0, 3942.0, 3931.0, 3956.0, 3944.0, 3955.0, 3944.0, 3953.0, 3933.0, 3952.0, 3943.0, 3952.0, 3931.0, 3952.0, 3934.0, 3964.0, 3947.0, 3976.0, 3945.0, 3944.0, 3945.0, 3947.0, 3965.0, 3945.0, 3954.0, 3944.0, 3964.0, 3933.0, 3953.0, 3934.0, 3953.0, 3933.0, 3952.0, 3932.0, 3951.0, 3933.0, 3951.0, 3932.0, 3951.0, 3953.0, 3963.0, 3942.0, 3932.0, 3941.0, 3919.0, 3950.0, 3949.0, 3929.0, 3958.0, 3918.0, 3948.0, 3918.0, 3939.0, 3919.0, 3948.0, 3918.0, 3938.0, 3919.0, 3919.0, 3942.0, 3945.0, 3955.0, 3947.0, 3956.0, 3955.0, 3945.0, 3956.0, 3945.0, 3956.0, 3957.0, 3976.0, 3958.0, 3988.0, 3957.0, 3985.0, 3933.0, 3972.0, 3940.0, 3960.0, 3941.0, 3960.0, 3930.0, 3959.0, 3962.0, 3951.0, 3941.0, 3932.0, 3952.0, 3932.0, 3952.0, 3930.0, 3941.0, 3950.0, 3930.0, 3950.0, 3931.0, 3961.0, 3942.0, 3950.0, 3931.0, 3938.0, 3929.0, 3949.0, 3941.0, 3949.0, 3942.0, 3951.0, 3931.0, 3930.0, 3941.0, 3930.0, 3941.0, 3930.0, 3942.0, 3942.0, 3931.0, 3919.0, 3930.0, 3931.0, 3952.0, 3943.0, 3950.0, 3941.0, 3950.0, 3941.0, 3950.0, 3941.0, 3961.0, 3942.0, 3950.0, 3941.0, 3931.0, 3929.0, 3930.0, 3947.0, 3930.0, 3961.0, 3942.0, 3961.0, 3942.0, 3950.0, 3930.0, 3918.0, 3929.0, 3930.0, 3949.0, 3928.0, 3938.0, 3917.0, 3937.0, 3906.0, 3927.0, 3905.0, 3940.0, 3928.0, 3937.0, 3905.0, 3914.0, 3915.0, 3937.0, 3938.0, 3950.0, 3941.0, 3931.0, 3962.0, 3943.0, 3962.0, 3930.0, 3949.0, 3917.0, 3938.0, 3917.0, 3938.0, 3919.0, 3948.0, 3928.0, 3936.0, 3928.0, 3958.0, 3940.0, 3959.0, 3940.0, 3950.0, 3941.0, 3952.0, 3940.0, 3947.0, 3927.0, 3935.0, 3926.0, 3936.0, 3927.0, 3916.0, 3926.0, 3916.0, 3938.0, 3916.0, 3936.0, 3915.0, 3936.0, 3916.0, 3938.0, 3913.0, 3925.0, 3917.0, 3950.0, 3928.0, 3939.0, 3916.0, 3937.0, 3930.0, 3930.0, 3941.0, 3939.0, 3929.0, 3958.0, 3917.0, 3947.0, 3916.0, 3947.0, 3916.0, 3937.0, 3928.0, 3949.0, 3917.0, 3918.0, 3949.0, 3929.0, 3939.0, 3929.0, 3938.0, 3918.0, 3948.0, 3918.0, 3948.0, 3917.0, 3947.0, 3916.0, 3935.0, 3914.0, 3935.0, 3904.0, 3935.0, 3916.0, 3936.0, 3905.0, 3948.0, 3916.0, 3945.0, 3905.0, 3944.0, 3902.0, 3933.0, 3902.0, 3924.0, 3914.0, 3914.0, 3933.0, 3903.0, 3934.0, 3915.0, 3933.0, 3903.0, 3934.0, 3915.0, 3935.0, 3916.0, 3938.0, 3929.0, 3959.0, 3929.0, 3939.0, 3930.0, 3938.0, 3918.0, 3938.0, 3918.0, 3949.0, 3931.0, 3960.0, 3941.0, 3940.0, 3930.0, 3949.0, 3929.0, 3938.0, 3930.0, 3950.0, 3931.0, 3950.0, 3931.0, 3961.0, 3942.0, 3950.0, 3929.0, 3949.0, 3928.0, 3927.0, 3929.0, 3949.0, 3942.0, 3972.0, 3952.0, 3951.0, 3941.0, 3948.0, 3917.0, 3937.0, 3928.0, 3949.0, 3941.0, 3931.0, 3941.0, 3932.0, 3951.0, 3918.0, 3938.0, 3946.0, 3916.0, 3946.0, 3917.0, 3946.0, 3916.0, 3948.0, 3917.0, 3947.0, 3915.0, 3935.0, 3904.0, 3935.0, 3904.0, 3936.0, 3915.0, 3927.0, 3936.0, 3928.0, 3938.0, 3927.0, 3936.0, 3917.0, 3935.0, 3917.0, 3935.0, 3917.0, 3937.0, 3928.0, 3948.0, 3928.0, 3937.0, 3916.0, 3951.0, 3918.0, 3938.0, 3916.0, 3927.0, 3931.0, 3929.0, 3929.0, 3939.0, 3941.0, 3941.0, 3931.0, 3941.0, 3939.0, 3931.0, 3938.0, 3930.0, 3939.0, 3930.0, 3940.0, 3930.0, 3940.0, 3918.0, 3938.0, 3917.0, 3930.0, 3917.0, 3929.0, 3938.0, 3929.0, 3937.0, 3928.0, 3937.0, 3917.0, 3939.0, 3930.0, 3949.0, 3930.0, 3939.0, 3930.0, 3939.0, 3930.0, 3940.0, 3930.0, 3941.0, 3930.0, 3930.0, 3919.0, 3931.0, 3919.0, 3931.0, 3929.0, 3931.0, 3943.0, 3943.0, 3933.0, 3932.0, 3933.0, 3952.0, 3932.0, 3953.0, 3943.0, 3941.0, 3942.0, 3963.0, 3933.0, 3975.0, 3947.0, 3935.0, 3943.0, 3944.0, 3954.0, 3934.0, 3955.0, 3963.0, 3931.0, 3950.0, 3931.0, 3969.0, 3917.0, 3959.0, 3918.0, 3948.0, 3917.0, 3937.0, 3914.0, 3937.0, 3917.0, 3937.0, 3917.0, 3938.0, 3943.0, 3963.0, 3943.0, 3930.0, 3943.0, 3932.0, 3943.0, 3949.0, 3917.0, 3938.0, 3917.0, 3937.0, 3917.0, 3929.0, 3917.0, 3918.0, 3926.0, 3916.0, 3925.0, 3905.0, 3936.0, 3905.0, 3937.0, 3917.0, 3938.0, 3916.0, 3936.0, 3916.0, 3925.0, 3915.0, 3925.0, 3915.0, 3926.0, 3905.0, 3934.0, 3906.0, 3937.0, 3904.0, 3938.0, 3919.0, 3926.0, 3915.0, 3935.0, 3915.0, 3936.0, 3916.0, 3926.0, 3916.0, 3939.0, 3917.0, 3937.0, 3905.0, 3915.0, 3904.0, 3947.0, 3925.0, 3937.0, 3947.0, 3939.0, 3948.0, 3928.0, 3928.0, 3938.0, 3943.0, 3950.0, 3928.0, 3949.0, 3944.0, 3952.0, 3931.0, 3939.0, 3932.0, 3941.0, 3931.0, 3940.0, 3931.0, 3929.0, 3927.0, 3919.0, 3939.0, 3928.0, 3960.0, 3931.0, 3958.0, 3918.0, 3957.0, 3917.0, 3958.0, 3916.0, 3947.0, 3937.0, 3945.0, 3904.0, 3925.0, 3916.0, 3936.0, 3916.0, 3935.0, 3904.0, 3935.0, 3903.0, 3915.0, 3924.0, 3905.0, 3924.0, 3915.0, 3925.0, 3916.0, 3936.0, 3916.0, 3915.0, 3917.0, 3929.0, 3933.0, 3942.0, 3922.0, 3921.0, 3943.0, 3934.0, 3945.0, 3922.0, 3934.0, 3932.0, 3933.0, 3951.0, 3932.0, 3973.0, 3931.0, 3962.0, 3933.0, 3952.0, 3920.0, 3950.0, 3920.0, 3939.0, 3908.0, 3929.0, 3908.0, 3929.0, 3920.0, 3928.0, 3920.0, 3955.0, 3935.0, 3956.0, 3968.0, 3945.0, 3943.0, 3945.0, 3965.0, 3947.0, 3966.0, 3935.0, 3932.0, 3945.0, 3953.0, 3954.0, 3933.0, 3977.0, 3961.0, 3990.0, 3968.0, 3945.0, 3977.0, 3934.0, 3974.0, 3931.0, 3985.0, 3955.0, 3984.0, 3973.0, 3961.0, 3939.0, 3917.0, 3927.0, 3915.0, 3927.0, 3906.0, 3927.0, 3917.0, 3939.0, 3917.0, 3951.0, 3918.0, 3928.0, 3918.0, 3960.0, 3919.0, 3927.0, 3919.0, 3948.0, 3908.0, 3947.0, 3896.0, 3937.0, 3907.0, 3926.0, 3907.0, 3926.0, 3907.0, 3926.0, 3917.0, 3937.0, 3918.0, 3938.0, 3918.0, 3918.0, 3928.0, 3907.0, 3928.0, 3928.0, 3928.0, 3905.0, 3926.0, 3905.0, 3925.0, 3905.0, 3939.0, 3935.0, 3915.0, 3927.0, 3939.0, 3917.0, 3948.0, 3930.0, 3939.0, 3906.0, 3934.0, 3917.0, 3924.0, 3904.0, 3924.0, 3905.0, 3936.0, 3906.0, 3926.0, 3907.0, 3935.0, 3905.0, 3935.0, 3903.0, 3925.0, 3917.0, 3925.0, 3916.0, 3927.0, 3917.0, 3917.0, 3938.0, 3919.0, 3929.0, 3919.0, 3928.0, 3917.0, 3961.0, 3931.0, 3943.0, 3941.0, 3953.0, 3942.0, 3920.0, 3927.0, 3907.0, 3925.0, 3916.0, 3936.0, 3918.0, 3949.0, 3918.0, 3949.0, 3919.0, 3937.0, 3918.0, 3938.0, 3928.0, 3937.0, 3918.0, 3937.0, 3917.0, 3950.0, 3930.0, 3939.0, 3918.0, 3938.0, 3919.0, 3938.0, 3916.0, 3926.0, 3916.0, 3928.0, 3917.0, 3929.0, 3948.0, 3929.0, 3928.0, 3918.0, 3917.0, 3917.0, 3926.0, 3918.0, 3937.0, 3919.0, 3949.0, 3930.0, 3963.0, 3944.0, 3950.0, 3919.0, 3947.0, 3917.0, 3946.0, 3917.0, 3947.0, 3917.0, 3937.0, 3916.0, 3938.0, 3929.0, 3939.0, 3917.0, 3937.0, 3917.0, 3949.0, 3917.0, 3939.0, 3930.0, 3950.0, 3929.0, 3950.0, 3931.0, 3950.0, 3931.0, 3951.0, 3931.0, 3960.0, 3931.0, 3950.0, 3930.0, 3950.0, 3919.0, 3951.0, 3930.0, 3940.0, 3920.0, 3953.0, 3930.0, 3941.0, 3932.0, 3952.0, 3945.0, 3954.0, 3944.0, 3954.0, 3934.0, 3953.0, 3933.0, 3952.0, 3943.0, 3965.0, 3934.0, 3963.0, 3943.0, 3962.0, 3932.0, 3952.0, 3931.0, 3942.0, 3931.0, 3954.0, 3931.0, 3952.0, 3931.0, 3942.0, 3930.0, 3951.0, 3920.0, 3940.0, 3920.0, 3941.0, 3920.0, 3941.0, 3940.0, 3951.0, 3931.0, 3951.0, 3919.0, 3940.0, 3919.0, 3941.0, 3931.0, 3942.0, 3930.0, 3931.0, 3929.0, 3952.0, 3931.0, 3950.0, 3921.0, 3952.0, 3934.0, 3965.0, 3946.0, 3965.0, 3946.0, 3965.0, 3935.0, 3964.0, 3934.0, 3972.0, 3934.0, 3974.0, 3922.0, 3961.0, 3932.0, 3987.0, 3945.0, 3984.0, 3932.0, 3960.0, 3931.0, 3962.0, 3941.0, 3949.0, 3930.0, 3939.0, 3930.0, 3938.0, 3930.0, 3938.0, 3930.0, 3948.0, 3930.0, 3949.0, 3931.0, 3930.0, 3940.0, 3920.0, 3940.0, 3931.0, 3941.0, 3932.0, 3955.0, 3946.0, 3954.0, 3944.0, 3954.0, 3933.0, 3952.0, 3933.0, 3943.0, 3934.0, 3953.0, 3944.0, 3954.0, 3933.0, 3953.0, 3932.0, 3954.0, 3934.0, 3964.0, 3934.0, 3953.0, 3934.0, 3955.0, 3966.0, 3946.0, 3956.0, 3945.0, 3955.0, 3936.0, 3965.0, 3933.0, 3986.0, 3947.0, 3966.0, 3932.0, 3976.0, 3958.0, 4009.0, 3946.0, 3932.0, 3953.0, 3933.0, 3953.0, 3932.0, 3944.0, 3945.0, 3965.0, 3946.0, 3945.0, 3956.0, 3947.0, 3967.0, 3946.0, 3966.0, 3936.0, 3975.0, 3947.0, 3987.0, 3967.0, 3984.0, 3934.0, 3962.0, 3952.0, 3983.0, 3963.0, 3971.0, 3941.0, 3950.0, 3929.0, 3960.0, 3919.0, 3949.0, 3917.0, 3906.0, 3918.0, 3919.0, 3951.0, 3940.0, 3951.0, 3929.0, 3951.0, 3960.0, 3919.0, 3959.0, 3919.0, 3959.0, 3919.0, 3949.0, 3919.0, 3939.0, 3908.0, 3929.0, 3920.0, 3940.0, 3921.0, 3951.0, 3921.0, 3941.0, 3921.0, 3941.0, 3921.0, 3942.0, 3971.0, 3941.0, 3961.0, 3919.0, 3958.0, 3918.0, 3937.0, 3917.0, 3937.0, 3907.0, 3938.0, 3918.0, 3939.0, 3919.0, 3938.0, 3919.0, 3939.0, 3909.0, 3939.0, 3909.0, 3939.0, 3920.0, 3940.0, 3920.0, 3930.0, 3909.0, 3940.0, 3908.0, 3951.0, 3920.0, 3939.0, 3919.0, 3939.0, 3918.0, 3927.0, 3906.0, 3927.0, 3907.0, 3930.0, 3919.0, 3929.0, 3920.0, 3950.0, 3920.0, 3929.0, 3919.0, 3939.0, 3920.0, 3950.0, 3943.0, 3955.0, 3946.0, 3955.0, 3943.0, 3921.0, 3950.0, 3918.0, 3938.0, 3917.0, 3928.0, 3958.0, 3918.0, 3948.0, 3917.0, 3948.0, 3917.0, 3936.0, 3906.0, 3924.0, 3905.0, 3925.0, 3917.0, 3937.0, 3918.0, 3938.0, 3918.0, 3947.0, 3906.0, 3935.0, 3904.0, 3934.0, 3893.0, 3933.0, 3904.0, 3934.0, 3906.0, 3935.0, 3905.0, 3924.0, 3906.0, 3936.0, 3917.0, 3937.0, 3919.0, 3938.0, 3919.0, 3938.0, 3919.0, 3938.0, 3920.0, 3928.0, 3931.0, 3922.0, 3943.0, 3932.0, 3943.0, 3922.0, 3952.0, 3932.0, 3952.0, 3922.0, 3951.0, 3921.0, 3950.0, 3921.0, 3951.0, 3921.0, 3950.0, 3921.0, 3963.0, 3935.0, 3964.0, 3934.0, 3921.0, 3953.0, 3933.0, 3944.0, 3943.0, 3952.0, 3920.0, 3950.0, 3930.0, 3939.0, 3933.0, 3963.0, 3934.0, 3932.0, 3932.0, 3932.0, 3919.0, 3941.0, 3923.0, 3964.0, 3956.0, 3974.0, 3963.0, 3970.0, 3951.0, 3969.0, 3946.0, 3955.0, 3911.0, 3931.0, 3890.0, 3920.0, 3889.0, 3908.0, 3889.0, 3909.0, 3899.0, 3899.0, 3899.0, 3902.0, 3932.0, 3891.0, 3910.0, 3903.0, 3946.0, 3917.0, 3915.0, 3916.0, 3918.0, 3927.0, 3907.0, 3926.0, 3893.0, 3915.0, 3905.0, 3916.0, 3906.0, 3926.0, 3907.0, 3937.0, 3917.0, 3937.0, 3919.0, 3950.0, 3907.0, 3916.0, 3927.0, 3919.0, 3929.0, 3930.0, 3931.0, 3939.0, 3918.0, 3939.0, 3917.0, 3939.0, 3918.0, 3918.0, 3918.0, 3939.0, 3907.0, 3939.0, 3906.0, 3939.0, 3928.0, 3917.0, 3906.0, 3917.0, 3925.0, 3931.0, 3950.0, 3930.0, 3948.0, 3919.0, 3937.0, 3930.0, 3928.0, 3919.0, 3937.0, 3917.0, 3938.0, 3918.0, 3929.0, 3918.0, 3939.0, 3908.0, 3928.0, 3907.0, 3928.0, 3908.0, 3930.0, 3929.0, 3930.0, 3938.0, 3919.0, 3947.0, 3918.0, 3948.0, 3919.0, 3949.0, 3918.0, 3939.0, 3918.0, 3939.0, 3918.0, 3939.0, 3918.0, 3941.0, 3950.0, 3933.0, 3950.0, 3930.0, 3948.0, 3918.0, 3938.0, 3918.0, 3940.0, 3931.0, 3940.0, 3929.0, 3939.0, 3931.0, 3943.0, 3951.0, 3931.0, 3951.0, 3932.0, 3953.0, 3932.0, 3942.0, 3931.0, 3939.0, 3931.0, 3941.0, 3933.0, 3942.0, 3932.0, 3942.0, 3933.0, 3942.0, 3942.0, 3943.0, 3931.0, 3932.0, 3919.0, 3932.0, 3951.0, 3932.0, 3962.0, 3934.0, 3965.0, 3933.0, 3943.0, 3945.0, 3952.0, 3932.0, 3950.0, 3929.0, 3951.0, 3930.0, 3942.0, 3931.0, 3942.0, 3919.0, 3930.0, 3917.0, 3928.0, 3918.0, 3932.0, 3920.0, 3943.0, 3952.0, 3943.0, 3963.0, 3932.0, 3962.0, 3931.0, 3950.0, 3930.0, 3949.0, 3918.0, 3940.0, 3931.0, 3940.0, 3951.0, 3919.0, 3959.0, 3918.0, 3936.0, 3917.0, 3928.0, 3920.0, 3939.0, 3931.0, 3953.0, 3944.0, 3922.0, 3943.0, 3934.0, 3952.0, 3921.0, 3954.0, 3950.0, 3931.0, 3974.0, 3956.0, 3963.0, 3942.0, 3920.0, 3951.0, 3906.0, 3928.0, 3948.0, 3919.0, 3939.0, 3919.0, 3950.0, 3920.0, 3941.0, 3919.0, 3940.0, 3919.0, 3930.0, 3949.0, 3909.0, 3949.0, 3918.0, 3938.0, 3907.0, 3938.0, 3915.0, 3926.0, 3944.0, 3894.0, 3933.0, 3892.0, 3934.0, 3902.0, 3923.0, 3891.0, 3923.0, 3891.0, 3923.0, 3890.0, 3903.0, 3912.0, 3903.0, 3913.0, 3905.0, 3914.0, 3906.0, 3924.0, 3904.0, 3924.0, 3905.0, 3935.0, 3894.0, 3924.0, 3894.0, 3924.0, 3905.0, 3942.0, 3908.0, 3940.0, 3920.0, 3930.0, 3918.0, 3939.0, 3919.0, 3929.0, 3907.0, 3929.0, 3938.0, 3919.0, 3960.0, 3920.0, 3960.0, 3919.0, 3947.0, 3918.0, 3936.0, 3907.0, 3927.0, 3906.0, 3938.0, 3907.0, 3939.0, 3907.0, 3928.0, 3917.0, 3918.0, 3939.0, 3920.0, 3940.0, 3931.0, 3941.0, 3933.0, 3952.0, 3921.0, 3953.0, 3933.0, 3950.0, 3921.0, 3940.0, 3920.0, 3939.0, 3920.0, 3940.0, 3920.0, 3940.0, 3919.0, 3942.0, 3919.0, 3941.0, 3910.0, 3930.0, 3918.0, 3929.0, 3917.0, 3920.0, 3951.0, 3921.0, 3951.0, 3919.0, 3938.0, 3919.0, 3938.0, 3919.0, 3939.0, 3933.0, 3966.0, 3947.0, 3953.0, 3934.0, 3951.0, 3922.0, 3951.0, 3922.0, 3952.0, 3934.0, 3953.0, 3935.0, 3954.0, 3933.0, 3953.0, 3934.0, 3953.0, 3933.0, 3951.0, 3932.0, 3952.0, 3922.0, 3952.0, 3923.0, 3953.0, 3933.0, 3953.0, 3922.0, 3966.0, 3945.0, 3963.0, 3921.0, 3951.0, 3920.0, 3941.0, 3919.0, 3941.0, 3951.0, 3932.0, 3962.0, 3931.0, 3940.0, 3919.0, 3950.0, 3923.0, 3952.0, 3932.0, 3939.0, 3930.0, 3940.0, 3921.0, 3952.0, 3932.0, 3951.0, 3921.0, 3941.0, 3932.0, 3941.0, 3935.0, 3957.0, 3958.0, 3948.0, 3945.0, 3943.0, 3942.0, 3932.0, 3942.0, 3934.0, 3964.0, 3946.0, 3973.0, 3923.0, 3961.0, 3921.0, 3938.0, 3921.0, 3919.0, 3941.0, 3933.0, 3964.0, 3934.0, 3952.0, 3945.0, 3976.0, 3946.0, 3954.0, 3942.0, 3921.0, 3931.0, 3918.0, 3930.0, 3919.0, 3950.0, 3920.0, 3951.0, 3918.0, 3939.0, 3908.0, 3941.0, 3907.0, 3919.0, 3939.0, 3919.0, 3950.0, 3932.0, 3920.0, 3918.0, 3919.0, 3939.0, 3933.0, 3954.0, 3935.0, 3964.0, 3934.0, 3953.0, 3935.0, 3966.0, 3956.0, 3955.0, 3932.0, 3920.0, 3931.0, 3944.0, 3952.0, 3973.0, 3965.0, 3976.0, 3962.0, 3921.0, 3950.0, 3907.0, 3937.0, 3906.0, 3937.0, 3905.0, 3894.0, 3906.0, 3928.0, 3917.0, 3918.0, 3948.0, 3921.0, 3959.0, 3906.0, 3904.0, 3949.0, 3926.0, 3935.0, 3924.0, 3955.0, 3924.0, 3941.0, 3879.0, 3919.0, 3877.0, 3907.0, 3877.0, 3898.0, 3877.0, 3908.0, 3889.0, 3909.0, 3879.0, 3900.0, 3890.0, 3891.0, 3902.0, 3891.0, 3903.0, 3915.0, 3915.0, 3905.0, 3915.0, 3906.0, 3936.0, 3905.0, 3924.0, 3903.0, 3923.0, 3894.0, 3934.0, 3904.0, 3915.0, 3917.0, 3906.0, 3925.0], 'WindowWidth': [8899.0, 8895.0, 8875.0, 8874.0, 8825.0, 8829.0, 8814.0, 8782.0, 8782.0, 8787.0, 8826.0, 8801.0, 8824.0, 8780.0, 8804.0, 8774.0, 8801.0, 8756.0, 8785.0, 8755.0, 8784.0, 8757.0, 8771.0, 8762.0, 8755.0, 8797.0, 8786.0, 8781.0, 8758.0, 8785.0, 8775.0, 8799.0, 8758.0, 8783.0, 8772.0, 8806.0, 8778.0, 8773.0, 8772.0, 8756.0, 8775.0, 8761.0, 8792.0, 8778.0, 8807.0, 8771.0, 8804.0, 8797.0, 8774.0, 8816.0, 8757.0, 8800.0, 8785.0, 8799.0, 8759.0, 8795.0, 8752.0, 8776.0, 8753.0, 8779.0, 8738.0, 8793.0, 8751.0, 8796.0, 8751.0, 8781.0, 8736.0, 8776.0, 8747.0, 8762.0, 8748.0, 8781.0, 8752.0, 8769.0, 8751.0, 8782.0, 8753.0, 8786.0, 8768.0, 8767.0, 8753.0, 8785.0, 8780.0, 8774.0, 8772.0, 8757.0, 8800.0, 8806.0, 8789.0, 8850.0, 8825.0, 8837.0, 8816.0, 8816.0, 8821.0, 8779.0, 8816.0, 8772.0, 8815.0, 8762.0, 8820.0, 8796.0, 8823.0, 8800.0, 8811.0, 8817.0, 8818.0, 8823.0, 8842.0, 8854.0, 8861.0, 8874.0, 8838.0, 8825.0, 8815.0, 8815.0, 8850.0, 8781.0, 8818.0, 8774.0, 8817.0, 8772.0, 8800.0, 8755.0, 8784.0, 8756.0, 8770.0, 8768.0, 8772.0, 8768.0, 8776.0, 8787.0, 8793.0, 8791.0, 8796.0, 8808.0, 8798.0, 8803.0, 8792.0, 8801.0, 8778.0, 8804.0, 8791.0, 8818.0, 8794.0, 8803.0, 8795.0, 8803.0, 8780.0, 8804.0, 8782.0, 8804.0, 8780.0, 8806.0, 8780.0, 8807.0, 8784.0, 8808.0, 8768.0, 8809.0, 8783.0, 8809.0, 8783.0, 8827.0, 8786.0, 8828.0, 8803.0, 8830.0, 8808.0, 8834.0, 8808.0, 8832.0, 8809.0, 8834.0, 8810.0, 8833.0, 8811.0, 8833.0, 8811.0, 8834.0, 8829.0, 8835.0, 8838.0, 8832.0, 8806.0, 8788.0, 8834.0, 8809.0, 8861.0, 8809.0, 8838.0, 8828.0, 8835.0, 8833.0, 8843.0, 8817.0, 8841.0, 8814.0, 8823.0, 8811.0, 8813.0, 8828.0, 8810.0, 8842.0, 8823.0, 8825.0, 8834.0, 8823.0, 8820.0, 8824.0, 8818.0, 8808.0, 8816.0, 8806.0, 8804.0, 8822.0, 8805.0, 8823.0, 8809.0, 8851.0, 8832.0, 8848.0, 8832.0, 8842.0, 8816.0, 8839.0, 8826.0, 8838.0, 8808.0, 8836.0, 8816.0, 8859.0, 8840.0, 8874.0, 8833.0, 8829.0, 8832.0, 8840.0, 8860.0, 8835.0, 8844.0, 8831.0, 8856.0, 8813.0, 8841.0, 8818.0, 8842.0, 8813.0, 8837.0, 8810.0, 8834.0, 8812.0, 8834.0, 8812.0, 8835.0, 8839.0, 8854.0, 8825.0, 8811.0, 8822.0, 8789.0, 8831.0, 8825.0, 8799.0, 8837.0, 8783.0, 8824.0, 8784.0, 8813.0, 8786.0, 8824.0, 8785.0, 8811.0, 8789.0, 8787.0, 8824.0, 8836.0, 8849.0, 8839.0, 8850.0, 8849.0, 8833.0, 8849.0, 8834.0, 8849.0, 8852.0, 8875.0, 8856.0, 8897.0, 8852.0, 8885.0, 8812.0, 8863.0, 8819.0, 8844.0, 8818.0, 8842.0, 8804.0, 8840.0, 8848.0, 8833.0, 8821.0, 8810.0, 8837.0, 8811.0, 8838.0, 8803.0, 8819.0, 8828.0, 8804.0, 8829.0, 8807.0, 8846.0, 8823.0, 8830.0, 8806.0, 8810.0, 8800.0, 8824.0, 8817.0, 8827.0, 8820.0, 8831.0, 8806.0, 8805.0, 8821.0, 8803.0, 8819.0, 8806.0, 8824.0, 8824.0, 8806.0, 8788.0, 8803.0, 8808.0, 8837.0, 8826.0, 8831.0, 8821.0, 8830.0, 8820.0, 8830.0, 8821.0, 8847.0, 8822.0, 8832.0, 8819.0, 8807.0, 8802.0, 8803.0, 8825.0, 8804.0, 8848.0, 8825.0, 8845.0, 8824.0, 8830.0, 8803.0, 8786.0, 8801.0, 8804.0, 8827.0, 8799.0, 8810.0, 8781.0, 8809.0, 8764.0, 8794.0, 8763.0, 8819.0, 8797.0, 8809.0, 8760.0, 8772.0, 8776.0, 8807.0, 8813.0, 8831.0, 8822.0, 8810.0, 8852.0, 8830.0, 8851.0, 8806.0, 8825.0, 8781.0, 8809.0, 8782.0, 8809.0, 8786.0, 8824.0, 8799.0, 8806.0, 8799.0, 8838.0, 8815.0, 8841.0, 8818.0, 8828.0, 8820.0, 8838.0, 8818.0, 8821.0, 8792.0, 8800.0, 8789.0, 8804.0, 8793.0, 8777.0, 8791.0, 8777.0, 8808.0, 8779.0, 8805.0, 8774.0, 8803.0, 8779.0, 8808.0, 8771.0, 8789.0, 8782.0, 8830.0, 8799.0, 8815.0, 8780.0, 8804.0, 8806.0, 8804.0, 8821.0, 8813.0, 8802.0, 8838.0, 8781.0, 8822.0, 8779.0, 8819.0, 8780.0, 8806.0, 8800.0, 8828.0, 8784.0, 8785.0, 8827.0, 8802.0, 8814.0, 8800.0, 8810.0, 8783.0, 8822.0, 8783.0, 8824.0, 8780.0, 8820.0, 8778.0, 8802.0, 8772.0, 8799.0, 8759.0, 8800.0, 8777.0, 8803.0, 8763.0, 8823.0, 8778.0, 8814.0, 8760.0, 8810.0, 8752.0, 8793.0, 8753.0, 8784.0, 8769.0, 8771.0, 8794.0, 8756.0, 8797.0, 8774.0, 8795.0, 8756.0, 8796.0, 8774.0, 8800.0, 8780.0, 8810.0, 8803.0, 8841.0, 8803.0, 8813.0, 8803.0, 8811.0, 8784.0, 8809.0, 8785.0, 8828.0, 8808.0, 8844.0, 8821.0, 8817.0, 8806.0, 8825.0, 8801.0, 8812.0, 8802.0, 8832.0, 8807.0, 8832.0, 8808.0, 8847.0, 8826.0, 8830.0, 8800.0, 8827.0, 8797.0, 8795.0, 8802.0, 8828.0, 8824.0, 8862.0, 8837.0, 8834.0, 8821.0, 8824.0, 8782.0, 8805.0, 8797.0, 8827.0, 8821.0, 8808.0, 8821.0, 8809.0, 8834.0, 8785.0, 8810.0, 8815.0, 8775.0, 8816.0, 8779.0, 8816.0, 8779.0, 8823.0, 8780.0, 8817.0, 8774.0, 8799.0, 8758.0, 8799.0, 8756.0, 8802.0, 8773.0, 8794.0, 8803.0, 8796.0, 8807.0, 8794.0, 8803.0, 8780.0, 8800.0, 8779.0, 8801.0, 8779.0, 8806.0, 8797.0, 8821.0, 8797.0, 8807.0, 8778.0, 8832.0, 8784.0, 8808.0, 8776.0, 8794.0, 8806.0, 8800.0, 8798.0, 8814.0, 8819.0, 8821.0, 8806.0, 8820.0, 8813.0, 8805.0, 8812.0, 8804.0, 8814.0, 8804.0, 8817.0, 8804.0, 8816.0, 8783.0, 8810.0, 8779.0, 8801.0, 8780.0, 8799.0, 8810.0, 8800.0, 8807.0, 8796.0, 8807.0, 8782.0, 8812.0, 8803.0, 8828.0, 8802.0, 8813.0, 8804.0, 8813.0, 8805.0, 8816.0, 8805.0, 8818.0, 8801.0, 8804.0, 8785.0, 8805.0, 8786.0, 8806.0, 8802.0, 8808.0, 8828.0, 8827.0, 8814.0, 8810.0, 8811.0, 8837.0, 8812.0, 8840.0, 8827.0, 8819.0, 8821.0, 8853.0, 8813.0, 8874.0, 8839.0, 8819.0, 8827.0, 8829.0, 8844.0, 8815.0, 8846.0, 8851.0, 8806.0, 8828.0, 8804.0, 8853.0, 8783.0, 8838.0, 8783.0, 8821.0, 8779.0, 8807.0, 8773.0, 8805.0, 8780.0, 8806.0, 8781.0, 8811.0, 8830.0, 8854.0, 8826.0, 8805.0, 8827.0, 8812.0, 8825.0, 8827.0, 8780.0, 8808.0, 8778.0, 8807.0, 8781.0, 8798.0, 8780.0, 8784.0, 8788.0, 8777.0, 8786.0, 8760.0, 8802.0, 8760.0, 8806.0, 8780.0, 8811.0, 8778.0, 8803.0, 8776.0, 8787.0, 8772.0, 8785.0, 8774.0, 8788.0, 8762.0, 8799.0, 8763.0, 8805.0, 8757.0, 8807.0, 8786.0, 8791.0, 8774.0, 8800.0, 8775.0, 8803.0, 8775.0, 8790.0, 8777.0, 8812.0, 8781.0, 8806.0, 8761.0, 8773.0, 8757.0, 8818.0, 8786.0, 8806.0, 8818.0, 8812.0, 8823.0, 8797.0, 8796.0, 8812.0, 8830.0, 8833.0, 8799.0, 8828.0, 8829.0, 8834.0, 8805.0, 8813.0, 8807.0, 8819.0, 8806.0, 8817.0, 8807.0, 8803.0, 8795.0, 8786.0, 8814.0, 8798.0, 8843.0, 8804.0, 8837.0, 8784.0, 8833.0, 8779.0, 8834.0, 8776.0, 8819.0, 8806.0, 8812.0, 8758.0, 8786.0, 8775.0, 8801.0, 8776.0, 8801.0, 8757.0, 8800.0, 8753.0, 8773.0, 8781.0, 8760.0, 8784.0, 8775.0, 8788.0, 8777.0, 8802.0, 8776.0, 8773.0, 8780.0, 8799.0, 8814.0, 8822.0, 8796.0, 8791.0, 8824.0, 8816.0, 8830.0, 8796.0, 8815.0, 8806.0, 8809.0, 8830.0, 8808.0, 8862.0, 8806.0, 8845.0, 8812.0, 8831.0, 8788.0, 8826.0, 8787.0, 8810.0, 8768.0, 8797.0, 8769.0, 8796.0, 8788.0, 8795.0, 8790.0, 8848.0, 8819.0, 8850.0, 8870.0, 8834.0, 8824.0, 8833.0, 8859.0, 8839.0, 8859.0, 8817.0, 8808.0, 8831.0, 8838.0, 8839.0, 8811.0, 8877.0, 8865.0, 8902.0, 8868.0, 8832.0, 8876.0, 8815.0, 8865.0, 8805.0, 8883.0, 8843.0, 8880.0, 8863.0, 8842.0, 8812.0, 8779.0, 8791.0, 8773.0, 8790.0, 8760.0, 8791.0, 8777.0, 8811.0, 8779.0, 8830.0, 8784.0, 8797.0, 8781.0, 8841.0, 8787.0, 8792.0, 8786.0, 8820.0, 8766.0, 8816.0, 8748.0, 8803.0, 8764.0, 8789.0, 8765.0, 8789.0, 8764.0, 8788.0, 8778.0, 8804.0, 8782.0, 8809.0, 8783.0, 8783.0, 8795.0, 8767.0, 8793.0, 8794.0, 8793.0, 8758.0, 8787.0, 8757.0, 8783.0, 8757.0, 8813.0, 8798.0, 8774.0, 8792.0, 8812.0, 8780.0, 8826.0, 8803.0, 8813.0, 8763.0, 8795.0, 8778.0, 8783.0, 8756.0, 8784.0, 8760.0, 8803.0, 8764.0, 8789.0, 8765.0, 8801.0, 8760.0, 8798.0, 8755.0, 8786.0, 8782.0, 8787.0, 8776.0, 8792.0, 8781.0, 8780.0, 8809.0, 8784.0, 8798.0, 8784.0, 8795.0, 8780.0, 8844.0, 8808.0, 8826.0, 8817.0, 8836.0, 8821.0, 8787.0, 8791.0, 8765.0, 8786.0, 8776.0, 8801.0, 8783.0, 8825.0, 8782.0, 8824.0, 8785.0, 8807.0, 8783.0, 8808.0, 8797.0, 8806.0, 8784.0, 8806.0, 8780.0, 8828.0, 8803.0, 8812.0, 8784.0, 8810.0, 8785.0, 8808.0, 8776.0, 8791.0, 8776.0, 8794.0, 8777.0, 8800.0, 8823.0, 8799.0, 8796.0, 8782.0, 8779.0, 8780.0, 8790.0, 8782.0, 8806.0, 8786.0, 8825.0, 8805.0, 8851.0, 8829.0, 8827.0, 8786.0, 8818.0, 8780.0, 8816.0, 8778.0, 8817.0, 8778.0, 8806.0, 8776.0, 8809.0, 8800.0, 8813.0, 8781.0, 8806.0, 8782.0, 8826.0, 8783.0, 8814.0, 8804.0, 8828.0, 8802.0, 8829.0, 8805.0, 8828.0, 8806.0, 8831.0, 8807.0, 8843.0, 8806.0, 8829.0, 8804.0, 8830.0, 8786.0, 8831.0, 8803.0, 8817.0, 8788.0, 8838.0, 8804.0, 8820.0, 8809.0, 8838.0, 8833.0, 8843.0, 8831.0, 8843.0, 8815.0, 8838.0, 8812.0, 8837.0, 8826.0, 8858.0, 8815.0, 8853.0, 8824.0, 8849.0, 8808.0, 8837.0, 8806.0, 8822.0, 8806.0, 8840.0, 8806.0, 8834.0, 8805.0, 8821.0, 8803.0, 8833.0, 8789.0, 8816.0, 8788.0, 8819.0, 8789.0, 8819.0, 8817.0, 8834.0, 8805.0, 8831.0, 8788.0, 8815.0, 8785.0, 8819.0, 8804.0, 8824.0, 8803.0, 8806.0, 8802.0, 8834.0, 8805.0, 8829.0, 8792.0, 8836.0, 8816.0, 8860.0, 8836.0, 8858.0, 8837.0, 8859.0, 8818.0, 8853.0, 8816.0, 8863.0, 8815.0, 8867.0, 8795.0, 8845.0, 8810.0, 8890.0, 8833.0, 8883.0, 8809.0, 8843.0, 8806.0, 8849.0, 8821.0, 8827.0, 8802.0, 8812.0, 8801.0, 8809.0, 8802.0, 8810.0, 8802.0, 8823.0, 8802.0, 8827.0, 8806.0, 8804.0, 8817.0, 8790.0, 8818.0, 8806.0, 8820.0, 8812.0, 8846.0, 8839.0, 8844.0, 8830.0, 8842.0, 8814.0, 8837.0, 8812.0, 8828.0, 8816.0, 8840.0, 8831.0, 8842.0, 8814.0, 8838.0, 8812.0, 8842.0, 8816.0, 8854.0, 8818.0, 8839.0, 8817.0, 8846.0, 8862.0, 8836.0, 8850.0, 8834.0, 8846.0, 8823.0, 8860.0, 8814.0, 8888.0, 8842.0, 8861.0, 8812.0, 8875.0, 8855.0, 8924.0, 8834.0, 8809.0, 8836.0, 8811.0, 8839.0, 8811.0, 8829.0, 8831.0, 8857.0, 8834.0, 8833.0, 8848.0, 8837.0, 8863.0, 8833.0, 8860.0, 8822.0, 8873.0, 8837.0, 8890.0, 8862.0, 8881.0, 8814.0, 8847.0, 8835.0, 8878.0, 8851.0, 8858.0, 8818.0, 8826.0, 8799.0, 8841.0, 8783.0, 8825.0, 8779.0, 8764.0, 8781.0, 8786.0, 8834.0, 8816.0, 8833.0, 8800.0, 8832.0, 8840.0, 8784.0, 8836.0, 8783.0, 8836.0, 8783.0, 8822.0, 8784.0, 8811.0, 8769.0, 8799.0, 8789.0, 8815.0, 8791.0, 8830.0, 8793.0, 8818.0, 8793.0, 8820.0, 8792.0, 8822.0, 8856.0, 8816.0, 8844.0, 8783.0, 8834.0, 8783.0, 8803.0, 8777.0, 8804.0, 8765.0, 8806.0, 8782.0, 8810.0, 8787.0, 8808.0, 8785.0, 8811.0, 8774.0, 8811.0, 8771.0, 8812.0, 8786.0, 8813.0, 8787.0, 8800.0, 8772.0, 8813.0, 8769.0, 8830.0, 8790.0, 8812.0, 8787.0, 8811.0, 8782.0, 8792.0, 8762.0, 8792.0, 8766.0, 8801.0, 8785.0, 8798.0, 8788.0, 8828.0, 8789.0, 8798.0, 8785.0, 8810.0, 8788.0, 8827.0, 8823.0, 8845.0, 8835.0, 8846.0, 8824.0, 8792.0, 8829.0, 8781.0, 8809.0, 8778.0, 8795.0, 8833.0, 8781.0, 8819.0, 8778.0, 8820.0, 8779.0, 8800.0, 8762.0, 8783.0, 8761.0, 8786.0, 8780.0, 8803.0, 8781.0, 8806.0, 8781.0, 8817.0, 8762.0, 8798.0, 8756.0, 8794.0, 8740.0, 8792.0, 8755.0, 8796.0, 8760.0, 8797.0, 8759.0, 8782.0, 8761.0, 8800.0, 8779.0, 8806.0, 8785.0, 8807.0, 8784.0, 8807.0, 8786.0, 8808.0, 8787.0, 8795.0, 8804.0, 8794.0, 8826.0, 8809.0, 8823.0, 8795.0, 8834.0, 8810.0, 8833.0, 8796.0, 8831.0, 8791.0, 8828.0, 8793.0, 8829.0, 8791.0, 8828.0, 8792.0, 8852.0, 8821.0, 8857.0, 8816.0, 8791.0, 8837.0, 8812.0, 8828.0, 8826.0, 8831.0, 8788.0, 8826.0, 8799.0, 8811.0, 8811.0, 8851.0, 8813.0, 8810.0, 8808.0, 8807.0, 8787.0, 8819.0, 8797.0, 8852.0, 8845.0, 8866.0, 8851.0, 8857.0, 8829.0, 8852.0, 8816.0, 8822.0, 8759.0, 8781.0, 8726.0, 8765.0, 8725.0, 8747.0, 8723.0, 8749.0, 8737.0, 8736.0, 8738.0, 8749.0, 8787.0, 8732.0, 8754.0, 8751.0, 8814.0, 8776.0, 8769.0, 8775.0, 8781.0, 8791.0, 8764.0, 8788.0, 8740.0, 8770.0, 8758.0, 8774.0, 8760.0, 8786.0, 8764.0, 8802.0, 8777.0, 8803.0, 8785.0, 8826.0, 8765.0, 8776.0, 8792.0, 8784.0, 8799.0, 8800.0, 8803.0, 8812.0, 8784.0, 8811.0, 8780.0, 8811.0, 8782.0, 8782.0, 8780.0, 8809.0, 8765.0, 8808.0, 8761.0, 8810.0, 8796.0, 8780.0, 8761.0, 8779.0, 8786.0, 8806.0, 8825.0, 8802.0, 8822.0, 8786.0, 8807.0, 8803.0, 8796.0, 8784.0, 8805.0, 8778.0, 8808.0, 8783.0, 8797.0, 8782.0, 8811.0, 8768.0, 8795.0, 8766.0, 8795.0, 8767.0, 8802.0, 8799.0, 8802.0, 8807.0, 8784.0, 8819.0, 8781.0, 8820.0, 8783.0, 8824.0, 8782.0, 8809.0, 8781.0, 8809.0, 8782.0, 8811.0, 8780.0, 8817.0, 8828.0, 8811.0, 8827.0, 8799.0, 8821.0, 8782.0, 8806.0, 8780.0, 8813.0, 8804.0, 8814.0, 8798.0, 8813.0, 8804.0, 8824.0, 8829.0, 8803.0, 8830.0, 8809.0, 8836.0, 8806.0, 8819.0, 8804.0, 8814.0, 8803.0, 8818.0, 8812.0, 8823.0, 8809.0, 8822.0, 8812.0, 8824.0, 8823.0, 8824.0, 8805.0, 8807.0, 8785.0, 8806.0, 8830.0, 8808.0, 8845.0, 8813.0, 8855.0, 8811.0, 8824.0, 8830.0, 8835.0, 8807.0, 8828.0, 8799.0, 8829.0, 8801.0, 8819.0, 8808.0, 8820.0, 8785.0, 8801.0, 8780.0, 8798.0, 8783.0, 8807.0, 8788.0, 8824.0, 8834.0, 8825.0, 8849.0, 8809.0, 8847.0, 8805.0, 8827.0, 8800.0, 8824.0, 8783.0, 8813.0, 8805.0, 8816.0, 8831.0, 8786.0, 8835.0, 8781.0, 8803.0, 8780.0, 8794.0, 8788.0, 8812.0, 8808.0, 8838.0, 8831.0, 8797.0, 8825.0, 8814.0, 8836.0, 8791.0, 8840.0, 8828.0, 8805.0, 8868.0, 8847.0, 8850.0, 8820.0, 8789.0, 8832.0, 8764.0, 8794.0, 8821.0, 8785.0, 8812.0, 8788.0, 8828.0, 8790.0, 8817.0, 8787.0, 8815.0, 8786.0, 8802.0, 8825.0, 8772.0, 8824.0, 8780.0, 8807.0, 8764.0, 8806.0, 8771.0, 8788.0, 8808.0, 8740.0, 8791.0, 8736.0, 8792.0, 8747.0, 8778.0, 8733.0, 8776.0, 8731.0, 8777.0, 8730.0, 8752.0, 8760.0, 8753.0, 8766.0, 8757.0, 8768.0, 8760.0, 8781.0, 8756.0, 8780.0, 8757.0, 8796.0, 8742.0, 8780.0, 8742.0, 8781.0, 8757.0, 8821.0, 8768.0, 8815.0, 8789.0, 8799.0, 8784.0, 8812.0, 8786.0, 8798.0, 8766.0, 8797.0, 8805.0, 8783.0, 8839.0, 8788.0, 8838.0, 8783.0, 8818.0, 8783.0, 8801.0, 8765.0, 8789.0, 8763.0, 8808.0, 8765.0, 8810.0, 8766.0, 8796.0, 8778.0, 8781.0, 8811.0, 8789.0, 8812.0, 8805.0, 8818.0, 8811.0, 8831.0, 8792.0, 8836.0, 8810.0, 8828.0, 8790.0, 8813.0, 8786.0, 8810.0, 8789.0, 8814.0, 8787.0, 8814.0, 8786.0, 8819.0, 8785.0, 8817.0, 8774.0, 8799.0, 8781.0, 8797.0, 8778.0, 8789.0, 8832.0, 8793.0, 8829.0, 8786.0, 8808.0, 8784.0, 8807.0, 8786.0, 8812.0, 8810.0, 8862.0, 8838.0, 8839.0, 8813.0, 8831.0, 8794.0, 8830.0, 8794.0, 8835.0, 8814.0, 8837.0, 8817.0, 8839.0, 8811.0, 8835.0, 8815.0, 8838.0, 8810.0, 8832.0, 8809.0, 8833.0, 8794.0, 8835.0, 8797.0, 8838.0, 8811.0, 8835.0, 8799.0, 8862.0, 8833.0, 8849.0, 8790.0, 8830.0, 8787.0, 8819.0, 8784.0, 8817.0, 8829.0, 8807.0, 8846.0, 8806.0, 8813.0, 8785.0, 8828.0, 8798.0, 8836.0, 8807.0, 8811.0, 8802.0, 8812.0, 8791.0, 8832.0, 8809.0, 8831.0, 8792.0, 8816.0, 8808.0, 8818.0, 8820.0, 8852.0, 8855.0, 8843.0, 8833.0, 8825.0, 8820.0, 8808.0, 8818.0, 8812.0, 8852.0, 8831.0, 8863.0, 8795.0, 8843.0, 8788.0, 8806.0, 8788.0, 8784.0, 8818.0, 8811.0, 8851.0, 8812.0, 8831.0, 8828.0, 8869.0, 8831.0, 8840.0, 8820.0, 8789.0, 8800.0, 8780.0, 8796.0, 8781.0, 8824.0, 8785.0, 8827.0, 8779.0, 8810.0, 8767.0, 8815.0, 8764.0, 8783.0, 8810.0, 8784.0, 8826.0, 8806.0, 8788.0, 8781.0, 8784.0, 8810.0, 8809.0, 8842.0, 8816.0, 8852.0, 8812.0, 8836.0, 8815.0, 8859.0, 8844.0, 8839.0, 8807.0, 8786.0, 8802.0, 8827.0, 8833.0, 8860.0, 8855.0, 8870.0, 8845.0, 8789.0, 8828.0, 8762.0, 8802.0, 8761.0, 8802.0, 8758.0, 8740.0, 8761.0, 8793.0, 8778.0, 8780.0, 8820.0, 8789.0, 8836.0, 8758.0, 8753.0, 8821.0, 8785.0, 8797.0, 8779.0, 8824.0, 8779.0, 8798.0, 8712.0, 8761.0, 8704.0, 8743.0, 8702.0, 8731.0, 8702.0, 8744.0, 8724.0, 8749.0, 8711.0, 8739.0, 8730.0, 8731.0, 8749.0, 8732.0, 8752.0, 8772.0, 8771.0, 8757.0, 8772.0, 8760.0, 8798.0, 8758.0, 8781.0, 8750.0, 8776.0, 8740.0, 8794.0, 8754.0, 8770.0, 8775.0, 8761.0, 8786.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.0005980852211434736</td></tr>
<tr><td colspan=3>aqi</td><td>0.05769985102481122</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.38469515499193</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.144249768704804</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9376218433189425</td></tr>
<tr><td colspan=3>efc</td><td>0.451</td></tr>
<tr><td colspan=3>fber</td><td>6178.8916</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11002925051750119</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.683926645091693</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.410593177881525</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.33376839890408</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5923591200115244</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3056520147289707</td></tr>
<tr><td colspan=3>gcor</td><td>0.00958554</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011479639448225498</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030018964782357216</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1854</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.112276853217854</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.0795</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6872</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.1805</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307495.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>666.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.418</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6444</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.9259</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3220.8953</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.4368</td></tr>
<tr><td colspan=3>tsnr</td><td>28.41213716287166</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>