<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-03/func/sub-0056_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>c25b3c9ef7676da5001eed83eddde839</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>19:22:24.862500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997801, 0.0620205, -0.0233762, -0.060329, 0.995914, 0.0671963]</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.0844552</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>[4153, -7760, -7298, 809, -17, -348, 72, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.726</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7a521606-531a-4c27-958e-de278107fed2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677027463912964, -0.16185830533504486, -0.07411027699708939, 119.85173034667969], [-0.1663965880870819, 2.6719648838043213, 0.17722347378730774, -94.32347106933594], [-0.06271665543317795, -0.18028287589550018, 2.693157911300659, -68.27429962158203], [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': ['192224.862500', '192225.322500', '192225.782500', '192226.242500', '192226.702500', '192227.162500', '192227.622500', '192228.082500', '192228.542500', '192229.002500', '192229.462500', '192229.922500', '192230.382500', '192230.842500', '192231.302500', '192231.762500', '192232.222500', '192232.682500', '192233.142500', '192233.602500', '192234.062500', '192234.522500', '192234.982500', '192235.442500', '192235.902500', '192236.362500', '192236.822500', '192237.282500', '192237.742500', '192238.202500', '192238.662500', '192239.122500', '192239.582500', '192240.042500', '192240.502500', '192240.962500', '192241.422500', '192241.882500', '192242.342500', '192242.802500', '192243.262500', '192243.722500', '192244.182500', '192244.642500', '192245.102500', '192245.562500', '192246.022500', '192246.482500', '192246.942500', '192247.402500', '192247.862500', '192248.322500', '192248.782500', '192249.242500', '192249.702500', '192250.162500', '192250.622500', '192251.082500', '192251.542500', '192252.002500', '192252.462500', '192252.922500', '192253.382500', '192253.842500', '192254.302500', '192254.762500', '192255.222500', '192255.682500', '192256.142500', '192256.602500', '192257.062500', '192257.522500', '192257.982500', '192258.442500', '192258.902500', '192259.362500', '192259.822500', '192300.282500', '192300.742500', '192301.202500', '192301.662500', '192302.122500', '192302.582500', '192303.042500', '192303.502500', '192303.962500', '192304.422500', '192304.882500', '192305.342500', '192305.802500', '192306.262500', '192306.722500', '192307.182500', '192307.642500', '192308.102500', '192308.562500', '192309.022500', '192309.482500', '192309.942500', '192310.402500', '192310.862500', '192311.322500', '192311.782500', '192312.242500', '192312.702500', '192313.162500', '192313.622500', '192314.082500', '192314.542500', '192315.002500', '192315.462500', '192315.922500', '192316.382500', '192316.842500', '192317.302500', '192317.762500', '192318.222500', '192318.682500', '192319.142500', '192319.602500', '192320.062500', '192320.522500', '192320.982500', '192321.442500', '192321.902500', '192322.362500', '192322.822500', '192323.282500', '192323.742500', '192324.202500', '192324.662500', '192325.122500', '192325.582500', '192326.042500', '192326.502500', '192326.962500', '192327.422500', '192327.882500', '192328.342500', '192328.802500', '192329.262500', '192329.722500', '192330.182500', '192330.642500', '192331.102500', '192331.562500', '192332.022500', '192332.482500', '192332.942500', '192333.402500', '192333.862500', '192334.322500', '192334.782500', '192335.242500', '192335.702500', '192336.162500', '192336.622500', '192337.082500', '192337.542500', '192338.002500', '192338.462500', '192338.922500', '192339.382500', '192339.842500', '192340.302500', '192340.762500', '192341.222500', '192341.682500', '192342.142500', '192342.602500', '192343.062500', '192343.522500', '192343.982500', '192344.442500', '192344.902500', '192345.362500', '192345.822500', '192346.282500', '192346.742500', '192347.202500', '192347.662500', '192348.122500', '192348.582500', '192349.042500', '192349.502500', '192349.962500', '192350.422500', '192350.882500', '192351.342500', '192351.802500', '192352.262500', '192352.722500', '192353.182500', '192353.642500', '192354.102500', '192354.562500', '192355.022500', '192355.482500', '192355.942500', '192356.402500', '192356.862500', '192357.322500', '192357.782500', '192358.242500', '192358.702500', '192359.162500', '192359.622500', '192400.082500', '192400.542500', '192401.002500', '192401.462500', '192401.922500', '192402.382500', '192402.842500', '192403.302500', '192403.762500', '192404.222500', '192404.682500', '192405.142500', '192405.602500', '192406.062500', '192406.522500', '192406.982500', '192407.442500', '192407.902500', '192408.362500', '192408.822500', '192409.282500', '192409.742500', '192410.202500', '192410.662500', '192411.122500', '192411.582500', '192412.042500', '192412.502500', '192412.962500', '192413.422500', '192413.882500', '192414.342500', '192414.802500', '192415.262500', '192415.722500', '192416.182500', '192416.642500', '192417.102500', '192417.562500', '192418.022500', '192418.482500', '192418.942500', '192419.402500', '192419.862500', '192420.322500', '192420.782500', '192421.242500', '192421.702500', '192422.162500', '192422.622500', '192423.082500', '192423.542500', '192424.002500', '192424.462500', '192424.922500', '192425.382500', '192425.842500', '192426.302500', '192426.762500', '192427.222500', '192427.682500', '192428.142500', '192428.602500', '192429.062500', '192429.522500', '192429.982500', '192430.442500', '192430.902500', '192431.362500', '192431.822500', '192432.282500', '192432.742500', '192433.202500', '192433.662500', '192434.122500', '192434.582500', '192435.042500', '192435.502500', '192435.962500', '192436.422500', '192436.882500', '192437.342500', '192437.802500', '192438.262500', '192438.722500', '192439.182500', '192439.642500', '192440.102500', '192440.562500', '192441.022500', '192441.482500', '192441.942500', '192442.402500', '192442.862500', '192443.322500', '192443.782500', '192444.242500', '192444.702500', '192445.162500', '192445.622500', '192446.082500', '192446.542500', '192447.002500', '192447.462500', '192447.922500', '192448.382500', '192448.842500', '192449.302500', '192449.762500', '192450.222500', '192450.682500', '192451.142500', '192451.602500', '192452.062500', '192452.522500', '192452.982500', '192453.442500', '192453.902500', '192454.362500', '192454.822500', '192455.282500', '192455.742500', '192456.202500', '192456.662500', '192457.122500', '192457.582500', '192458.042500', '192458.502500', '192458.962500', '192459.422500', '192459.882500', '192500.342500', '192500.802500', '192501.262500', '192501.722500', '192502.182500', '192502.642500', '192503.102500', '192503.562500', '192504.022500', '192504.482500', '192504.942500', '192505.402500', '192505.862500', '192506.322500', '192506.782500', '192507.242500', '192507.702500', '192508.162500', '192508.622500', '192509.082500', '192509.542500', '192510.002500', '192510.462500', '192510.922500', '192511.382500', '192511.842500', '192512.302500', '192512.762500', '192513.222500', '192513.682500', '192514.142500', '192514.602500', '192515.062500', '192515.522500', '192515.982500', '192516.442500', '192516.902500', '192517.362500', '192517.822500', '192518.282500', '192518.742500', '192519.202500', '192519.662500', '192520.122500', '192520.582500', '192521.042500', '192521.502500', '192521.962500', '192522.422500', '192522.882500', '192523.342500', '192523.802500', '192524.262500', '192524.722500', '192525.182500', '192525.642500', '192526.102500', '192526.562500', '192527.022500', '192527.482500', '192527.942500', '192528.402500', '192528.862500', '192529.322500', '192529.782500', '192530.242500', '192530.702500', '192531.162500', '192531.622500', '192532.082500', '192532.542500', '192533.002500', '192533.462500', '192533.922500', '192534.382500', '192534.842500', '192535.302500', '192535.762500', '192536.222500', '192536.682500', '192537.142500', '192537.602500', '192538.062500', '192538.522500', '192538.982500', '192539.442500', '192539.902500', '192540.362500', '192540.822500', '192541.282500', '192541.742500', '192542.202500', '192542.662500', '192543.122500', '192543.582500', '192544.042500', '192544.502500', '192544.962500', '192545.422500', '192545.882500', '192546.342500', '192546.802500', '192547.262500', '192547.722500', '192548.182500', '192548.642500', '192549.102500', '192549.562500', '192550.022500', '192550.482500', '192550.942500', '192551.402500', '192551.862500', '192552.322500', '192552.782500', '192553.242500', '192553.702500', '192554.162500', '192554.622500', '192555.082500', '192555.542500', '192556.002500', '192556.462500', '192556.922500', '192557.382500', '192557.842500', '192558.302500', '192558.762500', '192559.222500', '192559.682500', '192600.142500', '192600.602500', '192601.062500', '192601.522500', '192601.982500', '192602.442500', '192602.902500', '192603.362500', '192603.822500', '192604.282500', '192604.742500', '192605.202500', '192605.662500', '192606.122500', '192606.582500', '192607.042500', '192607.502500', '192607.962500', '192608.422500', '192608.882500', '192609.342500', '192609.802500', '192610.262500', '192610.722500', '192611.182500', '192611.642500', '192612.102500', '192612.562500', '192613.022500', '192613.482500', '192613.942500', '192614.402500', '192614.862500', '192615.322500', '192615.782500', '192616.242500', '192616.702500', '192617.162500', '192617.622500', '192618.082500', '192618.542500', '192619.002500', '192619.462500', '192619.922500', '192620.382500', '192620.842500', '192621.302500', '192621.762500', '192622.222500', '192622.682500', '192623.142500', '192623.602500', '192624.062500', '192624.522500', '192624.982500', '192625.442500', '192625.902500', '192626.362500', '192626.822500', '192627.282500', '192627.742500', '192628.202500', '192628.662500', '192629.122500', '192629.582500', '192630.042500', '192630.502500', '192630.962500', '192631.422500', '192631.882500', '192632.342500', '192632.802500', '192633.262500', '192633.722500', '192634.182500', '192634.642500', '192635.102500', '192635.562500', '192636.022500', '192636.482500', '192636.942500', '192637.402500', '192637.862500', '192638.322500', '192638.782500', '192639.242500', '192639.702500', '192640.162500', '192640.622500', '192641.082500', '192641.542500', '192642.002500', '192642.462500', '192642.922500', '192643.382500', '192643.842500', '192644.302500', '192644.762500', '192645.222500', '192645.682500', '192646.142500', '192646.602500', '192647.062500', '192647.522500', '192647.982500', '192648.442500', '192648.902500', '192649.362500', '192649.822500', '192650.282500', '192650.742500', '192651.202500', '192651.662500', '192652.122500', '192652.582500', '192653.042500', '192653.502500', '192653.962500', '192654.422500', '192654.882500', '192655.342500', '192655.802500', '192656.262500', '192656.722500', '192657.182500', '192657.642500', '192658.102500', '192658.562500', '192659.022500', '192659.482500', '192659.942500', '192700.402500', '192700.862500', '192701.322500', '192701.782500', '192702.242500', '192702.702500', '192703.162500', '192703.622500', '192704.082500', '192704.542500', '192705.002500', '192705.462500', '192705.922500', '192706.382500', '192706.842500', '192707.302500', '192707.762500', '192708.222500', '192708.682500', '192709.142500', '192709.602500', '192710.062500', '192710.522500', '192710.982500', '192711.442500', '192711.902500', '192712.362500', '192712.822500', '192713.282500', '192713.742500', '192714.202500', '192714.662500', '192715.122500', '192715.582500', '192716.042500', '192716.502500', '192716.962500', '192717.422500', '192717.882500', '192718.342500', '192718.802500', '192719.262500', '192719.722500', '192720.182500', '192720.642500', '192721.102500', '192721.562500', '192722.022500', '192722.482500', '192722.942500', '192723.402500', '192723.862500', '192724.322500', '192724.782500', '192725.242500', '192725.702500', '192726.162500', '192726.622500', '192727.082500', '192727.542500', '192728.002500', '192728.462500', '192728.922500', '192729.382500', '192729.842500', '192730.302500', '192730.762500', '192731.222500', '192731.682500', '192732.142500', '192732.602500', '192733.062500', '192733.522500', '192733.982500', '192734.442500', '192734.902500', '192735.362500', '192735.822500', '192736.282500', '192736.742500', '192737.202500', '192737.662500', '192738.122500', '192738.582500', '192739.042500', '192739.502500', '192739.962500', '192740.422500', '192740.882500', '192741.342500', '192741.802500', '192742.262500', '192742.722500', '192743.182500', '192743.642500', '192744.102500', '192744.562500', '192745.022500', '192745.482500', '192745.942500', '192746.402500', '192746.862500', '192747.322500', '192747.782500', '192748.242500', '192748.702500', '192749.162500', '192749.622500', '192750.082500', '192750.542500', '192751.002500', '192751.462500', '192751.922500', '192752.382500', '192752.842500', '192753.302500', '192753.762500', '192754.222500', '192754.682500', '192755.142500', '192755.602500', '192756.062500', '192756.522500', '192756.982500', '192757.442500', '192757.902500', '192758.362500', '192758.822500', '192759.282500', '192759.742500', '192800.202500', '192800.662500', '192801.122500', '192801.582500', '192802.042500', '192802.502500', '192802.962500', '192803.422500', '192803.882500', '192804.342500', '192804.802500', '192805.262500', '192805.722500', '192806.182500', '192806.642500', '192807.102500', '192807.562500', '192808.022500', '192808.482500', '192808.942500', '192809.402500', '192809.862500', '192810.322500', '192810.782500', '192811.242500', '192811.702500', '192812.162500', '192812.622500', '192813.082500', '192813.542500', '192814.002500', '192814.462500', '192814.922500', '192815.382500', '192815.842500', '192816.302500', '192816.762500', '192817.222500', '192817.682500', '192818.142500', '192818.602500', '192819.062500', '192819.522500', '192819.982500', '192820.442500', '192820.902500', '192821.362500', '192821.822500', '192822.282500', '192822.742500', '192823.202500', '192823.662500', '192824.122500', '192824.582500', '192825.042500', '192825.502500', '192825.962500', '192826.422500', '192826.882500', '192827.342500', '192827.802500', '192828.262500', '192828.722500', '192829.182500', '192829.642500', '192830.102500', '192830.562500', '192831.022500', '192831.482500', '192831.942500', '192832.402500', '192832.862500', '192833.322500', '192833.782500', '192834.242500', '192834.702500', '192835.162500', '192835.622500', '192836.082500', '192836.542500', '192837.002500', '192837.462500', '192837.922500', '192838.382500', '192838.842500', '192839.302500', '192839.762500', '192840.222500', '192840.682500', '192841.142500', '192841.602500', '192842.062500', '192842.522500', '192842.982500', '192843.442500', '192843.902500', '192844.362500', '192844.822500', '192845.282500', '192845.742500', '192846.202500', '192846.662500', '192847.122500', '192847.582500', '192848.042500', '192848.502500', '192848.962500', '192849.422500', '192849.882500', '192850.342500', '192850.802500', '192851.262500', '192851.722500', '192852.182500', '192852.642500', '192853.102500', '192853.562500', '192854.022500', '192854.482500', '192854.942500', '192855.402500', '192855.862500', '192856.322500', '192856.782500', '192857.242500', '192857.702500', '192858.162500', '192858.622500', '192859.082500', '192859.542500', '192900.002500', '192900.462500', '192900.922500', '192901.382500', '192901.842500', '192902.302500', '192902.762500', '192903.222500', '192903.682500', '192904.142500', '192904.602500', '192905.062500', '192905.522500', '192905.982500', '192906.442500', '192906.902500', '192907.362500', '192907.822500', '192908.282500', '192908.742500', '192909.202500', '192909.662500', '192910.122500', '192910.582500', '192911.042500', '192911.502500', '192911.962500', '192912.422500', '192912.882500', '192913.342500', '192913.802500', '192914.262500', '192914.722500', '192915.182500', '192915.642500', '192916.102500', '192916.562500', '192917.022500', '192917.482500', '192917.942500', '192918.402500', '192918.862500', '192919.322500', '192919.782500', '192920.242500', '192920.702500', '192921.162500', '192921.622500', '192922.082500', '192922.542500', '192923.002500', '192923.462500', '192923.922500', '192924.382500', '192924.842500', '192925.302500', '192925.762500', '192926.222500', '192926.682500', '192927.142500', '192927.602500', '192928.062500', '192928.522500', '192928.982500', '192929.442500', '192929.902500', '192930.362500', '192930.822500', '192931.282500', '192931.742500', '192932.202500', '192932.662500', '192933.122500', '192933.582500', '192934.042500', '192934.502500', '192934.962500', '192935.422500', '192935.882500', '192936.342500', '192936.802500', '192937.262500', '192937.722500', '192938.182500', '192938.642500', '192939.102500', '192939.562500', '192940.022500', '192940.482500', '192940.942500', '192941.402500', '192941.862500', '192942.322500', '192942.782500', '192943.242500', '192943.702500', '192944.162500', '192944.622500', '192945.082500', '192945.542500', '192946.002500', '192946.462500', '192946.922500', '192947.382500', '192947.842500', '192948.302500', '192948.762500', '192949.222500', '192949.682500', '192950.142500', '192950.602500', '192951.062500', '192951.522500', '192951.982500', '192952.442500', '192952.902500', '192953.362500', '192953.822500', '192954.282500', '192954.742500', '192955.202500', '192955.662500', '192956.122500', '192956.582500', '192957.042500', '192957.502500', '192957.962500', '192958.422500', '192958.882500', '192959.342500', '192959.802500', '193000.262500', '193000.722500', '193001.182500', '193001.642500', '193002.102500', '193002.562500', '193003.022500', '193003.482500', '193003.942500', '193004.402500', '193004.862500', '193005.322500', '193005.782500', '193006.242500', '193006.702500', '193007.162500', '193007.622500', '193008.082500', '193008.542500', '193009.002500', '193009.462500', '193009.922500', '193010.382500', '193010.842500', '193011.302500', '193011.762500', '193012.222500', '193012.682500', '193013.142500', '193013.602500', '193014.062500', '193014.522500', '193014.982500', '193015.442500', '193015.902500', '193016.362500', '193016.822500', '193017.282500', '193017.742500', '193018.202500', '193018.662500', '193019.122500', '193019.582500', '193020.042500', '193020.502500', '193020.962500', '193021.422500', '193021.882500', '193022.342500', '193022.802500', '193023.262500', '193023.722500', '193024.182500', '193024.642500', '193025.102500', '193025.562500', '193026.022500', '193026.482500', '193026.942500', '193027.402500', '193027.862500', '193028.322500', '193028.782500', '193029.242500', '193029.702500', '193030.162500', '193030.622500', '193031.082500', '193031.542500', '193032.002500', '193032.462500', '193032.922500', '193033.382500', '193033.842500', '193034.302500', '193034.762500', '193035.222500', '193035.682500', '193036.142500', '193036.602500', '193037.062500', '193037.522500', '193037.982500', '193038.442500', '193038.902500', '193039.362500', '193039.822500', '193040.282500', '193040.742500', '193041.202500', '193041.662500', '193042.122500', '193042.582500', '193043.042500', '193043.502500', '193043.962500', '193044.422500', '193044.882500', '193045.342500', '193045.802500', '193046.262500', '193046.722500', '193047.182500', '193047.642500', '193048.102500', '193048.562500', '193049.022500', '193049.482500', '193049.942500', '193050.402500', '193050.862500', '193051.322500', '193051.782500', '193052.242500', '193052.702500', '193053.162500', '193053.622500', '193054.082500', '193054.542500', '193055.002500', '193055.462500', '193055.922500', '193056.382500', '193056.842500', '193057.302500', '193057.762500', '193058.222500', '193058.682500', '193059.142500', '193059.602500', '193100.062500', '193100.522500', '193100.982500', '193101.442500', '193101.902500', '193102.362500', '193102.822500', '193103.282500', '193103.742500', '193104.202500', '193104.662500', '193105.122500', '193105.582500', '193106.042500', '193106.502500', '193106.962500', '193107.422500', '193107.882500', '193108.342500', '193108.802500', '193109.262500', '193109.722500', '193110.182500', '193110.642500', '193111.102500', '193111.562500', '193112.022500', '193112.482500', '193112.942500', '193113.402500', '193113.862500', '193114.322500', '193114.782500', '193115.242500', '193115.702500', '193116.162500', '193116.622500', '193117.082500', '193117.542500', '193118.002500', '193118.462500', '193118.922500', '193119.382500', '193119.842500', '193120.302500', '193120.762500', '193121.222500', '193121.682500', '193122.142500', '193122.602500', '193123.062500', '193123.522500', '193123.982500', '193124.442500', '193124.902500', '193125.362500', '193125.822500', '193126.282500', '193126.742500', '193127.202500', '193127.662500', '193128.122500', '193128.582500', '193129.042500', '193129.502500', '193129.962500', '193130.422500', '193130.882500', '193131.342500', '193131.802500', '193132.262500', '193132.722500', '193133.182500', '193133.642500', '193134.102500', '193134.562500', '193135.022500', '193135.482500', '193135.942500', '193136.402500', '193136.862500', '193137.322500', '193137.782500', '193138.242500', '193138.702500', '193139.162500', '193139.622500', '193140.082500', '193140.542500', '193141.002500', '193141.462500', '193141.922500', '193142.382500', '193142.842500', '193143.302500', '193143.762500', '193144.222500', '193144.682500', '193145.142500', '193145.602500', '193146.062500', '193146.522500', '193146.982500', '193147.442500', '193147.902500', '193148.362500', '193148.822500', '193149.282500', '193149.742500', '193150.202500', '193150.662500', '193151.122500', '193151.582500', '193152.042500', '193152.502500', '193152.962500', '193153.422500', '193153.882500', '193154.342500', '193154.802500', '193155.262500', '193155.722500', '193156.182500', '193156.642500', '193157.102500', '193157.562500', '193158.022500', '193158.482500', '193158.942500', '193159.402500', '193159.862500', '193200.322500', '193200.782500', '193201.242500', '193201.702500', '193202.162500', '193202.622500', '193203.082500', '193203.542500', '193204.002500', '193204.462500', '193204.922500', '193205.382500', '193205.842500', '193206.302500', '193206.762500', '193207.222500', '193207.682500', '193208.142500', '193208.602500', '193209.062500', '193209.522500', '193209.982500', '193210.442500', '193210.902500', '193211.362500', '193211.822500', '193212.282500', '193212.742500', '193213.202500', '193213.662500', '193214.122500', '193214.582500', '193215.042500', '193215.502500', '193215.962500', '193216.422500', '193216.882500', '193217.342500', '193217.802500', '193218.262500', '193218.722500', '193219.182500', '193219.642500', '193220.102500', '193220.562500', '193221.022500', '193221.482500', '193221.942500', '193222.402500', '193222.862500', '193223.322500', '193223.782500', '193224.242500', '193224.702500', '193225.162500', '193225.622500', '193226.082500', '193226.542500', '193227.002500', '193227.462500', '193227.922500', '193228.382500', '193228.842500', '193229.302500', '193229.762500', '193230.222500', '193230.682500', '193231.142500', '193231.602500', '193232.062500', '193232.522500', '193232.982500', '193233.442500', '193233.902500', '193234.362500', '193234.822500', '193235.282500', '193235.742500', '193236.202500', '193236.662500', '193237.122500', '193237.582500', '193238.042500', '193238.502500', '193238.962500', '193239.422500', '193239.882500', '193240.342500', '193240.802500', '193241.262500', '193241.722500', '193242.182500', '193242.642500', '193243.102500', '193243.562500', '193244.022500', '193244.482500', '193244.942500', '193245.402500', '193245.862500', '193246.322500', '193246.782500', '193247.242500', '193247.702500', '193248.162500', '193248.622500', '193249.082500', '193249.542500', '193250.002500', '193250.462500', '193250.922500', '193251.382500', '193251.842500', '193252.302500', '193252.762500', '193253.222500', '193253.682500', '193254.142500', '193254.602500', '193255.062500', '193255.522500', '193255.982500', '193256.442500', '193256.902500', '193257.362500', '193257.822500', '193258.282500', '193258.742500', '193259.202500', '193259.662500', '193300.122500', '193300.582500', '193301.042500', '193301.502500', '193301.962500', '193302.422500', '193302.882500', '193303.342500', '193303.802500', '193304.262500', '193304.722500', '193305.182500', '193305.642500', '193306.102500', '193306.562500', '193307.022500', '193307.482500', '193307.942500', '193308.402500', '193308.862500', '193309.322500', '193309.782500', '193310.242500', '193310.702500', '193311.162500', '193311.622500', '193312.082500', '193312.542500', '193313.002500', '193313.462500', '193313.922500', '193314.382500', '193314.842500', '193315.302500', '193315.762500', '193316.222500', '193316.682500', '193317.142500', '193317.602500', '193318.062500', '193318.522500', '193318.982500', '193319.442500', '193319.902500', '193320.362500', '193320.822500', '193321.282500', '193321.742500', '193322.202500', '193322.662500', '193323.122500', '193323.582500', '193324.042500', '193324.502500', '193324.962500', '193325.422500', '193325.882500', '193326.342500', '193326.802500', '193327.262500', '193327.722500', '193328.182500', '193328.642500', '193329.102500', '193329.562500', '193330.022500', '193330.482500', '193330.942500', '193331.402500', '193331.862500', '193332.322500', '193332.782500', '193333.242500', '193333.702500', '193334.162500', '193334.622500', '193335.082500', '193335.542500', '193336.002500', '193336.462500', '193336.922500', '193337.382500', '193337.842500', '193338.302500', '193338.762500', '193339.222500', '193339.682500', '193340.142500', '193340.602500', '193341.062500', '193341.522500', '193341.982500', '193342.442500', '193342.902500', '193343.362500', '193343.822500', '193344.282500', '193344.742500', '193345.202500', '193345.662500', '193346.122500', '193346.582500', '193347.042500', '193347.502500', '193347.962500', '193348.422500', '193348.882500', '193349.342500', '193349.802500', '193350.262500', '193350.722500', '193351.182500', '193351.642500', '193352.102500', '193352.562500', '193353.022500', '193353.482500', '193353.942500', '193354.402500', '193354.862500', '193355.322500', '193355.782500', '193356.242500', '193356.702500', '193357.162500', '193357.622500', '193358.082500', '193358.542500', '193359.002500', '193359.462500', '193359.922500', '193400.382500', '193400.842500', '193401.302500', '193401.762500', '193402.222500', '193402.682500', '193403.142500', '193403.602500', '193404.062500', '193404.522500', '193404.982500', '193405.442500', '193405.902500', '193406.362500', '193406.822500', '193407.282500', '193407.742500', '193408.202500', '193408.662500', '193409.122500', '193409.582500', '193410.042500', '193410.502500', '193410.962500', '193411.422500', '193411.882500', '193412.342500', '193412.802500', '193413.262500', '193413.722500', '193414.182500', '193414.642500', '193415.102500', '193415.562500', '193416.022500', '193416.482500', '193416.942500', '193417.402500', '193417.862500', '193418.322500', '193418.782500', '193419.242500', '193419.702500', '193420.162500', '193420.622500', '193421.082500', '193421.542500', '193422.002500', '193422.462500', '193422.922500', '193423.382500', '193423.842500', '193424.302500', '193424.762500', '193425.222500', '193425.682500', '193426.142500', '193426.602500', '193427.062500', '193427.522500', '193427.982500', '193428.442500', '193428.902500', '193429.362500', '193429.822500', '193430.282500', '193430.742500', '193431.202500', '193431.662500', '193432.122500', '193432.582500', '193433.042500', '193433.502500', '193433.962500', '193434.422500', '193434.882500', '193435.342500', '193435.802500', '193436.262500', '193436.722500', '193437.182500', '193437.642500', '193438.102500', '193438.562500', '193439.022500', '193439.482500', '193439.942500', '193440.402500', '193440.862500', '193441.322500', '193441.782500', '193442.242500', '193442.702500', '193443.162500', '193443.622500', '193444.082500', '193444.542500', '193445.002500', '193445.462500', '193445.922500', '193446.382500', '193446.842500', '193447.302500', '193447.762500', '193448.222500', '193448.682500', '193449.142500', '193449.602500', '193450.062500', '193450.522500', '193450.982500', '193451.442500', '193451.902500', '193452.362500', '193452.822500', '193453.282500', '193453.742500', '193454.202500', '193454.662500', '193455.122500', '193455.582500', '193456.042500', '193456.502500', '193456.962500', '193457.422500', '193457.882500', '193458.342500', '193458.802500'], 'ContentTime': ['192236.980000', '192236.983000', '192236.986000', '192236.988000', '192236.991000', '192236.993000', '192236.996000', '192237.000000', '192237.011000', '192237.013000', '192237.016000', '192237.018000', '192237.021000', '192237.024000', '192237.026000', '192237.029000', '192237.032000', '192237.034000', '192237.037000', '192237.039000', '192237.042000', '192237.052000', '192237.055000', '192256.955000', '192256.958000', '192256.961000', '192256.964000', '192256.966000', '192256.969000', '192256.972000', '192256.977000', '192256.980000', '192256.983000', '192256.985000', '192256.988000', '192256.990000', '192256.993000', '192256.996000', '192256.998000', '192257.002000', '192257.004000', '192257.007000', '192257.010000', '192257.012000', '192257.015000', '192257.018000', '192257.020000', '192257.023000', '192257.025000', '192257.028000', '192257.030000', '192257.033000', '192257.036000', '192257.038000', '192257.041000', '192257.043000', '192257.046000', '192257.049000', '192257.051000', '192257.054000', '192257.056000', '192257.059000', '192257.062000', '192257.064000', '192257.072000', '192257.075000', '192316.955000', '192316.958000', '192316.961000', '192316.964000', '192316.966000', '192316.969000', '192316.971000', '192316.974000', '192316.976000', '192316.979000', '192316.982000', '192316.984000', '192316.987000', '192316.989000', '192316.992000', '192316.995000', '192316.997000', '192317.001000', '192317.003000', '192317.006000', '192317.009000', '192317.011000', '192317.014000', '192317.016000', '192317.019000', '192317.021000', '192317.024000', '192317.027000', '192317.029000', '192317.032000', '192317.034000', '192317.037000', '192317.040000', '192317.042000', '192317.045000', '192317.047000', '192317.050000', '192317.053000', '192317.055000', '192317.058000', '192317.060000', '192317.063000', '192317.066000', '192317.074000', '192336.955000', '192336.959000', '192336.961000', '192336.964000', '192336.967000', '192336.969000', '192336.972000', '192336.974000', '192336.977000', '192336.980000', '192336.982000', '192336.985000', '192336.988000', '192336.990000', '192336.993000', '192336.996000', '192336.998000', '192337.002000', '192337.005000', '192337.007000', '192337.010000', '192337.012000', '192337.015000', '192337.018000', '192337.020000', '192337.023000', '192337.026000', '192337.028000', '192337.031000', '192337.034000', '192337.036000', '192337.039000', '192337.042000', '192337.044000', '192337.047000', '192337.049000', '192337.052000', '192337.055000', '192337.057000', '192337.060000', '192337.063000', '192337.065000', '192337.068000', '192356.955000', '192356.958000', '192356.970000', '192356.973000', '192356.975000', '192356.978000', '192356.981000', '192356.983000', '192356.986000', '192356.988000', '192356.991000', '192356.994000', '192356.996000', '192356.999000', '192357.001000', '192357.004000', '192357.007000', '192357.009000', '192357.012000', '192357.015000', '192357.017000', '192357.020000', '192357.022000', '192357.025000', '192357.028000', '192357.030000', '192357.033000', '192357.036000', '192357.038000', '192357.041000', '192357.044000', '192357.046000', '192357.049000', '192357.051000', '192357.054000', '192357.057000', '192357.059000', '192357.062000', '192357.065000', '192357.067000', '192357.070000', '192357.073000', '192357.082000', '192357.085000', '192416.956000', '192416.958000', '192416.961000', '192416.964000', '192416.966000', '192416.969000', '192416.971000', '192416.974000', '192416.977000', '192416.979000', '192416.982000', '192416.984000', '192416.987000', '192416.990000', '192416.992000', '192416.995000', '192416.997000', '192417.001000', '192417.004000', '192417.006000', '192417.009000', '192417.012000', '192417.014000', '192417.017000', '192417.020000', '192417.022000', '192417.025000', '192417.027000', '192417.030000', '192417.033000', '192417.035000', '192417.038000', '192417.041000', '192417.043000', '192417.046000', '192417.049000', '192417.051000', '192417.054000', '192417.057000', '192417.059000', '192417.062000', '192417.064000', '192417.067000', '192436.955000', '192436.959000', '192436.961000', '192436.964000', '192436.966000', '192436.969000', '192436.971000', '192436.974000', '192436.977000', '192436.979000', '192436.982000', '192436.984000', '192436.987000', '192436.990000', '192436.993000', '192436.995000', '192436.998000', '192437.001000', '192437.004000', '192437.007000', '192437.009000', '192437.012000', '192437.014000', '192437.017000', '192437.020000', '192437.022000', '192437.025000', '192437.027000', '192437.030000', '192437.033000', '192437.035000', '192437.038000', '192437.040000', '192437.043000', '192437.046000', '192437.048000', '192437.051000', '192437.054000', '192437.056000', '192437.059000', '192437.061000', '192437.064000', '192437.067000', '192437.069000', '192456.955000', '192456.958000', '192456.961000', '192456.964000', '192456.966000', '192456.969000', '192456.971000', '192456.974000', '192456.977000', '192456.979000', '192456.982000', '192456.984000', '192456.987000', '192456.990000', '192456.992000', '192456.995000', '192456.997000', '192457.001000', '192457.003000', '192457.006000', '192457.009000', '192457.011000', '192457.014000', '192457.017000', '192457.019000', '192457.022000', '192457.024000', '192457.027000', '192457.030000', '192457.032000', '192457.035000', '192457.038000', '192457.040000', '192457.043000', '192457.045000', '192457.048000', '192457.051000', '192457.053000', '192457.056000', '192457.058000', '192457.061000', '192457.064000', '192457.066000', '192516.955000', '192516.958000', '192516.961000', '192516.963000', '192516.966000', '192516.969000', '192516.971000', '192516.974000', '192516.977000', '192516.979000', '192516.982000', '192516.984000', '192516.987000', '192516.990000', '192516.993000', '192516.995000', '192516.998000', '192517.001000', '192517.004000', '192517.007000', '192517.010000', '192517.012000', '192517.015000', '192517.017000', '192517.020000', '192517.023000', '192517.025000', '192517.028000', '192517.031000', '192517.033000', '192517.036000', '192517.039000', '192517.041000', '192517.044000', '192517.046000', '192517.049000', '192517.052000', '192517.054000', '192517.057000', '192517.059000', '192517.062000', '192517.080000', '192517.082000', '192517.085000', '192536.955000', '192536.958000', '192536.961000', '192536.964000', '192536.966000', '192536.969000', '192536.972000', '192536.974000', '192536.977000', '192536.979000', '192536.982000', '192536.985000', '192536.987000', '192536.990000', '192536.993000', '192536.995000', '192536.998000', '192537.001000', '192537.004000', '192537.007000', '192537.009000', '192537.012000', '192537.014000', '192537.017000', '192537.020000', '192537.022000', '192537.025000', '192537.028000', '192537.030000', '192537.033000', '192537.035000', '192537.038000', '192537.041000', '192537.043000', '192537.046000', '192537.048000', '192537.051000', '192537.054000', '192537.056000', '192537.059000', '192537.062000', '192537.064000', '192537.067000', '192556.956000', '192556.958000', '192556.961000', '192556.964000', '192556.966000', '192556.969000', '192556.972000', '192556.975000', '192556.977000', '192556.980000', '192556.982000', '192556.985000', '192556.988000', '192556.991000', '192556.993000', '192556.996000', '192557.000000', '192557.002000', '192557.005000', '192557.008000', '192557.010000', '192557.013000', '192557.016000', '192557.018000', '192557.021000', '192557.024000', '192557.026000', '192557.029000', '192557.032000', '192557.034000', '192557.037000', '192557.040000', '192557.042000', '192557.045000', '192557.048000', '192557.050000', '192557.053000', '192557.056000', '192557.058000', '192557.061000', '192557.064000', '192557.066000', '192557.069000', '192557.072000', '192616.956000', '192616.959000', '192616.961000', '192616.964000', '192616.966000', '192616.969000', '192616.972000', '192616.974000', '192616.977000', '192616.980000', '192616.982000', '192616.985000', '192616.988000', '192616.990000', '192616.993000', '192616.995000', '192616.998000', '192617.001000', '192617.003000', '192617.006000', '192617.009000', '192617.011000', '192617.014000', '192617.016000', '192617.019000', '192617.022000', '192617.024000', '192617.027000', '192617.029000', '192617.032000', '192617.035000', '192617.037000', '192617.040000', '192617.043000', '192617.045000', '192617.048000', '192617.050000', '192617.053000', '192617.056000', '192617.058000', '192617.061000', '192617.064000', '192617.066000', '192636.956000', '192636.959000', '192636.961000', '192636.966000', '192636.969000', '192636.971000', '192636.974000', '192636.977000', '192636.979000', '192636.982000', '192636.984000', '192636.987000', '192636.990000', '192636.992000', '192636.995000', '192636.998000', '192637.001000', '192637.004000', '192637.006000', '192637.009000', '192637.012000', '192637.014000', '192637.017000', '192637.020000', '192637.022000', '192637.025000', '192637.027000', '192637.030000', '192637.040000', '192637.043000', '192637.046000', '192637.048000', '192637.051000', '192637.053000', '192637.056000', '192637.059000', '192637.061000', '192637.064000', '192637.067000', '192637.069000', '192637.072000', '192637.075000', '192637.077000', '192656.955000', '192656.958000', '192656.961000', '192656.964000', '192656.966000', '192656.969000', '192656.971000', '192656.974000', '192656.977000', '192656.980000', '192656.982000', '192656.985000', '192656.987000', '192656.990000', '192656.993000', '192656.995000', '192656.998000', '192657.001000', '192657.004000', '192657.007000', '192657.009000', '192657.012000', '192657.015000', '192657.027000', '192657.030000', '192657.032000', '192657.035000', '192657.038000', '192657.040000', '192657.043000', '192657.045000', '192657.048000', '192657.051000', '192657.053000', '192657.056000', '192657.059000', '192657.061000', '192657.064000', '192657.067000', '192657.069000', '192657.072000', '192657.074000', '192657.077000', '192657.080000', '192716.955000', '192716.958000', '192716.961000', '192716.964000', '192716.966000', '192716.969000', '192716.971000', '192716.976000', '192716.979000', '192716.981000', '192716.984000', '192716.987000', '192716.989000', '192716.992000', '192716.994000', '192716.997000', '192717.001000', '192717.003000', '192717.006000', '192717.009000', '192717.011000', '192717.014000', '192717.018000', '192717.021000', '192717.023000', '192717.026000', '192717.029000', '192717.032000', '192717.034000', '192717.037000', '192717.040000', '192717.042000', '192717.045000', '192717.048000', '192717.050000', '192717.053000', '192717.055000', '192717.058000', '192717.061000', '192717.063000', '192717.066000', '192717.069000', '192717.071000', '192736.955000', '192736.958000', '192736.961000', '192736.964000', '192736.966000', '192736.969000', '192736.972000', '192736.974000', '192736.977000', '192736.980000', '192736.982000', '192736.985000', '192736.988000', '192736.990000', '192736.993000', '192736.996000', '192736.998000', '192737.002000', '192737.005000', '192737.007000', '192737.010000', '192737.013000', '192737.015000', '192737.018000', '192737.021000', '192737.023000', '192737.026000', '192737.029000', '192737.031000', '192737.034000', '192737.036000', '192737.039000', '192737.042000', '192737.044000', '192737.047000', '192737.049000', '192737.052000', '192737.055000', '192737.057000', '192737.060000', '192737.063000', '192737.066000', '192737.068000', '192737.071000', '192756.955000', '192756.958000', '192756.961000', '192756.964000', '192756.966000', '192756.969000', '192756.972000', '192756.974000', '192756.977000', '192756.979000', '192756.982000', '192756.985000', '192756.987000', '192756.990000', '192756.993000', '192756.995000', '192756.998000', '192757.001000', '192757.004000', '192757.007000', '192757.009000', '192757.012000', '192757.015000', '192757.017000', '192757.020000', '192757.022000', '192757.025000', '192757.028000', '192757.030000', '192757.033000', '192757.036000', '192757.038000', '192757.041000', '192757.043000', '192757.046000', '192757.049000', '192757.051000', '192757.054000', '192757.057000', '192757.059000', '192757.062000', '192757.065000', '192757.069000', '192816.956000', '192816.958000', '192816.961000', '192816.964000', '192816.967000', '192816.969000', '192816.972000', '192816.975000', '192816.977000', '192816.980000', '192816.984000', '192816.987000', '192816.990000', '192816.992000', '192816.995000', '192816.998000', '192817.001000', '192817.004000', '192817.007000', '192817.009000', '192817.012000', '192817.015000', '192817.017000', '192817.020000', '192817.023000', '192817.026000', '192817.028000', '192817.031000', '192817.034000', '192817.036000', '192817.039000', '192817.042000', '192817.044000', '192817.047000', '192817.050000', '192817.052000', '192817.055000', '192817.058000', '192817.060000', '192817.063000', '192817.066000', '192817.068000', '192817.071000', '192817.073000', '192836.955000', '192836.958000', '192836.961000', '192836.964000', '192836.966000', '192836.969000', '192836.972000', '192836.974000', '192836.977000', '192836.980000', '192836.982000', '192836.985000', '192836.987000', '192836.990000', '192836.993000', '192836.995000', '192836.998000', '192837.004000', '192837.007000', '192837.010000', '192837.013000', '192837.017000', '192837.020000', '192837.023000', '192837.025000', '192837.028000', '192837.030000', '192837.033000', '192837.036000', '192837.039000', '192837.041000', '192837.044000', '192837.047000', '192837.049000', '192837.052000', '192837.054000', '192837.057000', '192837.059000', '192837.062000', '192837.065000', '192837.067000', '192837.070000', '192837.073000', '192856.955000', '192856.958000', '192856.961000', '192856.964000', '192856.967000', '192856.969000', '192856.972000', '192856.974000', '192856.977000', '192856.980000', '192856.982000', '192856.985000', '192856.988000', '192856.990000', '192856.993000', '192856.996000', '192856.998000', '192857.002000', '192857.005000', '192857.007000', '192857.010000', '192857.012000', '192857.015000', '192857.018000', '192857.020000', '192857.023000', '192857.026000', '192857.028000', '192857.031000', '192857.034000', '192857.036000', '192857.039000', '192857.042000', '192857.044000', '192857.047000', '192857.049000', '192857.052000', '192857.054000', '192857.057000', '192857.060000', '192857.062000', '192857.065000', '192857.067000', '192857.070000', '192916.956000', '192916.958000', '192916.961000', '192916.964000', '192916.967000', '192916.969000', '192916.972000', '192916.974000', '192916.977000', '192916.980000', '192916.982000', '192916.985000', '192916.987000', '192916.990000', '192916.993000', '192916.995000', '192916.998000', '192917.002000', '192917.004000', '192917.007000', '192917.010000', '192917.012000', '192917.015000', '192917.017000', '192917.020000', '192917.023000', '192917.025000', '192917.028000', '192917.031000', '192917.033000', '192917.036000', '192917.038000', '192917.041000', '192917.043000', '192917.046000', '192917.049000', '192917.051000', '192917.054000', '192917.057000', '192917.059000', '192917.062000', '192917.064000', '192917.067000', '192936.955000', '192936.959000', '192936.961000', '192936.964000', '192936.966000', '192936.969000', '192936.972000', '192936.974000', '192936.977000', '192936.980000', '192936.982000', '192936.985000', '192936.988000', '192936.990000', '192936.993000', '192936.996000', '192936.998000', '192937.002000', '192937.005000', '192937.007000', '192937.010000', '192937.012000', '192937.015000', '192937.018000', '192937.020000', '192937.023000', '192937.026000', '192937.028000', '192937.031000', '192937.033000', '192937.036000', '192937.039000', '192937.041000', '192937.044000', '192937.047000', '192937.049000', '192937.052000', '192937.054000', '192937.057000', '192937.060000', '192937.062000', '192937.065000', '192937.068000', '192937.070000', '192956.956000', '192956.958000', '192956.961000', '192956.964000', '192956.967000', '192956.969000', '192956.972000', '192956.974000', '192956.977000', '192956.980000', '192956.982000', '192956.985000', '192956.988000', '192956.990000', '192956.993000', '192956.996000', '192956.998000', '192957.002000', '192957.004000', '192957.007000', '192957.010000', '192957.012000', '192957.015000', '192957.018000', '192957.020000', '192957.023000', '192957.026000', '192957.029000', '192957.032000', '192957.034000', '192957.037000', '192957.040000', '192957.042000', '192957.045000', '192957.047000', '192957.050000', '192957.053000', '192957.057000', '192957.059000', '192957.062000', '192957.064000', '192957.067000', '192957.070000', '193016.955000', '193016.958000', '193016.961000', '193016.964000', '193016.967000', '193016.969000', '193016.972000', '193016.974000', '193016.977000', '193016.980000', '193016.982000', '193016.985000', '193016.988000', '193016.990000', '193016.993000', '193016.996000', '193016.998000', '193017.002000', '193017.005000', '193017.007000', '193017.010000', '193017.012000', '193017.015000', '193017.018000', '193017.020000', '193017.023000', '193017.025000', '193017.028000', '193017.031000', '193017.033000', '193017.036000', '193017.039000', '193017.041000', '193017.044000', '193017.046000', '193017.049000', '193017.052000', '193017.054000', '193017.057000', '193017.059000', '193017.062000', '193017.065000', '193017.068000', '193017.070000', '193036.956000', '193036.959000', '193036.962000', '193036.964000', '193036.967000', '193036.970000', '193036.972000', '193036.975000', '193036.978000', '193036.980000', '193036.983000', '193036.986000', '193036.988000', '193036.991000', '193036.994000', '193036.996000', '193037.000000', '193037.002000', '193037.005000', '193037.008000', '193037.010000', '193037.013000', '193037.015000', '193037.018000', '193037.021000', '193037.023000', '193037.026000', '193037.029000', '193037.032000', '193037.034000', '193037.037000', '193037.039000', '193037.042000', '193037.045000', '193037.047000', '193037.050000', '193037.053000', '193037.056000', '193037.059000', '193037.061000', '193037.064000', '193037.068000', '193037.070000', '193056.956000', '193056.958000', '193056.961000', '193056.964000', '193056.967000', '193056.969000', '193056.972000', '193056.974000', '193056.977000', '193056.980000', '193056.982000', '193056.985000', '193056.988000', '193056.990000', '193056.993000', '193056.996000', '193056.998000', '193057.001000', '193057.004000', '193057.006000', '193057.009000', '193057.012000', '193057.014000', '193057.017000', '193057.020000', '193057.022000', '193057.025000', '193057.027000', '193057.030000', '193057.033000', '193057.035000', '193057.038000', '193057.040000', '193057.043000', '193057.046000', '193057.048000', '193057.051000', '193057.054000', '193057.056000', '193057.059000', '193057.061000', '193057.073000', '193057.076000', '193057.079000', '193116.955000', '193116.959000', '193116.961000', '193116.964000', '193116.967000', '193116.969000', '193116.972000', '193116.975000', '193116.977000', '193116.980000', '193116.983000', '193116.985000', '193116.988000', '193116.991000', '193116.993000', '193116.996000', '193116.998000', '193117.002000', '193117.005000', '193117.007000', '193117.010000', '193117.013000', '193117.015000', '193117.018000', '193117.020000', '193117.023000', '193117.026000', '193117.028000', '193117.031000', '193117.034000', '193117.036000', '193117.039000', '193117.041000', '193117.044000', '193117.047000', '193117.049000', '193117.052000', '193117.055000', '193117.057000', '193117.061000', '193117.063000', '193117.066000', '193117.069000', '193136.956000', '193136.958000', '193136.961000', '193136.964000', '193136.966000', '193136.969000', '193136.972000', '193136.974000', '193136.977000', '193136.980000', '193136.982000', '193136.985000', '193136.988000', '193136.990000', '193136.993000', '193136.995000', '193136.998000', '193137.001000', '193137.004000', '193137.007000', '193137.009000', '193137.012000', '193137.015000', '193137.017000', '193137.020000', '193137.022000', '193137.025000', '193137.028000', '193137.030000', '193137.033000', '193137.036000', '193137.038000', '193137.041000', '193137.043000', '193137.046000', '193137.049000', '193137.051000', '193137.054000', '193137.057000', '193137.059000', '193137.062000', '193137.065000', '193137.068000', '193137.070000', '193156.956000', '193156.958000', '193156.961000', '193156.964000', '193156.967000', '193156.970000', '193156.972000', '193156.975000', '193156.978000', '193156.980000', '193156.983000', '193156.985000', '193156.988000', '193156.991000', '193156.994000', '193156.996000', '193157.000000', '193157.002000', '193157.005000', '193157.008000', '193157.010000', '193157.013000', '193157.016000', '193157.018000', '193157.021000', '193157.024000', '193157.026000', '193157.029000', '193157.032000', '193157.034000', '193157.037000', '193157.039000', '193157.042000', '193157.045000', '193157.047000', '193157.050000', '193157.052000', '193157.055000', '193157.058000', '193157.060000', '193157.063000', '193157.065000', '193157.068000', '193216.956000', '193216.959000', '193216.961000', '193216.964000', '193216.967000', '193216.969000', '193216.972000', '193216.974000', '193216.977000', '193216.980000', '193216.982000', '193216.985000', '193216.987000', '193216.990000', '193216.993000', '193216.995000', '193216.998000', '193217.002000', '193217.004000', '193217.007000', '193217.010000', '193217.012000', '193217.015000', '193217.018000', '193217.020000', '193217.023000', '193217.025000', '193217.028000', '193217.030000', '193217.033000', '193217.036000', '193217.038000', '193217.041000', '193217.044000', '193217.046000', '193217.049000', '193217.051000', '193217.068000', '193217.071000', '193217.074000', '193217.076000', '193217.079000', '193217.081000', '193217.084000', '193236.956000', '193236.958000', '193236.961000', '193236.964000', '193236.967000', '193236.969000', '193236.972000', '193236.975000', '193236.978000', '193236.980000', '193236.983000', '193236.985000', '193236.988000', '193236.991000', '193236.993000', '193236.996000', '193237.000000', '193237.002000', '193237.005000', '193237.008000', '193237.010000', '193237.013000', '193237.016000', '193237.018000', '193237.021000', '193237.024000', '193237.026000', '193237.029000', '193237.032000', '193237.034000', '193237.037000', '193237.040000', '193237.042000', '193237.045000', '193237.047000', '193237.050000', '193237.053000', '193237.055000', '193237.058000', '193237.061000', '193237.063000', '193237.066000', '193237.069000', '193256.957000', '193256.960000', '193256.962000', '193256.965000', '193256.968000', '193256.970000', '193256.973000', '193256.976000', '193256.980000', '193256.983000', '193256.986000', '193256.988000', '193256.991000', '193256.994000', '193256.996000', '193257.000000', '193257.003000', '193257.005000', '193257.008000', '193257.011000', '193257.013000', '193257.016000', '193257.018000', '193257.021000', '193257.024000', '193257.026000', '193257.029000', '193257.031000', '193257.034000', '193257.037000', '193257.039000', '193257.042000', '193257.045000', '193257.047000', '193257.050000', '193257.053000', '193257.055000', '193257.058000', '193257.061000', '193257.063000', '193257.066000', '193257.069000', '193257.071000', '193316.955000', '193316.958000', '193316.961000', '193316.964000', '193316.967000', '193316.970000', '193316.972000', '193316.975000', '193316.978000', '193316.980000', '193316.983000', '193316.986000', '193316.988000', '193316.991000', '193316.994000', '193316.996000', '193316.999000', '193317.002000', '193317.004000', '193317.007000', '193317.010000', '193317.012000', '193317.015000', '193317.017000', '193317.020000', '193317.023000', '193317.025000', '193317.028000', '193317.031000', '193317.034000', '193317.036000', '193317.039000', '193317.042000', '193317.045000', '193317.047000', '193317.050000', '193317.053000', '193317.055000', '193317.058000', '193317.060000', '193317.063000', '193317.066000', '193317.068000', '193317.071000', '193336.956000', '193336.959000', '193336.961000', '193336.964000', '193336.967000', '193336.970000', '193336.972000', '193336.975000', '193336.977000', '193336.980000', '193336.983000', '193336.985000', '193336.988000', '193336.991000', '193336.993000', '193336.996000', '193337.000000', '193337.002000', '193337.005000', '193337.015000', '193337.018000', '193337.021000', '193337.023000', '193337.026000', '193337.029000', '193337.031000', '193337.034000', '193337.037000', '193337.039000', '193337.042000', '193337.044000', '193337.047000', '193337.050000', '193337.052000', '193337.055000', '193337.057000', '193337.060000', '193337.063000', '193337.065000', '193337.068000', '193337.071000', '193337.073000', '193337.076000', '193337.079000', '193356.956000', '193356.959000', '193356.961000', '193356.964000', '193356.967000', '193356.969000', '193356.972000', '193356.975000', '193356.977000', '193356.980000', '193356.982000', '193356.985000', '193356.988000', '193356.990000', '193356.993000', '193356.996000', '193357.000000', '193357.003000', '193357.005000', '193357.008000', '193357.011000', '193357.013000', '193357.016000', '193357.019000', '193357.021000', '193357.024000', '193357.027000', '193357.029000', '193357.032000', '193357.035000', '193357.037000', '193357.040000', '193357.042000', '193357.045000', '193357.048000', '193357.050000', '193357.053000', '193357.056000', '193357.058000', '193357.061000', '193357.063000', '193357.066000', '193357.069000', '193416.956000', '193416.958000', '193416.961000', '193416.964000', '193416.966000', '193416.969000', '193416.972000', '193416.974000', '193416.977000', '193416.980000', '193416.982000', '193416.985000', '193416.988000', '193416.990000', '193416.993000', '193416.996000', '193416.998000', '193417.001000', '193417.004000', '193417.006000', '193417.009000', '193417.011000', '193417.014000', '193417.017000', '193417.019000', '193417.022000', '193417.025000', '193417.027000', '193417.030000', '193417.032000', '193417.035000', '193417.038000', '193417.041000', '193417.043000', '193417.046000', '193417.048000', '193417.051000', '193417.053000', '193417.056000', '193417.059000', '193417.061000', '193417.064000', '193417.067000', '193417.069000', '193436.956000', '193436.958000', '193436.961000', '193436.964000', '193436.967000', '193436.969000', '193436.972000', '193436.975000', '193436.977000', '193436.980000', '193436.982000', '193436.985000', '193436.988000', '193436.990000', '193436.993000', '193436.996000', '193436.998000', '193437.002000', '193437.005000', '193437.007000', '193437.010000', '193437.012000', '193437.015000', '193437.018000', '193437.020000', '193437.023000', '193437.026000', '193437.028000', '193437.031000', '193437.034000', '193437.036000', '193437.039000', '193437.042000', '193437.044000', '193437.047000', '193437.049000', '193437.052000', '193437.055000', '193437.057000', '193437.060000', '193437.063000', '193437.065000', '193437.068000', '193456.956000', '193456.958000', '193456.961000', '193456.964000', '193456.966000', '193456.969000', '193456.973000', '193456.976000', '193456.978000', '193456.981000', '193456.983000', '193456.986000', '193456.989000', '193456.991000', '193456.994000', '193456.997000', '193457.000000', '193457.003000', '193457.006000', '193457.008000', '193457.011000', '193457.014000', '193457.017000', '193457.019000', '193457.022000', '193457.028000', '193457.031000', '193457.033000', '193457.036000', '193457.039000', '193457.042000', '193457.044000', '193457.047000', '193457.049000', '193457.052000', '193457.054000', '193457.057000', '193457.060000', '193457.062000', '193457.065000', '193457.067000', '193457.070000', '193457.073000', '193500.599000', '193500.602000', '193500.605000', '193500.608000', '193500.610000', '193500.613000', '193500.616000', '193500.618000', '193500.621000'], 'InstanceCreationTime': ['192236.980000', '192236.983000', '192236.986000', '192236.988000', '192236.991000', '192236.993000', '192236.996000', '192237.000000', '192237.011000', '192237.013000', '192237.016000', '192237.018000', '192237.021000', '192237.024000', '192237.026000', '192237.029000', '192237.032000', '192237.034000', '192237.037000', '192237.039000', '192237.042000', '192237.052000', '192237.055000', '192256.955000', '192256.958000', '192256.961000', '192256.964000', '192256.966000', '192256.969000', '192256.972000', '192256.977000', '192256.980000', '192256.983000', '192256.985000', '192256.988000', '192256.990000', '192256.993000', '192256.996000', '192256.998000', '192257.002000', '192257.004000', '192257.007000', '192257.010000', '192257.012000', '192257.015000', '192257.018000', '192257.020000', '192257.023000', '192257.025000', '192257.028000', '192257.030000', '192257.033000', '192257.036000', '192257.038000', '192257.041000', '192257.043000', '192257.046000', '192257.049000', '192257.051000', '192257.054000', '192257.056000', '192257.059000', '192257.062000', '192257.064000', '192257.072000', '192257.075000', '192316.955000', '192316.958000', '192316.961000', '192316.964000', '192316.966000', '192316.969000', '192316.971000', '192316.974000', '192316.976000', '192316.979000', '192316.982000', '192316.984000', '192316.987000', '192316.989000', '192316.992000', '192316.995000', '192316.997000', '192317.001000', '192317.003000', '192317.006000', '192317.009000', '192317.011000', '192317.014000', '192317.016000', '192317.019000', '192317.021000', '192317.024000', '192317.027000', '192317.029000', '192317.032000', '192317.034000', '192317.037000', '192317.040000', '192317.042000', '192317.045000', '192317.047000', '192317.050000', '192317.053000', '192317.055000', '192317.058000', '192317.060000', '192317.063000', '192317.066000', '192317.074000', '192336.955000', '192336.959000', '192336.961000', '192336.964000', '192336.967000', '192336.969000', '192336.972000', '192336.974000', '192336.977000', '192336.980000', '192336.982000', '192336.985000', '192336.988000', '192336.990000', '192336.993000', '192336.996000', '192336.998000', '192337.002000', '192337.005000', '192337.007000', '192337.010000', '192337.012000', '192337.015000', '192337.018000', '192337.020000', '192337.023000', '192337.026000', '192337.028000', '192337.031000', '192337.034000', '192337.036000', '192337.039000', '192337.042000', '192337.044000', '192337.047000', '192337.049000', '192337.052000', '192337.055000', '192337.057000', '192337.060000', '192337.063000', '192337.065000', '192337.068000', '192356.955000', '192356.958000', '192356.970000', '192356.973000', '192356.975000', '192356.978000', '192356.981000', '192356.983000', '192356.986000', '192356.988000', '192356.991000', '192356.994000', '192356.996000', '192356.999000', '192357.001000', '192357.004000', '192357.007000', '192357.009000', '192357.012000', '192357.015000', '192357.017000', '192357.020000', '192357.022000', '192357.025000', '192357.028000', '192357.030000', '192357.033000', '192357.036000', '192357.038000', '192357.041000', '192357.044000', '192357.046000', '192357.049000', '192357.051000', '192357.054000', '192357.057000', '192357.059000', '192357.062000', '192357.065000', '192357.067000', '192357.070000', '192357.073000', '192357.082000', '192357.085000', '192416.956000', '192416.958000', '192416.961000', '192416.964000', '192416.966000', '192416.969000', '192416.971000', '192416.974000', '192416.977000', '192416.979000', '192416.982000', '192416.984000', '192416.987000', '192416.990000', '192416.992000', '192416.995000', '192416.997000', '192417.001000', '192417.004000', '192417.006000', '192417.009000', '192417.012000', '192417.014000', '192417.017000', '192417.020000', '192417.022000', '192417.025000', '192417.027000', '192417.030000', '192417.033000', '192417.035000', '192417.038000', '192417.041000', '192417.043000', '192417.046000', '192417.049000', '192417.051000', '192417.054000', '192417.057000', '192417.059000', '192417.062000', '192417.064000', '192417.067000', '192436.955000', '192436.959000', '192436.961000', '192436.964000', '192436.966000', '192436.969000', '192436.971000', '192436.974000', '192436.977000', '192436.979000', '192436.982000', '192436.984000', '192436.987000', '192436.990000', '192436.993000', '192436.995000', '192436.998000', '192437.001000', '192437.004000', '192437.007000', '192437.009000', '192437.012000', '192437.014000', '192437.017000', '192437.020000', '192437.022000', '192437.025000', '192437.027000', '192437.030000', '192437.033000', '192437.035000', '192437.038000', '192437.040000', '192437.043000', '192437.046000', '192437.048000', '192437.051000', '192437.054000', '192437.056000', '192437.059000', '192437.061000', '192437.064000', '192437.067000', '192437.069000', '192456.955000', '192456.958000', '192456.961000', '192456.964000', '192456.966000', '192456.969000', '192456.971000', '192456.974000', '192456.977000', '192456.979000', '192456.982000', '192456.984000', '192456.987000', '192456.990000', '192456.992000', '192456.995000', '192456.997000', '192457.001000', '192457.003000', '192457.006000', '192457.009000', '192457.011000', '192457.014000', '192457.017000', '192457.019000', '192457.022000', '192457.024000', '192457.027000', '192457.030000', '192457.032000', '192457.035000', '192457.038000', '192457.040000', '192457.043000', '192457.045000', '192457.048000', '192457.051000', '192457.053000', '192457.056000', '192457.058000', '192457.061000', '192457.064000', '192457.066000', '192516.955000', '192516.958000', '192516.961000', '192516.963000', '192516.966000', '192516.969000', '192516.971000', '192516.974000', '192516.977000', '192516.979000', '192516.982000', '192516.984000', '192516.987000', '192516.990000', '192516.993000', '192516.995000', '192516.998000', '192517.001000', '192517.004000', '192517.007000', '192517.010000', '192517.012000', '192517.015000', '192517.017000', '192517.020000', '192517.023000', '192517.025000', '192517.028000', '192517.031000', '192517.033000', '192517.036000', '192517.039000', '192517.041000', '192517.044000', '192517.046000', '192517.049000', '192517.052000', '192517.054000', '192517.057000', '192517.059000', '192517.062000', '192517.080000', '192517.082000', '192517.085000', '192536.955000', '192536.958000', '192536.961000', '192536.964000', '192536.966000', '192536.969000', '192536.972000', '192536.974000', '192536.977000', '192536.979000', '192536.982000', '192536.985000', '192536.987000', '192536.990000', '192536.993000', '192536.995000', '192536.998000', '192537.001000', '192537.004000', '192537.007000', '192537.009000', '192537.012000', '192537.014000', '192537.017000', '192537.020000', '192537.022000', '192537.025000', '192537.028000', '192537.030000', '192537.033000', '192537.035000', '192537.038000', '192537.041000', '192537.043000', '192537.046000', '192537.048000', '192537.051000', '192537.054000', '192537.056000', '192537.059000', '192537.062000', '192537.064000', '192537.067000', '192556.956000', '192556.958000', '192556.961000', '192556.964000', '192556.966000', '192556.969000', '192556.972000', '192556.975000', '192556.977000', '192556.980000', '192556.982000', '192556.985000', '192556.988000', '192556.991000', '192556.993000', '192556.996000', '192557.000000', '192557.002000', '192557.005000', '192557.008000', '192557.010000', '192557.013000', '192557.016000', '192557.018000', '192557.021000', '192557.024000', '192557.026000', '192557.029000', '192557.032000', '192557.034000', '192557.037000', '192557.040000', '192557.042000', '192557.045000', '192557.048000', '192557.050000', '192557.053000', '192557.056000', '192557.058000', '192557.061000', '192557.064000', '192557.066000', '192557.069000', '192557.072000', '192616.956000', '192616.959000', '192616.961000', '192616.964000', '192616.966000', '192616.969000', '192616.972000', '192616.974000', '192616.977000', '192616.980000', '192616.982000', '192616.985000', '192616.988000', '192616.990000', '192616.993000', '192616.995000', '192616.998000', '192617.001000', '192617.003000', '192617.006000', '192617.009000', '192617.011000', '192617.014000', '192617.016000', '192617.019000', '192617.022000', '192617.024000', '192617.027000', '192617.029000', '192617.032000', '192617.035000', '192617.037000', '192617.040000', '192617.043000', '192617.045000', '192617.048000', '192617.050000', '192617.053000', '192617.056000', '192617.058000', '192617.061000', '192617.064000', '192617.066000', '192636.956000', '192636.959000', '192636.961000', '192636.966000', '192636.969000', '192636.971000', '192636.974000', '192636.977000', '192636.979000', '192636.982000', '192636.984000', '192636.987000', '192636.990000', '192636.992000', '192636.995000', '192636.998000', '192637.001000', '192637.004000', '192637.006000', '192637.009000', '192637.012000', '192637.014000', '192637.017000', '192637.020000', '192637.022000', '192637.025000', '192637.027000', '192637.030000', '192637.040000', '192637.043000', '192637.046000', '192637.048000', '192637.051000', '192637.053000', '192637.056000', '192637.059000', '192637.061000', '192637.064000', '192637.067000', '192637.069000', '192637.072000', '192637.075000', '192637.077000', '192656.955000', '192656.958000', '192656.961000', '192656.964000', '192656.966000', '192656.969000', '192656.971000', '192656.974000', '192656.977000', '192656.980000', '192656.982000', '192656.985000', '192656.987000', '192656.990000', '192656.993000', '192656.995000', '192656.998000', '192657.001000', '192657.004000', '192657.007000', '192657.009000', '192657.012000', '192657.015000', '192657.027000', '192657.030000', '192657.032000', '192657.035000', '192657.038000', '192657.040000', '192657.043000', '192657.045000', '192657.048000', '192657.051000', '192657.053000', '192657.056000', '192657.059000', '192657.061000', '192657.064000', '192657.067000', '192657.069000', '192657.072000', '192657.074000', '192657.077000', '192657.080000', '192716.955000', '192716.958000', '192716.961000', '192716.964000', '192716.966000', '192716.969000', '192716.971000', '192716.976000', '192716.979000', '192716.981000', '192716.984000', '192716.987000', '192716.989000', '192716.992000', '192716.994000', '192716.997000', '192717.001000', '192717.003000', '192717.006000', '192717.009000', '192717.011000', '192717.014000', '192717.018000', '192717.021000', '192717.023000', '192717.026000', '192717.029000', '192717.032000', '192717.034000', '192717.037000', '192717.040000', '192717.042000', '192717.045000', '192717.048000', '192717.050000', '192717.053000', '192717.055000', '192717.058000', '192717.061000', '192717.063000', '192717.066000', '192717.069000', '192717.071000', '192736.955000', '192736.958000', '192736.961000', '192736.964000', '192736.966000', '192736.969000', '192736.972000', '192736.974000', '192736.977000', '192736.980000', '192736.982000', '192736.985000', '192736.988000', '192736.990000', '192736.993000', '192736.996000', '192736.998000', '192737.002000', '192737.005000', '192737.007000', '192737.010000', '192737.013000', '192737.015000', '192737.018000', '192737.021000', '192737.023000', '192737.026000', '192737.029000', '192737.031000', '192737.034000', '192737.036000', '192737.039000', '192737.042000', '192737.044000', '192737.047000', '192737.049000', '192737.052000', '192737.055000', '192737.057000', '192737.060000', '192737.063000', '192737.066000', '192737.068000', '192737.071000', '192756.955000', '192756.958000', '192756.961000', '192756.964000', '192756.966000', '192756.969000', '192756.972000', '192756.974000', '192756.977000', '192756.979000', '192756.982000', '192756.985000', '192756.987000', '192756.990000', '192756.993000', '192756.995000', '192756.998000', '192757.001000', '192757.004000', '192757.007000', '192757.009000', '192757.012000', '192757.015000', '192757.017000', '192757.020000', '192757.022000', '192757.025000', '192757.028000', '192757.030000', '192757.033000', '192757.036000', '192757.038000', '192757.041000', '192757.043000', '192757.046000', '192757.049000', '192757.051000', '192757.054000', '192757.057000', '192757.059000', '192757.062000', '192757.065000', '192757.069000', '192816.956000', '192816.958000', '192816.961000', '192816.964000', '192816.967000', '192816.969000', '192816.972000', '192816.975000', '192816.977000', '192816.980000', '192816.984000', '192816.987000', '192816.990000', '192816.992000', '192816.995000', '192816.998000', '192817.001000', '192817.004000', '192817.007000', '192817.009000', '192817.012000', '192817.015000', '192817.017000', '192817.020000', '192817.023000', '192817.026000', '192817.028000', '192817.031000', '192817.034000', '192817.036000', '192817.039000', '192817.042000', '192817.044000', '192817.047000', '192817.050000', '192817.052000', '192817.055000', '192817.058000', '192817.060000', '192817.063000', '192817.066000', '192817.068000', '192817.071000', '192817.073000', '192836.955000', '192836.958000', '192836.961000', '192836.964000', '192836.966000', '192836.969000', '192836.972000', '192836.974000', '192836.977000', '192836.980000', '192836.982000', '192836.985000', '192836.987000', '192836.990000', '192836.993000', '192836.995000', '192836.998000', '192837.004000', '192837.007000', '192837.010000', '192837.013000', '192837.017000', '192837.020000', '192837.023000', '192837.025000', '192837.028000', '192837.030000', '192837.033000', '192837.036000', '192837.039000', '192837.041000', '192837.044000', '192837.047000', '192837.049000', '192837.052000', '192837.054000', '192837.057000', '192837.059000', '192837.062000', '192837.065000', '192837.067000', '192837.070000', '192837.073000', '192856.955000', '192856.958000', '192856.961000', '192856.964000', '192856.967000', '192856.969000', '192856.972000', '192856.974000', '192856.977000', '192856.980000', '192856.982000', '192856.985000', '192856.988000', '192856.990000', '192856.993000', '192856.996000', '192856.998000', '192857.002000', '192857.005000', '192857.007000', '192857.010000', '192857.012000', '192857.015000', '192857.018000', '192857.020000', '192857.023000', '192857.026000', '192857.028000', '192857.031000', '192857.034000', '192857.036000', '192857.039000', '192857.042000', '192857.044000', '192857.047000', '192857.049000', '192857.052000', '192857.054000', '192857.057000', '192857.060000', '192857.062000', '192857.065000', '192857.067000', '192857.070000', '192916.956000', '192916.958000', '192916.961000', '192916.964000', '192916.967000', '192916.969000', '192916.972000', '192916.974000', '192916.977000', '192916.980000', '192916.982000', '192916.985000', '192916.987000', '192916.990000', '192916.993000', '192916.995000', '192916.998000', '192917.002000', '192917.004000', '192917.007000', '192917.010000', '192917.012000', '192917.015000', '192917.017000', '192917.020000', '192917.023000', '192917.025000', '192917.028000', '192917.031000', '192917.033000', '192917.036000', '192917.038000', '192917.041000', '192917.043000', '192917.046000', '192917.049000', '192917.051000', '192917.054000', '192917.057000', '192917.059000', '192917.062000', '192917.064000', '192917.067000', '192936.955000', '192936.959000', '192936.961000', '192936.964000', '192936.966000', '192936.969000', '192936.972000', '192936.974000', '192936.977000', '192936.980000', '192936.982000', '192936.985000', '192936.988000', '192936.990000', '192936.993000', '192936.996000', '192936.998000', '192937.002000', '192937.005000', '192937.007000', '192937.010000', '192937.012000', '192937.015000', '192937.018000', '192937.020000', '192937.023000', '192937.026000', '192937.028000', '192937.031000', '192937.033000', '192937.036000', '192937.039000', '192937.041000', '192937.044000', '192937.047000', '192937.049000', '192937.052000', '192937.054000', '192937.057000', '192937.060000', '192937.062000', '192937.065000', '192937.068000', '192937.070000', '192956.956000', '192956.958000', '192956.961000', '192956.964000', '192956.967000', '192956.969000', '192956.972000', '192956.974000', '192956.977000', '192956.980000', '192956.982000', '192956.985000', '192956.988000', '192956.990000', '192956.993000', '192956.996000', '192956.998000', '192957.002000', '192957.004000', '192957.007000', '192957.010000', '192957.012000', '192957.015000', '192957.018000', '192957.020000', '192957.023000', '192957.026000', '192957.029000', '192957.032000', '192957.034000', '192957.037000', '192957.040000', '192957.042000', '192957.045000', '192957.047000', '192957.050000', '192957.053000', '192957.057000', '192957.059000', '192957.062000', '192957.064000', '192957.067000', '192957.070000', '193016.955000', '193016.958000', '193016.961000', '193016.964000', '193016.967000', '193016.969000', '193016.972000', '193016.974000', '193016.977000', '193016.980000', '193016.982000', '193016.985000', '193016.988000', '193016.990000', '193016.993000', '193016.996000', '193016.998000', '193017.002000', '193017.005000', '193017.007000', '193017.010000', '193017.012000', '193017.015000', '193017.018000', '193017.020000', '193017.023000', '193017.025000', '193017.028000', '193017.031000', '193017.033000', '193017.036000', '193017.039000', '193017.041000', '193017.044000', '193017.046000', '193017.049000', '193017.052000', '193017.054000', '193017.057000', '193017.059000', '193017.062000', '193017.065000', '193017.068000', '193017.070000', '193036.956000', '193036.959000', '193036.962000', '193036.964000', '193036.967000', '193036.970000', '193036.972000', '193036.975000', '193036.978000', '193036.980000', '193036.983000', '193036.986000', '193036.988000', '193036.991000', '193036.994000', '193036.996000', '193037.000000', '193037.002000', '193037.005000', '193037.008000', '193037.010000', '193037.013000', '193037.015000', '193037.018000', '193037.021000', '193037.023000', '193037.026000', '193037.029000', '193037.032000', '193037.034000', '193037.037000', '193037.039000', '193037.042000', '193037.045000', '193037.047000', '193037.050000', '193037.053000', '193037.056000', '193037.059000', '193037.061000', '193037.064000', '193037.068000', '193037.070000', '193056.956000', '193056.958000', '193056.961000', '193056.964000', '193056.967000', '193056.969000', '193056.972000', '193056.974000', '193056.977000', '193056.980000', '193056.982000', '193056.985000', '193056.988000', '193056.990000', '193056.993000', '193056.996000', '193056.998000', '193057.001000', '193057.004000', '193057.006000', '193057.009000', '193057.012000', '193057.014000', '193057.017000', '193057.020000', '193057.022000', '193057.025000', '193057.027000', '193057.030000', '193057.033000', '193057.035000', '193057.038000', '193057.040000', '193057.043000', '193057.046000', '193057.048000', '193057.051000', '193057.054000', '193057.056000', '193057.059000', '193057.061000', '193057.073000', '193057.076000', '193057.079000', '193116.955000', '193116.959000', '193116.961000', '193116.964000', '193116.967000', '193116.969000', '193116.972000', '193116.975000', '193116.977000', '193116.980000', '193116.983000', '193116.985000', '193116.988000', '193116.991000', '193116.993000', '193116.996000', '193116.998000', '193117.002000', '193117.005000', '193117.007000', '193117.010000', '193117.013000', '193117.015000', '193117.018000', '193117.020000', '193117.023000', '193117.026000', '193117.028000', '193117.031000', '193117.034000', '193117.036000', '193117.039000', '193117.041000', '193117.044000', '193117.047000', '193117.049000', '193117.052000', '193117.055000', '193117.057000', '193117.061000', '193117.063000', '193117.066000', '193117.069000', '193136.956000', '193136.958000', '193136.961000', '193136.964000', '193136.966000', '193136.969000', '193136.972000', '193136.974000', '193136.977000', '193136.980000', '193136.982000', '193136.985000', '193136.988000', '193136.990000', '193136.993000', '193136.995000', '193136.998000', '193137.001000', '193137.004000', '193137.007000', '193137.009000', '193137.012000', '193137.015000', '193137.017000', '193137.020000', '193137.022000', '193137.025000', '193137.028000', '193137.030000', '193137.033000', '193137.036000', '193137.038000', '193137.041000', '193137.043000', '193137.046000', '193137.049000', '193137.051000', '193137.054000', '193137.057000', '193137.059000', '193137.062000', '193137.065000', '193137.068000', '193137.070000', '193156.956000', '193156.958000', '193156.961000', '193156.964000', '193156.967000', '193156.970000', '193156.972000', '193156.975000', '193156.978000', '193156.980000', '193156.983000', '193156.985000', '193156.988000', '193156.991000', '193156.994000', '193156.996000', '193157.000000', '193157.002000', '193157.005000', '193157.008000', '193157.010000', '193157.013000', '193157.016000', '193157.018000', '193157.021000', '193157.024000', '193157.026000', '193157.029000', '193157.032000', '193157.034000', '193157.037000', '193157.039000', '193157.042000', '193157.045000', '193157.047000', '193157.050000', '193157.052000', '193157.055000', '193157.058000', '193157.060000', '193157.063000', '193157.065000', '193157.068000', '193216.956000', '193216.959000', '193216.961000', '193216.964000', '193216.967000', '193216.969000', '193216.972000', '193216.974000', '193216.977000', '193216.980000', '193216.982000', '193216.985000', '193216.987000', '193216.990000', '193216.993000', '193216.995000', '193216.998000', '193217.002000', '193217.004000', '193217.007000', '193217.010000', '193217.012000', '193217.015000', '193217.018000', '193217.020000', '193217.023000', '193217.025000', '193217.028000', '193217.030000', '193217.033000', '193217.036000', '193217.038000', '193217.041000', '193217.044000', '193217.046000', '193217.049000', '193217.051000', '193217.068000', '193217.071000', '193217.074000', '193217.076000', '193217.079000', '193217.081000', '193217.084000', '193236.956000', '193236.958000', '193236.961000', '193236.964000', '193236.967000', '193236.969000', '193236.972000', '193236.975000', '193236.978000', '193236.980000', '193236.983000', '193236.985000', '193236.988000', '193236.991000', '193236.993000', '193236.996000', '193237.000000', '193237.002000', '193237.005000', '193237.008000', '193237.010000', '193237.013000', '193237.016000', '193237.018000', '193237.021000', '193237.024000', '193237.026000', '193237.029000', '193237.032000', '193237.034000', '193237.037000', '193237.040000', '193237.042000', '193237.045000', '193237.047000', '193237.050000', '193237.053000', '193237.055000', '193237.058000', '193237.061000', '193237.063000', '193237.066000', '193237.069000', '193256.957000', '193256.960000', '193256.962000', '193256.965000', '193256.968000', '193256.970000', '193256.973000', '193256.976000', '193256.980000', '193256.983000', '193256.986000', '193256.988000', '193256.991000', '193256.994000', '193256.996000', '193257.000000', '193257.003000', '193257.005000', '193257.008000', '193257.011000', '193257.013000', '193257.016000', '193257.018000', '193257.021000', '193257.024000', '193257.026000', '193257.029000', '193257.031000', '193257.034000', '193257.037000', '193257.039000', '193257.042000', '193257.045000', '193257.047000', '193257.050000', '193257.053000', '193257.055000', '193257.058000', '193257.061000', '193257.063000', '193257.066000', '193257.069000', '193257.071000', '193316.955000', '193316.958000', '193316.961000', '193316.964000', '193316.967000', '193316.970000', '193316.972000', '193316.975000', '193316.978000', '193316.980000', '193316.983000', '193316.986000', '193316.988000', '193316.991000', '193316.994000', '193316.996000', '193316.999000', '193317.002000', '193317.004000', '193317.007000', '193317.010000', '193317.012000', '193317.015000', '193317.017000', '193317.020000', '193317.023000', '193317.025000', '193317.028000', '193317.031000', '193317.034000', '193317.036000', '193317.039000', '193317.042000', '193317.045000', '193317.047000', '193317.050000', '193317.053000', '193317.055000', '193317.058000', '193317.060000', '193317.063000', '193317.066000', '193317.068000', '193317.071000', '193336.956000', '193336.959000', '193336.961000', '193336.964000', '193336.967000', '193336.970000', '193336.972000', '193336.975000', '193336.977000', '193336.980000', '193336.983000', '193336.985000', '193336.988000', '193336.991000', '193336.993000', '193336.996000', '193337.000000', '193337.002000', '193337.005000', '193337.015000', '193337.018000', '193337.021000', '193337.023000', '193337.026000', '193337.029000', '193337.031000', '193337.034000', '193337.037000', '193337.039000', '193337.042000', '193337.044000', '193337.047000', '193337.050000', '193337.052000', '193337.055000', '193337.057000', '193337.060000', '193337.063000', '193337.065000', '193337.068000', '193337.071000', '193337.073000', '193337.076000', '193337.079000', '193356.956000', '193356.959000', '193356.961000', '193356.964000', '193356.967000', '193356.969000', '193356.972000', '193356.975000', '193356.977000', '193356.980000', '193356.982000', '193356.985000', '193356.988000', '193356.990000', '193356.993000', '193356.996000', '193357.000000', '193357.003000', '193357.005000', '193357.008000', '193357.011000', '193357.013000', '193357.016000', '193357.019000', '193357.021000', '193357.024000', '193357.027000', '193357.029000', '193357.032000', '193357.035000', '193357.037000', '193357.040000', '193357.042000', '193357.045000', '193357.048000', '193357.050000', '193357.053000', '193357.056000', '193357.058000', '193357.061000', '193357.063000', '193357.066000', '193357.069000', '193416.956000', '193416.958000', '193416.961000', '193416.964000', '193416.966000', '193416.969000', '193416.972000', '193416.974000', '193416.977000', '193416.980000', '193416.982000', '193416.985000', '193416.988000', '193416.990000', '193416.993000', '193416.996000', '193416.998000', '193417.001000', '193417.004000', '193417.006000', '193417.009000', '193417.011000', '193417.014000', '193417.017000', '193417.019000', '193417.022000', '193417.025000', '193417.027000', '193417.030000', '193417.032000', '193417.035000', '193417.038000', '193417.041000', '193417.043000', '193417.046000', '193417.048000', '193417.051000', '193417.053000', '193417.056000', '193417.059000', '193417.061000', '193417.064000', '193417.067000', '193417.069000', '193436.956000', '193436.958000', '193436.961000', '193436.964000', '193436.967000', '193436.969000', '193436.972000', '193436.975000', '193436.977000', '193436.980000', '193436.982000', '193436.985000', '193436.988000', '193436.990000', '193436.993000', '193436.996000', '193436.998000', '193437.002000', '193437.005000', '193437.007000', '193437.010000', '193437.012000', '193437.015000', '193437.018000', '193437.020000', '193437.023000', '193437.026000', '193437.028000', '193437.031000', '193437.034000', '193437.036000', '193437.039000', '193437.042000', '193437.044000', '193437.047000', '193437.049000', '193437.052000', '193437.055000', '193437.057000', '193437.060000', '193437.063000', '193437.065000', '193437.068000', '193456.956000', '193456.958000', '193456.961000', '193456.964000', '193456.966000', '193456.969000', '193456.973000', '193456.976000', '193456.978000', '193456.981000', '193456.983000', '193456.986000', '193456.989000', '193456.991000', '193456.994000', '193456.997000', '193457.000000', '193457.003000', '193457.006000', '193457.008000', '193457.011000', '193457.014000', '193457.017000', '193457.019000', '193457.022000', '193457.028000', '193457.031000', '193457.033000', '193457.036000', '193457.039000', '193457.042000', '193457.044000', '193457.047000', '193457.049000', '193457.052000', '193457.054000', '193457.057000', '193457.060000', '193457.062000', '193457.065000', '193457.067000', '193457.070000', '193457.073000', '193500.599000', '193500.602000', '193500.605000', '193500.608000', '193500.610000', '193500.613000', '193500.616000', '193500.618000', '193500.621000'], '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': [7065, 6896, 6672, 6601, 6594, 6419, 6506, 6420, 6316, 6455, 6321, 6360, 6498, 6498, 6444, 6353, 6205, 6167, 6437, 6288, 6325, 6226, 6337, 6426, 6646, 6522, 6500, 6317, 6560, 6191, 6469, 6288, 6616, 6178, 6374, 6282, 6545, 6304, 6413, 6284, 6454, 6345, 6563, 6316, 7814, 6349, 7802, 6238, 7586, 6540, 6302, 6383, 6552, 6613, 6421, 6511, 6242, 6498, 6559, 6234, 6432, 6318, 6162, 6268, 6359, 6220, 6451, 6360, 6501, 6460, 6390, 6312, 6464, 6654, 6402, 6406, 6317, 6399, 6143, 6438, 6420, 6459, 6529, 6519, 6304, 7374, 6431, 8609, 6112, 7719, 6368, 8581, 6405, 8515, 6326, 8184, 6560, 7075, 6437, 7384, 6603, 7286, 6538, 6371, 6442, 6453, 6359, 6379, 6314, 6189, 6552, 7114, 6130, 7422, 6250, 7567, 6289, 7499, 6215, 8206, 6352, 6522, 6442, 6663, 6324, 6540, 6225, 6140, 6318, 6263, 6368, 6615, 6347, 6932, 6230, 7508, 6362, 7225, 6271, 8091, 6295, 8355, 6308, 8211, 6421, 8168, 6376, 7540, 6245, 7583, 6472, 7594, 6684, 7268, 6429, 7326, 6343, 7465, 6382, 7545, 6348, 7724, 6216, 9958, 6173, 6544, 6396, 6320, 6239, 6173, 6114, 6229, 7164, 6612, 6486, 6334, 6739, 6343, 6539, 6460, 6606, 8272, 6432, 9109, 6347, 7694, 6485, 7735, 6578, 8737, 6180, 8276, 6367, 7777, 6102, 6944, 6210, 7230, 6201, 6663, 6414, 6756, 6143, 7076, 6328, 6775, 6317, 6748, 6186, 7146, 6209, 7030, 6150, 6356, 6281, 6894, 6108, 7084, 6240, 6864, 6295, 7458, 6175, 6488, 6312, 6808, 6408, 6771, 6358, 6548, 6560, 6654, 6524, 7720, 6249, 8038, 6163, 7870, 6314, 8229, 6228, 8014, 6240, 8209, 6517, 7156, 6381, 7453, 6195, 7454, 6473, 6283, 6516, 6450, 6215, 6416, 6268, 6481, 6592, 6663, 6311, 6253, 6465, 6444, 6235, 6430, 6164, 6504, 6540, 6428, 6487, 6249, 6691, 6318, 6738, 6228, 6566, 6352, 6645, 6337, 6789, 6265, 6555, 6247, 6624, 6292, 6479, 6427, 6505, 6343, 6632, 6288, 6584, 6340, 6491, 6323, 6651, 6311, 6643, 6269, 6483, 6220, 6741, 6394, 6453, 6265, 6610, 6334, 6562, 6442, 6482, 6208, 6680, 6486, 6471, 6389, 6287, 6333, 6522, 6289, 6490, 6549, 6326, 6639, 6483, 6719, 6527, 6570, 6696, 6104, 7159, 6684, 6467, 6641, 6575, 6486, 6566, 6024, 6293, 6458, 6467, 6817, 6146, 7272, 6172, 7293, 6312, 7136, 6268, 7067, 6191, 6806, 6410, 6949, 6332, 6544, 6378, 6248, 6436, 6742, 6402, 6310, 6383, 6313, 6395, 6604, 6219, 6562, 6458, 6625, 6399, 6079, 6269, 6326, 6522, 6158, 6161, 6216, 6254, 6137, 6230, 6340, 6348, 6259, 6237, 6165, 6328, 6363, 6443, 6460, 6293, 6338, 6539, 6312, 6220, 6311, 6385, 6422, 6577, 6600, 6399, 6371, 6586, 6457, 6526, 6325, 6371, 6346, 6723, 6169, 6570, 6314, 6714, 6362, 6501, 6191, 6426, 6549, 6524, 6469, 6326, 6398, 6511, 6651, 6679, 6406, 6377, 6293, 6414, 6556, 6630, 6507, 6503, 6393, 6534, 6359, 6542, 6361, 6265, 6513, 6468, 6311, 6399, 6488, 6328, 6427, 6201, 6263, 6799, 6645, 6265, 6341, 6420, 6387, 6743, 6373, 7861, 6181, 7440, 6290, 6783, 6208, 7031, 6127, 6532, 6268, 7740, 6221, 7612, 6272, 7583, 6364, 7207, 6381, 6712, 6365, 6670, 6162, 6170, 6354, 6398, 6400, 6498, 6460, 6379, 6456, 6473, 6287, 6545, 6522, 6596, 6458, 6482, 6530, 6294, 6736, 6500, 6537, 6643, 6480, 6424, 6431, 6117, 6390, 6381, 6488, 6235, 6339, 7659, 6300, 6595, 6536, 6449, 6322, 6398, 6007, 6231, 6908, 6283, 6160, 6388, 6453, 6438, 6436, 8191, 6314, 8528, 6192, 7863, 6226, 7051, 6098, 6862, 6391, 6497, 6322, 6317, 6174, 6434, 6300, 6283, 6374, 6338, 6370, 6271, 6081, 6524, 6330, 6663, 6293, 6816, 6419, 7000, 6277, 6909, 6657, 7017, 6588, 7042, 6896, 6906, 6754, 7036, 6957, 6500, 7319, 6597, 7264, 6443, 7016, 6223, 7066, 6266, 6852, 6336, 6808, 6235, 6733, 6234, 6895, 6364, 6697, 6151, 6541, 6101, 6608, 6166, 6262, 6262, 6274, 6129, 6593, 6115, 6217, 6203, 6750, 6215, 7073, 6255, 6516, 6351, 6553, 6316, 6353, 6169, 6271, 6131, 6510, 6671, 6475, 6480, 6631, 6483, 6521, 6302, 6376, 6580, 6744, 6255, 6635, 6522, 6383, 6712, 6668, 6405, 6656, 6562, 6399, 6613, 6461, 6488, 6603, 6675, 6425, 7164, 6404, 7572, 6256, 7336, 6188, 6980, 6385, 6288, 6380, 6154, 6396, 6279, 6506, 6233, 6466, 6454, 6778, 6589, 6248, 6546, 6489, 6449, 6418, 6449, 6758, 6499, 6543, 6473, 6832, 6517, 7708, 6378, 7486, 6410, 7471, 6685, 6613, 6641, 6949, 6819, 6957, 6161, 6381, 6322, 6383, 6460, 6535, 7111, 6487, 6405, 6361, 6421, 6516, 6282, 6634, 6300, 6597, 6327, 6574, 6660, 6465, 6342, 6456, 6348, 6387, 6616, 6530, 6685, 6707, 6765, 6797, 6449, 6999, 6341, 6857, 6579, 6924, 6584, 6775, 6762, 7023, 6599, 6962, 6657, 7668, 6414, 7364, 6654, 6768, 6786, 6633, 6535, 6509, 6913, 6423, 6482, 6660, 6872, 6748, 6757, 6568, 6737, 6261, 7305, 6322, 7535, 6461, 7002, 6478, 7041, 6687, 6390, 6558, 6374, 6453, 6574, 6628, 6351, 7472, 6206, 7005, 6370, 6856, 6599, 6452, 6533, 6392, 6472, 6372, 6464, 6056, 6367, 6215, 6619, 6346, 6744, 6366, 6575, 6363, 6611, 6214, 6622, 6271, 7575, 6124, 7398, 6170, 7206, 6128, 7523, 6405, 6650, 6526, 6337, 6458, 6257, 6879, 6552, 6414, 6350, 6674, 6162, 6998, 6257, 6545, 6374, 6198, 6342, 6167, 6600, 6298, 6255, 6776, 6296, 6540, 6410, 6449, 6500, 6676, 6513, 6939, 6677, 6598, 6766, 6643, 6756, 6468, 6758, 6795, 6481, 6392, 6605, 6434, 6903, 6542, 6746, 6545, 6547, 6562, 7011, 6569, 6946, 6512, 6759, 6662, 6905, 6506, 7141, 6387, 6886, 6450, 7098, 6356, 7713, 6283, 7911, 6528, 8082, 6344, 6844, 6410, 6672, 6349, 6373, 6499, 6492, 6806, 6618, 6733, 6814, 6431, 6388, 6736, 6610, 6679, 6653, 6642, 7449, 6460, 6628, 6504, 6879, 6437, 6655, 6649, 6854, 6638, 6655, 6812, 6934, 6569, 7031, 6601, 7643, 6350, 7109, 6493, 6820, 6529, 6566, 6430, 6663, 6680, 6679, 6327, 6725, 6774, 6689, 6763, 6632, 6503, 6558, 6630, 6708, 6925, 6654, 6857, 6675, 6840, 6755, 7061, 6807, 7130, 6454, 7208, 6427, 7071, 6594, 7119, 6511, 7206, 6251, 7366, 6594, 7174, 6370, 7418, 6537, 7354, 6471, 6997, 6489, 7046, 6726, 7057, 6448, 6812, 6386, 6533, 6605, 6998, 6635, 6795, 6887, 6451, 7088, 6557, 6873, 6625, 6855, 6638, 7095, 6831, 6992, 6684, 6945, 6551, 6752, 6633, 6931, 6499, 6916, 6464, 6600, 6416, 6994, 6637, 6767, 6502, 7263, 6651, 6857, 6861, 6964, 6728, 6983, 6721, 6717, 6578, 6400, 6618, 6774, 6477, 6976, 7454, 6432, 7118, 6363, 8284, 6466, 6986, 6581, 7504, 6295, 7647, 6575, 7103, 6557, 7242, 6513, 7290, 6385, 7197, 6597, 6695, 6539, 6586, 6458, 6600, 6796, 6584, 6767, 6515, 6767, 6637, 6826, 6646, 7014, 6844, 7081, 6503, 7192, 6466, 7094, 6685, 6553, 6761, 6549, 6582, 6841, 6709, 6417, 6989, 6658, 6625, 6821, 6738, 6563, 6845, 6715, 6756, 6749, 6951, 6817, 7041, 7094, 7332, 6484, 6945, 6680, 7043, 6679, 7237, 6411, 7041, 6686, 7219, 6672, 7602, 6482, 7510, 6553, 7325, 6587, 6516, 6686, 6585, 6601, 6666, 6432, 6571, 6810, 6592, 6656, 6676, 6928, 6491, 6961, 6499, 6744, 6659, 6872, 6666, 7060, 6615, 7014, 7231, 6766, 6942, 6830, 6628, 6675, 6494, 6914, 6769, 6932, 6811, 6824, 6891, 6852, 6657, 6979, 6756, 7191, 6513, 7219, 6632, 7370, 6379, 6712, 6631, 6765, 6832, 6553, 6651, 6458, 6674, 6636, 6957, 6510, 6759, 6832, 6928, 6991, 7198, 6628, 6915, 6761, 7021, 6857, 7190, 6395, 7235, 6494, 7300, 6509, 6822, 6754, 6999, 6512, 7117, 6744, 6519, 6859, 6764, 6852, 6677, 6685, 6550, 6867, 6707, 6710, 6639, 6896, 6674, 7053, 6648, 6878, 6625, 6694, 7131, 6730, 6731, 7042, 6830, 6771, 6931, 6868, 6605, 6931, 6596, 6531, 6691, 6482, 6530, 6921, 6710, 6872, 6738, 6700, 6727, 6713, 6872, 6611, 6483, 6791, 6460, 6912, 6608, 6926, 6552, 6658, 6740, 6788, 6609, 6678, 6808, 6898, 6668, 6719, 6729, 7053, 6698, 6923, 6880, 6624, 6884, 6836, 6819, 6775, 6765, 6880, 6656, 7483, 6521, 7127, 6536, 7202, 6564, 6876, 6675, 6773, 6548, 6830, 6870, 6686, 6978, 6702, 6941, 6697, 7127, 6778, 6599, 6682, 6906, 6802, 6767, 6795, 7036, 6964, 6878, 6789, 7073, 6553, 7021, 6718, 7361, 6496, 7229, 6601, 7329, 6388, 7526, 6376, 7187, 6566, 7264, 6360, 7096, 6378, 7197, 6595, 7119, 6572, 6859, 6725, 7061, 6733, 7392, 6571, 7250, 6379, 7212, 6439, 7025, 6659, 6795, 6526, 6537, 6920, 6629, 6867, 6658, 6516, 6587, 6630, 6587, 6826, 6619, 6460, 7096, 6477, 6915, 6604, 6772, 6678, 7223, 6593, 7236, 6400, 6901, 6891, 6990, 6730, 7006, 6874, 6536, 6959, 6593, 6723, 7098, 6919, 6675, 6923, 6662, 6820, 6683, 6873, 6431, 6572, 6630, 6888, 6716, 6705, 6773, 6787, 6646, 7001, 6593, 6771, 6871, 7097, 6865, 7017, 7015, 7110, 6361, 6748, 6740, 6749, 6820, 6796, 6581, 6748, 6736, 6802, 6594, 6833, 6463, 6643, 6721, 6548, 6565, 6861, 6754, 6640, 6632, 6459, 6597, 7011, 6457, 6947, 6507, 6513, 6779, 6837, 6989, 7101, 6587, 6504, 6818, 6920, 6803, 6849, 6762, 6858, 6814, 6933, 6805, 6940, 6695, 6824, 6721, 6837, 6780, 6686, 6773, 7032, 6855, 6748, 6632, 7086, 7043, 7147, 6525, 7284, 6486, 6938, 6623, 7178, 6350, 7084, 6541, 6899, 6468, 6550, 6510, 6515, 6705, 6524, 6810, 6760, 6682, 6538, 6533, 6729, 6634, 6657, 6718, 6834, 6636, 6771, 6619, 6711, 6893, 6830, 6984, 6772, 6846, 6665, 6696, 6726, 6683, 6693, 6712, 6675, 6732, 6703, 6843, 6509, 6705, 6555, 6686, 6826, 6758, 6644, 6852, 6469, 6535, 6599, 6551, 6572, 6792, 6708, 6449, 6623, 6624, 6765, 6621, 6787, 6389, 6604, 6590, 6593, 6544, 6734, 6370, 6810, 6683, 6878, 6602, 6675, 6602, 6705, 6729, 6771, 6776, 6585, 6611, 6536, 6729, 6791, 6798, 6688, 6601, 6801, 6923, 6711, 6979, 6303, 7079, 6430, 7016, 6446, 7042, 6327, 7052, 6320, 6767, 6361, 6862, 6427, 6878, 6210, 6876, 6389, 6963, 6412, 7092, 6381, 7268, 6363, 7023, 6467, 6783, 6459, 7259, 6241, 7221, 6524, 6743, 6766, 6244, 6783, 6728, 6568, 6373, 6459, 6638, 6830, 6464, 6654, 6531, 6554, 6667, 6645, 6475, 6752, 6607, 6584, 6651, 6546, 6487, 6686, 6450, 6643, 6793, 6718, 6590, 6822, 6679, 6895, 6706, 6908, 6666, 6851, 7106, 6675, 6856, 6566, 6619, 6489, 6448, 6411, 6704, 6754, 6543, 6409, 6490, 6653, 6705, 6546, 6648, 6557, 6871, 6949, 7091, 6640, 6962, 6551, 6957, 6821, 6916, 7008, 6796, 6853, 6752, 6969, 7115, 6968, 6529, 6941, 6774, 7101, 6929, 7114, 6583, 6891, 6621, 7103, 6570, 7193, 6342, 7312, 6334, 7051, 6435, 6951, 6439, 6876, 6351, 7298, 6362, 7300, 6671, 6742, 6392, 6946, 6472, 6765, 6322, 6614, 6511, 6574, 6163, 6503, 6603, 6637, 6381, 6647, 6659, 6602, 6646, 6726, 6558], 'WindowCenter': [3767.0, 3752.0, 3738.0, 3726.0, 3725.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3713.0, 3723.0, 3723.0, 3723.0, 3723.0, 3712.0, 3713.0, 3712.0, 3723.0, 3723.0, 3722.0, 3713.0, 3724.0, 3724.0, 3724.0, 3725.0, 3723.0, 3723.0, 3723.0, 3713.0, 3723.0, 3724.0, 3724.0, 3713.0, 3724.0, 3724.0, 3725.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3734.0, 3724.0, 3733.0, 3713.0, 3733.0, 3713.0, 3712.0, 3713.0, 3712.0, 3723.0, 3712.0, 3724.0, 3723.0, 3723.0, 3723.0, 3713.0, 3723.0, 3723.0, 3713.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3722.0, 3712.0, 3712.0, 3723.0, 3713.0, 3713.0, 3723.0, 3724.0, 3724.0, 3724.0, 3723.0, 3724.0, 3733.0, 3723.0, 3743.0, 3712.0, 3732.0, 3712.0, 3742.0, 3711.0, 3742.0, 3711.0, 3730.0, 3711.0, 3720.0, 3710.0, 3721.0, 3722.0, 3721.0, 3711.0, 3710.0, 3711.0, 3711.0, 3712.0, 3712.0, 3723.0, 3712.0, 3724.0, 3733.0, 3714.0, 3734.0, 3724.0, 3732.0, 3723.0, 3733.0, 3711.0, 3743.0, 3711.0, 3711.0, 3711.0, 3710.0, 3710.0, 3710.0, 3700.0, 3699.0, 3711.0, 3711.0, 3712.0, 3722.0, 3723.0, 3733.0, 3714.0, 3734.0, 3724.0, 3734.0, 3724.0, 3744.0, 3723.0, 3743.0, 3713.0, 3743.0, 3712.0, 3732.0, 3711.0, 3731.0, 3712.0, 3731.0, 3711.0, 3732.0, 3722.0, 3722.0, 3712.0, 3732.0, 3712.0, 3732.0, 3712.0, 3733.0, 3711.0, 3733.0, 3712.0, 3752.0, 3711.0, 3712.0, 3711.0, 3711.0, 3700.0, 3711.0, 3712.0, 3713.0, 3735.0, 3720.0, 3713.0, 3712.0, 3722.0, 3712.0, 3711.0, 3699.0, 3709.0, 3729.0, 3698.0, 3729.0, 3698.0, 3718.0, 3697.0, 3717.0, 3696.0, 3716.0, 3686.0, 3716.0, 3696.0, 3705.0, 3685.0, 3695.0, 3684.0, 3706.0, 3686.0, 3696.0, 3697.0, 3708.0, 3698.0, 3708.0, 3709.0, 3708.0, 3709.0, 3708.0, 3699.0, 3708.0, 3699.0, 3709.0, 3699.0, 3709.0, 3710.0, 3720.0, 3700.0, 3720.0, 3711.0, 3710.0, 3712.0, 3720.0, 3711.0, 3710.0, 3712.0, 3722.0, 3713.0, 3722.0, 3712.0, 3712.0, 3722.0, 3723.0, 3724.0, 3733.0, 3723.0, 3733.0, 3712.0, 3732.0, 3712.0, 3732.0, 3712.0, 3731.0, 3711.0, 3731.0, 3710.0, 3720.0, 3711.0, 3721.0, 3711.0, 3721.0, 3712.0, 3711.0, 3712.0, 3711.0, 3713.0, 3712.0, 3713.0, 3712.0, 3719.0, 3722.0, 3723.0, 3712.0, 3723.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3711.0, 3712.0, 3722.0, 3712.0, 3723.0, 3713.0, 3723.0, 3724.0, 3724.0, 3724.0, 3724.0, 3725.0, 3724.0, 3724.0, 3735.0, 3725.0, 3725.0, 3725.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3713.0, 3723.0, 3713.0, 3723.0, 3712.0, 3712.0, 3712.0, 3722.0, 3712.0, 3711.0, 3712.0, 3719.0, 3712.0, 3723.0, 3723.0, 3712.0, 3712.0, 3722.0, 3712.0, 3711.0, 3712.0, 3711.0, 3711.0, 3712.0, 3710.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3722.0, 3710.0, 3700.0, 3720.0, 3710.0, 3711.0, 3721.0, 3722.0, 3711.0, 3722.0, 3711.0, 3711.0, 3712.0, 3712.0, 3722.0, 3713.0, 3729.0, 3712.0, 3721.0, 3712.0, 3721.0, 3712.0, 3721.0, 3701.0, 3711.0, 3711.0, 3721.0, 3712.0, 3711.0, 3712.0, 3712.0, 3712.0, 3722.0, 3712.0, 3710.0, 3712.0, 3711.0, 3712.0, 3712.0, 3712.0, 3722.0, 3712.0, 3722.0, 3711.0, 3701.0, 3711.0, 3711.0, 3711.0, 3711.0, 3710.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3712.0, 3711.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3711.0, 3712.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3712.0, 3712.0, 3712.0, 3722.0, 3712.0, 3723.0, 3712.0, 3722.0, 3711.0, 3712.0, 3712.0, 3723.0, 3723.0, 3713.0, 3723.0, 3713.0, 3712.0, 3712.0, 3723.0, 3722.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3711.0, 3711.0, 3711.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3711.0, 3722.0, 3722.0, 3711.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3731.0, 3712.0, 3721.0, 3711.0, 3709.0, 3711.0, 3720.0, 3711.0, 3711.0, 3712.0, 3732.0, 3711.0, 3731.0, 3711.0, 3731.0, 3711.0, 3720.0, 3711.0, 3710.0, 3710.0, 3710.0, 3699.0, 3699.0, 3711.0, 3710.0, 3707.0, 3711.0, 3712.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3710.0, 3710.0, 3710.0, 3711.0, 3711.0, 3711.0, 3722.0, 3708.0, 3711.0, 3722.0, 3712.0, 3711.0, 3712.0, 3708.0, 3711.0, 3712.0, 3712.0, 3712.0, 3724.0, 3733.0, 3723.0, 3723.0, 3720.0, 3712.0, 3723.0, 3714.0, 3700.0, 3712.0, 3721.0, 3723.0, 3725.0, 3725.0, 3724.0, 3712.0, 3713.0, 3743.0, 3712.0, 3743.0, 3701.0, 3731.0, 3700.0, 3710.0, 3698.0, 3708.0, 3698.0, 3698.0, 3699.0, 3698.0, 3698.0, 3697.0, 3698.0, 3697.0, 3698.0, 3698.0, 3709.0, 3698.0, 3697.0, 3698.0, 3698.0, 3709.0, 3698.0, 3709.0, 3709.0, 3709.0, 3698.0, 3709.0, 3709.0, 3720.0, 3710.0, 3721.0, 3720.0, 3721.0, 3709.0, 3721.0, 3720.0, 3711.0, 3721.0, 3711.0, 3720.0, 3711.0, 3720.0, 3711.0, 3721.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3710.0, 3712.0, 3721.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3721.0, 3712.0, 3711.0, 3712.0, 3711.0, 3713.0, 3722.0, 3713.0, 3712.0, 3713.0, 3723.0, 3712.0, 3722.0, 3712.0, 3711.0, 3712.0, 3712.0, 3710.0, 3711.0, 3700.0, 3710.0, 3700.0, 3711.0, 3709.0, 3710.0, 3710.0, 3710.0, 3710.0, 3711.0, 3710.0, 3710.0, 3721.0, 3721.0, 3710.0, 3722.0, 3710.0, 3711.0, 3711.0, 3722.0, 3711.0, 3722.0, 3721.0, 3711.0, 3718.0, 3708.0, 3711.0, 3723.0, 3722.0, 3712.0, 3722.0, 3712.0, 3732.0, 3711.0, 3721.0, 3700.0, 3709.0, 3707.0, 3709.0, 3710.0, 3699.0, 3710.0, 3710.0, 3711.0, 3700.0, 3711.0, 3711.0, 3722.0, 3711.0, 3712.0, 3711.0, 3712.0, 3712.0, 3722.0, 3723.0, 3724.0, 3724.0, 3723.0, 3713.0, 3723.0, 3709.0, 3729.0, 3712.0, 3722.0, 3709.0, 3734.0, 3724.0, 3722.0, 3722.0, 3722.0, 3723.0, 3734.0, 3714.0, 3712.0, 3724.0, 3724.0, 3724.0, 3726.0, 3736.0, 3725.0, 3713.0, 3723.0, 3712.0, 3713.0, 3712.0, 3723.0, 3712.0, 3722.0, 3712.0, 3722.0, 3710.0, 3712.0, 3711.0, 3712.0, 3712.0, 3711.0, 3710.0, 3711.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3720.0, 3710.0, 3710.0, 3711.0, 3722.0, 3723.0, 3723.0, 3736.0, 3735.0, 3735.0, 3735.0, 3726.0, 3746.0, 3725.0, 3735.0, 3725.0, 3725.0, 3724.0, 3724.0, 3713.0, 3712.0, 3723.0, 3712.0, 3712.0, 3723.0, 3722.0, 3722.0, 3722.0, 3723.0, 3721.0, 3712.0, 3722.0, 3711.0, 3732.0, 3712.0, 3722.0, 3711.0, 3721.0, 3721.0, 3712.0, 3711.0, 3711.0, 3710.0, 3710.0, 3710.0, 3711.0, 3720.0, 3700.0, 3720.0, 3710.0, 3710.0, 3722.0, 3710.0, 3712.0, 3711.0, 3708.0, 3711.0, 3711.0, 3701.0, 3711.0, 3711.0, 3711.0, 3711.0, 3722.0, 3712.0, 3723.0, 3712.0, 3721.0, 3701.0, 3711.0, 3711.0, 3732.0, 3712.0, 3721.0, 3701.0, 3721.0, 3710.0, 3732.0, 3711.0, 3710.0, 3711.0, 3710.0, 3710.0, 3710.0, 3710.0, 3710.0, 3710.0, 3711.0, 3710.0, 3700.0, 3717.0, 3711.0, 3711.0, 3712.0, 3710.0, 3712.0, 3700.0, 3723.0, 3712.0, 3723.0, 3722.0, 3724.0, 3713.0, 3724.0, 3722.0, 3713.0, 3723.0, 3723.0, 3723.0, 3724.0, 3723.0, 3724.0, 3723.0, 3723.0, 3712.0, 3724.0, 3723.0, 3712.0, 3714.0, 3723.0, 3713.0, 3723.0, 3712.0, 3723.0, 3712.0, 3719.0, 3722.0, 3723.0, 3723.0, 3723.0, 3713.0, 3724.0, 3724.0, 3723.0, 3720.0, 3722.0, 3725.0, 3723.0, 3713.0, 3721.0, 3712.0, 3732.0, 3713.0, 3732.0, 3712.0, 3731.0, 3712.0, 3719.0, 3724.0, 3723.0, 3724.0, 3712.0, 3712.0, 3712.0, 3711.0, 3711.0, 3722.0, 3711.0, 3711.0, 3711.0, 3710.0, 3710.0, 3710.0, 3709.0, 3710.0, 3719.0, 3699.0, 3709.0, 3709.0, 3709.0, 3710.0, 3720.0, 3711.0, 3722.0, 3722.0, 3722.0, 3723.0, 3722.0, 3723.0, 3722.0, 3722.0, 3732.0, 3710.0, 3721.0, 3710.0, 3710.0, 3710.0, 3709.0, 3710.0, 3709.0, 3710.0, 3710.0, 3710.0, 3710.0, 3710.0, 3710.0, 3721.0, 3722.0, 3711.0, 3711.0, 3722.0, 3722.0, 3719.0, 3723.0, 3722.0, 3711.0, 3711.0, 3711.0, 3721.0, 3711.0, 3710.0, 3711.0, 3720.0, 3710.0, 3709.0, 3710.0, 3709.0, 3711.0, 3720.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3720.0, 3711.0, 3719.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3711.0, 3711.0, 3710.0, 3711.0, 3721.0, 3711.0, 3711.0, 3721.0, 3711.0, 3722.0, 3711.0, 3711.0, 3707.0, 3721.0, 3711.0, 3721.0, 3722.0, 3722.0, 3711.0, 3721.0, 3711.0, 3722.0, 3722.0, 3723.0, 3713.0, 3734.0, 3724.0, 3724.0, 3713.0, 3734.0, 3724.0, 3723.0, 3724.0, 3734.0, 3722.0, 3723.0, 3723.0, 3721.0, 3723.0, 3723.0, 3723.0, 3723.0, 3721.0, 3711.0, 3722.0, 3723.0, 3723.0, 3734.0, 3733.0, 3724.0, 3723.0, 3724.0, 3744.0, 3713.0, 3722.0, 3722.0, 3721.0, 3713.0, 3732.0, 3722.0, 3722.0, 3712.0, 3721.0, 3711.0, 3720.0, 3711.0, 3721.0, 3711.0, 3710.0, 3710.0, 3710.0, 3710.0, 3710.0, 3711.0, 3709.0, 3710.0, 3711.0, 3711.0, 3710.0, 3722.0, 3711.0, 3721.0, 3722.0, 3721.0, 3710.0, 3721.0, 3711.0, 3721.0, 3722.0, 3709.0, 3711.0, 3711.0, 3722.0, 3721.0, 3723.0, 3712.0, 3734.0, 3723.0, 3723.0, 3722.0, 3723.0, 3723.0, 3723.0, 3723.0, 3722.0, 3722.0, 3722.0, 3712.0, 3722.0, 3722.0, 3721.0, 3712.0, 3721.0, 3711.0, 3721.0, 3711.0, 3721.0, 3712.0, 3720.0, 3711.0, 3720.0, 3722.0, 3731.0, 3711.0, 3720.0, 3710.0, 3721.0, 3710.0, 3710.0, 3710.0, 3710.0, 3711.0, 3710.0, 3711.0, 3709.0, 3722.0, 3722.0, 3711.0, 3710.0, 3721.0, 3710.0, 3722.0, 3710.0, 3722.0, 3710.0, 3722.0, 3722.0, 3722.0, 3722.0, 3721.0, 3722.0, 3711.0, 3722.0, 3711.0, 3710.0, 3711.0, 3711.0, 3710.0, 3710.0, 3709.0, 3709.0, 3709.0, 3710.0, 3709.0, 3710.0, 3709.0, 3710.0, 3709.0, 3709.0, 3720.0, 3710.0, 3720.0, 3710.0, 3710.0, 3710.0, 3710.0, 3709.0, 3699.0, 3710.0, 3710.0, 3711.0, 3711.0, 3721.0, 3710.0, 3710.0, 3711.0, 3720.0, 3722.0, 3722.0, 3712.0, 3721.0, 3721.0, 3722.0, 3722.0, 3722.0, 3711.0, 3722.0, 3711.0, 3721.0, 3711.0, 3722.0, 3723.0, 3721.0, 3712.0, 3722.0, 3712.0, 3711.0, 3711.0, 3711.0, 3721.0, 3711.0, 3712.0, 3711.0, 3722.0, 3711.0, 3710.0, 3711.0, 3721.0, 3710.0, 3722.0, 3707.0, 3722.0, 3722.0, 3721.0, 3722.0, 3723.0, 3711.0, 3723.0, 3722.0, 3721.0, 3721.0, 3722.0, 3710.0, 3721.0, 3711.0, 3710.0, 3711.0, 3710.0, 3711.0, 3720.0, 3711.0, 3710.0, 3710.0, 3711.0, 3722.0, 3723.0, 3711.0, 3721.0, 3711.0, 3722.0, 3711.0, 3723.0, 3721.0, 3723.0, 3711.0, 3722.0, 3712.0, 3722.0, 3711.0, 3712.0, 3711.0, 3722.0, 3710.0, 3711.0, 3710.0, 3721.0, 3710.0, 3722.0, 3721.0, 3711.0, 3721.0, 3710.0, 3711.0, 3710.0, 3711.0, 3720.0, 3711.0, 3720.0, 3711.0, 3720.0, 3711.0, 3720.0, 3722.0, 3711.0, 3712.0, 3711.0, 3712.0, 3711.0, 3722.0, 3722.0, 3723.0, 3711.0, 3721.0, 3710.0, 3723.0, 3711.0, 3723.0, 3723.0, 3722.0, 3722.0, 3711.0, 3711.0, 3721.0, 3722.0, 3711.0, 3723.0, 3721.0, 3710.0, 3721.0, 3710.0, 3717.0, 3711.0, 3720.0, 3711.0, 3721.0, 3711.0, 3731.0, 3711.0, 3709.0, 3712.0, 3722.0, 3712.0, 3722.0, 3711.0, 3721.0, 3722.0, 3722.0, 3722.0, 3711.0, 3722.0, 3722.0, 3723.0, 3721.0, 3711.0, 3721.0, 3711.0, 3720.0, 3711.0, 3721.0, 3711.0, 3710.0, 3711.0, 3710.0, 3722.0, 3710.0, 3711.0, 3710.0, 3711.0, 3710.0, 3710.0, 3710.0, 3721.0, 3711.0, 3712.0, 3721.0, 3712.0, 3722.0, 3723.0, 3722.0, 3723.0, 3721.0, 3723.0, 3722.0, 3713.0, 3722.0, 3723.0, 3722.0, 3723.0, 3722.0, 3722.0, 3710.0, 3722.0, 3710.0, 3712.0, 3720.0, 3722.0, 3721.0, 3721.0, 3711.0, 3710.0, 3711.0, 3712.0, 3711.0, 3710.0, 3711.0, 3720.0, 3710.0, 3710.0, 3711.0, 3711.0, 3722.0, 3722.0, 3722.0, 3721.0, 3712.0, 3723.0, 3724.0, 3723.0, 3723.0, 3721.0, 3710.0, 3722.0, 3722.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3722.0, 3723.0, 3710.0, 3712.0, 3711.0, 3711.0, 3710.0, 3710.0, 3710.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3712.0, 3722.0, 3710.0, 3721.0, 3712.0, 3711.0, 3722.0, 3722.0, 3721.0, 3722.0, 3721.0, 3711.0, 3721.0, 3722.0, 3711.0, 3722.0, 3711.0, 3711.0, 3712.0, 3721.0, 3721.0, 3721.0, 3712.0, 3722.0, 3721.0, 3723.0, 3723.0, 3722.0, 3724.0, 3722.0, 3722.0, 3721.0, 3722.0, 3722.0, 3721.0, 3720.0, 3711.0, 3720.0, 3711.0, 3720.0, 3711.0, 3710.0, 3710.0, 3719.0, 3710.0, 3720.0, 3710.0, 3708.0, 3710.0, 3710.0, 3709.0, 3700.0, 3711.0, 3711.0, 3710.0, 3711.0, 3710.0, 3722.0, 3722.0, 3710.0, 3711.0, 3711.0, 3721.0, 3722.0, 3721.0, 3722.0, 3723.0, 3721.0, 3723.0, 3722.0, 3723.0, 3722.0, 3723.0, 3722.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3721.0, 3722.0, 3711.0, 3722.0, 3711.0, 3722.0, 3721.0, 3722.0, 3722.0, 3723.0, 3711.0, 3711.0, 3722.0, 3712.0, 3721.0, 3711.0, 3710.0, 3711.0, 3711.0, 3710.0, 3711.0, 3707.0, 3710.0, 3711.0, 3711.0, 3711.0, 3722.0, 3710.0, 3711.0, 3711.0, 3710.0, 3711.0, 3710.0, 3710.0, 3711.0, 3709.0, 3711.0, 3710.0, 3711.0, 3709.0, 3710.0, 3710.0, 3710.0, 3710.0, 3711.0, 3721.0, 3711.0, 3711.0, 3723.0, 3721.0, 3708.0, 3720.0, 3712.0, 3721.0, 3711.0, 3720.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3711.0, 3712.0, 3711.0, 3711.0, 3711.0, 3712.0, 3711.0, 3711.0, 3722.0, 3711.0, 3722.0, 3713.0, 3722.0, 3711.0, 3722.0, 3712.0, 3711.0, 3711.0, 3722.0, 3711.0, 3720.0, 3711.0, 3721.0, 3723.0, 3712.0, 3723.0, 3723.0, 3722.0, 3712.0, 3711.0, 3723.0, 3722.0, 3711.0, 3711.0, 3711.0, 3712.0, 3711.0, 3710.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3712.0, 3711.0, 3712.0, 3722.0, 3711.0, 3711.0, 3711.0, 3710.0, 3710.0, 3721.0, 3711.0, 3710.0, 3711.0, 3710.0, 3710.0, 3711.0, 3709.0, 3710.0, 3709.0, 3711.0, 3698.0, 3710.0, 3710.0, 3711.0, 3710.0, 3711.0, 3711.0, 3711.0, 3721.0, 3712.0, 3723.0, 3712.0, 3722.0, 3722.0, 3722.0, 3711.0, 3721.0, 3712.0, 3723.0, 3721.0, 3722.0, 3721.0, 3722.0, 3712.0, 3723.0, 3722.0, 3724.0, 3723.0, 3713.0, 3723.0, 3722.0, 3722.0, 3723.0, 3722.0, 3724.0, 3722.0, 3724.0, 3722.0, 3722.0, 3722.0, 3712.0, 3722.0, 3712.0, 3722.0, 3712.0, 3721.0, 3712.0, 3712.0, 3712.0, 3722.0, 3713.0, 3721.0, 3724.0, 3723.0, 3713.0, 3722.0, 3713.0, 3722.0, 3713.0, 3723.0, 3712.0, 3723.0, 3713.0, 3711.0, 3723.0, 3722.0, 3723.0, 3722.0, 3724.0, 3723.0, 3722.0, 3722.0, 3712.0], 'WindowWidth': [8494.0, 8462.0, 8433.0, 8414.0, 8411.0, 8407.0, 8406.0, 8407.0, 8404.0, 8404.0, 8389.0, 8403.0, 8403.0, 8402.0, 8402.0, 8386.0, 8387.0, 8387.0, 8402.0, 8401.0, 8400.0, 8389.0, 8403.0, 8404.0, 8404.0, 8407.0, 8403.0, 8401.0, 8403.0, 8389.0, 8403.0, 8406.0, 8405.0, 8391.0, 8405.0, 8407.0, 8408.0, 8405.0, 8406.0, 8405.0, 8404.0, 8405.0, 8404.0, 8405.0, 8416.0, 8405.0, 8415.0, 8388.0, 8413.0, 8387.0, 8383.0, 8388.0, 8385.0, 8403.0, 8387.0, 8403.0, 8402.0, 8402.0, 8403.0, 8389.0, 8402.0, 8403.0, 8387.0, 8385.0, 8387.0, 8384.0, 8385.0, 8385.0, 8384.0, 8383.0, 8384.0, 8383.0, 8383.0, 8398.0, 8384.0, 8385.0, 8402.0, 8388.0, 8390.0, 8402.0, 8406.0, 8405.0, 8405.0, 8403.0, 8404.0, 8414.0, 8402.0, 8428.0, 8386.0, 8410.0, 8384.0, 8422.0, 8382.0, 8421.0, 8382.0, 8404.0, 8381.0, 8392.0, 8381.0, 8395.0, 8398.0, 8394.0, 8382.0, 8379.0, 8383.0, 8382.0, 8387.0, 8385.0, 8404.0, 8387.0, 8405.0, 8416.0, 8392.0, 8417.0, 8405.0, 8412.0, 8401.0, 8414.0, 8384.0, 8425.0, 8381.0, 8380.0, 8382.0, 8380.0, 8380.0, 8378.0, 8366.0, 8364.0, 8382.0, 8382.0, 8385.0, 8398.0, 8403.0, 8415.0, 8392.0, 8416.0, 8405.0, 8417.0, 8404.0, 8429.0, 8403.0, 8427.0, 8387.0, 8425.0, 8385.0, 8409.0, 8383.0, 8407.0, 8383.0, 8407.0, 8383.0, 8410.0, 8398.0, 8397.0, 8385.0, 8409.0, 8385.0, 8411.0, 8385.0, 8412.0, 8383.0, 8412.0, 8386.0, 8435.0, 8384.0, 8384.0, 8380.0, 8380.0, 8364.0, 8381.0, 8385.0, 8390.0, 8420.0, 8394.0, 8387.0, 8383.0, 8397.0, 8383.0, 8380.0, 8361.0, 8375.0, 8401.0, 8359.0, 8398.0, 8356.0, 8382.0, 8354.0, 8380.0, 8353.0, 8377.0, 8338.0, 8376.0, 8351.0, 8362.0, 8336.0, 8348.0, 8335.0, 8363.0, 8339.0, 8352.0, 8355.0, 8370.0, 8359.0, 8370.0, 8374.0, 8371.0, 8375.0, 8372.0, 8362.0, 8372.0, 8362.0, 8373.0, 8363.0, 8374.0, 8378.0, 8389.0, 8366.0, 8392.0, 8381.0, 8379.0, 8384.0, 8391.0, 8383.0, 8378.0, 8385.0, 8398.0, 8387.0, 8398.0, 8387.0, 8385.0, 8400.0, 8402.0, 8403.0, 8414.0, 8402.0, 8412.0, 8386.0, 8411.0, 8384.0, 8409.0, 8384.0, 8408.0, 8382.0, 8407.0, 8380.0, 8392.0, 8383.0, 8394.0, 8383.0, 8394.0, 8384.0, 8380.0, 8385.0, 8382.0, 8387.0, 8384.0, 8387.0, 8384.0, 8392.0, 8399.0, 8401.0, 8385.0, 8401.0, 8386.0, 8385.0, 8386.0, 8384.0, 8384.0, 8383.0, 8384.0, 8383.0, 8384.0, 8398.0, 8386.0, 8401.0, 8390.0, 8402.0, 8404.0, 8403.0, 8404.0, 8403.0, 8407.0, 8404.0, 8406.0, 8421.0, 8407.0, 8409.0, 8409.0, 8406.0, 8406.0, 8404.0, 8406.0, 8404.0, 8405.0, 8403.0, 8388.0, 8400.0, 8387.0, 8399.0, 8386.0, 8384.0, 8385.0, 8397.0, 8386.0, 8383.0, 8385.0, 8392.0, 8386.0, 8401.0, 8401.0, 8384.0, 8385.0, 8398.0, 8384.0, 8382.0, 8383.0, 8382.0, 8383.0, 8383.0, 8380.0, 8382.0, 8383.0, 8382.0, 8381.0, 8380.0, 8380.0, 8380.0, 8396.0, 8378.0, 8364.0, 8391.0, 8379.0, 8380.0, 8396.0, 8396.0, 8382.0, 8398.0, 8382.0, 8384.0, 8383.0, 8384.0, 8398.0, 8387.0, 8403.0, 8385.0, 8394.0, 8383.0, 8394.0, 8383.0, 8393.0, 8368.0, 8380.0, 8382.0, 8394.0, 8385.0, 8381.0, 8384.0, 8383.0, 8386.0, 8398.0, 8384.0, 8380.0, 8384.0, 8382.0, 8384.0, 8383.0, 8386.0, 8397.0, 8385.0, 8397.0, 8381.0, 8367.0, 8382.0, 8381.0, 8382.0, 8383.0, 8379.0, 8384.0, 8385.0, 8383.0, 8384.0, 8387.0, 8385.0, 8383.0, 8384.0, 8381.0, 8385.0, 8385.0, 8382.0, 8386.0, 8386.0, 8385.0, 8384.0, 8384.0, 8382.0, 8383.0, 8382.0, 8381.0, 8381.0, 8380.0, 8380.0, 8380.0, 8380.0, 8382.0, 8382.0, 8384.0, 8384.0, 8386.0, 8397.0, 8384.0, 8399.0, 8386.0, 8398.0, 8384.0, 8384.0, 8386.0, 8401.0, 8402.0, 8387.0, 8402.0, 8387.0, 8386.0, 8386.0, 8400.0, 8399.0, 8384.0, 8381.0, 8384.0, 8381.0, 8383.0, 8382.0, 8383.0, 8382.0, 8381.0, 8382.0, 8384.0, 8385.0, 8384.0, 8384.0, 8385.0, 8386.0, 8385.0, 8384.0, 8384.0, 8383.0, 8384.0, 8383.0, 8383.0, 8396.0, 8399.0, 8381.0, 8382.0, 8379.0, 8381.0, 8380.0, 8381.0, 8406.0, 8386.0, 8393.0, 8383.0, 8375.0, 8381.0, 8392.0, 8383.0, 8380.0, 8384.0, 8409.0, 8382.0, 8408.0, 8381.0, 8407.0, 8381.0, 8392.0, 8380.0, 8377.0, 8379.0, 8378.0, 8363.0, 8363.0, 8380.0, 8379.0, 8373.0, 8380.0, 8383.0, 8383.0, 8382.0, 8383.0, 8382.0, 8380.0, 8379.0, 8379.0, 8379.0, 8381.0, 8380.0, 8381.0, 8396.0, 8374.0, 8383.0, 8398.0, 8383.0, 8383.0, 8383.0, 8377.0, 8382.0, 8384.0, 8386.0, 8386.0, 8403.0, 8413.0, 8402.0, 8402.0, 8394.0, 8386.0, 8403.0, 8389.0, 8364.0, 8384.0, 8398.0, 8403.0, 8408.0, 8408.0, 8404.0, 8386.0, 8386.0, 8427.0, 8384.0, 8424.0, 8368.0, 8407.0, 8365.0, 8375.0, 8358.0, 8371.0, 8358.0, 8357.0, 8361.0, 8358.0, 8357.0, 8355.0, 8358.0, 8356.0, 8360.0, 8359.0, 8374.0, 8360.0, 8357.0, 8359.0, 8359.0, 8374.0, 8359.0, 8375.0, 8374.0, 8375.0, 8360.0, 8375.0, 8375.0, 8391.0, 8376.0, 8394.0, 8390.0, 8393.0, 8376.0, 8394.0, 8391.0, 8381.0, 8394.0, 8381.0, 8393.0, 8381.0, 8391.0, 8381.0, 8392.0, 8381.0, 8378.0, 8381.0, 8378.0, 8382.0, 8380.0, 8384.0, 8395.0, 8385.0, 8382.0, 8386.0, 8383.0, 8384.0, 8396.0, 8384.0, 8381.0, 8385.0, 8383.0, 8388.0, 8398.0, 8387.0, 8385.0, 8388.0, 8400.0, 8385.0, 8398.0, 8385.0, 8383.0, 8384.0, 8383.0, 8380.0, 8382.0, 8366.0, 8379.0, 8366.0, 8380.0, 8376.0, 8379.0, 8379.0, 8380.0, 8378.0, 8383.0, 8379.0, 8380.0, 8394.0, 8395.0, 8378.0, 8397.0, 8380.0, 8383.0, 8381.0, 8397.0, 8381.0, 8398.0, 8396.0, 8383.0, 8389.0, 8376.0, 8383.0, 8400.0, 8397.0, 8385.0, 8397.0, 8384.0, 8410.0, 8382.0, 8394.0, 8366.0, 8376.0, 8371.0, 8376.0, 8378.0, 8364.0, 8379.0, 8377.0, 8380.0, 8365.0, 8382.0, 8383.0, 8397.0, 8381.0, 8383.0, 8383.0, 8385.0, 8384.0, 8399.0, 8402.0, 8403.0, 8406.0, 8403.0, 8389.0, 8399.0, 8378.0, 8404.0, 8384.0, 8397.0, 8379.0, 8415.0, 8403.0, 8399.0, 8398.0, 8396.0, 8400.0, 8416.0, 8393.0, 8385.0, 8404.0, 8405.0, 8405.0, 8411.0, 8422.0, 8406.0, 8389.0, 8401.0, 8385.0, 8386.0, 8384.0, 8400.0, 8383.0, 8397.0, 8384.0, 8397.0, 8380.0, 8384.0, 8381.0, 8384.0, 8384.0, 8382.0, 8379.0, 8381.0, 8381.0, 8378.0, 8381.0, 8378.0, 8379.0, 8390.0, 8378.0, 8377.0, 8380.0, 8397.0, 8402.0, 8403.0, 8423.0, 8422.0, 8422.0, 8421.0, 8409.0, 8435.0, 8406.0, 8420.0, 8405.0, 8407.0, 8404.0, 8402.0, 8388.0, 8386.0, 8401.0, 8386.0, 8385.0, 8398.0, 8396.0, 8396.0, 8398.0, 8401.0, 8395.0, 8385.0, 8396.0, 8382.0, 8410.0, 8385.0, 8395.0, 8382.0, 8393.0, 8395.0, 8383.0, 8382.0, 8380.0, 8378.0, 8378.0, 8378.0, 8379.0, 8391.0, 8366.0, 8391.0, 8379.0, 8378.0, 8396.0, 8379.0, 8384.0, 8382.0, 8375.0, 8381.0, 8382.0, 8367.0, 8382.0, 8381.0, 8382.0, 8382.0, 8396.0, 8385.0, 8399.0, 8383.0, 8395.0, 8367.0, 8380.0, 8382.0, 8409.0, 8383.0, 8394.0, 8368.0, 8393.0, 8380.0, 8408.0, 8382.0, 8378.0, 8379.0, 8379.0, 8378.0, 8378.0, 8379.0, 8378.0, 8378.0, 8380.0, 8377.0, 8366.0, 8383.0, 8380.0, 8380.0, 8383.0, 8379.0, 8386.0, 8367.0, 8400.0, 8384.0, 8402.0, 8398.0, 8404.0, 8387.0, 8404.0, 8400.0, 8389.0, 8401.0, 8403.0, 8401.0, 8404.0, 8402.0, 8404.0, 8400.0, 8400.0, 8386.0, 8402.0, 8402.0, 8386.0, 8390.0, 8402.0, 8387.0, 8400.0, 8386.0, 8400.0, 8386.0, 8393.0, 8399.0, 8401.0, 8402.0, 8400.0, 8387.0, 8403.0, 8403.0, 8401.0, 8396.0, 8397.0, 8406.0, 8402.0, 8388.0, 8396.0, 8384.0, 8411.0, 8387.0, 8411.0, 8383.0, 8408.0, 8386.0, 8393.0, 8404.0, 8401.0, 8403.0, 8386.0, 8385.0, 8385.0, 8381.0, 8382.0, 8396.0, 8381.0, 8382.0, 8380.0, 8379.0, 8378.0, 8378.0, 8376.0, 8377.0, 8387.0, 8361.0, 8373.0, 8375.0, 8374.0, 8379.0, 8392.0, 8382.0, 8397.0, 8399.0, 8398.0, 8401.0, 8398.0, 8400.0, 8396.0, 8398.0, 8409.0, 8380.0, 8393.0, 8379.0, 8377.0, 8376.0, 8375.0, 8376.0, 8375.0, 8377.0, 8377.0, 8379.0, 8380.0, 8380.0, 8380.0, 8394.0, 8396.0, 8382.0, 8384.0, 8398.0, 8398.0, 8391.0, 8400.0, 8397.0, 8382.0, 8380.0, 8380.0, 8393.0, 8380.0, 8376.0, 8380.0, 8390.0, 8378.0, 8375.0, 8378.0, 8375.0, 8380.0, 8391.0, 8380.0, 8392.0, 8380.0, 8392.0, 8382.0, 8392.0, 8381.0, 8390.0, 8381.0, 8389.0, 8381.0, 8392.0, 8381.0, 8392.0, 8381.0, 8380.0, 8383.0, 8378.0, 8382.0, 8394.0, 8381.0, 8379.0, 8394.0, 8381.0, 8398.0, 8382.0, 8381.0, 8373.0, 8394.0, 8381.0, 8394.0, 8396.0, 8396.0, 8382.0, 8395.0, 8382.0, 8397.0, 8399.0, 8401.0, 8388.0, 8418.0, 8404.0, 8403.0, 8389.0, 8417.0, 8402.0, 8402.0, 8403.0, 8415.0, 8399.0, 8400.0, 8399.0, 8396.0, 8401.0, 8399.0, 8400.0, 8399.0, 8395.0, 8380.0, 8397.0, 8401.0, 8400.0, 8418.0, 8414.0, 8404.0, 8401.0, 8403.0, 8427.0, 8387.0, 8396.0, 8398.0, 8392.0, 8387.0, 8409.0, 8396.0, 8394.0, 8382.0, 8394.0, 8381.0, 8391.0, 8380.0, 8393.0, 8380.0, 8377.0, 8379.0, 8377.0, 8377.0, 8377.0, 8380.0, 8375.0, 8377.0, 8379.0, 8380.0, 8377.0, 8395.0, 8381.0, 8394.0, 8397.0, 8394.0, 8379.0, 8392.0, 8380.0, 8392.0, 8395.0, 8376.0, 8381.0, 8379.0, 8398.0, 8395.0, 8400.0, 8383.0, 8416.0, 8400.0, 8400.0, 8398.0, 8401.0, 8399.0, 8401.0, 8400.0, 8398.0, 8398.0, 8397.0, 8383.0, 8396.0, 8397.0, 8393.0, 8383.0, 8392.0, 8381.0, 8392.0, 8381.0, 8393.0, 8384.0, 8392.0, 8381.0, 8391.0, 8396.0, 8406.0, 8381.0, 8391.0, 8379.0, 8392.0, 8378.0, 8377.0, 8380.0, 8378.0, 8380.0, 8378.0, 8381.0, 8376.0, 8397.0, 8397.0, 8382.0, 8378.0, 8393.0, 8378.0, 8395.0, 8379.0, 8396.0, 8378.0, 8398.0, 8396.0, 8397.0, 8397.0, 8396.0, 8396.0, 8381.0, 8395.0, 8381.0, 8379.0, 8380.0, 8379.0, 8376.0, 8376.0, 8375.0, 8374.0, 8373.0, 8377.0, 8374.0, 8377.0, 8374.0, 8377.0, 8374.0, 8377.0, 8390.0, 8378.0, 8390.0, 8377.0, 8377.0, 8377.0, 8377.0, 8375.0, 8362.0, 8376.0, 8376.0, 8379.0, 8379.0, 8393.0, 8378.0, 8377.0, 8380.0, 8392.0, 8397.0, 8395.0, 8382.0, 8393.0, 8396.0, 8397.0, 8398.0, 8396.0, 8383.0, 8396.0, 8383.0, 8394.0, 8383.0, 8397.0, 8400.0, 8395.0, 8385.0, 8395.0, 8384.0, 8380.0, 8382.0, 8381.0, 8395.0, 8380.0, 8383.0, 8381.0, 8397.0, 8382.0, 8380.0, 8382.0, 8395.0, 8379.0, 8397.0, 8373.0, 8397.0, 8397.0, 8395.0, 8396.0, 8398.0, 8381.0, 8400.0, 8397.0, 8395.0, 8393.0, 8398.0, 8379.0, 8396.0, 8382.0, 8378.0, 8379.0, 8378.0, 8379.0, 8392.0, 8380.0, 8377.0, 8378.0, 8379.0, 8397.0, 8399.0, 8382.0, 8394.0, 8381.0, 8397.0, 8382.0, 8400.0, 8395.0, 8399.0, 8382.0, 8398.0, 8382.0, 8398.0, 8381.0, 8383.0, 8382.0, 8396.0, 8378.0, 8379.0, 8377.0, 8394.0, 8378.0, 8396.0, 8393.0, 8379.0, 8393.0, 8378.0, 8379.0, 8379.0, 8380.0, 8390.0, 8381.0, 8390.0, 8381.0, 8392.0, 8381.0, 8391.0, 8397.0, 8381.0, 8383.0, 8380.0, 8383.0, 8380.0, 8398.0, 8396.0, 8399.0, 8382.0, 8395.0, 8379.0, 8399.0, 8382.0, 8399.0, 8398.0, 8396.0, 8398.0, 8382.0, 8382.0, 8394.0, 8396.0, 8381.0, 8398.0, 8394.0, 8378.0, 8393.0, 8379.0, 8385.0, 8382.0, 8392.0, 8381.0, 8394.0, 8380.0, 8407.0, 8381.0, 8377.0, 8382.0, 8397.0, 8383.0, 8396.0, 8380.0, 8394.0, 8398.0, 8395.0, 8398.0, 8381.0, 8397.0, 8396.0, 8398.0, 8395.0, 8381.0, 8393.0, 8380.0, 8391.0, 8382.0, 8393.0, 8379.0, 8376.0, 8380.0, 8377.0, 8395.0, 8377.0, 8379.0, 8377.0, 8380.0, 8378.0, 8379.0, 8378.0, 8395.0, 8380.0, 8383.0, 8395.0, 8384.0, 8395.0, 8400.0, 8397.0, 8401.0, 8396.0, 8401.0, 8397.0, 8387.0, 8398.0, 8399.0, 8395.0, 8399.0, 8397.0, 8398.0, 8378.0, 8397.0, 8378.0, 8383.0, 8392.0, 8398.0, 8394.0, 8395.0, 8382.0, 8380.0, 8381.0, 8383.0, 8380.0, 8379.0, 8381.0, 8392.0, 8377.0, 8378.0, 8379.0, 8381.0, 8395.0, 8395.0, 8397.0, 8395.0, 8385.0, 8399.0, 8402.0, 8402.0, 8399.0, 8394.0, 8377.0, 8396.0, 8398.0, 8401.0, 8401.0, 8402.0, 8401.0, 8399.0, 8397.0, 8399.0, 8379.0, 8383.0, 8380.0, 8380.0, 8379.0, 8378.0, 8377.0, 8380.0, 8379.0, 8379.0, 8381.0, 8380.0, 8382.0, 8398.0, 8380.0, 8393.0, 8383.0, 8382.0, 8398.0, 8397.0, 8395.0, 8397.0, 8395.0, 8381.0, 8395.0, 8397.0, 8381.0, 8397.0, 8381.0, 8380.0, 8383.0, 8393.0, 8395.0, 8394.0, 8383.0, 8397.0, 8395.0, 8398.0, 8399.0, 8398.0, 8402.0, 8398.0, 8398.0, 8395.0, 8397.0, 8395.0, 8394.0, 8391.0, 8380.0, 8390.0, 8380.0, 8391.0, 8379.0, 8376.0, 8377.0, 8388.0, 8379.0, 8391.0, 8378.0, 8372.0, 8378.0, 8377.0, 8376.0, 8363.0, 8382.0, 8380.0, 8379.0, 8379.0, 8378.0, 8396.0, 8396.0, 8378.0, 8381.0, 8381.0, 8396.0, 8398.0, 8396.0, 8398.0, 8401.0, 8396.0, 8401.0, 8398.0, 8400.0, 8398.0, 8401.0, 8398.0, 8399.0, 8399.0, 8399.0, 8400.0, 8401.0, 8395.0, 8397.0, 8382.0, 8397.0, 8382.0, 8397.0, 8395.0, 8397.0, 8397.0, 8399.0, 8381.0, 8383.0, 8396.0, 8383.0, 8396.0, 8381.0, 8379.0, 8382.0, 8380.0, 8378.0, 8380.0, 8372.0, 8378.0, 8381.0, 8381.0, 8381.0, 8396.0, 8379.0, 8381.0, 8382.0, 8380.0, 8381.0, 8379.0, 8378.0, 8380.0, 8376.0, 8379.0, 8377.0, 8378.0, 8374.0, 8378.0, 8377.0, 8378.0, 8377.0, 8380.0, 8394.0, 8382.0, 8380.0, 8398.0, 8394.0, 8376.0, 8392.0, 8383.0, 8393.0, 8380.0, 8391.0, 8380.0, 8392.0, 8380.0, 8393.0, 8380.0, 8380.0, 8383.0, 8380.0, 8382.0, 8381.0, 8384.0, 8380.0, 8382.0, 8397.0, 8383.0, 8395.0, 8386.0, 8397.0, 8383.0, 8395.0, 8384.0, 8381.0, 8383.0, 8396.0, 8381.0, 8390.0, 8380.0, 8395.0, 8400.0, 8386.0, 8401.0, 8401.0, 8397.0, 8385.0, 8383.0, 8399.0, 8396.0, 8382.0, 8381.0, 8381.0, 8382.0, 8382.0, 8378.0, 8380.0, 8380.0, 8381.0, 8380.0, 8380.0, 8380.0, 8383.0, 8380.0, 8384.0, 8396.0, 8380.0, 8381.0, 8380.0, 8379.0, 8377.0, 8392.0, 8379.0, 8377.0, 8378.0, 8378.0, 8378.0, 8379.0, 8375.0, 8376.0, 8373.0, 8378.0, 8359.0, 8376.0, 8377.0, 8382.0, 8377.0, 8382.0, 8380.0, 8382.0, 8396.0, 8384.0, 8398.0, 8384.0, 8398.0, 8396.0, 8397.0, 8381.0, 8394.0, 8383.0, 8398.0, 8395.0, 8397.0, 8394.0, 8396.0, 8382.0, 8400.0, 8396.0, 8401.0, 8398.0, 8387.0, 8399.0, 8398.0, 8398.0, 8400.0, 8398.0, 8404.0, 8398.0, 8402.0, 8397.0, 8399.0, 8397.0, 8384.0, 8396.0, 8384.0, 8395.0, 8384.0, 8392.0, 8383.0, 8382.0, 8383.0, 8397.0, 8387.0, 8395.0, 8403.0, 8401.0, 8387.0, 8397.0, 8389.0, 8398.0, 8388.0, 8399.0, 8385.0, 8399.0, 8387.0, 8383.0, 8401.0, 8397.0, 8400.0, 8399.0, 8402.0, 8400.0, 8399.0, 8397.0, 8386.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.00021052535125229077</td></tr>
<tr><td colspan=3>aqi</td><td>0.01919959554062309</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.58469000787283</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1600829591687039</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9732842849388756</td></tr>
<tr><td colspan=3>efc</td><td>0.446</td></tr>
<tr><td colspan=3>fber</td><td>7058.5278</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.060184134831483035</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.404109167352725</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3475630349388266</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5867682110539123</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.277996256065435</td></tr>
<tr><td colspan=3>gcor</td><td>0.00399178</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010818162932991982</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025591382756829262</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</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.760262600340692</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>26.6076</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.5769</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.7865</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307353.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>593.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.9062</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0011</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.2881</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2983.0874</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.7542</td></tr>
<tr><td colspan=3>tsnr</td><td>41.22768849506974</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>