<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0020_ses-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-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-03/func/sub-0020_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>d87ddea3794d707b626e87399f3559b2</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:14:16.112500</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.998585, 0.00777844, 0.0526088, -0.0169074, 0.984355, 0.175383]</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.117996</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>[4143, -7792, -7162, 481, -87, -173, 91, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>279.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>83361ab1-1626-4c20-9181-bd2efcc74eb9||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.6791303157806396, -0.045361198484897614, 0.13613814115524292, 110.83767700195312], [-0.020868998020887375, 2.6409528255462646, 0.4752650260925293, -96.65690612792969], [0.14114555716514587, -0.4705392122268677, 2.654352903366089, -3.5648577213287354], [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': ['131416.112500', '131416.572500', '131417.032500', '131417.492500', '131417.952500', '131418.412500', '131418.872500', '131419.332500', '131419.792500', '131420.252500', '131420.712500', '131421.172500', '131421.632500', '131422.092500', '131422.552500', '131423.012500', '131423.472500', '131423.932500', '131424.392500', '131424.852500', '131425.312500', '131425.772500', '131426.232500', '131426.692500', '131427.152500', '131427.612500', '131428.072500', '131428.532500', '131428.992500', '131429.452500', '131429.912500', '131430.372500', '131430.832500', '131431.292500', '131431.752500', '131432.212500', '131432.672500', '131433.132500', '131433.592500', '131434.052500', '131434.512500', '131434.972500', '131435.432500', '131435.892500', '131436.352500', '131436.812500', '131437.272500', '131437.732500', '131438.192500', '131438.652500', '131439.112500', '131439.572500', '131440.032500', '131440.492500', '131440.952500', '131441.412500', '131441.872500', '131442.332500', '131442.792500', '131443.252500', '131443.712500', '131444.172500', '131444.632500', '131445.092500', '131445.552500', '131446.012500', '131446.472500', '131446.932500', '131447.392500', '131447.852500', '131448.312500', '131448.772500', '131449.232500', '131449.692500', '131450.152500', '131450.612500', '131451.072500', '131451.532500', '131451.992500', '131452.452500', '131452.912500', '131453.372500', '131453.832500', '131454.292500', '131454.752500', '131455.212500', '131455.672500', '131456.132500', '131456.592500', '131457.052500', '131457.512500', '131457.972500', '131458.432500', '131458.892500', '131459.352500', '131459.812500', '131500.272500', '131500.732500', '131501.192500', '131501.652500', '131502.112500', '131502.572500', '131503.032500', '131503.492500', '131503.952500', '131504.412500', '131504.872500', '131505.332500', '131505.792500', '131506.252500', '131506.712500', '131507.172500', '131507.632500', '131508.092500', '131508.552500', '131509.012500', '131509.472500', '131509.932500', '131510.392500', '131510.852500', '131511.312500', '131511.772500', '131512.232500', '131512.692500', '131513.152500', '131513.612500', '131514.072500', '131514.532500', '131514.992500', '131515.452500', '131515.912500', '131516.372500', '131516.832500', '131517.292500', '131517.752500', '131518.212500', '131518.672500', '131519.132500', '131519.592500', '131520.052500', '131520.512500', '131520.972500', '131521.432500', '131521.892500', '131522.352500', '131522.812500', '131523.272500', '131523.732500', '131524.192500', '131524.652500', '131525.112500', '131525.572500', '131526.032500', '131526.492500', '131526.952500', '131527.412500', '131527.872500', '131528.332500', '131528.792500', '131529.252500', '131529.712500', '131530.172500', '131530.632500', '131531.092500', '131531.552500', '131532.012500', '131532.472500', '131532.932500', '131533.392500', '131533.852500', '131534.312500', '131534.772500', '131535.232500', '131535.692500', '131536.152500', '131536.612500', '131537.072500', '131537.532500', '131537.992500', '131538.452500', '131538.912500', '131539.372500', '131539.832500', '131540.292500', '131540.752500', '131541.212500', '131541.672500', '131542.132500', '131542.592500', '131543.052500', '131543.512500', '131543.972500', '131544.432500', '131544.892500', '131545.352500', '131545.812500', '131546.272500', '131546.732500', '131547.192500', '131547.652500', '131548.112500', '131548.572500', '131549.032500', '131549.492500', '131549.952500', '131550.412500', '131550.872500', '131551.332500', '131551.792500', '131552.252500', '131552.712500', '131553.172500', '131553.632500', '131554.092500', '131554.552500', '131555.012500', '131555.472500', '131555.932500', '131556.392500', '131556.852500', '131557.312500', '131557.772500', '131558.232500', '131558.692500', '131559.152500', '131559.612500', '131600.072500', '131600.532500', '131600.992500', '131601.452500', '131601.912500', '131602.372500', '131602.832500', '131603.292500', '131603.752500', '131604.212500', '131604.672500', '131605.132500', '131605.592500', '131606.052500', '131606.512500', '131606.972500', '131607.432500', '131607.892500', '131608.352500', '131608.812500', '131609.272500', '131609.732500', '131610.192500', '131610.652500', '131611.112500', '131611.572500', '131612.032500', '131612.492500', '131612.952500', '131613.412500', '131613.872500', '131614.332500', '131614.792500', '131615.252500', '131615.712500', '131616.172500', '131616.632500', '131617.092500', '131617.552500', '131618.012500', '131618.472500', '131618.932500', '131619.392500', '131619.852500', '131620.312500', '131620.772500', '131621.232500', '131621.692500', '131622.152500', '131622.612500', '131623.072500', '131623.532500', '131623.992500', '131624.452500', '131624.912500', '131625.372500', '131625.832500', '131626.292500', '131626.752500', '131627.212500', '131627.672500', '131628.132500', '131628.592500', '131629.052500', '131629.512500', '131629.972500', '131630.432500', '131630.892500', '131631.352500', '131631.812500', '131632.272500', '131632.732500', '131633.192500', '131633.652500', '131634.112500', '131634.572500', '131635.032500', '131635.492500', '131635.952500', '131636.412500', '131636.872500', '131637.332500', '131637.792500', '131638.252500', '131638.712500', '131639.172500', '131639.632500', '131640.092500', '131640.552500', '131641.012500', '131641.472500', '131641.932500', '131642.392500', '131642.852500', '131643.312500', '131643.772500', '131644.232500', '131644.692500', '131645.152500', '131645.612500', '131646.072500', '131646.532500', '131646.992500', '131647.452500', '131647.912500', '131648.372500', '131648.832500', '131649.292500', '131649.752500', '131650.212500', '131650.672500', '131651.132500', '131651.592500', '131652.052500', '131652.512500', '131652.972500', '131653.432500', '131653.892500', '131654.352500', '131654.812500', '131655.272500', '131655.732500', '131656.192500', '131656.652500', '131657.112500', '131657.572500', '131658.032500', '131658.492500', '131658.952500', '131659.412500', '131659.872500', '131700.332500', '131700.792500', '131701.252500', '131701.712500', '131702.172500', '131702.632500', '131703.092500', '131703.552500', '131704.012500', '131704.472500', '131704.932500', '131705.392500', '131705.852500', '131706.312500', '131706.772500', '131707.232500', '131707.692500', '131708.152500', '131708.612500', '131709.072500', '131709.532500', '131709.992500', '131710.452500', '131710.912500', '131711.372500', '131711.832500', '131712.292500', '131712.752500', '131713.212500', '131713.672500', '131714.132500', '131714.592500', '131715.052500', '131715.512500', '131715.972500', '131716.432500', '131716.892500', '131717.352500', '131717.812500', '131718.272500', '131718.732500', '131719.192500', '131719.652500', '131720.112500', '131720.572500', '131721.032500', '131721.492500', '131721.952500', '131722.412500', '131722.872500', '131723.332500', '131723.792500', '131724.252500', '131724.712500', '131725.172500', '131725.632500', '131726.092500', '131726.552500', '131727.012500', '131727.472500', '131727.932500', '131728.392500', '131728.852500', '131729.312500', '131729.772500', '131730.232500', '131730.692500', '131731.152500', '131731.612500', '131732.072500', '131732.532500', '131732.992500', '131733.452500', '131733.912500', '131734.372500', '131734.832500', '131735.292500', '131735.752500', '131736.212500', '131736.672500', '131737.132500', '131737.592500', '131738.052500', '131738.512500', '131738.972500', '131739.432500', '131739.892500', '131740.352500', '131740.812500', '131741.272500', '131741.732500', '131742.192500', '131742.652500', '131743.112500', '131743.572500', '131744.032500', '131744.492500', '131744.952500', '131745.412500', '131745.872500', '131746.332500', '131746.792500', '131747.252500', '131747.712500', '131748.172500', '131748.632500', '131749.092500', '131749.552500', '131750.012500', '131750.472500', '131750.932500', '131751.392500', '131751.852500', '131752.312500', '131752.772500', '131753.232500', '131753.692500', '131754.152500', '131754.612500', '131755.072500', '131755.532500', '131755.992500', '131756.452500', '131756.912500', '131757.372500', '131757.832500', '131758.292500', '131758.752500', '131759.212500', '131759.672500', '131800.132500', '131800.592500', '131801.052500', '131801.512500', '131801.972500', '131802.432500', '131802.892500', '131803.352500', '131803.812500', '131804.272500', '131804.732500', '131805.192500', '131805.652500', '131806.112500', '131806.572500', '131807.032500', '131807.492500', '131807.952500', '131808.412500', '131808.872500', '131809.332500', '131809.792500', '131810.252500', '131810.712500', '131811.172500', '131811.632500', '131812.092500', '131812.552500', '131813.012500', '131813.472500', '131813.932500', '131814.392500', '131814.852500', '131815.312500', '131815.772500', '131816.232500', '131816.692500', '131817.152500', '131817.612500', '131818.072500', '131818.532500', '131818.992500', '131819.452500', '131819.912500', '131820.372500', '131820.832500', '131821.292500', '131821.752500', '131822.212500', '131822.672500', '131823.132500', '131823.592500', '131824.052500', '131824.512500', '131824.972500', '131825.432500', '131825.892500', '131826.352500', '131826.812500', '131827.272500', '131827.732500', '131828.192500', '131828.652500', '131829.112500', '131829.572500', '131830.032500', '131830.492500', '131830.952500', '131831.412500', '131831.872500', '131832.332500', '131832.792500', '131833.252500', '131833.712500', '131834.172500', '131834.632500', '131835.092500', '131835.552500', '131836.012500', '131836.472500', '131836.932500', '131837.392500', '131837.852500', '131838.312500', '131838.772500', '131839.232500', '131839.692500', '131840.152500', '131840.612500', '131841.072500', '131841.532500', '131841.992500', '131842.452500', '131842.912500', '131843.372500', '131843.832500', '131844.292500', '131844.752500', '131845.212500', '131845.672500', '131846.132500', '131846.592500', '131847.052500', '131847.512500', '131847.972500', '131848.432500', '131848.892500', '131849.352500', '131849.812500', '131850.272500', '131850.732500', '131851.192500', '131851.652500', '131852.112500', '131852.572500', '131853.032500', '131853.492500', '131853.952500', '131854.412500', '131854.872500', '131855.332500', '131855.792500', '131856.252500', '131856.712500', '131857.172500', '131857.632500', '131858.092500', '131858.552500', '131859.012500', '131859.472500', '131859.932500', '131900.392500', '131900.852500', '131901.312500', '131901.772500', '131902.232500', '131902.692500', '131903.152500', '131903.612500', '131904.072500', '131904.532500', '131904.992500', '131905.452500', '131905.912500', '131906.372500', '131906.832500', '131907.292500', '131907.752500', '131908.212500', '131908.672500', '131909.132500', '131909.592500', '131910.052500', '131910.512500', '131910.972500', '131911.432500', '131911.892500', '131912.352500', '131912.812500', '131913.272500', '131913.732500', '131914.192500', '131914.652500', '131915.112500', '131915.572500', '131916.032500', '131916.492500', '131916.952500', '131917.412500', '131917.872500', '131918.332500', '131918.792500', '131919.252500', '131919.712500', '131920.172500', '131920.632500', '131921.092500', '131921.552500', '131922.012500', '131922.472500', '131922.932500', '131923.392500', '131923.852500', '131924.312500', '131924.772500', '131925.232500', '131925.692500', '131926.152500', '131926.612500', '131927.072500', '131927.532500', '131927.992500', '131928.452500', '131928.912500', '131929.372500', '131929.832500', '131930.292500', '131930.752500', '131931.212500', '131931.672500', '131932.132500', '131932.592500', '131933.052500', '131933.512500', '131933.972500', '131934.432500', '131934.892500', '131935.352500', '131935.812500', '131936.272500', '131936.732500', '131937.192500', '131937.652500', '131938.112500', '131938.572500', '131939.032500', '131939.492500', '131939.952500', '131940.412500', '131940.872500', '131941.332500', '131941.792500', '131942.252500', '131942.712500', '131943.172500', '131943.632500', '131944.092500', '131944.552500', '131945.012500', '131945.472500', '131945.932500', '131946.392500', '131946.852500', '131947.312500', '131947.772500', '131948.232500', '131948.692500', '131949.152500', '131949.612500', '131950.072500', '131950.532500', '131950.992500', '131951.452500', '131951.912500', '131952.372500', '131952.832500', '131953.292500', '131953.752500', '131954.212500', '131954.672500', '131955.132500', '131955.592500', '131956.052500', '131956.512500', '131956.972500', '131957.432500', '131957.892500', '131958.352500', '131958.812500', '131959.272500', '131959.732500', '132000.192500', '132000.652500', '132001.112500', '132001.572500', '132002.032500', '132002.492500', '132002.952500', '132003.412500', '132003.872500', '132004.332500', '132004.792500', '132005.252500', '132005.712500', '132006.172500', '132006.632500', '132007.092500', '132007.552500', '132008.012500', '132008.472500', '132008.932500', '132009.392500', '132009.852500', '132010.312500', '132010.772500', '132011.232500', '132011.692500', '132012.152500', '132012.612500', '132013.072500', '132013.532500', '132013.992500', '132014.452500', '132014.912500', '132015.372500', '132015.832500', '132016.292500', '132016.752500', '132017.212500', '132017.672500', '132018.132500', '132018.592500', '132019.052500', '132019.512500', '132019.972500', '132020.432500', '132020.892500', '132021.352500', '132021.812500', '132022.272500', '132022.732500', '132023.192500', '132023.652500', '132024.112500', '132024.572500', '132025.032500', '132025.492500', '132025.952500', '132026.412500', '132026.872500', '132027.332500', '132027.792500', '132028.252500', '132028.712500', '132029.172500', '132029.632500', '132030.092500', '132030.552500', '132031.012500', '132031.472500', '132031.932500', '132032.392500', '132032.852500', '132033.312500', '132033.772500', '132034.232500', '132034.692500', '132035.152500', '132035.612500', '132036.072500', '132036.532500', '132036.992500', '132037.452500', '132037.912500', '132038.372500', '132038.832500', '132039.292500', '132039.752500', '132040.212500', '132040.672500', '132041.132500', '132041.592500', '132042.052500', '132042.512500', '132042.972500', '132043.432500', '132043.892500', '132044.352500', '132044.812500', '132045.272500', '132045.732500', '132046.192500', '132046.652500', '132047.112500', '132047.572500', '132048.032500', '132048.492500', '132048.952500', '132049.412500', '132049.872500', '132050.332500', '132050.792500', '132051.252500', '132051.712500', '132052.172500', '132052.632500', '132053.092500', '132053.552500', '132054.012500', '132054.472500', '132054.932500', '132055.392500', '132055.852500', '132056.312500', '132056.772500', '132057.232500', '132057.692500', '132058.152500', '132058.612500', '132059.072500', '132059.532500', '132059.992500', '132100.452500', '132100.912500', '132101.372500', '132101.832500', '132102.292500', '132102.752500', '132103.212500', '132103.672500', '132104.132500', '132104.592500', '132105.052500', '132105.512500', '132105.972500', '132106.432500', '132106.892500', '132107.352500', '132107.812500', '132108.272500', '132108.732500', '132109.192500', '132109.652500', '132110.112500', '132110.572500', '132111.032500', '132111.492500', '132111.952500', '132112.412500', '132112.872500', '132113.332500', '132113.792500', '132114.252500', '132114.712500', '132115.172500', '132115.632500', '132116.092500', '132116.552500', '132117.012500', '132117.472500', '132117.932500', '132118.392500', '132118.852500', '132119.312500', '132119.772500', '132120.232500', '132120.692500', '132121.152500', '132121.612500', '132122.072500', '132122.532500', '132122.992500', '132123.452500', '132123.912500', '132124.372500', '132124.832500', '132125.292500', '132125.752500', '132126.212500', '132126.672500', '132127.132500', '132127.592500', '132128.052500', '132128.512500', '132128.972500', '132129.432500', '132129.892500', '132130.352500', '132130.812500', '132131.272500', '132131.732500', '132132.192500', '132132.652500', '132133.112500', '132133.572500', '132134.032500', '132134.492500', '132134.952500', '132135.412500', '132135.872500', '132136.332500', '132136.792500', '132137.252500', '132137.712500', '132138.172500', '132138.632500', '132139.092500', '132139.552500', '132140.012500', '132140.472500', '132140.932500', '132141.392500', '132141.852500', '132142.312500', '132142.772500', '132143.232500', '132143.692500', '132144.152500', '132144.612500', '132145.072500', '132145.532500', '132145.992500', '132146.452500', '132146.912500', '132147.372500', '132147.832500', '132148.292500', '132148.752500', '132149.212500', '132149.672500', '132150.132500', '132150.592500', '132151.052500', '132151.512500', '132151.972500', '132152.432500', '132152.892500', '132153.352500', '132153.812500', '132154.272500', '132154.732500', '132155.192500', '132155.652500', '132156.112500', '132156.572500', '132157.032500', '132157.492500', '132157.952500', '132158.412500', '132158.872500', '132159.332500', '132159.792500', '132200.252500', '132200.712500', '132201.172500', '132201.632500', '132202.092500', '132202.552500', '132203.012500', '132203.472500', '132203.932500', '132204.392500', '132204.852500', '132205.312500', '132205.772500', '132206.232500', '132206.692500', '132207.152500', '132207.612500', '132208.072500', '132208.532500', '132208.992500', '132209.452500', '132209.912500', '132210.372500', '132210.832500', '132211.292500', '132211.752500', '132212.212500', '132212.672500', '132213.132500', '132213.592500', '132214.052500', '132214.512500', '132214.972500', '132215.432500', '132215.892500', '132216.352500', '132216.812500', '132217.272500', '132217.732500', '132218.192500', '132218.652500', '132219.112500', '132219.572500', '132220.032500', '132220.492500', '132220.952500', '132221.412500', '132221.872500', '132222.332500', '132222.792500', '132223.252500', '132223.712500', '132224.172500', '132224.632500', '132225.092500', '132225.552500', '132226.012500', '132226.472500', '132226.932500', '132227.392500', '132227.852500', '132228.312500', '132228.772500', '132229.232500', '132229.692500', '132230.152500', '132230.612500', '132231.072500', '132231.532500', '132231.992500', '132232.452500', '132232.912500', '132233.372500', '132233.832500', '132234.292500', '132234.752500', '132235.212500', '132235.672500', '132236.132500', '132236.592500', '132237.052500', '132237.512500', '132237.972500', '132238.432500', '132238.892500', '132239.352500', '132239.812500', '132240.272500', '132240.732500', '132241.192500', '132241.652500', '132242.112500', '132242.572500', '132243.032500', '132243.492500', '132243.952500', '132244.412500', '132244.872500', '132245.332500', '132245.792500', '132246.252500', '132246.712500', '132247.172500', '132247.632500', '132248.092500', '132248.552500', '132249.012500', '132249.472500', '132249.932500', '132250.392500', '132250.852500', '132251.312500', '132251.772500', '132252.232500', '132252.692500', '132253.152500', '132253.612500', '132254.072500', '132254.532500', '132254.992500', '132255.452500', '132255.912500', '132256.372500', '132256.832500', '132257.292500', '132257.752500', '132258.212500', '132258.672500', '132259.132500', '132259.592500', '132300.052500', '132300.512500', '132300.972500', '132301.432500', '132301.892500', '132302.352500', '132302.812500', '132303.272500', '132303.732500', '132304.192500', '132304.652500', '132305.112500', '132305.572500', '132306.032500', '132306.492500', '132306.952500', '132307.412500', '132307.872500', '132308.332500', '132308.792500', '132309.252500', '132309.712500', '132310.172500', '132310.632500', '132311.092500', '132311.552500', '132312.012500', '132312.472500', '132312.932500', '132313.392500', '132313.852500', '132314.312500', '132314.772500', '132315.232500', '132315.692500', '132316.152500', '132316.612500', '132317.072500', '132317.532500', '132317.992500', '132318.452500', '132318.912500', '132319.372500', '132319.832500', '132320.292500', '132320.752500', '132321.212500', '132321.672500', '132322.132500', '132322.592500', '132323.052500', '132323.512500', '132323.972500', '132324.432500', '132324.892500', '132325.352500', '132325.812500', '132326.272500', '132326.732500', '132327.192500', '132327.652500', '132328.112500', '132328.572500', '132329.032500', '132329.492500', '132329.952500', '132330.412500', '132330.872500', '132331.332500', '132331.792500', '132332.252500', '132332.712500', '132333.172500', '132333.632500', '132334.092500', '132334.552500', '132335.012500', '132335.472500', '132335.932500', '132336.392500', '132336.852500', '132337.312500', '132337.772500', '132338.232500', '132338.692500', '132339.152500', '132339.612500', '132340.072500', '132340.532500', '132340.992500', '132341.452500', '132341.912500', '132342.372500', '132342.832500', '132343.292500', '132343.752500', '132344.212500', '132344.672500', '132345.132500', '132345.592500', '132346.052500', '132346.512500', '132346.972500', '132347.432500', '132347.892500', '132348.352500', '132348.812500', '132349.272500', '132349.732500', '132350.192500', '132350.652500', '132351.112500', '132351.572500', '132352.032500', '132352.492500', '132352.952500', '132353.412500', '132353.872500', '132354.332500', '132354.792500', '132355.252500', '132355.712500', '132356.172500', '132356.632500', '132357.092500', '132357.552500', '132358.012500', '132358.472500', '132358.932500', '132359.392500', '132359.852500', '132400.312500', '132400.772500', '132401.232500', '132401.692500', '132402.152500', '132402.612500', '132403.072500', '132403.532500', '132403.992500', '132404.452500', '132404.912500', '132405.372500', '132405.832500', '132406.292500', '132406.752500', '132407.212500', '132407.672500', '132408.132500', '132408.592500', '132409.052500', '132409.512500', '132409.972500', '132410.432500', '132410.892500', '132411.352500', '132411.812500', '132412.272500', '132412.732500', '132413.192500', '132413.652500', '132414.112500', '132414.572500', '132415.032500', '132415.492500', '132415.952500', '132416.412500', '132416.872500', '132417.332500', '132417.792500', '132418.252500', '132418.712500', '132419.172500', '132419.632500', '132420.092500', '132420.552500', '132421.012500', '132421.472500', '132421.932500', '132422.392500', '132422.852500', '132423.312500', '132423.772500', '132424.232500', '132424.692500', '132425.152500', '132425.612500', '132426.072500', '132426.532500', '132426.992500', '132427.452500', '132427.912500', '132428.372500', '132428.832500', '132429.292500', '132429.752500', '132430.212500', '132430.672500', '132431.132500', '132431.592500', '132432.052500', '132432.512500', '132432.972500', '132433.432500', '132433.892500', '132434.352500', '132434.812500', '132435.272500', '132435.732500', '132436.192500', '132436.652500', '132437.112500', '132437.572500', '132438.032500', '132438.492500', '132438.952500', '132439.412500', '132439.872500', '132440.332500', '132440.792500', '132441.252500', '132441.712500', '132442.172500', '132442.632500', '132443.092500', '132443.552500', '132444.012500', '132444.472500', '132444.932500', '132445.392500', '132445.852500', '132446.312500', '132446.772500', '132447.232500', '132447.692500', '132448.152500', '132448.612500', '132449.072500', '132449.532500', '132449.992500', '132450.452500', '132450.912500', '132451.372500', '132451.832500', '132452.292500', '132452.752500', '132453.212500', '132453.672500', '132454.132500', '132454.592500', '132455.052500', '132455.512500', '132455.972500', '132456.432500', '132456.892500', '132457.352500', '132457.812500', '132458.272500', '132458.732500', '132459.192500', '132459.652500', '132500.112500', '132500.572500', '132501.032500', '132501.492500', '132501.952500', '132502.412500', '132502.872500', '132503.332500', '132503.792500', '132504.252500', '132504.712500', '132505.172500', '132505.632500', '132506.092500', '132506.552500', '132507.012500', '132507.472500', '132507.932500', '132508.392500', '132508.852500', '132509.312500', '132509.772500', '132510.232500', '132510.692500', '132511.152500', '132511.612500', '132512.072500', '132512.532500', '132512.992500', '132513.452500', '132513.912500', '132514.372500', '132514.832500', '132515.292500', '132515.752500', '132516.212500', '132516.672500', '132517.132500', '132517.592500', '132518.052500', '132518.512500', '132518.972500', '132519.432500', '132519.892500', '132520.352500', '132520.812500', '132521.272500', '132521.732500', '132522.192500', '132522.652500', '132523.112500', '132523.572500', '132524.032500', '132524.492500', '132524.952500', '132525.412500', '132525.872500', '132526.332500', '132526.792500', '132527.252500', '132527.712500', '132528.172500', '132528.632500', '132529.092500', '132529.552500', '132530.012500', '132530.472500', '132530.932500', '132531.392500', '132531.852500', '132532.312500', '132532.772500', '132533.232500', '132533.692500', '132534.152500', '132534.612500', '132535.072500', '132535.532500', '132535.992500', '132536.452500', '132536.912500', '132537.372500', '132537.832500', '132538.292500', '132538.752500', '132539.212500', '132539.672500', '132540.132500', '132540.592500', '132541.052500', '132541.512500', '132541.972500', '132542.432500', '132542.892500', '132543.352500', '132543.812500', '132544.272500', '132544.732500', '132545.192500', '132545.652500', '132546.112500', '132546.572500', '132547.032500', '132547.492500', '132547.952500', '132548.412500', '132548.872500', '132549.332500', '132549.792500', '132550.252500', '132550.712500', '132551.172500', '132551.632500', '132552.092500', '132552.552500', '132553.012500', '132553.472500', '132553.932500', '132554.392500', '132554.852500', '132555.312500', '132555.772500', '132556.232500', '132556.692500', '132557.152500', '132557.612500', '132558.072500', '132558.532500', '132558.992500', '132559.452500', '132559.912500', '132600.372500', '132600.832500', '132601.292500', '132601.752500', '132602.212500', '132602.672500', '132603.132500', '132603.592500', '132604.052500', '132604.512500', '132604.972500', '132605.432500', '132605.892500', '132606.352500', '132606.812500', '132607.272500', '132607.732500', '132608.192500', '132608.652500', '132609.112500', '132609.572500', '132610.032500', '132610.492500', '132610.952500', '132611.412500', '132611.872500', '132612.332500', '132612.792500', '132613.252500', '132613.712500', '132614.172500', '132614.632500', '132615.092500', '132615.552500', '132616.012500', '132616.472500', '132616.932500', '132617.392500', '132617.852500', '132618.312500', '132618.772500', '132619.232500', '132619.692500', '132620.152500', '132620.612500', '132621.072500', '132621.532500', '132621.992500', '132622.452500', '132622.912500', '132623.372500', '132623.832500', '132624.292500', '132624.752500', '132625.212500', '132625.672500', '132626.132500', '132626.592500', '132627.052500', '132627.512500', '132627.972500', '132628.432500', '132628.892500', '132629.352500', '132629.812500', '132630.272500', '132630.732500', '132631.192500', '132631.652500', '132632.112500', '132632.572500', '132633.032500', '132633.492500', '132633.952500', '132634.412500', '132634.872500', '132635.332500', '132635.792500', '132636.252500', '132636.712500', '132637.172500', '132637.632500', '132638.092500', '132638.552500', '132639.012500'], 'ContentTime': ['131435.772000', '131435.775000', '131435.782000', '131435.785000', '131435.788000', '131435.791000', '131435.793000', '131435.796000', '131435.799000', '131435.802000', '131435.805000', '131435.808000', '131435.810000', '131435.813000', '131435.816000', '131435.819000', '131435.822000', '131435.824000', '131435.827000', '131435.830000', '131435.833000', '131435.835000', '131435.838000', '131435.841000', '131435.844000', '131435.847000', '131435.849000', '131435.852000', '131435.858000', '131435.861000', '131435.864000', '131435.867000', '131435.870000', '131435.872000', '131435.875000', '131435.878000', '131435.881000', '131435.884000', '131435.886000', '131435.889000', '131435.892000', '131435.895000', '131455.731000', '131455.734000', '131455.737000', '131455.740000', '131455.742000', '131455.745000', '131455.748000', '131455.751000', '131455.754000', '131455.756000', '131455.759000', '131455.762000', '131455.765000', '131455.768000', '131455.770000', '131455.774000', '131455.777000', '131455.779000', '131455.782000', '131455.785000', '131455.788000', '131455.791000', '131455.794000', '131455.796000', '131455.799000', '131455.802000', '131455.805000', '131455.808000', '131455.810000', '131455.813000', '131455.816000', '131455.819000', '131455.822000', '131455.824000', '131455.827000', '131455.830000', '131455.833000', '131455.836000', '131455.838000', '131455.841000', '131455.844000', '131455.847000', '131455.850000', '131515.731000', '131515.734000', '131515.737000', '131515.739000', '131515.747000', '131515.750000', '131515.753000', '131515.755000', '131515.758000', '131515.761000', '131515.764000', '131515.767000', '131515.769000', '131515.772000', '131515.775000', '131515.778000', '131515.781000', '131515.784000', '131515.786000', '131515.789000', '131515.792000', '131515.795000', '131515.797000', '131515.800000', '131515.803000', '131515.806000', '131515.809000', '131515.812000', '131515.814000', '131515.817000', '131515.820000', '131515.823000', '131515.825000', '131515.828000', '131515.831000', '131515.834000', '131515.837000', '131515.839000', '131515.842000', '131515.845000', '131515.848000', '131515.851000', '131515.853000', '131515.856000', '131535.733000', '131535.736000', '131535.739000', '131535.742000', '131535.744000', '131535.747000', '131535.750000', '131535.753000', '131535.756000', '131535.758000', '131535.761000', '131535.764000', '131535.767000', '131535.770000', '131535.773000', '131535.776000', '131535.778000', '131535.781000', '131535.784000', '131535.787000', '131535.790000', '131535.793000', '131535.795000', '131535.798000', '131535.801000', '131535.804000', '131535.807000', '131535.810000', '131535.813000', '131535.821000', '131535.824000', '131535.827000', '131535.830000', '131535.832000', '131535.835000', '131535.838000', '131535.841000', '131535.844000', '131535.846000', '131535.849000', '131535.852000', '131535.855000', '131535.858000', '131555.731000', '131555.734000', '131555.737000', '131555.740000', '131555.742000', '131555.745000', '131555.748000', '131555.751000', '131555.754000', '131555.756000', '131555.759000', '131555.783000', '131555.786000', '131555.788000', '131555.791000', '131555.794000', '131555.797000', '131555.800000', '131555.802000', '131555.805000', '131555.808000', '131555.811000', '131555.813000', '131555.816000', '131555.819000', '131555.822000', '131555.825000', '131555.828000', '131555.830000', '131555.833000', '131555.836000', '131555.839000', '131555.841000', '131555.844000', '131555.847000', '131555.850000', '131555.853000', '131555.855000', '131555.858000', '131555.861000', '131555.864000', '131555.867000', '131555.869000', '131555.872000', '131615.731000', '131615.734000', '131615.737000', '131615.740000', '131615.742000', '131615.745000', '131615.748000', '131615.751000', '131615.754000', '131615.757000', '131615.759000', '131615.762000', '131615.765000', '131615.768000', '131615.771000', '131615.774000', '131615.776000', '131615.779000', '131615.782000', '131615.785000', '131615.788000', '131615.790000', '131615.793000', '131615.796000', '131615.799000', '131615.802000', '131615.804000', '131615.807000', '131615.810000', '131615.813000', '131615.816000', '131615.818000', '131615.821000', '131615.824000', '131615.827000', '131615.830000', '131615.833000', '131615.835000', '131615.838000', '131615.841000', '131615.844000', '131615.847000', '131615.850000', '131635.732000', '131635.735000', '131635.738000', '131635.740000', '131635.743000', '131635.746000', '131635.749000', '131635.752000', '131635.755000', '131635.757000', '131635.760000', '131635.763000', '131635.766000', '131635.769000', '131635.772000', '131635.774000', '131635.777000', '131635.780000', '131635.783000', '131635.786000', '131635.788000', '131635.791000', '131635.794000', '131635.797000', '131635.800000', '131635.803000', '131635.805000', '131635.808000', '131635.811000', '131635.814000', '131635.817000', '131635.819000', '131635.822000', '131635.825000', '131635.828000', '131635.830000', '131635.833000', '131635.836000', '131635.839000', '131635.842000', '131635.845000', '131635.847000', '131635.850000', '131635.853000', '131655.732000', '131655.735000', '131655.738000', '131655.741000', '131655.743000', '131655.746000', '131655.749000', '131655.752000', '131655.755000', '131655.758000', '131655.761000', '131655.763000', '131655.766000', '131655.771000', '131655.774000', '131655.777000', '131655.780000', '131655.783000', '131655.785000', '131655.788000', '131655.791000', '131655.794000', '131655.797000', '131655.800000', '131655.803000', '131655.805000', '131655.808000', '131655.811000', '131655.814000', '131655.817000', '131655.819000', '131655.822000', '131655.825000', '131655.828000', '131655.831000', '131655.834000', '131655.837000', '131655.840000', '131655.843000', '131655.846000', '131655.848000', '131655.851000', '131655.854000', '131715.731000', '131715.734000', '131715.737000', '131715.739000', '131715.742000', '131715.745000', '131715.748000', '131715.751000', '131715.753000', '131715.756000', '131715.759000', '131715.762000', '131715.765000', '131715.768000', '131715.770000', '131715.773000', '131715.776000', '131715.779000', '131715.782000', '131715.784000', '131715.787000', '131715.790000', '131715.793000', '131715.796000', '131715.799000', '131715.802000', '131715.804000', '131715.807000', '131715.810000', '131715.813000', '131715.816000', '131715.819000', '131715.821000', '131715.824000', '131715.827000', '131715.830000', '131715.833000', '131715.835000', '131715.838000', '131715.841000', '131715.844000', '131715.847000', '131715.849000', '131715.852000', '131735.731000', '131735.734000', '131735.737000', '131735.739000', '131735.742000', '131735.745000', '131735.762000', '131735.765000', '131735.768000', '131735.771000', '131735.773000', '131735.776000', '131735.779000', '131735.782000', '131735.785000', '131735.787000', '131735.790000', '131735.793000', '131735.796000', '131735.798000', '131735.801000', '131735.804000', '131735.807000', '131735.810000', '131735.813000', '131735.815000', '131735.818000', '131735.821000', '131735.824000', '131735.827000', '131735.830000', '131735.832000', '131735.835000', '131735.838000', '131735.841000', '131735.844000', '131735.847000', '131735.850000', '131735.853000', '131735.855000', '131735.858000', '131735.861000', '131735.864000', '131755.731000', '131755.734000', '131755.737000', '131755.740000', '131755.742000', '131755.745000', '131755.748000', '131755.751000', '131755.754000', '131755.757000', '131755.759000', '131755.762000', '131755.765000', '131755.768000', '131755.771000', '131755.774000', '131755.776000', '131755.779000', '131755.782000', '131755.785000', '131755.788000', '131755.791000', '131755.793000', '131755.796000', '131755.799000', '131755.802000', '131755.805000', '131755.808000', '131755.810000', '131755.813000', '131755.816000', '131755.819000', '131755.822000', '131755.825000', '131755.827000', '131755.830000', '131755.833000', '131755.836000', '131755.839000', '131755.841000', '131755.844000', '131755.847000', '131755.850000', '131755.853000', '131815.731000', '131815.734000', '131815.737000', '131815.739000', '131815.742000', '131815.745000', '131815.748000', '131815.751000', '131815.754000', '131815.757000', '131815.759000', '131815.762000', '131815.765000', '131815.768000', '131815.771000', '131815.773000', '131815.776000', '131815.779000', '131815.782000', '131815.785000', '131815.788000', '131815.790000', '131815.793000', '131815.796000', '131815.799000', '131815.802000', '131815.805000', '131815.809000', '131815.812000', '131815.815000', '131815.817000', '131815.820000', '131815.823000', '131815.826000', '131815.829000', '131815.832000', '131815.835000', '131815.837000', '131815.840000', '131815.843000', '131815.846000', '131815.849000', '131815.851000', '131835.731000', '131835.734000', '131835.737000', '131835.739000', '131835.742000', '131835.745000', '131835.748000', '131835.751000', '131835.754000', '131835.756000', '131835.759000', '131835.762000', '131835.765000', '131835.768000', '131835.770000', '131835.773000', '131835.776000', '131835.779000', '131835.782000', '131835.785000', '131835.787000', '131835.790000', '131835.793000', '131835.796000', '131835.799000', '131835.802000', '131835.804000', '131835.807000', '131835.810000', '131835.813000', '131835.816000', '131835.819000', '131835.821000', '131835.824000', '131835.827000', '131835.830000', '131835.833000', '131835.836000', '131835.838000', '131835.841000', '131835.844000', '131835.847000', '131835.850000', '131835.852000', '131855.732000', '131855.735000', '131855.738000', '131855.741000', '131855.744000', '131855.746000', '131855.749000', '131855.752000', '131855.755000', '131855.758000', '131855.760000', '131855.763000', '131855.766000', '131855.769000', '131855.772000', '131855.775000', '131855.777000', '131855.780000', '131855.783000', '131855.786000', '131855.789000', '131855.792000', '131855.795000', '131855.797000', '131855.800000', '131855.803000', '131855.806000', '131855.809000', '131855.811000', '131855.814000', '131855.817000', '131855.835000', '131855.838000', '131855.841000', '131855.843000', '131855.846000', '131855.849000', '131855.852000', '131855.855000', '131855.858000', '131855.860000', '131855.863000', '131855.866000', '131915.732000', '131915.735000', '131915.738000', '131915.741000', '131915.743000', '131915.746000', '131915.749000', '131915.752000', '131915.755000', '131915.757000', '131915.760000', '131915.763000', '131915.766000', '131915.769000', '131915.772000', '131915.774000', '131915.777000', '131915.780000', '131915.783000', '131915.786000', '131915.789000', '131915.792000', '131915.794000', '131915.797000', '131915.800000', '131915.803000', '131915.806000', '131915.808000', '131915.811000', '131915.814000', '131915.817000', '131915.820000', '131915.823000', '131915.825000', '131915.828000', '131915.831000', '131915.834000', '131915.837000', '131915.840000', '131915.842000', '131915.845000', '131915.848000', '131915.851000', '131915.854000', '131935.731000', '131935.734000', '131935.737000', '131935.740000', '131935.743000', '131935.745000', '131935.748000', '131935.751000', '131935.754000', '131935.757000', '131935.759000', '131935.762000', '131935.765000', '131935.768000', '131935.771000', '131935.774000', '131935.777000', '131935.779000', '131935.782000', '131935.785000', '131935.788000', '131935.791000', '131935.793000', '131935.796000', '131935.799000', '131935.802000', '131935.805000', '131935.808000', '131935.810000', '131935.813000', '131935.816000', '131935.819000', '131935.822000', '131935.825000', '131935.828000', '131935.830000', '131935.833000', '131935.836000', '131935.839000', '131935.842000', '131935.846000', '131935.849000', '131935.852000', '131955.731000', '131955.734000', '131955.737000', '131955.740000', '131955.743000', '131955.745000', '131955.748000', '131955.751000', '131955.754000', '131955.757000', '131955.759000', '131955.762000', '131955.765000', '131955.768000', '131955.771000', '131955.774000', '131955.777000', '131955.779000', '131955.782000', '131955.785000', '131955.788000', '131955.791000', '131955.794000', '131955.796000', '131955.799000', '131955.802000', '131955.805000', '131955.808000', '131955.811000', '131955.814000', '131955.817000', '131955.819000', '131955.822000', '131955.825000', '131955.828000', '131955.831000', '131955.833000', '131955.836000', '131955.839000', '131955.842000', '131955.847000', '131955.849000', '131955.852000', '131955.855000', '132015.731000', '132015.734000', '132015.737000', '132015.740000', '132015.743000', '132015.745000', '132015.748000', '132015.751000', '132015.754000', '132015.757000', '132015.759000', '132015.762000', '132015.765000', '132015.768000', '132015.771000', '132015.774000', '132015.776000', '132015.779000', '132015.782000', '132015.785000', '132015.788000', '132015.790000', '132015.793000', '132015.796000', '132015.799000', '132015.802000', '132015.805000', '132015.807000', '132015.810000', '132015.813000', '132015.816000', '132015.819000', '132015.822000', '132015.824000', '132015.827000', '132015.830000', '132015.833000', '132015.836000', '132015.839000', '132015.841000', '132015.844000', '132015.847000', '132015.864000', '132035.731000', '132035.734000', '132035.737000', '132035.740000', '132035.743000', '132035.745000', '132035.748000', '132035.751000', '132035.754000', '132035.757000', '132035.759000', '132035.762000', '132035.765000', '132035.768000', '132035.771000', '132035.774000', '132035.776000', '132035.779000', '132035.782000', '132035.785000', '132035.787000', '132035.790000', '132035.793000', '132035.796000', '132035.799000', '132035.802000', '132035.804000', '132035.807000', '132035.810000', '132035.813000', '132035.816000', '132035.819000', '132035.821000', '132035.824000', '132035.827000', '132035.830000', '132035.833000', '132035.836000', '132035.838000', '132035.841000', '132035.844000', '132035.847000', '132035.850000', '132035.853000', '132055.731000', '132055.734000', '132055.737000', '132055.740000', '132055.743000', '132055.745000', '132055.748000', '132055.751000', '132055.754000', '132055.757000', '132055.759000', '132055.762000', '132055.765000', '132055.768000', '132055.771000', '132055.774000', '132055.776000', '132055.779000', '132055.782000', '132055.785000', '132055.788000', '132055.791000', '132055.794000', '132055.796000', '132055.799000', '132055.802000', '132055.805000', '132055.808000', '132055.811000', '132055.813000', '132055.816000', '132055.819000', '132055.822000', '132055.825000', '132055.828000', '132055.830000', '132055.833000', '132055.836000', '132055.839000', '132055.842000', '132055.844000', '132055.847000', '132055.850000', '132115.732000', '132115.735000', '132115.738000', '132115.741000', '132115.744000', '132115.747000', '132115.750000', '132115.752000', '132115.755000', '132115.758000', '132115.761000', '132115.763000', '132115.766000', '132115.769000', '132115.772000', '132115.775000', '132115.778000', '132115.780000', '132115.783000', '132115.786000', '132115.789000', '132115.792000', '132115.795000', '132115.797000', '132115.800000', '132115.803000', '132115.806000', '132115.809000', '132115.812000', '132115.814000', '132115.817000', '132115.820000', '132115.823000', '132115.826000', '132115.829000', '132115.831000', '132115.834000', '132115.837000', '132115.840000', '132115.843000', '132115.845000', '132115.848000', '132115.851000', '132135.732000', '132135.735000', '132135.738000', '132135.741000', '132135.743000', '132135.746000', '132135.749000', '132135.752000', '132135.755000', '132135.758000', '132135.760000', '132135.763000', '132135.766000', '132135.769000', '132135.772000', '132135.775000', '132135.778000', '132135.780000', '132135.783000', '132135.786000', '132135.789000', '132135.792000', '132135.794000', '132135.797000', '132135.800000', '132135.803000', '132135.806000', '132135.809000', '132135.812000', '132135.814000', '132135.817000', '132135.820000', '132135.823000', '132135.826000', '132135.828000', '132135.831000', '132135.834000', '132135.837000', '132135.840000', '132135.842000', '132135.845000', '132135.848000', '132135.851000', '132135.854000', '132155.731000', '132155.734000', '132155.737000', '132155.740000', '132155.743000', '132155.746000', '132155.749000', '132155.752000', '132155.755000', '132155.758000', '132155.761000', '132155.764000', '132155.766000', '132155.769000', '132155.772000', '132155.775000', '132155.778000', '132155.781000', '132155.783000', '132155.786000', '132155.789000', '132155.792000', '132155.795000', '132155.797000', '132155.800000', '132155.803000', '132155.806000', '132155.809000', '132155.812000', '132155.815000', '132155.817000', '132155.820000', '132155.823000', '132155.826000', '132155.829000', '132155.832000', '132155.834000', '132155.837000', '132155.840000', '132155.843000', '132155.846000', '132155.849000', '132155.851000', '132215.731000', '132215.734000', '132215.737000', '132215.740000', '132215.743000', '132215.746000', '132215.749000', '132215.751000', '132215.754000', '132215.757000', '132215.760000', '132215.763000', '132215.766000', '132215.768000', '132215.771000', '132215.774000', '132215.777000', '132215.780000', '132215.783000', '132215.785000', '132215.788000', '132215.791000', '132215.794000', '132215.797000', '132215.800000', '132215.803000', '132215.806000', '132215.808000', '132215.811000', '132215.814000', '132215.817000', '132215.820000', '132215.823000', '132215.826000', '132215.828000', '132215.831000', '132215.834000', '132215.837000', '132215.840000', '132215.843000', '132215.845000', '132215.848000', '132215.851000', '132215.854000', '132235.731000', '132235.734000', '132235.737000', '132235.740000', '132235.742000', '132235.745000', '132235.748000', '132235.751000', '132235.754000', '132235.757000', '132235.760000', '132235.762000', '132235.765000', '132235.768000', '132235.771000', '132235.774000', '132235.777000', '132235.780000', '132235.783000', '132235.786000', '132235.788000', '132235.791000', '132235.794000', '132235.797000', '132235.800000', '132235.803000', '132235.805000', '132235.808000', '132235.811000', '132235.814000', '132235.817000', '132235.819000', '132235.822000', '132235.825000', '132235.828000', '132235.831000', '132235.834000', '132235.836000', '132235.839000', '132235.842000', '132235.845000', '132235.848000', '132235.850000', '132255.731000', '132255.734000', '132255.737000', '132255.740000', '132255.742000', '132255.745000', '132255.748000', '132255.751000', '132255.754000', '132255.757000', '132255.760000', '132255.763000', '132255.765000', '132255.768000', '132255.771000', '132255.774000', '132255.777000', '132255.779000', '132255.782000', '132255.785000', '132255.788000', '132255.791000', '132255.794000', '132255.796000', '132255.799000', '132255.802000', '132255.805000', '132255.808000', '132255.810000', '132255.813000', '132255.816000', '132255.819000', '132255.822000', '132255.825000', '132255.827000', '132255.830000', '132255.833000', '132255.836000', '132255.839000', '132255.842000', '132255.844000', '132255.847000', '132255.850000', '132255.853000', '132315.731000', '132315.734000', '132315.737000', '132315.740000', '132315.742000', '132315.745000', '132315.748000', '132315.751000', '132315.754000', '132315.756000', '132315.759000', '132315.762000', '132315.765000', '132315.768000', '132315.771000', '132315.773000', '132315.776000', '132315.779000', '132315.782000', '132315.787000', '132315.790000', '132315.793000', '132315.795000', '132315.798000', '132315.801000', '132315.804000', '132315.807000', '132315.810000', '132315.812000', '132315.815000', '132315.818000', '132315.821000', '132315.824000', '132315.827000', '132315.829000', '132315.832000', '132315.835000', '132315.838000', '132315.841000', '132315.843000', '132315.846000', '132315.849000', '132315.852000', '132335.732000', '132335.735000', '132335.738000', '132335.741000', '132335.743000', '132335.746000', '132335.749000', '132335.752000', '132335.755000', '132335.758000', '132335.761000', '132335.763000', '132335.766000', '132335.769000', '132335.772000', '132335.775000', '132335.778000', '132335.780000', '132335.783000', '132335.786000', '132335.789000', '132335.792000', '132335.794000', '132335.797000', '132335.800000', '132335.803000', '132335.806000', '132335.809000', '132335.812000', '132335.815000', '132335.817000', '132335.820000', '132335.823000', '132335.826000', '132335.829000', '132335.832000', '132335.834000', '132335.837000', '132335.840000', '132335.843000', '132335.846000', '132335.849000', '132335.852000', '132335.854000', '132355.732000', '132355.735000', '132355.738000', '132355.741000', '132355.744000', '132355.746000', '132355.749000', '132355.752000', '132355.755000', '132355.758000', '132355.761000', '132355.763000', '132355.766000', '132355.769000', '132355.772000', '132355.775000', '132355.777000', '132355.780000', '132355.783000', '132355.786000', '132355.789000', '132355.792000', '132355.795000', '132355.798000', '132355.800000', '132355.803000', '132355.806000', '132355.809000', '132355.812000', '132355.815000', '132355.818000', '132355.820000', '132355.823000', '132355.826000', '132355.829000', '132355.832000', '132355.835000', '132355.838000', '132355.840000', '132355.843000', '132355.846000', '132355.849000', '132355.852000', '132415.731000', '132415.734000', '132415.737000', '132415.740000', '132415.743000', '132415.746000', '132415.748000', '132415.751000', '132415.754000', '132415.757000', '132415.760000', '132415.763000', '132415.765000', '132415.768000', '132415.771000', '132415.774000', '132415.777000', '132415.780000', '132415.783000', '132415.785000', '132415.788000', '132415.791000', '132415.794000', '132415.797000', '132415.800000', '132415.802000', '132415.805000', '132415.808000', '132415.811000', '132415.814000', '132415.817000', '132415.819000', '132415.837000', '132415.840000', '132415.843000', '132415.846000', '132415.849000', '132415.852000', '132415.855000', '132415.857000', '132415.860000', '132415.863000', '132415.866000', '132415.869000', '132435.731000', '132435.734000', '132435.737000', '132435.740000', '132435.743000', '132435.745000', '132435.748000', '132435.751000', '132435.754000', '132435.757000', '132435.761000', '132435.764000', '132435.767000', '132435.769000', '132435.772000', '132435.775000', '132435.778000', '132435.781000', '132435.784000', '132435.787000', '132435.790000', '132435.792000', '132435.795000', '132435.798000', '132435.801000', '132435.804000', '132435.807000', '132435.809000', '132435.812000', '132435.815000', '132435.818000', '132435.821000', '132435.825000', '132435.830000', '132435.833000', '132435.836000', '132435.839000', '132435.842000', '132435.845000', '132435.848000', '132435.850000', '132435.853000', '132435.856000', '132455.731000', '132455.734000', '132455.737000', '132455.740000', '132455.743000', '132455.746000', '132455.748000', '132455.751000', '132455.754000', '132455.757000', '132455.760000', '132455.763000', '132455.765000', '132455.768000', '132455.771000', '132455.774000', '132455.777000', '132455.780000', '132455.783000', '132455.785000', '132455.788000', '132455.791000', '132455.794000', '132455.797000', '132455.800000', '132455.802000', '132455.805000', '132455.808000', '132455.811000', '132455.814000', '132455.817000', '132455.820000', '132455.822000', '132455.825000', '132455.828000', '132455.831000', '132455.834000', '132455.837000', '132455.840000', '132455.842000', '132455.845000', '132455.848000', '132455.851000', '132455.854000', '132515.731000', '132515.734000', '132515.737000', '132515.740000', '132515.743000', '132515.746000', '132515.748000', '132515.751000', '132515.754000', '132515.757000', '132515.760000', '132515.763000', '132515.765000', '132515.768000', '132515.771000', '132515.774000', '132515.777000', '132515.780000', '132515.782000', '132515.785000', '132515.788000', '132515.791000', '132515.794000', '132515.797000', '132515.799000', '132515.802000', '132515.805000', '132515.811000', '132515.814000', '132515.817000', '132515.820000', '132515.823000', '132515.825000', '132515.828000', '132515.831000', '132515.834000', '132515.837000', '132515.839000', '132515.842000', '132515.845000', '132515.848000', '132515.851000', '132515.854000', '132535.731000', '132535.734000', '132535.737000', '132535.740000', '132535.743000', '132535.746000', '132535.748000', '132535.751000', '132535.754000', '132535.757000', '132535.760000', '132535.763000', '132535.766000', '132535.768000', '132535.771000', '132535.785000', '132535.787000', '132535.790000', '132535.793000', '132535.796000', '132535.799000', '132535.802000', '132535.804000', '132535.807000', '132535.810000', '132535.813000', '132535.816000', '132535.819000', '132535.821000', '132535.824000', '132535.827000', '132535.830000', '132535.833000', '132535.836000', '132535.839000', '132535.841000', '132535.844000', '132535.847000', '132535.850000', '132535.853000', '132535.855000', '132535.858000', '132535.861000', '132535.864000', '132555.732000', '132555.735000', '132555.738000', '132555.741000', '132555.744000', '132555.747000', '132555.749000', '132555.752000', '132555.755000', '132555.758000', '132555.761000', '132555.763000', '132555.766000', '132555.769000', '132555.772000', '132555.775000', '132555.778000', '132555.780000', '132555.783000', '132555.786000', '132555.789000', '132555.792000', '132555.795000', '132555.799000', '132555.801000', '132555.804000', '132555.807000', '132555.810000', '132555.813000', '132555.816000', '132555.819000', '132555.822000', '132555.824000', '132555.827000', '132555.830000', '132555.833000', '132555.836000', '132555.838000', '132555.841000', '132555.844000', '132555.847000', '132555.850000', '132555.853000', '132615.732000', '132615.735000', '132615.738000', '132615.741000', '132615.744000', '132615.747000', '132615.749000', '132615.752000', '132615.755000', '132615.758000', '132615.761000', '132615.764000', '132615.767000', '132615.770000', '132615.773000', '132615.776000', '132615.779000', '132615.781000', '132615.784000', '132615.787000', '132615.790000', '132615.793000', '132615.795000', '132615.798000', '132615.801000', '132615.804000', '132615.807000', '132615.810000', '132615.813000', '132615.815000', '132615.818000', '132615.821000', '132615.824000', '132615.827000', '132615.830000', '132615.832000', '132615.835000', '132615.838000', '132615.841000', '132615.844000', '132615.847000', '132615.849000', '132615.852000', '132615.855000', '132635.731000', '132635.734000', '132635.737000', '132635.740000', '132635.743000', '132635.746000', '132635.749000', '132635.751000', '132635.754000', '132635.757000', '132635.760000', '132635.763000', '132635.765000', '132635.768000', '132635.771000', '132635.774000', '132635.777000', '132635.780000', '132635.782000', '132635.785000', '132635.788000', '132635.791000', '132635.794000', '132635.796000', '132635.799000', '132635.802000', '132635.805000', '132635.808000', '132635.811000', '132635.813000', '132635.816000', '132635.819000', '132635.822000', '132635.825000', '132635.828000', '132635.830000', '132635.833000', '132635.836000', '132635.839000', '132635.842000', '132635.855000', '132635.858000', '132635.861000', '132639.642000', '132639.645000', '132639.649000', '132639.654000', '132639.659000', '132639.662000', '132639.665000', '132639.668000', '132639.671000'], 'InstanceCreationTime': ['131435.772000', '131435.775000', '131435.782000', '131435.785000', '131435.788000', '131435.791000', '131435.793000', '131435.796000', '131435.799000', '131435.802000', '131435.805000', '131435.808000', '131435.810000', '131435.813000', '131435.816000', '131435.819000', '131435.822000', '131435.824000', '131435.827000', '131435.830000', '131435.833000', '131435.835000', '131435.838000', '131435.841000', '131435.844000', '131435.847000', '131435.849000', '131435.852000', '131435.858000', '131435.861000', '131435.864000', '131435.867000', '131435.870000', '131435.872000', '131435.875000', '131435.878000', '131435.881000', '131435.884000', '131435.886000', '131435.889000', '131435.892000', '131435.895000', '131455.731000', '131455.734000', '131455.737000', '131455.740000', '131455.742000', '131455.745000', '131455.748000', '131455.751000', '131455.754000', '131455.756000', '131455.759000', '131455.762000', '131455.765000', '131455.768000', '131455.770000', '131455.774000', '131455.777000', '131455.779000', '131455.782000', '131455.785000', '131455.788000', '131455.791000', '131455.794000', '131455.796000', '131455.799000', '131455.802000', '131455.805000', '131455.808000', '131455.810000', '131455.813000', '131455.816000', '131455.819000', '131455.822000', '131455.824000', '131455.827000', '131455.830000', '131455.833000', '131455.836000', '131455.838000', '131455.841000', '131455.844000', '131455.847000', '131455.850000', '131515.731000', '131515.734000', '131515.737000', '131515.739000', '131515.747000', '131515.750000', '131515.753000', '131515.755000', '131515.758000', '131515.761000', '131515.764000', '131515.767000', '131515.769000', '131515.772000', '131515.775000', '131515.778000', '131515.781000', '131515.784000', '131515.786000', '131515.789000', '131515.792000', '131515.795000', '131515.797000', '131515.800000', '131515.803000', '131515.806000', '131515.809000', '131515.812000', '131515.814000', '131515.817000', '131515.820000', '131515.823000', '131515.825000', '131515.828000', '131515.831000', '131515.834000', '131515.837000', '131515.839000', '131515.842000', '131515.845000', '131515.848000', '131515.851000', '131515.853000', '131515.856000', '131535.733000', '131535.736000', '131535.739000', '131535.742000', '131535.744000', '131535.747000', '131535.750000', '131535.753000', '131535.756000', '131535.758000', '131535.761000', '131535.764000', '131535.767000', '131535.770000', '131535.773000', '131535.776000', '131535.778000', '131535.781000', '131535.784000', '131535.787000', '131535.790000', '131535.793000', '131535.795000', '131535.798000', '131535.801000', '131535.804000', '131535.807000', '131535.810000', '131535.813000', '131535.821000', '131535.824000', '131535.827000', '131535.830000', '131535.832000', '131535.835000', '131535.838000', '131535.841000', '131535.844000', '131535.846000', '131535.849000', '131535.852000', '131535.855000', '131535.858000', '131555.731000', '131555.734000', '131555.737000', '131555.740000', '131555.742000', '131555.745000', '131555.748000', '131555.751000', '131555.754000', '131555.756000', '131555.759000', '131555.783000', '131555.786000', '131555.788000', '131555.791000', '131555.794000', '131555.797000', '131555.800000', '131555.802000', '131555.805000', '131555.808000', '131555.811000', '131555.813000', '131555.816000', '131555.819000', '131555.822000', '131555.825000', '131555.828000', '131555.830000', '131555.833000', '131555.836000', '131555.839000', '131555.841000', '131555.844000', '131555.847000', '131555.850000', '131555.853000', '131555.855000', '131555.858000', '131555.861000', '131555.864000', '131555.867000', '131555.869000', '131555.872000', '131615.731000', '131615.734000', '131615.737000', '131615.740000', '131615.742000', '131615.745000', '131615.748000', '131615.751000', '131615.754000', '131615.757000', '131615.759000', '131615.762000', '131615.765000', '131615.768000', '131615.771000', '131615.774000', '131615.776000', '131615.779000', '131615.782000', '131615.785000', '131615.788000', '131615.790000', '131615.793000', '131615.796000', '131615.799000', '131615.802000', '131615.804000', '131615.807000', '131615.810000', '131615.813000', '131615.816000', '131615.818000', '131615.821000', '131615.824000', '131615.827000', '131615.830000', '131615.833000', '131615.835000', '131615.838000', '131615.841000', '131615.844000', '131615.847000', '131615.850000', '131635.732000', '131635.735000', '131635.738000', '131635.740000', '131635.743000', '131635.746000', '131635.749000', '131635.752000', '131635.755000', '131635.757000', '131635.760000', '131635.763000', '131635.766000', '131635.769000', '131635.772000', '131635.774000', '131635.777000', '131635.780000', '131635.783000', '131635.786000', '131635.788000', '131635.791000', '131635.794000', '131635.797000', '131635.800000', '131635.803000', '131635.805000', '131635.808000', '131635.811000', '131635.814000', '131635.817000', '131635.819000', '131635.822000', '131635.825000', '131635.828000', '131635.830000', '131635.833000', '131635.836000', '131635.839000', '131635.842000', '131635.845000', '131635.847000', '131635.850000', '131635.853000', '131655.732000', '131655.735000', '131655.738000', '131655.741000', '131655.743000', '131655.746000', '131655.749000', '131655.752000', '131655.755000', '131655.758000', '131655.761000', '131655.763000', '131655.766000', '131655.771000', '131655.774000', '131655.777000', '131655.780000', '131655.783000', '131655.785000', '131655.788000', '131655.791000', '131655.794000', '131655.797000', '131655.800000', '131655.803000', '131655.805000', '131655.808000', '131655.811000', '131655.814000', '131655.817000', '131655.819000', '131655.822000', '131655.825000', '131655.828000', '131655.831000', '131655.834000', '131655.837000', '131655.840000', '131655.843000', '131655.846000', '131655.848000', '131655.851000', '131655.854000', '131715.731000', '131715.734000', '131715.737000', '131715.739000', '131715.742000', '131715.745000', '131715.748000', '131715.751000', '131715.753000', '131715.756000', '131715.759000', '131715.762000', '131715.765000', '131715.768000', '131715.770000', '131715.773000', '131715.776000', '131715.779000', '131715.782000', '131715.784000', '131715.787000', '131715.790000', '131715.793000', '131715.796000', '131715.799000', '131715.802000', '131715.804000', '131715.807000', '131715.810000', '131715.813000', '131715.816000', '131715.819000', '131715.821000', '131715.824000', '131715.827000', '131715.830000', '131715.833000', '131715.835000', '131715.838000', '131715.841000', '131715.844000', '131715.847000', '131715.849000', '131715.852000', '131735.731000', '131735.734000', '131735.737000', '131735.739000', '131735.742000', '131735.745000', '131735.762000', '131735.765000', '131735.768000', '131735.771000', '131735.773000', '131735.776000', '131735.779000', '131735.782000', '131735.785000', '131735.787000', '131735.790000', '131735.793000', '131735.796000', '131735.798000', '131735.801000', '131735.804000', '131735.807000', '131735.810000', '131735.813000', '131735.815000', '131735.818000', '131735.821000', '131735.824000', '131735.827000', '131735.830000', '131735.832000', '131735.835000', '131735.838000', '131735.841000', '131735.844000', '131735.847000', '131735.850000', '131735.853000', '131735.855000', '131735.858000', '131735.861000', '131735.864000', '131755.731000', '131755.734000', '131755.737000', '131755.740000', '131755.742000', '131755.745000', '131755.748000', '131755.751000', '131755.754000', '131755.757000', '131755.759000', '131755.762000', '131755.765000', '131755.768000', '131755.771000', '131755.774000', '131755.776000', '131755.779000', '131755.782000', '131755.785000', '131755.788000', '131755.791000', '131755.793000', '131755.796000', '131755.799000', '131755.802000', '131755.805000', '131755.808000', '131755.810000', '131755.813000', '131755.816000', '131755.819000', '131755.822000', '131755.825000', '131755.827000', '131755.830000', '131755.833000', '131755.836000', '131755.839000', '131755.841000', '131755.844000', '131755.847000', '131755.850000', '131755.853000', '131815.731000', '131815.734000', '131815.737000', '131815.739000', '131815.742000', '131815.745000', '131815.748000', '131815.751000', '131815.754000', '131815.757000', '131815.759000', '131815.762000', '131815.765000', '131815.768000', '131815.771000', '131815.773000', '131815.776000', '131815.779000', '131815.782000', '131815.785000', '131815.788000', '131815.790000', '131815.793000', '131815.796000', '131815.799000', '131815.802000', '131815.805000', '131815.809000', '131815.812000', '131815.815000', '131815.817000', '131815.820000', '131815.823000', '131815.826000', '131815.829000', '131815.832000', '131815.835000', '131815.837000', '131815.840000', '131815.843000', '131815.846000', '131815.849000', '131815.851000', '131835.731000', '131835.734000', '131835.737000', '131835.739000', '131835.742000', '131835.745000', '131835.748000', '131835.751000', '131835.754000', '131835.756000', '131835.759000', '131835.762000', '131835.765000', '131835.768000', '131835.770000', '131835.773000', '131835.776000', '131835.779000', '131835.782000', '131835.785000', '131835.787000', '131835.790000', '131835.793000', '131835.796000', '131835.799000', '131835.802000', '131835.804000', '131835.807000', '131835.810000', '131835.813000', '131835.816000', '131835.819000', '131835.821000', '131835.824000', '131835.827000', '131835.830000', '131835.833000', '131835.836000', '131835.838000', '131835.841000', '131835.844000', '131835.847000', '131835.850000', '131835.852000', '131855.732000', '131855.735000', '131855.738000', '131855.741000', '131855.744000', '131855.746000', '131855.749000', '131855.752000', '131855.755000', '131855.758000', '131855.760000', '131855.763000', '131855.766000', '131855.769000', '131855.772000', '131855.775000', '131855.777000', '131855.780000', '131855.783000', '131855.786000', '131855.789000', '131855.792000', '131855.795000', '131855.797000', '131855.800000', '131855.803000', '131855.806000', '131855.809000', '131855.811000', '131855.814000', '131855.817000', '131855.835000', '131855.838000', '131855.841000', '131855.843000', '131855.846000', '131855.849000', '131855.852000', '131855.855000', '131855.858000', '131855.860000', '131855.863000', '131855.866000', '131915.732000', '131915.735000', '131915.738000', '131915.741000', '131915.743000', '131915.746000', '131915.749000', '131915.752000', '131915.755000', '131915.757000', '131915.760000', '131915.763000', '131915.766000', '131915.769000', '131915.772000', '131915.774000', '131915.777000', '131915.780000', '131915.783000', '131915.786000', '131915.789000', '131915.792000', '131915.794000', '131915.797000', '131915.800000', '131915.803000', '131915.806000', '131915.808000', '131915.811000', '131915.814000', '131915.817000', '131915.820000', '131915.823000', '131915.825000', '131915.828000', '131915.831000', '131915.834000', '131915.837000', '131915.840000', '131915.842000', '131915.845000', '131915.848000', '131915.851000', '131915.854000', '131935.731000', '131935.734000', '131935.737000', '131935.740000', '131935.743000', '131935.745000', '131935.748000', '131935.751000', '131935.754000', '131935.757000', '131935.759000', '131935.762000', '131935.765000', '131935.768000', '131935.771000', '131935.774000', '131935.777000', '131935.779000', '131935.782000', '131935.785000', '131935.788000', '131935.791000', '131935.793000', '131935.796000', '131935.799000', '131935.802000', '131935.805000', '131935.808000', '131935.810000', '131935.813000', '131935.816000', '131935.819000', '131935.822000', '131935.825000', '131935.828000', '131935.830000', '131935.833000', '131935.836000', '131935.839000', '131935.842000', '131935.846000', '131935.849000', '131935.852000', '131955.731000', '131955.734000', '131955.737000', '131955.740000', '131955.743000', '131955.745000', '131955.748000', '131955.751000', '131955.754000', '131955.757000', '131955.759000', '131955.762000', '131955.765000', '131955.768000', '131955.771000', '131955.774000', '131955.777000', '131955.779000', '131955.782000', '131955.785000', '131955.788000', '131955.791000', '131955.794000', '131955.796000', '131955.799000', '131955.802000', '131955.805000', '131955.808000', '131955.811000', '131955.814000', '131955.817000', '131955.819000', '131955.822000', '131955.825000', '131955.828000', '131955.831000', '131955.833000', '131955.836000', '131955.839000', '131955.842000', '131955.847000', '131955.849000', '131955.852000', '131955.855000', '132015.731000', '132015.734000', '132015.737000', '132015.740000', '132015.743000', '132015.745000', '132015.748000', '132015.751000', '132015.754000', '132015.757000', '132015.759000', '132015.762000', '132015.765000', '132015.768000', '132015.771000', '132015.774000', '132015.776000', '132015.779000', '132015.782000', '132015.785000', '132015.788000', '132015.790000', '132015.793000', '132015.796000', '132015.799000', '132015.802000', '132015.805000', '132015.807000', '132015.810000', '132015.813000', '132015.816000', '132015.819000', '132015.822000', '132015.824000', '132015.827000', '132015.830000', '132015.833000', '132015.836000', '132015.839000', '132015.841000', '132015.844000', '132015.847000', '132015.864000', '132035.731000', '132035.734000', '132035.737000', '132035.740000', '132035.743000', '132035.745000', '132035.748000', '132035.751000', '132035.754000', '132035.757000', '132035.759000', '132035.762000', '132035.765000', '132035.768000', '132035.771000', '132035.774000', '132035.776000', '132035.779000', '132035.782000', '132035.785000', '132035.787000', '132035.790000', '132035.793000', '132035.796000', '132035.799000', '132035.802000', '132035.804000', '132035.807000', '132035.810000', '132035.813000', '132035.816000', '132035.819000', '132035.821000', '132035.824000', '132035.827000', '132035.830000', '132035.833000', '132035.836000', '132035.838000', '132035.841000', '132035.844000', '132035.847000', '132035.850000', '132035.853000', '132055.731000', '132055.734000', '132055.737000', '132055.740000', '132055.743000', '132055.745000', '132055.748000', '132055.751000', '132055.754000', '132055.757000', '132055.759000', '132055.762000', '132055.765000', '132055.768000', '132055.771000', '132055.774000', '132055.776000', '132055.779000', '132055.782000', '132055.785000', '132055.788000', '132055.791000', '132055.794000', '132055.796000', '132055.799000', '132055.802000', '132055.805000', '132055.808000', '132055.811000', '132055.813000', '132055.816000', '132055.819000', '132055.822000', '132055.825000', '132055.828000', '132055.830000', '132055.833000', '132055.836000', '132055.839000', '132055.842000', '132055.844000', '132055.847000', '132055.850000', '132115.732000', '132115.735000', '132115.738000', '132115.741000', '132115.744000', '132115.747000', '132115.750000', '132115.752000', '132115.755000', '132115.758000', '132115.761000', '132115.763000', '132115.766000', '132115.769000', '132115.772000', '132115.775000', '132115.778000', '132115.780000', '132115.783000', '132115.786000', '132115.789000', '132115.792000', '132115.795000', '132115.797000', '132115.800000', '132115.803000', '132115.806000', '132115.809000', '132115.812000', '132115.814000', '132115.817000', '132115.820000', '132115.823000', '132115.826000', '132115.829000', '132115.831000', '132115.834000', '132115.837000', '132115.840000', '132115.843000', '132115.845000', '132115.848000', '132115.851000', '132135.732000', '132135.735000', '132135.738000', '132135.741000', '132135.743000', '132135.746000', '132135.749000', '132135.752000', '132135.755000', '132135.758000', '132135.760000', '132135.763000', '132135.766000', '132135.769000', '132135.772000', '132135.775000', '132135.778000', '132135.780000', '132135.783000', '132135.786000', '132135.789000', '132135.792000', '132135.794000', '132135.797000', '132135.800000', '132135.803000', '132135.806000', '132135.809000', '132135.812000', '132135.814000', '132135.817000', '132135.820000', '132135.823000', '132135.826000', '132135.828000', '132135.831000', '132135.834000', '132135.837000', '132135.840000', '132135.842000', '132135.845000', '132135.848000', '132135.851000', '132135.854000', '132155.731000', '132155.734000', '132155.737000', '132155.740000', '132155.743000', '132155.746000', '132155.749000', '132155.752000', '132155.755000', '132155.758000', '132155.761000', '132155.764000', '132155.766000', '132155.769000', '132155.772000', '132155.775000', '132155.778000', '132155.781000', '132155.783000', '132155.786000', '132155.789000', '132155.792000', '132155.795000', '132155.797000', '132155.800000', '132155.803000', '132155.806000', '132155.809000', '132155.812000', '132155.815000', '132155.817000', '132155.820000', '132155.823000', '132155.826000', '132155.829000', '132155.832000', '132155.834000', '132155.837000', '132155.840000', '132155.843000', '132155.846000', '132155.849000', '132155.851000', '132215.731000', '132215.734000', '132215.737000', '132215.740000', '132215.743000', '132215.746000', '132215.749000', '132215.751000', '132215.754000', '132215.757000', '132215.760000', '132215.763000', '132215.766000', '132215.768000', '132215.771000', '132215.774000', '132215.777000', '132215.780000', '132215.783000', '132215.785000', '132215.788000', '132215.791000', '132215.794000', '132215.797000', '132215.800000', '132215.803000', '132215.806000', '132215.808000', '132215.811000', '132215.814000', '132215.817000', '132215.820000', '132215.823000', '132215.826000', '132215.828000', '132215.831000', '132215.834000', '132215.837000', '132215.840000', '132215.843000', '132215.845000', '132215.848000', '132215.851000', '132215.854000', '132235.731000', '132235.734000', '132235.737000', '132235.740000', '132235.742000', '132235.745000', '132235.748000', '132235.751000', '132235.754000', '132235.757000', '132235.760000', '132235.762000', '132235.765000', '132235.768000', '132235.771000', '132235.774000', '132235.777000', '132235.780000', '132235.783000', '132235.786000', '132235.788000', '132235.791000', '132235.794000', '132235.797000', '132235.800000', '132235.803000', '132235.805000', '132235.808000', '132235.811000', '132235.814000', '132235.817000', '132235.819000', '132235.822000', '132235.825000', '132235.828000', '132235.831000', '132235.834000', '132235.836000', '132235.839000', '132235.842000', '132235.845000', '132235.848000', '132235.850000', '132255.731000', '132255.734000', '132255.737000', '132255.740000', '132255.742000', '132255.745000', '132255.748000', '132255.751000', '132255.754000', '132255.757000', '132255.760000', '132255.763000', '132255.765000', '132255.768000', '132255.771000', '132255.774000', '132255.777000', '132255.779000', '132255.782000', '132255.785000', '132255.788000', '132255.791000', '132255.794000', '132255.796000', '132255.799000', '132255.802000', '132255.805000', '132255.808000', '132255.810000', '132255.813000', '132255.816000', '132255.819000', '132255.822000', '132255.825000', '132255.827000', '132255.830000', '132255.833000', '132255.836000', '132255.839000', '132255.842000', '132255.844000', '132255.847000', '132255.850000', '132255.853000', '132315.731000', '132315.734000', '132315.737000', '132315.740000', '132315.742000', '132315.745000', '132315.748000', '132315.751000', '132315.754000', '132315.756000', '132315.759000', '132315.762000', '132315.765000', '132315.768000', '132315.771000', '132315.773000', '132315.776000', '132315.779000', '132315.782000', '132315.787000', '132315.790000', '132315.793000', '132315.795000', '132315.798000', '132315.801000', '132315.804000', '132315.807000', '132315.810000', '132315.812000', '132315.815000', '132315.818000', '132315.821000', '132315.824000', '132315.827000', '132315.829000', '132315.832000', '132315.835000', '132315.838000', '132315.841000', '132315.843000', '132315.846000', '132315.849000', '132315.852000', '132335.732000', '132335.735000', '132335.738000', '132335.741000', '132335.743000', '132335.746000', '132335.749000', '132335.752000', '132335.755000', '132335.758000', '132335.761000', '132335.763000', '132335.766000', '132335.769000', '132335.772000', '132335.775000', '132335.778000', '132335.780000', '132335.783000', '132335.786000', '132335.789000', '132335.792000', '132335.794000', '132335.797000', '132335.800000', '132335.803000', '132335.806000', '132335.809000', '132335.812000', '132335.815000', '132335.817000', '132335.820000', '132335.823000', '132335.826000', '132335.829000', '132335.832000', '132335.834000', '132335.837000', '132335.840000', '132335.843000', '132335.846000', '132335.849000', '132335.852000', '132335.854000', '132355.732000', '132355.735000', '132355.738000', '132355.741000', '132355.744000', '132355.746000', '132355.749000', '132355.752000', '132355.755000', '132355.758000', '132355.761000', '132355.763000', '132355.766000', '132355.769000', '132355.772000', '132355.775000', '132355.777000', '132355.780000', '132355.783000', '132355.786000', '132355.789000', '132355.792000', '132355.795000', '132355.798000', '132355.800000', '132355.803000', '132355.806000', '132355.809000', '132355.812000', '132355.815000', '132355.818000', '132355.820000', '132355.823000', '132355.826000', '132355.829000', '132355.832000', '132355.835000', '132355.838000', '132355.840000', '132355.843000', '132355.846000', '132355.849000', '132355.852000', '132415.731000', '132415.734000', '132415.737000', '132415.740000', '132415.743000', '132415.746000', '132415.748000', '132415.751000', '132415.754000', '132415.757000', '132415.760000', '132415.763000', '132415.765000', '132415.768000', '132415.771000', '132415.774000', '132415.777000', '132415.780000', '132415.783000', '132415.785000', '132415.788000', '132415.791000', '132415.794000', '132415.797000', '132415.800000', '132415.802000', '132415.805000', '132415.808000', '132415.811000', '132415.814000', '132415.817000', '132415.819000', '132415.837000', '132415.840000', '132415.843000', '132415.846000', '132415.849000', '132415.852000', '132415.855000', '132415.857000', '132415.860000', '132415.863000', '132415.866000', '132415.869000', '132435.731000', '132435.734000', '132435.737000', '132435.740000', '132435.743000', '132435.745000', '132435.748000', '132435.751000', '132435.754000', '132435.757000', '132435.761000', '132435.764000', '132435.767000', '132435.769000', '132435.772000', '132435.775000', '132435.778000', '132435.781000', '132435.784000', '132435.787000', '132435.790000', '132435.792000', '132435.795000', '132435.798000', '132435.801000', '132435.804000', '132435.807000', '132435.809000', '132435.812000', '132435.815000', '132435.818000', '132435.821000', '132435.825000', '132435.830000', '132435.833000', '132435.836000', '132435.839000', '132435.842000', '132435.845000', '132435.848000', '132435.850000', '132435.853000', '132435.856000', '132455.731000', '132455.734000', '132455.737000', '132455.740000', '132455.743000', '132455.746000', '132455.748000', '132455.751000', '132455.754000', '132455.757000', '132455.760000', '132455.763000', '132455.765000', '132455.768000', '132455.771000', '132455.774000', '132455.777000', '132455.780000', '132455.783000', '132455.785000', '132455.788000', '132455.791000', '132455.794000', '132455.797000', '132455.800000', '132455.802000', '132455.805000', '132455.808000', '132455.811000', '132455.814000', '132455.817000', '132455.820000', '132455.822000', '132455.825000', '132455.828000', '132455.831000', '132455.834000', '132455.837000', '132455.840000', '132455.842000', '132455.845000', '132455.848000', '132455.851000', '132455.854000', '132515.731000', '132515.734000', '132515.737000', '132515.740000', '132515.743000', '132515.746000', '132515.748000', '132515.751000', '132515.754000', '132515.757000', '132515.760000', '132515.763000', '132515.765000', '132515.768000', '132515.771000', '132515.774000', '132515.777000', '132515.780000', '132515.782000', '132515.785000', '132515.788000', '132515.791000', '132515.794000', '132515.797000', '132515.799000', '132515.802000', '132515.805000', '132515.811000', '132515.814000', '132515.817000', '132515.820000', '132515.823000', '132515.825000', '132515.828000', '132515.831000', '132515.834000', '132515.837000', '132515.839000', '132515.842000', '132515.845000', '132515.848000', '132515.851000', '132515.854000', '132535.731000', '132535.734000', '132535.737000', '132535.740000', '132535.743000', '132535.746000', '132535.748000', '132535.751000', '132535.754000', '132535.757000', '132535.760000', '132535.763000', '132535.766000', '132535.768000', '132535.771000', '132535.785000', '132535.787000', '132535.790000', '132535.793000', '132535.796000', '132535.799000', '132535.802000', '132535.804000', '132535.807000', '132535.810000', '132535.813000', '132535.816000', '132535.819000', '132535.821000', '132535.824000', '132535.827000', '132535.830000', '132535.833000', '132535.836000', '132535.839000', '132535.841000', '132535.844000', '132535.847000', '132535.850000', '132535.853000', '132535.855000', '132535.858000', '132535.861000', '132535.864000', '132555.732000', '132555.735000', '132555.738000', '132555.741000', '132555.744000', '132555.747000', '132555.749000', '132555.752000', '132555.755000', '132555.758000', '132555.761000', '132555.763000', '132555.766000', '132555.769000', '132555.772000', '132555.775000', '132555.778000', '132555.780000', '132555.783000', '132555.786000', '132555.789000', '132555.792000', '132555.795000', '132555.799000', '132555.801000', '132555.804000', '132555.807000', '132555.810000', '132555.813000', '132555.816000', '132555.819000', '132555.822000', '132555.824000', '132555.827000', '132555.830000', '132555.833000', '132555.836000', '132555.838000', '132555.841000', '132555.844000', '132555.847000', '132555.850000', '132555.853000', '132615.732000', '132615.735000', '132615.738000', '132615.741000', '132615.744000', '132615.747000', '132615.749000', '132615.752000', '132615.755000', '132615.758000', '132615.761000', '132615.764000', '132615.767000', '132615.770000', '132615.773000', '132615.776000', '132615.779000', '132615.781000', '132615.784000', '132615.787000', '132615.790000', '132615.793000', '132615.795000', '132615.798000', '132615.801000', '132615.804000', '132615.807000', '132615.810000', '132615.813000', '132615.815000', '132615.818000', '132615.821000', '132615.824000', '132615.827000', '132615.830000', '132615.832000', '132615.835000', '132615.838000', '132615.841000', '132615.844000', '132615.847000', '132615.849000', '132615.852000', '132615.855000', '132635.731000', '132635.734000', '132635.737000', '132635.740000', '132635.743000', '132635.746000', '132635.749000', '132635.751000', '132635.754000', '132635.757000', '132635.760000', '132635.763000', '132635.765000', '132635.768000', '132635.771000', '132635.774000', '132635.777000', '132635.780000', '132635.782000', '132635.785000', '132635.788000', '132635.791000', '132635.794000', '132635.796000', '132635.799000', '132635.802000', '132635.805000', '132635.808000', '132635.811000', '132635.813000', '132635.816000', '132635.819000', '132635.822000', '132635.825000', '132635.828000', '132635.830000', '132635.833000', '132635.836000', '132635.839000', '132635.842000', '132635.855000', '132635.858000', '132635.861000', '132639.642000', '132639.645000', '132639.649000', '132639.654000', '132639.659000', '132639.662000', '132639.665000', '132639.668000', '132639.671000'], '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': [10160, 8978, 10663, 9131, 12616, 11455, 12997, 10413, 12594, 11450, 12632, 9029, 13529, 9055, 13219, 10184, 10720, 9117, 10974, 7727, 9976, 7193, 9602, 9231, 9024, 12904, 8091, 11345, 8608, 11064, 7310, 11024, 14477, 8149, 11149, 14497, 8647, 11401, 7119, 8961, 13058, 8712, 9738, 7573, 8662, 7026, 7900, 7152, 8568, 11655, 13955, 7801, 9817, 7159, 8673, 12233, 7368, 9450, 10550, 7643, 11441, 7317, 10506, 13041, 8205, 9802, 13542, 8088, 12211, 8659, 10345, 15613, 9063, 11486, 18697, 12152, 12724, 18674, 11064, 12511, 9817, 9472, 15396, 8662, 12500, 8203, 11291, 16960, 10733, 10971, 7824, 10635, 15884, 8863, 9139, 13992, 7863, 9281, 13795, 8388, 9387, 13916, 7727, 9315, 7319, 8453, 9428, 7966, 10492, 7285, 9618, 13379, 7868, 11058, 14100, 8626, 9283, 13536, 9147, 9254, 9528, 9038, 11796, 8407, 10034, 8124, 7264, 7982, 10355, 14197, 8326, 10279, 11916, 7698, 11142, 7518, 10216, 7599, 10694, 9189, 11232, 17883, 12774, 16192, 12376, 15581, 16304, 11505, 17622, 11970, 10104, 15770, 9126, 10975, 7615, 10353, 7260, 9715, 8002, 9556, 7874, 8612, 7490, 8197, 11693, 7902, 11205, 14454, 9043, 9266, 11196, 8213, 11066, 7603, 10015, 7447, 9270, 7176, 9109, 7382, 8310, 7145, 8329, 12642, 17529, 11141, 10272, 15443, 10217, 10623, 15997, 9382, 10990, 7986, 11164, 7521, 10946, 7331, 9276, 13716, 8499, 10808, 17071, 9921, 11417, 7435, 10463, 14190, 8171, 9858, 7645, 8188, 13205, 9279, 8795, 11903, 7646, 10631, 7382, 10397, 7721, 8458, 7397, 10416, 13090, 9647, 8935, 12565, 8093, 11274, 7618, 9096, 7096, 9248, 9822, 8121, 7248, 8834, 6874, 9198, 8160, 12399, 8813, 12269, 8887, 14275, 10074, 16433, 10748, 16321, 12256, 19308, 12992, 17066, 12494, 15570, 13254, 10580, 17573, 9241, 13416, 9767, 11874, 7315, 10573, 7251, 10380, 7174, 10396, 7110, 10360, 7995, 10867, 8364, 11874, 7435, 8576, 7457, 6955, 7995, 12180, 8075, 8321, 11779, 7414, 9495, 13012, 7932, 11301, 8098, 10135, 7299, 10300, 10688, 9740, 15679, 10304, 15385, 11069, 15257, 17972, 12362, 10766, 11569, 9340, 12858, 8433, 9256, 11059, 8201, 11529, 8241, 8798, 7614, 10094, 7611, 10048, 12326, 7996, 9501, 7026, 8531, 11858, 7566, 10765, 8720, 9830, 7269, 10064, 6899, 9321, 13160, 9190, 8405, 12544, 8042, 11946, 7805, 11737, 8240, 12119, 8075, 12695, 8922, 13929, 12589, 12769, 16357, 11256, 11241, 16117, 8907, 10072, 14096, 8181, 10354, 7557, 9221, 7203, 8359, 6996, 8572, 6897, 7890, 11589, 8245, 10335, 7880, 8375, 7326, 10033, 6837, 8767, 12320, 7760, 10133, 7017, 9120, 12174, 7533, 9922, 13982, 8261, 12346, 7460, 12258, 7412, 9984, 7916, 9212, 14393, 10779, 12415, 8684, 12817, 8591, 12346, 7779, 12121, 13943, 9071, 11339, 7353, 8798, 13631, 8231, 11728, 9146, 11071, 7058, 8959, 12954, 8518, 11340, 8916, 11362, 7604, 10914, 14142, 9426, 13825, 8395, 13024, 15690, 8786, 10484, 10201, 8415, 12689, 7747, 8979, 11110, 8115, 10701, 7425, 10544, 7369, 10409, 13169, 8899, 10704, 7838, 10963, 8867, 10698, 14475, 11624, 9363, 14686, 8530, 11553, 8797, 9408, 13485, 8112, 11995, 9568, 10036, 8374, 10744, 7182, 11154, 7458, 9406, 7351, 10700, 9836, 9033, 13364, 18357, 13003, 11056, 15114, 9776, 15162, 10420, 13299, 10713, 13518, 9846, 13566, 9543, 13290, 9213, 13595, 9610, 15541, 11069, 13217, 9240, 9897, 7678, 9224, 10547, 9268, 11647, 8659, 10156, 7587, 9621, 8298, 8720, 7079, 9280, 7055, 8889, 10997, 7458, 9209, 8731, 9790, 13004, 7801, 10700, 7290, 9518, 11756, 9088, 7930, 8781, 8315, 8814, 13024, 9418, 9682, 8022, 10047, 14773, 10828, 9049, 14098, 8965, 9862, 14598, 8867, 11387, 15392, 8729, 11624, 9148, 10155, 8926, 11385, 9875, 12751, 10439, 15088, 9215, 10807, 15703, 11779, 9325, 12729, 8927, 9410, 12566, 9169, 10385, 13917, 8477, 10148, 7593, 9457, 11082, 9068, 9629, 11317, 9535, 10142, 9746, 10869, 10687, 12004, 10248, 10655, 10037, 11604, 13424, 9449, 9804, 13395, 8370, 10701, 13067, 8577, 11059, 12506, 8997, 11265, 8378, 10416, 7361, 10151, 7201, 10149, 7581, 10290, 6929, 9807, 7029, 10687, 12826, 9234, 13114, 18252, 10541, 12066, 9112, 9944, 13921, 8717, 11638, 7930, 10858, 7747, 11202, 7327, 9740, 14478, 10473, 13208, 9837, 8782, 9279, 11910, 8839, 11621, 13896, 8971, 10415, 13524, 8412, 11607, 8913, 9481, 12048, 9614, 10799, 7963, 10546, 9018, 10596, 7929, 10038, 9619, 12447, 7200, 9852, 7263, 9761, 13386, 12189, 9275, 12914, 8280, 10617, 13237, 8980, 11562, 7958, 11042, 9290, 11202, 8164, 11153, 8487, 11149, 10790, 13748, 10377, 10189, 8146, 10304, 15406, 9553, 12375, 13147, 9625, 13310, 8946, 12192, 8870, 11086, 8932, 11311, 8989, 11053, 13986, 9372, 12443, 8914, 9625, 14617, 10472, 14141, 8365, 8678, 8757, 12219, 8224, 12083, 8338, 10608, 8491, 10125, 8106, 10740, 14449, 8909, 11608, 12637, 9429, 14262, 8881, 12051, 9554, 11992, 8347, 11729, 8443, 11601, 9037, 11701, 8121, 10221, 7968, 10698, 8654, 11393, 8313, 8833, 9358, 10469, 10019, 7002, 10788, 12441, 9098, 12967, 8051, 10488, 13137, 9054, 11672, 8150, 10749, 7522, 10306, 8267, 9803, 7126, 10183, 10671, 9268, 11399, 9992, 11538, 8223, 11360, 15531, 11170, 11125, 8746, 12208, 8683, 12549, 12243, 9543, 13752, 8919, 14846, 10071, 15351, 11956, 12636, 8846, 12765, 17969, 10249, 11924, 9901, 9288, 14315, 8838, 11813, 8413, 11889, 7619, 11073, 15015, 9690, 14319, 9442, 13052, 9198, 12792, 10193, 12946, 8057, 11899, 8529, 11100, 9341, 11366, 9683, 9113, 8185, 10823, 8831, 11806, 8361, 11279, 7549, 10256, 7305, 9782, 7791, 10295, 8338, 10498, 8927, 9966, 9213, 9919, 14417, 9729, 13637, 9732, 12131, 9295, 11671, 7321, 9234, 13785, 8486, 11654, 8707, 9145, 6957, 8226, 10105, 7968, 10540, 8184, 8498, 7978, 10140, 7723, 10258, 8205, 8619, 7913, 11141, 7746, 11423, 8447, 11878, 7877, 11672, 8147, 13187, 9277, 15579, 11506, 16177, 11810, 16655, 10738, 16712, 17117, 14395, 12620, 8815, 11715, 8692, 11614, 7345, 10060, 7474, 8993, 7051, 9046, 6915, 10037, 6980, 9383, 9740, 8275, 11401, 7801, 10738, 7762, 10613, 7868, 10728, 11905, 9409, 13913, 9450, 12122, 8607, 12916, 9298, 9219, 14400, 8679, 11156, 7800, 8344, 7278, 7946, 10618, 7666, 12957, 10584, 12104, 9125, 7229, 7917, 11508, 14336, 9004, 12389, 7759, 9976, 8770, 9354, 13771, 9551, 11708, 8579, 12299, 8951, 12976, 9377, 12841, 13091, 10458, 15161, 9892, 10894, 9760, 14406, 9236, 12424, 9129, 11989, 8685, 11488, 7465, 9376, 12705, 8859, 11306, 8137, 10348, 7132, 9290, 7380, 8833, 12167, 8645, 9486, 8672, 11063, 8042, 10380, 8600, 9643, 7961, 10315, 7831, 9997, 7264, 9400, 13612, 8386, 12044, 9482, 11327, 7520, 11670, 10655, 12271, 7554, 9810, 7127, 10857, 14834, 9873, 13922, 17328, 11372, 14338, 8884, 12384, 16594, 11482, 11933, 8715, 13425, 8751, 13910, 10110, 15843, 9107, 13470, 8990, 13458, 17633, 12232, 10201, 15033, 8616, 11648, 7796, 10118, 7266, 10171, 6875, 10185, 10561, 8326, 11508, 8377, 10987, 7241, 10857, 10028, 12498, 9594, 8525, 7070, 10505, 7094, 10530, 7574, 10146, 7606, 10659, 7536, 11470, 11070, 11133, 14970, 10499, 13895, 17706, 11434, 12668, 17010, 9489, 13204, 8710, 11753, 9087, 12368, 7533, 6893, 8796, 9677, 7881, 10365, 9760, 8602, 10438, 8200, 10112, 10041, 10470, 9143, 11740, 9896, 13201, 11464, 15280, 11814, 16355, 11408, 15122, 17956, 11712, 12769, 16103, 10931, 16796, 9701, 8601, 9585, 7870, 9660, 8029, 9524, 9374, 9422, 11847, 8591, 10694, 10286, 10852, 13501, 9541, 12701, 10698, 11745, 9120, 11279, 8555, 10223, 10133, 10509, 12488, 9736, 10922, 9300, 10806, 8761, 12025, 9583, 12004, 7476, 11136, 7644, 11596, 8721, 11329, 8497, 6921, 9145, 7522, 11015, 13936, 9467, 11321, 9321, 11755, 16014, 10237, 13744, 8521, 12479, 7592, 11163, 13482, 8365, 11655, 7810, 9530, 7219, 11060, 7227, 9967, 12352, 7270, 9692, 7110, 9706, 6964, 9718, 7145, 9987, 7141, 11035, 8299, 11676, 8171, 12494, 16864, 12628, 13245, 11656, 9922, 15459, 10064, 12348, 17951, 11230, 13348, 8031, 11737, 16579, 11190, 12276, 7792, 12045, 8113, 11274, 12687, 9251, 13657, 8381, 12455, 15541, 9867, 9760, 14790, 8277, 11893, 8334, 12962, 9500, 7975, 7398, 10836, 7559, 10562, 8223, 10937, 7588, 10574, 13785, 10137, 11592, 15932, 11637, 12388, 11034, 9874, 15050, 9480, 10672, 7876, 12569, 7649, 11975, 7604, 12437, 8263, 8904, 7326, 12864, 8137, 12692, 8088, 10383, 14308, 9253, 12443, 7477, 11311, 9127, 9503, 14350, 9232, 12661, 8576, 12667, 7727, 11775, 11156, 9742, 10589, 9541, 12701, 8373, 12575, 8823, 12508, 8342, 10650, 8053, 9911, 7246, 11274, 7567, 11112, 7222, 10799, 7426, 11260, 8063, 12439, 9355, 12314, 9140, 12597, 18073, 12720, 15157, 18197, 13464, 15300, 13918, 9930, 9386, 11881, 7771, 11422, 7511, 11063, 7715, 10856, 7948, 10504, 7511, 10360, 13073, 8153, 12020, 7673, 8756, 9525, 7813, 12744, 8469, 11142, 9344, 10132, 7634, 11251, 7570, 10917, 8365, 11076, 8499, 11233, 7719, 11645, 14216, 10589, 14678, 10402, 14198, 10849, 12268, 16819, 10591, 15936, 10452, 12308, 7970, 12397, 8119, 13183, 9597, 12091, 8297, 11864, 7659, 12046, 7551, 11161, 7378, 10276, 7637, 11544, 7931, 12031, 7945, 12461, 8687, 13648, 9566, 12490, 9273, 13535, 9228, 14271, 10189, 14913, 8161, 13180, 8158, 12407, 8233, 12281, 9042, 11470, 7766, 12323, 8048, 12647, 7882, 12585, 16417, 10852, 15697, 10071, 14456, 16152, 9910, 13455, 9071, 12381, 8808, 11787, 8680, 12046, 9030, 12676, 10882, 11790, 8721, 8346, 8772, 12908, 9344, 11024, 8510, 11105, 8555, 11294, 8047, 11687, 7473, 11560, 11803, 9989, 14111, 9014, 13119, 8478, 12743, 9671, 10779, 7662, 10041, 10824, 9475, 13988, 9595, 7141, 8956, 6940, 8130, 7046, 9350, 12122, 9700, 8510, 12336, 8032, 11284, 7517, 11866, 11819, 10361, 14896, 10479, 13968, 11030, 15941, 9690, 14308, 9411, 11635, 9494, 10515, 15948, 9640, 13500, 10077, 11765, 13439, 9347, 12713, 9957, 10613, 11763, 8504, 9985, 7202, 9116, 10996, 9371, 9735, 7276, 8535, 9770, 8235, 11161, 8178, 10038, 7463, 10554, 8833, 9619, 7340, 10415, 7201, 9703, 13149, 8854, 11377, 15831, 11452, 11920, 16551, 8979, 13432, 8091, 12177, 13408, 8662, 12716, 8039, 12459, 8707, 12198, 8220, 11149, 8161, 12841, 15873, 10153, 15309, 15890, 11577, 13352, 9614, 9459, 14045, 8662, 11429, 7106, 10212, 8943, 9302, 7270, 9606, 7477, 9966, 12822, 16474, 9556, 11181, 9253, 10739, 7721, 9383, 14782, 9274, 11606, 8709, 12283, 8738, 12030, 14627, 9306, 10641, 13669, 8971, 11330, 7455, 10460, 12894, 9646, 6913, 8805, 6999, 9009, 7190, 9483, 10528, 9083, 11398, 8520, 11566, 8960, 11599, 8629, 12604, 9244, 15299, 11577, 15409, 11527, 15395, 10008, 11588, 17183, 9783, 11558, 7520, 9467, 9275, 8975, 12781, 8882, 11522, 8689, 8886, 7366, 9767, 7541, 10170, 11816, 7949, 9993, 7352, 9946, 7305, 9252, 12360, 8844, 13515, 9772, 9417, 7767, 12006, 8109, 11480, 7732, 11920, 15441, 9301, 11140, 15488, 8279, 11412, 7975, 9914, 14145, 8602, 11859, 8627], 'WindowCenter': [4480.0, 4457.0, 4464.0, 4456.0, 4484.0, 4474.0, 4483.0, 4464.0, 4471.0, 4460.0, 4461.0, 4431.0, 4470.0, 4430.0, 4471.0, 4451.0, 4448.0, 4430.0, 4450.0, 4411.0, 4454.0, 4414.0, 4456.0, 4456.0, 4457.0, 4496.0, 4437.0, 4475.0, 4444.0, 4474.0, 4413.0, 4475.0, 4494.0, 4424.0, 4474.0, 4493.0, 4434.0, 4472.0, 4400.0, 4443.0, 4484.0, 4433.0, 4454.0, 4437.0, 4470.0, 4441.0, 4462.0, 4441.0, 4484.0, 4512.0, 4518.0, 4450.0, 4481.0, 4429.0, 4472.0, 4510.0, 4440.0, 4481.0, 4490.0, 4453.0, 4511.0, 4440.0, 4505.0, 4523.0, 4474.0, 4495.0, 4520.0, 4463.0, 4514.0, 4472.0, 4493.0, 4533.0, 4459.0, 4501.0, 4540.0, 4501.0, 4498.0, 4516.0, 4476.0, 4487.0, 4456.0, 4455.0, 4503.0, 4432.0, 4470.0, 4433.0, 4474.0, 4514.0, 4463.0, 4462.0, 4412.0, 4463.0, 4504.0, 4431.0, 4441.0, 4479.0, 4420.0, 4441.0, 4479.0, 4419.0, 4442.0, 4491.0, 4421.0, 4453.0, 4413.0, 4434.0, 4454.0, 4436.0, 4477.0, 4426.0, 4468.0, 4507.0, 4448.0, 4488.0, 4507.0, 4445.0, 4456.0, 4495.0, 4454.0, 4454.0, 4454.0, 4457.0, 4496.0, 4448.0, 4465.0, 4447.0, 4438.0, 4462.0, 4503.0, 4519.0, 4460.0, 4480.0, 4497.0, 4450.0, 4500.0, 4452.0, 4492.0, 4448.0, 4491.0, 4468.0, 4489.0, 4529.0, 4497.0, 4518.0, 4485.0, 4505.0, 4502.0, 4458.0, 4500.0, 4456.0, 4437.0, 4475.0, 4414.0, 4445.0, 4396.0, 4447.0, 4397.0, 4439.0, 4418.0, 4452.0, 4421.0, 4442.0, 4411.0, 4433.0, 4482.0, 4434.0, 4486.0, 4504.0, 4443.0, 4443.0, 4472.0, 4446.0, 4473.0, 4436.0, 4465.0, 4426.0, 4492.0, 4453.0, 4483.0, 4452.0, 4475.0, 4453.0, 4473.0, 4524.0, 4552.0, 4501.0, 4490.0, 4519.0, 4476.0, 4478.0, 4515.0, 4456.0, 4475.0, 4445.0, 4484.0, 4447.0, 4488.0, 4436.0, 4468.0, 4518.0, 4458.0, 4501.0, 4527.0, 4466.0, 4486.0, 4425.0, 4476.0, 4506.0, 4434.0, 4454.0, 4422.0, 4433.0, 4493.0, 4443.0, 4444.0, 4483.0, 4447.0, 4476.0, 4437.0, 4488.0, 4450.0, 4461.0, 4450.0, 4503.0, 4523.0, 4479.0, 4470.0, 4508.0, 4460.0, 4500.0, 4451.0, 4469.0, 4429.0, 4482.0, 4480.0, 4461.0, 4440.0, 4471.0, 4429.0, 4481.0, 4472.0, 4510.0, 4469.0, 4510.0, 4483.0, 4533.0, 4492.0, 4540.0, 4491.0, 4527.0, 4498.0, 4526.0, 4494.0, 4502.0, 4470.0, 4490.0, 4467.0, 4436.0, 4487.0, 4424.0, 4463.0, 4423.0, 4440.0, 4382.0, 4434.0, 4395.0, 4464.0, 4401.0, 4447.0, 4399.0, 4452.0, 4435.0, 4476.0, 4448.0, 4487.0, 4426.0, 4443.0, 4426.0, 4415.0, 4447.0, 4497.0, 4435.0, 4446.0, 4500.0, 4438.0, 4468.0, 4497.0, 4436.0, 4485.0, 4447.0, 4475.0, 4424.0, 4474.0, 4474.0, 4465.0, 4514.0, 4464.0, 4518.0, 4463.0, 4491.0, 4500.0, 4457.0, 4435.0, 4444.0, 4426.0, 4454.0, 4406.0, 4439.0, 4458.0, 4418.0, 4457.0, 4429.0, 4429.0, 4421.0, 4461.0, 4433.0, 4464.0, 4494.0, 4435.0, 4463.0, 4414.0, 4456.0, 4495.0, 4447.0, 4487.0, 4458.0, 4479.0, 4451.0, 4490.0, 4439.0, 4482.0, 4521.0, 4468.0, 4460.0, 4508.0, 4449.0, 4499.0, 4449.0, 4497.0, 4457.0, 4497.0, 4448.0, 4507.0, 4458.0, 4518.0, 4495.0, 4494.0, 4513.0, 4461.0, 4460.0, 4487.0, 4428.0, 4434.0, 4476.0, 4416.0, 4448.0, 4408.0, 4440.0, 4422.0, 4443.0, 4414.0, 4455.0, 4426.0, 4448.0, 4498.0, 4458.0, 4489.0, 4462.0, 4461.0, 4464.0, 4502.0, 4442.0, 4470.0, 4508.0, 4449.0, 4490.0, 4440.0, 4481.0, 4509.0, 4448.0, 4478.0, 4530.0, 4458.0, 4496.0, 4426.0, 4497.0, 4437.0, 4474.0, 4446.0, 4468.0, 4529.0, 4487.0, 4496.0, 4456.0, 4494.0, 4444.0, 4493.0, 4434.0, 4496.0, 4506.0, 4456.0, 4475.0, 4424.0, 4444.0, 4503.0, 4445.0, 4484.0, 4465.0, 4485.0, 4426.0, 4467.0, 4507.0, 4459.0, 4488.0, 4468.0, 4498.0, 4447.0, 4488.0, 4518.0, 4468.0, 4506.0, 4446.0, 4507.0, 4517.0, 4445.0, 4471.0, 4463.0, 4444.0, 4493.0, 4435.0, 4469.0, 4485.0, 4447.0, 4486.0, 4450.0, 4501.0, 4450.0, 4502.0, 4520.0, 4496.0, 4501.0, 4451.0, 4501.0, 4469.0, 4500.0, 4521.0, 4486.0, 4455.0, 4504.0, 4443.0, 4484.0, 4443.0, 4454.0, 4494.0, 4435.0, 4496.0, 4466.0, 4477.0, 4447.0, 4489.0, 4427.0, 4489.0, 4439.0, 4481.0, 4437.0, 4489.0, 4478.0, 4471.0, 4523.0, 4542.0, 4508.0, 4488.0, 4506.0, 4467.0, 4505.0, 4464.0, 4494.0, 4462.0, 4479.0, 4450.0, 4481.0, 4451.0, 4480.0, 4440.0, 4480.0, 4440.0, 4490.0, 4459.0, 4493.0, 4429.0, 4424.0, 4381.0, 4413.0, 4445.0, 4427.0, 4459.0, 4444.0, 4461.0, 4423.0, 4453.0, 4444.0, 4443.0, 4415.0, 4455.0, 4426.0, 4481.0, 4500.0, 4440.0, 4469.0, 4468.0, 4490.0, 4509.0, 4449.0, 4490.0, 4439.0, 4482.0, 4510.0, 4469.0, 4448.0, 4470.0, 4458.0, 4483.0, 4532.0, 4481.0, 4481.0, 4461.0, 4493.0, 4533.0, 4488.0, 4468.0, 4507.0, 4444.0, 4464.0, 4504.0, 4443.0, 4474.0, 4504.0, 4445.0, 4485.0, 4454.0, 4463.0, 4455.0, 4497.0, 4466.0, 4496.0, 4475.0, 4517.0, 4467.0, 4476.0, 4505.0, 4459.0, 4438.0, 4469.0, 4428.0, 4440.0, 4469.0, 4440.0, 4460.0, 4479.0, 4429.0, 4448.0, 4407.0, 4449.0, 4459.0, 4440.0, 4451.0, 4470.0, 4452.0, 4463.0, 4477.0, 4485.0, 4474.0, 4483.0, 4475.0, 4475.0, 4464.0, 4484.0, 4494.0, 4451.0, 4451.0, 4491.0, 4431.0, 4472.0, 4491.0, 4442.0, 4471.0, 4479.0, 4440.0, 4469.0, 4431.0, 4473.0, 4436.0, 4476.0, 4437.0, 4491.0, 4450.0, 4489.0, 4427.0, 4477.0, 4424.0, 4475.0, 4494.0, 4456.0, 4507.0, 4525.0, 4463.0, 4484.0, 4442.0, 4452.0, 4490.0, 4429.0, 4469.0, 4431.0, 4472.0, 4434.0, 4485.0, 4425.0, 4479.0, 4518.0, 4477.0, 4496.0, 4478.0, 4444.0, 4454.0, 4482.0, 4442.0, 4484.0, 4494.0, 4442.0, 4473.0, 4493.0, 4443.0, 4472.0, 4441.0, 4452.0, 4480.0, 4452.0, 4472.0, 4434.0, 4475.0, 4469.0, 4500.0, 4449.0, 4476.0, 4454.0, 4496.0, 4424.0, 4465.0, 4423.0, 4465.0, 4506.0, 4483.0, 4454.0, 4493.0, 4433.0, 4474.0, 4494.0, 4453.0, 4482.0, 4433.0, 4473.0, 4454.0, 4485.0, 4459.0, 4501.0, 4460.0, 4499.0, 4476.0, 4520.0, 4476.0, 4475.0, 4433.0, 4463.0, 4503.0, 4452.0, 4483.0, 4482.0, 4453.0, 4492.0, 4454.0, 4494.0, 4454.0, 4472.0, 4454.0, 4483.0, 4454.0, 4486.0, 4506.0, 4467.0, 4497.0, 4455.0, 4479.0, 4515.0, 4474.0, 4503.0, 4433.0, 4441.0, 4454.0, 4482.0, 4445.0, 4494.0, 4458.0, 4488.0, 4459.0, 4478.0, 4447.0, 4487.0, 4516.0, 4455.0, 4484.0, 4482.0, 4453.0, 4504.0, 4456.0, 4483.0, 4453.0, 4482.0, 4433.0, 4481.0, 4445.0, 4496.0, 4467.0, 4498.0, 4448.0, 4476.0, 4447.0, 4476.0, 4457.0, 4497.0, 4460.0, 4467.0, 4482.0, 4491.0, 4480.0, 4428.0, 4489.0, 4497.0, 4458.0, 4507.0, 4436.0, 4488.0, 4495.0, 4456.0, 4484.0, 4435.0, 4474.0, 4448.0, 4488.0, 4460.0, 4490.0, 4441.0, 4503.0, 4515.0, 4495.0, 4513.0, 4492.0, 4501.0, 4448.0, 4498.0, 4528.0, 4488.0, 4487.0, 4457.0, 4496.0, 4456.0, 4508.0, 4497.0, 4468.0, 4506.0, 4470.0, 4520.0, 4480.0, 4519.0, 4486.0, 4485.0, 4456.0, 4497.0, 4514.0, 4461.0, 4472.0, 4451.0, 4454.0, 4503.0, 4442.0, 4470.0, 4430.0, 4470.0, 4408.0, 4458.0, 4487.0, 4438.0, 4490.0, 4440.0, 4468.0, 4428.0, 4467.0, 4437.0, 4466.0, 4405.0, 4455.0, 4403.0, 4445.0, 4425.0, 4445.0, 4437.0, 4428.0, 4428.0, 4457.0, 4439.0, 4470.0, 4431.0, 4472.0, 4422.0, 4462.0, 4422.0, 4463.0, 4433.0, 4474.0, 4444.0, 4463.0, 4443.0, 4463.0, 4453.0, 4463.0, 4503.0, 4453.0, 4504.0, 4465.0, 4482.0, 4451.0, 4471.0, 4410.0, 4441.0, 4490.0, 4442.0, 4483.0, 4444.0, 4453.0, 4413.0, 4445.0, 4486.0, 4460.0, 4498.0, 4459.0, 4469.0, 4461.0, 4502.0, 4474.0, 4502.0, 4474.0, 4485.0, 4474.0, 4513.0, 4461.0, 4510.0, 4461.0, 4511.0, 4460.0, 4510.0, 4461.0, 4521.0, 4481.0, 4540.0, 4499.0, 4529.0, 4496.0, 4524.0, 4471.0, 4511.0, 4514.0, 4490.0, 4468.0, 4427.0, 4466.0, 4440.0, 4471.0, 4409.0, 4450.0, 4411.0, 4442.0, 4411.0, 4453.0, 4424.0, 4477.0, 4427.0, 4480.0, 4479.0, 4460.0, 4499.0, 4451.0, 4500.0, 4451.0, 4490.0, 4450.0, 4501.0, 4499.0, 4468.0, 4518.0, 4478.0, 4497.0, 4457.0, 4506.0, 4454.0, 4455.0, 4504.0, 4443.0, 4484.0, 4434.0, 4445.0, 4425.0, 4447.0, 4487.0, 4450.0, 4521.0, 4503.0, 4512.0, 4483.0, 4452.0, 4474.0, 4526.0, 4531.0, 4468.0, 4497.0, 4436.0, 4478.0, 4459.0, 4480.0, 4519.0, 4479.0, 4498.0, 4456.0, 4496.0, 4456.0, 4494.0, 4456.0, 4510.0, 4506.0, 4475.0, 4504.0, 4462.0, 4460.0, 4451.0, 4489.0, 4440.0, 4480.0, 4451.0, 4481.0, 4441.0, 4483.0, 4422.0, 4453.0, 4494.0, 4443.0, 4485.0, 4421.0, 4475.0, 4414.0, 4465.0, 4425.0, 4467.0, 4507.0, 4459.0, 4479.0, 4471.0, 4510.0, 4474.0, 4503.0, 4485.0, 4503.0, 4476.0, 4505.0, 4465.0, 4507.0, 4466.0, 4496.0, 4534.0, 4485.0, 4524.0, 4493.0, 4512.0, 4450.0, 4512.0, 4501.0, 4523.0, 4463.0, 4493.0, 4440.0, 4502.0, 4530.0, 4491.0, 4533.0, 4541.0, 4499.0, 4518.0, 4471.0, 4509.0, 4527.0, 4485.0, 4497.0, 4457.0, 4494.0, 4456.0, 4506.0, 4474.0, 4516.0, 4444.0, 4490.0, 4441.0, 4492.0, 4512.0, 4456.0, 4437.0, 4476.0, 4416.0, 4454.0, 4419.0, 4447.0, 4409.0, 4460.0, 4400.0, 4463.0, 4462.0, 4443.0, 4483.0, 4444.0, 4472.0, 4423.0, 4487.0, 4465.0, 4496.0, 4464.0, 4455.0, 4425.0, 4486.0, 4427.0, 4488.0, 4448.0, 4491.0, 4461.0, 4502.0, 4462.0, 4513.0, 4511.0, 4501.0, 4530.0, 4477.0, 4506.0, 4526.0, 4473.0, 4482.0, 4500.0, 4452.0, 4492.0, 4442.0, 4468.0, 4429.0, 4469.0, 4409.0, 4410.0, 4444.0, 4451.0, 4433.0, 4475.0, 4466.0, 4458.0, 4477.0, 4447.0, 4478.0, 4476.0, 4476.0, 4455.0, 4485.0, 4463.0, 4495.0, 4471.0, 4493.0, 4471.0, 4491.0, 4446.0, 4478.0, 4486.0, 4431.0, 4441.0, 4461.0, 4421.0, 4470.0, 4423.0, 4403.0, 4423.0, 4403.0, 4436.0, 4417.0, 4450.0, 4440.0, 4453.0, 4482.0, 4444.0, 4462.0, 4461.0, 4460.0, 4478.0, 4439.0, 4481.0, 4449.0, 4470.0, 4440.0, 4473.0, 4430.0, 4460.0, 4461.0, 4473.0, 4496.0, 4464.0, 4473.0, 4453.0, 4472.0, 4455.0, 4497.0, 4479.0, 4509.0, 4440.0, 4500.0, 4448.0, 4496.0, 4471.0, 4487.0, 4472.0, 4454.0, 4494.0, 4463.0, 4516.0, 4535.0, 4479.0, 4490.0, 4468.0, 4499.0, 4527.0, 4465.0, 4494.0, 4444.0, 4484.0, 4423.0, 4485.0, 4492.0, 4434.0, 4485.0, 4436.0, 4465.0, 4437.0, 4486.0, 4437.0, 4477.0, 4497.0, 4439.0, 4480.0, 4443.0, 4492.0, 4441.0, 4491.0, 4441.0, 4502.0, 4467.0, 4527.0, 4500.0, 4526.0, 4499.0, 4552.0, 4557.0, 4538.0, 4536.0, 4500.0, 4479.0, 4531.0, 4468.0, 4498.0, 4539.0, 4487.0, 4506.0, 4435.0, 4499.0, 4528.0, 4474.0, 4483.0, 4424.0, 4484.0, 4433.0, 4474.0, 4494.0, 4455.0, 4504.0, 4443.0, 4494.0, 4514.0, 4450.0, 4450.0, 4489.0, 4433.0, 4483.0, 4444.0, 4492.0, 4478.0, 4447.0, 4437.0, 4485.0, 4448.0, 4488.0, 4459.0, 4500.0, 4449.0, 4501.0, 4522.0, 4490.0, 4499.0, 4527.0, 4484.0, 4483.0, 4460.0, 4451.0, 4502.0, 4451.0, 4460.0, 4434.0, 4495.0, 4437.0, 4496.0, 4435.0, 4495.0, 4447.0, 4456.0, 4426.0, 4494.0, 4435.0, 4495.0, 4435.0, 4475.0, 4502.0, 4455.0, 4495.0, 4424.0, 4474.0, 4452.0, 4452.0, 4502.0, 4453.0, 4492.0, 4443.0, 4490.0, 4434.0, 4495.0, 4497.0, 4465.0, 4474.0, 4464.0, 4492.0, 4446.0, 4492.0, 4468.0, 4496.0, 4433.0, 4475.0, 4446.0, 4477.0, 4437.0, 4510.0, 4460.0, 4499.0, 4450.0, 4511.0, 4451.0, 4524.0, 4475.0, 4534.0, 4494.0, 4523.0, 4469.0, 4510.0, 4539.0, 4508.0, 4503.0, 4514.0, 4480.0, 4505.0, 4490.0, 4435.0, 4428.0, 4458.0, 4410.0, 4469.0, 4410.0, 4470.0, 4423.0, 4475.0, 4461.0, 4489.0, 4437.0, 4478.0, 4505.0, 4436.0, 4495.0, 4434.0, 4446.0, 4453.0, 4436.0, 4505.0, 4469.0, 4499.0, 4481.0, 4491.0, 4451.0, 4499.0, 4451.0, 4498.0, 4472.0, 4513.0, 4473.0, 4503.0, 4451.0, 4512.0, 4521.0, 4490.0, 4529.0, 4489.0, 4518.0, 4473.0, 4495.0, 4525.0, 4476.0, 4526.0, 4474.0, 4482.0, 4433.0, 4492.0, 4433.0, 4493.0, 4467.0, 4494.0, 4446.0, 4492.0, 4434.0, 4495.0, 4435.0, 4483.0, 4438.0, 4490.0, 4449.0, 4499.0, 4458.0, 4509.0, 4449.0, 4522.0, 4473.0, 4531.0, 4494.0, 4512.0, 4481.0, 4520.0, 4471.0, 4530.0, 4479.0, 4517.0, 4448.0, 4495.0, 4446.0, 4494.0, 4447.0, 4496.0, 4468.0, 4498.0, 4450.0, 4509.0, 4449.0, 4508.0, 4446.0, 4497.0, 4515.0, 4474.0, 4503.0, 4452.0, 4494.0, 4502.0, 4440.0, 4478.0, 4427.0, 4467.0, 4428.0, 4456.0, 4428.0, 4469.0, 4442.0, 4492.0, 4473.0, 4485.0, 4444.0, 4445.0, 4457.0, 4496.0, 4455.0, 4476.0, 4458.0, 4488.0, 4459.0, 4499.0, 4449.0, 4498.0, 4437.0, 4497.0, 4496.0, 4477.0, 4507.0, 4457.0, 4505.0, 4447.0, 4507.0, 4467.0, 4487.0, 4424.0, 4464.0, 4474.0, 4478.0, 4517.0, 4467.0, 4426.0, 4456.0, 4428.0, 4461.0, 4439.0, 4479.0, 4509.0, 4466.0, 4456.0, 4497.0, 4447.0, 4498.0, 4439.0, 4499.0, 4496.0, 4476.0, 4505.0, 4464.0, 4493.0, 4462.0, 4502.0, 4440.0, 4490.0, 4428.0, 4458.0, 4437.0, 4447.0, 4487.0, 4437.0, 4466.0, 4436.0, 4457.0, 4466.0, 4437.0, 4466.0, 4437.0, 4459.0, 4467.0, 4428.0, 4448.0, 4408.0, 4452.0, 4471.0, 4452.0, 4453.0, 4423.0, 4455.0, 4476.0, 4458.0, 4498.0, 4460.0, 4489.0, 4452.0, 4501.0, 4484.0, 4494.0, 4463.0, 4514.0, 4453.0, 4505.0, 4534.0, 4484.0, 4515.0, 4543.0, 4499.0, 4500.0, 4527.0, 4457.0, 4506.0, 4435.0, 4496.0, 4506.0, 4457.0, 4506.0, 4447.0, 4508.0, 4483.0, 4510.0, 4459.0, 4488.0, 4447.0, 4507.0, 4526.0, 4476.0, 4517.0, 4514.0, 4473.0, 4492.0, 4439.0, 4449.0, 4479.0, 4429.0, 4470.0, 4413.0, 4476.0, 4455.0, 4466.0, 4437.0, 4478.0, 4439.0, 4489.0, 4509.0, 4516.0, 4466.0, 4501.0, 4466.0, 4475.0, 4423.0, 4454.0, 4514.0, 4455.0, 4484.0, 4445.0, 4495.0, 4445.0, 4493.0, 4506.0, 4454.0, 4475.0, 4492.0, 4440.0, 4470.0, 4412.0, 4475.0, 4493.0, 4453.0, 4413.0, 4456.0, 4427.0, 4469.0, 4438.0, 4491.0, 4491.0, 4482.0, 4511.0, 4472.0, 4501.0, 4470.0, 4500.0, 4471.0, 4510.0, 4470.0, 4531.0, 4500.0, 4518.0, 4486.0, 4516.0, 4453.0, 4474.0, 4513.0, 4451.0, 4460.0, 4408.0, 4449.0, 4438.0, 4440.0, 4492.0, 4466.0, 4485.0, 4457.0, 4466.0, 4438.0, 4476.0, 4450.0, 4490.0, 4498.0, 4462.0, 4479.0, 4440.0, 4480.0, 4439.0, 4480.0, 4523.0, 4480.0, 4533.0, 4491.0, 4469.0, 4450.0, 4499.0, 4450.0, 4486.0, 4437.0, 4498.0, 4530.0, 4456.0, 4487.0, 4517.0, 4434.0, 4473.0, 4433.0, 4463.0, 4491.0, 4430.0, 4469.0, 4427.0], 'WindowWidth': [9869.0, 9829.0, 9834.0, 9827.0, 9861.0, 9844.0, 9858.0, 9831.0, 9834.0, 9816.0, 9821.0, 9781.0, 9832.0, 9777.0, 9838.0, 9807.0, 9800.0, 9778.0, 9805.0, 9757.0, 9818.0, 9766.0, 9827.0, 9826.0, 9830.0, 9881.0, 9801.0, 9848.0, 9806.0, 9844.0, 9762.0, 9848.0, 9875.0, 9778.0, 9846.0, 9873.0, 9791.0, 9840.0, 9741.0, 9801.0, 9858.0, 9789.0, 9821.0, 9810.0, 9856.0, 9817.0, 9851.0, 9822.0, 9883.0, 9918.0, 9921.0, 9831.0, 9868.0, 9798.0, 9860.0, 9910.0, 9814.0, 9872.0, 9882.0, 9838.0, 9913.0, 9817.0, 9912.0, 9933.0, 9866.0, 9896.0, 9924.0, 9851.0, 9922.0, 9859.0, 9890.0, 9951.0, 9838.0, 9898.0, 9954.0, 9896.0, 9889.0, 9912.0, 9853.0, 9870.0, 9825.0, 9825.0, 9887.0, 9786.0, 9837.0, 9789.0, 9848.0, 9908.0, 9829.0, 9829.0, 9760.0, 9830.0, 9891.0, 9783.0, 9796.0, 9848.0, 9767.0, 9798.0, 9847.0, 9765.0, 9803.0, 9867.0, 9775.0, 9819.0, 9767.0, 9794.0, 9824.0, 9802.0, 9856.0, 9790.0, 9846.0, 9899.0, 9821.0, 9874.0, 9902.0, 9811.0, 9827.0, 9880.0, 9822.0, 9820.0, 9821.0, 9834.0, 9885.0, 9823.0, 9838.0, 9819.0, 9811.0, 9851.0, 9907.0, 9923.0, 9840.0, 9866.0, 9887.0, 9827.0, 9895.0, 9835.0, 9889.0, 9826.0, 9885.0, 9848.0, 9877.0, 9939.0, 9886.0, 9922.0, 9867.0, 9896.0, 9882.0, 9818.0, 9885.0, 9810.0, 9784.0, 9837.0, 9748.0, 9792.0, 9731.0, 9798.0, 9733.0, 9792.0, 9764.0, 9817.0, 9775.0, 9804.0, 9762.0, 9793.0, 9857.0, 9795.0, 9868.0, 9894.0, 9805.0, 9804.0, 9845.0, 9815.0, 9846.0, 9802.0, 9842.0, 9792.0, 9892.0, 9844.0, 9881.0, 9838.0, 9872.0, 9841.0, 9868.0, 9939.0, 9974.0, 9898.0, 9882.0, 9925.0, 9857.0, 9861.0, 9908.0, 9830.0, 9854.0, 9815.0, 9865.0, 9821.0, 9875.0, 9805.0, 9850.0, 9919.0, 9837.0, 9901.0, 9931.0, 9844.0, 9868.0, 9785.0, 9856.0, 9899.0, 9796.0, 9821.0, 9776.0, 9795.0, 9875.0, 9805.0, 9808.0, 9861.0, 9823.0, 9858.0, 9809.0, 9878.0, 9832.0, 9848.0, 9835.0, 9906.0, 9936.0, 9867.0, 9855.0, 9905.0, 9844.0, 9896.0, 9833.0, 9853.0, 9800.0, 9878.0, 9871.0, 9846.0, 9817.0, 9855.0, 9800.0, 9874.0, 9865.0, 9911.0, 9854.0, 9912.0, 9880.0, 9950.0, 9890.0, 9956.0, 9886.0, 9929.0, 9891.0, 9936.0, 9877.0, 9896.0, 9838.0, 9868.0, 9825.0, 9784.0, 9858.0, 9764.0, 9813.0, 9759.0, 9781.0, 9705.0, 9776.0, 9725.0, 9836.0, 9747.0, 9803.0, 9739.0, 9813.0, 9797.0, 9857.0, 9822.0, 9869.0, 9786.0, 9805.0, 9789.0, 9773.0, 9821.0, 9886.0, 9798.0, 9816.0, 9896.0, 9808.0, 9849.0, 9887.0, 9802.0, 9866.0, 9820.0, 9852.0, 9783.0, 9850.0, 9848.0, 9838.0, 9906.0, 9836.0, 9921.0, 9832.0, 9870.0, 9886.0, 9811.0, 9778.0, 9789.0, 9768.0, 9805.0, 9739.0, 9793.0, 9817.0, 9763.0, 9816.0, 9782.0, 9780.0, 9775.0, 9827.0, 9795.0, 9837.0, 9878.0, 9799.0, 9834.0, 9772.0, 9832.0, 9880.0, 9820.0, 9874.0, 9835.0, 9867.0, 9835.0, 9884.0, 9814.0, 9876.0, 9931.0, 9851.0, 9842.0, 9905.0, 9826.0, 9895.0, 9825.0, 9887.0, 9835.0, 9890.0, 9824.0, 9904.0, 9836.0, 9922.0, 9882.0, 9880.0, 9912.0, 9827.0, 9825.0, 9863.0, 9778.0, 9782.0, 9840.0, 9758.0, 9801.0, 9751.0, 9796.0, 9778.0, 9806.0, 9770.0, 9828.0, 9791.0, 9824.0, 9891.0, 9838.0, 9880.0, 9850.0, 9845.0, 9859.0, 9906.0, 9827.0, 9857.0, 9906.0, 9827.0, 9884.0, 9816.0, 9875.0, 9911.0, 9824.0, 9863.0, 9940.0, 9838.0, 9885.0, 9791.0, 9884.0, 9807.0, 9855.0, 9817.0, 9850.0, 9939.0, 9875.0, 9886.0, 9831.0, 9878.0, 9809.0, 9873.0, 9797.0, 9884.0, 9900.0, 9828.0, 9853.0, 9782.0, 9811.0, 9890.0, 9815.0, 9865.0, 9839.0, 9868.0, 9792.0, 9848.0, 9902.0, 9839.0, 9877.0, 9849.0, 9889.0, 9822.0, 9878.0, 9916.0, 9849.0, 9898.0, 9818.0, 9900.0, 9921.0, 9813.0, 9845.0, 9834.0, 9810.0, 9874.0, 9801.0, 9855.0, 9871.0, 9822.0, 9872.0, 9831.0, 9901.0, 9832.0, 9902.0, 9929.0, 9905.0, 9905.0, 9834.0, 9901.0, 9855.0, 9900.0, 9935.0, 9873.0, 9829.0, 9898.0, 9809.0, 9866.0, 9807.0, 9825.0, 9877.0, 9800.0, 9887.0, 9844.0, 9859.0, 9821.0, 9878.0, 9792.0, 9879.0, 9814.0, 9871.0, 9807.0, 9880.0, 9865.0, 9857.0, 9934.0, 9964.0, 9901.0, 9876.0, 9897.0, 9845.0, 9895.0, 9834.0, 9879.0, 9828.0, 9847.0, 9808.0, 9853.0, 9813.0, 9853.0, 9797.0, 9852.0, 9794.0, 9866.0, 9818.0, 9875.0, 9777.0, 9762.0, 9700.0, 9746.0, 9794.0, 9773.0, 9819.0, 9808.0, 9827.0, 9778.0, 9819.0, 9809.0, 9807.0, 9774.0, 9827.0, 9789.0, 9873.0, 9896.0, 9818.0, 9853.0, 9851.0, 9884.0, 9907.0, 9826.0, 9880.0, 9813.0, 9876.0, 9910.0, 9851.0, 9823.0, 9856.0, 9838.0, 9880.0, 9948.0, 9874.0, 9871.0, 9844.0, 9892.0, 9951.0, 9877.0, 9848.0, 9903.0, 9808.0, 9836.0, 9893.0, 9805.0, 9848.0, 9894.0, 9814.0, 9867.0, 9822.0, 9834.0, 9828.0, 9887.0, 9843.0, 9885.0, 9852.0, 9914.0, 9845.0, 9857.0, 9902.0, 9821.0, 9791.0, 9833.0, 9778.0, 9798.0, 9837.0, 9797.0, 9825.0, 9850.0, 9782.0, 9805.0, 9750.0, 9807.0, 9822.0, 9796.0, 9815.0, 9841.0, 9818.0, 9834.0, 9862.0, 9869.0, 9848.0, 9862.0, 9855.0, 9853.0, 9837.0, 9866.0, 9883.0, 9815.0, 9815.0, 9870.0, 9789.0, 9846.0, 9871.0, 9804.0, 9842.0, 9849.0, 9798.0, 9836.0, 9788.0, 9847.0, 9804.0, 9858.0, 9807.0, 9888.0, 9830.0, 9880.0, 9793.0, 9860.0, 9785.0, 9854.0, 9878.0, 9828.0, 9903.0, 9925.0, 9834.0, 9864.0, 9803.0, 9817.0, 9868.0, 9782.0, 9833.0, 9789.0, 9844.0, 9795.0, 9866.0, 9787.0, 9869.0, 9921.0, 9858.0, 9885.0, 9861.0, 9809.0, 9823.0, 9860.0, 9803.0, 9862.0, 9883.0, 9804.0, 9847.0, 9876.0, 9808.0, 9846.0, 9802.0, 9816.0, 9853.0, 9818.0, 9845.0, 9799.0, 9855.0, 9854.0, 9898.0, 9828.0, 9857.0, 9821.0, 9883.0, 9785.0, 9839.0, 9781.0, 9840.0, 9900.0, 9860.0, 9822.0, 9873.0, 9794.0, 9851.0, 9876.0, 9821.0, 9859.0, 9795.0, 9846.0, 9823.0, 9865.0, 9839.0, 9900.0, 9841.0, 9893.0, 9856.0, 9925.0, 9856.0, 9853.0, 9792.0, 9833.0, 9891.0, 9817.0, 9860.0, 9856.0, 9819.0, 9873.0, 9824.0, 9879.0, 9824.0, 9846.0, 9824.0, 9861.0, 9826.0, 9871.0, 9897.0, 9846.0, 9889.0, 9828.0, 9867.0, 9912.0, 9851.0, 9888.0, 9792.0, 9801.0, 9824.0, 9859.0, 9814.0, 9881.0, 9836.0, 9877.0, 9839.0, 9863.0, 9820.0, 9875.0, 9918.0, 9828.0, 9867.0, 9858.0, 9820.0, 9893.0, 9830.0, 9861.0, 9821.0, 9858.0, 9792.0, 9854.0, 9816.0, 9885.0, 9846.0, 9890.0, 9822.0, 9856.0, 9819.0, 9855.0, 9833.0, 9888.0, 9842.0, 9850.0, 9876.0, 9887.0, 9868.0, 9796.0, 9879.0, 9886.0, 9834.0, 9901.0, 9803.0, 9876.0, 9881.0, 9827.0, 9862.0, 9800.0, 9851.0, 9823.0, 9876.0, 9843.0, 9883.0, 9821.0, 9905.0, 9926.0, 9898.0, 9920.0, 9891.0, 9899.0, 9822.0, 9889.0, 9937.0, 9876.0, 9874.0, 9834.0, 9883.0, 9831.0, 9903.0, 9886.0, 9849.0, 9898.0, 9854.0, 9925.0, 9868.0, 9919.0, 9865.0, 9863.0, 9828.0, 9886.0, 9911.0, 9826.0, 9845.0, 9815.0, 9825.0, 9891.0, 9803.0, 9840.0, 9783.0, 9837.0, 9750.0, 9816.0, 9856.0, 9791.0, 9866.0, 9794.0, 9831.0, 9776.0, 9826.0, 9784.0, 9823.0, 9738.0, 9807.0, 9733.0, 9793.0, 9766.0, 9792.0, 9786.0, 9777.0, 9779.0, 9816.0, 9793.0, 9838.0, 9788.0, 9844.0, 9778.0, 9831.0, 9778.0, 9835.0, 9795.0, 9850.0, 9808.0, 9833.0, 9808.0, 9834.0, 9819.0, 9834.0, 9889.0, 9820.0, 9893.0, 9840.0, 9860.0, 9815.0, 9840.0, 9757.0, 9800.0, 9866.0, 9806.0, 9861.0, 9811.0, 9823.0, 9770.0, 9816.0, 9874.0, 9847.0, 9893.0, 9841.0, 9854.0, 9848.0, 9906.0, 9874.0, 9904.0, 9868.0, 9886.0, 9871.0, 9920.0, 9847.0, 9911.0, 9846.0, 9914.0, 9844.0, 9912.0, 9847.0, 9931.0, 9873.0, 9954.0, 9894.0, 9937.0, 9886.0, 9925.0, 9844.0, 9902.0, 9913.0, 9866.0, 9832.0, 9776.0, 9826.0, 9799.0, 9841.0, 9754.0, 9808.0, 9761.0, 9803.0, 9763.0, 9821.0, 9785.0, 9859.0, 9794.0, 9871.0, 9868.0, 9845.0, 9896.0, 9833.0, 9897.0, 9831.0, 9882.0, 9828.0, 9899.0, 9891.0, 9849.0, 9921.0, 9862.0, 9888.0, 9832.0, 9898.0, 9824.0, 9827.0, 9892.0, 9808.0, 9865.0, 9797.0, 9815.0, 9789.0, 9822.0, 9874.0, 9831.0, 9927.0, 9906.0, 9918.0, 9881.0, 9840.0, 9871.0, 9946.0, 9942.0, 9850.0, 9886.0, 9803.0, 9861.0, 9839.0, 9870.0, 9923.0, 9867.0, 9889.0, 9831.0, 9885.0, 9830.0, 9882.0, 9830.0, 9914.0, 9900.0, 9852.0, 9892.0, 9832.0, 9825.0, 9813.0, 9863.0, 9798.0, 9852.0, 9815.0, 9855.0, 9801.0, 9860.0, 9779.0, 9822.0, 9878.0, 9807.0, 9869.0, 9774.0, 9853.0, 9771.0, 9841.0, 9787.0, 9849.0, 9902.0, 9840.0, 9867.0, 9862.0, 9913.0, 9871.0, 9908.0, 9887.0, 9910.0, 9879.0, 9913.0, 9859.0, 9921.0, 9862.0, 9901.0, 9951.0, 9887.0, 9939.0, 9892.0, 9917.0, 9831.0, 9917.0, 9902.0, 9933.0, 9855.0, 9894.0, 9819.0, 9903.0, 9939.0, 9885.0, 9950.0, 9958.0, 9892.0, 9920.0, 9860.0, 9906.0, 9935.0, 9868.0, 9889.0, 9833.0, 9878.0, 9829.0, 9900.0, 9853.0, 9912.0, 9808.0, 9868.0, 9801.0, 9873.0, 9911.0, 9812.0, 9787.0, 9841.0, 9757.0, 9809.0, 9770.0, 9801.0, 9755.0, 9824.0, 9746.0, 9833.0, 9830.0, 9808.0, 9862.0, 9810.0, 9847.0, 9782.0, 9874.0, 9837.0, 9885.0, 9837.0, 9829.0, 9787.0, 9871.0, 9794.0, 9878.0, 9825.0, 9887.0, 9849.0, 9905.0, 9852.0, 9922.0, 9915.0, 9903.0, 9943.0, 9860.0, 9901.0, 9934.0, 9849.0, 9858.0, 9882.0, 9817.0, 9876.0, 9805.0, 9833.0, 9781.0, 9835.0, 9751.0, 9758.0, 9814.0, 9814.0, 9794.0, 9854.0, 9843.0, 9837.0, 9860.0, 9819.0, 9863.0, 9858.0, 9857.0, 9826.0, 9870.0, 9832.0, 9881.0, 9840.0, 9878.0, 9838.0, 9873.0, 9797.0, 9845.0, 9859.0, 9767.0, 9782.0, 9808.0, 9752.0, 9819.0, 9758.0, 9733.0, 9763.0, 9735.0, 9785.0, 9761.0, 9810.0, 9797.0, 9821.0, 9858.0, 9809.0, 9832.0, 9825.0, 9823.0, 9845.0, 9793.0, 9853.0, 9805.0, 9834.0, 9796.0, 9846.0, 9782.0, 9824.0, 9827.0, 9848.0, 9885.0, 9838.0, 9846.0, 9822.0, 9846.0, 9826.0, 9886.0, 9864.0, 9907.0, 9818.0, 9898.0, 9825.0, 9884.0, 9861.0, 9873.0, 9863.0, 9846.0, 9897.0, 9855.0, 9930.0, 9956.0, 9867.0, 9884.0, 9849.0, 9892.0, 9929.0, 9840.0, 9879.0, 9808.0, 9862.0, 9780.0, 9865.0, 9872.0, 9796.0, 9866.0, 9803.0, 9839.0, 9809.0, 9872.0, 9808.0, 9862.0, 9887.0, 9815.0, 9870.0, 9826.0, 9891.0, 9824.0, 9887.0, 9824.0, 9906.0, 9870.0, 9950.0, 9919.0, 9949.0, 9915.0, 9990.0, 9992.0, 9963.0, 9955.0, 9896.0, 9867.0, 9947.0, 9848.0, 9890.0, 9952.0, 9874.0, 9898.0, 9802.0, 9892.0, 9937.0, 9852.0, 9861.0, 9783.0, 9863.0, 9795.0, 9851.0, 9877.0, 9827.0, 9893.0, 9809.0, 9876.0, 9911.0, 9812.0, 9810.0, 9865.0, 9794.0, 9863.0, 9810.0, 9871.0, 9865.0, 9822.0, 9809.0, 9869.0, 9825.0, 9877.0, 9843.0, 9898.0, 9828.0, 9902.0, 9935.0, 9886.0, 9897.0, 9935.0, 9866.0, 9863.0, 9826.0, 9816.0, 9889.0, 9816.0, 9825.0, 9799.0, 9882.0, 9810.0, 9886.0, 9803.0, 9882.0, 9820.0, 9830.0, 9791.0, 9877.0, 9801.0, 9881.0, 9799.0, 9855.0, 9892.0, 9827.0, 9880.0, 9786.0, 9850.0, 9818.0, 9819.0, 9887.0, 9820.0, 9871.0, 9808.0, 9868.0, 9796.0, 9880.0, 9890.0, 9843.0, 9852.0, 9839.0, 9874.0, 9820.0, 9876.0, 9851.0, 9884.0, 9794.0, 9852.0, 9818.0, 9862.0, 9810.0, 9913.0, 9848.0, 9895.0, 9830.0, 9916.0, 9839.0, 9941.0, 9878.0, 9953.0, 9899.0, 9936.0, 9854.0, 9913.0, 9959.0, 9905.0, 9892.0, 9911.0, 9854.0, 9897.0, 9868.0, 9783.0, 9777.0, 9818.0, 9757.0, 9835.0, 9759.0, 9838.0, 9782.0, 9854.0, 9848.0, 9880.0, 9807.0, 9863.0, 9896.0, 9803.0, 9881.0, 9797.0, 9815.0, 9821.0, 9804.0, 9896.0, 9858.0, 9896.0, 9874.0, 9887.0, 9837.0, 9894.0, 9835.0, 9893.0, 9864.0, 9921.0, 9867.0, 9905.0, 9835.0, 9915.0, 9928.0, 9884.0, 9940.0, 9881.0, 9921.0, 9852.0, 9883.0, 9925.0, 9860.0, 9930.0, 9851.0, 9859.0, 9795.0, 9872.0, 9796.0, 9875.0, 9847.0, 9879.0, 9817.0, 9876.0, 9800.0, 9882.0, 9803.0, 9865.0, 9813.0, 9885.0, 9828.0, 9895.0, 9839.0, 9906.0, 9829.0, 9932.0, 9867.0, 9943.0, 9897.0, 9917.0, 9875.0, 9926.0, 9860.0, 9940.0, 9866.0, 9915.0, 9822.0, 9881.0, 9818.0, 9878.0, 9819.0, 9885.0, 9850.0, 9890.0, 9833.0, 9907.0, 9827.0, 9904.0, 9818.0, 9886.0, 9911.0, 9850.0, 9892.0, 9817.0, 9880.0, 9884.0, 9795.0, 9844.0, 9772.0, 9825.0, 9776.0, 9812.0, 9778.0, 9834.0, 9805.0, 9872.0, 9848.0, 9867.0, 9811.0, 9813.0, 9835.0, 9884.0, 9827.0, 9855.0, 9837.0, 9878.0, 9842.0, 9893.0, 9827.0, 9891.0, 9808.0, 9888.0, 9883.0, 9861.0, 9903.0, 9833.0, 9896.0, 9820.0, 9901.0, 9846.0, 9871.0, 9782.0, 9837.0, 9850.0, 9865.0, 9913.0, 9846.0, 9789.0, 9830.0, 9797.0, 9850.0, 9814.0, 9866.0, 9909.0, 9844.0, 9830.0, 9888.0, 9821.0, 9891.0, 9813.0, 9892.0, 9885.0, 9856.0, 9897.0, 9837.0, 9877.0, 9830.0, 9888.0, 9796.0, 9867.0, 9777.0, 9820.0, 9787.0, 9800.0, 9856.0, 9786.0, 9827.0, 9784.0, 9814.0, 9825.0, 9788.0, 9825.0, 9786.0, 9820.0, 9829.0, 9778.0, 9804.0, 9751.0, 9817.0, 9843.0, 9817.0, 9820.0, 9782.0, 9828.0, 9858.0, 9838.0, 9891.0, 9846.0, 9882.0, 9839.0, 9902.0, 9884.0, 9896.0, 9855.0, 9925.0, 9843.0, 9913.0, 9952.0, 9885.0, 9927.0, 9966.0, 9892.0, 9897.0, 9928.0, 9833.0, 9899.0, 9800.0, 9884.0, 9898.0, 9832.0, 9898.0, 9822.0, 9905.0, 9882.0, 9912.0, 9843.0, 9877.0, 9821.0, 9902.0, 9926.0, 9856.0, 9922.0, 9909.0, 9848.0, 9873.0, 9795.0, 9808.0, 9849.0, 9781.0, 9836.0, 9770.0, 9856.0, 9829.0, 9844.0, 9808.0, 9864.0, 9815.0, 9882.0, 9910.0, 9916.0, 9843.0, 9904.0, 9843.0, 9854.0, 9782.0, 9824.0, 9906.0, 9827.0, 9866.0, 9815.0, 9880.0, 9813.0, 9879.0, 9902.0, 9822.0, 9854.0, 9873.0, 9798.0, 9838.0, 9765.0, 9853.0, 9875.0, 9820.0, 9769.0, 9831.0, 9797.0, 9857.0, 9813.0, 9888.0, 9887.0, 9876.0, 9915.0, 9864.0, 9901.0, 9858.0, 9900.0, 9862.0, 9914.0, 9857.0, 9944.0, 9898.0, 9919.0, 9871.0, 9914.0, 9820.0, 9849.0, 9908.0, 9814.0, 9824.0, 9750.0, 9807.0, 9792.0, 9800.0, 9873.0, 9846.0, 9869.0, 9833.0, 9843.0, 9814.0, 9860.0, 9830.0, 9884.0, 9892.0, 9850.0, 9867.0, 9816.0, 9869.0, 9813.0, 9870.0, 9935.0, 9874.0, 9953.0, 9886.0, 9853.0, 9829.0, 9891.0, 9828.0, 9867.0, 9804.0, 9889.0, 9943.0, 9827.0, 9874.0, 9917.0, 9795.0, 9848.0, 9792.0, 9833.0, 9871.0, 9784.0, 9834.0, 9775.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.0013300309405940593</td></tr>
<tr><td colspan=3>aqi</td><td>0.028769641769801978</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.3369869928421</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2489994746501543</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0161442529226008</td></tr>
<tr><td colspan=3>efc</td><td>0.4819</td></tr>
<tr><td colspan=3>fber</td><td>6063.5112</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13252187628931944</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>279</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.264851485148515</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.943762901648011</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.903187567146251</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2573567405203816</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.670744397277401</td></tr>
<tr><td colspan=3>gcor</td><td>0.0196061</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008230223320424557</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03384769335389137</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1616</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.3081218924419864</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>20.1556</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4015</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.4303</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.931</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2944</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>632.8442</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3526.8493</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81832.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1160.4701</td></tr>
<tr><td colspan=3>tsnr</td><td>33.77952886983985</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>