<?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-0016_ses-03_task-shortvideo_acq-mb8_run-01_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-0016_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0016_suffix-bold_task-shortvideo" 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-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0016_suffix-bold_task-shortvideo" 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-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0016_suffix-bold_task-shortvideo" 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-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0016_suffix-bold_task-shortvideo" 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-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0016_suffix-bold_task-shortvideo" 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-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0016_suffix-bold_task-shortvideo" 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-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0016_suffix-bold_task-shortvideo" 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-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_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-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_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-0016/ses-03/func/sub-0016_ses-03_task-shortvideo_acq-mb8_run-01_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>de090913f16cf3fc175ecd7f03316fb1</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:39:35.887500</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.999965, -0.00283048, -0.00787301, 0.0026179, 0.999635, -0.0268812]</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-01_task-shortvideo_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.102554</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-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4167, -7780, -7299, 557, -120, -214, -75, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6d7ef294-51c3-47e5-9a36-6ea77e01238c||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.682832956314087, 0.007023629266768694, -0.021454812958836555, 114.9488296508789], [0.007593958638608456, 2.681948184967041, -0.07252117246389389, -84.47626495361328], [-0.02112271636724472, 0.07212041318416595, 2.6989405155181885, -85.9468002319336], [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, 1616]</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], 'AcquisitionTime': ['133935.887500', '133936.347500', '133936.807500', '133937.267500', '133937.727500', '133938.187500', '133938.647500', '133939.107500', '133939.567500', '133940.027500', '133940.487500', '133940.947500', '133941.407500', '133941.867500', '133942.327500', '133942.787500', '133943.247500', '133943.707500', '133944.167500', '133944.627500', '133945.087500', '133945.547500', '133946.007500', '133946.467500', '133946.927500', '133947.387500', '133947.847500', '133948.307500', '133948.767500', '133949.227500', '133949.687500', '133950.147500', '133950.607500', '133951.067500', '133951.527500', '133951.987500', '133952.447500', '133952.907500', '133953.367500', '133953.827500', '133954.287500', '133954.747500', '133955.207500', '133955.667500', '133956.127500', '133956.587500', '133957.047500', '133957.507500', '133957.967500', '133958.427500', '133958.887500', '133959.347500', '133959.807500', '134000.267500', '134000.727500', '134001.187500', '134001.647500', '134002.107500', '134002.567500', '134003.027500', '134003.487500', '134003.947500', '134004.407500', '134004.867500', '134005.327500', '134005.787500', '134006.247500', '134006.707500', '134007.167500', '134007.627500', '134008.087500', '134008.547500', '134009.007500', '134009.467500', '134009.927500', '134010.387500', '134010.847500', '134011.307500', '134011.767500', '134012.227500', '134012.687500', '134013.147500', '134013.607500', '134014.067500', '134014.527500', '134014.987500', '134015.447500', '134015.907500', '134016.367500', '134016.827500', '134017.287500', '134017.747500', '134018.207500', '134018.667500', '134019.127500', '134019.587500', '134020.047500', '134020.507500', '134020.967500', '134021.427500', '134021.887500', '134022.347500', '134022.807500', '134023.267500', '134023.727500', '134024.187500', '134024.647500', '134025.107500', '134025.567500', '134026.027500', '134026.487500', '134026.947500', '134027.407500', '134027.867500', '134028.327500', '134028.787500', '134029.247500', '134029.707500', '134030.167500', '134030.627500', '134031.087500', '134031.547500', '134032.007500', '134032.467500', '134032.927500', '134033.387500', '134033.847500', '134034.307500', '134034.767500', '134035.227500', '134035.687500', '134036.147500', '134036.607500', '134037.067500', '134037.527500', '134037.987500', '134038.447500', '134038.907500', '134039.367500', '134039.827500', '134040.287500', '134040.747500', '134041.207500', '134041.667500', '134042.127500', '134042.587500', '134043.047500', '134043.507500', '134043.967500', '134044.427500', '134044.887500', '134045.347500', '134045.807500', '134046.267500', '134046.727500', '134047.187500', '134047.647500', '134048.107500', '134048.567500', '134049.027500', '134049.487500', '134049.947500', '134050.407500', '134050.867500', '134051.327500', '134051.787500', '134052.247500', '134052.707500', '134053.167500', '134053.627500', '134054.087500', '134054.547500', '134055.007500', '134055.467500', '134055.927500', '134056.387500', '134056.847500', '134057.307500', '134057.767500', '134058.227500', '134058.687500', '134059.147500', '134059.607500', '134100.067500', '134100.527500', '134100.987500', '134101.447500', '134101.907500', '134102.367500', '134102.827500', '134103.287500', '134103.747500', '134104.207500', '134104.667500', '134105.127500', '134105.587500', '134106.047500', '134106.507500', '134106.967500', '134107.427500', '134107.887500', '134108.347500', '134108.807500', '134109.267500', '134109.727500', '134110.187500', '134110.647500', '134111.107500', '134111.567500', '134112.027500', '134112.487500', '134112.947500', '134113.407500', '134113.867500', '134114.327500', '134114.787500', '134115.247500', '134115.707500', '134116.167500', '134116.627500', '134117.087500', '134117.547500', '134118.007500', '134118.467500', '134118.927500', '134119.387500', '134119.847500', '134120.307500', '134120.767500', '134121.227500', '134121.687500', '134122.147500', '134122.607500', '134123.067500', '134123.527500', '134123.987500', '134124.447500', '134124.907500', '134125.367500', '134125.827500', '134126.287500', '134126.747500', '134127.207500', '134127.667500', '134128.127500', '134128.587500', '134129.047500', '134129.507500', '134129.967500', '134130.427500', '134130.887500', '134131.347500', '134131.807500', '134132.267500', '134132.727500', '134133.187500', '134133.647500', '134134.107500', '134134.567500', '134135.027500', '134135.487500', '134135.947500', '134136.407500', '134136.867500', '134137.327500', '134137.787500', '134138.247500', '134138.707500', '134139.167500', '134139.627500', '134140.087500', '134140.547500', '134141.007500', '134141.467500', '134141.927500', '134142.387500', '134142.847500', '134143.307500', '134143.767500', '134144.227500', '134144.687500', '134145.147500', '134145.607500', '134146.067500', '134146.527500', '134146.987500', '134147.447500', '134147.907500', '134148.367500', '134148.827500', '134149.287500', '134149.747500', '134150.207500', '134150.667500', '134151.127500', '134151.587500', '134152.047500', '134152.507500', '134152.967500', '134153.427500', '134153.887500', '134154.347500', '134154.807500', '134155.267500', '134155.727500', '134156.187500', '134156.647500', '134157.107500', '134157.567500', '134158.027500', '134158.487500', '134158.947500', '134159.407500', '134159.867500', '134200.327500', '134200.787500', '134201.247500', '134201.707500', '134202.167500', '134202.627500', '134203.087500', '134203.547500', '134204.007500', '134204.467500', '134204.927500', '134205.387500', '134205.847500', '134206.307500', '134206.767500', '134207.227500', '134207.687500', '134208.147500', '134208.607500', '134209.067500', '134209.527500', '134209.987500', '134210.447500', '134210.907500', '134211.367500', '134211.827500', '134212.287500', '134212.747500', '134213.207500', '134213.667500', '134214.127500', '134214.587500', '134215.047500', '134215.507500', '134215.967500', '134216.427500', '134216.887500', '134217.347500', '134217.807500', '134218.267500', '134218.727500', '134219.187500', '134219.647500', '134220.107500', '134220.567500', '134221.027500', '134221.487500', '134221.947500', '134222.407500', '134222.867500', '134223.327500', '134223.787500', '134224.247500', '134224.707500', '134225.167500', '134225.627500', '134226.087500', '134226.547500', '134227.007500', '134227.467500', '134227.927500', '134228.387500', '134228.847500', '134229.307500', '134229.767500', '134230.227500', '134230.687500', '134231.147500', '134231.607500', '134232.067500', '134232.527500', '134232.987500', '134233.447500', '134233.907500', '134234.367500', '134234.827500', '134235.287500', '134235.747500', '134236.207500', '134236.667500', '134237.127500', '134237.587500', '134238.047500', '134238.507500', '134238.967500', '134239.427500', '134239.887500', '134240.347500', '134240.807500', '134241.267500', '134241.727500', '134242.187500', '134242.647500', '134243.107500', '134243.567500', '134244.027500', '134244.487500', '134244.947500', '134245.407500', '134245.867500', '134246.327500', '134246.787500', '134247.247500', '134247.707500', '134248.167500', '134248.627500', '134249.087500', '134249.547500', '134250.007500', '134250.467500', '134250.927500', '134251.387500', '134251.847500', '134252.307500', '134252.767500', '134253.227500', '134253.687500', '134254.147500', '134254.607500', '134255.067500', '134255.527500', '134255.987500', '134256.447500', '134256.907500', '134257.367500', '134257.827500', '134258.287500', '134258.747500', '134259.207500', '134259.667500', '134300.127500', '134300.587500', '134301.047500', '134301.507500', '134301.967500', '134302.427500', '134302.887500', '134303.347500', '134303.807500', '134304.267500', '134304.727500', '134305.187500', '134305.647500', '134306.107500', '134306.567500', '134307.027500', '134307.487500', '134307.947500', '134308.407500', '134308.867500', '134309.327500', '134309.787500', '134310.247500', '134310.707500', '134311.167500', '134311.627500', '134312.087500', '134312.547500', '134313.007500', '134313.467500', '134313.927500', '134314.387500', '134314.847500', '134315.307500', '134315.767500', '134316.227500', '134316.687500', '134317.147500', '134317.607500', '134318.067500', '134318.527500', '134318.987500', '134319.447500', '134319.907500', '134320.367500', '134320.827500', '134321.287500', '134321.747500', '134322.207500', '134322.667500', '134323.127500', '134323.587500', '134324.047500', '134324.507500', '134324.967500', '134325.427500', '134325.887500', '134326.347500', '134326.807500', '134327.267500', '134327.727500', '134328.187500', '134328.647500', '134329.107500', '134329.567500', '134330.027500', '134330.487500', '134330.947500', '134331.407500', '134331.867500', '134332.327500', '134332.787500', '134333.247500', '134333.707500', '134334.167500', '134334.627500', '134335.087500', '134335.547500', '134336.007500', '134336.467500', '134336.927500', '134337.387500', '134337.847500', '134338.307500', '134338.767500', '134339.227500', '134339.687500', '134340.147500', '134340.607500', '134341.067500', '134341.527500', '134341.987500', '134342.447500', '134342.907500', '134343.367500', '134343.827500', '134344.287500', '134344.747500', '134345.207500', '134345.667500', '134346.127500', '134346.587500', '134347.047500', '134347.507500', '134347.967500', '134348.427500', '134348.887500', '134349.347500', '134349.807500', '134350.267500', '134350.727500', '134351.187500', '134351.647500', '134352.107500', '134352.567500', '134353.027500', '134353.487500', '134353.947500', '134354.407500', '134354.867500', '134355.327500', '134355.787500', '134356.247500', '134356.707500', '134357.167500', '134357.627500', '134358.087500', '134358.547500', '134359.007500', '134359.467500', '134359.927500', '134400.387500', '134400.847500', '134401.307500', '134401.767500', '134402.227500', '134402.687500', '134403.147500', '134403.607500', '134404.067500', '134404.527500', '134404.987500', '134405.447500', '134405.907500', '134406.367500', '134406.827500', '134407.287500', '134407.747500', '134408.207500', '134408.667500', '134409.127500', '134409.587500', '134410.047500', '134410.507500', '134410.967500', '134411.427500', '134411.887500', '134412.347500', '134412.807500', '134413.267500', '134413.727500', '134414.187500', '134414.647500', '134415.107500', '134415.567500', '134416.027500', '134416.487500', '134416.947500', '134417.407500', '134417.867500', '134418.327500', '134418.787500', '134419.247500', '134419.707500', '134420.167500', '134420.627500', '134421.087500', '134421.547500', '134422.007500', '134422.467500', '134422.927500', '134423.387500', '134423.847500', '134424.307500', '134424.767500', '134425.227500', '134425.687500', '134426.147500', '134426.607500', '134427.067500', '134427.527500', '134427.987500', '134428.447500', '134428.907500', '134429.367500', '134429.827500', '134430.287500', '134430.747500', '134431.207500', '134431.667500', '134432.127500', '134432.587500', '134433.047500', '134433.507500', '134433.967500', '134434.427500', '134434.887500', '134435.347500', '134435.807500', '134436.267500', '134436.727500', '134437.187500', '134437.647500', '134438.107500', '134438.567500', '134439.027500', '134439.487500', '134439.947500', '134440.407500', '134440.867500', '134441.327500', '134441.787500', '134442.247500', '134442.707500', '134443.167500', '134443.627500', '134444.087500', '134444.547500', '134445.007500', '134445.467500', '134445.927500', '134446.387500', '134446.847500', '134447.307500', '134447.767500', '134448.227500', '134448.687500', '134449.147500', '134449.607500', '134450.067500', '134450.527500', '134450.987500', '134451.447500', '134451.907500', '134452.367500', '134452.827500', '134453.287500', '134453.747500', '134454.207500', '134454.667500', '134455.127500', '134455.587500', '134456.047500', '134456.507500', '134456.967500', '134457.427500', '134457.887500', '134458.347500', '134458.807500', '134459.267500', '134459.727500', '134500.187500', '134500.647500', '134501.107500', '134501.567500', '134502.027500', '134502.487500', '134502.947500', '134503.407500', '134503.867500', '134504.327500', '134504.787500', '134505.247500', '134505.707500', '134506.167500', '134506.627500', '134507.087500', '134507.547500', '134508.007500', '134508.467500', '134508.927500', '134509.387500', '134509.847500', '134510.307500', '134510.767500', '134511.227500', '134511.687500', '134512.147500', '134512.607500', '134513.067500', '134513.527500', '134513.987500', '134514.447500', '134514.907500', '134515.367500', '134515.827500', '134516.287500', '134516.747500', '134517.207500', '134517.667500', '134518.127500', '134518.587500', '134519.047500', '134519.507500', '134519.967500', '134520.427500', '134520.887500', '134521.347500', '134521.807500', '134522.267500', '134522.727500', '134523.187500', '134523.647500', '134524.107500', '134524.567500', '134525.027500', '134525.487500', '134525.947500', '134526.407500', '134526.867500', '134527.327500', '134527.787500', '134528.247500', '134528.707500', '134529.167500', '134529.627500', '134530.087500', '134530.547500', '134531.007500', '134531.467500', '134531.927500', '134532.387500', '134532.847500', '134533.307500', '134533.767500', '134534.227500', '134534.687500', '134535.147500', '134535.607500', '134536.067500', '134536.527500', '134536.987500', '134537.447500', '134537.907500', '134538.367500', '134538.827500', '134539.287500', '134539.747500', '134540.207500', '134540.667500', '134541.127500', '134541.587500', '134542.047500', '134542.507500', '134542.967500', '134543.427500', '134543.887500', '134544.347500', '134544.807500', '134545.267500', '134545.727500', '134546.187500', '134546.647500', '134547.107500', '134547.567500', '134548.027500', '134548.487500', '134548.947500', '134549.407500', '134549.867500', '134550.327500', '134550.787500', '134551.247500', '134551.707500', '134552.167500', '134552.627500', '134553.087500', '134553.547500', '134554.007500', '134554.467500', '134554.927500', '134555.387500', '134555.847500', '134556.307500', '134556.767500', '134557.227500', '134557.687500', '134558.147500', '134558.607500', '134559.067500', '134559.527500', '134559.987500', '134600.447500', '134600.907500', '134601.367500', '134601.827500', '134602.287500', '134602.747500', '134603.207500', '134603.667500', '134604.127500', '134604.587500', '134605.047500', '134605.507500', '134605.967500', '134606.427500', '134606.887500', '134607.347500', '134607.807500', '134608.267500', '134608.727500', '134609.187500', '134609.647500', '134610.107500', '134610.567500', '134611.027500', '134611.487500', '134611.947500', '134612.407500', '134612.867500', '134613.327500', '134613.787500', '134614.247500', '134614.707500', '134615.167500', '134615.627500', '134616.087500', '134616.547500', '134617.007500', '134617.467500', '134617.927500', '134618.387500', '134618.847500', '134619.307500', '134619.767500', '134620.227500', '134620.687500', '134621.147500', '134621.607500', '134622.067500', '134622.527500', '134622.987500', '134623.447500', '134623.907500', '134624.367500', '134624.827500', '134625.287500', '134625.747500', '134626.207500', '134626.667500', '134627.127500', '134627.587500', '134628.047500', '134628.507500', '134628.967500', '134629.427500', '134629.887500', '134630.347500', '134630.807500', '134631.267500', '134631.727500', '134632.187500', '134632.647500', '134633.107500', '134633.567500', '134634.027500', '134634.487500', '134634.947500', '134635.407500', '134635.867500', '134636.327500', '134636.787500', '134637.247500', '134637.707500', '134638.167500', '134638.627500', '134639.087500', '134639.547500', '134640.007500', '134640.467500', '134640.927500', '134641.387500', '134641.847500', '134642.307500', '134642.767500', '134643.227500', '134643.687500', '134644.147500', '134644.607500', '134645.067500', '134645.527500', '134645.987500', '134646.447500', '134646.907500', '134647.367500', '134647.827500', '134648.287500', '134648.747500', '134649.207500', '134649.667500', '134650.127500', '134650.587500', '134651.047500', '134651.507500', '134651.967500', '134652.427500', '134652.887500', '134653.347500', '134653.807500', '134654.267500', '134654.727500', '134655.187500', '134655.647500', '134656.107500', '134656.567500', '134657.027500', '134657.487500', '134657.947500', '134658.407500', '134658.867500', '134659.327500', '134659.787500', '134700.247500', '134700.707500', '134701.167500', '134701.627500', '134702.087500', '134702.547500', '134703.007500', '134703.467500', '134703.927500', '134704.387500', '134704.847500', '134705.307500', '134705.767500', '134706.227500', '134706.687500', '134707.147500', '134707.607500', '134708.067500', '134708.527500', '134708.987500', '134709.447500', '134709.907500', '134710.367500', '134710.827500', '134711.287500', '134711.747500', '134712.207500', '134712.667500', '134713.127500', '134713.587500', '134714.047500', '134714.507500', '134714.967500', '134715.427500', '134715.887500', '134716.347500', '134716.807500', '134717.267500', '134717.727500', '134718.187500', '134718.647500', '134719.107500', '134719.567500', '134720.027500', '134720.487500', '134720.947500', '134721.407500', '134721.867500', '134722.327500', '134722.787500', '134723.247500', '134723.707500', '134724.167500', '134724.627500', '134725.087500', '134725.547500', '134726.007500', '134726.467500', '134726.927500', '134727.387500', '134727.847500', '134728.307500', '134728.767500', '134729.227500', '134729.687500', '134730.147500', '134730.607500', '134731.067500', '134731.527500', '134731.987500', '134732.447500', '134732.907500', '134733.367500', '134733.827500', '134734.287500', '134734.747500', '134735.207500', '134735.667500', '134736.127500', '134736.587500', '134737.047500', '134737.507500', '134737.967500', '134738.427500', '134738.887500', '134739.347500', '134739.807500', '134740.267500', '134740.727500', '134741.187500', '134741.647500', '134742.107500', '134742.567500', '134743.027500', '134743.487500', '134743.947500', '134744.407500', '134744.867500', '134745.327500', '134745.787500', '134746.247500', '134746.707500', '134747.167500', '134747.627500', '134748.087500', '134748.547500', '134749.007500', '134749.467500', '134749.927500', '134750.387500', '134750.847500', '134751.307500', '134751.767500', '134752.227500', '134752.687500', '134753.147500', '134753.607500', '134754.067500', '134754.527500', '134754.987500', '134755.447500', '134755.907500', '134756.367500', '134756.827500', '134757.287500', '134757.747500', '134758.207500', '134758.667500', '134759.127500', '134759.587500', '134800.047500', '134800.507500', '134800.967500', '134801.427500', '134801.887500', '134802.347500', '134802.807500', '134803.267500', '134803.727500', '134804.187500', '134804.647500', '134805.107500', '134805.567500', '134806.027500', '134806.487500', '134806.947500', '134807.407500', '134807.867500', '134808.327500', '134808.787500', '134809.247500', '134809.707500', '134810.167500', '134810.627500', '134811.087500', '134811.547500', '134812.007500', '134812.467500', '134812.927500', '134813.387500', '134813.847500', '134814.307500', '134814.767500', '134815.227500', '134815.687500', '134816.147500', '134816.607500', '134817.067500', '134817.527500', '134817.987500', '134818.447500', '134818.907500', '134819.367500', '134819.827500', '134820.287500', '134820.747500', '134821.207500', '134821.667500', '134822.127500', '134822.587500', '134823.047500', '134823.507500', '134823.967500', '134824.427500', '134824.887500', '134825.347500', '134825.807500', '134826.267500', '134826.727500', '134827.187500', '134827.647500', '134828.107500', '134828.567500', '134829.027500', '134829.487500', '134829.947500', '134830.407500', '134830.867500', '134831.327500', '134831.787500', '134832.247500', '134832.707500', '134833.167500', '134833.627500', '134834.087500', '134834.547500', '134835.007500', '134835.467500', '134835.927500', '134836.387500', '134836.847500', '134837.307500', '134837.767500', '134838.227500', '134838.687500', '134839.147500', '134839.607500', '134840.067500', '134840.527500', '134840.987500', '134841.447500', '134841.907500', '134842.367500', '134842.827500', '134843.287500', '134843.747500', '134844.207500', '134844.667500', '134845.127500', '134845.587500', '134846.047500', '134846.507500', '134846.967500', '134847.427500', '134847.887500', '134848.347500', '134848.807500', '134849.267500', '134849.727500', '134850.187500', '134850.647500', '134851.107500', '134851.567500', '134852.027500', '134852.487500', '134852.947500', '134853.407500', '134853.867500', '134854.327500', '134854.787500', '134855.247500', '134855.707500', '134856.167500', '134856.627500', '134857.087500', '134857.547500', '134858.007500', '134858.467500', '134858.927500', '134859.387500', '134859.847500', '134900.307500', '134900.767500', '134901.227500', '134901.687500', '134902.147500', '134902.607500', '134903.067500', '134903.527500', '134903.987500', '134904.447500', '134904.907500', '134905.367500', '134905.827500', '134906.287500', '134906.747500', '134907.207500', '134907.667500', '134908.127500', '134908.587500', '134909.047500', '134909.507500', '134909.967500', '134910.427500', '134910.887500', '134911.347500', '134911.807500', '134912.267500', '134912.727500', '134913.187500', '134913.647500', '134914.107500', '134914.567500', '134915.027500', '134915.487500', '134915.947500', '134916.407500', '134916.867500', '134917.327500', '134917.787500', '134918.247500', '134918.707500', '134919.167500', '134919.627500', '134920.087500', '134920.547500', '134921.007500', '134921.467500', '134921.927500', '134922.387500', '134922.847500', '134923.307500', '134923.767500', '134924.227500', '134924.687500', '134925.147500', '134925.607500', '134926.067500', '134926.527500', '134926.987500', '134927.447500', '134927.907500', '134928.367500', '134928.827500', '134929.287500', '134929.747500', '134930.207500', '134930.667500', '134931.127500', '134931.587500', '134932.047500', '134932.507500', '134932.967500', '134933.427500', '134933.887500', '134934.347500', '134934.807500', '134935.267500', '134935.727500', '134936.187500', '134936.647500', '134937.107500', '134937.567500', '134938.027500', '134938.487500', '134938.947500', '134939.407500', '134939.867500', '134940.327500', '134940.787500', '134941.247500', '134941.707500', '134942.167500', '134942.627500', '134943.087500', '134943.547500', '134944.007500', '134944.467500', '134944.927500', '134945.387500', '134945.847500', '134946.307500', '134946.767500', '134947.227500', '134947.687500', '134948.147500', '134948.607500', '134949.067500', '134949.527500', '134949.987500', '134950.447500', '134950.907500', '134951.367500', '134951.827500', '134952.287500', '134952.747500', '134953.207500', '134953.667500', '134954.127500', '134954.587500', '134955.047500', '134955.507500', '134955.967500', '134956.427500', '134956.887500', '134957.347500', '134957.807500', '134958.267500', '134958.727500', '134959.187500', '134959.647500', '135000.107500', '135000.567500', '135001.027500', '135001.487500', '135001.947500', '135002.407500', '135002.867500', '135003.327500', '135003.787500', '135004.247500', '135004.707500', '135005.167500', '135005.627500', '135006.087500', '135006.547500', '135007.007500', '135007.467500', '135007.927500', '135008.387500', '135008.847500', '135009.307500', '135009.767500', '135010.227500', '135010.687500', '135011.147500', '135011.607500', '135012.067500', '135012.527500', '135012.987500', '135013.447500', '135013.907500', '135014.367500', '135014.827500', '135015.287500', '135015.747500', '135016.207500', '135016.667500', '135017.127500', '135017.587500', '135018.047500', '135018.507500', '135018.967500', '135019.427500', '135019.887500', '135020.347500', '135020.807500', '135021.267500', '135021.727500', '135022.187500', '135022.647500', '135023.107500', '135023.567500', '135024.027500', '135024.487500', '135024.947500', '135025.407500', '135025.867500', '135026.327500', '135026.787500', '135027.247500', '135027.707500', '135028.167500', '135028.627500', '135029.087500', '135029.547500', '135030.007500', '135030.467500', '135030.927500', '135031.387500', '135031.847500', '135032.307500', '135032.767500', '135033.227500', '135033.687500', '135034.147500', '135034.607500', '135035.067500', '135035.527500', '135035.987500', '135036.447500', '135036.907500', '135037.367500', '135037.827500', '135038.287500', '135038.747500', '135039.207500', '135039.667500', '135040.127500', '135040.587500', '135041.047500', '135041.507500', '135041.967500', '135042.427500', '135042.887500', '135043.347500', '135043.807500', '135044.267500', '135044.727500', '135045.187500', '135045.647500', '135046.107500', '135046.567500', '135047.027500', '135047.487500', '135047.947500', '135048.407500', '135048.867500', '135049.327500', '135049.787500', '135050.247500', '135050.707500', '135051.167500', '135051.627500', '135052.087500', '135052.547500', '135053.007500', '135053.467500', '135053.927500', '135054.387500', '135054.847500', '135055.307500', '135055.767500', '135056.227500', '135056.687500', '135057.147500', '135057.607500', '135058.067500', '135058.527500', '135058.987500', '135059.447500', '135059.907500', '135100.367500', '135100.827500', '135101.287500', '135101.747500', '135102.207500', '135102.667500', '135103.127500', '135103.587500', '135104.047500', '135104.507500', '135104.967500', '135105.427500', '135105.887500', '135106.347500', '135106.807500', '135107.267500', '135107.727500', '135108.187500', '135108.647500', '135109.107500', '135109.567500', '135110.027500', '135110.487500', '135110.947500', '135111.407500', '135111.867500', '135112.327500', '135112.787500', '135113.247500', '135113.707500', '135114.167500', '135114.627500', '135115.087500', '135115.547500', '135116.007500', '135116.467500', '135116.927500', '135117.387500', '135117.847500', '135118.307500', '135118.767500', '135119.227500', '135119.687500', '135120.147500', '135120.607500', '135121.067500', '135121.527500', '135121.987500', '135122.447500', '135122.907500', '135123.367500', '135123.827500', '135124.287500', '135124.747500', '135125.207500', '135125.667500', '135126.127500', '135126.587500', '135127.047500', '135127.507500', '135127.967500', '135128.427500', '135128.887500', '135129.347500', '135129.807500', '135130.267500', '135130.727500', '135131.187500', '135131.647500', '135132.107500', '135132.567500', '135133.027500', '135133.487500', '135133.947500', '135134.407500', '135134.867500', '135135.327500', '135135.787500', '135136.247500', '135136.707500', '135137.167500', '135137.627500', '135138.087500', '135138.547500', '135139.007500', '135139.467500', '135139.927500', '135140.387500', '135140.847500', '135141.307500', '135141.767500', '135142.227500', '135142.687500', '135143.147500', '135143.607500', '135144.067500', '135144.527500', '135144.987500', '135145.447500', '135145.907500', '135146.367500', '135146.827500', '135147.287500', '135147.747500', '135148.207500', '135148.667500', '135149.127500', '135149.587500', '135150.047500', '135150.507500', '135150.967500', '135151.427500', '135151.887500', '135152.347500', '135152.807500', '135153.267500', '135153.727500', '135154.187500', '135154.647500', '135155.107500', '135155.567500', '135156.027500', '135156.487500', '135156.947500', '135157.407500', '135157.867500', '135158.327500', '135158.787500'], 'ContentTime': ['134003.450000', '134003.454000', '134003.456000', '134003.459000', '134003.462000', '134003.465000', '134003.468000', '134003.471000', '134003.474000', '134003.476000', '134003.479000', '134003.482000', '134003.485000', '134003.488000', '134003.491000', '134003.494000', '134003.497000', '134003.500000', '134003.502000', '134003.505000', '134003.508000', '134003.511000', '134003.514000', '134003.517000', '134003.519000', '134003.522000', '134003.525000', '134003.528000', '134003.531000', '134003.534000', '134003.537000', '134003.539000', '134003.542000', '134003.545000', '134003.548000', '134003.551000', '134003.553000', '134003.556000', '134003.566000', '134003.569000', '134003.571000', '134003.574000', '134003.577000', '134003.580000', '134003.583000', '134003.586000', '134003.589000', '134003.591000', '134003.594000', '134003.597000', '134003.600000', '134003.603000', '134003.606000', '134003.609000', '134003.611000', '134003.614000', '134003.617000', '134003.620000', '134023.419000', '134023.422000', '134023.425000', '134023.428000', '134023.431000', '134023.433000', '134023.436000', '134023.439000', '134023.449000', '134023.451000', '134023.454000', '134023.468000', '134023.471000', '134023.474000', '134023.477000', '134023.480000', '134023.482000', '134023.485000', '134023.488000', '134023.491000', '134023.494000', '134023.497000', '134023.500000', '134023.503000', '134023.505000', '134023.508000', '134023.511000', '134023.514000', '134023.517000', '134023.520000', '134023.523000', '134023.525000', '134023.528000', '134023.531000', '134023.534000', '134023.537000', '134023.540000', '134023.543000', '134023.546000', '134023.549000', '134023.552000', '134023.555000', '134023.558000', '134043.419000', '134043.422000', '134043.425000', '134043.428000', '134043.430000', '134043.433000', '134043.436000', '134043.446000', '134043.449000', '134043.452000', '134043.455000', '134043.458000', '134043.461000', '134043.464000', '134043.467000', '134043.469000', '134043.472000', '134043.475000', '134043.478000', '134043.481000', '134043.484000', '134043.487000', '134043.489000', '134043.492000', '134043.495000', '134043.498000', '134043.501000', '134043.504000', '134043.507000', '134043.510000', '134043.513000', '134043.520000', '134043.523000', '134043.526000', '134043.529000', '134043.531000', '134043.534000', '134043.537000', '134043.540000', '134043.543000', '134043.546000', '134043.549000', '134043.552000', '134043.554000', '134103.418000', '134103.421000', '134103.424000', '134103.427000', '134103.430000', '134103.433000', '134103.435000', '134103.438000', '134103.441000', '134103.444000', '134103.447000', '134103.450000', '134103.453000', '134103.455000', '134103.467000', '134103.470000', '134103.473000', '134103.476000', '134103.478000', '134103.481000', '134103.484000', '134103.487000', '134103.490000', '134103.493000', '134103.496000', '134103.498000', '134103.501000', '134103.505000', '134103.508000', '134103.511000', '134103.514000', '134103.516000', '134103.519000', '134103.522000', '134103.525000', '134103.528000', '134103.531000', '134103.534000', '134103.537000', '134103.539000', '134103.542000', '134103.548000', '134103.551000', '134123.419000', '134123.422000', '134123.425000', '134123.428000', '134123.431000', '134123.433000', '134123.436000', '134123.439000', '134123.442000', '134123.445000', '134123.448000', '134123.451000', '134123.453000', '134123.456000', '134123.459000', '134123.462000', '134123.465000', '134123.468000', '134123.472000', '134123.475000', '134123.478000', '134123.481000', '134123.483000', '134123.486000', '134123.489000', '134123.492000', '134123.495000', '134123.498000', '134123.501000', '134123.503000', '134123.506000', '134123.509000', '134123.512000', '134123.515000', '134123.518000', '134123.520000', '134123.523000', '134123.526000', '134123.529000', '134123.532000', '134123.535000', '134123.538000', '134123.541000', '134123.544000', '134143.419000', '134143.422000', '134143.425000', '134143.428000', '134143.431000', '134143.433000', '134143.436000', '134143.439000', '134143.442000', '134143.445000', '134143.448000', '134143.451000', '134143.454000', '134143.456000', '134143.459000', '134143.462000', '134143.465000', '134143.468000', '134143.471000', '134143.474000', '134143.477000', '134143.487000', '134143.490000', '134143.492000', '134143.495000', '134143.498000', '134143.501000', '134143.504000', '134143.507000', '134143.509000', '134143.512000', '134143.515000', '134143.518000', '134143.521000', '134143.524000', '134143.527000', '134143.530000', '134143.533000', '134143.535000', '134143.538000', '134143.541000', '134143.544000', '134143.547000', '134203.419000', '134203.422000', '134203.425000', '134203.428000', '134203.430000', '134203.433000', '134203.436000', '134203.447000', '134203.450000', '134203.453000', '134203.456000', '134203.459000', '134203.462000', '134203.464000', '134203.467000', '134203.470000', '134203.473000', '134203.476000', '134203.479000', '134203.482000', '134203.485000', '134203.488000', '134203.490000', '134203.493000', '134203.496000', '134203.499000', '134203.508000', '134203.511000', '134203.514000', '134203.517000', '134203.520000', '134203.523000', '134203.525000', '134203.528000', '134203.531000', '134203.534000', '134203.537000', '134203.540000', '134203.543000', '134203.546000', '134203.548000', '134203.551000', '134203.554000', '134203.557000', '134223.419000', '134223.422000', '134223.425000', '134223.428000', '134223.431000', '134223.434000', '134223.437000', '134223.439000', '134223.442000', '134223.445000', '134223.448000', '134223.451000', '134223.464000', '134223.467000', '134223.470000', '134223.472000', '134223.475000', '134223.478000', '134223.481000', '134223.484000', '134223.487000', '134223.490000', '134223.493000', '134223.495000', '134223.498000', '134223.501000', '134223.504000', '134223.507000', '134223.510000', '134223.519000', '134223.522000', '134223.525000', '134223.528000', '134223.531000', '134223.534000', '134223.537000', '134223.541000', '134223.544000', '134223.548000', '134223.550000', '134223.553000', '134223.556000', '134223.559000', '134243.419000', '134243.422000', '134243.425000', '134243.428000', '134243.431000', '134243.434000', '134243.437000', '134243.439000', '134243.442000', '134243.445000', '134243.448000', '134243.451000', '134243.454000', '134243.457000', '134243.459000', '134243.462000', '134243.465000', '134243.468000', '134243.471000', '134243.474000', '134243.476000', '134243.479000', '134243.482000', '134243.485000', '134243.488000', '134243.491000', '134243.494000', '134243.497000', '134243.499000', '134243.502000', '134243.505000', '134243.508000', '134243.511000', '134243.514000', '134243.517000', '134243.519000', '134243.522000', '134243.525000', '134243.528000', '134243.531000', '134243.534000', '134243.537000', '134243.539000', '134243.542000', '134303.419000', '134303.422000', '134303.425000', '134303.428000', '134303.431000', '134303.434000', '134303.437000', '134303.440000', '134303.442000', '134303.445000', '134303.448000', '134303.451000', '134303.454000', '134303.457000', '134303.460000', '134303.463000', '134303.465000', '134303.468000', '134303.471000', '134303.474000', '134303.477000', '134303.480000', '134303.483000', '134303.486000', '134303.488000', '134303.491000', '134303.494000', '134303.497000', '134303.500000', '134303.503000', '134303.506000', '134303.509000', '134303.511000', '134303.514000', '134303.517000', '134303.520000', '134303.523000', '134303.526000', '134303.529000', '134303.531000', '134303.534000', '134303.537000', '134303.540000', '134323.418000', '134323.421000', '134323.424000', '134323.427000', '134323.430000', '134323.433000', '134323.436000', '134323.438000', '134323.441000', '134323.444000', '134323.447000', '134323.450000', '134323.453000', '134323.456000', '134323.459000', '134323.462000', '134323.464000', '134323.468000', '134323.471000', '134323.473000', '134323.476000', '134323.479000', '134323.482000', '134323.485000', '134323.488000', '134323.491000', '134323.494000', '134323.497000', '134323.500000', '134323.503000', '134323.505000', '134323.508000', '134323.529000', '134323.533000', '134323.535000', '134323.538000', '134323.541000', '134323.544000', '134323.547000', '134323.550000', '134323.553000', '134323.556000', '134323.559000', '134323.561000', '134343.419000', '134343.422000', '134343.425000', '134343.428000', '134343.431000', '134343.434000', '134343.437000', '134343.439000', '134343.442000', '134343.445000', '134343.448000', '134343.451000', '134343.454000', '134343.457000', '134343.459000', '134343.462000', '134343.465000', '134343.468000', '134343.471000', '134343.474000', '134343.477000', '134343.480000', '134343.482000', '134343.485000', '134343.488000', '134343.491000', '134343.494000', '134343.502000', '134343.505000', '134343.508000', '134343.510000', '134343.513000', '134343.516000', '134343.519000', '134343.522000', '134343.525000', '134343.528000', '134343.531000', '134343.533000', '134343.536000', '134343.539000', '134343.542000', '134343.545000', '134403.419000', '134403.422000', '134403.425000', '134403.428000', '134403.431000', '134403.434000', '134403.437000', '134403.440000', '134403.443000', '134403.446000', '134403.449000', '134403.452000', '134403.455000', '134403.458000', '134403.461000', '134403.463000', '134403.466000', '134403.469000', '134403.472000', '134403.475000', '134403.478000', '134403.481000', '134403.483000', '134403.486000', '134403.489000', '134403.492000', '134403.495000', '134403.498000', '134403.501000', '134403.503000', '134403.506000', '134403.509000', '134403.512000', '134403.515000', '134403.518000', '134403.521000', '134403.523000', '134403.526000', '134403.529000', '134403.532000', '134403.535000', '134403.538000', '134403.541000', '134423.419000', '134423.422000', '134423.425000', '134423.428000', '134423.431000', '134423.434000', '134423.437000', '134423.440000', '134423.442000', '134423.445000', '134423.448000', '134423.451000', '134423.454000', '134423.457000', '134423.460000', '134423.463000', '134423.466000', '134423.468000', '134423.471000', '134423.474000', '134423.477000', '134423.480000', '134423.483000', '134423.486000', '134423.489000', '134423.492000', '134423.494000', '134423.497000', '134423.500000', '134423.503000', '134423.506000', '134423.509000', '134423.512000', '134423.515000', '134423.517000', '134423.520000', '134423.523000', '134423.526000', '134423.529000', '134423.532000', '134423.535000', '134423.537000', '134423.540000', '134423.543000', '134443.419000', '134443.422000', '134443.425000', '134443.428000', '134443.431000', '134443.436000', '134443.439000', '134443.442000', '134443.445000', '134443.448000', '134443.451000', '134443.454000', '134443.457000', '134443.460000', '134443.463000', '134443.466000', '134443.469000', '134443.471000', '134443.474000', '134443.477000', '134443.480000', '134443.483000', '134443.486000', '134443.489000', '134443.492000', '134443.495000', '134443.497000', '134443.500000', '134443.503000', '134443.506000', '134443.509000', '134443.512000', '134443.515000', '134443.518000', '134443.521000', '134443.523000', '134443.526000', '134443.529000', '134443.532000', '134443.535000', '134443.538000', '134443.540000', '134443.543000', '134503.434000', '134503.437000', '134503.440000', '134503.443000', '134503.446000', '134503.449000', '134503.452000', '134503.455000', '134503.458000', '134503.461000', '134503.463000', '134503.466000', '134503.469000', '134503.483000', '134503.486000', '134503.489000', '134503.492000', '134503.495000', '134503.498000', '134503.501000', '134503.503000', '134503.506000', '134503.509000', '134503.512000', '134503.515000', '134503.518000', '134503.521000', '134503.524000', '134503.526000', '134503.529000', '134503.532000', '134503.535000', '134503.538000', '134503.541000', '134503.544000', '134503.547000', '134503.550000', '134503.553000', '134503.555000', '134503.558000', '134503.561000', '134503.564000', '134503.567000', '134503.570000', '134523.419000', '134523.422000', '134523.425000', '134523.428000', '134523.431000', '134523.434000', '134523.437000', '134523.439000', '134523.442000', '134523.445000', '134523.448000', '134523.451000', '134523.454000', '134523.457000', '134523.460000', '134523.462000', '134523.468000', '134523.472000', '134523.475000', '134523.478000', '134523.483000', '134523.486000', '134523.489000', '134523.491000', '134523.494000', '134523.497000', '134523.500000', '134523.503000', '134523.506000', '134523.509000', '134523.512000', '134523.515000', '134523.517000', '134523.520000', '134523.523000', '134523.526000', '134523.529000', '134523.532000', '134523.535000', '134523.537000', '134523.540000', '134523.543000', '134523.546000', '134543.418000', '134543.421000', '134543.424000', '134543.427000', '134543.430000', '134543.433000', '134543.435000', '134543.438000', '134543.441000', '134543.444000', '134543.447000', '134543.450000', '134543.453000', '134543.455000', '134543.458000', '134543.461000', '134543.464000', '134543.467000', '134543.470000', '134543.473000', '134543.475000', '134543.478000', '134543.481000', '134543.484000', '134543.487000', '134543.490000', '134543.493000', '134543.496000', '134543.499000', '134543.502000', '134543.504000', '134543.507000', '134543.510000', '134543.513000', '134543.516000', '134543.519000', '134543.521000', '134543.524000', '134543.527000', '134543.530000', '134543.533000', '134543.536000', '134543.539000', '134543.541000', '134603.420000', '134603.423000', '134603.426000', '134603.429000', '134603.432000', '134603.435000', '134603.438000', '134603.441000', '134603.443000', '134603.446000', '134603.449000', '134603.452000', '134603.455000', '134603.458000', '134603.461000', '134603.464000', '134603.467000', '134603.470000', '134603.473000', '134603.476000', '134603.479000', '134603.481000', '134603.484000', '134603.487000', '134603.490000', '134603.494000', '134603.497000', '134603.500000', '134603.503000', '134603.505000', '134603.508000', '134603.511000', '134603.514000', '134603.517000', '134603.520000', '134603.523000', '134603.526000', '134603.528000', '134603.531000', '134603.534000', '134603.537000', '134603.540000', '134603.543000', '134623.419000', '134623.422000', '134623.425000', '134623.428000', '134623.431000', '134623.434000', '134623.436000', '134623.439000', '134623.442000', '134623.445000', '134623.448000', '134623.451000', '134623.454000', '134623.457000', '134623.459000', '134623.462000', '134623.465000', '134623.468000', '134623.471000', '134623.474000', '134623.476000', '134623.479000', '134623.482000', '134623.485000', '134623.488000', '134623.491000', '134623.494000', '134623.497000', '134623.500000', '134623.502000', '134623.505000', '134623.508000', '134623.511000', '134623.514000', '134623.517000', '134623.520000', '134623.523000', '134623.525000', '134623.528000', '134623.531000', '134623.534000', '134623.537000', '134623.540000', '134623.543000', '134643.419000', '134643.422000', '134643.425000', '134643.428000', '134643.431000', '134643.434000', '134643.437000', '134643.439000', '134643.442000', '134643.445000', '134643.448000', '134643.451000', '134643.454000', '134643.457000', '134643.460000', '134643.463000', '134643.465000', '134643.468000', '134643.471000', '134643.474000', '134643.477000', '134643.480000', '134643.483000', '134643.485000', '134643.488000', '134643.491000', '134643.494000', '134643.497000', '134643.500000', '134643.503000', '134643.506000', '134643.508000', '134643.511000', '134643.514000', '134643.517000', '134643.520000', '134643.523000', '134643.526000', '134643.529000', '134643.532000', '134643.534000', '134643.537000', '134643.540000', '134703.419000', '134703.422000', '134703.425000', '134703.428000', '134703.431000', '134703.434000', '134703.437000', '134703.440000', '134703.442000', '134703.445000', '134703.448000', '134703.451000', '134703.454000', '134703.457000', '134703.460000', '134703.463000', '134703.465000', '134703.468000', '134703.471000', '134703.474000', '134703.477000', '134703.480000', '134703.483000', '134703.486000', '134703.488000', '134703.491000', '134703.494000', '134703.497000', '134703.500000', '134703.503000', '134703.506000', '134703.509000', '134703.511000', '134703.514000', '134703.517000', '134703.520000', '134703.523000', '134703.526000', '134703.529000', '134703.532000', '134703.535000', '134703.537000', '134703.540000', '134703.543000', '134723.419000', '134723.422000', '134723.425000', '134723.428000', '134723.431000', '134723.434000', '134723.436000', '134723.439000', '134723.442000', '134723.445000', '134723.448000', '134723.451000', '134723.454000', '134723.458000', '134723.461000', '134723.464000', '134723.467000', '134723.469000', '134723.472000', '134723.475000', '134723.478000', '134723.481000', '134723.484000', '134723.487000', '134723.490000', '134723.493000', '134723.495000', '134723.498000', '134723.501000', '134723.504000', '134723.507000', '134723.510000', '134723.513000', '134723.516000', '134723.519000', '134723.522000', '134723.525000', '134723.528000', '134723.531000', '134723.534000', '134723.537000', '134723.539000', '134723.542000', '134743.419000', '134743.422000', '134743.425000', '134743.428000', '134743.431000', '134743.434000', '134743.437000', '134743.439000', '134743.442000', '134743.445000', '134743.448000', '134743.451000', '134743.454000', '134743.457000', '134743.460000', '134743.462000', '134743.465000', '134743.468000', '134743.471000', '134743.474000', '134743.477000', '134743.480000', '134743.483000', '134743.486000', '134743.489000', '134743.491000', '134743.494000', '134743.497000', '134743.500000', '134743.503000', '134743.506000', '134743.509000', '134743.511000', '134743.514000', '134743.517000', '134743.520000', '134743.523000', '134743.526000', '134743.529000', '134743.531000', '134743.534000', '134743.537000', '134743.540000', '134743.543000', '134803.418000', '134803.421000', '134803.424000', '134803.427000', '134803.430000', '134803.433000', '134803.436000', '134803.439000', '134803.442000', '134803.445000', '134803.448000', '134803.451000', '134803.453000', '134803.457000', '134803.460000', '134803.463000', '134803.466000', '134803.469000', '134803.472000', '134803.474000', '134803.477000', '134803.480000', '134803.483000', '134803.486000', '134803.489000', '134803.492000', '134803.495000', '134803.498000', '134803.500000', '134803.503000', '134803.506000', '134803.509000', '134803.512000', '134803.515000', '134803.518000', '134803.521000', '134803.523000', '134803.526000', '134803.531000', '134803.535000', '134803.538000', '134803.541000', '134803.544000', '134823.419000', '134823.422000', '134823.425000', '134823.428000', '134823.431000', '134823.434000', '134823.437000', '134823.439000', '134823.442000', '134823.445000', '134823.448000', '134823.451000', '134823.454000', '134823.457000', '134823.460000', '134823.462000', '134823.465000', '134823.468000', '134823.471000', '134823.474000', '134823.477000', '134823.480000', '134823.482000', '134823.485000', '134823.488000', '134823.491000', '134823.494000', '134823.497000', '134823.500000', '134823.503000', '134823.505000', '134823.508000', '134823.511000', '134823.514000', '134823.517000', '134823.520000', '134823.523000', '134823.526000', '134823.529000', '134823.531000', '134823.534000', '134823.537000', '134823.540000', '134823.543000', '134843.419000', '134843.422000', '134843.425000', '134843.428000', '134843.431000', '134843.434000', '134843.437000', '134843.440000', '134843.442000', '134843.445000', '134843.448000', '134843.451000', '134843.454000', '134843.457000', '134843.460000', '134843.463000', '134843.465000', '134843.468000', '134843.471000', '134843.474000', '134843.477000', '134843.480000', '134843.483000', '134843.486000', '134843.488000', '134843.491000', '134843.495000', '134843.498000', '134843.501000', '134843.504000', '134843.507000', '134843.510000', '134843.513000', '134843.516000', '134843.519000', '134843.522000', '134843.524000', '134843.527000', '134843.530000', '134843.533000', '134843.536000', '134843.539000', '134843.542000', '134903.419000', '134903.422000', '134903.425000', '134903.428000', '134903.431000', '134903.434000', '134903.437000', '134903.440000', '134903.443000', '134903.446000', '134903.448000', '134903.451000', '134903.454000', '134903.457000', '134903.460000', '134903.463000', '134903.466000', '134903.469000', '134903.472000', '134903.475000', '134903.477000', '134903.480000', '134903.483000', '134903.486000', '134903.489000', '134903.492000', '134903.495000', '134903.498000', '134903.500000', '134903.503000', '134903.506000', '134903.509000', '134903.512000', '134903.515000', '134903.518000', '134903.521000', '134903.524000', '134903.527000', '134903.529000', '134903.532000', '134903.535000', '134903.538000', '134903.541000', '134903.544000', '134923.419000', '134923.422000', '134923.425000', '134923.428000', '134923.431000', '134923.434000', '134923.437000', '134923.440000', '134923.442000', '134923.445000', '134923.448000', '134923.451000', '134923.454000', '134923.457000', '134923.460000', '134923.463000', '134923.465000', '134923.468000', '134923.471000', '134923.474000', '134923.477000', '134923.480000', '134923.483000', '134923.486000', '134923.489000', '134923.491000', '134923.494000', '134923.497000', '134923.500000', '134923.503000', '134923.506000', '134923.509000', '134923.512000', '134923.514000', '134923.517000', '134923.520000', '134923.523000', '134923.526000', '134923.529000', '134923.532000', '134923.535000', '134923.537000', '134923.540000', '134943.419000', '134943.422000', '134943.425000', '134943.428000', '134943.431000', '134943.434000', '134943.437000', '134943.440000', '134943.442000', '134943.445000', '134943.448000', '134943.451000', '134943.454000', '134943.457000', '134943.460000', '134943.462000', '134943.465000', '134943.468000', '134943.471000', '134943.474000', '134943.477000', '134943.480000', '134943.483000', '134943.486000', '134943.488000', '134943.491000', '134943.494000', '134943.497000', '134943.500000', '134943.503000', '134943.506000', '134943.509000', '134943.512000', '134943.515000', '134943.517000', '134943.520000', '134943.523000', '134943.526000', '134943.529000', '134943.532000', '134943.535000', '134943.537000', '134943.540000', '134943.543000', '135003.419000', '135003.422000', '135003.425000', '135003.428000', '135003.431000', '135003.434000', '135003.437000', '135003.440000', '135003.443000', '135003.446000', '135003.448000', '135003.451000', '135003.454000', '135003.457000', '135003.460000', '135003.463000', '135003.466000', '135003.469000', '135003.472000', '135003.474000', '135003.477000', '135003.480000', '135003.483000', '135003.486000', '135003.489000', '135003.492000', '135003.495000', '135003.497000', '135003.500000', '135003.519000', '135003.522000', '135003.525000', '135003.528000', '135003.532000', '135003.535000', '135003.538000', '135003.541000', '135003.543000', '135003.546000', '135003.549000', '135003.552000', '135003.555000', '135003.558000', '135023.419000', '135023.422000', '135023.425000', '135023.428000', '135023.431000', '135023.434000', '135023.437000', '135023.440000', '135023.442000', '135023.445000', '135023.448000', '135023.451000', '135023.454000', '135023.457000', '135023.460000', '135023.463000', '135023.465000', '135023.468000', '135023.471000', '135023.474000', '135023.477000', '135023.480000', '135023.483000', '135023.486000', '135023.488000', '135023.491000', '135023.494000', '135023.497000', '135023.500000', '135023.503000', '135023.506000', '135023.509000', '135023.512000', '135023.514000', '135023.517000', '135023.520000', '135023.523000', '135023.526000', '135023.529000', '135023.532000', '135023.534000', '135023.537000', '135023.540000', '135023.543000', '135043.419000', '135043.422000', '135043.425000', '135043.428000', '135043.434000', '135043.437000', '135043.440000', '135043.447000', '135043.450000', '135043.453000', '135043.456000', '135043.459000', '135043.462000', '135043.465000', '135043.468000', '135043.470000', '135043.473000', '135043.476000', '135043.479000', '135043.482000', '135043.485000', '135043.488000', '135043.490000', '135043.493000', '135043.496000', '135043.499000', '135043.502000', '135043.505000', '135043.508000', '135043.511000', '135043.514000', '135043.516000', '135043.519000', '135043.522000', '135043.525000', '135043.528000', '135043.531000', '135043.534000', '135043.537000', '135043.539000', '135043.542000', '135043.545000', '135043.548000', '135103.419000', '135103.422000', '135103.425000', '135103.428000', '135103.431000', '135103.434000', '135103.437000', '135103.440000', '135103.443000', '135103.446000', '135103.449000', '135103.452000', '135103.455000', '135103.458000', '135103.461000', '135103.464000', '135103.467000', '135103.469000', '135103.472000', '135103.475000', '135103.478000', '135103.481000', '135103.484000', '135103.487000', '135103.490000', '135103.492000', '135103.495000', '135103.498000', '135103.501000', '135103.504000', '135103.507000', '135103.510000', '135103.513000', '135103.516000', '135103.519000', '135103.521000', '135103.524000', '135103.527000', '135103.530000', '135103.533000', '135103.536000', '135103.539000', '135103.542000', '135103.545000', '135123.419000', '135123.422000', '135123.425000', '135123.428000', '135123.431000', '135123.434000', '135123.437000', '135123.440000', '135123.443000', '135123.446000', '135123.448000', '135123.451000', '135123.454000', '135123.457000', '135123.460000', '135123.463000', '135123.466000', '135123.469000', '135123.472000', '135123.474000', '135123.477000', '135123.480000', '135123.483000', '135123.486000', '135123.489000', '135123.492000', '135123.495000', '135123.498000', '135123.501000', '135123.504000', '135123.506000', '135123.509000', '135123.512000', '135123.515000', '135123.518000', '135123.521000', '135123.524000', '135123.526000', '135123.529000', '135123.532000', '135123.535000', '135123.538000', '135123.541000', '135143.419000', '135143.422000', '135143.425000', '135143.428000', '135143.431000', '135143.433000', '135143.436000', '135143.439000', '135143.442000', '135143.445000', '135143.448000', '135143.451000', '135143.454000', '135143.457000', '135143.460000', '135143.463000', '135143.465000', '135143.468000', '135143.471000', '135143.474000', '135143.477000', '135143.480000', '135143.483000', '135143.486000', '135143.489000', '135143.492000', '135143.494000', '135143.497000', '135143.500000', '135143.503000', '135143.506000', '135143.509000', '135143.512000', '135143.515000', '135143.517000', '135143.520000', '135143.523000', '135143.526000', '135143.529000', '135143.532000', '135143.535000', '135143.538000', '135143.540000', '135200.040000', '135200.044000', '135200.048000', '135200.052000', '135200.057000', '135200.062000', '135200.065000', '135200.068000', '135200.071000', '135200.074000', '135200.077000', '135200.080000', '135200.083000', '135200.086000', '135200.089000', '135200.091000', '135200.094000', '135200.097000', '135200.101000', '135200.104000', '135200.106000', '135200.109000', '135200.112000', '135200.119000', '135200.122000', '135200.125000', '135200.128000', '135200.131000', '135200.134000', '135200.137000', '135200.139000', '135200.142000', '135200.145000', '135200.148000', '135200.151000', '135200.154000', '135200.157000'], 'InstanceCreationTime': ['134003.450000', '134003.454000', '134003.456000', '134003.459000', '134003.462000', '134003.465000', '134003.468000', '134003.471000', '134003.474000', '134003.476000', '134003.479000', '134003.482000', '134003.485000', '134003.488000', '134003.491000', '134003.494000', '134003.497000', '134003.500000', '134003.502000', '134003.505000', '134003.508000', '134003.511000', '134003.514000', '134003.517000', '134003.519000', '134003.522000', '134003.525000', '134003.528000', '134003.531000', '134003.534000', '134003.537000', '134003.539000', '134003.542000', '134003.545000', '134003.548000', '134003.551000', '134003.553000', '134003.556000', '134003.566000', '134003.569000', '134003.571000', '134003.574000', '134003.577000', '134003.580000', '134003.583000', '134003.586000', '134003.589000', '134003.591000', '134003.594000', '134003.597000', '134003.600000', '134003.603000', '134003.606000', '134003.609000', '134003.611000', '134003.614000', '134003.617000', '134003.620000', '134023.419000', '134023.422000', '134023.425000', '134023.428000', '134023.431000', '134023.433000', '134023.436000', '134023.439000', '134023.449000', '134023.451000', '134023.454000', '134023.468000', '134023.471000', '134023.474000', '134023.477000', '134023.480000', '134023.482000', '134023.485000', '134023.488000', '134023.491000', '134023.494000', '134023.497000', '134023.500000', '134023.503000', '134023.505000', '134023.508000', '134023.511000', '134023.514000', '134023.517000', '134023.520000', '134023.523000', '134023.525000', '134023.528000', '134023.531000', '134023.534000', '134023.537000', '134023.540000', '134023.543000', '134023.546000', '134023.549000', '134023.552000', '134023.555000', '134023.558000', '134043.419000', '134043.422000', '134043.425000', '134043.428000', '134043.430000', '134043.433000', '134043.436000', '134043.446000', '134043.449000', '134043.452000', '134043.455000', '134043.458000', '134043.461000', '134043.464000', '134043.467000', '134043.469000', '134043.472000', '134043.475000', '134043.478000', '134043.481000', '134043.484000', '134043.487000', '134043.489000', '134043.492000', '134043.495000', '134043.498000', '134043.501000', '134043.504000', '134043.507000', '134043.510000', '134043.513000', '134043.520000', '134043.523000', '134043.526000', '134043.529000', '134043.531000', '134043.534000', '134043.537000', '134043.540000', '134043.543000', '134043.546000', '134043.549000', '134043.552000', '134043.554000', '134103.418000', '134103.421000', '134103.424000', '134103.427000', '134103.430000', '134103.433000', '134103.435000', '134103.438000', '134103.441000', '134103.444000', '134103.447000', '134103.450000', '134103.453000', '134103.455000', '134103.467000', '134103.470000', '134103.473000', '134103.476000', '134103.478000', '134103.481000', '134103.484000', '134103.487000', '134103.490000', '134103.493000', '134103.496000', '134103.498000', '134103.501000', '134103.505000', '134103.508000', '134103.511000', '134103.514000', '134103.516000', '134103.519000', '134103.522000', '134103.525000', '134103.528000', '134103.531000', '134103.534000', '134103.537000', '134103.539000', '134103.542000', '134103.548000', '134103.551000', '134123.419000', '134123.422000', '134123.425000', '134123.428000', '134123.431000', '134123.433000', '134123.436000', '134123.439000', '134123.442000', '134123.445000', '134123.448000', '134123.451000', '134123.453000', '134123.456000', '134123.459000', '134123.462000', '134123.465000', '134123.468000', '134123.472000', '134123.475000', '134123.478000', '134123.481000', '134123.483000', '134123.486000', '134123.489000', '134123.492000', '134123.495000', '134123.498000', '134123.501000', '134123.503000', '134123.506000', '134123.509000', '134123.512000', '134123.515000', '134123.518000', '134123.520000', '134123.523000', '134123.526000', '134123.529000', '134123.532000', '134123.535000', '134123.538000', '134123.541000', '134123.544000', '134143.419000', '134143.422000', '134143.425000', '134143.428000', '134143.431000', '134143.433000', '134143.436000', '134143.439000', '134143.442000', '134143.445000', '134143.448000', '134143.451000', '134143.454000', '134143.456000', '134143.459000', '134143.462000', '134143.465000', '134143.468000', '134143.471000', '134143.474000', '134143.477000', '134143.487000', '134143.490000', '134143.492000', '134143.495000', '134143.498000', '134143.501000', '134143.504000', '134143.507000', '134143.509000', '134143.512000', '134143.515000', '134143.518000', '134143.521000', '134143.524000', '134143.527000', '134143.530000', '134143.533000', '134143.535000', '134143.538000', '134143.541000', '134143.544000', '134143.547000', '134203.419000', '134203.422000', '134203.425000', '134203.428000', '134203.430000', '134203.433000', '134203.436000', '134203.447000', '134203.450000', '134203.453000', '134203.456000', '134203.459000', '134203.462000', '134203.464000', '134203.467000', '134203.470000', '134203.473000', '134203.476000', '134203.479000', '134203.482000', '134203.485000', '134203.488000', '134203.490000', '134203.493000', '134203.496000', '134203.499000', '134203.508000', '134203.511000', '134203.514000', '134203.517000', '134203.520000', '134203.523000', '134203.525000', '134203.528000', '134203.531000', '134203.534000', '134203.537000', '134203.540000', '134203.543000', '134203.546000', '134203.548000', '134203.551000', '134203.554000', '134203.557000', '134223.419000', '134223.422000', '134223.425000', '134223.428000', '134223.431000', '134223.434000', '134223.437000', '134223.439000', '134223.442000', '134223.445000', '134223.448000', '134223.451000', '134223.464000', '134223.467000', '134223.470000', '134223.472000', '134223.475000', '134223.478000', '134223.481000', '134223.484000', '134223.487000', '134223.490000', '134223.493000', '134223.495000', '134223.498000', '134223.501000', '134223.504000', '134223.507000', '134223.510000', '134223.519000', '134223.522000', '134223.525000', '134223.528000', '134223.531000', '134223.534000', '134223.537000', '134223.541000', '134223.544000', '134223.548000', '134223.550000', '134223.553000', '134223.556000', '134223.559000', '134243.419000', '134243.422000', '134243.425000', '134243.428000', '134243.431000', '134243.434000', '134243.437000', '134243.439000', '134243.442000', '134243.445000', '134243.448000', '134243.451000', '134243.454000', '134243.457000', '134243.459000', '134243.462000', '134243.465000', '134243.468000', '134243.471000', '134243.474000', '134243.476000', '134243.479000', '134243.482000', '134243.485000', '134243.488000', '134243.491000', '134243.494000', '134243.497000', '134243.499000', '134243.502000', '134243.505000', '134243.508000', '134243.511000', '134243.514000', '134243.517000', '134243.519000', '134243.522000', '134243.525000', '134243.528000', '134243.531000', '134243.534000', '134243.537000', '134243.539000', '134243.542000', '134303.419000', '134303.422000', '134303.425000', '134303.428000', '134303.431000', '134303.434000', '134303.437000', '134303.440000', '134303.442000', '134303.445000', '134303.448000', '134303.451000', '134303.454000', '134303.457000', '134303.460000', '134303.463000', '134303.465000', '134303.468000', '134303.471000', '134303.474000', '134303.477000', '134303.480000', '134303.483000', '134303.486000', '134303.488000', '134303.491000', '134303.494000', '134303.497000', '134303.500000', '134303.503000', '134303.506000', '134303.509000', '134303.511000', '134303.514000', '134303.517000', '134303.520000', '134303.523000', '134303.526000', '134303.529000', '134303.531000', '134303.534000', '134303.537000', '134303.540000', '134323.418000', '134323.421000', '134323.424000', '134323.427000', '134323.430000', '134323.433000', '134323.436000', '134323.438000', '134323.441000', '134323.444000', '134323.447000', '134323.450000', '134323.453000', '134323.456000', '134323.459000', '134323.462000', '134323.464000', '134323.468000', '134323.471000', '134323.473000', '134323.476000', '134323.479000', '134323.482000', '134323.485000', '134323.488000', '134323.491000', '134323.494000', '134323.497000', '134323.500000', '134323.503000', '134323.505000', '134323.508000', '134323.529000', '134323.533000', '134323.535000', '134323.538000', '134323.541000', '134323.544000', '134323.547000', '134323.550000', '134323.553000', '134323.556000', '134323.559000', '134323.561000', '134343.419000', '134343.422000', '134343.425000', '134343.428000', '134343.431000', '134343.434000', '134343.437000', '134343.439000', '134343.442000', '134343.445000', '134343.448000', '134343.451000', '134343.454000', '134343.457000', '134343.459000', '134343.462000', '134343.465000', '134343.468000', '134343.471000', '134343.474000', '134343.477000', '134343.480000', '134343.482000', '134343.485000', '134343.488000', '134343.491000', '134343.494000', '134343.502000', '134343.505000', '134343.508000', '134343.510000', '134343.513000', '134343.516000', '134343.519000', '134343.522000', '134343.525000', '134343.528000', '134343.531000', '134343.533000', '134343.536000', '134343.539000', '134343.542000', '134343.545000', '134403.419000', '134403.422000', '134403.425000', '134403.428000', '134403.431000', '134403.434000', '134403.437000', '134403.440000', '134403.443000', '134403.446000', '134403.449000', '134403.452000', '134403.455000', '134403.458000', '134403.461000', '134403.463000', '134403.466000', '134403.469000', '134403.472000', '134403.475000', '134403.478000', '134403.481000', '134403.483000', '134403.486000', '134403.489000', '134403.492000', '134403.495000', '134403.498000', '134403.501000', '134403.503000', '134403.506000', '134403.509000', '134403.512000', '134403.515000', '134403.518000', '134403.521000', '134403.523000', '134403.526000', '134403.529000', '134403.532000', '134403.535000', '134403.538000', '134403.541000', '134423.419000', '134423.422000', '134423.425000', '134423.428000', '134423.431000', '134423.434000', '134423.437000', '134423.440000', '134423.442000', '134423.445000', '134423.448000', '134423.451000', '134423.454000', '134423.457000', '134423.460000', '134423.463000', '134423.466000', '134423.468000', '134423.471000', '134423.474000', '134423.477000', '134423.480000', '134423.483000', '134423.486000', '134423.489000', '134423.492000', '134423.494000', '134423.497000', '134423.500000', '134423.503000', '134423.506000', '134423.509000', '134423.512000', '134423.515000', '134423.517000', '134423.520000', '134423.523000', '134423.526000', '134423.529000', '134423.532000', '134423.535000', '134423.537000', '134423.540000', '134423.543000', '134443.419000', '134443.422000', '134443.425000', '134443.428000', '134443.431000', '134443.436000', '134443.439000', '134443.442000', '134443.445000', '134443.448000', '134443.451000', '134443.454000', '134443.457000', '134443.460000', '134443.463000', '134443.466000', '134443.469000', '134443.471000', '134443.474000', '134443.477000', '134443.480000', '134443.483000', '134443.486000', '134443.489000', '134443.492000', '134443.495000', '134443.497000', '134443.500000', '134443.503000', '134443.506000', '134443.509000', '134443.512000', '134443.515000', '134443.518000', '134443.521000', '134443.523000', '134443.526000', '134443.529000', '134443.532000', '134443.535000', '134443.538000', '134443.540000', '134443.543000', '134503.434000', '134503.437000', '134503.440000', '134503.443000', '134503.446000', '134503.449000', '134503.452000', '134503.455000', '134503.458000', '134503.461000', '134503.463000', '134503.466000', '134503.469000', '134503.483000', '134503.486000', '134503.489000', '134503.492000', '134503.495000', '134503.498000', '134503.501000', '134503.503000', '134503.506000', '134503.509000', '134503.512000', '134503.515000', '134503.518000', '134503.521000', '134503.524000', '134503.526000', '134503.529000', '134503.532000', '134503.535000', '134503.538000', '134503.541000', '134503.544000', '134503.547000', '134503.550000', '134503.553000', '134503.555000', '134503.558000', '134503.561000', '134503.564000', '134503.567000', '134503.570000', '134523.419000', '134523.422000', '134523.425000', '134523.428000', '134523.431000', '134523.434000', '134523.437000', '134523.439000', '134523.442000', '134523.445000', '134523.448000', '134523.451000', '134523.454000', '134523.457000', '134523.460000', '134523.462000', '134523.468000', '134523.472000', '134523.475000', '134523.478000', '134523.483000', '134523.486000', '134523.489000', '134523.491000', '134523.494000', '134523.497000', '134523.500000', '134523.503000', '134523.506000', '134523.509000', '134523.512000', '134523.515000', '134523.517000', '134523.520000', '134523.523000', '134523.526000', '134523.529000', '134523.532000', '134523.535000', '134523.537000', '134523.540000', '134523.543000', '134523.546000', '134543.418000', '134543.421000', '134543.424000', '134543.427000', '134543.430000', '134543.433000', '134543.435000', '134543.438000', '134543.441000', '134543.444000', '134543.447000', '134543.450000', '134543.453000', '134543.455000', '134543.458000', '134543.461000', '134543.464000', '134543.467000', '134543.470000', '134543.473000', '134543.475000', '134543.478000', '134543.481000', '134543.484000', '134543.487000', '134543.490000', '134543.493000', '134543.496000', '134543.499000', '134543.502000', '134543.504000', '134543.507000', '134543.510000', '134543.513000', '134543.516000', '134543.519000', '134543.521000', '134543.524000', '134543.527000', '134543.530000', '134543.533000', '134543.536000', '134543.539000', '134543.541000', '134603.420000', '134603.423000', '134603.426000', '134603.429000', '134603.432000', '134603.435000', '134603.438000', '134603.441000', '134603.443000', '134603.446000', '134603.449000', '134603.452000', '134603.455000', '134603.458000', '134603.461000', '134603.464000', '134603.467000', '134603.470000', '134603.473000', '134603.476000', '134603.479000', '134603.481000', '134603.484000', '134603.487000', '134603.490000', '134603.494000', '134603.497000', '134603.500000', '134603.503000', '134603.505000', '134603.508000', '134603.511000', '134603.514000', '134603.517000', '134603.520000', '134603.523000', '134603.526000', '134603.528000', '134603.531000', '134603.534000', '134603.537000', '134603.540000', '134603.543000', '134623.419000', '134623.422000', '134623.425000', '134623.428000', '134623.431000', '134623.434000', '134623.436000', '134623.439000', '134623.442000', '134623.445000', '134623.448000', '134623.451000', '134623.454000', '134623.457000', '134623.459000', '134623.462000', '134623.465000', '134623.468000', '134623.471000', '134623.474000', '134623.476000', '134623.479000', '134623.482000', '134623.485000', '134623.488000', '134623.491000', '134623.494000', '134623.497000', '134623.500000', '134623.502000', '134623.505000', '134623.508000', '134623.511000', '134623.514000', '134623.517000', '134623.520000', '134623.523000', '134623.525000', '134623.528000', '134623.531000', '134623.534000', '134623.537000', '134623.540000', '134623.543000', '134643.419000', '134643.422000', '134643.425000', '134643.428000', '134643.431000', '134643.434000', '134643.437000', '134643.439000', '134643.442000', '134643.445000', '134643.448000', '134643.451000', '134643.454000', '134643.457000', '134643.460000', '134643.463000', '134643.465000', '134643.468000', '134643.471000', '134643.474000', '134643.477000', '134643.480000', '134643.483000', '134643.485000', '134643.488000', '134643.491000', '134643.494000', '134643.497000', '134643.500000', '134643.503000', '134643.506000', '134643.508000', '134643.511000', '134643.514000', '134643.517000', '134643.520000', '134643.523000', '134643.526000', '134643.529000', '134643.532000', '134643.534000', '134643.537000', '134643.540000', '134703.419000', '134703.422000', '134703.425000', '134703.428000', '134703.431000', '134703.434000', '134703.437000', '134703.440000', '134703.442000', '134703.445000', '134703.448000', '134703.451000', '134703.454000', '134703.457000', '134703.460000', '134703.463000', '134703.465000', '134703.468000', '134703.471000', '134703.474000', '134703.477000', '134703.480000', '134703.483000', '134703.486000', '134703.488000', '134703.491000', '134703.494000', '134703.497000', '134703.500000', '134703.503000', '134703.506000', '134703.509000', '134703.511000', '134703.514000', '134703.517000', '134703.520000', '134703.523000', '134703.526000', '134703.529000', '134703.532000', '134703.535000', '134703.537000', '134703.540000', '134703.543000', '134723.419000', '134723.422000', '134723.425000', '134723.428000', '134723.431000', '134723.434000', '134723.436000', '134723.439000', '134723.442000', '134723.445000', '134723.448000', '134723.451000', '134723.454000', '134723.458000', '134723.461000', '134723.464000', '134723.467000', '134723.469000', '134723.472000', '134723.475000', '134723.478000', '134723.481000', '134723.484000', '134723.487000', '134723.490000', '134723.493000', '134723.495000', '134723.498000', '134723.501000', '134723.504000', '134723.507000', '134723.510000', '134723.513000', '134723.516000', '134723.519000', '134723.522000', '134723.525000', '134723.528000', '134723.531000', '134723.534000', '134723.537000', '134723.539000', '134723.542000', '134743.419000', '134743.422000', '134743.425000', '134743.428000', '134743.431000', '134743.434000', '134743.437000', '134743.439000', '134743.442000', '134743.445000', '134743.448000', '134743.451000', '134743.454000', '134743.457000', '134743.460000', '134743.462000', '134743.465000', '134743.468000', '134743.471000', '134743.474000', '134743.477000', '134743.480000', '134743.483000', '134743.486000', '134743.489000', '134743.491000', '134743.494000', '134743.497000', '134743.500000', '134743.503000', '134743.506000', '134743.509000', '134743.511000', '134743.514000', '134743.517000', '134743.520000', '134743.523000', '134743.526000', '134743.529000', '134743.531000', '134743.534000', '134743.537000', '134743.540000', '134743.543000', '134803.418000', '134803.421000', '134803.424000', '134803.427000', '134803.430000', '134803.433000', '134803.436000', '134803.439000', '134803.442000', '134803.445000', '134803.448000', '134803.451000', '134803.453000', '134803.457000', '134803.460000', '134803.463000', '134803.466000', '134803.469000', '134803.472000', '134803.474000', '134803.477000', '134803.480000', '134803.483000', '134803.486000', '134803.489000', '134803.492000', '134803.495000', '134803.498000', '134803.500000', '134803.503000', '134803.506000', '134803.509000', '134803.512000', '134803.515000', '134803.518000', '134803.521000', '134803.523000', '134803.526000', '134803.531000', '134803.535000', '134803.538000', '134803.541000', '134803.544000', '134823.419000', '134823.422000', '134823.425000', '134823.428000', '134823.431000', '134823.434000', '134823.437000', '134823.439000', '134823.442000', '134823.445000', '134823.448000', '134823.451000', '134823.454000', '134823.457000', '134823.460000', '134823.462000', '134823.465000', '134823.468000', '134823.471000', '134823.474000', '134823.477000', '134823.480000', '134823.482000', '134823.485000', '134823.488000', '134823.491000', '134823.494000', '134823.497000', '134823.500000', '134823.503000', '134823.505000', '134823.508000', '134823.511000', '134823.514000', '134823.517000', '134823.520000', '134823.523000', '134823.526000', '134823.529000', '134823.531000', '134823.534000', '134823.537000', '134823.540000', '134823.543000', '134843.419000', '134843.422000', '134843.425000', '134843.428000', '134843.431000', '134843.434000', '134843.437000', '134843.440000', '134843.442000', '134843.445000', '134843.448000', '134843.451000', '134843.454000', '134843.457000', '134843.460000', '134843.463000', '134843.465000', '134843.468000', '134843.471000', '134843.474000', '134843.477000', '134843.480000', '134843.483000', '134843.486000', '134843.488000', '134843.491000', '134843.495000', '134843.498000', '134843.501000', '134843.504000', '134843.507000', '134843.510000', '134843.513000', '134843.516000', '134843.519000', '134843.522000', '134843.524000', '134843.527000', '134843.530000', '134843.533000', '134843.536000', '134843.539000', '134843.542000', '134903.419000', '134903.422000', '134903.425000', '134903.428000', '134903.431000', '134903.434000', '134903.437000', '134903.440000', '134903.443000', '134903.446000', '134903.448000', '134903.451000', '134903.454000', '134903.457000', '134903.460000', '134903.463000', '134903.466000', '134903.469000', '134903.472000', '134903.475000', '134903.477000', '134903.480000', '134903.483000', '134903.486000', '134903.489000', '134903.492000', '134903.495000', '134903.498000', '134903.500000', '134903.503000', '134903.506000', '134903.509000', '134903.512000', '134903.515000', '134903.518000', '134903.521000', '134903.524000', '134903.527000', '134903.529000', '134903.532000', '134903.535000', '134903.538000', '134903.541000', '134903.544000', '134923.419000', '134923.422000', '134923.425000', '134923.428000', '134923.431000', '134923.434000', '134923.437000', '134923.440000', '134923.442000', '134923.445000', '134923.448000', '134923.451000', '134923.454000', '134923.457000', '134923.460000', '134923.463000', '134923.465000', '134923.468000', '134923.471000', '134923.474000', '134923.477000', '134923.480000', '134923.483000', '134923.486000', '134923.489000', '134923.491000', '134923.494000', '134923.497000', '134923.500000', '134923.503000', '134923.506000', '134923.509000', '134923.512000', '134923.514000', '134923.517000', '134923.520000', '134923.523000', '134923.526000', '134923.529000', '134923.532000', '134923.535000', '134923.537000', '134923.540000', '134943.419000', '134943.422000', '134943.425000', '134943.428000', '134943.431000', '134943.434000', '134943.437000', '134943.440000', '134943.442000', '134943.445000', '134943.448000', '134943.451000', '134943.454000', '134943.457000', '134943.460000', '134943.462000', '134943.465000', '134943.468000', '134943.471000', '134943.474000', '134943.477000', '134943.480000', '134943.483000', '134943.486000', '134943.488000', '134943.491000', '134943.494000', '134943.497000', '134943.500000', '134943.503000', '134943.506000', '134943.509000', '134943.512000', '134943.515000', '134943.517000', '134943.520000', '134943.523000', '134943.526000', '134943.529000', '134943.532000', '134943.535000', '134943.537000', '134943.540000', '134943.543000', '135003.419000', '135003.422000', '135003.425000', '135003.428000', '135003.431000', '135003.434000', '135003.437000', '135003.440000', '135003.443000', '135003.446000', '135003.448000', '135003.451000', '135003.454000', '135003.457000', '135003.460000', '135003.463000', '135003.466000', '135003.469000', '135003.472000', '135003.474000', '135003.477000', '135003.480000', '135003.483000', '135003.486000', '135003.489000', '135003.492000', '135003.495000', '135003.497000', '135003.500000', '135003.519000', '135003.522000', '135003.525000', '135003.528000', '135003.532000', '135003.535000', '135003.538000', '135003.541000', '135003.543000', '135003.546000', '135003.549000', '135003.552000', '135003.555000', '135003.558000', '135023.419000', '135023.422000', '135023.425000', '135023.428000', '135023.431000', '135023.434000', '135023.437000', '135023.440000', '135023.442000', '135023.445000', '135023.448000', '135023.451000', '135023.454000', '135023.457000', '135023.460000', '135023.463000', '135023.465000', '135023.468000', '135023.471000', '135023.474000', '135023.477000', '135023.480000', '135023.483000', '135023.486000', '135023.488000', '135023.491000', '135023.494000', '135023.497000', '135023.500000', '135023.503000', '135023.506000', '135023.509000', '135023.512000', '135023.514000', '135023.517000', '135023.520000', '135023.523000', '135023.526000', '135023.529000', '135023.532000', '135023.534000', '135023.537000', '135023.540000', '135023.543000', '135043.419000', '135043.422000', '135043.425000', '135043.428000', '135043.434000', '135043.437000', '135043.440000', '135043.447000', '135043.450000', '135043.453000', '135043.456000', '135043.459000', '135043.462000', '135043.465000', '135043.468000', '135043.470000', '135043.473000', '135043.476000', '135043.479000', '135043.482000', '135043.485000', '135043.488000', '135043.490000', '135043.493000', '135043.496000', '135043.499000', '135043.502000', '135043.505000', '135043.508000', '135043.511000', '135043.514000', '135043.516000', '135043.519000', '135043.522000', '135043.525000', '135043.528000', '135043.531000', '135043.534000', '135043.537000', '135043.539000', '135043.542000', '135043.545000', '135043.548000', '135103.419000', '135103.422000', '135103.425000', '135103.428000', '135103.431000', '135103.434000', '135103.437000', '135103.440000', '135103.443000', '135103.446000', '135103.449000', '135103.452000', '135103.455000', '135103.458000', '135103.461000', '135103.464000', '135103.467000', '135103.469000', '135103.472000', '135103.475000', '135103.478000', '135103.481000', '135103.484000', '135103.487000', '135103.490000', '135103.492000', '135103.495000', '135103.498000', '135103.501000', '135103.504000', '135103.507000', '135103.510000', '135103.513000', '135103.516000', '135103.519000', '135103.521000', '135103.524000', '135103.527000', '135103.530000', '135103.533000', '135103.536000', '135103.539000', '135103.542000', '135103.545000', '135123.419000', '135123.422000', '135123.425000', '135123.428000', '135123.431000', '135123.434000', '135123.437000', '135123.440000', '135123.443000', '135123.446000', '135123.448000', '135123.451000', '135123.454000', '135123.457000', '135123.460000', '135123.463000', '135123.466000', '135123.469000', '135123.472000', '135123.474000', '135123.477000', '135123.480000', '135123.483000', '135123.486000', '135123.489000', '135123.492000', '135123.495000', '135123.498000', '135123.501000', '135123.504000', '135123.506000', '135123.509000', '135123.512000', '135123.515000', '135123.518000', '135123.521000', '135123.524000', '135123.526000', '135123.529000', '135123.532000', '135123.535000', '135123.538000', '135123.541000', '135143.419000', '135143.422000', '135143.425000', '135143.428000', '135143.431000', '135143.433000', '135143.436000', '135143.439000', '135143.442000', '135143.445000', '135143.448000', '135143.451000', '135143.454000', '135143.457000', '135143.460000', '135143.463000', '135143.465000', '135143.468000', '135143.471000', '135143.474000', '135143.477000', '135143.480000', '135143.483000', '135143.486000', '135143.489000', '135143.492000', '135143.494000', '135143.497000', '135143.500000', '135143.503000', '135143.506000', '135143.509000', '135143.512000', '135143.515000', '135143.517000', '135143.520000', '135143.523000', '135143.526000', '135143.529000', '135143.532000', '135143.535000', '135143.538000', '135143.540000', '135200.040000', '135200.044000', '135200.048000', '135200.052000', '135200.057000', '135200.062000', '135200.065000', '135200.068000', '135200.071000', '135200.074000', '135200.077000', '135200.080000', '135200.083000', '135200.086000', '135200.089000', '135200.091000', '135200.094000', '135200.097000', '135200.101000', '135200.104000', '135200.106000', '135200.109000', '135200.112000', '135200.119000', '135200.122000', '135200.125000', '135200.128000', '135200.131000', '135200.134000', '135200.137000', '135200.139000', '135200.142000', '135200.145000', '135200.148000', '135200.151000', '135200.154000', '135200.157000'], '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], 'LargestImagePixelValue': [11112, 7972, 7773, 9640, 8188, 8954, 7695, 8340, 8716, 8378, 10920, 8279, 9471, 8411, 9034, 8437, 9201, 8822, 8512, 8873, 8942, 9104, 9154, 9007, 9057, 8874, 9308, 8728, 8853, 9070, 8848, 9688, 9032, 10565, 8630, 9986, 8951, 9782, 8731, 8623, 8723, 9055, 8444, 8716, 8783, 8504, 7812, 8473, 9163, 8375, 9094, 8284, 8926, 9232, 8909, 9710, 8899, 9620, 8715, 9824, 8558, 9605, 8569, 9274, 8495, 8714, 8705, 8456, 8801, 8551, 8428, 8943, 8259, 8981, 8463, 9619, 8528, 9132, 8277, 8490, 8135, 7888, 8086, 7995, 8029, 8046, 8210, 8824, 8656, 9319, 8385, 8935, 8251, 8350, 8278, 8455, 8309, 8093, 8146, 8017, 8371, 10560, 8823, 8567, 7816, 8675, 9104, 8576, 11539, 8152, 9201, 8044, 9342, 9302, 9102, 9842, 8783, 8060, 7789, 7684, 7075, 7923, 9971, 7912, 9068, 8098, 8624, 7947, 8852, 7904, 9096, 7925, 8988, 8302, 8325, 8926, 8414, 8249, 8266, 8130, 8560, 8311, 8876, 9305, 8340, 9526, 8455, 8467, 8208, 8188, 8742, 8605, 8599, 10072, 8234, 9014, 8470, 9088, 7938, 7810, 7582, 7976, 7348, 10768, 7793, 8308, 7852, 8457, 8267, 8856, 8076, 10373, 7643, 10363, 7661, 8807, 8522, 8366, 8838, 8190, 9362, 8122, 9491, 8446, 8871, 8222, 8382, 8050, 8243, 7773, 8766, 7622, 7523, 7755, 7888, 7579, 9918, 7632, 8148, 8063, 8538, 7730, 8987, 7924, 8531, 7810, 8135, 7988, 8572, 8038, 9051, 8802, 8760, 8699, 8663, 9031, 8419, 9509, 8476, 9788, 8125, 9260, 8534, 9082, 8357, 8989, 8666, 9618, 8230, 9218, 8242, 9440, 8796, 8456, 8684, 8168, 8313, 8878, 8242, 8717, 8031, 8471, 7984, 8340, 8272, 8434, 8293, 9491, 8080, 9539, 7962, 8534, 7782, 7859, 7533, 7809, 7895, 8039, 7900, 9505, 7814, 8058, 7505, 7751, 8198, 8087, 7843, 9658, 7709, 9232, 7892, 7522, 7679, 7359, 7989, 7225, 7725, 11633, 7615, 9821, 7509, 7398, 7461, 7886, 7528, 11009, 7609, 8730, 9022, 8441, 8598, 8430, 8324, 8671, 8761, 8704, 9104, 8093, 9004, 8087, 8314, 7848, 8775, 7526, 8581, 7807, 8537, 9173, 8282, 9461, 8772, 8971, 8572, 8238, 8291, 8563, 7997, 8727, 8085, 8191, 7817, 8307, 7932, 11027, 7806, 11880, 7646, 10663, 7596, 8647, 7339, 8412, 7618, 9000, 7785, 11117, 7789, 11749, 7554, 11053, 7572, 8921, 8493, 8984, 9543, 8503, 9703, 8232, 9410, 8217, 8277, 8888, 8739, 8636, 9026, 8193, 9193, 7876, 9055, 8547, 8886, 8400, 11606, 8099, 8017, 7954, 8645, 8263, 10500, 7729, 9289, 7638, 8476, 8334, 8745, 8932, 8082, 8876, 8206, 9261, 8322, 8948, 8447, 8033, 8302, 8283, 7691, 9932, 7627, 10715, 7421, 7848, 7970, 9139, 8897, 9005, 8772, 8239, 9418, 8337, 9050, 8446, 8363, 11921, 7860, 8597, 10140, 7882, 8286, 7215, 7726, 8051, 8720, 8787, 8315, 8642, 8706, 8612, 8829, 9219, 9367, 10555, 8923, 10663, 8886, 10955, 8923, 10760, 8364, 10286, 8198, 8626, 8095, 8842, 8494, 8988, 9486, 8784, 8827, 8581, 8399, 8674, 8499, 7875, 8478, 7997, 8699, 8089, 8584, 8179, 8103, 7920, 7647, 7811, 7744, 7559, 7609, 7436, 7300, 8113, 7881, 7471, 8977, 7705, 7857, 7871, 7954, 7424, 7117, 7759, 7643, 7583, 11632, 7707, 9759, 7495, 8385, 7758, 10317, 7654, 8820, 7872, 8499, 8451, 8091, 8730, 8331, 8860, 8520, 9064, 8468, 8582, 7867, 8569, 7897, 8813, 8215, 8172, 8485, 8501, 7848, 8430, 7882, 8539, 7967, 8892, 8304, 9092, 8001, 9481, 7576, 10789, 7617, 11033, 7535, 8521, 8795, 8627, 8759, 8273, 8540, 8124, 8686, 7744, 8898, 8303, 8915, 8534, 8346, 8101, 8733, 7688, 8492, 7796, 8491, 7766, 8990, 7777, 10053, 7673, 7959, 7671, 8681, 8491, 8947, 8986, 9383, 9081, 9405, 8521, 9486, 8543, 11232, 8540, 9312, 8983, 9394, 9406, 9254, 8124, 8439, 8530, 8991, 8550, 9140, 8252, 9185, 8241, 8744, 9656, 8273, 8614, 8255, 9605, 8186, 9203, 8682, 9146, 9564, 8570, 9280, 8611, 8487, 9032, 7980, 9076, 8333, 8705, 9167, 8158, 9275, 8301, 8595, 7800, 8763, 7994, 9162, 8925, 9162, 8656, 8651, 8287, 8051, 8297, 8504, 8201, 8678, 8093, 8424, 10270, 8184, 8729, 8136, 9168, 8890, 8948, 8404, 8950, 8518, 8122, 10398, 8144, 9276, 8973, 9252, 8367, 8790, 8666, 8254, 8139, 8068, 7729, 8529, 7537, 8450, 9701, 8137, 8864, 8347, 8839, 8795, 9004, 8694, 8964, 8903, 7970, 8685, 8045, 9198, 7735, 9014, 8668, 8605, 9120, 8139, 8586, 8422, 9005, 8713, 8557, 8768, 9163, 8715, 10747, 8561, 8788, 8345, 9220, 9519, 8862, 8882, 8453, 8459, 8019, 8397, 8160, 8096, 8013, 8589, 8598, 8728, 8743, 8747, 8165, 8571, 8711, 8564, 9212, 8262, 8951, 8367, 9068, 10498, 9035, 8952, 9260, 11574, 8852, 9000, 8447, 8670, 8260, 8514, 8270, 8663, 8563, 8975, 8287, 8873, 8194, 8498, 9403, 8478, 10122, 8490, 9996, 8013, 8965, 8519, 9115, 9463, 8757, 9072, 8455, 9888, 8297, 9024, 8260, 9518, 8393, 8561, 9133, 8302, 8435, 8224, 8428, 8078, 8436, 9441, 10174, 8423, 8606, 8183, 8896, 8224, 9253, 8672, 9387, 8278, 8656, 8443, 9000, 10077, 9235, 11124, 9455, 11483, 9201, 9304, 9199, 9442, 9544, 9161, 8137, 9133, 8836, 8725, 9064, 8805, 8999, 9050, 8602, 8873, 9012, 8900, 9214, 8427, 8230, 8483, 8422, 8323, 9294, 8691, 8824, 7934, 8567, 7764, 8145, 8624, 8115, 9075, 8239, 9002, 8902, 8569, 8246, 8374, 7340, 8636, 8953, 8497, 10475, 8136, 9130, 8628, 8681, 10524, 8768, 10060, 8713, 8053, 8841, 8769, 8758, 8866, 8187, 8455, 8068, 8873, 8086, 9197, 8044, 9143, 9913, 8782, 8704, 8255, 8194, 8020, 8041, 7931, 7918, 8105, 7452, 8526, 10636, 8353, 8865, 8352, 8565, 10122, 8388, 8146, 8270, 8855, 8336, 9272, 8652, 8967, 9610, 8048, 8920, 8399, 8623, 8623, 7712, 8305, 7800, 8593, 9104, 8468, 9453, 8630, 8953, 8996, 8864, 9371, 8807, 8160, 8372, 10145, 8110, 9003, 8467, 9056, 9400, 8873, 8156, 8694, 7709, 8015, 7272, 8115, 7101, 8189, 7193, 8630, 7863, 8053, 8922, 8066, 8990, 7938, 9224, 7991, 9431, 10317, 9256, 9196, 8424, 9262, 8267, 8859, 8031, 9408, 7993, 9334, 8699, 9146, 8622, 7917, 8272, 8762, 8721, 8490, 8858, 9410, 8877, 9443, 8625, 9271, 8254, 8596, 8047, 7718, 8249, 7385, 8255, 9168, 8257, 10254, 8400, 8886, 8538, 8411, 8259, 7939, 8243, 9314, 7988, 9248, 8344, 10324, 8515, 8116, 7982, 8888, 8046, 9001, 8109, 9068, 9482, 8575, 10015, 8427, 9071, 8768, 8736, 8934, 8446, 8942, 9370, 8708, 8512, 8339, 9085, 8280, 8940, 8562, 9007, 7898, 8975, 8196, 8169, 9218, 8590, 8768, 8501, 8128, 8467, 9483, 7917, 10456, 7373, 8256, 8641, 7957, 8723, 7894, 9043, 9102, 9092, 8888, 8807, 11196, 8665, 10415, 9848, 9448, 10046, 9548, 9900, 9484, 9426, 9667, 9849, 8996, 8821, 9566, 8394, 8979, 8695, 9083, 8713, 8709, 8817, 8765, 8609, 9362, 8638, 8969, 8866, 9116, 8568, 8845, 8818, 8376, 8590, 8051, 8545, 8255, 8372, 8318, 8262, 8475, 8231, 8574, 9003, 8206, 8848, 8416, 9120, 8818, 8805, 9057, 9037, 7530, 8473, 7901, 7965, 7952, 8080, 7939, 7829, 7704, 7726, 7763, 7871, 9863, 8091, 9030, 8862, 8842, 8181, 8833, 9014, 8092, 10839, 8485, 8993, 8262, 9425, 9969, 8924, 8056, 7943, 8339, 8107, 8322, 7857, 7912, 8232, 10102, 8049, 9189, 8535, 9096, 8612, 8371, 8132, 8134, 7805, 8178, 7877, 8146, 8222, 8307, 8031, 8406, 8927, 8672, 8439, 9130, 8422, 9287, 8696, 7817, 8635, 8743, 8395, 10609, 8541, 9853, 8169, 8346, 8003, 8651, 8447, 9287, 8604, 9064, 8790, 8689, 8902, 9131, 10349, 8985, 7943, 8829, 8449, 8793, 8991, 8344, 10566, 8792, 10971, 8557, 8410, 8259, 7527, 8010, 9197, 8807, 8982, 8236, 8982, 8595, 8479, 8370, 8149, 8562, 8488, 8195, 8497, 11106, 8593, 9063, 8587, 9416, 8592, 8530, 9051, 8559, 9226, 8605, 9064, 8853, 8499, 9180, 8318, 8647, 8202, 8384, 7946, 8169, 7699, 8502, 8892, 8393, 9240, 8489, 8581, 8236, 8359, 8159, 7344, 8125, 8987, 9000, 9021, 8950, 8319, 8100, 8226, 7894, 8276, 8185, 8400, 8407, 8253, 8948, 8649, 8775, 8633, 8657, 9209, 8945, 9197, 9104, 8148, 8436, 8674, 8124, 8338, 8001, 8811, 8078, 9104, 8578, 9040, 8865, 8534, 9491, 9207, 8894, 8965, 8255, 8960, 9333, 8671, 11257, 8536, 7846, 8140, 9262, 8142, 8956, 7921, 9152, 8448, 9022, 9575, 8460, 8377, 8684, 8232, 8628, 8813, 8262, 8886, 8215, 9249, 8805, 9085, 9175, 9145, 7315, 8931, 7357, 8161, 7555, 8131, 7844, 8453, 8092, 8643, 8740, 8753, 9330, 8626, 9187, 8319, 10525, 8048, 9322, 8299, 9364, 8628, 8943, 9209, 8674, 9733, 8773, 8762, 9014, 8843, 9174, 8504, 8670, 8462, 8024, 7928, 8160, 8553, 7927, 9161, 8325, 9073, 8985, 8724, 8168, 8710, 8135, 8489, 8199, 8384, 7654, 8600, 8243, 8518, 11336, 8751, 8860, 8338, 8663, 9796, 8611, 9740, 8800, 7978, 8621, 8045, 8510, 9157, 8414, 8548, 8236, 9547, 8356, 9066, 8650, 8795, 9316, 8815, 8299, 8272, 7903, 8232, 7829, 8247, 7370, 8726, 8387, 8408, 10109, 8566, 8468, 8242, 8858, 8327, 8946, 9927, 9212, 8871, 8671, 8809, 8528, 8609, 8386, 8681, 8230, 9364, 8784, 9219, 8810, 8410, 8922, 8663, 9432, 8515, 8977, 8963, 7615, 8936, 7945, 8413, 8436, 8321, 9678, 8074, 9102, 8540, 8932, 9456, 8805, 9601, 8520, 9032, 8883, 8360, 8808, 8365, 8439, 9549, 8243, 8787, 8438, 8708, 8530, 8546, 9369, 8816, 8702, 8848, 8216, 8588, 8516, 8085, 8823, 8566, 8548, 8517, 8509, 8313, 8557, 8288, 8406, 8275, 8896, 8373, 7596, 8237, 8119, 8376, 10183, 8486, 9387, 8954, 9072, 8253, 8644, 8168, 8369, 8200, 10231, 8438, 9158, 8474, 9233, 10217, 8885, 8331, 8576, 8494, 8686, 7947, 8490, 7913, 8473, 10665, 8412, 9072, 8579, 8431, 8297, 8215, 8122, 9313, 8579, 9194, 9041, 8948, 8422, 8598, 8549, 8222, 8466, 8778, 8446, 9300, 8205, 9394, 9630, 9199, 8765, 8697, 8495, 8574, 8353, 9035, 8637, 8936, 8050, 8837, 10481, 8831, 8879, 8430, 9240, 8692, 8073, 8896, 9851, 8407, 7739, 8815, 8604, 7654, 8982, 8296, 9309, 9616, 9039, 8512, 8902, 8454, 8919, 10768, 9083, 11510, 9442, 11950, 9231, 11593, 10086, 8977, 10682, 9070, 10063, 9377, 8791, 9664, 8601, 8653, 8853, 8536, 8828, 8821, 8986, 8891, 9078, 8074, 8824, 8284, 9095, 8700, 8997, 8563, 10071, 8600, 9368, 8615, 8227, 8269, 8404, 8285, 8028, 8552, 7978, 8647, 8071, 8592, 8310, 8113, 8543, 8141, 8364, 7801, 7629, 7605, 8117, 8967, 8040, 7654, 7897, 8228, 8046, 8637, 8154, 9003, 8339, 9133, 8319, 9513, 8514, 8655, 8096, 7578, 8436, 7380, 8364, 7656, 7748, 8463, 7735, 8676, 8640, 8988, 8992, 8991, 8710, 9493, 8073, 9396, 8228, 9112, 8118, 8606, 8572, 8412, 8825, 8727, 8156, 8390, 8417, 8204, 9499, 8178, 8054, 8158, 8321, 7686, 8913, 8304, 8437, 8236], 'WindowCenter': [3917.0, 3867.0, 3864.0, 3874.0, 3865.0, 3864.0, 3835.0, 3848.0, 3846.0, 3848.0, 3880.0, 3860.0, 3871.0, 3850.0, 3849.0, 3848.0, 3871.0, 3862.0, 3848.0, 3846.0, 3832.0, 3833.0, 3829.0, 3820.0, 3819.0, 3818.0, 3828.0, 3818.0, 3830.0, 3830.0, 3832.0, 3843.0, 3832.0, 3867.0, 3848.0, 3854.0, 3843.0, 3854.0, 3859.0, 3859.0, 3845.0, 3857.0, 3834.0, 3844.0, 3847.0, 3859.0, 3851.0, 3847.0, 3870.0, 3848.0, 3861.0, 3860.0, 3884.0, 3884.0, 3885.0, 3883.0, 3874.0, 3869.0, 3873.0, 3881.0, 3888.0, 3896.0, 3873.0, 3870.0, 3872.0, 3873.0, 3873.0, 3872.0, 3885.0, 3874.0, 3876.0, 3884.0, 3873.0, 3872.0, 3874.0, 3884.0, 3876.0, 3883.0, 3874.0, 3887.0, 3876.0, 3876.0, 3877.0, 3875.0, 3876.0, 3861.0, 3871.0, 3871.0, 3873.0, 3883.0, 3875.0, 3872.0, 3861.0, 3861.0, 3876.0, 3875.0, 3872.0, 3863.0, 3861.0, 3859.0, 3866.0, 3897.0, 3873.0, 3875.0, 3863.0, 3876.0, 3874.0, 3872.0, 3892.0, 3847.0, 3870.0, 3849.0, 3887.0, 3872.0, 3871.0, 3884.0, 3872.0, 3859.0, 3849.0, 3848.0, 3851.0, 3860.0, 3881.0, 3848.0, 3872.0, 3874.0, 3887.0, 3864.0, 3873.0, 3861.0, 3873.0, 3859.0, 3883.0, 3875.0, 3874.0, 3883.0, 3874.0, 3876.0, 3873.0, 3871.0, 3897.0, 3874.0, 3885.0, 3871.0, 3873.0, 3897.0, 3875.0, 3873.0, 3873.0, 3861.0, 3875.0, 3861.0, 3872.0, 3872.0, 3860.0, 3870.0, 3873.0, 3872.0, 3862.0, 3848.0, 3849.0, 3850.0, 3848.0, 3893.0, 3848.0, 3861.0, 3861.0, 3874.0, 3873.0, 3872.0, 3849.0, 3880.0, 3849.0, 3882.0, 3849.0, 3871.0, 3859.0, 3862.0, 3874.0, 3873.0, 3872.0, 3860.0, 3871.0, 3860.0, 3871.0, 3861.0, 3860.0, 3862.0, 3873.0, 3864.0, 3873.0, 3851.0, 3860.0, 3860.0, 3860.0, 3850.0, 3882.0, 3849.0, 3876.0, 3875.0, 3873.0, 3849.0, 3873.0, 3859.0, 3873.0, 3859.0, 3862.0, 3874.0, 3874.0, 3861.0, 3886.0, 3886.0, 3873.0, 3870.0, 3872.0, 3871.0, 3886.0, 3896.0, 3873.0, 3871.0, 3849.0, 3870.0, 3872.0, 3870.0, 3860.0, 3870.0, 3874.0, 3895.0, 3875.0, 3870.0, 3873.0, 3870.0, 3874.0, 3860.0, 3871.0, 3858.0, 3863.0, 3873.0, 3872.0, 3859.0, 3851.0, 3858.0, 3861.0, 3859.0, 3860.0, 3848.0, 3858.0, 3870.0, 3862.0, 3883.0, 3862.0, 3860.0, 3849.0, 3849.0, 3849.0, 3849.0, 3861.0, 3860.0, 3859.0, 3883.0, 3863.0, 3861.0, 3849.0, 3861.0, 3887.0, 3875.0, 3861.0, 3884.0, 3874.0, 3884.0, 3860.0, 3851.0, 3862.0, 3849.0, 3861.0, 3852.0, 3861.0, 3906.0, 3863.0, 3883.0, 3851.0, 3851.0, 3851.0, 3863.0, 3861.0, 3893.0, 3862.0, 3888.0, 3873.0, 3862.0, 3860.0, 3861.0, 3859.0, 3872.0, 3860.0, 3860.0, 3860.0, 3862.0, 3872.0, 3863.0, 3859.0, 3860.0, 3861.0, 3849.0, 3861.0, 3848.0, 3872.0, 3883.0, 3861.0, 3883.0, 3874.0, 3870.0, 3871.0, 3860.0, 3871.0, 3886.0, 3875.0, 3872.0, 3861.0, 3859.0, 3851.0, 3861.0, 3860.0, 3892.0, 3850.0, 3891.0, 3862.0, 3883.0, 3850.0, 3859.0, 3848.0, 3861.0, 3850.0, 3871.0, 3850.0, 3893.0, 3862.0, 3893.0, 3850.0, 3893.0, 3848.0, 3872.0, 3860.0, 3888.0, 3870.0, 3871.0, 3882.0, 3862.0, 3869.0, 3859.0, 3858.0, 3883.0, 3871.0, 3874.0, 3872.0, 3874.0, 3884.0, 3863.0, 3871.0, 3872.0, 3870.0, 3861.0, 3904.0, 3860.0, 3860.0, 3862.0, 3873.0, 3860.0, 3880.0, 3848.0, 3869.0, 3848.0, 3861.0, 3859.0, 3870.0, 3871.0, 3874.0, 3882.0, 3862.0, 3870.0, 3873.0, 3872.0, 3873.0, 3861.0, 3860.0, 3861.0, 3863.0, 3884.0, 3863.0, 3882.0, 3848.0, 3860.0, 3859.0, 3882.0, 3869.0, 3869.0, 3873.0, 3876.0, 3884.0, 3863.0, 3871.0, 3862.0, 3861.0, 3893.0, 3862.0, 3859.0, 3869.0, 3845.0, 3846.0, 3834.0, 3848.0, 3846.0, 3872.0, 3860.0, 3863.0, 3871.0, 3871.0, 3859.0, 3871.0, 3859.0, 3884.0, 3871.0, 3847.0, 3869.0, 3846.0, 3854.0, 3832.0, 3850.0, 3818.0, 3839.0, 3818.0, 3830.0, 3819.0, 3842.0, 3830.0, 3841.0, 3840.0, 3831.0, 3842.0, 3842.0, 3830.0, 3859.0, 3856.0, 3848.0, 3858.0, 3857.0, 3857.0, 3848.0, 3857.0, 3860.0, 3849.0, 3860.0, 3849.0, 3850.0, 3861.0, 3862.0, 3850.0, 3861.0, 3851.0, 3872.0, 3861.0, 3861.0, 3884.0, 3875.0, 3874.0, 3889.0, 3887.0, 3863.0, 3852.0, 3862.0, 3863.0, 3877.0, 3919.0, 3875.0, 3881.0, 3849.0, 3860.0, 3849.0, 3882.0, 3849.0, 3871.0, 3848.0, 3872.0, 3862.0, 3860.0, 3859.0, 3861.0, 3869.0, 3872.0, 3870.0, 3861.0, 3874.0, 3863.0, 3871.0, 3861.0, 3884.0, 3886.0, 3873.0, 3872.0, 3871.0, 3875.0, 3875.0, 3874.0, 3871.0, 3862.0, 3870.0, 3873.0, 3871.0, 3861.0, 3872.0, 3862.0, 3894.0, 3849.0, 3882.0, 3848.0, 3860.0, 3857.0, 3870.0, 3858.0, 3862.0, 3873.0, 3864.0, 3872.0, 3860.0, 3872.0, 3873.0, 3872.0, 3874.0, 3861.0, 3860.0, 3874.0, 3864.0, 3872.0, 3862.0, 3860.0, 3861.0, 3872.0, 3849.0, 3881.0, 3847.0, 3861.0, 3861.0, 3873.0, 3875.0, 3872.0, 3871.0, 3900.0, 3883.0, 3874.0, 3860.0, 3882.0, 3872.0, 3894.0, 3871.0, 3874.0, 3873.0, 3871.0, 3859.0, 3871.0, 3865.0, 3862.0, 3861.0, 3872.0, 3873.0, 3871.0, 3860.0, 3870.0, 3861.0, 3873.0, 3886.0, 3873.0, 3873.0, 3873.0, 3883.0, 3859.0, 3873.0, 3860.0, 3884.0, 3898.0, 3874.0, 3872.0, 3860.0, 3860.0, 3873.0, 3848.0, 3870.0, 3857.0, 3858.0, 3873.0, 3864.0, 3871.0, 3858.0, 3859.0, 3848.0, 3873.0, 3848.0, 3887.0, 3874.0, 3883.0, 3872.0, 3874.0, 3862.0, 3862.0, 3848.0, 3860.0, 3859.0, 3870.0, 3860.0, 3859.0, 3884.0, 3874.0, 3873.0, 3861.0, 3873.0, 3871.0, 3871.0, 3860.0, 3870.0, 3874.0, 3863.0, 3883.0, 3859.0, 3885.0, 3874.0, 3882.0, 3861.0, 3874.0, 3874.0, 3862.0, 3849.0, 3858.0, 3848.0, 3885.0, 3863.0, 3861.0, 3885.0, 3875.0, 3885.0, 3862.0, 3872.0, 3874.0, 3874.0, 3871.0, 3873.0, 3884.0, 3875.0, 3875.0, 3873.0, 3884.0, 3863.0, 3873.0, 3869.0, 3873.0, 3899.0, 3874.0, 3872.0, 3862.0, 3872.0, 3872.0, 3861.0, 3872.0, 3873.0, 3861.0, 3895.0, 3874.0, 3860.0, 3850.0, 3871.0, 3870.0, 3859.0, 3872.0, 3860.0, 3861.0, 3862.0, 3862.0, 3860.0, 3848.0, 3847.0, 3857.0, 3856.0, 3859.0, 3856.0, 3860.0, 3849.0, 3862.0, 3860.0, 3860.0, 3872.0, 3872.0, 3871.0, 3848.0, 3859.0, 3868.0, 3856.0, 3848.0, 3869.0, 3881.0, 3856.0, 3870.0, 3860.0, 3858.0, 3845.0, 3845.0, 3849.0, 3858.0, 3857.0, 3871.0, 3850.0, 3869.0, 3860.0, 3859.0, 3883.0, 3874.0, 3881.0, 3859.0, 3870.0, 3847.0, 3872.0, 3858.0, 3872.0, 3870.0, 3862.0, 3871.0, 3860.0, 3882.0, 3860.0, 3870.0, 3857.0, 3869.0, 3873.0, 3873.0, 3871.0, 3860.0, 3860.0, 3863.0, 3862.0, 3862.0, 3873.0, 3883.0, 3883.0, 3858.0, 3847.0, 3848.0, 3861.0, 3858.0, 3872.0, 3870.0, 3887.0, 3861.0, 3872.0, 3860.0, 3859.0, 3869.0, 3858.0, 3868.0, 3845.0, 3865.0, 3833.0, 3842.0, 3831.0, 3842.0, 3829.0, 3842.0, 3820.0, 3842.0, 3842.0, 3855.0, 3844.0, 3843.0, 3858.0, 3858.0, 3857.0, 3859.0, 3873.0, 3862.0, 3869.0, 3860.0, 3862.0, 3859.0, 3859.0, 3857.0, 3872.0, 3859.0, 3871.0, 3862.0, 3870.0, 3865.0, 3874.0, 3874.0, 3862.0, 3885.0, 3870.0, 3885.0, 3882.0, 3887.0, 3877.0, 3875.0, 3851.0, 3874.0, 3899.0, 3873.0, 3893.0, 3860.0, 3884.0, 3886.0, 3873.0, 3880.0, 3861.0, 3868.0, 3860.0, 3848.0, 3870.0, 3861.0, 3859.0, 3884.0, 3873.0, 3860.0, 3861.0, 3870.0, 3859.0, 3883.0, 3860.0, 3884.0, 3883.0, 3872.0, 3875.0, 3873.0, 3861.0, 3861.0, 3849.0, 3848.0, 3848.0, 3860.0, 3849.0, 3871.0, 3894.0, 3859.0, 3886.0, 3874.0, 3874.0, 3880.0, 3859.0, 3847.0, 3860.0, 3871.0, 3858.0, 3885.0, 3859.0, 3873.0, 3884.0, 3862.0, 3871.0, 3859.0, 3858.0, 3874.0, 3851.0, 3871.0, 3865.0, 3875.0, 3874.0, 3875.0, 3897.0, 3875.0, 3872.0, 3858.0, 3872.0, 3870.0, 3872.0, 3862.0, 3873.0, 3897.0, 3863.0, 3872.0, 3862.0, 3872.0, 3870.0, 3883.0, 3874.0, 3874.0, 3875.0, 3875.0, 3863.0, 3861.0, 3852.0, 3873.0, 3853.0, 3873.0, 3875.0, 3873.0, 3899.0, 3875.0, 3885.0, 3863.0, 3883.0, 3859.0, 3885.0, 3882.0, 3873.0, 3873.0, 3875.0, 3884.0, 3874.0, 3871.0, 3860.0, 3871.0, 3848.0, 3874.0, 3873.0, 3871.0, 3877.0, 3874.0, 3874.0, 3874.0, 3884.0, 3874.0, 3886.0, 3872.0, 3872.0, 3871.0, 3860.0, 3883.0, 3873.0, 3870.0, 3860.0, 3848.0, 3858.0, 3839.0, 3860.0, 3871.0, 3862.0, 3882.0, 3874.0, 3874.0, 3873.0, 3860.0, 3859.0, 3850.0, 3859.0, 3871.0, 3849.0, 3870.0, 3863.0, 3883.0, 3872.0, 3862.0, 3862.0, 3873.0, 3859.0, 3872.0, 3860.0, 3887.0, 3882.0, 3875.0, 3883.0, 3863.0, 3871.0, 3860.0, 3860.0, 3873.0, 3861.0, 3870.0, 3871.0, 3860.0, 3875.0, 3863.0, 3870.0, 3847.0, 3859.0, 3848.0, 3871.0, 3849.0, 3872.0, 3860.0, 3861.0, 3884.0, 3872.0, 3871.0, 3871.0, 3849.0, 3861.0, 3874.0, 3851.0, 3880.0, 3829.0, 3845.0, 3844.0, 3850.0, 3861.0, 3848.0, 3871.0, 3870.0, 3871.0, 3859.0, 3859.0, 3879.0, 3847.0, 3868.0, 3869.0, 3869.0, 3846.0, 3844.0, 3841.0, 3844.0, 3829.0, 3830.0, 3841.0, 3844.0, 3832.0, 3841.0, 3819.0, 3815.0, 3817.0, 3817.0, 3830.0, 3830.0, 3843.0, 3832.0, 3832.0, 3843.0, 3843.0, 3845.0, 3843.0, 3857.0, 3860.0, 3870.0, 3869.0, 3860.0, 3859.0, 3847.0, 3856.0, 3848.0, 3847.0, 3859.0, 3860.0, 3861.0, 3861.0, 3871.0, 3873.0, 3873.0, 3885.0, 3861.0, 3883.0, 3871.0, 3882.0, 3871.0, 3885.0, 3862.0, 3887.0, 3873.0, 3887.0, 3878.0, 3875.0, 3861.0, 3863.0, 3850.0, 3860.0, 3862.0, 3861.0, 3886.0, 3861.0, 3875.0, 3871.0, 3874.0, 3863.0, 3872.0, 3888.0, 3874.0, 3893.0, 3859.0, 3873.0, 3874.0, 3886.0, 3881.0, 3870.0, 3861.0, 3874.0, 3873.0, 3863.0, 3859.0, 3859.0, 3850.0, 3873.0, 3883.0, 3860.0, 3873.0, 3859.0, 3872.0, 3874.0, 3874.0, 3862.0, 3860.0, 3849.0, 3861.0, 3863.0, 3861.0, 3874.0, 3862.0, 3866.0, 3862.0, 3887.0, 3886.0, 3875.0, 3872.0, 3861.0, 3871.0, 3871.0, 3849.0, 3875.0, 3888.0, 3873.0, 3895.0, 3873.0, 3887.0, 3860.0, 3863.0, 3863.0, 3874.0, 3861.0, 3882.0, 3874.0, 3883.0, 3887.0, 3899.0, 3886.0, 3899.0, 3897.0, 3885.0, 3864.0, 3874.0, 3861.0, 3860.0, 3872.0, 3876.0, 3894.0, 3872.0, 3893.0, 3860.0, 3848.0, 3847.0, 3850.0, 3862.0, 3883.0, 3859.0, 3871.0, 3861.0, 3872.0, 3874.0, 3873.0, 3862.0, 3860.0, 3860.0, 3859.0, 3857.0, 3858.0, 3892.0, 3860.0, 3863.0, 3857.0, 3869.0, 3872.0, 3875.0, 3872.0, 3860.0, 3858.0, 3858.0, 3859.0, 3871.0, 3861.0, 3884.0, 3861.0, 3887.0, 3874.0, 3872.0, 3860.0, 3872.0, 3850.0, 3873.0, 3885.0, 3860.0, 3884.0, 3874.0, 3872.0, 3862.0, 3860.0, 3859.0, 3853.0, 3873.0, 3888.0, 3872.0, 3885.0, 3872.0, 3886.0, 3877.0, 3873.0, 3861.0, 3874.0, 3862.0, 3873.0, 3877.0, 3861.0, 3887.0, 3873.0, 3871.0, 3859.0, 3861.0, 3868.0, 3871.0, 3871.0, 3872.0, 3849.0, 3873.0, 3873.0, 3860.0, 3859.0, 3858.0, 3871.0, 3861.0, 3873.0, 3859.0, 3873.0, 3884.0, 3875.0, 3882.0, 3886.0, 3873.0, 3872.0, 3860.0, 3859.0, 3859.0, 3860.0, 3894.0, 3873.0, 3849.0, 3847.0, 3858.0, 3847.0, 3871.0, 3858.0, 3871.0, 3859.0, 3871.0, 3883.0, 3873.0, 3861.0, 3862.0, 3848.0, 3862.0, 3858.0, 3847.0, 3860.0, 3850.0, 3872.0, 3872.0, 3871.0, 3884.0, 3871.0, 3849.0, 3870.0, 3864.0, 3874.0, 3861.0, 3862.0, 3861.0, 3875.0, 3861.0, 3874.0, 3874.0, 3875.0, 3885.0, 3876.0, 3870.0, 3861.0, 3897.0, 3860.0, 3873.0, 3858.0, 3872.0, 3860.0, 3885.0, 3885.0, 3874.0, 3871.0, 3861.0, 3859.0, 3875.0, 3872.0, 3884.0, 3862.0, 3871.0, 3874.0, 3872.0, 3862.0, 3861.0, 3861.0, 3848.0, 3872.0, 3859.0, 3873.0, 3871.0, 3860.0, 3862.0, 3873.0, 3862.0, 3872.0, 3860.0, 3859.0, 3848.0, 3872.0, 3861.0, 3859.0, 3892.0, 3871.0, 3885.0, 3861.0, 3861.0, 3870.0, 3859.0, 3858.0, 3870.0, 3851.0, 3858.0, 3849.0, 3858.0, 3885.0, 3874.0, 3861.0, 3859.0, 3870.0, 3859.0, 3876.0, 3860.0, 3873.0, 3872.0, 3873.0, 3874.0, 3875.0, 3860.0, 3859.0, 3849.0, 3859.0, 3847.0, 3871.0, 3861.0, 3862.0, 3895.0, 3886.0, 3875.0, 3860.0, 3873.0, 3859.0, 3870.0, 3881.0, 3873.0, 3870.0, 3872.0, 3874.0, 3872.0, 3861.0, 3860.0, 3870.0, 3860.0, 3886.0, 3860.0, 3883.0, 3886.0, 3873.0, 3872.0, 3870.0, 3870.0, 3874.0, 3875.0, 3872.0, 3852.0, 3872.0, 3863.0, 3874.0, 3876.0, 3873.0, 3883.0, 3861.0, 3874.0, 3859.0, 3874.0, 3884.0, 3872.0, 3870.0, 3861.0, 3857.0, 3870.0, 3861.0, 3872.0, 3860.0, 3860.0, 3871.0, 3859.0, 3885.0, 3875.0, 3874.0, 3859.0, 3861.0, 3869.0, 3870.0, 3860.0, 3872.0, 3860.0, 3872.0, 3862.0, 3860.0, 3884.0, 3874.0, 3873.0, 3870.0, 3860.0, 3859.0, 3861.0, 3859.0, 3862.0, 3872.0, 3884.0, 3873.0, 3855.0, 3859.0, 3862.0, 3860.0, 3884.0, 3859.0, 3873.0, 3859.0, 3872.0, 3862.0, 3874.0, 3861.0, 3862.0, 3859.0, 3881.0, 3847.0, 3872.0, 3859.0, 3872.0, 3869.0, 3860.0, 3861.0, 3862.0, 3858.0, 3859.0, 3848.0, 3859.0, 3847.0, 3847.0, 3880.0, 3858.0, 3870.0, 3861.0, 3859.0, 3859.0, 3860.0, 3848.0, 3871.0, 3859.0, 3869.0, 3858.0, 3870.0, 3861.0, 3873.0, 3875.0, 3862.0, 3861.0, 3875.0, 3859.0, 3871.0, 3858.0, 3874.0, 3870.0, 3884.0, 3874.0, 3874.0, 3873.0, 3872.0, 3860.0, 3871.0, 3857.0, 3869.0, 3848.0, 3859.0, 3894.0, 3872.0, 3873.0, 3873.0, 3871.0, 3860.0, 3848.0, 3872.0, 3880.0, 3862.0, 3851.0, 3869.0, 3859.0, 3847.0, 3859.0, 3848.0, 3872.0, 3869.0, 3870.0, 3858.0, 3871.0, 3862.0, 3871.0, 3880.0, 3858.0, 3877.0, 3857.0, 3878.0, 3860.0, 3878.0, 3853.0, 3832.0, 3840.0, 3816.0, 3829.0, 3834.0, 3831.0, 3855.0, 3832.0, 3832.0, 3844.0, 3832.0, 3843.0, 3831.0, 3859.0, 3843.0, 3844.0, 3832.0, 3844.0, 3834.0, 3859.0, 3844.0, 3871.0, 3859.0, 3869.0, 3859.0, 3857.0, 3844.0, 3833.0, 3846.0, 3845.0, 3847.0, 3847.0, 3860.0, 3849.0, 3859.0, 3850.0, 3872.0, 3873.0, 3876.0, 3874.0, 3862.0, 3860.0, 3862.0, 3862.0, 3864.0, 3878.0, 3886.0, 3873.0, 3865.0, 3876.0, 3874.0, 3876.0, 3872.0, 3862.0, 3871.0, 3872.0, 3871.0, 3874.0, 3882.0, 3872.0, 3872.0, 3863.0, 3851.0, 3861.0, 3848.0, 3873.0, 3876.0, 3876.0, 3873.0, 3865.0, 3886.0, 3888.0, 3883.0, 3885.0, 3872.0, 3874.0, 3899.0, 3877.0, 3884.0, 3863.0, 3869.0, 3862.0, 3871.0, 3886.0, 3873.0, 3886.0, 3873.0, 3876.0, 3874.0, 3874.0, 3872.0, 3884.0, 3876.0, 3876.0, 3862.0, 3874.0, 3862.0, 3888.0, 3888.0, 3876.0, 3863.0], 'WindowWidth': [8776.0, 8690.0, 8679.0, 8691.0, 8679.0, 8671.0, 8621.0, 8641.0, 8635.0, 8641.0, 8686.0, 8659.0, 8676.0, 8646.0, 8642.0, 8640.0, 8676.0, 8664.0, 8640.0, 8635.0, 8608.0, 8609.0, 8598.0, 8586.0, 8584.0, 8582.0, 8597.0, 8581.0, 8600.0, 8600.0, 8606.0, 8620.0, 8608.0, 8663.0, 8641.0, 8642.0, 8627.0, 8640.0, 8657.0, 8660.0, 8634.0, 8650.0, 8617.0, 8630.0, 8638.0, 8657.0, 8651.0, 8640.0, 8674.0, 8642.0, 8664.0, 8662.0, 8704.0, 8701.0, 8704.0, 8698.0, 8686.0, 8674.0, 8683.0, 8695.0, 8714.0, 8722.0, 8686.0, 8677.0, 8682.0, 8684.0, 8687.0, 8683.0, 8705.0, 8689.0, 8695.0, 8703.0, 8686.0, 8683.0, 8691.0, 8702.0, 8694.0, 8699.0, 8690.0, 8713.0, 8695.0, 8696.0, 8699.0, 8692.0, 8694.0, 8666.0, 8680.0, 8680.0, 8685.0, 8699.0, 8695.0, 8684.0, 8666.0, 8667.0, 8694.0, 8692.0, 8683.0, 8670.0, 8666.0, 8661.0, 8678.0, 8721.0, 8687.0, 8690.0, 8672.0, 8692.0, 8687.0, 8682.0, 8705.0, 8640.0, 8673.0, 8643.0, 8707.0, 8679.0, 8678.0, 8703.0, 8681.0, 8661.0, 8646.0, 8644.0, 8657.0, 8662.0, 8690.0, 8644.0, 8683.0, 8692.0, 8710.0, 8676.0, 8685.0, 8666.0, 8685.0, 8662.0, 8699.0, 8693.0, 8688.0, 8701.0, 8692.0, 8695.0, 8687.0, 8684.0, 8729.0, 8691.0, 8705.0, 8680.0, 8684.0, 8726.0, 8694.0, 8688.0, 8686.0, 8667.0, 8689.0, 8666.0, 8683.0, 8680.0, 8664.0, 8678.0, 8687.0, 8684.0, 8669.0, 8645.0, 8647.0, 8648.0, 8644.0, 8709.0, 8644.0, 8665.0, 8668.0, 8689.0, 8685.0, 8681.0, 8646.0, 8688.0, 8647.0, 8696.0, 8646.0, 8680.0, 8660.0, 8668.0, 8689.0, 8686.0, 8681.0, 8664.0, 8678.0, 8664.0, 8679.0, 8666.0, 8664.0, 8667.0, 8686.0, 8676.0, 8685.0, 8653.0, 8666.0, 8664.0, 8665.0, 8650.0, 8696.0, 8648.0, 8694.0, 8693.0, 8686.0, 8650.0, 8687.0, 8663.0, 8685.0, 8661.0, 8671.0, 8692.0, 8690.0, 8667.0, 8709.0, 8708.0, 8687.0, 8678.0, 8684.0, 8681.0, 8711.0, 8724.0, 8685.0, 8679.0, 8648.0, 8675.0, 8683.0, 8675.0, 8665.0, 8677.0, 8686.0, 8721.0, 8693.0, 8679.0, 8685.0, 8677.0, 8690.0, 8663.0, 8680.0, 8658.0, 8672.0, 8686.0, 8683.0, 8660.0, 8652.0, 8656.0, 8665.0, 8661.0, 8664.0, 8643.0, 8658.0, 8675.0, 8670.0, 8698.0, 8669.0, 8660.0, 8647.0, 8646.0, 8648.0, 8647.0, 8666.0, 8664.0, 8663.0, 8698.0, 8674.0, 8666.0, 8649.0, 8668.0, 8713.0, 8691.0, 8666.0, 8701.0, 8691.0, 8701.0, 8665.0, 8651.0, 8669.0, 8650.0, 8669.0, 8656.0, 8667.0, 8735.0, 8675.0, 8698.0, 8653.0, 8653.0, 8654.0, 8671.0, 8668.0, 8713.0, 8669.0, 8713.0, 8686.0, 8669.0, 8662.0, 8667.0, 8661.0, 8684.0, 8664.0, 8664.0, 8664.0, 8670.0, 8683.0, 8670.0, 8659.0, 8664.0, 8666.0, 8648.0, 8666.0, 8646.0, 8682.0, 8700.0, 8665.0, 8699.0, 8689.0, 8678.0, 8681.0, 8663.0, 8681.0, 8710.0, 8694.0, 8681.0, 8666.0, 8660.0, 8652.0, 8666.0, 8665.0, 8709.0, 8648.0, 8706.0, 8671.0, 8698.0, 8649.0, 8661.0, 8647.0, 8665.0, 8649.0, 8678.0, 8651.0, 8711.0, 8672.0, 8710.0, 8649.0, 8711.0, 8646.0, 8681.0, 8662.0, 8713.0, 8677.0, 8681.0, 8697.0, 8667.0, 8673.0, 8660.0, 8658.0, 8700.0, 8682.0, 8688.0, 8683.0, 8690.0, 8702.0, 8672.0, 8679.0, 8682.0, 8677.0, 8666.0, 8730.0, 8663.0, 8663.0, 8668.0, 8684.0, 8662.0, 8687.0, 8643.0, 8671.0, 8645.0, 8667.0, 8660.0, 8677.0, 8680.0, 8690.0, 8698.0, 8670.0, 8676.0, 8685.0, 8681.0, 8685.0, 8666.0, 8665.0, 8667.0, 8675.0, 8701.0, 8672.0, 8695.0, 8645.0, 8663.0, 8661.0, 8694.0, 8674.0, 8676.0, 8688.0, 8696.0, 8703.0, 8671.0, 8679.0, 8668.0, 8665.0, 8709.0, 8667.0, 8658.0, 8671.0, 8635.0, 8636.0, 8619.0, 8644.0, 8639.0, 8683.0, 8663.0, 8671.0, 8680.0, 8679.0, 8661.0, 8678.0, 8660.0, 8703.0, 8676.0, 8638.0, 8670.0, 8637.0, 8642.0, 8609.0, 8629.0, 8585.0, 8613.0, 8586.0, 8603.0, 8587.0, 8623.0, 8605.0, 8621.0, 8619.0, 8609.0, 8622.0, 8625.0, 8607.0, 8661.0, 8649.0, 8645.0, 8656.0, 8658.0, 8656.0, 8644.0, 8654.0, 8663.0, 8647.0, 8663.0, 8647.0, 8652.0, 8667.0, 8670.0, 8651.0, 8670.0, 8655.0, 8687.0, 8669.0, 8671.0, 8705.0, 8695.0, 8690.0, 8722.0, 8713.0, 8677.0, 8658.0, 8674.0, 8673.0, 8702.0, 8758.0, 8694.0, 8694.0, 8649.0, 8663.0, 8650.0, 8696.0, 8649.0, 8680.0, 8645.0, 8684.0, 8670.0, 8663.0, 8659.0, 8665.0, 8672.0, 8683.0, 8676.0, 8668.0, 8688.0, 8674.0, 8680.0, 8668.0, 8704.0, 8711.0, 8686.0, 8683.0, 8681.0, 8695.0, 8695.0, 8688.0, 8681.0, 8672.0, 8678.0, 8686.0, 8680.0, 8665.0, 8681.0, 8672.0, 8713.0, 8648.0, 8693.0, 8645.0, 8664.0, 8656.0, 8678.0, 8659.0, 8669.0, 8686.0, 8677.0, 8683.0, 8665.0, 8682.0, 8687.0, 8681.0, 8687.0, 8667.0, 8665.0, 8689.0, 8677.0, 8682.0, 8669.0, 8663.0, 8667.0, 8681.0, 8649.0, 8693.0, 8644.0, 8666.0, 8670.0, 8684.0, 8691.0, 8682.0, 8680.0, 8734.0, 8701.0, 8687.0, 8661.0, 8693.0, 8681.0, 8715.0, 8680.0, 8685.0, 8682.0, 8676.0, 8659.0, 8676.0, 8678.0, 8669.0, 8664.0, 8683.0, 8685.0, 8679.0, 8663.0, 8676.0, 8664.0, 8684.0, 8707.0, 8685.0, 8685.0, 8685.0, 8697.0, 8662.0, 8683.0, 8662.0, 8701.0, 8727.0, 8688.0, 8681.0, 8662.0, 8660.0, 8685.0, 8645.0, 8674.0, 8654.0, 8656.0, 8685.0, 8676.0, 8680.0, 8659.0, 8659.0, 8644.0, 8682.0, 8645.0, 8707.0, 8689.0, 8697.0, 8684.0, 8688.0, 8669.0, 8666.0, 8643.0, 8663.0, 8661.0, 8678.0, 8663.0, 8662.0, 8699.0, 8690.0, 8686.0, 8666.0, 8683.0, 8678.0, 8680.0, 8662.0, 8676.0, 8685.0, 8672.0, 8696.0, 8659.0, 8703.0, 8689.0, 8696.0, 8664.0, 8688.0, 8689.0, 8669.0, 8646.0, 8658.0, 8644.0, 8706.0, 8671.0, 8668.0, 8703.0, 8692.0, 8706.0, 8668.0, 8684.0, 8686.0, 8688.0, 8679.0, 8686.0, 8702.0, 8692.0, 8691.0, 8686.0, 8701.0, 8673.0, 8685.0, 8675.0, 8686.0, 8730.0, 8689.0, 8682.0, 8668.0, 8680.0, 8683.0, 8665.0, 8681.0, 8682.0, 8665.0, 8716.0, 8688.0, 8664.0, 8647.0, 8679.0, 8673.0, 8658.0, 8683.0, 8663.0, 8668.0, 8669.0, 8668.0, 8662.0, 8643.0, 8637.0, 8652.0, 8649.0, 8661.0, 8651.0, 8662.0, 8647.0, 8665.0, 8661.0, 8662.0, 8682.0, 8685.0, 8677.0, 8641.0, 8660.0, 8667.0, 8648.0, 8639.0, 8671.0, 8689.0, 8648.0, 8675.0, 8663.0, 8656.0, 8633.0, 8632.0, 8641.0, 8656.0, 8652.0, 8676.0, 8647.0, 8673.0, 8662.0, 8659.0, 8700.0, 8688.0, 8691.0, 8659.0, 8675.0, 8641.0, 8682.0, 8657.0, 8682.0, 8676.0, 8668.0, 8677.0, 8660.0, 8694.0, 8664.0, 8675.0, 8655.0, 8673.0, 8684.0, 8688.0, 8681.0, 8661.0, 8664.0, 8669.0, 8669.0, 8669.0, 8684.0, 8697.0, 8696.0, 8657.0, 8640.0, 8642.0, 8663.0, 8657.0, 8682.0, 8679.0, 8710.0, 8666.0, 8680.0, 8660.0, 8659.0, 8671.0, 8653.0, 8666.0, 8631.0, 8657.0, 8610.0, 8621.0, 8606.0, 8621.0, 8600.0, 8620.0, 8591.0, 8622.0, 8624.0, 8650.0, 8629.0, 8626.0, 8653.0, 8655.0, 8653.0, 8657.0, 8685.0, 8663.0, 8671.0, 8660.0, 8668.0, 8661.0, 8662.0, 8657.0, 8680.0, 8659.0, 8679.0, 8667.0, 8678.0, 8679.0, 8692.0, 8688.0, 8671.0, 8705.0, 8680.0, 8704.0, 8698.0, 8713.0, 8698.0, 8693.0, 8655.0, 8688.0, 8730.0, 8686.0, 8713.0, 8664.0, 8704.0, 8709.0, 8686.0, 8688.0, 8663.0, 8669.0, 8664.0, 8644.0, 8676.0, 8663.0, 8660.0, 8701.0, 8686.0, 8664.0, 8664.0, 8676.0, 8661.0, 8699.0, 8664.0, 8701.0, 8699.0, 8682.0, 8691.0, 8685.0, 8667.0, 8666.0, 8644.0, 8644.0, 8643.0, 8666.0, 8649.0, 8680.0, 8713.0, 8660.0, 8706.0, 8693.0, 8689.0, 8691.0, 8660.0, 8641.0, 8662.0, 8678.0, 8658.0, 8703.0, 8658.0, 8684.0, 8700.0, 8669.0, 8677.0, 8659.0, 8657.0, 8687.0, 8653.0, 8683.0, 8681.0, 8691.0, 8686.0, 8691.0, 8724.0, 8692.0, 8681.0, 8658.0, 8681.0, 8675.0, 8681.0, 8668.0, 8686.0, 8724.0, 8674.0, 8682.0, 8667.0, 8682.0, 8676.0, 8699.0, 8691.0, 8689.0, 8693.0, 8692.0, 8673.0, 8667.0, 8655.0, 8686.0, 8659.0, 8686.0, 8692.0, 8688.0, 8729.0, 8692.0, 8704.0, 8671.0, 8700.0, 8663.0, 8703.0, 8694.0, 8682.0, 8685.0, 8691.0, 8700.0, 8688.0, 8677.0, 8661.0, 8678.0, 8643.0, 8684.0, 8686.0, 8677.0, 8696.0, 8690.0, 8691.0, 8687.0, 8706.0, 8688.0, 8706.0, 8682.0, 8681.0, 8678.0, 8663.0, 8699.0, 8687.0, 8679.0, 8663.0, 8643.0, 8657.0, 8630.0, 8662.0, 8677.0, 8666.0, 8695.0, 8691.0, 8688.0, 8684.0, 8661.0, 8659.0, 8646.0, 8660.0, 8679.0, 8646.0, 8675.0, 8672.0, 8698.0, 8682.0, 8666.0, 8668.0, 8684.0, 8662.0, 8682.0, 8663.0, 8712.0, 8694.0, 8690.0, 8699.0, 8669.0, 8679.0, 8664.0, 8661.0, 8683.0, 8665.0, 8675.0, 8675.0, 8659.0, 8689.0, 8670.0, 8674.0, 8640.0, 8659.0, 8641.0, 8678.0, 8649.0, 8683.0, 8659.0, 8665.0, 8700.0, 8684.0, 8679.0, 8679.0, 8647.0, 8665.0, 8683.0, 8651.0, 8687.0, 8614.0, 8632.0, 8630.0, 8647.0, 8665.0, 8641.0, 8678.0, 8677.0, 8679.0, 8660.0, 8658.0, 8684.0, 8636.0, 8667.0, 8669.0, 8670.0, 8633.0, 8625.0, 8619.0, 8624.0, 8600.0, 8600.0, 8619.0, 8630.0, 8608.0, 8620.0, 8585.0, 8575.0, 8580.0, 8581.0, 8604.0, 8602.0, 8624.0, 8609.0, 8609.0, 8625.0, 8626.0, 8632.0, 8626.0, 8651.0, 8662.0, 8676.0, 8675.0, 8662.0, 8659.0, 8642.0, 8652.0, 8642.0, 8639.0, 8659.0, 8662.0, 8667.0, 8665.0, 8680.0, 8683.0, 8686.0, 8704.0, 8668.0, 8698.0, 8681.0, 8697.0, 8680.0, 8704.0, 8670.0, 8713.0, 8689.0, 8713.0, 8701.0, 8695.0, 8668.0, 8673.0, 8650.0, 8665.0, 8668.0, 8668.0, 8706.0, 8667.0, 8690.0, 8679.0, 8687.0, 8671.0, 8684.0, 8715.0, 8693.0, 8712.0, 8661.0, 8683.0, 8688.0, 8706.0, 8693.0, 8677.0, 8668.0, 8690.0, 8686.0, 8672.0, 8661.0, 8662.0, 8649.0, 8685.0, 8700.0, 8662.0, 8684.0, 8659.0, 8681.0, 8689.0, 8689.0, 8671.0, 8665.0, 8645.0, 8666.0, 8669.0, 8669.0, 8687.0, 8670.0, 8679.0, 8669.0, 8710.0, 8709.0, 8691.0, 8680.0, 8665.0, 8679.0, 8681.0, 8648.0, 8692.0, 8713.0, 8685.0, 8717.0, 8688.0, 8705.0, 8663.0, 8670.0, 8671.0, 8689.0, 8665.0, 8698.0, 8686.0, 8700.0, 8714.0, 8730.0, 8709.0, 8729.0, 8724.0, 8703.0, 8675.0, 8687.0, 8666.0, 8663.0, 8681.0, 8695.0, 8715.0, 8685.0, 8710.0, 8662.0, 8642.0, 8640.0, 8648.0, 8670.0, 8700.0, 8661.0, 8678.0, 8664.0, 8683.0, 8688.0, 8687.0, 8669.0, 8665.0, 8661.0, 8659.0, 8655.0, 8658.0, 8708.0, 8662.0, 8668.0, 8653.0, 8671.0, 8682.0, 8691.0, 8683.0, 8663.0, 8656.0, 8659.0, 8660.0, 8680.0, 8665.0, 8700.0, 8666.0, 8710.0, 8690.0, 8685.0, 8664.0, 8682.0, 8650.0, 8687.0, 8706.0, 8664.0, 8700.0, 8689.0, 8685.0, 8671.0, 8664.0, 8662.0, 8658.0, 8689.0, 8714.0, 8684.0, 8705.0, 8683.0, 8712.0, 8699.0, 8688.0, 8668.0, 8688.0, 8668.0, 8687.0, 8698.0, 8667.0, 8712.0, 8688.0, 8681.0, 8662.0, 8665.0, 8671.0, 8682.0, 8679.0, 8681.0, 8648.0, 8685.0, 8685.0, 8665.0, 8659.0, 8658.0, 8677.0, 8664.0, 8685.0, 8662.0, 8686.0, 8704.0, 8692.0, 8696.0, 8707.0, 8685.0, 8681.0, 8663.0, 8659.0, 8658.0, 8661.0, 8715.0, 8686.0, 8649.0, 8641.0, 8656.0, 8640.0, 8681.0, 8658.0, 8680.0, 8659.0, 8678.0, 8699.0, 8686.0, 8665.0, 8665.0, 8643.0, 8665.0, 8657.0, 8640.0, 8662.0, 8645.0, 8679.0, 8680.0, 8681.0, 8702.0, 8679.0, 8647.0, 8677.0, 8677.0, 8692.0, 8667.0, 8669.0, 8667.0, 8689.0, 8668.0, 8690.0, 8687.0, 8688.0, 8704.0, 8694.0, 8677.0, 8664.0, 8724.0, 8664.0, 8682.0, 8657.0, 8681.0, 8662.0, 8705.0, 8707.0, 8687.0, 8677.0, 8663.0, 8658.0, 8688.0, 8681.0, 8703.0, 8669.0, 8680.0, 8690.0, 8686.0, 8669.0, 8665.0, 8665.0, 8645.0, 8682.0, 8660.0, 8683.0, 8678.0, 8663.0, 8669.0, 8688.0, 8670.0, 8682.0, 8662.0, 8662.0, 8644.0, 8682.0, 8665.0, 8661.0, 8708.0, 8681.0, 8705.0, 8669.0, 8664.0, 8673.0, 8658.0, 8655.0, 8676.0, 8651.0, 8658.0, 8645.0, 8659.0, 8704.0, 8689.0, 8666.0, 8661.0, 8676.0, 8660.0, 8691.0, 8663.0, 8684.0, 8680.0, 8686.0, 8689.0, 8690.0, 8664.0, 8661.0, 8646.0, 8661.0, 8643.0, 8680.0, 8667.0, 8668.0, 8718.0, 8711.0, 8692.0, 8667.0, 8683.0, 8659.0, 8679.0, 8692.0, 8682.0, 8676.0, 8681.0, 8686.0, 8684.0, 8666.0, 8663.0, 8678.0, 8664.0, 8703.0, 8663.0, 8698.0, 8709.0, 8688.0, 8684.0, 8677.0, 8677.0, 8690.0, 8688.0, 8683.0, 8655.0, 8683.0, 8675.0, 8690.0, 8694.0, 8686.0, 8697.0, 8664.0, 8684.0, 8660.0, 8688.0, 8705.0, 8683.0, 8677.0, 8664.0, 8653.0, 8675.0, 8664.0, 8683.0, 8662.0, 8662.0, 8679.0, 8662.0, 8707.0, 8695.0, 8688.0, 8661.0, 8665.0, 8674.0, 8678.0, 8663.0, 8681.0, 8663.0, 8681.0, 8667.0, 8666.0, 8702.0, 8691.0, 8685.0, 8677.0, 8661.0, 8660.0, 8665.0, 8661.0, 8670.0, 8684.0, 8703.0, 8687.0, 8662.0, 8660.0, 8666.0, 8664.0, 8700.0, 8660.0, 8683.0, 8659.0, 8682.0, 8669.0, 8687.0, 8668.0, 8667.0, 8660.0, 8689.0, 8641.0, 8681.0, 8660.0, 8680.0, 8671.0, 8660.0, 8668.0, 8668.0, 8656.0, 8658.0, 8641.0, 8659.0, 8640.0, 8640.0, 8687.0, 8658.0, 8675.0, 8664.0, 8662.0, 8659.0, 8660.0, 8644.0, 8679.0, 8659.0, 8674.0, 8656.0, 8676.0, 8666.0, 8688.0, 8692.0, 8669.0, 8664.0, 8692.0, 8661.0, 8678.0, 8657.0, 8686.0, 8677.0, 8701.0, 8690.0, 8690.0, 8686.0, 8681.0, 8660.0, 8678.0, 8656.0, 8674.0, 8644.0, 8659.0, 8714.0, 8683.0, 8684.0, 8685.0, 8679.0, 8661.0, 8641.0, 8679.0, 8689.0, 8666.0, 8650.0, 8672.0, 8659.0, 8641.0, 8658.0, 8642.0, 8679.0, 8671.0, 8676.0, 8657.0, 8679.0, 8669.0, 8678.0, 8686.0, 8655.0, 8678.0, 8648.0, 8679.0, 8660.0, 8680.0, 8639.0, 8608.0, 8613.0, 8578.0, 8599.0, 8610.0, 8606.0, 8644.0, 8610.0, 8610.0, 8628.0, 8608.0, 8625.0, 8606.0, 8656.0, 8626.0, 8627.0, 8609.0, 8628.0, 8615.0, 8653.0, 8631.0, 8679.0, 8662.0, 8669.0, 8658.0, 8649.0, 8630.0, 8613.0, 8635.0, 8633.0, 8640.0, 8638.0, 8662.0, 8646.0, 8661.0, 8647.0, 8680.0, 8686.0, 8695.0, 8689.0, 8670.0, 8664.0, 8670.0, 8669.0, 8673.0, 8702.0, 8708.0, 8686.0, 8678.0, 8697.0, 8691.0, 8695.0, 8682.0, 8670.0, 8678.0, 8683.0, 8679.0, 8688.0, 8696.0, 8683.0, 8683.0, 8670.0, 8653.0, 8667.0, 8647.0, 8686.0, 8698.0, 8698.0, 8687.0, 8678.0, 8710.0, 8714.0, 8698.0, 8703.0, 8682.0, 8687.0, 8731.0, 8698.0, 8702.0, 8671.0, 8673.0, 8668.0, 8680.0, 8707.0, 8687.0, 8707.0, 8686.0, 8696.0, 8692.0, 8687.0, 8684.0, 8702.0, 8694.0, 8694.0, 8669.0, 8688.0, 8668.0, 8713.0, 8715.0, 8694.0, 8670.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.0014276594427244582</td></tr>
<tr><td colspan=3>aqi</td><td>0.023188076099071208</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.975488617689</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2382745811524165</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01745619428129</td></tr>
<tr><td colspan=3>efc</td><td>0.4599</td></tr>
<tr><td colspan=3>fber</td><td>6418.0283</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12901710477602907</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>237</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.674922600619196</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.694994047474607</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.705880662759505</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9007089308417098</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.478392548822605</td></tr>
<tr><td colspan=3>gcor</td><td>0.0178318</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009558066725730896</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020612938329577446</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1615</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.781095873572359</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>37.6757</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8866</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.3229</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303985.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>658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.4311</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2087</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.7032</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3085.8816</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4057.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.3187</td></tr>
<tr><td colspan=3>tsnr</td><td>40.06536705128383</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>