<?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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-02/func/sub-0020_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>61962cdc6c5ca02db2365b7e29e2dfa3</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:31:45.415000</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.997718, 0.0306988, 0.0601336, -0.0367591, 0.994062, 0.102418]</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.0912013</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7256, 549, -114, -260, 92, 74]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9294ae3a-4868-4730-b9bf-ee89826a9d14||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.676804780960083, -0.0986219197511673, 0.15290755033493042, 113.46288299560547], [-0.08236251026391983, 2.6669957637786865, 0.28186464309692383, -92.3812484741211], [0.16133400797843933, -0.274778813123703, 2.6808900833129883, -66.68197631835938], [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': ['133145.415000', '133145.875000', '133146.335000', '133146.795000', '133147.255000', '133147.715000', '133148.175000', '133148.635000', '133149.095000', '133149.555000', '133150.015000', '133150.475000', '133150.935000', '133151.395000', '133151.855000', '133152.315000', '133152.775000', '133153.235000', '133153.695000', '133154.155000', '133154.615000', '133155.075000', '133155.535000', '133155.995000', '133156.455000', '133156.915000', '133157.375000', '133157.835000', '133158.295000', '133158.755000', '133159.215000', '133159.675000', '133200.135000', '133200.595000', '133201.055000', '133201.515000', '133201.975000', '133202.435000', '133202.895000', '133203.355000', '133203.815000', '133204.275000', '133204.735000', '133205.195000', '133205.655000', '133206.115000', '133206.575000', '133207.035000', '133207.495000', '133207.955000', '133208.415000', '133208.875000', '133209.335000', '133209.795000', '133210.255000', '133210.715000', '133211.175000', '133211.635000', '133212.095000', '133212.555000', '133213.015000', '133213.475000', '133213.935000', '133214.395000', '133214.855000', '133215.315000', '133215.775000', '133216.235000', '133216.695000', '133217.155000', '133217.615000', '133218.075000', '133218.535000', '133218.995000', '133219.455000', '133219.915000', '133220.375000', '133220.835000', '133221.295000', '133221.755000', '133222.215000', '133222.675000', '133223.135000', '133223.595000', '133224.055000', '133224.515000', '133224.975000', '133225.435000', '133225.895000', '133226.355000', '133226.815000', '133227.275000', '133227.735000', '133228.195000', '133228.655000', '133229.115000', '133229.575000', '133230.035000', '133230.495000', '133230.955000', '133231.415000', '133231.875000', '133232.335000', '133232.795000', '133233.255000', '133233.715000', '133234.175000', '133234.635000', '133235.095000', '133235.555000', '133236.015000', '133236.475000', '133236.935000', '133237.395000', '133237.855000', '133238.315000', '133238.775000', '133239.235000', '133239.695000', '133240.155000', '133240.615000', '133241.075000', '133241.535000', '133241.995000', '133242.455000', '133242.915000', '133243.375000', '133243.835000', '133244.295000', '133244.755000', '133245.215000', '133245.675000', '133246.135000', '133246.595000', '133247.055000', '133247.515000', '133247.975000', '133248.435000', '133248.895000', '133249.355000', '133249.815000', '133250.275000', '133250.735000', '133251.195000', '133251.655000', '133252.115000', '133252.575000', '133253.035000', '133253.495000', '133253.955000', '133254.415000', '133254.875000', '133255.335000', '133255.795000', '133256.255000', '133256.715000', '133257.175000', '133257.635000', '133258.095000', '133258.555000', '133259.015000', '133259.475000', '133259.935000', '133300.395000', '133300.855000', '133301.315000', '133301.775000', '133302.235000', '133302.695000', '133303.155000', '133303.615000', '133304.075000', '133304.535000', '133304.995000', '133305.455000', '133305.915000', '133306.375000', '133306.835000', '133307.295000', '133307.755000', '133308.215000', '133308.675000', '133309.135000', '133309.595000', '133310.055000', '133310.515000', '133310.975000', '133311.435000', '133311.895000', '133312.355000', '133312.815000', '133313.275000', '133313.735000', '133314.195000', '133314.655000', '133315.115000', '133315.575000', '133316.035000', '133316.495000', '133316.955000', '133317.415000', '133317.875000', '133318.335000', '133318.795000', '133319.255000', '133319.715000', '133320.175000', '133320.635000', '133321.095000', '133321.555000', '133322.015000', '133322.475000', '133322.935000', '133323.395000', '133323.855000', '133324.315000', '133324.775000', '133325.235000', '133325.695000', '133326.155000', '133326.615000', '133327.075000', '133327.535000', '133327.995000', '133328.455000', '133328.915000', '133329.375000', '133329.835000', '133330.295000', '133330.755000', '133331.215000', '133331.675000', '133332.135000', '133332.595000', '133333.055000', '133333.515000', '133333.975000', '133334.435000', '133334.895000', '133335.355000', '133335.815000', '133336.275000', '133336.735000', '133337.195000', '133337.655000', '133338.115000', '133338.575000', '133339.035000', '133339.495000', '133339.955000', '133340.415000', '133340.875000', '133341.335000', '133341.795000', '133342.255000', '133342.715000', '133343.175000', '133343.635000', '133344.095000', '133344.555000', '133345.015000', '133345.475000', '133345.935000', '133346.395000', '133346.855000', '133347.315000', '133347.775000', '133348.235000', '133348.695000', '133349.155000', '133349.615000', '133350.075000', '133350.535000', '133350.995000', '133351.455000', '133351.915000', '133352.375000', '133352.835000', '133353.295000', '133353.755000', '133354.215000', '133354.675000', '133355.135000', '133355.595000', '133356.055000', '133356.515000', '133356.975000', '133357.435000', '133357.895000', '133358.355000', '133358.815000', '133359.275000', '133359.735000', '133400.195000', '133400.655000', '133401.115000', '133401.575000', '133402.035000', '133402.495000', '133402.955000', '133403.415000', '133403.875000', '133404.335000', '133404.795000', '133405.255000', '133405.715000', '133406.175000', '133406.635000', '133407.095000', '133407.555000', '133408.015000', '133408.475000', '133408.935000', '133409.395000', '133409.855000', '133410.315000', '133410.775000', '133411.235000', '133411.695000', '133412.155000', '133412.615000', '133413.075000', '133413.535000', '133413.995000', '133414.455000', '133414.915000', '133415.375000', '133415.835000', '133416.295000', '133416.755000', '133417.215000', '133417.675000', '133418.135000', '133418.595000', '133419.055000', '133419.515000', '133419.975000', '133420.435000', '133420.895000', '133421.355000', '133421.815000', '133422.275000', '133422.735000', '133423.195000', '133423.655000', '133424.115000', '133424.575000', '133425.035000', '133425.495000', '133425.955000', '133426.415000', '133426.875000', '133427.335000', '133427.795000', '133428.255000', '133428.715000', '133429.175000', '133429.635000', '133430.095000', '133430.555000', '133431.015000', '133431.475000', '133431.935000', '133432.395000', '133432.855000', '133433.315000', '133433.775000', '133434.235000', '133434.695000', '133435.155000', '133435.615000', '133436.075000', '133436.535000', '133436.995000', '133437.455000', '133437.915000', '133438.375000', '133438.835000', '133439.295000', '133439.755000', '133440.215000', '133440.675000', '133441.135000', '133441.595000', '133442.055000', '133442.515000', '133442.975000', '133443.435000', '133443.895000', '133444.355000', '133444.815000', '133445.275000', '133445.735000', '133446.195000', '133446.655000', '133447.115000', '133447.575000', '133448.035000', '133448.495000', '133448.955000', '133449.415000', '133449.875000', '133450.335000', '133450.795000', '133451.255000', '133451.715000', '133452.175000', '133452.635000', '133453.095000', '133453.555000', '133454.015000', '133454.475000', '133454.935000', '133455.395000', '133455.855000', '133456.315000', '133456.775000', '133457.235000', '133457.695000', '133458.155000', '133458.615000', '133459.075000', '133459.535000', '133459.995000', '133500.455000', '133500.915000', '133501.375000', '133501.835000', '133502.295000', '133502.755000', '133503.215000', '133503.675000', '133504.135000', '133504.595000', '133505.055000', '133505.515000', '133505.975000', '133506.435000', '133506.895000', '133507.355000', '133507.815000', '133508.275000', '133508.735000', '133509.195000', '133509.655000', '133510.115000', '133510.575000', '133511.035000', '133511.495000', '133511.955000', '133512.415000', '133512.875000', '133513.335000', '133513.795000', '133514.255000', '133514.715000', '133515.175000', '133515.635000', '133516.095000', '133516.555000', '133517.015000', '133517.475000', '133517.935000', '133518.395000', '133518.855000', '133519.315000', '133519.775000', '133520.235000', '133520.695000', '133521.155000', '133521.615000', '133522.075000', '133522.535000', '133522.995000', '133523.455000', '133523.915000', '133524.375000', '133524.835000', '133525.295000', '133525.755000', '133526.215000', '133526.675000', '133527.135000', '133527.595000', '133528.055000', '133528.515000', '133528.975000', '133529.435000', '133529.895000', '133530.355000', '133530.815000', '133531.275000', '133531.735000', '133532.195000', '133532.655000', '133533.115000', '133533.575000', '133534.035000', '133534.495000', '133534.955000', '133535.415000', '133535.875000', '133536.335000', '133536.795000', '133537.255000', '133537.715000', '133538.175000', '133538.635000', '133539.095000', '133539.555000', '133540.015000', '133540.475000', '133540.935000', '133541.395000', '133541.855000', '133542.315000', '133542.775000', '133543.235000', '133543.695000', '133544.155000', '133544.615000', '133545.075000', '133545.535000', '133545.995000', '133546.455000', '133546.915000', '133547.375000', '133547.835000', '133548.295000', '133548.755000', '133549.215000', '133549.675000', '133550.135000', '133550.595000', '133551.055000', '133551.515000', '133551.975000', '133552.435000', '133552.895000', '133553.355000', '133553.815000', '133554.275000', '133554.735000', '133555.195000', '133555.655000', '133556.115000', '133556.575000', '133557.035000', '133557.495000', '133557.955000', '133558.415000', '133558.875000', '133559.335000', '133559.795000', '133600.255000', '133600.715000', '133601.175000', '133601.635000', '133602.095000', '133602.555000', '133603.015000', '133603.475000', '133603.935000', '133604.395000', '133604.855000', '133605.315000', '133605.775000', '133606.235000', '133606.695000', '133607.155000', '133607.615000', '133608.075000', '133608.535000', '133608.995000', '133609.455000', '133609.915000', '133610.375000', '133610.835000', '133611.295000', '133611.755000', '133612.215000', '133612.675000', '133613.135000', '133613.595000', '133614.055000', '133614.515000', '133614.975000', '133615.435000', '133615.895000', '133616.355000', '133616.815000', '133617.275000', '133617.735000', '133618.195000', '133618.655000', '133619.115000', '133619.575000', '133620.035000', '133620.495000', '133620.955000', '133621.415000', '133621.875000', '133622.335000', '133622.795000', '133623.255000', '133623.715000', '133624.175000', '133624.635000', '133625.095000', '133625.555000', '133626.015000', '133626.475000', '133626.935000', '133627.395000', '133627.855000', '133628.315000', '133628.775000', '133629.235000', '133629.695000', '133630.155000', '133630.615000', '133631.075000', '133631.535000', '133631.995000', '133632.455000', '133632.915000', '133633.375000', '133633.835000', '133634.295000', '133634.755000', '133635.215000', '133635.675000', '133636.135000', '133636.595000', '133637.055000', '133637.515000', '133637.975000', '133638.435000', '133638.895000', '133639.355000', '133639.815000', '133640.275000', '133640.735000', '133641.195000', '133641.655000', '133642.115000', '133642.575000', '133643.035000', '133643.495000', '133643.955000', '133644.415000', '133644.875000', '133645.335000', '133645.795000', '133646.255000', '133646.715000', '133647.175000', '133647.635000', '133648.095000', '133648.555000', '133649.015000', '133649.475000', '133649.935000', '133650.395000', '133650.855000', '133651.315000', '133651.775000', '133652.235000', '133652.695000', '133653.155000', '133653.615000', '133654.075000', '133654.535000', '133654.995000', '133655.455000', '133655.915000', '133656.375000', '133656.835000', '133657.295000', '133657.755000', '133658.215000', '133658.675000', '133659.135000', '133659.595000', '133700.055000', '133700.515000', '133700.975000', '133701.435000', '133701.895000', '133702.355000', '133702.815000', '133703.275000', '133703.735000', '133704.195000', '133704.655000', '133705.115000', '133705.575000', '133706.035000', '133706.495000', '133706.955000', '133707.415000', '133707.875000', '133708.335000', '133708.795000', '133709.255000', '133709.715000', '133710.175000', '133710.635000', '133711.095000', '133711.555000', '133712.015000', '133712.475000', '133712.935000', '133713.395000', '133713.855000', '133714.315000', '133714.775000', '133715.235000', '133715.695000', '133716.155000', '133716.615000', '133717.075000', '133717.535000', '133717.995000', '133718.455000', '133718.915000', '133719.375000', '133719.835000', '133720.295000', '133720.755000', '133721.215000', '133721.675000', '133722.135000', '133722.595000', '133723.055000', '133723.515000', '133723.975000', '133724.435000', '133724.895000', '133725.355000', '133725.815000', '133726.275000', '133726.735000', '133727.195000', '133727.655000', '133728.115000', '133728.575000', '133729.035000', '133729.495000', '133729.955000', '133730.415000', '133730.875000', '133731.335000', '133731.795000', '133732.255000', '133732.715000', '133733.175000', '133733.635000', '133734.095000', '133734.555000', '133735.015000', '133735.475000', '133735.935000', '133736.395000', '133736.855000', '133737.315000', '133737.775000', '133738.235000', '133738.695000', '133739.155000', '133739.615000', '133740.075000', '133740.535000', '133740.995000', '133741.455000', '133741.915000', '133742.375000', '133742.835000', '133743.295000', '133743.755000', '133744.215000', '133744.675000', '133745.135000', '133745.595000', '133746.055000', '133746.515000', '133746.975000', '133747.435000', '133747.895000', '133748.355000', '133748.815000', '133749.275000', '133749.735000', '133750.195000', '133750.655000', '133751.115000', '133751.575000', '133752.035000', '133752.495000', '133752.955000', '133753.415000', '133753.875000', '133754.335000', '133754.795000', '133755.255000', '133755.715000', '133756.175000', '133756.635000', '133757.095000', '133757.555000', '133758.015000', '133758.475000', '133758.935000', '133759.395000', '133759.855000', '133800.315000', '133800.775000', '133801.235000', '133801.695000', '133802.155000', '133802.615000', '133803.075000', '133803.535000', '133803.995000', '133804.455000', '133804.915000', '133805.375000', '133805.835000', '133806.295000', '133806.755000', '133807.215000', '133807.675000', '133808.135000', '133808.595000', '133809.055000', '133809.515000', '133809.975000', '133810.435000', '133810.895000', '133811.355000', '133811.815000', '133812.275000', '133812.735000', '133813.195000', '133813.655000', '133814.115000', '133814.575000', '133815.035000', '133815.495000', '133815.955000', '133816.415000', '133816.875000', '133817.335000', '133817.795000', '133818.255000', '133818.715000', '133819.175000', '133819.635000', '133820.095000', '133820.555000', '133821.015000', '133821.475000', '133821.935000', '133822.395000', '133822.855000', '133823.315000', '133823.775000', '133824.235000', '133824.695000', '133825.155000', '133825.615000', '133826.075000', '133826.535000', '133826.995000', '133827.455000', '133827.915000', '133828.375000', '133828.835000', '133829.295000', '133829.755000', '133830.215000', '133830.675000', '133831.135000', '133831.595000', '133832.055000', '133832.515000', '133832.975000', '133833.435000', '133833.895000', '133834.355000', '133834.815000', '133835.275000', '133835.735000', '133836.195000', '133836.655000', '133837.115000', '133837.575000', '133838.035000', '133838.495000', '133838.955000', '133839.415000', '133839.875000', '133840.335000', '133840.795000', '133841.255000', '133841.715000', '133842.175000', '133842.635000', '133843.095000', '133843.555000', '133844.015000', '133844.475000', '133844.935000', '133845.395000', '133845.855000', '133846.315000', '133846.775000', '133847.235000', '133847.695000', '133848.155000', '133848.615000', '133849.075000', '133849.535000', '133849.995000', '133850.455000', '133850.915000', '133851.375000', '133851.835000', '133852.295000', '133852.755000', '133853.215000', '133853.675000', '133854.135000', '133854.595000', '133855.055000', '133855.515000', '133855.975000', '133856.435000', '133856.895000', '133857.355000', '133857.815000', '133858.275000', '133858.735000', '133859.195000', '133859.655000', '133900.115000', '133900.575000', '133901.035000', '133901.495000', '133901.955000', '133902.415000', '133902.875000', '133903.335000', '133903.795000', '133904.255000', '133904.715000', '133905.175000', '133905.635000', '133906.095000', '133906.555000', '133907.015000', '133907.475000', '133907.935000', '133908.395000', '133908.855000', '133909.315000', '133909.775000', '133910.235000', '133910.695000', '133911.155000', '133911.615000', '133912.075000', '133912.535000', '133912.995000', '133913.455000', '133913.915000', '133914.375000', '133914.835000', '133915.295000', '133915.755000', '133916.215000', '133916.675000', '133917.135000', '133917.595000', '133918.055000', '133918.515000', '133918.975000', '133919.435000', '133919.895000', '133920.355000', '133920.815000', '133921.275000', '133921.735000', '133922.195000', '133922.655000', '133923.115000', '133923.575000', '133924.035000', '133924.495000', '133924.955000', '133925.415000', '133925.875000', '133926.335000', '133926.795000', '133927.255000', '133927.715000', '133928.175000', '133928.635000', '133929.095000', '133929.555000', '133930.015000', '133930.475000', '133930.935000', '133931.395000', '133931.855000', '133932.315000', '133932.775000', '133933.235000', '133933.695000', '133934.155000', '133934.615000', '133935.075000', '133935.535000', '133935.995000', '133936.455000', '133936.915000', '133937.375000', '133937.835000', '133938.295000', '133938.755000', '133939.215000', '133939.675000', '133940.135000', '133940.595000', '133941.055000', '133941.515000', '133941.975000', '133942.435000', '133942.895000', '133943.355000', '133943.815000', '133944.275000', '133944.735000', '133945.195000', '133945.655000', '133946.115000', '133946.575000', '133947.035000', '133947.495000', '133947.955000', '133948.415000', '133948.875000', '133949.335000', '133949.795000', '133950.255000', '133950.715000', '133951.175000', '133951.635000', '133952.095000', '133952.555000', '133953.015000', '133953.475000', '133953.935000', '133954.395000', '133954.855000', '133955.315000', '133955.775000', '133956.235000', '133956.695000', '133957.155000', '133957.615000', '133958.075000', '133958.535000', '133958.995000', '133959.455000', '133959.915000', '134000.375000', '134000.835000', '134001.295000', '134001.755000', '134002.215000', '134002.675000', '134003.135000', '134003.595000', '134004.055000', '134004.515000', '134004.975000', '134005.435000', '134005.895000', '134006.355000', '134006.815000', '134007.275000', '134007.735000', '134008.195000', '134008.655000', '134009.115000', '134009.575000', '134010.035000', '134010.495000', '134010.955000', '134011.415000', '134011.875000', '134012.335000', '134012.795000', '134013.255000', '134013.715000', '134014.175000', '134014.635000', '134015.095000', '134015.555000', '134016.015000', '134016.475000', '134016.935000', '134017.395000', '134017.855000', '134018.315000', '134018.775000', '134019.235000', '134019.695000', '134020.155000', '134020.615000', '134021.075000', '134021.535000', '134021.995000', '134022.455000', '134022.915000', '134023.375000', '134023.835000', '134024.295000', '134024.755000', '134025.215000', '134025.675000', '134026.135000', '134026.595000', '134027.055000', '134027.515000', '134027.975000', '134028.435000', '134028.895000', '134029.355000', '134029.815000', '134030.275000', '134030.735000', '134031.195000', '134031.655000', '134032.115000', '134032.575000', '134033.035000', '134033.495000', '134033.955000', '134034.415000', '134034.875000', '134035.335000', '134035.795000', '134036.255000', '134036.715000', '134037.175000', '134037.635000', '134038.095000', '134038.555000', '134039.015000', '134039.475000', '134039.935000', '134040.395000', '134040.855000', '134041.315000', '134041.775000', '134042.235000', '134042.695000', '134043.155000', '134043.615000', '134044.075000', '134044.535000', '134044.995000', '134045.455000', '134045.915000', '134046.375000', '134046.835000', '134047.295000', '134047.755000', '134048.215000', '134048.675000', '134049.135000', '134049.595000', '134050.055000', '134050.515000', '134050.975000', '134051.435000', '134051.895000', '134052.355000', '134052.815000', '134053.275000', '134053.735000', '134054.195000', '134054.655000', '134055.115000', '134055.575000', '134056.035000', '134056.495000', '134056.955000', '134057.415000', '134057.875000', '134058.335000', '134058.795000', '134059.255000', '134059.715000', '134100.175000', '134100.635000', '134101.095000', '134101.555000', '134102.015000', '134102.475000', '134102.935000', '134103.395000', '134103.855000', '134104.315000', '134104.775000', '134105.235000', '134105.695000', '134106.155000', '134106.615000', '134107.075000', '134107.535000', '134107.995000', '134108.455000', '134108.915000', '134109.375000', '134109.835000', '134110.295000', '134110.755000', '134111.215000', '134111.675000', '134112.135000', '134112.595000', '134113.055000', '134113.515000', '134113.975000', '134114.435000', '134114.895000', '134115.355000', '134115.815000', '134116.275000', '134116.735000', '134117.195000', '134117.655000', '134118.115000', '134118.575000', '134119.035000', '134119.495000', '134119.955000', '134120.415000', '134120.875000', '134121.335000', '134121.795000', '134122.255000', '134122.715000', '134123.175000', '134123.635000', '134124.095000', '134124.555000', '134125.015000', '134125.475000', '134125.935000', '134126.395000', '134126.855000', '134127.315000', '134127.775000', '134128.235000', '134128.695000', '134129.155000', '134129.615000', '134130.075000', '134130.535000', '134130.995000', '134131.455000', '134131.915000', '134132.375000', '134132.835000', '134133.295000', '134133.755000', '134134.215000', '134134.675000', '134135.135000', '134135.595000', '134136.055000', '134136.515000', '134136.975000', '134137.435000', '134137.895000', '134138.355000', '134138.815000', '134139.275000', '134139.735000', '134140.195000', '134140.655000', '134141.115000', '134141.575000', '134142.035000', '134142.495000', '134142.955000', '134143.415000', '134143.875000', '134144.335000', '134144.795000', '134145.255000', '134145.715000', '134146.175000', '134146.635000', '134147.095000', '134147.555000', '134148.015000', '134148.475000', '134148.935000', '134149.395000', '134149.855000', '134150.315000', '134150.775000', '134151.235000', '134151.695000', '134152.155000', '134152.615000', '134153.075000', '134153.535000', '134153.995000', '134154.455000', '134154.915000', '134155.375000', '134155.835000', '134156.295000', '134156.755000', '134157.215000', '134157.675000', '134158.135000', '134158.595000', '134159.055000', '134159.515000', '134159.975000', '134200.435000', '134200.895000', '134201.355000', '134201.815000', '134202.275000', '134202.735000', '134203.195000', '134203.655000', '134204.115000', '134204.575000', '134205.035000', '134205.495000', '134205.955000', '134206.415000', '134206.875000', '134207.335000', '134207.795000', '134208.255000', '134208.715000', '134209.175000', '134209.635000', '134210.095000', '134210.555000', '134211.015000', '134211.475000', '134211.935000', '134212.395000', '134212.855000', '134213.315000', '134213.775000', '134214.235000', '134214.695000', '134215.155000', '134215.615000', '134216.075000', '134216.535000', '134216.995000', '134217.455000', '134217.915000', '134218.375000', '134218.835000', '134219.295000', '134219.755000', '134220.215000', '134220.675000', '134221.135000', '134221.595000', '134222.055000', '134222.515000', '134222.975000', '134223.435000', '134223.895000', '134224.355000', '134224.815000', '134225.275000', '134225.735000', '134226.195000', '134226.655000', '134227.115000', '134227.575000', '134228.035000', '134228.495000', '134228.955000', '134229.415000', '134229.875000', '134230.335000', '134230.795000', '134231.255000', '134231.715000', '134232.175000', '134232.635000', '134233.095000', '134233.555000', '134234.015000', '134234.475000', '134234.935000', '134235.395000', '134235.855000', '134236.315000', '134236.775000', '134237.235000', '134237.695000', '134238.155000', '134238.615000', '134239.075000', '134239.535000', '134239.995000', '134240.455000', '134240.915000', '134241.375000', '134241.835000', '134242.295000', '134242.755000', '134243.215000', '134243.675000', '134244.135000', '134244.595000', '134245.055000', '134245.515000', '134245.975000', '134246.435000', '134246.895000', '134247.355000', '134247.815000', '134248.275000', '134248.735000', '134249.195000', '134249.655000', '134250.115000', '134250.575000', '134251.035000', '134251.495000', '134251.955000', '134252.415000', '134252.875000', '134253.335000', '134253.795000', '134254.255000', '134254.715000', '134255.175000', '134255.635000', '134256.095000', '134256.555000', '134257.015000', '134257.475000', '134257.935000', '134258.395000', '134258.855000', '134259.315000', '134259.775000', '134300.235000', '134300.695000', '134301.155000', '134301.615000', '134302.075000', '134302.535000', '134302.995000', '134303.455000', '134303.915000', '134304.375000', '134304.835000', '134305.295000', '134305.755000', '134306.215000', '134306.675000', '134307.135000', '134307.595000', '134308.055000', '134308.515000', '134308.975000', '134309.435000', '134309.895000', '134310.355000', '134310.815000', '134311.275000', '134311.735000', '134312.195000', '134312.655000', '134313.115000', '134313.575000', '134314.035000', '134314.495000', '134314.955000', '134315.415000', '134315.875000', '134316.335000', '134316.795000', '134317.255000', '134317.715000', '134318.175000', '134318.635000', '134319.095000', '134319.555000', '134320.015000', '134320.475000', '134320.935000', '134321.395000', '134321.855000', '134322.315000', '134322.775000', '134323.235000', '134323.695000', '134324.155000', '134324.615000', '134325.075000', '134325.535000', '134325.995000', '134326.455000', '134326.915000', '134327.375000', '134327.835000', '134328.295000', '134328.755000', '134329.215000', '134329.675000', '134330.135000', '134330.595000', '134331.055000', '134331.515000', '134331.975000', '134332.435000', '134332.895000', '134333.355000', '134333.815000', '134334.275000', '134334.735000', '134335.195000', '134335.655000', '134336.115000', '134336.575000', '134337.035000', '134337.495000', '134337.955000', '134338.415000', '134338.875000', '134339.335000', '134339.795000', '134340.255000', '134340.715000', '134341.175000', '134341.635000', '134342.095000', '134342.555000', '134343.015000', '134343.475000', '134343.935000', '134344.395000', '134344.855000', '134345.315000', '134345.775000', '134346.235000', '134346.695000', '134347.155000', '134347.615000', '134348.075000', '134348.535000', '134348.995000', '134349.455000', '134349.915000', '134350.375000', '134350.835000', '134351.295000', '134351.755000', '134352.215000', '134352.675000', '134353.135000', '134353.595000', '134354.055000', '134354.515000', '134354.975000', '134355.435000', '134355.895000', '134356.355000', '134356.815000', '134357.275000', '134357.735000', '134358.195000', '134358.655000', '134359.115000', '134359.575000', '134400.035000', '134400.495000', '134400.955000', '134401.415000', '134401.875000', '134402.335000', '134402.795000', '134403.255000', '134403.715000', '134404.175000', '134404.635000', '134405.095000', '134405.555000', '134406.015000', '134406.475000', '134406.935000', '134407.395000', '134407.855000', '134408.315000', '134408.775000', '134409.235000', '134409.695000', '134410.155000', '134410.615000', '134411.075000', '134411.535000', '134411.995000', '134412.455000', '134412.915000', '134413.375000', '134413.835000', '134414.295000', '134414.755000', '134415.215000', '134415.675000', '134416.135000', '134416.595000', '134417.055000', '134417.515000', '134417.975000', '134418.435000', '134418.895000', '134419.355000', '134419.815000', '134420.275000', '134420.735000', '134421.195000', '134421.655000', '134422.115000', '134422.575000', '134423.035000', '134423.495000', '134423.955000', '134424.415000', '134424.875000', '134425.335000', '134425.795000', '134426.255000', '134426.715000', '134427.175000', '134427.635000', '134428.095000', '134428.555000', '134429.015000', '134429.475000', '134429.935000', '134430.395000', '134430.855000', '134431.315000', '134431.775000', '134432.235000', '134432.695000', '134433.155000', '134433.615000', '134434.075000', '134434.535000', '134434.995000', '134435.455000', '134435.915000', '134436.375000', '134436.835000', '134437.295000', '134437.755000', '134438.215000', '134438.675000', '134439.135000', '134439.595000', '134440.055000', '134440.515000', '134440.975000', '134441.435000', '134441.895000', '134442.355000', '134442.815000', '134443.275000', '134443.735000', '134444.195000', '134444.655000', '134445.115000', '134445.575000', '134446.035000', '134446.495000', '134446.955000', '134447.415000', '134447.875000', '134448.335000', '134448.795000', '134449.255000', '134449.715000', '134450.175000', '134450.635000', '134451.095000', '134451.555000', '134452.015000', '134452.475000', '134452.935000', '134453.395000', '134453.855000', '134454.315000', '134454.775000', '134455.235000', '134455.695000', '134456.155000', '134456.615000', '134457.075000', '134457.535000', '134457.995000', '134458.455000', '134458.915000', '134459.375000', '134459.835000', '134500.295000', '134500.755000', '134501.215000', '134501.675000', '134502.135000', '134502.595000', '134503.055000', '134503.515000', '134503.975000', '134504.435000', '134504.895000', '134505.355000', '134505.815000', '134506.275000', '134506.735000', '134507.195000', '134507.655000', '134508.115000', '134508.575000', '134509.035000', '134509.495000', '134509.955000', '134510.415000', '134510.875000', '134511.335000', '134511.795000', '134512.255000', '134512.715000', '134513.175000', '134513.635000', '134514.095000', '134514.555000', '134515.015000', '134515.475000', '134515.935000', '134516.395000', '134516.855000', '134517.315000', '134517.775000', '134518.235000', '134518.695000', '134519.155000', '134519.615000', '134520.075000', '134520.535000', '134520.995000', '134521.455000', '134521.915000', '134522.375000', '134522.835000', '134523.295000', '134523.755000', '134524.215000', '134524.675000', '134525.135000', '134525.595000', '134526.055000', '134526.515000', '134526.975000', '134527.435000', '134527.895000', '134528.355000', '134528.815000', '134529.275000', '134529.735000', '134530.195000', '134530.655000', '134531.115000', '134531.575000', '134532.035000', '134532.495000', '134532.955000', '134533.415000', '134533.875000', '134534.335000', '134534.795000', '134535.255000', '134535.715000', '134536.175000', '134536.635000', '134537.095000', '134537.555000', '134538.015000', '134538.475000', '134538.935000', '134539.395000', '134539.855000', '134540.315000', '134540.775000', '134541.235000', '134541.695000', '134542.155000', '134542.615000', '134543.075000', '134543.535000', '134543.995000', '134544.455000', '134544.915000', '134545.375000', '134545.835000', '134546.295000', '134546.755000', '134547.215000', '134547.675000', '134548.135000', '134548.595000', '134549.055000', '134549.515000', '134549.975000', '134550.435000', '134550.895000', '134551.355000', '134551.815000', '134552.275000', '134552.735000', '134553.195000', '134553.655000', '134554.115000', '134554.575000', '134555.035000', '134555.495000', '134555.955000', '134556.415000', '134556.875000', '134557.335000', '134557.795000', '134558.255000', '134558.715000', '134559.175000', '134559.635000', '134600.095000'], 'ContentTime': ['133214.328000', '133214.331000', '133214.334000', '133214.337000', '133214.340000', '133214.343000', '133214.346000', '133214.348000', '133214.351000', '133214.354000', '133214.357000', '133214.365000', '133214.368000', '133214.371000', '133214.374000', '133214.376000', '133214.379000', '133214.382000', '133214.385000', '133214.388000', '133214.390000', '133214.393000', '133214.396000', '133214.399000', '133214.402000', '133214.405000', '133214.407000', '133214.410000', '133214.413000', '133214.416000', '133214.419000', '133214.421000', '133214.424000', '133214.427000', '133214.430000', '133214.433000', '133214.435000', '133214.441000', '133214.444000', '133214.447000', '133214.450000', '133214.453000', '133214.456000', '133214.461000', '133214.464000', '133214.467000', '133214.470000', '133214.473000', '133214.476000', '133214.479000', '133214.482000', '133214.484000', '133214.487000', '133214.490000', '133214.493000', '133214.496000', '133214.499000', '133214.502000', '133214.504000', '133214.507000', '133214.510000', '133234.296000', '133234.299000', '133234.302000', '133234.305000', '133234.308000', '133234.310000', '133234.313000', '133234.316000', '133234.319000', '133234.322000', '133234.325000', '133234.328000', '133234.330000', '133234.333000', '133234.336000', '133234.339000', '133234.342000', '133234.344000', '133234.347000', '133234.350000', '133234.353000', '133234.356000', '133234.359000', '133234.361000', '133234.364000', '133234.367000', '133234.370000', '133234.373000', '133234.375000', '133234.378000', '133234.381000', '133234.384000', '133234.387000', '133234.390000', '133234.392000', '133234.395000', '133234.398000', '133234.401000', '133234.404000', '133234.407000', '133234.409000', '133234.412000', '133234.415000', '133254.295000', '133254.298000', '133254.301000', '133254.304000', '133254.306000', '133254.309000', '133254.312000', '133254.315000', '133254.318000', '133254.321000', '133254.323000', '133254.326000', '133254.329000', '133254.332000', '133254.335000', '133254.337000', '133254.340000', '133254.343000', '133254.346000', '133254.349000', '133254.351000', '133254.354000', '133254.357000', '133254.360000', '133254.363000', '133254.366000', '133254.369000', '133254.371000', '133254.374000', '133254.377000', '133254.380000', '133254.383000', '133254.386000', '133254.388000', '133254.391000', '133254.394000', '133254.397000', '133254.400000', '133254.403000', '133254.406000', '133254.409000', '133254.411000', '133254.414000', '133254.417000', '133314.295000', '133314.298000', '133314.301000', '133314.304000', '133314.306000', '133314.309000', '133314.312000', '133314.327000', '133314.329000', '133314.332000', '133314.335000', '133314.338000', '133314.341000', '133314.344000', '133314.346000', '133314.349000', '133314.352000', '133314.355000', '133314.358000', '133314.361000', '133314.363000', '133314.366000', '133314.369000', '133314.372000', '133314.375000', '133314.377000', '133314.380000', '133314.383000', '133314.386000', '133314.389000', '133314.392000', '133314.395000', '133314.397000', '133314.400000', '133314.403000', '133314.406000', '133314.409000', '133314.412000', '133314.415000', '133314.417000', '133314.420000', '133314.423000', '133314.426000', '133314.429000', '133334.295000', '133334.298000', '133334.301000', '133334.303000', '133334.382000', '133334.385000', '133334.387000', '133334.390000', '133334.399000', '133334.402000', '133334.404000', '133334.407000', '133334.410000', '133334.413000', '133334.416000', '133334.419000', '133334.421000', '133334.424000', '133334.427000', '133334.430000', '133334.433000', '133334.436000', '133334.438000', '133334.441000', '133334.444000', '133334.447000', '133334.450000', '133334.453000', '133334.456000', '133334.459000', '133334.461000', '133334.464000', '133334.467000', '133334.470000', '133334.473000', '133334.476000', '133334.479000', '133334.481000', '133334.484000', '133334.487000', '133334.490000', '133334.493000', '133334.495000', '133354.295000', '133354.298000', '133354.301000', '133354.304000', '133354.307000', '133354.310000', '133354.312000', '133354.315000', '133354.318000', '133354.321000', '133354.324000', '133354.327000', '133354.329000', '133354.332000', '133354.337000', '133354.340000', '133354.343000', '133354.346000', '133354.349000', '133354.352000', '133354.355000', '133354.358000', '133354.360000', '133354.363000', '133354.366000', '133354.369000', '133354.372000', '133354.374000', '133354.377000', '133354.380000', '133354.383000', '133354.386000', '133354.388000', '133354.391000', '133354.394000', '133354.397000', '133354.400000', '133354.403000', '133354.406000', '133354.408000', '133354.411000', '133354.414000', '133354.417000', '133354.420000', '133414.296000', '133414.299000', '133414.302000', '133414.305000', '133414.308000', '133414.310000', '133414.313000', '133414.316000', '133414.319000', '133414.322000', '133414.324000', '133414.327000', '133414.330000', '133414.333000', '133414.336000', '133414.339000', '133414.342000', '133414.345000', '133414.347000', '133414.350000', '133414.353000', '133414.356000', '133414.359000', '133414.362000', '133414.365000', '133414.367000', '133414.370000', '133414.373000', '133414.376000', '133414.379000', '133414.382000', '133414.384000', '133414.387000', '133414.390000', '133414.393000', '133414.396000', '133414.399000', '133414.401000', '133414.404000', '133414.407000', '133414.410000', '133414.413000', '133414.416000', '133434.296000', '133434.299000', '133434.302000', '133434.305000', '133434.308000', '133434.311000', '133434.314000', '133434.317000', '133434.320000', '133434.322000', '133434.325000', '133434.328000', '133434.331000', '133434.334000', '133434.337000', '133434.339000', '133434.342000', '133434.345000', '133434.348000', '133434.351000', '133434.354000', '133434.357000', '133434.360000', '133434.363000', '133434.366000', '133434.369000', '133434.371000', '133434.374000', '133434.377000', '133434.380000', '133434.383000', '133434.385000', '133434.388000', '133434.391000', '133434.394000', '133434.397000', '133434.400000', '133434.403000', '133434.405000', '133434.408000', '133434.411000', '133434.414000', '133434.417000', '133454.296000', '133454.299000', '133454.302000', '133454.305000', '133454.308000', '133454.310000', '133454.313000', '133454.316000', '133454.319000', '133454.322000', '133454.325000', '133454.328000', '133454.330000', '133454.333000', '133454.336000', '133454.339000', '133454.342000', '133454.345000', '133454.347000', '133454.350000', '133454.353000', '133454.356000', '133454.359000', '133454.362000', '133454.365000', '133454.367000', '133454.370000', '133454.373000', '133454.376000', '133454.379000', '133454.382000', '133454.385000', '133454.387000', '133454.390000', '133454.393000', '133454.396000', '133454.399000', '133454.402000', '133454.405000', '133454.407000', '133454.410000', '133454.413000', '133454.416000', '133454.419000', '133514.295000', '133514.298000', '133514.301000', '133514.304000', '133514.307000', '133514.310000', '133514.313000', '133514.319000', '133514.322000', '133514.325000', '133514.328000', '133514.331000', '133514.333000', '133514.336000', '133514.339000', '133514.342000', '133514.345000', '133514.348000', '133514.351000', '133514.354000', '133514.357000', '133514.359000', '133514.362000', '133514.365000', '133514.368000', '133514.371000', '133514.374000', '133514.376000', '133514.379000', '133514.382000', '133514.385000', '133514.388000', '133514.391000', '133514.393000', '133514.396000', '133514.399000', '133514.402000', '133514.405000', '133514.408000', '133514.411000', '133514.413000', '133514.416000', '133514.419000', '133534.295000', '133534.298000', '133534.301000', '133534.304000', '133534.307000', '133534.309000', '133534.312000', '133534.315000', '133534.318000', '133534.321000', '133534.324000', '133534.327000', '133534.329000', '133534.332000', '133534.335000', '133534.338000', '133534.341000', '133534.343000', '133534.346000', '133534.349000', '133534.352000', '133534.355000', '133534.358000', '133534.361000', '133534.363000', '133534.366000', '133534.369000', '133534.372000', '133534.375000', '133534.378000', '133534.381000', '133534.383000', '133534.386000', '133534.389000', '133534.392000', '133534.395000', '133534.398000', '133534.401000', '133534.404000', '133534.406000', '133534.409000', '133534.412000', '133534.415000', '133534.418000', '133554.295000', '133554.298000', '133554.301000', '133554.303000', '133554.306000', '133554.309000', '133554.312000', '133554.315000', '133554.322000', '133554.325000', '133554.328000', '133554.330000', '133554.333000', '133554.336000', '133554.339000', '133554.342000', '133554.345000', '133554.348000', '133554.351000', '133554.353000', '133554.356000', '133554.359000', '133554.362000', '133554.365000', '133554.368000', '133554.371000', '133554.374000', '133554.376000', '133554.379000', '133554.382000', '133554.385000', '133554.388000', '133554.391000', '133554.394000', '133554.396000', '133554.399000', '133554.402000', '133554.405000', '133554.408000', '133554.411000', '133554.413000', '133554.416000', '133554.419000', '133614.295000', '133614.298000', '133614.301000', '133614.304000', '133614.307000', '133614.310000', '133614.312000', '133614.315000', '133614.318000', '133614.321000', '133614.324000', '133614.326000', '133614.329000', '133614.345000', '133614.348000', '133614.351000', '133614.354000', '133614.357000', '133614.360000', '133614.362000', '133614.365000', '133614.368000', '133614.371000', '133614.374000', '133614.376000', '133614.379000', '133614.382000', '133614.385000', '133614.388000', '133614.391000', '133614.394000', '133614.396000', '133614.399000', '133614.402000', '133614.405000', '133614.408000', '133614.411000', '133614.414000', '133614.416000', '133614.419000', '133614.422000', '133614.425000', '133614.428000', '133614.431000', '133634.296000', '133634.300000', '133634.303000', '133634.306000', '133634.309000', '133634.311000', '133634.314000', '133634.317000', '133634.320000', '133634.323000', '133634.326000', '133634.329000', '133634.332000', '133634.334000', '133634.337000', '133634.340000', '133634.343000', '133634.346000', '133634.349000', '133634.351000', '133634.354000', '133634.357000', '133634.360000', '133634.363000', '133634.366000', '133634.369000', '133634.372000', '133634.375000', '133634.378000', '133634.381000', '133634.384000', '133634.387000', '133634.390000', '133634.393000', '133634.395000', '133634.398000', '133634.401000', '133634.404000', '133634.407000', '133634.410000', '133634.412000', '133634.415000', '133634.418000', '133654.296000', '133654.299000', '133654.302000', '133654.305000', '133654.310000', '133654.313000', '133654.316000', '133654.319000', '133654.322000', '133654.325000', '133654.327000', '133654.330000', '133654.333000', '133654.336000', '133654.339000', '133654.342000', '133654.345000', '133654.347000', '133654.350000', '133654.353000', '133654.356000', '133654.359000', '133654.362000', '133654.364000', '133654.367000', '133654.370000', '133654.373000', '133654.376000', '133654.379000', '133654.382000', '133654.384000', '133654.387000', '133654.390000', '133654.393000', '133654.396000', '133654.399000', '133654.401000', '133654.404000', '133654.407000', '133654.410000', '133654.413000', '133654.416000', '133654.418000', '133654.421000', '133714.296000', '133714.299000', '133714.302000', '133714.305000', '133714.307000', '133714.310000', '133714.313000', '133714.316000', '133714.319000', '133714.322000', '133714.325000', '133714.328000', '133714.330000', '133714.333000', '133714.336000', '133714.339000', '133714.351000', '133714.354000', '133714.357000', '133714.360000', '133714.363000', '133714.366000', '133714.369000', '133714.371000', '133714.376000', '133714.379000', '133714.381000', '133714.384000', '133714.389000', '133714.392000', '133714.395000', '133714.398000', '133714.401000', '133714.404000', '133714.406000', '133714.409000', '133714.412000', '133714.415000', '133714.418000', '133714.421000', '133714.424000', '133714.426000', '133714.429000', '133734.295000', '133734.298000', '133734.301000', '133734.304000', '133734.307000', '133734.310000', '133734.313000', '133734.316000', '133734.318000', '133734.321000', '133734.324000', '133734.327000', '133734.330000', '133734.333000', '133734.335000', '133734.338000', '133734.341000', '133734.344000', '133734.347000', '133734.350000', '133734.353000', '133734.355000', '133734.358000', '133734.361000', '133734.364000', '133734.367000', '133734.370000', '133734.372000', '133734.375000', '133734.378000', '133734.381000', '133734.384000', '133734.387000', '133734.390000', '133734.392000', '133734.395000', '133734.398000', '133734.401000', '133734.411000', '133734.414000', '133734.417000', '133734.420000', '133734.423000', '133734.426000', '133754.295000', '133754.298000', '133754.301000', '133754.304000', '133754.307000', '133754.310000', '133754.313000', '133754.315000', '133754.318000', '133754.321000', '133754.324000', '133754.327000', '133754.330000', '133754.333000', '133754.337000', '133754.340000', '133754.343000', '133754.346000', '133754.349000', '133754.351000', '133754.354000', '133754.357000', '133754.360000', '133754.363000', '133754.365000', '133754.368000', '133754.371000', '133754.374000', '133754.377000', '133754.380000', '133754.382000', '133754.385000', '133754.388000', '133754.391000', '133754.394000', '133754.397000', '133754.400000', '133754.403000', '133754.406000', '133754.409000', '133754.412000', '133754.415000', '133754.417000', '133814.295000', '133814.298000', '133814.301000', '133814.304000', '133814.307000', '133814.310000', '133814.313000', '133814.315000', '133814.318000', '133814.321000', '133814.324000', '133814.327000', '133814.329000', '133814.332000', '133814.335000', '133814.338000', '133814.341000', '133814.344000', '133814.347000', '133814.349000', '133814.352000', '133814.355000', '133814.358000', '133814.361000', '133814.364000', '133814.366000', '133814.369000', '133814.372000', '133814.375000', '133814.378000', '133814.381000', '133814.383000', '133814.386000', '133814.389000', '133814.392000', '133814.395000', '133814.398000', '133814.400000', '133814.403000', '133814.406000', '133814.409000', '133814.412000', '133814.415000', '133814.417000', '133834.295000', '133834.298000', '133834.301000', '133834.304000', '133834.307000', '133834.309000', '133834.312000', '133834.315000', '133834.318000', '133834.321000', '133834.324000', '133834.326000', '133834.329000', '133834.332000', '133834.335000', '133834.338000', '133834.341000', '133834.343000', '133834.346000', '133834.349000', '133834.352000', '133834.355000', '133834.358000', '133834.361000', '133834.363000', '133834.366000', '133834.369000', '133834.372000', '133834.375000', '133834.378000', '133834.380000', '133834.383000', '133834.386000', '133834.389000', '133834.392000', '133834.395000', '133834.397000', '133834.400000', '133834.403000', '133834.406000', '133834.409000', '133834.413000', '133834.416000', '133854.296000', '133854.299000', '133854.302000', '133854.305000', '133854.307000', '133854.310000', '133854.313000', '133854.316000', '133854.319000', '133854.322000', '133854.325000', '133854.328000', '133854.330000', '133854.333000', '133854.336000', '133854.339000', '133854.342000', '133854.345000', '133854.348000', '133854.350000', '133854.353000', '133854.356000', '133854.359000', '133854.362000', '133854.365000', '133854.367000', '133854.370000', '133854.373000', '133854.376000', '133854.379000', '133854.382000', '133854.384000', '133854.387000', '133854.390000', '133854.393000', '133854.414000', '133854.417000', '133854.424000', '133854.426000', '133854.429000', '133854.432000', '133854.435000', '133854.438000', '133854.441000', '133914.296000', '133914.299000', '133914.302000', '133914.305000', '133914.307000', '133914.310000', '133914.313000', '133914.316000', '133914.319000', '133914.322000', '133914.324000', '133914.327000', '133914.330000', '133914.333000', '133914.336000', '133914.339000', '133914.342000', '133914.344000', '133914.347000', '133914.350000', '133914.353000', '133914.356000', '133914.359000', '133914.361000', '133914.364000', '133914.367000', '133914.370000', '133914.373000', '133914.377000', '133914.380000', '133914.383000', '133914.386000', '133914.388000', '133914.391000', '133914.394000', '133914.397000', '133914.400000', '133914.403000', '133914.405000', '133914.408000', '133914.411000', '133914.414000', '133914.417000', '133934.296000', '133934.299000', '133934.302000', '133934.305000', '133934.308000', '133934.311000', '133934.314000', '133934.316000', '133934.319000', '133934.322000', '133934.325000', '133934.328000', '133934.331000', '133934.334000', '133934.336000', '133934.339000', '133934.342000', '133934.345000', '133934.348000', '133934.351000', '133934.354000', '133934.357000', '133934.359000', '133934.362000', '133934.365000', '133934.368000', '133934.371000', '133934.374000', '133934.377000', '133934.379000', '133934.382000', '133934.385000', '133934.388000', '133934.391000', '133934.394000', '133934.396000', '133934.399000', '133934.402000', '133934.405000', '133934.408000', '133934.411000', '133934.414000', '133934.416000', '133934.419000', '133954.295000', '133954.298000', '133954.301000', '133954.304000', '133954.307000', '133954.310000', '133954.313000', '133954.315000', '133954.318000', '133954.321000', '133954.324000', '133954.327000', '133954.330000', '133954.332000', '133954.335000', '133954.338000', '133954.341000', '133954.344000', '133954.347000', '133954.350000', '133954.352000', '133954.355000', '133954.358000', '133954.361000', '133954.364000', '133954.366000', '133954.369000', '133954.372000', '133954.375000', '133954.378000', '133954.381000', '133954.384000', '133954.387000', '133954.389000', '133954.392000', '133954.395000', '133954.398000', '133954.401000', '133954.404000', '133954.407000', '133954.409000', '133954.412000', '133954.415000', '134014.295000', '134014.298000', '134014.301000', '134014.308000', '134014.311000', '134014.314000', '134014.316000', '134014.319000', '134014.322000', '134014.325000', '134014.328000', '134014.331000', '134014.334000', '134014.336000', '134014.339000', '134014.342000', '134014.345000', '134014.348000', '134014.351000', '134014.353000', '134014.356000', '134014.359000', '134014.362000', '134014.365000', '134014.368000', '134014.370000', '134014.373000', '134014.376000', '134014.379000', '134014.382000', '134014.384000', '134014.399000', '134014.402000', '134014.405000', '134014.407000', '134014.417000', '134014.419000', '134014.422000', '134014.425000', '134014.428000', '134014.431000', '134014.434000', '134014.436000', '134014.439000', '134034.295000', '134034.307000', '134034.310000', '134034.313000', '134034.316000', '134034.319000', '134034.322000', '134034.325000', '134034.327000', '134034.331000', '134034.333000', '134034.336000', '134034.339000', '134034.342000', '134034.345000', '134034.348000', '134034.350000', '134034.353000', '134034.356000', '134034.359000', '134034.362000', '134034.365000', '134034.368000', '134034.371000', '134034.373000', '134034.376000', '134034.379000', '134034.382000', '134034.385000', '134034.388000', '134034.391000', '134034.394000', '134034.396000', '134034.399000', '134034.402000', '134034.405000', '134034.408000', '134034.412000', '134034.415000', '134034.418000', '134034.421000', '134034.424000', '134034.427000', '134054.295000', '134054.298000', '134054.301000', '134054.304000', '134054.307000', '134054.310000', '134054.313000', '134054.315000', '134054.318000', '134054.321000', '134054.324000', '134054.327000', '134054.329000', '134054.332000', '134054.335000', '134054.338000', '134054.341000', '134054.344000', '134054.347000', '134054.349000', '134054.352000', '134054.355000', '134054.358000', '134054.361000', '134054.364000', '134054.366000', '134054.369000', '134054.372000', '134054.375000', '134054.378000', '134054.381000', '134054.384000', '134054.386000', '134054.389000', '134054.392000', '134054.395000', '134054.398000', '134054.401000', '134054.404000', '134054.406000', '134054.409000', '134054.412000', '134054.415000', '134054.418000', '134114.296000', '134114.299000', '134114.302000', '134114.305000', '134114.308000', '134114.311000', '134114.313000', '134114.316000', '134114.325000', '134114.328000', '134114.330000', '134114.333000', '134114.336000', '134114.339000', '134114.342000', '134114.345000', '134114.348000', '134114.351000', '134114.353000', '134114.356000', '134114.359000', '134114.362000', '134114.365000', '134114.368000', '134114.371000', '134114.373000', '134114.376000', '134114.379000', '134114.382000', '134114.385000', '134114.388000', '134114.391000', '134114.393000', '134114.396000', '134114.399000', '134114.402000', '134114.405000', '134114.408000', '134114.410000', '134114.413000', '134114.416000', '134114.419000', '134114.422000', '134134.296000', '134134.299000', '134134.302000', '134134.305000', '134134.308000', '134134.311000', '134134.313000', '134134.316000', '134134.319000', '134134.322000', '134134.325000', '134134.328000', '134134.330000', '134134.333000', '134134.336000', '134134.339000', '134134.342000', '134134.345000', '134134.348000', '134134.351000', '134134.353000', '134134.356000', '134134.359000', '134134.362000', '134134.365000', '134134.368000', '134134.371000', '134134.373000', '134134.391000', '134134.399000', '134134.402000', '134134.404000', '134134.407000', '134134.410000', '134134.413000', '134134.416000', '134134.419000', '134134.422000', '134134.424000', '134134.427000', '134134.430000', '134134.433000', '134134.436000', '134134.439000', '134154.296000', '134154.299000', '134154.302000', '134154.305000', '134154.308000', '134154.311000', '134154.314000', '134154.317000', '134154.319000', '134154.322000', '134154.325000', '134154.328000', '134154.331000', '134154.334000', '134154.336000', '134154.339000', '134154.342000', '134154.345000', '134154.348000', '134154.351000', '134154.353000', '134154.356000', '134154.359000', '134154.362000', '134154.365000', '134154.368000', '134154.371000', '134154.374000', '134154.376000', '134154.379000', '134154.382000', '134154.385000', '134154.388000', '134154.391000', '134154.393000', '134154.396000', '134154.399000', '134154.402000', '134154.405000', '134154.408000', '134154.411000', '134154.413000', '134154.416000', '134214.295000', '134214.313000', '134214.316000', '134214.319000', '134214.322000', '134214.325000', '134214.328000', '134214.330000', '134214.333000', '134214.336000', '134214.339000', '134214.342000', '134214.345000', '134214.348000', '134214.351000', '134214.353000', '134214.356000', '134214.359000', '134214.362000', '134214.365000', '134214.368000', '134214.370000', '134214.373000', '134214.376000', '134214.379000', '134214.382000', '134214.385000', '134214.388000', '134214.396000', '134214.399000', '134214.401000', '134214.404000', '134214.407000', '134214.410000', '134214.413000', '134214.416000', '134214.418000', '134214.421000', '134214.424000', '134214.427000', '134214.430000', '134214.433000', '134214.436000', '134234.295000', '134234.298000', '134234.301000', '134234.304000', '134234.307000', '134234.310000', '134234.313000', '134234.316000', '134234.319000', '134234.321000', '134234.324000', '134234.327000', '134234.330000', '134234.333000', '134234.336000', '134234.339000', '134234.342000', '134234.344000', '134234.347000', '134234.350000', '134234.353000', '134234.356000', '134234.362000', '134234.365000', '134234.368000', '134234.371000', '134234.374000', '134234.377000', '134234.379000', '134234.382000', '134234.385000', '134234.388000', '134234.391000', '134234.394000', '134234.396000', '134234.399000', '134234.402000', '134234.405000', '134234.408000', '134234.411000', '134234.414000', '134234.416000', '134234.419000', '134234.422000', '134254.295000', '134254.298000', '134254.301000', '134254.304000', '134254.307000', '134254.310000', '134254.313000', '134254.319000', '134254.322000', '134254.325000', '134254.341000', '134254.344000', '134254.347000', '134254.350000', '134254.352000', '134254.356000', '134254.358000', '134254.361000', '134254.364000', '134254.367000', '134254.370000', '134254.372000', '134254.375000', '134254.378000', '134254.381000', '134254.384000', '134254.387000', '134254.390000', '134254.393000', '134254.395000', '134254.398000', '134254.401000', '134254.404000', '134254.407000', '134254.410000', '134254.413000', '134254.416000', '134254.418000', '134254.421000', '134254.424000', '134254.427000', '134254.430000', '134254.433000', '134314.295000', '134314.298000', '134314.301000', '134314.304000', '134314.307000', '134314.309000', '134314.313000', '134314.315000', '134314.318000', '134314.321000', '134314.324000', '134314.327000', '134314.330000', '134314.332000', '134314.335000', '134314.338000', '134314.341000', '134314.344000', '134314.347000', '134314.349000', '134314.352000', '134314.355000', '134314.358000', '134314.361000', '134314.364000', '134314.367000', '134314.370000', '134314.372000', '134314.375000', '134314.378000', '134314.381000', '134314.384000', '134314.386000', '134314.389000', '134314.392000', '134314.395000', '134314.398000', '134314.401000', '134314.403000', '134314.406000', '134314.409000', '134314.412000', '134314.415000', '134314.418000', '134334.296000', '134334.299000', '134334.302000', '134334.305000', '134334.315000', '134334.318000', '134334.321000', '134334.324000', '134334.327000', '134334.330000', '134334.332000', '134334.335000', '134334.339000', '134334.342000', '134334.344000', '134334.347000', '134334.350000', '134334.353000', '134334.356000', '134334.359000', '134334.362000', '134334.364000', '134334.367000', '134334.370000', '134334.373000', '134334.376000', '134334.379000', '134334.382000', '134334.385000', '134334.387000', '134334.390000', '134334.393000', '134334.396000', '134334.399000', '134334.402000', '134334.405000', '134334.407000', '134334.410000', '134334.413000', '134334.416000', '134334.419000', '134334.421000', '134334.424000', '134354.296000', '134354.299000', '134354.302000', '134354.305000', '134354.308000', '134354.310000', '134354.313000', '134354.316000', '134354.319000', '134354.322000', '134354.325000', '134354.328000', '134354.330000', '134354.333000', '134354.336000', '134354.339000', '134354.342000', '134354.345000', '134354.347000', '134354.350000', '134354.353000', '134354.356000', '134354.359000', '134354.362000', '134354.365000', '134354.368000', '134354.370000', '134354.373000', '134354.376000', '134354.379000', '134354.382000', '134354.384000', '134354.387000', '134354.390000', '134354.393000', '134354.396000', '134354.399000', '134354.402000', '134354.405000', '134354.407000', '134354.410000', '134354.413000', '134354.416000', '134354.419000', '134414.296000', '134414.299000', '134414.302000', '134414.309000', '134414.312000', '134414.315000', '134414.318000', '134414.321000', '134414.323000', '134414.326000', '134414.329000', '134414.332000', '134414.335000', '134414.338000', '134414.340000', '134414.344000', '134414.346000', '134414.349000', '134414.352000', '134414.355000', '134414.358000', '134414.361000', '134414.364000', '134414.367000', '134414.370000', '134414.373000', '134414.376000', '134414.378000', '134414.381000', '134414.384000', '134414.387000', '134414.390000', '134414.393000', '134414.401000', '134414.403000', '134414.406000', '134414.409000', '134414.412000', '134414.415000', '134414.418000', '134414.420000', '134414.423000', '134414.426000', '134434.295000', '134434.298000', '134434.301000', '134434.304000', '134434.307000', '134434.310000', '134434.313000', '134434.315000', '134434.318000', '134434.321000', '134434.324000', '134434.327000', '134434.330000', '134434.333000', '134434.335000', '134434.338000', '134434.341000', '134434.344000', '134434.347000', '134434.350000', '134434.353000', '134434.355000', '134434.358000', '134434.361000', '134434.364000', '134434.367000', '134434.369000', '134434.372000', '134434.375000', '134434.378000', '134434.381000', '134434.384000', '134434.387000', '134434.390000', '134434.392000', '134434.396000', '134434.399000', '134434.402000', '134434.405000', '134434.407000', '134434.410000', '134434.413000', '134434.416000', '134434.419000', '134454.295000', '134454.298000', '134454.308000', '134454.311000', '134454.314000', '134454.317000', '134454.320000', '134454.323000', '134454.325000', '134454.328000', '134454.331000', '134454.334000', '134454.337000', '134454.340000', '134454.343000', '134454.345000', '134454.348000', '134454.351000', '134454.354000', '134454.357000', '134454.360000', '134454.362000', '134454.365000', '134454.368000', '134454.371000', '134454.374000', '134454.377000', '134454.380000', '134454.383000', '134454.386000', '134454.389000', '134454.391000', '134454.394000', '134454.397000', '134454.400000', '134454.403000', '134454.406000', '134454.409000', '134454.411000', '134454.414000', '134454.417000', '134454.420000', '134454.423000', '134514.295000', '134514.298000', '134514.301000', '134514.308000', '134514.311000', '134514.332000', '134514.335000', '134514.338000', '134514.341000', '134514.344000', '134514.346000', '134514.349000', '134514.352000', '134514.355000', '134514.358000', '134514.361000', '134514.363000', '134514.366000', '134514.369000', '134514.372000', '134514.375000', '134514.378000', '134514.380000', '134514.383000', '134514.386000', '134514.389000', '134514.392000', '134514.395000', '134514.398000', '134514.400000', '134514.403000', '134514.406000', '134514.409000', '134514.412000', '134514.415000', '134514.418000', '134514.420000', '134514.423000', '134514.426000', '134514.429000', '134514.432000', '134514.435000', '134514.437000', '134514.440000', '134534.295000', '134534.298000', '134534.301000', '134534.304000', '134534.307000', '134534.310000', '134534.313000', '134534.315000', '134534.318000', '134534.321000', '134534.324000', '134534.328000', '134534.331000', '134534.334000', '134534.337000', '134534.340000', '134534.343000', '134534.346000', '134534.349000', '134534.351000', '134534.354000', '134534.357000', '134534.360000', '134534.363000', '134534.366000', '134534.369000', '134534.371000', '134534.374000', '134534.377000', '134534.380000', '134534.383000', '134534.386000', '134534.389000', '134534.392000', '134534.395000', '134534.398000', '134534.401000', '134534.404000', '134534.407000', '134534.410000', '134534.412000', '134534.415000', '134534.418000', '134554.296000', '134554.299000', '134554.302000', '134554.305000', '134554.308000', '134554.311000', '134554.314000', '134554.316000', '134554.319000', '134554.322000', '134554.325000', '134554.328000', '134554.331000', '134554.333000', '134554.336000', '134554.339000', '134554.342000', '134554.345000', '134554.348000', '134554.351000', '134554.354000', '134554.356000', '134554.359000', '134554.362000', '134554.365000', '134554.368000', '134554.371000', '134554.374000', '134554.376000', '134554.379000', '134554.382000', '134554.385000', '134554.388000', '134554.391000', '134554.394000', '134554.396000', '134554.399000', '134554.402000', '134554.405000', '134554.408000', '134554.410000', '134554.413000', '134554.416000', '134554.419000', '134601.133000', '134601.136000', '134601.139000', '134601.142000', '134601.146000', '134601.150000', '134601.153000', '134601.156000', '134601.159000', '134601.162000', '134601.166000', '134601.169000', '134601.172000', '134601.175000', '134601.178000'], 'InstanceCreationTime': ['133214.328000', '133214.331000', '133214.334000', '133214.337000', '133214.340000', '133214.343000', '133214.346000', '133214.348000', '133214.351000', '133214.354000', '133214.357000', '133214.365000', '133214.368000', '133214.371000', '133214.374000', '133214.376000', '133214.379000', '133214.382000', '133214.385000', '133214.388000', '133214.390000', '133214.393000', '133214.396000', '133214.399000', '133214.402000', '133214.405000', '133214.407000', '133214.410000', '133214.413000', '133214.416000', '133214.419000', '133214.421000', '133214.424000', '133214.427000', '133214.430000', '133214.433000', '133214.435000', '133214.441000', '133214.444000', '133214.447000', '133214.450000', '133214.453000', '133214.456000', '133214.461000', '133214.464000', '133214.467000', '133214.470000', '133214.473000', '133214.476000', '133214.479000', '133214.482000', '133214.484000', '133214.487000', '133214.490000', '133214.493000', '133214.496000', '133214.499000', '133214.502000', '133214.504000', '133214.507000', '133214.510000', '133234.296000', '133234.299000', '133234.302000', '133234.305000', '133234.308000', '133234.310000', '133234.313000', '133234.316000', '133234.319000', '133234.322000', '133234.325000', '133234.328000', '133234.330000', '133234.333000', '133234.336000', '133234.339000', '133234.342000', '133234.344000', '133234.347000', '133234.350000', '133234.353000', '133234.356000', '133234.359000', '133234.361000', '133234.364000', '133234.367000', '133234.370000', '133234.373000', '133234.375000', '133234.378000', '133234.381000', '133234.384000', '133234.387000', '133234.390000', '133234.392000', '133234.395000', '133234.398000', '133234.401000', '133234.404000', '133234.407000', '133234.409000', '133234.412000', '133234.415000', '133254.295000', '133254.298000', '133254.301000', '133254.304000', '133254.306000', '133254.309000', '133254.312000', '133254.315000', '133254.318000', '133254.321000', '133254.323000', '133254.326000', '133254.329000', '133254.332000', '133254.335000', '133254.337000', '133254.340000', '133254.343000', '133254.346000', '133254.349000', '133254.351000', '133254.354000', '133254.357000', '133254.360000', '133254.363000', '133254.366000', '133254.369000', '133254.371000', '133254.374000', '133254.377000', '133254.380000', '133254.383000', '133254.386000', '133254.388000', '133254.391000', '133254.394000', '133254.397000', '133254.400000', '133254.403000', '133254.406000', '133254.409000', '133254.411000', '133254.414000', '133254.417000', '133314.295000', '133314.298000', '133314.301000', '133314.304000', '133314.306000', '133314.309000', '133314.312000', '133314.327000', '133314.329000', '133314.332000', '133314.335000', '133314.338000', '133314.341000', '133314.344000', '133314.346000', '133314.349000', '133314.352000', '133314.355000', '133314.358000', '133314.361000', '133314.363000', '133314.366000', '133314.369000', '133314.372000', '133314.375000', '133314.377000', '133314.380000', '133314.383000', '133314.386000', '133314.389000', '133314.392000', '133314.395000', '133314.397000', '133314.400000', '133314.403000', '133314.406000', '133314.409000', '133314.412000', '133314.415000', '133314.417000', '133314.420000', '133314.423000', '133314.426000', '133314.429000', '133334.295000', '133334.298000', '133334.301000', '133334.303000', '133334.382000', '133334.385000', '133334.387000', '133334.390000', '133334.399000', '133334.402000', '133334.404000', '133334.407000', '133334.410000', '133334.413000', '133334.416000', '133334.419000', '133334.421000', '133334.424000', '133334.427000', '133334.430000', '133334.433000', '133334.436000', '133334.438000', '133334.441000', '133334.444000', '133334.447000', '133334.450000', '133334.453000', '133334.456000', '133334.459000', '133334.461000', '133334.464000', '133334.467000', '133334.470000', '133334.473000', '133334.476000', '133334.479000', '133334.481000', '133334.484000', '133334.487000', '133334.490000', '133334.493000', '133334.495000', '133354.295000', '133354.298000', '133354.301000', '133354.304000', '133354.307000', '133354.310000', '133354.312000', '133354.315000', '133354.318000', '133354.321000', '133354.324000', '133354.327000', '133354.329000', '133354.332000', '133354.337000', '133354.340000', '133354.343000', '133354.346000', '133354.349000', '133354.352000', '133354.355000', '133354.358000', '133354.360000', '133354.363000', '133354.366000', '133354.369000', '133354.372000', '133354.374000', '133354.377000', '133354.380000', '133354.383000', '133354.386000', '133354.388000', '133354.391000', '133354.394000', '133354.397000', '133354.400000', '133354.403000', '133354.406000', '133354.408000', '133354.411000', '133354.414000', '133354.417000', '133354.420000', '133414.296000', '133414.299000', '133414.302000', '133414.305000', '133414.308000', '133414.310000', '133414.313000', '133414.316000', '133414.319000', '133414.322000', '133414.324000', '133414.327000', '133414.330000', '133414.333000', '133414.336000', '133414.339000', '133414.342000', '133414.345000', '133414.347000', '133414.350000', '133414.353000', '133414.356000', '133414.359000', '133414.362000', '133414.365000', '133414.367000', '133414.370000', '133414.373000', '133414.376000', '133414.379000', '133414.382000', '133414.384000', '133414.387000', '133414.390000', '133414.393000', '133414.396000', '133414.399000', '133414.401000', '133414.404000', '133414.407000', '133414.410000', '133414.413000', '133414.416000', '133434.296000', '133434.299000', '133434.302000', '133434.305000', '133434.308000', '133434.311000', '133434.314000', '133434.317000', '133434.320000', '133434.322000', '133434.325000', '133434.328000', '133434.331000', '133434.334000', '133434.337000', '133434.339000', '133434.342000', '133434.345000', '133434.348000', '133434.351000', '133434.354000', '133434.357000', '133434.360000', '133434.363000', '133434.366000', '133434.369000', '133434.371000', '133434.374000', '133434.377000', '133434.380000', '133434.383000', '133434.385000', '133434.388000', '133434.391000', '133434.394000', '133434.397000', '133434.400000', '133434.403000', '133434.405000', '133434.408000', '133434.411000', '133434.414000', '133434.417000', '133454.296000', '133454.299000', '133454.302000', '133454.305000', '133454.308000', '133454.310000', '133454.313000', '133454.316000', '133454.319000', '133454.322000', '133454.325000', '133454.328000', '133454.330000', '133454.333000', '133454.336000', '133454.339000', '133454.342000', '133454.345000', '133454.347000', '133454.350000', '133454.353000', '133454.356000', '133454.359000', '133454.362000', '133454.365000', '133454.367000', '133454.370000', '133454.373000', '133454.376000', '133454.379000', '133454.382000', '133454.385000', '133454.387000', '133454.390000', '133454.393000', '133454.396000', '133454.399000', '133454.402000', '133454.405000', '133454.407000', '133454.410000', '133454.413000', '133454.416000', '133454.419000', '133514.295000', '133514.298000', '133514.301000', '133514.304000', '133514.307000', '133514.310000', '133514.313000', '133514.319000', '133514.322000', '133514.325000', '133514.328000', '133514.331000', '133514.333000', '133514.336000', '133514.339000', '133514.342000', '133514.345000', '133514.348000', '133514.351000', '133514.354000', '133514.357000', '133514.359000', '133514.362000', '133514.365000', '133514.368000', '133514.371000', '133514.374000', '133514.376000', '133514.379000', '133514.382000', '133514.385000', '133514.388000', '133514.391000', '133514.393000', '133514.396000', '133514.399000', '133514.402000', '133514.405000', '133514.408000', '133514.411000', '133514.413000', '133514.416000', '133514.419000', '133534.295000', '133534.298000', '133534.301000', '133534.304000', '133534.307000', '133534.309000', '133534.312000', '133534.315000', '133534.318000', '133534.321000', '133534.324000', '133534.327000', '133534.329000', '133534.332000', '133534.335000', '133534.338000', '133534.341000', '133534.343000', '133534.346000', '133534.349000', '133534.352000', '133534.355000', '133534.358000', '133534.361000', '133534.363000', '133534.366000', '133534.369000', '133534.372000', '133534.375000', '133534.378000', '133534.381000', '133534.383000', '133534.386000', '133534.389000', '133534.392000', '133534.395000', '133534.398000', '133534.401000', '133534.404000', '133534.406000', '133534.409000', '133534.412000', '133534.415000', '133534.418000', '133554.295000', '133554.298000', '133554.301000', '133554.303000', '133554.306000', '133554.309000', '133554.312000', '133554.315000', '133554.322000', '133554.325000', '133554.328000', '133554.330000', '133554.333000', '133554.336000', '133554.339000', '133554.342000', '133554.345000', '133554.348000', '133554.351000', '133554.353000', '133554.356000', '133554.359000', '133554.362000', '133554.365000', '133554.368000', '133554.371000', '133554.374000', '133554.376000', '133554.379000', '133554.382000', '133554.385000', '133554.388000', '133554.391000', '133554.394000', '133554.396000', '133554.399000', '133554.402000', '133554.405000', '133554.408000', '133554.411000', '133554.413000', '133554.416000', '133554.419000', '133614.295000', '133614.298000', '133614.301000', '133614.304000', '133614.307000', '133614.310000', '133614.312000', '133614.315000', '133614.318000', '133614.321000', '133614.324000', '133614.326000', '133614.329000', '133614.345000', '133614.348000', '133614.351000', '133614.354000', '133614.357000', '133614.360000', '133614.362000', '133614.365000', '133614.368000', '133614.371000', '133614.374000', '133614.376000', '133614.379000', '133614.382000', '133614.385000', '133614.388000', '133614.391000', '133614.394000', '133614.396000', '133614.399000', '133614.402000', '133614.405000', '133614.408000', '133614.411000', '133614.414000', '133614.416000', '133614.419000', '133614.422000', '133614.425000', '133614.428000', '133614.431000', '133634.296000', '133634.300000', '133634.303000', '133634.306000', '133634.309000', '133634.311000', '133634.314000', '133634.317000', '133634.320000', '133634.323000', '133634.326000', '133634.329000', '133634.332000', '133634.334000', '133634.337000', '133634.340000', '133634.343000', '133634.346000', '133634.349000', '133634.351000', '133634.354000', '133634.357000', '133634.360000', '133634.363000', '133634.366000', '133634.369000', '133634.372000', '133634.375000', '133634.378000', '133634.381000', '133634.384000', '133634.387000', '133634.390000', '133634.393000', '133634.395000', '133634.398000', '133634.401000', '133634.404000', '133634.407000', '133634.410000', '133634.412000', '133634.415000', '133634.418000', '133654.296000', '133654.299000', '133654.302000', '133654.305000', '133654.310000', '133654.313000', '133654.316000', '133654.319000', '133654.322000', '133654.325000', '133654.327000', '133654.330000', '133654.333000', '133654.336000', '133654.339000', '133654.342000', '133654.345000', '133654.347000', '133654.350000', '133654.353000', '133654.356000', '133654.359000', '133654.362000', '133654.364000', '133654.367000', '133654.370000', '133654.373000', '133654.376000', '133654.379000', '133654.382000', '133654.384000', '133654.387000', '133654.390000', '133654.393000', '133654.396000', '133654.399000', '133654.401000', '133654.404000', '133654.407000', '133654.410000', '133654.413000', '133654.416000', '133654.418000', '133654.421000', '133714.296000', '133714.299000', '133714.302000', '133714.305000', '133714.307000', '133714.310000', '133714.313000', '133714.316000', '133714.319000', '133714.322000', '133714.325000', '133714.328000', '133714.330000', '133714.333000', '133714.336000', '133714.339000', '133714.351000', '133714.354000', '133714.357000', '133714.360000', '133714.363000', '133714.366000', '133714.369000', '133714.371000', '133714.376000', '133714.379000', '133714.381000', '133714.384000', '133714.389000', '133714.392000', '133714.395000', '133714.398000', '133714.401000', '133714.404000', '133714.406000', '133714.409000', '133714.412000', '133714.415000', '133714.418000', '133714.421000', '133714.424000', '133714.426000', '133714.429000', '133734.295000', '133734.298000', '133734.301000', '133734.304000', '133734.307000', '133734.310000', '133734.313000', '133734.316000', '133734.318000', '133734.321000', '133734.324000', '133734.327000', '133734.330000', '133734.333000', '133734.335000', '133734.338000', '133734.341000', '133734.344000', '133734.347000', '133734.350000', '133734.353000', '133734.355000', '133734.358000', '133734.361000', '133734.364000', '133734.367000', '133734.370000', '133734.372000', '133734.375000', '133734.378000', '133734.381000', '133734.384000', '133734.387000', '133734.390000', '133734.392000', '133734.395000', '133734.398000', '133734.401000', '133734.411000', '133734.414000', '133734.417000', '133734.420000', '133734.423000', '133734.426000', '133754.295000', '133754.298000', '133754.301000', '133754.304000', '133754.307000', '133754.310000', '133754.313000', '133754.315000', '133754.318000', '133754.321000', '133754.324000', '133754.327000', '133754.330000', '133754.333000', '133754.337000', '133754.340000', '133754.343000', '133754.346000', '133754.349000', '133754.351000', '133754.354000', '133754.357000', '133754.360000', '133754.363000', '133754.365000', '133754.368000', '133754.371000', '133754.374000', '133754.377000', '133754.380000', '133754.382000', '133754.385000', '133754.388000', '133754.391000', '133754.394000', '133754.397000', '133754.400000', '133754.403000', '133754.406000', '133754.409000', '133754.412000', '133754.415000', '133754.417000', '133814.295000', '133814.298000', '133814.301000', '133814.304000', '133814.307000', '133814.310000', '133814.313000', '133814.315000', '133814.318000', '133814.321000', '133814.324000', '133814.327000', '133814.329000', '133814.332000', '133814.335000', '133814.338000', '133814.341000', '133814.344000', '133814.347000', '133814.349000', '133814.352000', '133814.355000', '133814.358000', '133814.361000', '133814.364000', '133814.366000', '133814.369000', '133814.372000', '133814.375000', '133814.378000', '133814.381000', '133814.383000', '133814.386000', '133814.389000', '133814.392000', '133814.395000', '133814.398000', '133814.400000', '133814.403000', '133814.406000', '133814.409000', '133814.412000', '133814.415000', '133814.417000', '133834.295000', '133834.298000', '133834.301000', '133834.304000', '133834.307000', '133834.309000', '133834.312000', '133834.315000', '133834.318000', '133834.321000', '133834.324000', '133834.326000', '133834.329000', '133834.332000', '133834.335000', '133834.338000', '133834.341000', '133834.343000', '133834.346000', '133834.349000', '133834.352000', '133834.355000', '133834.358000', '133834.361000', '133834.363000', '133834.366000', '133834.369000', '133834.372000', '133834.375000', '133834.378000', '133834.380000', '133834.383000', '133834.386000', '133834.389000', '133834.392000', '133834.395000', '133834.397000', '133834.400000', '133834.403000', '133834.406000', '133834.409000', '133834.413000', '133834.416000', '133854.296000', '133854.299000', '133854.302000', '133854.305000', '133854.307000', '133854.310000', '133854.313000', '133854.316000', '133854.319000', '133854.322000', '133854.325000', '133854.328000', '133854.330000', '133854.333000', '133854.336000', '133854.339000', '133854.342000', '133854.345000', '133854.348000', '133854.350000', '133854.353000', '133854.356000', '133854.359000', '133854.362000', '133854.365000', '133854.367000', '133854.370000', '133854.373000', '133854.376000', '133854.379000', '133854.382000', '133854.384000', '133854.387000', '133854.390000', '133854.393000', '133854.414000', '133854.417000', '133854.424000', '133854.426000', '133854.429000', '133854.432000', '133854.435000', '133854.438000', '133854.441000', '133914.296000', '133914.299000', '133914.302000', '133914.305000', '133914.307000', '133914.310000', '133914.313000', '133914.316000', '133914.319000', '133914.322000', '133914.324000', '133914.327000', '133914.330000', '133914.333000', '133914.336000', '133914.339000', '133914.342000', '133914.344000', '133914.347000', '133914.350000', '133914.353000', '133914.356000', '133914.359000', '133914.361000', '133914.364000', '133914.367000', '133914.370000', '133914.373000', '133914.377000', '133914.380000', '133914.383000', '133914.386000', '133914.388000', '133914.391000', '133914.394000', '133914.397000', '133914.400000', '133914.403000', '133914.405000', '133914.408000', '133914.411000', '133914.414000', '133914.417000', '133934.296000', '133934.299000', '133934.302000', '133934.305000', '133934.308000', '133934.311000', '133934.314000', '133934.316000', '133934.319000', '133934.322000', '133934.325000', '133934.328000', '133934.331000', '133934.334000', '133934.336000', '133934.339000', '133934.342000', '133934.345000', '133934.348000', '133934.351000', '133934.354000', '133934.357000', '133934.359000', '133934.362000', '133934.365000', '133934.368000', '133934.371000', '133934.374000', '133934.377000', '133934.379000', '133934.382000', '133934.385000', '133934.388000', '133934.391000', '133934.394000', '133934.396000', '133934.399000', '133934.402000', '133934.405000', '133934.408000', '133934.411000', '133934.414000', '133934.416000', '133934.419000', '133954.295000', '133954.298000', '133954.301000', '133954.304000', '133954.307000', '133954.310000', '133954.313000', '133954.315000', '133954.318000', '133954.321000', '133954.324000', '133954.327000', '133954.330000', '133954.332000', '133954.335000', '133954.338000', '133954.341000', '133954.344000', '133954.347000', '133954.350000', '133954.352000', '133954.355000', '133954.358000', '133954.361000', '133954.364000', '133954.366000', '133954.369000', '133954.372000', '133954.375000', '133954.378000', '133954.381000', '133954.384000', '133954.387000', '133954.389000', '133954.392000', '133954.395000', '133954.398000', '133954.401000', '133954.404000', '133954.407000', '133954.409000', '133954.412000', '133954.415000', '134014.295000', '134014.298000', '134014.301000', '134014.308000', '134014.311000', '134014.314000', '134014.316000', '134014.319000', '134014.322000', '134014.325000', '134014.328000', '134014.331000', '134014.334000', '134014.336000', '134014.339000', '134014.342000', '134014.345000', '134014.348000', '134014.351000', '134014.353000', '134014.356000', '134014.359000', '134014.362000', '134014.365000', '134014.368000', '134014.370000', '134014.373000', '134014.376000', '134014.379000', '134014.382000', '134014.384000', '134014.399000', '134014.402000', '134014.405000', '134014.407000', '134014.417000', '134014.419000', '134014.422000', '134014.425000', '134014.428000', '134014.431000', '134014.434000', '134014.436000', '134014.439000', '134034.295000', '134034.307000', '134034.310000', '134034.313000', '134034.316000', '134034.319000', '134034.322000', '134034.325000', '134034.327000', '134034.331000', '134034.333000', '134034.336000', '134034.339000', '134034.342000', '134034.345000', '134034.348000', '134034.350000', '134034.353000', '134034.356000', '134034.359000', '134034.362000', '134034.365000', '134034.368000', '134034.371000', '134034.373000', '134034.376000', '134034.379000', '134034.382000', '134034.385000', '134034.388000', '134034.391000', '134034.394000', '134034.396000', '134034.399000', '134034.402000', '134034.405000', '134034.408000', '134034.412000', '134034.415000', '134034.418000', '134034.421000', '134034.424000', '134034.427000', '134054.295000', '134054.298000', '134054.301000', '134054.304000', '134054.307000', '134054.310000', '134054.313000', '134054.315000', '134054.318000', '134054.321000', '134054.324000', '134054.327000', '134054.329000', '134054.332000', '134054.335000', '134054.338000', '134054.341000', '134054.344000', '134054.347000', '134054.349000', '134054.352000', '134054.355000', '134054.358000', '134054.361000', '134054.364000', '134054.366000', '134054.369000', '134054.372000', '134054.375000', '134054.378000', '134054.381000', '134054.384000', '134054.386000', '134054.389000', '134054.392000', '134054.395000', '134054.398000', '134054.401000', '134054.404000', '134054.406000', '134054.409000', '134054.412000', '134054.415000', '134054.418000', '134114.296000', '134114.299000', '134114.302000', '134114.305000', '134114.308000', '134114.311000', '134114.313000', '134114.316000', '134114.325000', '134114.328000', '134114.330000', '134114.333000', '134114.336000', '134114.339000', '134114.342000', '134114.345000', '134114.348000', '134114.351000', '134114.353000', '134114.356000', '134114.359000', '134114.362000', '134114.365000', '134114.368000', '134114.371000', '134114.373000', '134114.376000', '134114.379000', '134114.382000', '134114.385000', '134114.388000', '134114.391000', '134114.393000', '134114.396000', '134114.399000', '134114.402000', '134114.405000', '134114.408000', '134114.410000', '134114.413000', '134114.416000', '134114.419000', '134114.422000', '134134.296000', '134134.299000', '134134.302000', '134134.305000', '134134.308000', '134134.311000', '134134.313000', '134134.316000', '134134.319000', '134134.322000', '134134.325000', '134134.328000', '134134.330000', '134134.333000', '134134.336000', '134134.339000', '134134.342000', '134134.345000', '134134.348000', '134134.351000', '134134.353000', '134134.356000', '134134.359000', '134134.362000', '134134.365000', '134134.368000', '134134.371000', '134134.373000', '134134.391000', '134134.399000', '134134.402000', '134134.404000', '134134.407000', '134134.410000', '134134.413000', '134134.416000', '134134.419000', '134134.422000', '134134.424000', '134134.427000', '134134.430000', '134134.433000', '134134.436000', '134134.439000', '134154.296000', '134154.299000', '134154.302000', '134154.305000', '134154.308000', '134154.311000', '134154.314000', '134154.317000', '134154.319000', '134154.322000', '134154.325000', '134154.328000', '134154.331000', '134154.334000', '134154.336000', '134154.339000', '134154.342000', '134154.345000', '134154.348000', '134154.351000', '134154.353000', '134154.356000', '134154.359000', '134154.362000', '134154.365000', '134154.368000', '134154.371000', '134154.374000', '134154.376000', '134154.379000', '134154.382000', '134154.385000', '134154.388000', '134154.391000', '134154.393000', '134154.396000', '134154.399000', '134154.402000', '134154.405000', '134154.408000', '134154.411000', '134154.413000', '134154.416000', '134214.295000', '134214.313000', '134214.316000', '134214.319000', '134214.322000', '134214.325000', '134214.328000', '134214.330000', '134214.333000', '134214.336000', '134214.339000', '134214.342000', '134214.345000', '134214.348000', '134214.351000', '134214.353000', '134214.356000', '134214.359000', '134214.362000', '134214.365000', '134214.368000', '134214.370000', '134214.373000', '134214.376000', '134214.379000', '134214.382000', '134214.385000', '134214.388000', '134214.396000', '134214.399000', '134214.401000', '134214.404000', '134214.407000', '134214.410000', '134214.413000', '134214.416000', '134214.418000', '134214.421000', '134214.424000', '134214.427000', '134214.430000', '134214.433000', '134214.436000', '134234.295000', '134234.298000', '134234.301000', '134234.304000', '134234.307000', '134234.310000', '134234.313000', '134234.316000', '134234.319000', '134234.321000', '134234.324000', '134234.327000', '134234.330000', '134234.333000', '134234.336000', '134234.339000', '134234.342000', '134234.344000', '134234.347000', '134234.350000', '134234.353000', '134234.356000', '134234.362000', '134234.365000', '134234.368000', '134234.371000', '134234.374000', '134234.377000', '134234.379000', '134234.382000', '134234.385000', '134234.388000', '134234.391000', '134234.394000', '134234.396000', '134234.399000', '134234.402000', '134234.405000', '134234.408000', '134234.411000', '134234.414000', '134234.416000', '134234.419000', '134234.422000', '134254.295000', '134254.298000', '134254.301000', '134254.304000', '134254.307000', '134254.310000', '134254.313000', '134254.319000', '134254.322000', '134254.325000', '134254.341000', '134254.344000', '134254.347000', '134254.350000', '134254.352000', '134254.356000', '134254.358000', '134254.361000', '134254.364000', '134254.367000', '134254.370000', '134254.372000', '134254.375000', '134254.378000', '134254.381000', '134254.384000', '134254.387000', '134254.390000', '134254.393000', '134254.395000', '134254.398000', '134254.401000', '134254.404000', '134254.407000', '134254.410000', '134254.413000', '134254.416000', '134254.418000', '134254.421000', '134254.424000', '134254.427000', '134254.430000', '134254.433000', '134314.295000', '134314.298000', '134314.301000', '134314.304000', '134314.307000', '134314.309000', '134314.313000', '134314.315000', '134314.318000', '134314.321000', '134314.324000', '134314.327000', '134314.330000', '134314.332000', '134314.335000', '134314.338000', '134314.341000', '134314.344000', '134314.347000', '134314.349000', '134314.352000', '134314.355000', '134314.358000', '134314.361000', '134314.364000', '134314.367000', '134314.370000', '134314.372000', '134314.375000', '134314.378000', '134314.381000', '134314.384000', '134314.386000', '134314.389000', '134314.392000', '134314.395000', '134314.398000', '134314.401000', '134314.403000', '134314.406000', '134314.409000', '134314.412000', '134314.415000', '134314.418000', '134334.296000', '134334.299000', '134334.302000', '134334.305000', '134334.315000', '134334.318000', '134334.321000', '134334.324000', '134334.327000', '134334.330000', '134334.332000', '134334.335000', '134334.339000', '134334.342000', '134334.344000', '134334.347000', '134334.350000', '134334.353000', '134334.356000', '134334.359000', '134334.362000', '134334.364000', '134334.367000', '134334.370000', '134334.373000', '134334.376000', '134334.379000', '134334.382000', '134334.385000', '134334.387000', '134334.390000', '134334.393000', '134334.396000', '134334.399000', '134334.402000', '134334.405000', '134334.407000', '134334.410000', '134334.413000', '134334.416000', '134334.419000', '134334.421000', '134334.424000', '134354.296000', '134354.299000', '134354.302000', '134354.305000', '134354.308000', '134354.310000', '134354.313000', '134354.316000', '134354.319000', '134354.322000', '134354.325000', '134354.328000', '134354.330000', '134354.333000', '134354.336000', '134354.339000', '134354.342000', '134354.345000', '134354.347000', '134354.350000', '134354.353000', '134354.356000', '134354.359000', '134354.362000', '134354.365000', '134354.368000', '134354.370000', '134354.373000', '134354.376000', '134354.379000', '134354.382000', '134354.384000', '134354.387000', '134354.390000', '134354.393000', '134354.396000', '134354.399000', '134354.402000', '134354.405000', '134354.407000', '134354.410000', '134354.413000', '134354.416000', '134354.419000', '134414.296000', '134414.299000', '134414.302000', '134414.309000', '134414.312000', '134414.315000', '134414.318000', '134414.321000', '134414.323000', '134414.326000', '134414.329000', '134414.332000', '134414.335000', '134414.338000', '134414.340000', '134414.344000', '134414.346000', '134414.349000', '134414.352000', '134414.355000', '134414.358000', '134414.361000', '134414.364000', '134414.367000', '134414.370000', '134414.373000', '134414.376000', '134414.378000', '134414.381000', '134414.384000', '134414.387000', '134414.390000', '134414.393000', '134414.401000', '134414.403000', '134414.406000', '134414.409000', '134414.412000', '134414.415000', '134414.418000', '134414.420000', '134414.423000', '134414.426000', '134434.295000', '134434.298000', '134434.301000', '134434.304000', '134434.307000', '134434.310000', '134434.313000', '134434.315000', '134434.318000', '134434.321000', '134434.324000', '134434.327000', '134434.330000', '134434.333000', '134434.335000', '134434.338000', '134434.341000', '134434.344000', '134434.347000', '134434.350000', '134434.353000', '134434.355000', '134434.358000', '134434.361000', '134434.364000', '134434.367000', '134434.369000', '134434.372000', '134434.375000', '134434.378000', '134434.381000', '134434.384000', '134434.387000', '134434.390000', '134434.392000', '134434.396000', '134434.399000', '134434.402000', '134434.405000', '134434.407000', '134434.410000', '134434.413000', '134434.416000', '134434.419000', '134454.295000', '134454.298000', '134454.308000', '134454.311000', '134454.314000', '134454.317000', '134454.320000', '134454.323000', '134454.325000', '134454.328000', '134454.331000', '134454.334000', '134454.337000', '134454.340000', '134454.343000', '134454.345000', '134454.348000', '134454.351000', '134454.354000', '134454.357000', '134454.360000', '134454.362000', '134454.365000', '134454.368000', '134454.371000', '134454.374000', '134454.377000', '134454.380000', '134454.383000', '134454.386000', '134454.389000', '134454.391000', '134454.394000', '134454.397000', '134454.400000', '134454.403000', '134454.406000', '134454.409000', '134454.411000', '134454.414000', '134454.417000', '134454.420000', '134454.423000', '134514.295000', '134514.298000', '134514.301000', '134514.308000', '134514.311000', '134514.332000', '134514.335000', '134514.338000', '134514.341000', '134514.344000', '134514.346000', '134514.349000', '134514.352000', '134514.355000', '134514.358000', '134514.361000', '134514.363000', '134514.366000', '134514.369000', '134514.372000', '134514.375000', '134514.378000', '134514.380000', '134514.383000', '134514.386000', '134514.389000', '134514.392000', '134514.395000', '134514.398000', '134514.400000', '134514.403000', '134514.406000', '134514.409000', '134514.412000', '134514.415000', '134514.418000', '134514.420000', '134514.423000', '134514.426000', '134514.429000', '134514.432000', '134514.435000', '134514.437000', '134514.440000', '134534.295000', '134534.298000', '134534.301000', '134534.304000', '134534.307000', '134534.310000', '134534.313000', '134534.315000', '134534.318000', '134534.321000', '134534.324000', '134534.328000', '134534.331000', '134534.334000', '134534.337000', '134534.340000', '134534.343000', '134534.346000', '134534.349000', '134534.351000', '134534.354000', '134534.357000', '134534.360000', '134534.363000', '134534.366000', '134534.369000', '134534.371000', '134534.374000', '134534.377000', '134534.380000', '134534.383000', '134534.386000', '134534.389000', '134534.392000', '134534.395000', '134534.398000', '134534.401000', '134534.404000', '134534.407000', '134534.410000', '134534.412000', '134534.415000', '134534.418000', '134554.296000', '134554.299000', '134554.302000', '134554.305000', '134554.308000', '134554.311000', '134554.314000', '134554.316000', '134554.319000', '134554.322000', '134554.325000', '134554.328000', '134554.331000', '134554.333000', '134554.336000', '134554.339000', '134554.342000', '134554.345000', '134554.348000', '134554.351000', '134554.354000', '134554.356000', '134554.359000', '134554.362000', '134554.365000', '134554.368000', '134554.371000', '134554.374000', '134554.376000', '134554.379000', '134554.382000', '134554.385000', '134554.388000', '134554.391000', '134554.394000', '134554.396000', '134554.399000', '134554.402000', '134554.405000', '134554.408000', '134554.410000', '134554.413000', '134554.416000', '134554.419000', '134601.133000', '134601.136000', '134601.139000', '134601.142000', '134601.146000', '134601.150000', '134601.153000', '134601.156000', '134601.159000', '134601.162000', '134601.166000', '134601.169000', '134601.172000', '134601.175000', '134601.178000'], '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': [10099, 10253, 8668, 9839, 9153, 9848, 13593, 9387, 10214, 9695, 10462, 9990, 9777, 9299, 9940, 9011, 10064, 8141, 9691, 15626, 10862, 12326, 9446, 11638, 13514, 9847, 15225, 10049, 12554, 8825, 10712, 8613, 9624, 8548, 10223, 8744, 10168, 10400, 9715, 13503, 11528, 12811, 9839, 14683, 9303, 14157, 17187, 13938, 14141, 10282, 11460, 10254, 10038, 10251, 10011, 10105, 9109, 10385, 12669, 10312, 16573, 14693, 10688, 15691, 11245, 10368, 13078, 9815, 9790, 14042, 9380, 9719, 8757, 9431, 9715, 9726, 9284, 8011, 9387, 8046, 9140, 9041, 9475, 10229, 9441, 9909, 9248, 10022, 9911, 9896, 14168, 11935, 9967, 14548, 10000, 11279, 15958, 10505, 13134, 15001, 9797, 13479, 9468, 9668, 9985, 10075, 9152, 9998, 8491, 9957, 8061, 10383, 12455, 13700, 10427, 11168, 8648, 10966, 8575, 12041, 16849, 12902, 12063, 15681, 10235, 11172, 10085, 10502, 9965, 10434, 8944, 10968, 17219, 9945, 14774, 10317, 12550, 16730, 12154, 15121, 9265, 10643, 11355, 10328, 10717, 9699, 10284, 9650, 10068, 9763, 10283, 12897, 9502, 10189, 8997, 9560, 11350, 9773, 9758, 11157, 9244, 9848, 10296, 9584, 8235, 9346, 9960, 9141, 9793, 8885, 9618, 8424, 9272, 7832, 9099, 11980, 9401, 9943, 9235, 9906, 8838, 10617, 19404, 12956, 13063, 11257, 10251, 16121, 12011, 13695, 10151, 12313, 9527, 10293, 9222, 9678, 10038, 9454, 16559, 10067, 12266, 19365, 12748, 14643, 10134, 9772, 10214, 9367, 12793, 9614, 9584, 9934, 9666, 16706, 9205, 11717, 9715, 9859, 8921, 9498, 9383, 9464, 12059, 9648, 9552, 9270, 10091, 9773, 12991, 9814, 15284, 10454, 12861, 9685, 11252, 9667, 14943, 10116, 11388, 10216, 17801, 10705, 17632, 13863, 16680, 10305, 14853, 10700, 12116, 10875, 9195, 11364, 10858, 14755, 9987, 13744, 8912, 9001, 11047, 10792, 10955, 10292, 12136, 10391, 14935, 10632, 12341, 10414, 11017, 16324, 10889, 11602, 10107, 10810, 9777, 10545, 9498, 10324, 9343, 10229, 10080, 10106, 9700, 10346, 10776, 10270, 9734, 11062, 9850, 12096, 9202, 8934, 9828, 13526, 10403, 10400, 15349, 10068, 13421, 11786, 12354, 9594, 12480, 16567, 14218, 15884, 11760, 15267, 14639, 13974, 16905, 12618, 13658, 12432, 11198, 10764, 10019, 10745, 9899, 9291, 9632, 9442, 10004, 9365, 9880, 8785, 10148, 9293, 10539, 10093, 10332, 9203, 10311, 9247, 11209, 9419, 12801, 9416, 14062, 10111, 14848, 10484, 15960, 10562, 13864, 10453, 12699, 10572, 11361, 10156, 11220, 10550, 11097, 10124, 10890, 10341, 11418, 10217, 12114, 10238, 8904, 10187, 8602, 10225, 8732, 10384, 11322, 10095, 12922, 9795, 11280, 10159, 15698, 9909, 15750, 8905, 10879, 8859, 9869, 8893, 9483, 9075, 9161, 9644, 8904, 9702, 8189, 10084, 8220, 12918, 10034, 11246, 16062, 12913, 10560, 16260, 13361, 13626, 9870, 10507, 9385, 9061, 9537, 8210, 9426, 8338, 9448, 8087, 9371, 7715, 9417, 7887, 9592, 13940, 10035, 12352, 9398, 13328, 9911, 12251, 10071, 11360, 8906, 10068, 8821, 9456, 8216, 10217, 8351, 11148, 8548, 9527, 8415, 9612, 12736, 9209, 13623, 9165, 11525, 9521, 9922, 9097, 9883, 9557, 9908, 9243, 9005, 9097, 10724, 9277, 9825, 9239, 11612, 10796, 14808, 9585, 7777, 9353, 7962, 9624, 13555, 9648, 14017, 9613, 16238, 9429, 13320, 10033, 14499, 10690, 14780, 8617, 9759, 8287, 9728, 8490, 10208, 8922, 10356, 9146, 10069, 8791, 9784, 9510, 9814, 9276, 12286, 9105, 11815, 12336, 9984, 15884, 12582, 11132, 15885, 10979, 14826, 8718, 10289, 9247, 10670, 9446, 10021, 9316, 8272, 9109, 8268, 9935, 8325, 10176, 8703, 13131, 10097, 14267, 9870, 9887, 16559, 12754, 15390, 10788, 12506, 8955, 10300, 15303, 10109, 10107, 9896, 9011, 10144, 10427, 10188, 10698, 10120, 10890, 10455, 10048, 10172, 10497, 10170, 10613, 10204, 10628, 10259, 10615, 10084, 10621, 10179, 10795, 9957, 11963, 9863, 10310, 16432, 12065, 14974, 9715, 10759, 9261, 10530, 9629, 10357, 9298, 9952, 9220, 9765, 11702, 10023, 9687, 9640, 10481, 9822, 10331, 10009, 10488, 9964, 10474, 9134, 10051, 15154, 9926, 11406, 9865, 10405, 14547, 10119, 14522, 10145, 10241, 10353, 8959, 9903, 10035, 10142, 10172, 10086, 11241, 10003, 11118, 9700, 10322, 17135, 14877, 15087, 11355, 10538, 16653, 13351, 14446, 10565, 10675, 9447, 10419, 9335, 10151, 8578, 10266, 9398, 10186, 9512, 10045, 9266, 9994, 10792, 11015, 11681, 10031, 15159, 10057, 12621, 9962, 15846, 9497, 10475, 17991, 10012, 14474, 10553, 13224, 10344, 10856, 9786, 10530, 9482, 10427, 12531, 10337, 8521, 10203, 10718, 10421, 10928, 10014, 10830, 9871, 10753, 9682, 10139, 9774, 10518, 9725, 12232, 9668, 10236, 9102, 10307, 8772, 10001, 15592, 10644, 14289, 9754, 10799, 9835, 10818, 12007, 11086, 12817, 10369, 13816, 10128, 10838, 10067, 10907, 9663, 11113, 10162, 10448, 9376, 9821, 9270, 9929, 9123, 9915, 14468, 9820, 11975, 9542, 12382, 9203, 13459, 10062, 15093, 9602, 13220, 9433, 17518, 12536, 15575, 9732, 14762, 9765, 13853, 9935, 10599, 10474, 10273, 9346, 10153, 9646, 9907, 10196, 9433, 10631, 9873, 10306, 9520, 8793, 9978, 9265, 9781, 10152, 14010, 10100, 10197, 8791, 10215, 11775, 10779, 12565, 17632, 15144, 13602, 15909, 14667, 16429, 13199, 9688, 10270, 14550, 10501, 12860, 17114, 12864, 11100, 15816, 10681, 10550, 9613, 10473, 9001, 10244, 11771, 10186, 10709, 9890, 11432, 10169, 10708, 10344, 10430, 10147, 10616, 9638, 10426, 9355, 10390, 14023, 10407, 11240, 10199, 10907, 9354, 10432, 15368, 10687, 12933, 10550, 10905, 9387, 10685, 11141, 10235, 10695, 9659, 10202, 9892, 10143, 8071, 9935, 10302, 9590, 10018, 9295, 9801, 10237, 9951, 9695, 8834, 9882, 8987, 9579, 10286, 15702, 9694, 13278, 9625, 11173, 10244, 11512, 9811, 14655, 11917, 15711, 14681, 15877, 19612, 13467, 17485, 11935, 16175, 13795, 10789, 18868, 10797, 12107, 10252, 11158, 9179, 10761, 10762, 10485, 10922, 9877, 10754, 9598, 10609, 9463, 9700, 9021, 9564, 9531, 9840, 9799, 9268, 9973, 8557, 9808, 8514, 9717, 8971, 9943, 9124, 11208, 15638, 12601, 10285, 17616, 10682, 16020, 9774, 14054, 10144, 12068, 10722, 8306, 10256, 8734, 10191, 8502, 10169, 8524, 10227, 8699, 10218, 8593, 10128, 8445, 9964, 8390, 9942, 14109, 9778, 12861, 10544, 12692, 9439, 12001, 8723, 10089, 18080, 9721, 13011, 9524, 12546, 9021, 10404, 9422, 9942, 7803, 9644, 11579, 12997, 9707, 11192, 8701, 9770, 10371, 9510, 8890, 9249, 9504, 9232, 9464, 15067, 10147, 9639, 15957, 9893, 9764, 11550, 9688, 10041, 9427, 9977, 9298, 9437, 9118, 9705, 15583, 12627, 9785, 12004, 11184, 9792, 10740, 9521, 9572, 8877, 9721, 8709, 9618, 8377, 9644, 12863, 18440, 13337, 15172, 9004, 10709, 8344, 9680, 16107, 9935, 13109, 9604, 13823, 9491, 15767, 10886, 16612, 9746, 14493, 17139, 11848, 16917, 17486, 15073, 11797, 9197, 9726, 12514, 9863, 9318, 9762, 9333, 9317, 9584, 9285, 9605, 9583, 9515, 9544, 9733, 14635, 12688, 10363, 12635, 10106, 9920, 9541, 9522, 9115, 9635, 8969, 9812, 14575, 9632, 13301, 9817, 13004, 10187, 12517, 12440, 10670, 16567, 13638, 11379, 9261, 10103, 11279, 9915, 10251, 9394, 9937, 9717, 10070, 9332, 9371, 9298, 10419, 9029, 10658, 10247, 10353, 9772, 10487, 15274, 10744, 12029, 10428, 10486, 10524, 10895, 10669, 13602, 10685, 16109, 11771, 17201, 14157, 16342, 13616, 15983, 13687, 11163, 16548, 10614, 11386, 9472, 10631, 9004, 10986, 9273, 10458, 8858, 10542, 9874, 10584, 10592, 10361, 10552, 9526, 10127, 9649, 10197, 9630, 9785, 9033, 9829, 9420, 11178, 9085, 13102, 9348, 13840, 9523, 13522, 8655, 12864, 9182, 12206, 9219, 11886, 9066, 9892, 8851, 9767, 8886, 9822, 8593, 9180, 12049, 9063, 10504, 9100, 9808, 8832, 9461, 8666, 9526, 9337, 9713, 9021, 9844, 9166, 10011, 9220, 9914, 9184, 10944, 9350, 13412, 10309, 11584, 16904, 9484, 14989, 10462, 11219, 19754, 10953, 15652, 9805, 9919, 9562, 9430, 9774, 12211, 9539, 10773, 9346, 12999, 10089, 12566, 9805, 12693, 10073, 11288, 15491, 12322, 15823, 9706, 11231, 9670, 11124, 9419, 10246, 8934, 10051, 9277, 10001, 9718, 10147, 9249, 10037, 9384, 9781, 8948, 9658, 11817, 9672, 10300, 9245, 9990, 15977, 9569, 10756, 9623, 10145, 8119, 10152, 12106, 9971, 10432, 9607, 10257, 9206, 9846, 10545, 9627, 10395, 9692, 10694, 10240, 10997, 11139, 11211, 10388, 10259, 10191, 11761, 10114, 12988, 9360, 11518, 17784, 15091, 17092, 12814, 15701, 13654, 16561, 11842, 16600, 12226, 16861, 10427, 17628, 11204, 16383, 9364, 9897, 9826, 10104, 8970, 10179, 8473, 10064, 12317, 9614, 16058, 9392, 12961, 9075, 9766, 14673, 9716, 9434, 9985, 9964, 9155, 10021, 9684, 9875, 9211, 9690, 8621, 9484, 9960, 9624, 9971, 9279, 9936, 8747, 10300, 9847, 10330, 10011, 10163, 9805, 10146, 9983, 10508, 10174, 10418, 9842, 10273, 14900, 11729, 10633, 15555, 13325, 13596, 11447, 10180, 16005, 12092, 11964, 10223, 11087, 10403, 10752, 9985, 10018, 9575, 9777, 9253, 12149, 9585, 11305, 15393, 13237, 12457, 16585, 12709, 12313, 17725, 9928, 10554, 15572, 10151, 10311, 9572, 10225, 12709, 9593, 9476, 16419, 9393, 9157, 8981, 9629, 9898, 9374, 9919, 9389, 9731, 9234, 9728, 11270, 9236, 10555, 8992, 9543, 8641, 9232, 15402, 18502, 11759, 15829, 9414, 9933, 8507, 9653, 10535, 9928, 8227, 10325, 9740, 10662, 10002, 10619, 10478, 10794, 10098, 12524, 9458, 14007, 14319, 14031, 16664, 13815, 17138, 12514, 18213, 13871, 16928, 12155, 14194, 16843, 11186, 10583, 18040, 9720, 15124, 8854, 10462, 9792, 10842, 9813, 10489, 9683, 10317, 9505, 10230, 9478, 10522, 9333, 10123, 9798, 8846, 9654, 9244, 9621, 13161, 10051, 13505, 10287, 13672, 10436, 14580, 9942, 14517, 15591, 12380, 12947, 17615, 10807, 12600, 10480, 10974, 9158, 10961, 10161, 10762, 10376, 10826, 10873, 10316, 10530, 8936, 10039, 9455, 10014, 8789, 10071, 9613, 10513, 9418, 9816, 10423, 8940, 9722, 10667, 11145, 10603, 14160, 10769, 10815, 10889, 10973, 10732, 12415, 9933, 14101, 17242, 15103, 15975, 10435, 16178, 14019, 10725, 16108, 10646, 11355, 9846, 10593, 14571, 10384, 10502, 13667, 10071, 10246, 9282, 9788, 9326, 9788, 9247, 9552, 9706, 10054, 9929, 14553, 9456, 10249, 9453, 9860, 9444, 9422, 8758, 9443, 8615, 9312, 10122, 16377, 9597, 12527, 16240, 9659, 13633, 10126, 10460, 8747, 10141, 9031, 9916, 14911, 9397, 10573, 8959, 9661, 16044, 10052, 11099, 9169, 10309, 9791, 10108, 13662, 9727, 10321, 8754, 10232, 13444, 18716, 10425, 12250, 9876, 10039, 12237, 9766, 10827, 9641, 10047, 9691, 10130, 8726, 9882, 14862, 10052, 10811, 9855, 10249, 15287, 12105, 10099, 13725, 10665, 10531, 16893, 10332, 10722, 9332, 10142, 9039, 10457, 9917, 10077, 10037, 10629, 10406, 9037, 10268, 13073, 12602, 10142, 13877, 10763, 10551, 17805, 10352, 13804, 10789, 10557, 10292, 10835, 10436, 10638, 10541, 10726, 9545, 10614, 15088, 15033, 11875, 13256, 11620, 11137, 11287, 10390, 11056, 13214, 11310, 10302, 10675, 10514, 11219, 10589, 10760, 10254, 10660, 10769, 10709, 10757, 15418, 12959, 11413, 14368, 10456, 12573, 10316, 10860, 12033, 10346, 10563, 10296, 10762, 10207, 10576, 9860, 10417, 12994, 9768, 10593, 9839, 10530, 9792, 10579, 8853, 10430, 9070, 10296, 10704, 10027, 10506, 14467, 10430, 10855, 10505, 10739, 13188, 10111, 10866, 9687, 10411, 9433, 10412, 14770, 10448, 12756, 10290, 10316, 16731, 9933, 13594, 9874, 10347, 9084, 10033, 11038, 9969, 10075, 9401, 9895, 9618, 10072, 12403, 9984, 10033, 13716, 9846, 9978, 9751, 9950, 10100, 10012, 10218, 9741, 10305, 8851, 10284, 11141, 9861, 9907, 9049, 10113, 10139, 9194, 9979, 12631, 9802, 10264, 9613, 10476, 10655, 9910, 9917, 9489, 9806, 10209, 8444, 9643, 10415, 9150, 10059, 9956, 10398, 9737, 10458, 9914, 10184, 13575, 10423, 10092, 14588, 10199, 12184, 9740, 10539, 12450, 10157, 10093, 9889, 10194, 10214, 10051, 13927, 10305, 10029, 9277, 10322, 12355, 10039, 9551, 9473, 10128, 9648, 10310, 14759, 10698, 10011, 13940, 9944, 10162, 16809, 9916, 11309, 10093, 10124, 9245, 10010, 14724, 9982, 11467, 10422, 9958, 16669, 9612, 11067, 9170, 9650, 8863, 9894, 9353, 9553, 10614, 9908, 11628, 9466, 10213, 9573, 9966, 15647, 10972, 9854, 15182, 9671, 10956, 9520, 9923, 9069, 9777, 8781, 9638, 9548, 9386, 10322, 9443, 9732, 8907, 9744, 12377, 9405, 10447, 9352, 9814, 9068, 9857, 13560, 9614, 10705, 14155, 9711, 11452, 9823, 10139, 9570, 9546, 8998, 9806, 9417, 9831, 8950, 9338, 13368, 9153, 9374, 9696, 9882, 9400, 8333, 10319, 8848, 10750, 14049, 9203, 16516, 14972, 16097, 9028, 10498, 17436, 9696, 15045, 8949, 9845, 9387, 9623, 9367, 9706, 8287, 9912, 9618, 9750, 10484, 9375, 11659, 14892, 12246, 12690, 9616, 10493, 9616, 9906, 12578, 9771, 9745, 9571, 9625, 9502, 9916, 9358, 10010, 9200, 10049, 8448, 9867, 15599, 9723, 10002, 9837, 10322, 9345, 9863, 9459, 10119, 9344, 10191, 8403], 'WindowCenter': [4391.0, 4378.0, 4356.0, 4362.0, 4339.0, 4349.0, 4379.0, 4351.0, 4350.0, 4349.0, 4359.0, 4349.0, 4362.0, 4352.0, 4361.0, 4340.0, 4362.0, 4330.0, 4363.0, 4413.0, 4372.0, 4380.0, 4353.0, 4373.0, 4379.0, 4349.0, 4388.0, 4349.0, 4369.0, 4340.0, 4361.0, 4328.0, 4350.0, 4339.0, 4357.0, 4339.0, 4363.0, 4372.0, 4364.0, 4393.0, 4383.0, 4394.0, 4363.0, 4390.0, 4338.0, 4381.0, 4398.0, 4378.0, 4366.0, 4337.0, 4359.0, 4350.0, 4346.0, 4348.0, 4348.0, 4348.0, 4339.0, 4350.0, 4367.0, 4347.0, 4389.0, 4374.0, 4334.0, 4376.0, 4332.0, 4320.0, 4339.0, 4307.0, 4319.0, 4350.0, 4312.0, 4320.0, 4312.0, 4324.0, 4322.0, 4336.0, 4337.0, 4316.0, 4337.0, 4317.0, 4349.0, 4340.0, 4363.0, 4374.0, 4365.0, 4376.0, 4366.0, 4375.0, 4362.0, 4364.0, 4394.0, 4383.0, 4353.0, 4392.0, 4349.0, 4358.0, 4389.0, 4347.0, 4368.0, 4375.0, 4337.0, 4365.0, 4335.0, 4338.0, 4352.0, 4349.0, 4349.0, 4350.0, 4339.0, 4350.0, 4344.0, 4387.0, 4396.0, 4396.0, 4361.0, 4371.0, 4340.0, 4373.0, 4340.0, 4382.0, 4405.0, 4367.0, 4359.0, 4387.0, 4347.0, 4356.0, 4346.0, 4345.0, 4336.0, 4347.0, 4324.0, 4345.0, 4387.0, 4337.0, 4393.0, 4334.0, 4354.0, 4371.0, 4342.0, 4360.0, 4308.0, 4319.0, 4329.0, 4321.0, 4331.0, 4349.0, 4345.0, 4336.0, 4335.0, 4335.0, 4346.0, 4353.0, 4335.0, 4347.0, 4324.0, 4336.0, 4343.0, 4335.0, 4335.0, 4342.0, 4336.0, 4335.0, 4346.0, 4337.0, 4326.0, 4337.0, 4348.0, 4363.0, 4364.0, 4352.0, 4363.0, 4343.0, 4365.0, 4332.0, 4365.0, 4394.0, 4364.0, 4364.0, 4364.0, 4363.0, 4354.0, 4377.0, 4424.0, 4383.0, 4393.0, 4360.0, 4360.0, 4401.0, 4370.0, 4379.0, 4349.0, 4369.0, 4348.0, 4360.0, 4350.0, 4352.0, 4349.0, 4352.0, 4400.0, 4347.0, 4372.0, 4409.0, 4369.0, 4389.0, 4346.0, 4346.0, 4345.0, 4337.0, 4367.0, 4349.0, 4347.0, 4348.0, 4350.0, 4399.0, 4350.0, 4369.0, 4350.0, 4350.0, 4338.0, 4349.0, 4349.0, 4363.0, 4383.0, 4363.0, 4351.0, 4353.0, 4362.0, 4364.0, 4393.0, 4364.0, 4415.0, 4375.0, 4393.0, 4363.0, 4372.0, 4351.0, 4402.0, 4374.0, 4373.0, 4362.0, 4411.0, 4361.0, 4401.0, 4381.0, 4390.0, 4347.0, 4388.0, 4350.0, 4357.0, 4347.0, 4338.0, 4369.0, 4371.0, 4404.0, 4361.0, 4377.0, 4327.0, 4326.0, 4358.0, 4370.0, 4361.0, 4359.0, 4369.0, 4362.0, 4388.0, 4348.0, 4358.0, 4335.0, 4346.0, 4376.0, 4345.0, 4356.0, 4333.0, 4331.0, 4333.0, 4334.0, 4337.0, 4346.0, 4341.0, 4349.0, 4361.0, 4359.0, 4353.0, 4375.0, 4389.0, 4375.0, 4365.0, 4374.0, 4353.0, 4372.0, 4353.0, 4343.0, 4367.0, 4395.0, 4363.0, 4363.0, 4392.0, 4351.0, 4394.0, 4372.0, 4370.0, 4337.0, 4368.0, 4386.0, 4367.0, 4376.0, 4344.0, 4365.0, 4351.0, 4351.0, 4361.0, 4328.0, 4337.0, 4324.0, 4316.0, 4317.0, 4319.0, 4329.0, 4319.0, 4309.0, 4322.0, 4321.0, 4333.0, 4322.0, 4335.0, 4313.0, 4337.0, 4324.0, 4335.0, 4334.0, 4348.0, 4338.0, 4338.0, 4325.0, 4346.0, 4327.0, 4367.0, 4326.0, 4367.0, 4336.0, 4376.0, 4337.0, 4375.0, 4335.0, 4354.0, 4333.0, 4352.0, 4335.0, 4345.0, 4336.0, 4344.0, 4335.0, 4343.0, 4335.0, 4334.0, 4360.0, 4370.0, 4350.0, 4369.0, 4352.0, 4341.0, 4360.0, 4329.0, 4351.0, 4339.0, 4364.0, 4373.0, 4364.0, 4384.0, 4351.0, 4374.0, 4363.0, 4403.0, 4352.0, 4404.0, 4341.0, 4361.0, 4342.0, 4352.0, 4354.0, 4353.0, 4355.0, 4355.0, 4365.0, 4354.0, 4366.0, 4343.0, 4364.0, 4333.0, 4397.0, 4364.0, 4373.0, 4394.0, 4368.0, 4336.0, 4376.0, 4369.0, 4355.0, 4323.0, 4320.0, 4312.0, 4311.0, 4324.0, 4317.0, 4340.0, 4330.0, 4365.0, 4335.0, 4354.0, 4323.0, 4354.0, 4334.0, 4366.0, 4393.0, 4354.0, 4373.0, 4341.0, 4370.0, 4350.0, 4384.0, 4368.0, 4403.0, 4373.0, 4378.0, 4327.0, 4325.0, 4316.0, 4339.0, 4318.0, 4359.0, 4330.0, 4341.0, 4316.0, 4340.0, 4368.0, 4340.0, 4379.0, 4339.0, 4360.0, 4339.0, 4338.0, 4329.0, 4350.0, 4342.0, 4349.0, 4339.0, 4340.0, 4341.0, 4360.0, 4342.0, 4351.0, 4354.0, 4387.0, 4377.0, 4394.0, 4354.0, 4321.0, 4341.0, 4321.0, 4353.0, 4384.0, 4353.0, 4392.0, 4353.0, 4404.0, 4342.0, 4382.0, 4351.0, 4381.0, 4350.0, 4379.0, 4317.0, 4327.0, 4317.0, 4341.0, 4332.0, 4362.0, 4329.0, 4339.0, 4338.0, 4349.0, 4328.0, 4348.0, 4351.0, 4362.0, 4353.0, 4372.0, 4342.0, 4372.0, 4370.0, 4351.0, 4390.0, 4357.0, 4345.0, 4365.0, 4333.0, 4353.0, 4300.0, 4334.0, 4336.0, 4348.0, 4337.0, 4336.0, 4337.0, 4315.0, 4328.0, 4318.0, 4351.0, 4331.0, 4353.0, 4343.0, 4395.0, 4363.0, 4381.0, 4337.0, 4337.0, 4374.0, 4355.0, 4365.0, 4322.0, 4343.0, 4302.0, 4321.0, 4361.0, 4322.0, 4319.0, 4322.0, 4299.0, 4323.0, 4333.0, 4349.0, 4358.0, 4350.0, 4346.0, 4347.0, 4335.0, 4347.0, 4346.0, 4347.0, 4346.0, 4348.0, 4350.0, 4352.0, 4359.0, 4361.0, 4361.0, 4361.0, 4360.0, 4349.0, 4358.0, 4336.0, 4337.0, 4377.0, 4356.0, 4377.0, 4324.0, 4335.0, 4325.0, 4334.0, 4325.0, 4335.0, 4325.0, 4337.0, 4338.0, 4348.0, 4357.0, 4348.0, 4336.0, 4339.0, 4359.0, 4363.0, 4361.0, 4361.0, 4361.0, 4351.0, 4362.0, 4354.0, 4365.0, 4402.0, 4362.0, 4373.0, 4352.0, 4372.0, 4390.0, 4361.0, 4391.0, 4361.0, 4360.0, 4362.0, 4340.0, 4363.0, 4363.0, 4375.0, 4373.0, 4376.0, 4383.0, 4364.0, 4374.0, 4354.0, 4364.0, 4402.0, 4392.0, 4392.0, 4347.0, 4346.0, 4377.0, 4356.0, 4364.0, 4335.0, 4331.0, 4323.0, 4345.0, 4335.0, 4347.0, 4342.0, 4374.0, 4339.0, 4361.0, 4348.0, 4348.0, 4336.0, 4348.0, 4358.0, 4360.0, 4357.0, 4349.0, 4379.0, 4338.0, 4355.0, 4337.0, 4376.0, 4324.0, 4336.0, 4383.0, 4321.0, 4362.0, 4333.0, 4366.0, 4335.0, 4331.0, 4319.0, 4331.0, 4310.0, 4334.0, 4354.0, 4333.0, 4310.0, 4333.0, 4334.0, 4334.0, 4342.0, 4335.0, 4346.0, 4336.0, 4345.0, 4335.0, 4347.0, 4346.0, 4362.0, 4351.0, 4370.0, 4349.0, 4350.0, 4339.0, 4349.0, 4327.0, 4349.0, 4389.0, 4361.0, 4388.0, 4338.0, 4347.0, 4337.0, 4346.0, 4356.0, 4347.0, 4355.0, 4335.0, 4364.0, 4336.0, 4344.0, 4334.0, 4374.0, 4341.0, 4345.0, 4335.0, 4348.0, 4325.0, 4335.0, 4324.0, 4336.0, 4338.0, 4349.0, 4389.0, 4349.0, 4368.0, 4339.0, 4369.0, 4327.0, 4379.0, 4348.0, 4388.0, 4339.0, 4368.0, 4327.0, 4387.0, 4366.0, 4375.0, 4326.0, 4373.0, 4335.0, 4362.0, 4335.0, 4335.0, 4334.0, 4322.0, 4314.0, 4334.0, 4324.0, 4335.0, 4347.0, 4340.0, 4346.0, 4339.0, 4337.0, 4339.0, 4316.0, 4349.0, 4341.0, 4352.0, 4362.0, 4391.0, 4361.0, 4366.0, 4342.0, 4378.0, 4386.0, 4375.0, 4388.0, 4402.0, 4380.0, 4369.0, 4366.0, 4354.0, 4353.0, 4342.0, 4298.0, 4309.0, 4337.0, 4309.0, 4329.0, 4348.0, 4315.0, 4307.0, 4334.0, 4305.0, 4304.0, 4295.0, 4307.0, 4285.0, 4306.0, 4317.0, 4307.0, 4331.0, 4325.0, 4330.0, 4322.0, 4318.0, 4323.0, 4329.0, 4320.0, 4332.0, 4320.0, 4334.0, 4323.0, 4336.0, 4366.0, 4334.0, 4343.0, 4322.0, 4332.0, 4311.0, 4332.0, 4362.0, 4332.0, 4340.0, 4321.0, 4331.0, 4309.0, 4322.0, 4332.0, 4337.0, 4335.0, 4336.0, 4335.0, 4333.0, 4332.0, 4315.0, 4348.0, 4348.0, 4348.0, 4360.0, 4351.0, 4350.0, 4374.0, 4361.0, 4351.0, 4341.0, 4350.0, 4342.0, 4352.0, 4364.0, 4401.0, 4351.0, 4379.0, 4352.0, 4384.0, 4375.0, 4385.0, 4363.0, 4406.0, 4373.0, 4403.0, 4378.0, 4404.0, 4411.0, 4357.0, 4365.0, 4330.0, 4351.0, 4327.0, 4306.0, 4355.0, 4305.0, 4314.0, 4304.0, 4313.0, 4283.0, 4304.0, 4303.0, 4307.0, 4316.0, 4318.0, 4330.0, 4321.0, 4332.0, 4323.0, 4323.0, 4326.0, 4335.0, 4350.0, 4350.0, 4363.0, 4353.0, 4364.0, 4353.0, 4378.0, 4356.0, 4365.0, 4356.0, 4367.0, 4355.0, 4389.0, 4409.0, 4373.0, 4340.0, 4389.0, 4350.0, 4389.0, 4339.0, 4366.0, 4338.0, 4357.0, 4346.0, 4314.0, 4347.0, 4317.0, 4348.0, 4327.0, 4363.0, 4330.0, 4350.0, 4330.0, 4350.0, 4328.0, 4358.0, 4331.0, 4363.0, 4332.0, 4364.0, 4393.0, 4364.0, 4383.0, 4373.0, 4383.0, 4342.0, 4373.0, 4330.0, 4350.0, 4399.0, 4339.0, 4381.0, 4351.0, 4371.0, 4328.0, 4347.0, 4339.0, 4349.0, 4320.0, 4351.0, 4374.0, 4381.0, 4350.0, 4359.0, 4328.0, 4350.0, 4348.0, 4351.0, 4341.0, 4353.0, 4364.0, 4366.0, 4367.0, 4406.0, 4364.0, 4365.0, 4403.0, 4349.0, 4351.0, 4369.0, 4351.0, 4350.0, 4352.0, 4363.0, 4366.0, 4366.0, 4357.0, 4390.0, 4433.0, 4395.0, 4363.0, 4383.0, 4372.0, 4362.0, 4371.0, 4362.0, 4364.0, 4364.0, 4366.0, 4355.0, 4379.0, 4357.0, 4376.0, 4411.0, 4437.0, 4406.0, 4416.0, 4356.0, 4375.0, 4342.0, 4363.0, 4412.0, 4365.0, 4392.0, 4365.0, 4393.0, 4363.0, 4415.0, 4374.0, 4414.0, 4351.0, 4393.0, 4401.0, 4356.0, 4389.0, 4388.0, 4363.0, 4343.0, 4312.0, 4321.0, 4352.0, 4335.0, 4322.0, 4344.0, 4335.0, 4348.0, 4347.0, 4350.0, 4349.0, 4360.0, 4360.0, 4362.0, 4364.0, 4405.0, 4382.0, 4360.0, 4366.0, 4347.0, 4348.0, 4336.0, 4347.0, 4350.0, 4351.0, 4338.0, 4362.0, 4401.0, 4349.0, 4389.0, 4360.0, 4389.0, 4361.0, 4382.0, 4378.0, 4358.0, 4401.0, 4375.0, 4355.0, 4323.0, 4333.0, 4341.0, 4334.0, 4333.0, 4334.0, 4335.0, 4335.0, 4345.0, 4349.0, 4351.0, 4350.0, 4360.0, 4327.0, 4346.0, 4337.0, 4335.0, 4335.0, 4345.0, 4376.0, 4346.0, 4356.0, 4348.0, 4347.0, 4360.0, 4360.0, 4362.0, 4390.0, 4360.0, 4389.0, 4359.0, 4386.0, 4365.0, 4366.0, 4343.0, 4352.0, 4339.0, 4318.0, 4346.0, 4304.0, 4329.0, 4296.0, 4305.0, 4284.0, 4316.0, 4297.0, 4330.0, 4309.0, 4333.0, 4321.0, 4334.0, 4334.0, 4334.0, 4345.0, 4339.0, 4345.0, 4338.0, 4361.0, 4351.0, 4347.0, 4339.0, 4349.0, 4353.0, 4376.0, 4355.0, 4383.0, 4355.0, 4380.0, 4352.0, 4378.0, 4328.0, 4370.0, 4338.0, 4371.0, 4340.0, 4358.0, 4328.0, 4339.0, 4327.0, 4350.0, 4339.0, 4350.0, 4328.0, 4356.0, 4382.0, 4341.0, 4360.0, 4341.0, 4349.0, 4339.0, 4337.0, 4344.0, 4364.0, 4355.0, 4352.0, 4351.0, 4364.0, 4376.0, 4377.0, 4366.0, 4363.0, 4365.0, 4374.0, 4365.0, 4408.0, 4363.0, 4384.0, 4412.0, 4352.0, 4405.0, 4363.0, 4372.0, 4423.0, 4371.0, 4399.0, 4350.0, 4351.0, 4363.0, 4364.0, 4364.0, 4384.0, 4365.0, 4372.0, 4353.0, 4394.0, 4374.0, 4381.0, 4352.0, 4383.0, 4349.0, 4359.0, 4390.0, 4369.0, 4389.0, 4337.0, 4348.0, 4338.0, 4357.0, 4339.0, 4350.0, 4327.0, 4338.0, 4337.0, 4350.0, 4351.0, 4347.0, 4339.0, 4348.0, 4342.0, 4364.0, 4342.0, 4354.0, 4370.0, 4353.0, 4350.0, 4338.0, 4350.0, 4389.0, 4338.0, 4346.0, 4336.0, 4349.0, 4319.0, 4362.0, 4381.0, 4360.0, 4360.0, 4352.0, 4362.0, 4353.0, 4363.0, 4360.0, 4352.0, 4361.0, 4376.0, 4386.0, 4376.0, 4376.0, 4384.0, 4372.0, 4364.0, 4374.0, 4387.0, 4397.0, 4375.0, 4397.0, 4353.0, 4388.0, 4426.0, 4407.0, 4414.0, 4382.0, 4404.0, 4382.0, 4390.0, 4345.0, 4377.0, 4345.0, 4374.0, 4324.0, 4376.0, 4334.0, 4374.0, 4311.0, 4307.0, 4308.0, 4307.0, 4297.0, 4320.0, 4288.0, 4308.0, 4327.0, 4296.0, 4346.0, 4294.0, 4324.0, 4284.0, 4294.0, 4334.0, 4295.0, 4285.0, 4296.0, 4294.0, 4297.0, 4308.0, 4310.0, 4309.0, 4310.0, 4312.0, 4301.0, 4324.0, 4323.0, 4336.0, 4333.0, 4323.0, 4347.0, 4339.0, 4361.0, 4351.0, 4361.0, 4361.0, 4374.0, 4377.0, 4385.0, 4389.0, 4389.0, 4388.0, 4389.0, 4378.0, 4390.0, 4418.0, 4387.0, 4375.0, 4404.0, 4385.0, 4384.0, 4371.0, 4351.0, 4390.0, 4370.0, 4360.0, 4346.0, 4356.0, 4345.0, 4358.0, 4360.0, 4360.0, 4348.0, 4349.0, 4351.0, 4380.0, 4350.0, 4371.0, 4389.0, 4368.0, 4359.0, 4376.0, 4355.0, 4342.0, 4360.0, 4308.0, 4320.0, 4360.0, 4320.0, 4318.0, 4320.0, 4346.0, 4365.0, 4347.0, 4336.0, 4372.0, 4322.0, 4336.0, 4324.0, 4336.0, 4336.0, 4335.0, 4346.0, 4349.0, 4360.0, 4362.0, 4377.0, 4396.0, 4364.0, 4374.0, 4354.0, 4378.0, 4353.0, 4366.0, 4416.0, 4411.0, 4370.0, 4391.0, 4338.0, 4350.0, 4326.0, 4351.0, 4372.0, 4375.0, 4342.0, 4372.0, 4352.0, 4359.0, 4349.0, 4358.0, 4359.0, 4373.0, 4375.0, 4408.0, 4366.0, 4407.0, 4404.0, 4395.0, 4402.0, 4382.0, 4387.0, 4356.0, 4373.0, 4353.0, 4373.0, 4341.0, 4352.0, 4372.0, 4317.0, 4308.0, 4356.0, 4297.0, 4348.0, 4313.0, 4319.0, 4308.0, 4318.0, 4308.0, 4317.0, 4321.0, 4332.0, 4334.0, 4346.0, 4348.0, 4358.0, 4351.0, 4347.0, 4360.0, 4339.0, 4353.0, 4350.0, 4352.0, 4394.0, 4377.0, 4393.0, 4350.0, 4380.0, 4350.0, 4378.0, 4338.0, 4365.0, 4365.0, 4344.0, 4344.0, 4371.0, 4319.0, 4339.0, 4331.0, 4331.0, 4310.0, 4331.0, 4332.0, 4343.0, 4335.0, 4345.0, 4345.0, 4347.0, 4360.0, 4338.0, 4350.0, 4349.0, 4349.0, 4330.0, 4349.0, 4338.0, 4346.0, 4337.0, 4353.0, 4361.0, 4327.0, 4350.0, 4361.0, 4371.0, 4374.0, 4392.0, 4374.0, 4372.0, 4372.0, 4360.0, 4360.0, 4369.0, 4338.0, 4380.0, 4388.0, 4367.0, 4366.0, 4321.0, 4362.0, 4337.0, 4319.0, 4347.0, 4308.0, 4317.0, 4309.0, 4319.0, 4346.0, 4307.0, 4318.0, 4335.0, 4333.0, 4333.0, 4308.0, 4319.0, 4310.0, 4332.0, 4322.0, 4332.0, 4335.0, 4335.0, 4346.0, 4375.0, 4338.0, 4345.0, 4347.0, 4349.0, 4350.0, 4351.0, 4352.0, 4363.0, 4342.0, 4363.0, 4374.0, 4412.0, 4363.0, 4395.0, 4400.0, 4350.0, 4392.0, 4359.0, 4360.0, 4343.0, 4363.0, 4354.0, 4389.0, 4414.0, 4353.0, 4361.0, 4339.0, 4352.0, 4414.0, 4362.0, 4370.0, 4351.0, 4361.0, 4362.0, 4374.0, 4392.0, 4350.0, 4362.0, 4340.0, 4361.0, 4395.0, 4411.0, 4372.0, 4379.0, 4347.0, 4347.0, 4365.0, 4348.0, 4358.0, 4348.0, 4348.0, 4349.0, 4360.0, 4340.0, 4363.0, 4401.0, 4360.0, 4371.0, 4348.0, 4360.0, 4390.0, 4366.0, 4346.0, 4365.0, 4345.0, 4345.0, 4382.0, 4334.0, 4345.0, 4334.0, 4348.0, 4336.0, 4359.0, 4358.0, 4372.0, 4362.0, 4373.0, 4371.0, 4341.0, 4360.0, 4391.0, 4379.0, 4348.0, 4390.0, 4357.0, 4357.0, 4396.0, 4347.0, 4375.0, 4359.0, 4357.0, 4359.0, 4357.0, 4359.0, 4361.0, 4360.0, 4371.0, 4349.0, 4360.0, 4392.0, 4379.0, 4357.0, 4365.0, 4343.0, 4342.0, 4342.0, 4322.0, 4344.0, 4363.0, 4344.0, 4333.0, 4357.0, 4373.0, 4383.0, 4372.0, 4383.0, 4361.0, 4363.0, 4361.0, 4360.0, 4371.0, 4391.0, 4370.0, 4359.0, 4375.0, 4345.0, 4356.0, 4333.0, 4345.0, 4352.0, 4334.0, 4344.0, 4346.0, 4345.0, 4346.0, 4347.0, 4335.0, 4356.0, 4376.0, 4346.0, 4349.0, 4346.0, 4347.0, 4359.0, 4371.0, 4337.0, 4360.0, 4337.0, 4360.0, 4359.0, 4346.0, 4358.0, 4389.0, 4346.0, 4358.0, 4347.0, 4357.0, 4366.0, 4347.0, 4346.0, 4338.0, 4348.0, 4336.0, 4357.0, 4388.0, 4347.0, 4366.0, 4345.0, 4345.0, 4384.0, 4334.0, 4365.0, 4334.0, 4333.0, 4313.0, 4334.0, 4342.0, 4336.0, 4335.0, 4324.0, 4335.0, 4335.0, 4345.0, 4366.0, 4334.0, 4334.0, 4363.0, 4333.0, 4333.0, 4321.0, 4333.0, 4333.0, 4336.0, 4345.0, 4337.0, 4346.0, 4338.0, 4360.0, 4369.0, 4360.0, 4360.0, 4338.0, 4358.0, 4349.0, 4336.0, 4348.0, 4366.0, 4348.0, 4347.0, 4335.0, 4357.0, 4358.0, 4349.0, 4351.0, 4337.0, 4348.0, 4348.0, 4325.0, 4347.0, 4358.0, 4352.0, 4360.0, 4373.0, 4375.0, 4375.0, 4374.0, 4376.0, 4377.0, 4394.0, 4373.0, 4362.0, 4391.0, 4360.0, 4370.0, 4348.0, 4360.0, 4379.0, 4360.0, 4360.0, 4351.0, 4361.0, 4361.0, 4361.0, 4390.0, 4360.0, 4351.0, 4339.0, 4361.0, 4379.0, 4360.0, 4362.0, 4364.0, 4362.0, 4363.0, 4373.0, 4405.0, 4361.0, 4361.0, 4391.0, 4348.0, 4348.0, 4397.0, 4347.0, 4357.0, 4348.0, 4348.0, 4338.0, 4352.0, 4390.0, 4350.0, 4370.0, 4348.0, 4349.0, 4387.0, 4335.0, 4345.0, 4326.0, 4336.0, 4325.0, 4338.0, 4325.0, 4337.0, 4347.0, 4348.0, 4370.0, 4350.0, 4347.0, 4340.0, 4348.0, 4389.0, 4344.0, 4335.0, 4362.0, 4324.0, 4331.0, 4322.0, 4333.0, 4325.0, 4336.0, 4326.0, 4350.0, 4336.0, 4339.0, 4350.0, 4338.0, 4338.0, 4327.0, 4348.0, 4367.0, 4338.0, 4349.0, 4338.0, 4337.0, 4328.0, 4349.0, 4378.0, 4338.0, 4358.0, 4376.0, 4337.0, 4355.0, 4336.0, 4346.0, 4348.0, 4338.0, 4339.0, 4348.0, 4339.0, 4349.0, 4339.0, 4350.0, 4381.0, 4340.0, 4351.0, 4361.0, 4349.0, 4352.0, 4331.0, 4363.0, 4340.0, 4364.0, 4380.0, 4338.0, 4389.0, 4388.0, 4388.0, 4327.0, 4346.0, 4384.0, 4324.0, 4375.0, 4313.0, 4325.0, 4324.0, 4324.0, 4326.0, 4348.0, 4330.0, 4351.0, 4350.0, 4351.0, 4360.0, 4341.0, 4373.0, 4389.0, 4358.0, 4368.0, 4337.0, 4346.0, 4325.0, 4337.0, 4357.0, 4337.0, 4325.0, 4337.0, 4326.0, 4338.0, 4349.0, 4340.0, 4338.0, 4328.0, 4351.0, 4317.0, 4340.0, 4388.0, 4338.0, 4337.0, 4341.0, 4347.0, 4327.0, 4338.0, 4338.0, 4348.0, 4327.0, 4349.0, 4317.0], 'WindowWidth': [9689.0, 9666.0, 9631.0, 9634.0, 9598.0, 9610.0, 9648.0, 9616.0, 9610.0, 9609.0, 9622.0, 9608.0, 9631.0, 9618.0, 9628.0, 9602.0, 9631.0, 9588.0, 9635.0, 9705.0, 9647.0, 9655.0, 9621.0, 9649.0, 9651.0, 9608.0, 9663.0, 9609.0, 9636.0, 9600.0, 9630.0, 9582.0, 9613.0, 9600.0, 9621.0, 9599.0, 9635.0, 9648.0, 9639.0, 9678.0, 9666.0, 9678.0, 9634.0, 9668.0, 9594.0, 9658.0, 9676.0, 9645.0, 9627.0, 9587.0, 9623.0, 9612.0, 9604.0, 9606.0, 9607.0, 9606.0, 9596.0, 9614.0, 9630.0, 9601.0, 9669.0, 9634.0, 9581.0, 9642.0, 9570.0, 9554.0, 9576.0, 9531.0, 9548.0, 9593.0, 9545.0, 9554.0, 9546.0, 9566.0, 9562.0, 9588.0, 9591.0, 9560.0, 9589.0, 9563.0, 9610.0, 9600.0, 9637.0, 9654.0, 9643.0, 9657.0, 9646.0, 9657.0, 9634.0, 9637.0, 9682.0, 9662.0, 9620.0, 9672.0, 9607.0, 9620.0, 9666.0, 9602.0, 9633.0, 9638.0, 9587.0, 9624.0, 9585.0, 9591.0, 9618.0, 9611.0, 9610.0, 9614.0, 9597.0, 9612.0, 9614.0, 9677.0, 9684.0, 9684.0, 9630.0, 9643.0, 9603.0, 9648.0, 9599.0, 9659.0, 9705.0, 9632.0, 9621.0, 9660.0, 9604.0, 9614.0, 9599.0, 9596.0, 9585.0, 9603.0, 9568.0, 9598.0, 9655.0, 9591.0, 9676.0, 9580.0, 9607.0, 9629.0, 9584.0, 9609.0, 9535.0, 9551.0, 9563.0, 9556.0, 9567.0, 9613.0, 9601.0, 9587.0, 9582.0, 9584.0, 9600.0, 9605.0, 9582.0, 9602.0, 9567.0, 9584.0, 9591.0, 9582.0, 9582.0, 9589.0, 9587.0, 9584.0, 9599.0, 9588.0, 9574.0, 9591.0, 9606.0, 9640.0, 9641.0, 9621.0, 9638.0, 9611.0, 9641.0, 9595.0, 9644.0, 9681.0, 9641.0, 9639.0, 9641.0, 9638.0, 9627.0, 9660.0, 9722.0, 9663.0, 9678.0, 9626.0, 9627.0, 9686.0, 9640.0, 9651.0, 9609.0, 9636.0, 9608.0, 9626.0, 9614.0, 9618.0, 9611.0, 9618.0, 9682.0, 9606.0, 9645.0, 9695.0, 9636.0, 9663.0, 9599.0, 9601.0, 9599.0, 9592.0, 9631.0, 9609.0, 9604.0, 9607.0, 9613.0, 9678.0, 9614.0, 9637.0, 9611.0, 9612.0, 9594.0, 9612.0, 9613.0, 9637.0, 9664.0, 9636.0, 9619.0, 9623.0, 9635.0, 9641.0, 9676.0, 9639.0, 9712.0, 9656.0, 9677.0, 9637.0, 9646.0, 9619.0, 9687.0, 9652.0, 9647.0, 9631.0, 9699.0, 9630.0, 9688.0, 9656.0, 9667.0, 9601.0, 9660.0, 9609.0, 9616.0, 9602.0, 9592.0, 9636.0, 9644.0, 9696.0, 9630.0, 9644.0, 9574.0, 9574.0, 9621.0, 9639.0, 9629.0, 9625.0, 9635.0, 9630.0, 9662.0, 9606.0, 9618.0, 9581.0, 9596.0, 9639.0, 9595.0, 9612.0, 9575.0, 9569.0, 9575.0, 9578.0, 9587.0, 9601.0, 9601.0, 9609.0, 9627.0, 9623.0, 9620.0, 9654.0, 9679.0, 9654.0, 9641.0, 9649.0, 9616.0, 9640.0, 9621.0, 9606.0, 9643.0, 9683.0, 9633.0, 9633.0, 9673.0, 9616.0, 9679.0, 9642.0, 9640.0, 9588.0, 9634.0, 9654.0, 9628.0, 9642.0, 9591.0, 9626.0, 9595.0, 9595.0, 9611.0, 9556.0, 9569.0, 9546.0, 9537.0, 9543.0, 9547.0, 9564.0, 9551.0, 9539.0, 9560.0, 9556.0, 9575.0, 9559.0, 9580.0, 9549.0, 9586.0, 9563.0, 9579.0, 9577.0, 9603.0, 9590.0, 9588.0, 9568.0, 9596.0, 9570.0, 9625.0, 9567.0, 9627.0, 9582.0, 9637.0, 9583.0, 9632.0, 9576.0, 9600.0, 9572.0, 9597.0, 9575.0, 9591.0, 9583.0, 9592.0, 9578.0, 9587.0, 9576.0, 9575.0, 9625.0, 9637.0, 9611.0, 9634.0, 9615.0, 9600.0, 9624.0, 9580.0, 9611.0, 9597.0, 9636.0, 9646.0, 9638.0, 9664.0, 9616.0, 9651.0, 9636.0, 9689.0, 9619.0, 9693.0, 9602.0, 9630.0, 9605.0, 9617.0, 9622.0, 9622.0, 9628.0, 9630.0, 9642.0, 9627.0, 9645.0, 9608.0, 9633.0, 9591.0, 9688.0, 9637.0, 9648.0, 9686.0, 9631.0, 9584.0, 9641.0, 9631.0, 9605.0, 9558.0, 9548.0, 9544.0, 9540.0, 9563.0, 9559.0, 9597.0, 9585.0, 9639.0, 9598.0, 9623.0, 9579.0, 9623.0, 9597.0, 9642.0, 9675.0, 9621.0, 9643.0, 9597.0, 9636.0, 9608.0, 9663.0, 9647.0, 9707.0, 9666.0, 9662.0, 9573.0, 9565.0, 9555.0, 9591.0, 9562.0, 9618.0, 9580.0, 9595.0, 9557.0, 9593.0, 9628.0, 9592.0, 9643.0, 9591.0, 9621.0, 9590.0, 9588.0, 9580.0, 9608.0, 9600.0, 9607.0, 9595.0, 9595.0, 9600.0, 9624.0, 9602.0, 9612.0, 9620.0, 9670.0, 9656.0, 9675.0, 9622.0, 9573.0, 9598.0, 9569.0, 9617.0, 9661.0, 9620.0, 9668.0, 9618.0, 9686.0, 9600.0, 9653.0, 9611.0, 9654.0, 9607.0, 9645.0, 9558.0, 9570.0, 9559.0, 9597.0, 9589.0, 9632.0, 9579.0, 9591.0, 9592.0, 9605.0, 9578.0, 9605.0, 9613.0, 9631.0, 9620.0, 9644.0, 9602.0, 9644.0, 9635.0, 9609.0, 9672.0, 9611.0, 9594.0, 9622.0, 9571.0, 9600.0, 9525.0, 9577.0, 9586.0, 9603.0, 9586.0, 9584.0, 9586.0, 9552.0, 9574.0, 9564.0, 9612.0, 9585.0, 9616.0, 9607.0, 9683.0, 9634.0, 9655.0, 9586.0, 9585.0, 9631.0, 9605.0, 9624.0, 9557.0, 9585.0, 9526.0, 9553.0, 9609.0, 9555.0, 9548.0, 9555.0, 9522.0, 9559.0, 9573.0, 9608.0, 9619.0, 9609.0, 9597.0, 9600.0, 9583.0, 9603.0, 9600.0, 9603.0, 9599.0, 9605.0, 9608.0, 9615.0, 9620.0, 9626.0, 9624.0, 9627.0, 9622.0, 9605.0, 9619.0, 9583.0, 9586.0, 9645.0, 9610.0, 9639.0, 9563.0, 9577.0, 9566.0, 9576.0, 9567.0, 9579.0, 9567.0, 9586.0, 9589.0, 9604.0, 9614.0, 9604.0, 9587.0, 9593.0, 9620.0, 9634.0, 9628.0, 9630.0, 9626.0, 9616.0, 9631.0, 9625.0, 9640.0, 9685.0, 9631.0, 9645.0, 9615.0, 9646.0, 9668.0, 9628.0, 9670.0, 9629.0, 9625.0, 9630.0, 9598.0, 9634.0, 9636.0, 9655.0, 9650.0, 9657.0, 9664.0, 9637.0, 9652.0, 9622.0, 9637.0, 9689.0, 9670.0, 9670.0, 9600.0, 9597.0, 9643.0, 9608.0, 9622.0, 9580.0, 9571.0, 9562.0, 9596.0, 9582.0, 9602.0, 9607.0, 9651.0, 9597.0, 9627.0, 9606.0, 9606.0, 9588.0, 9608.0, 9620.0, 9625.0, 9616.0, 9605.0, 9649.0, 9589.0, 9613.0, 9587.0, 9640.0, 9563.0, 9582.0, 9644.0, 9557.0, 9613.0, 9575.0, 9629.0, 9580.0, 9570.0, 9551.0, 9567.0, 9540.0, 9577.0, 9602.0, 9576.0, 9543.0, 9575.0, 9578.0, 9578.0, 9586.0, 9582.0, 9598.0, 9585.0, 9596.0, 9584.0, 9601.0, 9601.0, 9628.0, 9615.0, 9639.0, 9610.0, 9612.0, 9594.0, 9608.0, 9576.0, 9608.0, 9663.0, 9626.0, 9659.0, 9592.0, 9603.0, 9587.0, 9601.0, 9612.0, 9601.0, 9606.0, 9581.0, 9621.0, 9582.0, 9591.0, 9580.0, 9649.0, 9599.0, 9594.0, 9581.0, 9602.0, 9568.0, 9581.0, 9567.0, 9586.0, 9589.0, 9608.0, 9662.0, 9609.0, 9632.0, 9594.0, 9633.0, 9573.0, 9649.0, 9605.0, 9657.0, 9592.0, 9630.0, 9571.0, 9657.0, 9627.0, 9635.0, 9569.0, 9629.0, 9580.0, 9614.0, 9580.0, 9578.0, 9577.0, 9557.0, 9548.0, 9576.0, 9562.0, 9581.0, 9602.0, 9596.0, 9599.0, 9593.0, 9584.0, 9591.0, 9556.0, 9607.0, 9598.0, 9614.0, 9630.0, 9665.0, 9628.0, 9640.0, 9604.0, 9660.0, 9671.0, 9652.0, 9673.0, 9686.0, 9648.0, 9636.0, 9623.0, 9604.0, 9599.0, 9580.0, 9515.0, 9532.0, 9569.0, 9531.0, 9561.0, 9590.0, 9533.0, 9527.0, 9559.0, 9520.0, 9517.0, 9506.0, 9524.0, 9493.0, 9524.0, 9541.0, 9528.0, 9569.0, 9566.0, 9568.0, 9557.0, 9545.0, 9556.0, 9563.0, 9553.0, 9569.0, 9554.0, 9577.0, 9561.0, 9581.0, 9621.0, 9579.0, 9588.0, 9558.0, 9571.0, 9541.0, 9570.0, 9616.0, 9570.0, 9581.0, 9553.0, 9567.0, 9534.0, 9556.0, 9568.0, 9586.0, 9579.0, 9585.0, 9578.0, 9576.0, 9576.0, 9557.0, 9603.0, 9602.0, 9607.0, 9626.0, 9616.0, 9612.0, 9650.0, 9627.0, 9616.0, 9600.0, 9610.0, 9603.0, 9618.0, 9636.0, 9680.0, 9614.0, 9648.0, 9618.0, 9665.0, 9653.0, 9668.0, 9636.0, 9700.0, 9645.0, 9694.0, 9646.0, 9699.0, 9700.0, 9615.0, 9625.0, 9565.0, 9595.0, 9552.0, 9523.0, 9593.0, 9519.0, 9530.0, 9517.0, 9530.0, 9489.0, 9518.0, 9517.0, 9526.0, 9538.0, 9546.0, 9567.0, 9558.0, 9572.0, 9562.0, 9565.0, 9571.0, 9583.0, 9613.0, 9614.0, 9636.0, 9621.0, 9638.0, 9624.0, 9662.0, 9630.0, 9639.0, 9626.0, 9645.0, 9624.0, 9676.0, 9709.0, 9644.0, 9590.0, 9656.0, 9606.0, 9659.0, 9591.0, 9622.0, 9587.0, 9611.0, 9596.0, 9552.0, 9600.0, 9560.0, 9602.0, 9574.0, 9635.0, 9587.0, 9611.0, 9584.0, 9610.0, 9580.0, 9621.0, 9590.0, 9633.0, 9592.0, 9636.0, 9675.0, 9637.0, 9659.0, 9649.0, 9660.0, 9603.0, 9646.0, 9584.0, 9609.0, 9677.0, 9592.0, 9655.0, 9615.0, 9635.0, 9578.0, 9601.0, 9593.0, 9609.0, 9571.0, 9615.0, 9650.0, 9653.0, 9612.0, 9621.0, 9578.0, 9609.0, 9604.0, 9612.0, 9601.0, 9621.0, 9634.0, 9642.0, 9647.0, 9698.0, 9636.0, 9638.0, 9689.0, 9610.0, 9614.0, 9634.0, 9612.0, 9610.0, 9618.0, 9634.0, 9645.0, 9643.0, 9632.0, 9685.0, 9748.0, 9681.0, 9634.0, 9661.0, 9644.0, 9630.0, 9643.0, 9633.0, 9640.0, 9643.0, 9644.0, 9630.0, 9666.0, 9635.0, 9661.0, 9716.0, 9746.0, 9700.0, 9711.0, 9629.0, 9654.0, 9606.0, 9637.0, 9703.0, 9641.0, 9675.0, 9642.0, 9678.0, 9639.0, 9714.0, 9652.0, 9709.0, 9614.0, 9675.0, 9689.0, 9613.0, 9662.0, 9663.0, 9616.0, 9586.0, 9544.0, 9557.0, 9600.0, 9584.0, 9561.0, 9596.0, 9586.0, 9609.0, 9604.0, 9612.0, 9612.0, 9629.0, 9628.0, 9634.0, 9640.0, 9701.0, 9661.0, 9629.0, 9630.0, 9604.0, 9605.0, 9588.0, 9605.0, 9614.0, 9617.0, 9596.0, 9635.0, 9684.0, 9613.0, 9668.0, 9630.0, 9668.0, 9634.0, 9663.0, 9649.0, 9623.0, 9693.0, 9643.0, 9613.0, 9565.0, 9579.0, 9587.0, 9581.0, 9580.0, 9585.0, 9585.0, 9585.0, 9600.0, 9612.0, 9621.0, 9614.0, 9627.0, 9577.0, 9598.0, 9586.0, 9581.0, 9583.0, 9598.0, 9641.0, 9598.0, 9613.0, 9605.0, 9602.0, 9625.0, 9626.0, 9632.0, 9665.0, 9626.0, 9664.0, 9623.0, 9656.0, 9625.0, 9627.0, 9586.0, 9602.0, 9572.0, 9543.0, 9583.0, 9521.0, 9563.0, 9512.0, 9522.0, 9493.0, 9539.0, 9515.0, 9564.0, 9536.0, 9574.0, 9556.0, 9578.0, 9577.0, 9577.0, 9597.0, 9592.0, 9598.0, 9593.0, 9630.0, 9616.0, 9605.0, 9597.0, 9609.0, 9621.0, 9656.0, 9627.0, 9659.0, 9624.0, 9653.0, 9616.0, 9646.0, 9578.0, 9635.0, 9592.0, 9642.0, 9596.0, 9619.0, 9576.0, 9593.0, 9574.0, 9610.0, 9596.0, 9611.0, 9581.0, 9629.0, 9658.0, 9600.0, 9625.0, 9602.0, 9608.0, 9595.0, 9590.0, 9608.0, 9638.0, 9627.0, 9618.0, 9618.0, 9636.0, 9661.0, 9664.0, 9646.0, 9638.0, 9641.0, 9652.0, 9641.0, 9706.0, 9638.0, 9664.0, 9700.0, 9616.0, 9694.0, 9634.0, 9645.0, 9719.0, 9642.0, 9676.0, 9610.0, 9611.0, 9638.0, 9640.0, 9639.0, 9665.0, 9640.0, 9645.0, 9620.0, 9678.0, 9652.0, 9654.0, 9615.0, 9658.0, 9607.0, 9622.0, 9663.0, 9632.0, 9659.0, 9587.0, 9601.0, 9590.0, 9615.0, 9595.0, 9610.0, 9574.0, 9587.0, 9592.0, 9610.0, 9613.0, 9604.0, 9594.0, 9605.0, 9602.0, 9636.0, 9604.0, 9619.0, 9636.0, 9617.0, 9611.0, 9593.0, 9611.0, 9664.0, 9590.0, 9597.0, 9585.0, 9604.0, 9568.0, 9631.0, 9657.0, 9626.0, 9624.0, 9615.0, 9629.0, 9620.0, 9634.0, 9625.0, 9616.0, 9629.0, 9662.0, 9671.0, 9654.0, 9655.0, 9664.0, 9644.0, 9637.0, 9654.0, 9676.0, 9686.0, 9653.0, 9687.0, 9621.0, 9674.0, 9727.0, 9698.0, 9705.0, 9659.0, 9698.0, 9656.0, 9669.0, 9597.0, 9645.0, 9594.0, 9638.0, 9564.0, 9646.0, 9581.0, 9632.0, 9539.0, 9527.0, 9529.0, 9529.0, 9516.0, 9551.0, 9506.0, 9533.0, 9555.0, 9513.0, 9582.0, 9507.0, 9546.0, 9491.0, 9506.0, 9556.0, 9507.0, 9492.0, 9509.0, 9507.0, 9515.0, 9530.0, 9535.0, 9534.0, 9536.0, 9542.0, 9529.0, 9563.0, 9560.0, 9582.0, 9575.0, 9562.0, 9602.0, 9598.0, 9628.0, 9612.0, 9627.0, 9632.0, 9652.0, 9660.0, 9669.0, 9683.0, 9680.0, 9679.0, 9681.0, 9663.0, 9682.0, 9724.0, 9670.0, 9651.0, 9689.0, 9662.0, 9665.0, 9643.0, 9610.0, 9670.0, 9638.0, 9623.0, 9601.0, 9612.0, 9594.0, 9619.0, 9628.0, 9627.0, 9606.0, 9608.0, 9614.0, 9653.0, 9610.0, 9642.0, 9666.0, 9631.0, 9618.0, 9644.0, 9605.0, 9583.0, 9608.0, 9533.0, 9551.0, 9605.0, 9550.0, 9546.0, 9552.0, 9596.0, 9618.0, 9603.0, 9584.0, 9624.0, 9560.0, 9588.0, 9568.0, 9587.0, 9585.0, 9584.0, 9603.0, 9614.0, 9627.0, 9634.0, 9666.0, 9686.0, 9643.0, 9654.0, 9627.0, 9661.0, 9623.0, 9642.0, 9713.0, 9700.0, 9641.0, 9667.0, 9592.0, 9609.0, 9574.0, 9614.0, 9648.0, 9654.0, 9606.0, 9645.0, 9618.0, 9623.0, 9608.0, 9620.0, 9622.0, 9650.0, 9655.0, 9705.0, 9644.0, 9706.0, 9692.0, 9683.0, 9687.0, 9657.0, 9655.0, 9611.0, 9632.0, 9602.0, 9625.0, 9583.0, 9597.0, 9628.0, 9544.0, 9533.0, 9596.0, 9514.0, 9583.0, 9546.0, 9551.0, 9532.0, 9545.0, 9532.0, 9543.0, 9556.0, 9571.0, 9578.0, 9599.0, 9607.0, 9620.0, 9614.0, 9602.0, 9628.0, 9599.0, 9619.0, 9613.0, 9617.0, 9676.0, 9662.0, 9674.0, 9611.0, 9651.0, 9608.0, 9647.0, 9587.0, 9626.0, 9625.0, 9589.0, 9590.0, 9623.0, 9550.0, 9576.0, 9568.0, 9569.0, 9539.0, 9571.0, 9572.0, 9590.0, 9582.0, 9596.0, 9595.0, 9602.0, 9624.0, 9593.0, 9611.0, 9609.0, 9610.0, 9584.0, 9609.0, 9590.0, 9598.0, 9588.0, 9619.0, 9627.0, 9576.0, 9613.0, 9630.0, 9642.0, 9649.0, 9672.0, 9649.0, 9646.0, 9646.0, 9626.0, 9623.0, 9635.0, 9589.0, 9652.0, 9661.0, 9629.0, 9628.0, 9555.0, 9614.0, 9570.0, 9546.0, 9584.0, 9529.0, 9543.0, 9533.0, 9547.0, 9584.0, 9528.0, 9544.0, 9567.0, 9577.0, 9574.0, 9533.0, 9549.0, 9539.0, 9572.0, 9557.0, 9575.0, 9580.0, 9582.0, 9600.0, 9639.0, 9591.0, 9598.0, 9605.0, 9607.0, 9613.0, 9617.0, 9621.0, 9636.0, 9607.0, 9639.0, 9655.0, 9703.0, 9638.0, 9683.0, 9681.0, 9613.0, 9668.0, 9623.0, 9627.0, 9608.0, 9635.0, 9628.0, 9682.0, 9708.0, 9621.0, 9629.0, 9597.0, 9618.0, 9707.0, 9632.0, 9639.0, 9614.0, 9629.0, 9633.0, 9652.0, 9673.0, 9614.0, 9631.0, 9600.0, 9630.0, 9685.0, 9700.0, 9648.0, 9651.0, 9603.0, 9602.0, 9627.0, 9609.0, 9621.0, 9610.0, 9608.0, 9612.0, 9628.0, 9602.0, 9635.0, 9685.0, 9627.0, 9643.0, 9608.0, 9627.0, 9674.0, 9629.0, 9602.0, 9625.0, 9596.0, 9596.0, 9643.0, 9581.0, 9597.0, 9583.0, 9605.0, 9589.0, 9625.0, 9622.0, 9648.0, 9636.0, 9648.0, 9645.0, 9603.0, 9627.0, 9675.0, 9650.0, 9607.0, 9667.0, 9615.0, 9617.0, 9668.0, 9601.0, 9639.0, 9622.0, 9618.0, 9622.0, 9617.0, 9627.0, 9630.0, 9627.0, 9643.0, 9610.0, 9624.0, 9680.0, 9651.0, 9616.0, 9625.0, 9588.0, 9586.0, 9589.0, 9558.0, 9591.0, 9617.0, 9592.0, 9578.0, 9616.0, 9652.0, 9667.0, 9651.0, 9667.0, 9629.0, 9634.0, 9628.0, 9626.0, 9645.0, 9673.0, 9638.0, 9622.0, 9637.0, 9595.0, 9616.0, 9580.0, 9595.0, 9602.0, 9580.0, 9595.0, 9603.0, 9597.0, 9599.0, 9601.0, 9583.0, 9614.0, 9642.0, 9601.0, 9606.0, 9601.0, 9604.0, 9627.0, 9644.0, 9592.0, 9626.0, 9593.0, 9625.0, 9626.0, 9602.0, 9619.0, 9663.0, 9602.0, 9618.0, 9602.0, 9617.0, 9627.0, 9602.0, 9601.0, 9591.0, 9604.0, 9587.0, 9615.0, 9662.0, 9605.0, 9627.0, 9596.0, 9598.0, 9650.0, 9581.0, 9627.0, 9578.0, 9576.0, 9548.0, 9578.0, 9590.0, 9586.0, 9585.0, 9567.0, 9582.0, 9583.0, 9598.0, 9627.0, 9582.0, 9583.0, 9618.0, 9578.0, 9579.0, 9557.0, 9578.0, 9579.0, 9586.0, 9597.0, 9590.0, 9603.0, 9593.0, 9627.0, 9640.0, 9628.0, 9628.0, 9593.0, 9620.0, 9610.0, 9588.0, 9605.0, 9628.0, 9607.0, 9602.0, 9584.0, 9616.0, 9621.0, 9611.0, 9615.0, 9590.0, 9605.0, 9607.0, 9573.0, 9604.0, 9618.0, 9618.0, 9629.0, 9652.0, 9657.0, 9659.0, 9655.0, 9660.0, 9663.0, 9683.0, 9649.0, 9633.0, 9671.0, 9627.0, 9641.0, 9606.0, 9625.0, 9649.0, 9626.0, 9628.0, 9615.0, 9629.0, 9629.0, 9630.0, 9670.0, 9627.0, 9615.0, 9595.0, 9628.0, 9651.0, 9628.0, 9633.0, 9641.0, 9634.0, 9635.0, 9650.0, 9700.0, 9630.0, 9631.0, 9669.0, 9606.0, 9607.0, 9674.0, 9604.0, 9619.0, 9608.0, 9607.0, 9594.0, 9616.0, 9667.0, 9614.0, 9644.0, 9607.0, 9607.0, 9658.0, 9583.0, 9596.0, 9573.0, 9588.0, 9569.0, 9591.0, 9570.0, 9590.0, 9607.0, 9608.0, 9638.0, 9611.0, 9602.0, 9594.0, 9608.0, 9667.0, 9594.0, 9582.0, 9615.0, 9564.0, 9571.0, 9560.0, 9576.0, 9571.0, 9586.0, 9573.0, 9609.0, 9587.0, 9597.0, 9611.0, 9594.0, 9591.0, 9575.0, 9606.0, 9629.0, 9592.0, 9607.0, 9591.0, 9588.0, 9578.0, 9609.0, 9645.0, 9592.0, 9622.0, 9640.0, 9588.0, 9609.0, 9586.0, 9599.0, 9608.0, 9592.0, 9595.0, 9608.0, 9597.0, 9611.0, 9595.0, 9611.0, 9652.0, 9598.0, 9616.0, 9631.0, 9609.0, 9616.0, 9588.0, 9634.0, 9599.0, 9634.0, 9649.0, 9591.0, 9665.0, 9660.0, 9658.0, 9572.0, 9599.0, 9647.0, 9565.0, 9635.0, 9550.0, 9565.0, 9565.0, 9566.0, 9572.0, 9606.0, 9585.0, 9615.0, 9610.0, 9613.0, 9625.0, 9598.0, 9646.0, 9663.0, 9617.0, 9628.0, 9587.0, 9598.0, 9568.0, 9587.0, 9611.0, 9585.0, 9567.0, 9585.0, 9571.0, 9590.0, 9606.0, 9595.0, 9589.0, 9576.0, 9609.0, 9560.0, 9593.0, 9658.0, 9589.0, 9588.0, 9596.0, 9600.0, 9572.0, 9590.0, 9591.0, 9602.0, 9574.0, 9605.0, 9561.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.0011096770721205596</td></tr>
<tr><td colspan=3>aqi</td><td>0.03796715376749193</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.07459099424337</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2228061547926756</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0032537332310199</td></tr>
<tr><td colspan=3>efc</td><td>0.4915</td></tr>
<tr><td colspan=3>fber</td><td>4720.165</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10692600926045702</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.472551130247577</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8310468840255223</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.785908933578755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.088820653629504</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6184110648683077</td></tr>
<tr><td colspan=3>gcor</td><td>0.0182847</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012997107580304146</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029802745208144188</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1858</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6411823455010475</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.9663</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2109</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.2618</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295163.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>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.5326</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9824</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.9281</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3470.9194</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.2877</td></tr>
<tr><td colspan=3>tsnr</td><td>31.627261171583086</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>