<?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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-03/func/sub-0091_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>2850c97237440e85ca8066aadd69b0f2</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:38:59.557500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999693, 0.0149457, -0.0197783, -0.0195442, 0.965971, -0.25791]</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.109972</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>[4141, -7708, -7264, 581, -100, -199, -85, 74]</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>265.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6acb2b2a-4fc9-4bd8-bba0-a3f5bcc2a393||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6821024417877197, -0.052435606718063354, -0.04117662459611893, 115.13275146484375], [-0.04009833559393883, 2.591630220413208, -0.6971863508224487, -71.81246185302734], [-0.05306369811296463, 0.6919533610343933, 2.608109474182129, -102.00786590576172], [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, 1640]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['133859.557500', '133900.017500', '133900.477500', '133900.937500', '133901.397500', '133901.857500', '133902.317500', '133902.777500', '133903.237500', '133903.697500', '133904.157500', '133904.617500', '133905.077500', '133905.537500', '133905.997500', '133906.457500', '133906.917500', '133907.377500', '133907.837500', '133908.297500', '133908.757500', '133909.217500', '133909.677500', '133910.137500', '133910.597500', '133911.057500', '133911.517500', '133911.977500', '133912.437500', '133912.897500', '133913.357500', '133913.817500', '133914.277500', '133914.737500', '133915.197500', '133915.657500', '133916.117500', '133916.577500', '133917.037500', '133917.497500', '133917.957500', '133918.417500', '133918.877500', '133919.337500', '133919.797500', '133920.257500', '133920.717500', '133921.177500', '133921.637500', '133922.097500', '133922.557500', '133923.017500', '133923.477500', '133923.937500', '133924.397500', '133924.857500', '133925.317500', '133925.777500', '133926.237500', '133926.697500', '133927.157500', '133927.617500', '133928.077500', '133928.537500', '133928.997500', '133929.457500', '133929.917500', '133930.377500', '133930.837500', '133931.297500', '133931.757500', '133932.217500', '133932.677500', '133933.137500', '133933.597500', '133934.057500', '133934.517500', '133934.977500', '133935.437500', '133935.897500', '133936.357500', '133936.817500', '133937.277500', '133937.737500', '133938.197500', '133938.657500', '133939.117500', '133939.577500', '133940.037500', '133940.497500', '133940.957500', '133941.417500', '133941.877500', '133942.337500', '133942.797500', '133943.257500', '133943.717500', '133944.177500', '133944.637500', '133945.097500', '133945.557500', '133946.017500', '133946.477500', '133946.937500', '133947.397500', '133947.857500', '133948.317500', '133948.777500', '133949.237500', '133949.697500', '133950.157500', '133950.617500', '133951.077500', '133951.537500', '133951.997500', '133952.457500', '133952.917500', '133953.377500', '133953.837500', '133954.297500', '133954.757500', '133955.217500', '133955.677500', '133956.137500', '133956.597500', '133957.057500', '133957.517500', '133957.977500', '133958.437500', '133958.897500', '133959.357500', '133959.817500', '134000.277500', '134000.737500', '134001.197500', '134001.657500', '134002.117500', '134002.577500', '134003.037500', '134003.497500', '134003.957500', '134004.417500', '134004.877500', '134005.337500', '134005.797500', '134006.257500', '134006.717500', '134007.177500', '134007.637500', '134008.097500', '134008.557500', '134009.017500', '134009.477500', '134009.937500', '134010.397500', '134010.857500', '134011.317500', '134011.777500', '134012.237500', '134012.697500', '134013.157500', '134013.617500', '134014.077500', '134014.537500', '134014.997500', '134015.457500', '134015.917500', '134016.377500', '134016.837500', '134017.297500', '134017.757500', '134018.217500', '134018.677500', '134019.137500', '134019.597500', '134020.057500', '134020.517500', '134020.977500', '134021.437500', '134021.897500', '134022.357500', '134022.817500', '134023.277500', '134023.737500', '134024.197500', '134024.657500', '134025.117500', '134025.577500', '134026.037500', '134026.497500', '134026.957500', '134027.417500', '134027.877500', '134028.337500', '134028.797500', '134029.257500', '134029.717500', '134030.177500', '134030.637500', '134031.097500', '134031.557500', '134032.017500', '134032.477500', '134032.937500', '134033.397500', '134033.857500', '134034.317500', '134034.777500', '134035.237500', '134035.697500', '134036.157500', '134036.617500', '134037.077500', '134037.537500', '134037.997500', '134038.457500', '134038.917500', '134039.377500', '134039.837500', '134040.297500', '134040.757500', '134041.217500', '134041.677500', '134042.137500', '134042.597500', '134043.057500', '134043.517500', '134043.977500', '134044.437500', '134044.897500', '134045.357500', '134045.817500', '134046.277500', '134046.737500', '134047.197500', '134047.657500', '134048.117500', '134048.577500', '134049.037500', '134049.497500', '134049.957500', '134050.417500', '134050.877500', '134051.337500', '134051.797500', '134052.257500', '134052.717500', '134053.177500', '134053.637500', '134054.097500', '134054.557500', '134055.017500', '134055.477500', '134055.937500', '134056.397500', '134056.857500', '134057.317500', '134057.777500', '134058.237500', '134058.697500', '134059.157500', '134059.617500', '134100.077500', '134100.537500', '134100.997500', '134101.457500', '134101.917500', '134102.377500', '134102.837500', '134103.297500', '134103.757500', '134104.217500', '134104.677500', '134105.137500', '134105.597500', '134106.057500', '134106.517500', '134106.977500', '134107.437500', '134107.897500', '134108.357500', '134108.817500', '134109.277500', '134109.737500', '134110.197500', '134110.657500', '134111.117500', '134111.577500', '134112.037500', '134112.497500', '134112.957500', '134113.417500', '134113.877500', '134114.337500', '134114.797500', '134115.257500', '134115.717500', '134116.177500', '134116.637500', '134117.097500', '134117.557500', '134118.017500', '134118.477500', '134118.937500', '134119.397500', '134119.857500', '134120.317500', '134120.777500', '134121.237500', '134121.697500', '134122.157500', '134122.617500', '134123.077500', '134123.537500', '134123.997500', '134124.457500', '134124.917500', '134125.377500', '134125.837500', '134126.297500', '134126.757500', '134127.217500', '134127.677500', '134128.137500', '134128.597500', '134129.057500', '134129.517500', '134129.977500', '134130.437500', '134130.897500', '134131.357500', '134131.817500', '134132.277500', '134132.737500', '134133.197500', '134133.657500', '134134.117500', '134134.577500', '134135.037500', '134135.497500', '134135.957500', '134136.417500', '134136.877500', '134137.337500', '134137.797500', '134138.257500', '134138.717500', '134139.177500', '134139.637500', '134140.097500', '134140.557500', '134141.017500', '134141.477500', '134141.937500', '134142.397500', '134142.857500', '134143.317500', '134143.777500', '134144.237500', '134144.697500', '134145.157500', '134145.617500', '134146.077500', '134146.537500', '134146.997500', '134147.457500', '134147.917500', '134148.377500', '134148.837500', '134149.297500', '134149.757500', '134150.217500', '134150.677500', '134151.137500', '134151.597500', '134152.057500', '134152.517500', '134152.977500', '134153.437500', '134153.897500', '134154.357500', '134154.817500', '134155.277500', '134155.737500', '134156.197500', '134156.657500', '134157.117500', '134157.577500', '134158.037500', '134158.497500', '134158.957500', '134159.417500', '134159.877500', '134200.337500', '134200.797500', '134201.257500', '134201.717500', '134202.177500', '134202.637500', '134203.097500', '134203.557500', '134204.017500', '134204.477500', '134204.937500', '134205.397500', '134205.857500', '134206.317500', '134206.777500', '134207.237500', '134207.697500', '134208.157500', '134208.617500', '134209.077500', '134209.537500', '134209.997500', '134210.457500', '134210.917500', '134211.377500', '134211.837500', '134212.297500', '134212.757500', '134213.217500', '134213.677500', '134214.137500', '134214.597500', '134215.057500', '134215.517500', '134215.977500', '134216.437500', '134216.897500', '134217.357500', '134217.817500', '134218.277500', '134218.737500', '134219.197500', '134219.657500', '134220.117500', '134220.577500', '134221.037500', '134221.497500', '134221.957500', '134222.417500', '134222.877500', '134223.337500', '134223.797500', '134224.257500', '134224.717500', '134225.177500', '134225.637500', '134226.097500', '134226.557500', '134227.017500', '134227.477500', '134227.937500', '134228.397500', '134228.857500', '134229.317500', '134229.777500', '134230.237500', '134230.697500', '134231.157500', '134231.617500', '134232.077500', '134232.537500', '134232.997500', '134233.457500', '134233.917500', '134234.377500', '134234.837500', '134235.297500', '134235.757500', '134236.217500', '134236.677500', '134237.137500', '134237.597500', '134238.057500', '134238.517500', '134238.977500', '134239.437500', '134239.897500', '134240.357500', '134240.817500', '134241.277500', '134241.737500', '134242.197500', '134242.657500', '134243.117500', '134243.577500', '134244.037500', '134244.497500', '134244.957500', '134245.417500', '134245.877500', '134246.337500', '134246.797500', '134247.257500', '134247.717500', '134248.177500', '134248.637500', '134249.097500', '134249.557500', '134250.017500', '134250.477500', '134250.937500', '134251.397500', '134251.857500', '134252.317500', '134252.777500', '134253.237500', '134253.697500', '134254.157500', '134254.617500', '134255.077500', '134255.537500', '134255.997500', '134256.457500', '134256.917500', '134257.377500', '134257.837500', '134258.297500', '134258.757500', '134259.217500', '134259.677500', '134300.137500', '134300.597500', '134301.057500', '134301.517500', '134301.977500', '134302.437500', '134302.897500', '134303.357500', '134303.817500', '134304.277500', '134304.737500', '134305.197500', '134305.657500', '134306.117500', '134306.577500', '134307.037500', '134307.497500', '134307.957500', '134308.417500', '134308.877500', '134309.337500', '134309.797500', '134310.257500', '134310.717500', '134311.177500', '134311.637500', '134312.097500', '134312.557500', '134313.017500', '134313.477500', '134313.937500', '134314.397500', '134314.857500', '134315.317500', '134315.777500', '134316.237500', '134316.697500', '134317.157500', '134317.617500', '134318.077500', '134318.537500', '134318.997500', '134319.457500', '134319.917500', '134320.377500', '134320.837500', '134321.297500', '134321.757500', '134322.217500', '134322.677500', '134323.137500', '134323.597500', '134324.057500', '134324.517500', '134324.977500', '134325.437500', '134325.897500', '134326.357500', '134326.817500', '134327.277500', '134327.737500', '134328.197500', '134328.657500', '134329.117500', '134329.577500', '134330.037500', '134330.497500', '134330.957500', '134331.417500', '134331.877500', '134332.337500', '134332.797500', '134333.257500', '134333.717500', '134334.177500', '134334.637500', '134335.097500', '134335.557500', '134336.017500', '134336.477500', '134336.937500', '134337.397500', '134337.857500', '134338.317500', '134338.777500', '134339.237500', '134339.697500', '134340.157500', '134340.617500', '134341.077500', '134341.537500', '134341.997500', '134342.457500', '134342.917500', '134343.377500', '134343.837500', '134344.297500', '134344.757500', '134345.217500', '134345.677500', '134346.137500', '134346.597500', '134347.057500', '134347.517500', '134347.977500', '134348.437500', '134348.897500', '134349.357500', '134349.817500', '134350.277500', '134350.737500', '134351.197500', '134351.657500', '134352.117500', '134352.577500', '134353.037500', '134353.497500', '134353.957500', '134354.417500', '134354.877500', '134355.337500', '134355.797500', '134356.257500', '134356.717500', '134357.177500', '134357.637500', '134358.097500', '134358.557500', '134359.017500', '134359.477500', '134359.937500', '134400.397500', '134400.857500', '134401.317500', '134401.777500', '134402.237500', '134402.697500', '134403.157500', '134403.617500', '134404.077500', '134404.537500', '134404.997500', '134405.457500', '134405.917500', '134406.377500', '134406.837500', '134407.297500', '134407.757500', '134408.217500', '134408.677500', '134409.137500', '134409.597500', '134410.057500', '134410.517500', '134410.977500', '134411.437500', '134411.897500', '134412.357500', '134412.817500', '134413.277500', '134413.737500', '134414.197500', '134414.657500', '134415.117500', '134415.577500', '134416.037500', '134416.497500', '134416.957500', '134417.417500', '134417.877500', '134418.337500', '134418.797500', '134419.257500', '134419.717500', '134420.177500', '134420.637500', '134421.097500', '134421.557500', '134422.017500', '134422.477500', '134422.937500', '134423.397500', '134423.857500', '134424.317500', '134424.777500', '134425.237500', '134425.697500', '134426.157500', '134426.617500', '134427.077500', '134427.537500', '134427.997500', '134428.457500', '134428.917500', '134429.377500', '134429.837500', '134430.297500', '134430.757500', '134431.217500', '134431.677500', '134432.137500', '134432.597500', '134433.057500', '134433.517500', '134433.977500', '134434.437500', '134434.897500', '134435.357500', '134435.817500', '134436.277500', '134436.737500', '134437.197500', '134437.657500', '134438.117500', '134438.577500', '134439.037500', '134439.497500', '134439.957500', '134440.417500', '134440.877500', '134441.337500', '134441.797500', '134442.257500', '134442.717500', '134443.177500', '134443.637500', '134444.097500', '134444.557500', '134445.017500', '134445.477500', '134445.937500', '134446.397500', '134446.857500', '134447.317500', '134447.777500', '134448.237500', '134448.697500', '134449.157500', '134449.617500', '134450.077500', '134450.537500', '134450.997500', '134451.457500', '134451.917500', '134452.377500', '134452.837500', '134453.297500', '134453.757500', '134454.217500', '134454.677500', '134455.137500', '134455.597500', '134456.057500', '134456.517500', '134456.977500', '134457.437500', '134457.897500', '134458.357500', '134458.817500', '134459.277500', '134459.737500', '134500.197500', '134500.657500', '134501.117500', '134501.577500', '134502.037500', '134502.497500', '134502.957500', '134503.417500', '134503.877500', '134504.337500', '134504.797500', '134505.257500', '134505.717500', '134506.177500', '134506.637500', '134507.097500', '134507.557500', '134508.017500', '134508.477500', '134508.937500', '134509.397500', '134509.857500', '134510.317500', '134510.777500', '134511.237500', '134511.697500', '134512.157500', '134512.617500', '134513.077500', '134513.537500', '134513.997500', '134514.457500', '134514.917500', '134515.377500', '134515.837500', '134516.297500', '134516.757500', '134517.217500', '134517.677500', '134518.137500', '134518.597500', '134519.057500', '134519.517500', '134519.977500', '134520.437500', '134520.897500', '134521.357500', '134521.817500', '134522.277500', '134522.737500', '134523.197500', '134523.657500', '134524.117500', '134524.577500', '134525.037500', '134525.497500', '134525.957500', '134526.417500', '134526.877500', '134527.337500', '134527.797500', '134528.257500', '134528.717500', '134529.177500', '134529.637500', '134530.097500', '134530.557500', '134531.017500', '134531.477500', '134531.937500', '134532.397500', '134532.857500', '134533.317500', '134533.777500', '134534.237500', '134534.697500', '134535.157500', '134535.617500', '134536.077500', '134536.537500', '134536.997500', '134537.457500', '134537.917500', '134538.377500', '134538.837500', '134539.297500', '134539.757500', '134540.217500', '134540.677500', '134541.137500', '134541.597500', '134542.057500', '134542.517500', '134542.977500', '134543.437500', '134543.897500', '134544.357500', '134544.817500', '134545.277500', '134545.737500', '134546.197500', '134546.657500', '134547.117500', '134547.577500', '134548.037500', '134548.497500', '134548.957500', '134549.417500', '134549.877500', '134550.337500', '134550.797500', '134551.257500', '134551.717500', '134552.177500', '134552.637500', '134553.097500', '134553.557500', '134554.017500', '134554.477500', '134554.937500', '134555.397500', '134555.857500', '134556.317500', '134556.777500', '134557.237500', '134557.697500', '134558.157500', '134558.617500', '134559.077500', '134559.537500', '134559.997500', '134600.457500', '134600.917500', '134601.377500', '134601.837500', '134602.297500', '134602.757500', '134603.217500', '134603.677500', '134604.137500', '134604.597500', '134605.057500', '134605.517500', '134605.977500', '134606.437500', '134606.897500', '134607.357500', '134607.817500', '134608.277500', '134608.737500', '134609.197500', '134609.657500', '134610.117500', '134610.577500', '134611.037500', '134611.497500', '134611.957500', '134612.417500', '134612.877500', '134613.337500', '134613.797500', '134614.257500', '134614.717500', '134615.177500', '134615.637500', '134616.097500', '134616.557500', '134617.017500', '134617.477500', '134617.937500', '134618.397500', '134618.857500', '134619.317500', '134619.777500', '134620.237500', '134620.697500', '134621.157500', '134621.617500', '134622.077500', '134622.537500', '134622.997500', '134623.457500', '134623.917500', '134624.377500', '134624.837500', '134625.297500', '134625.757500', '134626.217500', '134626.677500', '134627.137500', '134627.597500', '134628.057500', '134628.517500', '134628.977500', '134629.437500', '134629.897500', '134630.357500', '134630.817500', '134631.277500', '134631.737500', '134632.197500', '134632.657500', '134633.117500', '134633.577500', '134634.037500', '134634.497500', '134634.957500', '134635.417500', '134635.877500', '134636.337500', '134636.797500', '134637.257500', '134637.717500', '134638.177500', '134638.637500', '134639.097500', '134639.557500', '134640.017500', '134640.477500', '134640.937500', '134641.397500', '134641.857500', '134642.317500', '134642.777500', '134643.237500', '134643.697500', '134644.157500', '134644.617500', '134645.077500', '134645.537500', '134645.997500', '134646.457500', '134646.917500', '134647.377500', '134647.837500', '134648.297500', '134648.757500', '134649.217500', '134649.677500', '134650.137500', '134650.597500', '134651.057500', '134651.517500', '134651.977500', '134652.437500', '134652.897500', '134653.357500', '134653.817500', '134654.277500', '134654.737500', '134655.197500', '134655.657500', '134656.117500', '134656.577500', '134657.037500', '134657.497500', '134657.957500', '134658.417500', '134658.877500', '134659.337500', '134659.797500', '134700.257500', '134700.717500', '134701.177500', '134701.637500', '134702.097500', '134702.557500', '134703.017500', '134703.477500', '134703.937500', '134704.397500', '134704.857500', '134705.317500', '134705.777500', '134706.237500', '134706.697500', '134707.157500', '134707.617500', '134708.077500', '134708.537500', '134708.997500', '134709.457500', '134709.917500', '134710.377500', '134710.837500', '134711.297500', '134711.757500', '134712.217500', '134712.677500', '134713.137500', '134713.597500', '134714.057500', '134714.517500', '134714.977500', '134715.437500', '134715.897500', '134716.357500', '134716.817500', '134717.277500', '134717.737500', '134718.197500', '134718.657500', '134719.117500', '134719.577500', '134720.037500', '134720.497500', '134720.957500', '134721.417500', '134721.877500', '134722.337500', '134722.797500', '134723.257500', '134723.717500', '134724.177500', '134724.637500', '134725.097500', '134725.557500', '134726.017500', '134726.477500', '134726.937500', '134727.397500', '134727.857500', '134728.317500', '134728.777500', '134729.237500', '134729.697500', '134730.157500', '134730.617500', '134731.077500', '134731.537500', '134731.997500', '134732.457500', '134732.917500', '134733.377500', '134733.837500', '134734.297500', '134734.757500', '134735.217500', '134735.677500', '134736.137500', '134736.597500', '134737.057500', '134737.517500', '134737.977500', '134738.437500', '134738.897500', '134739.357500', '134739.817500', '134740.277500', '134740.737500', '134741.197500', '134741.657500', '134742.117500', '134742.577500', '134743.037500', '134743.497500', '134743.957500', '134744.417500', '134744.877500', '134745.337500', '134745.797500', '134746.257500', '134746.717500', '134747.177500', '134747.637500', '134748.097500', '134748.557500', '134749.017500', '134749.477500', '134749.937500', '134750.397500', '134750.857500', '134751.317500', '134751.777500', '134752.237500', '134752.697500', '134753.157500', '134753.617500', '134754.077500', '134754.537500', '134754.997500', '134755.457500', '134755.917500', '134756.377500', '134756.837500', '134757.297500', '134757.757500', '134758.217500', '134758.677500', '134759.137500', '134759.597500', '134800.057500', '134800.517500', '134800.977500', '134801.437500', '134801.897500', '134802.357500', '134802.817500', '134803.277500', '134803.737500', '134804.197500', '134804.657500', '134805.117500', '134805.577500', '134806.037500', '134806.497500', '134806.957500', '134807.417500', '134807.877500', '134808.337500', '134808.797500', '134809.257500', '134809.717500', '134810.177500', '134810.637500', '134811.097500', '134811.557500', '134812.017500', '134812.477500', '134812.937500', '134813.397500', '134813.857500', '134814.317500', '134814.777500', '134815.237500', '134815.697500', '134816.157500', '134816.617500', '134817.077500', '134817.537500', '134817.997500', '134818.457500', '134818.917500', '134819.377500', '134819.837500', '134820.297500', '134820.757500', '134821.217500', '134821.677500', '134822.137500', '134822.597500', '134823.057500', '134823.517500', '134823.977500', '134824.437500', '134824.897500', '134825.357500', '134825.817500', '134826.277500', '134826.737500', '134827.197500', '134827.657500', '134828.117500', '134828.577500', '134829.037500', '134829.497500', '134829.957500', '134830.417500', '134830.877500', '134831.337500', '134831.797500', '134832.257500', '134832.717500', '134833.177500', '134833.637500', '134834.097500', '134834.557500', '134835.017500', '134835.477500', '134835.937500', '134836.397500', '134836.857500', '134837.317500', '134837.777500', '134838.237500', '134838.697500', '134839.157500', '134839.617500', '134840.077500', '134840.537500', '134840.997500', '134841.457500', '134841.917500', '134842.377500', '134842.837500', '134843.297500', '134843.757500', '134844.217500', '134844.677500', '134845.137500', '134845.597500', '134846.057500', '134846.517500', '134846.977500', '134847.437500', '134847.897500', '134848.357500', '134848.817500', '134849.277500', '134849.737500', '134850.197500', '134850.657500', '134851.117500', '134851.577500', '134852.037500', '134852.497500', '134852.957500', '134853.417500', '134853.877500', '134854.337500', '134854.797500', '134855.257500', '134855.717500', '134856.177500', '134856.637500', '134857.097500', '134857.557500', '134858.017500', '134858.477500', '134858.937500', '134859.397500', '134859.857500', '134900.317500', '134900.777500', '134901.237500', '134901.697500', '134902.157500', '134902.617500', '134903.077500', '134903.537500', '134903.997500', '134904.457500', '134904.917500', '134905.377500', '134905.837500', '134906.297500', '134906.757500', '134907.217500', '134907.677500', '134908.137500', '134908.597500', '134909.057500', '134909.517500', '134909.977500', '134910.437500', '134910.897500', '134911.357500', '134911.817500', '134912.277500', '134912.737500', '134913.197500', '134913.657500', '134914.117500', '134914.577500', '134915.037500', '134915.497500', '134915.957500', '134916.417500', '134916.877500', '134917.337500', '134917.797500', '134918.257500', '134918.717500', '134919.177500', '134919.637500', '134920.097500', '134920.557500', '134921.017500', '134921.477500', '134921.937500', '134922.397500', '134922.857500', '134923.317500', '134923.777500', '134924.237500', '134924.697500', '134925.157500', '134925.617500', '134926.077500', '134926.537500', '134926.997500', '134927.457500', '134927.917500', '134928.377500', '134928.837500', '134929.297500', '134929.757500', '134930.217500', '134930.677500', '134931.137500', '134931.597500', '134932.057500', '134932.517500', '134932.977500', '134933.437500', '134933.897500', '134934.357500', '134934.817500', '134935.277500', '134935.737500', '134936.197500', '134936.657500', '134937.117500', '134937.577500', '134938.037500', '134938.497500', '134938.957500', '134939.417500', '134939.877500', '134940.337500', '134940.797500', '134941.257500', '134941.717500', '134942.177500', '134942.637500', '134943.097500', '134943.557500', '134944.017500', '134944.477500', '134944.937500', '134945.397500', '134945.857500', '134946.317500', '134946.777500', '134947.237500', '134947.697500', '134948.157500', '134948.617500', '134949.077500', '134949.537500', '134949.997500', '134950.457500', '134950.917500', '134951.377500', '134951.837500', '134952.297500', '134952.757500', '134953.217500', '134953.677500', '134954.137500', '134954.597500', '134955.057500', '134955.517500', '134955.977500', '134956.437500', '134956.897500', '134957.357500', '134957.817500', '134958.277500', '134958.737500', '134959.197500', '134959.657500', '135000.117500', '135000.577500', '135001.037500', '135001.497500', '135001.957500', '135002.417500', '135002.877500', '135003.337500', '135003.797500', '135004.257500', '135004.717500', '135005.177500', '135005.637500', '135006.097500', '135006.557500', '135007.017500', '135007.477500', '135007.937500', '135008.397500', '135008.857500', '135009.317500', '135009.777500', '135010.237500', '135010.697500', '135011.157500', '135011.617500', '135012.077500', '135012.537500', '135012.997500', '135013.457500', '135013.917500', '135014.377500', '135014.837500', '135015.297500', '135015.757500', '135016.217500', '135016.677500', '135017.137500', '135017.597500', '135018.057500', '135018.517500', '135018.977500', '135019.437500', '135019.897500', '135020.357500', '135020.817500', '135021.277500', '135021.737500', '135022.197500', '135022.657500', '135023.117500', '135023.577500', '135024.037500', '135024.497500', '135024.957500', '135025.417500', '135025.877500', '135026.337500', '135026.797500', '135027.257500', '135027.717500', '135028.177500', '135028.637500', '135029.097500', '135029.557500', '135030.017500', '135030.477500', '135030.937500', '135031.397500', '135031.857500', '135032.317500', '135032.777500', '135033.237500', '135033.697500', '135034.157500', '135034.617500', '135035.077500', '135035.537500', '135035.997500', '135036.457500', '135036.917500', '135037.377500', '135037.837500', '135038.297500', '135038.757500', '135039.217500', '135039.677500', '135040.137500', '135040.597500', '135041.057500', '135041.517500', '135041.977500', '135042.437500', '135042.897500', '135043.357500', '135043.817500', '135044.277500', '135044.737500', '135045.197500', '135045.657500', '135046.117500', '135046.577500', '135047.037500', '135047.497500', '135047.957500', '135048.417500', '135048.877500', '135049.337500', '135049.797500', '135050.257500', '135050.717500', '135051.177500', '135051.637500', '135052.097500', '135052.557500', '135053.017500', '135053.477500', '135053.937500', '135054.397500', '135054.857500', '135055.317500', '135055.777500', '135056.237500', '135056.697500', '135057.157500', '135057.617500', '135058.077500', '135058.537500', '135058.997500', '135059.457500', '135059.917500', '135100.377500', '135100.837500', '135101.297500', '135101.757500', '135102.217500', '135102.677500', '135103.137500', '135103.597500', '135104.057500', '135104.517500', '135104.977500', '135105.437500', '135105.897500', '135106.357500', '135106.817500', '135107.277500', '135107.737500', '135108.197500', '135108.657500', '135109.117500', '135109.577500', '135110.037500', '135110.497500', '135110.957500', '135111.417500', '135111.877500', '135112.337500', '135112.797500', '135113.257500', '135113.717500', '135114.177500', '135114.637500', '135115.097500', '135115.557500', '135116.017500', '135116.477500', '135116.937500', '135117.397500', '135117.857500', '135118.317500', '135118.777500', '135119.237500', '135119.697500', '135120.157500', '135120.617500', '135121.077500', '135121.537500', '135121.997500', '135122.457500', '135122.917500', '135123.377500', '135123.837500', '135124.297500', '135124.757500', '135125.217500', '135125.677500', '135126.137500', '135126.597500', '135127.057500', '135127.517500', '135127.977500', '135128.437500', '135128.897500', '135129.357500', '135129.817500', '135130.277500', '135130.737500', '135131.197500', '135131.657500', '135132.117500', '135132.577500', '135133.037500', '135133.497500'], 'ContentTime': ['133910.630000', '133910.633000', '133910.636000', '133910.639000', '133910.643000', '133910.645000', '133910.648000', '133910.650000', '133910.653000', '133910.656000', '133910.658000', '133910.672000', '133910.684000', '133910.693000', '133910.708000', '133910.711000', '133910.713000', '133910.716000', '133910.718000', '133910.721000', '133910.723000', '133930.585000', '133930.588000', '133930.591000', '133930.593000', '133930.596000', '133930.599000', '133930.601000', '133930.604000', '133930.606000', '133930.609000', '133930.611000', '133930.614000', '133930.617000', '133930.619000', '133930.622000', '133930.624000', '133930.627000', '133930.629000', '133930.632000', '133930.635000', '133930.637000', '133930.640000', '133930.642000', '133930.645000', '133930.647000', '133930.650000', '133930.653000', '133930.655000', '133930.658000', '133930.663000', '133930.665000', '133930.668000', '133930.671000', '133930.673000', '133930.676000', '133930.678000', '133930.681000', '133930.683000', '133930.686000', '133930.689000', '133930.691000', '133930.694000', '133930.696000', '133930.699000', '133950.585000', '133950.589000', '133950.591000', '133950.594000', '133950.597000', '133950.599000', '133950.602000', '133950.605000', '133950.607000', '133950.610000', '133950.612000', '133950.615000', '133950.617000', '133950.620000', '133950.623000', '133950.625000', '133950.628000', '133950.631000', '133950.633000', '133950.636000', '133950.638000', '133950.641000', '133950.643000', '133950.646000', '133950.648000', '133950.651000', '133950.654000', '133950.656000', '133950.659000', '133950.661000', '133950.664000', '133950.666000', '133950.669000', '133950.672000', '133950.674000', '133950.677000', '133950.679000', '133950.682000', '133950.684000', '133950.687000', '133950.690000', '133950.692000', '133950.695000', '134010.587000', '134010.589000', '134010.592000', '134010.595000', '134010.597000', '134010.600000', '134010.603000', '134010.605000', '134010.608000', '134010.610000', '134010.613000', '134010.615000', '134010.618000', '134010.621000', '134010.623000', '134010.626000', '134010.629000', '134010.631000', '134010.634000', '134010.637000', '134010.639000', '134010.642000', '134010.644000', '134010.647000', '134010.649000', '134010.652000', '134010.655000', '134010.657000', '134010.660000', '134010.662000', '134010.665000', '134010.667000', '134010.670000', '134010.672000', '134010.675000', '134010.678000', '134010.680000', '134010.683000', '134010.685000', '134010.688000', '134010.691000', '134010.693000', '134010.696000', '134010.698000', '134030.586000', '134030.589000', '134030.592000', '134030.595000', '134030.597000', '134030.600000', '134030.602000', '134030.605000', '134030.608000', '134030.610000', '134030.613000', '134030.616000', '134030.618000', '134030.621000', '134030.623000', '134030.626000', '134030.630000', '134030.632000', '134030.635000', '134030.638000', '134030.640000', '134030.643000', '134030.646000', '134030.648000', '134030.651000', '134030.653000', '134030.656000', '134030.659000', '134030.661000', '134030.664000', '134030.666000', '134030.669000', '134030.672000', '134030.674000', '134030.677000', '134030.679000', '134030.682000', '134030.684000', '134030.687000', '134030.691000', '134030.694000', '134030.696000', '134030.699000', '134050.586000', '134050.589000', '134050.592000', '134050.595000', '134050.597000', '134050.600000', '134050.603000', '134050.605000', '134050.608000', '134050.611000', '134050.613000', '134050.616000', '134050.618000', '134050.621000', '134050.624000', '134050.626000', '134050.642000', '134050.645000', '134050.648000', '134050.650000', '134050.653000', '134050.655000', '134050.658000', '134050.661000', '134050.663000', '134050.666000', '134050.668000', '134050.671000', '134050.673000', '134050.676000', '134050.679000', '134050.681000', '134050.684000', '134050.686000', '134050.689000', '134050.692000', '134050.694000', '134050.697000', '134050.699000', '134050.702000', '134050.705000', '134050.707000', '134050.710000', '134050.712000', '134110.586000', '134110.589000', '134110.592000', '134110.594000', '134110.597000', '134110.600000', '134110.602000', '134110.605000', '134110.608000', '134110.610000', '134110.613000', '134110.615000', '134110.618000', '134110.621000', '134110.624000', '134110.626000', '134110.629000', '134110.632000', '134110.634000', '134110.637000', '134110.639000', '134110.642000', '134110.645000', '134110.647000', '134110.650000', '134110.653000', '134110.656000', '134110.658000', '134110.661000', '134110.663000', '134110.666000', '134110.669000', '134110.671000', '134110.674000', '134110.677000', '134110.679000', '134110.682000', '134110.684000', '134110.687000', '134110.689000', '134110.692000', '134110.695000', '134110.697000', '134130.586000', '134130.589000', '134130.592000', '134130.595000', '134130.597000', '134130.600000', '134130.603000', '134130.605000', '134130.608000', '134130.610000', '134130.613000', '134130.615000', '134130.618000', '134130.621000', '134130.623000', '134130.626000', '134130.628000', '134130.631000', '134130.634000', '134130.636000', '134130.639000', '134130.642000', '134130.644000', '134130.647000', '134130.649000', '134130.652000', '134130.654000', '134130.657000', '134130.659000', '134130.662000', '134130.665000', '134130.667000', '134130.670000', '134130.672000', '134130.675000', '134130.678000', '134130.680000', '134130.683000', '134130.685000', '134130.688000', '134130.690000', '134130.693000', '134130.695000', '134130.698000', '134150.585000', '134150.588000', '134150.591000', '134150.594000', '134150.596000', '134150.599000', '134150.601000', '134150.604000', '134150.607000', '134150.609000', '134150.612000', '134150.614000', '134150.617000', '134150.620000', '134150.622000', '134150.625000', '134150.628000', '134150.630000', '134150.633000', '134150.636000', '134150.638000', '134150.641000', '134150.643000', '134150.646000', '134150.648000', '134150.651000', '134150.654000', '134150.656000', '134150.659000', '134150.661000', '134150.664000', '134150.667000', '134150.669000', '134150.672000', '134150.676000', '134150.679000', '134150.682000', '134150.684000', '134150.687000', '134150.689000', '134150.692000', '134150.695000', '134150.697000', '134210.585000', '134210.588000', '134210.591000', '134210.593000', '134210.596000', '134210.599000', '134210.602000', '134210.604000', '134210.608000', '134210.610000', '134210.613000', '134210.615000', '134210.618000', '134210.621000', '134210.623000', '134210.626000', '134210.629000', '134210.631000', '134210.634000', '134210.636000', '134210.639000', '134210.642000', '134210.644000', '134210.647000', '134210.649000', '134210.652000', '134210.654000', '134210.657000', '134210.660000', '134210.662000', '134210.665000', '134210.667000', '134210.670000', '134210.672000', '134210.675000', '134210.678000', '134210.680000', '134210.683000', '134210.685000', '134210.688000', '134210.691000', '134210.693000', '134210.696000', '134210.698000', '134230.587000', '134230.589000', '134230.598000', '134230.601000', '134230.604000', '134230.606000', '134230.609000', '134230.611000', '134230.614000', '134230.616000', '134230.619000', '134230.634000', '134230.636000', '134230.639000', '134230.642000', '134230.644000', '134230.647000', '134230.650000', '134230.652000', '134230.655000', '134230.657000', '134230.660000', '134230.663000', '134230.665000', '134230.668000', '134230.670000', '134230.673000', '134230.676000', '134230.678000', '134230.681000', '134230.683000', '134230.686000', '134230.688000', '134230.691000', '134230.694000', '134230.696000', '134230.699000', '134230.701000', '134230.704000', '134230.707000', '134230.709000', '134230.712000', '134230.714000', '134250.586000', '134250.589000', '134250.592000', '134250.594000', '134250.597000', '134250.600000', '134250.602000', '134250.605000', '134250.608000', '134250.610000', '134250.613000', '134250.615000', '134250.618000', '134250.621000', '134250.623000', '134250.626000', '134250.628000', '134250.631000', '134250.634000', '134250.636000', '134250.639000', '134250.641000', '134250.644000', '134250.647000', '134250.649000', '134250.652000', '134250.654000', '134250.657000', '134250.660000', '134250.662000', '134250.665000', '134250.667000', '134250.670000', '134250.673000', '134250.675000', '134250.678000', '134250.681000', '134250.683000', '134250.686000', '134250.697000', '134250.700000', '134250.702000', '134250.705000', '134250.707000', '134310.587000', '134310.590000', '134310.592000', '134310.595000', '134310.597000', '134310.600000', '134310.603000', '134310.605000', '134310.608000', '134310.610000', '134310.613000', '134310.616000', '134310.618000', '134310.621000', '134310.623000', '134310.626000', '134310.629000', '134310.634000', '134310.637000', '134310.640000', '134310.642000', '134310.645000', '134310.647000', '134310.650000', '134310.653000', '134310.655000', '134310.658000', '134310.661000', '134310.663000', '134310.666000', '134310.669000', '134310.671000', '134310.674000', '134310.676000', '134310.679000', '134310.681000', '134310.684000', '134310.687000', '134310.689000', '134310.692000', '134310.695000', '134310.697000', '134310.700000', '134330.587000', '134330.589000', '134330.592000', '134330.595000', '134330.597000', '134330.600000', '134330.603000', '134330.605000', '134330.608000', '134330.611000', '134330.613000', '134330.616000', '134330.618000', '134330.621000', '134330.623000', '134330.626000', '134330.629000', '134330.631000', '134330.634000', '134330.637000', '134330.640000', '134330.642000', '134330.645000', '134330.647000', '134330.650000', '134330.653000', '134330.655000', '134330.658000', '134330.660000', '134330.663000', '134330.666000', '134330.668000', '134330.671000', '134330.673000', '134330.676000', '134330.678000', '134330.681000', '134330.683000', '134330.686000', '134330.689000', '134330.691000', '134330.694000', '134330.696000', '134330.699000', '134350.586000', '134350.589000', '134350.592000', '134350.595000', '134350.597000', '134350.600000', '134350.603000', '134350.605000', '134350.608000', '134350.610000', '134350.613000', '134350.616000', '134350.618000', '134350.621000', '134350.623000', '134350.626000', '134350.628000', '134350.631000', '134350.634000', '134350.636000', '134350.639000', '134350.642000', '134350.662000', '134350.665000', '134350.668000', '134350.670000', '134350.673000', '134350.675000', '134350.678000', '134350.681000', '134350.683000', '134350.686000', '134350.688000', '134350.691000', '134350.694000', '134350.696000', '134350.699000', '134350.701000', '134350.704000', '134350.707000', '134350.709000', '134350.712000', '134350.714000', '134410.585000', '134410.589000', '134410.591000', '134410.594000', '134410.596000', '134410.599000', '134410.602000', '134410.604000', '134410.607000', '134410.610000', '134410.612000', '134410.615000', '134410.618000', '134410.620000', '134410.623000', '134410.625000', '134410.628000', '134410.631000', '134410.633000', '134410.636000', '134410.638000', '134410.641000', '134410.644000', '134410.646000', '134410.649000', '134410.652000', '134410.654000', '134410.657000', '134410.659000', '134410.662000', '134410.664000', '134410.667000', '134410.670000', '134410.672000', '134410.675000', '134410.677000', '134410.680000', '134410.683000', '134410.685000', '134410.688000', '134410.690000', '134410.693000', '134410.695000', '134410.698000', '134430.586000', '134430.589000', '134430.592000', '134430.595000', '134430.597000', '134430.600000', '134430.603000', '134430.605000', '134430.608000', '134430.610000', '134430.613000', '134430.616000', '134430.618000', '134430.621000', '134430.623000', '134430.626000', '134430.629000', '134430.631000', '134430.634000', '134430.636000', '134430.639000', '134430.642000', '134430.644000', '134430.647000', '134430.649000', '134430.652000', '134430.655000', '134430.657000', '134430.660000', '134430.662000', '134430.665000', '134430.668000', '134430.670000', '134430.673000', '134430.675000', '134430.678000', '134430.681000', '134430.683000', '134430.686000', '134430.688000', '134430.691000', '134430.693000', '134430.696000', '134450.587000', '134450.589000', '134450.592000', '134450.595000', '134450.597000', '134450.600000', '134450.603000', '134450.605000', '134450.608000', '134450.611000', '134450.613000', '134450.617000', '134450.620000', '134450.623000', '134450.625000', '134450.628000', '134450.631000', '134450.633000', '134450.636000', '134450.638000', '134450.641000', '134450.644000', '134450.646000', '134450.649000', '134450.651000', '134450.654000', '134450.656000', '134450.659000', '134450.661000', '134450.664000', '134450.667000', '134450.669000', '134450.672000', '134450.674000', '134450.677000', '134450.680000', '134450.682000', '134450.685000', '134450.687000', '134450.690000', '134450.692000', '134450.695000', '134450.697000', '134450.700000', '134510.587000', '134510.589000', '134510.592000', '134510.595000', '134510.597000', '134510.600000', '134510.603000', '134510.605000', '134510.608000', '134510.611000', '134510.613000', '134510.616000', '134510.618000', '134510.621000', '134510.624000', '134510.626000', '134510.629000', '134510.632000', '134510.634000', '134510.637000', '134510.640000', '134510.642000', '134510.645000', '134510.648000', '134510.650000', '134510.653000', '134510.655000', '134510.658000', '134510.660000', '134510.663000', '134510.666000', '134510.668000', '134510.671000', '134510.699000', '134510.702000', '134510.704000', '134510.707000', '134510.709000', '134510.712000', '134510.715000', '134510.718000', '134510.720000', '134510.723000', '134530.587000', '134530.589000', '134530.592000', '134530.595000', '134530.597000', '134530.601000', '134530.604000', '134530.607000', '134530.609000', '134530.612000', '134530.614000', '134530.617000', '134530.620000', '134530.623000', '134530.625000', '134530.628000', '134530.630000', '134530.633000', '134530.636000', '134530.638000', '134530.641000', '134530.643000', '134530.646000', '134530.649000', '134530.651000', '134530.654000', '134530.657000', '134530.659000', '134530.662000', '134530.664000', '134530.667000', '134530.670000', '134530.672000', '134530.675000', '134530.677000', '134530.680000', '134530.682000', '134530.685000', '134530.688000', '134530.690000', '134530.693000', '134530.695000', '134530.698000', '134530.701000', '134550.586000', '134550.589000', '134550.592000', '134550.595000', '134550.597000', '134550.600000', '134550.603000', '134550.606000', '134550.608000', '134550.611000', '134550.613000', '134550.616000', '134550.619000', '134550.621000', '134550.624000', '134550.626000', '134550.629000', '134550.632000', '134550.634000', '134550.637000', '134550.639000', '134550.642000', '134550.645000', '134550.647000', '134550.650000', '134550.652000', '134550.655000', '134550.658000', '134550.660000', '134550.663000', '134550.666000', '134550.668000', '134550.671000', '134550.673000', '134550.676000', '134550.679000', '134550.681000', '134550.684000', '134550.686000', '134550.689000', '134550.692000', '134550.694000', '134550.697000', '134610.586000', '134610.589000', '134610.592000', '134610.594000', '134610.597000', '134610.600000', '134610.602000', '134610.605000', '134610.607000', '134610.610000', '134610.613000', '134610.615000', '134610.618000', '134610.621000', '134610.624000', '134610.626000', '134610.629000', '134610.631000', '134610.634000', '134610.637000', '134610.639000', '134610.642000', '134610.644000', '134610.647000', '134610.650000', '134610.652000', '134610.655000', '134610.657000', '134610.660000', '134610.662000', '134610.665000', '134610.668000', '134610.670000', '134610.673000', '134610.676000', '134610.678000', '134610.681000', '134610.683000', '134610.686000', '134610.688000', '134610.691000', '134610.694000', '134610.696000', '134630.586000', '134630.589000', '134630.592000', '134630.594000', '134630.597000', '134630.599000', '134630.602000', '134630.605000', '134630.607000', '134630.610000', '134630.612000', '134630.615000', '134630.618000', '134630.620000', '134630.623000', '134630.625000', '134630.628000', '134630.631000', '134630.634000', '134630.636000', '134630.639000', '134630.641000', '134630.644000', '134630.647000', '134630.649000', '134630.652000', '134630.654000', '134630.657000', '134630.660000', '134630.662000', '134630.697000', '134630.699000', '134630.702000', '134630.705000', '134630.707000', '134630.710000', '134630.712000', '134630.715000', '134630.718000', '134630.720000', '134630.723000', '134630.725000', '134630.728000', '134630.731000', '134650.586000', '134650.589000', '134650.592000', '134650.595000', '134650.597000', '134650.600000', '134650.602000', '134650.605000', '134650.608000', '134650.610000', '134650.613000', '134650.616000', '134650.618000', '134650.621000', '134650.624000', '134650.626000', '134650.629000', '134650.632000', '134650.634000', '134650.637000', '134650.640000', '134650.643000', '134650.646000', '134650.648000', '134650.651000', '134650.653000', '134650.656000', '134650.658000', '134650.661000', '134650.664000', '134650.666000', '134650.669000', '134650.671000', '134650.674000', '134650.677000', '134650.679000', '134650.682000', '134650.684000', '134650.687000', '134650.690000', '134650.692000', '134650.695000', '134650.697000', '134710.587000', '134710.589000', '134710.592000', '134710.595000', '134710.597000', '134710.600000', '134710.603000', '134710.605000', '134710.608000', '134710.611000', '134710.613000', '134710.616000', '134710.618000', '134710.621000', '134710.624000', '134710.626000', '134710.629000', '134710.632000', '134710.634000', '134710.637000', '134710.639000', '134710.642000', '134710.644000', '134710.647000', '134710.650000', '134710.652000', '134710.655000', '134710.657000', '134710.660000', '134710.663000', '134710.665000', '134710.668000', '134710.671000', '134710.673000', '134710.676000', '134710.678000', '134710.681000', '134710.684000', '134710.686000', '134710.689000', '134710.691000', '134710.694000', '134710.696000', '134710.699000', '134730.587000', '134730.590000', '134730.593000', '134730.595000', '134730.598000', '134730.601000', '134730.603000', '134730.606000', '134730.609000', '134730.611000', '134730.614000', '134730.616000', '134730.619000', '134730.622000', '134730.625000', '134730.627000', '134730.636000', '134730.638000', '134730.641000', '134730.643000', '134730.646000', '134730.649000', '134730.651000', '134730.654000', '134730.656000', '134730.659000', '134730.661000', '134730.664000', '134730.667000', '134730.669000', '134730.672000', '134730.674000', '134730.677000', '134730.679000', '134730.682000', '134730.685000', '134730.687000', '134730.690000', '134730.692000', '134730.695000', '134730.698000', '134730.700000', '134730.703000', '134750.586000', '134750.589000', '134750.592000', '134750.595000', '134750.597000', '134750.600000', '134750.602000', '134750.605000', '134750.608000', '134750.610000', '134750.613000', '134750.616000', '134750.618000', '134750.621000', '134750.623000', '134750.626000', '134750.629000', '134750.631000', '134750.634000', '134750.637000', '134750.639000', '134750.642000', '134750.644000', '134750.647000', '134750.649000', '134750.652000', '134750.655000', '134750.666000', '134750.669000', '134750.671000', '134750.674000', '134750.677000', '134750.679000', '134750.682000', '134750.684000', '134750.687000', '134750.690000', '134750.692000', '134750.695000', '134750.698000', '134750.700000', '134750.703000', '134750.706000', '134750.708000', '134810.587000', '134810.590000', '134810.592000', '134810.595000', '134810.597000', '134810.600000', '134810.603000', '134810.606000', '134810.609000', '134810.611000', '134810.614000', '134810.617000', '134810.619000', '134810.622000', '134810.625000', '134810.628000', '134810.630000', '134810.633000', '134810.635000', '134810.638000', '134810.640000', '134810.643000', '134810.646000', '134810.648000', '134810.651000', '134810.653000', '134810.656000', '134810.659000', '134810.661000', '134810.664000', '134810.666000', '134810.669000', '134810.672000', '134810.674000', '134810.677000', '134810.680000', '134810.683000', '134810.686000', '134810.688000', '134810.691000', '134810.694000', '134810.696000', '134810.699000', '134830.587000', '134830.589000', '134830.592000', '134830.595000', '134830.598000', '134830.600000', '134830.603000', '134830.606000', '134830.608000', '134830.611000', '134830.614000', '134830.616000', '134830.619000', '134830.621000', '134830.624000', '134830.627000', '134830.629000', '134830.632000', '134830.635000', '134830.637000', '134830.640000', '134830.643000', '134830.645000', '134830.648000', '134830.650000', '134830.653000', '134830.656000', '134830.658000', '134830.661000', '134830.663000', '134830.666000', '134830.669000', '134830.671000', '134830.674000', '134830.677000', '134830.679000', '134830.682000', '134830.684000', '134830.687000', '134830.690000', '134830.692000', '134830.695000', '134830.698000', '134830.700000', '134850.586000', '134850.588000', '134850.591000', '134850.594000', '134850.596000', '134850.599000', '134850.602000', '134850.604000', '134850.607000', '134850.609000', '134850.612000', '134850.615000', '134850.617000', '134850.620000', '134850.622000', '134850.625000', '134850.628000', '134850.630000', '134850.633000', '134850.636000', '134850.638000', '134850.641000', '134850.643000', '134850.646000', '134850.649000', '134850.652000', '134850.654000', '134850.657000', '134850.660000', '134850.662000', '134850.665000', '134850.667000', '134850.670000', '134850.672000', '134850.675000', '134850.678000', '134850.680000', '134850.683000', '134850.686000', '134850.688000', '134850.691000', '134850.693000', '134850.696000', '134910.587000', '134910.590000', '134910.593000', '134910.595000', '134910.598000', '134910.601000', '134910.603000', '134910.606000', '134910.608000', '134910.611000', '134910.614000', '134910.616000', '134910.619000', '134910.622000', '134910.624000', '134910.627000', '134910.629000', '134910.632000', '134910.635000', '134910.637000', '134910.640000', '134910.643000', '134910.645000', '134910.670000', '134910.672000', '134910.675000', '134910.677000', '134910.680000', '134910.683000', '134910.685000', '134910.688000', '134910.690000', '134910.693000', '134910.696000', '134910.698000', '134910.701000', '134910.703000', '134910.706000', '134910.709000', '134910.712000', '134910.714000', '134910.717000', '134910.719000', '134910.722000', '134930.587000', '134930.589000', '134930.592000', '134930.595000', '134930.597000', '134930.600000', '134930.603000', '134930.606000', '134930.608000', '134930.611000', '134930.613000', '134930.616000', '134930.618000', '134930.621000', '134930.624000', '134930.626000', '134930.629000', '134930.631000', '134930.634000', '134930.637000', '134930.639000', '134930.642000', '134930.645000', '134930.648000', '134930.650000', '134930.653000', '134930.656000', '134930.659000', '134930.661000', '134930.664000', '134930.666000', '134930.669000', '134930.672000', '134930.674000', '134930.677000', '134930.679000', '134930.682000', '134930.685000', '134930.687000', '134930.690000', '134930.692000', '134930.695000', '134930.697000', '134950.587000', '134950.589000', '134950.592000', '134950.594000', '134950.598000', '134950.601000', '134950.603000', '134950.606000', '134950.609000', '134950.611000', '134950.614000', '134950.617000', '134950.619000', '134950.622000', '134950.624000', '134950.627000', '134950.630000', '134950.632000', '134950.635000', '134950.638000', '134950.640000', '134950.643000', '134950.646000', '134950.648000', '134950.651000', '134950.654000', '134950.656000', '134950.659000', '134950.661000', '134950.664000', '134950.667000', '134950.669000', '134950.672000', '134950.674000', '134950.677000', '134950.680000', '134950.682000', '134950.685000', '134950.688000', '134950.690000', '134950.693000', '134950.695000', '134950.698000', '134950.701000', '135010.587000', '135010.590000', '135010.593000', '135010.595000', '135010.598000', '135010.600000', '135010.603000', '135010.606000', '135010.608000', '135010.611000', '135010.613000', '135010.616000', '135010.619000', '135010.621000', '135010.624000', '135010.626000', '135010.629000', '135010.631000', '135010.634000', '135010.637000', '135010.639000', '135010.642000', '135010.644000', '135010.647000', '135010.650000', '135010.652000', '135010.655000', '135010.657000', '135010.660000', '135010.663000', '135010.665000', '135010.668000', '135010.670000', '135010.673000', '135010.676000', '135010.678000', '135010.681000', '135010.683000', '135010.686000', '135010.689000', '135010.691000', '135010.694000', '135010.697000', '135030.587000', '135030.589000', '135030.592000', '135030.595000', '135030.598000', '135030.601000', '135030.603000', '135030.606000', '135030.609000', '135030.611000', '135030.614000', '135030.617000', '135030.619000', '135030.622000', '135030.624000', '135030.627000', '135030.630000', '135030.632000', '135030.635000', '135030.637000', '135030.640000', '135030.643000', '135030.645000', '135030.648000', '135030.651000', '135030.653000', '135030.656000', '135030.658000', '135030.661000', '135030.663000', '135030.666000', '135030.669000', '135030.671000', '135030.674000', '135030.677000', '135030.679000', '135030.682000', '135030.685000', '135030.687000', '135030.690000', '135030.692000', '135030.695000', '135030.698000', '135030.700000', '135050.587000', '135050.590000', '135050.592000', '135050.595000', '135050.597000', '135050.600000', '135050.603000', '135050.605000', '135050.608000', '135050.611000', '135050.613000', '135050.616000', '135050.618000', '135050.621000', '135050.623000', '135050.626000', '135050.629000', '135050.631000', '135050.634000', '135050.637000', '135050.639000', '135050.642000', '135050.644000', '135050.647000', '135050.649000', '135050.652000', '135050.655000', '135050.657000', '135050.660000', '135050.662000', '135050.665000', '135050.667000', '135050.670000', '135050.673000', '135050.675000', '135050.678000', '135050.680000', '135050.683000', '135050.686000', '135050.688000', '135050.691000', '135050.693000', '135050.696000', '135110.586000', '135110.589000', '135110.591000', '135110.594000', '135110.597000', '135110.599000', '135110.602000', '135110.605000', '135110.607000', '135110.610000', '135110.612000', '135110.615000', '135110.618000', '135110.620000', '135110.623000', '135110.625000', '135110.628000', '135110.631000', '135110.633000', '135110.636000', '135110.638000', '135110.641000', '135110.644000', '135110.646000', '135110.649000', '135110.651000', '135110.654000', '135110.657000', '135110.659000', '135110.662000', '135110.665000', '135110.667000', '135110.670000', '135110.673000', '135110.675000', '135110.678000', '135110.680000', '135110.683000', '135110.686000', '135110.689000', '135110.691000', '135110.694000', '135110.697000', '135110.699000', '135130.587000', '135130.589000', '135130.592000', '135130.595000', '135130.597000', '135130.600000', '135130.603000', '135130.605000', '135130.608000', '135130.611000', '135130.613000', '135130.616000', '135130.618000', '135130.621000', '135130.624000', '135130.626000', '135130.629000', '135130.631000', '135130.634000', '135130.637000', '135130.639000', '135130.642000', '135130.644000', '135130.647000', '135130.650000', '135130.652000', '135130.655000', '135130.657000', '135130.660000', '135130.662000', '135130.665000', '135130.678000', '135130.681000', '135130.683000', '135130.686000', '135130.689000', '135130.691000', '135130.694000', '135130.696000', '135130.699000', '135130.702000', '135130.704000', '135130.707000', '135134.877000', '135134.880000', '135134.883000', '135134.885000', '135134.888000', '135134.891000', '135134.893000', '135134.896000', '135134.898000', '135134.901000'], 'InstanceCreationTime': ['133910.630000', '133910.633000', '133910.636000', '133910.639000', '133910.643000', '133910.645000', '133910.648000', '133910.650000', '133910.653000', '133910.656000', '133910.658000', '133910.672000', '133910.684000', '133910.693000', '133910.708000', '133910.711000', '133910.713000', '133910.716000', '133910.718000', '133910.721000', '133910.723000', '133930.585000', '133930.588000', '133930.591000', '133930.593000', '133930.596000', '133930.599000', '133930.601000', '133930.604000', '133930.606000', '133930.609000', '133930.611000', '133930.614000', '133930.617000', '133930.619000', '133930.622000', '133930.624000', '133930.627000', '133930.629000', '133930.632000', '133930.635000', '133930.637000', '133930.640000', '133930.642000', '133930.645000', '133930.647000', '133930.650000', '133930.653000', '133930.655000', '133930.658000', '133930.663000', '133930.665000', '133930.668000', '133930.671000', '133930.673000', '133930.676000', '133930.678000', '133930.681000', '133930.683000', '133930.686000', '133930.689000', '133930.691000', '133930.694000', '133930.696000', '133930.699000', '133950.585000', '133950.589000', '133950.591000', '133950.594000', '133950.597000', '133950.599000', '133950.602000', '133950.605000', '133950.607000', '133950.610000', '133950.612000', '133950.615000', '133950.617000', '133950.620000', '133950.623000', '133950.625000', '133950.628000', '133950.631000', '133950.633000', '133950.636000', '133950.638000', '133950.641000', '133950.643000', '133950.646000', '133950.648000', '133950.651000', '133950.654000', '133950.656000', '133950.659000', '133950.661000', '133950.664000', '133950.666000', '133950.669000', '133950.672000', '133950.674000', '133950.677000', '133950.679000', '133950.682000', '133950.684000', '133950.687000', '133950.690000', '133950.692000', '133950.695000', '134010.587000', '134010.589000', '134010.592000', '134010.595000', '134010.597000', '134010.600000', '134010.603000', '134010.605000', '134010.608000', '134010.610000', '134010.613000', '134010.615000', '134010.618000', '134010.621000', '134010.623000', '134010.626000', '134010.629000', '134010.631000', '134010.634000', '134010.637000', '134010.639000', '134010.642000', '134010.644000', '134010.647000', '134010.649000', '134010.652000', '134010.655000', '134010.657000', '134010.660000', '134010.662000', '134010.665000', '134010.667000', '134010.670000', '134010.672000', '134010.675000', '134010.678000', '134010.680000', '134010.683000', '134010.685000', '134010.688000', '134010.691000', '134010.693000', '134010.696000', '134010.698000', '134030.586000', '134030.589000', '134030.592000', '134030.595000', '134030.597000', '134030.600000', '134030.602000', '134030.605000', '134030.608000', '134030.610000', '134030.613000', '134030.616000', '134030.618000', '134030.621000', '134030.623000', '134030.626000', '134030.630000', '134030.632000', '134030.635000', '134030.638000', '134030.640000', '134030.643000', '134030.646000', '134030.648000', '134030.651000', '134030.653000', '134030.656000', '134030.659000', '134030.661000', '134030.664000', '134030.666000', '134030.669000', '134030.672000', '134030.674000', '134030.677000', '134030.679000', '134030.682000', '134030.684000', '134030.687000', '134030.691000', '134030.694000', '134030.696000', '134030.699000', '134050.586000', '134050.589000', '134050.592000', '134050.595000', '134050.597000', '134050.600000', '134050.603000', '134050.605000', '134050.608000', '134050.611000', '134050.613000', '134050.616000', '134050.618000', '134050.621000', '134050.624000', '134050.626000', '134050.642000', '134050.645000', '134050.648000', '134050.650000', '134050.653000', '134050.655000', '134050.658000', '134050.661000', '134050.663000', '134050.666000', '134050.668000', '134050.671000', '134050.673000', '134050.676000', '134050.679000', '134050.681000', '134050.684000', '134050.686000', '134050.689000', '134050.692000', '134050.694000', '134050.697000', '134050.699000', '134050.702000', '134050.705000', '134050.707000', '134050.710000', '134050.712000', '134110.586000', '134110.589000', '134110.592000', '134110.594000', '134110.597000', '134110.600000', '134110.602000', '134110.605000', '134110.608000', '134110.610000', '134110.613000', '134110.615000', '134110.618000', '134110.621000', '134110.624000', '134110.626000', '134110.629000', '134110.632000', '134110.634000', '134110.637000', '134110.639000', '134110.642000', '134110.645000', '134110.647000', '134110.650000', '134110.653000', '134110.656000', '134110.658000', '134110.661000', '134110.663000', '134110.666000', '134110.669000', '134110.671000', '134110.674000', '134110.677000', '134110.679000', '134110.682000', '134110.684000', '134110.687000', '134110.689000', '134110.692000', '134110.695000', '134110.697000', '134130.586000', '134130.589000', '134130.592000', '134130.595000', '134130.597000', '134130.600000', '134130.603000', '134130.605000', '134130.608000', '134130.610000', '134130.613000', '134130.615000', '134130.618000', '134130.621000', '134130.623000', '134130.626000', '134130.628000', '134130.631000', '134130.634000', '134130.636000', '134130.639000', '134130.642000', '134130.644000', '134130.647000', '134130.649000', '134130.652000', '134130.654000', '134130.657000', '134130.659000', '134130.662000', '134130.665000', '134130.667000', '134130.670000', '134130.672000', '134130.675000', '134130.678000', '134130.680000', '134130.683000', '134130.685000', '134130.688000', '134130.690000', '134130.693000', '134130.695000', '134130.698000', '134150.585000', '134150.588000', '134150.591000', '134150.594000', '134150.596000', '134150.599000', '134150.601000', '134150.604000', '134150.607000', '134150.609000', '134150.612000', '134150.614000', '134150.617000', '134150.620000', '134150.622000', '134150.625000', '134150.628000', '134150.630000', '134150.633000', '134150.636000', '134150.638000', '134150.641000', '134150.643000', '134150.646000', '134150.648000', '134150.651000', '134150.654000', '134150.656000', '134150.659000', '134150.661000', '134150.664000', '134150.667000', '134150.669000', '134150.672000', '134150.676000', '134150.679000', '134150.682000', '134150.684000', '134150.687000', '134150.689000', '134150.692000', '134150.695000', '134150.697000', '134210.585000', '134210.588000', '134210.591000', '134210.593000', '134210.596000', '134210.599000', '134210.602000', '134210.604000', '134210.608000', '134210.610000', '134210.613000', '134210.615000', '134210.618000', '134210.621000', '134210.623000', '134210.626000', '134210.629000', '134210.631000', '134210.634000', '134210.636000', '134210.639000', '134210.642000', '134210.644000', '134210.647000', '134210.649000', '134210.652000', '134210.654000', '134210.657000', '134210.660000', '134210.662000', '134210.665000', '134210.667000', '134210.670000', '134210.672000', '134210.675000', '134210.678000', '134210.680000', '134210.683000', '134210.685000', '134210.688000', '134210.691000', '134210.693000', '134210.696000', '134210.698000', '134230.587000', '134230.589000', '134230.598000', '134230.601000', '134230.604000', '134230.606000', '134230.609000', '134230.611000', '134230.614000', '134230.616000', '134230.619000', '134230.634000', '134230.636000', '134230.639000', '134230.642000', '134230.644000', '134230.647000', '134230.650000', '134230.652000', '134230.655000', '134230.657000', '134230.660000', '134230.663000', '134230.665000', '134230.668000', '134230.670000', '134230.673000', '134230.676000', '134230.678000', '134230.681000', '134230.683000', '134230.686000', '134230.688000', '134230.691000', '134230.694000', '134230.696000', '134230.699000', '134230.701000', '134230.704000', '134230.707000', '134230.709000', '134230.712000', '134230.714000', '134250.586000', '134250.589000', '134250.592000', '134250.594000', '134250.597000', '134250.600000', '134250.602000', '134250.605000', '134250.608000', '134250.610000', '134250.613000', '134250.615000', '134250.618000', '134250.621000', '134250.623000', '134250.626000', '134250.628000', '134250.631000', '134250.634000', '134250.636000', '134250.639000', '134250.641000', '134250.644000', '134250.647000', '134250.649000', '134250.652000', '134250.654000', '134250.657000', '134250.660000', '134250.662000', '134250.665000', '134250.667000', '134250.670000', '134250.673000', '134250.675000', '134250.678000', '134250.681000', '134250.683000', '134250.686000', '134250.697000', '134250.700000', '134250.702000', '134250.705000', '134250.707000', '134310.587000', '134310.590000', '134310.592000', '134310.595000', '134310.597000', '134310.600000', '134310.603000', '134310.605000', '134310.608000', '134310.610000', '134310.613000', '134310.616000', '134310.618000', '134310.621000', '134310.623000', '134310.626000', '134310.629000', '134310.634000', '134310.637000', '134310.640000', '134310.642000', '134310.645000', '134310.647000', '134310.650000', '134310.653000', '134310.655000', '134310.658000', '134310.661000', '134310.663000', '134310.666000', '134310.669000', '134310.671000', '134310.674000', '134310.676000', '134310.679000', '134310.681000', '134310.684000', '134310.687000', '134310.689000', '134310.692000', '134310.695000', '134310.697000', '134310.700000', '134330.587000', '134330.589000', '134330.592000', '134330.595000', '134330.597000', '134330.600000', '134330.603000', '134330.605000', '134330.608000', '134330.611000', '134330.613000', '134330.616000', '134330.618000', '134330.621000', '134330.623000', '134330.626000', '134330.629000', '134330.631000', '134330.634000', '134330.637000', '134330.640000', '134330.642000', '134330.645000', '134330.647000', '134330.650000', '134330.653000', '134330.655000', '134330.658000', '134330.660000', '134330.663000', '134330.666000', '134330.668000', '134330.671000', '134330.673000', '134330.676000', '134330.678000', '134330.681000', '134330.683000', '134330.686000', '134330.689000', '134330.691000', '134330.694000', '134330.696000', '134330.699000', '134350.586000', '134350.589000', '134350.592000', '134350.595000', '134350.597000', '134350.600000', '134350.603000', '134350.605000', '134350.608000', '134350.610000', '134350.613000', '134350.616000', '134350.618000', '134350.621000', '134350.623000', '134350.626000', '134350.628000', '134350.631000', '134350.634000', '134350.636000', '134350.639000', '134350.642000', '134350.662000', '134350.665000', '134350.668000', '134350.670000', '134350.673000', '134350.675000', '134350.678000', '134350.681000', '134350.683000', '134350.686000', '134350.688000', '134350.691000', '134350.694000', '134350.696000', '134350.699000', '134350.701000', '134350.704000', '134350.707000', '134350.709000', '134350.712000', '134350.714000', '134410.585000', '134410.589000', '134410.591000', '134410.594000', '134410.596000', '134410.599000', '134410.602000', '134410.604000', '134410.607000', '134410.610000', '134410.612000', '134410.615000', '134410.618000', '134410.620000', '134410.623000', '134410.625000', '134410.628000', '134410.631000', '134410.633000', '134410.636000', '134410.638000', '134410.641000', '134410.644000', '134410.646000', '134410.649000', '134410.652000', '134410.654000', '134410.657000', '134410.659000', '134410.662000', '134410.664000', '134410.667000', '134410.670000', '134410.672000', '134410.675000', '134410.677000', '134410.680000', '134410.683000', '134410.685000', '134410.688000', '134410.690000', '134410.693000', '134410.695000', '134410.698000', '134430.586000', '134430.589000', '134430.592000', '134430.595000', '134430.597000', '134430.600000', '134430.603000', '134430.605000', '134430.608000', '134430.610000', '134430.613000', '134430.616000', '134430.618000', '134430.621000', '134430.623000', '134430.626000', '134430.629000', '134430.631000', '134430.634000', '134430.636000', '134430.639000', '134430.642000', '134430.644000', '134430.647000', '134430.649000', '134430.652000', '134430.655000', '134430.657000', '134430.660000', '134430.662000', '134430.665000', '134430.668000', '134430.670000', '134430.673000', '134430.675000', '134430.678000', '134430.681000', '134430.683000', '134430.686000', '134430.688000', '134430.691000', '134430.693000', '134430.696000', '134450.587000', '134450.589000', '134450.592000', '134450.595000', '134450.597000', '134450.600000', '134450.603000', '134450.605000', '134450.608000', '134450.611000', '134450.613000', '134450.617000', '134450.620000', '134450.623000', '134450.625000', '134450.628000', '134450.631000', '134450.633000', '134450.636000', '134450.638000', '134450.641000', '134450.644000', '134450.646000', '134450.649000', '134450.651000', '134450.654000', '134450.656000', '134450.659000', '134450.661000', '134450.664000', '134450.667000', '134450.669000', '134450.672000', '134450.674000', '134450.677000', '134450.680000', '134450.682000', '134450.685000', '134450.687000', '134450.690000', '134450.692000', '134450.695000', '134450.697000', '134450.700000', '134510.587000', '134510.589000', '134510.592000', '134510.595000', '134510.597000', '134510.600000', '134510.603000', '134510.605000', '134510.608000', '134510.611000', '134510.613000', '134510.616000', '134510.618000', '134510.621000', '134510.624000', '134510.626000', '134510.629000', '134510.632000', '134510.634000', '134510.637000', '134510.640000', '134510.642000', '134510.645000', '134510.648000', '134510.650000', '134510.653000', '134510.655000', '134510.658000', '134510.660000', '134510.663000', '134510.666000', '134510.668000', '134510.671000', '134510.699000', '134510.702000', '134510.704000', '134510.707000', '134510.709000', '134510.712000', '134510.715000', '134510.718000', '134510.720000', '134510.723000', '134530.587000', '134530.589000', '134530.592000', '134530.595000', '134530.597000', '134530.601000', '134530.604000', '134530.607000', '134530.609000', '134530.612000', '134530.614000', '134530.617000', '134530.620000', '134530.623000', '134530.625000', '134530.628000', '134530.630000', '134530.633000', '134530.636000', '134530.638000', '134530.641000', '134530.643000', '134530.646000', '134530.649000', '134530.651000', '134530.654000', '134530.657000', '134530.659000', '134530.662000', '134530.664000', '134530.667000', '134530.670000', '134530.672000', '134530.675000', '134530.677000', '134530.680000', '134530.682000', '134530.685000', '134530.688000', '134530.690000', '134530.693000', '134530.695000', '134530.698000', '134530.701000', '134550.586000', '134550.589000', '134550.592000', '134550.595000', '134550.597000', '134550.600000', '134550.603000', '134550.606000', '134550.608000', '134550.611000', '134550.613000', '134550.616000', '134550.619000', '134550.621000', '134550.624000', '134550.626000', '134550.629000', '134550.632000', '134550.634000', '134550.637000', '134550.639000', '134550.642000', '134550.645000', '134550.647000', '134550.650000', '134550.652000', '134550.655000', '134550.658000', '134550.660000', '134550.663000', '134550.666000', '134550.668000', '134550.671000', '134550.673000', '134550.676000', '134550.679000', '134550.681000', '134550.684000', '134550.686000', '134550.689000', '134550.692000', '134550.694000', '134550.697000', '134610.586000', '134610.589000', '134610.592000', '134610.594000', '134610.597000', '134610.600000', '134610.602000', '134610.605000', '134610.607000', '134610.610000', '134610.613000', '134610.615000', '134610.618000', '134610.621000', '134610.624000', '134610.626000', '134610.629000', '134610.631000', '134610.634000', '134610.637000', '134610.639000', '134610.642000', '134610.644000', '134610.647000', '134610.650000', '134610.652000', '134610.655000', '134610.657000', '134610.660000', '134610.662000', '134610.665000', '134610.668000', '134610.670000', '134610.673000', '134610.676000', '134610.678000', '134610.681000', '134610.683000', '134610.686000', '134610.688000', '134610.691000', '134610.694000', '134610.696000', '134630.586000', '134630.589000', '134630.592000', '134630.594000', '134630.597000', '134630.599000', '134630.602000', '134630.605000', '134630.607000', '134630.610000', '134630.612000', '134630.615000', '134630.618000', '134630.620000', '134630.623000', '134630.625000', '134630.628000', '134630.631000', '134630.634000', '134630.636000', '134630.639000', '134630.641000', '134630.644000', '134630.647000', '134630.649000', '134630.652000', '134630.654000', '134630.657000', '134630.660000', '134630.662000', '134630.697000', '134630.699000', '134630.702000', '134630.705000', '134630.707000', '134630.710000', '134630.712000', '134630.715000', '134630.718000', '134630.720000', '134630.723000', '134630.725000', '134630.728000', '134630.731000', '134650.586000', '134650.589000', '134650.592000', '134650.595000', '134650.597000', '134650.600000', '134650.602000', '134650.605000', '134650.608000', '134650.610000', '134650.613000', '134650.616000', '134650.618000', '134650.621000', '134650.624000', '134650.626000', '134650.629000', '134650.632000', '134650.634000', '134650.637000', '134650.640000', '134650.643000', '134650.646000', '134650.648000', '134650.651000', '134650.653000', '134650.656000', '134650.658000', '134650.661000', '134650.664000', '134650.666000', '134650.669000', '134650.671000', '134650.674000', '134650.677000', '134650.679000', '134650.682000', '134650.684000', '134650.687000', '134650.690000', '134650.692000', '134650.695000', '134650.697000', '134710.587000', '134710.589000', '134710.592000', '134710.595000', '134710.597000', '134710.600000', '134710.603000', '134710.605000', '134710.608000', '134710.611000', '134710.613000', '134710.616000', '134710.618000', '134710.621000', '134710.624000', '134710.626000', '134710.629000', '134710.632000', '134710.634000', '134710.637000', '134710.639000', '134710.642000', '134710.644000', '134710.647000', '134710.650000', '134710.652000', '134710.655000', '134710.657000', '134710.660000', '134710.663000', '134710.665000', '134710.668000', '134710.671000', '134710.673000', '134710.676000', '134710.678000', '134710.681000', '134710.684000', '134710.686000', '134710.689000', '134710.691000', '134710.694000', '134710.696000', '134710.699000', '134730.587000', '134730.590000', '134730.593000', '134730.595000', '134730.598000', '134730.601000', '134730.603000', '134730.606000', '134730.609000', '134730.611000', '134730.614000', '134730.616000', '134730.619000', '134730.622000', '134730.625000', '134730.627000', '134730.636000', '134730.638000', '134730.641000', '134730.643000', '134730.646000', '134730.649000', '134730.651000', '134730.654000', '134730.656000', '134730.659000', '134730.661000', '134730.664000', '134730.667000', '134730.669000', '134730.672000', '134730.674000', '134730.677000', '134730.679000', '134730.682000', '134730.685000', '134730.687000', '134730.690000', '134730.692000', '134730.695000', '134730.698000', '134730.700000', '134730.703000', '134750.586000', '134750.589000', '134750.592000', '134750.595000', '134750.597000', '134750.600000', '134750.602000', '134750.605000', '134750.608000', '134750.610000', '134750.613000', '134750.616000', '134750.618000', '134750.621000', '134750.623000', '134750.626000', '134750.629000', '134750.631000', '134750.634000', '134750.637000', '134750.639000', '134750.642000', '134750.644000', '134750.647000', '134750.649000', '134750.652000', '134750.655000', '134750.666000', '134750.669000', '134750.671000', '134750.674000', '134750.677000', '134750.679000', '134750.682000', '134750.684000', '134750.687000', '134750.690000', '134750.692000', '134750.695000', '134750.698000', '134750.700000', '134750.703000', '134750.706000', '134750.708000', '134810.587000', '134810.590000', '134810.592000', '134810.595000', '134810.597000', '134810.600000', '134810.603000', '134810.606000', '134810.609000', '134810.611000', '134810.614000', '134810.617000', '134810.619000', '134810.622000', '134810.625000', '134810.628000', '134810.630000', '134810.633000', '134810.635000', '134810.638000', '134810.640000', '134810.643000', '134810.646000', '134810.648000', '134810.651000', '134810.653000', '134810.656000', '134810.659000', '134810.661000', '134810.664000', '134810.666000', '134810.669000', '134810.672000', '134810.674000', '134810.677000', '134810.680000', '134810.683000', '134810.686000', '134810.688000', '134810.691000', '134810.694000', '134810.696000', '134810.699000', '134830.587000', '134830.589000', '134830.592000', '134830.595000', '134830.598000', '134830.600000', '134830.603000', '134830.606000', '134830.608000', '134830.611000', '134830.614000', '134830.616000', '134830.619000', '134830.621000', '134830.624000', '134830.627000', '134830.629000', '134830.632000', '134830.635000', '134830.637000', '134830.640000', '134830.643000', '134830.645000', '134830.648000', '134830.650000', '134830.653000', '134830.656000', '134830.658000', '134830.661000', '134830.663000', '134830.666000', '134830.669000', '134830.671000', '134830.674000', '134830.677000', '134830.679000', '134830.682000', '134830.684000', '134830.687000', '134830.690000', '134830.692000', '134830.695000', '134830.698000', '134830.700000', '134850.586000', '134850.588000', '134850.591000', '134850.594000', '134850.596000', '134850.599000', '134850.602000', '134850.604000', '134850.607000', '134850.609000', '134850.612000', '134850.615000', '134850.617000', '134850.620000', '134850.622000', '134850.625000', '134850.628000', '134850.630000', '134850.633000', '134850.636000', '134850.638000', '134850.641000', '134850.643000', '134850.646000', '134850.649000', '134850.652000', '134850.654000', '134850.657000', '134850.660000', '134850.662000', '134850.665000', '134850.667000', '134850.670000', '134850.672000', '134850.675000', '134850.678000', '134850.680000', '134850.683000', '134850.686000', '134850.688000', '134850.691000', '134850.693000', '134850.696000', '134910.587000', '134910.590000', '134910.593000', '134910.595000', '134910.598000', '134910.601000', '134910.603000', '134910.606000', '134910.608000', '134910.611000', '134910.614000', '134910.616000', '134910.619000', '134910.622000', '134910.624000', '134910.627000', '134910.629000', '134910.632000', '134910.635000', '134910.637000', '134910.640000', '134910.643000', '134910.645000', '134910.670000', '134910.672000', '134910.675000', '134910.677000', '134910.680000', '134910.683000', '134910.685000', '134910.688000', '134910.690000', '134910.693000', '134910.696000', '134910.698000', '134910.701000', '134910.703000', '134910.706000', '134910.709000', '134910.712000', '134910.714000', '134910.717000', '134910.719000', '134910.722000', '134930.587000', '134930.589000', '134930.592000', '134930.595000', '134930.597000', '134930.600000', '134930.603000', '134930.606000', '134930.608000', '134930.611000', '134930.613000', '134930.616000', '134930.618000', '134930.621000', '134930.624000', '134930.626000', '134930.629000', '134930.631000', '134930.634000', '134930.637000', '134930.639000', '134930.642000', '134930.645000', '134930.648000', '134930.650000', '134930.653000', '134930.656000', '134930.659000', '134930.661000', '134930.664000', '134930.666000', '134930.669000', '134930.672000', '134930.674000', '134930.677000', '134930.679000', '134930.682000', '134930.685000', '134930.687000', '134930.690000', '134930.692000', '134930.695000', '134930.697000', '134950.587000', '134950.589000', '134950.592000', '134950.594000', '134950.598000', '134950.601000', '134950.603000', '134950.606000', '134950.609000', '134950.611000', '134950.614000', '134950.617000', '134950.619000', '134950.622000', '134950.624000', '134950.627000', '134950.630000', '134950.632000', '134950.635000', '134950.638000', '134950.640000', '134950.643000', '134950.646000', '134950.648000', '134950.651000', '134950.654000', '134950.656000', '134950.659000', '134950.661000', '134950.664000', '134950.667000', '134950.669000', '134950.672000', '134950.674000', '134950.677000', '134950.680000', '134950.682000', '134950.685000', '134950.688000', '134950.690000', '134950.693000', '134950.695000', '134950.698000', '134950.701000', '135010.587000', '135010.590000', '135010.593000', '135010.595000', '135010.598000', '135010.600000', '135010.603000', '135010.606000', '135010.608000', '135010.611000', '135010.613000', '135010.616000', '135010.619000', '135010.621000', '135010.624000', '135010.626000', '135010.629000', '135010.631000', '135010.634000', '135010.637000', '135010.639000', '135010.642000', '135010.644000', '135010.647000', '135010.650000', '135010.652000', '135010.655000', '135010.657000', '135010.660000', '135010.663000', '135010.665000', '135010.668000', '135010.670000', '135010.673000', '135010.676000', '135010.678000', '135010.681000', '135010.683000', '135010.686000', '135010.689000', '135010.691000', '135010.694000', '135010.697000', '135030.587000', '135030.589000', '135030.592000', '135030.595000', '135030.598000', '135030.601000', '135030.603000', '135030.606000', '135030.609000', '135030.611000', '135030.614000', '135030.617000', '135030.619000', '135030.622000', '135030.624000', '135030.627000', '135030.630000', '135030.632000', '135030.635000', '135030.637000', '135030.640000', '135030.643000', '135030.645000', '135030.648000', '135030.651000', '135030.653000', '135030.656000', '135030.658000', '135030.661000', '135030.663000', '135030.666000', '135030.669000', '135030.671000', '135030.674000', '135030.677000', '135030.679000', '135030.682000', '135030.685000', '135030.687000', '135030.690000', '135030.692000', '135030.695000', '135030.698000', '135030.700000', '135050.587000', '135050.590000', '135050.592000', '135050.595000', '135050.597000', '135050.600000', '135050.603000', '135050.605000', '135050.608000', '135050.611000', '135050.613000', '135050.616000', '135050.618000', '135050.621000', '135050.623000', '135050.626000', '135050.629000', '135050.631000', '135050.634000', '135050.637000', '135050.639000', '135050.642000', '135050.644000', '135050.647000', '135050.649000', '135050.652000', '135050.655000', '135050.657000', '135050.660000', '135050.662000', '135050.665000', '135050.667000', '135050.670000', '135050.673000', '135050.675000', '135050.678000', '135050.680000', '135050.683000', '135050.686000', '135050.688000', '135050.691000', '135050.693000', '135050.696000', '135110.586000', '135110.589000', '135110.591000', '135110.594000', '135110.597000', '135110.599000', '135110.602000', '135110.605000', '135110.607000', '135110.610000', '135110.612000', '135110.615000', '135110.618000', '135110.620000', '135110.623000', '135110.625000', '135110.628000', '135110.631000', '135110.633000', '135110.636000', '135110.638000', '135110.641000', '135110.644000', '135110.646000', '135110.649000', '135110.651000', '135110.654000', '135110.657000', '135110.659000', '135110.662000', '135110.665000', '135110.667000', '135110.670000', '135110.673000', '135110.675000', '135110.678000', '135110.680000', '135110.683000', '135110.686000', '135110.689000', '135110.691000', '135110.694000', '135110.697000', '135110.699000', '135130.587000', '135130.589000', '135130.592000', '135130.595000', '135130.597000', '135130.600000', '135130.603000', '135130.605000', '135130.608000', '135130.611000', '135130.613000', '135130.616000', '135130.618000', '135130.621000', '135130.624000', '135130.626000', '135130.629000', '135130.631000', '135130.634000', '135130.637000', '135130.639000', '135130.642000', '135130.644000', '135130.647000', '135130.650000', '135130.652000', '135130.655000', '135130.657000', '135130.660000', '135130.662000', '135130.665000', '135130.678000', '135130.681000', '135130.683000', '135130.686000', '135130.689000', '135130.691000', '135130.694000', '135130.696000', '135130.699000', '135130.702000', '135130.704000', '135130.707000', '135134.877000', '135134.880000', '135134.883000', '135134.885000', '135134.888000', '135134.891000', '135134.893000', '135134.896000', '135134.898000', '135134.901000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [12080, 9350, 11322, 7924, 12126, 8684, 11351, 10211, 10588, 10516, 7774, 8343, 8215, 8915, 7851, 7413, 8462, 9455, 9670, 9119, 8739, 8538, 8732, 9177, 9895, 8320, 10956, 8876, 11272, 8475, 11731, 9955, 9452, 11689, 8785, 9782, 9849, 9729, 10811, 8353, 11184, 8275, 11100, 9360, 10522, 10152, 8333, 10944, 8773, 11337, 8957, 9236, 9082, 10168, 9632, 8341, 10072, 8947, 9478, 8567, 8229, 8793, 10920, 9609, 8424, 9724, 7777, 9787, 7505, 10605, 7646, 9876, 7888, 7732, 8264, 7614, 8515, 7126, 9016, 7346, 9687, 7583, 10187, 7467, 10115, 8341, 7778, 10073, 9515, 9285, 7526, 9555, 11475, 8429, 13086, 9680, 10497, 10086, 8537, 11317, 8275, 9548, 8180, 7611, 9368, 10435, 9921, 10979, 9682, 12886, 9871, 8765, 10447, 11592, 9725, 10886, 10794, 9009, 10699, 8316, 9435, 10053, 8494, 9011, 7522, 9607, 9641, 8464, 8382, 7578, 8220, 9507, 8133, 10705, 7970, 10498, 8490, 9431, 8310, 7546, 7491, 7387, 8707, 7352, 9415, 7256, 9487, 7258, 9435, 7653, 9046, 8364, 7470, 8470, 7519, 10797, 8002, 10288, 7346, 10380, 7279, 10293, 7498, 10013, 7589, 10047, 7641, 8943, 9247, 7840, 9383, 7768, 11596, 7991, 11525, 8249, 11422, 8180, 10117, 8375, 10591, 8723, 9243, 9444, 7757, 9488, 8284, 9895, 8125, 9977, 8604, 8281, 8843, 8233, 9740, 8729, 9983, 8333, 10364, 8964, 10833, 8990, 10548, 9497, 10077, 9428, 10401, 9410, 9000, 9354, 7692, 9269, 8014, 9316, 8642, 9061, 8797, 9884, 9215, 10879, 9551, 11979, 8958, 11403, 9093, 10631, 8522, 9595, 8971, 8622, 8367, 8773, 9262, 8698, 7927, 8780, 8975, 7744, 9106, 7460, 8351, 8737, 10474, 8773, 8630, 10421, 8116, 10507, 8262, 11319, 8273, 11549, 8515, 10754, 8706, 10603, 9638, 7942, 10818, 8450, 11374, 7971, 9311, 7571, 8023, 9271, 7922, 10318, 8172, 10203, 8832, 8671, 8312, 8002, 9017, 7298, 9054, 8183, 10349, 8245, 8341, 8190, 7619, 10051, 7954, 10508, 8748, 12141, 8291, 11660, 8303, 10977, 8138, 9434, 8303, 9155, 8788, 9106, 8586, 7335, 8629, 7406, 9236, 8037, 9183, 8832, 8505, 9080, 8263, 9826, 10690, 10402, 13425, 9964, 12342, 10085, 11517, 9679, 10845, 10358, 8788, 10472, 8478, 10941, 8793, 8986, 9530, 7960, 9481, 8719, 10381, 9870, 10207, 9045, 10222, 8098, 10057, 8067, 10201, 7822, 10033, 8962, 9739, 9310, 8335, 9386, 8637, 9256, 8720, 8936, 9336, 7415, 9185, 8069, 9794, 8409, 9965, 8611, 10315, 9061, 10617, 8343, 8745, 8930, 9078, 9523, 8033, 8939, 10396, 10002, 8732, 11826, 9266, 11041, 9581, 8917, 10520, 8747, 10759, 8446, 8125, 9457, 8879, 9120, 7863, 8694, 9999, 9142, 11145, 9064, 11181, 9417, 10903, 9366, 10209, 9558, 9851, 9209, 7376, 8468, 7725, 8745, 8361, 9678, 9165, 9201, 9769, 7889, 7853, 7584, 8591, 7843, 9220, 7755, 9744, 8349, 10118, 8310, 9200, 8285, 9343, 7977, 9609, 8520, 11091, 8211, 10998, 8269, 11109, 8395, 10946, 9031, 10106, 8127, 7555, 8243, 8992, 8592, 9989, 8624, 9563, 7955, 8844, 9600, 9555, 9530, 10100, 9378, 11369, 9065, 12157, 8657, 10843, 8316, 11491, 8495, 10682, 8507, 10291, 8405, 10081, 8423, 9240, 8219, 8330, 9562, 7943, 10150, 9922, 9135, 10195, 8223, 10409, 8193, 10327, 7833, 10417, 7847, 11063, 8373, 11732, 8388, 11505, 9084, 10084, 8926, 10306, 8655, 8031, 9044, 7646, 10337, 9003, 7490, 8834, 8761, 10239, 10012, 8318, 8075, 9510, 10309, 9605, 10648, 9733, 9581, 9812, 9369, 10745, 8729, 11639, 8678, 10368, 9463, 9229, 11574, 9452, 15179, 9273, 10589, 9384, 8818, 9167, 8266, 9655, 9220, 8743, 8470, 8253, 9191, 9177, 8902, 8869, 10074, 9225, 9604, 8929, 9091, 8743, 8550, 9784, 8054, 10222, 8577, 9850, 8730, 10698, 8825, 9215, 8911, 8315, 9222, 8250, 9323, 9008, 10944, 8895, 8460, 9166, 7751, 9493, 8388, 10766, 9078, 8823, 9269, 8421, 9733, 8429, 10190, 9144, 10458, 9527, 10508, 9056, 9277, 8855, 7968, 9061, 8018, 9666, 8521, 9547, 9130, 10725, 10061, 10027, 9408, 11057, 9279, 15227, 10293, 13547, 9836, 11627, 9578, 10797, 9150, 9976, 10022, 10838, 9602, 9158, 9277, 8043, 9847, 8562, 10271, 9881, 10880, 10249, 9603, 9334, 9267, 9401, 8052, 10049, 9372, 10109, 9139, 12774, 9426, 12649, 9500, 13018, 9941, 13874, 9657, 12436, 9703, 12745, 10825, 11061, 9735, 8799, 9699, 8750, 10129, 8622, 11705, 9685, 11022, 10108, 11010, 10292, 11108, 10622, 9630, 10410, 9694, 10428, 9757, 10270, 10149, 9826, 7594, 9501, 10084, 8776, 9539, 9344, 8632, 9457, 9255, 8102, 9265, 11325, 9306, 10944, 11155, 9155, 11534, 9056, 11405, 11092, 10938, 11800, 9191, 11402, 8665, 10860, 9163, 11688, 9903, 9441, 9467, 8430, 9779, 8782, 9793, 7871, 8613, 9495, 8526, 9967, 8946, 9707, 8810, 10110, 9064, 8435, 9003, 8456, 9068, 8842, 10159, 8731, 10785, 8659, 10822, 11022, 10301, 14164, 10408, 11268, 9901, 10939, 10235, 9417, 9059, 8703, 9232, 8428, 9562, 8954, 9809, 9428, 9731, 8626, 9677, 8675, 10099, 8474, 10829, 9374, 10038, 11894, 10097, 12284, 10345, 11954, 9454, 10962, 9660, 9181, 10714, 9402, 9121, 7023, 8622, 8321, 8980, 11086, 9002, 9850, 9276, 8906, 8875, 9308, 10963, 8998, 8815, 9475, 9048, 9935, 8689, 8101, 10540, 8785, 9744, 9102, 8693, 10092, 9107, 10610, 8725, 8833, 9718, 7982, 10435, 8183, 10195, 8110, 10683, 8519, 8254, 8651, 8462, 9287, 8588, 9318, 9033, 8035, 10072, 8632, 10193, 8309, 9567, 8265, 8488, 8725, 8194, 9661, 10669, 10155, 9530, 8950, 9308, 12317, 9821, 12661, 10617, 11035, 11788, 10826, 10996, 10207, 9847, 10266, 10185, 10625, 11454, 11879, 11669, 12110, 11497, 9601, 10760, 10456, 10612, 11504, 10902, 11328, 11460, 10765, 14471, 11269, 15304, 11193, 15334, 11184, 13183, 11044, 12433, 10291, 13513, 11142, 13230, 11033, 13291, 10162, 12142, 10307, 11320, 10335, 10974, 10239, 9304, 10121, 10702, 10088, 11087, 11326, 11477, 9644, 11625, 10588, 10387, 10944, 12226, 10700, 14730, 10757, 12597, 13477, 10458, 14488, 10307, 10585, 10564, 10764, 10648, 9109, 10268, 10846, 9714, 11268, 11345, 10878, 10710, 10731, 11537, 10307, 10814, 10351, 10220, 10870, 8909, 11768, 8755, 12355, 8977, 11950, 10773, 11232, 11502, 10448, 10946, 10766, 11496, 9290, 11374, 9180, 11359, 10431, 11219, 10419, 11192, 11124, 11507, 16490, 11260, 14235, 10089, 11529, 9406, 11435, 10186, 10541, 10448, 9983, 11269, 10456, 11261, 11752, 11024, 11319, 11714, 10756, 15047, 10431, 13464, 10132, 10890, 9060, 11214, 9255, 10440, 9609, 10961, 9750, 11012, 10279, 10954, 10777, 11233, 10212, 11346, 10145, 11719, 10109, 11800, 10096, 11195, 10190, 10525, 10478, 9057, 10536, 9151, 11248, 10794, 9877, 11000, 12090, 11103, 10917, 11269, 10223, 11878, 17002, 12227, 15164, 10475, 11562, 10277, 11837, 10070, 11648, 9322, 10064, 10532, 9828, 10947, 11376, 10541, 10631, 9331, 11428, 9833, 10927, 10401, 10654, 15387, 10241, 14263, 10445, 11560, 9972, 10947, 10427, 11654, 10648, 11814, 10566, 12487, 10497, 11617, 10040, 10972, 10227, 10599, 10288, 9986, 10606, 10075, 10641, 10989, 10644, 10912, 10291, 10739, 10230, 10403, 10488, 10499, 9723, 11035, 9246, 10917, 10895, 11361, 11385, 12216, 11026, 12294, 11072, 12670, 11195, 12867, 11258, 11269, 11208, 11138, 11577, 10913, 12558, 11257, 13367, 11331, 11347, 10306, 11545, 10462, 13464, 9568, 12305, 9760, 12397, 10187, 12747, 9123, 11291, 9178, 9142, 10374, 9946, 10945, 9957, 11697, 9031, 14447, 9332, 13868, 9464, 12922, 9292, 9587, 10647, 10485, 11923, 10411, 12128, 10010, 12557, 10403, 13835, 10522, 14857, 10118, 13681, 9562, 13456, 9395, 12498, 9949, 11046, 9682, 9922, 9703, 9768, 8508, 9614, 10428, 9821, 10173, 9721, 10203, 9588, 10093, 9575, 10246, 10592, 13205, 10992, 12219, 9680, 11077, 10326, 13548, 9631, 13312, 10133, 14736, 9729, 12806, 9240, 11216, 8947, 12123, 9773, 12532, 9290, 11769, 9429, 9789, 9880, 10284, 9309, 10315, 10917, 9631, 11966, 10173, 11732, 9576, 12126, 9383, 12706, 9977, 9192, 10115, 10501, 12902, 9709, 14165, 9509, 10485, 11171, 9947, 14022, 9625, 14836, 9528, 8979, 11969, 9341, 15318, 10678, 9359, 13716, 10347, 9749, 13658, 10275, 9477, 12587, 10449, 14571, 9080, 14827, 9139, 10734, 10029, 8479, 11990, 9228, 8817, 10020, 9561, 10967, 9131, 12565, 8832, 11196, 8863, 10770, 9754, 9058, 11368, 9167, 12424, 9204, 11917, 8798, 11590, 9910, 9150, 10140, 10611, 10816, 9867, 12561, 10127, 12018, 10145, 10939, 9927, 11015, 10486, 12267, 9805, 13098, 10273, 13354, 9640, 11339, 10031, 13617, 9706, 13062, 9621, 13164, 8718, 9765, 9825, 9859, 10032, 10029, 9957, 10118, 15158, 10820, 12882, 9485, 13637, 9280, 12776, 9755, 10742, 11393, 9955, 16228, 10278, 14511, 9619, 11963, 9186, 11338, 8752, 10447, 8717, 15743, 9718, 14915, 9488, 11446, 8620, 11150, 9105, 11690, 9550, 10778, 9821, 10380, 9238, 10538, 9233, 10189, 9217, 10024, 9783, 11111, 12451, 13148, 10908, 16046, 10895, 12457, 9550, 11757, 10459, 13000, 10776, 13341, 9757, 10505, 9476, 10929, 11572, 11838, 12599, 11054, 12421, 10977, 13555, 11226, 15525, 11121, 16048, 13733, 13942, 12607, 12468, 12949, 10276, 17985, 11128, 13435, 9649, 12129, 9871, 12661, 10009, 12941, 9840, 14497, 9858, 10816, 10225, 9555, 9118, 9217, 9850, 8726, 9320, 11510, 9628, 14118, 11160, 15607, 12623, 12141, 13485, 15336, 12880, 18767, 12681, 12643, 11815, 15554, 12284, 19076, 12084, 19088, 11868, 18282, 10690, 15750, 10107, 14248, 9591, 13168, 9019, 9108, 9577, 9401, 10310, 9372, 11262, 9244, 12382, 9059, 11920, 9139, 9396, 8895, 9663, 9718, 10211, 12231, 9344, 11990, 8970, 12287, 9189, 13179, 9391, 15083, 11078, 12498, 10141, 10201, 11455, 10251, 13909, 10523, 9828, 10079, 10556, 12527, 10700, 12028, 9795, 12454, 9256, 12210, 9768, 11638, 11776, 18583, 12226, 16505, 11316, 13090, 9439, 12308, 10696, 13301, 10177, 11264, 9570, 11150, 9703, 11722, 9720, 12043, 9428, 10545, 10059, 10564, 10785, 10595, 10432, 12054, 10831, 14536, 10908, 15640, 11600, 16468, 13125, 17435, 12904, 17247, 12461, 16311, 10769, 13635, 9611, 11935, 9178, 10829, 9598, 11742, 9446, 12245, 9020, 9524, 12153, 9877, 13522, 9867, 9664, 11216, 10214, 16208, 10568, 15506, 10539, 15385, 9748, 14192, 8768, 12867, 8981, 12108, 8973, 11627, 9110, 10863, 9263, 9688, 9729, 9297, 10246, 9254, 10765, 9154, 10417, 9459, 11054, 11396, 11059, 13580, 10949, 12587, 10192, 14014, 10319, 14956, 10359, 14580, 10652, 15596, 10772, 13597, 10172, 11915, 9996, 12420, 9918, 10574, 10113, 10934, 11094, 10291, 13676, 10545, 14812, 10872, 13151, 17753, 14076, 13209, 10247, 10024, 10236, 9328, 10111, 9619, 10027, 10275, 9798, 11552, 9315, 8356, 8051, 8263, 9819, 8358, 8166, 8871, 8699, 10559, 8248, 12129, 8855, 11399, 9545, 9189, 10302, 7898, 11099, 9128, 10304, 14251, 13709, 17199, 10228, 9816, 10474, 17406, 11960, 9590, 9883, 14492, 10764, 10521, 9899, 9884, 9188, 8908, 9591, 9549, 9507, 8879, 8947, 10821, 8638, 8764, 9611, 9373, 8691, 8684, 8441, 9677, 9427, 8580, 9083, 8635, 8413, 9700, 8997, 8354, 8911, 9508, 7991, 9190, 9801, 8561, 10028, 7815, 8478, 9704, 8127, 9704, 8042, 9069, 8398, 8204, 9900, 7845, 7653, 8228, 8538, 8093, 8505, 8883, 8457, 8741, 8035, 10538, 7677, 11209, 8528, 12352, 8754, 13881, 8340], 'WindowCenter': [4561.0, 4511.0, 4516.0, 4472.0, 4510.0, 4471.0, 4486.0, 4476.0, 4476.0, 4486.0, 4404.0, 4386.0, 4391.0, 4362.0, 4347.0, 4363.0, 4413.0, 4444.0, 4449.0, 4439.0, 4456.0, 4453.0, 4455.0, 4465.0, 4467.0, 4446.0, 4463.0, 4457.0, 4462.0, 4431.0, 4470.0, 4451.0, 4451.0, 4471.0, 4444.0, 4450.0, 4452.0, 4450.0, 4460.0, 4431.0, 4460.0, 4429.0, 4460.0, 4453.0, 4469.0, 4451.0, 4451.0, 4461.0, 4443.0, 4479.0, 4442.0, 4448.0, 4441.0, 4460.0, 4451.0, 4455.0, 4464.0, 4468.0, 4465.0, 4457.0, 4464.0, 4468.0, 4487.0, 4478.0, 4457.0, 4477.0, 4446.0, 4478.0, 4460.0, 4501.0, 4472.0, 4498.0, 4474.0, 4472.0, 4484.0, 4474.0, 4495.0, 4476.0, 4496.0, 4488.0, 4508.0, 4490.0, 4519.0, 4477.0, 4500.0, 4460.0, 4408.0, 4442.0, 4419.0, 4401.0, 4381.0, 4398.0, 4417.0, 4388.0, 4410.0, 4450.0, 4423.0, 4412.0, 4376.0, 4381.0, 4364.0, 4398.0, 4375.0, 4378.0, 4369.0, 4416.0, 4299.0, 4443.0, 4398.0, 4444.0, 4424.0, 4402.0, 4417.0, 4422.0, 4408.0, 4407.0, 4415.0, 4402.0, 4410.0, 4383.0, 4385.0, 4404.0, 4387.0, 4388.0, 4376.0, 4410.0, 4411.0, 4403.0, 4402.0, 4393.0, 4405.0, 4413.0, 4408.0, 4426.0, 4395.0, 4425.0, 4418.0, 4415.0, 4406.0, 4393.0, 4402.0, 4396.0, 4416.0, 4396.0, 4427.0, 4399.0, 4426.0, 4396.0, 4415.0, 4409.0, 4417.0, 4417.0, 4409.0, 4434.0, 4425.0, 4466.0, 4424.0, 4457.0, 4427.0, 4475.0, 4434.0, 4468.0, 4426.0, 4466.0, 4438.0, 4455.0, 4437.0, 4445.0, 4471.0, 4450.0, 4472.0, 4451.0, 4480.0, 4448.0, 4477.0, 4436.0, 4465.0, 4435.0, 4454.0, 4435.0, 4454.0, 4434.0, 4454.0, 4454.0, 4423.0, 4455.0, 4435.0, 4455.0, 4443.0, 4454.0, 4447.0, 4444.0, 4447.0, 4447.0, 4464.0, 4446.0, 4455.0, 4449.0, 4468.0, 4458.0, 4466.0, 4459.0, 4465.0, 4457.0, 4454.0, 4457.0, 4463.0, 4456.0, 4444.0, 4454.0, 4435.0, 4467.0, 4450.0, 4468.0, 4460.0, 4470.0, 4473.0, 4480.0, 4472.0, 4481.0, 4472.0, 4491.0, 4466.0, 4478.0, 4444.0, 4465.0, 4445.0, 4467.0, 4445.0, 4443.0, 4432.0, 4446.0, 4454.0, 4443.0, 4460.0, 4471.0, 4485.0, 4465.0, 4474.0, 4452.0, 4429.0, 4464.0, 4441.0, 4408.0, 4392.0, 4441.0, 4395.0, 4426.0, 4407.0, 4436.0, 4406.0, 4424.0, 4405.0, 4423.0, 4393.0, 4408.0, 4402.0, 4379.0, 4421.0, 4391.0, 4434.0, 4396.0, 4403.0, 4382.0, 4397.0, 4413.0, 4393.0, 4423.0, 4406.0, 4426.0, 4431.0, 4406.0, 4406.0, 4407.0, 4417.0, 4408.0, 4431.0, 4432.0, 4442.0, 4434.0, 4433.0, 4443.0, 4425.0, 4456.0, 4435.0, 4465.0, 4445.0, 4478.0, 4435.0, 4475.0, 4434.0, 4465.0, 4433.0, 4453.0, 4446.0, 4461.0, 4445.0, 4443.0, 4458.0, 4449.0, 4472.0, 4451.0, 4480.0, 4482.0, 4481.0, 4476.0, 4472.0, 4486.0, 4462.0, 4484.0, 4479.0, 4482.0, 4500.0, 4469.0, 4473.0, 4454.0, 4460.0, 4442.0, 4462.0, 4452.0, 4440.0, 4451.0, 4431.0, 4462.0, 4444.0, 4442.0, 4467.0, 4434.0, 4455.0, 4451.0, 4468.0, 4466.0, 4464.0, 4443.0, 4465.0, 4433.0, 4454.0, 4434.0, 4464.0, 4434.0, 4466.0, 4457.0, 4453.0, 4456.0, 4446.0, 4469.0, 4472.0, 4470.0, 4472.0, 4483.0, 4491.0, 4452.0, 4485.0, 4464.0, 4484.0, 4465.0, 4455.0, 4422.0, 4418.0, 4422.0, 4430.0, 4410.0, 4392.0, 4389.0, 4403.0, 4413.0, 4394.0, 4404.0, 4399.0, 4398.0, 4389.0, 4409.0, 4390.0, 4408.0, 4400.0, 4390.0, 4403.0, 4378.0, 4403.0, 4378.0, 4381.0, 4403.0, 4404.0, 4403.0, 4401.0, 4407.0, 4415.0, 4404.0, 4425.0, 4409.0, 4421.0, 4414.0, 4423.0, 4416.0, 4413.0, 4415.0, 4413.0, 4403.0, 4370.0, 4392.0, 4380.0, 4403.0, 4406.0, 4427.0, 4429.0, 4431.0, 4430.0, 4409.0, 4422.0, 4412.0, 4424.0, 4411.0, 4431.0, 4399.0, 4419.0, 4409.0, 4428.0, 4407.0, 4430.0, 4420.0, 4429.0, 4410.0, 4428.0, 4420.0, 4450.0, 4420.0, 4450.0, 4422.0, 4448.0, 4421.0, 4463.0, 4444.0, 4452.0, 4423.0, 4424.0, 4433.0, 4455.0, 4458.0, 4480.0, 4461.0, 4486.0, 4451.0, 4475.0, 4485.0, 4486.0, 4471.0, 4482.0, 4460.0, 4468.0, 4433.0, 4476.0, 4433.0, 4466.0, 4433.0, 4462.0, 4420.0, 4454.0, 4433.0, 4440.0, 4431.0, 4452.0, 4432.0, 4441.0, 4432.0, 4448.0, 4456.0, 4437.0, 4475.0, 4468.0, 4444.0, 4466.0, 4446.0, 4466.0, 4433.0, 4467.0, 4436.0, 4465.0, 4447.0, 4478.0, 4447.0, 4488.0, 4447.0, 4475.0, 4456.0, 4466.0, 4457.0, 4463.0, 4444.0, 4446.0, 4468.0, 4433.0, 4439.0, 4446.0, 4398.0, 4313.0, 4437.0, 4426.0, 4431.0, 4395.0, 4404.0, 4404.0, 4417.0, 4433.0, 4428.0, 4419.0, 4418.0, 4427.0, 4416.0, 4427.0, 4408.0, 4437.0, 4420.0, 4427.0, 4420.0, 4419.0, 4452.0, 4429.0, 4469.0, 4416.0, 4426.0, 4421.0, 4405.0, 4416.0, 4421.0, 4430.0, 4432.0, 4422.0, 4434.0, 4443.0, 4447.0, 4453.0, 4446.0, 4448.0, 4444.0, 4437.0, 4434.0, 4434.0, 4434.0, 4422.0, 4424.0, 4440.0, 4411.0, 4431.0, 4421.0, 4429.0, 4418.0, 4439.0, 4419.0, 4418.0, 4418.0, 4408.0, 4418.0, 4408.0, 4419.0, 4423.0, 4450.0, 4439.0, 4409.0, 4419.0, 4410.0, 4443.0, 4434.0, 4455.0, 4448.0, 4446.0, 4446.0, 4437.0, 4458.0, 4450.0, 4470.0, 4449.0, 4456.0, 4457.0, 4469.0, 4457.0, 4458.0, 4448.0, 4439.0, 4461.0, 4462.0, 4482.0, 4475.0, 4485.0, 4477.0, 4485.0, 4485.0, 4473.0, 4464.0, 4482.0, 4471.0, 4512.0, 4471.0, 4489.0, 4457.0, 4464.0, 4445.0, 4466.0, 4457.0, 4463.0, 4469.0, 4465.0, 4458.0, 4457.0, 4458.0, 4449.0, 4481.0, 4472.0, 4494.0, 4484.0, 4493.0, 4497.0, 4495.0, 4487.0, 4486.0, 4488.0, 4478.0, 4501.0, 4488.0, 4498.0, 4475.0, 4504.0, 4463.0, 4505.0, 4474.0, 4502.0, 4470.0, 4499.0, 4459.0, 4479.0, 4456.0, 4474.0, 4465.0, 4463.0, 4456.0, 4433.0, 4455.0, 4445.0, 4455.0, 4448.0, 4477.0, 4471.0, 4480.0, 4484.0, 4481.0, 4481.0, 4492.0, 4480.0, 4471.0, 4482.0, 4472.0, 4482.0, 4472.0, 4470.0, 4458.0, 4446.0, 4412.0, 4446.0, 4429.0, 4408.0, 4431.0, 4418.0, 4420.0, 4431.0, 4431.0, 4430.0, 4441.0, 4450.0, 4421.0, 4442.0, 4440.0, 4417.0, 4444.0, 4406.0, 4423.0, 4425.0, 4423.0, 4421.0, 4388.0, 4408.0, 4377.0, 4397.0, 4402.0, 4419.0, 4401.0, 4387.0, 4386.0, 4375.0, 4396.0, 4390.0, 4398.0, 4392.0, 4415.0, 4427.0, 4433.0, 4452.0, 4444.0, 4454.0, 4447.0, 4453.0, 4447.0, 4434.0, 4465.0, 4449.0, 4461.0, 4460.0, 4477.0, 4446.0, 4481.0, 4457.0, 4482.0, 4480.0, 4470.0, 4499.0, 4467.0, 4477.0, 4481.0, 4479.0, 4482.0, 4469.0, 4471.0, 4472.0, 4491.0, 4487.0, 4509.0, 4514.0, 4512.0, 4529.0, 4514.0, 4503.0, 4512.0, 4490.0, 4510.0, 4481.0, 4521.0, 4488.0, 4500.0, 4507.0, 4498.0, 4505.0, 4497.0, 4506.0, 4486.0, 4482.0, 4473.0, 4472.0, 4482.0, 4484.0, 4479.0, 4383.0, 4444.0, 4431.0, 4417.0, 4450.0, 4433.0, 4441.0, 4430.0, 4418.0, 4407.0, 4418.0, 4427.0, 4405.0, 4419.0, 4416.0, 4404.0, 4409.0, 4392.0, 4381.0, 4423.0, 4407.0, 4415.0, 4404.0, 4404.0, 4424.0, 4417.0, 4411.0, 4404.0, 4402.0, 4414.0, 4393.0, 4421.0, 4391.0, 4410.0, 4381.0, 4411.0, 4404.0, 4394.0, 4402.0, 4408.0, 4427.0, 4423.0, 4431.0, 4447.0, 4426.0, 4454.0, 4433.0, 4463.0, 4456.0, 4456.0, 4438.0, 4445.0, 4449.0, 4452.0, 4475.0, 4471.0, 4472.0, 4459.0, 4448.0, 4460.0, 4490.0, 4471.0, 4501.0, 4480.0, 4482.0, 4490.0, 4481.0, 4493.0, 4496.0, 4484.0, 4482.0, 4495.0, 4497.0, 4519.0, 4519.0, 4508.0, 4518.0, 4517.0, 4500.0, 4510.0, 4514.0, 4509.0, 4532.0, 4522.0, 4524.0, 4533.0, 4526.0, 4543.0, 4523.0, 4541.0, 4499.0, 4529.0, 4495.0, 4505.0, 4495.0, 4502.0, 4470.0, 4501.0, 4467.0, 4488.0, 4465.0, 4487.0, 4467.0, 4476.0, 4458.0, 4467.0, 4457.0, 4453.0, 4457.0, 4448.0, 4466.0, 4477.0, 4476.0, 4492.0, 4480.0, 4494.0, 4473.0, 4493.0, 4495.0, 4496.0, 4495.0, 4504.0, 4482.0, 4527.0, 4482.0, 4492.0, 4487.0, 4468.0, 4498.0, 4469.0, 4465.0, 4465.0, 4460.0, 4466.0, 4445.0, 4472.0, 4479.0, 4468.0, 4479.0, 4481.0, 4483.0, 4470.0, 4481.0, 4478.0, 4471.0, 4480.0, 4468.0, 4469.0, 4480.0, 4449.0, 4492.0, 4451.0, 4493.0, 4448.0, 4490.0, 4482.0, 4493.0, 4492.0, 4483.0, 4482.0, 4482.0, 4509.0, 4476.0, 4528.0, 4477.0, 4508.0, 4510.0, 4510.0, 4498.0, 4497.0, 4498.0, 4507.0, 4546.0, 4496.0, 4516.0, 4471.0, 4484.0, 4461.0, 4481.0, 4483.0, 4469.0, 4469.0, 4469.0, 4491.0, 4482.0, 4507.0, 4518.0, 4497.0, 4496.0, 4497.0, 4498.0, 4529.0, 4471.0, 4506.0, 4470.0, 4468.0, 4447.0, 4469.0, 4445.0, 4466.0, 4445.0, 4467.0, 4459.0, 4480.0, 4467.0, 4467.0, 4475.0, 4480.0, 4470.0, 4480.0, 4476.0, 4478.0, 4468.0, 4478.0, 4471.0, 4483.0, 4484.0, 4483.0, 4497.0, 4474.0, 4494.0, 4475.0, 4509.0, 4517.0, 4488.0, 4510.0, 4520.0, 4513.0, 4507.0, 4499.0, 4487.0, 4512.0, 4538.0, 4495.0, 4515.0, 4470.0, 4468.0, 4470.0, 4478.0, 4445.0, 4465.0, 4447.0, 4469.0, 4479.0, 4476.0, 4477.0, 4491.0, 4482.0, 4497.0, 4488.0, 4509.0, 4486.0, 4499.0, 4491.0, 4486.0, 4525.0, 4486.0, 4513.0, 4470.0, 4481.0, 4472.0, 4483.0, 4481.0, 4480.0, 4469.0, 4480.0, 4471.0, 4478.0, 4456.0, 4453.0, 4446.0, 4466.0, 4467.0, 4466.0, 4457.0, 4454.0, 4454.0, 4453.0, 4464.0, 4478.0, 4480.0, 4495.0, 4482.0, 4495.0, 4485.0, 4496.0, 4484.0, 4504.0, 4487.0, 4498.0, 4476.0, 4499.0, 4498.0, 4522.0, 4521.0, 4520.0, 4499.0, 4510.0, 4513.0, 4521.0, 4512.0, 4521.0, 4510.0, 4509.0, 4499.0, 4496.0, 4511.0, 4500.0, 4508.0, 4484.0, 4506.0, 4482.0, 4481.0, 4472.0, 4495.0, 4484.0, 4506.0, 4473.0, 4492.0, 4473.0, 4489.0, 4472.0, 4504.0, 4462.0, 4468.0, 4449.0, 4449.0, 4470.0, 4485.0, 4483.0, 4474.0, 4494.0, 4477.0, 4515.0, 4475.0, 4514.0, 4477.0, 4504.0, 4477.0, 4490.0, 4499.0, 4498.0, 4507.0, 4486.0, 4505.0, 4486.0, 4506.0, 4498.0, 4518.0, 4500.0, 4516.0, 4474.0, 4503.0, 4465.0, 4504.0, 4463.0, 4492.0, 4457.0, 4487.0, 4447.0, 4457.0, 4442.0, 4445.0, 4433.0, 4455.0, 4466.0, 4470.0, 4484.0, 4470.0, 4491.0, 4474.0, 4499.0, 4485.0, 4501.0, 4485.0, 4508.0, 4485.0, 4508.0, 4488.0, 4499.0, 4485.0, 4503.0, 4469.0, 4505.0, 4490.0, 4516.0, 4475.0, 4504.0, 4463.0, 4481.0, 4451.0, 4492.0, 4475.0, 4491.0, 4475.0, 4501.0, 4474.0, 4473.0, 4474.0, 4487.0, 4496.0, 4496.0, 4498.0, 4490.0, 4524.0, 4501.0, 4512.0, 4490.0, 4507.0, 4491.0, 4518.0, 4492.0, 4478.0, 4488.0, 4486.0, 4521.0, 4490.0, 4517.0, 4489.0, 4485.0, 4485.0, 4463.0, 4504.0, 4463.0, 4499.0, 4462.0, 4448.0, 4468.0, 4436.0, 4488.0, 4470.0, 4449.0, 4489.0, 4459.0, 4459.0, 4488.0, 4446.0, 4445.0, 4477.0, 4458.0, 4487.0, 4427.0, 4492.0, 4434.0, 4448.0, 4444.0, 4436.0, 4464.0, 4433.0, 4432.0, 4444.0, 4445.0, 4468.0, 4448.0, 4478.0, 4450.0, 4479.0, 4451.0, 4469.0, 4460.0, 4447.0, 4480.0, 4465.0, 4503.0, 4463.0, 4492.0, 4465.0, 4507.0, 4489.0, 4477.0, 4485.0, 4486.0, 4512.0, 4502.0, 4521.0, 4488.0, 4511.0, 4488.0, 4488.0, 4475.0, 4485.0, 4487.0, 4507.0, 4474.0, 4520.0, 4475.0, 4515.0, 4474.0, 4484.0, 4473.0, 4517.0, 4460.0, 4492.0, 4463.0, 4516.0, 4466.0, 4486.0, 4485.0, 4489.0, 4492.0, 4505.0, 4502.0, 4506.0, 4544.0, 4515.0, 4523.0, 4492.0, 4521.0, 4479.0, 4509.0, 4476.0, 4493.0, 4491.0, 4476.0, 4525.0, 4489.0, 4516.0, 4464.0, 4480.0, 4463.0, 4481.0, 4455.0, 4472.0, 4453.0, 4522.0, 4464.0, 4514.0, 4476.0, 4482.0, 4455.0, 4490.0, 4464.0, 4493.0, 4476.0, 4482.0, 4474.0, 4487.0, 4491.0, 4499.0, 4489.0, 4489.0, 4490.0, 4500.0, 4503.0, 4524.0, 4537.0, 4523.0, 4515.0, 4555.0, 4502.0, 4526.0, 4490.0, 4509.0, 4502.0, 4519.0, 4502.0, 4533.0, 4492.0, 4513.0, 4503.0, 4526.0, 4526.0, 4524.0, 4537.0, 4525.0, 4536.0, 4517.0, 4535.0, 4514.0, 4557.0, 4514.0, 4557.0, 4519.0, 4519.0, 4493.0, 4497.0, 4494.0, 4463.0, 4537.0, 4472.0, 4491.0, 4450.0, 4470.0, 4463.0, 4490.0, 4462.0, 4490.0, 4462.0, 4529.0, 4472.0, 4481.0, 4484.0, 4486.0, 4473.0, 4475.0, 4483.0, 4465.0, 4490.0, 4510.0, 4489.0, 4529.0, 4500.0, 4527.0, 4517.0, 4495.0, 4506.0, 4511.0, 4494.0, 4532.0, 4480.0, 4476.0, 4479.0, 4497.0, 4466.0, 4521.0, 4467.0, 4503.0, 4450.0, 4489.0, 4432.0, 4468.0, 4426.0, 4453.0, 4417.0, 4460.0, 4419.0, 4405.0, 4417.0, 4416.0, 4427.0, 4416.0, 4435.0, 4433.0, 4465.0, 4435.0, 4451.0, 4448.0, 4435.0, 4436.0, 4443.0, 4446.0, 4456.0, 4492.0, 4477.0, 4496.0, 4467.0, 4496.0, 4466.0, 4506.0, 4477.0, 4528.0, 4486.0, 4497.0, 4475.0, 4478.0, 4493.0, 4476.0, 4505.0, 4472.0, 4459.0, 4472.0, 4489.0, 4507.0, 4484.0, 4510.0, 4489.0, 4508.0, 4480.0, 4508.0, 4489.0, 4497.0, 4514.0, 4558.0, 4507.0, 4526.0, 4485.0, 4493.0, 4453.0, 4495.0, 4473.0, 4503.0, 4458.0, 4483.0, 4447.0, 4476.0, 4455.0, 4479.0, 4462.0, 4494.0, 4463.0, 4484.0, 4472.0, 4499.0, 4507.0, 4502.0, 4515.0, 4526.0, 4515.0, 4534.0, 4517.0, 4540.0, 4502.0, 4539.0, 4508.0, 4524.0, 4494.0, 4516.0, 4483.0, 4501.0, 4443.0, 4491.0, 4442.0, 4455.0, 4422.0, 4441.0, 4434.0, 4454.0, 4434.0, 4463.0, 4435.0, 4442.0, 4470.0, 4459.0, 4484.0, 4447.0, 4461.0, 4470.0, 4458.0, 4501.0, 4458.0, 4498.0, 4459.0, 4485.0, 4435.0, 4475.0, 4439.0, 4474.0, 4434.0, 4451.0, 4432.0, 4454.0, 4435.0, 4441.0, 4435.0, 4433.0, 4444.0, 4449.0, 4470.0, 4460.0, 4469.0, 4459.0, 4487.0, 4480.0, 4506.0, 4498.0, 4496.0, 4522.0, 4504.0, 4523.0, 4488.0, 4515.0, 4487.0, 4528.0, 4492.0, 4533.0, 4491.0, 4527.0, 4489.0, 4522.0, 4497.0, 4502.0, 4478.0, 4494.0, 4473.0, 4496.0, 4490.0, 4500.0, 4513.0, 4502.0, 4520.0, 4490.0, 4533.0, 4487.0, 4512.0, 4527.0, 4507.0, 4516.0, 4461.0, 4464.0, 4460.0, 4453.0, 4456.0, 4464.0, 4473.0, 4474.0, 4485.0, 4435.0, 4494.0, 4443.0, 4430.0, 4429.0, 4434.0, 4428.0, 4417.0, 4427.0, 4416.0, 4446.0, 4415.0, 4455.0, 4424.0, 4447.0, 4407.0, 4408.0, 4430.0, 4400.0, 4442.0, 4421.0, 4436.0, 4434.0, 4440.0, 4499.0, 4435.0, 4410.0, 4400.0, 4467.0, 4437.0, 4418.0, 4428.0, 4463.0, 4460.0, 4446.0, 4421.0, 4444.0, 4434.0, 4422.0, 4418.0, 4405.0, 4390.0, 4376.0, 4380.0, 4395.0, 4365.0, 4361.0, 4385.0, 4370.0, 4361.0, 4361.0, 4366.0, 4383.0, 4372.0, 4373.0, 4387.0, 4387.0, 4377.0, 4402.0, 4402.0, 4393.0, 4404.0, 4412.0, 4396.0, 4415.0, 4429.0, 4407.0, 4427.0, 4409.0, 4408.0, 4430.0, 4423.0, 4429.0, 4410.0, 4429.0, 4417.0, 4420.0, 4436.0, 4409.0, 4410.0, 4423.0, 4433.0, 4436.0, 4448.0, 4459.0, 4448.0, 4457.0, 4438.0, 4470.0, 4440.0, 4471.0, 4434.0, 4464.0, 4425.0, 4472.0, 4409.0], 'WindowWidth': [10002.0, 9915.0, 9914.0, 9848.0, 9896.0, 9843.0, 9854.0, 9841.0, 9839.0, 9853.0, 9718.0, 9675.0, 9685.0, 9622.0, 9604.0, 9638.0, 9727.0, 9777.0, 9784.0, 9775.0, 9805.0, 9800.0, 9805.0, 9818.0, 9823.0, 9793.0, 9814.0, 9809.0, 9806.0, 9766.0, 9814.0, 9790.0, 9790.0, 9818.0, 9789.0, 9789.0, 9793.0, 9789.0, 9801.0, 9766.0, 9803.0, 9760.0, 9804.0, 9797.0, 9818.0, 9794.0, 9800.0, 9807.0, 9784.0, 9835.0, 9782.0, 9789.0, 9780.0, 9803.0, 9796.0, 9807.0, 9818.0, 9829.0, 9819.0, 9813.0, 9824.0, 9828.0, 9851.0, 9844.0, 9813.0, 9839.0, 9799.0, 9843.0, 9824.0, 9879.0, 9844.0, 9879.0, 9847.0, 9843.0, 9864.0, 9850.0, 9879.0, 9857.0, 9884.0, 9875.0, 9900.0, 9879.0, 9916.0, 9859.0, 9883.0, 9815.0, 9725.0, 9771.0, 9729.0, 9697.0, 9673.0, 9689.0, 9717.0, 9679.0, 9696.0, 9789.0, 9737.0, 9715.0, 9655.0, 9648.0, 9633.0, 9688.0, 9650.0, 9661.0, 9635.0, 9714.0, 9492.0, 9777.0, 9693.0, 9765.0, 9739.0, 9705.0, 9725.0, 9730.0, 9710.0, 9704.0, 9718.0, 9704.0, 9710.0, 9675.0, 9671.0, 9703.0, 9679.0, 9678.0, 9662.0, 9711.0, 9717.0, 9709.0, 9705.0, 9695.0, 9712.0, 9721.0, 9721.0, 9739.0, 9701.0, 9741.0, 9738.0, 9728.0, 9715.0, 9695.0, 9714.0, 9705.0, 9731.0, 9703.0, 9748.0, 9710.0, 9744.0, 9702.0, 9727.0, 9723.0, 9730.0, 9733.0, 9727.0, 9768.0, 9760.0, 9814.0, 9755.0, 9802.0, 9766.0, 9835.0, 9777.0, 9821.0, 9764.0, 9818.0, 9782.0, 9802.0, 9779.0, 9788.0, 9832.0, 9803.0, 9835.0, 9806.0, 9842.0, 9797.0, 9834.0, 9773.0, 9814.0, 9774.0, 9798.0, 9777.0, 9800.0, 9772.0, 9801.0, 9797.0, 9756.0, 9801.0, 9774.0, 9802.0, 9792.0, 9800.0, 9795.0, 9787.0, 9792.0, 9793.0, 9821.0, 9792.0, 9804.0, 9800.0, 9825.0, 9810.0, 9820.0, 9814.0, 9816.0, 9808.0, 9801.0, 9808.0, 9811.0, 9805.0, 9786.0, 9799.0, 9776.0, 9825.0, 9804.0, 9826.0, 9820.0, 9834.0, 9842.0, 9846.0, 9838.0, 9848.0, 9836.0, 9863.0, 9826.0, 9838.0, 9786.0, 9817.0, 9788.0, 9823.0, 9789.0, 9784.0, 9766.0, 9789.0, 9801.0, 9788.0, 9819.0, 9839.0, 9861.0, 9833.0, 9843.0, 9814.0, 9755.0, 9826.0, 9769.0, 9716.0, 9688.0, 9764.0, 9699.0, 9741.0, 9718.0, 9754.0, 9712.0, 9732.0, 9713.0, 9730.0, 9691.0, 9704.0, 9699.0, 9668.0, 9726.0, 9686.0, 9750.0, 9700.0, 9706.0, 9678.0, 9700.0, 9721.0, 9696.0, 9734.0, 9719.0, 9746.0, 9759.0, 9718.0, 9720.0, 9719.0, 9734.0, 9726.0, 9759.0, 9763.0, 9774.0, 9771.0, 9768.0, 9788.0, 9763.0, 9805.0, 9774.0, 9815.0, 9788.0, 9836.0, 9774.0, 9828.0, 9773.0, 9815.0, 9770.0, 9797.0, 9793.0, 9812.0, 9790.0, 9785.0, 9814.0, 9806.0, 9839.0, 9811.0, 9851.0, 9862.0, 9851.0, 9848.0, 9841.0, 9864.0, 9825.0, 9856.0, 9843.0, 9852.0, 9876.0, 9828.0, 9826.0, 9801.0, 9803.0, 9782.0, 9808.0, 9796.0, 9778.0, 9792.0, 9766.0, 9808.0, 9788.0, 9785.0, 9822.0, 9775.0, 9806.0, 9800.0, 9827.0, 9820.0, 9815.0, 9784.0, 9818.0, 9772.0, 9802.0, 9775.0, 9815.0, 9776.0, 9821.0, 9811.0, 9801.0, 9808.0, 9795.0, 9830.0, 9838.0, 9835.0, 9842.0, 9858.0, 9870.0, 9813.0, 9861.0, 9833.0, 9858.0, 9832.0, 9802.0, 9745.0, 9731.0, 9741.0, 9750.0, 9724.0, 9687.0, 9675.0, 9703.0, 9719.0, 9696.0, 9706.0, 9689.0, 9688.0, 9677.0, 9702.0, 9679.0, 9703.0, 9692.0, 9676.0, 9696.0, 9661.0, 9694.0, 9659.0, 9670.0, 9703.0, 9708.0, 9703.0, 9705.0, 9716.0, 9724.0, 9708.0, 9734.0, 9715.0, 9725.0, 9723.0, 9733.0, 9728.0, 9720.0, 9722.0, 9717.0, 9703.0, 9656.0, 9687.0, 9673.0, 9707.0, 9716.0, 9745.0, 9752.0, 9754.0, 9751.0, 9722.0, 9747.0, 9732.0, 9748.0, 9726.0, 9755.0, 9710.0, 9735.0, 9719.0, 9746.0, 9718.0, 9754.0, 9740.0, 9752.0, 9724.0, 9746.0, 9739.0, 9782.0, 9742.0, 9782.0, 9748.0, 9780.0, 9749.0, 9808.0, 9784.0, 9790.0, 9752.0, 9755.0, 9767.0, 9801.0, 9812.0, 9844.0, 9820.0, 9856.0, 9805.0, 9842.0, 9857.0, 9860.0, 9830.0, 9847.0, 9811.0, 9819.0, 9766.0, 9828.0, 9766.0, 9816.0, 9768.0, 9808.0, 9745.0, 9795.0, 9765.0, 9772.0, 9764.0, 9793.0, 9767.0, 9777.0, 9770.0, 9796.0, 9804.0, 9781.0, 9838.0, 9824.0, 9786.0, 9817.0, 9791.0, 9819.0, 9771.0, 9824.0, 9778.0, 9817.0, 9796.0, 9841.0, 9798.0, 9856.0, 9794.0, 9830.0, 9808.0, 9821.0, 9809.0, 9813.0, 9789.0, 9795.0, 9829.0, 9770.0, 9766.0, 9787.0, 9712.0, 9530.0, 9780.0, 9740.0, 9753.0, 9695.0, 9715.0, 9705.0, 9728.0, 9759.0, 9746.0, 9735.0, 9730.0, 9744.0, 9727.0, 9743.0, 9717.0, 9760.0, 9739.0, 9746.0, 9739.0, 9737.0, 9786.0, 9752.0, 9807.0, 9730.0, 9743.0, 9737.0, 9713.0, 9731.0, 9745.0, 9757.0, 9761.0, 9749.0, 9770.0, 9787.0, 9792.0, 9800.0, 9789.0, 9792.0, 9779.0, 9772.0, 9765.0, 9770.0, 9765.0, 9749.0, 9752.0, 9775.0, 9730.0, 9756.0, 9745.0, 9751.0, 9736.0, 9765.0, 9740.0, 9733.0, 9735.0, 9722.0, 9736.0, 9723.0, 9740.0, 9748.0, 9783.0, 9771.0, 9725.0, 9740.0, 9729.0, 9777.0, 9769.0, 9794.0, 9790.0, 9787.0, 9784.0, 9775.0, 9808.0, 9799.0, 9827.0, 9795.0, 9800.0, 9804.0, 9824.0, 9810.0, 9806.0, 9793.0, 9783.0, 9819.0, 9825.0, 9850.0, 9846.0, 9856.0, 9847.0, 9854.0, 9856.0, 9836.0, 9824.0, 9845.0, 9835.0, 9889.0, 9828.0, 9850.0, 9804.0, 9809.0, 9783.0, 9815.0, 9806.0, 9814.0, 9825.0, 9815.0, 9808.0, 9805.0, 9809.0, 9799.0, 9847.0, 9838.0, 9870.0, 9856.0, 9867.0, 9876.0, 9874.0, 9863.0, 9863.0, 9869.0, 9855.0, 9890.0, 9869.0, 9881.0, 9841.0, 9883.0, 9825.0, 9884.0, 9838.0, 9876.0, 9828.0, 9866.0, 9813.0, 9838.0, 9801.0, 9826.0, 9812.0, 9809.0, 9803.0, 9769.0, 9800.0, 9787.0, 9801.0, 9793.0, 9835.0, 9831.0, 9842.0, 9853.0, 9845.0, 9845.0, 9864.0, 9844.0, 9833.0, 9849.0, 9834.0, 9846.0, 9835.0, 9824.0, 9800.0, 9780.0, 9732.0, 9782.0, 9749.0, 9719.0, 9753.0, 9732.0, 9738.0, 9755.0, 9759.0, 9765.0, 9776.0, 9782.0, 9742.0, 9769.0, 9767.0, 9731.0, 9769.0, 9716.0, 9733.0, 9736.0, 9731.0, 9727.0, 9674.0, 9704.0, 9662.0, 9688.0, 9701.0, 9721.0, 9698.0, 9672.0, 9672.0, 9655.0, 9686.0, 9685.0, 9693.0, 9692.0, 9728.0, 9751.0, 9766.0, 9793.0, 9784.0, 9797.0, 9791.0, 9794.0, 9790.0, 9772.0, 9821.0, 9799.0, 9819.0, 9816.0, 9839.0, 9791.0, 9843.0, 9813.0, 9849.0, 9843.0, 9829.0, 9868.0, 9821.0, 9833.0, 9846.0, 9841.0, 9847.0, 9829.0, 9833.0, 9836.0, 9870.0, 9868.0, 9901.0, 9920.0, 9910.0, 9940.0, 9914.0, 9899.0, 9907.0, 9875.0, 9902.0, 9862.0, 9919.0, 9869.0, 9887.0, 9893.0, 9879.0, 9887.0, 9877.0, 9888.0, 9863.0, 9850.0, 9838.0, 9835.0, 9851.0, 9861.0, 9847.0, 9684.0, 9786.0, 9763.0, 9735.0, 9784.0, 9767.0, 9774.0, 9755.0, 9734.0, 9717.0, 9733.0, 9744.0, 9714.0, 9736.0, 9730.0, 9710.0, 9716.0, 9691.0, 9677.0, 9735.0, 9719.0, 9726.0, 9711.0, 9709.0, 9739.0, 9731.0, 9715.0, 9710.0, 9705.0, 9723.0, 9695.0, 9731.0, 9687.0, 9714.0, 9674.0, 9715.0, 9711.0, 9697.0, 9708.0, 9723.0, 9749.0, 9750.0, 9761.0, 9789.0, 9761.0, 9797.0, 9767.0, 9815.0, 9808.0, 9801.0, 9781.0, 9788.0, 9798.0, 9808.0, 9844.0, 9828.0, 9834.0, 9811.0, 9795.0, 9813.0, 9855.0, 9832.0, 9872.0, 9842.0, 9848.0, 9856.0, 9847.0, 9863.0, 9873.0, 9856.0, 9849.0, 9873.0, 9875.0, 9909.0, 9910.0, 9893.0, 9907.0, 9908.0, 9886.0, 9902.0, 9908.0, 9899.0, 9934.0, 9921.0, 9925.0, 9938.0, 9929.0, 9950.0, 9923.0, 9946.0, 9882.0, 9925.0, 9870.0, 9886.0, 9869.0, 9878.0, 9829.0, 9873.0, 9819.0, 9851.0, 9814.0, 9846.0, 9820.0, 9830.0, 9804.0, 9820.0, 9806.0, 9793.0, 9806.0, 9793.0, 9818.0, 9837.0, 9840.0, 9862.0, 9843.0, 9867.0, 9838.0, 9866.0, 9875.0, 9876.0, 9870.0, 9883.0, 9848.0, 9919.0, 9845.0, 9862.0, 9847.0, 9821.0, 9867.0, 9822.0, 9817.0, 9815.0, 9806.0, 9817.0, 9787.0, 9828.0, 9841.0, 9826.0, 9839.0, 9846.0, 9850.0, 9828.0, 9844.0, 9834.0, 9831.0, 9841.0, 9823.0, 9823.0, 9841.0, 9798.0, 9864.0, 9804.0, 9860.0, 9795.0, 9857.0, 9847.0, 9862.0, 9864.0, 9850.0, 9848.0, 9848.0, 9893.0, 9848.0, 9925.0, 9851.0, 9894.0, 9901.0, 9898.0, 9878.0, 9877.0, 9878.0, 9891.0, 9952.0, 9873.0, 9901.0, 9830.0, 9852.0, 9818.0, 9844.0, 9849.0, 9826.0, 9827.0, 9826.0, 9859.0, 9850.0, 9891.0, 9907.0, 9877.0, 9873.0, 9876.0, 9880.0, 9925.0, 9829.0, 9885.0, 9826.0, 9821.0, 9789.0, 9821.0, 9785.0, 9815.0, 9787.0, 9818.0, 9811.0, 9841.0, 9820.0, 9821.0, 9834.0, 9840.0, 9828.0, 9842.0, 9836.0, 9835.0, 9822.0, 9837.0, 9830.0, 9848.0, 9850.0, 9853.0, 9875.0, 9842.0, 9868.0, 9846.0, 9894.0, 9913.0, 9867.0, 9900.0, 9914.0, 9905.0, 9895.0, 9878.0, 9858.0, 9901.0, 9939.0, 9866.0, 9900.0, 9829.0, 9823.0, 9827.0, 9834.0, 9784.0, 9815.0, 9793.0, 9827.0, 9840.0, 9838.0, 9836.0, 9859.0, 9849.0, 9876.0, 9866.0, 9896.0, 9862.0, 9878.0, 9864.0, 9858.0, 9915.0, 9856.0, 9892.0, 9828.0, 9844.0, 9832.0, 9850.0, 9843.0, 9840.0, 9821.0, 9840.0, 9828.0, 9832.0, 9800.0, 9794.0, 9785.0, 9818.0, 9820.0, 9816.0, 9804.0, 9796.0, 9796.0, 9795.0, 9811.0, 9834.0, 9842.0, 9870.0, 9850.0, 9869.0, 9855.0, 9873.0, 9854.0, 9887.0, 9862.0, 9877.0, 9846.0, 9881.0, 9878.0, 9917.0, 9916.0, 9910.0, 9880.0, 9896.0, 9906.0, 9913.0, 9905.0, 9917.0, 9898.0, 9895.0, 9882.0, 9872.0, 9901.0, 9880.0, 9896.0, 9853.0, 9887.0, 9845.0, 9843.0, 9833.0, 9872.0, 9852.0, 9887.0, 9835.0, 9861.0, 9833.0, 9853.0, 9833.0, 9878.0, 9821.0, 9820.0, 9795.0, 9795.0, 9826.0, 9855.0, 9851.0, 9839.0, 9868.0, 9848.0, 9898.0, 9842.0, 9891.0, 9846.0, 9878.0, 9843.0, 9870.0, 9881.0, 9879.0, 9888.0, 9858.0, 9882.0, 9858.0, 9887.0, 9879.0, 9907.0, 9883.0, 9905.0, 9841.0, 9878.0, 9823.0, 9882.0, 9821.0, 9860.0, 9803.0, 9853.0, 9790.0, 9802.0, 9776.0, 9781.0, 9765.0, 9800.0, 9814.0, 9828.0, 9851.0, 9831.0, 9865.0, 9840.0, 9883.0, 9859.0, 9886.0, 9858.0, 9889.0, 9852.0, 9890.0, 9863.0, 9879.0, 9854.0, 9877.0, 9830.0, 9882.0, 9866.0, 9899.0, 9840.0, 9878.0, 9823.0, 9840.0, 9801.0, 9861.0, 9842.0, 9857.0, 9842.0, 9880.0, 9838.0, 9836.0, 9837.0, 9859.0, 9880.0, 9875.0, 9876.0, 9872.0, 9920.0, 9889.0, 9900.0, 9868.0, 9891.0, 9873.0, 9906.0, 9873.0, 9851.0, 9862.0, 9858.0, 9917.0, 9869.0, 9903.0, 9867.0, 9856.0, 9854.0, 9821.0, 9882.0, 9820.0, 9868.0, 9818.0, 9795.0, 9821.0, 9769.0, 9848.0, 9827.0, 9795.0, 9853.0, 9807.0, 9810.0, 9848.0, 9787.0, 9784.0, 9833.0, 9804.0, 9844.0, 9758.0, 9847.0, 9766.0, 9782.0, 9778.0, 9771.0, 9808.0, 9764.0, 9760.0, 9779.0, 9784.0, 9818.0, 9794.0, 9834.0, 9797.0, 9837.0, 9802.0, 9824.0, 9809.0, 9789.0, 9836.0, 9824.0, 9877.0, 9823.0, 9858.0, 9825.0, 9888.0, 9866.0, 9846.0, 9856.0, 9859.0, 9901.0, 9887.0, 9912.0, 9861.0, 9897.0, 9864.0, 9860.0, 9838.0, 9855.0, 9859.0, 9888.0, 9838.0, 9909.0, 9838.0, 9897.0, 9838.0, 9849.0, 9834.0, 9898.0, 9815.0, 9858.0, 9820.0, 9897.0, 9831.0, 9859.0, 9855.0, 9863.0, 9870.0, 9897.0, 9890.0, 9898.0, 9947.0, 9910.0, 9920.0, 9874.0, 9911.0, 9852.0, 9894.0, 9840.0, 9868.0, 9862.0, 9843.0, 9915.0, 9864.0, 9902.0, 9822.0, 9838.0, 9818.0, 9842.0, 9811.0, 9829.0, 9807.0, 9907.0, 9821.0, 9893.0, 9842.0, 9847.0, 9809.0, 9862.0, 9826.0, 9861.0, 9840.0, 9844.0, 9837.0, 9860.0, 9873.0, 9883.0, 9867.0, 9864.0, 9869.0, 9884.0, 9892.0, 9925.0, 9942.0, 9918.0, 9910.0, 9967.0, 9887.0, 9921.0, 9869.0, 9893.0, 9889.0, 9910.0, 9887.0, 9929.0, 9875.0, 9906.0, 9892.0, 9927.0, 9929.0, 9920.0, 9942.0, 9925.0, 9939.0, 9910.0, 9936.0, 9908.0, 9974.0, 9907.0, 9975.0, 9908.0, 9905.0, 9863.0, 9871.0, 9863.0, 9817.0, 9932.0, 9831.0, 9855.0, 9795.0, 9821.0, 9820.0, 9852.0, 9819.0, 9851.0, 9815.0, 9918.0, 9832.0, 9843.0, 9852.0, 9861.0, 9840.0, 9846.0, 9853.0, 9833.0, 9873.0, 9901.0, 9869.0, 9927.0, 9884.0, 9919.0, 9911.0, 9870.0, 9886.0, 9885.0, 9868.0, 9921.0, 9841.0, 9828.0, 9837.0, 9857.0, 9818.0, 9899.0, 9817.0, 9863.0, 9787.0, 9842.0, 9756.0, 9806.0, 9745.0, 9780.0, 9735.0, 9797.0, 9738.0, 9713.0, 9732.0, 9729.0, 9744.0, 9729.0, 9757.0, 9762.0, 9808.0, 9767.0, 9785.0, 9788.0, 9768.0, 9772.0, 9780.0, 9788.0, 9801.0, 9857.0, 9848.0, 9868.0, 9832.0, 9868.0, 9830.0, 9885.0, 9848.0, 9919.0, 9855.0, 9871.0, 9838.0, 9845.0, 9865.0, 9840.0, 9880.0, 9832.0, 9811.0, 9835.0, 9863.0, 9885.0, 9854.0, 9894.0, 9867.0, 9890.0, 9854.0, 9888.0, 9864.0, 9873.0, 9904.0, 9970.0, 9890.0, 9919.0, 9855.0, 9861.0, 9804.0, 9866.0, 9837.0, 9876.0, 9808.0, 9847.0, 9792.0, 9831.0, 9802.0, 9834.0, 9818.0, 9863.0, 9823.0, 9852.0, 9838.0, 9880.0, 9892.0, 9890.0, 9913.0, 9927.0, 9908.0, 9936.0, 9913.0, 9943.0, 9885.0, 9940.0, 9891.0, 9909.0, 9862.0, 9897.0, 9846.0, 9870.0, 9779.0, 9853.0, 9781.0, 9793.0, 9745.0, 9772.0, 9762.0, 9791.0, 9766.0, 9809.0, 9772.0, 9778.0, 9821.0, 9808.0, 9839.0, 9790.0, 9814.0, 9822.0, 9803.0, 9866.0, 9803.0, 9861.0, 9806.0, 9837.0, 9768.0, 9820.0, 9779.0, 9822.0, 9764.0, 9783.0, 9764.0, 9793.0, 9767.0, 9771.0, 9764.0, 9761.0, 9779.0, 9795.0, 9824.0, 9813.0, 9823.0, 9813.0, 9859.0, 9852.0, 9890.0, 9875.0, 9871.0, 9906.0, 9892.0, 9915.0, 9865.0, 9896.0, 9862.0, 9920.0, 9872.0, 9929.0, 9869.0, 9916.0, 9858.0, 9913.0, 9875.0, 9880.0, 9844.0, 9864.0, 9837.0, 9875.0, 9868.0, 9882.0, 9904.0, 9887.0, 9910.0, 9867.0, 9934.0, 9861.0, 9896.0, 9920.0, 9884.0, 9904.0, 9815.0, 9820.0, 9807.0, 9803.0, 9802.0, 9819.0, 9835.0, 9835.0, 9858.0, 9749.0, 9881.0, 9788.0, 9767.0, 9763.0, 9761.0, 9761.0, 9742.0, 9755.0, 9737.0, 9777.0, 9736.0, 9789.0, 9750.0, 9775.0, 9716.0, 9715.0, 9750.0, 9710.0, 9768.0, 9740.0, 9760.0, 9741.0, 9761.0, 9863.0, 9764.0, 9714.0, 9696.0, 9802.0, 9761.0, 9738.0, 9751.0, 9796.0, 9806.0, 9778.0, 9734.0, 9776.0, 9763.0, 9744.0, 9731.0, 9708.0, 9681.0, 9652.0, 9663.0, 9680.0, 9636.0, 9628.0, 9663.0, 9639.0, 9629.0, 9630.0, 9639.0, 9662.0, 9645.0, 9650.0, 9673.0, 9675.0, 9663.0, 9702.0, 9702.0, 9691.0, 9709.0, 9718.0, 9699.0, 9725.0, 9746.0, 9717.0, 9744.0, 9723.0, 9721.0, 9754.0, 9751.0, 9754.0, 9729.0, 9751.0, 9735.0, 9742.0, 9763.0, 9722.0, 9726.0, 9746.0, 9762.0, 9773.0, 9793.0, 9809.0, 9791.0, 9807.0, 9779.0, 9825.0, 9783.0, 9825.0, 9768.0, 9808.0, 9751.0, 9811.0, 9725.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.008601697191697193</td></tr>
<tr><td colspan=3>aqi</td><td>0.2003201355311355</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.124815873756766</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0495666582712293</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9712054292302998</td></tr>
<tr><td colspan=3>efc</td><td>0.5546</td></tr>
<tr><td colspan=3>fber</td><td>2206.9006</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2425806628254035</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>539</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>32.9059829059829</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.86071704989943</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.646005755096125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.148345197664874</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.787800196937292</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135239</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023058179765939713</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06685710698366165</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</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>5.186835281680915</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.1244</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>84.6522</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>289.6034</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>79.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284543.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1267.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>467.6921</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>4.0704</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>431.4923</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3608.6904</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3708.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4479.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.8829</td></tr>
<tr><td colspan=3>tsnr</td><td>14.863431615754962</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>