<?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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-03/func/sub-0087_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>9faca0fb7be113b1d6ba1915f52c7754</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:07:54.067500</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.999265, 0.0139733, 0.0356885, -0.021455, 0.975539, 0.218776]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.123015</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>[4172, -7766, -7229, 478, -19, -9, 67, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc24234d-de90-4eef-a1e6-067944a979b9||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.680955648422241, -0.05756232514977455, 0.08574800193309784, 114.13251495361328], [-0.03748929873108864, 2.617300271987915, 0.5923293232917786, -103.63671875], [0.09574966877698898, -0.5869607925415039, 2.6328299045562744, -18.868040084838867], [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': ['130754.067500', '130754.527500', '130754.987500', '130755.447500', '130755.907500', '130756.367500', '130756.827500', '130757.287500', '130757.747500', '130758.207500', '130758.667500', '130759.127500', '130759.587500', '130800.047500', '130800.507500', '130800.967500', '130801.427500', '130801.887500', '130802.347500', '130802.807500', '130803.267500', '130803.727500', '130804.187500', '130804.647500', '130805.107500', '130805.567500', '130806.027500', '130806.487500', '130806.947500', '130807.407500', '130807.867500', '130808.327500', '130808.787500', '130809.247500', '130809.707500', '130810.167500', '130810.627500', '130811.087500', '130811.547500', '130812.007500', '130812.467500', '130812.927500', '130813.387500', '130813.847500', '130814.307500', '130814.767500', '130815.227500', '130815.687500', '130816.147500', '130816.607500', '130817.067500', '130817.527500', '130817.987500', '130818.447500', '130818.907500', '130819.367500', '130819.827500', '130820.287500', '130820.747500', '130821.207500', '130821.667500', '130822.127500', '130822.587500', '130823.047500', '130823.507500', '130823.967500', '130824.427500', '130824.887500', '130825.347500', '130825.807500', '130826.267500', '130826.727500', '130827.187500', '130827.647500', '130828.107500', '130828.567500', '130829.027500', '130829.487500', '130829.947500', '130830.407500', '130830.867500', '130831.327500', '130831.787500', '130832.247500', '130832.707500', '130833.167500', '130833.627500', '130834.087500', '130834.547500', '130835.007500', '130835.467500', '130835.927500', '130836.387500', '130836.847500', '130837.307500', '130837.767500', '130838.227500', '130838.687500', '130839.147500', '130839.607500', '130840.067500', '130840.527500', '130840.987500', '130841.447500', '130841.907500', '130842.367500', '130842.827500', '130843.287500', '130843.747500', '130844.207500', '130844.667500', '130845.127500', '130845.587500', '130846.047500', '130846.507500', '130846.967500', '130847.427500', '130847.887500', '130848.347500', '130848.807500', '130849.267500', '130849.727500', '130850.187500', '130850.647500', '130851.107500', '130851.567500', '130852.027500', '130852.487500', '130852.947500', '130853.407500', '130853.867500', '130854.327500', '130854.787500', '130855.247500', '130855.707500', '130856.167500', '130856.627500', '130857.087500', '130857.547500', '130858.007500', '130858.467500', '130858.927500', '130859.387500', '130859.847500', '130900.307500', '130900.767500', '130901.227500', '130901.687500', '130902.147500', '130902.607500', '130903.067500', '130903.527500', '130903.987500', '130904.447500', '130904.907500', '130905.367500', '130905.827500', '130906.287500', '130906.747500', '130907.207500', '130907.667500', '130908.127500', '130908.587500', '130909.047500', '130909.507500', '130909.967500', '130910.427500', '130910.887500', '130911.347500', '130911.807500', '130912.267500', '130912.727500', '130913.187500', '130913.647500', '130914.107500', '130914.567500', '130915.027500', '130915.487500', '130915.947500', '130916.407500', '130916.867500', '130917.327500', '130917.787500', '130918.247500', '130918.707500', '130919.167500', '130919.627500', '130920.087500', '130920.547500', '130921.007500', '130921.467500', '130921.927500', '130922.387500', '130922.847500', '130923.307500', '130923.767500', '130924.227500', '130924.687500', '130925.147500', '130925.607500', '130926.067500', '130926.527500', '130926.987500', '130927.447500', '130927.907500', '130928.367500', '130928.827500', '130929.287500', '130929.747500', '130930.207500', '130930.667500', '130931.127500', '130931.587500', '130932.047500', '130932.507500', '130932.967500', '130933.427500', '130933.887500', '130934.347500', '130934.807500', '130935.267500', '130935.727500', '130936.187500', '130936.647500', '130937.107500', '130937.567500', '130938.027500', '130938.487500', '130938.947500', '130939.407500', '130939.867500', '130940.327500', '130940.787500', '130941.247500', '130941.707500', '130942.167500', '130942.627500', '130943.087500', '130943.547500', '130944.007500', '130944.467500', '130944.927500', '130945.387500', '130945.847500', '130946.307500', '130946.767500', '130947.227500', '130947.687500', '130948.147500', '130948.607500', '130949.067500', '130949.527500', '130949.987500', '130950.447500', '130950.907500', '130951.367500', '130951.827500', '130952.287500', '130952.747500', '130953.207500', '130953.667500', '130954.127500', '130954.587500', '130955.047500', '130955.507500', '130955.967500', '130956.427500', '130956.887500', '130957.347500', '130957.807500', '130958.267500', '130958.727500', '130959.187500', '130959.647500', '131000.107500', '131000.567500', '131001.027500', '131001.487500', '131001.947500', '131002.407500', '131002.867500', '131003.327500', '131003.787500', '131004.247500', '131004.707500', '131005.167500', '131005.627500', '131006.087500', '131006.547500', '131007.007500', '131007.467500', '131007.927500', '131008.387500', '131008.847500', '131009.307500', '131009.767500', '131010.227500', '131010.687500', '131011.147500', '131011.607500', '131012.067500', '131012.527500', '131012.987500', '131013.447500', '131013.907500', '131014.367500', '131014.827500', '131015.287500', '131015.747500', '131016.207500', '131016.667500', '131017.127500', '131017.587500', '131018.047500', '131018.507500', '131018.967500', '131019.427500', '131019.887500', '131020.347500', '131020.807500', '131021.267500', '131021.727500', '131022.187500', '131022.647500', '131023.107500', '131023.567500', '131024.027500', '131024.487500', '131024.947500', '131025.407500', '131025.867500', '131026.327500', '131026.787500', '131027.247500', '131027.707500', '131028.167500', '131028.627500', '131029.087500', '131029.547500', '131030.007500', '131030.467500', '131030.927500', '131031.387500', '131031.847500', '131032.307500', '131032.767500', '131033.227500', '131033.687500', '131034.147500', '131034.607500', '131035.067500', '131035.527500', '131035.987500', '131036.447500', '131036.907500', '131037.367500', '131037.827500', '131038.287500', '131038.747500', '131039.207500', '131039.667500', '131040.127500', '131040.587500', '131041.047500', '131041.507500', '131041.967500', '131042.427500', '131042.887500', '131043.347500', '131043.807500', '131044.267500', '131044.727500', '131045.187500', '131045.647500', '131046.107500', '131046.567500', '131047.027500', '131047.487500', '131047.947500', '131048.407500', '131048.867500', '131049.327500', '131049.787500', '131050.247500', '131050.707500', '131051.167500', '131051.627500', '131052.087500', '131052.547500', '131053.007500', '131053.467500', '131053.927500', '131054.387500', '131054.847500', '131055.307500', '131055.767500', '131056.227500', '131056.687500', '131057.147500', '131057.607500', '131058.067500', '131058.527500', '131058.987500', '131059.447500', '131059.907500', '131100.367500', '131100.827500', '131101.287500', '131101.747500', '131102.207500', '131102.667500', '131103.127500', '131103.587500', '131104.047500', '131104.507500', '131104.967500', '131105.427500', '131105.887500', '131106.347500', '131106.807500', '131107.267500', '131107.727500', '131108.187500', '131108.647500', '131109.107500', '131109.567500', '131110.027500', '131110.487500', '131110.947500', '131111.407500', '131111.867500', '131112.327500', '131112.787500', '131113.247500', '131113.707500', '131114.167500', '131114.627500', '131115.087500', '131115.547500', '131116.007500', '131116.467500', '131116.927500', '131117.387500', '131117.847500', '131118.307500', '131118.767500', '131119.227500', '131119.687500', '131120.147500', '131120.607500', '131121.067500', '131121.527500', '131121.987500', '131122.447500', '131122.907500', '131123.367500', '131123.827500', '131124.287500', '131124.747500', '131125.207500', '131125.667500', '131126.127500', '131126.587500', '131127.047500', '131127.507500', '131127.967500', '131128.427500', '131128.887500', '131129.347500', '131129.807500', '131130.267500', '131130.727500', '131131.187500', '131131.647500', '131132.107500', '131132.567500', '131133.027500', '131133.487500', '131133.947500', '131134.407500', '131134.867500', '131135.327500', '131135.787500', '131136.247500', '131136.707500', '131137.167500', '131137.627500', '131138.087500', '131138.547500', '131139.007500', '131139.467500', '131139.927500', '131140.387500', '131140.847500', '131141.307500', '131141.767500', '131142.227500', '131142.687500', '131143.147500', '131143.607500', '131144.067500', '131144.527500', '131144.987500', '131145.447500', '131145.907500', '131146.367500', '131146.827500', '131147.287500', '131147.747500', '131148.207500', '131148.667500', '131149.127500', '131149.587500', '131150.047500', '131150.507500', '131150.967500', '131151.427500', '131151.887500', '131152.347500', '131152.807500', '131153.267500', '131153.727500', '131154.187500', '131154.647500', '131155.107500', '131155.567500', '131156.027500', '131156.487500', '131156.947500', '131157.407500', '131157.867500', '131158.327500', '131158.787500', '131159.247500', '131159.707500', '131200.167500', '131200.627500', '131201.087500', '131201.547500', '131202.007500', '131202.467500', '131202.927500', '131203.387500', '131203.847500', '131204.307500', '131204.767500', '131205.227500', '131205.687500', '131206.147500', '131206.607500', '131207.067500', '131207.527500', '131207.987500', '131208.447500', '131208.907500', '131209.367500', '131209.827500', '131210.287500', '131210.747500', '131211.207500', '131211.667500', '131212.127500', '131212.587500', '131213.047500', '131213.507500', '131213.967500', '131214.427500', '131214.887500', '131215.347500', '131215.807500', '131216.267500', '131216.727500', '131217.187500', '131217.647500', '131218.107500', '131218.567500', '131219.027500', '131219.487500', '131219.947500', '131220.407500', '131220.867500', '131221.327500', '131221.787500', '131222.247500', '131222.707500', '131223.167500', '131223.627500', '131224.087500', '131224.547500', '131225.007500', '131225.467500', '131225.927500', '131226.387500', '131226.847500', '131227.307500', '131227.767500', '131228.227500', '131228.687500', '131229.147500', '131229.607500', '131230.067500', '131230.527500', '131230.987500', '131231.447500', '131231.907500', '131232.367500', '131232.827500', '131233.287500', '131233.747500', '131234.207500', '131234.667500', '131235.127500', '131235.587500', '131236.047500', '131236.507500', '131236.967500', '131237.427500', '131237.887500', '131238.347500', '131238.807500', '131239.267500', '131239.727500', '131240.187500', '131240.647500', '131241.107500', '131241.567500', '131242.027500', '131242.487500', '131242.947500', '131243.407500', '131243.867500', '131244.327500', '131244.787500', '131245.247500', '131245.707500', '131246.167500', '131246.627500', '131247.087500', '131247.547500', '131248.007500', '131248.467500', '131248.927500', '131249.387500', '131249.847500', '131250.307500', '131250.767500', '131251.227500', '131251.687500', '131252.147500', '131252.607500', '131253.067500', '131253.527500', '131253.987500', '131254.447500', '131254.907500', '131255.367500', '131255.827500', '131256.287500', '131256.747500', '131257.207500', '131257.667500', '131258.127500', '131258.587500', '131259.047500', '131259.507500', '131259.967500', '131300.427500', '131300.887500', '131301.347500', '131301.807500', '131302.267500', '131302.727500', '131303.187500', '131303.647500', '131304.107500', '131304.567500', '131305.027500', '131305.487500', '131305.947500', '131306.407500', '131306.867500', '131307.327500', '131307.787500', '131308.247500', '131308.707500', '131309.167500', '131309.627500', '131310.087500', '131310.547500', '131311.007500', '131311.467500', '131311.927500', '131312.387500', '131312.847500', '131313.307500', '131313.767500', '131314.227500', '131314.687500', '131315.147500', '131315.607500', '131316.067500', '131316.527500', '131316.987500', '131317.447500', '131317.907500', '131318.367500', '131318.827500', '131319.287500', '131319.747500', '131320.207500', '131320.667500', '131321.127500', '131321.587500', '131322.047500', '131322.507500', '131322.967500', '131323.427500', '131323.887500', '131324.347500', '131324.807500', '131325.267500', '131325.727500', '131326.187500', '131326.647500', '131327.107500', '131327.567500', '131328.027500', '131328.487500', '131328.947500', '131329.407500', '131329.867500', '131330.327500', '131330.787500', '131331.247500', '131331.707500', '131332.167500', '131332.627500', '131333.087500', '131333.547500', '131334.007500', '131334.467500', '131334.927500', '131335.387500', '131335.847500', '131336.307500', '131336.767500', '131337.227500', '131337.687500', '131338.147500', '131338.607500', '131339.067500', '131339.527500', '131339.987500', '131340.447500', '131340.907500', '131341.367500', '131341.827500', '131342.287500', '131342.747500', '131343.207500', '131343.667500', '131344.127500', '131344.587500', '131345.047500', '131345.507500', '131345.967500', '131346.427500', '131346.887500', '131347.347500', '131347.807500', '131348.267500', '131348.727500', '131349.187500', '131349.647500', '131350.107500', '131350.567500', '131351.027500', '131351.487500', '131351.947500', '131352.407500', '131352.867500', '131353.327500', '131353.787500', '131354.247500', '131354.707500', '131355.167500', '131355.627500', '131356.087500', '131356.547500', '131357.007500', '131357.467500', '131357.927500', '131358.387500', '131358.847500', '131359.307500', '131359.767500', '131400.227500', '131400.687500', '131401.147500', '131401.607500', '131402.067500', '131402.527500', '131402.987500', '131403.447500', '131403.907500', '131404.367500', '131404.827500', '131405.287500', '131405.747500', '131406.207500', '131406.667500', '131407.127500', '131407.587500', '131408.047500', '131408.507500', '131408.967500', '131409.427500', '131409.887500', '131410.347500', '131410.807500', '131411.267500', '131411.727500', '131412.187500', '131412.647500', '131413.107500', '131413.567500', '131414.027500', '131414.487500', '131414.947500', '131415.407500', '131415.867500', '131416.327500', '131416.787500', '131417.247500', '131417.707500', '131418.167500', '131418.627500', '131419.087500', '131419.547500', '131420.007500', '131420.467500', '131420.927500', '131421.387500', '131421.847500', '131422.307500', '131422.767500', '131423.227500', '131423.687500', '131424.147500', '131424.607500', '131425.067500', '131425.527500', '131425.987500', '131426.447500', '131426.907500', '131427.367500', '131427.827500', '131428.287500', '131428.747500', '131429.207500', '131429.667500', '131430.127500', '131430.587500', '131431.047500', '131431.507500', '131431.967500', '131432.427500', '131432.887500', '131433.347500', '131433.807500', '131434.267500', '131434.727500', '131435.187500', '131435.647500', '131436.107500', '131436.567500', '131437.027500', '131437.487500', '131437.947500', '131438.407500', '131438.867500', '131439.327500', '131439.787500', '131440.247500', '131440.707500', '131441.167500', '131441.627500', '131442.087500', '131442.547500', '131443.007500', '131443.467500', '131443.927500', '131444.387500', '131444.847500', '131445.307500', '131445.767500', '131446.227500', '131446.687500', '131447.147500', '131447.607500', '131448.067500', '131448.527500', '131448.987500', '131449.447500', '131449.907500', '131450.367500', '131450.827500', '131451.287500', '131451.747500', '131452.207500', '131452.667500', '131453.127500', '131453.587500', '131454.047500', '131454.507500', '131454.967500', '131455.427500', '131455.887500', '131456.347500', '131456.807500', '131457.267500', '131457.727500', '131458.187500', '131458.647500', '131459.107500', '131459.567500', '131500.027500', '131500.487500', '131500.947500', '131501.407500', '131501.867500', '131502.327500', '131502.787500', '131503.247500', '131503.707500', '131504.167500', '131504.627500', '131505.087500', '131505.547500', '131506.007500', '131506.467500', '131506.927500', '131507.387500', '131507.847500', '131508.307500', '131508.767500', '131509.227500', '131509.687500', '131510.147500', '131510.607500', '131511.067500', '131511.527500', '131511.987500', '131512.447500', '131512.907500', '131513.367500', '131513.827500', '131514.287500', '131514.747500', '131515.207500', '131515.667500', '131516.127500', '131516.587500', '131517.047500', '131517.507500', '131517.967500', '131518.427500', '131518.887500', '131519.347500', '131519.807500', '131520.267500', '131520.727500', '131521.187500', '131521.647500', '131522.107500', '131522.567500', '131523.027500', '131523.487500', '131523.947500', '131524.407500', '131524.867500', '131525.327500', '131525.787500', '131526.247500', '131526.707500', '131527.167500', '131527.627500', '131528.087500', '131528.547500', '131529.007500', '131529.467500', '131529.927500', '131530.387500', '131530.847500', '131531.307500', '131531.767500', '131532.227500', '131532.687500', '131533.147500', '131533.607500', '131534.067500', '131534.527500', '131534.987500', '131535.447500', '131535.907500', '131536.367500', '131536.827500', '131537.287500', '131537.747500', '131538.207500', '131538.667500', '131539.127500', '131539.587500', '131540.047500', '131540.507500', '131540.967500', '131541.427500', '131541.887500', '131542.347500', '131542.807500', '131543.267500', '131543.727500', '131544.187500', '131544.647500', '131545.107500', '131545.567500', '131546.027500', '131546.487500', '131546.947500', '131547.407500', '131547.867500', '131548.327500', '131548.787500', '131549.247500', '131549.707500', '131550.167500', '131550.627500', '131551.087500', '131551.547500', '131552.007500', '131552.467500', '131552.927500', '131553.387500', '131553.847500', '131554.307500', '131554.767500', '131555.227500', '131555.687500', '131556.147500', '131556.607500', '131557.067500', '131557.527500', '131557.987500', '131558.447500', '131558.907500', '131559.367500', '131559.827500', '131600.287500', '131600.747500', '131601.207500', '131601.667500', '131602.127500', '131602.587500', '131603.047500', '131603.507500', '131603.967500', '131604.427500', '131604.887500', '131605.347500', '131605.807500', '131606.267500', '131606.727500', '131607.187500', '131607.647500', '131608.107500', '131608.567500', '131609.027500', '131609.487500', '131609.947500', '131610.407500', '131610.867500', '131611.327500', '131611.787500', '131612.247500', '131612.707500', '131613.167500', '131613.627500', '131614.087500', '131614.547500', '131615.007500', '131615.467500', '131615.927500', '131616.387500', '131616.847500', '131617.307500', '131617.767500', '131618.227500', '131618.687500', '131619.147500', '131619.607500', '131620.067500', '131620.527500', '131620.987500', '131621.447500', '131621.907500', '131622.367500', '131622.827500', '131623.287500', '131623.747500', '131624.207500', '131624.667500', '131625.127500', '131625.587500', '131626.047500', '131626.507500', '131626.967500', '131627.427500', '131627.887500', '131628.347500', '131628.807500', '131629.267500', '131629.727500', '131630.187500', '131630.647500', '131631.107500', '131631.567500', '131632.027500', '131632.487500', '131632.947500', '131633.407500', '131633.867500', '131634.327500', '131634.787500', '131635.247500', '131635.707500', '131636.167500', '131636.627500', '131637.087500', '131637.547500', '131638.007500', '131638.467500', '131638.927500', '131639.387500', '131639.847500', '131640.307500', '131640.767500', '131641.227500', '131641.687500', '131642.147500', '131642.607500', '131643.067500', '131643.527500', '131643.987500', '131644.447500', '131644.907500', '131645.367500', '131645.827500', '131646.287500', '131646.747500', '131647.207500', '131647.667500', '131648.127500', '131648.587500', '131649.047500', '131649.507500', '131649.967500', '131650.427500', '131650.887500', '131651.347500', '131651.807500', '131652.267500', '131652.727500', '131653.187500', '131653.647500', '131654.107500', '131654.567500', '131655.027500', '131655.487500', '131655.947500', '131656.407500', '131656.867500', '131657.327500', '131657.787500', '131658.247500', '131658.707500', '131659.167500', '131659.627500', '131700.087500', '131700.547500', '131701.007500', '131701.467500', '131701.927500', '131702.387500', '131702.847500', '131703.307500', '131703.767500', '131704.227500', '131704.687500', '131705.147500', '131705.607500', '131706.067500', '131706.527500', '131706.987500', '131707.447500', '131707.907500', '131708.367500', '131708.827500', '131709.287500', '131709.747500', '131710.207500', '131710.667500', '131711.127500', '131711.587500', '131712.047500', '131712.507500', '131712.967500', '131713.427500', '131713.887500', '131714.347500', '131714.807500', '131715.267500', '131715.727500', '131716.187500', '131716.647500', '131717.107500', '131717.567500', '131718.027500', '131718.487500', '131718.947500', '131719.407500', '131719.867500', '131720.327500', '131720.787500', '131721.247500', '131721.707500', '131722.167500', '131722.627500', '131723.087500', '131723.547500', '131724.007500', '131724.467500', '131724.927500', '131725.387500', '131725.847500', '131726.307500', '131726.767500', '131727.227500', '131727.687500', '131728.147500', '131728.607500', '131729.067500', '131729.527500', '131729.987500', '131730.447500', '131730.907500', '131731.367500', '131731.827500', '131732.287500', '131732.747500', '131733.207500', '131733.667500', '131734.127500', '131734.587500', '131735.047500', '131735.507500', '131735.967500', '131736.427500', '131736.887500', '131737.347500', '131737.807500', '131738.267500', '131738.727500', '131739.187500', '131739.647500', '131740.107500', '131740.567500', '131741.027500', '131741.487500', '131741.947500', '131742.407500', '131742.867500', '131743.327500', '131743.787500', '131744.247500', '131744.707500', '131745.167500', '131745.627500', '131746.087500', '131746.547500', '131747.007500', '131747.467500', '131747.927500', '131748.387500', '131748.847500', '131749.307500', '131749.767500', '131750.227500', '131750.687500', '131751.147500', '131751.607500', '131752.067500', '131752.527500', '131752.987500', '131753.447500', '131753.907500', '131754.367500', '131754.827500', '131755.287500', '131755.747500', '131756.207500', '131756.667500', '131757.127500', '131757.587500', '131758.047500', '131758.507500', '131758.967500', '131759.427500', '131759.887500', '131800.347500', '131800.807500', '131801.267500', '131801.727500', '131802.187500', '131802.647500', '131803.107500', '131803.567500', '131804.027500', '131804.487500', '131804.947500', '131805.407500', '131805.867500', '131806.327500', '131806.787500', '131807.247500', '131807.707500', '131808.167500', '131808.627500', '131809.087500', '131809.547500', '131810.007500', '131810.467500', '131810.927500', '131811.387500', '131811.847500', '131812.307500', '131812.767500', '131813.227500', '131813.687500', '131814.147500', '131814.607500', '131815.067500', '131815.527500', '131815.987500', '131816.447500', '131816.907500', '131817.367500', '131817.827500', '131818.287500', '131818.747500', '131819.207500', '131819.667500', '131820.127500', '131820.587500', '131821.047500', '131821.507500', '131821.967500', '131822.427500', '131822.887500', '131823.347500', '131823.807500', '131824.267500', '131824.727500', '131825.187500', '131825.647500', '131826.107500', '131826.567500', '131827.027500', '131827.487500', '131827.947500', '131828.407500', '131828.867500', '131829.327500', '131829.787500', '131830.247500', '131830.707500', '131831.167500', '131831.627500', '131832.087500', '131832.547500', '131833.007500', '131833.467500', '131833.927500', '131834.387500', '131834.847500', '131835.307500', '131835.767500', '131836.227500', '131836.687500', '131837.147500', '131837.607500', '131838.067500', '131838.527500', '131838.987500', '131839.447500', '131839.907500', '131840.367500', '131840.827500', '131841.287500', '131841.747500', '131842.207500', '131842.667500', '131843.127500', '131843.587500', '131844.047500', '131844.507500', '131844.967500', '131845.427500', '131845.887500', '131846.347500', '131846.807500', '131847.267500', '131847.727500', '131848.187500', '131848.647500', '131849.107500', '131849.567500', '131850.027500', '131850.487500', '131850.947500', '131851.407500', '131851.867500', '131852.327500', '131852.787500', '131853.247500', '131853.707500', '131854.167500', '131854.627500', '131855.087500', '131855.547500', '131856.007500', '131856.467500', '131856.927500', '131857.387500', '131857.847500', '131858.307500', '131858.767500', '131859.227500', '131859.687500', '131900.147500', '131900.607500', '131901.067500', '131901.527500', '131901.987500', '131902.447500', '131902.907500', '131903.367500', '131903.827500', '131904.287500', '131904.747500', '131905.207500', '131905.667500', '131906.127500', '131906.587500', '131907.047500', '131907.507500', '131907.967500', '131908.427500', '131908.887500', '131909.347500', '131909.807500', '131910.267500', '131910.727500', '131911.187500', '131911.647500', '131912.107500', '131912.567500', '131913.027500', '131913.487500', '131913.947500', '131914.407500', '131914.867500', '131915.327500', '131915.787500', '131916.247500', '131916.707500', '131917.167500', '131917.627500', '131918.087500', '131918.547500', '131919.007500', '131919.467500', '131919.927500', '131920.387500', '131920.847500', '131921.307500', '131921.767500', '131922.227500', '131922.687500', '131923.147500', '131923.607500', '131924.067500', '131924.527500', '131924.987500', '131925.447500', '131925.907500', '131926.367500', '131926.827500', '131927.287500', '131927.747500', '131928.207500', '131928.667500', '131929.127500', '131929.587500', '131930.047500', '131930.507500', '131930.967500', '131931.427500', '131931.887500', '131932.347500', '131932.807500', '131933.267500', '131933.727500', '131934.187500', '131934.647500', '131935.107500', '131935.567500', '131936.027500', '131936.487500', '131936.947500', '131937.407500', '131937.867500', '131938.327500', '131938.787500', '131939.247500', '131939.707500', '131940.167500', '131940.627500', '131941.087500', '131941.547500', '131942.007500', '131942.467500', '131942.927500', '131943.387500', '131943.847500', '131944.307500', '131944.767500', '131945.227500', '131945.687500', '131946.147500', '131946.607500', '131947.067500', '131947.527500', '131947.987500', '131948.447500', '131948.907500', '131949.367500', '131949.827500', '131950.287500', '131950.747500', '131951.207500', '131951.667500', '131952.127500', '131952.587500', '131953.047500', '131953.507500', '131953.967500', '131954.427500', '131954.887500', '131955.347500', '131955.807500', '131956.267500', '131956.727500', '131957.187500', '131957.647500', '131958.107500', '131958.567500', '131959.027500', '131959.487500', '131959.947500', '132000.407500', '132000.867500', '132001.327500', '132001.787500', '132002.247500', '132002.707500', '132003.167500', '132003.627500', '132004.087500', '132004.547500', '132005.007500', '132005.467500', '132005.927500', '132006.387500', '132006.847500', '132007.307500', '132007.767500', '132008.227500', '132008.687500', '132009.147500', '132009.607500', '132010.067500', '132010.527500', '132010.987500', '132011.447500', '132011.907500', '132012.367500', '132012.827500', '132013.287500', '132013.747500', '132014.207500', '132014.667500', '132015.127500', '132015.587500', '132016.047500', '132016.507500', '132016.967500', '132017.427500', '132017.887500', '132018.347500', '132018.807500', '132019.267500', '132019.727500', '132020.187500', '132020.647500', '132021.107500', '132021.567500', '132022.027500', '132022.487500', '132022.947500', '132023.407500', '132023.867500', '132024.327500', '132024.787500', '132025.247500', '132025.707500', '132026.167500', '132026.627500', '132027.087500', '132027.547500', '132028.007500'], 'ContentTime': ['130807.577000', '130807.580000', '130807.587000', '130807.590000', '130807.593000', '130807.595000', '130807.598000', '130807.600000', '130807.603000', '130807.606000', '130807.608000', '130807.611000', '130807.613000', '130807.648000', '130807.650000', '130807.653000', '130807.656000', '130807.660000', '130807.662000', '130807.665000', '130807.668000', '130807.670000', '130807.673000', '130807.675000', '130807.678000', '130807.683000', '130827.547000', '130827.550000', '130827.553000', '130827.556000', '130827.558000', '130827.561000', '130827.564000', '130827.566000', '130827.569000', '130827.571000', '130827.574000', '130827.577000', '130827.579000', '130827.582000', '130827.585000', '130827.587000', '130827.590000', '130827.592000', '130827.595000', '130827.598000', '130827.600000', '130827.608000', '130827.611000', '130827.614000', '130827.616000', '130827.619000', '130827.622000', '130827.624000', '130827.627000', '130827.629000', '130827.632000', '130827.635000', '130827.637000', '130827.640000', '130827.643000', '130827.645000', '130827.648000', '130827.650000', '130827.653000', '130827.656000', '130827.658000', '130827.661000', '130827.664000', '130827.666000', '130847.547000', '130847.550000', '130847.553000', '130847.555000', '130847.559000', '130847.561000', '130847.564000', '130847.566000', '130847.569000', '130847.572000', '130847.574000', '130847.577000', '130847.580000', '130847.582000', '130847.585000', '130847.588000', '130847.590000', '130847.593000', '130847.596000', '130847.598000', '130847.601000', '130847.603000', '130847.606000', '130847.609000', '130847.611000', '130847.614000', '130847.616000', '130847.619000', '130847.622000', '130847.624000', '130847.627000', '130847.629000', '130847.632000', '130847.635000', '130847.637000', '130847.640000', '130847.642000', '130847.645000', '130847.648000', '130847.651000', '130847.654000', '130847.657000', '130847.661000', '130907.547000', '130907.550000', '130907.552000', '130907.555000', '130907.558000', '130907.560000', '130907.563000', '130907.565000', '130907.568000', '130907.571000', '130907.573000', '130907.576000', '130907.578000', '130907.581000', '130907.584000', '130907.587000', '130907.589000', '130907.592000', '130907.595000', '130907.597000', '130907.600000', '130907.602000', '130907.605000', '130907.608000', '130907.610000', '130907.613000', '130907.615000', '130907.618000', '130907.621000', '130907.623000', '130907.626000', '130907.628000', '130907.631000', '130907.634000', '130907.636000', '130907.639000', '130907.641000', '130907.644000', '130907.647000', '130907.649000', '130907.652000', '130907.655000', '130907.657000', '130907.660000', '130927.547000', '130927.550000', '130927.553000', '130927.556000', '130927.558000', '130927.561000', '130927.563000', '130927.566000', '130927.569000', '130927.571000', '130927.574000', '130927.577000', '130927.579000', '130927.582000', '130927.584000', '130927.587000', '130927.590000', '130927.592000', '130927.595000', '130927.598000', '130927.600000', '130927.603000', '130927.605000', '130927.608000', '130927.611000', '130927.613000', '130927.616000', '130927.619000', '130927.621000', '130927.624000', '130927.626000', '130927.630000', '130927.632000', '130927.635000', '130927.637000', '130927.640000', '130927.643000', '130927.645000', '130927.648000', '130927.651000', '130927.653000', '130927.656000', '130927.658000', '130947.547000', '130947.550000', '130947.553000', '130947.555000', '130947.558000', '130947.561000', '130947.564000', '130947.566000', '130947.569000', '130947.572000', '130947.574000', '130947.577000', '130947.580000', '130947.582000', '130947.585000', '130947.587000', '130947.590000', '130947.593000', '130947.595000', '130947.598000', '130947.601000', '130947.603000', '130947.606000', '130947.609000', '130947.611000', '130947.614000', '130947.622000', '130947.624000', '130947.627000', '130947.630000', '130947.632000', '130947.635000', '130947.638000', '130947.640000', '130947.643000', '130947.645000', '130947.648000', '130947.651000', '130947.653000', '130947.656000', '130947.659000', '130947.661000', '130947.664000', '130947.666000', '131007.548000', '131007.551000', '131007.553000', '131007.556000', '131007.558000', '131007.561000', '131007.564000', '131007.566000', '131007.569000', '131007.571000', '131007.574000', '131007.577000', '131007.579000', '131007.582000', '131007.585000', '131007.587000', '131007.590000', '131007.592000', '131007.595000', '131007.598000', '131007.600000', '131007.603000', '131007.606000', '131007.608000', '131007.611000', '131007.613000', '131007.616000', '131007.619000', '131007.621000', '131007.624000', '131007.627000', '131007.629000', '131007.632000', '131007.634000', '131007.637000', '131007.640000', '131007.642000', '131007.645000', '131007.648000', '131007.650000', '131007.653000', '131007.655000', '131007.658000', '131027.548000', '131027.550000', '131027.553000', '131027.556000', '131027.558000', '131027.561000', '131027.563000', '131027.566000', '131027.569000', '131027.572000', '131027.574000', '131027.577000', '131027.579000', '131027.582000', '131027.585000', '131027.587000', '131027.590000', '131027.593000', '131027.595000', '131027.598000', '131027.601000', '131027.603000', '131027.606000', '131027.609000', '131027.611000', '131027.614000', '131027.616000', '131027.619000', '131027.622000', '131027.624000', '131027.627000', '131027.629000', '131027.632000', '131027.635000', '131027.637000', '131027.640000', '131027.643000', '131027.645000', '131027.648000', '131027.651000', '131027.653000', '131027.656000', '131027.658000', '131027.661000', '131047.547000', '131047.550000', '131047.553000', '131047.555000', '131047.558000', '131047.561000', '131047.563000', '131047.566000', '131047.568000', '131047.571000', '131047.574000', '131047.576000', '131047.579000', '131047.587000', '131047.590000', '131047.592000', '131047.595000', '131047.597000', '131047.600000', '131047.603000', '131047.605000', '131047.608000', '131047.611000', '131047.613000', '131047.616000', '131047.618000', '131047.621000', '131047.624000', '131047.626000', '131047.629000', '131047.632000', '131047.634000', '131047.637000', '131047.640000', '131047.642000', '131047.645000', '131047.647000', '131047.650000', '131047.653000', '131047.655000', '131047.658000', '131047.660000', '131047.663000', '131107.549000', '131107.552000', '131107.555000', '131107.557000', '131107.560000', '131107.562000', '131107.565000', '131107.568000', '131107.570000', '131107.573000', '131107.576000', '131107.578000', '131107.581000', '131107.584000', '131107.586000', '131107.589000', '131107.592000', '131107.595000', '131107.597000', '131107.600000', '131107.603000', '131107.605000', '131107.608000', '131107.611000', '131107.613000', '131107.616000', '131107.618000', '131107.621000', '131107.624000', '131107.626000', '131107.629000', '131107.632000', '131107.634000', '131107.637000', '131107.639000', '131107.642000', '131107.645000', '131107.647000', '131107.650000', '131107.653000', '131107.655000', '131107.658000', '131107.661000', '131107.663000', '131127.547000', '131127.549000', '131127.552000', '131127.555000', '131127.557000', '131127.560000', '131127.577000', '131127.580000', '131127.583000', '131127.585000', '131127.588000', '131127.590000', '131127.593000', '131127.596000', '131127.598000', '131127.601000', '131127.603000', '131127.606000', '131127.609000', '131127.611000', '131127.614000', '131127.616000', '131127.619000', '131127.622000', '131127.624000', '131127.627000', '131127.629000', '131127.632000', '131127.635000', '131127.637000', '131127.640000', '131127.642000', '131127.645000', '131127.648000', '131127.650000', '131127.653000', '131127.656000', '131127.658000', '131127.661000', '131127.663000', '131127.666000', '131127.669000', '131127.671000', '131147.547000', '131147.550000', '131147.553000', '131147.555000', '131147.558000', '131147.561000', '131147.563000', '131147.566000', '131147.569000', '131147.571000', '131147.574000', '131147.576000', '131147.579000', '131147.582000', '131147.585000', '131147.587000', '131147.590000', '131147.593000', '131147.596000', '131147.598000', '131147.601000', '131147.604000', '131147.606000', '131147.609000', '131147.612000', '131147.614000', '131147.617000', '131147.620000', '131147.622000', '131147.625000', '131147.628000', '131147.630000', '131147.633000', '131147.636000', '131147.638000', '131147.641000', '131147.643000', '131147.646000', '131147.649000', '131147.651000', '131147.654000', '131147.657000', '131147.659000', '131207.548000', '131207.550000', '131207.553000', '131207.556000', '131207.558000', '131207.561000', '131207.564000', '131207.566000', '131207.569000', '131207.572000', '131207.574000', '131207.577000', '131207.580000', '131207.582000', '131207.585000', '131207.587000', '131207.590000', '131207.593000', '131207.595000', '131207.598000', '131207.601000', '131207.603000', '131207.606000', '131207.609000', '131207.611000', '131207.614000', '131207.617000', '131207.619000', '131207.622000', '131207.625000', '131207.627000', '131207.630000', '131207.633000', '131207.635000', '131207.638000', '131207.640000', '131207.643000', '131207.646000', '131207.649000', '131207.651000', '131207.654000', '131207.657000', '131207.659000', '131207.662000', '131227.548000', '131227.550000', '131227.553000', '131227.556000', '131227.558000', '131227.561000', '131227.564000', '131227.566000', '131227.569000', '131227.572000', '131227.574000', '131227.577000', '131227.579000', '131227.582000', '131227.585000', '131227.588000', '131227.591000', '131227.594000', '131227.596000', '131227.599000', '131227.602000', '131227.605000', '131227.607000', '131227.610000', '131227.612000', '131227.615000', '131227.618000', '131227.620000', '131227.623000', '131227.625000', '131227.628000', '131227.631000', '131227.633000', '131227.636000', '131227.639000', '131227.641000', '131227.644000', '131227.647000', '131227.650000', '131227.652000', '131227.655000', '131227.658000', '131227.660000', '131247.547000', '131247.550000', '131247.553000', '131247.556000', '131247.558000', '131247.561000', '131247.564000', '131247.566000', '131247.569000', '131247.572000', '131247.574000', '131247.577000', '131247.580000', '131247.582000', '131247.585000', '131247.588000', '131247.590000', '131247.593000', '131247.596000', '131247.598000', '131247.601000', '131247.604000', '131247.606000', '131247.609000', '131247.612000', '131247.614000', '131247.617000', '131247.619000', '131247.622000', '131247.625000', '131247.627000', '131247.630000', '131247.644000', '131247.647000', '131247.649000', '131247.652000', '131247.655000', '131247.657000', '131247.660000', '131247.663000', '131247.665000', '131247.668000', '131247.670000', '131247.673000', '131307.548000', '131307.550000', '131307.553000', '131307.556000', '131307.558000', '131307.561000', '131307.564000', '131307.566000', '131307.569000', '131307.572000', '131307.574000', '131307.577000', '131307.579000', '131307.582000', '131307.585000', '131307.587000', '131307.590000', '131307.593000', '131307.595000', '131307.598000', '131307.601000', '131307.603000', '131307.606000', '131307.609000', '131307.611000', '131307.614000', '131307.617000', '131307.619000', '131307.622000', '131307.625000', '131307.627000', '131307.630000', '131307.633000', '131307.636000', '131307.638000', '131307.641000', '131307.643000', '131307.646000', '131307.649000', '131307.651000', '131307.654000', '131307.657000', '131307.659000', '131327.548000', '131327.550000', '131327.553000', '131327.556000', '131327.559000', '131327.561000', '131327.564000', '131327.567000', '131327.569000', '131327.572000', '131327.574000', '131327.577000', '131327.580000', '131327.582000', '131327.585000', '131327.588000', '131327.590000', '131327.593000', '131327.596000', '131327.598000', '131327.601000', '131327.603000', '131327.606000', '131327.609000', '131327.611000', '131327.614000', '131327.617000', '131327.619000', '131327.622000', '131327.625000', '131327.627000', '131327.630000', '131327.633000', '131327.635000', '131327.638000', '131327.641000', '131327.643000', '131327.646000', '131327.649000', '131327.651000', '131327.654000', '131327.656000', '131327.659000', '131327.662000', '131347.546000', '131347.549000', '131347.552000', '131347.555000', '131347.557000', '131347.562000', '131347.565000', '131347.568000', '131347.571000', '131347.573000', '131347.577000', '131347.580000', '131347.583000', '131347.585000', '131347.588000', '131347.591000', '131347.593000', '131347.596000', '131347.599000', '131347.601000', '131347.604000', '131347.607000', '131347.609000', '131347.612000', '131347.615000', '131347.617000', '131347.620000', '131347.623000', '131347.626000', '131347.630000', '131347.633000', '131347.635000', '131347.638000', '131347.640000', '131347.643000', '131347.646000', '131347.648000', '131347.651000', '131347.654000', '131347.656000', '131347.659000', '131347.661000', '131347.664000', '131407.548000', '131407.551000', '131407.554000', '131407.556000', '131407.559000', '131407.562000', '131407.564000', '131407.567000', '131407.569000', '131407.572000', '131407.575000', '131407.577000', '131407.580000', '131407.582000', '131407.585000', '131407.588000', '131407.590000', '131407.593000', '131407.596000', '131407.598000', '131407.601000', '131407.603000', '131407.606000', '131407.608000', '131407.611000', '131407.614000', '131407.617000', '131407.619000', '131407.622000', '131407.625000', '131407.627000', '131407.630000', '131407.632000', '131407.635000', '131407.638000', '131407.640000', '131407.643000', '131407.646000', '131407.648000', '131407.651000', '131407.654000', '131407.656000', '131407.659000', '131407.662000', '131427.548000', '131427.551000', '131427.553000', '131427.556000', '131427.559000', '131427.561000', '131427.564000', '131427.567000', '131427.569000', '131427.572000', '131427.575000', '131427.577000', '131427.580000', '131427.583000', '131427.585000', '131427.588000', '131427.591000', '131427.593000', '131427.596000', '131427.598000', '131427.601000', '131427.604000', '131427.606000', '131427.609000', '131427.611000', '131427.614000', '131427.617000', '131427.619000', '131427.622000', '131427.626000', '131427.629000', '131427.632000', '131427.634000', '131427.637000', '131427.640000', '131427.642000', '131427.645000', '131427.648000', '131427.650000', '131427.653000', '131427.655000', '131427.658000', '131427.661000', '131447.548000', '131447.550000', '131447.553000', '131447.556000', '131447.559000', '131447.561000', '131447.564000', '131447.566000', '131447.569000', '131447.572000', '131447.574000', '131447.577000', '131447.580000', '131447.582000', '131447.585000', '131447.588000', '131447.591000', '131447.593000', '131447.596000', '131447.598000', '131447.601000', '131447.604000', '131447.607000', '131447.609000', '131447.612000', '131447.614000', '131447.617000', '131447.620000', '131447.622000', '131447.625000', '131447.628000', '131447.630000', '131447.633000', '131447.636000', '131447.638000', '131447.641000', '131447.644000', '131447.646000', '131447.649000', '131447.651000', '131447.654000', '131447.657000', '131447.659000', '131447.662000', '131507.548000', '131507.551000', '131507.554000', '131507.556000', '131507.559000', '131507.562000', '131507.565000', '131507.567000', '131507.570000', '131507.573000', '131507.575000', '131507.578000', '131507.581000', '131507.583000', '131507.586000', '131507.589000', '131507.591000', '131507.594000', '131507.596000', '131507.599000', '131507.602000', '131507.604000', '131507.607000', '131507.610000', '131507.612000', '131507.615000', '131507.618000', '131507.620000', '131507.623000', '131507.626000', '131507.629000', '131507.632000', '131507.634000', '131507.639000', '131507.641000', '131507.644000', '131507.647000', '131507.649000', '131507.652000', '131507.655000', '131507.657000', '131507.660000', '131507.663000', '131527.548000', '131527.551000', '131527.553000', '131527.556000', '131527.559000', '131527.561000', '131527.564000', '131527.567000', '131527.569000', '131527.572000', '131527.575000', '131527.577000', '131527.580000', '131527.583000', '131527.585000', '131527.588000', '131527.591000', '131527.593000', '131527.596000', '131527.599000', '131527.601000', '131527.604000', '131527.606000', '131527.609000', '131527.612000', '131527.615000', '131527.617000', '131527.620000', '131527.622000', '131527.625000', '131527.628000', '131527.630000', '131527.633000', '131527.636000', '131527.638000', '131527.641000', '131527.643000', '131527.646000', '131527.649000', '131527.652000', '131527.654000', '131527.657000', '131527.659000', '131527.662000', '131547.548000', '131547.551000', '131547.553000', '131547.556000', '131547.558000', '131547.561000', '131547.564000', '131547.566000', '131547.569000', '131547.572000', '131547.574000', '131547.577000', '131547.580000', '131547.582000', '131547.585000', '131547.588000', '131547.590000', '131547.593000', '131547.596000', '131547.598000', '131547.601000', '131547.604000', '131547.606000', '131547.609000', '131547.612000', '131547.614000', '131547.617000', '131547.620000', '131547.623000', '131547.626000', '131547.629000', '131547.632000', '131547.635000', '131547.637000', '131547.640000', '131547.643000', '131547.645000', '131547.648000', '131547.651000', '131547.653000', '131547.656000', '131547.659000', '131547.661000', '131607.547000', '131607.550000', '131607.553000', '131607.555000', '131607.558000', '131607.561000', '131607.563000', '131607.566000', '131607.569000', '131607.571000', '131607.574000', '131607.577000', '131607.579000', '131607.582000', '131607.585000', '131607.587000', '131607.590000', '131607.593000', '131607.595000', '131607.598000', '131607.601000', '131607.603000', '131607.606000', '131607.609000', '131607.611000', '131607.614000', '131607.617000', '131607.619000', '131607.622000', '131607.625000', '131607.627000', '131607.630000', '131607.633000', '131607.635000', '131607.638000', '131607.641000', '131607.643000', '131607.646000', '131607.649000', '131607.651000', '131607.654000', '131607.656000', '131607.659000', '131607.662000', '131627.548000', '131627.550000', '131627.553000', '131627.556000', '131627.559000', '131627.561000', '131627.564000', '131627.566000', '131627.569000', '131627.572000', '131627.574000', '131627.577000', '131627.580000', '131627.582000', '131627.585000', '131627.587000', '131627.590000', '131627.593000', '131627.595000', '131627.598000', '131627.601000', '131627.603000', '131627.606000', '131627.609000', '131627.611000', '131627.614000', '131627.616000', '131627.619000', '131627.622000', '131627.624000', '131627.627000', '131627.630000', '131627.633000', '131627.635000', '131627.638000', '131627.640000', '131627.643000', '131627.646000', '131627.648000', '131627.651000', '131627.654000', '131627.656000', '131627.659000', '131647.548000', '131647.551000', '131647.553000', '131647.556000', '131647.559000', '131647.561000', '131647.564000', '131647.567000', '131647.569000', '131647.572000', '131647.575000', '131647.577000', '131647.580000', '131647.583000', '131647.585000', '131647.588000', '131647.591000', '131647.594000', '131647.596000', '131647.599000', '131647.601000', '131647.604000', '131647.607000', '131647.609000', '131647.612000', '131647.614000', '131647.617000', '131647.620000', '131647.622000', '131647.625000', '131647.627000', '131647.630000', '131647.633000', '131647.635000', '131647.638000', '131647.640000', '131647.643000', '131647.650000', '131647.653000', '131647.655000', '131647.658000', '131647.661000', '131647.663000', '131647.666000', '131707.548000', '131707.551000', '131707.554000', '131707.563000', '131707.566000', '131707.569000', '131707.571000', '131707.574000', '131707.577000', '131707.579000', '131707.582000', '131707.585000', '131707.587000', '131707.590000', '131707.593000', '131707.595000', '131707.598000', '131707.601000', '131707.603000', '131707.606000', '131707.609000', '131707.611000', '131707.614000', '131707.617000', '131707.619000', '131707.622000', '131707.625000', '131707.627000', '131707.630000', '131707.633000', '131707.635000', '131707.638000', '131707.641000', '131707.643000', '131707.646000', '131707.648000', '131707.651000', '131707.654000', '131707.656000', '131707.659000', '131707.661000', '131707.664000', '131707.667000', '131727.548000', '131727.551000', '131727.553000', '131727.556000', '131727.558000', '131727.561000', '131727.564000', '131727.566000', '131727.569000', '131727.572000', '131727.574000', '131727.577000', '131727.580000', '131727.582000', '131727.585000', '131727.587000', '131727.590000', '131727.593000', '131727.595000', '131727.598000', '131727.601000', '131727.603000', '131727.606000', '131727.609000', '131727.611000', '131727.614000', '131727.616000', '131727.619000', '131727.622000', '131727.624000', '131727.627000', '131727.629000', '131727.632000', '131727.635000', '131727.637000', '131727.640000', '131727.643000', '131727.645000', '131727.648000', '131727.651000', '131727.653000', '131727.656000', '131727.659000', '131747.548000', '131747.550000', '131747.553000', '131747.556000', '131747.559000', '131747.561000', '131747.564000', '131747.567000', '131747.570000', '131747.572000', '131747.575000', '131747.577000', '131747.580000', '131747.583000', '131747.585000', '131747.588000', '131747.591000', '131747.593000', '131747.596000', '131747.599000', '131747.602000', '131747.604000', '131747.607000', '131747.609000', '131747.612000', '131747.615000', '131747.617000', '131747.620000', '131747.623000', '131747.625000', '131747.628000', '131747.631000', '131747.633000', '131747.636000', '131747.639000', '131747.642000', '131747.644000', '131747.647000', '131747.649000', '131747.652000', '131747.655000', '131747.657000', '131747.660000', '131747.663000', '131807.548000', '131807.550000', '131807.553000', '131807.556000', '131807.559000', '131807.561000', '131807.564000', '131807.567000', '131807.569000', '131807.572000', '131807.574000', '131807.577000', '131807.580000', '131807.582000', '131807.585000', '131807.588000', '131807.590000', '131807.593000', '131807.596000', '131807.598000', '131807.601000', '131807.604000', '131807.606000', '131807.609000', '131807.612000', '131807.614000', '131807.617000', '131807.620000', '131807.622000', '131807.625000', '131807.627000', '131807.630000', '131807.633000', '131807.649000', '131807.651000', '131807.654000', '131807.657000', '131807.659000', '131807.662000', '131807.665000', '131807.667000', '131807.670000', '131807.673000', '131807.681000', '131827.547000', '131827.550000', '131827.552000', '131827.555000', '131827.558000', '131827.560000', '131827.563000', '131827.565000', '131827.568000', '131827.571000', '131827.573000', '131827.576000', '131827.579000', '131827.581000', '131827.584000', '131827.586000', '131827.589000', '131827.592000', '131827.595000', '131827.598000', '131827.600000', '131827.603000', '131827.606000', '131827.608000', '131827.611000', '131827.613000', '131827.616000', '131827.619000', '131827.621000', '131827.624000', '131827.627000', '131827.629000', '131827.632000', '131827.634000', '131827.637000', '131827.640000', '131827.642000', '131827.645000', '131827.648000', '131827.650000', '131827.653000', '131827.655000', '131827.658000', '131847.549000', '131847.552000', '131847.555000', '131847.557000', '131847.560000', '131847.563000', '131847.565000', '131847.568000', '131847.570000', '131847.573000', '131847.576000', '131847.578000', '131847.581000', '131847.584000', '131847.586000', '131847.589000', '131847.592000', '131847.594000', '131847.597000', '131847.600000', '131847.603000', '131847.605000', '131847.608000', '131847.611000', '131847.613000', '131847.616000', '131847.619000', '131847.621000', '131847.624000', '131847.627000', '131847.629000', '131847.632000', '131847.635000', '131847.637000', '131847.640000', '131847.643000', '131847.646000', '131847.648000', '131847.651000', '131847.653000', '131847.656000', '131847.659000', '131847.661000', '131847.664000', '131907.548000', '131907.550000', '131907.553000', '131907.556000', '131907.558000', '131907.561000', '131907.564000', '131907.566000', '131907.569000', '131907.572000', '131907.575000', '131907.577000', '131907.580000', '131907.583000', '131907.585000', '131907.588000', '131907.591000', '131907.593000', '131907.596000', '131907.599000', '131907.601000', '131907.604000', '131907.607000', '131907.609000', '131907.612000', '131907.614000', '131907.617000', '131907.620000', '131907.622000', '131907.625000', '131907.628000', '131907.630000', '131907.633000', '131907.636000', '131907.638000', '131907.641000', '131907.644000', '131907.646000', '131907.649000', '131907.651000', '131907.654000', '131907.657000', '131907.659000', '131927.548000', '131927.550000', '131927.553000', '131927.556000', '131927.558000', '131927.561000', '131927.563000', '131927.566000', '131927.569000', '131927.571000', '131927.574000', '131927.576000', '131927.579000', '131927.581000', '131927.584000', '131927.596000', '131927.599000', '131927.602000', '131927.604000', '131927.607000', '131927.610000', '131927.612000', '131927.615000', '131927.618000', '131927.620000', '131927.623000', '131927.626000', '131927.628000', '131927.631000', '131927.634000', '131927.636000', '131927.639000', '131927.641000', '131927.644000', '131927.647000', '131927.649000', '131927.652000', '131927.655000', '131927.657000', '131927.660000', '131927.662000', '131927.665000', '131927.668000', '131927.670000', '131947.548000', '131947.550000', '131947.553000', '131947.556000', '131947.558000', '131947.561000', '131947.564000', '131947.566000', '131947.569000', '131947.571000', '131947.574000', '131947.577000', '131947.579000', '131947.582000', '131947.584000', '131947.587000', '131947.590000', '131947.593000', '131947.595000', '131947.598000', '131947.601000', '131947.603000', '131947.606000', '131947.609000', '131947.611000', '131947.614000', '131947.617000', '131947.619000', '131947.622000', '131947.625000', '131947.627000', '131947.630000', '131947.632000', '131947.635000', '131947.638000', '131947.640000', '131947.643000', '131947.645000', '131947.648000', '131947.651000', '131947.653000', '131947.656000', '131947.658000', '132007.548000', '132007.551000', '132007.553000', '132007.556000', '132007.559000', '132007.561000', '132007.564000', '132007.567000', '132007.569000', '132007.572000', '132007.575000', '132007.577000', '132007.580000', '132007.583000', '132007.586000', '132007.589000', '132007.592000', '132007.595000', '132007.597000', '132007.600000', '132007.603000', '132007.605000', '132007.608000', '132007.610000', '132007.613000', '132007.616000', '132007.618000', '132007.621000', '132007.624000', '132007.626000', '132007.629000', '132007.632000', '132007.634000', '132007.637000', '132007.640000', '132007.642000', '132007.645000', '132007.648000', '132007.650000', '132007.653000', '132007.656000', '132007.658000', '132007.661000', '132007.664000', '132027.548000', '132027.550000', '132027.554000', '132027.557000', '132027.559000', '132027.562000', '132027.565000', '132027.568000', '132027.570000', '132027.573000', '132027.576000', '132027.578000', '132027.581000', '132027.583000', '132027.586000', '132027.589000', '132027.591000', '132027.594000', '132027.597000', '132027.599000', '132027.602000', '132027.605000', '132027.607000', '132027.610000', '132027.613000', '132027.615000', '132027.618000', '132027.621000', '132027.623000', '132027.626000', '132027.628000', '132027.631000', '132027.634000', '132027.636000', '132027.639000', '132027.642000', '132027.644000', '132027.647000', '132027.650000', '132027.652000', '132027.666000', '132027.669000', '132027.671000', '132029.595000', '132029.598000', '132029.600000', '132029.603000', '132029.606000'], 'InstanceCreationTime': ['130807.577000', '130807.580000', '130807.587000', '130807.590000', '130807.593000', '130807.595000', '130807.598000', '130807.600000', '130807.603000', '130807.606000', '130807.608000', '130807.611000', '130807.613000', '130807.648000', '130807.650000', '130807.653000', '130807.656000', '130807.660000', '130807.662000', '130807.665000', '130807.668000', '130807.670000', '130807.673000', '130807.675000', '130807.678000', '130807.683000', '130827.547000', '130827.550000', '130827.553000', '130827.556000', '130827.558000', '130827.561000', '130827.564000', '130827.566000', '130827.569000', '130827.571000', '130827.574000', '130827.577000', '130827.579000', '130827.582000', '130827.585000', '130827.587000', '130827.590000', '130827.592000', '130827.595000', '130827.598000', '130827.600000', '130827.608000', '130827.611000', '130827.614000', '130827.616000', '130827.619000', '130827.622000', '130827.624000', '130827.627000', '130827.629000', '130827.632000', '130827.635000', '130827.637000', '130827.640000', '130827.643000', '130827.645000', '130827.648000', '130827.650000', '130827.653000', '130827.656000', '130827.658000', '130827.661000', '130827.664000', '130827.666000', '130847.547000', '130847.550000', '130847.553000', '130847.555000', '130847.559000', '130847.561000', '130847.564000', '130847.566000', '130847.569000', '130847.572000', '130847.574000', '130847.577000', '130847.580000', '130847.582000', '130847.585000', '130847.588000', '130847.590000', '130847.593000', '130847.596000', '130847.598000', '130847.601000', '130847.603000', '130847.606000', '130847.609000', '130847.611000', '130847.614000', '130847.616000', '130847.619000', '130847.622000', '130847.624000', '130847.627000', '130847.629000', '130847.632000', '130847.635000', '130847.637000', '130847.640000', '130847.642000', '130847.645000', '130847.648000', '130847.651000', '130847.654000', '130847.657000', '130847.661000', '130907.547000', '130907.550000', '130907.552000', '130907.555000', '130907.558000', '130907.560000', '130907.563000', '130907.565000', '130907.568000', '130907.571000', '130907.573000', '130907.576000', '130907.578000', '130907.581000', '130907.584000', '130907.587000', '130907.589000', '130907.592000', '130907.595000', '130907.597000', '130907.600000', '130907.602000', '130907.605000', '130907.608000', '130907.610000', '130907.613000', '130907.615000', '130907.618000', '130907.621000', '130907.623000', '130907.626000', '130907.628000', '130907.631000', '130907.634000', '130907.636000', '130907.639000', '130907.641000', '130907.644000', '130907.647000', '130907.649000', '130907.652000', '130907.655000', '130907.657000', '130907.660000', '130927.547000', '130927.550000', '130927.553000', '130927.556000', '130927.558000', '130927.561000', '130927.563000', '130927.566000', '130927.569000', '130927.571000', '130927.574000', '130927.577000', '130927.579000', '130927.582000', '130927.584000', '130927.587000', '130927.590000', '130927.592000', '130927.595000', '130927.598000', '130927.600000', '130927.603000', '130927.605000', '130927.608000', '130927.611000', '130927.613000', '130927.616000', '130927.619000', '130927.621000', '130927.624000', '130927.626000', '130927.630000', '130927.632000', '130927.635000', '130927.637000', '130927.640000', '130927.643000', '130927.645000', '130927.648000', '130927.651000', '130927.653000', '130927.656000', '130927.658000', '130947.547000', '130947.550000', '130947.553000', '130947.555000', '130947.558000', '130947.561000', '130947.564000', '130947.566000', '130947.569000', '130947.572000', '130947.574000', '130947.577000', '130947.580000', '130947.582000', '130947.585000', '130947.587000', '130947.590000', '130947.593000', '130947.595000', '130947.598000', '130947.601000', '130947.603000', '130947.606000', '130947.609000', '130947.611000', '130947.614000', '130947.622000', '130947.624000', '130947.627000', '130947.630000', '130947.632000', '130947.635000', '130947.638000', '130947.640000', '130947.643000', '130947.645000', '130947.648000', '130947.651000', '130947.653000', '130947.656000', '130947.659000', '130947.661000', '130947.664000', '130947.666000', '131007.548000', '131007.551000', '131007.553000', '131007.556000', '131007.558000', '131007.561000', '131007.564000', '131007.566000', '131007.569000', '131007.571000', '131007.574000', '131007.577000', '131007.579000', '131007.582000', '131007.585000', '131007.587000', '131007.590000', '131007.592000', '131007.595000', '131007.598000', '131007.600000', '131007.603000', '131007.606000', '131007.608000', '131007.611000', '131007.613000', '131007.616000', '131007.619000', '131007.621000', '131007.624000', '131007.627000', '131007.629000', '131007.632000', '131007.634000', '131007.637000', '131007.640000', '131007.642000', '131007.645000', '131007.648000', '131007.650000', '131007.653000', '131007.655000', '131007.658000', '131027.548000', '131027.550000', '131027.553000', '131027.556000', '131027.558000', '131027.561000', '131027.563000', '131027.566000', '131027.569000', '131027.572000', '131027.574000', '131027.577000', '131027.579000', '131027.582000', '131027.585000', '131027.587000', '131027.590000', '131027.593000', '131027.595000', '131027.598000', '131027.601000', '131027.603000', '131027.606000', '131027.609000', '131027.611000', '131027.614000', '131027.616000', '131027.619000', '131027.622000', '131027.624000', '131027.627000', '131027.629000', '131027.632000', '131027.635000', '131027.637000', '131027.640000', '131027.643000', '131027.645000', '131027.648000', '131027.651000', '131027.653000', '131027.656000', '131027.658000', '131027.661000', '131047.547000', '131047.550000', '131047.553000', '131047.555000', '131047.558000', '131047.561000', '131047.563000', '131047.566000', '131047.568000', '131047.571000', '131047.574000', '131047.576000', '131047.579000', '131047.587000', '131047.590000', '131047.592000', '131047.595000', '131047.597000', '131047.600000', '131047.603000', '131047.605000', '131047.608000', '131047.611000', '131047.613000', '131047.616000', '131047.618000', '131047.621000', '131047.624000', '131047.626000', '131047.629000', '131047.632000', '131047.634000', '131047.637000', '131047.640000', '131047.642000', '131047.645000', '131047.647000', '131047.650000', '131047.653000', '131047.655000', '131047.658000', '131047.660000', '131047.663000', '131107.549000', '131107.552000', '131107.555000', '131107.557000', '131107.560000', '131107.562000', '131107.565000', '131107.568000', '131107.570000', '131107.573000', '131107.576000', '131107.578000', '131107.581000', '131107.584000', '131107.586000', '131107.589000', '131107.592000', '131107.595000', '131107.597000', '131107.600000', '131107.603000', '131107.605000', '131107.608000', '131107.611000', '131107.613000', '131107.616000', '131107.618000', '131107.621000', '131107.624000', '131107.626000', '131107.629000', '131107.632000', '131107.634000', '131107.637000', '131107.639000', '131107.642000', '131107.645000', '131107.647000', '131107.650000', '131107.653000', '131107.655000', '131107.658000', '131107.661000', '131107.663000', '131127.547000', '131127.549000', '131127.552000', '131127.555000', '131127.557000', '131127.560000', '131127.577000', '131127.580000', '131127.583000', '131127.585000', '131127.588000', '131127.590000', '131127.593000', '131127.596000', '131127.598000', '131127.601000', '131127.603000', '131127.606000', '131127.609000', '131127.611000', '131127.614000', '131127.616000', '131127.619000', '131127.622000', '131127.624000', '131127.627000', '131127.629000', '131127.632000', '131127.635000', '131127.637000', '131127.640000', '131127.642000', '131127.645000', '131127.648000', '131127.650000', '131127.653000', '131127.656000', '131127.658000', '131127.661000', '131127.663000', '131127.666000', '131127.669000', '131127.671000', '131147.547000', '131147.550000', '131147.553000', '131147.555000', '131147.558000', '131147.561000', '131147.563000', '131147.566000', '131147.569000', '131147.571000', '131147.574000', '131147.576000', '131147.579000', '131147.582000', '131147.585000', '131147.587000', '131147.590000', '131147.593000', '131147.596000', '131147.598000', '131147.601000', '131147.604000', '131147.606000', '131147.609000', '131147.612000', '131147.614000', '131147.617000', '131147.620000', '131147.622000', '131147.625000', '131147.628000', '131147.630000', '131147.633000', '131147.636000', '131147.638000', '131147.641000', '131147.643000', '131147.646000', '131147.649000', '131147.651000', '131147.654000', '131147.657000', '131147.659000', '131207.548000', '131207.550000', '131207.553000', '131207.556000', '131207.558000', '131207.561000', '131207.564000', '131207.566000', '131207.569000', '131207.572000', '131207.574000', '131207.577000', '131207.580000', '131207.582000', '131207.585000', '131207.587000', '131207.590000', '131207.593000', '131207.595000', '131207.598000', '131207.601000', '131207.603000', '131207.606000', '131207.609000', '131207.611000', '131207.614000', '131207.617000', '131207.619000', '131207.622000', '131207.625000', '131207.627000', '131207.630000', '131207.633000', '131207.635000', '131207.638000', '131207.640000', '131207.643000', '131207.646000', '131207.649000', '131207.651000', '131207.654000', '131207.657000', '131207.659000', '131207.662000', '131227.548000', '131227.550000', '131227.553000', '131227.556000', '131227.558000', '131227.561000', '131227.564000', '131227.566000', '131227.569000', '131227.572000', '131227.574000', '131227.577000', '131227.579000', '131227.582000', '131227.585000', '131227.588000', '131227.591000', '131227.594000', '131227.596000', '131227.599000', '131227.602000', '131227.605000', '131227.607000', '131227.610000', '131227.612000', '131227.615000', '131227.618000', '131227.620000', '131227.623000', '131227.625000', '131227.628000', '131227.631000', '131227.633000', '131227.636000', '131227.639000', '131227.641000', '131227.644000', '131227.647000', '131227.650000', '131227.652000', '131227.655000', '131227.658000', '131227.660000', '131247.547000', '131247.550000', '131247.553000', '131247.556000', '131247.558000', '131247.561000', '131247.564000', '131247.566000', '131247.569000', '131247.572000', '131247.574000', '131247.577000', '131247.580000', '131247.582000', '131247.585000', '131247.588000', '131247.590000', '131247.593000', '131247.596000', '131247.598000', '131247.601000', '131247.604000', '131247.606000', '131247.609000', '131247.612000', '131247.614000', '131247.617000', '131247.619000', '131247.622000', '131247.625000', '131247.627000', '131247.630000', '131247.644000', '131247.647000', '131247.649000', '131247.652000', '131247.655000', '131247.657000', '131247.660000', '131247.663000', '131247.665000', '131247.668000', '131247.670000', '131247.673000', '131307.548000', '131307.550000', '131307.553000', '131307.556000', '131307.558000', '131307.561000', '131307.564000', '131307.566000', '131307.569000', '131307.572000', '131307.574000', '131307.577000', '131307.579000', '131307.582000', '131307.585000', '131307.587000', '131307.590000', '131307.593000', '131307.595000', '131307.598000', '131307.601000', '131307.603000', '131307.606000', '131307.609000', '131307.611000', '131307.614000', '131307.617000', '131307.619000', '131307.622000', '131307.625000', '131307.627000', '131307.630000', '131307.633000', '131307.636000', '131307.638000', '131307.641000', '131307.643000', '131307.646000', '131307.649000', '131307.651000', '131307.654000', '131307.657000', '131307.659000', '131327.548000', '131327.550000', '131327.553000', '131327.556000', '131327.559000', '131327.561000', '131327.564000', '131327.567000', '131327.569000', '131327.572000', '131327.574000', '131327.577000', '131327.580000', '131327.582000', '131327.585000', '131327.588000', '131327.590000', '131327.593000', '131327.596000', '131327.598000', '131327.601000', '131327.603000', '131327.606000', '131327.609000', '131327.611000', '131327.614000', '131327.617000', '131327.619000', '131327.622000', '131327.625000', '131327.627000', '131327.630000', '131327.633000', '131327.635000', '131327.638000', '131327.641000', '131327.643000', '131327.646000', '131327.649000', '131327.651000', '131327.654000', '131327.656000', '131327.659000', '131327.662000', '131347.546000', '131347.549000', '131347.552000', '131347.555000', '131347.557000', '131347.562000', '131347.565000', '131347.568000', '131347.571000', '131347.573000', '131347.577000', '131347.580000', '131347.583000', '131347.585000', '131347.588000', '131347.591000', '131347.593000', '131347.596000', '131347.599000', '131347.601000', '131347.604000', '131347.607000', '131347.609000', '131347.612000', '131347.615000', '131347.617000', '131347.620000', '131347.623000', '131347.626000', '131347.630000', '131347.633000', '131347.635000', '131347.638000', '131347.640000', '131347.643000', '131347.646000', '131347.648000', '131347.651000', '131347.654000', '131347.656000', '131347.659000', '131347.661000', '131347.664000', '131407.548000', '131407.551000', '131407.554000', '131407.556000', '131407.559000', '131407.562000', '131407.564000', '131407.567000', '131407.569000', '131407.572000', '131407.575000', '131407.577000', '131407.580000', '131407.582000', '131407.585000', '131407.588000', '131407.590000', '131407.593000', '131407.596000', '131407.598000', '131407.601000', '131407.603000', '131407.606000', '131407.608000', '131407.611000', '131407.614000', '131407.617000', '131407.619000', '131407.622000', '131407.625000', '131407.627000', '131407.630000', '131407.632000', '131407.635000', '131407.638000', '131407.640000', '131407.643000', '131407.646000', '131407.648000', '131407.651000', '131407.654000', '131407.656000', '131407.659000', '131407.662000', '131427.548000', '131427.551000', '131427.553000', '131427.556000', '131427.559000', '131427.561000', '131427.564000', '131427.567000', '131427.569000', '131427.572000', '131427.575000', '131427.577000', '131427.580000', '131427.583000', '131427.585000', '131427.588000', '131427.591000', '131427.593000', '131427.596000', '131427.598000', '131427.601000', '131427.604000', '131427.606000', '131427.609000', '131427.611000', '131427.614000', '131427.617000', '131427.619000', '131427.622000', '131427.626000', '131427.629000', '131427.632000', '131427.634000', '131427.637000', '131427.640000', '131427.642000', '131427.645000', '131427.648000', '131427.650000', '131427.653000', '131427.655000', '131427.658000', '131427.661000', '131447.548000', '131447.550000', '131447.553000', '131447.556000', '131447.559000', '131447.561000', '131447.564000', '131447.566000', '131447.569000', '131447.572000', '131447.574000', '131447.577000', '131447.580000', '131447.582000', '131447.585000', '131447.588000', '131447.591000', '131447.593000', '131447.596000', '131447.598000', '131447.601000', '131447.604000', '131447.607000', '131447.609000', '131447.612000', '131447.614000', '131447.617000', '131447.620000', '131447.622000', '131447.625000', '131447.628000', '131447.630000', '131447.633000', '131447.636000', '131447.638000', '131447.641000', '131447.644000', '131447.646000', '131447.649000', '131447.651000', '131447.654000', '131447.657000', '131447.659000', '131447.662000', '131507.548000', '131507.551000', '131507.554000', '131507.556000', '131507.559000', '131507.562000', '131507.565000', '131507.567000', '131507.570000', '131507.573000', '131507.575000', '131507.578000', '131507.581000', '131507.583000', '131507.586000', '131507.589000', '131507.591000', '131507.594000', '131507.596000', '131507.599000', '131507.602000', '131507.604000', '131507.607000', '131507.610000', '131507.612000', '131507.615000', '131507.618000', '131507.620000', '131507.623000', '131507.626000', '131507.629000', '131507.632000', '131507.634000', '131507.639000', '131507.641000', '131507.644000', '131507.647000', '131507.649000', '131507.652000', '131507.655000', '131507.657000', '131507.660000', '131507.663000', '131527.548000', '131527.551000', '131527.553000', '131527.556000', '131527.559000', '131527.561000', '131527.564000', '131527.567000', '131527.569000', '131527.572000', '131527.575000', '131527.577000', '131527.580000', '131527.583000', '131527.585000', '131527.588000', '131527.591000', '131527.593000', '131527.596000', '131527.599000', '131527.601000', '131527.604000', '131527.606000', '131527.609000', '131527.612000', '131527.615000', '131527.617000', '131527.620000', '131527.622000', '131527.625000', '131527.628000', '131527.630000', '131527.633000', '131527.636000', '131527.638000', '131527.641000', '131527.643000', '131527.646000', '131527.649000', '131527.652000', '131527.654000', '131527.657000', '131527.659000', '131527.662000', '131547.548000', '131547.551000', '131547.553000', '131547.556000', '131547.558000', '131547.561000', '131547.564000', '131547.566000', '131547.569000', '131547.572000', '131547.574000', '131547.577000', '131547.580000', '131547.582000', '131547.585000', '131547.588000', '131547.590000', '131547.593000', '131547.596000', '131547.598000', '131547.601000', '131547.604000', '131547.606000', '131547.609000', '131547.612000', '131547.614000', '131547.617000', '131547.620000', '131547.623000', '131547.626000', '131547.629000', '131547.632000', '131547.635000', '131547.637000', '131547.640000', '131547.643000', '131547.645000', '131547.648000', '131547.651000', '131547.653000', '131547.656000', '131547.659000', '131547.661000', '131607.547000', '131607.550000', '131607.553000', '131607.555000', '131607.558000', '131607.561000', '131607.563000', '131607.566000', '131607.569000', '131607.571000', '131607.574000', '131607.577000', '131607.579000', '131607.582000', '131607.585000', '131607.587000', '131607.590000', '131607.593000', '131607.595000', '131607.598000', '131607.601000', '131607.603000', '131607.606000', '131607.609000', '131607.611000', '131607.614000', '131607.617000', '131607.619000', '131607.622000', '131607.625000', '131607.627000', '131607.630000', '131607.633000', '131607.635000', '131607.638000', '131607.641000', '131607.643000', '131607.646000', '131607.649000', '131607.651000', '131607.654000', '131607.656000', '131607.659000', '131607.662000', '131627.548000', '131627.550000', '131627.553000', '131627.556000', '131627.559000', '131627.561000', '131627.564000', '131627.566000', '131627.569000', '131627.572000', '131627.574000', '131627.577000', '131627.580000', '131627.582000', '131627.585000', '131627.587000', '131627.590000', '131627.593000', '131627.595000', '131627.598000', '131627.601000', '131627.603000', '131627.606000', '131627.609000', '131627.611000', '131627.614000', '131627.616000', '131627.619000', '131627.622000', '131627.624000', '131627.627000', '131627.630000', '131627.633000', '131627.635000', '131627.638000', '131627.640000', '131627.643000', '131627.646000', '131627.648000', '131627.651000', '131627.654000', '131627.656000', '131627.659000', '131647.548000', '131647.551000', '131647.553000', '131647.556000', '131647.559000', '131647.561000', '131647.564000', '131647.567000', '131647.569000', '131647.572000', '131647.575000', '131647.577000', '131647.580000', '131647.583000', '131647.585000', '131647.588000', '131647.591000', '131647.594000', '131647.596000', '131647.599000', '131647.601000', '131647.604000', '131647.607000', '131647.609000', '131647.612000', '131647.614000', '131647.617000', '131647.620000', '131647.622000', '131647.625000', '131647.627000', '131647.630000', '131647.633000', '131647.635000', '131647.638000', '131647.640000', '131647.643000', '131647.650000', '131647.653000', '131647.655000', '131647.658000', '131647.661000', '131647.663000', '131647.666000', '131707.548000', '131707.551000', '131707.554000', '131707.563000', '131707.566000', '131707.569000', '131707.571000', '131707.574000', '131707.577000', '131707.579000', '131707.582000', '131707.585000', '131707.587000', '131707.590000', '131707.593000', '131707.595000', '131707.598000', '131707.601000', '131707.603000', '131707.606000', '131707.609000', '131707.611000', '131707.614000', '131707.617000', '131707.619000', '131707.622000', '131707.625000', '131707.627000', '131707.630000', '131707.633000', '131707.635000', '131707.638000', '131707.641000', '131707.643000', '131707.646000', '131707.648000', '131707.651000', '131707.654000', '131707.656000', '131707.659000', '131707.661000', '131707.664000', '131707.667000', '131727.548000', '131727.551000', '131727.553000', '131727.556000', '131727.558000', '131727.561000', '131727.564000', '131727.566000', '131727.569000', '131727.572000', '131727.574000', '131727.577000', '131727.580000', '131727.582000', '131727.585000', '131727.587000', '131727.590000', '131727.593000', '131727.595000', '131727.598000', '131727.601000', '131727.603000', '131727.606000', '131727.609000', '131727.611000', '131727.614000', '131727.616000', '131727.619000', '131727.622000', '131727.624000', '131727.627000', '131727.629000', '131727.632000', '131727.635000', '131727.637000', '131727.640000', '131727.643000', '131727.645000', '131727.648000', '131727.651000', '131727.653000', '131727.656000', '131727.659000', '131747.548000', '131747.550000', '131747.553000', '131747.556000', '131747.559000', '131747.561000', '131747.564000', '131747.567000', '131747.570000', '131747.572000', '131747.575000', '131747.577000', '131747.580000', '131747.583000', '131747.585000', '131747.588000', '131747.591000', '131747.593000', '131747.596000', '131747.599000', '131747.602000', '131747.604000', '131747.607000', '131747.609000', '131747.612000', '131747.615000', '131747.617000', '131747.620000', '131747.623000', '131747.625000', '131747.628000', '131747.631000', '131747.633000', '131747.636000', '131747.639000', '131747.642000', '131747.644000', '131747.647000', '131747.649000', '131747.652000', '131747.655000', '131747.657000', '131747.660000', '131747.663000', '131807.548000', '131807.550000', '131807.553000', '131807.556000', '131807.559000', '131807.561000', '131807.564000', '131807.567000', '131807.569000', '131807.572000', '131807.574000', '131807.577000', '131807.580000', '131807.582000', '131807.585000', '131807.588000', '131807.590000', '131807.593000', '131807.596000', '131807.598000', '131807.601000', '131807.604000', '131807.606000', '131807.609000', '131807.612000', '131807.614000', '131807.617000', '131807.620000', '131807.622000', '131807.625000', '131807.627000', '131807.630000', '131807.633000', '131807.649000', '131807.651000', '131807.654000', '131807.657000', '131807.659000', '131807.662000', '131807.665000', '131807.667000', '131807.670000', '131807.673000', '131807.681000', '131827.547000', '131827.550000', '131827.552000', '131827.555000', '131827.558000', '131827.560000', '131827.563000', '131827.565000', '131827.568000', '131827.571000', '131827.573000', '131827.576000', '131827.579000', '131827.581000', '131827.584000', '131827.586000', '131827.589000', '131827.592000', '131827.595000', '131827.598000', '131827.600000', '131827.603000', '131827.606000', '131827.608000', '131827.611000', '131827.613000', '131827.616000', '131827.619000', '131827.621000', '131827.624000', '131827.627000', '131827.629000', '131827.632000', '131827.634000', '131827.637000', '131827.640000', '131827.642000', '131827.645000', '131827.648000', '131827.650000', '131827.653000', '131827.655000', '131827.658000', '131847.549000', '131847.552000', '131847.555000', '131847.557000', '131847.560000', '131847.563000', '131847.565000', '131847.568000', '131847.570000', '131847.573000', '131847.576000', '131847.578000', '131847.581000', '131847.584000', '131847.586000', '131847.589000', '131847.592000', '131847.594000', '131847.597000', '131847.600000', '131847.603000', '131847.605000', '131847.608000', '131847.611000', '131847.613000', '131847.616000', '131847.619000', '131847.621000', '131847.624000', '131847.627000', '131847.629000', '131847.632000', '131847.635000', '131847.637000', '131847.640000', '131847.643000', '131847.646000', '131847.648000', '131847.651000', '131847.653000', '131847.656000', '131847.659000', '131847.661000', '131847.664000', '131907.548000', '131907.550000', '131907.553000', '131907.556000', '131907.558000', '131907.561000', '131907.564000', '131907.566000', '131907.569000', '131907.572000', '131907.575000', '131907.577000', '131907.580000', '131907.583000', '131907.585000', '131907.588000', '131907.591000', '131907.593000', '131907.596000', '131907.599000', '131907.601000', '131907.604000', '131907.607000', '131907.609000', '131907.612000', '131907.614000', '131907.617000', '131907.620000', '131907.622000', '131907.625000', '131907.628000', '131907.630000', '131907.633000', '131907.636000', '131907.638000', '131907.641000', '131907.644000', '131907.646000', '131907.649000', '131907.651000', '131907.654000', '131907.657000', '131907.659000', '131927.548000', '131927.550000', '131927.553000', '131927.556000', '131927.558000', '131927.561000', '131927.563000', '131927.566000', '131927.569000', '131927.571000', '131927.574000', '131927.576000', '131927.579000', '131927.581000', '131927.584000', '131927.596000', '131927.599000', '131927.602000', '131927.604000', '131927.607000', '131927.610000', '131927.612000', '131927.615000', '131927.618000', '131927.620000', '131927.623000', '131927.626000', '131927.628000', '131927.631000', '131927.634000', '131927.636000', '131927.639000', '131927.641000', '131927.644000', '131927.647000', '131927.649000', '131927.652000', '131927.655000', '131927.657000', '131927.660000', '131927.662000', '131927.665000', '131927.668000', '131927.670000', '131947.548000', '131947.550000', '131947.553000', '131947.556000', '131947.558000', '131947.561000', '131947.564000', '131947.566000', '131947.569000', '131947.571000', '131947.574000', '131947.577000', '131947.579000', '131947.582000', '131947.584000', '131947.587000', '131947.590000', '131947.593000', '131947.595000', '131947.598000', '131947.601000', '131947.603000', '131947.606000', '131947.609000', '131947.611000', '131947.614000', '131947.617000', '131947.619000', '131947.622000', '131947.625000', '131947.627000', '131947.630000', '131947.632000', '131947.635000', '131947.638000', '131947.640000', '131947.643000', '131947.645000', '131947.648000', '131947.651000', '131947.653000', '131947.656000', '131947.658000', '132007.548000', '132007.551000', '132007.553000', '132007.556000', '132007.559000', '132007.561000', '132007.564000', '132007.567000', '132007.569000', '132007.572000', '132007.575000', '132007.577000', '132007.580000', '132007.583000', '132007.586000', '132007.589000', '132007.592000', '132007.595000', '132007.597000', '132007.600000', '132007.603000', '132007.605000', '132007.608000', '132007.610000', '132007.613000', '132007.616000', '132007.618000', '132007.621000', '132007.624000', '132007.626000', '132007.629000', '132007.632000', '132007.634000', '132007.637000', '132007.640000', '132007.642000', '132007.645000', '132007.648000', '132007.650000', '132007.653000', '132007.656000', '132007.658000', '132007.661000', '132007.664000', '132027.548000', '132027.550000', '132027.554000', '132027.557000', '132027.559000', '132027.562000', '132027.565000', '132027.568000', '132027.570000', '132027.573000', '132027.576000', '132027.578000', '132027.581000', '132027.583000', '132027.586000', '132027.589000', '132027.591000', '132027.594000', '132027.597000', '132027.599000', '132027.602000', '132027.605000', '132027.607000', '132027.610000', '132027.613000', '132027.615000', '132027.618000', '132027.621000', '132027.623000', '132027.626000', '132027.628000', '132027.631000', '132027.634000', '132027.636000', '132027.639000', '132027.642000', '132027.644000', '132027.647000', '132027.650000', '132027.652000', '132027.666000', '132027.669000', '132027.671000', '132029.595000', '132029.598000', '132029.600000', '132029.603000', '132029.606000'], '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': [13561, 9333, 12545, 8879, 12589, 9424, 12127, 9322, 11809, 8247, 12292, 8532, 13159, 8078, 12382, 8042, 12282, 8209, 13134, 8630, 12564, 8151, 12413, 8408, 13216, 8184, 13314, 8358, 12587, 8241, 12759, 8358, 12839, 8647, 12661, 8613, 12328, 9085, 12362, 8318, 12689, 8376, 13225, 9427, 11840, 8815, 12796, 9544, 12649, 10034, 12544, 8994, 11991, 8189, 10804, 7118, 11329, 7191, 10630, 7908, 10019, 7240, 10826, 8439, 11753, 7561, 10592, 8572, 10601, 7340, 9029, 7115, 9826, 10519, 8852, 15281, 8976, 13023, 8904, 14255, 9414, 10670, 8820, 7751, 8901, 12007, 9145, 9243, 9020, 8362, 8961, 14482, 8735, 13575, 8655, 13089, 8629, 12986, 8895, 12664, 7830, 12384, 8662, 11616, 9232, 11321, 7971, 10317, 8907, 10231, 9139, 10981, 8515, 10178, 9536, 10584, 7086, 9620, 7320, 9828, 7368, 9256, 11989, 9250, 9012, 9044, 8748, 9448, 11897, 8888, 9245, 8974, 8992, 9802, 8135, 10456, 8931, 12979, 10028, 13072, 9991, 12539, 9556, 11391, 8285, 9948, 12223, 9016, 14821, 9122, 13518, 8641, 12229, 8724, 12602, 8629, 13087, 9964, 13065, 9538, 7049, 11693, 8540, 14454, 10282, 7554, 12110, 15557, 9537, 13247, 9011, 13434, 9545, 13747, 9755, 13481, 8321, 13184, 8719, 13283, 7994, 12792, 8331, 12754, 8808, 12765, 8493, 13629, 8903, 13272, 8832, 12839, 8968, 13402, 8962, 11458, 8620, 14301, 9166, 10772, 8390, 11785, 9163, 12426, 8881, 13817, 8866, 14063, 9012, 13427, 8625, 10217, 9065, 8779, 9188, 7118, 10402, 11084, 8824, 8268, 9019, 14262, 8908, 14769, 8967, 13374, 8651, 13231, 8670, 13001, 8222, 13061, 8913, 13105, 8767, 13261, 8678, 12924, 9289, 12465, 8261, 12794, 8628, 12866, 9801, 11811, 9145, 12371, 10058, 11821, 9147, 12399, 9455, 11955, 7909, 11151, 8070, 11130, 7132, 10567, 8352, 11315, 10371, 13297, 8515, 13546, 8886, 13805, 9061, 13621, 9203, 13327, 8746, 13500, 8976, 13097, 8971, 13409, 9187, 13379, 8883, 13107, 8528, 12904, 9147, 13715, 9580, 10553, 9280, 8239, 8987, 7728, 11379, 8041, 12853, 9077, 11068, 10399, 8067, 12865, 8804, 13463, 8595, 12134, 7666, 10510, 7455, 11095, 7472, 11554, 8635, 12316, 8275, 12813, 7795, 13078, 8344, 12823, 8206, 13071, 8809, 12814, 8142, 12887, 8649, 12966, 9295, 12478, 8168, 12921, 8104, 12957, 8993, 12560, 8167, 12956, 7689, 12795, 8281, 13035, 8541, 12617, 9408, 12674, 9209, 13064, 8568, 13203, 9378, 9622, 10014, 8648, 12618, 8619, 13982, 10271, 13752, 9080, 13759, 9451, 12584, 8742, 11738, 8209, 11755, 7583, 10651, 8976, 11701, 9231, 12083, 9262, 10546, 9237, 11083, 8262, 10017, 8059, 10952, 7302, 9261, 8700, 8835, 7753, 8543, 8950, 8600, 7493, 9668, 6970, 10241, 7801, 9813, 7108, 11568, 7043, 11138, 9947, 10120, 8154, 9969, 10558, 9860, 14256, 9520, 12616, 8731, 14264, 9304, 13832, 9889, 13885, 8996, 13364, 9360, 12398, 9351, 12765, 9128, 12728, 9405, 12084, 9034, 10858, 7251, 9491, 8624, 8714, 15223, 8662, 13444, 8393, 11646, 8196, 12489, 8785, 11251, 7840, 9375, 7975, 10308, 6913, 9050, 9546, 8551, 7094, 9194, 7186, 10039, 10323, 8547, 12135, 8452, 14057, 8560, 12618, 8435, 13371, 8183, 13802, 9705, 13136, 9439, 12874, 9152, 7910, 11872, 7221, 13256, 9892, 12573, 10823, 15449, 11797, 14266, 8300, 12637, 8089, 11723, 8138, 10374, 10169, 8896, 15220, 9001, 12189, 8453, 12419, 8556, 13560, 9031, 11800, 8168, 12417, 8538, 12107, 8308, 12479, 8504, 12897, 9187, 12429, 8562, 12713, 8978, 11864, 8319, 12648, 9144, 12245, 8382, 10720, 7904, 10835, 7241, 10892, 7384, 11677, 8643, 11894, 7226, 11837, 8373, 11915, 8464, 12289, 8181, 11217, 7621, 11111, 7774, 10538, 7935, 10616, 7943, 9720, 13926, 10808, 10851, 9638, 7579, 12205, 9070, 14054, 9135, 9377, 10114, 8143, 12915, 9590, 12017, 9108, 8546, 11796, 8375, 14321, 9044, 10823, 7574, 9768, 7640, 10099, 7440, 10807, 7407, 10444, 7435, 9467, 7238, 10232, 7904, 11867, 8310, 12145, 7514, 12674, 8237, 12205, 7851, 12810, 8272, 13048, 8798, 8872, 8563, 10274, 9073, 7309, 9763, 8141, 10001, 7443, 10284, 7776, 11955, 7687, 12774, 7825, 12211, 8151, 11992, 8604, 12162, 8039, 12663, 8196, 13306, 8293, 13247, 8103, 13052, 8682, 13440, 8918, 13235, 8842, 10359, 9348, 8104, 11974, 8420, 12686, 9232, 7836, 11611, 8090, 13986, 10328, 13187, 9319, 13365, 10292, 12767, 8557, 12452, 8693, 12778, 8915, 12613, 8140, 11682, 8155, 7089, 8821, 7056, 10145, 7484, 10084, 8016, 12483, 7574, 12888, 8824, 12419, 7886, 13024, 8957, 13003, 8934, 13588, 8953, 13807, 9740, 13311, 9514, 13473, 9442, 11401, 9760, 8163, 9593, 8521, 10668, 8409, 10452, 7597, 10161, 7986, 10281, 7200, 10186, 7228, 10667, 12561, 9116, 13947, 8280, 13503, 8687, 13038, 8345, 12287, 7374, 12602, 8386, 12533, 9506, 7493, 8886, 7310, 13496, 9704, 13682, 10545, 8611, 10733, 12180, 10222, 14655, 10172, 13542, 8809, 13802, 10501, 12659, 8092, 12560, 7801, 12949, 8856, 11966, 7532, 12080, 7950, 12947, 8588, 12611, 7977, 13542, 8960, 13481, 8743, 12667, 8493, 13045, 9229, 13157, 7904, 12635, 8567, 12626, 9160, 12542, 8405, 12806, 9057, 12953, 8077, 13027, 8414, 12663, 7474, 10302, 7325, 10679, 7380, 11440, 7382, 11424, 7670, 10834, 7156, 9865, 7501, 9451, 10665, 8806, 14030, 8749, 12347, 7985, 12318, 8487, 12459, 7738, 12322, 7516, 12676, 8014, 11720, 7442, 12368, 7756, 11478, 9425, 8220, 12175, 9104, 13404, 8718, 10891, 7170, 10589, 7375, 10221, 13113, 9067, 13340, 8268, 12866, 8246, 12356, 8749, 12230, 7539, 12149, 7438, 12189, 8217, 12111, 7785, 12243, 8357, 12106, 7708, 12365, 8117, 12384, 8580, 13242, 8057, 12538, 8532, 12174, 8649, 12800, 8830, 13057, 9302, 10652, 8869, 9111, 9832, 12988, 9792, 13066, 8460, 13553, 8821, 12553, 8932, 13073, 8694, 12653, 8203, 11791, 7243, 12175, 8120, 12515, 7947, 12709, 7679, 12778, 8662, 13572, 9896, 12187, 9027, 14005, 9934, 13143, 9377, 12984, 9121, 12274, 9312, 8584, 9114, 7973, 10180, 7448, 11003, 7352, 11121, 7439, 11646, 7307, 10388, 7519, 11411, 7526, 11754, 8155, 12298, 8012, 12446, 8602, 10731, 8314, 12680, 8519, 13119, 9611, 7456, 9810, 7975, 12219, 9437, 13610, 10720, 12898, 8872, 12434, 9705, 13361, 9751, 11244, 8922, 12442, 9613, 9916, 9337, 7761, 11528, 7757, 12082, 8259, 13419, 9138, 8677, 11809, 9275, 8925, 8579, 8207, 11870, 11616, 9080, 7325, 10452, 8112, 13190, 10943, 11224, 11170, 12131, 11631, 14332, 11319, 15682, 10190, 12791, 9864, 9679, 10520, 8168, 10894, 7970, 10594, 7775, 9753, 7964, 8883, 8293, 8639, 8465, 8679, 9081, 9111, 7400, 9206, 7886, 10363, 7962, 11036, 7702, 11384, 7999, 11933, 7840, 11514, 7839, 12069, 8319, 13034, 9131, 12549, 9106, 12367, 9344, 12938, 10160, 12978, 9838, 12987, 10049, 13261, 9566, 13318, 9388, 12952, 10537, 13151, 9695, 12820, 9196, 13183, 9990, 12748, 9106, 9949, 9418, 9286, 9744, 9275, 9205, 12181, 8899, 13493, 9208, 12233, 8738, 12530, 8593, 10283, 8211, 7010, 9469, 7754, 10913, 7602, 11984, 7625, 12405, 8306, 12904, 7483, 12009, 8074, 11467, 8123, 11732, 8670, 7304, 10117, 7503, 13066, 8454, 8543, 10296, 14420, 10596, 12592, 8428, 12614, 8011, 11900, 7869, 11006, 7509, 10858, 7488, 11047, 7928, 11339, 8343, 12192, 7882, 11125, 8116, 10794, 7540, 10715, 7288, 10940, 7946, 10500, 7214, 10322, 8104, 10945, 8040, 10807, 7668, 10461, 8229, 11839, 7950, 12271, 8301, 11875, 7651, 12377, 7515, 12335, 8139, 11958, 7412, 12861, 7607, 12886, 7972, 12447, 8419, 12684, 8760, 13006, 9656, 12269, 8333, 12670, 8705, 13085, 10112, 12462, 8386, 12754, 8912, 12932, 9265, 13544, 8666, 12030, 9300, 7246, 9634, 7499, 11198, 8250, 10371, 7390, 11542, 7348, 12160, 7362, 11273, 7680, 10771, 7782, 10497, 7746, 11933, 8045, 12783, 7956, 13228, 8222, 13146, 7968, 13243, 8233, 12501, 7641, 12492, 8145, 13132, 8095, 12679, 7513, 12465, 8091, 12827, 8445, 12696, 8894, 12296, 9067, 8049, 11917, 9296, 9946, 10902, 8756, 12888, 8800, 12885, 9715, 12752, 9951, 13031, 9365, 13217, 8868, 8115, 11291, 7976, 12960, 9965, 9691, 9369, 7200, 10671, 7600, 11995, 7981, 12599, 8511, 13056, 9867, 12403, 8231, 12756, 8479, 12374, 9491, 12683, 8243, 8987, 8605, 8173, 9198, 7158, 10410, 8370, 9957, 7648, 11040, 7990, 12314, 8053, 13004, 7790, 12570, 8515, 12908, 10443, 13161, 10288, 12781, 8590, 13381, 9709, 13250, 9521, 12558, 9442, 11061, 9869, 7097, 11081, 8043, 12789, 7645, 12210, 8028, 12528, 9582, 13383, 10592, 12908, 8848, 12809, 9717, 13106, 10125, 12335, 8801, 12568, 9767, 12144, 8963, 12129, 8748, 12340, 9103, 12081, 7780, 11854, 8708, 12108, 8954, 7121, 10148, 7145, 10641, 7929, 11434, 8333, 12519, 9804, 10450, 9834, 8800, 13792, 10284, 13803, 10154, 13689, 11036, 13966, 9852, 9001, 11226, 8746, 8073, 9566, 10013, 13359, 8968, 13002, 9345, 11298, 11497, 8864, 14272, 10469, 15384, 12496, 14077, 11623, 11109, 11707, 10633, 14234, 11343, 8863, 13950, 10850, 10948, 11014, 9397, 12815, 10099, 9116, 9744, 8888, 12421, 9281, 12524, 9504, 12025, 9293, 7400, 10157, 8405, 11911, 9150, 12640, 8728, 7271, 10433, 7560, 11576, 8208, 12035, 8100, 12798, 9419, 13515, 8693, 11888, 9521, 9552, 9952, 7423, 10474, 8220, 10394, 8253, 10564, 7548, 10946, 7497, 11331, 7944, 11005, 7614, 11645, 7716, 12407, 8368, 12721, 8517, 13457, 8129, 12854, 7841, 12971, 8066, 13129, 8740, 13285, 8493, 13841, 8754, 13049, 8771, 9179, 8906, 10907, 9242, 7714, 9313, 7309, 10456, 8389, 12184, 8541, 13398, 8501, 14128, 9766, 8096, 11333, 7856, 12578, 8147, 13464, 8578, 13867, 8934, 13956, 10076, 13681, 9179, 13529, 9333, 13658, 9116, 13313, 8267, 12482, 9170, 13628, 9616, 7822, 10471, 8835, 12550, 7123, 13570, 9652, 7536, 11252, 8240, 13117, 8303, 13212, 8239, 11234, 7424, 10298, 7384, 9347, 9410, 9050, 8204, 9001, 7963, 9719, 7247, 10825, 8701, 11633, 8059, 12208, 7884, 12542, 7428, 11009, 7309, 11505, 7432, 10793, 8076, 9763, 6987, 11049, 7195, 11485, 8445, 13833, 8551, 13992, 8885, 13894, 9827, 13216, 9010, 14055, 9108, 13531, 9527, 13477, 8601, 12482, 8352, 13280, 9151, 12701, 7968, 12851, 7984, 13051, 8309, 12166, 8225, 13007, 8797, 9331, 8607, 7176, 9974, 7865, 11843, 7780, 12803, 7934, 12890, 8795, 12806, 8284, 13043, 8702, 13152, 8473, 13640, 8366, 13046, 8069, 12083, 8694, 14130, 9065, 10450, 11271, 8691, 14369, 9496, 12952, 8988, 13235, 9225, 8806, 8596, 8981, 12888, 9633, 8583, 8957, 14752, 9290, 13504, 8796, 13069, 9822, 7717, 11973, 9023, 13660, 11224, 12117, 10758, 13852, 10958, 13377, 9742, 15088, 9737, 14234, 9379, 13021, 8507, 12931, 8163, 12989, 8842, 9883, 8274, 7745, 8705, 7667, 10824, 8533, 10875, 8640, 11710, 8745, 12030, 8608, 12551, 7757, 10553, 7217, 10508, 7181, 10046, 9578, 9262, 8895, 8764, 13088, 8699, 13828, 8932, 10287, 8167, 14471, 9045, 13558, 9491, 7935, 9637, 7478, 11151, 8970, 10261, 8218, 9858, 12426, 9506, 10524, 9309, 12429, 8986, 14567, 9528, 12355, 8744, 13792, 9070, 13482, 8980, 10706, 8710, 11776, 9177, 12521, 9153, 8705, 9026, 10089, 9406, 13411, 9560, 13621, 8488, 14209, 9161, 14052, 9455, 13064, 8581, 14126, 9387, 13614, 8923, 13599, 8050], 'WindowCenter': [4620.0, 4554.0, 4582.0, 4530.0, 4568.0, 4524.0, 4555.0, 4516.0, 4554.0, 4515.0, 4555.0, 4516.0, 4565.0, 4507.0, 4565.0, 4508.0, 4554.0, 4519.0, 4567.0, 4530.0, 4568.0, 4520.0, 4566.0, 4521.0, 4578.0, 4519.0, 4576.0, 4517.0, 4567.0, 4517.0, 4565.0, 4515.0, 4564.0, 4515.0, 4564.0, 4514.0, 4553.0, 4516.0, 4553.0, 4504.0, 4553.0, 4505.0, 4564.0, 4526.0, 4554.0, 4514.0, 4553.0, 4524.0, 4553.0, 4525.0, 4553.0, 4516.0, 4554.0, 4503.0, 4544.0, 4483.0, 4543.0, 4473.0, 4535.0, 4505.0, 4523.0, 4483.0, 4532.0, 4502.0, 4554.0, 4494.0, 4535.0, 4515.0, 4534.0, 4486.0, 4516.0, 4484.0, 4535.0, 4534.0, 4516.0, 4585.0, 4515.0, 4564.0, 4516.0, 4574.0, 4526.0, 4535.0, 4515.0, 4494.0, 4526.0, 4554.0, 4526.0, 4524.0, 4517.0, 4505.0, 4516.0, 4573.0, 4516.0, 4563.0, 4514.0, 4562.0, 4515.0, 4554.0, 4515.0, 4551.0, 4494.0, 4553.0, 4514.0, 4544.0, 4513.0, 4546.0, 4492.0, 4534.0, 4514.0, 4534.0, 4525.0, 4546.0, 4516.0, 4536.0, 4526.0, 4547.0, 4485.0, 4537.0, 4496.0, 4536.0, 4495.0, 4529.0, 4558.0, 4528.0, 4514.0, 4527.0, 4514.0, 4525.0, 4554.0, 4526.0, 4526.0, 4526.0, 4526.0, 4547.0, 4518.0, 4547.0, 4525.0, 4567.0, 4536.0, 4567.0, 4536.0, 4567.0, 4537.0, 4556.0, 4516.0, 4536.0, 4553.0, 4516.0, 4572.0, 4514.0, 4552.0, 4504.0, 4541.0, 4503.0, 4552.0, 4515.0, 4563.0, 4533.0, 4563.0, 4536.0, 4488.0, 4557.0, 4529.0, 4588.0, 4549.0, 4508.0, 4570.0, 4587.0, 4537.0, 4565.0, 4516.0, 4564.0, 4525.0, 4563.0, 4523.0, 4551.0, 4492.0, 4552.0, 4502.0, 4550.0, 4492.0, 4552.0, 4503.0, 4554.0, 4514.0, 4552.0, 4514.0, 4564.0, 4515.0, 4554.0, 4514.0, 4553.0, 4514.0, 4563.0, 4514.0, 4544.0, 4514.0, 4575.0, 4526.0, 4533.0, 4506.0, 4544.0, 4526.0, 4554.0, 4515.0, 4562.0, 4514.0, 4564.0, 4514.0, 4563.0, 4515.0, 4532.0, 4514.0, 4515.0, 4525.0, 4483.0, 4544.0, 4545.0, 4515.0, 4503.0, 4515.0, 4573.0, 4516.0, 4572.0, 4514.0, 4565.0, 4515.0, 4563.0, 4514.0, 4552.0, 4504.0, 4552.0, 4514.0, 4563.0, 4504.0, 4552.0, 4513.0, 4553.0, 4524.0, 4552.0, 4503.0, 4551.0, 4503.0, 4553.0, 4523.0, 4543.0, 4514.0, 4553.0, 4524.0, 4544.0, 4525.0, 4553.0, 4523.0, 4555.0, 4493.0, 4545.0, 4493.0, 4545.0, 4485.0, 4535.0, 4503.0, 4545.0, 4534.0, 4565.0, 4517.0, 4564.0, 4526.0, 4564.0, 4525.0, 4564.0, 4525.0, 4563.0, 4515.0, 4563.0, 4515.0, 4564.0, 4514.0, 4563.0, 4514.0, 4563.0, 4513.0, 4552.0, 4504.0, 4564.0, 4539.0, 4577.0, 4525.0, 4534.0, 4524.0, 4515.0, 4527.0, 4497.0, 4568.0, 4520.0, 4576.0, 4529.0, 4556.0, 4548.0, 4508.0, 4568.0, 4528.0, 4569.0, 4517.0, 4555.0, 4495.0, 4535.0, 4482.0, 4533.0, 4483.0, 4543.0, 4503.0, 4541.0, 4503.0, 4564.0, 4506.0, 4564.0, 4515.0, 4565.0, 4516.0, 4566.0, 4526.0, 4564.0, 4508.0, 4564.0, 4518.0, 4567.0, 4527.0, 4554.0, 4516.0, 4564.0, 4506.0, 4564.0, 4515.0, 4553.0, 4506.0, 4564.0, 4495.0, 4564.0, 4505.0, 4565.0, 4514.0, 4553.0, 4540.0, 4566.0, 4526.0, 4564.0, 4515.0, 4565.0, 4537.0, 4536.0, 4536.0, 4515.0, 4555.0, 4517.0, 4576.0, 4549.0, 4576.0, 4528.0, 4565.0, 4525.0, 4553.0, 4503.0, 4543.0, 4491.0, 4543.0, 4482.0, 4521.0, 4501.0, 4541.0, 4512.0, 4552.0, 4512.0, 4532.0, 4513.0, 4543.0, 4504.0, 4524.0, 4493.0, 4543.0, 4484.0, 4525.0, 4514.0, 4515.0, 4493.0, 4514.0, 4515.0, 4516.0, 4484.0, 4525.0, 4487.0, 4546.0, 4507.0, 4537.0, 4487.0, 4556.0, 4485.0, 4556.0, 4537.0, 4537.0, 4506.0, 4537.0, 4534.0, 4537.0, 4575.0, 4527.0, 4555.0, 4515.0, 4574.0, 4526.0, 4564.0, 4535.0, 4563.0, 4514.0, 4564.0, 4525.0, 4553.0, 4513.0, 4553.0, 4512.0, 4552.0, 4513.0, 4542.0, 4512.0, 4533.0, 4484.0, 4525.0, 4502.0, 4514.0, 4572.0, 4514.0, 4564.0, 4504.0, 4544.0, 4506.0, 4553.0, 4503.0, 4544.0, 4504.0, 4514.0, 4493.0, 4534.0, 4475.0, 4514.0, 4523.0, 4514.0, 4474.0, 4525.0, 4485.0, 4539.0, 4536.0, 4517.0, 4555.0, 4517.0, 4576.0, 4517.0, 4555.0, 4518.0, 4566.0, 4517.0, 4576.0, 4527.0, 4566.0, 4529.0, 4568.0, 4539.0, 4519.0, 4583.0, 4500.0, 4567.0, 4539.0, 4567.0, 4549.0, 4589.0, 4557.0, 4565.0, 4494.0, 4543.0, 4494.0, 4543.0, 4481.0, 4522.0, 4508.0, 4500.0, 4560.0, 4500.0, 4528.0, 4490.0, 4539.0, 4502.0, 4552.0, 4513.0, 4541.0, 4504.0, 4554.0, 4516.0, 4556.0, 4518.0, 4555.0, 4517.0, 4565.0, 4527.0, 4554.0, 4516.0, 4565.0, 4516.0, 4554.0, 4506.0, 4554.0, 4525.0, 4555.0, 4505.0, 4545.0, 4505.0, 4545.0, 4496.0, 4545.0, 4485.0, 4555.0, 4514.0, 4555.0, 4495.0, 4554.0, 4504.0, 4544.0, 4504.0, 4554.0, 4503.0, 4534.0, 4484.0, 4544.0, 4495.0, 4533.0, 4491.0, 4533.0, 4491.0, 4523.0, 4577.0, 4587.0, 4575.0, 4496.0, 4414.0, 4500.0, 4488.0, 4549.0, 4512.0, 4525.0, 4537.0, 4507.0, 4566.0, 4538.0, 4567.0, 4529.0, 4517.0, 4557.0, 4518.0, 4579.0, 4514.0, 4535.0, 4482.0, 4523.0, 4484.0, 4521.0, 4470.0, 4531.0, 4471.0, 4523.0, 4470.0, 4512.0, 4472.0, 4520.0, 4493.0, 4542.0, 4503.0, 4541.0, 4484.0, 4554.0, 4504.0, 4553.0, 4506.0, 4555.0, 4516.0, 4564.0, 4516.0, 4516.0, 4516.0, 4537.0, 4527.0, 4486.0, 4538.0, 4505.0, 4538.0, 4497.0, 4536.0, 4495.0, 4556.0, 4497.0, 4566.0, 4496.0, 4556.0, 4494.0, 4544.0, 4505.0, 4544.0, 4495.0, 4552.0, 4504.0, 4563.0, 4504.0, 4553.0, 4494.0, 4555.0, 4516.0, 4564.0, 4516.0, 4553.0, 4517.0, 4536.0, 4528.0, 4495.0, 4557.0, 4507.0, 4565.0, 4527.0, 4495.0, 4546.0, 4509.0, 4566.0, 4538.0, 4554.0, 4527.0, 4568.0, 4536.0, 4552.0, 4504.0, 4543.0, 4505.0, 4553.0, 4514.0, 4542.0, 4495.0, 4544.0, 4494.0, 4474.0, 4515.0, 4484.0, 4536.0, 4486.0, 4536.0, 4505.0, 4556.0, 4498.0, 4565.0, 4528.0, 4556.0, 4508.0, 4565.0, 4528.0, 4565.0, 4519.0, 4565.0, 4518.0, 4565.0, 4528.0, 4567.0, 4529.0, 4565.0, 4526.0, 4544.0, 4526.0, 4503.0, 4526.0, 4504.0, 4535.0, 4493.0, 4535.0, 4484.0, 4534.0, 4494.0, 4535.0, 4485.0, 4535.0, 4484.0, 4547.0, 4554.0, 4514.0, 4564.0, 4505.0, 4563.0, 4516.0, 4563.0, 4504.0, 4554.0, 4485.0, 4554.0, 4506.0, 4565.0, 4539.0, 4497.0, 4540.0, 4499.0, 4577.0, 4539.0, 4579.0, 4549.0, 4518.0, 4548.0, 4557.0, 4537.0, 4564.0, 4524.0, 4553.0, 4504.0, 4563.0, 4533.0, 4542.0, 4493.0, 4542.0, 4484.0, 4553.0, 4514.0, 4543.0, 4494.0, 4543.0, 4506.0, 4564.0, 4519.0, 4557.0, 4506.0, 4567.0, 4527.0, 4564.0, 4519.0, 4554.0, 4518.0, 4567.0, 4527.0, 4565.0, 4507.0, 4554.0, 4517.0, 4566.0, 4528.0, 4555.0, 4509.0, 4566.0, 4527.0, 4555.0, 4495.0, 4554.0, 4505.0, 4557.0, 4484.0, 4525.0, 4484.0, 4532.0, 4483.0, 4544.0, 4482.0, 4543.0, 4485.0, 4535.0, 4486.0, 4524.0, 4484.0, 4525.0, 4533.0, 4514.0, 4565.0, 4503.0, 4542.0, 4492.0, 4542.0, 4504.0, 4553.0, 4495.0, 4554.0, 4485.0, 4564.0, 4496.0, 4543.0, 4495.0, 4566.0, 4509.0, 4556.0, 4538.0, 4519.0, 4568.0, 4528.0, 4569.0, 4517.0, 4537.0, 4474.0, 4535.0, 4486.0, 4534.0, 4553.0, 4515.0, 4552.0, 4495.0, 4551.0, 4493.0, 4543.0, 4503.0, 4541.0, 4483.0, 4541.0, 4486.0, 4543.0, 4507.0, 4543.0, 4485.0, 4555.0, 4507.0, 4546.0, 4496.0, 4554.0, 4508.0, 4556.0, 4517.0, 4554.0, 4496.0, 4554.0, 4517.0, 4544.0, 4516.0, 4555.0, 4517.0, 4564.0, 4527.0, 4548.0, 4517.0, 4515.0, 4537.0, 4565.0, 4526.0, 4554.0, 4505.0, 4565.0, 4517.0, 4554.0, 4517.0, 4553.0, 4505.0, 4554.0, 4495.0, 4543.0, 4485.0, 4544.0, 4494.0, 4553.0, 4506.0, 4554.0, 4498.0, 4564.0, 4519.0, 4564.0, 4536.0, 4554.0, 4517.0, 4565.0, 4526.0, 4553.0, 4517.0, 4552.0, 4514.0, 4542.0, 4514.0, 4503.0, 4503.0, 4494.0, 4535.0, 4483.0, 4534.0, 4483.0, 4544.0, 4485.0, 4545.0, 4485.0, 4524.0, 4473.0, 4545.0, 4483.0, 4543.0, 4494.0, 4543.0, 4494.0, 4543.0, 4503.0, 4543.0, 4504.0, 4564.0, 4527.0, 4566.0, 4537.0, 4484.0, 4525.0, 4494.0, 4555.0, 4527.0, 4567.0, 4548.0, 4556.0, 4516.0, 4555.0, 4526.0, 4553.0, 4517.0, 4533.0, 4504.0, 4542.0, 4513.0, 4514.0, 4513.0, 4482.0, 4545.0, 4483.0, 4545.0, 4506.0, 4566.0, 4540.0, 4529.0, 4570.0, 4527.0, 4531.0, 4529.0, 4519.0, 4560.0, 4546.0, 4516.0, 4486.0, 4547.0, 4508.0, 4567.0, 4547.0, 4545.0, 4547.0, 4544.0, 4533.0, 4550.0, 4519.0, 4548.0, 4498.0, 4526.0, 4498.0, 4496.0, 4505.0, 4475.0, 4505.0, 4465.0, 4504.0, 4454.0, 4484.0, 4463.0, 4486.0, 4476.0, 4488.0, 4476.0, 4489.0, 4501.0, 4512.0, 4482.0, 4513.0, 4492.0, 4522.0, 4494.0, 4534.0, 4495.0, 4545.0, 4510.0, 4570.0, 4507.0, 4546.0, 4498.0, 4557.0, 4518.0, 4568.0, 4529.0, 4567.0, 4529.0, 4567.0, 4530.0, 4568.0, 4539.0, 4567.0, 4537.0, 4566.0, 4537.0, 4566.0, 4527.0, 4565.0, 4517.0, 4555.0, 4536.0, 4554.0, 4524.0, 4553.0, 4514.0, 4552.0, 4523.0, 4553.0, 4504.0, 4521.0, 4514.0, 4512.0, 4514.0, 4513.0, 4514.0, 4541.0, 4502.0, 4553.0, 4513.0, 4540.0, 4504.0, 4542.0, 4504.0, 4524.0, 4504.0, 4475.0, 4524.0, 4494.0, 4545.0, 4508.0, 4555.0, 4498.0, 4557.0, 4509.0, 4567.0, 4497.0, 4568.0, 4506.0, 4545.0, 4497.0, 4556.0, 4529.0, 4498.0, 4548.0, 4500.0, 4580.0, 4520.0, 4529.0, 4552.0, 4590.0, 4550.0, 4567.0, 4507.0, 4556.0, 4508.0, 4556.0, 4496.0, 4546.0, 4484.0, 4546.0, 4485.0, 4545.0, 4495.0, 4543.0, 4503.0, 4555.0, 4495.0, 4545.0, 4494.0, 4535.0, 4495.0, 4535.0, 4484.0, 4545.0, 4494.0, 4534.0, 4485.0, 4536.0, 4496.0, 4545.0, 4495.0, 4547.0, 4508.0, 4538.0, 4506.0, 4555.0, 4496.0, 4556.0, 4507.0, 4555.0, 4497.0, 4555.0, 4487.0, 4567.0, 4507.0, 4556.0, 4486.0, 4566.0, 4497.0, 4567.0, 4509.0, 4556.0, 4507.0, 4566.0, 4516.0, 4567.0, 4538.0, 4555.0, 4518.0, 4565.0, 4518.0, 4567.0, 4537.0, 4556.0, 4506.0, 4566.0, 4528.0, 4554.0, 4529.0, 4565.0, 4516.0, 4555.0, 4527.0, 4496.0, 4539.0, 4496.0, 4558.0, 4518.0, 4537.0, 4486.0, 4556.0, 4497.0, 4557.0, 4486.0, 4547.0, 4494.0, 4536.0, 4496.0, 4537.0, 4496.0, 4544.0, 4495.0, 4566.0, 4505.0, 4564.0, 4505.0, 4555.0, 4496.0, 4566.0, 4505.0, 4554.0, 4484.0, 4552.0, 4495.0, 4553.0, 4495.0, 4553.0, 4485.0, 4553.0, 4496.0, 4554.0, 4504.0, 4553.0, 4527.0, 4569.0, 4530.0, 4508.0, 4554.0, 4515.0, 4524.0, 4547.0, 4517.0, 4566.0, 4517.0, 4567.0, 4538.0, 4556.0, 4526.0, 4554.0, 4517.0, 4567.0, 4516.0, 4496.0, 4545.0, 4509.0, 4570.0, 4539.0, 4527.0, 4527.0, 4486.0, 4538.0, 4498.0, 4555.0, 4508.0, 4556.0, 4516.0, 4567.0, 4537.0, 4556.0, 4508.0, 4554.0, 4508.0, 4557.0, 4528.0, 4556.0, 4507.0, 4516.0, 4518.0, 4507.0, 4528.0, 4487.0, 4548.0, 4509.0, 4538.0, 4497.0, 4548.0, 4497.0, 4557.0, 4508.0, 4566.0, 4497.0, 4556.0, 4505.0, 4555.0, 4537.0, 4554.0, 4535.0, 4554.0, 4505.0, 4564.0, 4525.0, 4554.0, 4525.0, 4553.0, 4526.0, 4544.0, 4525.0, 4474.0, 4544.0, 4496.0, 4554.0, 4494.0, 4543.0, 4495.0, 4554.0, 4525.0, 4565.0, 4536.0, 4554.0, 4515.0, 4553.0, 4526.0, 4553.0, 4523.0, 4542.0, 4503.0, 4542.0, 4524.0, 4541.0, 4513.0, 4541.0, 4503.0, 4552.0, 4515.0, 4542.0, 4495.0, 4544.0, 4517.0, 4556.0, 4517.0, 4488.0, 4536.0, 4486.0, 4549.0, 4519.0, 4558.0, 4518.0, 4570.0, 4551.0, 4560.0, 4550.0, 4529.0, 4578.0, 4548.0, 4567.0, 4538.0, 4578.0, 4574.0, 4594.0, 4557.0, 4533.0, 4536.0, 4506.0, 4483.0, 4513.0, 4527.0, 4554.0, 4515.0, 4569.0, 4530.0, 4546.0, 4547.0, 4518.0, 4568.0, 4525.0, 4564.0, 4545.0, 4553.0, 4535.0, 4507.0, 4505.0, 4493.0, 4537.0, 4517.0, 4487.0, 4537.0, 4521.0, 4520.0, 4520.0, 4499.0, 4538.0, 4520.0, 4500.0, 4509.0, 4500.0, 4539.0, 4500.0, 4541.0, 4513.0, 4541.0, 4510.0, 4484.0, 4523.0, 4488.0, 4517.0, 4502.0, 4551.0, 4514.0, 4485.0, 4534.0, 4495.0, 4545.0, 4506.0, 4555.0, 4505.0, 4554.0, 4529.0, 4567.0, 4516.0, 4545.0, 4527.0, 4524.0, 4525.0, 4483.0, 4535.0, 4504.0, 4536.0, 4503.0, 4534.0, 4493.0, 4534.0, 4485.0, 4544.0, 4492.0, 4533.0, 4483.0, 4545.0, 4496.0, 4552.0, 4493.0, 4552.0, 4501.0, 4564.0, 4494.0, 4552.0, 4495.0, 4552.0, 4506.0, 4564.0, 4516.0, 4563.0, 4515.0, 4563.0, 4516.0, 4564.0, 4517.0, 4526.0, 4526.0, 4546.0, 4527.0, 4495.0, 4525.0, 4484.0, 4536.0, 4519.0, 4555.0, 4516.0, 4565.0, 4517.0, 4576.0, 4539.0, 4495.0, 4547.0, 4496.0, 4555.0, 4506.0, 4564.0, 4506.0, 4564.0, 4514.0, 4563.0, 4524.0, 4553.0, 4513.0, 4551.0, 4513.0, 4551.0, 4503.0, 4550.0, 4501.0, 4555.0, 4528.0, 4562.0, 4513.0, 4483.0, 4533.0, 4514.0, 4565.0, 4485.0, 4564.0, 4537.0, 4507.0, 4558.0, 4517.0, 4566.0, 4519.0, 4567.0, 4506.0, 4546.0, 4485.0, 4536.0, 4485.0, 4525.0, 4513.0, 4516.0, 4505.0, 4516.0, 4506.0, 4523.0, 4483.0, 4546.0, 4515.0, 4555.0, 4506.0, 4556.0, 4506.0, 4567.0, 4498.0, 4546.0, 4485.0, 4546.0, 4485.0, 4535.0, 4496.0, 4526.0, 4474.0, 4545.0, 4476.0, 4546.0, 4506.0, 4565.0, 4516.0, 4577.0, 4527.0, 4576.0, 4536.0, 4554.0, 4515.0, 4564.0, 4515.0, 4565.0, 4525.0, 4552.0, 4505.0, 4554.0, 4504.0, 4566.0, 4514.0, 4552.0, 4494.0, 4551.0, 4495.0, 4554.0, 4507.0, 4567.0, 4518.0, 4566.0, 4528.0, 4541.0, 4532.0, 4487.0, 4524.0, 4496.0, 4555.0, 4507.0, 4568.0, 4507.0, 4569.0, 4518.0, 4566.0, 4506.0, 4566.0, 4516.0, 4564.0, 4506.0, 4564.0, 4504.0, 4564.0, 4534.0, 4568.0, 4506.0, 4563.0, 4516.0, 4535.0, 4545.0, 4516.0, 4577.0, 4527.0, 4554.0, 4555.0, 4580.0, 4546.0, 4517.0, 4489.0, 4498.0, 4536.0, 4523.0, 4502.0, 4526.0, 4574.0, 4527.0, 4565.0, 4520.0, 4565.0, 4538.0, 4497.0, 4555.0, 4516.0, 4565.0, 4558.0, 4558.0, 4537.0, 4564.0, 4535.0, 4554.0, 4515.0, 4550.0, 4512.0, 4549.0, 4498.0, 4536.0, 4487.0, 4526.0, 4489.0, 4537.0, 4500.0, 4509.0, 4491.0, 4493.0, 4502.0, 4483.0, 4533.0, 4502.0, 4534.0, 4516.0, 4554.0, 4514.0, 4554.0, 4515.0, 4556.0, 4497.0, 4535.0, 4484.0, 4535.0, 4473.0, 4535.0, 4523.0, 4516.0, 4514.0, 4505.0, 4563.0, 4517.0, 4563.0, 4517.0, 4534.0, 4508.0, 4576.0, 4527.0, 4566.0, 4536.0, 4506.0, 4537.0, 4485.0, 4549.0, 4517.0, 4535.0, 4505.0, 4527.0, 4556.0, 4525.0, 4534.0, 4526.0, 4554.0, 4516.0, 4572.0, 4523.0, 4551.0, 4506.0, 4563.0, 4515.0, 4551.0, 4516.0, 4534.0, 4504.0, 4543.0, 4514.0, 4552.0, 4515.0, 4503.0, 4515.0, 4523.0, 4523.0, 4553.0, 4514.0, 4563.0, 4503.0, 4562.0, 4513.0, 4561.0, 4526.0, 4553.0, 4504.0, 4562.0, 4513.0, 4551.0, 4514.0, 4551.0, 4494.0], 'WindowWidth': [10120.0, 10018.0, 10050.0, 9975.0, 10020.0, 9957.0, 9999.0, 9947.0, 9999.0, 9949.0, 10000.0, 9949.0, 10014.0, 9937.0, 10014.0, 9940.0, 9999.0, 9957.0, 10019.0, 9975.0, 10022.0, 9963.0, 10018.0, 9963.0, 10035.0, 9956.0, 10031.0, 9953.0, 10017.0, 9952.0, 10014.0, 9948.0, 10012.0, 9946.0, 10009.0, 9942.0, 9992.0, 9946.0, 9993.0, 9931.0, 9995.0, 9933.0, 10013.0, 9962.0, 9996.0, 9943.0, 9993.0, 9955.0, 9994.0, 9957.0, 9992.0, 9945.0, 9996.0, 9926.0, 9982.0, 9900.0, 9981.0, 9888.0, 9971.0, 9931.0, 9954.0, 9898.0, 9964.0, 9924.0, 9995.0, 9915.0, 9973.0, 9944.0, 9971.0, 9907.0, 9948.0, 9901.0, 9973.0, 9969.0, 9948.0, 10041.0, 9947.0, 10010.0, 9948.0, 10025.0, 9962.0, 9972.0, 9947.0, 9917.0, 9961.0, 9998.0, 9963.0, 9956.0, 9951.0, 9931.0, 9948.0, 10023.0, 9947.0, 10007.0, 9943.0, 10004.0, 9945.0, 9994.0, 9945.0, 9989.0, 9915.0, 9994.0, 9942.0, 9980.0, 9938.0, 9985.0, 9911.0, 9967.0, 9940.0, 9968.0, 9958.0, 9988.0, 9948.0, 9975.0, 9961.0, 9989.0, 9908.0, 9978.0, 9921.0, 9977.0, 9920.0, 9969.0, 10007.0, 9967.0, 9944.0, 9963.0, 9943.0, 9959.0, 9997.0, 9962.0, 9959.0, 9962.0, 9962.0, 9995.0, 9960.0, 9995.0, 9962.0, 10018.0, 9977.0, 10020.0, 9976.0, 10020.0, 9977.0, 10003.0, 9950.0, 9976.0, 9995.0, 9946.0, 10020.0, 9941.0, 9991.0, 9927.0, 9974.0, 9924.0, 9989.0, 9943.0, 10007.0, 9969.0, 10008.0, 9977.0, 9914.0, 10005.0, 9972.0, 10052.0, 9999.0, 9941.0, 10027.0, 10047.0, 9977.0, 10012.0, 9946.0, 10008.0, 9960.0, 10005.0, 9952.0, 9986.0, 9907.0, 9987.0, 9923.0, 9984.0, 9909.0, 9987.0, 9926.0, 9996.0, 9942.0, 9990.0, 9942.0, 10007.0, 9944.0, 9994.0, 9943.0, 9993.0, 9943.0, 10005.0, 9942.0, 9980.0, 9943.0, 10024.0, 9959.0, 9964.0, 9932.0, 9981.0, 9960.0, 9994.0, 9944.0, 10003.0, 9941.0, 10008.0, 9943.0, 10006.0, 9944.0, 9965.0, 9943.0, 9944.0, 9959.0, 9901.0, 9984.0, 9986.0, 9944.0, 9927.0, 9945.0, 10020.0, 9948.0, 10018.0, 9943.0, 10009.0, 9943.0, 10006.0, 9944.0, 9990.0, 9929.0, 9991.0, 9941.0, 10005.0, 9927.0, 9990.0, 9939.0, 9992.0, 9957.0, 9989.0, 9926.0, 9988.0, 9925.0, 9992.0, 9953.0, 9977.0, 9939.0, 9991.0, 9954.0, 9981.0, 9955.0, 9993.0, 9953.0, 9997.0, 9912.0, 9983.0, 9912.0, 9982.0, 9903.0, 9970.0, 9926.0, 9984.0, 9969.0, 10012.0, 9948.0, 10009.0, 9961.0, 10009.0, 9959.0, 10009.0, 9959.0, 10006.0, 9943.0, 10007.0, 9944.0, 10006.0, 9941.0, 10004.0, 9940.0, 10006.0, 9940.0, 9988.0, 9928.0, 10011.0, 9985.0, 10032.0, 9958.0, 9968.0, 9956.0, 9947.0, 9967.0, 9923.0, 10025.0, 9961.0, 10032.0, 9971.0, 10004.0, 9994.0, 9941.0, 10023.0, 9967.0, 10023.0, 9952.0, 10000.0, 9915.0, 9970.0, 9894.0, 9964.0, 9897.0, 9978.0, 9924.0, 9973.0, 9924.0, 10013.0, 9938.0, 10010.0, 9947.0, 10011.0, 9949.0, 10017.0, 9963.0, 10011.0, 9941.0, 10011.0, 9954.0, 10020.0, 9966.0, 9998.0, 9948.0, 10008.0, 9934.0, 10008.0, 9946.0, 9994.0, 9934.0, 10008.0, 9920.0, 10010.0, 9931.0, 10011.0, 9942.0, 9994.0, 9989.0, 10017.0, 9964.0, 10010.0, 9947.0, 10012.0, 9979.0, 9977.0, 9974.0, 9945.0, 9999.0, 9951.0, 10029.0, 9996.0, 10028.0, 9967.0, 10014.0, 9958.0, 9992.0, 9922.0, 9976.0, 9905.0, 9977.0, 9894.0, 9945.0, 9917.0, 9971.0, 9933.0, 9988.0, 9935.0, 9962.0, 9937.0, 9977.0, 9929.0, 9955.0, 9913.0, 9981.0, 9901.0, 9958.0, 9941.0, 9943.0, 9913.0, 9942.0, 9944.0, 9947.0, 9903.0, 9960.0, 9909.0, 9991.0, 9940.0, 9979.0, 9910.0, 10003.0, 9904.0, 10002.0, 9978.0, 9977.0, 9933.0, 9977.0, 9970.0, 9977.0, 10027.0, 9963.0, 9997.0, 9946.0, 10023.0, 9962.0, 10009.0, 9973.0, 10008.0, 9941.0, 10010.0, 9958.0, 9992.0, 9937.0, 9991.0, 9936.0, 9989.0, 9939.0, 9976.0, 9936.0, 9965.0, 9903.0, 9958.0, 9923.0, 9942.0, 10017.0, 9941.0, 10008.0, 9928.0, 9979.0, 9932.0, 9992.0, 9924.0, 9983.0, 9928.0, 9940.0, 9911.0, 9967.0, 9888.0, 9941.0, 9951.0, 9941.0, 9887.0, 9958.0, 9905.0, 9982.0, 9974.0, 9950.0, 9998.0, 9951.0, 10031.0, 9952.0, 9997.0, 9951.0, 10013.0, 9950.0, 10030.0, 9964.0, 10014.0, 9970.0, 10020.0, 9986.0, 9958.0, 10049.0, 9933.0, 10019.0, 9984.0, 10017.0, 9997.0, 10053.0, 10004.0, 10012.0, 9913.0, 9978.0, 9915.0, 9976.0, 9888.0, 9945.0, 9921.0, 9912.0, 9995.0, 9914.0, 9948.0, 9901.0, 9963.0, 9920.0, 9989.0, 9937.0, 9973.0, 9929.0, 9996.0, 9947.0, 9999.0, 9952.0, 9998.0, 9950.0, 10013.0, 9963.0, 9995.0, 9947.0, 10010.0, 9946.0, 9993.0, 9931.0, 9995.0, 9957.0, 9999.0, 9929.0, 9984.0, 9930.0, 9983.0, 9920.0, 9984.0, 9903.0, 9999.0, 9940.0, 9998.0, 9919.0, 9996.0, 9926.0, 9980.0, 9926.0, 9995.0, 9922.0, 9966.0, 9897.0, 9981.0, 9917.0, 9963.0, 9905.0, 9963.0, 9905.0, 9952.0, 10034.0, 10065.0, 10046.0, 9899.0, 9761.0, 9893.0, 9894.0, 9976.0, 9933.0, 9958.0, 9979.0, 9938.0, 10015.0, 9980.0, 10018.0, 9969.0, 9952.0, 10002.0, 9953.0, 10038.0, 9941.0, 9969.0, 9893.0, 9950.0, 9898.0, 9946.0, 9875.0, 9957.0, 9876.0, 9948.0, 9876.0, 9934.0, 9878.0, 9943.0, 9912.0, 9974.0, 9924.0, 9974.0, 9899.0, 9995.0, 9929.0, 9991.0, 9932.0, 9997.0, 9948.0, 10009.0, 9949.0, 9946.0, 9948.0, 9976.0, 9964.0, 9907.0, 9978.0, 9931.0, 9978.0, 9922.0, 9975.0, 9919.0, 10002.0, 9924.0, 10014.0, 9920.0, 9999.0, 9913.0, 9981.0, 9931.0, 9981.0, 9914.0, 9990.0, 9928.0, 10004.0, 9926.0, 9992.0, 9914.0, 9996.0, 9946.0, 10007.0, 9946.0, 9992.0, 9952.0, 9977.0, 9966.0, 9918.0, 10003.0, 9937.0, 10011.0, 9961.0, 9917.0, 9987.0, 9942.0, 10013.0, 9977.0, 9995.0, 9960.0, 10017.0, 9972.0, 9987.0, 9926.0, 9975.0, 9927.0, 9989.0, 9938.0, 9973.0, 9914.0, 9980.0, 9914.0, 9887.0, 9943.0, 9902.0, 9974.0, 9907.0, 9972.0, 9931.0, 9998.0, 9926.0, 10012.0, 9964.0, 9999.0, 9938.0, 10011.0, 9967.0, 10011.0, 9954.0, 10012.0, 9952.0, 10013.0, 9965.0, 10014.0, 9967.0, 10011.0, 9961.0, 9981.0, 9959.0, 9925.0, 9959.0, 9928.0, 9969.0, 9911.0, 9969.0, 9898.0, 9966.0, 9914.0, 9968.0, 9901.0, 9970.0, 9901.0, 9989.0, 9995.0, 9943.0, 10007.0, 9929.0, 10004.0, 9947.0, 10006.0, 9930.0, 9993.0, 9905.0, 9996.0, 9934.0, 10013.0, 9984.0, 9924.0, 9989.0, 9930.0, 10033.0, 9983.0, 10039.0, 9998.0, 9951.0, 9992.0, 10001.0, 9975.0, 10008.0, 9953.0, 9991.0, 9925.0, 10005.0, 9964.0, 9972.0, 9908.0, 9971.0, 9900.0, 9991.0, 9940.0, 9976.0, 9914.0, 9977.0, 9934.0, 10010.0, 9955.0, 10002.0, 9935.0, 10017.0, 9964.0, 10010.0, 9953.0, 9996.0, 9951.0, 10017.0, 9964.0, 10012.0, 9937.0, 9997.0, 9951.0, 10014.0, 9965.0, 9997.0, 9941.0, 10013.0, 9963.0, 9997.0, 9918.0, 9995.0, 9929.0, 10001.0, 9901.0, 9956.0, 9899.0, 9961.0, 9899.0, 9980.0, 9895.0, 9978.0, 9901.0, 9969.0, 9906.0, 9954.0, 9898.0, 9955.0, 9962.0, 9940.0, 10009.0, 9923.0, 9973.0, 9909.0, 9975.0, 9928.0, 9990.0, 9917.0, 9993.0, 9903.0, 10009.0, 9920.0, 9979.0, 9919.0, 10015.0, 9943.0, 10003.0, 9981.0, 9958.0, 10021.0, 9969.0, 10022.0, 9949.0, 9973.0, 9885.0, 9970.0, 9903.0, 9967.0, 9993.0, 9940.0, 9987.0, 9913.0, 9985.0, 9910.0, 9975.0, 9923.0, 9970.0, 9895.0, 9970.0, 9903.0, 9975.0, 9932.0, 9977.0, 9902.0, 9996.0, 9936.0, 9983.0, 9919.0, 9992.0, 9936.0, 9998.0, 9948.0, 9992.0, 9918.0, 9995.0, 9948.0, 9979.0, 9946.0, 9996.0, 9949.0, 10010.0, 9965.0, 9991.0, 9949.0, 9944.0, 9976.0, 10011.0, 9958.0, 9994.0, 9929.0, 10010.0, 9948.0, 9993.0, 9947.0, 9992.0, 9928.0, 9994.0, 9915.0, 9975.0, 9901.0, 9979.0, 9913.0, 9991.0, 9933.0, 9994.0, 9923.0, 10009.0, 9954.0, 10009.0, 9973.0, 9993.0, 9947.0, 10010.0, 9960.0, 9990.0, 9945.0, 9987.0, 9939.0, 9974.0, 9938.0, 9922.0, 9923.0, 9913.0, 9968.0, 9898.0, 9966.0, 9897.0, 9980.0, 9901.0, 9982.0, 9901.0, 9951.0, 9882.0, 9981.0, 9896.0, 9977.0, 9911.0, 9977.0, 9912.0, 9976.0, 9924.0, 9981.0, 9929.0, 10009.0, 9967.0, 10015.0, 9977.0, 9901.0, 9955.0, 9914.0, 9996.0, 9960.0, 10018.0, 9989.0, 9997.0, 9944.0, 9995.0, 9957.0, 9991.0, 9945.0, 9961.0, 9924.0, 9974.0, 9936.0, 9937.0, 9934.0, 9894.0, 9981.0, 9897.0, 9980.0, 9930.0, 10015.0, 9988.0, 9973.0, 10027.0, 9962.0, 9978.0, 9971.0, 9955.0, 10014.0, 9986.0, 9946.0, 9904.0, 9990.0, 9939.0, 10016.0, 9992.0, 9985.0, 9989.0, 9979.0, 9963.0, 9980.0, 9937.0, 9972.0, 9905.0, 9939.0, 9904.0, 9897.0, 9912.0, 9871.0, 9911.0, 9855.0, 9908.0, 9839.0, 9880.0, 9850.0, 9888.0, 9872.0, 9893.0, 9875.0, 9897.0, 9916.0, 9936.0, 9893.0, 9935.0, 9907.0, 9946.0, 9914.0, 9968.0, 9918.0, 9983.0, 9943.0, 10026.0, 9937.0, 9986.0, 9926.0, 10001.0, 9952.0, 10020.0, 9970.0, 10017.0, 9968.0, 10016.0, 9970.0, 10021.0, 9982.0, 10017.0, 9977.0, 10014.0, 9976.0, 10011.0, 9961.0, 10010.0, 9947.0, 9995.0, 9970.0, 9993.0, 9953.0, 9991.0, 9938.0, 9989.0, 9951.0, 9989.0, 9924.0, 9945.0, 9937.0, 9935.0, 9939.0, 9934.0, 9938.0, 9969.0, 9920.0, 9989.0, 9936.0, 9967.0, 9923.0, 9971.0, 9924.0, 9955.0, 9927.0, 9888.0, 9954.0, 9914.0, 9984.0, 9940.0, 9998.0, 9925.0, 10001.0, 9942.0, 10015.0, 9923.0, 10021.0, 9933.0, 9982.0, 9922.0, 10001.0, 9972.0, 9928.0, 9995.0, 9933.0, 10039.0, 9961.0, 9972.0, 10006.0, 10055.0, 9998.0, 10017.0, 9938.0, 10001.0, 9938.0, 9999.0, 9919.0, 9985.0, 9901.0, 9984.0, 9902.0, 9981.0, 9915.0, 9978.0, 9925.0, 9997.0, 9916.0, 9983.0, 9913.0, 9970.0, 9917.0, 9971.0, 9902.0, 9983.0, 9914.0, 9967.0, 9904.0, 9972.0, 9919.0, 9984.0, 9917.0, 9991.0, 9941.0, 9976.0, 9932.0, 9998.0, 9919.0, 10000.0, 9936.0, 9998.0, 9924.0, 10000.0, 9910.0, 10017.0, 9936.0, 10000.0, 9907.0, 10013.0, 9922.0, 10016.0, 9940.0, 10000.0, 9937.0, 10012.0, 9949.0, 10019.0, 9979.0, 9998.0, 9953.0, 10012.0, 9953.0, 10018.0, 9977.0, 10000.0, 9934.0, 10014.0, 9965.0, 9996.0, 9970.0, 10012.0, 9947.0, 10001.0, 9964.0, 9922.0, 9983.0, 9923.0, 10007.0, 9954.0, 9978.0, 9907.0, 10001.0, 9924.0, 10004.0, 9906.0, 9989.0, 9915.0, 9972.0, 9922.0, 9973.0, 9917.0, 9980.0, 9917.0, 10013.0, 9930.0, 10008.0, 9929.0, 9996.0, 9918.0, 10013.0, 9929.0, 9992.0, 9899.0, 9990.0, 9916.0, 9991.0, 9917.0, 9990.0, 9903.0, 9991.0, 9919.0, 9993.0, 9928.0, 9993.0, 9966.0, 10023.0, 9973.0, 9939.0, 9995.0, 9944.0, 9953.0, 9988.0, 9948.0, 10014.0, 9950.0, 10016.0, 9981.0, 9999.0, 9958.0, 9993.0, 9947.0, 10016.0, 9944.0, 9919.0, 9984.0, 9940.0, 10023.0, 9981.0, 9961.0, 9961.0, 9905.0, 9978.0, 9923.0, 9997.0, 9937.0, 9999.0, 9946.0, 10017.0, 9975.0, 9999.0, 9937.0, 9994.0, 9936.0, 10003.0, 9962.0, 9997.0, 9935.0, 9946.0, 9951.0, 9936.0, 9965.0, 9909.0, 9993.0, 9940.0, 9979.0, 9921.0, 9989.0, 9919.0, 10000.0, 9937.0, 10012.0, 9921.0, 9997.0, 9929.0, 9995.0, 9975.0, 9995.0, 9969.0, 9992.0, 9928.0, 10008.0, 9958.0, 9994.0, 9956.0, 9990.0, 9957.0, 9982.0, 9956.0, 9886.0, 9980.0, 9916.0, 9994.0, 9915.0, 9977.0, 9915.0, 9991.0, 9955.0, 10011.0, 9971.0, 9992.0, 9943.0, 9990.0, 9958.0, 9991.0, 9951.0, 9973.0, 9922.0, 9973.0, 9953.0, 9970.0, 9936.0, 9972.0, 9923.0, 9987.0, 9942.0, 9975.0, 9916.0, 9981.0, 9949.0, 9999.0, 9948.0, 9910.0, 9973.0, 9909.0, 9999.0, 9958.0, 10005.0, 9953.0, 10027.0, 10002.0, 10013.0, 10001.0, 9969.0, 10035.0, 9992.0, 10016.0, 9978.0, 10036.0, 10041.0, 10065.0, 10016.0, 9978.0, 9966.0, 9924.0, 9893.0, 9933.0, 9961.0, 9992.0, 9941.0, 10020.0, 9970.0, 9985.0, 9985.0, 9947.0, 10018.0, 9951.0, 10007.0, 9981.0, 9986.0, 9966.0, 9912.0, 9906.0, 9888.0, 9955.0, 9929.0, 9891.0, 9960.0, 9942.0, 9938.0, 9939.0, 9910.0, 9962.0, 9941.0, 9912.0, 9924.0, 9913.0, 9966.0, 9915.0, 9971.0, 9938.0, 9970.0, 9929.0, 9900.0, 9950.0, 9894.0, 9928.0, 9918.0, 9986.0, 9943.0, 9905.0, 9969.0, 9917.0, 9985.0, 9932.0, 9996.0, 9933.0, 9994.0, 9970.0, 10017.0, 9949.0, 9983.0, 9962.0, 9956.0, 9958.0, 9899.0, 9971.0, 9928.0, 9975.0, 9925.0, 9968.0, 9912.0, 9968.0, 9902.0, 9980.0, 9909.0, 9965.0, 9897.0, 9984.0, 9921.0, 9990.0, 9911.0, 9991.0, 9921.0, 10007.0, 9915.0, 9988.0, 9918.0, 9989.0, 9935.0, 10011.0, 9947.0, 10004.0, 9943.0, 10006.0, 9948.0, 10010.0, 9951.0, 9960.0, 9961.0, 9991.0, 9964.0, 9917.0, 9959.0, 9903.0, 9974.0, 9955.0, 9997.0, 9947.0, 10011.0, 9950.0, 10028.0, 9982.0, 9919.0, 9990.0, 9919.0, 9998.0, 9935.0, 10009.0, 9932.0, 10007.0, 9941.0, 10007.0, 9953.0, 9990.0, 9936.0, 9984.0, 9936.0, 9985.0, 9923.0, 9982.0, 9921.0, 9999.0, 9968.0, 10006.0, 9937.0, 9897.0, 9968.0, 9941.0, 10012.0, 9907.0, 10011.0, 9979.0, 9939.0, 10009.0, 9953.0, 10015.0, 9956.0, 10018.0, 9934.0, 9987.0, 9904.0, 9973.0, 9904.0, 9958.0, 9938.0, 9946.0, 9928.0, 9947.0, 9937.0, 9954.0, 9901.0, 9986.0, 9945.0, 10000.0, 9934.0, 10000.0, 9935.0, 10017.0, 9928.0, 9987.0, 9906.0, 9987.0, 9903.0, 9970.0, 9919.0, 9960.0, 9890.0, 9984.0, 9892.0, 9988.0, 9933.0, 10013.0, 9947.0, 10031.0, 9968.0, 10031.0, 9976.0, 9996.0, 9946.0, 10007.0, 9944.0, 10010.0, 9956.0, 9990.0, 9930.0, 9993.0, 9928.0, 10013.0, 9941.0, 9989.0, 9914.0, 9987.0, 9916.0, 9996.0, 9935.0, 10021.0, 9953.0, 10014.0, 9970.0, 9991.0, 9982.0, 9913.0, 9954.0, 9919.0, 10000.0, 9939.0, 10021.0, 9938.0, 10024.0, 9953.0, 10014.0, 9934.0, 10012.0, 9949.0, 10008.0, 9932.0, 10008.0, 9929.0, 10010.0, 9991.0, 10023.0, 9933.0, 10007.0, 9946.0, 9972.0, 9986.0, 9950.0, 10029.0, 9964.0, 9998.0, 10022.0, 10042.0, 10004.0, 9947.0, 9897.0, 9908.0, 9954.0, 9953.0, 9922.0, 9963.0, 10023.0, 9963.0, 10011.0, 9957.0, 10013.0, 9981.0, 9923.0, 9997.0, 9949.0, 10012.0, 10009.0, 10007.0, 9974.0, 10010.0, 9969.0, 9996.0, 9942.0, 9982.0, 9931.0, 9978.0, 9906.0, 9955.0, 9892.0, 9943.0, 9897.0, 9960.0, 9915.0, 9926.0, 9906.0, 9911.0, 9924.0, 9898.0, 9966.0, 9924.0, 9967.0, 9947.0, 9996.0, 9942.0, 9996.0, 9944.0, 10002.0, 9921.0, 9969.0, 9899.0, 9971.0, 9885.0, 9970.0, 9952.0, 9944.0, 9940.0, 9929.0, 10006.0, 9950.0, 10007.0, 9949.0, 9969.0, 9939.0, 10029.0, 9966.0, 10015.0, 9975.0, 9935.0, 9978.0, 9907.0, 9996.0, 9948.0, 9973.0, 9931.0, 9962.0, 10002.0, 9959.0, 9967.0, 9959.0, 9993.0, 9945.0, 10019.0, 9952.0, 9988.0, 9932.0, 10005.0, 9944.0, 9988.0, 9944.0, 9965.0, 9928.0, 9978.0, 9942.0, 9990.0, 9942.0, 9924.0, 9944.0, 9951.0, 9954.0, 9990.0, 9939.0, 10003.0, 9925.0, 10001.0, 9939.0, 10000.0, 9957.0, 9990.0, 9927.0, 10003.0, 9939.0, 9986.0, 9939.0, 9986.0, 9913.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.002498382173382173</td></tr>
<tr><td colspan=3>aqi</td><td>0.027527777289377286</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.38470109213196</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2488638641050707</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.027827308656078</td></tr>
<tr><td colspan=3>efc</td><td>0.4711</td></tr>
<tr><td colspan=3>fber</td><td>6244.3701</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10238320818494964</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.982905982905983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.661892118940738</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6548133003406824</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8671038407338267</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.463759215747706</td></tr>
<tr><td colspan=3>gcor</td><td>0.00827382</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00019011310359928757</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024767983704805374</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7151911872335406</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>20.9113</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1402</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.9089</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300315.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>811.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.6378</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0442</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.9549</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3715.8959</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3963.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.6945</td></tr>
<tr><td colspan=3>tsnr</td><td>36.437411727849394</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>