<?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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-03/func/sub-0073_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>2e5d83136b4c06d2fb8aeb6dfbe532ae</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:39:1.237500</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.998857, 0.0266399, 0.0396747, -0.0354045, 0.970142, 0.239938]</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.0940309</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>[4160, -7791, -7234, 635, -57, -267, 68, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>235.456</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>034bedee-dcfb-4f60-acb1-6036a864dede||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.679861545562744, -0.09498759359121323, 0.08666499704122543, 116.31340789794922], [-0.07147303223609924, 2.602820873260498, 0.6508855819702148, -109.4145736694336], [0.10644426941871643, -0.643736720085144, 2.6189382076263428, -29.656173706054688], [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': ['193901.237500', '193901.697500', '193902.157500', '193902.617500', '193903.077500', '193903.537500', '193903.997500', '193904.457500', '193904.917500', '193905.377500', '193905.837500', '193906.297500', '193906.757500', '193907.217500', '193907.677500', '193908.137500', '193908.597500', '193909.057500', '193909.517500', '193909.977500', '193910.437500', '193910.897500', '193911.357500', '193911.817500', '193912.277500', '193912.737500', '193913.197500', '193913.657500', '193914.117500', '193914.577500', '193915.037500', '193915.497500', '193915.957500', '193916.417500', '193916.877500', '193917.337500', '193917.797500', '193918.257500', '193918.717500', '193919.177500', '193919.637500', '193920.097500', '193920.557500', '193921.017500', '193921.477500', '193921.937500', '193922.397500', '193922.857500', '193923.317500', '193923.777500', '193924.237500', '193924.697500', '193925.157500', '193925.617500', '193926.077500', '193926.537500', '193926.997500', '193927.457500', '193927.917500', '193928.377500', '193928.837500', '193929.297500', '193929.757500', '193930.217500', '193930.677500', '193931.137500', '193931.597500', '193932.057500', '193932.517500', '193932.977500', '193933.437500', '193933.897500', '193934.357500', '193934.817500', '193935.277500', '193935.737500', '193936.197500', '193936.657500', '193937.117500', '193937.577500', '193938.037500', '193938.497500', '193938.957500', '193939.417500', '193939.877500', '193940.337500', '193940.797500', '193941.257500', '193941.717500', '193942.177500', '193942.637500', '193943.097500', '193943.557500', '193944.017500', '193944.477500', '193944.937500', '193945.397500', '193945.857500', '193946.317500', '193946.777500', '193947.237500', '193947.697500', '193948.157500', '193948.617500', '193949.077500', '193949.537500', '193949.997500', '193950.457500', '193950.917500', '193951.377500', '193951.837500', '193952.297500', '193952.757500', '193953.217500', '193953.677500', '193954.137500', '193954.597500', '193955.057500', '193955.517500', '193955.977500', '193956.437500', '193956.897500', '193957.357500', '193957.817500', '193958.277500', '193958.737500', '193959.197500', '193959.657500', '194000.117500', '194000.577500', '194001.037500', '194001.497500', '194001.957500', '194002.417500', '194002.877500', '194003.337500', '194003.797500', '194004.257500', '194004.717500', '194005.177500', '194005.637500', '194006.097500', '194006.557500', '194007.017500', '194007.477500', '194007.937500', '194008.397500', '194008.857500', '194009.317500', '194009.777500', '194010.237500', '194010.697500', '194011.157500', '194011.617500', '194012.077500', '194012.537500', '194012.997500', '194013.457500', '194013.917500', '194014.377500', '194014.837500', '194015.297500', '194015.757500', '194016.217500', '194016.677500', '194017.137500', '194017.597500', '194018.057500', '194018.517500', '194018.977500', '194019.437500', '194019.897500', '194020.357500', '194020.817500', '194021.277500', '194021.737500', '194022.197500', '194022.657500', '194023.117500', '194023.577500', '194024.037500', '194024.497500', '194024.957500', '194025.417500', '194025.877500', '194026.337500', '194026.797500', '194027.257500', '194027.717500', '194028.177500', '194028.637500', '194029.097500', '194029.557500', '194030.017500', '194030.477500', '194030.937500', '194031.397500', '194031.857500', '194032.317500', '194032.777500', '194033.237500', '194033.697500', '194034.157500', '194034.617500', '194035.077500', '194035.537500', '194035.997500', '194036.457500', '194036.917500', '194037.377500', '194037.837500', '194038.297500', '194038.757500', '194039.217500', '194039.677500', '194040.137500', '194040.597500', '194041.057500', '194041.517500', '194041.977500', '194042.437500', '194042.897500', '194043.357500', '194043.817500', '194044.277500', '194044.737500', '194045.197500', '194045.657500', '194046.117500', '194046.577500', '194047.037500', '194047.497500', '194047.957500', '194048.417500', '194048.877500', '194049.337500', '194049.797500', '194050.257500', '194050.717500', '194051.177500', '194051.637500', '194052.097500', '194052.557500', '194053.017500', '194053.477500', '194053.937500', '194054.397500', '194054.857500', '194055.317500', '194055.777500', '194056.237500', '194056.697500', '194057.157500', '194057.617500', '194058.077500', '194058.537500', '194058.997500', '194059.457500', '194059.917500', '194100.377500', '194100.837500', '194101.297500', '194101.757500', '194102.217500', '194102.677500', '194103.137500', '194103.597500', '194104.057500', '194104.517500', '194104.977500', '194105.437500', '194105.897500', '194106.357500', '194106.817500', '194107.277500', '194107.737500', '194108.197500', '194108.657500', '194109.117500', '194109.577500', '194110.037500', '194110.497500', '194110.957500', '194111.417500', '194111.877500', '194112.337500', '194112.797500', '194113.257500', '194113.717500', '194114.177500', '194114.637500', '194115.097500', '194115.557500', '194116.017500', '194116.477500', '194116.937500', '194117.397500', '194117.857500', '194118.317500', '194118.777500', '194119.237500', '194119.697500', '194120.157500', '194120.617500', '194121.077500', '194121.537500', '194121.997500', '194122.457500', '194122.917500', '194123.377500', '194123.837500', '194124.297500', '194124.757500', '194125.217500', '194125.677500', '194126.137500', '194126.597500', '194127.057500', '194127.517500', '194127.977500', '194128.437500', '194128.897500', '194129.357500', '194129.817500', '194130.277500', '194130.737500', '194131.197500', '194131.657500', '194132.117500', '194132.577500', '194133.037500', '194133.497500', '194133.957500', '194134.417500', '194134.877500', '194135.337500', '194135.797500', '194136.257500', '194136.717500', '194137.177500', '194137.637500', '194138.097500', '194138.557500', '194139.017500', '194139.477500', '194139.937500', '194140.397500', '194140.857500', '194141.317500', '194141.777500', '194142.237500', '194142.697500', '194143.157500', '194143.617500', '194144.077500', '194144.537500', '194144.997500', '194145.457500', '194145.917500', '194146.377500', '194146.837500', '194147.297500', '194147.757500', '194148.217500', '194148.677500', '194149.137500', '194149.597500', '194150.057500', '194150.517500', '194150.977500', '194151.437500', '194151.897500', '194152.357500', '194152.817500', '194153.277500', '194153.737500', '194154.197500', '194154.657500', '194155.117500', '194155.577500', '194156.037500', '194156.497500', '194156.957500', '194157.417500', '194157.877500', '194158.337500', '194158.797500', '194159.257500', '194159.717500', '194200.177500', '194200.637500', '194201.097500', '194201.557500', '194202.017500', '194202.477500', '194202.937500', '194203.397500', '194203.857500', '194204.317500', '194204.777500', '194205.237500', '194205.697500', '194206.157500', '194206.617500', '194207.077500', '194207.537500', '194207.997500', '194208.457500', '194208.917500', '194209.377500', '194209.837500', '194210.297500', '194210.757500', '194211.217500', '194211.677500', '194212.137500', '194212.597500', '194213.057500', '194213.517500', '194213.977500', '194214.437500', '194214.897500', '194215.357500', '194215.817500', '194216.277500', '194216.737500', '194217.197500', '194217.657500', '194218.117500', '194218.577500', '194219.037500', '194219.497500', '194219.957500', '194220.417500', '194220.877500', '194221.337500', '194221.797500', '194222.257500', '194222.717500', '194223.177500', '194223.637500', '194224.097500', '194224.557500', '194225.017500', '194225.477500', '194225.937500', '194226.397500', '194226.857500', '194227.317500', '194227.777500', '194228.237500', '194228.697500', '194229.157500', '194229.617500', '194230.077500', '194230.537500', '194230.997500', '194231.457500', '194231.917500', '194232.377500', '194232.837500', '194233.297500', '194233.757500', '194234.217500', '194234.677500', '194235.137500', '194235.597500', '194236.057500', '194236.517500', '194236.977500', '194237.437500', '194237.897500', '194238.357500', '194238.817500', '194239.277500', '194239.737500', '194240.197500', '194240.657500', '194241.117500', '194241.577500', '194242.037500', '194242.497500', '194242.957500', '194243.417500', '194243.877500', '194244.337500', '194244.797500', '194245.257500', '194245.717500', '194246.177500', '194246.637500', '194247.097500', '194247.557500', '194248.017500', '194248.477500', '194248.937500', '194249.397500', '194249.857500', '194250.317500', '194250.777500', '194251.237500', '194251.697500', '194252.157500', '194252.617500', '194253.077500', '194253.537500', '194253.997500', '194254.457500', '194254.917500', '194255.377500', '194255.837500', '194256.297500', '194256.757500', '194257.217500', '194257.677500', '194258.137500', '194258.597500', '194259.057500', '194259.517500', '194259.977500', '194300.437500', '194300.897500', '194301.357500', '194301.817500', '194302.277500', '194302.737500', '194303.197500', '194303.657500', '194304.117500', '194304.577500', '194305.037500', '194305.497500', '194305.957500', '194306.417500', '194306.877500', '194307.337500', '194307.797500', '194308.257500', '194308.717500', '194309.177500', '194309.637500', '194310.097500', '194310.557500', '194311.017500', '194311.477500', '194311.937500', '194312.397500', '194312.857500', '194313.317500', '194313.777500', '194314.237500', '194314.697500', '194315.157500', '194315.617500', '194316.077500', '194316.537500', '194316.997500', '194317.457500', '194317.917500', '194318.377500', '194318.837500', '194319.297500', '194319.757500', '194320.217500', '194320.677500', '194321.137500', '194321.597500', '194322.057500', '194322.517500', '194322.977500', '194323.437500', '194323.897500', '194324.357500', '194324.817500', '194325.277500', '194325.737500', '194326.197500', '194326.657500', '194327.117500', '194327.577500', '194328.037500', '194328.497500', '194328.957500', '194329.417500', '194329.877500', '194330.337500', '194330.797500', '194331.257500', '194331.717500', '194332.177500', '194332.637500', '194333.097500', '194333.557500', '194334.017500', '194334.477500', '194334.937500', '194335.397500', '194335.857500', '194336.317500', '194336.777500', '194337.237500', '194337.697500', '194338.157500', '194338.617500', '194339.077500', '194339.537500', '194339.997500', '194340.457500', '194340.917500', '194341.377500', '194341.837500', '194342.297500', '194342.757500', '194343.217500', '194343.677500', '194344.137500', '194344.597500', '194345.057500', '194345.517500', '194345.977500', '194346.437500', '194346.897500', '194347.357500', '194347.817500', '194348.277500', '194348.737500', '194349.197500', '194349.657500', '194350.117500', '194350.577500', '194351.037500', '194351.497500', '194351.957500', '194352.417500', '194352.877500', '194353.337500', '194353.797500', '194354.257500', '194354.717500', '194355.177500', '194355.637500', '194356.097500', '194356.557500', '194357.017500', '194357.477500', '194357.937500', '194358.397500', '194358.857500', '194359.317500', '194359.777500', '194400.237500', '194400.697500', '194401.157500', '194401.617500', '194402.077500', '194402.537500', '194402.997500', '194403.457500', '194403.917500', '194404.377500', '194404.837500', '194405.297500', '194405.757500', '194406.217500', '194406.677500', '194407.137500', '194407.597500', '194408.057500', '194408.517500', '194408.977500', '194409.437500', '194409.897500', '194410.357500', '194410.817500', '194411.277500', '194411.737500', '194412.197500', '194412.657500', '194413.117500', '194413.577500', '194414.037500', '194414.497500', '194414.957500', '194415.417500', '194415.877500', '194416.337500', '194416.797500', '194417.257500', '194417.717500', '194418.177500', '194418.637500', '194419.097500', '194419.557500', '194420.017500', '194420.477500', '194420.937500', '194421.397500', '194421.857500', '194422.317500', '194422.777500', '194423.237500', '194423.697500', '194424.157500', '194424.617500', '194425.077500', '194425.537500', '194425.997500', '194426.457500', '194426.917500', '194427.377500', '194427.837500', '194428.297500', '194428.757500', '194429.217500', '194429.677500', '194430.137500', '194430.597500', '194431.057500', '194431.517500', '194431.977500', '194432.437500', '194432.897500', '194433.357500', '194433.817500', '194434.277500', '194434.737500', '194435.197500', '194435.657500', '194436.117500', '194436.577500', '194437.037500', '194437.497500', '194437.957500', '194438.417500', '194438.877500', '194439.337500', '194439.797500', '194440.257500', '194440.717500', '194441.177500', '194441.637500', '194442.097500', '194442.557500', '194443.017500', '194443.477500', '194443.937500', '194444.397500', '194444.857500', '194445.317500', '194445.777500', '194446.237500', '194446.697500', '194447.157500', '194447.617500', '194448.077500', '194448.537500', '194448.997500', '194449.457500', '194449.917500', '194450.377500', '194450.837500', '194451.297500', '194451.757500', '194452.217500', '194452.677500', '194453.137500', '194453.597500', '194454.057500', '194454.517500', '194454.977500', '194455.437500', '194455.897500', '194456.357500', '194456.817500', '194457.277500', '194457.737500', '194458.197500', '194458.657500', '194459.117500', '194459.577500', '194500.037500', '194500.497500', '194500.957500', '194501.417500', '194501.877500', '194502.337500', '194502.797500', '194503.257500', '194503.717500', '194504.177500', '194504.637500', '194505.097500', '194505.557500', '194506.017500', '194506.477500', '194506.937500', '194507.397500', '194507.857500', '194508.317500', '194508.777500', '194509.237500', '194509.697500', '194510.157500', '194510.617500', '194511.077500', '194511.537500', '194511.997500', '194512.457500', '194512.917500', '194513.377500', '194513.837500', '194514.297500', '194514.757500', '194515.217500', '194515.677500', '194516.137500', '194516.597500', '194517.057500', '194517.517500', '194517.977500', '194518.437500', '194518.897500', '194519.357500', '194519.817500', '194520.277500', '194520.737500', '194521.197500', '194521.657500', '194522.117500', '194522.577500', '194523.037500', '194523.497500', '194523.957500', '194524.417500', '194524.877500', '194525.337500', '194525.797500', '194526.257500', '194526.717500', '194527.177500', '194527.637500', '194528.097500', '194528.557500', '194529.017500', '194529.477500', '194529.937500', '194530.397500', '194530.857500', '194531.317500', '194531.777500', '194532.237500', '194532.697500', '194533.157500', '194533.617500', '194534.077500', '194534.537500', '194534.997500', '194535.457500', '194535.917500', '194536.377500', '194536.837500', '194537.297500', '194537.757500', '194538.217500', '194538.677500', '194539.137500', '194539.597500', '194540.057500', '194540.517500', '194540.977500', '194541.437500', '194541.897500', '194542.357500', '194542.817500', '194543.277500', '194543.737500', '194544.197500', '194544.657500', '194545.117500', '194545.577500', '194546.037500', '194546.497500', '194546.957500', '194547.417500', '194547.877500', '194548.337500', '194548.797500', '194549.257500', '194549.717500', '194550.177500', '194550.637500', '194551.097500', '194551.557500', '194552.017500', '194552.477500', '194552.937500', '194553.397500', '194553.857500', '194554.317500', '194554.777500', '194555.237500', '194555.697500', '194556.157500', '194556.617500', '194557.077500', '194557.537500', '194557.997500', '194558.457500', '194558.917500', '194559.377500', '194559.837500', '194600.297500', '194600.757500', '194601.217500', '194601.677500', '194602.137500', '194602.597500', '194603.057500', '194603.517500', '194603.977500', '194604.437500', '194604.897500', '194605.357500', '194605.817500', '194606.277500', '194606.737500', '194607.197500', '194607.657500', '194608.117500', '194608.577500', '194609.037500', '194609.497500', '194609.957500', '194610.417500', '194610.877500', '194611.337500', '194611.797500', '194612.257500', '194612.717500', '194613.177500', '194613.637500', '194614.097500', '194614.557500', '194615.017500', '194615.477500', '194615.937500', '194616.397500', '194616.857500', '194617.317500', '194617.777500', '194618.237500', '194618.697500', '194619.157500', '194619.617500', '194620.077500', '194620.537500', '194620.997500', '194621.457500', '194621.917500', '194622.377500', '194622.837500', '194623.297500', '194623.757500', '194624.217500', '194624.677500', '194625.137500', '194625.597500', '194626.057500', '194626.517500', '194626.977500', '194627.437500', '194627.897500', '194628.357500', '194628.817500', '194629.277500', '194629.737500', '194630.197500', '194630.657500', '194631.117500', '194631.577500', '194632.037500', '194632.497500', '194632.957500', '194633.417500', '194633.877500', '194634.337500', '194634.797500', '194635.257500', '194635.717500', '194636.177500', '194636.637500', '194637.097500', '194637.557500', '194638.017500', '194638.477500', '194638.937500', '194639.397500', '194639.857500', '194640.317500', '194640.777500', '194641.237500', '194641.697500', '194642.157500', '194642.617500', '194643.077500', '194643.537500', '194643.997500', '194644.457500', '194644.917500', '194645.377500', '194645.837500', '194646.297500', '194646.757500', '194647.217500', '194647.677500', '194648.137500', '194648.597500', '194649.057500', '194649.517500', '194649.977500', '194650.437500', '194650.897500', '194651.357500', '194651.817500', '194652.277500', '194652.737500', '194653.197500', '194653.657500', '194654.117500', '194654.577500', '194655.037500', '194655.497500', '194655.957500', '194656.417500', '194656.877500', '194657.337500', '194657.797500', '194658.257500', '194658.717500', '194659.177500', '194659.637500', '194700.097500', '194700.557500', '194701.017500', '194701.477500', '194701.937500', '194702.397500', '194702.857500', '194703.317500', '194703.777500', '194704.237500', '194704.697500', '194705.157500', '194705.617500', '194706.077500', '194706.537500', '194706.997500', '194707.457500', '194707.917500', '194708.377500', '194708.837500', '194709.297500', '194709.757500', '194710.217500', '194710.677500', '194711.137500', '194711.597500', '194712.057500', '194712.517500', '194712.977500', '194713.437500', '194713.897500', '194714.357500', '194714.817500', '194715.277500', '194715.737500', '194716.197500', '194716.657500', '194717.117500', '194717.577500', '194718.037500', '194718.497500', '194718.957500', '194719.417500', '194719.877500', '194720.337500', '194720.797500', '194721.257500', '194721.717500', '194722.177500', '194722.637500', '194723.097500', '194723.557500', '194724.017500', '194724.477500', '194724.937500', '194725.397500', '194725.857500', '194726.317500', '194726.777500', '194727.237500', '194727.697500', '194728.157500', '194728.617500', '194729.077500', '194729.537500', '194729.997500', '194730.457500', '194730.917500', '194731.377500', '194731.837500', '194732.297500', '194732.757500', '194733.217500', '194733.677500', '194734.137500', '194734.597500', '194735.057500', '194735.517500', '194735.977500', '194736.437500', '194736.897500', '194737.357500', '194737.817500', '194738.277500', '194738.737500', '194739.197500', '194739.657500', '194740.117500', '194740.577500', '194741.037500', '194741.497500', '194741.957500', '194742.417500', '194742.877500', '194743.337500', '194743.797500', '194744.257500', '194744.717500', '194745.177500', '194745.637500', '194746.097500', '194746.557500', '194747.017500', '194747.477500', '194747.937500', '194748.397500', '194748.857500', '194749.317500', '194749.777500', '194750.237500', '194750.697500', '194751.157500', '194751.617500', '194752.077500', '194752.537500', '194752.997500', '194753.457500', '194753.917500', '194754.377500', '194754.837500', '194755.297500', '194755.757500', '194756.217500', '194756.677500', '194757.137500', '194757.597500', '194758.057500', '194758.517500', '194758.977500', '194759.437500', '194759.897500', '194800.357500', '194800.817500', '194801.277500', '194801.737500', '194802.197500', '194802.657500', '194803.117500', '194803.577500', '194804.037500', '194804.497500', '194804.957500', '194805.417500', '194805.877500', '194806.337500', '194806.797500', '194807.257500', '194807.717500', '194808.177500', '194808.637500', '194809.097500', '194809.557500', '194810.017500', '194810.477500', '194810.937500', '194811.397500', '194811.857500', '194812.317500', '194812.777500', '194813.237500', '194813.697500', '194814.157500', '194814.617500', '194815.077500', '194815.537500', '194815.997500', '194816.457500', '194816.917500', '194817.377500', '194817.837500', '194818.297500', '194818.757500', '194819.217500', '194819.677500', '194820.137500', '194820.597500', '194821.057500', '194821.517500', '194821.977500', '194822.437500', '194822.897500', '194823.357500', '194823.817500', '194824.277500', '194824.737500', '194825.197500', '194825.657500', '194826.117500', '194826.577500', '194827.037500', '194827.497500', '194827.957500', '194828.417500', '194828.877500', '194829.337500', '194829.797500', '194830.257500', '194830.717500', '194831.177500', '194831.637500', '194832.097500', '194832.557500', '194833.017500', '194833.477500', '194833.937500', '194834.397500', '194834.857500', '194835.317500', '194835.777500', '194836.237500', '194836.697500', '194837.157500', '194837.617500', '194838.077500', '194838.537500', '194838.997500', '194839.457500', '194839.917500', '194840.377500', '194840.837500', '194841.297500', '194841.757500', '194842.217500', '194842.677500', '194843.137500', '194843.597500', '194844.057500', '194844.517500', '194844.977500', '194845.437500', '194845.897500', '194846.357500', '194846.817500', '194847.277500', '194847.737500', '194848.197500', '194848.657500', '194849.117500', '194849.577500', '194850.037500', '194850.497500', '194850.957500', '194851.417500', '194851.877500', '194852.337500', '194852.797500', '194853.257500', '194853.717500', '194854.177500', '194854.637500', '194855.097500', '194855.557500', '194856.017500', '194856.477500', '194856.937500', '194857.397500', '194857.857500', '194858.317500', '194858.777500', '194859.237500', '194859.697500', '194900.157500', '194900.617500', '194901.077500', '194901.537500', '194901.997500', '194902.457500', '194902.917500', '194903.377500', '194903.837500', '194904.297500', '194904.757500', '194905.217500', '194905.677500', '194906.137500', '194906.597500', '194907.057500', '194907.517500', '194907.977500', '194908.437500', '194908.897500', '194909.357500', '194909.817500', '194910.277500', '194910.737500', '194911.197500', '194911.657500', '194912.117500', '194912.577500', '194913.037500', '194913.497500', '194913.957500', '194914.417500', '194914.877500', '194915.337500', '194915.797500', '194916.257500', '194916.717500', '194917.177500', '194917.637500', '194918.097500', '194918.557500', '194919.017500', '194919.477500', '194919.937500', '194920.397500', '194920.857500', '194921.317500', '194921.777500', '194922.237500', '194922.697500', '194923.157500', '194923.617500', '194924.077500', '194924.537500', '194924.997500', '194925.457500', '194925.917500', '194926.377500', '194926.837500', '194927.297500', '194927.757500', '194928.217500', '194928.677500', '194929.137500', '194929.597500', '194930.057500', '194930.517500', '194930.977500', '194931.437500', '194931.897500', '194932.357500', '194932.817500', '194933.277500', '194933.737500', '194934.197500', '194934.657500', '194935.117500', '194935.577500', '194936.037500', '194936.497500', '194936.957500', '194937.417500', '194937.877500', '194938.337500', '194938.797500', '194939.257500', '194939.717500', '194940.177500', '194940.637500', '194941.097500', '194941.557500', '194942.017500', '194942.477500', '194942.937500', '194943.397500', '194943.857500', '194944.317500', '194944.777500', '194945.237500', '194945.697500', '194946.157500', '194946.617500', '194947.077500', '194947.537500', '194947.997500', '194948.457500', '194948.917500', '194949.377500', '194949.837500', '194950.297500', '194950.757500', '194951.217500', '194951.677500', '194952.137500', '194952.597500', '194953.057500', '194953.517500', '194953.977500', '194954.437500', '194954.897500', '194955.357500', '194955.817500', '194956.277500', '194956.737500', '194957.197500', '194957.657500', '194958.117500', '194958.577500', '194959.037500', '194959.497500', '194959.957500', '195000.417500', '195000.877500', '195001.337500', '195001.797500', '195002.257500', '195002.717500', '195003.177500', '195003.637500', '195004.097500', '195004.557500', '195005.017500', '195005.477500', '195005.937500', '195006.397500', '195006.857500', '195007.317500', '195007.777500', '195008.237500', '195008.697500', '195009.157500', '195009.617500', '195010.077500', '195010.537500', '195010.997500', '195011.457500', '195011.917500', '195012.377500', '195012.837500', '195013.297500', '195013.757500', '195014.217500', '195014.677500', '195015.137500', '195015.597500', '195016.057500', '195016.517500', '195016.977500', '195017.437500', '195017.897500', '195018.357500', '195018.817500', '195019.277500', '195019.737500', '195020.197500', '195020.657500', '195021.117500', '195021.577500', '195022.037500', '195022.497500', '195022.957500', '195023.417500', '195023.877500', '195024.337500', '195024.797500', '195025.257500', '195025.717500', '195026.177500', '195026.637500', '195027.097500', '195027.557500', '195028.017500', '195028.477500', '195028.937500', '195029.397500', '195029.857500', '195030.317500', '195030.777500', '195031.237500', '195031.697500', '195032.157500', '195032.617500', '195033.077500', '195033.537500', '195033.997500', '195034.457500', '195034.917500', '195035.377500', '195035.837500', '195036.297500', '195036.757500', '195037.217500', '195037.677500', '195038.137500', '195038.597500', '195039.057500', '195039.517500', '195039.977500', '195040.437500', '195040.897500', '195041.357500', '195041.817500', '195042.277500', '195042.737500', '195043.197500', '195043.657500', '195044.117500', '195044.577500', '195045.037500', '195045.497500', '195045.957500', '195046.417500', '195046.877500', '195047.337500', '195047.797500', '195048.257500', '195048.717500', '195049.177500', '195049.637500', '195050.097500', '195050.557500', '195051.017500', '195051.477500', '195051.937500', '195052.397500', '195052.857500', '195053.317500', '195053.777500', '195054.237500', '195054.697500', '195055.157500', '195055.617500', '195056.077500', '195056.537500', '195056.997500', '195057.457500', '195057.917500', '195058.377500', '195058.837500', '195059.297500', '195059.757500', '195100.217500', '195100.677500', '195101.137500', '195101.597500', '195102.057500', '195102.517500', '195102.977500', '195103.437500', '195103.897500', '195104.357500', '195104.817500', '195105.277500', '195105.737500', '195106.197500', '195106.657500', '195107.117500', '195107.577500', '195108.037500', '195108.497500', '195108.957500', '195109.417500', '195109.877500', '195110.337500', '195110.797500', '195111.257500', '195111.717500', '195112.177500', '195112.637500', '195113.097500', '195113.557500', '195114.017500', '195114.477500', '195114.937500', '195115.397500', '195115.857500', '195116.317500', '195116.777500', '195117.237500', '195117.697500', '195118.157500', '195118.617500', '195119.077500', '195119.537500', '195119.997500', '195120.457500', '195120.917500', '195121.377500', '195121.837500', '195122.297500', '195122.757500', '195123.217500', '195123.677500', '195124.137500', '195124.597500', '195125.057500', '195125.517500', '195125.977500', '195126.437500', '195126.897500', '195127.357500', '195127.817500', '195128.277500', '195128.737500', '195129.197500', '195129.657500', '195130.117500', '195130.577500', '195131.037500', '195131.497500', '195131.957500', '195132.417500', '195132.877500', '195133.337500', '195133.797500', '195134.257500', '195134.717500', '195135.177500'], 'ContentTime': ['193917.785000', '193917.789000', '193917.814000', '193917.817000', '193917.819000', '193917.822000', '193917.825000', '193917.828000', '193917.831000', '193917.833000', '193917.836000', '193917.838000', '193917.841000', '193917.844000', '193917.846000', '193917.849000', '193917.852000', '193917.854000', '193917.857000', '193917.859000', '193917.862000', '193917.865000', '193917.867000', '193917.870000', '193917.873000', '193917.875000', '193917.878000', '193917.881000', '193917.883000', '193917.886000', '193917.888000', '193917.891000', '193917.894000', '193917.896000', '193937.743000', '193937.746000', '193937.749000', '193937.752000', '193937.755000', '193937.757000', '193937.760000', '193937.762000', '193937.765000', '193937.768000', '193937.770000', '193937.773000', '193937.776000', '193937.778000', '193937.790000', '193937.792000', '193937.796000', '193937.798000', '193937.801000', '193937.803000', '193937.806000', '193937.809000', '193937.812000', '193937.814000', '193937.826000', '193937.829000', '193937.831000', '193937.834000', '193937.837000', '193937.839000', '193937.842000', '193937.844000', '193937.847000', '193937.850000', '193937.852000', '193937.855000', '193937.857000', '193937.860000', '193937.862000', '193937.865000', '193937.868000', '193937.870000', '193937.873000', '193957.745000', '193957.747000', '193957.750000', '193957.753000', '193957.755000', '193957.758000', '193957.762000', '193957.765000', '193957.768000', '193957.770000', '193957.773000', '193957.776000', '193957.778000', '193957.781000', '193957.784000', '193957.786000', '193957.789000', '193957.791000', '193957.794000', '193957.797000', '193957.800000', '193957.802000', '193957.805000', '193957.808000', '193957.810000', '193957.813000', '193957.816000', '193957.818000', '193957.821000', '193957.824000', '193957.826000', '193957.829000', '193957.831000', '193957.834000', '193957.837000', '193957.839000', '193957.842000', '193957.845000', '193957.847000', '193957.850000', '193957.852000', '193957.855000', '193957.858000', '193957.860000', '194017.744000', '194017.747000', '194017.750000', '194017.753000', '194017.755000', '194017.758000', '194017.761000', '194017.763000', '194017.766000', '194017.769000', '194017.771000', '194017.774000', '194017.776000', '194017.779000', '194017.782000', '194017.784000', '194017.787000', '194017.789000', '194017.792000', '194017.795000', '194017.798000', '194017.800000', '194017.803000', '194017.806000', '194017.808000', '194017.811000', '194017.813000', '194017.816000', '194017.819000', '194017.821000', '194017.824000', '194017.827000', '194017.829000', '194017.832000', '194017.835000', '194017.837000', '194017.840000', '194017.843000', '194017.845000', '194017.848000', '194017.851000', '194017.853000', '194017.856000', '194037.745000', '194037.747000', '194037.750000', '194037.753000', '194037.755000', '194037.758000', '194037.761000', '194037.764000', '194037.767000', '194037.770000', '194037.772000', '194037.775000', '194037.778000', '194037.780000', '194037.783000', '194037.785000', '194037.788000', '194037.791000', '194037.793000', '194037.796000', '194037.799000', '194037.801000', '194037.804000', '194037.807000', '194037.809000', '194037.812000', '194037.815000', '194037.817000', '194037.820000', '194037.823000', '194037.826000', '194037.828000', '194037.831000', '194037.886000', '194037.889000', '194037.892000', '194037.894000', '194037.897000', '194037.900000', '194037.902000', '194037.905000', '194037.908000', '194037.910000', '194037.913000', '194057.745000', '194057.747000', '194057.750000', '194057.753000', '194057.756000', '194057.758000', '194057.761000', '194057.764000', '194057.766000', '194057.769000', '194057.772000', '194057.774000', '194057.777000', '194057.779000', '194057.782000', '194057.785000', '194057.787000', '194057.790000', '194057.793000', '194057.795000', '194057.798000', '194057.801000', '194057.803000', '194057.806000', '194057.809000', '194057.811000', '194057.814000', '194057.817000', '194057.819000', '194057.822000', '194057.825000', '194057.827000', '194057.830000', '194057.833000', '194057.835000', '194057.838000', '194057.841000', '194057.843000', '194057.846000', '194057.849000', '194057.851000', '194057.854000', '194057.857000', '194117.745000', '194117.748000', '194117.750000', '194117.753000', '194117.756000', '194117.759000', '194117.761000', '194117.764000', '194117.767000', '194117.769000', '194117.772000', '194117.775000', '194117.777000', '194117.780000', '194117.783000', '194117.785000', '194117.788000', '194117.791000', '194117.793000', '194117.796000', '194117.799000', '194117.802000', '194117.804000', '194117.807000', '194117.810000', '194117.812000', '194117.815000', '194117.817000', '194117.820000', '194117.823000', '194117.825000', '194117.828000', '194117.831000', '194117.833000', '194117.836000', '194117.839000', '194117.841000', '194117.844000', '194117.846000', '194117.849000', '194117.852000', '194117.854000', '194117.857000', '194137.744000', '194137.747000', '194137.750000', '194137.753000', '194137.756000', '194137.758000', '194137.761000', '194137.764000', '194137.766000', '194137.769000', '194137.771000', '194137.774000', '194137.777000', '194137.779000', '194137.782000', '194137.785000', '194137.787000', '194137.790000', '194137.793000', '194137.795000', '194137.798000', '194137.801000', '194137.803000', '194137.806000', '194137.808000', '194137.811000', '194137.814000', '194137.816000', '194137.819000', '194137.822000', '194137.824000', '194137.827000', '194137.830000', '194137.832000', '194137.835000', '194137.838000', '194137.840000', '194137.843000', '194137.846000', '194137.848000', '194137.851000', '194137.853000', '194137.856000', '194137.859000', '194157.744000', '194157.747000', '194157.749000', '194157.752000', '194157.755000', '194157.757000', '194157.760000', '194157.762000', '194157.765000', '194157.768000', '194157.771000', '194157.773000', '194157.776000', '194157.779000', '194157.783000', '194157.785000', '194157.788000', '194157.791000', '194157.793000', '194157.796000', '194157.799000', '194157.802000', '194157.805000', '194157.808000', '194157.810000', '194157.813000', '194157.816000', '194157.818000', '194157.821000', '194157.824000', '194157.827000', '194157.829000', '194157.832000', '194157.834000', '194157.837000', '194157.840000', '194157.842000', '194157.845000', '194157.848000', '194157.850000', '194157.853000', '194157.856000', '194157.858000', '194217.744000', '194217.748000', '194217.750000', '194217.753000', '194217.756000', '194217.759000', '194217.761000', '194217.764000', '194217.767000', '194217.770000', '194217.772000', '194217.775000', '194217.777000', '194217.780000', '194217.783000', '194217.786000', '194217.788000', '194217.791000', '194217.794000', '194217.796000', '194217.799000', '194217.802000', '194217.804000', '194217.807000', '194217.810000', '194217.812000', '194217.815000', '194217.818000', '194217.820000', '194217.867000', '194217.870000', '194217.872000', '194217.875000', '194217.878000', '194217.889000', '194217.892000', '194217.894000', '194217.897000', '194217.900000', '194217.902000', '194217.905000', '194217.908000', '194217.910000', '194217.913000', '194237.744000', '194237.747000', '194237.750000', '194237.753000', '194237.756000', '194237.758000', '194237.761000', '194237.764000', '194237.766000', '194237.769000', '194237.771000', '194237.774000', '194237.777000', '194237.779000', '194237.782000', '194237.785000', '194237.788000', '194237.790000', '194237.793000', '194237.796000', '194237.798000', '194237.801000', '194237.804000', '194237.806000', '194237.809000', '194237.812000', '194237.814000', '194237.817000', '194237.820000', '194237.823000', '194237.825000', '194237.828000', '194237.830000', '194237.833000', '194237.836000', '194237.838000', '194237.841000', '194237.844000', '194237.846000', '194237.849000', '194237.852000', '194237.854000', '194237.858000', '194257.745000', '194257.748000', '194257.750000', '194257.753000', '194257.756000', '194257.759000', '194257.761000', '194257.764000', '194257.767000', '194257.769000', '194257.772000', '194257.775000', '194257.777000', '194257.780000', '194257.783000', '194257.785000', '194257.788000', '194257.791000', '194257.793000', '194257.796000', '194257.799000', '194257.802000', '194257.804000', '194257.807000', '194257.810000', '194257.812000', '194257.815000', '194257.818000', '194257.820000', '194257.823000', '194257.826000', '194257.828000', '194257.831000', '194257.834000', '194257.836000', '194257.839000', '194257.842000', '194257.844000', '194257.847000', '194257.850000', '194257.852000', '194257.855000', '194257.858000', '194257.861000', '194317.744000', '194317.747000', '194317.750000', '194317.753000', '194317.755000', '194317.758000', '194317.761000', '194317.764000', '194317.766000', '194317.769000', '194317.772000', '194317.774000', '194317.777000', '194317.780000', '194317.782000', '194317.785000', '194317.788000', '194317.792000', '194317.795000', '194317.797000', '194317.800000', '194317.803000', '194317.805000', '194317.808000', '194317.811000', '194317.813000', '194317.816000', '194317.819000', '194317.822000', '194317.824000', '194317.827000', '194317.829000', '194317.832000', '194317.835000', '194317.837000', '194317.840000', '194317.844000', '194317.847000', '194317.850000', '194317.852000', '194317.855000', '194317.858000', '194317.860000', '194337.745000', '194337.747000', '194337.750000', '194337.753000', '194337.756000', '194337.758000', '194337.761000', '194337.764000', '194337.766000', '194337.769000', '194337.771000', '194337.774000', '194337.777000', '194337.779000', '194337.782000', '194337.785000', '194337.787000', '194337.790000', '194337.793000', '194337.796000', '194337.799000', '194337.802000', '194337.804000', '194337.807000', '194337.810000', '194337.812000', '194337.815000', '194337.818000', '194337.820000', '194337.823000', '194337.826000', '194337.828000', '194337.831000', '194337.834000', '194337.836000', '194337.839000', '194337.842000', '194337.844000', '194337.847000', '194337.850000', '194337.853000', '194337.855000', '194337.858000', '194337.861000', '194357.745000', '194357.748000', '194357.750000', '194357.753000', '194357.756000', '194357.758000', '194357.761000', '194357.764000', '194357.766000', '194357.769000', '194357.772000', '194357.775000', '194357.777000', '194357.780000', '194357.783000', '194357.785000', '194357.788000', '194357.791000', '194357.793000', '194357.796000', '194357.798000', '194357.802000', '194357.804000', '194357.807000', '194357.810000', '194357.812000', '194357.815000', '194357.818000', '194357.820000', '194357.823000', '194357.826000', '194357.829000', '194357.832000', '194357.835000', '194357.837000', '194357.840000', '194357.843000', '194357.845000', '194357.848000', '194357.851000', '194357.854000', '194357.856000', '194357.859000', '194417.743000', '194417.746000', '194417.749000', '194417.752000', '194417.755000', '194417.757000', '194417.760000', '194417.763000', '194417.765000', '194417.768000', '194417.771000', '194417.774000', '194417.776000', '194417.779000', '194417.782000', '194417.784000', '194417.787000', '194417.790000', '194417.798000', '194417.801000', '194417.803000', '194417.806000', '194417.809000', '194417.812000', '194417.814000', '194417.817000', '194417.820000', '194417.822000', '194417.825000', '194417.828000', '194417.831000', '194417.833000', '194417.836000', '194417.839000', '194417.841000', '194417.844000', '194417.847000', '194417.849000', '194417.852000', '194417.855000', '194417.857000', '194417.860000', '194417.863000', '194417.865000', '194437.744000', '194437.747000', '194437.750000', '194437.752000', '194437.755000', '194437.758000', '194437.761000', '194437.763000', '194437.766000', '194437.769000', '194437.771000', '194437.774000', '194437.777000', '194437.780000', '194437.782000', '194437.785000', '194437.787000', '194437.790000', '194437.793000', '194437.795000', '194437.798000', '194437.801000', '194437.804000', '194437.807000', '194437.810000', '194437.812000', '194437.815000', '194437.818000', '194437.820000', '194437.823000', '194437.826000', '194437.828000', '194437.831000', '194437.833000', '194437.836000', '194437.839000', '194437.841000', '194437.844000', '194437.847000', '194437.849000', '194437.852000', '194437.854000', '194437.857000', '194457.745000', '194457.748000', '194457.750000', '194457.753000', '194457.756000', '194457.758000', '194457.761000', '194457.764000', '194457.766000', '194457.769000', '194457.772000', '194457.774000', '194457.777000', '194457.780000', '194457.782000', '194457.785000', '194457.787000', '194457.790000', '194457.793000', '194457.795000', '194457.798000', '194457.801000', '194457.804000', '194457.806000', '194457.809000', '194457.812000', '194457.815000', '194457.817000', '194457.820000', '194457.823000', '194457.825000', '194457.828000', '194457.830000', '194457.833000', '194457.836000', '194457.839000', '194457.841000', '194457.844000', '194457.847000', '194457.850000', '194457.852000', '194457.855000', '194457.858000', '194457.860000', '194517.745000', '194517.747000', '194517.750000', '194517.753000', '194517.756000', '194517.758000', '194517.761000', '194517.779000', '194517.781000', '194517.784000', '194517.786000', '194517.789000', '194517.792000', '194517.794000', '194517.797000', '194517.800000', '194517.803000', '194517.805000', '194517.808000', '194517.811000', '194517.813000', '194517.816000', '194517.819000', '194517.822000', '194517.824000', '194517.827000', '194517.829000', '194517.832000', '194517.835000', '194517.837000', '194517.840000', '194517.843000', '194517.845000', '194517.848000', '194517.851000', '194517.854000', '194517.857000', '194517.861000', '194517.864000', '194517.867000', '194517.869000', '194517.872000', '194517.875000', '194537.745000', '194537.747000', '194537.750000', '194537.753000', '194537.756000', '194537.758000', '194537.761000', '194537.763000', '194537.766000', '194537.769000', '194537.771000', '194537.774000', '194537.777000', '194537.779000', '194537.782000', '194537.785000', '194537.788000', '194537.790000', '194537.793000', '194537.795000', '194537.798000', '194537.801000', '194537.804000', '194537.806000', '194537.809000', '194537.812000', '194537.814000', '194537.817000', '194537.819000', '194537.822000', '194537.825000', '194537.827000', '194537.830000', '194537.833000', '194537.835000', '194537.838000', '194537.841000', '194537.843000', '194537.846000', '194537.848000', '194537.851000', '194537.854000', '194537.856000', '194537.859000', '194557.745000', '194557.748000', '194557.750000', '194557.753000', '194557.756000', '194557.758000', '194557.761000', '194557.764000', '194557.766000', '194557.769000', '194557.772000', '194557.774000', '194557.777000', '194557.780000', '194557.782000', '194557.785000', '194557.788000', '194557.790000', '194557.793000', '194557.796000', '194557.799000', '194557.801000', '194557.804000', '194557.807000', '194557.809000', '194557.812000', '194557.815000', '194557.817000', '194557.820000', '194557.823000', '194557.826000', '194557.828000', '194557.831000', '194557.834000', '194557.836000', '194557.839000', '194557.842000', '194557.844000', '194557.847000', '194557.850000', '194557.852000', '194557.855000', '194557.858000', '194617.745000', '194617.747000', '194617.750000', '194617.753000', '194617.756000', '194617.758000', '194617.761000', '194617.764000', '194617.766000', '194617.769000', '194617.772000', '194617.774000', '194617.777000', '194617.780000', '194617.782000', '194617.785000', '194617.788000', '194617.790000', '194617.793000', '194617.796000', '194617.799000', '194617.801000', '194617.804000', '194617.807000', '194617.810000', '194617.812000', '194617.815000', '194617.818000', '194617.820000', '194617.823000', '194617.826000', '194617.828000', '194617.831000', '194617.834000', '194617.836000', '194617.839000', '194617.842000', '194617.845000', '194617.847000', '194617.850000', '194617.853000', '194617.855000', '194617.858000', '194617.861000', '194637.743000', '194637.747000', '194637.749000', '194637.752000', '194637.755000', '194637.758000', '194637.760000', '194637.763000', '194637.766000', '194637.768000', '194637.771000', '194637.774000', '194637.776000', '194637.779000', '194637.782000', '194637.784000', '194637.787000', '194637.798000', '194637.800000', '194637.803000', '194637.806000', '194637.809000', '194637.811000', '194637.814000', '194637.816000', '194637.819000', '194637.822000', '194637.824000', '194637.827000', '194637.830000', '194637.833000', '194637.835000', '194637.838000', '194637.841000', '194637.843000', '194637.846000', '194637.849000', '194637.851000', '194637.854000', '194637.857000', '194637.859000', '194637.862000', '194637.864000', '194657.745000', '194657.747000', '194657.750000', '194657.753000', '194657.756000', '194657.758000', '194657.761000', '194657.764000', '194657.766000', '194657.769000', '194657.772000', '194657.775000', '194657.777000', '194657.780000', '194657.783000', '194657.785000', '194657.788000', '194657.791000', '194657.793000', '194657.796000', '194657.799000', '194657.801000', '194657.804000', '194657.807000', '194657.809000', '194657.812000', '194657.815000', '194657.817000', '194657.820000', '194657.823000', '194657.826000', '194657.828000', '194657.831000', '194657.834000', '194657.836000', '194657.839000', '194657.842000', '194657.844000', '194657.847000', '194657.850000', '194657.852000', '194657.855000', '194657.858000', '194657.860000', '194717.745000', '194717.748000', '194717.750000', '194717.753000', '194717.756000', '194717.758000', '194717.761000', '194717.764000', '194717.766000', '194717.769000', '194717.772000', '194717.774000', '194717.777000', '194717.780000', '194717.782000', '194717.785000', '194717.788000', '194717.791000', '194717.793000', '194717.796000', '194717.799000', '194717.801000', '194717.804000', '194717.806000', '194717.809000', '194717.812000', '194717.815000', '194717.817000', '194717.820000', '194717.823000', '194717.825000', '194717.828000', '194717.831000', '194717.833000', '194717.836000', '194717.839000', '194717.841000', '194717.844000', '194717.847000', '194717.849000', '194717.852000', '194717.855000', '194717.857000', '194737.744000', '194737.748000', '194737.750000', '194737.753000', '194737.755000', '194737.758000', '194737.761000', '194737.763000', '194737.766000', '194737.769000', '194737.772000', '194737.774000', '194737.777000', '194737.779000', '194737.782000', '194737.785000', '194737.787000', '194737.790000', '194737.793000', '194737.795000', '194737.798000', '194737.801000', '194737.804000', '194737.806000', '194737.809000', '194737.812000', '194737.814000', '194737.817000', '194737.819000', '194737.822000', '194737.825000', '194737.828000', '194737.830000', '194737.833000', '194737.836000', '194737.838000', '194737.841000', '194737.843000', '194737.846000', '194737.849000', '194737.851000', '194737.854000', '194737.857000', '194737.859000', '194757.756000', '194757.759000', '194757.762000', '194757.765000', '194757.767000', '194757.770000', '194757.773000', '194757.775000', '194757.778000', '194757.781000', '194757.783000', '194757.786000', '194757.789000', '194757.791000', '194757.794000', '194757.797000', '194757.799000', '194757.802000', '194757.805000', '194757.807000', '194757.810000', '194757.813000', '194757.815000', '194757.818000', '194757.821000', '194757.823000', '194757.826000', '194757.829000', '194757.831000', '194757.834000', '194757.837000', '194757.839000', '194757.842000', '194757.845000', '194757.847000', '194757.850000', '194757.853000', '194757.855000', '194757.858000', '194757.861000', '194757.863000', '194757.866000', '194757.869000', '194817.745000', '194817.747000', '194817.750000', '194817.753000', '194817.755000', '194817.758000', '194817.762000', '194817.765000', '194817.767000', '194817.770000', '194817.773000', '194817.775000', '194817.778000', '194817.781000', '194817.783000', '194817.786000', '194817.789000', '194817.791000', '194817.794000', '194817.797000', '194817.799000', '194817.802000', '194817.805000', '194817.807000', '194817.810000', '194817.813000', '194817.815000', '194817.818000', '194817.821000', '194817.824000', '194817.826000', '194817.829000', '194817.832000', '194817.834000', '194817.837000', '194817.840000', '194817.842000', '194817.845000', '194817.848000', '194817.850000', '194817.853000', '194817.856000', '194817.858000', '194817.861000', '194837.745000', '194837.748000', '194837.750000', '194837.753000', '194837.756000', '194837.758000', '194837.761000', '194837.764000', '194837.766000', '194837.769000', '194837.771000', '194837.774000', '194837.777000', '194837.779000', '194837.782000', '194837.784000', '194837.787000', '194837.790000', '194837.792000', '194837.795000', '194837.797000', '194837.800000', '194837.803000', '194837.805000', '194837.808000', '194837.811000', '194837.814000', '194837.816000', '194837.819000', '194837.821000', '194837.824000', '194837.827000', '194837.829000', '194837.832000', '194837.834000', '194837.837000', '194837.840000', '194837.842000', '194837.845000', '194837.848000', '194837.850000', '194837.853000', '194837.856000', '194857.744000', '194857.747000', '194857.749000', '194857.752000', '194857.755000', '194857.757000', '194857.760000', '194857.763000', '194857.765000', '194857.768000', '194857.771000', '194857.773000', '194857.776000', '194857.779000', '194857.782000', '194857.785000', '194857.788000', '194857.800000', '194857.802000', '194857.805000', '194857.808000', '194857.810000', '194857.813000', '194857.816000', '194857.818000', '194857.821000', '194857.824000', '194857.827000', '194857.829000', '194857.832000', '194857.835000', '194857.837000', '194857.840000', '194857.843000', '194857.845000', '194857.848000', '194857.851000', '194857.853000', '194857.856000', '194857.859000', '194857.861000', '194857.864000', '194857.867000', '194917.745000', '194917.747000', '194917.751000', '194917.754000', '194917.756000', '194917.759000', '194917.762000', '194917.764000', '194917.767000', '194917.770000', '194917.772000', '194917.775000', '194917.778000', '194917.781000', '194917.783000', '194917.786000', '194917.789000', '194917.791000', '194917.794000', '194917.797000', '194917.799000', '194917.802000', '194917.805000', '194917.807000', '194917.810000', '194917.813000', '194917.815000', '194917.818000', '194917.821000', '194917.823000', '194917.826000', '194917.829000', '194917.831000', '194917.834000', '194917.837000', '194917.839000', '194917.842000', '194917.845000', '194917.847000', '194917.850000', '194917.853000', '194917.855000', '194917.858000', '194917.861000', '194937.745000', '194937.747000', '194937.750000', '194937.753000', '194937.756000', '194937.758000', '194937.761000', '194937.764000', '194937.767000', '194937.770000', '194937.773000', '194937.776000', '194937.779000', '194937.782000', '194937.785000', '194937.787000', '194937.790000', '194937.792000', '194937.795000', '194937.798000', '194937.802000', '194937.804000', '194937.807000', '194937.810000', '194937.813000', '194937.815000', '194937.818000', '194937.821000', '194937.823000', '194937.826000', '194937.829000', '194937.831000', '194937.834000', '194937.837000', '194937.839000', '194937.842000', '194937.845000', '194937.847000', '194937.850000', '194937.853000', '194937.856000', '194937.858000', '194937.861000', '194957.745000', '194957.748000', '194957.751000', '194957.754000', '194957.756000', '194957.759000', '194957.762000', '194957.764000', '194957.767000', '194957.770000', '194957.773000', '194957.775000', '194957.778000', '194957.781000', '194957.783000', '194957.786000', '194957.789000', '194957.791000', '194957.794000', '194957.797000', '194957.799000', '194957.802000', '194957.805000', '194957.808000', '194957.810000', '194957.813000', '194957.816000', '194957.818000', '194957.821000', '194957.824000', '194957.826000', '194957.829000', '194957.832000', '194957.834000', '194957.837000', '194957.840000', '194957.842000', '194957.845000', '194957.848000', '194957.853000', '194957.856000', '194957.859000', '194957.861000', '194957.864000', '195017.745000', '195017.747000', '195017.750000', '195017.753000', '195017.756000', '195017.758000', '195017.761000', '195017.763000', '195017.766000', '195017.769000', '195017.772000', '195017.775000', '195017.777000', '195017.782000', '195017.785000', '195017.787000', '195017.790000', '195017.793000', '195017.795000', '195017.798000', '195017.801000', '195017.804000', '195017.806000', '195017.809000', '195017.811000', '195017.814000', '195017.817000', '195017.820000', '195017.822000', '195017.825000', '195017.828000', '195017.830000', '195017.833000', '195017.845000', '195017.848000', '195017.850000', '195017.853000', '195017.867000', '195017.870000', '195017.872000', '195017.875000', '195017.878000', '195017.880000', '195037.745000', '195037.748000', '195037.750000', '195037.753000', '195037.756000', '195037.759000', '195037.762000', '195037.764000', '195037.767000', '195037.770000', '195037.772000', '195037.775000', '195037.777000', '195037.780000', '195037.783000', '195037.785000', '195037.788000', '195037.791000', '195037.793000', '195037.796000', '195037.799000', '195037.801000', '195037.804000', '195037.807000', '195037.809000', '195037.812000', '195037.814000', '195037.817000', '195037.820000', '195037.822000', '195037.825000', '195037.827000', '195037.830000', '195037.833000', '195037.835000', '195037.838000', '195037.841000', '195037.844000', '195037.846000', '195037.849000', '195037.851000', '195037.854000', '195037.857000', '195037.859000', '195057.745000', '195057.748000', '195057.751000', '195057.753000', '195057.756000', '195057.759000', '195057.761000', '195057.764000', '195057.767000', '195057.769000', '195057.772000', '195057.775000', '195057.777000', '195057.780000', '195057.783000', '195057.785000', '195057.788000', '195057.791000', '195057.794000', '195057.797000', '195057.800000', '195057.803000', '195057.805000', '195057.808000', '195057.811000', '195057.813000', '195057.816000', '195057.818000', '195057.821000', '195057.824000', '195057.826000', '195057.829000', '195057.832000', '195057.834000', '195057.837000', '195057.840000', '195057.843000', '195057.846000', '195057.849000', '195057.851000', '195057.854000', '195057.857000', '195057.859000', '195117.744000', '195117.747000', '195117.749000', '195117.753000', '195117.755000', '195117.758000', '195117.761000', '195117.763000', '195117.766000', '195117.768000', '195117.771000', '195117.774000', '195117.776000', '195117.779000', '195117.782000', '195117.784000', '195117.787000', '195117.790000', '195117.792000', '195117.795000', '195117.798000', '195117.800000', '195117.803000', '195117.806000', '195117.808000', '195117.811000', '195117.814000', '195117.816000', '195117.819000', '195117.821000', '195117.824000', '195117.827000', '195117.829000', '195117.832000', '195117.835000', '195117.837000', '195117.840000', '195117.843000', '195117.845000', '195117.848000', '195117.851000', '195117.853000', '195117.856000', '195117.859000', '195136.417000', '195136.420000', '195136.422000', '195136.425000', '195136.428000', '195136.441000', '195136.444000', '195136.446000', '195136.449000', '195136.452000', '195136.454000', '195136.457000', '195136.460000', '195136.462000', '195136.465000', '195136.467000', '195136.470000', '195136.473000', '195136.475000', '195136.478000', '195136.481000', '195136.484000', '195136.486000', '195136.489000', '195136.491000', '195136.494000', '195136.497000', '195136.499000', '195136.502000', '195136.505000', '195136.507000', '195136.510000', '195136.513000', '195136.515000', '195136.518000', '195136.521000', '195136.523000', '195136.526000', '195136.528000', '195136.531000', '195136.534000'], 'InstanceCreationTime': ['193917.785000', '193917.789000', '193917.814000', '193917.817000', '193917.819000', '193917.822000', '193917.825000', '193917.828000', '193917.831000', '193917.833000', '193917.836000', '193917.838000', '193917.841000', '193917.844000', '193917.846000', '193917.849000', '193917.852000', '193917.854000', '193917.857000', '193917.859000', '193917.862000', '193917.865000', '193917.867000', '193917.870000', '193917.873000', '193917.875000', '193917.878000', '193917.881000', '193917.883000', '193917.886000', '193917.888000', '193917.891000', '193917.894000', '193917.896000', '193937.743000', '193937.746000', '193937.749000', '193937.752000', '193937.755000', '193937.757000', '193937.760000', '193937.762000', '193937.765000', '193937.768000', '193937.770000', '193937.773000', '193937.776000', '193937.778000', '193937.790000', '193937.792000', '193937.796000', '193937.798000', '193937.801000', '193937.803000', '193937.806000', '193937.809000', '193937.812000', '193937.814000', '193937.826000', '193937.829000', '193937.831000', '193937.834000', '193937.837000', '193937.839000', '193937.842000', '193937.844000', '193937.847000', '193937.850000', '193937.852000', '193937.855000', '193937.857000', '193937.860000', '193937.862000', '193937.865000', '193937.868000', '193937.870000', '193937.873000', '193957.745000', '193957.747000', '193957.750000', '193957.753000', '193957.755000', '193957.758000', '193957.762000', '193957.765000', '193957.768000', '193957.770000', '193957.773000', '193957.776000', '193957.778000', '193957.781000', '193957.784000', '193957.786000', '193957.789000', '193957.791000', '193957.794000', '193957.797000', '193957.800000', '193957.802000', '193957.805000', '193957.808000', '193957.810000', '193957.813000', '193957.816000', '193957.818000', '193957.821000', '193957.824000', '193957.826000', '193957.829000', '193957.831000', '193957.834000', '193957.837000', '193957.839000', '193957.842000', '193957.845000', '193957.847000', '193957.850000', '193957.852000', '193957.855000', '193957.858000', '193957.860000', '194017.744000', '194017.747000', '194017.750000', '194017.753000', '194017.755000', '194017.758000', '194017.761000', '194017.763000', '194017.766000', '194017.769000', '194017.771000', '194017.774000', '194017.776000', '194017.779000', '194017.782000', '194017.784000', '194017.787000', '194017.789000', '194017.792000', '194017.795000', '194017.798000', '194017.800000', '194017.803000', '194017.806000', '194017.808000', '194017.811000', '194017.813000', '194017.816000', '194017.819000', '194017.821000', '194017.824000', '194017.827000', '194017.829000', '194017.832000', '194017.835000', '194017.837000', '194017.840000', '194017.843000', '194017.845000', '194017.848000', '194017.851000', '194017.853000', '194017.856000', '194037.745000', '194037.747000', '194037.750000', '194037.753000', '194037.755000', '194037.758000', '194037.761000', '194037.764000', '194037.767000', '194037.770000', '194037.772000', '194037.775000', '194037.778000', '194037.780000', '194037.783000', '194037.785000', '194037.788000', '194037.791000', '194037.793000', '194037.796000', '194037.799000', '194037.801000', '194037.804000', '194037.807000', '194037.809000', '194037.812000', '194037.815000', '194037.817000', '194037.820000', '194037.823000', '194037.826000', '194037.828000', '194037.831000', '194037.886000', '194037.889000', '194037.892000', '194037.894000', '194037.897000', '194037.900000', '194037.902000', '194037.905000', '194037.908000', '194037.910000', '194037.913000', '194057.745000', '194057.747000', '194057.750000', '194057.753000', '194057.756000', '194057.758000', '194057.761000', '194057.764000', '194057.766000', '194057.769000', '194057.772000', '194057.774000', '194057.777000', '194057.779000', '194057.782000', '194057.785000', '194057.787000', '194057.790000', '194057.793000', '194057.795000', '194057.798000', '194057.801000', '194057.803000', '194057.806000', '194057.809000', '194057.811000', '194057.814000', '194057.817000', '194057.819000', '194057.822000', '194057.825000', '194057.827000', '194057.830000', '194057.833000', '194057.835000', '194057.838000', '194057.841000', '194057.843000', '194057.846000', '194057.849000', '194057.851000', '194057.854000', '194057.857000', '194117.745000', '194117.748000', '194117.750000', '194117.753000', '194117.756000', '194117.759000', '194117.761000', '194117.764000', '194117.767000', '194117.769000', '194117.772000', '194117.775000', '194117.777000', '194117.780000', '194117.783000', '194117.785000', '194117.788000', '194117.791000', '194117.793000', '194117.796000', '194117.799000', '194117.802000', '194117.804000', '194117.807000', '194117.810000', '194117.812000', '194117.815000', '194117.817000', '194117.820000', '194117.823000', '194117.825000', '194117.828000', '194117.831000', '194117.833000', '194117.836000', '194117.839000', '194117.841000', '194117.844000', '194117.846000', '194117.849000', '194117.852000', '194117.854000', '194117.857000', '194137.744000', '194137.747000', '194137.750000', '194137.753000', '194137.756000', '194137.758000', '194137.761000', '194137.764000', '194137.766000', '194137.769000', '194137.771000', '194137.774000', '194137.777000', '194137.779000', '194137.782000', '194137.785000', '194137.787000', '194137.790000', '194137.793000', '194137.795000', '194137.798000', '194137.801000', '194137.803000', '194137.806000', '194137.808000', '194137.811000', '194137.814000', '194137.816000', '194137.819000', '194137.822000', '194137.824000', '194137.827000', '194137.830000', '194137.832000', '194137.835000', '194137.838000', '194137.840000', '194137.843000', '194137.846000', '194137.848000', '194137.851000', '194137.853000', '194137.856000', '194137.859000', '194157.744000', '194157.747000', '194157.749000', '194157.752000', '194157.755000', '194157.757000', '194157.760000', '194157.762000', '194157.765000', '194157.768000', '194157.771000', '194157.773000', '194157.776000', '194157.779000', '194157.783000', '194157.785000', '194157.788000', '194157.791000', '194157.793000', '194157.796000', '194157.799000', '194157.802000', '194157.805000', '194157.808000', '194157.810000', '194157.813000', '194157.816000', '194157.818000', '194157.821000', '194157.824000', '194157.827000', '194157.829000', '194157.832000', '194157.834000', '194157.837000', '194157.840000', '194157.842000', '194157.845000', '194157.848000', '194157.850000', '194157.853000', '194157.856000', '194157.858000', '194217.744000', '194217.748000', '194217.750000', '194217.753000', '194217.756000', '194217.759000', '194217.761000', '194217.764000', '194217.767000', '194217.770000', '194217.772000', '194217.775000', '194217.777000', '194217.780000', '194217.783000', '194217.786000', '194217.788000', '194217.791000', '194217.794000', '194217.796000', '194217.799000', '194217.802000', '194217.804000', '194217.807000', '194217.810000', '194217.812000', '194217.815000', '194217.818000', '194217.820000', '194217.867000', '194217.870000', '194217.872000', '194217.875000', '194217.878000', '194217.889000', '194217.892000', '194217.894000', '194217.897000', '194217.900000', '194217.902000', '194217.905000', '194217.908000', '194217.910000', '194217.913000', '194237.744000', '194237.747000', '194237.750000', '194237.753000', '194237.756000', '194237.758000', '194237.761000', '194237.764000', '194237.766000', '194237.769000', '194237.771000', '194237.774000', '194237.777000', '194237.779000', '194237.782000', '194237.785000', '194237.788000', '194237.790000', '194237.793000', '194237.796000', '194237.798000', '194237.801000', '194237.804000', '194237.806000', '194237.809000', '194237.812000', '194237.814000', '194237.817000', '194237.820000', '194237.823000', '194237.825000', '194237.828000', '194237.830000', '194237.833000', '194237.836000', '194237.838000', '194237.841000', '194237.844000', '194237.846000', '194237.849000', '194237.852000', '194237.854000', '194237.858000', '194257.745000', '194257.748000', '194257.750000', '194257.753000', '194257.756000', '194257.759000', '194257.761000', '194257.764000', '194257.767000', '194257.769000', '194257.772000', '194257.775000', '194257.777000', '194257.780000', '194257.783000', '194257.785000', '194257.788000', '194257.791000', '194257.793000', '194257.796000', '194257.799000', '194257.802000', '194257.804000', '194257.807000', '194257.810000', '194257.812000', '194257.815000', '194257.818000', '194257.820000', '194257.823000', '194257.826000', '194257.828000', '194257.831000', '194257.834000', '194257.836000', '194257.839000', '194257.842000', '194257.844000', '194257.847000', '194257.850000', '194257.852000', '194257.855000', '194257.858000', '194257.861000', '194317.744000', '194317.747000', '194317.750000', '194317.753000', '194317.755000', '194317.758000', '194317.761000', '194317.764000', '194317.766000', '194317.769000', '194317.772000', '194317.774000', '194317.777000', '194317.780000', '194317.782000', '194317.785000', '194317.788000', '194317.792000', '194317.795000', '194317.797000', '194317.800000', '194317.803000', '194317.805000', '194317.808000', '194317.811000', '194317.813000', '194317.816000', '194317.819000', '194317.822000', '194317.824000', '194317.827000', '194317.829000', '194317.832000', '194317.835000', '194317.837000', '194317.840000', '194317.844000', '194317.847000', '194317.850000', '194317.852000', '194317.855000', '194317.858000', '194317.860000', '194337.745000', '194337.747000', '194337.750000', '194337.753000', '194337.756000', '194337.758000', '194337.761000', '194337.764000', '194337.766000', '194337.769000', '194337.771000', '194337.774000', '194337.777000', '194337.779000', '194337.782000', '194337.785000', '194337.787000', '194337.790000', '194337.793000', '194337.796000', '194337.799000', '194337.802000', '194337.804000', '194337.807000', '194337.810000', '194337.812000', '194337.815000', '194337.818000', '194337.820000', '194337.823000', '194337.826000', '194337.828000', '194337.831000', '194337.834000', '194337.836000', '194337.839000', '194337.842000', '194337.844000', '194337.847000', '194337.850000', '194337.853000', '194337.855000', '194337.858000', '194337.861000', '194357.745000', '194357.748000', '194357.750000', '194357.753000', '194357.756000', '194357.758000', '194357.761000', '194357.764000', '194357.766000', '194357.769000', '194357.772000', '194357.775000', '194357.777000', '194357.780000', '194357.783000', '194357.785000', '194357.788000', '194357.791000', '194357.793000', '194357.796000', '194357.798000', '194357.802000', '194357.804000', '194357.807000', '194357.810000', '194357.812000', '194357.815000', '194357.818000', '194357.820000', '194357.823000', '194357.826000', '194357.829000', '194357.832000', '194357.835000', '194357.837000', '194357.840000', '194357.843000', '194357.845000', '194357.848000', '194357.851000', '194357.854000', '194357.856000', '194357.859000', '194417.743000', '194417.746000', '194417.749000', '194417.752000', '194417.755000', '194417.757000', '194417.760000', '194417.763000', '194417.765000', '194417.768000', '194417.771000', '194417.774000', '194417.776000', '194417.779000', '194417.782000', '194417.784000', '194417.787000', '194417.790000', '194417.798000', '194417.801000', '194417.803000', '194417.806000', '194417.809000', '194417.812000', '194417.814000', '194417.817000', '194417.820000', '194417.822000', '194417.825000', '194417.828000', '194417.831000', '194417.833000', '194417.836000', '194417.839000', '194417.841000', '194417.844000', '194417.847000', '194417.849000', '194417.852000', '194417.855000', '194417.857000', '194417.860000', '194417.863000', '194417.865000', '194437.744000', '194437.747000', '194437.750000', '194437.752000', '194437.755000', '194437.758000', '194437.761000', '194437.763000', '194437.766000', '194437.769000', '194437.771000', '194437.774000', '194437.777000', '194437.780000', '194437.782000', '194437.785000', '194437.787000', '194437.790000', '194437.793000', '194437.795000', '194437.798000', '194437.801000', '194437.804000', '194437.807000', '194437.810000', '194437.812000', '194437.815000', '194437.818000', '194437.820000', '194437.823000', '194437.826000', '194437.828000', '194437.831000', '194437.833000', '194437.836000', '194437.839000', '194437.841000', '194437.844000', '194437.847000', '194437.849000', '194437.852000', '194437.854000', '194437.857000', '194457.745000', '194457.748000', '194457.750000', '194457.753000', '194457.756000', '194457.758000', '194457.761000', '194457.764000', '194457.766000', '194457.769000', '194457.772000', '194457.774000', '194457.777000', '194457.780000', '194457.782000', '194457.785000', '194457.787000', '194457.790000', '194457.793000', '194457.795000', '194457.798000', '194457.801000', '194457.804000', '194457.806000', '194457.809000', '194457.812000', '194457.815000', '194457.817000', '194457.820000', '194457.823000', '194457.825000', '194457.828000', '194457.830000', '194457.833000', '194457.836000', '194457.839000', '194457.841000', '194457.844000', '194457.847000', '194457.850000', '194457.852000', '194457.855000', '194457.858000', '194457.860000', '194517.745000', '194517.747000', '194517.750000', '194517.753000', '194517.756000', '194517.758000', '194517.761000', '194517.779000', '194517.781000', '194517.784000', '194517.786000', '194517.789000', '194517.792000', '194517.794000', '194517.797000', '194517.800000', '194517.803000', '194517.805000', '194517.808000', '194517.811000', '194517.813000', '194517.816000', '194517.819000', '194517.822000', '194517.824000', '194517.827000', '194517.829000', '194517.832000', '194517.835000', '194517.837000', '194517.840000', '194517.843000', '194517.845000', '194517.848000', '194517.851000', '194517.854000', '194517.857000', '194517.861000', '194517.864000', '194517.867000', '194517.869000', '194517.872000', '194517.875000', '194537.745000', '194537.747000', '194537.750000', '194537.753000', '194537.756000', '194537.758000', '194537.761000', '194537.763000', '194537.766000', '194537.769000', '194537.771000', '194537.774000', '194537.777000', '194537.779000', '194537.782000', '194537.785000', '194537.788000', '194537.790000', '194537.793000', '194537.795000', '194537.798000', '194537.801000', '194537.804000', '194537.806000', '194537.809000', '194537.812000', '194537.814000', '194537.817000', '194537.819000', '194537.822000', '194537.825000', '194537.827000', '194537.830000', '194537.833000', '194537.835000', '194537.838000', '194537.841000', '194537.843000', '194537.846000', '194537.848000', '194537.851000', '194537.854000', '194537.856000', '194537.859000', '194557.745000', '194557.748000', '194557.750000', '194557.753000', '194557.756000', '194557.758000', '194557.761000', '194557.764000', '194557.766000', '194557.769000', '194557.772000', '194557.774000', '194557.777000', '194557.780000', '194557.782000', '194557.785000', '194557.788000', '194557.790000', '194557.793000', '194557.796000', '194557.799000', '194557.801000', '194557.804000', '194557.807000', '194557.809000', '194557.812000', '194557.815000', '194557.817000', '194557.820000', '194557.823000', '194557.826000', '194557.828000', '194557.831000', '194557.834000', '194557.836000', '194557.839000', '194557.842000', '194557.844000', '194557.847000', '194557.850000', '194557.852000', '194557.855000', '194557.858000', '194617.745000', '194617.747000', '194617.750000', '194617.753000', '194617.756000', '194617.758000', '194617.761000', '194617.764000', '194617.766000', '194617.769000', '194617.772000', '194617.774000', '194617.777000', '194617.780000', '194617.782000', '194617.785000', '194617.788000', '194617.790000', '194617.793000', '194617.796000', '194617.799000', '194617.801000', '194617.804000', '194617.807000', '194617.810000', '194617.812000', '194617.815000', '194617.818000', '194617.820000', '194617.823000', '194617.826000', '194617.828000', '194617.831000', '194617.834000', '194617.836000', '194617.839000', '194617.842000', '194617.845000', '194617.847000', '194617.850000', '194617.853000', '194617.855000', '194617.858000', '194617.861000', '194637.743000', '194637.747000', '194637.749000', '194637.752000', '194637.755000', '194637.758000', '194637.760000', '194637.763000', '194637.766000', '194637.768000', '194637.771000', '194637.774000', '194637.776000', '194637.779000', '194637.782000', '194637.784000', '194637.787000', '194637.798000', '194637.800000', '194637.803000', '194637.806000', '194637.809000', '194637.811000', '194637.814000', '194637.816000', '194637.819000', '194637.822000', '194637.824000', '194637.827000', '194637.830000', '194637.833000', '194637.835000', '194637.838000', '194637.841000', '194637.843000', '194637.846000', '194637.849000', '194637.851000', '194637.854000', '194637.857000', '194637.859000', '194637.862000', '194637.864000', '194657.745000', '194657.747000', '194657.750000', '194657.753000', '194657.756000', '194657.758000', '194657.761000', '194657.764000', '194657.766000', '194657.769000', '194657.772000', '194657.775000', '194657.777000', '194657.780000', '194657.783000', '194657.785000', '194657.788000', '194657.791000', '194657.793000', '194657.796000', '194657.799000', '194657.801000', '194657.804000', '194657.807000', '194657.809000', '194657.812000', '194657.815000', '194657.817000', '194657.820000', '194657.823000', '194657.826000', '194657.828000', '194657.831000', '194657.834000', '194657.836000', '194657.839000', '194657.842000', '194657.844000', '194657.847000', '194657.850000', '194657.852000', '194657.855000', '194657.858000', '194657.860000', '194717.745000', '194717.748000', '194717.750000', '194717.753000', '194717.756000', '194717.758000', '194717.761000', '194717.764000', '194717.766000', '194717.769000', '194717.772000', '194717.774000', '194717.777000', '194717.780000', '194717.782000', '194717.785000', '194717.788000', '194717.791000', '194717.793000', '194717.796000', '194717.799000', '194717.801000', '194717.804000', '194717.806000', '194717.809000', '194717.812000', '194717.815000', '194717.817000', '194717.820000', '194717.823000', '194717.825000', '194717.828000', '194717.831000', '194717.833000', '194717.836000', '194717.839000', '194717.841000', '194717.844000', '194717.847000', '194717.849000', '194717.852000', '194717.855000', '194717.857000', '194737.744000', '194737.748000', '194737.750000', '194737.753000', '194737.755000', '194737.758000', '194737.761000', '194737.763000', '194737.766000', '194737.769000', '194737.772000', '194737.774000', '194737.777000', '194737.779000', '194737.782000', '194737.785000', '194737.787000', '194737.790000', '194737.793000', '194737.795000', '194737.798000', '194737.801000', '194737.804000', '194737.806000', '194737.809000', '194737.812000', '194737.814000', '194737.817000', '194737.819000', '194737.822000', '194737.825000', '194737.828000', '194737.830000', '194737.833000', '194737.836000', '194737.838000', '194737.841000', '194737.843000', '194737.846000', '194737.849000', '194737.851000', '194737.854000', '194737.857000', '194737.859000', '194757.756000', '194757.759000', '194757.762000', '194757.765000', '194757.767000', '194757.770000', '194757.773000', '194757.775000', '194757.778000', '194757.781000', '194757.783000', '194757.786000', '194757.789000', '194757.791000', '194757.794000', '194757.797000', '194757.799000', '194757.802000', '194757.805000', '194757.807000', '194757.810000', '194757.813000', '194757.815000', '194757.818000', '194757.821000', '194757.823000', '194757.826000', '194757.829000', '194757.831000', '194757.834000', '194757.837000', '194757.839000', '194757.842000', '194757.845000', '194757.847000', '194757.850000', '194757.853000', '194757.855000', '194757.858000', '194757.861000', '194757.863000', '194757.866000', '194757.869000', '194817.745000', '194817.747000', '194817.750000', '194817.753000', '194817.755000', '194817.758000', '194817.762000', '194817.765000', '194817.767000', '194817.770000', '194817.773000', '194817.775000', '194817.778000', '194817.781000', '194817.783000', '194817.786000', '194817.789000', '194817.791000', '194817.794000', '194817.797000', '194817.799000', '194817.802000', '194817.805000', '194817.807000', '194817.810000', '194817.813000', '194817.815000', '194817.818000', '194817.821000', '194817.824000', '194817.826000', '194817.829000', '194817.832000', '194817.834000', '194817.837000', '194817.840000', '194817.842000', '194817.845000', '194817.848000', '194817.850000', '194817.853000', '194817.856000', '194817.858000', '194817.861000', '194837.745000', '194837.748000', '194837.750000', '194837.753000', '194837.756000', '194837.758000', '194837.761000', '194837.764000', '194837.766000', '194837.769000', '194837.771000', '194837.774000', '194837.777000', '194837.779000', '194837.782000', '194837.784000', '194837.787000', '194837.790000', '194837.792000', '194837.795000', '194837.797000', '194837.800000', '194837.803000', '194837.805000', '194837.808000', '194837.811000', '194837.814000', '194837.816000', '194837.819000', '194837.821000', '194837.824000', '194837.827000', '194837.829000', '194837.832000', '194837.834000', '194837.837000', '194837.840000', '194837.842000', '194837.845000', '194837.848000', '194837.850000', '194837.853000', '194837.856000', '194857.744000', '194857.747000', '194857.749000', '194857.752000', '194857.755000', '194857.757000', '194857.760000', '194857.763000', '194857.765000', '194857.768000', '194857.771000', '194857.773000', '194857.776000', '194857.779000', '194857.782000', '194857.785000', '194857.788000', '194857.800000', '194857.802000', '194857.805000', '194857.808000', '194857.810000', '194857.813000', '194857.816000', '194857.818000', '194857.821000', '194857.824000', '194857.827000', '194857.829000', '194857.832000', '194857.835000', '194857.837000', '194857.840000', '194857.843000', '194857.845000', '194857.848000', '194857.851000', '194857.853000', '194857.856000', '194857.859000', '194857.861000', '194857.864000', '194857.867000', '194917.745000', '194917.747000', '194917.751000', '194917.754000', '194917.756000', '194917.759000', '194917.762000', '194917.764000', '194917.767000', '194917.770000', '194917.772000', '194917.775000', '194917.778000', '194917.781000', '194917.783000', '194917.786000', '194917.789000', '194917.791000', '194917.794000', '194917.797000', '194917.799000', '194917.802000', '194917.805000', '194917.807000', '194917.810000', '194917.813000', '194917.815000', '194917.818000', '194917.821000', '194917.823000', '194917.826000', '194917.829000', '194917.831000', '194917.834000', '194917.837000', '194917.839000', '194917.842000', '194917.845000', '194917.847000', '194917.850000', '194917.853000', '194917.855000', '194917.858000', '194917.861000', '194937.745000', '194937.747000', '194937.750000', '194937.753000', '194937.756000', '194937.758000', '194937.761000', '194937.764000', '194937.767000', '194937.770000', '194937.773000', '194937.776000', '194937.779000', '194937.782000', '194937.785000', '194937.787000', '194937.790000', '194937.792000', '194937.795000', '194937.798000', '194937.802000', '194937.804000', '194937.807000', '194937.810000', '194937.813000', '194937.815000', '194937.818000', '194937.821000', '194937.823000', '194937.826000', '194937.829000', '194937.831000', '194937.834000', '194937.837000', '194937.839000', '194937.842000', '194937.845000', '194937.847000', '194937.850000', '194937.853000', '194937.856000', '194937.858000', '194937.861000', '194957.745000', '194957.748000', '194957.751000', '194957.754000', '194957.756000', '194957.759000', '194957.762000', '194957.764000', '194957.767000', '194957.770000', '194957.773000', '194957.775000', '194957.778000', '194957.781000', '194957.783000', '194957.786000', '194957.789000', '194957.791000', '194957.794000', '194957.797000', '194957.799000', '194957.802000', '194957.805000', '194957.808000', '194957.810000', '194957.813000', '194957.816000', '194957.818000', '194957.821000', '194957.824000', '194957.826000', '194957.829000', '194957.832000', '194957.834000', '194957.837000', '194957.840000', '194957.842000', '194957.845000', '194957.848000', '194957.853000', '194957.856000', '194957.859000', '194957.861000', '194957.864000', '195017.745000', '195017.747000', '195017.750000', '195017.753000', '195017.756000', '195017.758000', '195017.761000', '195017.763000', '195017.766000', '195017.769000', '195017.772000', '195017.775000', '195017.777000', '195017.782000', '195017.785000', '195017.787000', '195017.790000', '195017.793000', '195017.795000', '195017.798000', '195017.801000', '195017.804000', '195017.806000', '195017.809000', '195017.811000', '195017.814000', '195017.817000', '195017.820000', '195017.822000', '195017.825000', '195017.828000', '195017.830000', '195017.833000', '195017.845000', '195017.848000', '195017.850000', '195017.853000', '195017.867000', '195017.870000', '195017.872000', '195017.875000', '195017.878000', '195017.880000', '195037.745000', '195037.748000', '195037.750000', '195037.753000', '195037.756000', '195037.759000', '195037.762000', '195037.764000', '195037.767000', '195037.770000', '195037.772000', '195037.775000', '195037.777000', '195037.780000', '195037.783000', '195037.785000', '195037.788000', '195037.791000', '195037.793000', '195037.796000', '195037.799000', '195037.801000', '195037.804000', '195037.807000', '195037.809000', '195037.812000', '195037.814000', '195037.817000', '195037.820000', '195037.822000', '195037.825000', '195037.827000', '195037.830000', '195037.833000', '195037.835000', '195037.838000', '195037.841000', '195037.844000', '195037.846000', '195037.849000', '195037.851000', '195037.854000', '195037.857000', '195037.859000', '195057.745000', '195057.748000', '195057.751000', '195057.753000', '195057.756000', '195057.759000', '195057.761000', '195057.764000', '195057.767000', '195057.769000', '195057.772000', '195057.775000', '195057.777000', '195057.780000', '195057.783000', '195057.785000', '195057.788000', '195057.791000', '195057.794000', '195057.797000', '195057.800000', '195057.803000', '195057.805000', '195057.808000', '195057.811000', '195057.813000', '195057.816000', '195057.818000', '195057.821000', '195057.824000', '195057.826000', '195057.829000', '195057.832000', '195057.834000', '195057.837000', '195057.840000', '195057.843000', '195057.846000', '195057.849000', '195057.851000', '195057.854000', '195057.857000', '195057.859000', '195117.744000', '195117.747000', '195117.749000', '195117.753000', '195117.755000', '195117.758000', '195117.761000', '195117.763000', '195117.766000', '195117.768000', '195117.771000', '195117.774000', '195117.776000', '195117.779000', '195117.782000', '195117.784000', '195117.787000', '195117.790000', '195117.792000', '195117.795000', '195117.798000', '195117.800000', '195117.803000', '195117.806000', '195117.808000', '195117.811000', '195117.814000', '195117.816000', '195117.819000', '195117.821000', '195117.824000', '195117.827000', '195117.829000', '195117.832000', '195117.835000', '195117.837000', '195117.840000', '195117.843000', '195117.845000', '195117.848000', '195117.851000', '195117.853000', '195117.856000', '195117.859000', '195136.417000', '195136.420000', '195136.422000', '195136.425000', '195136.428000', '195136.441000', '195136.444000', '195136.446000', '195136.449000', '195136.452000', '195136.454000', '195136.457000', '195136.460000', '195136.462000', '195136.465000', '195136.467000', '195136.470000', '195136.473000', '195136.475000', '195136.478000', '195136.481000', '195136.484000', '195136.486000', '195136.489000', '195136.491000', '195136.494000', '195136.497000', '195136.499000', '195136.502000', '195136.505000', '195136.507000', '195136.510000', '195136.513000', '195136.515000', '195136.518000', '195136.521000', '195136.523000', '195136.526000', '195136.528000', '195136.531000', '195136.534000'], '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': [9290, 10290, 9093, 9148, 9206, 9529, 8939, 8783, 9316, 9779, 18456, 9508, 14353, 9139, 9412, 9043, 10928, 15720, 10816, 16834, 10613, 10397, 15844, 10517, 17560, 12426, 13846, 13516, 10006, 17632, 13012, 13428, 8469, 8810, 8193, 8065, 10298, 8600, 9305, 8418, 8595, 8326, 8214, 8005, 8512, 8753, 8659, 12152, 9091, 10859, 8627, 10737, 8542, 9449, 11850, 8445, 11797, 8476, 11331, 8686, 11423, 8648, 9090, 8759, 8418, 15986, 8751, 13325, 9895, 9497, 8427, 8727, 14564, 8605, 11331, 8490, 8556, 12930, 8249, 10921, 8071, 9060, 8681, 8384, 8595, 8664, 11388, 8749, 14310, 10438, 13576, 9110, 9022, 18104, 9570, 15446, 10024, 9337, 8715, 8511, 11750, 8757, 11544, 8976, 8881, 8388, 8381, 14674, 8516, 10935, 8377, 8481, 9701, 8090, 11561, 8277, 9142, 13863, 8361, 12024, 8344, 9863, 8366, 8338, 8117, 8291, 8182, 8279, 10981, 8734, 8473, 12488, 8145, 15047, 7922, 10708, 13040, 8790, 16729, 10701, 13339, 8327, 8437, 14636, 8156, 12474, 8917, 8667, 7941, 8086, 10891, 8183, 9249, 8345, 8038, 13119, 8188, 9213, 8160, 8255, 12031, 7972, 11828, 8089, 9226, 8309, 8183, 8123, 8080, 16660, 8142, 13987, 9205, 9059, 8513, 8192, 15977, 8194, 11756, 8422, 9082, 7883, 7929, 13449, 8013, 12499, 8511, 9083, 8166, 8222, 16802, 8261, 14418, 10020, 10306, 12402, 8060, 17168, 8255, 9208, 8083, 8227, 10997, 8036, 13535, 8088, 8297, 9526, 8163, 11672, 8035, 10568, 8136, 9023, 7964, 7648, 7715, 8019, 8011, 9254, 8418, 12175, 9126, 11473, 12870, 9247, 16403, 11766, 12478, 12406, 8769, 17356, 7987, 12087, 10701, 8683, 8574, 7962, 10940, 8397, 8192, 8050, 8403, 8231, 8332, 8566, 8630, 12435, 10693, 9496, 16780, 12450, 12020, 12469, 9405, 15532, 10159, 9954, 13474, 7858, 16805, 10139, 10006, 11753, 8559, 10929, 8020, 12854, 8069, 9863, 8243, 9428, 8767, 8848, 8037, 8532, 14938, 7892, 11461, 8499, 8846, 9146, 8803, 13147, 8039, 9047, 9019, 8006, 10346, 8024, 9224, 8281, 8107, 10945, 7872, 10613, 8166, 8857, 9609, 8112, 11305, 7975, 9345, 8206, 8241, 12667, 8147, 10621, 8327, 8201, 9847, 7803, 7771, 8185, 8171, 10927, 12700, 9936, 9576, 8375, 15504, 8388, 10826, 13321, 8995, 11365, 7786, 10983, 8466, 8470, 14177, 7731, 13099, 7774, 8151, 10382, 8171, 11036, 7705, 8186, 7880, 8150, 9969, 7886, 9916, 7994, 8334, 9326, 8302, 12046, 8568, 9128, 14614, 10860, 16895, 9389, 13177, 12409, 9862, 16981, 9863, 13256, 8095, 7784, 13690, 8043, 10895, 8159, 8459, 9804, 8187, 13999, 9192, 10166, 11287, 8317, 17569, 7683, 11786, 11117, 8634, 16705, 9221, 13475, 7617, 7983, 13125, 7499, 11536, 9436, 9758, 8079, 7850, 7683, 7926, 9947, 8299, 8478, 8754, 10838, 8962, 8813, 13196, 7952, 14300, 8804, 8718, 14496, 8383, 14100, 10873, 10901, 8343, 9576, 13991, 8704, 10117, 8098, 8475, 9323, 7867, 13353, 8039, 9432, 7385, 7790, 14507, 7404, 10198, 8373, 8180, 13820, 8337, 14884, 9669, 9222, 10077, 7760, 14789, 7636, 9531, 7776, 8809, 8180, 8100, 7364, 7667, 7858, 7889, 8224, 7443, 12745, 7556, 11634, 8777, 9124, 7579, 7986, 16179, 8371, 14382, 12551, 11433, 8019, 9001, 7613, 7953, 11044, 8363, 10509, 7620, 15681, 9180, 9864, 7413, 7815, 8233, 16961, 13693, 14358, 9653, 9554, 15636, 8047, 13077, 9032, 11093, 7556, 8036, 7530, 7910, 7264, 7482, 7537, 7655, 9588, 7487, 10663, 7973, 10345, 7775, 8050, 12387, 8051, 13896, 10532, 12607, 8566, 9222, 16613, 8062, 13036, 9726, 9291, 7631, 8581, 11743, 7902, 10014, 8021, 8461, 7093, 8272, 12837, 7827, 9240, 7723, 7421, 15703, 7665, 9985, 9495, 7661, 14576, 7272, 11303, 7915, 7523, 11036, 7272, 11166, 8712, 10861, 7655, 7761, 14716, 9097, 14345, 10996, 11701, 8279, 9824, 15674, 8245, 11254, 7683, 8288, 10005, 8366, 11332, 8313, 8675, 7698, 7963, 13288, 7205, 9864, 7345, 7826, 9000, 7290, 11641, 7400, 10298, 7957, 9483, 7587, 7728, 8520, 8547, 15089, 8238, 11275, 7568, 8775, 12085, 8243, 15010, 8549, 10230, 7429, 8482, 7241, 8336, 9958, 7290, 8540, 7531, 8108, 7741, 7471, 9664, 17878, 14220, 15791, 10432, 10247, 16620, 11488, 15393, 10303, 10548, 8286, 9007, 12907, 7935, 9839, 7765, 9870, 7420, 6830, 8282, 7579, 8738, 13873, 7452, 13010, 8919, 9599, 8469, 11597, 12078, 10442, 18023, 13499, 15666, 11532, 12039, 15851, 11658, 15944, 11287, 10846, 10393, 8641, 17307, 8242, 10383, 7462, 7907, 7462, 7387, 9288, 7249, 8128, 7122, 8045, 7609, 7789, 11487, 7749, 9798, 7353, 7889, 10497, 7625, 11229, 7542, 8033, 7365, 7373, 7326, 8348, 7809, 7001, 7864, 7265, 8501, 7589, 13617, 8556, 10688, 7550, 8945, 13983, 8124, 15182, 8724, 11184, 7665, 9810, 8060, 7787, 8021, 7391, 8914, 7426, 13951, 7330, 13599, 9825, 12170, 10334, 12888, 8133, 8483, 16550, 8397, 14768, 11374, 12245, 8883, 9549, 18040, 9568, 13820, 8601, 8803, 12184, 8148, 11282, 8433, 8561, 7268, 7634, 7100, 8355, 15184, 7378, 11160, 7947, 10075, 12844, 8103, 18172, 11590, 12114, 7688, 9178, 7980, 7959, 7448, 9989, 11733, 9357, 8194, 7780, 8393, 7430, 7951, 7886, 7342, 8512, 7834, 14056, 10587, 10516, 15924, 8480, 14590, 9133, 9224, 9638, 8035, 16308, 7318, 10084, 7171, 8196, 7432, 8264, 7250, 8050, 7650, 7767, 8182, 7848, 10649, 7219, 11650, 8326, 8608, 13939, 7515, 14301, 8920, 8864, 16434, 8667, 14738, 10331, 10370, 9001, 8556, 14668, 7930, 9576, 7172, 9524, 7664, 7649, 14795, 7099, 11963, 7869, 7735, 15798, 7717, 14348, 9242, 9687, 14789, 7749, 14375, 9077, 9427, 16694, 9289, 16210, 8900, 8504, 10524, 7359, 13125, 7318, 11512, 7589, 7905, 13629, 8277, 14524, 10409, 11510, 12155, 9217, 17872, 9637, 11783, 7923, 8562, 16313, 7066, 9875, 6953, 7733, 8539, 8201, 13274, 7139, 11018, 7595, 8228, 7515, 8227, 14366, 7059, 12999, 7787, 8454, 8113, 8079, 15427, 7434, 10067, 7604, 7924, 14425, 7322, 14125, 8449, 8606, 8359, 7525, 9157, 7872, 12521, 7040, 9862, 7390, 7569, 8603, 7604, 8554, 8279, 10734, 7333, 10771, 7730, 8751, 8103, 10331, 8891, 15642, 11201, 14344, 8967, 9377, 16686, 12172, 17720, 12857, 14937, 9734, 10910, 17045, 8112, 13509, 8918, 10451, 7767, 8747, 14378, 7659, 10471, 7704, 7978, 10990, 7564, 10917, 7724, 8732, 7698, 8059, 8780, 8036, 15297, 8841, 12768, 8910, 10565, 12056, 9122, 16585, 9632, 10324, 8105, 8470, 18822, 8535, 15799, 10953, 10822, 10498, 9027, 12890, 8719, 9531, 7739, 8209, 7624, 8500, 7490, 9886, 8285, 9183, 12489, 7940, 10476, 8626, 8680, 18326, 9321, 15067, 15215, 11545, 18759, 13458, 13501, 10322, 10596, 18743, 10562, 15921, 11030, 11062, 13218, 9693, 14322, 8677, 8947, 13131, 7823, 11642, 8199, 9990, 7547, 8927, 11019, 7605, 11376, 8326, 8975, 8022, 8729, 9266, 7848, 11078, 8860, 8924, 7711, 9345, 8085, 8128, 14908, 11418, 16245, 11924, 13069, 8524, 9671, 7487, 7931, 7812, 17186, 12412, 14919, 9461, 10012, 17740, 8676, 17017, 9989, 10503, 11053, 8687, 7342, 8558, 10678, 7304, 10611, 7235, 8278, 7933, 8261, 8481, 8321, 10430, 8009, 8807, 8527, 9284, 16094, 8073, 13615, 9922, 9686, 8235, 8793, 16723, 10708, 18127, 12371, 11606, 8976, 8902, 14981, 7994, 12342, 9886, 10526, 12871, 9128, 15889, 10031, 9448, 9570, 9399, 18275, 8768, 10212, 13675, 9536, 10195, 8307, 10646, 7818, 11178, 9562, 10013, 7992, 9172, 18113, 10882, 13480, 12022, 9690, 19174, 8626, 13216, 12409, 10236, 15564, 8663, 12364, 8111, 8576, 9130, 8060, 12683, 8418, 8614, 7778, 8389, 11466, 7893, 11144, 8028, 8995, 8123, 7609, 9358, 7672, 12867, 7829, 13316, 9154, 10129, 7892, 8742, 10828, 8890, 11999, 8545, 9845, 8056, 10918, 7908, 8503, 19467, 10154, 15670, 8616, 11103, 11381, 8578, 18065, 11156, 14900, 8825, 9208, 12146, 8137, 12606, 8049, 11446, 7693, 10817, 8654, 10647, 9054, 11792, 8447, 11021, 9035, 9394, 18629, 13110, 16709, 9385, 12856, 9622, 9120, 16693, 9124, 15465, 8220, 11330, 8203, 8361, 13842, 7550, 12995, 7325, 10068, 7950, 7913, 7558, 8178, 8125, 8306, 8017, 8354, 7943, 8533, 8404, 8281, 10365, 18277, 12112, 11525, 18776, 13553, 14246, 8482, 8853, 14884, 7750, 14196, 8594, 11983, 8204, 8016, 8028, 8398, 9511, 8000, 9890, 7682, 7970, 7400, 7611, 8367, 16067, 9774, 10503, 17307, 7894, 16003, 11032, 12103, 18351, 10535, 14969, 10306, 14838, 10044, 18816, 14527, 19140, 14345, 17530, 10396, 15814, 9086, 11357, 8195, 7727, 8783, 7206, 9572, 12017, 9768, 15371, 8663, 11639, 7336, 8873, 13165, 7525, 10287, 7618, 8287, 7794, 8062, 8134, 7706, 9178, 7346, 9896, 7717, 10044, 7630, 8569, 12311, 7736, 12100, 7447, 12512, 8684, 10557, 13374, 10048, 14127, 8840, 16774, 10218, 13290, 10356, 9573, 8371, 8440, 9375, 7788, 19159, 11467, 15110, 8557, 12813, 8553, 9145, 18604, 8575, 15923, 10768, 12409, 13232, 9289, 17622, 10372, 12259, 7714, 9171, 7970, 8872, 15062, 7857, 12754, 7977, 12734, 8077, 9607, 12050, 8416, 16021, 9360, 12361, 8251, 9334, 18000, 8611, 15479, 9710, 10974, 8355, 9033, 15276, 7638, 10574, 7705, 8242, 7684, 9028, 11940, 7950, 10184, 7725, 9039, 7907, 8769, 10592, 7865, 9694, 7961, 8449, 10235, 8115, 13597, 8687, 10291, 8305, 8808, 16883, 8386, 15300, 10308, 11497, 8313, 9841, 10714, 7895, 8065, 7974, 7817, 8310, 8387, 9685, 8094, 10773, 18930, 12540, 16375, 14763, 11913, 18961, 8713, 13824, 11761, 10332, 17781, 9359, 13461, 8443, 8044, 7952, 8005, 8087, 8770, 8520, 8253, 11862, 7835, 11793, 8558, 9312, 11655, 8621, 18346, 11340, 14371, 13488, 10588, 19023, 8118, 14418, 10346, 10074, 18209, 9408, 15594, 8396, 8342, 12083, 7424, 9417, 7790, 8947, 7782, 8383, 9152, 7691, 10967, 7520, 11037, 8066, 8580, 13397, 8912, 16139, 8341, 10756, 10470, 8585, 16909, 8243, 12730, 8346, 7684, 8508, 8122, 8230, 8122, 8247, 8619, 11404, 10310, 9571, 16158, 9246, 11890, 16016, 9216, 16381, 10383, 10867, 18702, 9662, 16345, 8969, 8625, 13043, 7805, 10159, 8050, 9949, 7708, 11233, 8203, 10371, 8036, 8874, 7704, 15092, 13841, 12361, 18312, 11924, 11944, 15286, 9568, 18479, 11967, 12247, 17032, 10973, 17096, 9349, 8163, 8917, 9694, 12001, 7698, 10182, 7825, 8285, 7373, 8672, 8568, 7830, 11325, 7986, 9921, 7804, 9276, 7832, 8541, 8077, 7949, 12729, 7956, 14135, 7681, 12457, 8375, 10078, 11363, 8951, 17072, 7979, 15224, 9548, 10481, 13341, 9046, 18616, 7641, 14559, 9882, 9734, 17263, 8444, 15532, 8684, 8064, 9538, 8761, 15009, 7862, 10894, 8026, 9847, 7731, 8330, 7543, 8593, 12931, 17976, 14102, 17480, 11116, 10847, 14116, 9219, 18460, 12446, 14352, 9365, 9799, 13855, 7998, 12985, 8883, 9393, 8089, 8535, 9228, 7511, 11044, 8237, 9061, 8132, 8386, 10922, 7589, 10865, 7748, 11421, 8545, 8888, 9166, 8466, 11348, 8674, 12980, 8540, 11098, 8262, 10747, 8242, 9045, 14097, 7868, 17411, 10539, 11754, 7893, 8232, 14734, 7431, 13602, 9900, 10758, 7806, 9590, 17088, 7715, 12597, 9018, 9247, 8754, 7767, 10867, 8644, 9837, 8174, 8090, 8060, 8828, 13457, 7855, 10139, 11407, 9304, 16872, 7692, 14206, 10377, 10516, 17903, 13716, 18302, 11324, 14853, 9880, 9846, 16533, 8732, 15325, 7693, 12067, 7772], 'WindowCenter': [4419.0, 4414.0, 4391.0, 4390.0, 4390.0, 4388.0, 4366.0, 4364.0, 4376.0, 4386.0, 4444.0, 4387.0, 4425.0, 4376.0, 4375.0, 4377.0, 4399.0, 4426.0, 4395.0, 4424.0, 4383.0, 4372.0, 4411.0, 4371.0, 4410.0, 4378.0, 4390.0, 4378.0, 4359.0, 4406.0, 4376.0, 4375.0, 4324.0, 4334.0, 4323.0, 4315.0, 4345.0, 4362.0, 4361.0, 4338.0, 4337.0, 4337.0, 4339.0, 4337.0, 4350.0, 4348.0, 4350.0, 4389.0, 4362.0, 4371.0, 4362.0, 4382.0, 4351.0, 4373.0, 4392.0, 4352.0, 4393.0, 4365.0, 4382.0, 4363.0, 4393.0, 4364.0, 4364.0, 4364.0, 4365.0, 4423.0, 4363.0, 4403.0, 4374.0, 4374.0, 4353.0, 4364.0, 4413.0, 4364.0, 4384.0, 4364.0, 4364.0, 4392.0, 4353.0, 4384.0, 4366.0, 4376.0, 4365.0, 4364.0, 4365.0, 4366.0, 4395.0, 4376.0, 4426.0, 4386.0, 4405.0, 4363.0, 4364.0, 4433.0, 4373.0, 4413.0, 4373.0, 4362.0, 4363.0, 4363.0, 4392.0, 4361.0, 4393.0, 4363.0, 4364.0, 4353.0, 4364.0, 4413.0, 4362.0, 4383.0, 4364.0, 4377.0, 4386.0, 4367.0, 4395.0, 4364.0, 4374.0, 4414.0, 4354.0, 4393.0, 4354.0, 4373.0, 4364.0, 4365.0, 4353.0, 4366.0, 4365.0, 4366.0, 4395.0, 4374.0, 4366.0, 4405.0, 4356.0, 4425.0, 4355.0, 4386.0, 4404.0, 4365.0, 4434.0, 4385.0, 4404.0, 4352.0, 4354.0, 4412.0, 4353.0, 4403.0, 4364.0, 4364.0, 4352.0, 4353.0, 4382.0, 4365.0, 4374.0, 4353.0, 4354.0, 4403.0, 4353.0, 4363.0, 4364.0, 4365.0, 4404.0, 4355.0, 4393.0, 4354.0, 4363.0, 4353.0, 4363.0, 4354.0, 4355.0, 4423.0, 4353.0, 4413.0, 4364.0, 4364.0, 4363.0, 4353.0, 4423.0, 4354.0, 4394.0, 4354.0, 4365.0, 4354.0, 4354.0, 4403.0, 4354.0, 4404.0, 4366.0, 4375.0, 4365.0, 4364.0, 4424.0, 4354.0, 4403.0, 4373.0, 4373.0, 4392.0, 4353.0, 4423.0, 4353.0, 4363.0, 4353.0, 4354.0, 4383.0, 4353.0, 4401.0, 4342.0, 4352.0, 4362.0, 4354.0, 4382.0, 4353.0, 4371.0, 4353.0, 4361.0, 4353.0, 4355.0, 4354.0, 4354.0, 4366.0, 4386.0, 4378.0, 4407.0, 4376.0, 4396.0, 4403.0, 4363.0, 4425.0, 4394.0, 4394.0, 4392.0, 4352.0, 4420.0, 4341.0, 4391.0, 4371.0, 4351.0, 4349.0, 4340.0, 4380.0, 4352.0, 4352.0, 4354.0, 4366.0, 4365.0, 4366.0, 4365.0, 4366.0, 4406.0, 4384.0, 4374.0, 4423.0, 4403.0, 4394.0, 4393.0, 4363.0, 4412.0, 4372.0, 4372.0, 4401.0, 4342.0, 4421.0, 4370.0, 4370.0, 4391.0, 4352.0, 4370.0, 4340.0, 4388.0, 4338.0, 4357.0, 4350.0, 4359.0, 4350.0, 4350.0, 4339.0, 4349.0, 4399.0, 4341.0, 4379.0, 4349.0, 4349.0, 4348.0, 4350.0, 4389.0, 4340.0, 4351.0, 4349.0, 4340.0, 4369.0, 4340.0, 4359.0, 4349.0, 4342.0, 4380.0, 4342.0, 4371.0, 4352.0, 4361.0, 4361.0, 4341.0, 4380.0, 4352.0, 4362.0, 4351.0, 4352.0, 4402.0, 4353.0, 4383.0, 4353.0, 4365.0, 4385.0, 4353.0, 4344.0, 4363.0, 4365.0, 4409.0, 4416.0, 4374.0, 4373.0, 4354.0, 4412.0, 4352.0, 4384.0, 4403.0, 4362.0, 4382.0, 4342.0, 4381.0, 4353.0, 4365.0, 4403.0, 4343.0, 4401.0, 4340.0, 4341.0, 4371.0, 4353.0, 4382.0, 4340.0, 4352.0, 4342.0, 4352.0, 4373.0, 4355.0, 4384.0, 4354.0, 4366.0, 4373.0, 4366.0, 4404.0, 4366.0, 4376.0, 4415.0, 4396.0, 4424.0, 4362.0, 4402.0, 4391.0, 4373.0, 4422.0, 4372.0, 4392.0, 4341.0, 4342.0, 4402.0, 4353.0, 4383.0, 4352.0, 4353.0, 4371.0, 4352.0, 4402.0, 4362.0, 4372.0, 4382.0, 4351.0, 4420.0, 4341.0, 4381.0, 4380.0, 4350.0, 4410.0, 4359.0, 4389.0, 4329.0, 4340.0, 4388.0, 4331.0, 4381.0, 4361.0, 4359.0, 4340.0, 4339.0, 4343.0, 4366.0, 4371.0, 4365.0, 4364.0, 4364.0, 4382.0, 4362.0, 4362.0, 4404.0, 4354.0, 4412.0, 4363.0, 4353.0, 4401.0, 4351.0, 4401.0, 4372.0, 4371.0, 4339.0, 4361.0, 4399.0, 4351.0, 4370.0, 4341.0, 4350.0, 4349.0, 4340.0, 4388.0, 4340.0, 4360.0, 4330.0, 4341.0, 4400.0, 4329.0, 4371.0, 4351.0, 4352.0, 4401.0, 4350.0, 4400.0, 4360.0, 4361.0, 4372.0, 4343.0, 4412.0, 4341.0, 4361.0, 4343.0, 4361.0, 4351.0, 4340.0, 4331.0, 4342.0, 4342.0, 4353.0, 4353.0, 4344.0, 4403.0, 4344.0, 4383.0, 4352.0, 4362.0, 4341.0, 4342.0, 4411.0, 4352.0, 4402.0, 4393.0, 4379.0, 4339.0, 4349.0, 4340.0, 4341.0, 4381.0, 4365.0, 4382.0, 4356.0, 4434.0, 4374.0, 4372.0, 4341.0, 4342.0, 4365.0, 4424.0, 4404.0, 4402.0, 4361.0, 4361.0, 4409.0, 4340.0, 4389.0, 4350.0, 4369.0, 4329.0, 4340.0, 4329.0, 4341.0, 4329.0, 4331.0, 4340.0, 4342.0, 4361.0, 4343.0, 4382.0, 4353.0, 4373.0, 4343.0, 4354.0, 4393.0, 4354.0, 4403.0, 4384.0, 4393.0, 4351.0, 4362.0, 4411.0, 4342.0, 4392.0, 4362.0, 4360.0, 4330.0, 4351.0, 4380.0, 4353.0, 4371.0, 4351.0, 4352.0, 4321.0, 4353.0, 4392.0, 4343.0, 4362.0, 4341.0, 4331.0, 4410.0, 4331.0, 4359.0, 4360.0, 4341.0, 4401.0, 4332.0, 4380.0, 4342.0, 4343.0, 4382.0, 4333.0, 4382.0, 4363.0, 4383.0, 4342.0, 4343.0, 4413.0, 4364.0, 4402.0, 4382.0, 4382.0, 4341.0, 4361.0, 4410.0, 4352.0, 4382.0, 4342.0, 4352.0, 4360.0, 4341.0, 4380.0, 4352.0, 4352.0, 4331.0, 4343.0, 4390.0, 4330.0, 4360.0, 4332.0, 4343.0, 4352.0, 4333.0, 4381.0, 4342.0, 4372.0, 4353.0, 4362.0, 4343.0, 4343.0, 4352.0, 4364.0, 4413.0, 4353.0, 4384.0, 4343.0, 4353.0, 4391.0, 4352.0, 4414.0, 4363.0, 4373.0, 4343.0, 4353.0, 4343.0, 4353.0, 4373.0, 4344.0, 4364.0, 4356.0, 4353.0, 4355.0, 4346.0, 4388.0, 4437.0, 4405.0, 4412.0, 4372.0, 4372.0, 4410.0, 4381.0, 4401.0, 4361.0, 4371.0, 4338.0, 4349.0, 4379.0, 4342.0, 4371.0, 4330.0, 4358.0, 4331.0, 4323.0, 4364.0, 4366.0, 4376.0, 4414.0, 4345.0, 4416.0, 4376.0, 4385.0, 4365.0, 4406.0, 4394.0, 4384.0, 4423.0, 4392.0, 4402.0, 4371.0, 4380.0, 4387.0, 4357.0, 4386.0, 4356.0, 4356.0, 4345.0, 4325.0, 4395.0, 4325.0, 4343.0, 4303.0, 4314.0, 4303.0, 4315.0, 4335.0, 4316.0, 4326.0, 4318.0, 4327.0, 4328.0, 4329.0, 4369.0, 4331.0, 4360.0, 4330.0, 4341.0, 4397.0, 4427.0, 4441.0, 4374.0, 4372.0, 4347.0, 4347.0, 4346.0, 4355.0, 4331.0, 4303.0, 4309.0, 4316.0, 4348.0, 4341.0, 4401.0, 4352.0, 4370.0, 4342.0, 4362.0, 4402.0, 4353.0, 4426.0, 4378.0, 4395.0, 4355.0, 4373.0, 4353.0, 4342.0, 4353.0, 4344.0, 4364.0, 4345.0, 4414.0, 4344.0, 4403.0, 4375.0, 4394.0, 4385.0, 4403.0, 4353.0, 4364.0, 4424.0, 4354.0, 4414.0, 4394.0, 4394.0, 4362.0, 4374.0, 4434.0, 4375.0, 4403.0, 4352.0, 4364.0, 4391.0, 4342.0, 4381.0, 4355.0, 4364.0, 4343.0, 4343.0, 4332.0, 4353.0, 4414.0, 4344.0, 4383.0, 4353.0, 4374.0, 4392.0, 4342.0, 4422.0, 4382.0, 4381.0, 4344.0, 4362.0, 4353.0, 4341.0, 4344.0, 4374.0, 4383.0, 4364.0, 4367.0, 4370.0, 4366.0, 4355.0, 4366.0, 4364.0, 4355.0, 4375.0, 4358.0, 4427.0, 4386.0, 4382.0, 4423.0, 4363.0, 4410.0, 4364.0, 4361.0, 4363.0, 4343.0, 4411.0, 4332.0, 4369.0, 4331.0, 4339.0, 4331.0, 4350.0, 4343.0, 4352.0, 4341.0, 4345.0, 4362.0, 4367.0, 4396.0, 4358.0, 4397.0, 4367.0, 4366.0, 4414.0, 4345.0, 4415.0, 4364.0, 4366.0, 4424.0, 4365.0, 4415.0, 4374.0, 4385.0, 4364.0, 4365.0, 4413.0, 4353.0, 4373.0, 4333.0, 4372.0, 4343.0, 4354.0, 4414.0, 4335.0, 4394.0, 4354.0, 4355.0, 4415.0, 4357.0, 4416.0, 4364.0, 4374.0, 4412.0, 4343.0, 4404.0, 4363.0, 4374.0, 4423.0, 4363.0, 4411.0, 4351.0, 4352.0, 4371.0, 4333.0, 4391.0, 4333.0, 4382.0, 4341.0, 4342.0, 4402.0, 4353.0, 4403.0, 4373.0, 4382.0, 4379.0, 4362.0, 4420.0, 4362.0, 4382.0, 4341.0, 4350.0, 4410.0, 4319.0, 4370.0, 4331.0, 4341.0, 4352.0, 4352.0, 4390.0, 4331.0, 4372.0, 4342.0, 4340.0, 4330.0, 4349.0, 4401.0, 4332.0, 4391.0, 4342.0, 4351.0, 4341.0, 4343.0, 4410.0, 4332.0, 4371.0, 4341.0, 4343.0, 4401.0, 4330.0, 4399.0, 4342.0, 4351.0, 4340.0, 4342.0, 4361.0, 4341.0, 4379.0, 4330.0, 4371.0, 4344.0, 4356.0, 4364.0, 4355.0, 4353.0, 4354.0, 4393.0, 4369.0, 4407.0, 4367.0, 4365.0, 4367.0, 4386.0, 4378.0, 4438.0, 4397.0, 4416.0, 4364.0, 4365.0, 4425.0, 4396.0, 4423.0, 4392.0, 4403.0, 4361.0, 4379.0, 4423.0, 4343.0, 4402.0, 4352.0, 4371.0, 4330.0, 4352.0, 4401.0, 4341.0, 4372.0, 4342.0, 4342.0, 4370.0, 4343.0, 4370.0, 4341.0, 4352.0, 4343.0, 4343.0, 4352.0, 4353.0, 4425.0, 4365.0, 4404.0, 4365.0, 4385.0, 4393.0, 4363.0, 4425.0, 4374.0, 4374.0, 4343.0, 4354.0, 4433.0, 4353.0, 4414.0, 4372.0, 4371.0, 4371.0, 4351.0, 4391.0, 4351.0, 4361.0, 4344.0, 4342.0, 4331.0, 4352.0, 4344.0, 4375.0, 4351.0, 4375.0, 4393.0, 4353.0, 4387.0, 4365.0, 4367.0, 4435.0, 4375.0, 4415.0, 4413.0, 4384.0, 4433.0, 4389.0, 4392.0, 4360.0, 4371.0, 4420.0, 4360.0, 4411.0, 4370.0, 4369.0, 4377.0, 4348.0, 4388.0, 4337.0, 4338.0, 4377.0, 4317.0, 4367.0, 4337.0, 4347.0, 4317.0, 4348.0, 4358.0, 4330.0, 4369.0, 4341.0, 4364.0, 4340.0, 4351.0, 4362.0, 4343.0, 4381.0, 4352.0, 4352.0, 4342.0, 4363.0, 4343.0, 4354.0, 4412.0, 4393.0, 4422.0, 4395.0, 4415.0, 4366.0, 4374.0, 4346.0, 4354.0, 4358.0, 4447.0, 4407.0, 4415.0, 4363.0, 4374.0, 4422.0, 4348.0, 4411.0, 4362.0, 4371.0, 4369.0, 4351.0, 4330.0, 4351.0, 4369.0, 4332.0, 4372.0, 4332.0, 4352.0, 4342.0, 4354.0, 4362.0, 4365.0, 4386.0, 4356.0, 4375.0, 4366.0, 4377.0, 4426.0, 4355.0, 4415.0, 4374.0, 4375.0, 4354.0, 4366.0, 4424.0, 4386.0, 4436.0, 4395.0, 4383.0, 4363.0, 4364.0, 4425.0, 4356.0, 4404.0, 4376.0, 4386.0, 4394.0, 4363.0, 4425.0, 4375.0, 4374.0, 4361.0, 4363.0, 4422.0, 4352.0, 4373.0, 4401.0, 4362.0, 4359.0, 4351.0, 4369.0, 4342.0, 4383.0, 4363.0, 4373.0, 4341.0, 4364.0, 4423.0, 4383.0, 4402.0, 4381.0, 4362.0, 4421.0, 4350.0, 4391.0, 4380.0, 4361.0, 4401.0, 4347.0, 4379.0, 4340.0, 4351.0, 4349.0, 4341.0, 4389.0, 4340.0, 4350.0, 4331.0, 4351.0, 4380.0, 4342.0, 4370.0, 4341.0, 4350.0, 4342.0, 4340.0, 4362.0, 4343.0, 4391.0, 4332.0, 4400.0, 4363.0, 4372.0, 4341.0, 4352.0, 4371.0, 4353.0, 4382.0, 4353.0, 4371.0, 4343.0, 4383.0, 4341.0, 4354.0, 4433.0, 4373.0, 4412.0, 4353.0, 4381.0, 4380.0, 4363.0, 4423.0, 4384.0, 4402.0, 4352.0, 4363.0, 4382.0, 4355.0, 4406.0, 4355.0, 4382.0, 4344.0, 4383.0, 4365.0, 4373.0, 4353.0, 4381.0, 4351.0, 4383.0, 4352.0, 4364.0, 4434.0, 4393.0, 4411.0, 4358.0, 4392.0, 4360.0, 4363.0, 4411.0, 4362.0, 4399.0, 4341.0, 4370.0, 4340.0, 4341.0, 4389.0, 4330.0, 4379.0, 4330.0, 4359.0, 4329.0, 4330.0, 4330.0, 4350.0, 4355.0, 4367.0, 4365.0, 4366.0, 4368.0, 4390.0, 4378.0, 4378.0, 4399.0, 4448.0, 4396.0, 4398.0, 4437.0, 4403.0, 4403.0, 4352.0, 4351.0, 4401.0, 4331.0, 4391.0, 4352.0, 4379.0, 4340.0, 4341.0, 4341.0, 4352.0, 4364.0, 4343.0, 4361.0, 4344.0, 4343.0, 4336.0, 4356.0, 4369.0, 4427.0, 4376.0, 4385.0, 4426.0, 4357.0, 4428.0, 4399.0, 4409.0, 4436.0, 4399.0, 4415.0, 4376.0, 4402.0, 4362.0, 4422.0, 4402.0, 4435.0, 4403.0, 4421.0, 4360.0, 4399.0, 4337.0, 4368.0, 4338.0, 4326.0, 4336.0, 4317.0, 4360.0, 4380.0, 4359.0, 4387.0, 4337.0, 4355.0, 4305.0, 4337.0, 4377.0, 4328.0, 4346.0, 4317.0, 4328.0, 4317.0, 4329.0, 4328.0, 4332.0, 4360.0, 4331.0, 4361.0, 4343.0, 4373.0, 4344.0, 4366.0, 4395.0, 4357.0, 4395.0, 4347.0, 4405.0, 4365.0, 4388.0, 4417.0, 4377.0, 4415.0, 4366.0, 4426.0, 4388.0, 4418.0, 4401.0, 4378.0, 4368.0, 4367.0, 4364.0, 4356.0, 4447.0, 4397.0, 4425.0, 4365.0, 4406.0, 4364.0, 4375.0, 4443.0, 4368.0, 4426.0, 4385.0, 4395.0, 4392.0, 4362.0, 4422.0, 4363.0, 4394.0, 4331.0, 4362.0, 4340.0, 4352.0, 4413.0, 4344.0, 4393.0, 4342.0, 4392.0, 4342.0, 4363.0, 4381.0, 4342.0, 4413.0, 4363.0, 4392.0, 4343.0, 4362.0, 4421.0, 4352.0, 4402.0, 4361.0, 4370.0, 4340.0, 4351.0, 4399.0, 4330.0, 4360.0, 4332.0, 4341.0, 4331.0, 4352.0, 4379.0, 4343.0, 4369.0, 4333.0, 4352.0, 4342.0, 4354.0, 4373.0, 4355.0, 4374.0, 4356.0, 4356.0, 4374.0, 4358.0, 4406.0, 4366.0, 4385.0, 4354.0, 4366.0, 4425.0, 4354.0, 4416.0, 4374.0, 4383.0, 4352.0, 4373.0, 4384.0, 4369.0, 4366.0, 4367.0, 4369.0, 4380.0, 4380.0, 4390.0, 4368.0, 4400.0, 4447.0, 4397.0, 4427.0, 4415.0, 4396.0, 4423.0, 4353.0, 4402.0, 4381.0, 4376.0, 4423.0, 4363.0, 4392.0, 4342.0, 4342.0, 4343.0, 4343.0, 4344.0, 4355.0, 4365.0, 4367.0, 4393.0, 4345.0, 4396.0, 4366.0, 4376.0, 4394.0, 4366.0, 4435.0, 4385.0, 4415.0, 4404.0, 4375.0, 4422.0, 4342.0, 4403.0, 4371.0, 4363.0, 4421.0, 4350.0, 4399.0, 4328.0, 4340.0, 4379.0, 4321.0, 4347.0, 4331.0, 4352.0, 4332.0, 4354.0, 4362.0, 4343.0, 4381.0, 4344.0, 4383.0, 4342.0, 4354.0, 4392.0, 4352.0, 4411.0, 4341.0, 4371.0, 4372.0, 4353.0, 4411.0, 4342.0, 4392.0, 4339.0, 4330.0, 4350.0, 4344.0, 4352.0, 4355.0, 4353.0, 4365.0, 4395.0, 4384.0, 4375.0, 4424.0, 4364.0, 4394.0, 4412.0, 4364.0, 4414.0, 4373.0, 4384.0, 4423.0, 4362.0, 4412.0, 4350.0, 4340.0, 4390.0, 4331.0, 4383.0, 4354.0, 4374.0, 4356.0, 4393.0, 4367.0, 4386.0, 4369.0, 4377.0, 4360.0, 4431.0, 4418.0, 4408.0, 4436.0, 4394.0, 4394.0, 4412.0, 4362.0, 4422.0, 4381.0, 4383.0, 4410.0, 4370.0, 4410.0, 4351.0, 4329.0, 4352.0, 4395.0, 4374.0, 4312.0, 4315.0, 4285.0, 4306.0, 4287.0, 4341.0, 4350.0, 4342.0, 4394.0, 4355.0, 4372.0, 4342.0, 4348.0, 4329.0, 4353.0, 4343.0, 4356.0, 4406.0, 4358.0, 4416.0, 4357.0, 4406.0, 4356.0, 4374.0, 4383.0, 4365.0, 4424.0, 4355.0, 4414.0, 4375.0, 4386.0, 4407.0, 4365.0, 4436.0, 4343.0, 4404.0, 4363.0, 4364.0, 4423.0, 4343.0, 4412.0, 4354.0, 4342.0, 4360.0, 4353.0, 4412.0, 4342.0, 4383.0, 4358.0, 4387.0, 4359.0, 4366.0, 4358.0, 4379.0, 4432.0, 4437.0, 4416.0, 4425.0, 4373.0, 4372.0, 4400.0, 4364.0, 4424.0, 4392.0, 4402.0, 4350.0, 4375.0, 4403.0, 4343.0, 4390.0, 4353.0, 4352.0, 4331.0, 4352.0, 4351.0, 4332.0, 4383.0, 4354.0, 4364.0, 4376.0, 4354.0, 4365.0, 4300.0, 4357.0, 4316.0, 4379.0, 4366.0, 4377.0, 4377.0, 4367.0, 4381.0, 4352.0, 4379.0, 4341.0, 4372.0, 4354.0, 4385.0, 4355.0, 4378.0, 4415.0, 4357.0, 4425.0, 4372.0, 4381.0, 4342.0, 4355.0, 4402.0, 4345.0, 4414.0, 4375.0, 4386.0, 4345.0, 4376.0, 4411.0, 4344.0, 4393.0, 4354.0, 4363.0, 4351.0, 4344.0, 4382.0, 4366.0, 4387.0, 4356.0, 4355.0, 4354.0, 4367.0, 4405.0, 4356.0, 4386.0, 4396.0, 4374.0, 4425.0, 4346.0, 4415.0, 4376.0, 4386.0, 4425.0, 4406.0, 4421.0, 4373.0, 4401.0, 4361.0, 4361.0, 4411.0, 4351.0, 4400.0, 4330.0, 4381.0, 4330.0], 'WindowWidth': [9753.0, 9737.0, 9698.0, 9695.0, 9693.0, 9686.0, 9651.0, 9646.0, 9665.0, 9679.0, 9758.0, 9682.0, 9733.0, 9664.0, 9662.0, 9670.0, 9701.0, 9734.0, 9689.0, 9727.0, 9667.0, 9650.0, 9700.0, 9646.0, 9700.0, 9654.0, 9671.0, 9650.0, 9626.0, 9688.0, 9644.0, 9641.0, 9571.0, 9585.0, 9568.0, 9562.0, 9602.0, 9645.0, 9638.0, 9600.0, 9596.0, 9595.0, 9604.0, 9599.0, 9619.0, 9614.0, 9621.0, 9670.0, 9639.0, 9648.0, 9640.0, 9665.0, 9623.0, 9654.0, 9679.0, 9625.0, 9683.0, 9648.0, 9668.0, 9643.0, 9684.0, 9645.0, 9647.0, 9644.0, 9648.0, 9723.0, 9643.0, 9698.0, 9658.0, 9659.0, 9629.0, 9647.0, 9710.0, 9645.0, 9672.0, 9643.0, 9646.0, 9679.0, 9630.0, 9673.0, 9653.0, 9667.0, 9650.0, 9648.0, 9648.0, 9652.0, 9690.0, 9666.0, 9733.0, 9678.0, 9703.0, 9644.0, 9647.0, 9737.0, 9655.0, 9712.0, 9655.0, 9640.0, 9641.0, 9644.0, 9679.0, 9639.0, 9682.0, 9642.0, 9646.0, 9630.0, 9647.0, 9709.0, 9642.0, 9670.0, 9645.0, 9668.0, 9681.0, 9656.0, 9688.0, 9647.0, 9659.0, 9711.0, 9633.0, 9681.0, 9632.0, 9655.0, 9644.0, 9649.0, 9633.0, 9653.0, 9648.0, 9653.0, 9691.0, 9662.0, 9653.0, 9702.0, 9639.0, 9729.0, 9635.0, 9678.0, 9699.0, 9650.0, 9742.0, 9675.0, 9699.0, 9628.0, 9631.0, 9707.0, 9629.0, 9696.0, 9644.0, 9646.0, 9626.0, 9630.0, 9666.0, 9648.0, 9660.0, 9629.0, 9632.0, 9695.0, 9630.0, 9644.0, 9646.0, 9648.0, 9700.0, 9634.0, 9682.0, 9633.0, 9644.0, 9628.0, 9642.0, 9633.0, 9637.0, 9726.0, 9629.0, 9709.0, 9644.0, 9645.0, 9643.0, 9630.0, 9723.0, 9631.0, 9685.0, 9631.0, 9649.0, 9632.0, 9633.0, 9696.0, 9633.0, 9702.0, 9652.0, 9663.0, 9648.0, 9647.0, 9725.0, 9629.0, 9696.0, 9653.0, 9655.0, 9680.0, 9630.0, 9723.0, 9629.0, 9641.0, 9629.0, 9631.0, 9668.0, 9628.0, 9691.0, 9612.0, 9625.0, 9640.0, 9631.0, 9666.0, 9628.0, 9649.0, 9627.0, 9638.0, 9631.0, 9638.0, 9635.0, 9635.0, 9653.0, 9681.0, 9674.0, 9709.0, 9666.0, 9692.0, 9694.0, 9643.0, 9729.0, 9684.0, 9684.0, 9679.0, 9625.0, 9714.0, 9606.0, 9677.0, 9647.0, 9623.0, 9619.0, 9609.0, 9660.0, 9626.0, 9628.0, 9635.0, 9653.0, 9650.0, 9653.0, 9648.0, 9652.0, 9706.0, 9670.0, 9658.0, 9725.0, 9697.0, 9686.0, 9680.0, 9642.0, 9708.0, 9652.0, 9653.0, 9690.0, 9610.0, 9718.0, 9646.0, 9646.0, 9677.0, 9625.0, 9644.0, 9606.0, 9667.0, 9600.0, 9624.0, 9619.0, 9629.0, 9621.0, 9620.0, 9603.0, 9618.0, 9684.0, 9608.0, 9657.0, 9617.0, 9615.0, 9614.0, 9617.0, 9668.0, 9604.0, 9621.0, 9616.0, 9607.0, 9644.0, 9606.0, 9630.0, 9617.0, 9611.0, 9660.0, 9612.0, 9648.0, 9624.0, 9636.0, 9635.0, 9610.0, 9661.0, 9626.0, 9638.0, 9623.0, 9627.0, 9691.0, 9630.0, 9670.0, 9630.0, 9648.0, 9676.0, 9631.0, 9619.0, 9643.0, 9648.0, 9715.0, 9720.0, 9658.0, 9655.0, 9630.0, 9707.0, 9626.0, 9672.0, 9695.0, 9641.0, 9664.0, 9613.0, 9663.0, 9628.0, 9646.0, 9695.0, 9614.0, 9690.0, 9607.0, 9610.0, 9648.0, 9630.0, 9665.0, 9608.0, 9625.0, 9612.0, 9627.0, 9655.0, 9636.0, 9673.0, 9634.0, 9653.0, 9658.0, 9651.0, 9702.0, 9654.0, 9664.0, 9715.0, 9689.0, 9727.0, 9639.0, 9694.0, 9676.0, 9653.0, 9721.0, 9650.0, 9679.0, 9609.0, 9613.0, 9691.0, 9628.0, 9668.0, 9628.0, 9628.0, 9649.0, 9626.0, 9692.0, 9638.0, 9652.0, 9664.0, 9621.0, 9716.0, 9608.0, 9664.0, 9660.0, 9618.0, 9698.0, 9628.0, 9670.0, 9589.0, 9604.0, 9668.0, 9596.0, 9660.0, 9635.0, 9629.0, 9605.0, 9603.0, 9617.0, 9653.0, 9652.0, 9649.0, 9650.0, 9646.0, 9668.0, 9641.0, 9641.0, 9699.0, 9631.0, 9708.0, 9640.0, 9628.0, 9688.0, 9621.0, 9688.0, 9649.0, 9648.0, 9602.0, 9633.0, 9684.0, 9620.0, 9647.0, 9608.0, 9620.0, 9614.0, 9605.0, 9667.0, 9606.0, 9631.0, 9593.0, 9609.0, 9684.0, 9592.0, 9648.0, 9623.0, 9625.0, 9689.0, 9619.0, 9686.0, 9632.0, 9636.0, 9651.0, 9614.0, 9706.0, 9610.0, 9635.0, 9615.0, 9635.0, 9623.0, 9607.0, 9596.0, 9612.0, 9612.0, 9629.0, 9628.0, 9618.0, 9694.0, 9618.0, 9667.0, 9626.0, 9639.0, 9608.0, 9610.0, 9704.0, 9626.0, 9694.0, 9679.0, 9657.0, 9604.0, 9617.0, 9607.0, 9610.0, 9665.0, 9650.0, 9668.0, 9641.0, 9743.0, 9661.0, 9653.0, 9610.0, 9613.0, 9649.0, 9729.0, 9696.0, 9692.0, 9634.0, 9635.0, 9696.0, 9604.0, 9668.0, 9616.0, 9640.0, 9586.0, 9603.0, 9590.0, 9608.0, 9590.0, 9595.0, 9607.0, 9611.0, 9636.0, 9615.0, 9665.0, 9629.0, 9655.0, 9616.0, 9629.0, 9681.0, 9630.0, 9694.0, 9670.0, 9680.0, 9620.0, 9637.0, 9704.0, 9612.0, 9678.0, 9637.0, 9632.0, 9590.0, 9620.0, 9659.0, 9628.0, 9649.0, 9623.0, 9624.0, 9581.0, 9626.0, 9677.0, 9613.0, 9638.0, 9609.0, 9594.0, 9700.0, 9592.0, 9630.0, 9631.0, 9609.0, 9688.0, 9597.0, 9659.0, 9612.0, 9613.0, 9663.0, 9600.0, 9663.0, 9642.0, 9667.0, 9611.0, 9613.0, 9707.0, 9642.0, 9690.0, 9663.0, 9663.0, 9606.0, 9635.0, 9700.0, 9624.0, 9663.0, 9610.0, 9623.0, 9629.0, 9608.0, 9659.0, 9625.0, 9624.0, 9594.0, 9613.0, 9672.0, 9593.0, 9632.0, 9599.0, 9614.0, 9623.0, 9601.0, 9663.0, 9612.0, 9650.0, 9629.0, 9639.0, 9615.0, 9615.0, 9624.0, 9643.0, 9708.0, 9629.0, 9670.0, 9615.0, 9627.0, 9676.0, 9625.0, 9711.0, 9642.0, 9653.0, 9614.0, 9626.0, 9613.0, 9629.0, 9654.0, 9618.0, 9647.0, 9640.0, 9632.0, 9635.0, 9627.0, 9682.0, 9751.0, 9700.0, 9706.0, 9650.0, 9648.0, 9699.0, 9658.0, 9688.0, 9633.0, 9645.0, 9597.0, 9615.0, 9654.0, 9612.0, 9648.0, 9590.0, 9623.0, 9594.0, 9587.0, 9648.0, 9656.0, 9669.0, 9715.0, 9624.0, 9720.0, 9665.0, 9677.0, 9650.0, 9705.0, 9686.0, 9670.0, 9721.0, 9678.0, 9692.0, 9645.0, 9656.0, 9662.0, 9617.0, 9657.0, 9616.0, 9616.0, 9600.0, 9574.0, 9668.0, 9572.0, 9595.0, 9540.0, 9557.0, 9540.0, 9563.0, 9589.0, 9566.0, 9578.0, 9571.0, 9584.0, 9584.0, 9587.0, 9640.0, 9594.0, 9633.0, 9592.0, 9607.0, 9695.0, 9778.0, 9784.0, 9678.0, 9668.0, 9628.0, 9626.0, 9623.0, 9633.0, 9593.0, 9540.0, 9542.0, 9565.0, 9613.0, 9610.0, 9688.0, 9624.0, 9647.0, 9610.0, 9638.0, 9690.0, 9628.0, 9733.0, 9671.0, 9688.0, 9634.0, 9654.0, 9628.0, 9613.0, 9627.0, 9618.0, 9645.0, 9621.0, 9712.0, 9619.0, 9696.0, 9661.0, 9683.0, 9672.0, 9696.0, 9629.0, 9645.0, 9726.0, 9632.0, 9711.0, 9686.0, 9685.0, 9639.0, 9656.0, 9740.0, 9658.0, 9693.0, 9625.0, 9642.0, 9675.0, 9612.0, 9662.0, 9634.0, 9645.0, 9617.0, 9617.0, 9598.0, 9629.0, 9711.0, 9618.0, 9668.0, 9629.0, 9656.0, 9678.0, 9611.0, 9720.0, 9662.0, 9662.0, 9617.0, 9638.0, 9629.0, 9610.0, 9619.0, 9659.0, 9666.0, 9645.0, 9657.0, 9665.0, 9654.0, 9639.0, 9652.0, 9648.0, 9639.0, 9663.0, 9643.0, 9737.0, 9677.0, 9668.0, 9723.0, 9641.0, 9703.0, 9643.0, 9635.0, 9638.0, 9613.0, 9704.0, 9597.0, 9644.0, 9594.0, 9602.0, 9596.0, 9620.0, 9615.0, 9626.0, 9611.0, 9621.0, 9641.0, 9658.0, 9692.0, 9643.0, 9692.0, 9654.0, 9651.0, 9713.0, 9623.0, 9714.0, 9646.0, 9649.0, 9725.0, 9647.0, 9715.0, 9657.0, 9673.0, 9643.0, 9645.0, 9707.0, 9626.0, 9655.0, 9602.0, 9653.0, 9615.0, 9632.0, 9711.0, 9607.0, 9686.0, 9632.0, 9635.0, 9713.0, 9639.0, 9718.0, 9643.0, 9657.0, 9707.0, 9614.0, 9698.0, 9641.0, 9659.0, 9724.0, 9639.0, 9701.0, 9620.0, 9622.0, 9649.0, 9600.0, 9675.0, 9600.0, 9664.0, 9610.0, 9612.0, 9693.0, 9629.0, 9694.0, 9653.0, 9663.0, 9656.0, 9635.0, 9715.0, 9637.0, 9663.0, 9606.0, 9619.0, 9699.0, 9575.0, 9648.0, 9594.0, 9609.0, 9624.0, 9623.0, 9673.0, 9596.0, 9650.0, 9609.0, 9606.0, 9593.0, 9618.0, 9688.0, 9596.0, 9675.0, 9611.0, 9624.0, 9608.0, 9614.0, 9700.0, 9598.0, 9648.0, 9610.0, 9614.0, 9689.0, 9593.0, 9685.0, 9609.0, 9621.0, 9605.0, 9609.0, 9632.0, 9607.0, 9656.0, 9594.0, 9649.0, 9620.0, 9638.0, 9647.0, 9635.0, 9628.0, 9633.0, 9682.0, 9664.0, 9711.0, 9658.0, 9648.0, 9654.0, 9679.0, 9671.0, 9752.0, 9693.0, 9716.0, 9644.0, 9645.0, 9728.0, 9687.0, 9721.0, 9677.0, 9693.0, 9633.0, 9658.0, 9723.0, 9614.0, 9690.0, 9623.0, 9647.0, 9591.0, 9624.0, 9689.0, 9609.0, 9651.0, 9610.0, 9610.0, 9645.0, 9613.0, 9646.0, 9610.0, 9623.0, 9612.0, 9615.0, 9625.0, 9629.0, 9727.0, 9646.0, 9697.0, 9647.0, 9673.0, 9679.0, 9640.0, 9727.0, 9656.0, 9656.0, 9613.0, 9630.0, 9736.0, 9626.0, 9710.0, 9651.0, 9648.0, 9646.0, 9621.0, 9671.0, 9620.0, 9632.0, 9617.0, 9608.0, 9594.0, 9623.0, 9618.0, 9660.0, 9623.0, 9659.0, 9683.0, 9632.0, 9680.0, 9648.0, 9652.0, 9743.0, 9660.0, 9714.0, 9707.0, 9668.0, 9736.0, 9671.0, 9676.0, 9630.0, 9646.0, 9713.0, 9629.0, 9700.0, 9641.0, 9639.0, 9647.0, 9608.0, 9661.0, 9593.0, 9594.0, 9647.0, 9567.0, 9632.0, 9594.0, 9608.0, 9567.0, 9609.0, 9623.0, 9591.0, 9639.0, 9606.0, 9645.0, 9605.0, 9620.0, 9636.0, 9614.0, 9661.0, 9622.0, 9623.0, 9611.0, 9642.0, 9613.0, 9630.0, 9706.0, 9682.0, 9720.0, 9688.0, 9716.0, 9651.0, 9660.0, 9624.0, 9632.0, 9642.0, 9763.0, 9705.0, 9711.0, 9639.0, 9654.0, 9718.0, 9612.0, 9702.0, 9635.0, 9645.0, 9641.0, 9619.0, 9589.0, 9621.0, 9641.0, 9596.0, 9649.0, 9598.0, 9625.0, 9611.0, 9631.0, 9639.0, 9648.0, 9678.0, 9637.0, 9662.0, 9650.0, 9667.0, 9729.0, 9634.0, 9715.0, 9657.0, 9660.0, 9631.0, 9649.0, 9725.0, 9677.0, 9746.0, 9686.0, 9668.0, 9642.0, 9645.0, 9728.0, 9639.0, 9699.0, 9663.0, 9676.0, 9682.0, 9641.0, 9728.0, 9659.0, 9656.0, 9636.0, 9640.0, 9719.0, 9624.0, 9654.0, 9687.0, 9638.0, 9628.0, 9621.0, 9642.0, 9611.0, 9666.0, 9638.0, 9652.0, 9608.0, 9642.0, 9722.0, 9666.0, 9690.0, 9661.0, 9636.0, 9716.0, 9618.0, 9675.0, 9655.0, 9634.0, 9686.0, 9609.0, 9655.0, 9604.0, 9621.0, 9613.0, 9607.0, 9668.0, 9604.0, 9617.0, 9594.0, 9621.0, 9657.0, 9609.0, 9644.0, 9608.0, 9620.0, 9611.0, 9606.0, 9636.0, 9612.0, 9674.0, 9595.0, 9687.0, 9639.0, 9650.0, 9606.0, 9623.0, 9647.0, 9625.0, 9664.0, 9627.0, 9648.0, 9615.0, 9668.0, 9610.0, 9628.0, 9736.0, 9652.0, 9705.0, 9625.0, 9663.0, 9659.0, 9642.0, 9722.0, 9668.0, 9690.0, 9624.0, 9638.0, 9664.0, 9634.0, 9704.0, 9633.0, 9665.0, 9615.0, 9665.0, 9646.0, 9652.0, 9625.0, 9659.0, 9622.0, 9667.0, 9624.0, 9643.0, 9738.0, 9680.0, 9700.0, 9628.0, 9677.0, 9631.0, 9638.0, 9702.0, 9637.0, 9681.0, 9604.0, 9644.0, 9602.0, 9606.0, 9667.0, 9589.0, 9654.0, 9590.0, 9628.0, 9587.0, 9589.0, 9592.0, 9619.0, 9635.0, 9656.0, 9651.0, 9653.0, 9659.0, 9694.0, 9675.0, 9672.0, 9702.0, 9765.0, 9689.0, 9693.0, 9746.0, 9693.0, 9692.0, 9621.0, 9619.0, 9684.0, 9591.0, 9670.0, 9621.0, 9654.0, 9605.0, 9608.0, 9607.0, 9623.0, 9641.0, 9612.0, 9632.0, 9615.0, 9609.0, 9607.0, 9638.0, 9659.0, 9734.0, 9662.0, 9674.0, 9728.0, 9636.0, 9735.0, 9698.0, 9710.0, 9744.0, 9701.0, 9715.0, 9660.0, 9690.0, 9636.0, 9717.0, 9688.0, 9741.0, 9694.0, 9717.0, 9629.0, 9680.0, 9595.0, 9637.0, 9597.0, 9578.0, 9592.0, 9569.0, 9629.0, 9656.0, 9627.0, 9659.0, 9592.0, 9614.0, 9547.0, 9591.0, 9647.0, 9584.0, 9603.0, 9568.0, 9582.0, 9566.0, 9586.0, 9583.0, 9596.0, 9631.0, 9593.0, 9632.0, 9615.0, 9654.0, 9617.0, 9651.0, 9684.0, 9638.0, 9686.0, 9625.0, 9700.0, 9645.0, 9681.0, 9719.0, 9664.0, 9713.0, 9649.0, 9729.0, 9680.0, 9722.0, 9706.0, 9668.0, 9654.0, 9651.0, 9644.0, 9636.0, 9764.0, 9692.0, 9727.0, 9647.0, 9703.0, 9642.0, 9660.0, 9754.0, 9654.0, 9729.0, 9671.0, 9684.0, 9676.0, 9635.0, 9717.0, 9635.0, 9680.0, 9593.0, 9636.0, 9604.0, 9622.0, 9706.0, 9615.0, 9677.0, 9610.0, 9676.0, 9611.0, 9639.0, 9661.0, 9610.0, 9705.0, 9639.0, 9677.0, 9610.0, 9636.0, 9716.0, 9622.0, 9689.0, 9633.0, 9642.0, 9600.0, 9617.0, 9681.0, 9591.0, 9628.0, 9594.0, 9605.0, 9590.0, 9621.0, 9654.0, 9610.0, 9641.0, 9597.0, 9622.0, 9608.0, 9627.0, 9654.0, 9633.0, 9658.0, 9636.0, 9637.0, 9656.0, 9641.0, 9703.0, 9649.0, 9671.0, 9628.0, 9647.0, 9725.0, 9632.0, 9715.0, 9654.0, 9666.0, 9622.0, 9652.0, 9669.0, 9662.0, 9652.0, 9653.0, 9663.0, 9680.0, 9679.0, 9689.0, 9658.0, 9701.0, 9761.0, 9692.0, 9732.0, 9711.0, 9686.0, 9721.0, 9624.0, 9690.0, 9660.0, 9660.0, 9720.0, 9639.0, 9675.0, 9609.0, 9608.0, 9613.0, 9613.0, 9615.0, 9632.0, 9646.0, 9651.0, 9682.0, 9619.0, 9690.0, 9652.0, 9662.0, 9683.0, 9646.0, 9739.0, 9672.0, 9716.0, 9696.0, 9656.0, 9718.0, 9609.0, 9692.0, 9649.0, 9639.0, 9715.0, 9614.0, 9680.0, 9583.0, 9601.0, 9653.0, 9579.0, 9610.0, 9593.0, 9622.0, 9595.0, 9628.0, 9637.0, 9614.0, 9662.0, 9614.0, 9667.0, 9612.0, 9629.0, 9676.0, 9623.0, 9700.0, 9606.0, 9647.0, 9649.0, 9624.0, 9699.0, 9607.0, 9675.0, 9602.0, 9592.0, 9619.0, 9615.0, 9624.0, 9633.0, 9629.0, 9649.0, 9688.0, 9670.0, 9662.0, 9725.0, 9644.0, 9685.0, 9705.0, 9641.0, 9709.0, 9653.0, 9669.0, 9721.0, 9636.0, 9703.0, 9618.0, 9602.0, 9668.0, 9592.0, 9669.0, 9635.0, 9658.0, 9637.0, 9682.0, 9656.0, 9679.0, 9660.0, 9669.0, 9649.0, 9746.0, 9720.0, 9708.0, 9747.0, 9683.0, 9682.0, 9704.0, 9635.0, 9718.0, 9658.0, 9663.0, 9697.0, 9643.0, 9695.0, 9616.0, 9585.0, 9625.0, 9701.0, 9644.0, 9555.0, 9544.0, 9507.0, 9537.0, 9514.0, 9602.0, 9616.0, 9610.0, 9683.0, 9634.0, 9650.0, 9611.0, 9612.0, 9589.0, 9626.0, 9613.0, 9636.0, 9701.0, 9639.0, 9717.0, 9640.0, 9702.0, 9634.0, 9655.0, 9665.0, 9643.0, 9722.0, 9632.0, 9712.0, 9658.0, 9675.0, 9706.0, 9648.0, 9743.0, 9614.0, 9695.0, 9636.0, 9641.0, 9719.0, 9612.0, 9702.0, 9627.0, 9611.0, 9630.0, 9625.0, 9703.0, 9610.0, 9666.0, 9642.0, 9682.0, 9646.0, 9652.0, 9642.0, 9673.0, 9749.0, 9749.0, 9716.0, 9726.0, 9652.0, 9650.0, 9685.0, 9642.0, 9722.0, 9676.0, 9690.0, 9617.0, 9656.0, 9692.0, 9613.0, 9671.0, 9623.0, 9620.0, 9593.0, 9622.0, 9619.0, 9600.0, 9667.0, 9627.0, 9646.0, 9676.0, 9634.0, 9633.0, 9536.0, 9617.0, 9561.0, 9656.0, 9648.0, 9669.0, 9668.0, 9652.0, 9662.0, 9620.0, 9652.0, 9602.0, 9648.0, 9629.0, 9672.0, 9634.0, 9669.0, 9716.0, 9640.0, 9726.0, 9648.0, 9659.0, 9608.0, 9630.0, 9692.0, 9619.0, 9710.0, 9659.0, 9675.0, 9618.0, 9660.0, 9702.0, 9615.0, 9680.0, 9626.0, 9641.0, 9621.0, 9616.0, 9665.0, 9647.0, 9679.0, 9636.0, 9633.0, 9630.0, 9651.0, 9699.0, 9634.0, 9677.0, 9689.0, 9659.0, 9728.0, 9622.0, 9715.0, 9660.0, 9676.0, 9726.0, 9699.0, 9716.0, 9650.0, 9688.0, 9631.0, 9634.0, 9700.0, 9619.0, 9683.0, 9592.0, 9658.0, 9589.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.0008827926829268292</td></tr>
<tr><td colspan=3>aqi</td><td>0.02986818981707317</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.62129350602195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0974276541793786</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9620807815253205</td></tr>
<tr><td colspan=3>efc</td><td>0.4686</td></tr>
<tr><td colspan=3>fber</td><td>6013.4302</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10444116122001695</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>119</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.2560975609756095</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5956887039987215</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5506583937330194</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8378522050676036</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3985555131955407</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101777</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014963742345571518</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022860543802380562</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1640</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.565765655204484</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>27.6072</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4157</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.6602</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301850.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>891.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.2107</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8072</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.3708</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3536.7129</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>931.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1059.5129</td></tr>
<tr><td colspan=3>tsnr</td><td>35.95718328747898</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>