<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-03/func/sub-0130_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>ab42e96c1f1d5daf66ef740797ac9633</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>10:23:48.680000</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.995623, -0.0573651, 0.0737813, 0.0589765, 0.998062, -0.0198489]</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.259</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.0803513</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>[4233, -7672, -7259, 375, -247, 157, -69, 114]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c3d03811-cc5b-4fcf-b388-eff3d8019012||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.6711843013763428, 0.15822969377040863, 0.19574902951717377, 99.90518951416016], [0.15390634536743164, 2.677727460861206, -0.06510608643293381, -109.04674530029297], [0.19794973731040955, 0.05325308442115784, 2.692107677459717, -86.46448516845703], [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': ['102348.680000', '102349.140000', '102349.600000', '102350.060000', '102350.520000', '102350.980000', '102351.440000', '102351.900000', '102352.360000', '102352.820000', '102353.280000', '102353.740000', '102354.200000', '102354.660000', '102355.120000', '102355.580000', '102356.040000', '102356.500000', '102356.960000', '102357.420000', '102357.880000', '102358.340000', '102358.800000', '102359.260000', '102359.720000', '102400.180000', '102400.640000', '102401.100000', '102401.560000', '102402.020000', '102402.480000', '102402.940000', '102403.400000', '102403.860000', '102404.320000', '102404.780000', '102405.240000', '102405.700000', '102406.160000', '102406.620000', '102407.080000', '102407.540000', '102408.000000', '102408.460000', '102408.920000', '102409.380000', '102409.840000', '102410.300000', '102410.760000', '102411.220000', '102411.680000', '102412.140000', '102412.600000', '102413.060000', '102413.520000', '102413.980000', '102414.440000', '102414.900000', '102415.360000', '102415.820000', '102416.280000', '102416.740000', '102417.200000', '102417.660000', '102418.120000', '102418.580000', '102419.040000', '102419.500000', '102419.960000', '102420.420000', '102420.880000', '102421.340000', '102421.800000', '102422.260000', '102422.720000', '102423.180000', '102423.640000', '102424.100000', '102424.560000', '102425.020000', '102425.480000', '102425.940000', '102426.400000', '102426.860000', '102427.320000', '102427.780000', '102428.240000', '102428.700000', '102429.160000', '102429.620000', '102430.080000', '102430.540000', '102431.000000', '102431.460000', '102431.920000', '102432.380000', '102432.840000', '102433.300000', '102433.760000', '102434.220000', '102434.680000', '102435.140000', '102435.600000', '102436.060000', '102436.520000', '102436.980000', '102437.440000', '102437.900000', '102438.360000', '102438.820000', '102439.280000', '102439.740000', '102440.200000', '102440.660000', '102441.120000', '102441.580000', '102442.040000', '102442.500000', '102442.960000', '102443.420000', '102443.880000', '102444.340000', '102444.800000', '102445.260000', '102445.720000', '102446.180000', '102446.640000', '102447.100000', '102447.560000', '102448.020000', '102448.480000', '102448.940000', '102449.400000', '102449.860000', '102450.320000', '102450.780000', '102451.240000', '102451.700000', '102452.160000', '102452.620000', '102453.080000', '102453.540000', '102454.000000', '102454.460000', '102454.920000', '102455.380000', '102455.840000', '102456.300000', '102456.760000', '102457.220000', '102457.680000', '102458.140000', '102458.600000', '102459.060000', '102459.520000', '102459.980000', '102500.440000', '102500.900000', '102501.360000', '102501.820000', '102502.280000', '102502.740000', '102503.200000', '102503.660000', '102504.120000', '102504.580000', '102505.040000', '102505.500000', '102505.960000', '102506.420000', '102506.880000', '102507.340000', '102507.800000', '102508.260000', '102508.720000', '102509.180000', '102509.640000', '102510.100000', '102510.560000', '102511.020000', '102511.480000', '102511.940000', '102512.400000', '102512.860000', '102513.320000', '102513.780000', '102514.240000', '102514.700000', '102515.160000', '102515.620000', '102516.080000', '102516.540000', '102517.000000', '102517.460000', '102517.920000', '102518.380000', '102518.840000', '102519.300000', '102519.760000', '102520.220000', '102520.680000', '102521.140000', '102521.600000', '102522.060000', '102522.520000', '102522.980000', '102523.440000', '102523.900000', '102524.360000', '102524.820000', '102525.280000', '102525.740000', '102526.200000', '102526.660000', '102527.120000', '102527.580000', '102528.040000', '102528.500000', '102528.960000', '102529.420000', '102529.880000', '102530.340000', '102530.800000', '102531.260000', '102531.720000', '102532.180000', '102532.640000', '102533.100000', '102533.560000', '102534.020000', '102534.480000', '102534.940000', '102535.400000', '102535.860000', '102536.320000', '102536.780000', '102537.240000', '102537.700000', '102538.160000', '102538.620000', '102539.080000', '102539.540000', '102540.000000', '102540.460000', '102540.920000', '102541.380000', '102541.840000', '102542.300000', '102542.760000', '102543.220000', '102543.680000', '102544.140000', '102544.600000', '102545.060000', '102545.520000', '102545.980000', '102546.440000', '102546.900000', '102547.360000', '102547.820000', '102548.280000', '102548.740000', '102549.200000', '102549.660000', '102550.120000', '102550.580000', '102551.040000', '102551.500000', '102551.960000', '102552.420000', '102552.880000', '102553.340000', '102553.800000', '102554.260000', '102554.720000', '102555.180000', '102555.640000', '102556.100000', '102556.560000', '102557.020000', '102557.480000', '102557.940000', '102558.400000', '102558.860000', '102559.320000', '102559.780000', '102600.240000', '102600.700000', '102601.160000', '102601.620000', '102602.080000', '102602.540000', '102603.000000', '102603.460000', '102603.920000', '102604.380000', '102604.840000', '102605.300000', '102605.760000', '102606.220000', '102606.680000', '102607.140000', '102607.600000', '102608.060000', '102608.520000', '102608.980000', '102609.440000', '102609.900000', '102610.360000', '102610.820000', '102611.280000', '102611.740000', '102612.200000', '102612.660000', '102613.120000', '102613.580000', '102614.040000', '102614.500000', '102614.960000', '102615.420000', '102615.880000', '102616.340000', '102616.800000', '102617.260000', '102617.720000', '102618.180000', '102618.640000', '102619.100000', '102619.560000', '102620.020000', '102620.480000', '102620.940000', '102621.400000', '102621.860000', '102622.320000', '102622.780000', '102623.240000', '102623.700000', '102624.160000', '102624.620000', '102625.080000', '102625.540000', '102626.000000', '102626.460000', '102626.920000', '102627.380000', '102627.840000', '102628.300000', '102628.760000', '102629.220000', '102629.680000', '102630.140000', '102630.600000', '102631.060000', '102631.520000', '102631.980000', '102632.440000', '102632.900000', '102633.360000', '102633.820000', '102634.280000', '102634.740000', '102635.200000', '102635.660000', '102636.120000', '102636.580000', '102637.040000', '102637.500000', '102637.960000', '102638.420000', '102638.880000', '102639.340000', '102639.800000', '102640.260000', '102640.720000', '102641.180000', '102641.640000', '102642.100000', '102642.560000', '102643.020000', '102643.480000', '102643.940000', '102644.400000', '102644.860000', '102645.320000', '102645.780000', '102646.240000', '102646.700000', '102647.160000', '102647.620000', '102648.080000', '102648.540000', '102649.000000', '102649.460000', '102649.920000', '102650.380000', '102650.840000', '102651.300000', '102651.760000', '102652.220000', '102652.680000', '102653.140000', '102653.600000', '102654.060000', '102654.520000', '102654.980000', '102655.440000', '102655.900000', '102656.360000', '102656.820000', '102657.280000', '102657.740000', '102658.200000', '102658.660000', '102659.120000', '102659.580000', '102700.040000', '102700.500000', '102700.960000', '102701.420000', '102701.880000', '102702.340000', '102702.800000', '102703.260000', '102703.720000', '102704.180000', '102704.640000', '102705.100000', '102705.560000', '102706.020000', '102706.480000', '102706.940000', '102707.400000', '102707.860000', '102708.320000', '102708.780000', '102709.240000', '102709.700000', '102710.160000', '102710.620000', '102711.080000', '102711.540000', '102712.000000', '102712.460000', '102712.920000', '102713.380000', '102713.840000', '102714.300000', '102714.760000', '102715.220000', '102715.680000', '102716.140000', '102716.600000', '102717.060000', '102717.520000', '102717.980000', '102718.440000', '102718.900000', '102719.360000', '102719.820000', '102720.280000', '102720.740000', '102721.200000', '102721.660000', '102722.120000', '102722.580000', '102723.040000', '102723.500000', '102723.960000', '102724.420000', '102724.880000', '102725.340000', '102725.800000', '102726.260000', '102726.720000', '102727.180000', '102727.640000', '102728.100000', '102728.560000', '102729.020000', '102729.480000', '102729.940000', '102730.400000', '102730.860000', '102731.320000', '102731.780000', '102732.240000', '102732.700000', '102733.160000', '102733.620000', '102734.080000', '102734.540000', '102735.000000', '102735.460000', '102735.920000', '102736.380000', '102736.840000', '102737.300000', '102737.760000', '102738.220000', '102738.680000', '102739.140000', '102739.600000', '102740.060000', '102740.520000', '102740.980000', '102741.440000', '102741.900000', '102742.360000', '102742.820000', '102743.280000', '102743.740000', '102744.200000', '102744.660000', '102745.120000', '102745.580000', '102746.040000', '102746.500000', '102746.960000', '102747.420000', '102747.880000', '102748.340000', '102748.800000', '102749.260000', '102749.720000', '102750.180000', '102750.640000', '102751.100000', '102751.560000', '102752.020000', '102752.480000', '102752.940000', '102753.400000', '102753.860000', '102754.320000', '102754.780000', '102755.240000', '102755.700000', '102756.160000', '102756.620000', '102757.080000', '102757.540000', '102758.000000', '102758.460000', '102758.920000', '102759.380000', '102759.840000', '102800.300000', '102800.760000', '102801.220000', '102801.680000', '102802.140000', '102802.600000', '102803.060000', '102803.520000', '102803.980000', '102804.440000', '102804.900000', '102805.360000', '102805.820000', '102806.280000', '102806.740000', '102807.200000', '102807.660000', '102808.120000', '102808.580000', '102809.040000', '102809.500000', '102809.960000', '102810.420000', '102810.880000', '102811.340000', '102811.800000', '102812.260000', '102812.720000', '102813.180000', '102813.640000', '102814.100000', '102814.560000', '102815.020000', '102815.480000', '102815.940000', '102816.400000', '102816.860000', '102817.320000', '102817.780000', '102818.240000', '102818.700000', '102819.160000', '102819.620000', '102820.080000', '102820.540000', '102821.000000', '102821.460000', '102821.920000', '102822.380000', '102822.840000', '102823.300000', '102823.760000', '102824.220000', '102824.680000', '102825.140000', '102825.600000', '102826.060000', '102826.520000', '102826.980000', '102827.440000', '102827.900000', '102828.360000', '102828.820000', '102829.280000', '102829.740000', '102830.200000', '102830.660000', '102831.120000', '102831.580000', '102832.040000', '102832.500000', '102832.960000', '102833.420000', '102833.880000', '102834.340000', '102834.800000', '102835.260000', '102835.720000', '102836.180000', '102836.640000', '102837.100000', '102837.560000', '102838.020000', '102838.480000', '102838.940000', '102839.400000', '102839.860000', '102840.320000', '102840.780000', '102841.240000', '102841.700000', '102842.160000', '102842.620000', '102843.080000', '102843.540000', '102844.000000', '102844.460000', '102844.920000', '102845.380000', '102845.840000', '102846.300000', '102846.760000', '102847.220000', '102847.680000', '102848.140000', '102848.600000', '102849.060000', '102849.520000', '102849.980000', '102850.440000', '102850.900000', '102851.360000', '102851.820000', '102852.280000', '102852.740000', '102853.200000', '102853.660000', '102854.120000', '102854.580000', '102855.040000', '102855.500000', '102855.960000', '102856.420000', '102856.880000', '102857.340000', '102857.800000', '102858.260000', '102858.720000', '102859.180000', '102859.640000', '102900.100000', '102900.560000', '102901.020000', '102901.480000', '102901.940000', '102902.400000', '102902.860000', '102903.320000', '102903.780000', '102904.240000', '102904.700000', '102905.160000', '102905.620000', '102906.080000', '102906.540000', '102907.000000', '102907.460000', '102907.920000', '102908.380000', '102908.840000', '102909.300000', '102909.760000', '102910.220000', '102910.680000', '102911.140000', '102911.600000', '102912.060000', '102912.520000', '102912.980000', '102913.440000', '102913.900000', '102914.360000', '102914.820000', '102915.280000', '102915.740000', '102916.200000', '102916.660000', '102917.120000', '102917.580000', '102918.040000', '102918.500000', '102918.960000', '102919.420000', '102919.880000', '102920.340000', '102920.800000', '102921.260000', '102921.720000', '102922.180000', '102922.640000', '102923.100000', '102923.560000', '102924.020000', '102924.480000', '102924.940000', '102925.400000', '102925.860000', '102926.320000', '102926.780000', '102927.240000', '102927.700000', '102928.160000', '102928.620000', '102929.080000', '102929.540000', '102930.000000', '102930.460000', '102930.920000', '102931.380000', '102931.840000', '102932.300000', '102932.760000', '102933.220000', '102933.680000', '102934.140000', '102934.600000', '102935.060000', '102935.520000', '102935.980000', '102936.440000', '102936.900000', '102937.360000', '102937.820000', '102938.280000', '102938.740000', '102939.200000', '102939.660000', '102940.120000', '102940.580000', '102941.040000', '102941.500000', '102941.960000', '102942.420000', '102942.880000', '102943.340000', '102943.800000', '102944.260000', '102944.720000', '102945.180000', '102945.640000', '102946.100000', '102946.560000', '102947.020000', '102947.480000', '102947.940000', '102948.400000', '102948.860000', '102949.320000', '102949.780000', '102950.240000', '102950.700000', '102951.160000', '102951.620000', '102952.080000', '102952.540000', '102953.000000', '102953.460000', '102953.920000', '102954.380000', '102954.840000', '102955.300000', '102955.760000', '102956.220000', '102956.680000', '102957.140000', '102957.600000', '102958.060000', '102958.520000', '102958.980000', '102959.440000', '102959.900000', '103000.360000', '103000.820000', '103001.280000', '103001.740000', '103002.200000', '103002.660000', '103003.120000', '103003.580000', '103004.040000', '103004.500000', '103004.960000', '103005.420000', '103005.880000', '103006.340000', '103006.800000', '103007.260000', '103007.720000', '103008.180000', '103008.640000', '103009.100000', '103009.560000', '103010.020000', '103010.480000', '103010.940000', '103011.400000', '103011.860000', '103012.320000', '103012.780000', '103013.240000', '103013.700000', '103014.160000', '103014.620000', '103015.080000', '103015.540000', '103016.000000', '103016.460000', '103016.920000', '103017.380000', '103017.840000', '103018.300000', '103018.760000', '103019.220000', '103019.680000', '103020.140000', '103020.600000', '103021.060000', '103021.520000', '103021.980000', '103022.440000', '103022.900000', '103023.360000', '103023.820000', '103024.280000', '103024.740000', '103025.200000', '103025.660000', '103026.120000', '103026.580000', '103027.040000', '103027.500000', '103027.960000', '103028.420000', '103028.880000', '103029.340000', '103029.800000', '103030.260000', '103030.720000', '103031.180000', '103031.640000', '103032.100000', '103032.560000', '103033.020000', '103033.480000', '103033.940000', '103034.400000', '103034.860000', '103035.320000', '103035.780000', '103036.240000', '103036.700000', '103037.160000', '103037.620000', '103038.080000', '103038.540000', '103039.000000', '103039.460000', '103039.920000', '103040.380000', '103040.840000', '103041.300000', '103041.760000', '103042.220000', '103042.680000', '103043.140000', '103043.600000', '103044.060000', '103044.520000', '103044.980000', '103045.440000', '103045.900000', '103046.360000', '103046.820000', '103047.280000', '103047.740000', '103048.200000', '103048.660000', '103049.120000', '103049.580000', '103050.040000', '103050.500000', '103050.960000', '103051.420000', '103051.880000', '103052.340000', '103052.800000', '103053.260000', '103053.720000', '103054.180000', '103054.640000', '103055.100000', '103055.560000', '103056.020000', '103056.480000', '103056.940000', '103057.400000', '103057.860000', '103058.320000', '103058.780000', '103059.240000', '103059.700000', '103100.160000', '103100.620000', '103101.080000', '103101.540000', '103102.000000', '103102.460000', '103102.920000', '103103.380000', '103103.840000', '103104.300000', '103104.760000', '103105.220000', '103105.680000', '103106.140000', '103106.600000', '103107.060000', '103107.520000', '103107.980000', '103108.440000', '103108.900000', '103109.360000', '103109.820000', '103110.280000', '103110.740000', '103111.200000', '103111.660000', '103112.120000', '103112.580000', '103113.040000', '103113.500000', '103113.960000', '103114.420000', '103114.880000', '103115.340000', '103115.800000', '103116.260000', '103116.720000', '103117.180000', '103117.640000', '103118.100000', '103118.560000', '103119.020000', '103119.480000', '103119.940000', '103120.400000', '103120.860000', '103121.320000', '103121.780000', '103122.240000', '103122.700000', '103123.160000', '103123.620000', '103124.080000', '103124.540000', '103125.000000', '103125.460000', '103125.920000', '103126.380000', '103126.840000', '103127.300000', '103127.760000', '103128.220000', '103128.680000', '103129.140000', '103129.600000', '103130.060000', '103130.520000', '103130.980000', '103131.440000', '103131.900000', '103132.360000', '103132.820000', '103133.280000', '103133.740000', '103134.200000', '103134.660000', '103135.120000', '103135.580000', '103136.040000', '103136.500000', '103136.960000', '103137.420000', '103137.880000', '103138.340000', '103138.800000', '103139.260000', '103139.720000', '103140.180000', '103140.640000', '103141.100000', '103141.560000', '103142.020000', '103142.480000', '103142.940000', '103143.400000', '103143.860000', '103144.320000', '103144.780000', '103145.240000', '103145.700000', '103146.160000', '103146.620000', '103147.080000', '103147.540000', '103148.000000', '103148.460000', '103148.920000', '103149.380000', '103149.840000', '103150.300000', '103150.760000', '103151.220000', '103151.680000', '103152.140000', '103152.600000', '103153.060000', '103153.520000', '103153.980000', '103154.440000', '103154.900000', '103155.360000', '103155.820000', '103156.280000', '103156.740000', '103157.200000', '103157.660000', '103158.120000', '103158.580000', '103159.040000', '103159.500000', '103159.960000', '103200.420000', '103200.880000', '103201.340000', '103201.800000', '103202.260000', '103202.720000', '103203.180000', '103203.640000', '103204.100000', '103204.560000', '103205.020000', '103205.480000', '103205.940000', '103206.400000', '103206.860000', '103207.320000', '103207.780000', '103208.240000', '103208.700000', '103209.160000', '103209.620000', '103210.080000', '103210.540000', '103211.000000', '103211.460000', '103211.920000', '103212.380000', '103212.840000', '103213.300000', '103213.760000', '103214.220000', '103214.680000', '103215.140000', '103215.600000', '103216.060000', '103216.520000', '103216.980000', '103217.440000', '103217.900000', '103218.360000', '103218.820000', '103219.280000', '103219.740000', '103220.200000', '103220.660000', '103221.120000', '103221.580000', '103222.040000', '103222.500000', '103222.960000', '103223.420000', '103223.880000', '103224.340000', '103224.800000', '103225.260000', '103225.720000', '103226.180000', '103226.640000', '103227.100000', '103227.560000', '103228.020000', '103228.480000', '103228.940000', '103229.400000', '103229.860000', '103230.320000', '103230.780000', '103231.240000', '103231.700000', '103232.160000', '103232.620000', '103233.080000', '103233.540000', '103234.000000', '103234.460000', '103234.920000', '103235.380000', '103235.840000', '103236.300000', '103236.760000', '103237.220000', '103237.680000', '103238.140000', '103238.600000', '103239.060000', '103239.520000', '103239.980000', '103240.440000', '103240.900000', '103241.360000', '103241.820000', '103242.280000', '103242.740000', '103243.200000', '103243.660000', '103244.120000', '103244.580000', '103245.040000', '103245.500000', '103245.960000', '103246.420000', '103246.880000', '103247.340000', '103247.800000', '103248.260000', '103248.720000', '103249.180000', '103249.640000', '103250.100000', '103250.560000', '103251.020000', '103251.480000', '103251.940000', '103252.400000', '103252.860000', '103253.320000', '103253.780000', '103254.240000', '103254.700000', '103255.160000', '103255.620000', '103256.080000', '103256.540000', '103257.000000', '103257.460000', '103257.920000', '103258.380000', '103258.840000', '103259.300000', '103259.760000', '103300.220000', '103300.680000', '103301.140000', '103301.600000', '103302.060000', '103302.520000', '103302.980000', '103303.440000', '103303.900000', '103304.360000', '103304.820000', '103305.280000', '103305.740000', '103306.200000', '103306.660000', '103307.120000', '103307.580000', '103308.040000', '103308.500000', '103308.960000', '103309.420000', '103309.880000', '103310.340000', '103310.800000', '103311.260000', '103311.720000', '103312.180000', '103312.640000', '103313.100000', '103313.560000', '103314.020000', '103314.480000', '103314.940000', '103315.400000', '103315.860000', '103316.320000', '103316.780000', '103317.240000', '103317.700000', '103318.160000', '103318.620000', '103319.080000', '103319.540000', '103320.000000', '103320.460000', '103320.920000', '103321.380000', '103321.840000', '103322.300000', '103322.760000', '103323.220000', '103323.680000', '103324.140000', '103324.600000', '103325.060000', '103325.520000', '103325.980000', '103326.440000', '103326.900000', '103327.360000', '103327.820000', '103328.280000', '103328.740000', '103329.200000', '103329.660000', '103330.120000', '103330.580000', '103331.040000', '103331.500000', '103331.960000', '103332.420000', '103332.880000', '103333.340000', '103333.800000', '103334.260000', '103334.720000', '103335.180000', '103335.640000', '103336.100000', '103336.560000', '103337.020000', '103337.480000', '103337.940000', '103338.400000', '103338.860000', '103339.320000', '103339.780000', '103340.240000', '103340.700000', '103341.160000', '103341.620000', '103342.080000', '103342.540000', '103343.000000', '103343.460000', '103343.920000', '103344.380000', '103344.840000', '103345.300000', '103345.760000', '103346.220000', '103346.680000', '103347.140000', '103347.600000', '103348.060000', '103348.520000', '103348.980000', '103349.440000', '103349.900000', '103350.360000', '103350.820000', '103351.280000', '103351.740000', '103352.200000', '103352.660000', '103353.120000', '103353.580000', '103354.040000', '103354.500000', '103354.960000', '103355.420000', '103355.880000', '103356.340000', '103356.800000', '103357.260000', '103357.720000', '103358.180000', '103358.640000', '103359.100000', '103359.560000', '103400.020000', '103400.480000', '103400.940000', '103401.400000', '103401.860000', '103402.320000', '103402.780000', '103403.240000', '103403.700000', '103404.160000', '103404.620000', '103405.080000', '103405.540000', '103406.000000', '103406.460000', '103406.920000', '103407.380000', '103407.840000', '103408.300000', '103408.760000', '103409.220000', '103409.680000', '103410.140000', '103410.600000', '103411.060000', '103411.520000', '103411.980000', '103412.440000', '103412.900000', '103413.360000', '103413.820000', '103414.280000', '103414.740000', '103415.200000', '103415.660000', '103416.120000', '103416.580000', '103417.040000', '103417.500000', '103417.960000', '103418.420000', '103418.880000', '103419.340000', '103419.800000', '103420.260000', '103420.720000', '103421.180000', '103421.640000', '103422.100000', '103422.560000', '103423.020000', '103423.480000', '103423.940000', '103424.400000', '103424.860000', '103425.320000', '103425.780000', '103426.240000', '103426.700000', '103427.160000', '103427.620000', '103428.080000', '103428.540000', '103429.000000', '103429.460000', '103429.920000', '103430.380000', '103430.840000', '103431.300000', '103431.760000', '103432.220000', '103432.680000', '103433.140000', '103433.600000', '103434.060000', '103434.520000', '103434.980000', '103435.440000', '103435.900000', '103436.360000', '103436.820000', '103437.280000', '103437.740000', '103438.200000', '103438.660000', '103439.120000', '103439.580000', '103440.040000', '103440.500000', '103440.960000', '103441.420000', '103441.880000', '103442.340000', '103442.800000', '103443.260000', '103443.720000', '103444.180000', '103444.640000', '103445.100000', '103445.560000', '103446.020000', '103446.480000', '103446.940000', '103447.400000', '103447.860000', '103448.320000', '103448.780000', '103449.240000', '103449.700000', '103450.160000', '103450.620000', '103451.080000', '103451.540000', '103452.000000', '103452.460000', '103452.920000', '103453.380000', '103453.840000', '103454.300000', '103454.760000', '103455.220000', '103455.680000', '103456.140000', '103456.600000', '103457.060000', '103457.520000', '103457.980000', '103458.440000', '103458.900000', '103459.360000', '103459.820000', '103500.280000', '103500.740000', '103501.200000', '103501.660000', '103502.120000', '103502.580000', '103503.040000', '103503.500000', '103503.960000', '103504.420000', '103504.880000', '103505.340000', '103505.800000', '103506.260000', '103506.720000', '103507.180000', '103507.640000', '103508.100000', '103508.560000', '103509.020000', '103509.480000', '103509.940000', '103510.400000', '103510.860000', '103511.320000', '103511.780000', '103512.240000', '103512.700000', '103513.160000', '103513.620000', '103514.080000', '103514.540000', '103515.000000', '103515.460000', '103515.920000', '103516.380000', '103516.840000', '103517.300000', '103517.760000', '103518.220000', '103518.680000', '103519.140000', '103519.600000', '103520.060000', '103520.520000', '103520.980000', '103521.440000', '103521.900000', '103522.360000', '103522.820000', '103523.280000', '103523.740000', '103524.200000', '103524.660000', '103525.120000', '103525.580000', '103526.040000', '103526.500000', '103526.960000', '103527.420000', '103527.880000', '103528.340000', '103528.800000', '103529.260000', '103529.720000', '103530.180000', '103530.640000', '103531.100000', '103531.560000', '103532.020000', '103532.480000', '103532.940000', '103533.400000', '103533.860000', '103534.320000', '103534.780000', '103535.240000', '103535.700000', '103536.160000', '103536.620000', '103537.080000', '103537.540000', '103538.000000', '103538.460000', '103538.920000', '103539.380000', '103539.840000', '103540.300000', '103540.760000', '103541.220000', '103541.680000', '103542.140000', '103542.600000', '103543.060000', '103543.520000', '103543.980000', '103544.440000', '103544.900000', '103545.360000', '103545.820000', '103546.280000', '103546.740000', '103547.200000', '103547.660000', '103548.120000', '103548.580000', '103549.040000', '103549.500000', '103549.960000', '103550.420000', '103550.880000', '103551.340000', '103551.800000', '103552.260000', '103552.720000', '103553.180000', '103553.640000', '103554.100000', '103554.560000', '103555.020000', '103555.480000', '103555.940000', '103556.400000', '103556.860000', '103557.320000', '103557.780000', '103558.240000', '103558.700000', '103559.160000', '103559.620000', '103600.080000', '103600.540000', '103601.000000', '103601.460000', '103601.920000', '103602.380000', '103602.840000', '103603.300000', '103603.760000', '103604.220000', '103604.680000', '103605.140000', '103605.600000', '103606.060000', '103606.520000', '103606.980000', '103607.440000', '103607.900000', '103608.360000', '103608.820000', '103609.280000', '103609.740000', '103610.200000', '103610.660000', '103611.120000', '103611.580000', '103612.040000', '103612.500000', '103612.960000', '103613.420000', '103613.880000', '103614.340000', '103614.800000', '103615.260000', '103615.720000', '103616.180000', '103616.640000', '103617.100000', '103617.560000', '103618.020000', '103618.480000', '103618.940000', '103619.400000', '103619.860000', '103620.320000', '103620.780000', '103621.240000', '103621.700000', '103622.160000', '103622.620000'], 'ContentTime': ['102401.521000', '102401.525000', '102401.527000', '102401.530000', '102401.532000', '102401.535000', '102401.537000', '102401.540000', '102401.542000', '102401.545000', '102401.548000', '102401.550000', '102401.553000', '102401.558000', '102401.560000', '102401.563000', '102401.565000', '102401.568000', '102401.570000', '102401.573000', '102401.575000', '102401.578000', '102401.581000', '102401.592000', '102401.595000', '102401.598000', '102421.492000', '102421.495000', '102421.498000', '102421.500000', '102421.503000', '102421.505000', '102421.508000', '102421.510000', '102421.513000', '102421.516000', '102421.518000', '102421.521000', '102421.523000', '102421.526000', '102421.528000', '102421.531000', '102421.534000', '102421.536000', '102421.568000', '102421.570000', '102421.573000', '102421.575000', '102421.578000', '102421.580000', '102421.583000', '102421.586000', '102421.588000', '102421.591000', '102421.593000', '102421.596000', '102421.599000', '102421.601000', '102421.604000', '102421.606000', '102421.609000', '102421.611000', '102421.614000', '102421.616000', '102421.619000', '102421.622000', '102421.624000', '102421.627000', '102421.629000', '102421.632000', '102441.492000', '102441.495000', '102441.498000', '102441.500000', '102441.503000', '102441.505000', '102441.508000', '102441.510000', '102441.513000', '102441.515000', '102441.518000', '102441.521000', '102441.523000', '102441.560000', '102441.563000', '102441.565000', '102441.568000', '102441.570000', '102441.573000', '102441.575000', '102441.578000', '102441.580000', '102441.583000', '102441.585000', '102441.588000', '102441.591000', '102441.593000', '102441.596000', '102441.598000', '102441.601000', '102441.604000', '102441.607000', '102441.610000', '102441.613000', '102441.615000', '102441.618000', '102441.621000', '102441.624000', '102441.626000', '102441.629000', '102441.631000', '102441.634000', '102441.636000', '102501.491000', '102501.494000', '102501.497000', '102501.499000', '102501.502000', '102501.504000', '102501.507000', '102501.509000', '102501.512000', '102501.514000', '102501.517000', '102501.520000', '102501.522000', '102501.525000', '102501.527000', '102501.530000', '102501.532000', '102501.535000', '102501.537000', '102501.540000', '102501.542000', '102501.545000', '102501.547000', '102501.550000', '102501.553000', '102501.555000', '102501.558000', '102501.560000', '102501.563000', '102501.565000', '102501.568000', '102501.570000', '102501.573000', '102501.576000', '102501.578000', '102501.581000', '102501.583000', '102501.586000', '102501.588000', '102501.591000', '102501.594000', '102501.596000', '102501.599000', '102501.601000', '102521.491000', '102521.494000', '102521.497000', '102521.499000', '102521.502000', '102521.504000', '102521.507000', '102521.510000', '102521.512000', '102521.515000', '102521.517000', '102521.520000', '102521.522000', '102521.525000', '102521.527000', '102521.530000', '102521.533000', '102521.535000', '102521.538000', '102521.540000', '102521.543000', '102521.545000', '102521.548000', '102521.550000', '102521.553000', '102521.555000', '102521.558000', '102521.561000', '102521.563000', '102521.566000', '102521.568000', '102521.571000', '102521.574000', '102521.577000', '102521.580000', '102521.583000', '102521.585000', '102521.588000', '102521.591000', '102521.593000', '102521.596000', '102521.598000', '102521.601000', '102541.493000', '102541.495000', '102541.498000', '102541.501000', '102541.503000', '102541.506000', '102541.508000', '102541.511000', '102541.513000', '102541.516000', '102541.518000', '102541.521000', '102541.524000', '102541.526000', '102541.529000', '102541.531000', '102541.534000', '102541.536000', '102541.539000', '102541.542000', '102541.544000', '102541.547000', '102541.549000', '102541.552000', '102541.554000', '102541.557000', '102541.560000', '102541.562000', '102541.565000', '102541.567000', '102541.570000', '102541.572000', '102541.575000', '102541.578000', '102541.580000', '102541.583000', '102541.585000', '102541.588000', '102541.590000', '102541.593000', '102541.596000', '102541.598000', '102541.601000', '102541.603000', '102601.492000', '102601.495000', '102601.498000', '102601.500000', '102601.503000', '102601.505000', '102601.508000', '102601.510000', '102601.513000', '102601.516000', '102601.518000', '102601.521000', '102601.523000', '102601.526000', '102601.529000', '102601.531000', '102601.534000', '102601.536000', '102601.539000', '102601.541000', '102601.544000', '102601.546000', '102601.549000', '102601.552000', '102601.554000', '102601.557000', '102601.559000', '102601.562000', '102601.564000', '102601.567000', '102601.570000', '102601.572000', '102601.575000', '102601.577000', '102601.580000', '102601.582000', '102601.585000', '102601.587000', '102601.590000', '102601.593000', '102601.595000', '102601.598000', '102601.600000', '102621.492000', '102621.495000', '102621.498000', '102621.500000', '102621.503000', '102621.505000', '102621.508000', '102621.511000', '102621.513000', '102621.516000', '102621.531000', '102621.534000', '102621.536000', '102621.539000', '102621.542000', '102621.544000', '102621.547000', '102621.549000', '102621.552000', '102621.554000', '102621.557000', '102621.559000', '102621.562000', '102621.565000', '102621.567000', '102621.570000', '102621.572000', '102621.575000', '102621.578000', '102621.580000', '102621.583000', '102621.585000', '102621.588000', '102621.590000', '102621.593000', '102621.596000', '102621.598000', '102621.601000', '102621.604000', '102621.606000', '102621.609000', '102621.611000', '102621.614000', '102621.616000', '102641.492000', '102641.495000', '102641.498000', '102641.500000', '102641.503000', '102641.506000', '102641.508000', '102641.511000', '102641.513000', '102641.516000', '102641.518000', '102641.521000', '102641.524000', '102641.526000', '102641.529000', '102641.531000', '102641.534000', '102641.536000', '102641.539000', '102641.542000', '102641.544000', '102641.547000', '102641.549000', '102641.552000', '102641.555000', '102641.557000', '102641.560000', '102641.562000', '102641.565000', '102641.567000', '102641.570000', '102641.573000', '102641.575000', '102641.578000', '102641.580000', '102641.583000', '102641.585000', '102641.588000', '102641.591000', '102641.593000', '102641.596000', '102641.598000', '102641.601000', '102701.492000', '102701.494000', '102701.497000', '102701.500000', '102701.502000', '102701.505000', '102701.507000', '102701.510000', '102701.513000', '102701.515000', '102701.518000', '102701.520000', '102701.523000', '102701.525000', '102701.528000', '102701.531000', '102701.533000', '102701.536000', '102701.538000', '102701.541000', '102701.543000', '102701.546000', '102701.549000', '102701.551000', '102701.554000', '102701.556000', '102701.559000', '102701.561000', '102701.564000', '102701.567000', '102701.569000', '102701.572000', '102701.574000', '102701.577000', '102701.579000', '102701.582000', '102701.585000', '102701.587000', '102701.590000', '102701.593000', '102701.595000', '102701.598000', '102701.600000', '102701.603000', '102721.492000', '102721.494000', '102721.497000', '102721.500000', '102721.502000', '102721.505000', '102721.507000', '102721.510000', '102721.512000', '102721.515000', '102721.518000', '102721.520000', '102721.523000', '102721.525000', '102721.528000', '102721.530000', '102721.533000', '102721.536000', '102721.538000', '102721.541000', '102721.544000', '102721.546000', '102721.549000', '102721.551000', '102721.554000', '102721.556000', '102721.559000', '102721.562000', '102721.564000', '102721.567000', '102721.569000', '102721.572000', '102721.574000', '102721.577000', '102721.579000', '102721.582000', '102721.585000', '102721.587000', '102721.590000', '102721.592000', '102721.595000', '102721.598000', '102721.600000', '102741.492000', '102741.495000', '102741.497000', '102741.500000', '102741.502000', '102741.505000', '102741.507000', '102741.510000', '102741.512000', '102741.515000', '102741.518000', '102741.520000', '102741.523000', '102741.525000', '102741.528000', '102741.530000', '102741.533000', '102741.536000', '102741.538000', '102741.541000', '102741.543000', '102741.546000', '102741.548000', '102741.551000', '102741.554000', '102741.556000', '102741.559000', '102741.561000', '102741.564000', '102741.566000', '102741.569000', '102741.572000', '102741.574000', '102741.577000', '102741.580000', '102741.582000', '102741.585000', '102741.588000', '102741.590000', '102741.593000', '102741.595000', '102741.598000', '102741.600000', '102741.603000', '102801.492000', '102801.495000', '102801.498000', '102801.500000', '102801.503000', '102801.505000', '102801.508000', '102801.511000', '102801.513000', '102801.516000', '102801.518000', '102801.521000', '102801.523000', '102801.526000', '102801.528000', '102801.531000', '102801.534000', '102801.536000', '102801.539000', '102801.541000', '102801.544000', '102801.546000', '102801.549000', '102801.552000', '102801.554000', '102801.557000', '102801.559000', '102801.562000', '102801.564000', '102801.567000', '102801.569000', '102801.572000', '102801.575000', '102801.577000', '102801.580000', '102801.582000', '102801.585000', '102801.587000', '102801.590000', '102801.593000', '102801.595000', '102801.598000', '102801.600000', '102821.492000', '102821.495000', '102821.499000', '102821.501000', '102821.504000', '102821.507000', '102821.509000', '102821.512000', '102821.514000', '102821.517000', '102821.519000', '102821.522000', '102821.524000', '102821.527000', '102821.530000', '102821.532000', '102821.535000', '102821.537000', '102821.540000', '102821.542000', '102821.545000', '102821.548000', '102821.550000', '102821.553000', '102821.556000', '102821.558000', '102821.561000', '102821.563000', '102821.566000', '102821.568000', '102821.571000', '102821.574000', '102821.576000', '102821.579000', '102821.581000', '102821.584000', '102821.586000', '102821.589000', '102821.592000', '102821.594000', '102821.597000', '102821.599000', '102821.602000', '102821.604000', '102841.492000', '102841.495000', '102841.498000', '102841.500000', '102841.503000', '102841.505000', '102841.508000', '102841.511000', '102841.513000', '102841.516000', '102841.518000', '102841.521000', '102841.523000', '102841.526000', '102841.528000', '102841.531000', '102841.534000', '102841.536000', '102841.539000', '102841.541000', '102841.544000', '102841.546000', '102841.549000', '102841.552000', '102841.554000', '102841.557000', '102841.559000', '102841.562000', '102841.565000', '102841.567000', '102841.570000', '102841.572000', '102841.575000', '102841.577000', '102841.580000', '102841.583000', '102841.585000', '102841.588000', '102841.590000', '102841.593000', '102841.595000', '102841.598000', '102841.601000', '102901.493000', '102901.495000', '102901.499000', '102901.502000', '102901.504000', '102901.507000', '102901.509000', '102901.512000', '102901.515000', '102901.517000', '102901.520000', '102901.522000', '102901.525000', '102901.528000', '102901.530000', '102901.533000', '102901.535000', '102901.538000', '102901.541000', '102901.543000', '102901.546000', '102901.548000', '102901.551000', '102901.554000', '102901.556000', '102901.559000', '102901.561000', '102901.564000', '102901.567000', '102901.569000', '102901.572000', '102901.574000', '102901.577000', '102901.580000', '102901.582000', '102901.585000', '102901.587000', '102901.590000', '102901.593000', '102901.595000', '102901.598000', '102901.600000', '102901.603000', '102921.491000', '102921.494000', '102921.497000', '102921.499000', '102921.502000', '102921.504000', '102921.507000', '102921.510000', '102921.512000', '102921.515000', '102921.517000', '102921.520000', '102921.522000', '102921.525000', '102921.527000', '102921.530000', '102921.533000', '102921.535000', '102921.538000', '102921.540000', '102921.543000', '102921.545000', '102921.548000', '102921.551000', '102921.553000', '102921.556000', '102921.558000', '102921.561000', '102921.563000', '102921.566000', '102921.568000', '102921.583000', '102921.585000', '102921.588000', '102921.590000', '102921.593000', '102921.596000', '102921.598000', '102921.601000', '102921.603000', '102921.606000', '102921.608000', '102921.611000', '102921.613000', '102941.492000', '102941.494000', '102941.497000', '102941.500000', '102941.502000', '102941.506000', '102941.509000', '102941.511000', '102941.514000', '102941.517000', '102941.519000', '102941.522000', '102941.524000', '102941.527000', '102941.530000', '102941.532000', '102941.535000', '102941.539000', '102941.541000', '102941.544000', '102941.546000', '102941.549000', '102941.551000', '102941.554000', '102941.556000', '102941.559000', '102941.562000', '102941.564000', '102941.567000', '102941.570000', '102941.572000', '102941.575000', '102941.577000', '102941.580000', '102941.582000', '102941.585000', '102941.588000', '102941.590000', '102941.593000', '102941.595000', '102941.598000', '102941.601000', '102941.603000', '102941.606000', '103001.492000', '103001.494000', '103001.497000', '103001.499000', '103001.502000', '103001.505000', '103001.507000', '103001.510000', '103001.512000', '103001.515000', '103001.518000', '103001.520000', '103001.523000', '103001.525000', '103001.528000', '103001.530000', '103001.533000', '103001.536000', '103001.538000', '103001.541000', '103001.543000', '103001.546000', '103001.548000', '103001.551000', '103001.554000', '103001.556000', '103001.559000', '103001.561000', '103001.564000', '103001.566000', '103001.569000', '103001.572000', '103001.574000', '103001.577000', '103001.580000', '103001.582000', '103001.585000', '103001.587000', '103001.590000', '103001.592000', '103001.595000', '103001.598000', '103001.600000', '103021.492000', '103021.495000', '103021.498000', '103021.501000', '103021.503000', '103021.506000', '103021.509000', '103021.511000', '103021.514000', '103021.516000', '103021.519000', '103021.521000', '103021.524000', '103021.526000', '103021.529000', '103021.532000', '103021.534000', '103021.537000', '103021.539000', '103021.542000', '103021.544000', '103021.547000', '103021.549000', '103021.552000', '103021.555000', '103021.557000', '103021.560000', '103021.562000', '103021.565000', '103021.567000', '103021.570000', '103021.573000', '103021.575000', '103021.578000', '103021.580000', '103021.583000', '103021.586000', '103021.588000', '103021.591000', '103021.593000', '103021.596000', '103021.599000', '103021.601000', '103041.492000', '103041.495000', '103041.498000', '103041.500000', '103041.503000', '103041.505000', '103041.508000', '103041.511000', '103041.513000', '103041.516000', '103041.518000', '103041.521000', '103041.523000', '103041.526000', '103041.529000', '103041.531000', '103041.534000', '103041.536000', '103041.539000', '103041.541000', '103041.544000', '103041.547000', '103041.549000', '103041.552000', '103041.554000', '103041.557000', '103041.560000', '103041.573000', '103041.575000', '103041.578000', '103041.580000', '103041.583000', '103041.586000', '103041.588000', '103041.591000', '103041.593000', '103041.596000', '103041.599000', '103041.601000', '103041.604000', '103041.606000', '103041.609000', '103041.611000', '103041.614000', '103101.493000', '103101.496000', '103101.498000', '103101.501000', '103101.503000', '103101.506000', '103101.508000', '103101.511000', '103101.514000', '103101.516000', '103101.519000', '103101.522000', '103101.525000', '103101.528000', '103101.531000', '103101.533000', '103101.536000', '103101.538000', '103101.541000', '103101.543000', '103101.546000', '103101.549000', '103101.551000', '103101.554000', '103101.556000', '103101.559000', '103101.562000', '103101.564000', '103101.567000', '103101.569000', '103101.572000', '103101.574000', '103101.578000', '103101.580000', '103101.583000', '103101.585000', '103101.588000', '103101.591000', '103101.593000', '103101.596000', '103101.599000', '103101.601000', '103101.604000', '103121.492000', '103121.495000', '103121.498000', '103121.500000', '103121.503000', '103121.505000', '103121.508000', '103121.511000', '103121.513000', '103121.516000', '103121.518000', '103121.521000', '103121.524000', '103121.526000', '103121.529000', '103121.531000', '103121.534000', '103121.536000', '103121.539000', '103121.542000', '103121.544000', '103121.547000', '103121.549000', '103121.552000', '103121.554000', '103121.557000', '103121.560000', '103121.562000', '103121.565000', '103121.567000', '103121.570000', '103121.573000', '103121.575000', '103121.578000', '103121.580000', '103121.583000', '103121.585000', '103121.588000', '103121.591000', '103121.593000', '103121.596000', '103121.598000', '103121.601000', '103121.604000', '103141.492000', '103141.494000', '103141.497000', '103141.500000', '103141.502000', '103141.505000', '103141.507000', '103141.510000', '103141.513000', '103141.515000', '103141.518000', '103141.520000', '103141.523000', '103141.525000', '103141.528000', '103141.531000', '103141.533000', '103141.536000', '103141.538000', '103141.541000', '103141.543000', '103141.546000', '103141.549000', '103141.552000', '103141.555000', '103141.558000', '103141.561000', '103141.563000', '103141.566000', '103141.568000', '103141.571000', '103141.573000', '103141.576000', '103141.578000', '103141.581000', '103141.584000', '103141.586000', '103141.589000', '103141.592000', '103141.594000', '103141.597000', '103141.599000', '103141.602000', '103201.491000', '103201.494000', '103201.497000', '103201.499000', '103201.502000', '103201.505000', '103201.507000', '103201.510000', '103201.512000', '103201.515000', '103201.517000', '103201.520000', '103201.523000', '103201.525000', '103201.528000', '103201.530000', '103201.533000', '103201.535000', '103201.538000', '103201.541000', '103201.543000', '103201.546000', '103201.548000', '103201.551000', '103201.554000', '103201.556000', '103201.559000', '103201.561000', '103201.564000', '103201.566000', '103201.569000', '103201.571000', '103201.574000', '103201.577000', '103201.579000', '103201.582000', '103201.584000', '103201.587000', '103201.601000', '103201.603000', '103201.606000', '103201.609000', '103201.611000', '103201.614000', '103221.492000', '103221.495000', '103221.497000', '103221.500000', '103221.502000', '103221.505000', '103221.507000', '103221.510000', '103221.513000', '103221.515000', '103221.518000', '103221.521000', '103221.523000', '103221.526000', '103221.528000', '103221.531000', '103221.533000', '103221.536000', '103221.538000', '103221.541000', '103221.544000', '103221.546000', '103221.549000', '103221.552000', '103221.555000', '103221.557000', '103221.560000', '103221.563000', '103221.565000', '103221.568000', '103221.571000', '103221.573000', '103221.576000', '103221.579000', '103221.581000', '103221.584000', '103221.586000', '103221.589000', '103221.592000', '103221.594000', '103221.597000', '103221.599000', '103221.602000', '103241.493000', '103241.495000', '103241.498000', '103241.501000', '103241.503000', '103241.506000', '103241.508000', '103241.511000', '103241.513000', '103241.516000', '103241.519000', '103241.521000', '103241.524000', '103241.527000', '103241.529000', '103241.532000', '103241.534000', '103241.537000', '103241.539000', '103241.542000', '103241.545000', '103241.547000', '103241.550000', '103241.552000', '103241.555000', '103241.558000', '103241.560000', '103241.563000', '103241.565000', '103241.568000', '103241.570000', '103241.573000', '103241.576000', '103241.579000', '103241.581000', '103241.584000', '103241.587000', '103241.589000', '103241.592000', '103241.595000', '103241.597000', '103241.600000', '103241.602000', '103241.605000', '103301.493000', '103301.495000', '103301.498000', '103301.501000', '103301.503000', '103301.506000', '103301.508000', '103301.511000', '103301.513000', '103301.516000', '103301.519000', '103301.521000', '103301.524000', '103301.526000', '103301.529000', '103301.531000', '103301.534000', '103301.537000', '103301.539000', '103301.542000', '103301.544000', '103301.547000', '103301.549000', '103301.552000', '103301.555000', '103301.557000', '103301.560000', '103301.562000', '103301.565000', '103301.567000', '103301.570000', '103301.573000', '103301.575000', '103301.578000', '103301.580000', '103301.583000', '103301.585000', '103301.588000', '103301.591000', '103301.593000', '103301.596000', '103301.598000', '103301.601000', '103321.493000', '103321.495000', '103321.498000', '103321.501000', '103321.503000', '103321.506000', '103321.509000', '103321.511000', '103321.514000', '103321.516000', '103321.519000', '103321.522000', '103321.524000', '103321.527000', '103321.529000', '103321.532000', '103321.535000', '103321.537000', '103321.540000', '103321.542000', '103321.562000', '103321.564000', '103321.567000', '103321.569000', '103321.572000', '103321.575000', '103321.577000', '103321.580000', '103321.582000', '103321.585000', '103321.587000', '103321.590000', '103321.593000', '103321.595000', '103321.598000', '103321.601000', '103321.603000', '103321.606000', '103321.608000', '103321.611000', '103321.614000', '103321.616000', '103321.619000', '103321.621000', '103341.493000', '103341.495000', '103341.498000', '103341.501000', '103341.503000', '103341.506000', '103341.509000', '103341.511000', '103341.514000', '103341.516000', '103341.519000', '103341.521000', '103341.524000', '103341.527000', '103341.529000', '103341.532000', '103341.534000', '103341.537000', '103341.539000', '103341.542000', '103341.545000', '103341.547000', '103341.550000', '103341.553000', '103341.555000', '103341.558000', '103341.560000', '103341.563000', '103341.565000', '103341.568000', '103341.571000', '103341.573000', '103341.576000', '103341.578000', '103341.581000', '103341.584000', '103341.586000', '103341.590000', '103341.593000', '103341.595000', '103341.598000', '103341.600000', '103341.603000', '103401.492000', '103401.494000', '103401.497000', '103401.499000', '103401.502000', '103401.505000', '103401.507000', '103401.510000', '103401.512000', '103401.515000', '103401.518000', '103401.520000', '103401.523000', '103401.525000', '103401.528000', '103401.530000', '103401.533000', '103401.536000', '103401.538000', '103401.541000', '103401.543000', '103401.546000', '103401.549000', '103401.551000', '103401.554000', '103401.556000', '103401.559000', '103401.561000', '103401.564000', '103401.567000', '103401.569000', '103401.572000', '103401.574000', '103401.577000', '103401.580000', '103401.582000', '103401.585000', '103401.587000', '103401.590000', '103401.593000', '103401.595000', '103401.598000', '103401.601000', '103401.603000', '103421.492000', '103421.495000', '103421.497000', '103421.500000', '103421.502000', '103421.505000', '103421.508000', '103421.510000', '103421.513000', '103421.515000', '103421.518000', '103421.520000', '103421.523000', '103421.525000', '103421.528000', '103421.531000', '103421.533000', '103421.536000', '103421.538000', '103421.541000', '103421.544000', '103421.546000', '103421.549000', '103421.551000', '103421.554000', '103421.556000', '103421.559000', '103421.561000', '103421.564000', '103421.567000', '103421.569000', '103421.576000', '103421.578000', '103421.581000', '103421.583000', '103421.586000', '103421.589000', '103421.591000', '103421.594000', '103421.596000', '103421.599000', '103421.602000', '103421.604000', '103441.492000', '103441.494000', '103441.511000', '103441.514000', '103441.516000', '103441.519000', '103441.521000', '103441.524000', '103441.526000', '103441.534000', '103441.536000', '103441.539000', '103441.541000', '103441.544000', '103441.547000', '103441.549000', '103441.552000', '103441.554000', '103441.557000', '103441.560000', '103441.562000', '103441.565000', '103441.567000', '103441.570000', '103441.572000', '103441.575000', '103441.578000', '103441.580000', '103441.583000', '103441.585000', '103441.588000', '103441.591000', '103441.593000', '103441.596000', '103441.598000', '103441.601000', '103441.603000', '103441.606000', '103441.609000', '103441.611000', '103441.614000', '103441.616000', '103441.619000', '103441.621000', '103501.492000', '103501.495000', '103501.498000', '103501.501000', '103501.503000', '103501.506000', '103501.508000', '103501.511000', '103501.514000', '103501.516000', '103501.519000', '103501.521000', '103501.524000', '103501.526000', '103501.529000', '103501.532000', '103501.534000', '103501.537000', '103501.539000', '103501.542000', '103501.544000', '103501.547000', '103501.550000', '103501.552000', '103501.555000', '103501.557000', '103501.560000', '103501.562000', '103501.565000', '103501.567000', '103501.570000', '103501.573000', '103501.575000', '103501.578000', '103501.580000', '103501.583000', '103501.586000', '103501.588000', '103501.591000', '103501.593000', '103501.596000', '103501.599000', '103501.601000', '103521.493000', '103521.495000', '103521.498000', '103521.501000', '103521.503000', '103521.506000', '103521.508000', '103521.511000', '103521.513000', '103521.516000', '103521.519000', '103521.521000', '103521.524000', '103521.526000', '103521.529000', '103521.531000', '103521.534000', '103521.537000', '103521.539000', '103521.542000', '103521.544000', '103521.547000', '103521.549000', '103521.552000', '103521.555000', '103521.557000', '103521.560000', '103521.562000', '103521.565000', '103521.568000', '103521.570000', '103521.573000', '103521.575000', '103521.578000', '103521.580000', '103521.583000', '103521.585000', '103521.588000', '103521.591000', '103521.593000', '103521.596000', '103521.599000', '103521.601000', '103521.604000', '103541.493000', '103541.496000', '103541.498000', '103541.501000', '103541.503000', '103541.506000', '103541.508000', '103541.511000', '103541.513000', '103541.516000', '103541.519000', '103541.521000', '103541.524000', '103541.526000', '103541.529000', '103541.531000', '103541.534000', '103541.537000', '103541.539000', '103541.542000', '103541.544000', '103541.547000', '103541.549000', '103541.552000', '103541.555000', '103541.557000', '103541.560000', '103541.562000', '103541.579000', '103541.581000', '103541.584000', '103541.586000', '103541.589000', '103541.592000', '103541.594000', '103541.597000', '103541.599000', '103541.602000', '103541.604000', '103541.607000', '103541.609000', '103541.612000', '103541.615000', '103601.493000', '103601.496000', '103601.499000', '103601.502000', '103601.504000', '103601.507000', '103601.509000', '103601.512000', '103601.515000', '103601.517000', '103601.520000', '103601.522000', '103601.525000', '103601.528000', '103601.530000', '103601.533000', '103601.536000', '103601.538000', '103601.541000', '103601.543000', '103601.546000', '103601.549000', '103601.551000', '103601.554000', '103601.556000', '103601.559000', '103601.561000', '103601.564000', '103601.567000', '103601.569000', '103601.572000', '103601.574000', '103601.577000', '103601.580000', '103601.582000', '103601.585000', '103601.587000', '103601.590000', '103601.592000', '103601.595000', '103601.598000', '103601.600000', '103601.603000', '103601.606000', '103621.492000', '103621.494000', '103621.497000', '103621.500000', '103621.502000', '103621.505000', '103621.507000', '103621.510000', '103621.513000', '103621.515000', '103621.518000', '103621.520000', '103621.523000', '103621.525000', '103621.528000', '103621.530000', '103621.533000', '103621.536000', '103621.538000', '103621.541000', '103621.543000', '103621.546000', '103621.548000', '103621.551000', '103621.553000', '103621.556000', '103621.559000', '103621.561000', '103621.564000', '103621.566000', '103621.569000', '103621.571000', '103621.574000', '103621.577000', '103621.579000', '103621.582000', '103621.584000', '103621.587000', '103621.590000', '103621.592000', '103621.595000', '103621.597000', '103621.600000', '103623.512000', '103623.514000', '103623.517000', '103623.520000', '103623.522000'], 'InstanceCreationTime': ['102401.521000', '102401.525000', '102401.527000', '102401.530000', '102401.532000', '102401.535000', '102401.537000', '102401.540000', '102401.542000', '102401.545000', '102401.548000', '102401.550000', '102401.553000', '102401.558000', '102401.560000', '102401.563000', '102401.565000', '102401.568000', '102401.570000', '102401.573000', '102401.575000', '102401.578000', '102401.581000', '102401.592000', '102401.595000', '102401.598000', '102421.492000', '102421.495000', '102421.498000', '102421.500000', '102421.503000', '102421.505000', '102421.508000', '102421.510000', '102421.513000', '102421.516000', '102421.518000', '102421.521000', '102421.523000', '102421.526000', '102421.528000', '102421.531000', '102421.534000', '102421.536000', '102421.568000', '102421.570000', '102421.573000', '102421.575000', '102421.578000', '102421.580000', '102421.583000', '102421.586000', '102421.588000', '102421.591000', '102421.593000', '102421.596000', '102421.599000', '102421.601000', '102421.604000', '102421.606000', '102421.609000', '102421.611000', '102421.614000', '102421.616000', '102421.619000', '102421.622000', '102421.624000', '102421.627000', '102421.629000', '102421.632000', '102441.492000', '102441.495000', '102441.498000', '102441.500000', '102441.503000', '102441.505000', '102441.508000', '102441.510000', '102441.513000', '102441.515000', '102441.518000', '102441.521000', '102441.523000', '102441.560000', '102441.563000', '102441.565000', '102441.568000', '102441.570000', '102441.573000', '102441.575000', '102441.578000', '102441.580000', '102441.583000', '102441.585000', '102441.588000', '102441.591000', '102441.593000', '102441.596000', '102441.598000', '102441.601000', '102441.604000', '102441.607000', '102441.610000', '102441.613000', '102441.615000', '102441.618000', '102441.621000', '102441.624000', '102441.626000', '102441.629000', '102441.631000', '102441.634000', '102441.636000', '102501.491000', '102501.494000', '102501.497000', '102501.499000', '102501.502000', '102501.504000', '102501.507000', '102501.509000', '102501.512000', '102501.514000', '102501.517000', '102501.520000', '102501.522000', '102501.525000', '102501.527000', '102501.530000', '102501.532000', '102501.535000', '102501.537000', '102501.540000', '102501.542000', '102501.545000', '102501.547000', '102501.550000', '102501.553000', '102501.555000', '102501.558000', '102501.560000', '102501.563000', '102501.565000', '102501.568000', '102501.570000', '102501.573000', '102501.576000', '102501.578000', '102501.581000', '102501.583000', '102501.586000', '102501.588000', '102501.591000', '102501.594000', '102501.596000', '102501.599000', '102501.601000', '102521.491000', '102521.494000', '102521.497000', '102521.499000', '102521.502000', '102521.504000', '102521.507000', '102521.510000', '102521.512000', '102521.515000', '102521.517000', '102521.520000', '102521.522000', '102521.525000', '102521.527000', '102521.530000', '102521.533000', '102521.535000', '102521.538000', '102521.540000', '102521.543000', '102521.545000', '102521.548000', '102521.550000', '102521.553000', '102521.555000', '102521.558000', '102521.561000', '102521.563000', '102521.566000', '102521.568000', '102521.571000', '102521.574000', '102521.577000', '102521.580000', '102521.583000', '102521.585000', '102521.588000', '102521.591000', '102521.593000', '102521.596000', '102521.598000', '102521.601000', '102541.493000', '102541.495000', '102541.498000', '102541.501000', '102541.503000', '102541.506000', '102541.508000', '102541.511000', '102541.513000', '102541.516000', '102541.518000', '102541.521000', '102541.524000', '102541.526000', '102541.529000', '102541.531000', '102541.534000', '102541.536000', '102541.539000', '102541.542000', '102541.544000', '102541.547000', '102541.549000', '102541.552000', '102541.554000', '102541.557000', '102541.560000', '102541.562000', '102541.565000', '102541.567000', '102541.570000', '102541.572000', '102541.575000', '102541.578000', '102541.580000', '102541.583000', '102541.585000', '102541.588000', '102541.590000', '102541.593000', '102541.596000', '102541.598000', '102541.601000', '102541.603000', '102601.492000', '102601.495000', '102601.498000', '102601.500000', '102601.503000', '102601.505000', '102601.508000', '102601.510000', '102601.513000', '102601.516000', '102601.518000', '102601.521000', '102601.523000', '102601.526000', '102601.529000', '102601.531000', '102601.534000', '102601.536000', '102601.539000', '102601.541000', '102601.544000', '102601.546000', '102601.549000', '102601.552000', '102601.554000', '102601.557000', '102601.559000', '102601.562000', '102601.564000', '102601.567000', '102601.570000', '102601.572000', '102601.575000', '102601.577000', '102601.580000', '102601.582000', '102601.585000', '102601.587000', '102601.590000', '102601.593000', '102601.595000', '102601.598000', '102601.600000', '102621.492000', '102621.495000', '102621.498000', '102621.500000', '102621.503000', '102621.505000', '102621.508000', '102621.511000', '102621.513000', '102621.516000', '102621.531000', '102621.534000', '102621.536000', '102621.539000', '102621.542000', '102621.544000', '102621.547000', '102621.549000', '102621.552000', '102621.554000', '102621.557000', '102621.559000', '102621.562000', '102621.565000', '102621.567000', '102621.570000', '102621.572000', '102621.575000', '102621.578000', '102621.580000', '102621.583000', '102621.585000', '102621.588000', '102621.590000', '102621.593000', '102621.596000', '102621.598000', '102621.601000', '102621.604000', '102621.606000', '102621.609000', '102621.611000', '102621.614000', '102621.616000', '102641.492000', '102641.495000', '102641.498000', '102641.500000', '102641.503000', '102641.506000', '102641.508000', '102641.511000', '102641.513000', '102641.516000', '102641.518000', '102641.521000', '102641.524000', '102641.526000', '102641.529000', '102641.531000', '102641.534000', '102641.536000', '102641.539000', '102641.542000', '102641.544000', '102641.547000', '102641.549000', '102641.552000', '102641.555000', '102641.557000', '102641.560000', '102641.562000', '102641.565000', '102641.567000', '102641.570000', '102641.573000', '102641.575000', '102641.578000', '102641.580000', '102641.583000', '102641.585000', '102641.588000', '102641.591000', '102641.593000', '102641.596000', '102641.598000', '102641.601000', '102701.492000', '102701.494000', '102701.497000', '102701.500000', '102701.502000', '102701.505000', '102701.507000', '102701.510000', '102701.513000', '102701.515000', '102701.518000', '102701.520000', '102701.523000', '102701.525000', '102701.528000', '102701.531000', '102701.533000', '102701.536000', '102701.538000', '102701.541000', '102701.543000', '102701.546000', '102701.549000', '102701.551000', '102701.554000', '102701.556000', '102701.559000', '102701.561000', '102701.564000', '102701.567000', '102701.569000', '102701.572000', '102701.574000', '102701.577000', '102701.579000', '102701.582000', '102701.585000', '102701.587000', '102701.590000', '102701.593000', '102701.595000', '102701.598000', '102701.600000', '102701.603000', '102721.492000', '102721.494000', '102721.497000', '102721.500000', '102721.502000', '102721.505000', '102721.507000', '102721.510000', '102721.512000', '102721.515000', '102721.518000', '102721.520000', '102721.523000', '102721.525000', '102721.528000', '102721.530000', '102721.533000', '102721.536000', '102721.538000', '102721.541000', '102721.544000', '102721.546000', '102721.549000', '102721.551000', '102721.554000', '102721.556000', '102721.559000', '102721.562000', '102721.564000', '102721.567000', '102721.569000', '102721.572000', '102721.574000', '102721.577000', '102721.579000', '102721.582000', '102721.585000', '102721.587000', '102721.590000', '102721.592000', '102721.595000', '102721.598000', '102721.600000', '102741.492000', '102741.495000', '102741.497000', '102741.500000', '102741.502000', '102741.505000', '102741.507000', '102741.510000', '102741.512000', '102741.515000', '102741.518000', '102741.520000', '102741.523000', '102741.525000', '102741.528000', '102741.530000', '102741.533000', '102741.536000', '102741.538000', '102741.541000', '102741.543000', '102741.546000', '102741.548000', '102741.551000', '102741.554000', '102741.556000', '102741.559000', '102741.561000', '102741.564000', '102741.566000', '102741.569000', '102741.572000', '102741.574000', '102741.577000', '102741.580000', '102741.582000', '102741.585000', '102741.588000', '102741.590000', '102741.593000', '102741.595000', '102741.598000', '102741.600000', '102741.603000', '102801.492000', '102801.495000', '102801.498000', '102801.500000', '102801.503000', '102801.505000', '102801.508000', '102801.511000', '102801.513000', '102801.516000', '102801.518000', '102801.521000', '102801.523000', '102801.526000', '102801.528000', '102801.531000', '102801.534000', '102801.536000', '102801.539000', '102801.541000', '102801.544000', '102801.546000', '102801.549000', '102801.552000', '102801.554000', '102801.557000', '102801.559000', '102801.562000', '102801.564000', '102801.567000', '102801.569000', '102801.572000', '102801.575000', '102801.577000', '102801.580000', '102801.582000', '102801.585000', '102801.587000', '102801.590000', '102801.593000', '102801.595000', '102801.598000', '102801.600000', '102821.492000', '102821.495000', '102821.499000', '102821.501000', '102821.504000', '102821.507000', '102821.509000', '102821.512000', '102821.514000', '102821.517000', '102821.519000', '102821.522000', '102821.524000', '102821.527000', '102821.530000', '102821.532000', '102821.535000', '102821.537000', '102821.540000', '102821.542000', '102821.545000', '102821.548000', '102821.550000', '102821.553000', '102821.556000', '102821.558000', '102821.561000', '102821.563000', '102821.566000', '102821.568000', '102821.571000', '102821.574000', '102821.576000', '102821.579000', '102821.581000', '102821.584000', '102821.586000', '102821.589000', '102821.592000', '102821.594000', '102821.597000', '102821.599000', '102821.602000', '102821.604000', '102841.492000', '102841.495000', '102841.498000', '102841.500000', '102841.503000', '102841.505000', '102841.508000', '102841.511000', '102841.513000', '102841.516000', '102841.518000', '102841.521000', '102841.523000', '102841.526000', '102841.528000', '102841.531000', '102841.534000', '102841.536000', '102841.539000', '102841.541000', '102841.544000', '102841.546000', '102841.549000', '102841.552000', '102841.554000', '102841.557000', '102841.559000', '102841.562000', '102841.565000', '102841.567000', '102841.570000', '102841.572000', '102841.575000', '102841.577000', '102841.580000', '102841.583000', '102841.585000', '102841.588000', '102841.590000', '102841.593000', '102841.595000', '102841.598000', '102841.601000', '102901.493000', '102901.495000', '102901.499000', '102901.502000', '102901.504000', '102901.507000', '102901.509000', '102901.512000', '102901.515000', '102901.517000', '102901.520000', '102901.522000', '102901.525000', '102901.528000', '102901.530000', '102901.533000', '102901.535000', '102901.538000', '102901.541000', '102901.543000', '102901.546000', '102901.548000', '102901.551000', '102901.554000', '102901.556000', '102901.559000', '102901.561000', '102901.564000', '102901.567000', '102901.569000', '102901.572000', '102901.574000', '102901.577000', '102901.580000', '102901.582000', '102901.585000', '102901.587000', '102901.590000', '102901.593000', '102901.595000', '102901.598000', '102901.600000', '102901.603000', '102921.491000', '102921.494000', '102921.497000', '102921.499000', '102921.502000', '102921.504000', '102921.507000', '102921.510000', '102921.512000', '102921.515000', '102921.517000', '102921.520000', '102921.522000', '102921.525000', '102921.527000', '102921.530000', '102921.533000', '102921.535000', '102921.538000', '102921.540000', '102921.543000', '102921.545000', '102921.548000', '102921.551000', '102921.553000', '102921.556000', '102921.558000', '102921.561000', '102921.563000', '102921.566000', '102921.568000', '102921.583000', '102921.585000', '102921.588000', '102921.590000', '102921.593000', '102921.596000', '102921.598000', '102921.601000', '102921.603000', '102921.606000', '102921.608000', '102921.611000', '102921.613000', '102941.492000', '102941.494000', '102941.497000', '102941.500000', '102941.502000', '102941.506000', '102941.509000', '102941.511000', '102941.514000', '102941.517000', '102941.519000', '102941.522000', '102941.524000', '102941.527000', '102941.530000', '102941.532000', '102941.535000', '102941.539000', '102941.541000', '102941.544000', '102941.546000', '102941.549000', '102941.551000', '102941.554000', '102941.556000', '102941.559000', '102941.562000', '102941.564000', '102941.567000', '102941.570000', '102941.572000', '102941.575000', '102941.577000', '102941.580000', '102941.582000', '102941.585000', '102941.588000', '102941.590000', '102941.593000', '102941.595000', '102941.598000', '102941.601000', '102941.603000', '102941.606000', '103001.492000', '103001.494000', '103001.497000', '103001.499000', '103001.502000', '103001.505000', '103001.507000', '103001.510000', '103001.512000', '103001.515000', '103001.518000', '103001.520000', '103001.523000', '103001.525000', '103001.528000', '103001.530000', '103001.533000', '103001.536000', '103001.538000', '103001.541000', '103001.543000', '103001.546000', '103001.548000', '103001.551000', '103001.554000', '103001.556000', '103001.559000', '103001.561000', '103001.564000', '103001.566000', '103001.569000', '103001.572000', '103001.574000', '103001.577000', '103001.580000', '103001.582000', '103001.585000', '103001.587000', '103001.590000', '103001.592000', '103001.595000', '103001.598000', '103001.600000', '103021.492000', '103021.495000', '103021.498000', '103021.501000', '103021.503000', '103021.506000', '103021.509000', '103021.511000', '103021.514000', '103021.516000', '103021.519000', '103021.521000', '103021.524000', '103021.526000', '103021.529000', '103021.532000', '103021.534000', '103021.537000', '103021.539000', '103021.542000', '103021.544000', '103021.547000', '103021.549000', '103021.552000', '103021.555000', '103021.557000', '103021.560000', '103021.562000', '103021.565000', '103021.567000', '103021.570000', '103021.573000', '103021.575000', '103021.578000', '103021.580000', '103021.583000', '103021.586000', '103021.588000', '103021.591000', '103021.593000', '103021.596000', '103021.599000', '103021.601000', '103041.492000', '103041.495000', '103041.498000', '103041.500000', '103041.503000', '103041.505000', '103041.508000', '103041.511000', '103041.513000', '103041.516000', '103041.518000', '103041.521000', '103041.523000', '103041.526000', '103041.529000', '103041.531000', '103041.534000', '103041.536000', '103041.539000', '103041.541000', '103041.544000', '103041.547000', '103041.549000', '103041.552000', '103041.554000', '103041.557000', '103041.560000', '103041.573000', '103041.575000', '103041.578000', '103041.580000', '103041.583000', '103041.586000', '103041.588000', '103041.591000', '103041.593000', '103041.596000', '103041.599000', '103041.601000', '103041.604000', '103041.606000', '103041.609000', '103041.611000', '103041.614000', '103101.493000', '103101.496000', '103101.498000', '103101.501000', '103101.503000', '103101.506000', '103101.508000', '103101.511000', '103101.514000', '103101.516000', '103101.519000', '103101.522000', '103101.525000', '103101.528000', '103101.531000', '103101.533000', '103101.536000', '103101.538000', '103101.541000', '103101.543000', '103101.546000', '103101.549000', '103101.551000', '103101.554000', '103101.556000', '103101.559000', '103101.562000', '103101.564000', '103101.567000', '103101.569000', '103101.572000', '103101.574000', '103101.578000', '103101.580000', '103101.583000', '103101.585000', '103101.588000', '103101.591000', '103101.593000', '103101.596000', '103101.599000', '103101.601000', '103101.604000', '103121.492000', '103121.495000', '103121.498000', '103121.500000', '103121.503000', '103121.505000', '103121.508000', '103121.511000', '103121.513000', '103121.516000', '103121.518000', '103121.521000', '103121.524000', '103121.526000', '103121.529000', '103121.531000', '103121.534000', '103121.536000', '103121.539000', '103121.542000', '103121.544000', '103121.547000', '103121.549000', '103121.552000', '103121.554000', '103121.557000', '103121.560000', '103121.562000', '103121.565000', '103121.567000', '103121.570000', '103121.573000', '103121.575000', '103121.578000', '103121.580000', '103121.583000', '103121.585000', '103121.588000', '103121.591000', '103121.593000', '103121.596000', '103121.598000', '103121.601000', '103121.604000', '103141.492000', '103141.494000', '103141.497000', '103141.500000', '103141.502000', '103141.505000', '103141.507000', '103141.510000', '103141.513000', '103141.515000', '103141.518000', '103141.520000', '103141.523000', '103141.525000', '103141.528000', '103141.531000', '103141.533000', '103141.536000', '103141.538000', '103141.541000', '103141.543000', '103141.546000', '103141.549000', '103141.552000', '103141.555000', '103141.558000', '103141.561000', '103141.563000', '103141.566000', '103141.568000', '103141.571000', '103141.573000', '103141.576000', '103141.578000', '103141.581000', '103141.584000', '103141.586000', '103141.589000', '103141.592000', '103141.594000', '103141.597000', '103141.599000', '103141.602000', '103201.491000', '103201.494000', '103201.497000', '103201.499000', '103201.502000', '103201.505000', '103201.507000', '103201.510000', '103201.512000', '103201.515000', '103201.517000', '103201.520000', '103201.523000', '103201.525000', '103201.528000', '103201.530000', '103201.533000', '103201.535000', '103201.538000', '103201.541000', '103201.543000', '103201.546000', '103201.548000', '103201.551000', '103201.554000', '103201.556000', '103201.559000', '103201.561000', '103201.564000', '103201.566000', '103201.569000', '103201.571000', '103201.574000', '103201.577000', '103201.579000', '103201.582000', '103201.584000', '103201.587000', '103201.601000', '103201.603000', '103201.606000', '103201.609000', '103201.611000', '103201.614000', '103221.492000', '103221.495000', '103221.497000', '103221.500000', '103221.502000', '103221.505000', '103221.507000', '103221.510000', '103221.513000', '103221.515000', '103221.518000', '103221.521000', '103221.523000', '103221.526000', '103221.528000', '103221.531000', '103221.533000', '103221.536000', '103221.538000', '103221.541000', '103221.544000', '103221.546000', '103221.549000', '103221.552000', '103221.555000', '103221.557000', '103221.560000', '103221.563000', '103221.565000', '103221.568000', '103221.571000', '103221.573000', '103221.576000', '103221.579000', '103221.581000', '103221.584000', '103221.586000', '103221.589000', '103221.592000', '103221.594000', '103221.597000', '103221.599000', '103221.602000', '103241.493000', '103241.495000', '103241.498000', '103241.501000', '103241.503000', '103241.506000', '103241.508000', '103241.511000', '103241.513000', '103241.516000', '103241.519000', '103241.521000', '103241.524000', '103241.527000', '103241.529000', '103241.532000', '103241.534000', '103241.537000', '103241.539000', '103241.542000', '103241.545000', '103241.547000', '103241.550000', '103241.552000', '103241.555000', '103241.558000', '103241.560000', '103241.563000', '103241.565000', '103241.568000', '103241.570000', '103241.573000', '103241.576000', '103241.579000', '103241.581000', '103241.584000', '103241.587000', '103241.589000', '103241.592000', '103241.595000', '103241.597000', '103241.600000', '103241.602000', '103241.605000', '103301.493000', '103301.495000', '103301.498000', '103301.501000', '103301.503000', '103301.506000', '103301.508000', '103301.511000', '103301.513000', '103301.516000', '103301.519000', '103301.521000', '103301.524000', '103301.526000', '103301.529000', '103301.531000', '103301.534000', '103301.537000', '103301.539000', '103301.542000', '103301.544000', '103301.547000', '103301.549000', '103301.552000', '103301.555000', '103301.557000', '103301.560000', '103301.562000', '103301.565000', '103301.567000', '103301.570000', '103301.573000', '103301.575000', '103301.578000', '103301.580000', '103301.583000', '103301.585000', '103301.588000', '103301.591000', '103301.593000', '103301.596000', '103301.598000', '103301.601000', '103321.493000', '103321.495000', '103321.498000', '103321.501000', '103321.503000', '103321.506000', '103321.509000', '103321.511000', '103321.514000', '103321.516000', '103321.519000', '103321.522000', '103321.524000', '103321.527000', '103321.529000', '103321.532000', '103321.535000', '103321.537000', '103321.540000', '103321.542000', '103321.562000', '103321.564000', '103321.567000', '103321.569000', '103321.572000', '103321.575000', '103321.577000', '103321.580000', '103321.582000', '103321.585000', '103321.587000', '103321.590000', '103321.593000', '103321.595000', '103321.598000', '103321.601000', '103321.603000', '103321.606000', '103321.608000', '103321.611000', '103321.614000', '103321.616000', '103321.619000', '103321.621000', '103341.493000', '103341.495000', '103341.498000', '103341.501000', '103341.503000', '103341.506000', '103341.509000', '103341.511000', '103341.514000', '103341.516000', '103341.519000', '103341.521000', '103341.524000', '103341.527000', '103341.529000', '103341.532000', '103341.534000', '103341.537000', '103341.539000', '103341.542000', '103341.545000', '103341.547000', '103341.550000', '103341.553000', '103341.555000', '103341.558000', '103341.560000', '103341.563000', '103341.565000', '103341.568000', '103341.571000', '103341.573000', '103341.576000', '103341.578000', '103341.581000', '103341.584000', '103341.586000', '103341.590000', '103341.593000', '103341.595000', '103341.598000', '103341.600000', '103341.603000', '103401.492000', '103401.494000', '103401.497000', '103401.499000', '103401.502000', '103401.505000', '103401.507000', '103401.510000', '103401.512000', '103401.515000', '103401.518000', '103401.520000', '103401.523000', '103401.525000', '103401.528000', '103401.530000', '103401.533000', '103401.536000', '103401.538000', '103401.541000', '103401.543000', '103401.546000', '103401.549000', '103401.551000', '103401.554000', '103401.556000', '103401.559000', '103401.561000', '103401.564000', '103401.567000', '103401.569000', '103401.572000', '103401.574000', '103401.577000', '103401.580000', '103401.582000', '103401.585000', '103401.587000', '103401.590000', '103401.593000', '103401.595000', '103401.598000', '103401.601000', '103401.603000', '103421.492000', '103421.495000', '103421.497000', '103421.500000', '103421.502000', '103421.505000', '103421.508000', '103421.510000', '103421.513000', '103421.515000', '103421.518000', '103421.520000', '103421.523000', '103421.525000', '103421.528000', '103421.531000', '103421.533000', '103421.536000', '103421.538000', '103421.541000', '103421.544000', '103421.546000', '103421.549000', '103421.551000', '103421.554000', '103421.556000', '103421.559000', '103421.561000', '103421.564000', '103421.567000', '103421.569000', '103421.576000', '103421.578000', '103421.581000', '103421.583000', '103421.586000', '103421.589000', '103421.591000', '103421.594000', '103421.596000', '103421.599000', '103421.602000', '103421.604000', '103441.492000', '103441.494000', '103441.511000', '103441.514000', '103441.516000', '103441.519000', '103441.521000', '103441.524000', '103441.526000', '103441.534000', '103441.536000', '103441.539000', '103441.541000', '103441.544000', '103441.547000', '103441.549000', '103441.552000', '103441.554000', '103441.557000', '103441.560000', '103441.562000', '103441.565000', '103441.567000', '103441.570000', '103441.572000', '103441.575000', '103441.578000', '103441.580000', '103441.583000', '103441.585000', '103441.588000', '103441.591000', '103441.593000', '103441.596000', '103441.598000', '103441.601000', '103441.603000', '103441.606000', '103441.609000', '103441.611000', '103441.614000', '103441.616000', '103441.619000', '103441.621000', '103501.492000', '103501.495000', '103501.498000', '103501.501000', '103501.503000', '103501.506000', '103501.508000', '103501.511000', '103501.514000', '103501.516000', '103501.519000', '103501.521000', '103501.524000', '103501.526000', '103501.529000', '103501.532000', '103501.534000', '103501.537000', '103501.539000', '103501.542000', '103501.544000', '103501.547000', '103501.550000', '103501.552000', '103501.555000', '103501.557000', '103501.560000', '103501.562000', '103501.565000', '103501.567000', '103501.570000', '103501.573000', '103501.575000', '103501.578000', '103501.580000', '103501.583000', '103501.586000', '103501.588000', '103501.591000', '103501.593000', '103501.596000', '103501.599000', '103501.601000', '103521.493000', '103521.495000', '103521.498000', '103521.501000', '103521.503000', '103521.506000', '103521.508000', '103521.511000', '103521.513000', '103521.516000', '103521.519000', '103521.521000', '103521.524000', '103521.526000', '103521.529000', '103521.531000', '103521.534000', '103521.537000', '103521.539000', '103521.542000', '103521.544000', '103521.547000', '103521.549000', '103521.552000', '103521.555000', '103521.557000', '103521.560000', '103521.562000', '103521.565000', '103521.568000', '103521.570000', '103521.573000', '103521.575000', '103521.578000', '103521.580000', '103521.583000', '103521.585000', '103521.588000', '103521.591000', '103521.593000', '103521.596000', '103521.599000', '103521.601000', '103521.604000', '103541.493000', '103541.496000', '103541.498000', '103541.501000', '103541.503000', '103541.506000', '103541.508000', '103541.511000', '103541.513000', '103541.516000', '103541.519000', '103541.521000', '103541.524000', '103541.526000', '103541.529000', '103541.531000', '103541.534000', '103541.537000', '103541.539000', '103541.542000', '103541.544000', '103541.547000', '103541.549000', '103541.552000', '103541.555000', '103541.557000', '103541.560000', '103541.562000', '103541.579000', '103541.581000', '103541.584000', '103541.586000', '103541.589000', '103541.592000', '103541.594000', '103541.597000', '103541.599000', '103541.602000', '103541.604000', '103541.607000', '103541.609000', '103541.612000', '103541.615000', '103601.493000', '103601.496000', '103601.499000', '103601.502000', '103601.504000', '103601.507000', '103601.509000', '103601.512000', '103601.515000', '103601.517000', '103601.520000', '103601.522000', '103601.525000', '103601.528000', '103601.530000', '103601.533000', '103601.536000', '103601.538000', '103601.541000', '103601.543000', '103601.546000', '103601.549000', '103601.551000', '103601.554000', '103601.556000', '103601.559000', '103601.561000', '103601.564000', '103601.567000', '103601.569000', '103601.572000', '103601.574000', '103601.577000', '103601.580000', '103601.582000', '103601.585000', '103601.587000', '103601.590000', '103601.592000', '103601.595000', '103601.598000', '103601.600000', '103601.603000', '103601.606000', '103621.492000', '103621.494000', '103621.497000', '103621.500000', '103621.502000', '103621.505000', '103621.507000', '103621.510000', '103621.513000', '103621.515000', '103621.518000', '103621.520000', '103621.523000', '103621.525000', '103621.528000', '103621.530000', '103621.533000', '103621.536000', '103621.538000', '103621.541000', '103621.543000', '103621.546000', '103621.548000', '103621.551000', '103621.553000', '103621.556000', '103621.559000', '103621.561000', '103621.564000', '103621.566000', '103621.569000', '103621.571000', '103621.574000', '103621.577000', '103621.579000', '103621.582000', '103621.584000', '103621.587000', '103621.590000', '103621.592000', '103621.595000', '103621.597000', '103621.600000', '103623.512000', '103623.514000', '103623.517000', '103623.520000', '103623.522000'], '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': [13061, 10795, 12759, 12564, 10764, 14851, 10451, 13368, 10505, 11843, 11902, 9400, 13644, 7086, 9750, 6803, 7911, 7292, 6618, 10447, 6865, 8618, 6385, 7778, 7079, 6568, 8770, 6720, 8999, 6480, 7481, 7062, 7184, 10590, 6683, 10872, 6803, 8412, 6984, 7888, 8877, 7681, 13974, 6825, 13065, 7972, 12442, 11756, 9482, 14668, 7568, 12984, 9133, 10815, 14520, 9608, 12432, 7806, 9031, 9010, 7702, 13770, 7468, 11032, 6510, 8124, 13164, 6726, 11149, 7821, 7627, 11025, 6589, 11352, 7206, 10186, 7673, 7117, 13472, 6964, 9716, 7233, 8557, 7664, 7061, 13300, 7214, 10410, 7257, 8382, 12435, 7360, 13116, 7386, 9896, 6901, 8162, 12821, 7082, 10432, 6763, 8472, 12758, 7164, 10962, 7189, 9262, 7983, 8049, 13143, 7217, 10577, 6839, 8102, 14294, 6888, 12663, 8342, 9143, 8293, 6514, 11396, 7165, 9987, 7055, 7802, 13276, 6694, 10141, 7786, 7755, 6582, 7207, 11174, 6706, 10960, 8192, 9420, 14502, 7181, 13292, 7583, 10883, 7405, 7948, 6857, 8015, 14249, 8479, 12085, 7340, 9490, 6960, 7859, 12591, 7085, 13899, 7323, 11765, 7374, 10955, 7696, 9156, 14282, 6998, 12665, 7019, 10802, 7898, 7654, 6465, 6751, 10772, 6592, 10315, 7189, 8818, 6775, 7958, 9242, 7800, 12015, 7127, 11659, 7372, 10424, 7930, 8809, 14450, 7136, 13974, 7247, 13549, 8652, 6669, 8746, 7627, 6959, 7189, 6764, 8392, 13416, 8100, 11999, 7185, 8449, 9251, 7842, 12069, 7281, 11629, 7426, 9012, 7338, 8101, 7790, 6640, 11134, 6896, 9774, 6969, 9389, 7648, 8435, 6650, 8123, 7089, 8028, 12173, 7206, 10962, 7299, 9621, 7455, 9609, 7769, 8914, 12051, 6891, 13144, 7079, 11229, 7759, 10808, 7500, 8301, 8706, 7642, 12918, 6713, 10860, 7332, 9135, 6950, 8128, 7119, 7461, 9362, 6732, 9687, 7443, 9152, 7488, 7758, 10684, 7555, 12270, 7250, 9911, 7691, 8469, 6878, 7825, 9832, 7062, 10167, 7239, 9300, 7108, 9013, 7264, 8966, 12606, 7889, 12980, 7688, 11858, 7550, 10657, 10621, 8859, 14200, 7505, 11493, 7079, 9104, 7709, 7632, 6357, 6914, 10560, 6456, 10115, 7412, 10781, 6779, 8087, 7155, 7978, 13883, 7911, 12484, 7355, 11876, 7398, 10695, 8305, 8854, 13559, 7143, 12011, 7129, 9956, 7792, 7845, 6459, 8047, 7929, 7801, 12796, 7986, 12134, 7493, 10531, 7299, 9529, 7586, 7501, 13579, 6716, 10249, 8301, 10445, 7173, 13260, 7950, 8963, 6446, 8097, 6774, 7942, 11497, 7282, 10270, 7317, 9436, 6692, 9750, 7603, 8587, 6581, 7803, 6700, 7977, 10212, 7176, 10709, 6815, 9093, 6835, 9178, 7623, 9852, 6633, 7847, 7004, 7813, 12482, 8155, 12827, 7434, 12190, 7322, 11835, 8203, 11102, 11143, 7395, 13083, 6942, 12160, 7698, 9990, 7003, 8415, 6843, 7842, 12978, 7093, 10821, 7276, 8879, 6998, 9703, 7586, 7665, 9173, 7078, 11501, 6685, 10183, 7250, 9902, 6711, 8201, 6698, 7831, 12522, 7531, 11686, 7388, 9452, 6981, 10042, 7749, 7744, 6392, 8061, 7113, 7844, 12569, 7603, 11621, 6975, 11108, 7157, 11643, 7596, 10004, 6717, 7747, 6509, 7989, 11183, 7204, 11110, 7263, 9637, 7118, 9910, 7693, 7084, 10181, 6648, 9176, 7126, 10553, 7732, 8479, 8553, 7130, 10404, 7071, 9089, 7559, 7439, 6495, 7929, 7083, 7707, 12513, 7378, 11374, 7475, 8901, 6789, 7819, 7664, 7479, 11970, 6722, 11393, 7017, 11088, 7896, 8599, 10347, 6834, 11009, 6960, 11533, 7729, 9503, 6370, 7451, 11716, 6799, 9424, 7640, 7939, 6576, 7722, 10102, 6811, 9636, 7505, 8504, 6389, 8148, 10480, 7078, 10092, 7545, 11193, 6597, 8236, 9408, 7768, 12704, 8002, 11398, 7645, 9245, 7060, 9605, 7690, 9718, 11134, 6902, 13058, 6760, 11671, 8193, 10512, 6344, 8257, 9095, 7656, 12712, 8051, 11174, 7367, 8830, 6759, 8248, 7472, 7444, 9332, 6785, 10361, 6802, 9685, 7567, 8760, 6523, 8055, 6536, 8095, 12695, 7406, 11752, 7408, 10480, 7117, 11732, 8575, 9709, 12003, 7313, 12970, 7310, 10876, 7661, 8518, 6538, 7933, 9081, 7060, 10777, 7008, 9362, 7016, 8070, 7097, 7541, 12209, 7335, 11942, 7308, 9555, 7112, 8247, 7290, 7500, 6579, 7292, 10153, 6561, 10092, 7401, 10288, 6958, 8216, 10892, 7586, 12901, 8175, 10730, 7049, 8588, 6644, 8126, 12394, 7341, 11551, 7466, 9880, 7175, 8752, 7655, 7498, 12323, 7049, 10918, 7095, 9311, 7520, 7772, 6230, 7847, 7746, 7517, 10381, 7003, 10026, 7279, 9553, 7287, 9851, 7713, 9517, 6592, 7878, 11984, 7568, 11531, 7871, 10782, 7236, 10021, 7264, 10281, 7671, 8728, 9182, 7495, 12665, 6601, 11610, 7756, 10573, 7347, 10182, 7173, 11044, 7644, 10444, 9479, 7626, 13156, 7041, 12134, 7635, 10357, 7378, 8661, 6699, 8804, 7921, 7905, 10780, 7329, 11590, 7222, 11162, 7650, 8703, 6488, 7797, 10519, 7508, 11156, 7249, 9297, 7254, 8415, 6658, 7885, 10736, 8065, 12057, 7250, 10529, 7085, 9822, 7643, 9698, 6724, 7953, 7039, 7769, 8581, 7642, 13775, 7921, 13627, 7559, 12201, 7654, 9423, 7138, 9755, 7711, 8129, 6483, 7964, 11894, 7032, 10579, 7246, 9158, 7137, 8684, 6703, 8435, 7739, 7446, 6612, 8032, 10546, 7345, 11460, 8282, 11740, 7032, 11232, 7295, 12450, 7913, 10339, 6704, 8283, 9769, 7259, 11361, 7176, 9889, 7153, 10301, 7421, 8496, 7765, 8190, 13569, 8675, 12741, 7705, 10878, 7459, 9651, 7940, 7725, 6728, 7412, 10971, 6676, 10425, 7143, 9346, 7164, 8478, 7026, 8115, 7557, 7869, 9730, 7180, 12071, 7044, 10582, 7876, 10289, 6777, 8086, 6726, 7851, 12719, 8476, 12380, 7435, 12081, 7121, 10847, 7873, 7504, 6513, 7749, 7867, 7724, 11835, 7666, 11022, 7590, 9697, 7048, 10826, 7781, 9913, 6927, 7526, 10589, 8134, 13309, 8251, 12239, 7485, 10504, 7129, 12009, 8016, 9983, 6640, 8021, 7483, 7973, 13416, 7628, 11827, 7213, 10312, 7226, 10616, 7753, 10705, 7007, 7507, 6722, 8128, 13031, 7707, 12341, 7139, 10765, 7159, 9974, 7579, 8634, 7218, 8409, 7482, 8265, 7802, 10461, 10203, 8993, 12110, 7375, 13010, 7082, 12394, 8841, 12338, 7475, 10699, 7215, 9787, 7952, 9780, 6990, 7779, 7351, 7213, 10142, 7384, 10287, 7002, 10342, 7183, 10099, 7103, 9906, 7006, 8976, 7274, 11069, 7852, 11316, 6924, 8145, 6443, 8434, 8433, 7945, 9610, 7051, 10948, 6792, 10834, 7395, 10475, 7259, 9035, 7155, 9290, 7977, 10899, 8243, 8055, 12011, 7182, 12460, 7360, 11284, 7248, 11323, 7448, 7282, 6900, 10377, 8081, 12484, 7311, 9952, 7223, 9947, 7512, 10663, 8066, 8670, 6977, 7736, 6987, 9413, 7886, 8790, 6987, 7546, 10499, 7468, 12235, 7669, 11713, 7363, 10557, 7235, 9310, 7101, 8918, 7108, 8453, 6686, 7769, 7276, 8065, 12755, 7059, 11609, 7333, 9845, 7227, 10370, 7791, 9662, 6619, 8092, 9227, 7393, 11563, 7177, 9719, 7258, 8890, 6862, 8196, 7234, 7891, 10358, 6960, 10436, 7206, 11601, 7901, 10785, 7368, 7947, 8978, 7650, 12656, 7130, 10955, 7611, 9666, 7404, 10830, 7757, 9682, 6769, 7538, 11459, 6954, 11221, 7982, 9860, 7499, 8715, 7003, 8620, 11181, 7642, 13284, 7699, 11208, 6809, 11423, 7953, 10379, 6794, 7272, 11456, 6739, 10892, 7468, 9429, 7287, 8320, 6807, 8094, 8596, 7623, 12440, 7067, 10779, 7166, 9781, 7709, 11270, 7181, 8479, 6814, 7894, 8782, 8265, 12952, 7114, 12777, 7646, 10570, 7219, 10253, 7541, 8049, 6736, 7954, 11629, 6919, 11414, 7504, 10535, 6679, 8205, 6681, 7944, 12714, 7074, 11083, 7601, 9272, 7242, 9174, 7677, 7609, 6788, 8082, 9124, 7118, 11344, 7154, 10016, 7453, 8785, 7075, 7980, 8083, 8347, 13233, 7020, 12771, 7314, 12502, 8244, 9472, 6599, 7862, 12833, 6785, 11185, 7355, 9585, 6936, 8267, 6640, 7861, 9383, 7130, 10624, 6906, 9596, 6784, 9772, 7461, 9352, 7065, 8857, 6861, 9758, 7747, 9371, 10558, 7403, 12908, 6775, 12197, 7821, 11927, 7296, 9783, 7051, 8169, 7813, 7556, 6474, 7391, 11592, 6712, 11580, 7950, 10541, 7454, 8978, 6963, 9885, 7768, 7897, 11148, 7016, 11143, 6938, 9878, 7470, 8173, 6909, 7981, 6999, 7777, 9055, 7522, 10144, 6903, 9744, 7190, 9816, 7627, 9232, 6709, 7776, 7391, 7844, 14066, 7686, 12666, 7541, 10581, 7415, 10311, 9858, 7821, 14160, 7310, 11388, 7392, 9778, 7537, 8367, 6414, 7978, 7147, 7969, 13108, 8085, 12175, 7363, 10072, 7125, 9847, 7920, 8293, 13777, 7098, 12018, 7435, 10610, 7735, 7510, 6439, 7406, 11069, 6877, 9776, 7463, 8705, 7084, 7812, 6667, 7892, 12916, 7810, 12930, 7528, 10862, 7206, 10629, 7908, 11136, 7479, 7876, 12838, 7096, 13320, 8041, 12571, 7472, 10739, 7076, 9555, 7882, 8989, 7018, 7783, 12206, 6877, 12301, 7199, 10698, 7462, 9166, 6912, 8326, 7967, 7621, 7942, 6773, 9772, 6717, 10258, 7727, 11434, 7137, 10800, 7143, 10276, 7943, 11770, 7346, 10207, 7446, 10360, 11286, 8841, 13271, 7153, 13030, 6809, 12874, 8588, 12640, 7415, 9658, 6816, 8077, 9864, 9914, 11230, 7769, 6559, 6822, 6810, 10059, 8607, 8205, 10770, 6723, 10782, 7295, 11029, 7967, 8562, 6662, 7984, 6509, 7714, 10464, 7847, 11076, 6776, 11616, 7081, 10807, 7306, 10587, 7250, 9417, 6858, 7414, 7329, 10057, 11391, 7720, 12562, 6913, 11824, 6817, 9902, 7211, 8214, 6361, 7177, 11851, 7134, 11617, 9696, 10647, 6640, 8766, 6631, 8065, 7159, 7746, 9804, 7011, 11249, 6762, 10353, 7717, 10487, 7070, 8286, 6574, 11345, 8069, 10790, 9465, 11312, 11619, 10979, 10518, 6873, 10318, 6607, 10093, 7922, 10457, 7573, 9191, 7049, 11793, 7803, 11133, 7057, 8324, 6956, 8547, 9732, 9646, 11408, 7441, 12240, 6932, 11549, 7610, 10299, 7240, 9049, 7240, 10583, 7457, 7715, 6514, 7720, 6982, 7839, 8899, 8051, 10664, 7020, 10792, 7410, 9079, 7499, 8347, 7004, 8104, 7192, 7605, 9794, 8078, 11796, 7146, 10536, 7467, 8802, 7270, 7475, 6645, 7897, 6566, 7877, 11415, 7312, 11043, 7309, 10370, 7395, 11263, 7855, 8856, 7730, 7224, 12486, 6534, 10585, 7271, 9797, 7355, 9193, 6846, 8032, 7532, 7264, 9126, 6757, 10018, 6880, 9728, 7249, 9279, 6739, 8474, 6649, 7823, 12153, 7566, 11602, 7123, 10142, 7110, 9986, 7802, 7549, 6649, 7204, 10138, 6549, 9805, 7346, 8980, 7182, 8284, 6637, 7516, 7603, 7395, 10662, 6560, 11013, 7014, 10541, 8306, 10711, 6776, 8372, 7493, 8059, 13200, 7365, 11467, 7491, 9487, 6894, 9217, 7549, 7119, 6822, 7043, 9874, 6575, 10107, 7573, 9337, 7339, 8553, 6910, 8921, 7657, 8247, 6742, 7432, 11387, 6987, 10839, 7316, 9763, 7673, 8473, 7115, 9733, 7804, 8430, 6690, 7755, 7038, 8042, 12825, 7629, 12232, 7203, 11140, 7173, 9807, 7488, 10919, 7585, 8227, 6466, 7882, 6455, 7606, 11221, 7569, 11442, 7335, 10557, 7298, 9172, 7571, 9836, 7164, 7789, 6465, 7552, 12196, 6961, 11092, 7352, 10648, 7273, 8450, 7466, 7500, 12768, 6865, 11920, 7416, 9938, 7665, 8048, 6603, 8142, 8930, 7237, 10772, 7248, 9923, 7512, 9183, 7043, 8202, 7606, 7303, 10564, 6653, 10345, 6936, 10204, 7578, 11063, 7142, 9499, 6907, 7700, 13213, 6719, 11972, 7161, 10514, 7413, 8811, 7468, 7832, 7243, 7821, 12249, 6949, 11085, 6926, 10056, 7544, 11163, 6993, 8039, 7329, 7886, 9716, 7169, 9751, 6827, 10023, 6851, 10550, 7246, 11005, 7432, 9491, 7186, 9338, 7691, 10559, 7858, 9753, 7052, 7800], 'WindowCenter': [3913.0, 3875.0, 3885.0, 3860.0, 3850.0, 3868.0, 3835.0, 3845.0, 3820.0, 3833.0, 3819.0, 3809.0, 3829.0, 3776.0, 3808.0, 3763.0, 3786.0, 3774.0, 3766.0, 3817.0, 3766.0, 3797.0, 3765.0, 3788.0, 3776.0, 3779.0, 3798.0, 3779.0, 3810.0, 3780.0, 3802.0, 3804.0, 3804.0, 3844.0, 3805.0, 3845.0, 3804.0, 3826.0, 3806.0, 3840.0, 3850.0, 3843.0, 3893.0, 3822.0, 3884.0, 3841.0, 3884.0, 3871.0, 3851.0, 3880.0, 3818.0, 3869.0, 3838.0, 3860.0, 3867.0, 3836.0, 3856.0, 3814.0, 3825.0, 3823.0, 3815.0, 3865.0, 3804.0, 3847.0, 3792.0, 3814.0, 3855.0, 3792.0, 3844.0, 3802.0, 3814.0, 3844.0, 3793.0, 3844.0, 3802.0, 3834.0, 3802.0, 3803.0, 3855.0, 3803.0, 3833.0, 3803.0, 3825.0, 3813.0, 3804.0, 3866.0, 3813.0, 3844.0, 3803.0, 3824.0, 3854.0, 3804.0, 3854.0, 3803.0, 3835.0, 3801.0, 3824.0, 3855.0, 3804.0, 3846.0, 3791.0, 3825.0, 3855.0, 3805.0, 3845.0, 3804.0, 3835.0, 3812.0, 3825.0, 3866.0, 3814.0, 3846.0, 3793.0, 3814.0, 3865.0, 3803.0, 3855.0, 3813.0, 3824.0, 3810.0, 3780.0, 3842.0, 3802.0, 3834.0, 3802.0, 3814.0, 3854.0, 3792.0, 3833.0, 3812.0, 3815.0, 3793.0, 3815.0, 3844.0, 3803.0, 3846.0, 3824.0, 3834.0, 3865.0, 3802.0, 3854.0, 3813.0, 3844.0, 3802.0, 3814.0, 3792.0, 3814.0, 3865.0, 3813.0, 3853.0, 3803.0, 3834.0, 3791.0, 3812.0, 3854.0, 3803.0, 3865.0, 3803.0, 3843.0, 3802.0, 3844.0, 3801.0, 3823.0, 3852.0, 3790.0, 3841.0, 3789.0, 3832.0, 3800.0, 3800.0, 3778.0, 3790.0, 3831.0, 3790.0, 3831.0, 3801.0, 3822.0, 3792.0, 3813.0, 3822.0, 3814.0, 3854.0, 3804.0, 3855.0, 3803.0, 3845.0, 3812.0, 3823.0, 3865.0, 3792.0, 3852.0, 3801.0, 3855.0, 3821.0, 3792.0, 3822.0, 3812.0, 3800.0, 3802.0, 3791.0, 3825.0, 3866.0, 3814.0, 3855.0, 3791.0, 3813.0, 3822.0, 3813.0, 3843.0, 3802.0, 3843.0, 3801.0, 3822.0, 3789.0, 3812.0, 3801.0, 3792.0, 3832.0, 3792.0, 3832.0, 3792.0, 3823.0, 3812.0, 3824.0, 3792.0, 3814.0, 3802.0, 3815.0, 3854.0, 3815.0, 3844.0, 3804.0, 3835.0, 3802.0, 3835.0, 3812.0, 3824.0, 3843.0, 3802.0, 3853.0, 3791.0, 3843.0, 3801.0, 3833.0, 3790.0, 3811.0, 3809.0, 3800.0, 3842.0, 3791.0, 3832.0, 3801.0, 3821.0, 3790.0, 3812.0, 3790.0, 3802.0, 3821.0, 3792.0, 3833.0, 3803.0, 3834.0, 3802.0, 3813.0, 3843.0, 3813.0, 3854.0, 3802.0, 3833.0, 3802.0, 3812.0, 3791.0, 3813.0, 3832.0, 3803.0, 3834.0, 3804.0, 3834.0, 3804.0, 3836.0, 3802.0, 3836.0, 3856.0, 3814.0, 3865.0, 3814.0, 3854.0, 3802.0, 3844.0, 3833.0, 3824.0, 3864.0, 3801.0, 3843.0, 3790.0, 3822.0, 3802.0, 3813.0, 3780.0, 3801.0, 3843.0, 3793.0, 3845.0, 3815.0, 3857.0, 3804.0, 3826.0, 3802.0, 3824.0, 3866.0, 3815.0, 3855.0, 3802.0, 3854.0, 3802.0, 3844.0, 3811.0, 3822.0, 3852.0, 3792.0, 3843.0, 3791.0, 3832.0, 3812.0, 3813.0, 3792.0, 3814.0, 3811.0, 3812.0, 3854.0, 3814.0, 3854.0, 3803.0, 3843.0, 3802.0, 3833.0, 3800.0, 3803.0, 3854.0, 3793.0, 3833.0, 3812.0, 3832.0, 3802.0, 3854.0, 3812.0, 3823.0, 3780.0, 3812.0, 3789.0, 3812.0, 3843.0, 3802.0, 3831.0, 3803.0, 3823.0, 3792.0, 3833.0, 3802.0, 3822.0, 3790.0, 3812.0, 3790.0, 3812.0, 3831.0, 3802.0, 3842.0, 3792.0, 3823.0, 3791.0, 3834.0, 3814.0, 3835.0, 3792.0, 3814.0, 3803.0, 3814.0, 3854.0, 3814.0, 3855.0, 3803.0, 3854.0, 3802.0, 3856.0, 3813.0, 3845.0, 3843.0, 3802.0, 3841.0, 3789.0, 3842.0, 3800.0, 3821.0, 3789.0, 3810.0, 3779.0, 3801.0, 3851.0, 3791.0, 3832.0, 3801.0, 3822.0, 3791.0, 3833.0, 3800.0, 3802.0, 3822.0, 3791.0, 3842.0, 3790.0, 3832.0, 3801.0, 3832.0, 3790.0, 3812.0, 3778.0, 3801.0, 3842.0, 3801.0, 3842.0, 3801.0, 3820.0, 3790.0, 3831.0, 3801.0, 3801.0, 3779.0, 3812.0, 3790.0, 3812.0, 3842.0, 3802.0, 3842.0, 3803.0, 3842.0, 3802.0, 3843.0, 3801.0, 3834.0, 3791.0, 3802.0, 3780.0, 3811.0, 3843.0, 3802.0, 3843.0, 3802.0, 3833.0, 3802.0, 3834.0, 3802.0, 3803.0, 3833.0, 3791.0, 3821.0, 3802.0, 3845.0, 3801.0, 3824.0, 3821.0, 3802.0, 3832.0, 3791.0, 3822.0, 3802.0, 3801.0, 3781.0, 3812.0, 3801.0, 3813.0, 3854.0, 3803.0, 3844.0, 3803.0, 3824.0, 3792.0, 3814.0, 3812.0, 3804.0, 3855.0, 3794.0, 3845.0, 3803.0, 3846.0, 3812.0, 3824.0, 3833.0, 3792.0, 3843.0, 3802.0, 3845.0, 3802.0, 3833.0, 3781.0, 3803.0, 3843.0, 3790.0, 3822.0, 3802.0, 3812.0, 3790.0, 3812.0, 3832.0, 3792.0, 3832.0, 3802.0, 3824.0, 3780.0, 3814.0, 3843.0, 3803.0, 3843.0, 3814.0, 3845.0, 3791.0, 3824.0, 3822.0, 3802.0, 3853.0, 3812.0, 3842.0, 3801.0, 3822.0, 3789.0, 3833.0, 3800.0, 3833.0, 3842.0, 3792.0, 3854.0, 3791.0, 3843.0, 3811.0, 3833.0, 3779.0, 3812.0, 3809.0, 3801.0, 3841.0, 3801.0, 3832.0, 3789.0, 3821.0, 3779.0, 3811.0, 3790.0, 3800.0, 3821.0, 3792.0, 3832.0, 3790.0, 3822.0, 3801.0, 3823.0, 3781.0, 3813.0, 3781.0, 3813.0, 3854.0, 3803.0, 3855.0, 3803.0, 3843.0, 3790.0, 3843.0, 3811.0, 3822.0, 3842.0, 3800.0, 3841.0, 3789.0, 3829.0, 3800.0, 3810.0, 3779.0, 3801.0, 3809.0, 3790.0, 3831.0, 3789.0, 3821.0, 3789.0, 3810.0, 3789.0, 3801.0, 3842.0, 3801.0, 3842.0, 3801.0, 3820.0, 3790.0, 3812.0, 3800.0, 3801.0, 3789.0, 3802.0, 3832.0, 3792.0, 3833.0, 3803.0, 3834.0, 3792.0, 3814.0, 3832.0, 3802.0, 3853.0, 3812.0, 3833.0, 3790.0, 3812.0, 3780.0, 3812.0, 3843.0, 3802.0, 3843.0, 3802.0, 3832.0, 3790.0, 3812.0, 3800.0, 3802.0, 3843.0, 3790.0, 3832.0, 3790.0, 3822.0, 3802.0, 3802.0, 3780.0, 3814.0, 3812.0, 3804.0, 3844.0, 3805.0, 3846.0, 3816.0, 3835.0, 3803.0, 3845.0, 3814.0, 3836.0, 3793.0, 3815.0, 3855.0, 3814.0, 3844.0, 3815.0, 3844.0, 3803.0, 3834.0, 3803.0, 3835.0, 3802.0, 3825.0, 3822.0, 3803.0, 3854.0, 3792.0, 3844.0, 3804.0, 3844.0, 3802.0, 3835.0, 3802.0, 3845.0, 3802.0, 3845.0, 3822.0, 3803.0, 3853.0, 3791.0, 3842.0, 3801.0, 3832.0, 3802.0, 3812.0, 3790.0, 3823.0, 3812.0, 3813.0, 3833.0, 3801.0, 3843.0, 3801.0, 3842.0, 3800.0, 3812.0, 3779.0, 3802.0, 3831.0, 3800.0, 3831.0, 3801.0, 3822.0, 3800.0, 3811.0, 3791.0, 3813.0, 3833.0, 3812.0, 3843.0, 3802.0, 3833.0, 3792.0, 3832.0, 3802.0, 3834.0, 3792.0, 3814.0, 3792.0, 3815.0, 3824.0, 3815.0, 3865.0, 3813.0, 3866.0, 3814.0, 3854.0, 3802.0, 3823.0, 3790.0, 3822.0, 3801.0, 3814.0, 3780.0, 3813.0, 3842.0, 3791.0, 3832.0, 3801.0, 3822.0, 3792.0, 3823.0, 3792.0, 3824.0, 3802.0, 3804.0, 3793.0, 3815.0, 3844.0, 3814.0, 3844.0, 3814.0, 3845.0, 3793.0, 3844.0, 3802.0, 3855.0, 3801.0, 3834.0, 3791.0, 3813.0, 3832.0, 3803.0, 3843.0, 3803.0, 3834.0, 3803.0, 3835.0, 3803.0, 3824.0, 3802.0, 3814.0, 3854.0, 3824.0, 3854.0, 3802.0, 3833.0, 3790.0, 3822.0, 3800.0, 3802.0, 3780.0, 3802.0, 3832.0, 3791.0, 3832.0, 3792.0, 3823.0, 3791.0, 3813.0, 3792.0, 3814.0, 3803.0, 3815.0, 3834.0, 3804.0, 3855.0, 3803.0, 3834.0, 3814.0, 3835.0, 3793.0, 3814.0, 3792.0, 3813.0, 3853.0, 3813.0, 3843.0, 3802.0, 3842.0, 3791.0, 3833.0, 3800.0, 3801.0, 3781.0, 3803.0, 3812.0, 3803.0, 3844.0, 3802.0, 3832.0, 3803.0, 3823.0, 3792.0, 3844.0, 3801.0, 3833.0, 3792.0, 3812.0, 3833.0, 3813.0, 3854.0, 3812.0, 3843.0, 3801.0, 3832.0, 3790.0, 3843.0, 3800.0, 3833.0, 3791.0, 3813.0, 3790.0, 3811.0, 3851.0, 3801.0, 3842.0, 3790.0, 3821.0, 3790.0, 3831.0, 3799.0, 3832.0, 3790.0, 3790.0, 3779.0, 3801.0, 3841.0, 3800.0, 3842.0, 3790.0, 3831.0, 3790.0, 3821.0, 3800.0, 3811.0, 3802.0, 3813.0, 3801.0, 3812.0, 3801.0, 3833.0, 3831.0, 3822.0, 3843.0, 3802.0, 3841.0, 3790.0, 3841.0, 3812.0, 3841.0, 3790.0, 3830.0, 3789.0, 3820.0, 3798.0, 3821.0, 3789.0, 3801.0, 3789.0, 3790.0, 3831.0, 3801.0, 3832.0, 3801.0, 3833.0, 3803.0, 3833.0, 3803.0, 3834.0, 3803.0, 3824.0, 3803.0, 3845.0, 3812.0, 3845.0, 3791.0, 3802.0, 3779.0, 3812.0, 3811.0, 3812.0, 3822.0, 3802.0, 3844.0, 3793.0, 3843.0, 3802.0, 3834.0, 3803.0, 3824.0, 3792.0, 3824.0, 3812.0, 3845.0, 3813.0, 3813.0, 3843.0, 3791.0, 3843.0, 3801.0, 3832.0, 3802.0, 3843.0, 3803.0, 3803.0, 3803.0, 3832.0, 3813.0, 3854.0, 3802.0, 3833.0, 3803.0, 3833.0, 3801.0, 3834.0, 3813.0, 3824.0, 3792.0, 3813.0, 3792.0, 3823.0, 3802.0, 3812.0, 3791.0, 3803.0, 3832.0, 3803.0, 3844.0, 3803.0, 3844.0, 3803.0, 3833.0, 3802.0, 3823.0, 3793.0, 3823.0, 3792.0, 3814.0, 3792.0, 3803.0, 3802.0, 3814.0, 3855.0, 3803.0, 3844.0, 3803.0, 3833.0, 3802.0, 3834.0, 3802.0, 3824.0, 3791.0, 3813.0, 3821.0, 3801.0, 3842.0, 3791.0, 3822.0, 3800.0, 3822.0, 3779.0, 3813.0, 3801.0, 3813.0, 3832.0, 3802.0, 3832.0, 3803.0, 3844.0, 3813.0, 3843.0, 3802.0, 3813.0, 3822.0, 3802.0, 3853.0, 3792.0, 3833.0, 3802.0, 3823.0, 3803.0, 3845.0, 3802.0, 3835.0, 3791.0, 3814.0, 3844.0, 3803.0, 3844.0, 3814.0, 3834.0, 3803.0, 3824.0, 3791.0, 3825.0, 3844.0, 3814.0, 3854.0, 3803.0, 3832.0, 3791.0, 3843.0, 3799.0, 3833.0, 3779.0, 3791.0, 3831.0, 3780.0, 3831.0, 3790.0, 3821.0, 3791.0, 3812.0, 3791.0, 3812.0, 3811.0, 3803.0, 3843.0, 3792.0, 3832.0, 3792.0, 3822.0, 3802.0, 3844.0, 3790.0, 3813.0, 3791.0, 3813.0, 3811.0, 3812.0, 3854.0, 3792.0, 3854.0, 3802.0, 3832.0, 3802.0, 3833.0, 3802.0, 3813.0, 3791.0, 3813.0, 3842.0, 3803.0, 3843.0, 3803.0, 3834.0, 3791.0, 3813.0, 3780.0, 3812.0, 3843.0, 3791.0, 3831.0, 3800.0, 3821.0, 3801.0, 3822.0, 3801.0, 3802.0, 3790.0, 3812.0, 3821.0, 3792.0, 3843.0, 3792.0, 3833.0, 3802.0, 3824.0, 3791.0, 3814.0, 3813.0, 3812.0, 3854.0, 3803.0, 3854.0, 3803.0, 3856.0, 3812.0, 3823.0, 3780.0, 3813.0, 3852.0, 3792.0, 3842.0, 3802.0, 3822.0, 3792.0, 3813.0, 3791.0, 3812.0, 3822.0, 3803.0, 3832.0, 3803.0, 3834.0, 3793.0, 3835.0, 3804.0, 3835.0, 3804.0, 3825.0, 3793.0, 3834.0, 3814.0, 3836.0, 3845.0, 3804.0, 3854.0, 3792.0, 3855.0, 3814.0, 3844.0, 3803.0, 3834.0, 3792.0, 3813.0, 3801.0, 3803.0, 3780.0, 3802.0, 3844.0, 3793.0, 3844.0, 3814.0, 3844.0, 3804.0, 3822.0, 3792.0, 3833.0, 3802.0, 3813.0, 3844.0, 3792.0, 3832.0, 3791.0, 3821.0, 3802.0, 3812.0, 3791.0, 3814.0, 3792.0, 3802.0, 3823.0, 3814.0, 3834.0, 3804.0, 3834.0, 3804.0, 3835.0, 3814.0, 3836.0, 3794.0, 3816.0, 3804.0, 3815.0, 3867.0, 3815.0, 3856.0, 3803.0, 3835.0, 3803.0, 3835.0, 3834.0, 3801.0, 3855.0, 3802.0, 3842.0, 3791.0, 3832.0, 3802.0, 3813.0, 3781.0, 3813.0, 3792.0, 3814.0, 3854.0, 3813.0, 3843.0, 3802.0, 3834.0, 3791.0, 3833.0, 3801.0, 3813.0, 3853.0, 3791.0, 3841.0, 3790.0, 3832.0, 3800.0, 3791.0, 3779.0, 3801.0, 3832.0, 3780.0, 3821.0, 3790.0, 3812.0, 3791.0, 3802.0, 3780.0, 3813.0, 3854.0, 3813.0, 3855.0, 3803.0, 3843.0, 3803.0, 3834.0, 3802.0, 3845.0, 3802.0, 3813.0, 3854.0, 3791.0, 3854.0, 3813.0, 3854.0, 3802.0, 3833.0, 3791.0, 3823.0, 3801.0, 3823.0, 3791.0, 3814.0, 3842.0, 3792.0, 3842.0, 3792.0, 3833.0, 3802.0, 3823.0, 3791.0, 3812.0, 3812.0, 3803.0, 3812.0, 3792.0, 3833.0, 3793.0, 3834.0, 3815.0, 3845.0, 3804.0, 3846.0, 3805.0, 3846.0, 3815.0, 3857.0, 3804.0, 3846.0, 3802.0, 3835.0, 3844.0, 3824.0, 3855.0, 3803.0, 3854.0, 3791.0, 3853.0, 3813.0, 3854.0, 3802.0, 3833.0, 3791.0, 3812.0, 3821.0, 3832.0, 3831.0, 3801.0, 3779.0, 3792.0, 3792.0, 3834.0, 3823.0, 3814.0, 3833.0, 3792.0, 3833.0, 3802.0, 3833.0, 3802.0, 3813.0, 3780.0, 3802.0, 3780.0, 3803.0, 3833.0, 3814.0, 3844.0, 3793.0, 3844.0, 3793.0, 3834.0, 3803.0, 3834.0, 3801.0, 3824.0, 3793.0, 3814.0, 3801.0, 3834.0, 3843.0, 3814.0, 3854.0, 3792.0, 3842.0, 3791.0, 3833.0, 3800.0, 3813.0, 3780.0, 3803.0, 3841.0, 3791.0, 3841.0, 3834.0, 3842.0, 3793.0, 3823.0, 3792.0, 3815.0, 3803.0, 3815.0, 3834.0, 3804.0, 3845.0, 3794.0, 3835.0, 3814.0, 3845.0, 3804.0, 3815.0, 3794.0, 3846.0, 3814.0, 3845.0, 3833.0, 3846.0, 3844.0, 3845.0, 3833.0, 3792.0, 3832.0, 3792.0, 3833.0, 3814.0, 3833.0, 3803.0, 3822.0, 3791.0, 3845.0, 3803.0, 3845.0, 3792.0, 3813.0, 3791.0, 3811.0, 3821.0, 3823.0, 3842.0, 3791.0, 3841.0, 3790.0, 3831.0, 3801.0, 3830.0, 3789.0, 3810.0, 3789.0, 3830.0, 3788.0, 3800.0, 3778.0, 3799.0, 3789.0, 3801.0, 3810.0, 3801.0, 3831.0, 3791.0, 3830.0, 3801.0, 3822.0, 3801.0, 3812.0, 3791.0, 3812.0, 3789.0, 3802.0, 3821.0, 3812.0, 3842.0, 3791.0, 3832.0, 3801.0, 3822.0, 3801.0, 3802.0, 3791.0, 3814.0, 3792.0, 3814.0, 3844.0, 3803.0, 3845.0, 3804.0, 3833.0, 3803.0, 3845.0, 3813.0, 3823.0, 3801.0, 3802.0, 3854.0, 3782.0, 3833.0, 3801.0, 3831.0, 3801.0, 3823.0, 3791.0, 3812.0, 3800.0, 3802.0, 3822.0, 3791.0, 3833.0, 3792.0, 3821.0, 3803.0, 3824.0, 3792.0, 3813.0, 3791.0, 3801.0, 3843.0, 3803.0, 3844.0, 3792.0, 3832.0, 3801.0, 3834.0, 3802.0, 3802.0, 3791.0, 3803.0, 3833.0, 3781.0, 3832.0, 3803.0, 3823.0, 3803.0, 3814.0, 3792.0, 3804.0, 3814.0, 3805.0, 3844.0, 3794.0, 3845.0, 3803.0, 3846.0, 3824.0, 3846.0, 3792.0, 3814.0, 3801.0, 3813.0, 3854.0, 3803.0, 3843.0, 3802.0, 3822.0, 3791.0, 3823.0, 3801.0, 3793.0, 3790.0, 3791.0, 3833.0, 3792.0, 3833.0, 3803.0, 3823.0, 3803.0, 3813.0, 3791.0, 3823.0, 3802.0, 3813.0, 3791.0, 3803.0, 3844.0, 3803.0, 3833.0, 3815.0, 3860.0, 3828.0, 3814.0, 3792.0, 3823.0, 3802.0, 3814.0, 3792.0, 3814.0, 3792.0, 3814.0, 3853.0, 3803.0, 3843.0, 3802.0, 3830.0, 3790.0, 3821.0, 3801.0, 3833.0, 3801.0, 3811.0, 3780.0, 3800.0, 3779.0, 3802.0, 3833.0, 3803.0, 3843.0, 3803.0, 3833.0, 3803.0, 3835.0, 3814.0, 3835.0, 3803.0, 3814.0, 3782.0, 3813.0, 3855.0, 3804.0, 3845.0, 3803.0, 3835.0, 3801.0, 3814.0, 3802.0, 3802.0, 3854.0, 3793.0, 3844.0, 3802.0, 3833.0, 3802.0, 3813.0, 3790.0, 3814.0, 3822.0, 3803.0, 3844.0, 3804.0, 3834.0, 3803.0, 3823.0, 3792.0, 3823.0, 3803.0, 3804.0, 3844.0, 3795.0, 3834.0, 3804.0, 3834.0, 3814.0, 3845.0, 3803.0, 3835.0, 3791.0, 3803.0, 3854.0, 3792.0, 3844.0, 3793.0, 3834.0, 3803.0, 3823.0, 3802.0, 3803.0, 3803.0, 3815.0, 3855.0, 3803.0, 3844.0, 3804.0, 3833.0, 3803.0, 3845.0, 3791.0, 3812.0, 3801.0, 3813.0, 3822.0, 3791.0, 3822.0, 3792.0, 3833.0, 3793.0, 3845.0, 3804.0, 3845.0, 3804.0, 3835.0, 3804.0, 3823.0, 3803.0, 3835.0, 3813.0, 3823.0, 3791.0, 3802.0], 'WindowWidth': [8736.0, 8669.0, 8682.0, 8638.0, 8621.0, 8642.0, 8591.0, 8606.0, 8563.0, 8583.0, 8559.0, 8547.0, 8572.0, 8499.0, 8540.0, 8478.0, 8511.0, 8493.0, 8486.0, 8551.0, 8484.0, 8527.0, 8483.0, 8519.0, 8500.0, 8508.0, 8531.0, 8509.0, 8551.0, 8514.0, 8549.0, 8553.0, 8554.0, 8605.0, 8555.0, 8606.0, 8554.0, 8587.0, 8559.0, 8611.0, 8625.0, 8620.0, 8686.0, 8591.0, 8675.0, 8614.0, 8677.0, 8654.0, 8626.0, 8663.0, 8577.0, 8648.0, 8601.0, 8634.0, 8640.0, 8597.0, 8625.0, 8564.0, 8581.0, 8573.0, 8566.0, 8635.0, 8552.0, 8612.0, 8533.0, 8565.0, 8620.0, 8532.0, 8605.0, 8545.0, 8565.0, 8601.0, 8535.0, 8603.0, 8547.0, 8591.0, 8545.0, 8550.0, 8618.0, 8550.0, 8590.0, 8548.0, 8581.0, 8562.0, 8553.0, 8635.0, 8564.0, 8606.0, 8548.0, 8579.0, 8617.0, 8552.0, 8617.0, 8549.0, 8594.0, 8544.0, 8578.0, 8619.0, 8552.0, 8609.0, 8533.0, 8582.0, 8621.0, 8555.0, 8608.0, 8553.0, 8597.0, 8561.0, 8583.0, 8639.0, 8567.0, 8612.0, 8536.0, 8566.0, 8634.0, 8550.0, 8621.0, 8561.0, 8578.0, 8554.0, 8516.0, 8597.0, 8546.0, 8591.0, 8546.0, 8564.0, 8617.0, 8535.0, 8589.0, 8561.0, 8570.0, 8536.0, 8568.0, 8604.0, 8552.0, 8613.0, 8579.0, 8593.0, 8634.0, 8547.0, 8617.0, 8562.0, 8605.0, 8547.0, 8568.0, 8534.0, 8565.0, 8633.0, 8563.0, 8616.0, 8548.0, 8590.0, 8530.0, 8560.0, 8616.0, 8550.0, 8632.0, 8549.0, 8601.0, 8545.0, 8605.0, 8543.0, 8575.0, 8611.0, 8526.0, 8595.0, 8524.0, 8584.0, 8538.0, 8540.0, 8508.0, 8527.0, 8580.0, 8527.0, 8582.0, 8545.0, 8575.0, 8533.0, 8564.0, 8573.0, 8567.0, 8619.0, 8553.0, 8623.0, 8549.0, 8608.0, 8560.0, 8576.0, 8632.0, 8533.0, 8612.0, 8541.0, 8622.0, 8572.0, 8534.0, 8571.0, 8558.0, 8541.0, 8547.0, 8532.0, 8581.0, 8638.0, 8564.0, 8621.0, 8530.0, 8560.0, 8570.0, 8561.0, 8600.0, 8545.0, 8601.0, 8543.0, 8572.0, 8524.0, 8558.0, 8541.0, 8531.0, 8585.0, 8532.0, 8584.0, 8532.0, 8575.0, 8560.0, 8578.0, 8533.0, 8565.0, 8546.0, 8567.0, 8619.0, 8570.0, 8604.0, 8552.0, 8594.0, 8546.0, 8593.0, 8559.0, 8579.0, 8600.0, 8546.0, 8614.0, 8531.0, 8601.0, 8543.0, 8587.0, 8527.0, 8557.0, 8550.0, 8540.0, 8596.0, 8528.0, 8583.0, 8542.0, 8569.0, 8526.0, 8560.0, 8529.0, 8548.0, 8571.0, 8535.0, 8589.0, 8549.0, 8591.0, 8547.0, 8564.0, 8602.0, 8562.0, 8616.0, 8547.0, 8587.0, 8546.0, 8562.0, 8531.0, 8565.0, 8587.0, 8550.0, 8590.0, 8552.0, 8592.0, 8553.0, 8598.0, 8549.0, 8598.0, 8624.0, 8567.0, 8634.0, 8565.0, 8621.0, 8547.0, 8606.0, 8588.0, 8578.0, 8631.0, 8544.0, 8600.0, 8528.0, 8573.0, 8546.0, 8564.0, 8516.0, 8547.0, 8601.0, 8538.0, 8606.0, 8569.0, 8627.0, 8553.0, 8585.0, 8549.0, 8580.0, 8636.0, 8568.0, 8620.0, 8548.0, 8620.0, 8545.0, 8604.0, 8557.0, 8574.0, 8614.0, 8532.0, 8601.0, 8532.0, 8585.0, 8560.0, 8563.0, 8533.0, 8567.0, 8557.0, 8562.0, 8618.0, 8566.0, 8618.0, 8549.0, 8604.0, 8546.0, 8588.0, 8542.0, 8549.0, 8617.0, 8536.0, 8588.0, 8560.0, 8586.0, 8547.0, 8619.0, 8560.0, 8575.0, 8515.0, 8559.0, 8525.0, 8559.0, 8600.0, 8547.0, 8584.0, 8549.0, 8573.0, 8532.0, 8589.0, 8548.0, 8575.0, 8529.0, 8562.0, 8527.0, 8560.0, 8583.0, 8547.0, 8599.0, 8534.0, 8574.0, 8533.0, 8592.0, 8567.0, 8594.0, 8536.0, 8566.0, 8549.0, 8566.0, 8619.0, 8566.0, 8620.0, 8549.0, 8617.0, 8546.0, 8623.0, 8560.0, 8607.0, 8600.0, 8544.0, 8596.0, 8524.0, 8597.0, 8541.0, 8568.0, 8523.0, 8554.0, 8509.0, 8542.0, 8609.0, 8528.0, 8583.0, 8543.0, 8570.0, 8529.0, 8588.0, 8541.0, 8545.0, 8570.0, 8529.0, 8598.0, 8526.0, 8585.0, 8544.0, 8585.0, 8528.0, 8559.0, 8509.0, 8542.0, 8597.0, 8543.0, 8596.0, 8541.0, 8564.0, 8527.0, 8582.0, 8541.0, 8543.0, 8512.0, 8558.0, 8526.0, 8559.0, 8598.0, 8547.0, 8599.0, 8548.0, 8599.0, 8546.0, 8601.0, 8542.0, 8591.0, 8530.0, 8547.0, 8513.0, 8556.0, 8600.0, 8546.0, 8600.0, 8546.0, 8587.0, 8546.0, 8590.0, 8545.0, 8550.0, 8586.0, 8532.0, 8571.0, 8547.0, 8607.0, 8544.0, 8577.0, 8570.0, 8547.0, 8585.0, 8530.0, 8573.0, 8545.0, 8546.0, 8517.0, 8561.0, 8543.0, 8561.0, 8617.0, 8550.0, 8605.0, 8550.0, 8578.0, 8533.0, 8565.0, 8561.0, 8554.0, 8621.0, 8539.0, 8608.0, 8549.0, 8610.0, 8561.0, 8580.0, 8587.0, 8535.0, 8602.0, 8548.0, 8607.0, 8547.0, 8590.0, 8516.0, 8548.0, 8600.0, 8527.0, 8573.0, 8544.0, 8559.0, 8528.0, 8560.0, 8585.0, 8533.0, 8587.0, 8546.0, 8578.0, 8515.0, 8564.0, 8601.0, 8549.0, 8603.0, 8564.0, 8607.0, 8531.0, 8578.0, 8572.0, 8545.0, 8615.0, 8560.0, 8597.0, 8544.0, 8573.0, 8526.0, 8588.0, 8541.0, 8590.0, 8598.0, 8532.0, 8615.0, 8531.0, 8603.0, 8557.0, 8587.0, 8510.0, 8557.0, 8550.0, 8541.0, 8595.0, 8543.0, 8582.0, 8524.0, 8569.0, 8511.0, 8557.0, 8525.0, 8542.0, 8569.0, 8532.0, 8584.0, 8529.0, 8571.0, 8544.0, 8576.0, 8517.0, 8561.0, 8518.0, 8563.0, 8617.0, 8549.0, 8619.0, 8549.0, 8604.0, 8527.0, 8603.0, 8555.0, 8572.0, 8597.0, 8539.0, 8593.0, 8524.0, 8577.0, 8537.0, 8553.0, 8509.0, 8540.0, 8549.0, 8526.0, 8580.0, 8524.0, 8568.0, 8524.0, 8554.0, 8524.0, 8543.0, 8596.0, 8543.0, 8596.0, 8540.0, 8566.0, 8525.0, 8557.0, 8540.0, 8542.0, 8526.0, 8546.0, 8586.0, 8534.0, 8588.0, 8549.0, 8592.0, 8532.0, 8565.0, 8584.0, 8545.0, 8613.0, 8558.0, 8587.0, 8526.0, 8558.0, 8512.0, 8558.0, 8600.0, 8545.0, 8600.0, 8545.0, 8585.0, 8527.0, 8559.0, 8538.0, 8545.0, 8600.0, 8527.0, 8584.0, 8528.0, 8572.0, 8545.0, 8546.0, 8516.0, 8565.0, 8559.0, 8553.0, 8604.0, 8555.0, 8610.0, 8570.0, 8596.0, 8551.0, 8610.0, 8566.0, 8598.0, 8537.0, 8568.0, 8620.0, 8565.0, 8605.0, 8567.0, 8605.0, 8549.0, 8591.0, 8549.0, 8594.0, 8546.0, 8580.0, 8573.0, 8548.0, 8616.0, 8534.0, 8605.0, 8551.0, 8604.0, 8548.0, 8594.0, 8545.0, 8607.0, 8547.0, 8607.0, 8572.0, 8547.0, 8614.0, 8529.0, 8599.0, 8543.0, 8584.0, 8545.0, 8559.0, 8529.0, 8575.0, 8558.0, 8562.0, 8585.0, 8544.0, 8600.0, 8541.0, 8599.0, 8541.0, 8559.0, 8511.0, 8545.0, 8580.0, 8541.0, 8582.0, 8542.0, 8572.0, 8541.0, 8557.0, 8529.0, 8562.0, 8586.0, 8560.0, 8599.0, 8545.0, 8587.0, 8533.0, 8585.0, 8545.0, 8592.0, 8532.0, 8564.0, 8532.0, 8567.0, 8579.0, 8570.0, 8634.0, 8565.0, 8636.0, 8565.0, 8617.0, 8545.0, 8574.0, 8527.0, 8572.0, 8543.0, 8562.0, 8512.0, 8560.0, 8597.0, 8529.0, 8583.0, 8542.0, 8570.0, 8532.0, 8575.0, 8532.0, 8579.0, 8546.0, 8552.0, 8535.0, 8569.0, 8604.0, 8566.0, 8605.0, 8566.0, 8607.0, 8536.0, 8604.0, 8544.0, 8620.0, 8542.0, 8590.0, 8529.0, 8562.0, 8584.0, 8547.0, 8600.0, 8549.0, 8589.0, 8549.0, 8593.0, 8548.0, 8578.0, 8547.0, 8564.0, 8618.0, 8576.0, 8615.0, 8543.0, 8586.0, 8525.0, 8570.0, 8537.0, 8543.0, 8512.0, 8543.0, 8583.0, 8529.0, 8584.0, 8532.0, 8574.0, 8532.0, 8561.0, 8534.0, 8565.0, 8546.0, 8566.0, 8589.0, 8552.0, 8620.0, 8549.0, 8591.0, 8562.0, 8594.0, 8535.0, 8563.0, 8531.0, 8561.0, 8614.0, 8562.0, 8600.0, 8544.0, 8598.0, 8528.0, 8586.0, 8540.0, 8543.0, 8516.0, 8549.0, 8558.0, 8549.0, 8603.0, 8547.0, 8586.0, 8548.0, 8574.0, 8532.0, 8605.0, 8544.0, 8590.0, 8534.0, 8561.0, 8586.0, 8560.0, 8616.0, 8559.0, 8600.0, 8542.0, 8584.0, 8527.0, 8600.0, 8539.0, 8587.0, 8527.0, 8559.0, 8524.0, 8554.0, 8609.0, 8541.0, 8596.0, 8526.0, 8568.0, 8527.0, 8582.0, 8538.0, 8585.0, 8524.0, 8525.0, 8508.0, 8540.0, 8594.0, 8540.0, 8595.0, 8526.0, 8581.0, 8527.0, 8567.0, 8540.0, 8554.0, 8544.0, 8560.0, 8541.0, 8559.0, 8541.0, 8585.0, 8582.0, 8571.0, 8599.0, 8543.0, 8595.0, 8526.0, 8593.0, 8556.0, 8593.0, 8526.0, 8579.0, 8523.0, 8564.0, 8534.0, 8568.0, 8522.0, 8541.0, 8521.0, 8527.0, 8581.0, 8541.0, 8583.0, 8545.0, 8587.0, 8548.0, 8587.0, 8549.0, 8588.0, 8549.0, 8577.0, 8548.0, 8605.0, 8559.0, 8606.0, 8530.0, 8545.0, 8511.0, 8557.0, 8555.0, 8558.0, 8572.0, 8547.0, 8603.0, 8535.0, 8601.0, 8547.0, 8589.0, 8547.0, 8576.0, 8532.0, 8576.0, 8559.0, 8605.0, 8559.0, 8562.0, 8600.0, 8529.0, 8600.0, 8543.0, 8584.0, 8545.0, 8601.0, 8550.0, 8549.0, 8550.0, 8586.0, 8563.0, 8618.0, 8547.0, 8587.0, 8548.0, 8588.0, 8543.0, 8591.0, 8560.0, 8577.0, 8532.0, 8562.0, 8531.0, 8573.0, 8543.0, 8558.0, 8528.0, 8546.0, 8583.0, 8546.0, 8601.0, 8548.0, 8602.0, 8548.0, 8586.0, 8544.0, 8572.0, 8534.0, 8574.0, 8531.0, 8562.0, 8532.0, 8548.0, 8546.0, 8563.0, 8618.0, 8548.0, 8603.0, 8548.0, 8586.0, 8545.0, 8590.0, 8544.0, 8576.0, 8529.0, 8560.0, 8568.0, 8541.0, 8597.0, 8529.0, 8569.0, 8540.0, 8571.0, 8510.0, 8560.0, 8542.0, 8561.0, 8585.0, 8547.0, 8586.0, 8547.0, 8605.0, 8559.0, 8600.0, 8544.0, 8561.0, 8571.0, 8546.0, 8613.0, 8532.0, 8587.0, 8545.0, 8574.0, 8547.0, 8606.0, 8546.0, 8593.0, 8530.0, 8564.0, 8603.0, 8550.0, 8603.0, 8564.0, 8590.0, 8549.0, 8577.0, 8530.0, 8579.0, 8603.0, 8564.0, 8619.0, 8547.0, 8585.0, 8530.0, 8601.0, 8536.0, 8586.0, 8510.0, 8527.0, 8580.0, 8513.0, 8580.0, 8527.0, 8568.0, 8527.0, 8558.0, 8528.0, 8557.0, 8554.0, 8547.0, 8600.0, 8531.0, 8584.0, 8530.0, 8571.0, 8543.0, 8602.0, 8528.0, 8560.0, 8529.0, 8561.0, 8555.0, 8559.0, 8615.0, 8533.0, 8615.0, 8545.0, 8584.0, 8544.0, 8588.0, 8545.0, 8562.0, 8529.0, 8562.0, 8598.0, 8548.0, 8600.0, 8546.0, 8590.0, 8528.0, 8559.0, 8512.0, 8558.0, 8599.0, 8529.0, 8581.0, 8540.0, 8567.0, 8541.0, 8571.0, 8540.0, 8544.0, 8527.0, 8557.0, 8569.0, 8532.0, 8599.0, 8532.0, 8586.0, 8545.0, 8576.0, 8530.0, 8564.0, 8560.0, 8560.0, 8617.0, 8549.0, 8617.0, 8547.0, 8622.0, 8558.0, 8573.0, 8513.0, 8559.0, 8610.0, 8531.0, 8597.0, 8544.0, 8572.0, 8530.0, 8560.0, 8529.0, 8559.0, 8571.0, 8548.0, 8584.0, 8549.0, 8589.0, 8537.0, 8592.0, 8553.0, 8595.0, 8551.0, 8580.0, 8535.0, 8592.0, 8564.0, 8598.0, 8607.0, 8551.0, 8617.0, 8533.0, 8619.0, 8566.0, 8605.0, 8549.0, 8590.0, 8531.0, 8561.0, 8542.0, 8548.0, 8515.0, 8547.0, 8602.0, 8535.0, 8602.0, 8563.0, 8605.0, 8550.0, 8573.0, 8531.0, 8587.0, 8544.0, 8561.0, 8601.0, 8531.0, 8584.0, 8529.0, 8568.0, 8544.0, 8557.0, 8529.0, 8563.0, 8532.0, 8545.0, 8574.0, 8564.0, 8589.0, 8551.0, 8590.0, 8550.0, 8592.0, 8565.0, 8595.0, 8538.0, 8569.0, 8551.0, 8569.0, 8637.0, 8570.0, 8621.0, 8548.0, 8592.0, 8546.0, 8591.0, 8588.0, 8544.0, 8618.0, 8545.0, 8595.0, 8530.0, 8585.0, 8545.0, 8562.0, 8516.0, 8562.0, 8532.0, 8564.0, 8616.0, 8562.0, 8601.0, 8546.0, 8589.0, 8529.0, 8588.0, 8542.0, 8559.0, 8613.0, 8529.0, 8594.0, 8525.0, 8584.0, 8537.0, 8527.0, 8510.0, 8542.0, 8583.0, 8514.0, 8566.0, 8527.0, 8556.0, 8527.0, 8545.0, 8514.0, 8562.0, 8616.0, 8563.0, 8618.0, 8548.0, 8602.0, 8548.0, 8591.0, 8544.0, 8605.0, 8545.0, 8561.0, 8615.0, 8531.0, 8615.0, 8560.0, 8615.0, 8544.0, 8587.0, 8530.0, 8573.0, 8543.0, 8575.0, 8530.0, 8564.0, 8597.0, 8532.0, 8598.0, 8531.0, 8585.0, 8545.0, 8573.0, 8529.0, 8560.0, 8559.0, 8549.0, 8558.0, 8533.0, 8587.0, 8536.0, 8589.0, 8567.0, 8607.0, 8554.0, 8609.0, 8555.0, 8609.0, 8567.0, 8626.0, 8553.0, 8611.0, 8547.0, 8594.0, 8603.0, 8578.0, 8619.0, 8548.0, 8616.0, 8529.0, 8614.0, 8560.0, 8617.0, 8545.0, 8588.0, 8529.0, 8558.0, 8568.0, 8583.0, 8582.0, 8542.0, 8512.0, 8531.0, 8534.0, 8593.0, 8575.0, 8563.0, 8587.0, 8533.0, 8586.0, 8545.0, 8587.0, 8543.0, 8558.0, 8513.0, 8544.0, 8512.0, 8547.0, 8585.0, 8562.0, 8602.0, 8535.0, 8602.0, 8534.0, 8588.0, 8548.0, 8590.0, 8543.0, 8577.0, 8537.0, 8567.0, 8545.0, 8592.0, 8601.0, 8563.0, 8617.0, 8532.0, 8599.0, 8530.0, 8588.0, 8542.0, 8562.0, 8515.0, 8553.0, 8596.0, 8530.0, 8595.0, 8592.0, 8600.0, 8536.0, 8579.0, 8535.0, 8568.0, 8551.0, 8567.0, 8589.0, 8553.0, 8605.0, 8539.0, 8595.0, 8567.0, 8606.0, 8551.0, 8567.0, 8536.0, 8610.0, 8564.0, 8608.0, 8588.0, 8609.0, 8605.0, 8606.0, 8587.0, 8532.0, 8583.0, 8532.0, 8585.0, 8563.0, 8588.0, 8548.0, 8571.0, 8531.0, 8605.0, 8547.0, 8607.0, 8532.0, 8561.0, 8529.0, 8556.0, 8569.0, 8573.0, 8597.0, 8529.0, 8594.0, 8527.0, 8582.0, 8541.0, 8579.0, 8525.0, 8552.0, 8523.0, 8577.0, 8521.0, 8539.0, 8507.0, 8537.0, 8523.0, 8541.0, 8552.0, 8542.0, 8580.0, 8529.0, 8579.0, 8544.0, 8569.0, 8543.0, 8558.0, 8528.0, 8559.0, 8525.0, 8545.0, 8568.0, 8556.0, 8598.0, 8531.0, 8584.0, 8544.0, 8570.0, 8544.0, 8546.0, 8529.0, 8564.0, 8532.0, 8565.0, 8606.0, 8551.0, 8606.0, 8551.0, 8589.0, 8547.0, 8606.0, 8560.0, 8576.0, 8543.0, 8547.0, 8617.0, 8518.0, 8586.0, 8544.0, 8582.0, 8544.0, 8574.0, 8527.0, 8558.0, 8540.0, 8546.0, 8570.0, 8530.0, 8586.0, 8533.0, 8570.0, 8547.0, 8576.0, 8532.0, 8562.0, 8528.0, 8544.0, 8601.0, 8546.0, 8601.0, 8532.0, 8585.0, 8545.0, 8589.0, 8543.0, 8546.0, 8527.0, 8547.0, 8586.0, 8516.0, 8586.0, 8549.0, 8575.0, 8550.0, 8565.0, 8534.0, 8552.0, 8564.0, 8554.0, 8604.0, 8539.0, 8608.0, 8550.0, 8609.0, 8578.0, 8611.0, 8532.0, 8564.0, 8542.0, 8560.0, 8615.0, 8546.0, 8599.0, 8544.0, 8570.0, 8529.0, 8574.0, 8542.0, 8533.0, 8527.0, 8531.0, 8586.0, 8533.0, 8586.0, 8548.0, 8573.0, 8547.0, 8561.0, 8530.0, 8575.0, 8544.0, 8560.0, 8529.0, 8547.0, 8604.0, 8548.0, 8587.0, 8569.0, 8637.0, 8591.0, 8565.0, 8532.0, 8574.0, 8544.0, 8564.0, 8531.0, 8564.0, 8531.0, 8564.0, 8614.0, 8546.0, 8598.0, 8543.0, 8579.0, 8525.0, 8568.0, 8542.0, 8586.0, 8541.0, 8555.0, 8512.0, 8541.0, 8511.0, 8545.0, 8585.0, 8547.0, 8601.0, 8547.0, 8588.0, 8549.0, 8593.0, 8564.0, 8593.0, 8548.0, 8566.0, 8520.0, 8564.0, 8619.0, 8550.0, 8605.0, 8550.0, 8593.0, 8544.0, 8563.0, 8544.0, 8546.0, 8616.0, 8534.0, 8602.0, 8545.0, 8587.0, 8544.0, 8561.0, 8527.0, 8563.0, 8572.0, 8549.0, 8604.0, 8550.0, 8590.0, 8548.0, 8575.0, 8533.0, 8577.0, 8548.0, 8552.0, 8604.0, 8541.0, 8591.0, 8552.0, 8592.0, 8565.0, 8610.0, 8549.0, 8594.0, 8531.0, 8550.0, 8617.0, 8532.0, 8604.0, 8535.0, 8590.0, 8548.0, 8574.0, 8546.0, 8548.0, 8547.0, 8566.0, 8619.0, 8550.0, 8603.0, 8551.0, 8588.0, 8549.0, 8607.0, 8531.0, 8561.0, 8544.0, 8563.0, 8572.0, 8530.0, 8570.0, 8533.0, 8586.0, 8537.0, 8606.0, 8553.0, 8608.0, 8553.0, 8594.0, 8550.0, 8576.0, 8547.0, 8591.0, 8560.0, 8575.0, 8528.0, 8545.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.003448170731707317</td></tr>
<tr><td colspan=3>aqi</td><td>0.02147029518292683</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.29802696643082</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2735217059670525</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0624365962111035</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>6203.8159</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08762450119844989</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.829268292682927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.494553824179351</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4632873958161063</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6585741184328353</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3617999582891116</td></tr>
<tr><td colspan=3>gcor</td><td>0.00579448</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017369288951158524</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02176579460501671</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.5347434827388082</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>28.832</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9576</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.7369</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309307.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.7391</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6933</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.9073</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3032.6307</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>752.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.6024</td></tr>
<tr><td colspan=3>tsnr</td><td>42.764181860606186</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>