<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-03/func/sub-0043_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>092341f911d95541f5104f06f2b47520</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>14:18:11.417500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996293, 0.0731778, 0.0452281, -0.0763108, 0.994485, 0.0719392]</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.0825481</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>[4152, -7794, -7284, 606, -38, -288, 42, 33]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.783</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f4774264-a81a-4a7d-aaaf-519143ee611b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672980785369873, -0.20473627746105194, 0.10722865164279938, 119.93858337402344], [-0.19633059203624725, 2.6681318283081055, 0.20283463597297668, -97.76338958740234], [0.12134362757205963, -0.1930077075958252, 2.6902341842651367, -67.89788818359375], [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': ['141811.417500', '141811.877500', '141812.337500', '141812.797500', '141813.257500', '141813.717500', '141814.177500', '141814.637500', '141815.097500', '141815.557500', '141816.017500', '141816.477500', '141816.937500', '141817.397500', '141817.857500', '141818.317500', '141818.777500', '141819.237500', '141819.697500', '141820.157500', '141820.617500', '141821.077500', '141821.537500', '141821.997500', '141822.457500', '141822.917500', '141823.377500', '141823.837500', '141824.297500', '141824.757500', '141825.217500', '141825.677500', '141826.137500', '141826.597500', '141827.057500', '141827.517500', '141827.977500', '141828.437500', '141828.897500', '141829.357500', '141829.817500', '141830.277500', '141830.737500', '141831.197500', '141831.657500', '141832.117500', '141832.577500', '141833.037500', '141833.497500', '141833.957500', '141834.417500', '141834.877500', '141835.337500', '141835.797500', '141836.257500', '141836.717500', '141837.177500', '141837.637500', '141838.097500', '141838.557500', '141839.017500', '141839.477500', '141839.937500', '141840.397500', '141840.857500', '141841.317500', '141841.777500', '141842.237500', '141842.697500', '141843.157500', '141843.617500', '141844.077500', '141844.537500', '141844.997500', '141845.457500', '141845.917500', '141846.377500', '141846.837500', '141847.297500', '141847.757500', '141848.217500', '141848.677500', '141849.137500', '141849.597500', '141850.057500', '141850.517500', '141850.977500', '141851.437500', '141851.897500', '141852.357500', '141852.817500', '141853.277500', '141853.737500', '141854.197500', '141854.657500', '141855.117500', '141855.577500', '141856.037500', '141856.497500', '141856.957500', '141857.417500', '141857.877500', '141858.337500', '141858.797500', '141859.257500', '141859.717500', '141900.177500', '141900.637500', '141901.097500', '141901.557500', '141902.017500', '141902.477500', '141902.937500', '141903.397500', '141903.857500', '141904.317500', '141904.777500', '141905.237500', '141905.697500', '141906.157500', '141906.617500', '141907.077500', '141907.537500', '141907.997500', '141908.457500', '141908.917500', '141909.377500', '141909.837500', '141910.297500', '141910.757500', '141911.217500', '141911.677500', '141912.137500', '141912.597500', '141913.057500', '141913.517500', '141913.977500', '141914.437500', '141914.897500', '141915.357500', '141915.817500', '141916.277500', '141916.737500', '141917.197500', '141917.657500', '141918.117500', '141918.577500', '141919.037500', '141919.497500', '141919.957500', '141920.417500', '141920.877500', '141921.337500', '141921.797500', '141922.257500', '141922.717500', '141923.177500', '141923.637500', '141924.097500', '141924.557500', '141925.017500', '141925.477500', '141925.937500', '141926.397500', '141926.857500', '141927.317500', '141927.777500', '141928.237500', '141928.697500', '141929.157500', '141929.617500', '141930.077500', '141930.537500', '141930.997500', '141931.457500', '141931.917500', '141932.377500', '141932.837500', '141933.297500', '141933.757500', '141934.217500', '141934.677500', '141935.137500', '141935.597500', '141936.057500', '141936.517500', '141936.977500', '141937.437500', '141937.897500', '141938.357500', '141938.817500', '141939.277500', '141939.737500', '141940.197500', '141940.657500', '141941.117500', '141941.577500', '141942.037500', '141942.497500', '141942.957500', '141943.417500', '141943.877500', '141944.337500', '141944.797500', '141945.257500', '141945.717500', '141946.177500', '141946.637500', '141947.097500', '141947.557500', '141948.017500', '141948.477500', '141948.937500', '141949.397500', '141949.857500', '141950.317500', '141950.777500', '141951.237500', '141951.697500', '141952.157500', '141952.617500', '141953.077500', '141953.537500', '141953.997500', '141954.457500', '141954.917500', '141955.377500', '141955.837500', '141956.297500', '141956.757500', '141957.217500', '141957.677500', '141958.137500', '141958.597500', '141959.057500', '141959.517500', '141959.977500', '142000.437500', '142000.897500', '142001.357500', '142001.817500', '142002.277500', '142002.737500', '142003.197500', '142003.657500', '142004.117500', '142004.577500', '142005.037500', '142005.497500', '142005.957500', '142006.417500', '142006.877500', '142007.337500', '142007.797500', '142008.257500', '142008.717500', '142009.177500', '142009.637500', '142010.097500', '142010.557500', '142011.017500', '142011.477500', '142011.937500', '142012.397500', '142012.857500', '142013.317500', '142013.777500', '142014.237500', '142014.697500', '142015.157500', '142015.617500', '142016.077500', '142016.537500', '142016.997500', '142017.457500', '142017.917500', '142018.377500', '142018.837500', '142019.297500', '142019.757500', '142020.217500', '142020.677500', '142021.137500', '142021.597500', '142022.057500', '142022.517500', '142022.977500', '142023.437500', '142023.897500', '142024.357500', '142024.817500', '142025.277500', '142025.737500', '142026.197500', '142026.657500', '142027.117500', '142027.577500', '142028.037500', '142028.497500', '142028.957500', '142029.417500', '142029.877500', '142030.337500', '142030.797500', '142031.257500', '142031.717500', '142032.177500', '142032.637500', '142033.097500', '142033.557500', '142034.017500', '142034.477500', '142034.937500', '142035.397500', '142035.857500', '142036.317500', '142036.777500', '142037.237500', '142037.697500', '142038.157500', '142038.617500', '142039.077500', '142039.537500', '142039.997500', '142040.457500', '142040.917500', '142041.377500', '142041.837500', '142042.297500', '142042.757500', '142043.217500', '142043.677500', '142044.137500', '142044.597500', '142045.057500', '142045.517500', '142045.977500', '142046.437500', '142046.897500', '142047.357500', '142047.817500', '142048.277500', '142048.737500', '142049.197500', '142049.657500', '142050.117500', '142050.577500', '142051.037500', '142051.497500', '142051.957500', '142052.417500', '142052.877500', '142053.337500', '142053.797500', '142054.257500', '142054.717500', '142055.177500', '142055.637500', '142056.097500', '142056.557500', '142057.017500', '142057.477500', '142057.937500', '142058.397500', '142058.857500', '142059.317500', '142059.777500', '142100.237500', '142100.697500', '142101.157500', '142101.617500', '142102.077500', '142102.537500', '142102.997500', '142103.457500', '142103.917500', '142104.377500', '142104.837500', '142105.297500', '142105.757500', '142106.217500', '142106.677500', '142107.137500', '142107.597500', '142108.057500', '142108.517500', '142108.977500', '142109.437500', '142109.897500', '142110.357500', '142110.817500', '142111.277500', '142111.737500', '142112.197500', '142112.657500', '142113.117500', '142113.577500', '142114.037500', '142114.497500', '142114.957500', '142115.417500', '142115.877500', '142116.337500', '142116.797500', '142117.257500', '142117.717500', '142118.177500', '142118.637500', '142119.097500', '142119.557500', '142120.017500', '142120.477500', '142120.937500', '142121.397500', '142121.857500', '142122.317500', '142122.777500', '142123.237500', '142123.697500', '142124.157500', '142124.617500', '142125.077500', '142125.537500', '142125.997500', '142126.457500', '142126.917500', '142127.377500', '142127.837500', '142128.297500', '142128.757500', '142129.217500', '142129.677500', '142130.137500', '142130.597500', '142131.057500', '142131.517500', '142131.977500', '142132.437500', '142132.897500', '142133.357500', '142133.817500', '142134.277500', '142134.737500', '142135.197500', '142135.657500', '142136.117500', '142136.577500', '142137.037500', '142137.497500', '142137.957500', '142138.417500', '142138.877500', '142139.337500', '142139.797500', '142140.257500', '142140.717500', '142141.177500', '142141.637500', '142142.097500', '142142.557500', '142143.017500', '142143.477500', '142143.937500', '142144.397500', '142144.857500', '142145.317500', '142145.777500', '142146.237500', '142146.697500', '142147.157500', '142147.617500', '142148.077500', '142148.537500', '142148.997500', '142149.457500', '142149.917500', '142150.377500', '142150.837500', '142151.297500', '142151.757500', '142152.217500', '142152.677500', '142153.137500', '142153.597500', '142154.057500', '142154.517500', '142154.977500', '142155.437500', '142155.897500', '142156.357500', '142156.817500', '142157.277500', '142157.737500', '142158.197500', '142158.657500', '142159.117500', '142159.577500', '142200.037500', '142200.497500', '142200.957500', '142201.417500', '142201.877500', '142202.337500', '142202.797500', '142203.257500', '142203.717500', '142204.177500', '142204.637500', '142205.097500', '142205.557500', '142206.017500', '142206.477500', '142206.937500', '142207.397500', '142207.857500', '142208.317500', '142208.777500', '142209.237500', '142209.697500', '142210.157500', '142210.617500', '142211.077500', '142211.537500', '142211.997500', '142212.457500', '142212.917500', '142213.377500', '142213.837500', '142214.297500', '142214.757500', '142215.217500', '142215.677500', '142216.137500', '142216.597500', '142217.057500', '142217.517500', '142217.977500', '142218.437500', '142218.897500', '142219.357500', '142219.817500', '142220.277500', '142220.737500', '142221.197500', '142221.657500', '142222.117500', '142222.577500', '142223.037500', '142223.497500', '142223.957500', '142224.417500', '142224.877500', '142225.337500', '142225.797500', '142226.257500', '142226.717500', '142227.177500', '142227.637500', '142228.097500', '142228.557500', '142229.017500', '142229.477500', '142229.937500', '142230.397500', '142230.857500', '142231.317500', '142231.777500', '142232.237500', '142232.697500', '142233.157500', '142233.617500', '142234.077500', '142234.537500', '142234.997500', '142235.457500', '142235.917500', '142236.377500', '142236.837500', '142237.297500', '142237.757500', '142238.217500', '142238.677500', '142239.137500', '142239.597500', '142240.057500', '142240.517500', '142240.977500', '142241.437500', '142241.897500', '142242.357500', '142242.817500', '142243.277500', '142243.737500', '142244.197500', '142244.657500', '142245.117500', '142245.577500', '142246.037500', '142246.497500', '142246.957500', '142247.417500', '142247.877500', '142248.337500', '142248.797500', '142249.257500', '142249.717500', '142250.177500', '142250.637500', '142251.097500', '142251.557500', '142252.017500', '142252.477500', '142252.937500', '142253.397500', '142253.857500', '142254.317500', '142254.777500', '142255.237500', '142255.697500', '142256.157500', '142256.617500', '142257.077500', '142257.537500', '142257.997500', '142258.457500', '142258.917500', '142259.377500', '142259.837500', '142300.297500', '142300.757500', '142301.217500', '142301.677500', '142302.137500', '142302.597500', '142303.057500', '142303.517500', '142303.977500', '142304.437500', '142304.897500', '142305.357500', '142305.817500', '142306.277500', '142306.737500', '142307.197500', '142307.657500', '142308.117500', '142308.577500', '142309.037500', '142309.497500', '142309.957500', '142310.417500', '142310.877500', '142311.337500', '142311.797500', '142312.257500', '142312.717500', '142313.177500', '142313.637500', '142314.097500', '142314.557500', '142315.017500', '142315.477500', '142315.937500', '142316.397500', '142316.857500', '142317.317500', '142317.777500', '142318.237500', '142318.697500', '142319.157500', '142319.617500', '142320.077500', '142320.537500', '142320.997500', '142321.457500', '142321.917500', '142322.377500', '142322.837500', '142323.297500', '142323.757500', '142324.217500', '142324.677500', '142325.137500', '142325.597500', '142326.057500', '142326.517500', '142326.977500', '142327.437500', '142327.897500', '142328.357500', '142328.817500', '142329.277500', '142329.737500', '142330.197500', '142330.657500', '142331.117500', '142331.577500', '142332.037500', '142332.497500', '142332.957500', '142333.417500', '142333.877500', '142334.337500', '142334.797500', '142335.257500', '142335.717500', '142336.177500', '142336.637500', '142337.097500', '142337.557500', '142338.017500', '142338.477500', '142338.937500', '142339.397500', '142339.857500', '142340.317500', '142340.777500', '142341.237500', '142341.697500', '142342.157500', '142342.617500', '142343.077500', '142343.537500', '142343.997500', '142344.457500', '142344.917500', '142345.377500', '142345.837500', '142346.297500', '142346.757500', '142347.217500', '142347.677500', '142348.137500', '142348.597500', '142349.057500', '142349.517500', '142349.977500', '142350.437500', '142350.897500', '142351.357500', '142351.817500', '142352.277500', '142352.737500', '142353.197500', '142353.657500', '142354.117500', '142354.577500', '142355.037500', '142355.497500', '142355.957500', '142356.417500', '142356.877500', '142357.337500', '142357.797500', '142358.257500', '142358.717500', '142359.177500', '142359.637500', '142400.097500', '142400.557500', '142401.017500', '142401.477500', '142401.937500', '142402.397500', '142402.857500', '142403.317500', '142403.777500', '142404.237500', '142404.697500', '142405.157500', '142405.617500', '142406.077500', '142406.537500', '142406.997500', '142407.457500', '142407.917500', '142408.377500', '142408.837500', '142409.297500', '142409.757500', '142410.217500', '142410.677500', '142411.137500', '142411.597500', '142412.057500', '142412.517500', '142412.977500', '142413.437500', '142413.897500', '142414.357500', '142414.817500', '142415.277500', '142415.737500', '142416.197500', '142416.657500', '142417.117500', '142417.577500', '142418.037500', '142418.497500', '142418.957500', '142419.417500', '142419.877500', '142420.337500', '142420.797500', '142421.257500', '142421.717500', '142422.177500', '142422.637500', '142423.097500', '142423.557500', '142424.017500', '142424.477500', '142424.937500', '142425.397500', '142425.857500', '142426.317500', '142426.777500', '142427.237500', '142427.697500', '142428.157500', '142428.617500', '142429.077500', '142429.537500', '142429.997500', '142430.457500', '142430.917500', '142431.377500', '142431.837500', '142432.297500', '142432.757500', '142433.217500', '142433.677500', '142434.137500', '142434.597500', '142435.057500', '142435.517500', '142435.977500', '142436.437500', '142436.897500', '142437.357500', '142437.817500', '142438.277500', '142438.737500', '142439.197500', '142439.657500', '142440.117500', '142440.577500', '142441.037500', '142441.497500', '142441.957500', '142442.417500', '142442.877500', '142443.337500', '142443.797500', '142444.257500', '142444.717500', '142445.177500', '142445.637500', '142446.097500', '142446.557500', '142447.017500', '142447.477500', '142447.937500', '142448.397500', '142448.857500', '142449.317500', '142449.777500', '142450.237500', '142450.697500', '142451.157500', '142451.617500', '142452.077500', '142452.537500', '142452.997500', '142453.457500', '142453.917500', '142454.377500', '142454.837500', '142455.297500', '142455.757500', '142456.217500', '142456.677500', '142457.137500', '142457.597500', '142458.057500', '142458.517500', '142458.977500', '142459.437500', '142459.897500', '142500.357500', '142500.817500', '142501.277500', '142501.737500', '142502.197500', '142502.657500', '142503.117500', '142503.577500', '142504.037500', '142504.497500', '142504.957500', '142505.417500', '142505.877500', '142506.337500', '142506.797500', '142507.257500', '142507.717500', '142508.177500', '142508.637500', '142509.097500', '142509.557500', '142510.017500', '142510.477500', '142510.937500', '142511.397500', '142511.857500', '142512.317500', '142512.777500', '142513.237500', '142513.697500', '142514.157500', '142514.617500', '142515.077500', '142515.537500', '142515.997500', '142516.457500', '142516.917500', '142517.377500', '142517.837500', '142518.297500', '142518.757500', '142519.217500', '142519.677500', '142520.137500', '142520.597500', '142521.057500', '142521.517500', '142521.977500', '142522.437500', '142522.897500', '142523.357500', '142523.817500', '142524.277500', '142524.737500', '142525.197500', '142525.657500', '142526.117500', '142526.577500', '142527.037500', '142527.497500', '142527.957500', '142528.417500', '142528.877500', '142529.337500', '142529.797500', '142530.257500', '142530.717500', '142531.177500', '142531.637500', '142532.097500', '142532.557500', '142533.017500', '142533.477500', '142533.937500', '142534.397500', '142534.857500', '142535.317500', '142535.777500', '142536.237500', '142536.697500', '142537.157500', '142537.617500', '142538.077500', '142538.537500', '142538.997500', '142539.457500', '142539.917500', '142540.377500', '142540.837500', '142541.297500', '142541.757500', '142542.217500', '142542.677500', '142543.137500', '142543.597500', '142544.057500', '142544.517500', '142544.977500', '142545.437500', '142545.897500', '142546.357500', '142546.817500', '142547.277500', '142547.737500', '142548.197500', '142548.657500', '142549.117500', '142549.577500', '142550.037500', '142550.497500', '142550.957500', '142551.417500', '142551.877500', '142552.337500', '142552.797500', '142553.257500', '142553.717500', '142554.177500', '142554.637500', '142555.097500', '142555.557500', '142556.017500', '142556.477500', '142556.937500', '142557.397500', '142557.857500', '142558.317500', '142558.777500', '142559.237500', '142559.697500', '142600.157500', '142600.617500', '142601.077500', '142601.537500', '142601.997500', '142602.457500', '142602.917500', '142603.377500', '142603.837500', '142604.297500', '142604.757500', '142605.217500', '142605.677500', '142606.137500', '142606.597500', '142607.057500', '142607.517500', '142607.977500', '142608.437500', '142608.897500', '142609.357500', '142609.817500', '142610.277500', '142610.737500', '142611.197500', '142611.657500', '142612.117500', '142612.577500', '142613.037500', '142613.497500', '142613.957500', '142614.417500', '142614.877500', '142615.337500', '142615.797500', '142616.257500', '142616.717500', '142617.177500', '142617.637500', '142618.097500', '142618.557500', '142619.017500', '142619.477500', '142619.937500', '142620.397500', '142620.857500', '142621.317500', '142621.777500', '142622.237500', '142622.697500', '142623.157500', '142623.617500', '142624.077500', '142624.537500', '142624.997500', '142625.457500', '142625.917500', '142626.377500', '142626.837500', '142627.297500', '142627.757500', '142628.217500', '142628.677500', '142629.137500', '142629.597500', '142630.057500', '142630.517500', '142630.977500', '142631.437500', '142631.897500', '142632.357500', '142632.817500', '142633.277500', '142633.737500', '142634.197500', '142634.657500', '142635.117500', '142635.577500', '142636.037500', '142636.497500', '142636.957500', '142637.417500', '142637.877500', '142638.337500', '142638.797500', '142639.257500', '142639.717500', '142640.177500', '142640.637500', '142641.097500', '142641.557500', '142642.017500', '142642.477500', '142642.937500', '142643.397500', '142643.857500', '142644.317500', '142644.777500', '142645.237500', '142645.697500', '142646.157500', '142646.617500', '142647.077500', '142647.537500', '142647.997500', '142648.457500', '142648.917500', '142649.377500', '142649.837500', '142650.297500', '142650.757500', '142651.217500', '142651.677500', '142652.137500', '142652.597500', '142653.057500', '142653.517500', '142653.977500', '142654.437500', '142654.897500', '142655.357500', '142655.817500', '142656.277500', '142656.737500', '142657.197500', '142657.657500', '142658.117500', '142658.577500', '142659.037500', '142659.497500', '142659.957500', '142700.417500', '142700.877500', '142701.337500', '142701.797500', '142702.257500', '142702.717500', '142703.177500', '142703.637500', '142704.097500', '142704.557500', '142705.017500', '142705.477500', '142705.937500', '142706.397500', '142706.857500', '142707.317500', '142707.777500', '142708.237500', '142708.697500', '142709.157500', '142709.617500', '142710.077500', '142710.537500', '142710.997500', '142711.457500', '142711.917500', '142712.377500', '142712.837500', '142713.297500', '142713.757500', '142714.217500', '142714.677500', '142715.137500', '142715.597500', '142716.057500', '142716.517500', '142716.977500', '142717.437500', '142717.897500', '142718.357500', '142718.817500', '142719.277500', '142719.737500', '142720.197500', '142720.657500', '142721.117500', '142721.577500', '142722.037500', '142722.497500', '142722.957500', '142723.417500', '142723.877500', '142724.337500', '142724.797500', '142725.257500', '142725.717500', '142726.177500', '142726.637500', '142727.097500', '142727.557500', '142728.017500', '142728.477500', '142728.937500', '142729.397500', '142729.857500', '142730.317500', '142730.777500', '142731.237500', '142731.697500', '142732.157500', '142732.617500', '142733.077500', '142733.537500', '142733.997500', '142734.457500', '142734.917500', '142735.377500', '142735.837500', '142736.297500', '142736.757500', '142737.217500', '142737.677500', '142738.137500', '142738.597500', '142739.057500', '142739.517500', '142739.977500', '142740.437500', '142740.897500', '142741.357500', '142741.817500', '142742.277500', '142742.737500', '142743.197500', '142743.657500', '142744.117500', '142744.577500', '142745.037500', '142745.497500', '142745.957500', '142746.417500', '142746.877500', '142747.337500', '142747.797500', '142748.257500', '142748.717500', '142749.177500', '142749.637500', '142750.097500', '142750.557500', '142751.017500', '142751.477500', '142751.937500', '142752.397500', '142752.857500', '142753.317500', '142753.777500', '142754.237500', '142754.697500', '142755.157500', '142755.617500', '142756.077500', '142756.537500', '142756.997500', '142757.457500', '142757.917500', '142758.377500', '142758.837500', '142759.297500', '142759.757500', '142800.217500', '142800.677500', '142801.137500', '142801.597500', '142802.057500', '142802.517500', '142802.977500', '142803.437500', '142803.897500', '142804.357500', '142804.817500', '142805.277500', '142805.737500', '142806.197500', '142806.657500', '142807.117500', '142807.577500', '142808.037500', '142808.497500', '142808.957500', '142809.417500', '142809.877500', '142810.337500', '142810.797500', '142811.257500', '142811.717500', '142812.177500', '142812.637500', '142813.097500', '142813.557500', '142814.017500', '142814.477500', '142814.937500', '142815.397500', '142815.857500', '142816.317500', '142816.777500', '142817.237500', '142817.697500', '142818.157500', '142818.617500', '142819.077500', '142819.537500', '142819.997500', '142820.457500', '142820.917500', '142821.377500', '142821.837500', '142822.297500', '142822.757500', '142823.217500', '142823.677500', '142824.137500', '142824.597500', '142825.057500', '142825.517500', '142825.977500', '142826.437500', '142826.897500', '142827.357500', '142827.817500', '142828.277500', '142828.737500', '142829.197500', '142829.657500', '142830.117500', '142830.577500', '142831.037500', '142831.497500', '142831.957500', '142832.417500', '142832.877500', '142833.337500', '142833.797500', '142834.257500', '142834.717500', '142835.177500', '142835.637500', '142836.097500', '142836.557500', '142837.017500', '142837.477500', '142837.937500', '142838.397500', '142838.857500', '142839.317500', '142839.777500', '142840.237500', '142840.697500', '142841.157500', '142841.617500', '142842.077500', '142842.537500', '142842.997500', '142843.457500', '142843.917500', '142844.377500', '142844.837500', '142845.297500', '142845.757500', '142846.217500', '142846.677500', '142847.137500', '142847.597500', '142848.057500', '142848.517500', '142848.977500', '142849.437500', '142849.897500', '142850.357500', '142850.817500', '142851.277500', '142851.737500', '142852.197500', '142852.657500', '142853.117500', '142853.577500', '142854.037500', '142854.497500', '142854.957500', '142855.417500', '142855.877500', '142856.337500', '142856.797500', '142857.257500', '142857.717500', '142858.177500', '142858.637500', '142859.097500', '142859.557500', '142900.017500', '142900.477500', '142900.937500', '142901.397500', '142901.857500', '142902.317500', '142902.777500', '142903.237500', '142903.697500', '142904.157500', '142904.617500', '142905.077500', '142905.537500', '142905.997500', '142906.457500', '142906.917500', '142907.377500', '142907.837500', '142908.297500', '142908.757500', '142909.217500', '142909.677500', '142910.137500', '142910.597500', '142911.057500', '142911.517500', '142911.977500', '142912.437500', '142912.897500', '142913.357500', '142913.817500', '142914.277500', '142914.737500', '142915.197500', '142915.657500', '142916.117500', '142916.577500', '142917.037500', '142917.497500', '142917.957500', '142918.417500', '142918.877500', '142919.337500', '142919.797500', '142920.257500', '142920.717500', '142921.177500', '142921.637500', '142922.097500', '142922.557500', '142923.017500', '142923.477500', '142923.937500', '142924.397500', '142924.857500', '142925.317500', '142925.777500', '142926.237500', '142926.697500', '142927.157500', '142927.617500', '142928.077500', '142928.537500', '142928.997500', '142929.457500', '142929.917500', '142930.377500', '142930.837500', '142931.297500', '142931.757500', '142932.217500', '142932.677500', '142933.137500', '142933.597500', '142934.057500', '142934.517500', '142934.977500', '142935.437500', '142935.897500', '142936.357500', '142936.817500', '142937.277500', '142937.737500', '142938.197500', '142938.657500', '142939.117500', '142939.577500', '142940.037500', '142940.497500', '142940.957500', '142941.417500', '142941.877500', '142942.337500', '142942.797500', '142943.257500', '142943.717500', '142944.177500', '142944.637500', '142945.097500', '142945.557500', '142946.017500', '142946.477500', '142946.937500', '142947.397500', '142947.857500', '142948.317500', '142948.777500', '142949.237500', '142949.697500', '142950.157500', '142950.617500', '142951.077500', '142951.537500', '142951.997500', '142952.457500', '142952.917500', '142953.377500', '142953.837500', '142954.297500', '142954.757500', '142955.217500', '142955.677500', '142956.137500', '142956.597500', '142957.057500', '142957.517500', '142957.977500', '142958.437500', '142958.897500', '142959.357500', '142959.817500', '143000.277500', '143000.737500', '143001.197500', '143001.657500', '143002.117500', '143002.577500', '143003.037500', '143003.497500', '143003.957500', '143004.417500', '143004.877500', '143005.337500', '143005.797500', '143006.257500', '143006.717500', '143007.177500', '143007.637500', '143008.097500', '143008.557500', '143009.017500', '143009.477500', '143009.937500', '143010.397500', '143010.857500', '143011.317500', '143011.777500', '143012.237500', '143012.697500', '143013.157500', '143013.617500', '143014.077500', '143014.537500', '143014.997500', '143015.457500', '143015.917500', '143016.377500', '143016.837500', '143017.297500', '143017.757500', '143018.217500', '143018.677500', '143019.137500', '143019.597500', '143020.057500', '143020.517500', '143020.977500', '143021.437500', '143021.897500', '143022.357500', '143022.817500', '143023.277500', '143023.737500', '143024.197500', '143024.657500', '143025.117500', '143025.577500', '143026.037500', '143026.497500', '143026.957500', '143027.417500', '143027.877500', '143028.337500', '143028.797500', '143029.257500', '143029.717500', '143030.177500', '143030.637500', '143031.097500', '143031.557500', '143032.017500', '143032.477500', '143032.937500', '143033.397500', '143033.857500', '143034.317500', '143034.777500', '143035.237500', '143035.697500', '143036.157500', '143036.617500', '143037.077500', '143037.537500', '143037.997500', '143038.457500', '143038.917500', '143039.377500', '143039.837500', '143040.297500', '143040.757500', '143041.217500', '143041.677500', '143042.137500', '143042.597500', '143043.057500', '143043.517500', '143043.977500', '143044.437500', '143044.897500', '143045.357500'], 'ContentTime': ['141840.482000', '141840.486000', '141840.489000', '141840.492000', '141840.494000', '141840.497000', '141840.500000', '141840.503000', '141840.506000', '141840.508000', '141840.511000', '141840.514000', '141840.517000', '141840.520000', '141840.523000', '141840.526000', '141840.528000', '141840.531000', '141840.534000', '141840.537000', '141840.540000', '141840.543000', '141840.545000', '141840.548000', '141840.551000', '141840.554000', '141840.557000', '141840.560000', '141840.562000', '141840.570000', '141840.573000', '141840.576000', '141840.579000', '141840.581000', '141840.584000', '141840.587000', '141840.590000', '141840.593000', '141840.595000', '141840.598000', '141840.601000', '141840.608000', '141840.611000', '141840.614000', '141840.618000', '141840.621000', '141840.623000', '141840.626000', '141840.629000', '141840.632000', '141840.635000', '141840.638000', '141840.640000', '141840.643000', '141840.646000', '141840.657000', '141840.660000', '141840.663000', '141840.665000', '141840.678000', '141840.681000', '141840.684000', '141900.447000', '141900.450000', '141900.453000', '141900.457000', '141900.460000', '141900.463000', '141900.466000', '141900.469000', '141900.472000', '141900.475000', '141900.477000', '141900.480000', '141900.483000', '141900.486000', '141900.489000', '141900.492000', '141900.495000', '141900.497000', '141900.500000', '141900.503000', '141900.506000', '141900.509000', '141900.512000', '141900.514000', '141900.517000', '141900.520000', '141900.523000', '141900.526000', '141900.529000', '141900.532000', '141900.534000', '141900.537000', '141900.540000', '141900.543000', '141900.546000', '141900.548000', '141900.551000', '141900.554000', '141900.557000', '141900.560000', '141900.563000', '141900.565000', '141900.568000', '141920.447000', '141920.450000', '141920.453000', '141920.456000', '141920.459000', '141920.461000', '141920.464000', '141920.467000', '141920.470000', '141920.473000', '141920.476000', '141920.479000', '141920.482000', '141920.484000', '141920.487000', '141920.490000', '141920.493000', '141920.496000', '141920.499000', '141920.501000', '141920.504000', '141920.507000', '141920.510000', '141920.513000', '141920.516000', '141920.519000', '141920.521000', '141920.524000', '141920.527000', '141920.530000', '141920.533000', '141920.536000', '141920.539000', '141920.541000', '141920.544000', '141920.547000', '141920.550000', '141920.553000', '141920.556000', '141920.559000', '141920.561000', '141920.564000', '141920.567000', '141920.570000', '141940.446000', '141940.449000', '141940.452000', '141940.455000', '141940.457000', '141940.461000', '141940.463000', '141940.467000', '141940.473000', '141940.476000', '141940.479000', '141940.482000', '141940.485000', '141940.487000', '141940.490000', '141940.493000', '141940.496000', '141940.499000', '141940.502000', '141940.505000', '141940.508000', '141940.511000', '141940.513000', '141940.516000', '141940.519000', '141940.522000', '141940.525000', '141940.528000', '141940.531000', '141940.533000', '141940.536000', '141940.539000', '141940.542000', '141940.545000', '141940.548000', '141940.551000', '141940.554000', '141940.556000', '141940.559000', '141940.562000', '141940.565000', '141940.568000', '141940.571000', '142000.446000', '142000.449000', '142000.452000', '142000.455000', '142000.458000', '142000.460000', '142000.463000', '142000.466000', '142000.469000', '142000.472000', '142000.475000', '142000.478000', '142000.481000', '142000.483000', '142000.486000', '142000.489000', '142000.492000', '142000.495000', '142000.498000', '142000.501000', '142000.503000', '142000.506000', '142000.509000', '142000.512000', '142000.515000', '142000.518000', '142000.521000', '142000.523000', '142000.526000', '142000.529000', '142000.532000', '142000.535000', '142000.538000', '142000.540000', '142000.543000', '142000.546000', '142000.549000', '142000.552000', '142000.555000', '142000.558000', '142000.565000', '142000.568000', '142000.571000', '142000.574000', '142020.446000', '142020.449000', '142020.452000', '142020.455000', '142020.458000', '142020.460000', '142020.463000', '142020.466000', '142020.469000', '142020.472000', '142020.475000', '142020.478000', '142020.481000', '142020.484000', '142020.489000', '142020.492000', '142020.495000', '142020.498000', '142020.501000', '142020.504000', '142020.507000', '142020.509000', '142020.512000', '142020.515000', '142020.518000', '142020.521000', '142020.524000', '142020.527000', '142020.530000', '142020.532000', '142020.535000', '142020.538000', '142020.549000', '142020.552000', '142020.555000', '142020.558000', '142020.561000', '142020.563000', '142020.566000', '142020.569000', '142020.572000', '142020.575000', '142020.578000', '142040.446000', '142040.449000', '142040.452000', '142040.455000', '142040.458000', '142040.460000', '142040.463000', '142040.466000', '142040.469000', '142040.472000', '142040.475000', '142040.478000', '142040.480000', '142040.483000', '142040.486000', '142040.489000', '142040.492000', '142040.495000', '142040.498000', '142040.501000', '142040.504000', '142040.506000', '142040.509000', '142040.512000', '142040.515000', '142040.518000', '142040.521000', '142040.524000', '142040.527000', '142040.529000', '142040.532000', '142040.535000', '142040.538000', '142040.541000', '142040.544000', '142040.547000', '142040.549000', '142040.552000', '142040.555000', '142040.558000', '142040.561000', '142040.564000', '142040.567000', '142040.569000', '142100.447000', '142100.450000', '142100.454000', '142100.458000', '142100.460000', '142100.463000', '142100.466000', '142100.469000', '142100.472000', '142100.475000', '142100.478000', '142100.481000', '142100.484000', '142100.486000', '142100.489000', '142100.492000', '142100.495000', '142100.498000', '142100.501000', '142100.504000', '142100.507000', '142100.510000', '142100.512000', '142100.515000', '142100.518000', '142100.521000', '142100.524000', '142100.527000', '142100.530000', '142100.533000', '142100.536000', '142100.539000', '142100.541000', '142100.544000', '142100.547000', '142100.550000', '142100.553000', '142100.556000', '142100.559000', '142100.562000', '142100.565000', '142100.568000', '142100.571000', '142120.447000', '142120.450000', '142120.453000', '142120.456000', '142120.459000', '142120.462000', '142120.464000', '142120.467000', '142120.470000', '142120.473000', '142120.476000', '142120.479000', '142120.482000', '142120.484000', '142120.487000', '142120.490000', '142120.493000', '142120.496000', '142120.503000', '142120.506000', '142120.509000', '142120.512000', '142120.515000', '142120.518000', '142120.520000', '142120.523000', '142120.526000', '142120.529000', '142120.532000', '142120.535000', '142120.538000', '142120.540000', '142120.543000', '142120.546000', '142120.549000', '142120.552000', '142120.555000', '142120.558000', '142120.560000', '142120.563000', '142120.566000', '142120.569000', '142120.572000', '142120.575000', '142140.447000', '142140.450000', '142140.453000', '142140.456000', '142140.459000', '142140.462000', '142140.465000', '142140.467000', '142140.470000', '142140.473000', '142140.476000', '142140.479000', '142140.482000', '142140.484000', '142140.487000', '142140.490000', '142140.493000', '142140.503000', '142140.506000', '142140.509000', '142140.512000', '142140.515000', '142140.518000', '142140.521000', '142140.523000', '142140.526000', '142140.530000', '142140.532000', '142140.536000', '142140.539000', '142140.541000', '142140.544000', '142140.547000', '142140.550000', '142140.553000', '142140.556000', '142140.559000', '142140.561000', '142140.564000', '142140.567000', '142140.570000', '142140.573000', '142140.576000', '142200.446000', '142200.449000', '142200.452000', '142200.455000', '142200.458000', '142200.460000', '142200.463000', '142200.466000', '142200.469000', '142200.472000', '142200.475000', '142200.478000', '142200.481000', '142200.483000', '142200.500000', '142200.503000', '142200.506000', '142200.508000', '142200.511000', '142200.514000', '142200.517000', '142200.520000', '142200.523000', '142200.526000', '142200.529000', '142200.531000', '142200.534000', '142200.537000', '142200.540000', '142200.543000', '142200.546000', '142200.549000', '142200.552000', '142200.555000', '142200.557000', '142200.560000', '142200.563000', '142200.566000', '142200.569000', '142200.572000', '142200.575000', '142200.578000', '142200.581000', '142200.584000', '142220.446000', '142220.449000', '142220.452000', '142220.455000', '142220.458000', '142220.461000', '142220.463000', '142220.466000', '142220.469000', '142220.472000', '142220.475000', '142220.478000', '142220.481000', '142220.484000', '142220.487000', '142220.490000', '142220.493000', '142220.497000', '142220.499000', '142220.502000', '142220.505000', '142220.508000', '142220.511000', '142220.514000', '142220.517000', '142220.520000', '142220.522000', '142220.525000', '142220.528000', '142220.531000', '142220.534000', '142220.537000', '142220.540000', '142220.543000', '142220.546000', '142220.549000', '142220.552000', '142220.555000', '142220.557000', '142220.560000', '142220.563000', '142220.566000', '142220.569000', '142240.446000', '142240.449000', '142240.452000', '142240.456000', '142240.458000', '142240.461000', '142240.464000', '142240.467000', '142240.470000', '142240.472000', '142240.475000', '142240.478000', '142240.481000', '142240.484000', '142240.487000', '142240.490000', '142240.492000', '142240.495000', '142240.498000', '142240.501000', '142240.504000', '142240.507000', '142240.509000', '142240.512000', '142240.515000', '142240.518000', '142240.521000', '142240.524000', '142240.527000', '142240.529000', '142240.532000', '142240.535000', '142240.538000', '142240.541000', '142240.544000', '142240.546000', '142240.549000', '142240.552000', '142240.555000', '142240.558000', '142240.560000', '142240.563000', '142240.566000', '142240.569000', '142300.446000', '142300.449000', '142300.452000', '142300.455000', '142300.457000', '142300.460000', '142300.463000', '142300.466000', '142300.469000', '142300.471000', '142300.474000', '142300.477000', '142300.480000', '142300.483000', '142300.486000', '142300.489000', '142300.491000', '142300.494000', '142300.497000', '142300.500000', '142300.503000', '142300.505000', '142300.508000', '142300.511000', '142300.514000', '142300.517000', '142300.520000', '142300.523000', '142300.525000', '142300.528000', '142300.531000', '142300.534000', '142300.537000', '142300.539000', '142300.542000', '142300.545000', '142300.548000', '142300.551000', '142300.554000', '142300.557000', '142300.559000', '142300.562000', '142300.565000', '142320.447000', '142320.450000', '142320.453000', '142320.455000', '142320.458000', '142320.461000', '142320.464000', '142320.467000', '142320.470000', '142320.472000', '142320.475000', '142320.478000', '142320.481000', '142320.484000', '142320.487000', '142320.489000', '142320.492000', '142320.495000', '142320.498000', '142320.501000', '142320.504000', '142320.506000', '142320.509000', '142320.512000', '142320.515000', '142320.518000', '142320.521000', '142320.523000', '142320.526000', '142320.529000', '142320.532000', '142320.535000', '142320.538000', '142320.540000', '142320.543000', '142320.546000', '142320.549000', '142320.552000', '142320.554000', '142320.571000', '142320.574000', '142320.577000', '142320.580000', '142320.583000', '142340.447000', '142340.450000', '142340.453000', '142340.456000', '142340.458000', '142340.461000', '142340.464000', '142340.467000', '142340.470000', '142340.473000', '142340.476000', '142340.478000', '142340.481000', '142340.484000', '142340.487000', '142340.490000', '142340.493000', '142340.495000', '142340.498000', '142340.501000', '142340.504000', '142340.507000', '142340.509000', '142340.512000', '142340.515000', '142340.518000', '142340.521000', '142340.524000', '142340.527000', '142340.530000', '142340.533000', '142340.536000', '142340.539000', '142340.542000', '142340.545000', '142340.548000', '142340.550000', '142340.553000', '142340.556000', '142340.559000', '142340.562000', '142340.565000', '142340.567000', '142400.447000', '142400.450000', '142400.453000', '142400.456000', '142400.458000', '142400.461000', '142400.464000', '142400.467000', '142400.470000', '142400.473000', '142400.475000', '142400.478000', '142400.481000', '142400.484000', '142400.487000', '142400.491000', '142400.494000', '142400.497000', '142400.500000', '142400.503000', '142400.506000', '142400.509000', '142400.512000', '142400.514000', '142400.517000', '142400.520000', '142400.523000', '142400.526000', '142400.529000', '142400.532000', '142400.534000', '142400.537000', '142400.540000', '142400.543000', '142400.546000', '142400.549000', '142400.551000', '142400.554000', '142400.557000', '142400.560000', '142400.563000', '142400.565000', '142400.568000', '142400.571000', '142420.446000', '142420.449000', '142420.452000', '142420.455000', '142420.457000', '142420.460000', '142420.463000', '142420.466000', '142420.469000', '142420.472000', '142420.475000', '142420.477000', '142420.480000', '142420.483000', '142420.486000', '142420.489000', '142420.492000', '142420.494000', '142420.497000', '142420.500000', '142420.503000', '142420.505000', '142420.513000', '142420.516000', '142420.519000', '142420.522000', '142420.524000', '142420.527000', '142420.530000', '142420.533000', '142420.536000', '142420.538000', '142420.541000', '142420.544000', '142420.547000', '142420.550000', '142420.553000', '142420.555000', '142420.558000', '142420.561000', '142420.564000', '142420.567000', '142420.570000', '142440.446000', '142440.449000', '142440.452000', '142440.455000', '142440.457000', '142440.460000', '142440.463000', '142440.466000', '142440.469000', '142440.472000', '142440.474000', '142440.477000', '142440.480000', '142440.483000', '142440.486000', '142440.489000', '142440.491000', '142440.494000', '142440.497000', '142440.500000', '142440.503000', '142440.506000', '142440.508000', '142440.511000', '142440.514000', '142440.517000', '142440.520000', '142440.522000', '142440.525000', '142440.528000', '142440.531000', '142440.534000', '142440.537000', '142440.539000', '142440.542000', '142440.545000', '142440.548000', '142440.551000', '142440.553000', '142440.556000', '142440.559000', '142440.562000', '142440.565000', '142440.567000', '142500.446000', '142500.449000', '142500.452000', '142500.455000', '142500.457000', '142500.460000', '142500.463000', '142500.466000', '142500.469000', '142500.472000', '142500.475000', '142500.477000', '142500.480000', '142500.483000', '142500.486000', '142500.489000', '142500.492000', '142500.494000', '142500.497000', '142500.500000', '142500.503000', '142500.506000', '142500.508000', '142500.511000', '142500.514000', '142500.517000', '142500.520000', '142500.523000', '142500.525000', '142500.528000', '142500.531000', '142500.534000', '142500.537000', '142500.540000', '142500.542000', '142500.545000', '142500.548000', '142500.551000', '142500.554000', '142500.556000', '142500.559000', '142500.562000', '142500.565000', '142520.446000', '142520.449000', '142520.452000', '142520.455000', '142520.457000', '142520.460000', '142520.463000', '142520.466000', '142520.469000', '142520.472000', '142520.474000', '142520.477000', '142520.480000', '142520.483000', '142520.486000', '142520.489000', '142520.491000', '142520.494000', '142520.497000', '142520.500000', '142520.503000', '142520.506000', '142520.508000', '142520.511000', '142520.514000', '142520.517000', '142520.520000', '142520.522000', '142520.525000', '142520.528000', '142520.532000', '142520.535000', '142520.538000', '142520.541000', '142520.544000', '142520.546000', '142520.549000', '142520.552000', '142520.555000', '142520.558000', '142520.560000', '142520.563000', '142520.566000', '142520.569000', '142540.447000', '142540.450000', '142540.453000', '142540.456000', '142540.458000', '142540.461000', '142540.464000', '142540.467000', '142540.470000', '142540.473000', '142540.475000', '142540.478000', '142540.481000', '142540.484000', '142540.487000', '142540.489000', '142540.492000', '142540.495000', '142540.498000', '142540.501000', '142540.504000', '142540.507000', '142540.509000', '142540.512000', '142540.515000', '142540.518000', '142540.521000', '142540.524000', '142540.526000', '142540.529000', '142540.532000', '142540.535000', '142540.538000', '142540.541000', '142540.544000', '142540.546000', '142540.549000', '142540.552000', '142540.555000', '142540.558000', '142540.560000', '142540.563000', '142540.566000', '142600.447000', '142600.450000', '142600.453000', '142600.456000', '142600.458000', '142600.461000', '142600.464000', '142600.467000', '142600.470000', '142600.473000', '142600.475000', '142600.478000', '142600.481000', '142600.484000', '142600.487000', '142600.489000', '142600.492000', '142600.495000', '142600.498000', '142600.501000', '142600.504000', '142600.506000', '142600.509000', '142600.512000', '142600.515000', '142600.518000', '142600.521000', '142600.524000', '142600.526000', '142600.529000', '142600.532000', '142600.535000', '142600.538000', '142600.541000', '142600.543000', '142600.546000', '142600.549000', '142600.552000', '142600.555000', '142600.557000', '142600.560000', '142600.563000', '142600.566000', '142600.569000', '142620.447000', '142620.450000', '142620.467000', '142620.469000', '142620.472000', '142620.475000', '142620.478000', '142620.481000', '142620.484000', '142620.486000', '142620.489000', '142620.492000', '142620.495000', '142620.498000', '142620.501000', '142620.503000', '142620.506000', '142620.509000', '142620.512000', '142620.515000', '142620.518000', '142620.520000', '142620.523000', '142620.526000', '142620.529000', '142620.532000', '142620.535000', '142620.537000', '142620.540000', '142620.543000', '142620.546000', '142620.549000', '142620.552000', '142620.554000', '142620.557000', '142620.560000', '142620.563000', '142620.566000', '142620.569000', '142620.572000', '142620.574000', '142620.577000', '142620.580000', '142640.446000', '142640.449000', '142640.452000', '142640.455000', '142640.458000', '142640.461000', '142640.464000', '142640.467000', '142640.469000', '142640.472000', '142640.475000', '142640.478000', '142640.481000', '142640.484000', '142640.487000', '142640.489000', '142640.492000', '142640.495000', '142640.498000', '142640.501000', '142640.504000', '142640.506000', '142640.509000', '142640.512000', '142640.515000', '142640.518000', '142640.520000', '142640.523000', '142640.526000', '142640.529000', '142640.532000', '142640.535000', '142640.537000', '142640.540000', '142640.543000', '142640.546000', '142640.549000', '142640.551000', '142640.554000', '142640.557000', '142640.560000', '142640.563000', '142640.565000', '142700.446000', '142700.449000', '142700.452000', '142700.455000', '142700.458000', '142700.461000', '142700.464000', '142700.466000', '142700.469000', '142700.472000', '142700.475000', '142700.478000', '142700.481000', '142700.483000', '142700.486000', '142700.489000', '142700.492000', '142700.495000', '142700.498000', '142700.500000', '142700.503000', '142700.506000', '142700.509000', '142700.512000', '142700.515000', '142700.518000', '142700.520000', '142700.523000', '142700.526000', '142700.529000', '142700.532000', '142700.535000', '142700.538000', '142700.541000', '142700.543000', '142700.546000', '142700.549000', '142700.552000', '142700.555000', '142700.557000', '142700.560000', '142700.563000', '142700.566000', '142700.569000', '142720.446000', '142720.449000', '142720.452000', '142720.455000', '142720.458000', '142720.461000', '142720.464000', '142720.467000', '142720.472000', '142720.476000', '142720.478000', '142720.481000', '142720.484000', '142720.487000', '142720.490000', '142720.493000', '142720.496000', '142720.498000', '142720.501000', '142720.504000', '142720.507000', '142720.510000', '142720.512000', '142720.515000', '142720.518000', '142720.521000', '142720.524000', '142720.527000', '142720.529000', '142720.532000', '142720.535000', '142720.538000', '142720.541000', '142720.544000', '142720.547000', '142720.550000', '142720.552000', '142720.555000', '142720.558000', '142720.561000', '142720.564000', '142720.567000', '142720.569000', '142740.446000', '142740.449000', '142740.452000', '142740.455000', '142740.458000', '142740.460000', '142740.463000', '142740.466000', '142740.469000', '142740.472000', '142740.475000', '142740.477000', '142740.480000', '142740.483000', '142740.486000', '142740.489000', '142740.492000', '142740.495000', '142740.497000', '142740.500000', '142740.503000', '142740.506000', '142740.509000', '142740.512000', '142740.515000', '142740.517000', '142740.520000', '142740.523000', '142740.526000', '142740.529000', '142740.532000', '142740.535000', '142740.537000', '142740.540000', '142740.543000', '142740.546000', '142740.549000', '142740.552000', '142740.554000', '142740.557000', '142740.560000', '142740.563000', '142740.566000', '142740.569000', '142800.447000', '142800.450000', '142800.453000', '142800.456000', '142800.458000', '142800.461000', '142800.464000', '142800.467000', '142800.470000', '142800.473000', '142800.475000', '142800.479000', '142800.481000', '142800.484000', '142800.487000', '142800.490000', '142800.493000', '142800.496000', '142800.499000', '142800.502000', '142800.504000', '142800.507000', '142800.510000', '142800.513000', '142800.516000', '142800.519000', '142800.521000', '142800.524000', '142800.527000', '142800.530000', '142800.533000', '142800.536000', '142800.539000', '142800.541000', '142800.544000', '142800.547000', '142800.550000', '142800.553000', '142800.556000', '142800.558000', '142800.561000', '142800.564000', '142800.567000', '142820.447000', '142820.450000', '142820.453000', '142820.456000', '142820.459000', '142820.461000', '142820.464000', '142820.467000', '142820.470000', '142820.473000', '142820.476000', '142820.478000', '142820.481000', '142820.484000', '142820.487000', '142820.490000', '142820.493000', '142820.496000', '142820.498000', '142820.501000', '142820.504000', '142820.507000', '142820.510000', '142820.513000', '142820.515000', '142820.518000', '142820.521000', '142820.524000', '142820.527000', '142820.530000', '142820.533000', '142820.535000', '142820.538000', '142820.541000', '142820.544000', '142820.547000', '142820.550000', '142820.552000', '142820.555000', '142820.558000', '142820.561000', '142820.564000', '142820.567000', '142820.569000', '142840.447000', '142840.450000', '142840.453000', '142840.456000', '142840.459000', '142840.461000', '142840.464000', '142840.467000', '142840.470000', '142840.473000', '142840.481000', '142840.484000', '142840.486000', '142840.489000', '142840.492000', '142840.495000', '142840.498000', '142840.501000', '142840.504000', '142840.507000', '142840.512000', '142840.515000', '142840.517000', '142840.520000', '142840.523000', '142840.541000', '142840.544000', '142840.547000', '142840.550000', '142840.552000', '142840.555000', '142840.558000', '142840.561000', '142840.564000', '142840.567000', '142840.570000', '142840.572000', '142840.575000', '142840.578000', '142840.581000', '142840.584000', '142840.587000', '142840.590000', '142900.446000', '142900.449000', '142900.452000', '142900.455000', '142900.458000', '142900.461000', '142900.463000', '142900.466000', '142900.469000', '142900.472000', '142900.475000', '142900.478000', '142900.481000', '142900.484000', '142900.486000', '142900.489000', '142900.492000', '142900.495000', '142900.498000', '142900.501000', '142900.504000', '142900.507000', '142900.509000', '142900.512000', '142900.515000', '142900.518000', '142900.521000', '142900.524000', '142900.527000', '142900.529000', '142900.532000', '142900.535000', '142900.538000', '142900.541000', '142900.544000', '142900.547000', '142900.549000', '142900.552000', '142900.555000', '142900.558000', '142900.561000', '142900.564000', '142900.567000', '142900.569000', '142920.446000', '142920.449000', '142920.452000', '142920.455000', '142920.457000', '142920.460000', '142920.463000', '142920.470000', '142920.472000', '142920.475000', '142920.478000', '142920.481000', '142920.484000', '142920.486000', '142920.489000', '142920.492000', '142920.495000', '142920.498000', '142920.501000', '142920.503000', '142920.506000', '142920.509000', '142920.512000', '142920.515000', '142920.527000', '142920.530000', '142920.533000', '142920.536000', '142920.539000', '142920.542000', '142920.544000', '142920.547000', '142920.550000', '142920.553000', '142920.556000', '142920.559000', '142920.561000', '142920.564000', '142920.567000', '142920.570000', '142920.573000', '142920.576000', '142920.579000', '142940.446000', '142940.449000', '142940.452000', '142940.455000', '142940.457000', '142940.460000', '142940.463000', '142940.466000', '142940.469000', '142940.472000', '142940.475000', '142940.478000', '142940.480000', '142940.483000', '142940.486000', '142940.489000', '142940.492000', '142940.494000', '142940.497000', '142940.500000', '142940.503000', '142940.506000', '142940.509000', '142940.512000', '142940.514000', '142940.517000', '142940.520000', '142940.523000', '142940.526000', '142940.528000', '142940.531000', '142940.534000', '142940.537000', '142940.540000', '142940.543000', '142940.545000', '142940.548000', '142940.551000', '142940.554000', '142940.557000', '142940.560000', '142940.562000', '142940.565000', '142940.568000', '143000.446000', '143000.449000', '143000.452000', '143000.455000', '143000.458000', '143000.460000', '143000.463000', '143000.480000', '143000.483000', '143000.486000', '143000.489000', '143000.492000', '143000.495000', '143000.497000', '143000.500000', '143000.503000', '143000.506000', '143000.509000', '143000.512000', '143000.514000', '143000.517000', '143000.520000', '143000.523000', '143000.526000', '143000.529000', '143000.532000', '143000.534000', '143000.537000', '143000.540000', '143000.543000', '143000.546000', '143000.549000', '143000.552000', '143000.555000', '143000.558000', '143000.560000', '143000.563000', '143000.566000', '143000.569000', '143000.572000', '143000.575000', '143000.577000', '143000.580000', '143020.447000', '143020.450000', '143020.453000', '143020.456000', '143020.459000', '143020.461000', '143020.464000', '143020.467000', '143020.470000', '143020.473000', '143020.476000', '143020.478000', '143020.481000', '143020.484000', '143020.487000', '143020.490000', '143020.493000', '143020.496000', '143020.499000', '143020.501000', '143020.504000', '143020.507000', '143020.510000', '143020.513000', '143020.516000', '143020.518000', '143020.521000', '143020.524000', '143020.527000', '143020.530000', '143020.533000', '143020.536000', '143020.539000', '143020.541000', '143020.544000', '143020.547000', '143020.550000', '143020.553000', '143020.556000', '143020.559000', '143020.561000', '143020.564000', '143020.567000', '143020.570000', '143040.447000', '143040.450000', '143040.453000', '143040.456000', '143040.459000', '143040.462000', '143040.464000', '143040.467000', '143040.470000', '143040.473000', '143040.476000', '143040.479000', '143040.481000', '143040.484000', '143040.487000', '143040.490000', '143040.493000', '143040.496000', '143040.498000', '143040.501000', '143040.504000', '143040.507000', '143040.510000', '143040.512000', '143040.515000', '143040.518000', '143040.521000', '143040.524000', '143040.527000', '143040.530000', '143040.532000', '143040.535000', '143040.538000', '143040.541000', '143040.544000', '143040.547000', '143040.549000', '143040.552000', '143040.555000', '143040.558000', '143040.561000', '143040.564000', '143040.567000', '143046.140000', '143046.143000', '143046.146000', '143046.149000', '143046.152000', '143046.155000', '143046.158000', '143046.161000', '143046.164000', '143046.167000', '143046.170000', '143046.173000', '143046.176000'], 'InstanceCreationTime': ['141840.482000', '141840.486000', '141840.489000', '141840.492000', '141840.494000', '141840.497000', '141840.500000', '141840.503000', '141840.506000', '141840.508000', '141840.511000', '141840.514000', '141840.517000', '141840.520000', '141840.523000', '141840.526000', '141840.528000', '141840.531000', '141840.534000', '141840.537000', '141840.540000', '141840.543000', '141840.545000', '141840.548000', '141840.551000', '141840.554000', '141840.557000', '141840.560000', '141840.562000', '141840.570000', '141840.573000', '141840.576000', '141840.579000', '141840.581000', '141840.584000', '141840.587000', '141840.590000', '141840.593000', '141840.595000', '141840.598000', '141840.601000', '141840.608000', '141840.611000', '141840.614000', '141840.618000', '141840.621000', '141840.623000', '141840.626000', '141840.629000', '141840.632000', '141840.635000', '141840.638000', '141840.640000', '141840.643000', '141840.646000', '141840.657000', '141840.660000', '141840.663000', '141840.665000', '141840.678000', '141840.681000', '141840.684000', '141900.447000', '141900.450000', '141900.453000', '141900.457000', '141900.460000', '141900.463000', '141900.466000', '141900.469000', '141900.472000', '141900.475000', '141900.477000', '141900.480000', '141900.483000', '141900.486000', '141900.489000', '141900.492000', '141900.495000', '141900.497000', '141900.500000', '141900.503000', '141900.506000', '141900.509000', '141900.512000', '141900.514000', '141900.517000', '141900.520000', '141900.523000', '141900.526000', '141900.529000', '141900.532000', '141900.534000', '141900.537000', '141900.540000', '141900.543000', '141900.546000', '141900.548000', '141900.551000', '141900.554000', '141900.557000', '141900.560000', '141900.563000', '141900.565000', '141900.568000', '141920.447000', '141920.450000', '141920.453000', '141920.456000', '141920.459000', '141920.461000', '141920.464000', '141920.467000', '141920.470000', '141920.473000', '141920.476000', '141920.479000', '141920.482000', '141920.484000', '141920.487000', '141920.490000', '141920.493000', '141920.496000', '141920.499000', '141920.501000', '141920.504000', '141920.507000', '141920.510000', '141920.513000', '141920.516000', '141920.519000', '141920.521000', '141920.524000', '141920.527000', '141920.530000', '141920.533000', '141920.536000', '141920.539000', '141920.541000', '141920.544000', '141920.547000', '141920.550000', '141920.553000', '141920.556000', '141920.559000', '141920.561000', '141920.564000', '141920.567000', '141920.570000', '141940.446000', '141940.449000', '141940.452000', '141940.455000', '141940.457000', '141940.461000', '141940.463000', '141940.467000', '141940.473000', '141940.476000', '141940.479000', '141940.482000', '141940.485000', '141940.487000', '141940.490000', '141940.493000', '141940.496000', '141940.499000', '141940.502000', '141940.505000', '141940.508000', '141940.511000', '141940.513000', '141940.516000', '141940.519000', '141940.522000', '141940.525000', '141940.528000', '141940.531000', '141940.533000', '141940.536000', '141940.539000', '141940.542000', '141940.545000', '141940.548000', '141940.551000', '141940.554000', '141940.556000', '141940.559000', '141940.562000', '141940.565000', '141940.568000', '141940.571000', '142000.446000', '142000.449000', '142000.452000', '142000.455000', '142000.458000', '142000.460000', '142000.463000', '142000.466000', '142000.469000', '142000.472000', '142000.475000', '142000.478000', '142000.481000', '142000.483000', '142000.486000', '142000.489000', '142000.492000', '142000.495000', '142000.498000', '142000.501000', '142000.503000', '142000.506000', '142000.509000', '142000.512000', '142000.515000', '142000.518000', '142000.521000', '142000.523000', '142000.526000', '142000.529000', '142000.532000', '142000.535000', '142000.538000', '142000.540000', '142000.543000', '142000.546000', '142000.549000', '142000.552000', '142000.555000', '142000.558000', '142000.565000', '142000.568000', '142000.571000', '142000.574000', '142020.446000', '142020.449000', '142020.452000', '142020.455000', '142020.458000', '142020.460000', '142020.463000', '142020.466000', '142020.469000', '142020.472000', '142020.475000', '142020.478000', '142020.481000', '142020.484000', '142020.489000', '142020.492000', '142020.495000', '142020.498000', '142020.501000', '142020.504000', '142020.507000', '142020.509000', '142020.512000', '142020.515000', '142020.518000', '142020.521000', '142020.524000', '142020.527000', '142020.530000', '142020.532000', '142020.535000', '142020.538000', '142020.549000', '142020.552000', '142020.555000', '142020.558000', '142020.561000', '142020.563000', '142020.566000', '142020.569000', '142020.572000', '142020.575000', '142020.578000', '142040.446000', '142040.449000', '142040.452000', '142040.455000', '142040.458000', '142040.460000', '142040.463000', '142040.466000', '142040.469000', '142040.472000', '142040.475000', '142040.478000', '142040.480000', '142040.483000', '142040.486000', '142040.489000', '142040.492000', '142040.495000', '142040.498000', '142040.501000', '142040.504000', '142040.506000', '142040.509000', '142040.512000', '142040.515000', '142040.518000', '142040.521000', '142040.524000', '142040.527000', '142040.529000', '142040.532000', '142040.535000', '142040.538000', '142040.541000', '142040.544000', '142040.547000', '142040.549000', '142040.552000', '142040.555000', '142040.558000', '142040.561000', '142040.564000', '142040.567000', '142040.569000', '142100.447000', '142100.450000', '142100.454000', '142100.458000', '142100.460000', '142100.463000', '142100.466000', '142100.469000', '142100.472000', '142100.475000', '142100.478000', '142100.481000', '142100.484000', '142100.486000', '142100.489000', '142100.492000', '142100.495000', '142100.498000', '142100.501000', '142100.504000', '142100.507000', '142100.510000', '142100.512000', '142100.515000', '142100.518000', '142100.521000', '142100.524000', '142100.527000', '142100.530000', '142100.533000', '142100.536000', '142100.539000', '142100.541000', '142100.544000', '142100.547000', '142100.550000', '142100.553000', '142100.556000', '142100.559000', '142100.562000', '142100.565000', '142100.568000', '142100.571000', '142120.447000', '142120.450000', '142120.453000', '142120.456000', '142120.459000', '142120.462000', '142120.464000', '142120.467000', '142120.470000', '142120.473000', '142120.476000', '142120.479000', '142120.482000', '142120.484000', '142120.487000', '142120.490000', '142120.493000', '142120.496000', '142120.503000', '142120.506000', '142120.509000', '142120.512000', '142120.515000', '142120.518000', '142120.520000', '142120.523000', '142120.526000', '142120.529000', '142120.532000', '142120.535000', '142120.538000', '142120.540000', '142120.543000', '142120.546000', '142120.549000', '142120.552000', '142120.555000', '142120.558000', '142120.560000', '142120.563000', '142120.566000', '142120.569000', '142120.572000', '142120.575000', '142140.447000', '142140.450000', '142140.453000', '142140.456000', '142140.459000', '142140.462000', '142140.465000', '142140.467000', '142140.470000', '142140.473000', '142140.476000', '142140.479000', '142140.482000', '142140.484000', '142140.487000', '142140.490000', '142140.493000', '142140.503000', '142140.506000', '142140.509000', '142140.512000', '142140.515000', '142140.518000', '142140.521000', '142140.523000', '142140.526000', '142140.530000', '142140.532000', '142140.536000', '142140.539000', '142140.541000', '142140.544000', '142140.547000', '142140.550000', '142140.553000', '142140.556000', '142140.559000', '142140.561000', '142140.564000', '142140.567000', '142140.570000', '142140.573000', '142140.576000', '142200.446000', '142200.449000', '142200.452000', '142200.455000', '142200.458000', '142200.460000', '142200.463000', '142200.466000', '142200.469000', '142200.472000', '142200.475000', '142200.478000', '142200.481000', '142200.483000', '142200.500000', '142200.503000', '142200.506000', '142200.508000', '142200.511000', '142200.514000', '142200.517000', '142200.520000', '142200.523000', '142200.526000', '142200.529000', '142200.531000', '142200.534000', '142200.537000', '142200.540000', '142200.543000', '142200.546000', '142200.549000', '142200.552000', '142200.555000', '142200.557000', '142200.560000', '142200.563000', '142200.566000', '142200.569000', '142200.572000', '142200.575000', '142200.578000', '142200.581000', '142200.584000', '142220.446000', '142220.449000', '142220.452000', '142220.455000', '142220.458000', '142220.461000', '142220.463000', '142220.466000', '142220.469000', '142220.472000', '142220.475000', '142220.478000', '142220.481000', '142220.484000', '142220.487000', '142220.490000', '142220.493000', '142220.497000', '142220.499000', '142220.502000', '142220.505000', '142220.508000', '142220.511000', '142220.514000', '142220.517000', '142220.520000', '142220.522000', '142220.525000', '142220.528000', '142220.531000', '142220.534000', '142220.537000', '142220.540000', '142220.543000', '142220.546000', '142220.549000', '142220.552000', '142220.555000', '142220.557000', '142220.560000', '142220.563000', '142220.566000', '142220.569000', '142240.446000', '142240.449000', '142240.452000', '142240.456000', '142240.458000', '142240.461000', '142240.464000', '142240.467000', '142240.470000', '142240.472000', '142240.475000', '142240.478000', '142240.481000', '142240.484000', '142240.487000', '142240.490000', '142240.492000', '142240.495000', '142240.498000', '142240.501000', '142240.504000', '142240.507000', '142240.509000', '142240.512000', '142240.515000', '142240.518000', '142240.521000', '142240.524000', '142240.527000', '142240.529000', '142240.532000', '142240.535000', '142240.538000', '142240.541000', '142240.544000', '142240.546000', '142240.549000', '142240.552000', '142240.555000', '142240.558000', '142240.560000', '142240.563000', '142240.566000', '142240.569000', '142300.446000', '142300.449000', '142300.452000', '142300.455000', '142300.457000', '142300.460000', '142300.463000', '142300.466000', '142300.469000', '142300.471000', '142300.474000', '142300.477000', '142300.480000', '142300.483000', '142300.486000', '142300.489000', '142300.491000', '142300.494000', '142300.497000', '142300.500000', '142300.503000', '142300.505000', '142300.508000', '142300.511000', '142300.514000', '142300.517000', '142300.520000', '142300.523000', '142300.525000', '142300.528000', '142300.531000', '142300.534000', '142300.537000', '142300.539000', '142300.542000', '142300.545000', '142300.548000', '142300.551000', '142300.554000', '142300.557000', '142300.559000', '142300.562000', '142300.565000', '142320.447000', '142320.450000', '142320.453000', '142320.455000', '142320.458000', '142320.461000', '142320.464000', '142320.467000', '142320.470000', '142320.472000', '142320.475000', '142320.478000', '142320.481000', '142320.484000', '142320.487000', '142320.489000', '142320.492000', '142320.495000', '142320.498000', '142320.501000', '142320.504000', '142320.506000', '142320.509000', '142320.512000', '142320.515000', '142320.518000', '142320.521000', '142320.523000', '142320.526000', '142320.529000', '142320.532000', '142320.535000', '142320.538000', '142320.540000', '142320.543000', '142320.546000', '142320.549000', '142320.552000', '142320.554000', '142320.571000', '142320.574000', '142320.577000', '142320.580000', '142320.583000', '142340.447000', '142340.450000', '142340.453000', '142340.456000', '142340.458000', '142340.461000', '142340.464000', '142340.467000', '142340.470000', '142340.473000', '142340.476000', '142340.478000', '142340.481000', '142340.484000', '142340.487000', '142340.490000', '142340.493000', '142340.495000', '142340.498000', '142340.501000', '142340.504000', '142340.507000', '142340.509000', '142340.512000', '142340.515000', '142340.518000', '142340.521000', '142340.524000', '142340.527000', '142340.530000', '142340.533000', '142340.536000', '142340.539000', '142340.542000', '142340.545000', '142340.548000', '142340.550000', '142340.553000', '142340.556000', '142340.559000', '142340.562000', '142340.565000', '142340.567000', '142400.447000', '142400.450000', '142400.453000', '142400.456000', '142400.458000', '142400.461000', '142400.464000', '142400.467000', '142400.470000', '142400.473000', '142400.475000', '142400.478000', '142400.481000', '142400.484000', '142400.487000', '142400.491000', '142400.494000', '142400.497000', '142400.500000', '142400.503000', '142400.506000', '142400.509000', '142400.512000', '142400.514000', '142400.517000', '142400.520000', '142400.523000', '142400.526000', '142400.529000', '142400.532000', '142400.534000', '142400.537000', '142400.540000', '142400.543000', '142400.546000', '142400.549000', '142400.551000', '142400.554000', '142400.557000', '142400.560000', '142400.563000', '142400.565000', '142400.568000', '142400.571000', '142420.446000', '142420.449000', '142420.452000', '142420.455000', '142420.457000', '142420.460000', '142420.463000', '142420.466000', '142420.469000', '142420.472000', '142420.475000', '142420.477000', '142420.480000', '142420.483000', '142420.486000', '142420.489000', '142420.492000', '142420.494000', '142420.497000', '142420.500000', '142420.503000', '142420.505000', '142420.513000', '142420.516000', '142420.519000', '142420.522000', '142420.524000', '142420.527000', '142420.530000', '142420.533000', '142420.536000', '142420.538000', '142420.541000', '142420.544000', '142420.547000', '142420.550000', '142420.553000', '142420.555000', '142420.558000', '142420.561000', '142420.564000', '142420.567000', '142420.570000', '142440.446000', '142440.449000', '142440.452000', '142440.455000', '142440.457000', '142440.460000', '142440.463000', '142440.466000', '142440.469000', '142440.472000', '142440.474000', '142440.477000', '142440.480000', '142440.483000', '142440.486000', '142440.489000', '142440.491000', '142440.494000', '142440.497000', '142440.500000', '142440.503000', '142440.506000', '142440.508000', '142440.511000', '142440.514000', '142440.517000', '142440.520000', '142440.522000', '142440.525000', '142440.528000', '142440.531000', '142440.534000', '142440.537000', '142440.539000', '142440.542000', '142440.545000', '142440.548000', '142440.551000', '142440.553000', '142440.556000', '142440.559000', '142440.562000', '142440.565000', '142440.567000', '142500.446000', '142500.449000', '142500.452000', '142500.455000', '142500.457000', '142500.460000', '142500.463000', '142500.466000', '142500.469000', '142500.472000', '142500.475000', '142500.477000', '142500.480000', '142500.483000', '142500.486000', '142500.489000', '142500.492000', '142500.494000', '142500.497000', '142500.500000', '142500.503000', '142500.506000', '142500.508000', '142500.511000', '142500.514000', '142500.517000', '142500.520000', '142500.523000', '142500.525000', '142500.528000', '142500.531000', '142500.534000', '142500.537000', '142500.540000', '142500.542000', '142500.545000', '142500.548000', '142500.551000', '142500.554000', '142500.556000', '142500.559000', '142500.562000', '142500.565000', '142520.446000', '142520.449000', '142520.452000', '142520.455000', '142520.457000', '142520.460000', '142520.463000', '142520.466000', '142520.469000', '142520.472000', '142520.474000', '142520.477000', '142520.480000', '142520.483000', '142520.486000', '142520.489000', '142520.491000', '142520.494000', '142520.497000', '142520.500000', '142520.503000', '142520.506000', '142520.508000', '142520.511000', '142520.514000', '142520.517000', '142520.520000', '142520.522000', '142520.525000', '142520.528000', '142520.532000', '142520.535000', '142520.538000', '142520.541000', '142520.544000', '142520.546000', '142520.549000', '142520.552000', '142520.555000', '142520.558000', '142520.560000', '142520.563000', '142520.566000', '142520.569000', '142540.447000', '142540.450000', '142540.453000', '142540.456000', '142540.458000', '142540.461000', '142540.464000', '142540.467000', '142540.470000', '142540.473000', '142540.475000', '142540.478000', '142540.481000', '142540.484000', '142540.487000', '142540.489000', '142540.492000', '142540.495000', '142540.498000', '142540.501000', '142540.504000', '142540.507000', '142540.509000', '142540.512000', '142540.515000', '142540.518000', '142540.521000', '142540.524000', '142540.526000', '142540.529000', '142540.532000', '142540.535000', '142540.538000', '142540.541000', '142540.544000', '142540.546000', '142540.549000', '142540.552000', '142540.555000', '142540.558000', '142540.560000', '142540.563000', '142540.566000', '142600.447000', '142600.450000', '142600.453000', '142600.456000', '142600.458000', '142600.461000', '142600.464000', '142600.467000', '142600.470000', '142600.473000', '142600.475000', '142600.478000', '142600.481000', '142600.484000', '142600.487000', '142600.489000', '142600.492000', '142600.495000', '142600.498000', '142600.501000', '142600.504000', '142600.506000', '142600.509000', '142600.512000', '142600.515000', '142600.518000', '142600.521000', '142600.524000', '142600.526000', '142600.529000', '142600.532000', '142600.535000', '142600.538000', '142600.541000', '142600.543000', '142600.546000', '142600.549000', '142600.552000', '142600.555000', '142600.557000', '142600.560000', '142600.563000', '142600.566000', '142600.569000', '142620.447000', '142620.450000', '142620.467000', '142620.469000', '142620.472000', '142620.475000', '142620.478000', '142620.481000', '142620.484000', '142620.486000', '142620.489000', '142620.492000', '142620.495000', '142620.498000', '142620.501000', '142620.503000', '142620.506000', '142620.509000', '142620.512000', '142620.515000', '142620.518000', '142620.520000', '142620.523000', '142620.526000', '142620.529000', '142620.532000', '142620.535000', '142620.537000', '142620.540000', '142620.543000', '142620.546000', '142620.549000', '142620.552000', '142620.554000', '142620.557000', '142620.560000', '142620.563000', '142620.566000', '142620.569000', '142620.572000', '142620.574000', '142620.577000', '142620.580000', '142640.446000', '142640.449000', '142640.452000', '142640.455000', '142640.458000', '142640.461000', '142640.464000', '142640.467000', '142640.469000', '142640.472000', '142640.475000', '142640.478000', '142640.481000', '142640.484000', '142640.487000', '142640.489000', '142640.492000', '142640.495000', '142640.498000', '142640.501000', '142640.504000', '142640.506000', '142640.509000', '142640.512000', '142640.515000', '142640.518000', '142640.520000', '142640.523000', '142640.526000', '142640.529000', '142640.532000', '142640.535000', '142640.537000', '142640.540000', '142640.543000', '142640.546000', '142640.549000', '142640.551000', '142640.554000', '142640.557000', '142640.560000', '142640.563000', '142640.565000', '142700.446000', '142700.449000', '142700.452000', '142700.455000', '142700.458000', '142700.461000', '142700.464000', '142700.466000', '142700.469000', '142700.472000', '142700.475000', '142700.478000', '142700.481000', '142700.483000', '142700.486000', '142700.489000', '142700.492000', '142700.495000', '142700.498000', '142700.500000', '142700.503000', '142700.506000', '142700.509000', '142700.512000', '142700.515000', '142700.518000', '142700.520000', '142700.523000', '142700.526000', '142700.529000', '142700.532000', '142700.535000', '142700.538000', '142700.541000', '142700.543000', '142700.546000', '142700.549000', '142700.552000', '142700.555000', '142700.557000', '142700.560000', '142700.563000', '142700.566000', '142700.569000', '142720.446000', '142720.449000', '142720.452000', '142720.455000', '142720.458000', '142720.461000', '142720.464000', '142720.467000', '142720.472000', '142720.476000', '142720.478000', '142720.481000', '142720.484000', '142720.487000', '142720.490000', '142720.493000', '142720.496000', '142720.498000', '142720.501000', '142720.504000', '142720.507000', '142720.510000', '142720.512000', '142720.515000', '142720.518000', '142720.521000', '142720.524000', '142720.527000', '142720.529000', '142720.532000', '142720.535000', '142720.538000', '142720.541000', '142720.544000', '142720.547000', '142720.550000', '142720.552000', '142720.555000', '142720.558000', '142720.561000', '142720.564000', '142720.567000', '142720.569000', '142740.446000', '142740.449000', '142740.452000', '142740.455000', '142740.458000', '142740.460000', '142740.463000', '142740.466000', '142740.469000', '142740.472000', '142740.475000', '142740.477000', '142740.480000', '142740.483000', '142740.486000', '142740.489000', '142740.492000', '142740.495000', '142740.497000', '142740.500000', '142740.503000', '142740.506000', '142740.509000', '142740.512000', '142740.515000', '142740.517000', '142740.520000', '142740.523000', '142740.526000', '142740.529000', '142740.532000', '142740.535000', '142740.537000', '142740.540000', '142740.543000', '142740.546000', '142740.549000', '142740.552000', '142740.554000', '142740.557000', '142740.560000', '142740.563000', '142740.566000', '142740.569000', '142800.447000', '142800.450000', '142800.453000', '142800.456000', '142800.458000', '142800.461000', '142800.464000', '142800.467000', '142800.470000', '142800.473000', '142800.475000', '142800.479000', '142800.481000', '142800.484000', '142800.487000', '142800.490000', '142800.493000', '142800.496000', '142800.499000', '142800.502000', '142800.504000', '142800.507000', '142800.510000', '142800.513000', '142800.516000', '142800.519000', '142800.521000', '142800.524000', '142800.527000', '142800.530000', '142800.533000', '142800.536000', '142800.539000', '142800.541000', '142800.544000', '142800.547000', '142800.550000', '142800.553000', '142800.556000', '142800.558000', '142800.561000', '142800.564000', '142800.567000', '142820.447000', '142820.450000', '142820.453000', '142820.456000', '142820.459000', '142820.461000', '142820.464000', '142820.467000', '142820.470000', '142820.473000', '142820.476000', '142820.478000', '142820.481000', '142820.484000', '142820.487000', '142820.490000', '142820.493000', '142820.496000', '142820.498000', '142820.501000', '142820.504000', '142820.507000', '142820.510000', '142820.513000', '142820.515000', '142820.518000', '142820.521000', '142820.524000', '142820.527000', '142820.530000', '142820.533000', '142820.535000', '142820.538000', '142820.541000', '142820.544000', '142820.547000', '142820.550000', '142820.552000', '142820.555000', '142820.558000', '142820.561000', '142820.564000', '142820.567000', '142820.569000', '142840.447000', '142840.450000', '142840.453000', '142840.456000', '142840.459000', '142840.461000', '142840.464000', '142840.467000', '142840.470000', '142840.473000', '142840.481000', '142840.484000', '142840.486000', '142840.489000', '142840.492000', '142840.495000', '142840.498000', '142840.501000', '142840.504000', '142840.507000', '142840.512000', '142840.515000', '142840.517000', '142840.520000', '142840.523000', '142840.541000', '142840.544000', '142840.547000', '142840.550000', '142840.552000', '142840.555000', '142840.558000', '142840.561000', '142840.564000', '142840.567000', '142840.570000', '142840.572000', '142840.575000', '142840.578000', '142840.581000', '142840.584000', '142840.587000', '142840.590000', '142900.446000', '142900.449000', '142900.452000', '142900.455000', '142900.458000', '142900.461000', '142900.463000', '142900.466000', '142900.469000', '142900.472000', '142900.475000', '142900.478000', '142900.481000', '142900.484000', '142900.486000', '142900.489000', '142900.492000', '142900.495000', '142900.498000', '142900.501000', '142900.504000', '142900.507000', '142900.509000', '142900.512000', '142900.515000', '142900.518000', '142900.521000', '142900.524000', '142900.527000', '142900.529000', '142900.532000', '142900.535000', '142900.538000', '142900.541000', '142900.544000', '142900.547000', '142900.549000', '142900.552000', '142900.555000', '142900.558000', '142900.561000', '142900.564000', '142900.567000', '142900.569000', '142920.446000', '142920.449000', '142920.452000', '142920.455000', '142920.457000', '142920.460000', '142920.463000', '142920.470000', '142920.472000', '142920.475000', '142920.478000', '142920.481000', '142920.484000', '142920.486000', '142920.489000', '142920.492000', '142920.495000', '142920.498000', '142920.501000', '142920.503000', '142920.506000', '142920.509000', '142920.512000', '142920.515000', '142920.527000', '142920.530000', '142920.533000', '142920.536000', '142920.539000', '142920.542000', '142920.544000', '142920.547000', '142920.550000', '142920.553000', '142920.556000', '142920.559000', '142920.561000', '142920.564000', '142920.567000', '142920.570000', '142920.573000', '142920.576000', '142920.579000', '142940.446000', '142940.449000', '142940.452000', '142940.455000', '142940.457000', '142940.460000', '142940.463000', '142940.466000', '142940.469000', '142940.472000', '142940.475000', '142940.478000', '142940.480000', '142940.483000', '142940.486000', '142940.489000', '142940.492000', '142940.494000', '142940.497000', '142940.500000', '142940.503000', '142940.506000', '142940.509000', '142940.512000', '142940.514000', '142940.517000', '142940.520000', '142940.523000', '142940.526000', '142940.528000', '142940.531000', '142940.534000', '142940.537000', '142940.540000', '142940.543000', '142940.545000', '142940.548000', '142940.551000', '142940.554000', '142940.557000', '142940.560000', '142940.562000', '142940.565000', '142940.568000', '143000.446000', '143000.449000', '143000.452000', '143000.455000', '143000.458000', '143000.460000', '143000.463000', '143000.480000', '143000.483000', '143000.486000', '143000.489000', '143000.492000', '143000.495000', '143000.497000', '143000.500000', '143000.503000', '143000.506000', '143000.509000', '143000.512000', '143000.514000', '143000.517000', '143000.520000', '143000.523000', '143000.526000', '143000.529000', '143000.532000', '143000.534000', '143000.537000', '143000.540000', '143000.543000', '143000.546000', '143000.549000', '143000.552000', '143000.555000', '143000.558000', '143000.560000', '143000.563000', '143000.566000', '143000.569000', '143000.572000', '143000.575000', '143000.577000', '143000.580000', '143020.447000', '143020.450000', '143020.453000', '143020.456000', '143020.459000', '143020.461000', '143020.464000', '143020.467000', '143020.470000', '143020.473000', '143020.476000', '143020.478000', '143020.481000', '143020.484000', '143020.487000', '143020.490000', '143020.493000', '143020.496000', '143020.499000', '143020.501000', '143020.504000', '143020.507000', '143020.510000', '143020.513000', '143020.516000', '143020.518000', '143020.521000', '143020.524000', '143020.527000', '143020.530000', '143020.533000', '143020.536000', '143020.539000', '143020.541000', '143020.544000', '143020.547000', '143020.550000', '143020.553000', '143020.556000', '143020.559000', '143020.561000', '143020.564000', '143020.567000', '143020.570000', '143040.447000', '143040.450000', '143040.453000', '143040.456000', '143040.459000', '143040.462000', '143040.464000', '143040.467000', '143040.470000', '143040.473000', '143040.476000', '143040.479000', '143040.481000', '143040.484000', '143040.487000', '143040.490000', '143040.493000', '143040.496000', '143040.498000', '143040.501000', '143040.504000', '143040.507000', '143040.510000', '143040.512000', '143040.515000', '143040.518000', '143040.521000', '143040.524000', '143040.527000', '143040.530000', '143040.532000', '143040.535000', '143040.538000', '143040.541000', '143040.544000', '143040.547000', '143040.549000', '143040.552000', '143040.555000', '143040.558000', '143040.561000', '143040.564000', '143040.567000', '143046.140000', '143046.143000', '143046.146000', '143046.149000', '143046.152000', '143046.155000', '143046.158000', '143046.161000', '143046.164000', '143046.167000', '143046.170000', '143046.173000', '143046.176000'], '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': [11448, 9310, 10972, 8545, 10562, 8567, 10756, 8540, 10590, 9054, 10685, 8457, 11670, 9383, 12484, 9577, 11578, 9532, 11316, 9283, 11841, 9051, 11161, 9186, 10788, 9715, 11242, 9583, 8575, 9744, 8315, 10700, 8505, 11368, 8919, 11601, 9650, 11953, 9711, 13139, 10407, 12729, 9992, 12186, 10015, 12923, 10470, 12902, 10172, 11800, 10192, 8680, 10475, 9060, 11921, 10298, 11588, 10307, 11496, 11606, 8974, 12092, 10218, 13029, 10705, 10541, 10207, 8672, 10460, 9014, 11157, 8751, 11259, 8987, 11297, 9096, 11756, 9626, 11677, 9500, 11486, 9718, 12069, 10561, 11535, 10337, 11216, 10476, 11730, 11046, 8998, 11147, 8972, 11189, 9690, 12040, 9564, 11465, 9165, 11198, 9376, 11899, 9408, 11264, 9071, 11015, 8956, 11159, 8749, 11010, 8561, 11059, 8581, 11180, 9450, 11785, 9847, 12103, 9834, 13024, 10700, 13787, 10831, 12022, 10529, 12293, 10492, 12417, 10265, 11829, 10137, 12108, 10236, 12576, 10344, 11323, 10384, 10908, 10187, 10574, 10697, 9022, 10658, 8954, 10905, 9229, 11160, 8581, 10943, 8660, 11158, 8931, 12025, 9234, 11742, 9626, 11597, 9883, 12351, 10170, 12490, 10211, 12499, 10379, 12883, 10428, 10076, 10344, 8663, 10652, 9235, 11368, 8649, 11100, 8782, 11450, 9366, 12804, 10004, 12197, 9906, 12052, 10376, 9900, 10106, 8291, 10049, 8584, 10910, 8679, 11579, 9066, 12206, 9761, 11964, 10512, 8871, 10743, 8879, 12600, 10230, 13943, 11245, 13047, 10944, 9835, 10467, 8929, 11211, 8763, 11585, 9580, 11652, 9937, 11719, 10023, 11694, 9958, 8776, 9991, 8572, 10270, 8324, 10739, 8447, 10934, 8726, 11551, 9313, 12232, 10087, 11839, 10367, 13101, 10763, 10253, 10261, 8235, 10321, 8773, 11967, 9677, 13060, 10183, 13042, 10162, 14626, 10927, 13343, 10497, 11692, 10293, 13231, 10542, 11433, 10196, 9094, 10429, 8841, 10915, 8627, 11094, 9343, 11548, 9920, 9164, 10210, 8508, 12534, 9966, 11546, 10006, 11922, 12017, 10045, 11473, 8597, 11457, 9479, 12675, 9765, 11844, 9746, 10499, 9902, 11044, 9965, 9237, 10084, 8270, 10240, 8521, 10986, 9341, 11960, 9299, 11829, 9871, 12317, 9973, 9556, 9756, 8099, 10428, 8970, 12142, 9742, 12351, 10003, 11427, 10226, 10792, 10104, 8033, 10719, 8615, 11404, 9835, 12911, 9527, 10897, 9707, 8073, 10479, 9523, 9742, 10200, 8426, 11521, 9049, 12171, 10112, 12955, 10180, 8630, 10209, 8347, 11334, 9557, 12815, 10176, 9172, 9901, 8225, 10507, 8813, 11548, 9539, 11383, 9993, 10689, 9992, 7907, 10525, 8371, 11147, 9366, 12813, 10041, 12072, 8997, 11860, 10314, 12627, 10275, 9661, 10736, 8560, 10795, 9295, 8591, 9376, 8186, 12971, 9654, 14813, 10116, 13113, 10231, 10850, 9944, 8263, 10151, 8250, 10924, 9025, 11715, 9573, 10616, 9453, 8731, 9830, 8640, 10329, 8984, 11550, 8418, 12637, 9427, 11837, 9936, 8430, 10337, 8815, 12041, 9692, 13269, 10062, 12090, 9967, 10364, 9879, 8138, 10568, 8342, 11008, 8776, 11817, 9244, 11367, 9163, 10575, 9043, 11704, 9570, 9953, 9412, 9176, 9950, 9909, 10314, 9763, 10698, 8653, 10595, 8454, 11028, 8795, 11792, 9191, 12059, 9720, 12569, 10079, 13349, 9960, 11960, 9677, 11707, 9724, 12534, 10079, 12204, 9914, 11815, 9802, 11641, 9806, 9031, 9839, 8632, 10175, 10429, 10778, 9429, 11040, 8796, 11391, 9231, 11916, 10291, 13334, 10607, 10218, 10456, 8555, 11523, 9324, 10858, 9683, 9728, 10319, 8515, 12001, 9542, 13181, 10410, 14372, 10869, 11593, 10404, 9283, 10801, 8892, 11342, 8984, 11489, 9109, 11653, 9597, 11499, 9989, 13116, 10575, 12977, 10265, 10434, 9870, 8889, 10386, 8202, 10692, 8614, 11010, 9396, 12239, 10083, 8439, 10167, 8359, 11636, 9422, 12054, 9777, 9390, 9817, 8798, 10534, 8385, 11230, 8758, 11436, 9549, 12157, 10114, 12019, 10022, 10628, 9989, 8765, 10470, 8595, 11404, 9805, 9397, 9449, 8124, 10858, 9565, 9247, 11069, 9148, 12414, 9680, 13300, 10767, 14573, 10693, 13893, 10472, 12549, 10573, 8686, 10162, 8087, 10744, 8685, 11014, 9906, 8154, 9978, 8586, 11063, 9754, 9192, 10220, 9958, 12257, 9199, 12710, 9742, 12358, 10108, 13107, 10448, 12334, 10277, 10949, 9831, 9121, 9697, 8084, 10203, 8329, 10609, 8698, 11463, 9440, 11307, 9392, 10986, 9824, 10943, 9986, 8801, 10285, 7874, 10680, 11973, 10383, 11215, 11157, 8682, 11025, 9084, 11249, 9519, 11430, 9680, 12753, 9555, 7853, 9733, 8237, 11437, 9145, 8082, 10809, 8805, 13907, 10595, 15243, 10501, 14394, 10601, 13103, 10481, 10805, 9661, 9078, 10204, 9290, 10319, 7701, 10009, 8060, 10397, 8815, 11310, 9410, 11754, 9740, 12637, 9943, 12466, 10057, 10420, 9710, 9102, 9987, 8597, 10123, 8177, 10205, 8395, 10957, 9039, 11744, 9995, 11413, 9697, 9716, 10094, 8170, 10925, 8940, 11910, 9828, 12751, 10398, 11869, 10184, 8807, 10486, 9339, 12553, 9447, 13235, 9846, 12255, 10219, 10151, 9960, 8007, 10808, 8634, 11504, 9596, 12840, 9874, 12506, 10250, 9541, 9778, 8642, 10245, 8110, 10641, 8832, 10947, 9162, 11563, 9680, 12322, 9736, 11542, 9991, 9375, 9690, 7801, 10203, 8652, 10653, 9142, 11511, 9474, 12817, 10116, 10369, 9521, 8903, 9713, 8151, 10353, 8602, 11005, 9116, 12086, 9979, 12586, 9894, 11553, 9905, 10312, 9811, 8369, 10663, 8459, 11349, 9274, 12945, 9948, 11577, 10002, 9683, 9804, 7962, 9994, 8146, 11014, 9267, 11887, 10012, 11403, 9547, 8353, 10023, 8855, 11972, 9092, 12585, 9858, 12080, 9964, 12896, 10261, 12136, 9749, 8714, 9687, 8233, 10186, 8124, 10515, 9002, 10821, 9256, 11783, 9529, 12086, 9619, 12293, 9660, 9426, 9476, 8292, 10358, 8069, 10728, 9063, 11104, 9486, 12015, 9733, 11828, 9737, 10775, 10048, 8913, 10491, 8380, 11265, 8917, 11965, 9728, 13007, 10430, 11970, 10205, 12215, 10245, 12795, 11119, 10305, 11054, 8525, 11327, 9237, 12603, 9691, 12217, 9988, 11991, 10131, 11921, 9969, 8346, 10184, 8058, 11068, 9463, 12393, 10136, 12495, 10166, 11433, 10655, 9862, 11486, 8929, 12176, 9793, 13141, 10093, 12174, 9845, 9048, 9768, 8403, 10733, 8913, 11565, 9537, 11504, 9847, 9367, 9497, 7841, 9918, 8023, 11106, 9375, 11720, 9790, 10220, 9664, 10207, 10342, 8129, 10984, 8948, 11457, 9794, 11550, 9501, 8674, 9921, 8274, 10753, 8690, 11467, 9557, 12262, 10345, 11458, 10468, 8492, 11568, 9683, 9793, 10107, 8498, 12893, 10001, 11041, 10485, 11350, 12021, 10204, 11983, 8646, 12228, 9265, 12735, 10077, 12659, 9732, 10636, 9804, 9163, 9535, 8073, 9985, 8046, 10552, 9070, 11687, 9595, 10550, 9505, 7878, 10418, 8701, 11225, 9673, 12836, 10016, 11611, 10064, 12262, 10324, 9850, 10309, 8562, 10809, 9118, 12690, 9990, 12580, 10060, 10271, 9786, 9291, 10105, 8060, 10620, 8581, 11244, 8929, 11563, 9183, 11397, 9126, 12021, 9381, 12159, 9261, 11074, 9439, 11598, 9865, 12305, 9810, 13033, 10118, 12124, 10166, 12360, 10799, 12490, 10249, 12466, 10272, 12989, 10383, 11199, 10231, 9494, 10611, 9879, 11040, 9807, 11602, 8916, 12405, 9205, 12746, 9634, 13205, 9913, 12806, 9888, 12895, 9980, 13505, 10820, 13585, 10670, 12452, 10369, 12912, 10711, 12418, 10225, 10013, 10234, 9901, 10749, 8402, 11401, 9055, 12453, 9727, 12866, 10321, 13795, 10297, 11533, 9901, 9511, 10111, 12198, 10946, 10610, 10541, 9700, 10772, 11191, 11185, 9757, 11133, 8720, 11365, 8827, 11709, 9455, 12849, 9960, 12186, 10057, 12247, 10322, 12683, 10053, 11911, 9943, 10707, 9732, 10614, 10062, 9402, 10590, 8094, 11128, 9242, 11984, 10020, 12839, 10031, 10882, 10267, 11774, 11104, 12752, 11900, 9813, 11904, 8834, 12034, 9550, 13401, 10189, 12658, 10161, 10992, 9822, 10374, 10206, 8945, 10822, 8651, 10787, 8912, 11572, 8954, 11697, 9645, 11896, 10154, 12427, 10122, 9490, 10459, 11045, 10572, 10445, 10710, 8722, 11305, 9937, 9567, 10202, 8290, 11689, 9123, 14126, 10421, 13559, 10755, 11598, 10665, 10708, 10713, 8383, 11805, 9560, 12774, 10467, 13912, 11064, 10678, 10521, 8636, 10583, 8856, 11773, 9361, 12087, 9810, 11986, 10242, 12923, 10351, 10089, 10064, 8118, 10822, 8690, 12567, 10017, 13938, 10607, 12529, 10658, 11480, 11039, 8521, 12016, 9621, 13941, 10851, 13111, 10553, 9390, 10510, 8662, 12417, 10164, 10333, 10835, 9079, 13025, 10570, 12357, 10709, 9032, 11799, 9176, 12695, 10366, 14368, 11358, 12436, 10722, 8609, 10826, 8540, 11563, 9417, 11879, 9631, 11890, 9831, 12851, 10312, 12511, 10303, 10714, 10314, 9948, 10504, 11870, 11742, 8825, 12442, 10282, 11321, 10039, 9561, 10510, 8275, 11876, 9137, 12496, 10046, 13927, 10865, 14144, 10711, 13157, 10815, 12790, 10747, 10145, 10867, 8662, 11617, 8938, 12443, 9867, 14077, 10593, 13618, 10666, 12900, 10492, 13700, 10424, 12343, 10121, 11206, 9716, 11685, 10207, 9099, 10604, 8855, 10879, 8698, 11461, 9180, 10916, 9668, 11788, 10175, 10019, 9647, 8304, 10871, 9580, 9771, 10073, 8455, 11395, 9897, 8854, 11974, 9472, 14655, 11238, 15191, 11925, 14544, 11184, 11395, 10327, 9224, 10969, 8426, 10866, 8902, 11761, 9670, 11928, 9399, 9803, 9534, 8805, 11128, 8770, 10772, 8602, 11870, 10144, 11886, 10518, 9003, 10886, 8909, 13899, 9926, 12175, 8406, 11894, 12581, 9347, 13981, 10904, 8606, 10989, 9549, 10973, 10329, 9103, 12356, 10559, 11233, 10034, 8800, 11451, 10547, 8824, 13533, 11113, 14330, 12483, 9959, 13737, 10435, 15038, 11228, 14918, 11602, 10602, 11469, 9074, 12267, 9995, 10732, 9725, 9110, 9978, 8200, 10888, 9266, 11318, 9567, 7994, 10706, 9167, 11725, 10246, 9715, 10363, 8201, 11601, 9425, 12108, 10094, 11584, 9947, 8584, 10859, 8828, 11794, 9573, 12610, 9996, 10440, 9606, 8159, 10289, 8404, 11006, 9373, 11859, 9275, 8380, 9828, 8161, 10980, 9597, 9094, 9873, 8195, 11557, 9376, 13740, 10953, 14741, 10846, 10446, 10563, 8529, 12275, 9856, 13333, 10144, 9746, 10499, 8517, 12266, 9840, 13200, 10618, 8377, 10612, 8904, 11968, 9782, 8068, 11118, 9264, 9693, 10079, 8104, 12224, 9459, 13122, 10574, 11498, 11240, 9573, 12464, 9557, 13268, 10797, 13418, 10526, 10003, 10725, 8225, 11430, 9604, 12251, 10048, 10045, 10100, 8143, 11454, 9335, 12640, 10197, 10588, 10108, 8316, 10962, 8887, 13138, 10371, 13920, 11015, 11126, 10954, 11051, 12090, 8912, 12460, 9940, 12508, 10254, 9210, 10977, 8557, 12801, 10235, 14393, 11017, 12545, 10584, 9515, 10954, 8537, 12226, 9874, 13451, 9949, 9267, 10156, 8324, 11484, 9261, 11366, 9793, 9577, 10434, 8421, 12209, 9498, 13290, 10250, 11912, 10280, 8859, 11061, 8791, 12075, 9802, 13461, 10348, 9621, 9899, 8341, 10662, 8624, 12076, 9424, 10739, 9712, 8659, 10217, 8445, 11824, 9264, 11623, 10100, 12055, 10687, 10239, 11475, 8822, 12596, 10238, 14207, 11232, 13294, 10335, 9945, 10393, 8556, 11889, 9775, 12376, 9322, 9620, 10152, 8469, 12198, 9863, 8950, 10217, 8990, 13525, 10358, 10761, 10685, 9023, 15181, 10387, 8964, 11322, 9222, 9348, 10728, 8999, 9659, 10761, 9037, 10063, 9535, 8239, 11925, 9884, 7954, 10646, 9122, 10718, 9634, 8146, 11672, 9339, 8095, 10383, 9022, 11489, 9834, 11970, 10734, 9807, 12030, 9531, 12994, 10002, 14053, 10631, 14001, 10907, 13823, 11265, 13092, 10989, 8654, 11517, 8636, 12198, 10178, 13794, 10240, 11510, 10291, 11387, 11050, 9297, 11151, 8624, 11597, 9316, 12920, 9743, 12815, 10235, 13428, 10869, 13160, 10934, 8428, 11115, 9389, 12661, 10351, 13291, 10288, 12593, 10506, 13458, 11208, 11342, 11018, 9203, 11300, 9862, 11725, 8980, 11348, 8841, 11474, 8854, 12728, 10238, 12928], 'WindowCenter': [4541.0, 4496.0, 4501.0, 4470.0, 4499.0, 4466.0, 4487.0, 4466.0, 4485.0, 4466.0, 4486.0, 4457.0, 4496.0, 4477.0, 4506.0, 4476.0, 4497.0, 4478.0, 4497.0, 4476.0, 4495.0, 4479.0, 4499.0, 4478.0, 4501.0, 4491.0, 4510.0, 4489.0, 4469.0, 4489.0, 4468.0, 4501.0, 4481.0, 4508.0, 4481.0, 4509.0, 4490.0, 4510.0, 4492.0, 4520.0, 4498.0, 4508.0, 4489.0, 4509.0, 4489.0, 4508.0, 4486.0, 4509.0, 4489.0, 4506.0, 4486.0, 4470.0, 4500.0, 4482.0, 4525.0, 4503.0, 4511.0, 4491.0, 4512.0, 4512.0, 4479.0, 4507.0, 4488.0, 4518.0, 4499.0, 4498.0, 4486.0, 4467.0, 4487.0, 4468.0, 4496.0, 4467.0, 4496.0, 4467.0, 4496.0, 4477.0, 4507.0, 4476.0, 4496.0, 4478.0, 4497.0, 4489.0, 4507.0, 4499.0, 4498.0, 4489.0, 4497.0, 4488.0, 4498.0, 4498.0, 4466.0, 4496.0, 4466.0, 4496.0, 4477.0, 4507.0, 4466.0, 4496.0, 4466.0, 4486.0, 4464.0, 4495.0, 4463.0, 4485.0, 4464.0, 4485.0, 4464.0, 4495.0, 4456.0, 4482.0, 4454.0, 4496.0, 4466.0, 4497.0, 4477.0, 4507.0, 4489.0, 4508.0, 4489.0, 4517.0, 4488.0, 4518.0, 4487.0, 4508.0, 4487.0, 4495.0, 4486.0, 4505.0, 4487.0, 4496.0, 4487.0, 4508.0, 4486.0, 4506.0, 4486.0, 4497.0, 4488.0, 4498.0, 4487.0, 4488.0, 4488.0, 4467.0, 4486.0, 4468.0, 4497.0, 4477.0, 4497.0, 4467.0, 4486.0, 4467.0, 4497.0, 4467.0, 4508.0, 4476.0, 4497.0, 4476.0, 4497.0, 4489.0, 4508.0, 4488.0, 4518.0, 4487.0, 4509.0, 4487.0, 4508.0, 4487.0, 4477.0, 4487.0, 4467.0, 4487.0, 4478.0, 4499.0, 4466.0, 4497.0, 4466.0, 4497.0, 4476.0, 4507.0, 4486.0, 4506.0, 4486.0, 4508.0, 4488.0, 4488.0, 4486.0, 4469.0, 4488.0, 4479.0, 4499.0, 4469.0, 4510.0, 4481.0, 4511.0, 4488.0, 4509.0, 4497.0, 4481.0, 4501.0, 4480.0, 4520.0, 4488.0, 4519.0, 4496.0, 4507.0, 4487.0, 4478.0, 4486.0, 4467.0, 4496.0, 4455.0, 4495.0, 4477.0, 4496.0, 4476.0, 4508.0, 4488.0, 4508.0, 4485.0, 4467.0, 4487.0, 4468.0, 4488.0, 4467.0, 4499.0, 4469.0, 4498.0, 4481.0, 4509.0, 4478.0, 4521.0, 4501.0, 4508.0, 4500.0, 4529.0, 4512.0, 4502.0, 4501.0, 4483.0, 4502.0, 4480.0, 4509.0, 4489.0, 4518.0, 4487.0, 4532.0, 4499.0, 4527.0, 4498.0, 4516.0, 4486.0, 4496.0, 4486.0, 4505.0, 4485.0, 4495.0, 4486.0, 4466.0, 4484.0, 4467.0, 4497.0, 4465.0, 4495.0, 4477.0, 4498.0, 4476.0, 4477.0, 4487.0, 4469.0, 4507.0, 4488.0, 4509.0, 4477.0, 4497.0, 4498.0, 4475.0, 4496.0, 4456.0, 4485.0, 4464.0, 4495.0, 4474.0, 4494.0, 4476.0, 4486.0, 4477.0, 4497.0, 4473.0, 4466.0, 4474.0, 4456.0, 4476.0, 4465.0, 4487.0, 4465.0, 4496.0, 4466.0, 4496.0, 4488.0, 4507.0, 4488.0, 4476.0, 4476.0, 4457.0, 4488.0, 4479.0, 4507.0, 4478.0, 4507.0, 4488.0, 4499.0, 4487.0, 4497.0, 4487.0, 4457.0, 4488.0, 4468.0, 4497.0, 4487.0, 4508.0, 4477.0, 4487.0, 4477.0, 4457.0, 4498.0, 4490.0, 4490.0, 4500.0, 4469.0, 4509.0, 4480.0, 4508.0, 4489.0, 4509.0, 4487.0, 4466.0, 4487.0, 4468.0, 4498.0, 4478.0, 4508.0, 4486.0, 4477.0, 4476.0, 4458.0, 4496.0, 4467.0, 4498.0, 4478.0, 4509.0, 4489.0, 4499.0, 4489.0, 4459.0, 4499.0, 4468.0, 4498.0, 4480.0, 4509.0, 4489.0, 4523.0, 4493.0, 4521.0, 4491.0, 4508.0, 4486.0, 4478.0, 4487.0, 4467.0, 4498.0, 4478.0, 4483.0, 4493.0, 4467.0, 4520.0, 4491.0, 4518.0, 4485.0, 4507.0, 4475.0, 4485.0, 4475.0, 4453.0, 4488.0, 4456.0, 4485.0, 4465.0, 4493.0, 4477.0, 4486.0, 4476.0, 4466.0, 4477.0, 4466.0, 4487.0, 4466.0, 4497.0, 4457.0, 4496.0, 4466.0, 4496.0, 4476.0, 4457.0, 4489.0, 4477.0, 4508.0, 4479.0, 4509.0, 4479.0, 4508.0, 4478.0, 4487.0, 4477.0, 4445.0, 4487.0, 4456.0, 4485.0, 4456.0, 4495.0, 4466.0, 4495.0, 4467.0, 4486.0, 4467.0, 4506.0, 4478.0, 4488.0, 4480.0, 4479.0, 4489.0, 4490.0, 4490.0, 4488.0, 4488.0, 4468.0, 4488.0, 4467.0, 4497.0, 4468.0, 4509.0, 4478.0, 4509.0, 4479.0, 4508.0, 4477.0, 4517.0, 4478.0, 4497.0, 4478.0, 4508.0, 4477.0, 4508.0, 4478.0, 4507.0, 4488.0, 4507.0, 4489.0, 4497.0, 4487.0, 4479.0, 4489.0, 4468.0, 4500.0, 4499.0, 4499.0, 4477.0, 4497.0, 4467.0, 4498.0, 4478.0, 4510.0, 4502.0, 4544.0, 4500.0, 4488.0, 4486.0, 4468.0, 4499.0, 4480.0, 4500.0, 4491.0, 4490.0, 4489.0, 4468.0, 4510.0, 4489.0, 4518.0, 4500.0, 4516.0, 4488.0, 4495.0, 4486.0, 4467.0, 4485.0, 4466.0, 4495.0, 4465.0, 4484.0, 4455.0, 4495.0, 4474.0, 4493.0, 4476.0, 4504.0, 4475.0, 4504.0, 4475.0, 4474.0, 4474.0, 4455.0, 4476.0, 4455.0, 4474.0, 4454.0, 4485.0, 4466.0, 4497.0, 4476.0, 4457.0, 4487.0, 4456.0, 4496.0, 4478.0, 4509.0, 4477.0, 4479.0, 4477.0, 4466.0, 4487.0, 4458.0, 4498.0, 4466.0, 4498.0, 4478.0, 4506.0, 4487.0, 4508.0, 4491.0, 4499.0, 4488.0, 4469.0, 4499.0, 4468.0, 4508.0, 4490.0, 4479.0, 4478.0, 4460.0, 4501.0, 4491.0, 4491.0, 4512.0, 4480.0, 4510.0, 4490.0, 4519.0, 4489.0, 4518.0, 4488.0, 4518.0, 4485.0, 4507.0, 4485.0, 4454.0, 4474.0, 4444.0, 4486.0, 4465.0, 4485.0, 4474.0, 4458.0, 4488.0, 4469.0, 4499.0, 4489.0, 4481.0, 4490.0, 4479.0, 4507.0, 4466.0, 4506.0, 4475.0, 4506.0, 4487.0, 4507.0, 4486.0, 4507.0, 4476.0, 4486.0, 4475.0, 4467.0, 4476.0, 4456.0, 4488.0, 4468.0, 4488.0, 4470.0, 4507.0, 4490.0, 4500.0, 4479.0, 4498.0, 4490.0, 4498.0, 4489.0, 4481.0, 4513.0, 4484.0, 4513.0, 4512.0, 4490.0, 4497.0, 4497.0, 4456.0, 4486.0, 4465.0, 4525.0, 4532.0, 4513.0, 4479.0, 4517.0, 4491.0, 4461.0, 4490.0, 4469.0, 4509.0, 4479.0, 4461.0, 4500.0, 4482.0, 4520.0, 4491.0, 4529.0, 4488.0, 4519.0, 4487.0, 4507.0, 4477.0, 4486.0, 4464.0, 4456.0, 4474.0, 4464.0, 4475.0, 4443.0, 4474.0, 4454.0, 4487.0, 4467.0, 4496.0, 4477.0, 4498.0, 4477.0, 4507.0, 4477.0, 4508.0, 4476.0, 4485.0, 4476.0, 4468.0, 4474.0, 4467.0, 4486.0, 4456.0, 4486.0, 4457.0, 4497.0, 4467.0, 4497.0, 4487.0, 4498.0, 4479.0, 4478.0, 4488.0, 4457.0, 4499.0, 4469.0, 4497.0, 4489.0, 4508.0, 4477.0, 4498.0, 4477.0, 4466.0, 4487.0, 4466.0, 4508.0, 4466.0, 4496.0, 4465.0, 4494.0, 4476.0, 4475.0, 4474.0, 4443.0, 4486.0, 4456.0, 4483.0, 4465.0, 4495.0, 4464.0, 4494.0, 4475.0, 4466.0, 4474.0, 4456.0, 4475.0, 4445.0, 4472.0, 4466.0, 4485.0, 4476.0, 4495.0, 4476.0, 4505.0, 4477.0, 4497.0, 4476.0, 4476.0, 4474.0, 4447.0, 4488.0, 4467.0, 4488.0, 4479.0, 4498.0, 4477.0, 4506.0, 4487.0, 4487.0, 4477.0, 4466.0, 4477.0, 4457.0, 4487.0, 4469.0, 4499.0, 4479.0, 4508.0, 4490.0, 4510.0, 4489.0, 4499.0, 4489.0, 4487.0, 4488.0, 4466.0, 4487.0, 4459.0, 4497.0, 4476.0, 4507.0, 4475.0, 4498.0, 4487.0, 4478.0, 4478.0, 4457.0, 4487.0, 4459.0, 4499.0, 4479.0, 4508.0, 4490.0, 4510.0, 4477.0, 4469.0, 4489.0, 4479.0, 4509.0, 4468.0, 4508.0, 4479.0, 4507.0, 4488.0, 4508.0, 4488.0, 4505.0, 4474.0, 4466.0, 4476.0, 4457.0, 4485.0, 4458.0, 4487.0, 4480.0, 4499.0, 4479.0, 4509.0, 4490.0, 4509.0, 4490.0, 4510.0, 4490.0, 4481.0, 4490.0, 4470.0, 4499.0, 4459.0, 4499.0, 4480.0, 4510.0, 4491.0, 4510.0, 4490.0, 4508.0, 4488.0, 4501.0, 4490.0, 4478.0, 4500.0, 4469.0, 4500.0, 4478.0, 4510.0, 4479.0, 4518.0, 4497.0, 4509.0, 4498.0, 4509.0, 4489.0, 4517.0, 4496.0, 4488.0, 4498.0, 4467.0, 4485.0, 4466.0, 4507.0, 4476.0, 4497.0, 4477.0, 4498.0, 4488.0, 4508.0, 4476.0, 4458.0, 4486.0, 4456.0, 4497.0, 4477.0, 4508.0, 4487.0, 4509.0, 4488.0, 4498.0, 4487.0, 4475.0, 4497.0, 4466.0, 4495.0, 4477.0, 4506.0, 4486.0, 4495.0, 4477.0, 4467.0, 4477.0, 4457.0, 4497.0, 4466.0, 4497.0, 4479.0, 4497.0, 4486.0, 4478.0, 4479.0, 4459.0, 4488.0, 4458.0, 4498.0, 4479.0, 4508.0, 4490.0, 4500.0, 4491.0, 4491.0, 4490.0, 4458.0, 4499.0, 4480.0, 4498.0, 4490.0, 4508.0, 4490.0, 4480.0, 4489.0, 4470.0, 4501.0, 4471.0, 4508.0, 4489.0, 4521.0, 4489.0, 4509.0, 4499.0, 4470.0, 4497.0, 4477.0, 4489.0, 4487.0, 4469.0, 4519.0, 4489.0, 4499.0, 4489.0, 4499.0, 4509.0, 4477.0, 4495.0, 4454.0, 4494.0, 4464.0, 4496.0, 4474.0, 4495.0, 4465.0, 4485.0, 4476.0, 4466.0, 4475.0, 4446.0, 4489.0, 4459.0, 4498.0, 4492.0, 4509.0, 4491.0, 4500.0, 4478.0, 4458.0, 4489.0, 4469.0, 4499.0, 4480.0, 4520.0, 4489.0, 4510.0, 4490.0, 4509.0, 4487.0, 4490.0, 4487.0, 4467.0, 4498.0, 4468.0, 4508.0, 4479.0, 4508.0, 4476.0, 4487.0, 4477.0, 4477.0, 4487.0, 4456.0, 4487.0, 4468.0, 4497.0, 4466.0, 4497.0, 4467.0, 4495.0, 4478.0, 4496.0, 4466.0, 4495.0, 4466.0, 4486.0, 4477.0, 4498.0, 4489.0, 4509.0, 4502.0, 4520.0, 4489.0, 4519.0, 4489.0, 4521.0, 4511.0, 4520.0, 4489.0, 4519.0, 4501.0, 4517.0, 4486.0, 4498.0, 4487.0, 4477.0, 4487.0, 4488.0, 4497.0, 4477.0, 4498.0, 4467.0, 4508.0, 4478.0, 4507.0, 4478.0, 4507.0, 4476.0, 4506.0, 4475.0, 4504.0, 4476.0, 4506.0, 4485.0, 4507.0, 4485.0, 4505.0, 4486.0, 4506.0, 4486.0, 4507.0, 4477.0, 4476.0, 4486.0, 4477.0, 4485.0, 4455.0, 4496.0, 4466.0, 4507.0, 4478.0, 4518.0, 4487.0, 4516.0, 4476.0, 4496.0, 4477.0, 4478.0, 4488.0, 4508.0, 4487.0, 4486.0, 4486.0, 4476.0, 4486.0, 4486.0, 4486.0, 4464.0, 4484.0, 4452.0, 4484.0, 4465.0, 4495.0, 4474.0, 4506.0, 4476.0, 4506.0, 4476.0, 4506.0, 4487.0, 4506.0, 4476.0, 4497.0, 4475.0, 4486.0, 4475.0, 4487.0, 4478.0, 4477.0, 4488.0, 4458.0, 4498.0, 4479.0, 4507.0, 4487.0, 4518.0, 4489.0, 4499.0, 4488.0, 4509.0, 4498.0, 4507.0, 4496.0, 4478.0, 4495.0, 4466.0, 4495.0, 4475.0, 4503.0, 4475.0, 4504.0, 4476.0, 4485.0, 4477.0, 4488.0, 4487.0, 4466.0, 4486.0, 4468.0, 4487.0, 4467.0, 4497.0, 4467.0, 4507.0, 4478.0, 4508.0, 4487.0, 4508.0, 4487.0, 4489.0, 4500.0, 4511.0, 4513.0, 4502.0, 4501.0, 4468.0, 4498.0, 4489.0, 4489.0, 4500.0, 4469.0, 4508.0, 4480.0, 4530.0, 4500.0, 4518.0, 4498.0, 4498.0, 4488.0, 4488.0, 4486.0, 4457.0, 4499.0, 4477.0, 4508.0, 4488.0, 4518.0, 4497.0, 4488.0, 4486.0, 4467.0, 4498.0, 4467.0, 4508.0, 4478.0, 4507.0, 4478.0, 4509.0, 4490.0, 4519.0, 4489.0, 4490.0, 4490.0, 4460.0, 4500.0, 4481.0, 4520.0, 4489.0, 4532.0, 4503.0, 4546.0, 4515.0, 4525.0, 4510.0, 4470.0, 4519.0, 4491.0, 4519.0, 4499.0, 4545.0, 4502.0, 4481.0, 4487.0, 4469.0, 4506.0, 4485.0, 4489.0, 4498.0, 4480.0, 4520.0, 4501.0, 4521.0, 4488.0, 4467.0, 4497.0, 4477.0, 4507.0, 4489.0, 4518.0, 4499.0, 4508.0, 4485.0, 4456.0, 4486.0, 4457.0, 4495.0, 4465.0, 4496.0, 4477.0, 4495.0, 4488.0, 4506.0, 4486.0, 4508.0, 4489.0, 4487.0, 4489.0, 4489.0, 4500.0, 4522.0, 4511.0, 4478.0, 4507.0, 4488.0, 4497.0, 4488.0, 4487.0, 4499.0, 4469.0, 4511.0, 4479.0, 4519.0, 4490.0, 4518.0, 4499.0, 4529.0, 4499.0, 4520.0, 4498.0, 4517.0, 4498.0, 4487.0, 4497.0, 4466.0, 4496.0, 4476.0, 4507.0, 4477.0, 4515.0, 4486.0, 4516.0, 4487.0, 4504.0, 4487.0, 4515.0, 4484.0, 4506.0, 4475.0, 4495.0, 4476.0, 4496.0, 4486.0, 4494.0, 4500.0, 4480.0, 4512.0, 4469.0, 4510.0, 4478.0, 4499.0, 4501.0, 4509.0, 4513.0, 4500.0, 4490.0, 4470.0, 4498.0, 4489.0, 4500.0, 4488.0, 4469.0, 4510.0, 4500.0, 4482.0, 4521.0, 4489.0, 4529.0, 4500.0, 4527.0, 4497.0, 4516.0, 4485.0, 4495.0, 4472.0, 4464.0, 4484.0, 4455.0, 4485.0, 4477.0, 4496.0, 4477.0, 4519.0, 4490.0, 4502.0, 4489.0, 4480.0, 4500.0, 4469.0, 4498.0, 4494.0, 4522.0, 4501.0, 4509.0, 4487.0, 4479.0, 4500.0, 4479.0, 4532.0, 4517.0, 4522.0, 4468.0, 4497.0, 4523.0, 4478.0, 4519.0, 4498.0, 4470.0, 4500.0, 4488.0, 4499.0, 4489.0, 4466.0, 4507.0, 4486.0, 4496.0, 4488.0, 4490.0, 4509.0, 4488.0, 4467.0, 4519.0, 4498.0, 4517.0, 4494.0, 4464.0, 4493.0, 4461.0, 4501.0, 4483.0, 4501.0, 4470.0, 4461.0, 4471.0, 4449.0, 4480.0, 4460.0, 4471.0, 4460.0, 4451.0, 4461.0, 4441.0, 4472.0, 4464.0, 4483.0, 4463.0, 4446.0, 4485.0, 4465.0, 4495.0, 4485.0, 4475.0, 4475.0, 4455.0, 4495.0, 4466.0, 4495.0, 4486.0, 4496.0, 4475.0, 4456.0, 4486.0, 4466.0, 4495.0, 4475.0, 4505.0, 4476.0, 4487.0, 4475.0, 4457.0, 4487.0, 4467.0, 4526.0, 4534.0, 4523.0, 4464.0, 4456.0, 4488.0, 4470.0, 4500.0, 4491.0, 4492.0, 4502.0, 4482.0, 4510.0, 4490.0, 4530.0, 4501.0, 4531.0, 4500.0, 4501.0, 4498.0, 4480.0, 4509.0, 4490.0, 4520.0, 4490.0, 4491.0, 4499.0, 4470.0, 4521.0, 4500.0, 4529.0, 4500.0, 4470.0, 4511.0, 4492.0, 4520.0, 4489.0, 4472.0, 4511.0, 4504.0, 4505.0, 4504.0, 4483.0, 4523.0, 4503.0, 4533.0, 4502.0, 4512.0, 4511.0, 4490.0, 4520.0, 4490.0, 4519.0, 4498.0, 4521.0, 4487.0, 4487.0, 4498.0, 4457.0, 4497.0, 4489.0, 4508.0, 4490.0, 4490.0, 4499.0, 4470.0, 4509.0, 4490.0, 4520.0, 4500.0, 4500.0, 4489.0, 4467.0, 4500.0, 4481.0, 4519.0, 4500.0, 4529.0, 4500.0, 4509.0, 4499.0, 4500.0, 4509.0, 4468.0, 4508.0, 4489.0, 4519.0, 4487.0, 4479.0, 4499.0, 4480.0, 4519.0, 4489.0, 4529.0, 4497.0, 4509.0, 4486.0, 4477.0, 4486.0, 4467.0, 4507.0, 4487.0, 4517.0, 4487.0, 4478.0, 4487.0, 4467.0, 4509.0, 4480.0, 4510.0, 4490.0, 4491.0, 4499.0, 4471.0, 4519.0, 4492.0, 4532.0, 4499.0, 4510.0, 4489.0, 4468.0, 4499.0, 4469.0, 4509.0, 4491.0, 4519.0, 4488.0, 4489.0, 4488.0, 4468.0, 4498.0, 4480.0, 4509.0, 4488.0, 4510.0, 4490.0, 4481.0, 4501.0, 4481.0, 4521.0, 4491.0, 4522.0, 4512.0, 4522.0, 4501.0, 4490.0, 4510.0, 4479.0, 4520.0, 4499.0, 4530.0, 4499.0, 4519.0, 4488.0, 4486.0, 4488.0, 4470.0, 4508.0, 4489.0, 4520.0, 4490.0, 4503.0, 4503.0, 4471.0, 4520.0, 4497.0, 4491.0, 4503.0, 4492.0, 4531.0, 4500.0, 4513.0, 4500.0, 4479.0, 4530.0, 4489.0, 4479.0, 4523.0, 4503.0, 4480.0, 4510.0, 4481.0, 4479.0, 4498.0, 4469.0, 4488.0, 4478.0, 4458.0, 4509.0, 4490.0, 4470.0, 4501.0, 4493.0, 4514.0, 4505.0, 4473.0, 4512.0, 4480.0, 4472.0, 4503.0, 4494.0, 4524.0, 4505.0, 4524.0, 4513.0, 4492.0, 4522.0, 4491.0, 4523.0, 4491.0, 4531.0, 4499.0, 4518.0, 4499.0, 4519.0, 4499.0, 4519.0, 4498.0, 4468.0, 4497.0, 4468.0, 4508.0, 4487.0, 4518.0, 4488.0, 4497.0, 4489.0, 4509.0, 4500.0, 4478.0, 4496.0, 4469.0, 4498.0, 4479.0, 4508.0, 4477.0, 4506.0, 4487.0, 4518.0, 4496.0, 4518.0, 4486.0, 4456.0, 4495.0, 4478.0, 4506.0, 4486.0, 4516.0, 4486.0, 4506.0, 4486.0, 4506.0, 4485.0, 4486.0, 4484.0, 4464.0, 4484.0, 4474.0, 4494.0, 4453.0, 4482.0, 4453.0, 4495.0, 4465.0, 4503.0, 4486.0, 4494.0], 'WindowWidth': [9982.0, 9907.0, 9904.0, 9860.0, 9894.0, 9844.0, 9874.0, 9845.0, 9869.0, 9845.0, 9872.0, 9835.0, 9886.0, 9858.0, 9898.0, 9858.0, 9885.0, 9860.0, 9886.0, 9859.0, 9881.0, 9866.0, 9893.0, 9865.0, 9899.0, 9886.0, 9911.0, 9878.0, 9854.0, 9880.0, 9851.0, 9901.0, 9875.0, 9906.0, 9870.0, 9908.0, 9882.0, 9911.0, 9887.0, 9923.0, 9890.0, 9903.0, 9877.0, 9905.0, 9879.0, 9904.0, 9873.0, 9907.0, 9878.0, 9899.0, 9871.0, 9857.0, 9897.0, 9874.0, 9940.0, 9905.0, 9914.0, 9883.0, 9917.0, 9914.0, 9867.0, 9901.0, 9875.0, 9918.0, 9894.0, 9891.0, 9871.0, 9846.0, 9872.0, 9850.0, 9886.0, 9845.0, 9885.0, 9846.0, 9883.0, 9860.0, 9899.0, 9858.0, 9884.0, 9863.0, 9887.0, 9878.0, 9903.0, 9891.0, 9891.0, 9877.0, 9888.0, 9875.0, 9890.0, 9889.0, 9843.0, 9884.0, 9842.0, 9884.0, 9861.0, 9899.0, 9840.0, 9882.0, 9840.0, 9868.0, 9838.0, 9881.0, 9834.0, 9867.0, 9837.0, 9865.0, 9838.0, 9880.0, 9830.0, 9861.0, 9825.0, 9882.0, 9843.0, 9886.0, 9860.0, 9901.0, 9878.0, 9905.0, 9879.0, 9915.0, 9876.0, 9919.0, 9872.0, 9904.0, 9871.0, 9883.0, 9871.0, 9897.0, 9873.0, 9886.0, 9874.0, 9905.0, 9872.0, 9900.0, 9871.0, 9888.0, 9875.0, 9891.0, 9874.0, 9877.0, 9874.0, 9845.0, 9871.0, 9848.0, 9886.0, 9859.0, 9888.0, 9845.0, 9871.0, 9847.0, 9886.0, 9848.0, 9905.0, 9858.0, 9886.0, 9857.0, 9886.0, 9879.0, 9905.0, 9876.0, 9921.0, 9875.0, 9909.0, 9876.0, 9904.0, 9875.0, 9860.0, 9873.0, 9846.0, 9873.0, 9862.0, 9892.0, 9845.0, 9886.0, 9844.0, 9886.0, 9859.0, 9903.0, 9872.0, 9900.0, 9874.0, 9905.0, 9876.0, 9877.0, 9873.0, 9853.0, 9879.0, 9867.0, 9896.0, 9853.0, 9910.0, 9871.0, 9911.0, 9876.0, 9906.0, 9889.0, 9870.0, 9899.0, 9871.0, 9924.0, 9879.0, 9924.0, 9887.0, 9902.0, 9872.0, 9861.0, 9869.0, 9846.0, 9883.0, 9828.0, 9882.0, 9859.0, 9883.0, 9857.0, 9903.0, 9876.0, 9903.0, 9869.0, 9848.0, 9874.0, 9851.0, 9877.0, 9848.0, 9892.0, 9853.0, 9890.0, 9871.0, 9907.0, 9866.0, 9927.0, 9900.0, 9908.0, 9896.0, 9938.0, 9916.0, 9905.0, 9902.0, 9880.0, 9904.0, 9870.0, 9911.0, 9881.0, 9920.0, 9877.0, 9947.0, 9895.0, 9931.0, 9890.0, 9915.0, 9870.0, 9885.0, 9870.0, 9899.0, 9868.0, 9882.0, 9870.0, 9845.0, 9866.0, 9847.0, 9887.0, 9842.0, 9883.0, 9860.0, 9889.0, 9857.0, 9861.0, 9874.0, 9852.0, 9903.0, 9877.0, 9908.0, 9860.0, 9887.0, 9890.0, 9852.0, 9883.0, 9827.0, 9867.0, 9838.0, 9880.0, 9849.0, 9880.0, 9855.0, 9870.0, 9858.0, 9886.0, 9851.0, 9841.0, 9852.0, 9828.0, 9855.0, 9841.0, 9873.0, 9841.0, 9885.0, 9843.0, 9886.0, 9876.0, 9903.0, 9877.0, 9859.0, 9858.0, 9833.0, 9876.0, 9865.0, 9900.0, 9862.0, 9904.0, 9877.0, 9893.0, 9875.0, 9889.0, 9873.0, 9832.0, 9875.0, 9848.0, 9886.0, 9873.0, 9903.0, 9860.0, 9873.0, 9861.0, 9835.0, 9891.0, 9884.0, 9884.0, 9896.0, 9851.0, 9907.0, 9867.0, 9906.0, 9878.0, 9907.0, 9873.0, 9844.0, 9873.0, 9849.0, 9890.0, 9863.0, 9904.0, 9871.0, 9860.0, 9858.0, 9836.0, 9885.0, 9847.0, 9891.0, 9863.0, 9908.0, 9882.0, 9895.0, 9879.0, 9838.0, 9893.0, 9848.0, 9891.0, 9867.0, 9906.0, 9878.0, 9937.0, 9894.0, 9929.0, 9886.0, 9904.0, 9870.0, 9862.0, 9871.0, 9847.0, 9889.0, 9865.0, 9881.0, 9890.0, 9851.0, 9925.0, 9884.0, 9919.0, 9868.0, 9899.0, 9853.0, 9867.0, 9854.0, 9823.0, 9876.0, 9831.0, 9868.0, 9842.0, 9878.0, 9858.0, 9871.0, 9856.0, 9843.0, 9858.0, 9844.0, 9872.0, 9843.0, 9886.0, 9830.0, 9883.0, 9842.0, 9884.0, 9856.0, 9832.0, 9877.0, 9860.0, 9903.0, 9865.0, 9909.0, 9863.0, 9905.0, 9861.0, 9873.0, 9858.0, 9813.0, 9870.0, 9829.0, 9867.0, 9829.0, 9881.0, 9843.0, 9880.0, 9846.0, 9870.0, 9848.0, 9901.0, 9863.0, 9878.0, 9867.0, 9866.0, 9880.0, 9881.0, 9880.0, 9877.0, 9876.0, 9848.0, 9875.0, 9848.0, 9888.0, 9848.0, 9905.0, 9862.0, 9905.0, 9866.0, 9905.0, 9861.0, 9914.0, 9861.0, 9886.0, 9861.0, 9903.0, 9861.0, 9903.0, 9862.0, 9902.0, 9875.0, 9902.0, 9878.0, 9889.0, 9875.0, 9866.0, 9879.0, 9851.0, 9894.0, 9892.0, 9893.0, 9860.0, 9889.0, 9847.0, 9888.0, 9864.0, 9910.0, 9905.0, 9967.0, 9896.0, 9875.0, 9870.0, 9848.0, 9893.0, 9868.0, 9897.0, 9887.0, 9884.0, 9880.0, 9850.0, 9910.0, 9880.0, 9921.0, 9894.0, 9917.0, 9875.0, 9884.0, 9871.0, 9845.0, 9867.0, 9843.0, 9880.0, 9839.0, 9864.0, 9825.0, 9879.0, 9851.0, 9875.0, 9856.0, 9894.0, 9852.0, 9893.0, 9851.0, 9852.0, 9850.0, 9825.0, 9855.0, 9824.0, 9850.0, 9825.0, 9866.0, 9844.0, 9886.0, 9857.0, 9834.0, 9870.0, 9831.0, 9884.0, 9861.0, 9905.0, 9859.0, 9864.0, 9859.0, 9846.0, 9873.0, 9833.0, 9888.0, 9843.0, 9889.0, 9863.0, 9899.0, 9874.0, 9905.0, 9885.0, 9895.0, 9878.0, 9851.0, 9892.0, 9850.0, 9905.0, 9882.0, 9867.0, 9864.0, 9841.0, 9900.0, 9886.0, 9886.0, 9915.0, 9868.0, 9909.0, 9881.0, 9921.0, 9876.0, 9919.0, 9872.0, 9915.0, 9867.0, 9899.0, 9866.0, 9822.0, 9851.0, 9810.0, 9867.0, 9841.0, 9866.0, 9851.0, 9838.0, 9878.0, 9854.0, 9895.0, 9880.0, 9871.0, 9883.0, 9864.0, 9902.0, 9843.0, 9898.0, 9854.0, 9898.0, 9872.0, 9900.0, 9869.0, 9901.0, 9855.0, 9871.0, 9854.0, 9844.0, 9856.0, 9829.0, 9874.0, 9849.0, 9875.0, 9854.0, 9902.0, 9880.0, 9895.0, 9866.0, 9892.0, 9882.0, 9893.0, 9880.0, 9870.0, 9921.0, 9884.0, 9920.0, 9915.0, 9879.0, 9887.0, 9887.0, 9829.0, 9871.0, 9842.0, 9940.0, 9964.0, 9917.0, 9865.0, 9917.0, 9885.0, 9843.0, 9881.0, 9851.0, 9905.0, 9865.0, 9842.0, 9896.0, 9873.0, 9925.0, 9883.0, 9937.0, 9876.0, 9919.0, 9872.0, 9901.0, 9856.0, 9868.0, 9835.0, 9826.0, 9849.0, 9835.0, 9852.0, 9807.0, 9849.0, 9825.0, 9870.0, 9845.0, 9883.0, 9859.0, 9889.0, 9861.0, 9901.0, 9860.0, 9902.0, 9856.0, 9867.0, 9855.0, 9848.0, 9854.0, 9844.0, 9870.0, 9829.0, 9871.0, 9833.0, 9887.0, 9846.0, 9887.0, 9874.0, 9890.0, 9864.0, 9864.0, 9876.0, 9832.0, 9890.0, 9849.0, 9887.0, 9876.0, 9903.0, 9859.0, 9889.0, 9857.0, 9842.0, 9870.0, 9842.0, 9904.0, 9840.0, 9882.0, 9838.0, 9878.0, 9853.0, 9852.0, 9851.0, 9808.0, 9867.0, 9827.0, 9863.0, 9838.0, 9880.0, 9834.0, 9880.0, 9852.0, 9841.0, 9850.0, 9826.0, 9852.0, 9811.0, 9846.0, 9842.0, 9866.0, 9856.0, 9881.0, 9855.0, 9896.0, 9857.0, 9887.0, 9855.0, 9858.0, 9852.0, 9817.0, 9873.0, 9847.0, 9877.0, 9863.0, 9889.0, 9860.0, 9900.0, 9873.0, 9874.0, 9859.0, 9845.0, 9860.0, 9831.0, 9874.0, 9851.0, 9893.0, 9865.0, 9904.0, 9881.0, 9909.0, 9878.0, 9894.0, 9878.0, 9874.0, 9876.0, 9844.0, 9874.0, 9837.0, 9888.0, 9858.0, 9901.0, 9855.0, 9891.0, 9873.0, 9863.0, 9862.0, 9832.0, 9874.0, 9839.0, 9893.0, 9866.0, 9906.0, 9881.0, 9909.0, 9863.0, 9854.0, 9881.0, 9865.0, 9909.0, 9848.0, 9904.0, 9863.0, 9901.0, 9875.0, 9904.0, 9874.0, 9896.0, 9853.0, 9844.0, 9856.0, 9831.0, 9869.0, 9836.0, 9874.0, 9868.0, 9893.0, 9867.0, 9909.0, 9883.0, 9909.0, 9882.0, 9911.0, 9882.0, 9872.0, 9883.0, 9855.0, 9895.0, 9840.0, 9895.0, 9868.0, 9909.0, 9884.0, 9911.0, 9881.0, 9907.0, 9878.0, 9899.0, 9883.0, 9863.0, 9896.0, 9851.0, 9896.0, 9863.0, 9910.0, 9866.0, 9920.0, 9889.0, 9908.0, 9890.0, 9909.0, 9881.0, 9918.0, 9887.0, 9875.0, 9888.0, 9846.0, 9867.0, 9841.0, 9899.0, 9856.0, 9887.0, 9859.0, 9890.0, 9876.0, 9904.0, 9857.0, 9836.0, 9870.0, 9833.0, 9887.0, 9860.0, 9906.0, 9874.0, 9907.0, 9875.0, 9891.0, 9875.0, 9854.0, 9888.0, 9842.0, 9882.0, 9859.0, 9898.0, 9869.0, 9884.0, 9857.0, 9848.0, 9859.0, 9833.0, 9886.0, 9845.0, 9887.0, 9864.0, 9889.0, 9872.0, 9864.0, 9865.0, 9839.0, 9878.0, 9838.0, 9891.0, 9866.0, 9907.0, 9882.0, 9897.0, 9883.0, 9883.0, 9882.0, 9835.0, 9891.0, 9869.0, 9891.0, 9881.0, 9907.0, 9883.0, 9869.0, 9880.0, 9855.0, 9899.0, 9857.0, 9904.0, 9880.0, 9927.0, 9881.0, 9907.0, 9892.0, 9852.0, 9888.0, 9860.0, 9879.0, 9874.0, 9853.0, 9923.0, 9880.0, 9895.0, 9878.0, 9893.0, 9906.0, 9855.0, 9881.0, 9823.0, 9877.0, 9837.0, 9881.0, 9848.0, 9879.0, 9839.0, 9867.0, 9856.0, 9843.0, 9853.0, 9815.0, 9880.0, 9838.0, 9890.0, 9888.0, 9909.0, 9884.0, 9894.0, 9863.0, 9835.0, 9877.0, 9852.0, 9891.0, 9868.0, 9925.0, 9879.0, 9911.0, 9882.0, 9908.0, 9875.0, 9879.0, 9873.0, 9847.0, 9888.0, 9848.0, 9903.0, 9863.0, 9904.0, 9857.0, 9875.0, 9860.0, 9859.0, 9873.0, 9830.0, 9872.0, 9847.0, 9888.0, 9842.0, 9885.0, 9844.0, 9880.0, 9861.0, 9885.0, 9842.0, 9880.0, 9842.0, 9870.0, 9859.0, 9888.0, 9876.0, 9907.0, 9903.0, 9925.0, 9879.0, 9922.0, 9880.0, 9928.0, 9914.0, 9924.0, 9879.0, 9925.0, 9897.0, 9916.0, 9871.0, 9890.0, 9874.0, 9860.0, 9872.0, 9875.0, 9887.0, 9860.0, 9890.0, 9847.0, 9905.0, 9861.0, 9902.0, 9861.0, 9900.0, 9854.0, 9897.0, 9854.0, 9893.0, 9855.0, 9896.0, 9867.0, 9899.0, 9867.0, 9895.0, 9870.0, 9900.0, 9871.0, 9897.0, 9856.0, 9856.0, 9870.0, 9860.0, 9868.0, 9826.0, 9884.0, 9845.0, 9899.0, 9861.0, 9919.0, 9875.0, 9912.0, 9857.0, 9886.0, 9858.0, 9863.0, 9875.0, 9903.0, 9873.0, 9871.0, 9871.0, 9857.0, 9870.0, 9869.0, 9869.0, 9836.0, 9863.0, 9819.0, 9864.0, 9841.0, 9880.0, 9852.0, 9897.0, 9855.0, 9898.0, 9856.0, 9899.0, 9872.0, 9898.0, 9856.0, 9886.0, 9854.0, 9871.0, 9855.0, 9873.0, 9861.0, 9859.0, 9875.0, 9835.0, 9889.0, 9866.0, 9901.0, 9875.0, 9919.0, 9878.0, 9892.0, 9877.0, 9905.0, 9890.0, 9900.0, 9886.0, 9859.0, 9881.0, 9841.0, 9881.0, 9854.0, 9889.0, 9852.0, 9893.0, 9854.0, 9870.0, 9858.0, 9874.0, 9871.0, 9843.0, 9869.0, 9848.0, 9872.0, 9846.0, 9888.0, 9846.0, 9899.0, 9862.0, 9902.0, 9875.0, 9905.0, 9874.0, 9881.0, 9897.0, 9913.0, 9918.0, 9901.0, 9898.0, 9848.0, 9888.0, 9878.0, 9879.0, 9895.0, 9852.0, 9904.0, 9867.0, 9937.0, 9895.0, 9917.0, 9888.0, 9891.0, 9875.0, 9875.0, 9871.0, 9832.0, 9889.0, 9860.0, 9901.0, 9875.0, 9918.0, 9885.0, 9877.0, 9871.0, 9846.0, 9890.0, 9846.0, 9903.0, 9862.0, 9900.0, 9862.0, 9905.0, 9882.0, 9919.0, 9879.0, 9881.0, 9882.0, 9841.0, 9896.0, 9870.0, 9923.0, 9880.0, 9946.0, 9903.0, 9974.0, 9927.0, 9941.0, 9911.0, 9851.0, 9921.0, 9887.0, 9920.0, 9892.0, 9967.0, 9904.0, 9871.0, 9874.0, 9850.0, 9896.0, 9868.0, 9879.0, 9890.0, 9867.0, 9923.0, 9897.0, 9924.0, 9876.0, 9845.0, 9887.0, 9859.0, 9902.0, 9879.0, 9919.0, 9894.0, 9903.0, 9867.0, 9828.0, 9866.0, 9829.0, 9880.0, 9839.0, 9882.0, 9858.0, 9883.0, 9877.0, 9900.0, 9871.0, 9903.0, 9877.0, 9875.0, 9879.0, 9877.0, 9898.0, 9931.0, 9912.0, 9863.0, 9902.0, 9875.0, 9889.0, 9877.0, 9876.0, 9892.0, 9852.0, 9910.0, 9866.0, 9921.0, 9882.0, 9919.0, 9893.0, 9936.0, 9892.0, 9923.0, 9889.0, 9917.0, 9889.0, 9874.0, 9887.0, 9844.0, 9884.0, 9859.0, 9900.0, 9858.0, 9910.0, 9869.0, 9910.0, 9871.0, 9894.0, 9873.0, 9910.0, 9864.0, 9897.0, 9854.0, 9881.0, 9858.0, 9885.0, 9869.0, 9894.0, 9894.0, 9869.0, 9917.0, 9853.0, 9908.0, 9864.0, 9896.0, 9901.0, 9908.0, 9921.0, 9901.0, 9884.0, 9857.0, 9892.0, 9879.0, 9897.0, 9876.0, 9850.0, 9910.0, 9897.0, 9875.0, 9928.0, 9882.0, 9937.0, 9894.0, 9930.0, 9885.0, 9914.0, 9867.0, 9879.0, 9846.0, 9836.0, 9864.0, 9826.0, 9868.0, 9860.0, 9884.0, 9858.0, 9922.0, 9887.0, 9901.0, 9881.0, 9871.0, 9895.0, 9852.0, 9889.0, 9896.0, 9932.0, 9899.0, 9908.0, 9872.0, 9864.0, 9894.0, 9864.0, 9943.0, 9934.0, 9932.0, 9850.0, 9886.0, 9933.0, 9860.0, 9922.0, 9888.0, 9854.0, 9896.0, 9876.0, 9892.0, 9877.0, 9843.0, 9900.0, 9869.0, 9883.0, 9876.0, 9885.0, 9908.0, 9877.0, 9845.0, 9921.0, 9890.0, 9914.0, 9877.0, 9833.0, 9874.0, 9825.0, 9881.0, 9859.0, 9884.0, 9837.0, 9825.0, 9838.0, 9808.0, 9849.0, 9824.0, 9840.0, 9822.0, 9813.0, 9828.0, 9801.0, 9843.0, 9836.0, 9861.0, 9834.0, 9814.0, 9865.0, 9839.0, 9880.0, 9867.0, 9853.0, 9854.0, 9825.0, 9880.0, 9841.0, 9880.0, 9868.0, 9884.0, 9852.0, 9827.0, 9868.0, 9842.0, 9881.0, 9854.0, 9895.0, 9856.0, 9872.0, 9853.0, 9831.0, 9872.0, 9850.0, 9947.0, 9971.0, 9937.0, 9836.0, 9831.0, 9876.0, 9855.0, 9896.0, 9885.0, 9889.0, 9902.0, 9875.0, 9912.0, 9884.0, 9941.0, 9901.0, 9943.0, 9897.0, 9899.0, 9892.0, 9870.0, 9908.0, 9882.0, 9925.0, 9882.0, 9886.0, 9894.0, 9856.0, 9926.0, 9897.0, 9939.0, 9898.0, 9858.0, 9915.0, 9890.0, 9925.0, 9882.0, 9861.0, 9915.0, 9910.0, 9914.0, 9911.0, 9880.0, 9934.0, 9906.0, 9948.0, 9903.0, 9917.0, 9913.0, 9880.0, 9923.0, 9881.0, 9921.0, 9890.0, 9928.0, 9875.0, 9874.0, 9889.0, 9833.0, 9886.0, 9879.0, 9903.0, 9880.0, 9882.0, 9894.0, 9854.0, 9908.0, 9882.0, 9922.0, 9896.0, 9896.0, 9880.0, 9851.0, 9895.0, 9873.0, 9923.0, 9897.0, 9939.0, 9896.0, 9908.0, 9893.0, 9894.0, 9906.0, 9848.0, 9902.0, 9878.0, 9920.0, 9876.0, 9866.0, 9894.0, 9869.0, 9922.0, 9880.0, 9937.0, 9889.0, 9907.0, 9872.0, 9860.0, 9871.0, 9847.0, 9902.0, 9872.0, 9917.0, 9873.0, 9865.0, 9876.0, 9848.0, 9907.0, 9869.0, 9913.0, 9883.0, 9887.0, 9896.0, 9859.0, 9922.0, 9887.0, 9943.0, 9894.0, 9912.0, 9881.0, 9850.0, 9893.0, 9853.0, 9905.0, 9883.0, 9922.0, 9878.0, 9880.0, 9878.0, 9852.0, 9893.0, 9869.0, 9908.0, 9879.0, 9911.0, 9884.0, 9874.0, 9901.0, 9875.0, 9927.0, 9888.0, 9932.0, 9918.0, 9932.0, 9901.0, 9882.0, 9911.0, 9868.0, 9923.0, 9894.0, 9938.0, 9893.0, 9921.0, 9878.0, 9872.0, 9877.0, 9856.0, 9906.0, 9882.0, 9925.0, 9883.0, 9905.0, 9904.0, 9859.0, 9924.0, 9893.0, 9888.0, 9906.0, 9891.0, 9942.0, 9897.0, 9918.0, 9897.0, 9866.0, 9938.0, 9879.0, 9864.0, 9935.0, 9909.0, 9868.0, 9911.0, 9872.0, 9864.0, 9889.0, 9850.0, 9874.0, 9862.0, 9836.0, 9907.0, 9881.0, 9855.0, 9899.0, 9891.0, 9924.0, 9911.0, 9863.0, 9915.0, 9869.0, 9862.0, 9904.0, 9894.0, 9934.0, 9909.0, 9936.0, 9918.0, 9888.0, 9931.0, 9885.0, 9931.0, 9884.0, 9939.0, 9892.0, 9918.0, 9891.0, 9923.0, 9892.0, 9921.0, 9889.0, 9848.0, 9887.0, 9850.0, 9904.0, 9874.0, 9918.0, 9875.0, 9888.0, 9877.0, 9907.0, 9893.0, 9861.0, 9886.0, 9852.0, 9890.0, 9863.0, 9902.0, 9857.0, 9897.0, 9872.0, 9920.0, 9886.0, 9917.0, 9870.0, 9829.0, 9880.0, 9861.0, 9896.0, 9871.0, 9914.0, 9870.0, 9900.0, 9870.0, 9897.0, 9866.0, 9867.0, 9862.0, 9836.0, 9863.0, 9850.0, 9878.0, 9819.0, 9858.0, 9821.0, 9881.0, 9840.0, 9888.0, 9869.0, 9878.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.000696430750457596</td></tr>
<tr><td colspan=3>aqi</td><td>0.01918877553386211</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.250250773101335</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.176142578107447</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9944438767277184</td></tr>
<tr><td colspan=3>efc</td><td>0.4808</td></tr>
<tr><td colspan=3>fber</td><td>5057.3237</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09613226610512351</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.491153142159853</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6409923720134545</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6710194817724786</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7643317522750133</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.487625881992872</td></tr>
<tr><td colspan=3>gcor</td><td>0.00831718</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.001600724528543651</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.013240481726825237</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1639</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8129384547692524</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.0997</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8178</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.5075</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298229.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.2659</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2624</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.2197</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3664.0755</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3888.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1019.6795</td></tr>
<tr><td colspan=3>tsnr</td><td>41.987668899819255</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>