<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-02/func/sub-0017_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>7bfc3ea16f8f66bdb0892ecf52191e88</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>13:58:31.730000</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_VE11C_LATEST_20160120</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.996063, -0.000243207, 0.0886483, 0.00243381, 0.999694, -0.024604]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10443</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>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7748, -7254, 558, -96, -204, 70, 50]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.954</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0cf10d1d-7629-4515-b758-9f6c151e6076||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6723639965057373, 0.006529747508466244, 0.23926110565662384, 110.2110824584961], [0.0006525065400637686, 2.6821067333221436, -0.06675171107053757, -82.55455017089844], [0.23783692717552185, 0.06601064652204514, 2.688549518585205, -73.13838195800781], [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': ['135831.730000', '135832.190000', '135832.650000', '135833.110000', '135833.570000', '135834.030000', '135834.490000', '135834.950000', '135835.410000', '135835.870000', '135836.330000', '135836.790000', '135837.250000', '135837.710000', '135838.170000', '135838.630000', '135839.090000', '135839.550000', '135840.010000', '135840.470000', '135840.930000', '135841.390000', '135841.850000', '135842.310000', '135842.770000', '135843.230000', '135843.690000', '135844.150000', '135844.610000', '135845.070000', '135845.530000', '135845.990000', '135846.450000', '135846.910000', '135847.370000', '135847.830000', '135848.290000', '135848.750000', '135849.210000', '135849.670000', '135850.130000', '135850.590000', '135851.050000', '135851.510000', '135851.970000', '135852.430000', '135852.890000', '135853.350000', '135853.810000', '135854.270000', '135854.730000', '135855.190000', '135855.650000', '135856.110000', '135856.570000', '135857.030000', '135857.490000', '135857.950000', '135858.410000', '135858.870000', '135859.330000', '135859.790000', '135900.250000', '135900.710000', '135901.170000', '135901.630000', '135902.090000', '135902.550000', '135903.010000', '135903.470000', '135903.930000', '135904.390000', '135904.850000', '135905.310000', '135905.770000', '135906.230000', '135906.690000', '135907.150000', '135907.610000', '135908.070000', '135908.530000', '135908.990000', '135909.450000', '135909.910000', '135910.370000', '135910.830000', '135911.290000', '135911.750000', '135912.210000', '135912.670000', '135913.130000', '135913.590000', '135914.050000', '135914.510000', '135914.970000', '135915.430000', '135915.890000', '135916.350000', '135916.810000', '135917.270000', '135917.730000', '135918.190000', '135918.650000', '135919.110000', '135919.570000', '135920.030000', '135920.490000', '135920.950000', '135921.410000', '135921.870000', '135922.330000', '135922.790000', '135923.250000', '135923.710000', '135924.170000', '135924.630000', '135925.090000', '135925.550000', '135926.010000', '135926.470000', '135926.930000', '135927.390000', '135927.850000', '135928.310000', '135928.770000', '135929.230000', '135929.690000', '135930.150000', '135930.610000', '135931.070000', '135931.530000', '135931.990000', '135932.450000', '135932.910000', '135933.370000', '135933.830000', '135934.290000', '135934.750000', '135935.210000', '135935.670000', '135936.130000', '135936.590000', '135937.050000', '135937.510000', '135937.970000', '135938.430000', '135938.890000', '135939.350000', '135939.810000', '135940.270000', '135940.730000', '135941.190000', '135941.650000', '135942.110000', '135942.570000', '135943.030000', '135943.490000', '135943.950000', '135944.410000', '135944.870000', '135945.330000', '135945.790000', '135946.250000', '135946.710000', '135947.170000', '135947.630000', '135948.090000', '135948.550000', '135949.010000', '135949.470000', '135949.930000', '135950.390000', '135950.850000', '135951.310000', '135951.770000', '135952.230000', '135952.690000', '135953.150000', '135953.610000', '135954.070000', '135954.530000', '135954.990000', '135955.450000', '135955.910000', '135956.370000', '135956.830000', '135957.290000', '135957.750000', '135958.210000', '135958.670000', '135959.130000', '135959.590000', '140000.050000', '140000.510000', '140000.970000', '140001.430000', '140001.890000', '140002.350000', '140002.810000', '140003.270000', '140003.730000', '140004.190000', '140004.650000', '140005.110000', '140005.570000', '140006.030000', '140006.490000', '140006.950000', '140007.410000', '140007.870000', '140008.330000', '140008.790000', '140009.250000', '140009.710000', '140010.170000', '140010.630000', '140011.090000', '140011.550000', '140012.010000', '140012.470000', '140012.930000', '140013.390000', '140013.850000', '140014.310000', '140014.770000', '140015.230000', '140015.690000', '140016.150000', '140016.610000', '140017.070000', '140017.530000', '140017.990000', '140018.450000', '140018.910000', '140019.370000', '140019.830000', '140020.290000', '140020.750000', '140021.210000', '140021.670000', '140022.130000', '140022.590000', '140023.050000', '140023.510000', '140023.970000', '140024.430000', '140024.890000', '140025.350000', '140025.810000', '140026.270000', '140026.730000', '140027.190000', '140027.650000', '140028.110000', '140028.570000', '140029.030000', '140029.490000', '140029.950000', '140030.410000', '140030.870000', '140031.330000', '140031.790000', '140032.250000', '140032.710000', '140033.170000', '140033.630000', '140034.090000', '140034.550000', '140035.010000', '140035.470000', '140035.930000', '140036.390000', '140036.850000', '140037.310000', '140037.770000', '140038.230000', '140038.690000', '140039.150000', '140039.610000', '140040.070000', '140040.530000', '140040.990000', '140041.450000', '140041.910000', '140042.370000', '140042.830000', '140043.290000', '140043.750000', '140044.210000', '140044.670000', '140045.130000', '140045.590000', '140046.050000', '140046.510000', '140046.970000', '140047.430000', '140047.890000', '140048.350000', '140048.810000', '140049.270000', '140049.730000', '140050.190000', '140050.650000', '140051.110000', '140051.570000', '140052.030000', '140052.490000', '140052.950000', '140053.410000', '140053.870000', '140054.330000', '140054.790000', '140055.250000', '140055.710000', '140056.170000', '140056.630000', '140057.090000', '140057.550000', '140058.010000', '140058.470000', '140058.930000', '140059.390000', '140059.850000', '140100.310000', '140100.770000', '140101.230000', '140101.690000', '140102.150000', '140102.610000', '140103.070000', '140103.530000', '140103.990000', '140104.450000', '140104.910000', '140105.370000', '140105.830000', '140106.290000', '140106.750000', '140107.210000', '140107.670000', '140108.130000', '140108.590000', '140109.050000', '140109.510000', '140109.970000', '140110.430000', '140110.890000', '140111.350000', '140111.810000', '140112.270000', '140112.730000', '140113.190000', '140113.650000', '140114.110000', '140114.570000', '140115.030000', '140115.490000', '140115.950000', '140116.410000', '140116.870000', '140117.330000', '140117.790000', '140118.250000', '140118.710000', '140119.170000', '140119.630000', '140120.090000', '140120.550000', '140121.010000', '140121.470000', '140121.930000', '140122.390000', '140122.850000', '140123.310000', '140123.770000', '140124.230000', '140124.690000', '140125.150000', '140125.610000', '140126.070000', '140126.530000', '140126.990000', '140127.450000', '140127.910000', '140128.370000', '140128.830000', '140129.290000', '140129.750000', '140130.210000', '140130.670000', '140131.130000', '140131.590000', '140132.050000', '140132.510000', '140132.970000', '140133.430000', '140133.890000', '140134.350000', '140134.810000', '140135.270000', '140135.730000', '140136.190000', '140136.650000', '140137.110000', '140137.570000', '140138.030000', '140138.490000', '140138.950000', '140139.410000', '140139.870000', '140140.330000', '140140.790000', '140141.250000', '140141.710000', '140142.170000', '140142.630000', '140143.090000', '140143.550000', '140144.010000', '140144.470000', '140144.930000', '140145.390000', '140145.850000', '140146.310000', '140146.770000', '140147.230000', '140147.690000', '140148.150000', '140148.610000', '140149.070000', '140149.530000', '140149.990000', '140150.450000', '140150.910000', '140151.370000', '140151.830000', '140152.290000', '140152.750000', '140153.210000', '140153.670000', '140154.130000', '140154.590000', '140155.050000', '140155.510000', '140155.970000', '140156.430000', '140156.890000', '140157.350000', '140157.810000', '140158.270000', '140158.730000', '140159.190000', '140159.650000', '140200.110000', '140200.570000', '140201.030000', '140201.490000', '140201.950000', '140202.410000', '140202.870000', '140203.330000', '140203.790000', '140204.250000', '140204.710000', '140205.170000', '140205.630000', '140206.090000', '140206.550000', '140207.010000', '140207.470000', '140207.930000', '140208.390000', '140208.850000', '140209.310000', '140209.770000', '140210.230000', '140210.690000', '140211.150000', '140211.610000', '140212.070000', '140212.530000', '140212.990000', '140213.450000', '140213.910000', '140214.370000', '140214.830000', '140215.290000', '140215.750000', '140216.210000', '140216.670000', '140217.130000', '140217.590000', '140218.050000', '140218.510000', '140218.970000', '140219.430000', '140219.890000', '140220.350000', '140220.810000', '140221.270000', '140221.730000', '140222.190000', '140222.650000', '140223.110000', '140223.570000', '140224.030000', '140224.490000', '140224.950000', '140225.410000', '140225.870000', '140226.330000', '140226.790000', '140227.250000', '140227.710000', '140228.170000', '140228.630000', '140229.090000', '140229.550000', '140230.010000', '140230.470000', '140230.930000', '140231.390000', '140231.850000', '140232.310000', '140232.770000', '140233.230000', '140233.690000', '140234.150000', '140234.610000', '140235.070000', '140235.530000', '140235.990000', '140236.450000', '140236.910000', '140237.370000', '140237.830000', '140238.290000', '140238.750000', '140239.210000', '140239.670000', '140240.130000', '140240.590000', '140241.050000', '140241.510000', '140241.970000', '140242.430000', '140242.890000', '140243.350000', '140243.810000', '140244.270000', '140244.730000', '140245.190000', '140245.650000', '140246.110000', '140246.570000', '140247.030000', '140247.490000', '140247.950000', '140248.410000', '140248.870000', '140249.330000', '140249.790000', '140250.250000', '140250.710000', '140251.170000', '140251.630000', '140252.090000', '140252.550000', '140253.010000', '140253.470000', '140253.930000', '140254.390000', '140254.850000', '140255.310000', '140255.770000', '140256.230000', '140256.690000', '140257.150000', '140257.610000', '140258.070000', '140258.530000', '140258.990000', '140259.450000', '140259.910000', '140300.370000', '140300.830000', '140301.290000', '140301.750000', '140302.210000', '140302.670000', '140303.130000', '140303.590000', '140304.050000', '140304.510000', '140304.970000', '140305.430000', '140305.890000', '140306.350000', '140306.810000', '140307.270000', '140307.730000', '140308.190000', '140308.650000', '140309.110000', '140309.570000', '140310.030000', '140310.490000', '140310.950000', '140311.410000', '140311.870000', '140312.330000', '140312.790000', '140313.250000', '140313.710000', '140314.170000', '140314.630000', '140315.090000', '140315.550000', '140316.010000', '140316.470000', '140316.930000', '140317.390000', '140317.850000', '140318.310000', '140318.770000', '140319.230000', '140319.690000', '140320.150000', '140320.610000', '140321.070000', '140321.530000', '140321.990000', '140322.450000', '140322.910000', '140323.370000', '140323.830000', '140324.290000', '140324.750000', '140325.210000', '140325.670000', '140326.130000', '140326.590000', '140327.050000', '140327.510000', '140327.970000', '140328.430000', '140328.890000', '140329.350000', '140329.810000', '140330.270000', '140330.730000', '140331.190000', '140331.650000', '140332.110000', '140332.570000', '140333.030000', '140333.490000', '140333.950000', '140334.410000', '140334.870000', '140335.330000', '140335.790000', '140336.250000', '140336.710000', '140337.170000', '140337.630000', '140338.090000', '140338.550000', '140339.010000', '140339.470000', '140339.930000', '140340.390000', '140340.850000', '140341.310000', '140341.770000', '140342.230000', '140342.690000', '140343.150000', '140343.610000', '140344.070000', '140344.530000', '140344.990000', '140345.450000', '140345.910000', '140346.370000', '140346.830000', '140347.290000', '140347.750000', '140348.210000', '140348.670000', '140349.130000', '140349.590000', '140350.050000', '140350.510000', '140350.970000', '140351.430000', '140351.890000', '140352.350000', '140352.810000', '140353.270000', '140353.730000', '140354.190000', '140354.650000', '140355.110000', '140355.570000', '140356.030000', '140356.490000', '140356.950000', '140357.410000', '140357.870000', '140358.330000', '140358.790000', '140359.250000', '140359.710000', '140400.170000', '140400.630000', '140401.090000', '140401.550000', '140402.010000', '140402.470000', '140402.930000', '140403.390000', '140403.850000', '140404.310000', '140404.770000', '140405.230000', '140405.690000', '140406.150000', '140406.610000', '140407.070000', '140407.530000', '140407.990000', '140408.450000', '140408.910000', '140409.370000', '140409.830000', '140410.290000', '140410.750000', '140411.210000', '140411.670000', '140412.130000', '140412.590000', '140413.050000', '140413.510000', '140413.970000', '140414.430000', '140414.890000', '140415.350000', '140415.810000', '140416.270000', '140416.730000', '140417.190000', '140417.650000', '140418.110000', '140418.570000', '140419.030000', '140419.490000', '140419.950000', '140420.410000', '140420.870000', '140421.330000', '140421.790000', '140422.250000', '140422.710000', '140423.170000', '140423.630000', '140424.090000', '140424.550000', '140425.010000', '140425.470000', '140425.930000', '140426.390000', '140426.850000', '140427.310000', '140427.770000', '140428.230000', '140428.690000', '140429.150000', '140429.610000', '140430.070000', '140430.530000', '140430.990000', '140431.450000', '140431.910000', '140432.370000', '140432.830000', '140433.290000', '140433.750000', '140434.210000', '140434.670000', '140435.130000', '140435.590000', '140436.050000', '140436.510000', '140436.970000', '140437.430000', '140437.890000', '140438.350000', '140438.810000', '140439.270000', '140439.730000', '140440.190000', '140440.650000', '140441.110000', '140441.570000', '140442.030000', '140442.490000', '140442.950000', '140443.410000', '140443.870000', '140444.330000', '140444.790000', '140445.250000', '140445.710000', '140446.170000', '140446.630000', '140447.090000', '140447.550000', '140448.010000', '140448.470000', '140448.930000', '140449.390000', '140449.850000', '140450.310000', '140450.770000', '140451.230000', '140451.690000', '140452.150000', '140452.610000', '140453.070000', '140453.530000', '140453.990000', '140454.450000', '140454.910000', '140455.370000', '140455.830000', '140456.290000', '140456.750000', '140457.210000', '140457.670000', '140458.130000', '140458.590000', '140459.050000', '140459.510000', '140459.970000', '140500.430000', '140500.890000', '140501.350000', '140501.810000', '140502.270000', '140502.730000', '140503.190000', '140503.650000', '140504.110000', '140504.570000', '140505.030000', '140505.490000', '140505.950000', '140506.410000', '140506.870000', '140507.330000', '140507.790000', '140508.250000', '140508.710000', '140509.170000', '140509.630000', '140510.090000', '140510.550000', '140511.010000', '140511.470000', '140511.930000', '140512.390000', '140512.850000', '140513.310000', '140513.770000', '140514.230000', '140514.690000', '140515.150000', '140515.610000', '140516.070000', '140516.530000', '140516.990000', '140517.450000', '140517.910000', '140518.370000', '140518.830000', '140519.290000', '140519.750000', '140520.210000', '140520.670000', '140521.130000', '140521.590000', '140522.050000', '140522.510000', '140522.970000', '140523.430000', '140523.890000', '140524.350000', '140524.810000', '140525.270000', '140525.730000', '140526.190000', '140526.650000', '140527.110000', '140527.570000', '140528.030000', '140528.490000', '140528.950000', '140529.410000', '140529.870000', '140530.330000', '140530.790000', '140531.250000', '140531.710000', '140532.170000', '140532.630000', '140533.090000', '140533.550000', '140534.010000', '140534.470000', '140534.930000', '140535.390000', '140535.850000', '140536.310000', '140536.770000', '140537.230000', '140537.690000', '140538.150000', '140538.610000', '140539.070000', '140539.530000', '140539.990000', '140540.450000', '140540.910000', '140541.370000', '140541.830000', '140542.290000', '140542.750000', '140543.210000', '140543.670000', '140544.130000', '140544.590000', '140545.050000', '140545.510000', '140545.970000', '140546.430000', '140546.890000', '140547.350000', '140547.810000', '140548.270000', '140548.730000', '140549.190000', '140549.650000', '140550.110000', '140550.570000', '140551.030000', '140551.490000', '140551.950000', '140552.410000', '140552.870000', '140553.330000', '140553.790000', '140554.250000', '140554.710000', '140555.170000', '140555.630000', '140556.090000', '140556.550000', '140557.010000', '140557.470000', '140557.930000', '140558.390000', '140558.850000', '140559.310000', '140559.770000', '140600.230000', '140600.690000', '140601.150000', '140601.610000', '140602.070000', '140602.530000', '140602.990000', '140603.450000', '140603.910000', '140604.370000', '140604.830000', '140605.290000', '140605.750000', '140606.210000', '140606.670000', '140607.130000', '140607.590000', '140608.050000', '140608.510000', '140608.970000', '140609.430000', '140609.890000', '140610.350000', '140610.810000', '140611.270000', '140611.730000', '140612.190000', '140612.650000', '140613.110000', '140613.570000', '140614.030000', '140614.490000', '140614.950000', '140615.410000', '140615.870000', '140616.330000', '140616.790000', '140617.250000', '140617.710000', '140618.170000', '140618.630000', '140619.090000', '140619.550000', '140620.010000', '140620.470000', '140620.930000', '140621.390000', '140621.850000', '140622.310000', '140622.770000', '140623.230000', '140623.690000', '140624.150000', '140624.610000', '140625.070000', '140625.530000', '140625.990000', '140626.450000', '140626.910000', '140627.370000', '140627.830000', '140628.290000', '140628.750000', '140629.210000', '140629.670000', '140630.130000', '140630.590000', '140631.050000', '140631.510000', '140631.970000', '140632.430000', '140632.890000', '140633.350000', '140633.810000', '140634.270000', '140634.730000', '140635.190000', '140635.650000', '140636.110000', '140636.570000', '140637.030000', '140637.490000', '140637.950000', '140638.410000', '140638.870000', '140639.330000', '140639.790000', '140640.250000', '140640.710000', '140641.170000', '140641.630000', '140642.090000', '140642.550000', '140643.010000', '140643.470000', '140643.930000', '140644.390000', '140644.850000', '140645.310000', '140645.770000', '140646.230000', '140646.690000', '140647.150000', '140647.610000', '140648.070000', '140648.530000', '140648.990000', '140649.450000', '140649.910000', '140650.370000', '140650.830000', '140651.290000', '140651.750000', '140652.210000', '140652.670000', '140653.130000', '140653.590000', '140654.050000', '140654.510000', '140654.970000', '140655.430000', '140655.890000', '140656.350000', '140656.810000', '140657.270000', '140657.730000', '140658.190000', '140658.650000', '140659.110000', '140659.570000', '140700.030000', '140700.490000', '140700.950000', '140701.410000', '140701.870000', '140702.330000', '140702.790000', '140703.250000', '140703.710000', '140704.170000', '140704.630000', '140705.090000', '140705.550000', '140706.010000', '140706.470000', '140706.930000', '140707.390000', '140707.850000', '140708.310000', '140708.770000', '140709.230000', '140709.690000', '140710.150000', '140710.610000', '140711.070000', '140711.530000', '140711.990000', '140712.450000', '140712.910000', '140713.370000', '140713.830000', '140714.290000', '140714.750000', '140715.210000', '140715.670000', '140716.130000', '140716.590000', '140717.050000', '140717.510000', '140717.970000', '140718.430000', '140718.890000', '140719.350000', '140719.810000', '140720.270000', '140720.730000', '140721.190000', '140721.650000', '140722.110000', '140722.570000', '140723.030000', '140723.490000', '140723.950000', '140724.410000', '140724.870000', '140725.330000', '140725.790000', '140726.250000', '140726.710000', '140727.170000', '140727.630000', '140728.090000', '140728.550000', '140729.010000', '140729.470000', '140729.930000', '140730.390000', '140730.850000', '140731.310000', '140731.770000', '140732.230000', '140732.690000', '140733.150000', '140733.610000', '140734.070000', '140734.530000', '140734.990000', '140735.450000', '140735.910000', '140736.370000', '140736.830000', '140737.290000', '140737.750000', '140738.210000', '140738.670000', '140739.130000', '140739.590000', '140740.050000', '140740.510000', '140740.970000', '140741.430000', '140741.890000', '140742.350000', '140742.810000', '140743.270000', '140743.730000', '140744.190000', '140744.650000', '140745.110000', '140745.570000', '140746.030000', '140746.490000', '140746.950000', '140747.410000', '140747.870000', '140748.330000', '140748.790000', '140749.250000', '140749.710000', '140750.170000', '140750.630000', '140751.090000', '140751.550000', '140752.010000', '140752.470000', '140752.930000', '140753.390000', '140753.850000', '140754.310000', '140754.770000', '140755.230000', '140755.690000', '140756.150000', '140756.610000', '140757.070000', '140757.530000', '140757.990000', '140758.450000', '140758.910000', '140759.370000', '140759.830000', '140800.290000', '140800.750000', '140801.210000', '140801.670000', '140802.130000', '140802.590000', '140803.050000', '140803.510000', '140803.970000', '140804.430000', '140804.890000', '140805.350000', '140805.810000', '140806.270000', '140806.730000', '140807.190000', '140807.650000', '140808.110000', '140808.570000', '140809.030000', '140809.490000', '140809.950000', '140810.410000', '140810.870000', '140811.330000', '140811.790000', '140812.250000', '140812.710000', '140813.170000', '140813.630000', '140814.090000', '140814.550000', '140815.010000', '140815.470000', '140815.930000', '140816.390000', '140816.850000', '140817.310000', '140817.770000', '140818.230000', '140818.690000', '140819.150000', '140819.610000', '140820.070000', '140820.530000', '140820.990000', '140821.450000', '140821.910000', '140822.370000', '140822.830000', '140823.290000', '140823.750000', '140824.210000', '140824.670000', '140825.130000', '140825.590000', '140826.050000', '140826.510000', '140826.970000', '140827.430000', '140827.890000', '140828.350000', '140828.810000', '140829.270000', '140829.730000', '140830.190000', '140830.650000', '140831.110000', '140831.570000', '140832.030000', '140832.490000', '140832.950000', '140833.410000', '140833.870000', '140834.330000', '140834.790000', '140835.250000', '140835.710000', '140836.170000', '140836.630000', '140837.090000', '140837.550000', '140838.010000', '140838.470000', '140838.930000', '140839.390000', '140839.850000', '140840.310000', '140840.770000', '140841.230000', '140841.690000', '140842.150000', '140842.610000', '140843.070000', '140843.530000', '140843.990000', '140844.450000', '140844.910000', '140845.370000', '140845.830000', '140846.290000', '140846.750000', '140847.210000', '140847.670000', '140848.130000', '140848.590000', '140849.050000', '140849.510000', '140849.970000', '140850.430000', '140850.890000', '140851.350000', '140851.810000', '140852.270000', '140852.730000', '140853.190000', '140853.650000', '140854.110000', '140854.570000', '140855.030000', '140855.490000', '140855.950000', '140856.410000', '140856.870000', '140857.330000', '140857.790000', '140858.250000', '140858.710000', '140859.170000', '140859.630000', '140900.090000', '140900.550000', '140901.010000', '140901.470000', '140901.930000', '140902.390000', '140902.850000', '140903.310000', '140903.770000', '140904.230000', '140904.690000', '140905.150000', '140905.610000', '140906.070000', '140906.530000', '140906.990000', '140907.450000', '140907.910000', '140908.370000', '140908.830000', '140909.290000', '140909.750000', '140910.210000', '140910.670000', '140911.130000', '140911.590000', '140912.050000', '140912.510000', '140912.970000', '140913.430000', '140913.890000', '140914.350000', '140914.810000', '140915.270000', '140915.730000', '140916.190000', '140916.650000', '140917.110000', '140917.570000', '140918.030000', '140918.490000', '140918.950000', '140919.410000', '140919.870000', '140920.330000', '140920.790000', '140921.250000', '140921.710000', '140922.170000', '140922.630000', '140923.090000', '140923.550000', '140924.010000', '140924.470000', '140924.930000', '140925.390000', '140925.850000', '140926.310000', '140926.770000', '140927.230000', '140927.690000', '140928.150000', '140928.610000', '140929.070000', '140929.530000', '140929.990000', '140930.450000', '140930.910000', '140931.370000', '140931.830000', '140932.290000', '140932.750000', '140933.210000', '140933.670000', '140934.130000', '140934.590000', '140935.050000', '140935.510000', '140935.970000', '140936.430000', '140936.890000', '140937.350000', '140937.810000', '140938.270000', '140938.730000', '140939.190000', '140939.650000', '140940.110000', '140940.570000', '140941.030000', '140941.490000', '140941.950000', '140942.410000', '140942.870000', '140943.330000', '140943.790000', '140944.250000', '140944.710000', '140945.170000', '140945.630000', '140946.090000', '140946.550000', '140947.010000', '140947.470000', '140947.930000', '140948.390000', '140948.850000', '140949.310000', '140949.770000', '140950.230000', '140950.690000', '140951.150000', '140951.610000', '140952.070000', '140952.530000', '140952.990000', '140953.450000', '140953.910000', '140954.370000', '140954.830000', '140955.290000', '140955.750000', '140956.210000', '140956.670000', '140957.130000', '140957.590000', '140958.050000', '140958.510000', '140958.970000', '140959.430000', '140959.890000', '141000.350000', '141000.810000', '141001.270000', '141001.730000', '141002.190000', '141002.650000', '141003.110000', '141003.570000', '141004.030000', '141004.490000', '141004.950000', '141005.410000', '141005.870000', '141006.330000', '141006.790000', '141007.250000', '141007.710000', '141008.170000', '141008.630000', '141009.090000', '141009.550000', '141010.010000', '141010.470000', '141010.930000', '141011.390000', '141011.850000', '141012.310000', '141012.770000', '141013.230000', '141013.690000', '141014.150000', '141014.610000', '141015.070000', '141015.530000', '141015.990000', '141016.450000', '141016.910000', '141017.370000', '141017.830000', '141018.290000', '141018.750000', '141019.210000', '141019.670000', '141020.130000', '141020.590000', '141021.050000', '141021.510000', '141021.970000', '141022.430000', '141022.890000', '141023.350000', '141023.810000', '141024.270000', '141024.730000', '141025.190000', '141025.650000', '141026.110000', '141026.570000', '141027.030000', '141027.490000', '141027.950000', '141028.410000', '141028.870000', '141029.330000', '141029.790000', '141030.250000', '141030.710000', '141031.170000', '141031.630000', '141032.090000', '141032.550000', '141033.010000', '141033.470000', '141033.930000', '141034.390000', '141034.850000', '141035.310000', '141035.770000', '141036.230000', '141036.690000', '141037.150000', '141037.610000', '141038.070000', '141038.530000', '141038.990000', '141039.450000', '141039.910000', '141040.370000', '141040.830000', '141041.290000', '141041.750000', '141042.210000', '141042.670000', '141043.130000', '141043.590000', '141044.050000', '141044.510000', '141044.970000', '141045.430000', '141045.890000', '141046.350000', '141046.810000', '141047.270000', '141047.730000', '141048.190000', '141048.650000', '141049.110000', '141049.570000', '141050.030000', '141050.490000', '141050.950000', '141051.410000', '141051.870000', '141052.330000', '141052.790000', '141053.250000', '141053.710000', '141054.170000', '141054.630000', '141055.090000', '141055.550000', '141056.010000', '141056.470000', '141056.930000', '141057.390000', '141057.850000', '141058.310000', '141058.770000', '141059.230000', '141059.690000', '141100.150000', '141100.610000', '141101.070000', '141101.530000', '141101.990000', '141102.450000', '141102.910000', '141103.370000', '141103.830000', '141104.290000', '141104.750000', '141105.210000', '141105.670000', '141106.130000', '141106.590000', '141107.050000', '141107.510000', '141107.970000', '141108.430000', '141108.890000', '141109.350000', '141109.810000', '141110.270000', '141110.730000', '141111.190000', '141111.650000', '141112.110000', '141112.570000', '141113.030000', '141113.490000', '141113.950000', '141114.410000', '141114.870000', '141115.330000', '141115.790000', '141116.250000', '141116.710000', '141117.170000', '141117.630000', '141118.090000', '141118.550000', '141119.010000', '141119.470000', '141119.930000', '141120.390000', '141120.850000', '141121.310000', '141121.770000', '141122.230000', '141122.690000', '141123.150000', '141123.610000', '141124.070000', '141124.530000', '141124.990000', '141125.450000', '141125.910000', '141126.370000', '141126.830000', '141127.290000', '141127.750000', '141128.210000', '141128.670000', '141129.130000', '141129.590000', '141130.050000', '141130.510000', '141130.970000', '141131.430000', '141131.890000', '141132.350000', '141132.810000', '141133.270000', '141133.730000', '141134.190000', '141134.650000', '141135.110000', '141135.570000', '141136.030000', '141136.490000', '141136.950000', '141137.410000', '141137.870000', '141138.330000', '141138.790000', '141139.250000', '141139.710000', '141140.170000', '141140.630000', '141141.090000', '141141.550000', '141142.010000', '141142.470000', '141142.930000', '141143.390000', '141143.850000', '141144.310000', '141144.770000', '141145.230000', '141145.690000', '141146.150000', '141146.610000', '141147.070000', '141147.530000', '141147.990000', '141148.450000', '141148.910000', '141149.370000', '141149.830000', '141150.290000', '141150.750000', '141151.210000', '141151.670000', '141152.130000', '141152.590000', '141153.050000', '141153.510000', '141153.970000', '141154.430000', '141154.890000', '141155.350000', '141155.810000', '141156.270000', '141156.730000', '141157.190000', '141157.650000', '141158.110000', '141158.570000', '141159.030000', '141159.490000', '141159.950000', '141200.410000', '141200.870000', '141201.330000', '141201.790000', '141202.250000', '141202.710000', '141203.170000', '141203.630000', '141204.090000', '141204.550000', '141205.010000', '141205.470000', '141205.930000', '141206.390000', '141206.850000', '141207.310000', '141207.770000', '141208.230000', '141208.690000', '141209.150000', '141209.610000', '141210.070000', '141210.530000', '141210.990000', '141211.450000', '141211.910000', '141212.370000', '141212.830000', '141213.290000', '141213.750000', '141214.210000', '141214.670000', '141215.130000', '141215.590000', '141216.050000', '141216.510000', '141216.970000', '141217.430000', '141217.890000', '141218.350000', '141218.810000', '141219.270000', '141219.730000', '141220.190000', '141220.650000', '141221.110000', '141221.570000', '141222.030000', '141222.490000', '141222.950000', '141223.410000', '141223.870000', '141224.330000', '141224.790000', '141225.250000', '141225.710000', '141226.170000', '141226.630000', '141227.090000', '141227.550000', '141228.010000', '141228.470000', '141228.930000', '141229.390000', '141229.850000', '141230.310000', '141230.770000', '141231.230000', '141231.690000', '141232.150000', '141232.610000', '141233.070000', '141233.530000', '141233.990000', '141234.450000', '141234.910000', '141235.370000', '141235.830000', '141236.290000', '141236.750000', '141237.210000', '141237.670000', '141238.130000', '141238.590000', '141239.050000', '141239.510000', '141239.970000', '141240.430000', '141240.890000', '141241.350000', '141241.810000', '141242.270000', '141242.730000', '141243.190000', '141243.650000', '141244.110000', '141244.570000', '141245.030000', '141245.490000', '141245.950000', '141246.410000'], 'ContentTime': ['135849.052000', '135849.055000', '135849.058000', '135849.061000', '135849.067000', '135849.070000', '135849.073000', '135849.076000', '135849.078000', '135849.081000', '135849.084000', '135849.087000', '135849.090000', '135849.099000', '135849.102000', '135849.105000', '135849.108000', '135849.111000', '135849.114000', '135849.117000', '135849.120000', '135849.122000', '135849.125000', '135849.128000', '135849.131000', '135849.134000', '135849.136000', '135849.139000', '135849.142000', '135849.145000', '135849.148000', '135849.151000', '135849.155000', '135849.158000', '135849.161000', '135849.163000', '135849.166000', '135909.022000', '135909.025000', '135909.028000', '135909.031000', '135909.033000', '135909.036000', '135909.039000', '135909.042000', '135909.045000', '135909.048000', '135909.052000', '135909.055000', '135909.057000', '135909.060000', '135909.063000', '135909.066000', '135909.069000', '135909.072000', '135909.075000', '135909.082000', '135909.084000', '135909.087000', '135909.090000', '135909.093000', '135909.096000', '135909.099000', '135909.101000', '135909.104000', '135909.107000', '135909.110000', '135909.113000', '135909.118000', '135909.122000', '135909.125000', '135909.128000', '135909.131000', '135909.134000', '135909.137000', '135909.140000', '135909.142000', '135909.145000', '135909.148000', '135909.151000', '135929.021000', '135929.024000', '135929.027000', '135929.030000', '135929.032000', '135929.035000', '135929.038000', '135929.041000', '135929.054000', '135929.057000', '135929.060000', '135929.062000', '135929.065000', '135929.068000', '135929.071000', '135929.074000', '135929.077000', '135929.080000', '135929.082000', '135929.085000', '135929.088000', '135929.091000', '135929.094000', '135929.097000', '135929.099000', '135929.102000', '135929.105000', '135929.108000', '135929.111000', '135929.114000', '135929.116000', '135929.119000', '135929.122000', '135929.125000', '135929.128000', '135929.131000', '135929.134000', '135929.136000', '135929.139000', '135929.142000', '135929.145000', '135929.148000', '135929.151000', '135929.153000', '135949.021000', '135949.024000', '135949.027000', '135949.030000', '135949.032000', '135949.035000', '135949.038000', '135949.041000', '135949.044000', '135949.047000', '135949.049000', '135949.052000', '135949.055000', '135949.058000', '135949.061000', '135949.064000', '135949.066000', '135949.069000', '135949.072000', '135949.075000', '135949.078000', '135949.081000', '135949.084000', '135949.087000', '135949.089000', '135949.092000', '135949.095000', '135949.098000', '135949.101000', '135949.104000', '135949.107000', '135949.110000', '135949.112000', '135949.115000', '135949.118000', '135949.121000', '135949.124000', '135949.127000', '135949.130000', '135949.133000', '135949.136000', '135949.139000', '135949.141000', '140009.021000', '140009.024000', '140009.027000', '140009.030000', '140009.032000', '140009.035000', '140009.038000', '140009.041000', '140009.044000', '140009.047000', '140009.049000', '140009.052000', '140009.055000', '140009.058000', '140009.061000', '140009.063000', '140009.066000', '140009.069000', '140009.072000', '140009.075000', '140009.078000', '140009.080000', '140009.083000', '140009.086000', '140009.089000', '140009.092000', '140009.095000', '140009.097000', '140009.100000', '140009.103000', '140009.106000', '140009.109000', '140009.112000', '140009.115000', '140009.117000', '140009.120000', '140009.123000', '140009.126000', '140009.129000', '140009.132000', '140009.135000', '140009.137000', '140009.140000', '140009.143000', '140029.021000', '140029.024000', '140029.027000', '140029.030000', '140029.032000', '140029.035000', '140029.038000', '140029.041000', '140029.044000', '140029.047000', '140029.050000', '140029.052000', '140029.055000', '140029.058000', '140029.061000', '140029.064000', '140029.067000', '140029.070000', '140029.073000', '140029.075000', '140029.078000', '140029.081000', '140029.084000', '140029.087000', '140029.091000', '140029.094000', '140029.096000', '140029.099000', '140029.102000', '140029.115000', '140029.118000', '140029.121000', '140029.124000', '140029.127000', '140029.129000', '140029.132000', '140029.135000', '140029.138000', '140029.141000', '140029.144000', '140029.147000', '140029.150000', '140029.152000', '140049.021000', '140049.024000', '140049.027000', '140049.030000', '140049.032000', '140049.035000', '140049.038000', '140049.041000', '140049.044000', '140049.047000', '140049.049000', '140049.052000', '140049.055000', '140049.058000', '140049.061000', '140049.064000', '140049.067000', '140049.070000', '140049.072000', '140049.075000', '140049.078000', '140049.081000', '140049.084000', '140049.087000', '140049.090000', '140049.092000', '140049.095000', '140049.098000', '140049.101000', '140049.104000', '140049.107000', '140049.110000', '140049.112000', '140049.115000', '140049.118000', '140049.121000', '140049.124000', '140049.127000', '140049.129000', '140049.132000', '140049.135000', '140049.138000', '140049.141000', '140049.144000', '140109.022000', '140109.025000', '140109.028000', '140109.031000', '140109.033000', '140109.036000', '140109.039000', '140109.042000', '140109.045000', '140109.048000', '140109.050000', '140109.053000', '140109.056000', '140109.059000', '140109.062000', '140109.065000', '140109.068000', '140109.071000', '140109.073000', '140109.076000', '140109.079000', '140109.082000', '140109.085000', '140109.088000', '140109.091000', '140109.093000', '140109.096000', '140109.099000', '140109.102000', '140109.105000', '140109.108000', '140109.111000', '140109.114000', '140109.116000', '140109.119000', '140109.122000', '140109.125000', '140109.128000', '140109.131000', '140109.134000', '140109.137000', '140109.140000', '140109.142000', '140129.022000', '140129.025000', '140129.028000', '140129.031000', '140129.033000', '140129.036000', '140129.039000', '140129.042000', '140129.045000', '140129.048000', '140129.050000', '140129.053000', '140129.056000', '140129.059000', '140129.062000', '140129.065000', '140129.067000', '140129.070000', '140129.073000', '140129.076000', '140129.079000', '140129.082000', '140129.085000', '140129.087000', '140129.090000', '140129.093000', '140129.096000', '140129.099000', '140129.102000', '140129.105000', '140129.107000', '140129.110000', '140129.113000', '140129.116000', '140129.119000', '140129.122000', '140129.124000', '140129.127000', '140129.130000', '140129.133000', '140129.136000', '140129.139000', '140129.142000', '140129.144000', '140149.021000', '140149.024000', '140149.027000', '140149.030000', '140149.032000', '140149.035000', '140149.038000', '140149.041000', '140149.044000', '140149.047000', '140149.050000', '140149.052000', '140149.055000', '140149.058000', '140149.061000', '140149.064000', '140149.067000', '140149.070000', '140149.072000', '140149.075000', '140149.078000', '140149.081000', '140149.084000', '140149.087000', '140149.089000', '140149.092000', '140149.095000', '140149.098000', '140149.101000', '140149.104000', '140149.107000', '140149.109000', '140149.112000', '140149.115000', '140149.118000', '140149.121000', '140149.124000', '140149.128000', '140149.131000', '140149.134000', '140149.137000', '140149.140000', '140149.143000', '140209.021000', '140209.024000', '140209.027000', '140209.030000', '140209.032000', '140209.035000', '140209.038000', '140209.041000', '140209.044000', '140209.047000', '140209.050000', '140209.060000', '140209.063000', '140209.066000', '140209.069000', '140209.071000', '140209.074000', '140209.077000', '140209.080000', '140209.083000', '140209.086000', '140209.088000', '140209.092000', '140209.095000', '140209.098000', '140209.101000', '140209.104000', '140209.107000', '140209.110000', '140209.112000', '140209.115000', '140209.118000', '140209.121000', '140209.124000', '140209.127000', '140209.130000', '140209.132000', '140209.135000', '140209.138000', '140209.141000', '140209.144000', '140209.147000', '140209.150000', '140209.153000', '140229.021000', '140229.024000', '140229.027000', '140229.030000', '140229.032000', '140229.035000', '140229.038000', '140229.041000', '140229.044000', '140229.047000', '140229.050000', '140229.053000', '140229.055000', '140229.058000', '140229.061000', '140229.064000', '140229.067000', '140229.070000', '140229.072000', '140229.075000', '140229.078000', '140229.081000', '140229.084000', '140229.087000', '140229.090000', '140229.093000', '140229.095000', '140229.098000', '140229.101000', '140229.104000', '140229.107000', '140229.110000', '140229.113000', '140229.115000', '140229.118000', '140229.121000', '140229.124000', '140229.127000', '140229.130000', '140229.132000', '140229.135000', '140229.138000', '140229.141000', '140249.021000', '140249.024000', '140249.027000', '140249.030000', '140249.032000', '140249.035000', '140249.038000', '140249.041000', '140249.044000', '140249.047000', '140249.050000', '140249.052000', '140249.055000', '140249.058000', '140249.061000', '140249.064000', '140249.067000', '140249.070000', '140249.072000', '140249.075000', '140249.078000', '140249.081000', '140249.084000', '140249.087000', '140249.090000', '140249.092000', '140249.095000', '140249.098000', '140249.101000', '140249.104000', '140249.107000', '140249.110000', '140249.112000', '140249.115000', '140249.118000', '140249.121000', '140249.124000', '140249.127000', '140249.130000', '140249.133000', '140249.135000', '140249.138000', '140249.141000', '140249.144000', '140309.022000', '140309.025000', '140309.028000', '140309.031000', '140309.034000', '140309.036000', '140309.039000', '140309.042000', '140309.045000', '140309.048000', '140309.051000', '140309.054000', '140309.057000', '140309.059000', '140309.062000', '140309.065000', '140309.068000', '140309.071000', '140309.074000', '140309.076000', '140309.079000', '140309.082000', '140309.085000', '140309.088000', '140309.091000', '140309.094000', '140309.096000', '140309.099000', '140309.102000', '140309.105000', '140309.108000', '140309.111000', '140309.113000', '140309.116000', '140309.119000', '140309.122000', '140309.125000', '140309.128000', '140309.131000', '140309.133000', '140309.136000', '140309.139000', '140309.142000', '140329.022000', '140329.025000', '140329.028000', '140329.031000', '140329.033000', '140329.036000', '140329.039000', '140329.042000', '140329.045000', '140329.048000', '140329.051000', '140329.054000', '140329.056000', '140329.059000', '140329.062000', '140329.065000', '140329.068000', '140329.071000', '140329.074000', '140329.077000', '140329.079000', '140329.082000', '140329.085000', '140329.088000', '140329.091000', '140329.094000', '140329.097000', '140329.100000', '140329.102000', '140329.105000', '140329.108000', '140329.111000', '140329.114000', '140329.117000', '140329.120000', '140329.123000', '140329.144000', '140329.147000', '140329.150000', '140329.153000', '140329.156000', '140329.159000', '140329.162000', '140349.022000', '140349.025000', '140349.028000', '140349.031000', '140349.034000', '140349.037000', '140349.039000', '140349.042000', '140349.045000', '140349.048000', '140349.051000', '140349.054000', '140349.057000', '140349.060000', '140349.063000', '140349.065000', '140349.068000', '140349.071000', '140349.074000', '140349.077000', '140349.080000', '140349.083000', '140349.085000', '140349.088000', '140349.091000', '140349.094000', '140349.097000', '140349.100000', '140349.103000', '140349.106000', '140349.108000', '140349.111000', '140349.114000', '140349.117000', '140349.120000', '140349.123000', '140349.126000', '140349.129000', '140349.131000', '140349.134000', '140349.137000', '140349.140000', '140349.143000', '140349.146000', '140409.021000', '140409.024000', '140409.027000', '140409.030000', '140409.033000', '140409.036000', '140409.039000', '140409.042000', '140409.045000', '140409.048000', '140409.050000', '140409.053000', '140409.056000', '140409.059000', '140409.062000', '140409.065000', '140409.068000', '140409.071000', '140409.073000', '140409.076000', '140409.079000', '140409.082000', '140409.085000', '140409.088000', '140409.091000', '140409.094000', '140409.096000', '140409.099000', '140409.102000', '140409.105000', '140409.108000', '140409.111000', '140409.114000', '140409.116000', '140409.119000', '140409.122000', '140409.125000', '140409.128000', '140409.131000', '140409.134000', '140409.136000', '140409.139000', '140409.142000', '140429.021000', '140429.024000', '140429.027000', '140429.030000', '140429.033000', '140429.036000', '140429.038000', '140429.041000', '140429.044000', '140429.047000', '140429.050000', '140429.053000', '140429.056000', '140429.059000', '140429.061000', '140429.064000', '140429.067000', '140429.070000', '140429.073000', '140429.076000', '140429.079000', '140429.082000', '140429.084000', '140429.087000', '140429.090000', '140429.093000', '140429.096000', '140429.099000', '140429.102000', '140429.105000', '140429.108000', '140429.110000', '140429.113000', '140429.116000', '140429.119000', '140429.122000', '140429.125000', '140429.127000', '140429.130000', '140429.133000', '140429.136000', '140429.139000', '140429.142000', '140429.145000', '140449.021000', '140449.024000', '140449.027000', '140449.030000', '140449.033000', '140449.036000', '140449.039000', '140449.044000', '140449.048000', '140449.051000', '140449.053000', '140449.056000', '140449.059000', '140449.062000', '140449.065000', '140449.068000', '140449.071000', '140449.075000', '140449.078000', '140449.081000', '140449.084000', '140449.087000', '140449.090000', '140449.093000', '140449.096000', '140449.099000', '140449.102000', '140449.104000', '140449.107000', '140449.110000', '140449.113000', '140449.116000', '140449.119000', '140449.122000', '140449.125000', '140449.128000', '140449.130000', '140449.133000', '140449.136000', '140449.139000', '140449.142000', '140449.145000', '140449.147000', '140509.021000', '140509.024000', '140509.027000', '140509.030000', '140509.033000', '140509.035000', '140509.038000', '140509.041000', '140509.044000', '140509.047000', '140509.050000', '140509.053000', '140509.055000', '140509.058000', '140509.061000', '140509.064000', '140509.067000', '140509.070000', '140509.073000', '140509.076000', '140509.078000', '140509.081000', '140509.084000', '140509.087000', '140509.090000', '140509.093000', '140509.096000', '140509.098000', '140509.101000', '140509.104000', '140509.107000', '140509.110000', '140509.113000', '140509.116000', '140509.119000', '140509.121000', '140509.124000', '140509.127000', '140509.130000', '140509.133000', '140509.136000', '140509.138000', '140509.141000', '140509.144000', '140529.022000', '140529.025000', '140529.028000', '140529.031000', '140529.034000', '140529.037000', '140529.039000', '140529.042000', '140529.045000', '140529.048000', '140529.051000', '140529.054000', '140529.057000', '140529.060000', '140529.062000', '140529.066000', '140529.069000', '140529.072000', '140529.075000', '140529.077000', '140529.080000', '140529.083000', '140529.086000', '140529.089000', '140529.092000', '140529.095000', '140529.097000', '140529.100000', '140529.103000', '140529.106000', '140529.109000', '140529.112000', '140529.115000', '140529.118000', '140529.121000', '140529.124000', '140529.126000', '140529.129000', '140529.132000', '140529.135000', '140529.138000', '140529.141000', '140529.143000', '140549.022000', '140549.025000', '140549.028000', '140549.031000', '140549.034000', '140549.037000', '140549.039000', '140549.042000', '140549.045000', '140549.048000', '140549.051000', '140549.054000', '140549.056000', '140549.059000', '140549.062000', '140549.065000', '140549.068000', '140549.071000', '140549.074000', '140549.076000', '140549.079000', '140549.082000', '140549.085000', '140549.088000', '140549.091000', '140549.093000', '140549.096000', '140549.099000', '140549.102000', '140549.105000', '140549.108000', '140549.111000', '140549.113000', '140549.116000', '140549.119000', '140549.122000', '140549.125000', '140549.128000', '140549.131000', '140549.133000', '140549.136000', '140549.139000', '140549.142000', '140549.145000', '140609.022000', '140609.025000', '140609.028000', '140609.031000', '140609.034000', '140609.037000', '140609.039000', '140609.042000', '140609.045000', '140609.048000', '140609.051000', '140609.054000', '140609.057000', '140609.059000', '140609.062000', '140609.065000', '140609.068000', '140609.071000', '140609.074000', '140609.077000', '140609.079000', '140609.082000', '140609.085000', '140609.088000', '140609.091000', '140609.094000', '140609.097000', '140609.100000', '140609.103000', '140609.106000', '140609.109000', '140609.112000', '140609.114000', '140609.117000', '140609.120000', '140609.123000', '140609.126000', '140609.129000', '140609.131000', '140609.134000', '140609.137000', '140609.140000', '140609.143000', '140629.033000', '140629.036000', '140629.039000', '140629.041000', '140629.045000', '140629.047000', '140629.050000', '140629.053000', '140629.056000', '140629.059000', '140629.062000', '140629.064000', '140629.067000', '140629.070000', '140629.073000', '140629.076000', '140629.079000', '140629.082000', '140629.085000', '140629.087000', '140629.090000', '140629.093000', '140629.096000', '140629.099000', '140629.102000', '140629.105000', '140629.107000', '140629.110000', '140629.113000', '140629.116000', '140629.119000', '140629.122000', '140629.125000', '140629.128000', '140629.131000', '140629.133000', '140629.136000', '140629.139000', '140629.142000', '140629.145000', '140629.148000', '140629.151000', '140629.153000', '140629.156000', '140649.021000', '140649.024000', '140649.027000', '140649.030000', '140649.033000', '140649.035000', '140649.039000', '140649.042000', '140649.045000', '140649.048000', '140649.051000', '140649.054000', '140649.056000', '140649.059000', '140649.062000', '140649.065000', '140649.068000', '140649.071000', '140649.074000', '140649.077000', '140649.079000', '140649.082000', '140649.085000', '140649.088000', '140649.091000', '140649.094000', '140649.097000', '140649.100000', '140649.103000', '140649.106000', '140649.109000', '140649.113000', '140649.115000', '140649.118000', '140649.121000', '140649.124000', '140649.127000', '140649.130000', '140649.132000', '140649.135000', '140649.138000', '140649.141000', '140649.144000', '140709.021000', '140709.024000', '140709.027000', '140709.030000', '140709.033000', '140709.036000', '140709.038000', '140709.041000', '140709.044000', '140709.047000', '140709.050000', '140709.053000', '140709.055000', '140709.058000', '140709.061000', '140709.064000', '140709.067000', '140709.070000', '140709.073000', '140709.076000', '140709.078000', '140709.081000', '140709.084000', '140709.087000', '140709.090000', '140709.093000', '140709.096000', '140709.099000', '140709.102000', '140709.104000', '140709.107000', '140709.110000', '140709.113000', '140709.116000', '140709.119000', '140709.121000', '140709.124000', '140709.127000', '140709.130000', '140709.133000', '140709.136000', '140709.139000', '140709.142000', '140709.144000', '140729.021000', '140729.024000', '140729.027000', '140729.030000', '140729.033000', '140729.036000', '140729.038000', '140729.041000', '140729.044000', '140729.047000', '140729.050000', '140729.053000', '140729.056000', '140729.058000', '140729.061000', '140729.064000', '140729.067000', '140729.070000', '140729.073000', '140729.075000', '140729.078000', '140729.081000', '140729.084000', '140729.087000', '140729.090000', '140729.093000', '140729.096000', '140729.099000', '140729.101000', '140729.104000', '140729.107000', '140729.110000', '140729.113000', '140729.116000', '140729.119000', '140729.122000', '140729.125000', '140729.128000', '140729.131000', '140729.149000', '140729.152000', '140729.155000', '140729.158000', '140749.022000', '140749.025000', '140749.028000', '140749.031000', '140749.034000', '140749.036000', '140749.039000', '140749.042000', '140749.046000', '140749.048000', '140749.051000', '140749.054000', '140749.057000', '140749.060000', '140749.063000', '140749.066000', '140749.069000', '140749.072000', '140749.074000', '140749.077000', '140749.080000', '140749.083000', '140749.086000', '140749.089000', '140749.092000', '140749.095000', '140749.097000', '140749.100000', '140749.103000', '140749.106000', '140749.109000', '140749.112000', '140749.115000', '140749.117000', '140749.120000', '140749.123000', '140749.126000', '140749.129000', '140749.132000', '140749.135000', '140749.138000', '140749.141000', '140749.144000', '140749.146000', '140809.022000', '140809.025000', '140809.028000', '140809.031000', '140809.034000', '140809.036000', '140809.039000', '140809.042000', '140809.045000', '140809.048000', '140809.051000', '140809.054000', '140809.057000', '140809.059000', '140809.062000', '140809.065000', '140809.068000', '140809.071000', '140809.074000', '140809.078000', '140809.081000', '140809.084000', '140809.087000', '140809.090000', '140809.092000', '140809.095000', '140809.098000', '140809.101000', '140809.104000', '140809.107000', '140809.110000', '140809.112000', '140809.115000', '140809.118000', '140809.121000', '140809.124000', '140809.127000', '140809.130000', '140809.133000', '140809.136000', '140809.139000', '140809.141000', '140809.144000', '140829.022000', '140829.025000', '140829.028000', '140829.031000', '140829.034000', '140829.037000', '140829.039000', '140829.042000', '140829.045000', '140829.048000', '140829.051000', '140829.054000', '140829.057000', '140829.060000', '140829.063000', '140829.066000', '140829.068000', '140829.071000', '140829.074000', '140829.077000', '140829.080000', '140829.083000', '140829.086000', '140829.088000', '140829.091000', '140829.094000', '140829.097000', '140829.100000', '140829.103000', '140829.106000', '140829.108000', '140829.111000', '140829.114000', '140829.117000', '140829.120000', '140829.123000', '140829.126000', '140829.129000', '140829.131000', '140829.134000', '140829.137000', '140829.140000', '140829.143000', '140829.146000', '140849.021000', '140849.024000', '140849.027000', '140849.030000', '140849.033000', '140849.035000', '140849.038000', '140849.041000', '140849.044000', '140849.047000', '140849.050000', '140849.052000', '140849.055000', '140849.058000', '140849.061000', '140849.064000', '140849.067000', '140849.070000', '140849.073000', '140849.076000', '140849.078000', '140849.081000', '140849.084000', '140849.087000', '140849.090000', '140849.093000', '140849.096000', '140849.098000', '140849.101000', '140849.104000', '140849.107000', '140849.110000', '140849.113000', '140849.115000', '140849.118000', '140849.121000', '140849.141000', '140849.144000', '140849.147000', '140849.150000', '140849.153000', '140849.155000', '140849.158000', '140909.021000', '140909.024000', '140909.027000', '140909.030000', '140909.033000', '140909.036000', '140909.038000', '140909.041000', '140909.044000', '140909.047000', '140909.050000', '140909.053000', '140909.056000', '140909.059000', '140909.061000', '140909.064000', '140909.067000', '140909.070000', '140909.073000', '140909.076000', '140909.079000', '140909.082000', '140909.085000', '140909.087000', '140909.090000', '140909.093000', '140909.096000', '140909.099000', '140909.102000', '140909.105000', '140909.107000', '140909.110000', '140909.113000', '140909.116000', '140909.119000', '140909.122000', '140909.125000', '140909.127000', '140909.130000', '140909.133000', '140909.136000', '140909.139000', '140909.142000', '140909.145000', '140929.021000', '140929.024000', '140929.027000', '140929.030000', '140929.033000', '140929.035000', '140929.038000', '140929.041000', '140929.044000', '140929.047000', '140929.050000', '140929.053000', '140929.056000', '140929.058000', '140929.061000', '140929.064000', '140929.067000', '140929.070000', '140929.073000', '140929.076000', '140929.079000', '140929.081000', '140929.084000', '140929.087000', '140929.090000', '140929.093000', '140929.096000', '140929.099000', '140929.101000', '140929.104000', '140929.107000', '140929.110000', '140929.113000', '140929.117000', '140929.120000', '140929.123000', '140929.126000', '140929.128000', '140929.131000', '140929.134000', '140929.137000', '140929.140000', '140929.143000', '140949.021000', '140949.024000', '140949.027000', '140949.030000', '140949.033000', '140949.036000', '140949.038000', '140949.041000', '140949.044000', '140949.047000', '140949.050000', '140949.053000', '140949.056000', '140949.058000', '140949.061000', '140949.064000', '140949.067000', '140949.070000', '140949.073000', '140949.076000', '140949.079000', '140949.082000', '140949.084000', '140949.087000', '140949.090000', '140949.093000', '140949.096000', '140949.099000', '140949.102000', '140949.105000', '140949.108000', '140949.110000', '140949.113000', '140949.116000', '140949.119000', '140949.122000', '140949.125000', '140949.128000', '140949.131000', '140949.133000', '140949.136000', '140949.139000', '140949.142000', '140949.145000', '141009.022000', '141009.025000', '141009.028000', '141009.031000', '141009.047000', '141009.050000', '141009.053000', '141009.055000', '141009.058000', '141009.061000', '141009.064000', '141009.067000', '141009.070000', '141009.072000', '141009.075000', '141009.078000', '141009.081000', '141009.084000', '141009.087000', '141009.090000', '141009.093000', '141009.095000', '141009.098000', '141009.101000', '141009.104000', '141009.107000', '141009.109000', '141009.112000', '141009.115000', '141009.118000', '141009.121000', '141009.124000', '141009.127000', '141009.130000', '141009.132000', '141009.135000', '141009.138000', '141009.141000', '141009.144000', '141009.147000', '141009.149000', '141009.152000', '141009.155000', '141029.022000', '141029.025000', '141029.028000', '141029.031000', '141029.034000', '141029.037000', '141029.039000', '141029.042000', '141029.045000', '141029.048000', '141029.051000', '141029.054000', '141029.057000', '141029.059000', '141029.062000', '141029.065000', '141029.068000', '141029.071000', '141029.074000', '141029.077000', '141029.079000', '141029.082000', '141029.085000', '141029.088000', '141029.091000', '141029.094000', '141029.096000', '141029.099000', '141029.102000', '141029.105000', '141029.108000', '141029.111000', '141029.114000', '141029.117000', '141029.119000', '141029.122000', '141029.125000', '141029.128000', '141029.131000', '141029.134000', '141029.136000', '141029.139000', '141029.142000', '141029.145000', '141049.022000', '141049.025000', '141049.028000', '141049.031000', '141049.034000', '141049.036000', '141049.039000', '141049.042000', '141049.045000', '141049.048000', '141049.051000', '141049.053000', '141049.056000', '141049.059000', '141049.062000', '141049.065000', '141049.068000', '141049.071000', '141049.074000', '141049.077000', '141049.079000', '141049.082000', '141049.085000', '141049.088000', '141049.091000', '141049.094000', '141049.096000', '141049.099000', '141049.102000', '141049.105000', '141049.108000', '141049.111000', '141049.114000', '141049.116000', '141049.119000', '141049.122000', '141049.125000', '141049.128000', '141049.131000', '141049.133000', '141049.136000', '141049.139000', '141049.142000', '141109.021000', '141109.024000', '141109.027000', '141109.030000', '141109.033000', '141109.036000', '141109.039000', '141109.041000', '141109.044000', '141109.047000', '141109.050000', '141109.053000', '141109.056000', '141109.058000', '141109.061000', '141109.064000', '141109.067000', '141109.070000', '141109.073000', '141109.076000', '141109.078000', '141109.081000', '141109.084000', '141109.087000', '141109.090000', '141109.093000', '141109.096000', '141109.098000', '141109.101000', '141109.104000', '141109.107000', '141109.110000', '141109.113000', '141109.116000', '141109.119000', '141109.122000', '141109.125000', '141109.127000', '141109.130000', '141109.133000', '141109.136000', '141109.139000', '141109.142000', '141109.145000', '141129.021000', '141129.024000', '141129.027000', '141129.030000', '141129.033000', '141129.036000', '141129.038000', '141129.041000', '141129.044000', '141129.047000', '141129.050000', '141129.053000', '141129.056000', '141129.058000', '141129.061000', '141129.064000', '141129.067000', '141129.070000', '141129.073000', '141129.076000', '141129.078000', '141129.081000', '141129.084000', '141129.087000', '141129.090000', '141129.093000', '141129.096000', '141129.098000', '141129.101000', '141129.104000', '141129.107000', '141129.110000', '141129.113000', '141129.115000', '141129.118000', '141129.121000', '141129.124000', '141129.127000', '141129.130000', '141129.132000', '141129.135000', '141129.138000', '141129.141000', '141149.021000', '141149.024000', '141149.027000', '141149.030000', '141149.033000', '141149.036000', '141149.039000', '141149.042000', '141149.045000', '141149.047000', '141149.050000', '141149.053000', '141149.056000', '141149.059000', '141149.062000', '141149.065000', '141149.068000', '141149.070000', '141149.073000', '141149.076000', '141149.079000', '141149.082000', '141149.085000', '141149.088000', '141149.090000', '141149.093000', '141149.096000', '141149.099000', '141149.102000', '141149.105000', '141149.108000', '141149.110000', '141149.113000', '141149.116000', '141149.119000', '141149.122000', '141149.125000', '141149.127000', '141149.130000', '141149.133000', '141149.136000', '141149.139000', '141149.142000', '141209.021000', '141209.024000', '141209.027000', '141209.030000', '141209.033000', '141209.035000', '141209.038000', '141209.041000', '141209.044000', '141209.047000', '141209.050000', '141209.052000', '141209.055000', '141209.058000', '141209.061000', '141209.064000', '141209.067000', '141209.070000', '141209.072000', '141209.075000', '141209.078000', '141209.081000', '141209.084000', '141209.087000', '141209.090000', '141209.093000', '141209.095000', '141209.098000', '141209.101000', '141209.104000', '141209.107000', '141209.110000', '141209.113000', '141209.115000', '141209.118000', '141209.121000', '141209.124000', '141209.127000', '141209.130000', '141209.132000', '141209.135000', '141209.138000', '141209.141000', '141209.144000', '141229.022000', '141229.025000', '141229.028000', '141229.031000', '141229.034000', '141229.037000', '141229.040000', '141229.043000', '141229.046000', '141229.048000', '141229.051000', '141229.054000', '141229.057000', '141229.060000', '141229.063000', '141229.066000', '141229.068000', '141229.071000', '141229.074000', '141229.077000', '141229.080000', '141229.083000', '141229.086000', '141229.089000', '141229.092000', '141229.095000', '141229.097000', '141229.100000', '141229.103000', '141229.106000', '141229.109000', '141229.112000', '141229.115000', '141229.117000', '141229.120000', '141229.123000', '141229.126000', '141229.129000', '141229.132000', '141229.135000', '141229.137000', '141229.140000', '141229.143000', '141247.056000', '141247.060000', '141247.063000', '141247.066000', '141247.069000', '141247.072000', '141247.075000', '141247.078000', '141247.081000', '141247.084000', '141247.087000', '141247.090000', '141247.093000', '141247.096000', '141247.099000', '141247.102000', '141247.105000', '141247.108000', '141247.111000', '141247.114000', '141247.117000', '141247.120000', '141247.123000', '141247.126000', '141247.128000', '141247.131000', '141247.134000', '141247.137000', '141247.140000', '141247.143000', '141247.146000', '141247.149000', '141247.152000', '141247.155000', '141247.158000', '141247.161000', '141247.164000', '141247.167000', '141247.170000', '141247.173000'], 'InstanceCreationTime': ['135849.052000', '135849.055000', '135849.058000', '135849.061000', '135849.067000', '135849.070000', '135849.073000', '135849.076000', '135849.078000', '135849.081000', '135849.084000', '135849.087000', '135849.090000', '135849.099000', '135849.102000', '135849.105000', '135849.108000', '135849.111000', '135849.114000', '135849.117000', '135849.120000', '135849.122000', '135849.125000', '135849.128000', '135849.131000', '135849.134000', '135849.136000', '135849.139000', '135849.142000', '135849.145000', '135849.148000', '135849.151000', '135849.155000', '135849.158000', '135849.161000', '135849.163000', '135849.166000', '135909.022000', '135909.025000', '135909.028000', '135909.031000', '135909.033000', '135909.036000', '135909.039000', '135909.042000', '135909.045000', '135909.048000', '135909.052000', '135909.055000', '135909.057000', '135909.060000', '135909.063000', '135909.066000', '135909.069000', '135909.072000', '135909.075000', '135909.082000', '135909.084000', '135909.087000', '135909.090000', '135909.093000', '135909.096000', '135909.099000', '135909.101000', '135909.104000', '135909.107000', '135909.110000', '135909.113000', '135909.118000', '135909.122000', '135909.125000', '135909.128000', '135909.131000', '135909.134000', '135909.137000', '135909.140000', '135909.142000', '135909.145000', '135909.148000', '135909.151000', '135929.021000', '135929.024000', '135929.027000', '135929.030000', '135929.032000', '135929.035000', '135929.038000', '135929.041000', '135929.054000', '135929.057000', '135929.060000', '135929.062000', '135929.065000', '135929.068000', '135929.071000', '135929.074000', '135929.077000', '135929.080000', '135929.082000', '135929.085000', '135929.088000', '135929.091000', '135929.094000', '135929.097000', '135929.099000', '135929.102000', '135929.105000', '135929.108000', '135929.111000', '135929.114000', '135929.116000', '135929.119000', '135929.122000', '135929.125000', '135929.128000', '135929.131000', '135929.134000', '135929.136000', '135929.139000', '135929.142000', '135929.145000', '135929.148000', '135929.151000', '135929.153000', '135949.021000', '135949.024000', '135949.027000', '135949.030000', '135949.032000', '135949.035000', '135949.038000', '135949.041000', '135949.044000', '135949.047000', '135949.049000', '135949.052000', '135949.055000', '135949.058000', '135949.061000', '135949.064000', '135949.066000', '135949.069000', '135949.072000', '135949.075000', '135949.078000', '135949.081000', '135949.084000', '135949.087000', '135949.089000', '135949.092000', '135949.095000', '135949.098000', '135949.101000', '135949.104000', '135949.107000', '135949.110000', '135949.112000', '135949.115000', '135949.118000', '135949.121000', '135949.124000', '135949.127000', '135949.130000', '135949.133000', '135949.136000', '135949.139000', '135949.141000', '140009.021000', '140009.024000', '140009.027000', '140009.030000', '140009.032000', '140009.035000', '140009.038000', '140009.041000', '140009.044000', '140009.047000', '140009.049000', '140009.052000', '140009.055000', '140009.058000', '140009.061000', '140009.063000', '140009.066000', '140009.069000', '140009.072000', '140009.075000', '140009.078000', '140009.080000', '140009.083000', '140009.086000', '140009.089000', '140009.092000', '140009.095000', '140009.097000', '140009.100000', '140009.103000', '140009.106000', '140009.109000', '140009.112000', '140009.115000', '140009.117000', '140009.120000', '140009.123000', '140009.126000', '140009.129000', '140009.132000', '140009.135000', '140009.137000', '140009.140000', '140009.143000', '140029.021000', '140029.024000', '140029.027000', '140029.030000', '140029.032000', '140029.035000', '140029.038000', '140029.041000', '140029.044000', '140029.047000', '140029.050000', '140029.052000', '140029.055000', '140029.058000', '140029.061000', '140029.064000', '140029.067000', '140029.070000', '140029.073000', '140029.075000', '140029.078000', '140029.081000', '140029.084000', '140029.087000', '140029.091000', '140029.094000', '140029.096000', '140029.099000', '140029.102000', '140029.115000', '140029.118000', '140029.121000', '140029.124000', '140029.127000', '140029.129000', '140029.132000', '140029.135000', '140029.138000', '140029.141000', '140029.144000', '140029.147000', '140029.150000', '140029.152000', '140049.021000', '140049.024000', '140049.027000', '140049.030000', '140049.032000', '140049.035000', '140049.038000', '140049.041000', '140049.044000', '140049.047000', '140049.049000', '140049.052000', '140049.055000', '140049.058000', '140049.061000', '140049.064000', '140049.067000', '140049.070000', '140049.072000', '140049.075000', '140049.078000', '140049.081000', '140049.084000', '140049.087000', '140049.090000', '140049.092000', '140049.095000', '140049.098000', '140049.101000', '140049.104000', '140049.107000', '140049.110000', '140049.112000', '140049.115000', '140049.118000', '140049.121000', '140049.124000', '140049.127000', '140049.129000', '140049.132000', '140049.135000', '140049.138000', '140049.141000', '140049.144000', '140109.022000', '140109.025000', '140109.028000', '140109.031000', '140109.033000', '140109.036000', '140109.039000', '140109.042000', '140109.045000', '140109.048000', '140109.050000', '140109.053000', '140109.056000', '140109.059000', '140109.062000', '140109.065000', '140109.068000', '140109.071000', '140109.073000', '140109.076000', '140109.079000', '140109.082000', '140109.085000', '140109.088000', '140109.091000', '140109.093000', '140109.096000', '140109.099000', '140109.102000', '140109.105000', '140109.108000', '140109.111000', '140109.114000', '140109.116000', '140109.119000', '140109.122000', '140109.125000', '140109.128000', '140109.131000', '140109.134000', '140109.137000', '140109.140000', '140109.142000', '140129.022000', '140129.025000', '140129.028000', '140129.031000', '140129.033000', '140129.036000', '140129.039000', '140129.042000', '140129.045000', '140129.048000', '140129.050000', '140129.053000', '140129.056000', '140129.059000', '140129.062000', '140129.065000', '140129.067000', '140129.070000', '140129.073000', '140129.076000', '140129.079000', '140129.082000', '140129.085000', '140129.087000', '140129.090000', '140129.093000', '140129.096000', '140129.099000', '140129.102000', '140129.105000', '140129.107000', '140129.110000', '140129.113000', '140129.116000', '140129.119000', '140129.122000', '140129.124000', '140129.127000', '140129.130000', '140129.133000', '140129.136000', '140129.139000', '140129.142000', '140129.144000', '140149.021000', '140149.024000', '140149.027000', '140149.030000', '140149.032000', '140149.035000', '140149.038000', '140149.041000', '140149.044000', '140149.047000', '140149.050000', '140149.052000', '140149.055000', '140149.058000', '140149.061000', '140149.064000', '140149.067000', '140149.070000', '140149.072000', '140149.075000', '140149.078000', '140149.081000', '140149.084000', '140149.087000', '140149.089000', '140149.092000', '140149.095000', '140149.098000', '140149.101000', '140149.104000', '140149.107000', '140149.109000', '140149.112000', '140149.115000', '140149.118000', '140149.121000', '140149.124000', '140149.128000', '140149.131000', '140149.134000', '140149.137000', '140149.140000', '140149.143000', '140209.021000', '140209.024000', '140209.027000', '140209.030000', '140209.032000', '140209.035000', '140209.038000', '140209.041000', '140209.044000', '140209.047000', '140209.050000', '140209.060000', '140209.063000', '140209.066000', '140209.069000', '140209.071000', '140209.074000', '140209.077000', '140209.080000', '140209.083000', '140209.086000', '140209.088000', '140209.092000', '140209.095000', '140209.098000', '140209.101000', '140209.104000', '140209.107000', '140209.110000', '140209.112000', '140209.115000', '140209.118000', '140209.121000', '140209.124000', '140209.127000', '140209.130000', '140209.132000', '140209.135000', '140209.138000', '140209.141000', '140209.144000', '140209.147000', '140209.150000', '140209.153000', '140229.021000', '140229.024000', '140229.027000', '140229.030000', '140229.032000', '140229.035000', '140229.038000', '140229.041000', '140229.044000', '140229.047000', '140229.050000', '140229.053000', '140229.055000', '140229.058000', '140229.061000', '140229.064000', '140229.067000', '140229.070000', '140229.072000', '140229.075000', '140229.078000', '140229.081000', '140229.084000', '140229.087000', '140229.090000', '140229.093000', '140229.095000', '140229.098000', '140229.101000', '140229.104000', '140229.107000', '140229.110000', '140229.113000', '140229.115000', '140229.118000', '140229.121000', '140229.124000', '140229.127000', '140229.130000', '140229.132000', '140229.135000', '140229.138000', '140229.141000', '140249.021000', '140249.024000', '140249.027000', '140249.030000', '140249.032000', '140249.035000', '140249.038000', '140249.041000', '140249.044000', '140249.047000', '140249.050000', '140249.052000', '140249.055000', '140249.058000', '140249.061000', '140249.064000', '140249.067000', '140249.070000', '140249.072000', '140249.075000', '140249.078000', '140249.081000', '140249.084000', '140249.087000', '140249.090000', '140249.092000', '140249.095000', '140249.098000', '140249.101000', '140249.104000', '140249.107000', '140249.110000', '140249.112000', '140249.115000', '140249.118000', '140249.121000', '140249.124000', '140249.127000', '140249.130000', '140249.133000', '140249.135000', '140249.138000', '140249.141000', '140249.144000', '140309.022000', '140309.025000', '140309.028000', '140309.031000', '140309.034000', '140309.036000', '140309.039000', '140309.042000', '140309.045000', '140309.048000', '140309.051000', '140309.054000', '140309.057000', '140309.059000', '140309.062000', '140309.065000', '140309.068000', '140309.071000', '140309.074000', '140309.076000', '140309.079000', '140309.082000', '140309.085000', '140309.088000', '140309.091000', '140309.094000', '140309.096000', '140309.099000', '140309.102000', '140309.105000', '140309.108000', '140309.111000', '140309.113000', '140309.116000', '140309.119000', '140309.122000', '140309.125000', '140309.128000', '140309.131000', '140309.133000', '140309.136000', '140309.139000', '140309.142000', '140329.022000', '140329.025000', '140329.028000', '140329.031000', '140329.033000', '140329.036000', '140329.039000', '140329.042000', '140329.045000', '140329.048000', '140329.051000', '140329.054000', '140329.056000', '140329.059000', '140329.062000', '140329.065000', '140329.068000', '140329.071000', '140329.074000', '140329.077000', '140329.079000', '140329.082000', '140329.085000', '140329.088000', '140329.091000', '140329.094000', '140329.097000', '140329.100000', '140329.102000', '140329.105000', '140329.108000', '140329.111000', '140329.114000', '140329.117000', '140329.120000', '140329.123000', '140329.144000', '140329.147000', '140329.150000', '140329.153000', '140329.156000', '140329.159000', '140329.162000', '140349.022000', '140349.025000', '140349.028000', '140349.031000', '140349.034000', '140349.037000', '140349.039000', '140349.042000', '140349.045000', '140349.048000', '140349.051000', '140349.054000', '140349.057000', '140349.060000', '140349.063000', '140349.065000', '140349.068000', '140349.071000', '140349.074000', '140349.077000', '140349.080000', '140349.083000', '140349.085000', '140349.088000', '140349.091000', '140349.094000', '140349.097000', '140349.100000', '140349.103000', '140349.106000', '140349.108000', '140349.111000', '140349.114000', '140349.117000', '140349.120000', '140349.123000', '140349.126000', '140349.129000', '140349.131000', '140349.134000', '140349.137000', '140349.140000', '140349.143000', '140349.146000', '140409.021000', '140409.024000', '140409.027000', '140409.030000', '140409.033000', '140409.036000', '140409.039000', '140409.042000', '140409.045000', '140409.048000', '140409.050000', '140409.053000', '140409.056000', '140409.059000', '140409.062000', '140409.065000', '140409.068000', '140409.071000', '140409.073000', '140409.076000', '140409.079000', '140409.082000', '140409.085000', '140409.088000', '140409.091000', '140409.094000', '140409.096000', '140409.099000', '140409.102000', '140409.105000', '140409.108000', '140409.111000', '140409.114000', '140409.116000', '140409.119000', '140409.122000', '140409.125000', '140409.128000', '140409.131000', '140409.134000', '140409.136000', '140409.139000', '140409.142000', '140429.021000', '140429.024000', '140429.027000', '140429.030000', '140429.033000', '140429.036000', '140429.038000', '140429.041000', '140429.044000', '140429.047000', '140429.050000', '140429.053000', '140429.056000', '140429.059000', '140429.061000', '140429.064000', '140429.067000', '140429.070000', '140429.073000', '140429.076000', '140429.079000', '140429.082000', '140429.084000', '140429.087000', '140429.090000', '140429.093000', '140429.096000', '140429.099000', '140429.102000', '140429.105000', '140429.108000', '140429.110000', '140429.113000', '140429.116000', '140429.119000', '140429.122000', '140429.125000', '140429.127000', '140429.130000', '140429.133000', '140429.136000', '140429.139000', '140429.142000', '140429.145000', '140449.021000', '140449.024000', '140449.027000', '140449.030000', '140449.033000', '140449.036000', '140449.039000', '140449.044000', '140449.048000', '140449.051000', '140449.053000', '140449.056000', '140449.059000', '140449.062000', '140449.065000', '140449.068000', '140449.071000', '140449.075000', '140449.078000', '140449.081000', '140449.084000', '140449.087000', '140449.090000', '140449.093000', '140449.096000', '140449.099000', '140449.102000', '140449.104000', '140449.107000', '140449.110000', '140449.113000', '140449.116000', '140449.119000', '140449.122000', '140449.125000', '140449.128000', '140449.130000', '140449.133000', '140449.136000', '140449.139000', '140449.142000', '140449.145000', '140449.147000', '140509.021000', '140509.024000', '140509.027000', '140509.030000', '140509.033000', '140509.035000', '140509.038000', '140509.041000', '140509.044000', '140509.047000', '140509.050000', '140509.053000', '140509.055000', '140509.058000', '140509.061000', '140509.064000', '140509.067000', '140509.070000', '140509.073000', '140509.076000', '140509.078000', '140509.081000', '140509.084000', '140509.087000', '140509.090000', '140509.093000', '140509.096000', '140509.098000', '140509.101000', '140509.104000', '140509.107000', '140509.110000', '140509.113000', '140509.116000', '140509.119000', '140509.121000', '140509.124000', '140509.127000', '140509.130000', '140509.133000', '140509.136000', '140509.138000', '140509.141000', '140509.144000', '140529.022000', '140529.025000', '140529.028000', '140529.031000', '140529.034000', '140529.037000', '140529.039000', '140529.042000', '140529.045000', '140529.048000', '140529.051000', '140529.054000', '140529.057000', '140529.060000', '140529.062000', '140529.066000', '140529.069000', '140529.072000', '140529.075000', '140529.077000', '140529.080000', '140529.083000', '140529.086000', '140529.089000', '140529.092000', '140529.095000', '140529.097000', '140529.100000', '140529.103000', '140529.106000', '140529.109000', '140529.112000', '140529.115000', '140529.118000', '140529.121000', '140529.124000', '140529.126000', '140529.129000', '140529.132000', '140529.135000', '140529.138000', '140529.141000', '140529.143000', '140549.022000', '140549.025000', '140549.028000', '140549.031000', '140549.034000', '140549.037000', '140549.039000', '140549.042000', '140549.045000', '140549.048000', '140549.051000', '140549.054000', '140549.056000', '140549.059000', '140549.062000', '140549.065000', '140549.068000', '140549.071000', '140549.074000', '140549.076000', '140549.079000', '140549.082000', '140549.085000', '140549.088000', '140549.091000', '140549.093000', '140549.096000', '140549.099000', '140549.102000', '140549.105000', '140549.108000', '140549.111000', '140549.113000', '140549.116000', '140549.119000', '140549.122000', '140549.125000', '140549.128000', '140549.131000', '140549.133000', '140549.136000', '140549.139000', '140549.142000', '140549.145000', '140609.022000', '140609.025000', '140609.028000', '140609.031000', '140609.034000', '140609.037000', '140609.039000', '140609.042000', '140609.045000', '140609.048000', '140609.051000', '140609.054000', '140609.057000', '140609.059000', '140609.062000', '140609.065000', '140609.068000', '140609.071000', '140609.074000', '140609.077000', '140609.079000', '140609.082000', '140609.085000', '140609.088000', '140609.091000', '140609.094000', '140609.097000', '140609.100000', '140609.103000', '140609.106000', '140609.109000', '140609.112000', '140609.114000', '140609.117000', '140609.120000', '140609.123000', '140609.126000', '140609.129000', '140609.131000', '140609.134000', '140609.137000', '140609.140000', '140609.143000', '140629.033000', '140629.036000', '140629.039000', '140629.041000', '140629.045000', '140629.047000', '140629.050000', '140629.053000', '140629.056000', '140629.059000', '140629.062000', '140629.064000', '140629.067000', '140629.070000', '140629.073000', '140629.076000', '140629.079000', '140629.082000', '140629.085000', '140629.087000', '140629.090000', '140629.093000', '140629.096000', '140629.099000', '140629.102000', '140629.105000', '140629.107000', '140629.110000', '140629.113000', '140629.116000', '140629.119000', '140629.122000', '140629.125000', '140629.128000', '140629.131000', '140629.133000', '140629.136000', '140629.139000', '140629.142000', '140629.145000', '140629.148000', '140629.151000', '140629.153000', '140629.156000', '140649.021000', '140649.024000', '140649.027000', '140649.030000', '140649.033000', '140649.035000', '140649.039000', '140649.042000', '140649.045000', '140649.048000', '140649.051000', '140649.054000', '140649.056000', '140649.059000', '140649.062000', '140649.065000', '140649.068000', '140649.071000', '140649.074000', '140649.077000', '140649.079000', '140649.082000', '140649.085000', '140649.088000', '140649.091000', '140649.094000', '140649.097000', '140649.100000', '140649.103000', '140649.106000', '140649.109000', '140649.113000', '140649.115000', '140649.118000', '140649.121000', '140649.124000', '140649.127000', '140649.130000', '140649.132000', '140649.135000', '140649.138000', '140649.141000', '140649.144000', '140709.021000', '140709.024000', '140709.027000', '140709.030000', '140709.033000', '140709.036000', '140709.038000', '140709.041000', '140709.044000', '140709.047000', '140709.050000', '140709.053000', '140709.055000', '140709.058000', '140709.061000', '140709.064000', '140709.067000', '140709.070000', '140709.073000', '140709.076000', '140709.078000', '140709.081000', '140709.084000', '140709.087000', '140709.090000', '140709.093000', '140709.096000', '140709.099000', '140709.102000', '140709.104000', '140709.107000', '140709.110000', '140709.113000', '140709.116000', '140709.119000', '140709.121000', '140709.124000', '140709.127000', '140709.130000', '140709.133000', '140709.136000', '140709.139000', '140709.142000', '140709.144000', '140729.021000', '140729.024000', '140729.027000', '140729.030000', '140729.033000', '140729.036000', '140729.038000', '140729.041000', '140729.044000', '140729.047000', '140729.050000', '140729.053000', '140729.056000', '140729.058000', '140729.061000', '140729.064000', '140729.067000', '140729.070000', '140729.073000', '140729.075000', '140729.078000', '140729.081000', '140729.084000', '140729.087000', '140729.090000', '140729.093000', '140729.096000', '140729.099000', '140729.101000', '140729.104000', '140729.107000', '140729.110000', '140729.113000', '140729.116000', '140729.119000', '140729.122000', '140729.125000', '140729.128000', '140729.131000', '140729.149000', '140729.152000', '140729.155000', '140729.158000', '140749.022000', '140749.025000', '140749.028000', '140749.031000', '140749.034000', '140749.036000', '140749.039000', '140749.042000', '140749.046000', '140749.048000', '140749.051000', '140749.054000', '140749.057000', '140749.060000', '140749.063000', '140749.066000', '140749.069000', '140749.072000', '140749.074000', '140749.077000', '140749.080000', '140749.083000', '140749.086000', '140749.089000', '140749.092000', '140749.095000', '140749.097000', '140749.100000', '140749.103000', '140749.106000', '140749.109000', '140749.112000', '140749.115000', '140749.117000', '140749.120000', '140749.123000', '140749.126000', '140749.129000', '140749.132000', '140749.135000', '140749.138000', '140749.141000', '140749.144000', '140749.146000', '140809.022000', '140809.025000', '140809.028000', '140809.031000', '140809.034000', '140809.036000', '140809.039000', '140809.042000', '140809.045000', '140809.048000', '140809.051000', '140809.054000', '140809.057000', '140809.059000', '140809.062000', '140809.065000', '140809.068000', '140809.071000', '140809.074000', '140809.078000', '140809.081000', '140809.084000', '140809.087000', '140809.090000', '140809.092000', '140809.095000', '140809.098000', '140809.101000', '140809.104000', '140809.107000', '140809.110000', '140809.112000', '140809.115000', '140809.118000', '140809.121000', '140809.124000', '140809.127000', '140809.130000', '140809.133000', '140809.136000', '140809.139000', '140809.141000', '140809.144000', '140829.022000', '140829.025000', '140829.028000', '140829.031000', '140829.034000', '140829.037000', '140829.039000', '140829.042000', '140829.045000', '140829.048000', '140829.051000', '140829.054000', '140829.057000', '140829.060000', '140829.063000', '140829.066000', '140829.068000', '140829.071000', '140829.074000', '140829.077000', '140829.080000', '140829.083000', '140829.086000', '140829.088000', '140829.091000', '140829.094000', '140829.097000', '140829.100000', '140829.103000', '140829.106000', '140829.108000', '140829.111000', '140829.114000', '140829.117000', '140829.120000', '140829.123000', '140829.126000', '140829.129000', '140829.131000', '140829.134000', '140829.137000', '140829.140000', '140829.143000', '140829.146000', '140849.021000', '140849.024000', '140849.027000', '140849.030000', '140849.033000', '140849.035000', '140849.038000', '140849.041000', '140849.044000', '140849.047000', '140849.050000', '140849.052000', '140849.055000', '140849.058000', '140849.061000', '140849.064000', '140849.067000', '140849.070000', '140849.073000', '140849.076000', '140849.078000', '140849.081000', '140849.084000', '140849.087000', '140849.090000', '140849.093000', '140849.096000', '140849.098000', '140849.101000', '140849.104000', '140849.107000', '140849.110000', '140849.113000', '140849.115000', '140849.118000', '140849.121000', '140849.141000', '140849.144000', '140849.147000', '140849.150000', '140849.153000', '140849.155000', '140849.158000', '140909.021000', '140909.024000', '140909.027000', '140909.030000', '140909.033000', '140909.036000', '140909.038000', '140909.041000', '140909.044000', '140909.047000', '140909.050000', '140909.053000', '140909.056000', '140909.059000', '140909.061000', '140909.064000', '140909.067000', '140909.070000', '140909.073000', '140909.076000', '140909.079000', '140909.082000', '140909.085000', '140909.087000', '140909.090000', '140909.093000', '140909.096000', '140909.099000', '140909.102000', '140909.105000', '140909.107000', '140909.110000', '140909.113000', '140909.116000', '140909.119000', '140909.122000', '140909.125000', '140909.127000', '140909.130000', '140909.133000', '140909.136000', '140909.139000', '140909.142000', '140909.145000', '140929.021000', '140929.024000', '140929.027000', '140929.030000', '140929.033000', '140929.035000', '140929.038000', '140929.041000', '140929.044000', '140929.047000', '140929.050000', '140929.053000', '140929.056000', '140929.058000', '140929.061000', '140929.064000', '140929.067000', '140929.070000', '140929.073000', '140929.076000', '140929.079000', '140929.081000', '140929.084000', '140929.087000', '140929.090000', '140929.093000', '140929.096000', '140929.099000', '140929.101000', '140929.104000', '140929.107000', '140929.110000', '140929.113000', '140929.117000', '140929.120000', '140929.123000', '140929.126000', '140929.128000', '140929.131000', '140929.134000', '140929.137000', '140929.140000', '140929.143000', '140949.021000', '140949.024000', '140949.027000', '140949.030000', '140949.033000', '140949.036000', '140949.038000', '140949.041000', '140949.044000', '140949.047000', '140949.050000', '140949.053000', '140949.056000', '140949.058000', '140949.061000', '140949.064000', '140949.067000', '140949.070000', '140949.073000', '140949.076000', '140949.079000', '140949.082000', '140949.084000', '140949.087000', '140949.090000', '140949.093000', '140949.096000', '140949.099000', '140949.102000', '140949.105000', '140949.108000', '140949.110000', '140949.113000', '140949.116000', '140949.119000', '140949.122000', '140949.125000', '140949.128000', '140949.131000', '140949.133000', '140949.136000', '140949.139000', '140949.142000', '140949.145000', '141009.022000', '141009.025000', '141009.028000', '141009.031000', '141009.047000', '141009.050000', '141009.053000', '141009.055000', '141009.058000', '141009.061000', '141009.064000', '141009.067000', '141009.070000', '141009.072000', '141009.075000', '141009.078000', '141009.081000', '141009.084000', '141009.087000', '141009.090000', '141009.093000', '141009.095000', '141009.098000', '141009.101000', '141009.104000', '141009.107000', '141009.109000', '141009.112000', '141009.115000', '141009.118000', '141009.121000', '141009.124000', '141009.127000', '141009.130000', '141009.132000', '141009.135000', '141009.138000', '141009.141000', '141009.144000', '141009.147000', '141009.149000', '141009.152000', '141009.155000', '141029.022000', '141029.025000', '141029.028000', '141029.031000', '141029.034000', '141029.037000', '141029.039000', '141029.042000', '141029.045000', '141029.048000', '141029.051000', '141029.054000', '141029.057000', '141029.059000', '141029.062000', '141029.065000', '141029.068000', '141029.071000', '141029.074000', '141029.077000', '141029.079000', '141029.082000', '141029.085000', '141029.088000', '141029.091000', '141029.094000', '141029.096000', '141029.099000', '141029.102000', '141029.105000', '141029.108000', '141029.111000', '141029.114000', '141029.117000', '141029.119000', '141029.122000', '141029.125000', '141029.128000', '141029.131000', '141029.134000', '141029.136000', '141029.139000', '141029.142000', '141029.145000', '141049.022000', '141049.025000', '141049.028000', '141049.031000', '141049.034000', '141049.036000', '141049.039000', '141049.042000', '141049.045000', '141049.048000', '141049.051000', '141049.053000', '141049.056000', '141049.059000', '141049.062000', '141049.065000', '141049.068000', '141049.071000', '141049.074000', '141049.077000', '141049.079000', '141049.082000', '141049.085000', '141049.088000', '141049.091000', '141049.094000', '141049.096000', '141049.099000', '141049.102000', '141049.105000', '141049.108000', '141049.111000', '141049.114000', '141049.116000', '141049.119000', '141049.122000', '141049.125000', '141049.128000', '141049.131000', '141049.133000', '141049.136000', '141049.139000', '141049.142000', '141109.021000', '141109.024000', '141109.027000', '141109.030000', '141109.033000', '141109.036000', '141109.039000', '141109.041000', '141109.044000', '141109.047000', '141109.050000', '141109.053000', '141109.056000', '141109.058000', '141109.061000', '141109.064000', '141109.067000', '141109.070000', '141109.073000', '141109.076000', '141109.078000', '141109.081000', '141109.084000', '141109.087000', '141109.090000', '141109.093000', '141109.096000', '141109.098000', '141109.101000', '141109.104000', '141109.107000', '141109.110000', '141109.113000', '141109.116000', '141109.119000', '141109.122000', '141109.125000', '141109.127000', '141109.130000', '141109.133000', '141109.136000', '141109.139000', '141109.142000', '141109.145000', '141129.021000', '141129.024000', '141129.027000', '141129.030000', '141129.033000', '141129.036000', '141129.038000', '141129.041000', '141129.044000', '141129.047000', '141129.050000', '141129.053000', '141129.056000', '141129.058000', '141129.061000', '141129.064000', '141129.067000', '141129.070000', '141129.073000', '141129.076000', '141129.078000', '141129.081000', '141129.084000', '141129.087000', '141129.090000', '141129.093000', '141129.096000', '141129.098000', '141129.101000', '141129.104000', '141129.107000', '141129.110000', '141129.113000', '141129.115000', '141129.118000', '141129.121000', '141129.124000', '141129.127000', '141129.130000', '141129.132000', '141129.135000', '141129.138000', '141129.141000', '141149.021000', '141149.024000', '141149.027000', '141149.030000', '141149.033000', '141149.036000', '141149.039000', '141149.042000', '141149.045000', '141149.047000', '141149.050000', '141149.053000', '141149.056000', '141149.059000', '141149.062000', '141149.065000', '141149.068000', '141149.070000', '141149.073000', '141149.076000', '141149.079000', '141149.082000', '141149.085000', '141149.088000', '141149.090000', '141149.093000', '141149.096000', '141149.099000', '141149.102000', '141149.105000', '141149.108000', '141149.110000', '141149.113000', '141149.116000', '141149.119000', '141149.122000', '141149.125000', '141149.127000', '141149.130000', '141149.133000', '141149.136000', '141149.139000', '141149.142000', '141209.021000', '141209.024000', '141209.027000', '141209.030000', '141209.033000', '141209.035000', '141209.038000', '141209.041000', '141209.044000', '141209.047000', '141209.050000', '141209.052000', '141209.055000', '141209.058000', '141209.061000', '141209.064000', '141209.067000', '141209.070000', '141209.072000', '141209.075000', '141209.078000', '141209.081000', '141209.084000', '141209.087000', '141209.090000', '141209.093000', '141209.095000', '141209.098000', '141209.101000', '141209.104000', '141209.107000', '141209.110000', '141209.113000', '141209.115000', '141209.118000', '141209.121000', '141209.124000', '141209.127000', '141209.130000', '141209.132000', '141209.135000', '141209.138000', '141209.141000', '141209.144000', '141229.022000', '141229.025000', '141229.028000', '141229.031000', '141229.034000', '141229.037000', '141229.040000', '141229.043000', '141229.046000', '141229.048000', '141229.051000', '141229.054000', '141229.057000', '141229.060000', '141229.063000', '141229.066000', '141229.068000', '141229.071000', '141229.074000', '141229.077000', '141229.080000', '141229.083000', '141229.086000', '141229.089000', '141229.092000', '141229.095000', '141229.097000', '141229.100000', '141229.103000', '141229.106000', '141229.109000', '141229.112000', '141229.115000', '141229.117000', '141229.120000', '141229.123000', '141229.126000', '141229.129000', '141229.132000', '141229.135000', '141229.137000', '141229.140000', '141229.143000', '141247.056000', '141247.060000', '141247.063000', '141247.066000', '141247.069000', '141247.072000', '141247.075000', '141247.078000', '141247.081000', '141247.084000', '141247.087000', '141247.090000', '141247.093000', '141247.096000', '141247.099000', '141247.102000', '141247.105000', '141247.108000', '141247.111000', '141247.114000', '141247.117000', '141247.120000', '141247.123000', '141247.126000', '141247.128000', '141247.131000', '141247.134000', '141247.137000', '141247.140000', '141247.143000', '141247.146000', '141247.149000', '141247.152000', '141247.155000', '141247.158000', '141247.161000', '141247.164000', '141247.167000', '141247.170000', '141247.173000'], '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': [10701, 14837, 9447, 12882, 10190, 11480, 15347, 10395, 14455, 9405, 12318, 7889, 11338, 10334, 9721, 11760, 11444, 7303, 11964, 8310, 14210, 8419, 14348, 8305, 13197, 9120, 11801, 10195, 11769, 15135, 9980, 14740, 10666, 14126, 9052, 13158, 7413, 12198, 12116, 11382, 14986, 10016, 14217, 9107, 13821, 8524, 13664, 7468, 12147, 11446, 10376, 15108, 10708, 14106, 9137, 13560, 7948, 13402, 8479, 11855, 12789, 10088, 14625, 9091, 13734, 7881, 12729, 6743, 12333, 11658, 10399, 15142, 10255, 13984, 8450, 13581, 7618, 12626, 11099, 10918, 14549, 9751, 13444, 8611, 13302, 8218, 12489, 7465, 12317, 7637, 12653, 7757, 12300, 8015, 11691, 15177, 9190, 13770, 8353, 12275, 10413, 10066, 14692, 9041, 14074, 8097, 12650, 7338, 11653, 12045, 10369, 15021, 10262, 14089, 8387, 13033, 7030, 11940, 12478, 10360, 14887, 10076, 13601, 8028, 12995, 7973, 11737, 12228, 11069, 13686, 10200, 14349, 9656, 13937, 9717, 13755, 8486, 13564, 7762, 12798, 11103, 10950, 12624, 10523, 14230, 9960, 14015, 9775, 13759, 9332, 13583, 8356, 13209, 8119, 14030, 8219, 13954, 7205, 12907, 13538, 10432, 14865, 10217, 13941, 7794, 12940, 10531, 11269, 15063, 11198, 14622, 9240, 13825, 8128, 13818, 7492, 13094, 7318, 12546, 12561, 10678, 15213, 10933, 14015, 9481, 13820, 7740, 13818, 7281, 13363, 7276, 12501, 10696, 11183, 15880, 11555, 14641, 9767, 14164, 8258, 13626, 7636, 13552, 6942, 12809, 12489, 10680, 15424, 10516, 14185, 8098, 13349, 6736, 12841, 9033, 12088, 9867, 11467, 11998, 10895, 15295, 11175, 14676, 10109, 13758, 7268, 13747, 7120, 13080, 8435, 12142, 8516, 11912, 11626, 11027, 13753, 12248, 12315, 11142, 14189, 10903, 14662, 10985, 14194, 9690, 13985, 7311, 13697, 7747, 11924, 10999, 12044, 8836, 12467, 12264, 10956, 15504, 11423, 14400, 8711, 13494, 7009, 12808, 12000, 11027, 14958, 10061, 14092, 8225, 13606, 7059, 12897, 6904, 12966, 9448, 11148, 12475, 11084, 10282, 11770, 11257, 10369, 15612, 10068, 14623, 9383, 14155, 7605, 13454, 7467, 12446, 13935, 12060, 14267, 10097, 14435, 9848, 14359, 11339, 13282, 10662, 14159, 9407, 13540, 8104, 13844, 11576, 13554, 13988, 11641, 14450, 11302, 12098, 10773, 13474, 9012, 10005, 10240, 10552, 12836, 8526, 13818, 8939, 12478, 16053, 11480, 14649, 9338, 13210, 7372, 12768, 7478, 12234, 14681, 11809, 15795, 10497, 14526, 9594, 13555, 11407, 14518, 10200, 14419, 9744, 14247, 10788, 14510, 10198, 14182, 8504, 13744, 9210, 11872, 15397, 11234, 15132, 9715, 13631, 7567, 12913, 8695, 11909, 12191, 11090, 15452, 10422, 15356, 10884, 14457, 8633, 11884, 7011, 13561, 8305, 13050, 9431, 13662, 8582, 13813, 9712, 15522, 9740, 15143, 8889, 13724, 9479, 15083, 10335, 15033, 8192, 13242, 7371, 14241, 6996, 13425, 6818, 13572, 7282, 11283, 13271, 10354, 14752, 10356, 14500, 9121, 14494, 8288, 14380, 7913, 14365, 7438, 14515, 7200, 14657, 7309, 14988, 7265, 14401, 6962, 13727, 7571, 13007, 8181, 13240, 6977, 12518, 8836, 11958, 11174, 11934, 11793, 10508, 15574, 10480, 14964, 11012, 14615, 9496, 14518, 8562, 14064, 7799, 14952, 7665, 14160, 7206, 14242, 7462, 15017, 7124, 14226, 7126, 14084, 7907, 14065, 8476, 13066, 9620, 10178, 15895, 10933, 15564, 11075, 14070, 10436, 14235, 10157, 14611, 9751, 15038, 9438, 14209, 7790, 14136, 7048, 13456, 8422, 12643, 9214, 11888, 15467, 10951, 15363, 9828, 14206, 7457, 13996, 7347, 13778, 7426, 14297, 7274, 13849, 7771, 12557, 12568, 11073, 15470, 11131, 14763, 8883, 13726, 7110, 13502, 7910, 12778, 9680, 11486, 15469, 10777, 14714, 9943, 14365, 7903, 14033, 7091, 13148, 9215, 11907, 9842, 11276, 14198, 11048, 14797, 10048, 14522, 8267, 14019, 7193, 13314, 10058, 11412, 14221, 10899, 15010, 9182, 13850, 7222, 13962, 7344, 12548, 12747, 9650, 14410, 8398, 13748, 7744, 12781, 9053, 9811, 14441, 10669, 14401, 9893, 14270, 8653, 14001, 9120, 14193, 8560, 13845, 7559, 13735, 11206, 9684, 15450, 9430, 14327, 7527, 11801, 13212, 10011, 14813, 8898, 14327, 7136, 12957, 7364, 11446, 12275, 10646, 14489, 10319, 14253, 8275, 13797, 7546, 11660, 11855, 9559, 14574, 8602, 13627, 7543, 12624, 7269, 11326, 11622, 9676, 14356, 10503, 14178, 8710, 13198, 7676, 13527, 7699, 12886, 8538, 10762, 13383, 9608, 14512, 9662, 14243, 7849, 13591, 7052, 12883, 8531, 11943, 10076, 11724, 13251, 10442, 14947, 9383, 14368, 7780, 13829, 7032, 13321, 7255, 12691, 11448, 11263, 13243, 10916, 15001, 9710, 14242, 8939, 14539, 8006, 13367, 7108, 12352, 7334, 12804, 8566, 12114, 8488, 11886, 10613, 11008, 14044, 11971, 14196, 11079, 14749, 10387, 13665, 10014, 14218, 9795, 14252, 8794, 12938, 7555, 13785, 7880, 13405, 8578, 11525, 13545, 10776, 14207, 10218, 14321, 8421, 13512, 7176, 12990, 7845, 11838, 12053, 11596, 11738, 10567, 13209, 10533, 14682, 10957, 14333, 10280, 14057, 8872, 13394, 7845, 13658, 7234, 13323, 7169, 12128, 10204, 10138, 14911, 11711, 14243, 10036, 13599, 8557, 13751, 7585, 13733, 7644, 12477, 7329, 11823, 11017, 10799, 12039, 10823, 14497, 10067, 14238, 8904, 14118, 7824, 12883, 9200, 10381, 14965, 9888, 14555, 7997, 13726, 7344, 12692, 7925, 11588, 12736, 11353, 14718, 10781, 14189, 9181, 13477, 7370, 13726, 7691, 11168, 14506, 10422, 14094, 9070, 13995, 7359, 12985, 7488, 11848, 13011, 11220, 14539, 10942, 13915, 9595, 13436, 8891, 14383, 8173, 13997, 6977, 13659, 7374, 13005, 8020, 12638, 7658, 12720, 8135, 11353, 11956, 10952, 13643, 11495, 14445, 10215, 14748, 10354, 14496, 10929, 14644, 10439, 14206, 8454, 13497, 7540, 14511, 6886, 14286, 7078, 13232, 7250, 14418, 7332, 14355, 7354, 13336, 7007, 13817, 7263, 14066, 7044, 13750, 6961, 13360, 7181, 13383, 8703, 12585, 8513, 11591, 12474, 10468, 13449, 11593, 11525, 11201, 12668, 10311, 14551, 9337, 14706, 9158, 14449, 8203, 13563, 7909, 13999, 7297, 14454, 7878, 12237, 9815, 11498, 13431, 11903, 13319, 10961, 14453, 10662, 13677, 9839, 14635, 9373, 13675, 8017, 13273, 7334, 14163, 8347, 14001, 7601, 12960, 7005, 13170, 7680, 14419, 8079, 14326, 7215, 13562, 7647, 14374, 7781, 13340, 7050, 13339, 7507, 12797, 7910, 12950, 8771, 12231, 10416, 10962, 14785, 11727, 14825, 11360, 14265, 10084, 13105, 9531, 13522, 9663, 14351, 9494, 13428, 8574, 12816, 7542, 13515, 6985, 13909, 7078, 14356, 8194, 15603, 9157, 14675, 11109, 13286, 10439, 10040, 11720, 10666, 11877, 12602, 11922, 15559, 10471, 13443, 9352, 13265, 7410, 13770, 6993, 12636, 7203, 11970, 12184, 11258, 14712, 11850, 13741, 10064, 12490, 8297, 12556, 7682, 13040, 8813, 11612, 9957, 10255, 13568, 10731, 13524, 10836, 13281, 9549, 12143, 8678, 12763, 8415, 13310, 8184, 12521, 6873, 12277, 7470, 11137, 10626, 10915, 12259, 9162, 13883, 9861, 13448, 9914, 13286, 8357, 12068, 6840, 12771, 7282, 11942, 9700, 10264, 14407, 9485, 13151, 8693, 12971, 7116, 11560, 7503, 9494, 14751, 10513, 13439, 8676, 11863, 6964, 11729, 7070, 10401, 10667, 10561, 8070, 11405, 8438, 12173, 7892, 13675, 10426, 14792, 9041, 8626, 13145, 7861, 14442, 10720, 14107, 10676, 14598, 9426, 14423, 9752, 12927, 14446, 10714, 14648, 10061, 13572, 7969, 12434, 12526, 11085, 14599, 10137, 13227, 10219, 13405, 7803, 12852, 7502, 11797, 12176, 10710, 14393, 10543, 13347, 7674, 12457, 9230, 11185, 14597, 11458, 13636, 9739, 12767, 8038, 13032, 7414, 12116, 8940, 11353, 12518, 9959, 14056, 9942, 13766, 9695, 13223, 7986, 12920, 7419, 12353, 11695, 11317, 15094, 10717, 13606, 8997, 13163, 7727, 13452, 7494, 12894, 7512, 12035, 12013, 10419, 14800, 10611, 13842, 9482, 13079, 7528, 12980, 9720, 11537, 15184, 10117, 13349, 8857, 12999, 7934, 13375, 7308, 12209, 10352, 10601, 14691, 10107, 14220, 9707, 13617, 7650, 13187, 7380, 13363, 8839, 12392, 9622, 11032, 13764, 10905, 14398, 11200, 13994, 8658, 12913, 7684, 12181, 12704, 11626, 14700, 10472, 13652, 9515, 12779, 8019, 13621, 7994, 12499, 9074, 11398, 14580, 10906, 13925, 11111, 13189, 9283, 12665, 8169, 13310, 8099, 13419, 7640, 12116, 9305, 11403, 15365, 11397, 13631, 9785, 12979, 8038, 13075, 7407, 13006, 7850, 12415, 8885, 11164, 13464, 11668, 14568, 10644, 13539, 9582, 13061, 8278, 13145, 8925, 11978, 12546, 10790, 13714, 10702, 13758, 8422, 13166, 7434, 12351, 7499, 12950, 10775, 11834, 11813, 11378, 14052, 10497, 13753, 10268, 13502, 7807, 12838, 7448, 11865, 12314, 10690, 14680, 10873, 13467, 8619, 12623, 7336, 11612, 12748, 10200, 13928, 9618, 12996, 7307, 12525, 8948, 11262, 13819, 10616, 13751, 8881, 12372, 7794, 12474, 8339, 11543, 12248, 10583, 13952, 9472, 13423, 9575, 13223, 8025, 12811, 7851, 11043, 14674, 10646, 13675, 9296, 12933, 7510, 12079, 9693, 10797, 14712, 11207, 13702, 9842, 12938, 8837, 12261, 7754, 12485, 8589, 14867, 9396, 13972, 7853, 13363, 9520, 10624, 14786, 9774, 13469, 7855, 12233, 12574, 10458, 14442, 10637, 13847, 9213, 12639, 7475, 12700, 8466, 12044, 11807, 11031, 13590, 10346, 13337, 10830, 12585, 11129, 10354, 10576, 10476, 11069, 13181, 11386, 14505, 9664, 13357, 7703, 12318, 13473, 10769, 14104, 10071, 13226, 8027, 12304, 11548, 10505, 13986, 10806, 13395, 9598, 12750, 8956, 13854, 8628, 12819, 7231, 13292, 7466, 13036, 8454, 12203, 11893, 10216, 14778, 10516, 14242, 10079, 13590, 8372, 12950, 7658, 13088, 9813, 11959, 12678, 10238, 13839, 10006, 13586, 10908, 13281, 10990, 12897, 10511, 13511, 9845, 13399, 9161, 13755, 8399, 12883, 7653, 12723, 8083, 12571, 11844, 12011, 14104, 10875, 13723, 10579, 13532, 9999, 13352, 8584, 13185, 7849, 12821, 10084, 12378, 10977, 12160, 9682, 11348, 10278, 11710, 12833, 11972, 12667, 11433, 13889, 10480, 14098, 11072, 13792, 10483, 13490, 9276, 13119, 7931, 12808, 11336, 11009, 14166, 10110, 13744, 10378, 13568, 8473, 13206, 7810, 12103, 10976, 11459, 14615, 11432, 13760, 10173, 12963, 8523, 13064, 7712, 12408, 10684, 11624, 13839, 10484, 14003, 9888, 13595, 9544, 13380, 8209, 13136, 8032, 12578, 10768, 12003, 13408, 11065, 14105, 10229, 13394, 9167, 13876, 8247, 13689, 7960, 12874, 7469, 13193, 9561, 12573, 11487, 11285, 15090, 9526, 14271, 8892, 13460, 8138, 11935, 15091, 9777, 14082, 8965, 13511, 7762, 12886, 7495, 11804, 11536, 10285, 12087, 11235, 9678, 11597, 7314, 12315, 9483, 11804, 13010, 11006, 14076, 10356, 14723, 8852, 14098, 12069, 11017, 14952, 9431, 13865, 8276, 13928, 9428, 11327, 11367, 10206, 14472, 9165, 13773, 9233, 13850, 7686, 13116, 7728, 11703, 13759, 10082, 14298, 9916, 13729, 8805, 13127, 7861, 12741, 7770, 12633, 8529, 12040, 8157, 11782, 9230, 11489, 10037, 11986, 8222, 12252, 11736, 10484, 14676, 10131, 14065, 9413, 13412, 7882, 12629, 7673, 12272, 8631, 11859, 8983, 10883, 14514, 9564, 13827, 10084, 13457, 8112, 12662, 7481, 12469, 10868, 11065, 12667, 10514, 13298, 9704, 13596, 9882, 14093, 10417, 13529, 10249, 13550, 8803, 13035, 8002, 12779, 9191, 11173, 13195, 9839, 14004, 9922, 13503, 8822, 13147, 7679, 11957, 10278, 11053, 13856, 10407, 13405, 9122, 12729, 7996, 13000, 7775, 11672, 7295, 11607, 10084, 9072, 10842, 9757, 8897, 11524, 6719, 12853, 7749, 12272, 12118, 10393, 13982, 11210, 12245, 10943, 13455, 10176, 14198, 10088, 13767, 8900, 13277, 7287, 12414, 10109, 10842, 14108, 10488, 14028, 9418, 13275, 8965, 13430, 9274, 13079, 9007, 13063, 8944, 13190, 9265, 13562, 9469, 14174, 8309, 13121, 8240, 13850, 8245, 14110, 8630, 13477, 8214, 13451, 7751, 13895, 8051, 13679, 7495, 13196, 7405, 13350, 7427, 14081, 7909, 14602, 8075, 14668, 9488, 13932, 10294, 8952, 11401, 7957, 14150, 8369, 13084, 8503, 14540, 10796, 12355, 10868, 12362, 10976, 13748, 10673, 13011, 11150, 12043, 11180, 11048, 10602, 10373, 11574, 8628, 12954, 7227, 13604, 7527, 14091, 9015, 14801, 10284, 12989, 10341, 10940, 10817, 9031, 12606, 7913, 14255, 8101, 13930, 8541, 13721, 7909, 14860, 9286, 14349, 9728, 12411, 9813, 7493, 12502, 8973, 14506, 11552, 7464, 12893, 8029, 14333, 9865, 12955, 11059, 10079, 10769, 8122, 12375, 7879, 11448, 9492, 7750, 14642, 10535, 8652, 11515, 7040, 14288, 8293, 14375, 8524, 14510, 10154, 14068, 10112, 7347, 12063, 7885, 13762, 11504, 7974, 12726, 8952, 8109, 12968, 8146, 13379, 10860, 13965, 10721, 14042, 10563, 14031, 10775, 13673, 9669, 13047, 9965, 10895, 10225, 11426, 10952, 9195, 12146, 7532, 12250, 8441, 11723, 11920, 11278, 11919, 11044, 9983, 11012, 8869, 11752, 8135, 13830, 8557, 14631, 8658, 13892, 8836, 14195, 9301, 14103, 9137, 13790, 8359, 12190, 14773, 9825, 14506, 10745, 13563, 9477, 12494, 9848, 11742, 8920, 7128, 13604, 8393, 12339, 10392, 15048, 9468, 14432, 8564, 13661, 7653, 12702, 13923, 10380, 15149, 9964, 13744, 9904, 13823, 8944, 13324, 8380, 13149, 7943, 12312, 8690, 11367, 8161, 11234, 8244, 11791, 9717, 12160, 8690, 12190, 12144, 10479, 15159, 10473, 14083, 9955, 13796, 8997, 13585, 8701, 13536, 8349, 12920], 'WindowCenter': [4365.0, 4385.0, 4321.0, 4350.0, 4316.0, 4327.0, 4338.0, 4303.0, 4339.0, 4293.0, 4349.0, 4324.0, 4342.0, 4347.0, 4334.0, 4369.0, 4367.0, 4304.0, 4335.0, 4296.0, 4377.0, 4309.0, 4362.0, 4309.0, 4360.0, 4306.0, 4338.0, 4318.0, 4334.0, 4354.0, 4305.0, 4331.0, 4300.0, 4330.0, 4292.0, 4337.0, 4275.0, 4306.0, 4308.0, 4308.0, 4339.0, 4299.0, 4328.0, 4284.0, 4332.0, 4278.0, 4328.0, 4257.0, 4317.0, 4308.0, 4292.0, 4326.0, 4291.0, 4328.0, 4288.0, 4317.0, 4267.0, 4317.0, 4271.0, 4307.0, 4318.0, 4299.0, 4327.0, 4276.0, 4320.0, 4255.0, 4315.0, 4246.0, 4318.0, 4307.0, 4302.0, 4327.0, 4298.0, 4329.0, 4279.0, 4334.0, 4274.0, 4336.0, 4311.0, 4325.0, 4349.0, 4303.0, 4336.0, 4280.0, 4330.0, 4281.0, 4319.0, 4259.0, 4325.0, 4269.0, 4336.0, 4271.0, 4327.0, 4286.0, 4333.0, 4343.0, 4291.0, 4331.0, 4280.0, 4321.0, 4301.0, 4301.0, 4341.0, 4279.0, 4330.0, 4268.0, 4325.0, 4264.0, 4311.0, 4325.0, 4300.0, 4339.0, 4298.0, 4334.0, 4285.0, 4331.0, 4259.0, 4320.0, 4307.0, 4288.0, 4339.0, 4299.0, 4329.0, 4285.0, 4335.0, 4266.0, 4308.0, 4308.0, 4314.0, 4328.0, 4300.0, 4340.0, 4289.0, 4329.0, 4289.0, 4335.0, 4294.0, 4330.0, 4275.0, 4331.0, 4309.0, 4313.0, 4331.0, 4316.0, 4341.0, 4300.0, 4328.0, 4302.0, 4344.0, 4307.0, 4329.0, 4284.0, 4333.0, 4285.0, 4341.0, 4281.0, 4343.0, 4284.0, 4345.0, 4330.0, 4300.0, 4344.0, 4304.0, 4329.0, 4270.0, 4319.0, 4285.0, 4301.0, 4327.0, 4296.0, 4331.0, 4288.0, 4330.0, 4270.0, 4331.0, 4260.0, 4317.0, 4257.0, 4324.0, 4318.0, 4301.0, 4342.0, 4297.0, 4327.0, 4293.0, 4332.0, 4268.0, 4332.0, 4256.0, 4328.0, 4262.0, 4324.0, 4298.0, 4308.0, 4337.0, 4312.0, 4331.0, 4302.0, 4328.0, 4278.0, 4332.0, 4255.0, 4328.0, 4262.0, 4330.0, 4318.0, 4315.0, 4342.0, 4300.0, 4332.0, 4279.0, 4333.0, 4251.0, 4317.0, 4276.0, 4325.0, 4298.0, 4325.0, 4320.0, 4314.0, 4338.0, 4308.0, 4339.0, 4305.0, 4335.0, 4273.0, 4328.0, 4251.0, 4323.0, 4273.0, 4319.0, 4278.0, 4320.0, 4313.0, 4309.0, 4329.0, 4320.0, 4320.0, 4321.0, 4341.0, 4315.0, 4340.0, 4315.0, 4330.0, 4289.0, 4331.0, 4276.0, 4333.0, 4275.0, 4326.0, 4309.0, 4318.0, 4288.0, 4330.0, 4319.0, 4311.0, 4337.0, 4319.0, 4340.0, 4294.0, 4335.0, 4270.0, 4334.0, 4311.0, 4313.0, 4339.0, 4304.0, 4328.0, 4283.0, 4327.0, 4251.0, 4330.0, 4262.0, 4330.0, 4306.0, 4312.0, 4319.0, 4321.0, 4312.0, 4333.0, 4323.0, 4326.0, 4357.0, 4301.0, 4342.0, 4292.0, 4348.0, 4285.0, 4344.0, 4272.0, 4331.0, 4318.0, 4334.0, 4343.0, 4325.0, 4341.0, 4298.0, 4314.0, 4322.0, 4331.0, 4312.0, 4342.0, 4307.0, 4329.0, 4255.0, 4332.0, 4297.0, 4316.0, 4314.0, 4328.0, 4334.0, 4297.0, 4302.0, 4315.0, 4330.0, 4291.0, 4303.0, 4299.0, 4299.0, 4341.0, 4281.0, 4332.0, 4295.0, 4320.0, 4327.0, 4294.0, 4314.0, 4263.0, 4303.0, 4249.0, 4304.0, 4247.0, 4292.0, 4312.0, 4295.0, 4324.0, 4302.0, 4327.0, 4275.0, 4314.0, 4307.0, 4315.0, 4301.0, 4333.0, 4289.0, 4327.0, 4303.0, 4329.0, 4300.0, 4329.0, 4277.0, 4316.0, 4263.0, 4298.0, 4326.0, 4300.0, 4325.0, 4275.0, 4308.0, 4242.0, 4307.0, 4251.0, 4298.0, 4293.0, 4299.0, 4323.0, 4284.0, 4324.0, 4290.0, 4337.0, 4282.0, 4332.0, 4259.0, 4316.0, 4231.0, 4282.0, 4243.0, 4293.0, 4247.0, 4293.0, 4266.0, 4310.0, 4269.0, 4324.0, 4292.0, 4336.0, 4290.0, 4333.0, 4285.0, 4332.0, 4293.0, 4331.0, 4270.0, 4328.0, 4245.0, 4318.0, 4236.0, 4335.0, 4258.0, 4315.0, 4315.0, 4286.0, 4326.0, 4289.0, 4333.0, 4290.0, 4328.0, 4279.0, 4341.0, 4274.0, 4328.0, 4265.0, 4332.0, 4260.0, 4328.0, 4265.0, 4349.0, 4262.0, 4335.0, 4264.0, 4329.0, 4258.0, 4320.0, 4276.0, 4323.0, 4263.0, 4341.0, 4292.0, 4327.0, 4314.0, 4310.0, 4310.0, 4299.0, 4339.0, 4305.0, 4327.0, 4306.0, 4340.0, 4303.0, 4342.0, 4297.0, 4330.0, 4262.0, 4338.0, 4270.0, 4329.0, 4274.0, 4327.0, 4258.0, 4343.0, 4262.0, 4334.0, 4262.0, 4330.0, 4258.0, 4332.0, 4268.0, 4320.0, 4287.0, 4307.0, 4338.0, 4298.0, 4327.0, 4300.0, 4328.0, 4298.0, 4326.0, 4303.0, 4325.0, 4276.0, 4328.0, 4283.0, 4320.0, 4259.0, 4322.0, 4239.0, 4311.0, 4260.0, 4308.0, 4283.0, 4311.0, 4328.0, 4300.0, 4328.0, 4277.0, 4322.0, 4260.0, 4327.0, 4253.0, 4317.0, 4249.0, 4332.0, 4252.0, 4328.0, 4263.0, 4318.0, 4310.0, 4303.0, 4339.0, 4301.0, 4327.0, 4278.0, 4317.0, 4248.0, 4316.0, 4259.0, 4320.0, 4294.0, 4308.0, 4327.0, 4297.0, 4326.0, 4288.0, 4331.0, 4271.0, 4332.0, 4253.0, 4326.0, 4285.0, 4321.0, 4301.0, 4316.0, 4331.0, 4313.0, 4328.0, 4289.0, 4333.0, 4282.0, 4330.0, 4248.0, 4320.0, 4285.0, 4310.0, 4329.0, 4316.0, 4338.0, 4288.0, 4318.0, 4249.0, 4328.0, 4264.0, 4322.0, 4322.0, 4294.0, 4327.0, 4268.0, 4321.0, 4257.0, 4322.0, 4281.0, 4294.0, 4328.0, 4308.0, 4344.0, 4305.0, 4341.0, 4291.0, 4336.0, 4294.0, 4331.0, 4283.0, 4345.0, 4276.0, 4333.0, 4302.0, 4291.0, 4330.0, 4278.0, 4318.0, 4259.0, 4308.0, 4317.0, 4277.0, 4327.0, 4266.0, 4326.0, 4242.0, 4318.0, 4249.0, 4300.0, 4306.0, 4294.0, 4331.0, 4295.0, 4332.0, 4269.0, 4318.0, 4259.0, 4301.0, 4309.0, 4289.0, 4328.0, 4266.0, 4321.0, 4250.0, 4311.0, 4260.0, 4315.0, 4307.0, 4291.0, 4328.0, 4299.0, 4328.0, 4282.0, 4331.0, 4277.0, 4333.0, 4259.0, 4322.0, 4281.0, 4317.0, 4334.0, 4290.0, 4330.0, 4289.0, 4330.0, 4275.0, 4330.0, 4262.0, 4321.0, 4267.0, 4314.0, 4289.0, 4312.0, 4320.0, 4299.0, 4327.0, 4280.0, 4315.0, 4255.0, 4317.0, 4250.0, 4320.0, 4241.0, 4320.0, 4296.0, 4304.0, 4319.0, 4298.0, 4328.0, 4290.0, 4315.0, 4270.0, 4330.0, 4256.0, 4319.0, 4266.0, 4324.0, 4246.0, 4308.0, 4269.0, 4309.0, 4278.0, 4312.0, 4300.0, 4299.0, 4323.0, 4312.0, 4330.0, 4308.0, 4329.0, 4286.0, 4318.0, 4276.0, 4317.0, 4290.0, 4328.0, 4281.0, 4318.0, 4258.0, 4320.0, 4258.0, 4319.0, 4269.0, 4308.0, 4317.0, 4290.0, 4315.0, 4277.0, 4318.0, 4261.0, 4318.0, 4247.0, 4308.0, 4254.0, 4296.0, 4312.0, 4296.0, 4309.0, 4295.0, 4320.0, 4295.0, 4327.0, 4300.0, 4328.0, 4301.0, 4329.0, 4292.0, 4329.0, 4272.0, 4335.0, 4262.0, 4332.0, 4265.0, 4321.0, 4300.0, 4293.0, 4328.0, 4310.0, 4329.0, 4301.0, 4328.0, 4279.0, 4320.0, 4263.0, 4334.0, 4259.0, 4328.0, 4271.0, 4321.0, 4299.0, 4303.0, 4322.0, 4313.0, 4344.0, 4303.0, 4330.0, 4278.0, 4333.0, 4259.0, 4320.0, 4279.0, 4302.0, 4328.0, 4288.0, 4317.0, 4256.0, 4319.0, 4259.0, 4320.0, 4258.0, 4297.0, 4309.0, 4298.0, 4328.0, 4285.0, 4315.0, 4274.0, 4305.0, 4245.0, 4316.0, 4240.0, 4298.0, 4315.0, 4285.0, 4315.0, 4266.0, 4316.0, 4244.0, 4321.0, 4250.0, 4296.0, 4303.0, 4284.0, 4314.0, 4295.0, 4318.0, 4293.0, 4315.0, 4265.0, 4327.0, 4267.0, 4313.0, 4248.0, 4328.0, 4262.0, 4320.0, 4258.0, 4309.0, 4264.0, 4321.0, 4269.0, 4301.0, 4310.0, 4301.0, 4320.0, 4312.0, 4329.0, 4297.0, 4328.0, 4289.0, 4328.0, 4299.0, 4342.0, 4297.0, 4330.0, 4271.0, 4319.0, 4251.0, 4333.0, 4249.0, 4331.0, 4251.0, 4320.0, 4248.0, 4332.0, 4265.0, 4343.0, 4276.0, 4338.0, 4262.0, 4331.0, 4264.0, 4348.0, 4262.0, 4342.0, 4264.0, 4332.0, 4249.0, 4337.0, 4282.0, 4322.0, 4281.0, 4311.0, 4328.0, 4300.0, 4319.0, 4311.0, 4310.0, 4311.0, 4331.0, 4304.0, 4328.0, 4276.0, 4326.0, 4293.0, 4328.0, 4269.0, 4328.0, 4273.0, 4315.0, 4247.0, 4331.0, 4256.0, 4308.0, 4289.0, 4295.0, 4310.0, 4297.0, 4317.0, 4300.0, 4330.0, 4286.0, 4317.0, 4279.0, 4330.0, 4280.0, 4317.0, 4263.0, 4312.0, 4245.0, 4319.0, 4256.0, 4317.0, 4264.0, 4319.0, 4245.0, 4318.0, 4259.0, 4341.0, 4272.0, 4339.0, 4262.0, 4318.0, 4246.0, 4315.0, 4244.0, 4316.0, 4248.0, 4314.0, 4262.0, 4320.0, 4255.0, 4314.0, 4266.0, 4309.0, 4293.0, 4298.0, 4320.0, 4302.0, 4315.0, 4295.0, 4318.0, 4287.0, 4316.0, 4269.0, 4304.0, 4262.0, 4316.0, 4278.0, 4315.0, 4271.0, 4311.0, 4249.0, 4309.0, 4236.0, 4318.0, 4264.0, 4397.0, 4314.0, 4355.0, 4306.0, 4315.0, 4293.0, 4320.0, 4291.0, 4291.0, 4311.0, 4288.0, 4297.0, 4308.0, 4310.0, 4339.0, 4297.0, 4331.0, 4281.0, 4309.0, 4241.0, 4319.0, 4234.0, 4302.0, 4245.0, 4295.0, 4290.0, 4285.0, 4315.0, 4298.0, 4310.0, 4278.0, 4296.0, 4256.0, 4292.0, 4231.0, 4295.0, 4252.0, 4285.0, 4275.0, 4275.0, 4304.0, 4282.0, 4304.0, 4284.0, 4315.0, 4277.0, 4304.0, 4274.0, 4302.0, 4259.0, 4318.0, 4269.0, 4319.0, 4250.0, 4309.0, 4247.0, 4298.0, 4287.0, 4293.0, 4309.0, 4278.0, 4316.0, 4276.0, 4307.0, 4288.0, 4317.0, 4266.0, 4304.0, 4237.0, 4306.0, 4230.0, 4298.0, 4277.0, 4286.0, 4317.0, 4276.0, 4293.0, 4253.0, 4304.0, 4234.0, 4291.0, 4245.0, 4277.0, 4314.0, 4288.0, 4303.0, 4266.0, 4306.0, 4248.0, 4294.0, 4232.0, 4273.0, 4236.0, 4262.0, 4245.0, 4271.0, 4273.0, 4322.0, 4280.0, 4342.0, 4317.0, 4353.0, 4307.0, 4309.0, 4359.0, 4314.0, 4372.0, 4341.0, 4358.0, 4327.0, 4367.0, 4304.0, 4344.0, 4291.0, 4323.0, 4330.0, 4299.0, 4340.0, 4290.0, 4318.0, 4243.0, 4305.0, 4305.0, 4300.0, 4324.0, 4290.0, 4314.0, 4285.0, 4315.0, 4255.0, 4317.0, 4260.0, 4313.0, 4307.0, 4300.0, 4327.0, 4299.0, 4335.0, 4257.0, 4323.0, 4293.0, 4308.0, 4326.0, 4313.0, 4328.0, 4288.0, 4318.0, 4286.0, 4329.0, 4262.0, 4319.0, 4294.0, 4321.0, 4330.0, 4312.0, 4342.0, 4301.0, 4345.0, 4301.0, 4331.0, 4283.0, 4333.0, 4277.0, 4337.0, 4324.0, 4315.0, 4341.0, 4312.0, 4330.0, 4290.0, 4331.0, 4268.0, 4336.0, 4261.0, 4331.0, 4277.0, 4333.0, 4332.0, 4312.0, 4352.0, 4314.0, 4355.0, 4303.0, 4343.0, 4272.0, 4348.0, 4290.0, 4327.0, 4352.0, 4313.0, 4344.0, 4303.0, 4331.0, 4275.0, 4336.0, 4271.0, 4333.0, 4313.0, 4324.0, 4341.0, 4317.0, 4346.0, 4308.0, 4346.0, 4283.0, 4343.0, 4278.0, 4344.0, 4293.0, 4335.0, 4304.0, 4324.0, 4343.0, 4324.0, 4342.0, 4322.0, 4354.0, 4293.0, 4331.0, 4275.0, 4321.0, 4329.0, 4310.0, 4341.0, 4312.0, 4330.0, 4300.0, 4333.0, 4268.0, 4334.0, 4274.0, 4331.0, 4295.0, 4322.0, 4338.0, 4308.0, 4328.0, 4313.0, 4329.0, 4303.0, 4329.0, 4279.0, 4334.0, 4270.0, 4336.0, 4271.0, 4338.0, 4294.0, 4314.0, 4338.0, 4309.0, 4330.0, 4299.0, 4331.0, 4269.0, 4330.0, 4262.0, 4330.0, 4269.0, 4333.0, 4291.0, 4321.0, 4333.0, 4325.0, 4342.0, 4312.0, 4342.0, 4302.0, 4334.0, 4279.0, 4335.0, 4295.0, 4325.0, 4321.0, 4309.0, 4328.0, 4304.0, 4333.0, 4267.0, 4317.0, 4269.0, 4334.0, 4264.0, 4334.0, 4308.0, 4324.0, 4325.0, 4327.0, 4340.0, 4311.0, 4329.0, 4300.0, 4329.0, 4258.0, 4329.0, 4264.0, 4321.0, 4319.0, 4300.0, 4339.0, 4308.0, 4328.0, 4279.0, 4320.0, 4263.0, 4309.0, 4322.0, 4304.0, 4339.0, 4299.0, 4335.0, 4269.0, 4330.0, 4288.0, 4310.0, 4330.0, 4310.0, 4341.0, 4291.0, 4325.0, 4269.0, 4320.0, 4279.0, 4311.0, 4320.0, 4313.0, 4341.0, 4295.0, 4330.0, 4291.0, 4331.0, 4281.0, 4332.0, 4281.0, 4322.0, 4341.0, 4304.0, 4330.0, 4294.0, 4322.0, 4265.0, 4321.0, 4288.0, 4309.0, 4338.0, 4309.0, 4334.0, 4305.0, 4332.0, 4303.0, 4363.0, 4301.0, 4362.0, 4293.0, 4366.0, 4303.0, 4341.0, 4282.0, 4342.0, 4301.0, 4311.0, 4343.0, 4302.0, 4338.0, 4275.0, 4319.0, 4316.0, 4314.0, 4341.0, 4299.0, 4330.0, 4290.0, 4323.0, 4258.0, 4322.0, 4265.0, 4307.0, 4307.0, 4308.0, 4328.0, 4304.0, 4317.0, 4308.0, 4320.0, 4322.0, 4311.0, 4327.0, 4328.0, 4325.0, 4343.0, 4335.0, 4355.0, 4305.0, 4344.0, 4283.0, 4332.0, 4331.0, 4310.0, 4331.0, 4289.0, 4329.0, 4269.0, 4319.0, 4297.0, 4298.0, 4329.0, 4303.0, 4330.0, 4299.0, 4317.0, 4280.0, 4334.0, 4291.0, 4332.0, 4273.0, 4343.0, 4259.0, 4331.0, 4281.0, 4333.0, 4337.0, 4317.0, 4342.0, 4305.0, 4342.0, 4315.0, 4346.0, 4292.0, 4332.0, 4276.0, 4335.0, 4293.0, 4322.0, 4320.0, 4299.0, 4328.0, 4300.0, 4328.0, 4311.0, 4330.0, 4316.0, 4331.0, 4313.0, 4332.0, 4300.0, 4334.0, 4291.0, 4342.0, 4280.0, 4329.0, 4274.0, 4330.0, 4268.0, 4320.0, 4314.0, 4320.0, 4329.0, 4302.0, 4328.0, 4299.0, 4318.0, 4286.0, 4317.0, 4272.0, 4319.0, 4271.0, 4323.0, 4286.0, 4319.0, 4315.0, 4324.0, 4289.0, 4310.0, 4302.0, 4321.0, 4319.0, 4325.0, 4335.0, 4322.0, 4341.0, 4311.0, 4340.0, 4311.0, 4343.0, 4312.0, 4343.0, 4303.0, 4336.0, 4274.0, 4333.0, 4312.0, 4310.0, 4342.0, 4301.0, 4330.0, 4302.0, 4329.0, 4280.0, 4331.0, 4270.0, 4320.0, 4312.0, 4310.0, 4339.0, 4313.0, 4330.0, 4300.0, 4329.0, 4283.0, 4330.0, 4261.0, 4320.0, 4300.0, 4310.0, 4334.0, 4312.0, 4340.0, 4300.0, 4330.0, 4290.0, 4331.0, 4281.0, 4334.0, 4282.0, 4338.0, 4314.0, 4321.0, 4344.0, 4323.0, 4341.0, 4301.0, 4330.0, 4289.0, 4331.0, 4280.0, 4331.0, 4270.0, 4332.0, 4273.0, 4331.0, 4306.0, 4334.0, 4323.0, 4328.0, 4355.0, 4315.0, 4344.0, 4291.0, 4347.0, 4276.0, 4322.0, 4352.0, 4303.0, 4342.0, 4281.0, 4331.0, 4271.0, 4332.0, 4261.0, 4334.0, 4323.0, 4314.0, 4333.0, 4336.0, 4320.0, 4340.0, 4287.0, 4349.0, 4317.0, 4338.0, 4347.0, 4333.0, 4370.0, 4328.0, 4369.0, 4306.0, 4347.0, 4324.0, 4317.0, 4344.0, 4292.0, 4332.0, 4269.0, 4329.0, 4280.0, 4309.0, 4321.0, 4312.0, 4341.0, 4290.0, 4329.0, 4289.0, 4330.0, 4270.0, 4335.0, 4274.0, 4325.0, 4330.0, 4299.0, 4340.0, 4300.0, 4330.0, 4294.0, 4330.0, 4281.0, 4329.0, 4262.0, 4318.0, 4282.0, 4320.0, 4280.0, 4353.0, 4316.0, 4320.0, 4303.0, 4322.0, 4280.0, 4334.0, 4333.0, 4313.0, 4340.0, 4305.0, 4343.0, 4301.0, 4335.0, 4284.0, 4331.0, 4274.0, 4320.0, 4291.0, 4334.0, 4291.0, 4324.0, 4342.0, 4302.0, 4341.0, 4304.0, 4330.0, 4285.0, 4330.0, 4269.0, 4331.0, 4310.0, 4310.0, 4329.0, 4309.0, 4341.0, 4302.0, 4341.0, 4300.0, 4340.0, 4323.0, 4354.0, 4324.0, 4344.0, 4309.0, 4344.0, 4283.0, 4343.0, 4302.0, 4324.0, 4343.0, 4313.0, 4342.0, 4306.0, 4342.0, 4291.0, 4331.0, 4271.0, 4321.0, 4304.0, 4311.0, 4341.0, 4315.0, 4342.0, 4308.0, 4331.0, 4284.0, 4316.0, 4261.0, 4309.0, 4273.0, 4351.0, 4330.0, 4291.0, 4328.0, 4306.0, 4310.0, 4339.0, 4276.0, 4349.0, 4270.0, 4344.0, 4321.0, 4301.0, 4355.0, 4335.0, 4337.0, 4334.0, 4354.0, 4314.0, 4341.0, 4311.0, 4328.0, 4291.0, 4336.0, 4270.0, 4330.0, 4303.0, 4313.0, 4327.0, 4298.0, 4341.0, 4276.0, 4329.0, 4293.0, 4331.0, 4288.0, 4340.0, 4301.0, 4344.0, 4301.0, 4340.0, 4304.0, 4340.0, 4306.0, 4352.0, 4293.0, 4342.0, 4298.0, 4341.0, 4284.0, 4347.0, 4291.0, 4344.0, 4291.0, 4347.0, 4257.0, 4339.0, 4268.0, 4340.0, 4275.0, 4343.0, 4277.0, 4347.0, 4270.0, 4353.0, 4316.0, 4365.0, 4294.0, 4365.0, 4314.0, 4353.0, 4315.0, 4319.0, 4347.0, 4295.0, 4368.0, 4311.0, 4357.0, 4294.0, 4355.0, 4326.0, 4332.0, 4336.0, 4346.0, 4324.0, 4342.0, 4299.0, 4330.0, 4320.0, 4331.0, 4321.0, 4320.0, 4310.0, 4298.0, 4320.0, 4295.0, 4342.0, 4271.0, 4356.0, 4281.0, 4353.0, 4307.0, 4353.0, 4312.0, 4344.0, 4328.0, 4336.0, 4324.0, 4302.0, 4342.0, 4287.0, 4353.0, 4283.0, 4357.0, 4304.0, 4342.0, 4282.0, 4352.0, 4295.0, 4355.0, 4313.0, 4330.0, 4315.0, 4278.0, 4344.0, 4304.0, 4355.0, 4335.0, 4286.0, 4346.0, 4299.0, 4341.0, 4318.0, 4320.0, 4312.0, 4321.0, 4342.0, 4298.0, 4346.0, 4301.0, 4320.0, 4290.0, 4271.0, 4353.0, 4311.0, 4293.0, 4322.0, 4273.0, 4353.0, 4296.0, 4354.0, 4267.0, 4340.0, 4285.0, 4329.0, 4287.0, 4275.0, 4335.0, 4268.0, 4341.0, 4309.0, 4296.0, 4330.0, 4290.0, 4270.0, 4357.0, 4311.0, 4361.0, 4324.0, 4331.0, 4309.0, 4330.0, 4297.0, 4329.0, 4299.0, 4329.0, 4300.0, 4330.0, 4298.0, 4295.0, 4298.0, 4293.0, 4302.0, 4288.0, 4330.0, 4256.0, 4317.0, 4282.0, 4307.0, 4321.0, 4296.0, 4323.0, 4313.0, 4298.0, 4314.0, 4305.0, 4320.0, 4280.0, 4345.0, 4302.0, 4365.0, 4306.0, 4356.0, 4323.0, 4370.0, 4291.0, 4331.0, 4308.0, 4346.0, 4296.0, 4338.0, 4340.0, 4303.0, 4329.0, 4298.0, 4329.0, 4286.0, 4314.0, 4310.0, 4334.0, 4306.0, 4273.0, 4358.0, 4292.0, 4345.0, 4336.0, 4367.0, 4301.0, 4345.0, 4266.0, 4330.0, 4255.0, 4316.0, 4327.0, 4285.0, 4313.0, 4288.0, 4314.0, 4300.0, 4329.0, 4292.0, 4327.0, 4280.0, 4331.0, 4271.0, 4317.0, 4282.0, 4312.0, 4277.0, 4311.0, 4277.0, 4320.0, 4291.0, 4332.0, 4293.0, 4336.0, 4332.0, 4311.0, 4340.0, 4311.0, 4355.0, 4316.0, 4328.0, 4291.0, 4333.0, 4279.0, 4331.0, 4266.0, 4332.0], 'WindowWidth': [9630.0, 9650.0, 9554.0, 9589.0, 9540.0, 9552.0, 9557.0, 9515.0, 9560.0, 9500.0, 9592.0, 9568.0, 9581.0, 9598.0, 9575.0, 9634.0, 9631.0, 9537.0, 9565.0, 9512.0, 9635.0, 9536.0, 9606.0, 9537.0, 9609.0, 9527.0, 9565.0, 9540.0, 9562.0, 9590.0, 9518.0, 9549.0, 9505.0, 9546.0, 9500.0, 9563.0, 9478.0, 9510.0, 9515.0, 9514.0, 9559.0, 9504.0, 9542.0, 9487.0, 9548.0, 9473.0, 9541.0, 9447.0, 9526.0, 9514.0, 9493.0, 9535.0, 9490.0, 9542.0, 9488.0, 9525.0, 9459.0, 9524.0, 9463.0, 9511.0, 9528.0, 9504.0, 9539.0, 9468.0, 9530.0, 9438.0, 9518.0, 9432.0, 9529.0, 9515.0, 9508.0, 9540.0, 9501.0, 9544.0, 9477.0, 9555.0, 9476.0, 9561.0, 9524.0, 9551.0, 9585.0, 9516.0, 9563.0, 9482.0, 9548.0, 9482.0, 9529.0, 9452.0, 9544.0, 9466.0, 9559.0, 9470.0, 9550.0, 9495.0, 9558.0, 9573.0, 9499.0, 9550.0, 9479.0, 9536.0, 9510.0, 9510.0, 9564.0, 9479.0, 9548.0, 9462.0, 9543.0, 9460.0, 9522.0, 9545.0, 9506.0, 9557.0, 9501.0, 9554.0, 9492.0, 9550.0, 9454.0, 9533.0, 9512.0, 9486.0, 9559.0, 9503.0, 9546.0, 9494.0, 9556.0, 9457.0, 9516.0, 9515.0, 9526.0, 9544.0, 9508.0, 9562.0, 9493.0, 9545.0, 9492.0, 9556.0, 9502.0, 9549.0, 9480.0, 9551.0, 9519.0, 9527.0, 9550.0, 9536.0, 9565.0, 9509.0, 9544.0, 9514.0, 9575.0, 9524.0, 9546.0, 9489.0, 9553.0, 9491.0, 9566.0, 9487.0, 9572.0, 9498.0, 9577.0, 9551.0, 9506.0, 9572.0, 9514.0, 9546.0, 9472.0, 9532.0, 9481.0, 9506.0, 9541.0, 9495.0, 9547.0, 9489.0, 9544.0, 9465.0, 9547.0, 9451.0, 9525.0, 9448.0, 9543.0, 9532.0, 9507.0, 9563.0, 9499.0, 9540.0, 9499.0, 9550.0, 9466.0, 9550.0, 9445.0, 9541.0, 9457.0, 9542.0, 9504.0, 9514.0, 9552.0, 9523.0, 9548.0, 9512.0, 9543.0, 9478.0, 9548.0, 9442.0, 9543.0, 9458.0, 9548.0, 9530.0, 9534.0, 9567.0, 9508.0, 9551.0, 9481.0, 9553.0, 9442.0, 9526.0, 9471.0, 9544.0, 9504.0, 9547.0, 9538.0, 9529.0, 9555.0, 9518.0, 9562.0, 9520.0, 9559.0, 9478.0, 9543.0, 9440.0, 9538.0, 9473.0, 9531.0, 9479.0, 9536.0, 9528.0, 9519.0, 9546.0, 9537.0, 9536.0, 9541.0, 9568.0, 9533.0, 9561.0, 9531.0, 9549.0, 9493.0, 9551.0, 9485.0, 9553.0, 9478.0, 9549.0, 9519.0, 9529.0, 9491.0, 9549.0, 9537.0, 9522.0, 9554.0, 9534.0, 9562.0, 9505.0, 9560.0, 9472.0, 9555.0, 9520.0, 9527.0, 9559.0, 9516.0, 9545.0, 9488.0, 9540.0, 9440.0, 9547.0, 9459.0, 9550.0, 9523.0, 9528.0, 9533.0, 9541.0, 9529.0, 9560.0, 9549.0, 9555.0, 9592.0, 9511.0, 9569.0, 9501.0, 9580.0, 9499.0, 9574.0, 9477.0, 9552.0, 9528.0, 9560.0, 9574.0, 9552.0, 9568.0, 9503.0, 9514.0, 9540.0, 9553.0, 9529.0, 9570.0, 9527.0, 9547.0, 9438.0, 9551.0, 9492.0, 9521.0, 9512.0, 9554.0, 9554.0, 9496.0, 9498.0, 9530.0, 9550.0, 9499.0, 9514.0, 9505.0, 9504.0, 9568.0, 9483.0, 9552.0, 9505.0, 9532.0, 9541.0, 9486.0, 9513.0, 9442.0, 9496.0, 9433.0, 9500.0, 9426.0, 9482.0, 9508.0, 9491.0, 9529.0, 9507.0, 9540.0, 9466.0, 9515.0, 9512.0, 9516.0, 9507.0, 9553.0, 9492.0, 9537.0, 9510.0, 9543.0, 9509.0, 9543.0, 9473.0, 9521.0, 9446.0, 9496.0, 9536.0, 9499.0, 9533.0, 9464.0, 9508.0, 9414.0, 9504.0, 9427.0, 9493.0, 9486.0, 9498.0, 9526.0, 9474.0, 9529.0, 9487.0, 9559.0, 9483.0, 9563.0, 9457.0, 9525.0, 9391.0, 9455.0, 9407.0, 9473.0, 9418.0, 9474.0, 9447.0, 9501.0, 9453.0, 9531.0, 9500.0, 9562.0, 9489.0, 9550.0, 9479.0, 9547.0, 9509.0, 9549.0, 9468.0, 9539.0, 9424.0, 9524.0, 9415.0, 9555.0, 9451.0, 9528.0, 9519.0, 9483.0, 9537.0, 9490.0, 9550.0, 9493.0, 9543.0, 9481.0, 9565.0, 9473.0, 9543.0, 9466.0, 9550.0, 9452.0, 9542.0, 9462.0, 9579.0, 9459.0, 9551.0, 9466.0, 9543.0, 9446.0, 9533.0, 9479.0, 9539.0, 9463.0, 9578.0, 9500.0, 9551.0, 9528.0, 9521.0, 9521.0, 9506.0, 9560.0, 9513.0, 9538.0, 9517.0, 9560.0, 9518.0, 9568.0, 9510.0, 9546.0, 9457.0, 9559.0, 9468.0, 9543.0, 9477.0, 9539.0, 9449.0, 9565.0, 9459.0, 9553.0, 9461.0, 9545.0, 9445.0, 9550.0, 9462.0, 9531.0, 9485.0, 9521.0, 9555.0, 9500.0, 9538.0, 9502.0, 9542.0, 9501.0, 9538.0, 9511.0, 9531.0, 9467.0, 9540.0, 9482.0, 9528.0, 9451.0, 9531.0, 9417.0, 9515.0, 9447.0, 9510.0, 9484.0, 9519.0, 9540.0, 9502.0, 9537.0, 9468.0, 9533.0, 9452.0, 9538.0, 9438.0, 9523.0, 9434.0, 9548.0, 9437.0, 9542.0, 9460.0, 9527.0, 9515.0, 9508.0, 9558.0, 9507.0, 9541.0, 9474.0, 9523.0, 9431.0, 9520.0, 9447.0, 9531.0, 9500.0, 9515.0, 9538.0, 9496.0, 9536.0, 9486.0, 9547.0, 9470.0, 9550.0, 9447.0, 9543.0, 9488.0, 9537.0, 9511.0, 9534.0, 9552.0, 9526.0, 9543.0, 9491.0, 9554.0, 9485.0, 9547.0, 9437.0, 9531.0, 9480.0, 9517.0, 9544.0, 9532.0, 9556.0, 9489.0, 9527.0, 9434.0, 9541.0, 9460.0, 9538.0, 9538.0, 9500.0, 9537.0, 9459.0, 9533.0, 9447.0, 9537.0, 9481.0, 9500.0, 9541.0, 9525.0, 9573.0, 9520.0, 9565.0, 9501.0, 9559.0, 9504.0, 9550.0, 9488.0, 9575.0, 9485.0, 9554.0, 9510.0, 9492.0, 9545.0, 9472.0, 9526.0, 9451.0, 9513.0, 9526.0, 9469.0, 9535.0, 9453.0, 9535.0, 9420.0, 9528.0, 9437.0, 9504.0, 9509.0, 9499.0, 9548.0, 9498.0, 9551.0, 9465.0, 9526.0, 9446.0, 9507.0, 9516.0, 9490.0, 9541.0, 9455.0, 9530.0, 9435.0, 9519.0, 9453.0, 9530.0, 9514.0, 9495.0, 9539.0, 9505.0, 9543.0, 9486.0, 9553.0, 9485.0, 9553.0, 9450.0, 9540.0, 9483.0, 9537.0, 9558.0, 9495.0, 9547.0, 9491.0, 9548.0, 9476.0, 9547.0, 9460.0, 9535.0, 9457.0, 9526.0, 9490.0, 9524.0, 9535.0, 9504.0, 9539.0, 9474.0, 9519.0, 9439.0, 9522.0, 9441.0, 9531.0, 9420.0, 9530.0, 9494.0, 9512.0, 9530.0, 9501.0, 9542.0, 9495.0, 9518.0, 9461.0, 9545.0, 9442.0, 9529.0, 9470.0, 9542.0, 9427.0, 9513.0, 9463.0, 9515.0, 9476.0, 9525.0, 9507.0, 9504.0, 9536.0, 9523.0, 9546.0, 9516.0, 9545.0, 9485.0, 9525.0, 9468.0, 9524.0, 9489.0, 9539.0, 9482.0, 9529.0, 9448.0, 9529.0, 9445.0, 9527.0, 9462.0, 9513.0, 9526.0, 9488.0, 9516.0, 9466.0, 9523.0, 9450.0, 9522.0, 9432.0, 9509.0, 9436.0, 9494.0, 9520.0, 9495.0, 9512.0, 9493.0, 9533.0, 9495.0, 9538.0, 9506.0, 9543.0, 9509.0, 9547.0, 9500.0, 9543.0, 9469.0, 9557.0, 9459.0, 9553.0, 9465.0, 9536.0, 9505.0, 9497.0, 9540.0, 9518.0, 9543.0, 9510.0, 9543.0, 9479.0, 9531.0, 9457.0, 9556.0, 9454.0, 9547.0, 9475.0, 9537.0, 9503.0, 9512.0, 9539.0, 9528.0, 9574.0, 9517.0, 9547.0, 9477.0, 9553.0, 9451.0, 9534.0, 9479.0, 9510.0, 9540.0, 9486.0, 9523.0, 9441.0, 9527.0, 9452.0, 9530.0, 9445.0, 9496.0, 9512.0, 9497.0, 9539.0, 9479.0, 9520.0, 9464.0, 9506.0, 9424.0, 9519.0, 9418.0, 9498.0, 9519.0, 9476.0, 9519.0, 9455.0, 9521.0, 9422.0, 9530.0, 9439.0, 9494.0, 9499.0, 9474.0, 9517.0, 9493.0, 9526.0, 9497.0, 9518.0, 9453.0, 9538.0, 9457.0, 9515.0, 9435.0, 9542.0, 9462.0, 9531.0, 9446.0, 9515.0, 9461.0, 9535.0, 9465.0, 9507.0, 9517.0, 9506.0, 9533.0, 9520.0, 9544.0, 9500.0, 9541.0, 9487.0, 9540.0, 9503.0, 9569.0, 9501.0, 9548.0, 9470.0, 9526.0, 9436.0, 9548.0, 9437.0, 9548.0, 9443.0, 9531.0, 9432.0, 9549.0, 9464.0, 9569.0, 9486.0, 9566.0, 9462.0, 9550.0, 9461.0, 9580.0, 9460.0, 9567.0, 9468.0, 9554.0, 9440.0, 9559.0, 9485.0, 9539.0, 9485.0, 9524.0, 9550.0, 9505.0, 9527.0, 9520.0, 9520.0, 9524.0, 9553.0, 9516.0, 9541.0, 9468.0, 9536.0, 9499.0, 9542.0, 9465.0, 9541.0, 9470.0, 9519.0, 9433.0, 9550.0, 9444.0, 9514.0, 9488.0, 9492.0, 9513.0, 9495.0, 9523.0, 9504.0, 9546.0, 9481.0, 9521.0, 9474.0, 9544.0, 9478.0, 9523.0, 9457.0, 9518.0, 9427.0, 9525.0, 9441.0, 9524.0, 9461.0, 9530.0, 9428.0, 9527.0, 9451.0, 9563.0, 9470.0, 9558.0, 9461.0, 9527.0, 9428.0, 9517.0, 9423.0, 9520.0, 9436.0, 9520.0, 9461.0, 9532.0, 9440.0, 9524.0, 9455.0, 9514.0, 9497.0, 9498.0, 9528.0, 9502.0, 9516.0, 9490.0, 9523.0, 9483.0, 9521.0, 9452.0, 9500.0, 9444.0, 9518.0, 9470.0, 9518.0, 9465.0, 9514.0, 9430.0, 9509.0, 9411.0, 9523.0, 9469.0, 9675.0, 9550.0, 9590.0, 9525.0, 9517.0, 9487.0, 9526.0, 9490.0, 9494.0, 9522.0, 9484.0, 9494.0, 9514.0, 9520.0, 9557.0, 9500.0, 9549.0, 9480.0, 9510.0, 9415.0, 9526.0, 9409.0, 9497.0, 9425.0, 9490.0, 9477.0, 9474.0, 9517.0, 9494.0, 9508.0, 9470.0, 9492.0, 9438.0, 9482.0, 9398.0, 9485.0, 9428.0, 9474.0, 9462.0, 9463.0, 9500.0, 9468.0, 9500.0, 9475.0, 9518.0, 9472.0, 9505.0, 9467.0, 9501.0, 9447.0, 9528.0, 9463.0, 9529.0, 9442.0, 9516.0, 9429.0, 9495.0, 9482.0, 9489.0, 9516.0, 9474.0, 9523.0, 9468.0, 9506.0, 9485.0, 9523.0, 9457.0, 9506.0, 9420.0, 9506.0, 9399.0, 9496.0, 9468.0, 9479.0, 9524.0, 9466.0, 9483.0, 9430.0, 9499.0, 9408.0, 9485.0, 9425.0, 9468.0, 9513.0, 9481.0, 9501.0, 9455.0, 9507.0, 9434.0, 9489.0, 9404.0, 9456.0, 9387.0, 9432.0, 9419.0, 9444.0, 9473.0, 9538.0, 9483.0, 9571.0, 9540.0, 9587.0, 9531.0, 9538.0, 9606.0, 9554.0, 9624.0, 9585.0, 9603.0, 9558.0, 9614.0, 9522.0, 9573.0, 9496.0, 9541.0, 9551.0, 9505.0, 9562.0, 9494.0, 9525.0, 9419.0, 9507.0, 9508.0, 9501.0, 9530.0, 9490.0, 9518.0, 9480.0, 9519.0, 9440.0, 9525.0, 9453.0, 9525.0, 9514.0, 9505.0, 9539.0, 9504.0, 9558.0, 9448.0, 9541.0, 9501.0, 9515.0, 9537.0, 9524.0, 9545.0, 9491.0, 9531.0, 9497.0, 9547.0, 9457.0, 9533.0, 9502.0, 9537.0, 9551.0, 9530.0, 9568.0, 9513.0, 9574.0, 9513.0, 9552.0, 9493.0, 9558.0, 9487.0, 9564.0, 9544.0, 9533.0, 9565.0, 9526.0, 9548.0, 9496.0, 9550.0, 9465.0, 9560.0, 9457.0, 9552.0, 9487.0, 9558.0, 9556.0, 9530.0, 9584.0, 9533.0, 9591.0, 9519.0, 9571.0, 9478.0, 9581.0, 9496.0, 9550.0, 9583.0, 9530.0, 9574.0, 9522.0, 9553.0, 9480.0, 9561.0, 9474.0, 9558.0, 9534.0, 9550.0, 9568.0, 9539.0, 9579.0, 9528.0, 9577.0, 9496.0, 9573.0, 9489.0, 9574.0, 9506.0, 9564.0, 9523.0, 9549.0, 9576.0, 9546.0, 9568.0, 9543.0, 9589.0, 9505.0, 9555.0, 9479.0, 9538.0, 9548.0, 9522.0, 9565.0, 9526.0, 9550.0, 9511.0, 9554.0, 9465.0, 9556.0, 9477.0, 9551.0, 9507.0, 9541.0, 9558.0, 9518.0, 9543.0, 9528.0, 9548.0, 9520.0, 9549.0, 9483.0, 9558.0, 9469.0, 9562.0, 9474.0, 9567.0, 9506.0, 9530.0, 9558.0, 9520.0, 9549.0, 9508.0, 9550.0, 9469.0, 9547.0, 9457.0, 9550.0, 9468.0, 9556.0, 9502.0, 9539.0, 9555.0, 9547.0, 9569.0, 9528.0, 9569.0, 9516.0, 9558.0, 9480.0, 9558.0, 9505.0, 9546.0, 9539.0, 9522.0, 9546.0, 9513.0, 9552.0, 9459.0, 9527.0, 9471.0, 9558.0, 9465.0, 9558.0, 9519.0, 9544.0, 9548.0, 9554.0, 9565.0, 9527.0, 9547.0, 9509.0, 9549.0, 9451.0, 9547.0, 9465.0, 9539.0, 9534.0, 9508.0, 9561.0, 9516.0, 9544.0, 9481.0, 9534.0, 9462.0, 9520.0, 9539.0, 9517.0, 9561.0, 9507.0, 9560.0, 9471.0, 9551.0, 9492.0, 9524.0, 9550.0, 9524.0, 9566.0, 9502.0, 9546.0, 9468.0, 9535.0, 9480.0, 9525.0, 9537.0, 9531.0, 9566.0, 9501.0, 9551.0, 9498.0, 9554.0, 9486.0, 9556.0, 9487.0, 9542.0, 9565.0, 9516.0, 9549.0, 9501.0, 9538.0, 9468.0, 9538.0, 9490.0, 9519.0, 9558.0, 9519.0, 9556.0, 9521.0, 9559.0, 9523.0, 9619.0, 9534.0, 9613.0, 9505.0, 9610.0, 9522.0, 9566.0, 9493.0, 9571.0, 9514.0, 9527.0, 9574.0, 9515.0, 9568.0, 9480.0, 9534.0, 9526.0, 9535.0, 9566.0, 9507.0, 9546.0, 9496.0, 9540.0, 9452.0, 9537.0, 9456.0, 9513.0, 9514.0, 9517.0, 9546.0, 9517.0, 9528.0, 9517.0, 9536.0, 9543.0, 9529.0, 9555.0, 9559.0, 9553.0, 9575.0, 9565.0, 9593.0, 9524.0, 9576.0, 9495.0, 9555.0, 9554.0, 9522.0, 9552.0, 9494.0, 9546.0, 9469.0, 9533.0, 9498.0, 9502.0, 9547.0, 9513.0, 9548.0, 9508.0, 9528.0, 9480.0, 9558.0, 9500.0, 9556.0, 9482.0, 9571.0, 9454.0, 9552.0, 9487.0, 9557.0, 9567.0, 9541.0, 9567.0, 9517.0, 9568.0, 9538.0, 9575.0, 9504.0, 9556.0, 9485.0, 9559.0, 9500.0, 9540.0, 9535.0, 9505.0, 9546.0, 9508.0, 9543.0, 9522.0, 9549.0, 9536.0, 9554.0, 9531.0, 9554.0, 9509.0, 9555.0, 9496.0, 9565.0, 9481.0, 9546.0, 9478.0, 9549.0, 9464.0, 9533.0, 9530.0, 9536.0, 9545.0, 9509.0, 9541.0, 9503.0, 9526.0, 9482.0, 9525.0, 9469.0, 9530.0, 9468.0, 9536.0, 9480.0, 9529.0, 9531.0, 9541.0, 9492.0, 9524.0, 9515.0, 9537.0, 9533.0, 9547.0, 9559.0, 9540.0, 9566.0, 9526.0, 9561.0, 9525.0, 9570.0, 9529.0, 9572.0, 9520.0, 9562.0, 9475.0, 9555.0, 9528.0, 9521.0, 9568.0, 9511.0, 9547.0, 9511.0, 9545.0, 9483.0, 9551.0, 9469.0, 9536.0, 9524.0, 9521.0, 9558.0, 9527.0, 9547.0, 9507.0, 9546.0, 9489.0, 9547.0, 9454.0, 9534.0, 9508.0, 9520.0, 9556.0, 9527.0, 9561.0, 9508.0, 9547.0, 9495.0, 9550.0, 9487.0, 9558.0, 9488.0, 9566.0, 9529.0, 9537.0, 9575.0, 9543.0, 9566.0, 9513.0, 9547.0, 9493.0, 9550.0, 9481.0, 9550.0, 9470.0, 9553.0, 9477.0, 9552.0, 9520.0, 9561.0, 9546.0, 9555.0, 9590.0, 9538.0, 9572.0, 9499.0, 9580.0, 9484.0, 9542.0, 9583.0, 9518.0, 9565.0, 9482.0, 9551.0, 9471.0, 9553.0, 9461.0, 9560.0, 9546.0, 9533.0, 9558.0, 9568.0, 9551.0, 9578.0, 9505.0, 9592.0, 9545.0, 9573.0, 9584.0, 9570.0, 9622.0, 9562.0, 9617.0, 9528.0, 9582.0, 9546.0, 9536.0, 9574.0, 9501.0, 9552.0, 9465.0, 9545.0, 9478.0, 9517.0, 9539.0, 9529.0, 9565.0, 9496.0, 9546.0, 9492.0, 9550.0, 9469.0, 9559.0, 9478.0, 9546.0, 9550.0, 9506.0, 9562.0, 9508.0, 9550.0, 9503.0, 9550.0, 9488.0, 9547.0, 9459.0, 9530.0, 9486.0, 9536.0, 9485.0, 9600.0, 9546.0, 9535.0, 9517.0, 9543.0, 9487.0, 9562.0, 9562.0, 9534.0, 9566.0, 9520.0, 9573.0, 9515.0, 9561.0, 9495.0, 9554.0, 9477.0, 9536.0, 9501.0, 9562.0, 9503.0, 9548.0, 9571.0, 9516.0, 9565.0, 9517.0, 9549.0, 9493.0, 9551.0, 9470.0, 9553.0, 9524.0, 9524.0, 9549.0, 9521.0, 9568.0, 9519.0, 9569.0, 9514.0, 9565.0, 9548.0, 9592.0, 9551.0, 9578.0, 9535.0, 9576.0, 9493.0, 9574.0, 9519.0, 9549.0, 9576.0, 9534.0, 9568.0, 9523.0, 9569.0, 9502.0, 9555.0, 9474.0, 9542.0, 9517.0, 9526.0, 9567.0, 9533.0, 9570.0, 9531.0, 9554.0, 9490.0, 9521.0, 9457.0, 9518.0, 9483.0, 9598.0, 9567.0, 9500.0, 9557.0, 9525.0, 9538.0, 9577.0, 9490.0, 9587.0, 9473.0, 9580.0, 9541.0, 9511.0, 9597.0, 9567.0, 9570.0, 9566.0, 9594.0, 9536.0, 9568.0, 9527.0, 9544.0, 9500.0, 9563.0, 9473.0, 9553.0, 9515.0, 9528.0, 9545.0, 9505.0, 9567.0, 9471.0, 9549.0, 9504.0, 9552.0, 9494.0, 9566.0, 9516.0, 9576.0, 9517.0, 9567.0, 9520.0, 9567.0, 9526.0, 9585.0, 9508.0, 9571.0, 9520.0, 9567.0, 9493.0, 9581.0, 9502.0, 9574.0, 9505.0, 9580.0, 9449.0, 9562.0, 9461.0, 9566.0, 9483.0, 9571.0, 9489.0, 9582.0, 9475.0, 9590.0, 9558.0, 9609.0, 9511.0, 9609.0, 9536.0, 9587.0, 9538.0, 9551.0, 9586.0, 9512.0, 9619.0, 9543.0, 9601.0, 9511.0, 9594.0, 9556.0, 9556.0, 9571.0, 9584.0, 9552.0, 9575.0, 9504.0, 9553.0, 9539.0, 9556.0, 9543.0, 9540.0, 9526.0, 9508.0, 9539.0, 9510.0, 9571.0, 9477.0, 9594.0, 9491.0, 9585.0, 9531.0, 9588.0, 9527.0, 9579.0, 9561.0, 9570.0, 9551.0, 9518.0, 9572.0, 9501.0, 9588.0, 9493.0, 9598.0, 9525.0, 9571.0, 9492.0, 9584.0, 9509.0, 9595.0, 9534.0, 9549.0, 9539.0, 9492.0, 9576.0, 9524.0, 9595.0, 9567.0, 9502.0, 9583.0, 9521.0, 9564.0, 9543.0, 9534.0, 9523.0, 9552.0, 9582.0, 9519.0, 9586.0, 9529.0, 9537.0, 9495.0, 9475.0, 9585.0, 9526.0, 9506.0, 9542.0, 9483.0, 9588.0, 9513.0, 9588.0, 9458.0, 9564.0, 9477.0, 9547.0, 9483.0, 9483.0, 9562.0, 9461.0, 9565.0, 9520.0, 9517.0, 9549.0, 9495.0, 9468.0, 9597.0, 9543.0, 9609.0, 9545.0, 9552.0, 9516.0, 9545.0, 9497.0, 9545.0, 9504.0, 9545.0, 9509.0, 9552.0, 9506.0, 9491.0, 9504.0, 9487.0, 9510.0, 9492.0, 9551.0, 9444.0, 9525.0, 9488.0, 9510.0, 9535.0, 9493.0, 9541.0, 9528.0, 9506.0, 9532.0, 9522.0, 9533.0, 9485.0, 9576.0, 9520.0, 9609.0, 9532.0, 9599.0, 9560.0, 9623.0, 9497.0, 9549.0, 9529.0, 9580.0, 9513.0, 9568.0, 9565.0, 9515.0, 9547.0, 9500.0, 9548.0, 9483.0, 9520.0, 9527.0, 9564.0, 9525.0, 9486.0, 9601.0, 9506.0, 9582.0, 9573.0, 9614.0, 9514.0, 9573.0, 9453.0, 9550.0, 9438.0, 9520.0, 9539.0, 9476.0, 9512.0, 9484.0, 9516.0, 9512.0, 9545.0, 9498.0, 9540.0, 9482.0, 9549.0, 9467.0, 9528.0, 9485.0, 9525.0, 9475.0, 9522.0, 9474.0, 9535.0, 9495.0, 9557.0, 9505.0, 9566.0, 9557.0, 9525.0, 9563.0, 9525.0, 9592.0, 9538.0, 9540.0, 9500.0, 9555.0, 9481.0, 9550.0, 9455.0, 9555.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.002516412049488973</td></tr>
<tr><td colspan=3>aqi</td><td>0.06817587057557827</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.878663419267994</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1148470858503758</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9433407333853605</td></tr>
<tr><td colspan=3>efc</td><td>0.4951</td></tr>
<tr><td colspan=3>fber</td><td>4841.5776</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12253499406731747</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>146</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.8536847767617</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.823799558859154</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.601636301608521</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1844550149857667</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.685307359983173</td></tr>
<tr><td colspan=3>gcor</td><td>0.00525463</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012868349440395832</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0412435345351696</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1859</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8395671953049537</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.9042</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9061</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.2549</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296127.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.7425</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9098</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.2288</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3435.8039</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3671.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4529.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.0914</td></tr>
<tr><td colspan=3>tsnr</td><td>24.01012188324239</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>