<?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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-03/func/sub-0079_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>7c152e6b66c81f0765f2da4b6557d85e</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:27:34.442500</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.999684, 0.0152434, -0.0199912, -0.0132611, 0.995313, 0.0957936]</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.105221</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7772, -7243, 499, 11, -50, 66, 17]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.292</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c3d8d825-8741-4cb7-b9dc-31c9abc8939b||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.6820788383483887, -0.03557857498526573, -0.057665757834911346, 116.96186065673828], [-0.04089689627289772, 2.67035174369812, 0.2578451633453369, -96.39205932617188], [-0.053634852170944214, -0.2570072114467621, 2.6870410442352295, -28.254180908203125], [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': ['132734.442500', '132734.902500', '132735.362500', '132735.822500', '132736.282500', '132736.742500', '132737.202500', '132737.662500', '132738.122500', '132738.582500', '132739.042500', '132739.502500', '132739.962500', '132740.422500', '132740.882500', '132741.342500', '132741.802500', '132742.262500', '132742.722500', '132743.182500', '132743.642500', '132744.102500', '132744.562500', '132745.022500', '132745.482500', '132745.942500', '132746.402500', '132746.862500', '132747.322500', '132747.782500', '132748.242500', '132748.702500', '132749.162500', '132749.622500', '132750.082500', '132750.542500', '132751.002500', '132751.462500', '132751.922500', '132752.382500', '132752.842500', '132753.302500', '132753.762500', '132754.222500', '132754.682500', '132755.142500', '132755.602500', '132756.062500', '132756.522500', '132756.982500', '132757.442500', '132757.902500', '132758.362500', '132758.822500', '132759.282500', '132759.742500', '132800.202500', '132800.662500', '132801.122500', '132801.582500', '132802.042500', '132802.502500', '132802.962500', '132803.422500', '132803.882500', '132804.342500', '132804.802500', '132805.262500', '132805.722500', '132806.182500', '132806.642500', '132807.102500', '132807.562500', '132808.022500', '132808.482500', '132808.942500', '132809.402500', '132809.862500', '132810.322500', '132810.782500', '132811.242500', '132811.702500', '132812.162500', '132812.622500', '132813.082500', '132813.542500', '132814.002500', '132814.462500', '132814.922500', '132815.382500', '132815.842500', '132816.302500', '132816.762500', '132817.222500', '132817.682500', '132818.142500', '132818.602500', '132819.062500', '132819.522500', '132819.982500', '132820.442500', '132820.902500', '132821.362500', '132821.822500', '132822.282500', '132822.742500', '132823.202500', '132823.662500', '132824.122500', '132824.582500', '132825.042500', '132825.502500', '132825.962500', '132826.422500', '132826.882500', '132827.342500', '132827.802500', '132828.262500', '132828.722500', '132829.182500', '132829.642500', '132830.102500', '132830.562500', '132831.022500', '132831.482500', '132831.942500', '132832.402500', '132832.862500', '132833.322500', '132833.782500', '132834.242500', '132834.702500', '132835.162500', '132835.622500', '132836.082500', '132836.542500', '132837.002500', '132837.462500', '132837.922500', '132838.382500', '132838.842500', '132839.302500', '132839.762500', '132840.222500', '132840.682500', '132841.142500', '132841.602500', '132842.062500', '132842.522500', '132842.982500', '132843.442500', '132843.902500', '132844.362500', '132844.822500', '132845.282500', '132845.742500', '132846.202500', '132846.662500', '132847.122500', '132847.582500', '132848.042500', '132848.502500', '132848.962500', '132849.422500', '132849.882500', '132850.342500', '132850.802500', '132851.262500', '132851.722500', '132852.182500', '132852.642500', '132853.102500', '132853.562500', '132854.022500', '132854.482500', '132854.942500', '132855.402500', '132855.862500', '132856.322500', '132856.782500', '132857.242500', '132857.702500', '132858.162500', '132858.622500', '132859.082500', '132859.542500', '132900.002500', '132900.462500', '132900.922500', '132901.382500', '132901.842500', '132902.302500', '132902.762500', '132903.222500', '132903.682500', '132904.142500', '132904.602500', '132905.062500', '132905.522500', '132905.982500', '132906.442500', '132906.902500', '132907.362500', '132907.822500', '132908.282500', '132908.742500', '132909.202500', '132909.662500', '132910.122500', '132910.582500', '132911.042500', '132911.502500', '132911.962500', '132912.422500', '132912.882500', '132913.342500', '132913.802500', '132914.262500', '132914.722500', '132915.182500', '132915.642500', '132916.102500', '132916.562500', '132917.022500', '132917.482500', '132917.942500', '132918.402500', '132918.862500', '132919.322500', '132919.782500', '132920.242500', '132920.702500', '132921.162500', '132921.622500', '132922.082500', '132922.542500', '132923.002500', '132923.462500', '132923.922500', '132924.382500', '132924.842500', '132925.302500', '132925.762500', '132926.222500', '132926.682500', '132927.142500', '132927.602500', '132928.062500', '132928.522500', '132928.982500', '132929.442500', '132929.902500', '132930.362500', '132930.822500', '132931.282500', '132931.742500', '132932.202500', '132932.662500', '132933.122500', '132933.582500', '132934.042500', '132934.502500', '132934.962500', '132935.422500', '132935.882500', '132936.342500', '132936.802500', '132937.262500', '132937.722500', '132938.182500', '132938.642500', '132939.102500', '132939.562500', '132940.022500', '132940.482500', '132940.942500', '132941.402500', '132941.862500', '132942.322500', '132942.782500', '132943.242500', '132943.702500', '132944.162500', '132944.622500', '132945.082500', '132945.542500', '132946.002500', '132946.462500', '132946.922500', '132947.382500', '132947.842500', '132948.302500', '132948.762500', '132949.222500', '132949.682500', '132950.142500', '132950.602500', '132951.062500', '132951.522500', '132951.982500', '132952.442500', '132952.902500', '132953.362500', '132953.822500', '132954.282500', '132954.742500', '132955.202500', '132955.662500', '132956.122500', '132956.582500', '132957.042500', '132957.502500', '132957.962500', '132958.422500', '132958.882500', '132959.342500', '132959.802500', '133000.262500', '133000.722500', '133001.182500', '133001.642500', '133002.102500', '133002.562500', '133003.022500', '133003.482500', '133003.942500', '133004.402500', '133004.862500', '133005.322500', '133005.782500', '133006.242500', '133006.702500', '133007.162500', '133007.622500', '133008.082500', '133008.542500', '133009.002500', '133009.462500', '133009.922500', '133010.382500', '133010.842500', '133011.302500', '133011.762500', '133012.222500', '133012.682500', '133013.142500', '133013.602500', '133014.062500', '133014.522500', '133014.982500', '133015.442500', '133015.902500', '133016.362500', '133016.822500', '133017.282500', '133017.742500', '133018.202500', '133018.662500', '133019.122500', '133019.582500', '133020.042500', '133020.502500', '133020.962500', '133021.422500', '133021.882500', '133022.342500', '133022.802500', '133023.262500', '133023.722500', '133024.182500', '133024.642500', '133025.102500', '133025.562500', '133026.022500', '133026.482500', '133026.942500', '133027.402500', '133027.862500', '133028.322500', '133028.782500', '133029.242500', '133029.702500', '133030.162500', '133030.622500', '133031.082500', '133031.542500', '133032.002500', '133032.462500', '133032.922500', '133033.382500', '133033.842500', '133034.302500', '133034.762500', '133035.222500', '133035.682500', '133036.142500', '133036.602500', '133037.062500', '133037.522500', '133037.982500', '133038.442500', '133038.902500', '133039.362500', '133039.822500', '133040.282500', '133040.742500', '133041.202500', '133041.662500', '133042.122500', '133042.582500', '133043.042500', '133043.502500', '133043.962500', '133044.422500', '133044.882500', '133045.342500', '133045.802500', '133046.262500', '133046.722500', '133047.182500', '133047.642500', '133048.102500', '133048.562500', '133049.022500', '133049.482500', '133049.942500', '133050.402500', '133050.862500', '133051.322500', '133051.782500', '133052.242500', '133052.702500', '133053.162500', '133053.622500', '133054.082500', '133054.542500', '133055.002500', '133055.462500', '133055.922500', '133056.382500', '133056.842500', '133057.302500', '133057.762500', '133058.222500', '133058.682500', '133059.142500', '133059.602500', '133100.062500', '133100.522500', '133100.982500', '133101.442500', '133101.902500', '133102.362500', '133102.822500', '133103.282500', '133103.742500', '133104.202500', '133104.662500', '133105.122500', '133105.582500', '133106.042500', '133106.502500', '133106.962500', '133107.422500', '133107.882500', '133108.342500', '133108.802500', '133109.262500', '133109.722500', '133110.182500', '133110.642500', '133111.102500', '133111.562500', '133112.022500', '133112.482500', '133112.942500', '133113.402500', '133113.862500', '133114.322500', '133114.782500', '133115.242500', '133115.702500', '133116.162500', '133116.622500', '133117.082500', '133117.542500', '133118.002500', '133118.462500', '133118.922500', '133119.382500', '133119.842500', '133120.302500', '133120.762500', '133121.222500', '133121.682500', '133122.142500', '133122.602500', '133123.062500', '133123.522500', '133123.982500', '133124.442500', '133124.902500', '133125.362500', '133125.822500', '133126.282500', '133126.742500', '133127.202500', '133127.662500', '133128.122500', '133128.582500', '133129.042500', '133129.502500', '133129.962500', '133130.422500', '133130.882500', '133131.342500', '133131.802500', '133132.262500', '133132.722500', '133133.182500', '133133.642500', '133134.102500', '133134.562500', '133135.022500', '133135.482500', '133135.942500', '133136.402500', '133136.862500', '133137.322500', '133137.782500', '133138.242500', '133138.702500', '133139.162500', '133139.622500', '133140.082500', '133140.542500', '133141.002500', '133141.462500', '133141.922500', '133142.382500', '133142.842500', '133143.302500', '133143.762500', '133144.222500', '133144.682500', '133145.142500', '133145.602500', '133146.062500', '133146.522500', '133146.982500', '133147.442500', '133147.902500', '133148.362500', '133148.822500', '133149.282500', '133149.742500', '133150.202500', '133150.662500', '133151.122500', '133151.582500', '133152.042500', '133152.502500', '133152.962500', '133153.422500', '133153.882500', '133154.342500', '133154.802500', '133155.262500', '133155.722500', '133156.182500', '133156.642500', '133157.102500', '133157.562500', '133158.022500', '133158.482500', '133158.942500', '133159.402500', '133159.862500', '133200.322500', '133200.782500', '133201.242500', '133201.702500', '133202.162500', '133202.622500', '133203.082500', '133203.542500', '133204.002500', '133204.462500', '133204.922500', '133205.382500', '133205.842500', '133206.302500', '133206.762500', '133207.222500', '133207.682500', '133208.142500', '133208.602500', '133209.062500', '133209.522500', '133209.982500', '133210.442500', '133210.902500', '133211.362500', '133211.822500', '133212.282500', '133212.742500', '133213.202500', '133213.662500', '133214.122500', '133214.582500', '133215.042500', '133215.502500', '133215.962500', '133216.422500', '133216.882500', '133217.342500', '133217.802500', '133218.262500', '133218.722500', '133219.182500', '133219.642500', '133220.102500', '133220.562500', '133221.022500', '133221.482500', '133221.942500', '133222.402500', '133222.862500', '133223.322500', '133223.782500', '133224.242500', '133224.702500', '133225.162500', '133225.622500', '133226.082500', '133226.542500', '133227.002500', '133227.462500', '133227.922500', '133228.382500', '133228.842500', '133229.302500', '133229.762500', '133230.222500', '133230.682500', '133231.142500', '133231.602500', '133232.062500', '133232.522500', '133232.982500', '133233.442500', '133233.902500', '133234.362500', '133234.822500', '133235.282500', '133235.742500', '133236.202500', '133236.662500', '133237.122500', '133237.582500', '133238.042500', '133238.502500', '133238.962500', '133239.422500', '133239.882500', '133240.342500', '133240.802500', '133241.262500', '133241.722500', '133242.182500', '133242.642500', '133243.102500', '133243.562500', '133244.022500', '133244.482500', '133244.942500', '133245.402500', '133245.862500', '133246.322500', '133246.782500', '133247.242500', '133247.702500', '133248.162500', '133248.622500', '133249.082500', '133249.542500', '133250.002500', '133250.462500', '133250.922500', '133251.382500', '133251.842500', '133252.302500', '133252.762500', '133253.222500', '133253.682500', '133254.142500', '133254.602500', '133255.062500', '133255.522500', '133255.982500', '133256.442500', '133256.902500', '133257.362500', '133257.822500', '133258.282500', '133258.742500', '133259.202500', '133259.662500', '133300.122500', '133300.582500', '133301.042500', '133301.502500', '133301.962500', '133302.422500', '133302.882500', '133303.342500', '133303.802500', '133304.262500', '133304.722500', '133305.182500', '133305.642500', '133306.102500', '133306.562500', '133307.022500', '133307.482500', '133307.942500', '133308.402500', '133308.862500', '133309.322500', '133309.782500', '133310.242500', '133310.702500', '133311.162500', '133311.622500', '133312.082500', '133312.542500', '133313.002500', '133313.462500', '133313.922500', '133314.382500', '133314.842500', '133315.302500', '133315.762500', '133316.222500', '133316.682500', '133317.142500', '133317.602500', '133318.062500', '133318.522500', '133318.982500', '133319.442500', '133319.902500', '133320.362500', '133320.822500', '133321.282500', '133321.742500', '133322.202500', '133322.662500', '133323.122500', '133323.582500', '133324.042500', '133324.502500', '133324.962500', '133325.422500', '133325.882500', '133326.342500', '133326.802500', '133327.262500', '133327.722500', '133328.182500', '133328.642500', '133329.102500', '133329.562500', '133330.022500', '133330.482500', '133330.942500', '133331.402500', '133331.862500', '133332.322500', '133332.782500', '133333.242500', '133333.702500', '133334.162500', '133334.622500', '133335.082500', '133335.542500', '133336.002500', '133336.462500', '133336.922500', '133337.382500', '133337.842500', '133338.302500', '133338.762500', '133339.222500', '133339.682500', '133340.142500', '133340.602500', '133341.062500', '133341.522500', '133341.982500', '133342.442500', '133342.902500', '133343.362500', '133343.822500', '133344.282500', '133344.742500', '133345.202500', '133345.662500', '133346.122500', '133346.582500', '133347.042500', '133347.502500', '133347.962500', '133348.422500', '133348.882500', '133349.342500', '133349.802500', '133350.262500', '133350.722500', '133351.182500', '133351.642500', '133352.102500', '133352.562500', '133353.022500', '133353.482500', '133353.942500', '133354.402500', '133354.862500', '133355.322500', '133355.782500', '133356.242500', '133356.702500', '133357.162500', '133357.622500', '133358.082500', '133358.542500', '133359.002500', '133359.462500', '133359.922500', '133400.382500', '133400.842500', '133401.302500', '133401.762500', '133402.222500', '133402.682500', '133403.142500', '133403.602500', '133404.062500', '133404.522500', '133404.982500', '133405.442500', '133405.902500', '133406.362500', '133406.822500', '133407.282500', '133407.742500', '133408.202500', '133408.662500', '133409.122500', '133409.582500', '133410.042500', '133410.502500', '133410.962500', '133411.422500', '133411.882500', '133412.342500', '133412.802500', '133413.262500', '133413.722500', '133414.182500', '133414.642500', '133415.102500', '133415.562500', '133416.022500', '133416.482500', '133416.942500', '133417.402500', '133417.862500', '133418.322500', '133418.782500', '133419.242500', '133419.702500', '133420.162500', '133420.622500', '133421.082500', '133421.542500', '133422.002500', '133422.462500', '133422.922500', '133423.382500', '133423.842500', '133424.302500', '133424.762500', '133425.222500', '133425.682500', '133426.142500', '133426.602500', '133427.062500', '133427.522500', '133427.982500', '133428.442500', '133428.902500', '133429.362500', '133429.822500', '133430.282500', '133430.742500', '133431.202500', '133431.662500', '133432.122500', '133432.582500', '133433.042500', '133433.502500', '133433.962500', '133434.422500', '133434.882500', '133435.342500', '133435.802500', '133436.262500', '133436.722500', '133437.182500', '133437.642500', '133438.102500', '133438.562500', '133439.022500', '133439.482500', '133439.942500', '133440.402500', '133440.862500', '133441.322500', '133441.782500', '133442.242500', '133442.702500', '133443.162500', '133443.622500', '133444.082500', '133444.542500', '133445.002500', '133445.462500', '133445.922500', '133446.382500', '133446.842500', '133447.302500', '133447.762500', '133448.222500', '133448.682500', '133449.142500', '133449.602500', '133450.062500', '133450.522500', '133450.982500', '133451.442500', '133451.902500', '133452.362500', '133452.822500', '133453.282500', '133453.742500', '133454.202500', '133454.662500', '133455.122500', '133455.582500', '133456.042500', '133456.502500', '133456.962500', '133457.422500', '133457.882500', '133458.342500', '133458.802500', '133459.262500', '133459.722500', '133500.182500', '133500.642500', '133501.102500', '133501.562500', '133502.022500', '133502.482500', '133502.942500', '133503.402500', '133503.862500', '133504.322500', '133504.782500', '133505.242500', '133505.702500', '133506.162500', '133506.622500', '133507.082500', '133507.542500', '133508.002500', '133508.462500', '133508.922500', '133509.382500', '133509.842500', '133510.302500', '133510.762500', '133511.222500', '133511.682500', '133512.142500', '133512.602500', '133513.062500', '133513.522500', '133513.982500', '133514.442500', '133514.902500', '133515.362500', '133515.822500', '133516.282500', '133516.742500', '133517.202500', '133517.662500', '133518.122500', '133518.582500', '133519.042500', '133519.502500', '133519.962500', '133520.422500', '133520.882500', '133521.342500', '133521.802500', '133522.262500', '133522.722500', '133523.182500', '133523.642500', '133524.102500', '133524.562500', '133525.022500', '133525.482500', '133525.942500', '133526.402500', '133526.862500', '133527.322500', '133527.782500', '133528.242500', '133528.702500', '133529.162500', '133529.622500', '133530.082500', '133530.542500', '133531.002500', '133531.462500', '133531.922500', '133532.382500', '133532.842500', '133533.302500', '133533.762500', '133534.222500', '133534.682500', '133535.142500', '133535.602500', '133536.062500', '133536.522500', '133536.982500', '133537.442500', '133537.902500', '133538.362500', '133538.822500', '133539.282500', '133539.742500', '133540.202500', '133540.662500', '133541.122500', '133541.582500', '133542.042500', '133542.502500', '133542.962500', '133543.422500', '133543.882500', '133544.342500', '133544.802500', '133545.262500', '133545.722500', '133546.182500', '133546.642500', '133547.102500', '133547.562500', '133548.022500', '133548.482500', '133548.942500', '133549.402500', '133549.862500', '133550.322500', '133550.782500', '133551.242500', '133551.702500', '133552.162500', '133552.622500', '133553.082500', '133553.542500', '133554.002500', '133554.462500', '133554.922500', '133555.382500', '133555.842500', '133556.302500', '133556.762500', '133557.222500', '133557.682500', '133558.142500', '133558.602500', '133559.062500', '133559.522500', '133559.982500', '133600.442500', '133600.902500', '133601.362500', '133601.822500', '133602.282500', '133602.742500', '133603.202500', '133603.662500', '133604.122500', '133604.582500', '133605.042500', '133605.502500', '133605.962500', '133606.422500', '133606.882500', '133607.342500', '133607.802500', '133608.262500', '133608.722500', '133609.182500', '133609.642500', '133610.102500', '133610.562500', '133611.022500', '133611.482500', '133611.942500', '133612.402500', '133612.862500', '133613.322500', '133613.782500', '133614.242500', '133614.702500', '133615.162500', '133615.622500', '133616.082500', '133616.542500', '133617.002500', '133617.462500', '133617.922500', '133618.382500', '133618.842500', '133619.302500', '133619.762500', '133620.222500', '133620.682500', '133621.142500', '133621.602500', '133622.062500', '133622.522500', '133622.982500', '133623.442500', '133623.902500', '133624.362500', '133624.822500', '133625.282500', '133625.742500', '133626.202500', '133626.662500', '133627.122500', '133627.582500', '133628.042500', '133628.502500', '133628.962500', '133629.422500', '133629.882500', '133630.342500', '133630.802500', '133631.262500', '133631.722500', '133632.182500', '133632.642500', '133633.102500', '133633.562500', '133634.022500', '133634.482500', '133634.942500', '133635.402500', '133635.862500', '133636.322500', '133636.782500', '133637.242500', '133637.702500', '133638.162500', '133638.622500', '133639.082500', '133639.542500', '133640.002500', '133640.462500', '133640.922500', '133641.382500', '133641.842500', '133642.302500', '133642.762500', '133643.222500', '133643.682500', '133644.142500', '133644.602500', '133645.062500', '133645.522500', '133645.982500', '133646.442500', '133646.902500', '133647.362500', '133647.822500', '133648.282500', '133648.742500', '133649.202500', '133649.662500', '133650.122500', '133650.582500', '133651.042500', '133651.502500', '133651.962500', '133652.422500', '133652.882500', '133653.342500', '133653.802500', '133654.262500', '133654.722500', '133655.182500', '133655.642500', '133656.102500', '133656.562500', '133657.022500', '133657.482500', '133657.942500', '133658.402500', '133658.862500', '133659.322500', '133659.782500', '133700.242500', '133700.702500', '133701.162500', '133701.622500', '133702.082500', '133702.542500', '133703.002500', '133703.462500', '133703.922500', '133704.382500', '133704.842500', '133705.302500', '133705.762500', '133706.222500', '133706.682500', '133707.142500', '133707.602500', '133708.062500', '133708.522500', '133708.982500', '133709.442500', '133709.902500', '133710.362500', '133710.822500', '133711.282500', '133711.742500', '133712.202500', '133712.662500', '133713.122500', '133713.582500', '133714.042500', '133714.502500', '133714.962500', '133715.422500', '133715.882500', '133716.342500', '133716.802500', '133717.262500', '133717.722500', '133718.182500', '133718.642500', '133719.102500', '133719.562500', '133720.022500', '133720.482500', '133720.942500', '133721.402500', '133721.862500', '133722.322500', '133722.782500', '133723.242500', '133723.702500', '133724.162500', '133724.622500', '133725.082500', '133725.542500', '133726.002500', '133726.462500', '133726.922500', '133727.382500', '133727.842500', '133728.302500', '133728.762500', '133729.222500', '133729.682500', '133730.142500', '133730.602500', '133731.062500', '133731.522500', '133731.982500', '133732.442500', '133732.902500', '133733.362500', '133733.822500', '133734.282500', '133734.742500', '133735.202500', '133735.662500', '133736.122500', '133736.582500', '133737.042500', '133737.502500', '133737.962500', '133738.422500', '133738.882500', '133739.342500', '133739.802500', '133740.262500', '133740.722500', '133741.182500', '133741.642500', '133742.102500', '133742.562500', '133743.022500', '133743.482500', '133743.942500', '133744.402500', '133744.862500', '133745.322500', '133745.782500', '133746.242500', '133746.702500', '133747.162500', '133747.622500', '133748.082500', '133748.542500', '133749.002500', '133749.462500', '133749.922500', '133750.382500', '133750.842500', '133751.302500', '133751.762500', '133752.222500', '133752.682500', '133753.142500', '133753.602500', '133754.062500', '133754.522500', '133754.982500', '133755.442500', '133755.902500', '133756.362500', '133756.822500', '133757.282500', '133757.742500', '133758.202500', '133758.662500', '133759.122500', '133759.582500', '133800.042500', '133800.502500', '133800.962500', '133801.422500', '133801.882500', '133802.342500', '133802.802500', '133803.262500', '133803.722500', '133804.182500', '133804.642500', '133805.102500', '133805.562500', '133806.022500', '133806.482500', '133806.942500', '133807.402500', '133807.862500', '133808.322500', '133808.782500', '133809.242500', '133809.702500', '133810.162500', '133810.622500', '133811.082500', '133811.542500', '133812.002500', '133812.462500', '133812.922500', '133813.382500', '133813.842500', '133814.302500', '133814.762500', '133815.222500', '133815.682500', '133816.142500', '133816.602500', '133817.062500', '133817.522500', '133817.982500', '133818.442500', '133818.902500', '133819.362500', '133819.822500', '133820.282500', '133820.742500', '133821.202500', '133821.662500', '133822.122500', '133822.582500', '133823.042500', '133823.502500', '133823.962500', '133824.422500', '133824.882500', '133825.342500', '133825.802500', '133826.262500', '133826.722500', '133827.182500', '133827.642500', '133828.102500', '133828.562500', '133829.022500', '133829.482500', '133829.942500', '133830.402500', '133830.862500', '133831.322500', '133831.782500', '133832.242500', '133832.702500', '133833.162500', '133833.622500', '133834.082500', '133834.542500', '133835.002500', '133835.462500', '133835.922500', '133836.382500', '133836.842500', '133837.302500', '133837.762500', '133838.222500', '133838.682500', '133839.142500', '133839.602500', '133840.062500', '133840.522500', '133840.982500', '133841.442500', '133841.902500', '133842.362500', '133842.822500', '133843.282500', '133843.742500', '133844.202500', '133844.662500', '133845.122500', '133845.582500', '133846.042500', '133846.502500', '133846.962500', '133847.422500', '133847.882500', '133848.342500', '133848.802500', '133849.262500', '133849.722500', '133850.182500', '133850.642500', '133851.102500', '133851.562500', '133852.022500', '133852.482500', '133852.942500', '133853.402500', '133853.862500', '133854.322500', '133854.782500', '133855.242500', '133855.702500', '133856.162500', '133856.622500', '133857.082500', '133857.542500', '133858.002500', '133858.462500', '133858.922500', '133859.382500', '133859.842500', '133900.302500', '133900.762500', '133901.222500', '133901.682500', '133902.142500', '133902.602500', '133903.062500', '133903.522500', '133903.982500', '133904.442500', '133904.902500', '133905.362500', '133905.822500', '133906.282500', '133906.742500', '133907.202500', '133907.662500', '133908.122500', '133908.582500', '133909.042500', '133909.502500', '133909.962500', '133910.422500', '133910.882500', '133911.342500', '133911.802500', '133912.262500', '133912.722500', '133913.182500', '133913.642500', '133914.102500', '133914.562500', '133915.022500', '133915.482500', '133915.942500', '133916.402500', '133916.862500', '133917.322500', '133917.782500', '133918.242500', '133918.702500', '133919.162500', '133919.622500', '133920.082500', '133920.542500', '133921.002500', '133921.462500', '133921.922500', '133922.382500', '133922.842500', '133923.302500', '133923.762500', '133924.222500', '133924.682500', '133925.142500', '133925.602500', '133926.062500', '133926.522500', '133926.982500', '133927.442500', '133927.902500', '133928.362500', '133928.822500', '133929.282500', '133929.742500', '133930.202500', '133930.662500', '133931.122500', '133931.582500', '133932.042500', '133932.502500', '133932.962500', '133933.422500', '133933.882500', '133934.342500', '133934.802500', '133935.262500', '133935.722500', '133936.182500', '133936.642500', '133937.102500', '133937.562500', '133938.022500', '133938.482500', '133938.942500', '133939.402500', '133939.862500', '133940.322500', '133940.782500', '133941.242500', '133941.702500', '133942.162500', '133942.622500', '133943.082500', '133943.542500', '133944.002500', '133944.462500', '133944.922500', '133945.382500', '133945.842500', '133946.302500', '133946.762500', '133947.222500', '133947.682500', '133948.142500', '133948.602500', '133949.062500', '133949.522500', '133949.982500', '133950.442500', '133950.902500', '133951.362500', '133951.822500', '133952.282500', '133952.742500', '133953.202500', '133953.662500', '133954.122500', '133954.582500', '133955.042500', '133955.502500', '133955.962500', '133956.422500', '133956.882500', '133957.342500', '133957.802500', '133958.262500', '133958.722500', '133959.182500', '133959.642500', '134000.102500', '134000.562500', '134001.022500', '134001.482500', '134001.942500', '134002.402500', '134002.862500', '134003.322500', '134003.782500', '134004.242500', '134004.702500', '134005.162500', '134005.622500', '134006.082500', '134006.542500', '134007.002500', '134007.462500', '134007.922500', '134008.382500'], 'ContentTime': ['132804.701000', '132804.704000', '132804.707000', '132804.710000', '132804.712000', '132804.715000', '132804.717000', '132804.720000', '132804.722000', '132804.725000', '132804.728000', '132804.730000', '132804.733000', '132804.740000', '132804.742000', '132804.745000', '132804.747000', '132804.750000', '132804.753000', '132804.755000', '132804.758000', '132804.760000', '132804.763000', '132804.765000', '132804.768000', '132804.770000', '132804.773000', '132804.776000', '132804.778000', '132804.781000', '132804.783000', '132804.786000', '132804.789000', '132804.791000', '132804.794000', '132804.796000', '132804.799000', '132804.801000', '132804.804000', '132804.807000', '132804.809000', '132804.812000', '132804.817000', '132804.819000', '132804.822000', '132804.824000', '132804.827000', '132804.829000', '132804.832000', '132804.834000', '132804.837000', '132804.839000', '132804.842000', '132804.845000', '132804.847000', '132804.850000', '132804.852000', '132804.855000', '132804.857000', '132804.860000', '132804.863000', '132804.865000', '132824.651000', '132824.654000', '132824.657000', '132824.659000', '132824.662000', '132824.665000', '132824.667000', '132824.670000', '132824.672000', '132824.675000', '132824.678000', '132824.680000', '132824.683000', '132824.685000', '132824.688000', '132824.690000', '132824.693000', '132824.695000', '132824.698000', '132824.701000', '132824.703000', '132824.706000', '132824.709000', '132824.711000', '132824.714000', '132824.716000', '132824.719000', '132824.721000', '132824.724000', '132824.727000', '132824.729000', '132824.732000', '132824.735000', '132824.737000', '132824.740000', '132824.742000', '132824.745000', '132824.748000', '132824.750000', '132824.753000', '132824.755000', '132824.758000', '132824.761000', '132824.763000', '132844.652000', '132844.654000', '132844.657000', '132844.659000', '132844.669000', '132844.671000', '132844.674000', '132844.677000', '132844.679000', '132844.682000', '132844.684000', '132844.687000', '132844.689000', '132844.692000', '132844.695000', '132844.697000', '132844.700000', '132844.703000', '132844.706000', '132844.709000', '132844.712000', '132844.714000', '132844.717000', '132844.719000', '132844.723000', '132844.726000', '132844.729000', '132844.732000', '132844.734000', '132844.737000', '132844.739000', '132844.742000', '132844.745000', '132844.747000', '132844.750000', '132844.752000', '132844.755000', '132844.758000', '132844.760000', '132844.763000', '132844.765000', '132844.768000', '132844.771000', '132904.651000', '132904.654000', '132904.657000', '132904.659000', '132904.662000', '132904.664000', '132904.667000', '132904.670000', '132904.672000', '132904.675000', '132904.677000', '132904.680000', '132904.682000', '132904.685000', '132904.688000', '132904.690000', '132904.693000', '132904.695000', '132904.698000', '132904.700000', '132904.703000', '132904.706000', '132904.708000', '132904.711000', '132904.713000', '132904.716000', '132904.718000', '132904.721000', '132904.724000', '132904.726000', '132904.729000', '132904.731000', '132904.734000', '132904.736000', '132904.751000', '132904.753000', '132904.756000', '132904.758000', '132904.761000', '132904.763000', '132904.766000', '132904.769000', '132904.771000', '132904.774000', '132924.652000', '132924.655000', '132924.657000', '132924.660000', '132924.662000', '132924.665000', '132924.667000', '132924.670000', '132924.673000', '132924.675000', '132924.678000', '132924.680000', '132924.683000', '132924.686000', '132924.688000', '132924.691000', '132924.694000', '132924.697000', '132924.699000', '132924.702000', '132924.705000', '132924.707000', '132924.710000', '132924.713000', '132924.715000', '132924.718000', '132924.720000', '132924.723000', '132924.726000', '132924.728000', '132924.731000', '132924.733000', '132924.736000', '132924.739000', '132924.741000', '132924.744000', '132924.746000', '132924.749000', '132924.751000', '132924.754000', '132924.757000', '132924.759000', '132924.762000', '132944.651000', '132944.654000', '132944.657000', '132944.659000', '132944.662000', '132944.665000', '132944.667000', '132944.670000', '132944.672000', '132944.675000', '132944.677000', '132944.680000', '132944.683000', '132944.685000', '132944.688000', '132944.691000', '132944.693000', '132944.696000', '132944.698000', '132944.701000', '132944.704000', '132944.706000', '132944.709000', '132944.711000', '132944.714000', '132944.717000', '132944.719000', '132944.722000', '132944.724000', '132944.727000', '132944.730000', '132944.732000', '132944.735000', '132944.737000', '132944.740000', '132944.742000', '132944.745000', '132944.748000', '132944.750000', '132944.753000', '132944.755000', '132944.758000', '132944.761000', '132944.763000', '133004.652000', '133004.655000', '133004.657000', '133004.660000', '133004.662000', '133004.665000', '133004.668000', '133004.670000', '133004.673000', '133004.675000', '133004.678000', '133004.680000', '133004.683000', '133004.686000', '133004.688000', '133004.691000', '133004.693000', '133004.696000', '133004.699000', '133004.701000', '133004.704000', '133004.706000', '133004.709000', '133004.711000', '133004.714000', '133004.717000', '133004.719000', '133004.722000', '133004.724000', '133004.727000', '133004.730000', '133004.732000', '133004.735000', '133004.738000', '133004.740000', '133004.743000', '133004.745000', '133004.748000', '133004.751000', '133004.753000', '133004.756000', '133004.758000', '133004.761000', '133024.653000', '133024.655000', '133024.658000', '133024.661000', '133024.663000', '133024.666000', '133024.668000', '133024.671000', '133024.674000', '133024.676000', '133024.679000', '133024.681000', '133024.684000', '133024.686000', '133024.689000', '133024.692000', '133024.694000', '133024.697000', '133024.699000', '133024.702000', '133024.705000', '133024.707000', '133024.710000', '133024.712000', '133024.715000', '133024.718000', '133024.720000', '133024.723000', '133024.725000', '133024.728000', '133024.730000', '133024.733000', '133024.736000', '133024.738000', '133024.741000', '133024.744000', '133024.746000', '133024.749000', '133024.752000', '133024.754000', '133024.757000', '133024.759000', '133024.762000', '133024.764000', '133044.651000', '133044.654000', '133044.657000', '133044.659000', '133044.662000', '133044.665000', '133044.667000', '133044.670000', '133044.672000', '133044.675000', '133044.678000', '133044.680000', '133044.683000', '133044.685000', '133044.688000', '133044.691000', '133044.693000', '133044.696000', '133044.699000', '133044.701000', '133044.704000', '133044.706000', '133044.709000', '133044.712000', '133044.714000', '133044.717000', '133044.719000', '133044.722000', '133044.725000', '133044.743000', '133044.745000', '133044.748000', '133044.751000', '133044.753000', '133044.756000', '133044.759000', '133044.761000', '133044.765000', '133044.767000', '133044.770000', '133044.773000', '133044.775000', '133044.778000', '133104.652000', '133104.654000', '133104.657000', '133104.659000', '133104.662000', '133104.667000', '133104.670000', '133104.673000', '133104.675000', '133104.678000', '133104.680000', '133104.683000', '133104.685000', '133104.688000', '133104.691000', '133104.693000', '133104.696000', '133104.699000', '133104.701000', '133104.704000', '133104.706000', '133104.709000', '133104.711000', '133104.714000', '133104.717000', '133104.719000', '133104.722000', '133104.724000', '133104.727000', '133104.730000', '133104.732000', '133104.735000', '133104.737000', '133104.740000', '133104.743000', '133104.745000', '133104.748000', '133104.750000', '133104.753000', '133104.755000', '133104.758000', '133104.761000', '133104.763000', '133104.766000', '133124.652000', '133124.654000', '133124.657000', '133124.659000', '133124.662000', '133124.665000', '133124.667000', '133124.670000', '133124.672000', '133124.675000', '133124.678000', '133124.680000', '133124.683000', '133124.685000', '133124.688000', '133124.691000', '133124.693000', '133124.696000', '133124.698000', '133124.701000', '133124.703000', '133124.706000', '133124.709000', '133124.711000', '133124.714000', '133124.716000', '133124.719000', '133124.722000', '133124.724000', '133124.727000', '133124.729000', '133124.732000', '133124.735000', '133124.737000', '133124.740000', '133124.742000', '133124.745000', '133124.748000', '133124.750000', '133124.753000', '133124.756000', '133124.758000', '133124.761000', '133144.651000', '133144.654000', '133144.657000', '133144.659000', '133144.662000', '133144.665000', '133144.667000', '133144.670000', '133144.672000', '133144.675000', '133144.677000', '133144.680000', '133144.683000', '133144.685000', '133144.688000', '133144.690000', '133144.693000', '133144.696000', '133144.698000', '133144.701000', '133144.703000', '133144.706000', '133144.709000', '133144.711000', '133144.714000', '133144.716000', '133144.719000', '133144.722000', '133144.724000', '133144.727000', '133144.729000', '133144.732000', '133144.735000', '133144.737000', '133144.740000', '133144.742000', '133144.745000', '133144.747000', '133144.750000', '133144.753000', '133144.755000', '133144.758000', '133144.760000', '133144.763000', '133204.651000', '133204.654000', '133204.657000', '133204.659000', '133204.662000', '133204.664000', '133204.667000', '133204.670000', '133204.672000', '133204.675000', '133204.677000', '133204.680000', '133204.682000', '133204.685000', '133204.688000', '133204.690000', '133204.693000', '133204.695000', '133204.698000', '133204.700000', '133204.703000', '133204.706000', '133204.708000', '133204.711000', '133204.713000', '133204.716000', '133204.719000', '133204.721000', '133204.724000', '133204.726000', '133204.729000', '133204.731000', '133204.734000', '133204.737000', '133204.739000', '133204.742000', '133204.744000', '133204.747000', '133204.749000', '133204.752000', '133204.755000', '133204.757000', '133204.760000', '133224.651000', '133224.654000', '133224.657000', '133224.660000', '133224.663000', '133224.665000', '133224.668000', '133224.670000', '133224.673000', '133224.676000', '133224.678000', '133224.700000', '133224.702000', '133224.705000', '133224.707000', '133224.710000', '133224.713000', '133224.715000', '133224.718000', '133224.720000', '133224.723000', '133224.726000', '133224.728000', '133224.731000', '133224.733000', '133224.736000', '133224.740000', '133224.742000', '133224.745000', '133224.747000', '133224.750000', '133224.753000', '133224.755000', '133224.758000', '133224.760000', '133224.763000', '133224.765000', '133224.768000', '133224.771000', '133224.773000', '133224.776000', '133224.779000', '133224.781000', '133224.784000', '133244.653000', '133244.656000', '133244.658000', '133244.661000', '133244.663000', '133244.666000', '133244.669000', '133244.671000', '133244.674000', '133244.676000', '133244.679000', '133244.682000', '133244.684000', '133244.687000', '133244.690000', '133244.692000', '133244.695000', '133244.698000', '133244.700000', '133244.703000', '133244.705000', '133244.708000', '133244.711000', '133244.713000', '133244.716000', '133244.719000', '133244.721000', '133244.724000', '133244.726000', '133244.729000', '133244.732000', '133244.734000', '133244.737000', '133244.739000', '133244.742000', '133244.745000', '133244.747000', '133244.750000', '133244.752000', '133244.755000', '133244.758000', '133244.760000', '133244.763000', '133304.652000', '133304.654000', '133304.657000', '133304.660000', '133304.662000', '133304.665000', '133304.667000', '133304.670000', '133304.673000', '133304.675000', '133304.678000', '133304.680000', '133304.683000', '133304.685000', '133304.688000', '133304.691000', '133304.693000', '133304.696000', '133304.698000', '133304.701000', '133304.704000', '133304.706000', '133304.709000', '133304.711000', '133304.714000', '133304.717000', '133304.719000', '133304.722000', '133304.724000', '133304.727000', '133304.730000', '133304.732000', '133304.735000', '133304.737000', '133304.740000', '133304.743000', '133304.745000', '133304.748000', '133304.750000', '133304.753000', '133304.755000', '133304.758000', '133304.761000', '133304.763000', '133324.651000', '133324.654000', '133324.657000', '133324.659000', '133324.662000', '133324.665000', '133324.667000', '133324.670000', '133324.674000', '133324.677000', '133324.680000', '133324.682000', '133324.685000', '133324.687000', '133324.690000', '133324.692000', '133324.695000', '133324.698000', '133324.700000', '133324.703000', '133324.705000', '133324.708000', '133324.711000', '133324.713000', '133324.716000', '133324.718000', '133324.721000', '133324.723000', '133324.726000', '133324.729000', '133324.731000', '133324.734000', '133324.736000', '133324.739000', '133324.742000', '133324.744000', '133324.747000', '133324.749000', '133324.752000', '133324.755000', '133324.757000', '133324.760000', '133324.762000', '133344.652000', '133344.654000', '133344.657000', '133344.660000', '133344.662000', '133344.665000', '133344.668000', '133344.670000', '133344.673000', '133344.676000', '133344.678000', '133344.681000', '133344.683000', '133344.686000', '133344.688000', '133344.691000', '133344.694000', '133344.696000', '133344.699000', '133344.702000', '133344.704000', '133344.707000', '133344.721000', '133344.724000', '133344.727000', '133344.729000', '133344.732000', '133344.734000', '133344.737000', '133344.740000', '133344.742000', '133344.745000', '133344.747000', '133344.750000', '133344.753000', '133344.755000', '133344.758000', '133344.761000', '133344.763000', '133344.766000', '133344.768000', '133344.771000', '133344.774000', '133404.652000', '133404.654000', '133404.657000', '133404.660000', '133404.662000', '133404.665000', '133404.667000', '133404.670000', '133404.672000', '133404.675000', '133404.678000', '133404.680000', '133404.683000', '133404.685000', '133404.688000', '133404.691000', '133404.693000', '133404.696000', '133404.698000', '133404.701000', '133404.704000', '133404.706000', '133404.709000', '133404.711000', '133404.714000', '133404.717000', '133404.719000', '133404.722000', '133404.724000', '133404.727000', '133404.729000', '133404.732000', '133404.735000', '133404.737000', '133404.740000', '133404.742000', '133404.745000', '133404.748000', '133404.750000', '133404.753000', '133404.755000', '133404.758000', '133404.760000', '133404.763000', '133424.651000', '133424.654000', '133424.657000', '133424.659000', '133424.662000', '133424.665000', '133424.667000', '133424.670000', '133424.673000', '133424.675000', '133424.678000', '133424.681000', '133424.683000', '133424.686000', '133424.688000', '133424.691000', '133424.693000', '133424.696000', '133424.699000', '133424.701000', '133424.704000', '133424.706000', '133424.709000', '133424.712000', '133424.714000', '133424.717000', '133424.720000', '133424.722000', '133424.725000', '133424.727000', '133424.730000', '133424.733000', '133424.735000', '133424.738000', '133424.740000', '133424.743000', '133424.746000', '133424.748000', '133424.751000', '133424.753000', '133424.756000', '133424.758000', '133424.761000', '133424.763000', '133444.652000', '133444.655000', '133444.658000', '133444.661000', '133444.663000', '133444.666000', '133444.668000', '133444.671000', '133444.673000', '133444.676000', '133444.679000', '133444.681000', '133444.684000', '133444.687000', '133444.689000', '133444.692000', '133444.695000', '133444.697000', '133444.700000', '133444.703000', '133444.705000', '133444.708000', '133444.710000', '133444.713000', '133444.715000', '133444.718000', '133444.721000', '133444.723000', '133444.726000', '133444.728000', '133444.731000', '133444.734000', '133444.736000', '133444.739000', '133444.741000', '133444.744000', '133444.747000', '133444.749000', '133444.752000', '133444.754000', '133444.757000', '133444.760000', '133444.762000', '133504.653000', '133504.656000', '133504.659000', '133504.662000', '133504.664000', '133504.667000', '133504.669000', '133504.672000', '133504.675000', '133504.677000', '133504.680000', '133504.683000', '133504.686000', '133504.688000', '133504.691000', '133504.694000', '133504.696000', '133504.699000', '133504.713000', '133504.716000', '133504.718000', '133504.721000', '133504.724000', '133504.726000', '133504.729000', '133504.731000', '133504.734000', '133504.737000', '133504.740000', '133504.742000', '133504.745000', '133504.748000', '133504.750000', '133504.753000', '133504.755000', '133504.758000', '133504.761000', '133504.763000', '133504.766000', '133504.768000', '133504.771000', '133504.773000', '133504.776000', '133524.652000', '133524.655000', '133524.657000', '133524.660000', '133524.663000', '133524.665000', '133524.668000', '133524.670000', '133524.673000', '133524.675000', '133524.678000', '133524.681000', '133524.683000', '133524.686000', '133524.688000', '133524.691000', '133524.693000', '133524.696000', '133524.699000', '133524.701000', '133524.704000', '133524.706000', '133524.709000', '133524.712000', '133524.714000', '133524.717000', '133524.719000', '133524.722000', '133524.724000', '133524.727000', '133524.730000', '133524.732000', '133524.735000', '133524.737000', '133524.740000', '133524.743000', '133524.745000', '133524.748000', '133524.750000', '133524.753000', '133524.755000', '133524.758000', '133524.761000', '133524.763000', '133544.652000', '133544.654000', '133544.657000', '133544.660000', '133544.662000', '133544.665000', '133544.667000', '133544.670000', '133544.672000', '133544.675000', '133544.678000', '133544.680000', '133544.683000', '133544.686000', '133544.688000', '133544.691000', '133544.693000', '133544.696000', '133544.699000', '133544.701000', '133544.704000', '133544.707000', '133544.709000', '133544.712000', '133544.715000', '133544.717000', '133544.720000', '133544.723000', '133544.725000', '133544.728000', '133544.730000', '133544.733000', '133544.736000', '133544.738000', '133544.741000', '133544.743000', '133544.746000', '133544.749000', '133544.751000', '133544.754000', '133544.756000', '133544.759000', '133544.761000', '133604.652000', '133604.654000', '133604.657000', '133604.660000', '133604.662000', '133604.665000', '133604.667000', '133604.670000', '133604.672000', '133604.675000', '133604.678000', '133604.680000', '133604.683000', '133604.685000', '133604.688000', '133604.690000', '133604.693000', '133604.696000', '133604.698000', '133604.701000', '133604.704000', '133604.706000', '133604.709000', '133604.711000', '133604.714000', '133604.716000', '133604.719000', '133604.722000', '133604.724000', '133604.727000', '133604.730000', '133604.732000', '133604.735000', '133604.737000', '133604.740000', '133604.742000', '133604.745000', '133604.747000', '133604.750000', '133604.753000', '133604.755000', '133604.758000', '133604.760000', '133604.763000', '133624.652000', '133624.655000', '133624.657000', '133624.660000', '133624.662000', '133624.665000', '133624.667000', '133624.670000', '133624.673000', '133624.675000', '133624.678000', '133624.680000', '133624.683000', '133624.686000', '133624.688000', '133624.700000', '133624.703000', '133624.705000', '133624.708000', '133624.711000', '133624.713000', '133624.716000', '133624.718000', '133624.721000', '133624.724000', '133624.727000', '133624.730000', '133624.732000', '133624.735000', '133624.738000', '133624.740000', '133624.743000', '133624.745000', '133624.748000', '133624.751000', '133624.753000', '133624.756000', '133624.758000', '133624.761000', '133624.763000', '133624.766000', '133624.769000', '133624.771000', '133644.652000', '133644.655000', '133644.657000', '133644.660000', '133644.662000', '133644.665000', '133644.668000', '133644.670000', '133644.673000', '133644.675000', '133644.678000', '133644.681000', '133644.683000', '133644.686000', '133644.689000', '133644.692000', '133644.694000', '133644.697000', '133644.699000', '133644.702000', '133644.705000', '133644.707000', '133644.710000', '133644.713000', '133644.715000', '133644.718000', '133644.720000', '133644.723000', '133644.726000', '133644.728000', '133644.731000', '133644.734000', '133644.736000', '133644.739000', '133644.741000', '133644.744000', '133644.746000', '133644.749000', '133644.752000', '133644.754000', '133644.757000', '133644.759000', '133644.762000', '133644.765000', '133704.652000', '133704.655000', '133704.658000', '133704.660000', '133704.663000', '133704.666000', '133704.668000', '133704.671000', '133704.673000', '133704.676000', '133704.678000', '133704.681000', '133704.684000', '133704.686000', '133704.689000', '133704.691000', '133704.694000', '133704.696000', '133704.699000', '133704.702000', '133704.704000', '133704.707000', '133704.709000', '133704.712000', '133704.715000', '133704.717000', '133704.720000', '133704.723000', '133704.726000', '133704.728000', '133704.731000', '133704.734000', '133704.736000', '133704.739000', '133704.741000', '133704.744000', '133704.746000', '133704.749000', '133704.752000', '133704.754000', '133704.757000', '133704.759000', '133704.762000', '133724.653000', '133724.655000', '133724.658000', '133724.661000', '133724.663000', '133724.666000', '133724.668000', '133724.671000', '133724.674000', '133724.676000', '133724.679000', '133724.681000', '133724.684000', '133724.687000', '133724.689000', '133724.692000', '133724.695000', '133724.697000', '133724.700000', '133724.702000', '133724.705000', '133724.708000', '133724.710000', '133724.713000', '133724.715000', '133724.718000', '133724.720000', '133724.723000', '133724.726000', '133724.728000', '133724.731000', '133724.733000', '133724.736000', '133724.739000', '133724.741000', '133724.744000', '133724.747000', '133724.749000', '133724.752000', '133724.754000', '133724.757000', '133724.760000', '133724.762000', '133724.765000', '133744.651000', '133744.654000', '133744.657000', '133744.659000', '133744.662000', '133744.665000', '133744.667000', '133744.670000', '133744.672000', '133744.675000', '133744.677000', '133744.692000', '133744.695000', '133744.698000', '133744.700000', '133744.703000', '133744.705000', '133744.708000', '133744.711000', '133744.713000', '133744.716000', '133744.718000', '133744.721000', '133744.723000', '133744.726000', '133744.729000', '133744.731000', '133744.734000', '133744.736000', '133744.739000', '133744.742000', '133744.744000', '133744.747000', '133744.749000', '133744.752000', '133744.755000', '133744.757000', '133744.760000', '133744.764000', '133744.767000', '133744.770000', '133744.773000', '133744.775000', '133804.652000', '133804.654000', '133804.657000', '133804.660000', '133804.662000', '133804.665000', '133804.667000', '133804.670000', '133804.673000', '133804.675000', '133804.678000', '133804.680000', '133804.683000', '133804.686000', '133804.688000', '133804.691000', '133804.694000', '133804.696000', '133804.699000', '133804.702000', '133804.704000', '133804.707000', '133804.709000', '133804.712000', '133804.715000', '133804.717000', '133804.720000', '133804.722000', '133804.725000', '133804.728000', '133804.730000', '133804.733000', '133804.735000', '133804.738000', '133804.741000', '133804.743000', '133804.746000', '133804.748000', '133804.751000', '133804.754000', '133804.756000', '133804.759000', '133804.761000', '133804.764000', '133824.652000', '133824.655000', '133824.657000', '133824.660000', '133824.662000', '133824.665000', '133824.668000', '133824.670000', '133824.673000', '133824.675000', '133824.678000', '133824.681000', '133824.683000', '133824.686000', '133824.688000', '133824.691000', '133824.694000', '133824.696000', '133824.699000', '133824.702000', '133824.704000', '133824.707000', '133824.709000', '133824.712000', '133824.715000', '133824.717000', '133824.720000', '133824.722000', '133824.725000', '133824.728000', '133824.730000', '133824.733000', '133824.736000', '133824.738000', '133824.741000', '133824.744000', '133824.746000', '133824.749000', '133824.751000', '133824.754000', '133824.757000', '133824.759000', '133824.762000', '133844.652000', '133844.654000', '133844.657000', '133844.660000', '133844.662000', '133844.665000', '133844.667000', '133844.670000', '133844.673000', '133844.675000', '133844.678000', '133844.681000', '133844.683000', '133844.686000', '133844.688000', '133844.691000', '133844.694000', '133844.696000', '133844.699000', '133844.702000', '133844.704000', '133844.707000', '133844.709000', '133844.712000', '133844.715000', '133844.717000', '133844.720000', '133844.723000', '133844.725000', '133844.728000', '133844.730000', '133844.733000', '133844.735000', '133844.738000', '133844.741000', '133844.743000', '133844.746000', '133844.748000', '133844.751000', '133844.754000', '133844.756000', '133844.759000', '133844.761000', '133844.764000', '133904.652000', '133904.655000', '133904.657000', '133904.660000', '133904.662000', '133904.665000', '133904.667000', '133904.670000', '133904.673000', '133904.675000', '133904.678000', '133904.680000', '133904.683000', '133904.685000', '133904.688000', '133904.691000', '133904.693000', '133904.696000', '133904.698000', '133904.701000', '133904.704000', '133904.706000', '133904.709000', '133904.711000', '133904.714000', '133904.717000', '133904.719000', '133904.722000', '133904.724000', '133904.727000', '133904.730000', '133904.732000', '133904.735000', '133904.737000', '133904.740000', '133904.743000', '133904.745000', '133904.748000', '133904.750000', '133904.753000', '133904.755000', '133904.758000', '133904.761000', '133924.653000', '133924.656000', '133924.658000', '133924.661000', '133924.663000', '133924.666000', '133924.669000', '133924.671000', '133924.674000', '133924.677000', '133924.679000', '133924.682000', '133924.684000', '133924.687000', '133924.690000', '133924.692000', '133924.695000', '133924.697000', '133924.700000', '133924.703000', '133924.705000', '133924.708000', '133924.710000', '133924.713000', '133924.715000', '133924.718000', '133924.721000', '133924.723000', '133924.726000', '133924.728000', '133924.731000', '133924.733000', '133924.736000', '133924.739000', '133924.741000', '133924.744000', '133924.746000', '133924.749000', '133924.752000', '133924.754000', '133924.757000', '133924.759000', '133924.762000', '133924.764000', '133944.653000', '133944.655000', '133944.658000', '133944.661000', '133944.663000', '133944.666000', '133944.668000', '133944.671000', '133944.674000', '133944.676000', '133944.679000', '133944.681000', '133944.684000', '133944.687000', '133944.689000', '133944.692000', '133944.694000', '133944.697000', '133944.700000', '133944.702000', '133944.705000', '133944.708000', '133944.710000', '133944.713000', '133944.715000', '133944.718000', '133944.721000', '133944.723000', '133944.726000', '133944.728000', '133944.731000', '133944.734000', '133944.736000', '133944.739000', '133944.741000', '133944.744000', '133944.746000', '133944.749000', '133944.752000', '133944.754000', '133944.757000', '133944.759000', '133944.762000', '134004.652000', '134004.655000', '134004.658000', '134004.660000', '134004.663000', '134004.665000', '134004.668000', '134004.671000', '134004.673000', '134004.676000', '134004.678000', '134004.681000', '134004.683000', '134004.686000', '134004.689000', '134004.691000', '134004.694000', '134004.696000', '134004.699000', '134004.702000', '134004.723000', '134004.725000', '134004.728000', '134004.731000', '134004.733000', '134004.736000', '134004.738000', '134004.741000', '134004.743000', '134004.746000', '134004.748000', '134004.751000', '134004.754000', '134004.756000', '134004.759000', '134004.761000', '134004.764000', '134004.767000', '134004.769000', '134004.772000', '134004.774000', '134004.777000', '134004.779000', '134004.782000', '134010.069000', '134010.072000', '134010.075000', '134010.077000', '134010.080000', '134010.082000', '134010.085000', '134010.088000', '134010.090000', '134010.093000', '134010.095000', '134010.098000'], 'InstanceCreationTime': ['132804.701000', '132804.704000', '132804.707000', '132804.710000', '132804.712000', '132804.715000', '132804.717000', '132804.720000', '132804.722000', '132804.725000', '132804.728000', '132804.730000', '132804.733000', '132804.740000', '132804.742000', '132804.745000', '132804.747000', '132804.750000', '132804.753000', '132804.755000', '132804.758000', '132804.760000', '132804.763000', '132804.765000', '132804.768000', '132804.770000', '132804.773000', '132804.776000', '132804.778000', '132804.781000', '132804.783000', '132804.786000', '132804.789000', '132804.791000', '132804.794000', '132804.796000', '132804.799000', '132804.801000', '132804.804000', '132804.807000', '132804.809000', '132804.812000', '132804.817000', '132804.819000', '132804.822000', '132804.824000', '132804.827000', '132804.829000', '132804.832000', '132804.834000', '132804.837000', '132804.839000', '132804.842000', '132804.845000', '132804.847000', '132804.850000', '132804.852000', '132804.855000', '132804.857000', '132804.860000', '132804.863000', '132804.865000', '132824.651000', '132824.654000', '132824.657000', '132824.659000', '132824.662000', '132824.665000', '132824.667000', '132824.670000', '132824.672000', '132824.675000', '132824.678000', '132824.680000', '132824.683000', '132824.685000', '132824.688000', '132824.690000', '132824.693000', '132824.695000', '132824.698000', '132824.701000', '132824.703000', '132824.706000', '132824.709000', '132824.711000', '132824.714000', '132824.716000', '132824.719000', '132824.721000', '132824.724000', '132824.727000', '132824.729000', '132824.732000', '132824.735000', '132824.737000', '132824.740000', '132824.742000', '132824.745000', '132824.748000', '132824.750000', '132824.753000', '132824.755000', '132824.758000', '132824.761000', '132824.763000', '132844.652000', '132844.654000', '132844.657000', '132844.659000', '132844.669000', '132844.671000', '132844.674000', '132844.677000', '132844.679000', '132844.682000', '132844.684000', '132844.687000', '132844.689000', '132844.692000', '132844.695000', '132844.697000', '132844.700000', '132844.703000', '132844.706000', '132844.709000', '132844.712000', '132844.714000', '132844.717000', '132844.719000', '132844.723000', '132844.726000', '132844.729000', '132844.732000', '132844.734000', '132844.737000', '132844.739000', '132844.742000', '132844.745000', '132844.747000', '132844.750000', '132844.752000', '132844.755000', '132844.758000', '132844.760000', '132844.763000', '132844.765000', '132844.768000', '132844.771000', '132904.651000', '132904.654000', '132904.657000', '132904.659000', '132904.662000', '132904.664000', '132904.667000', '132904.670000', '132904.672000', '132904.675000', '132904.677000', '132904.680000', '132904.682000', '132904.685000', '132904.688000', '132904.690000', '132904.693000', '132904.695000', '132904.698000', '132904.700000', '132904.703000', '132904.706000', '132904.708000', '132904.711000', '132904.713000', '132904.716000', '132904.718000', '132904.721000', '132904.724000', '132904.726000', '132904.729000', '132904.731000', '132904.734000', '132904.736000', '132904.751000', '132904.753000', '132904.756000', '132904.758000', '132904.761000', '132904.763000', '132904.766000', '132904.769000', '132904.771000', '132904.774000', '132924.652000', '132924.655000', '132924.657000', '132924.660000', '132924.662000', '132924.665000', '132924.667000', '132924.670000', '132924.673000', '132924.675000', '132924.678000', '132924.680000', '132924.683000', '132924.686000', '132924.688000', '132924.691000', '132924.694000', '132924.697000', '132924.699000', '132924.702000', '132924.705000', '132924.707000', '132924.710000', '132924.713000', '132924.715000', '132924.718000', '132924.720000', '132924.723000', '132924.726000', '132924.728000', '132924.731000', '132924.733000', '132924.736000', '132924.739000', '132924.741000', '132924.744000', '132924.746000', '132924.749000', '132924.751000', '132924.754000', '132924.757000', '132924.759000', '132924.762000', '132944.651000', '132944.654000', '132944.657000', '132944.659000', '132944.662000', '132944.665000', '132944.667000', '132944.670000', '132944.672000', '132944.675000', '132944.677000', '132944.680000', '132944.683000', '132944.685000', '132944.688000', '132944.691000', '132944.693000', '132944.696000', '132944.698000', '132944.701000', '132944.704000', '132944.706000', '132944.709000', '132944.711000', '132944.714000', '132944.717000', '132944.719000', '132944.722000', '132944.724000', '132944.727000', '132944.730000', '132944.732000', '132944.735000', '132944.737000', '132944.740000', '132944.742000', '132944.745000', '132944.748000', '132944.750000', '132944.753000', '132944.755000', '132944.758000', '132944.761000', '132944.763000', '133004.652000', '133004.655000', '133004.657000', '133004.660000', '133004.662000', '133004.665000', '133004.668000', '133004.670000', '133004.673000', '133004.675000', '133004.678000', '133004.680000', '133004.683000', '133004.686000', '133004.688000', '133004.691000', '133004.693000', '133004.696000', '133004.699000', '133004.701000', '133004.704000', '133004.706000', '133004.709000', '133004.711000', '133004.714000', '133004.717000', '133004.719000', '133004.722000', '133004.724000', '133004.727000', '133004.730000', '133004.732000', '133004.735000', '133004.738000', '133004.740000', '133004.743000', '133004.745000', '133004.748000', '133004.751000', '133004.753000', '133004.756000', '133004.758000', '133004.761000', '133024.653000', '133024.655000', '133024.658000', '133024.661000', '133024.663000', '133024.666000', '133024.668000', '133024.671000', '133024.674000', '133024.676000', '133024.679000', '133024.681000', '133024.684000', '133024.686000', '133024.689000', '133024.692000', '133024.694000', '133024.697000', '133024.699000', '133024.702000', '133024.705000', '133024.707000', '133024.710000', '133024.712000', '133024.715000', '133024.718000', '133024.720000', '133024.723000', '133024.725000', '133024.728000', '133024.730000', '133024.733000', '133024.736000', '133024.738000', '133024.741000', '133024.744000', '133024.746000', '133024.749000', '133024.752000', '133024.754000', '133024.757000', '133024.759000', '133024.762000', '133024.764000', '133044.651000', '133044.654000', '133044.657000', '133044.659000', '133044.662000', '133044.665000', '133044.667000', '133044.670000', '133044.672000', '133044.675000', '133044.678000', '133044.680000', '133044.683000', '133044.685000', '133044.688000', '133044.691000', '133044.693000', '133044.696000', '133044.699000', '133044.701000', '133044.704000', '133044.706000', '133044.709000', '133044.712000', '133044.714000', '133044.717000', '133044.719000', '133044.722000', '133044.725000', '133044.743000', '133044.745000', '133044.748000', '133044.751000', '133044.753000', '133044.756000', '133044.759000', '133044.761000', '133044.765000', '133044.767000', '133044.770000', '133044.773000', '133044.775000', '133044.778000', '133104.652000', '133104.654000', '133104.657000', '133104.659000', '133104.662000', '133104.667000', '133104.670000', '133104.673000', '133104.675000', '133104.678000', '133104.680000', '133104.683000', '133104.685000', '133104.688000', '133104.691000', '133104.693000', '133104.696000', '133104.699000', '133104.701000', '133104.704000', '133104.706000', '133104.709000', '133104.711000', '133104.714000', '133104.717000', '133104.719000', '133104.722000', '133104.724000', '133104.727000', '133104.730000', '133104.732000', '133104.735000', '133104.737000', '133104.740000', '133104.743000', '133104.745000', '133104.748000', '133104.750000', '133104.753000', '133104.755000', '133104.758000', '133104.761000', '133104.763000', '133104.766000', '133124.652000', '133124.654000', '133124.657000', '133124.659000', '133124.662000', '133124.665000', '133124.667000', '133124.670000', '133124.672000', '133124.675000', '133124.678000', '133124.680000', '133124.683000', '133124.685000', '133124.688000', '133124.691000', '133124.693000', '133124.696000', '133124.698000', '133124.701000', '133124.703000', '133124.706000', '133124.709000', '133124.711000', '133124.714000', '133124.716000', '133124.719000', '133124.722000', '133124.724000', '133124.727000', '133124.729000', '133124.732000', '133124.735000', '133124.737000', '133124.740000', '133124.742000', '133124.745000', '133124.748000', '133124.750000', '133124.753000', '133124.756000', '133124.758000', '133124.761000', '133144.651000', '133144.654000', '133144.657000', '133144.659000', '133144.662000', '133144.665000', '133144.667000', '133144.670000', '133144.672000', '133144.675000', '133144.677000', '133144.680000', '133144.683000', '133144.685000', '133144.688000', '133144.690000', '133144.693000', '133144.696000', '133144.698000', '133144.701000', '133144.703000', '133144.706000', '133144.709000', '133144.711000', '133144.714000', '133144.716000', '133144.719000', '133144.722000', '133144.724000', '133144.727000', '133144.729000', '133144.732000', '133144.735000', '133144.737000', '133144.740000', '133144.742000', '133144.745000', '133144.747000', '133144.750000', '133144.753000', '133144.755000', '133144.758000', '133144.760000', '133144.763000', '133204.651000', '133204.654000', '133204.657000', '133204.659000', '133204.662000', '133204.664000', '133204.667000', '133204.670000', '133204.672000', '133204.675000', '133204.677000', '133204.680000', '133204.682000', '133204.685000', '133204.688000', '133204.690000', '133204.693000', '133204.695000', '133204.698000', '133204.700000', '133204.703000', '133204.706000', '133204.708000', '133204.711000', '133204.713000', '133204.716000', '133204.719000', '133204.721000', '133204.724000', '133204.726000', '133204.729000', '133204.731000', '133204.734000', '133204.737000', '133204.739000', '133204.742000', '133204.744000', '133204.747000', '133204.749000', '133204.752000', '133204.755000', '133204.757000', '133204.760000', '133224.651000', '133224.654000', '133224.657000', '133224.660000', '133224.663000', '133224.665000', '133224.668000', '133224.670000', '133224.673000', '133224.676000', '133224.678000', '133224.700000', '133224.702000', '133224.705000', '133224.707000', '133224.710000', '133224.713000', '133224.715000', '133224.718000', '133224.720000', '133224.723000', '133224.726000', '133224.728000', '133224.731000', '133224.733000', '133224.736000', '133224.740000', '133224.742000', '133224.745000', '133224.747000', '133224.750000', '133224.753000', '133224.755000', '133224.758000', '133224.760000', '133224.763000', '133224.765000', '133224.768000', '133224.771000', '133224.773000', '133224.776000', '133224.779000', '133224.781000', '133224.784000', '133244.653000', '133244.656000', '133244.658000', '133244.661000', '133244.663000', '133244.666000', '133244.669000', '133244.671000', '133244.674000', '133244.676000', '133244.679000', '133244.682000', '133244.684000', '133244.687000', '133244.690000', '133244.692000', '133244.695000', '133244.698000', '133244.700000', '133244.703000', '133244.705000', '133244.708000', '133244.711000', '133244.713000', '133244.716000', '133244.719000', '133244.721000', '133244.724000', '133244.726000', '133244.729000', '133244.732000', '133244.734000', '133244.737000', '133244.739000', '133244.742000', '133244.745000', '133244.747000', '133244.750000', '133244.752000', '133244.755000', '133244.758000', '133244.760000', '133244.763000', '133304.652000', '133304.654000', '133304.657000', '133304.660000', '133304.662000', '133304.665000', '133304.667000', '133304.670000', '133304.673000', '133304.675000', '133304.678000', '133304.680000', '133304.683000', '133304.685000', '133304.688000', '133304.691000', '133304.693000', '133304.696000', '133304.698000', '133304.701000', '133304.704000', '133304.706000', '133304.709000', '133304.711000', '133304.714000', '133304.717000', '133304.719000', '133304.722000', '133304.724000', '133304.727000', '133304.730000', '133304.732000', '133304.735000', '133304.737000', '133304.740000', '133304.743000', '133304.745000', '133304.748000', '133304.750000', '133304.753000', '133304.755000', '133304.758000', '133304.761000', '133304.763000', '133324.651000', '133324.654000', '133324.657000', '133324.659000', '133324.662000', '133324.665000', '133324.667000', '133324.670000', '133324.674000', '133324.677000', '133324.680000', '133324.682000', '133324.685000', '133324.687000', '133324.690000', '133324.692000', '133324.695000', '133324.698000', '133324.700000', '133324.703000', '133324.705000', '133324.708000', '133324.711000', '133324.713000', '133324.716000', '133324.718000', '133324.721000', '133324.723000', '133324.726000', '133324.729000', '133324.731000', '133324.734000', '133324.736000', '133324.739000', '133324.742000', '133324.744000', '133324.747000', '133324.749000', '133324.752000', '133324.755000', '133324.757000', '133324.760000', '133324.762000', '133344.652000', '133344.654000', '133344.657000', '133344.660000', '133344.662000', '133344.665000', '133344.668000', '133344.670000', '133344.673000', '133344.676000', '133344.678000', '133344.681000', '133344.683000', '133344.686000', '133344.688000', '133344.691000', '133344.694000', '133344.696000', '133344.699000', '133344.702000', '133344.704000', '133344.707000', '133344.721000', '133344.724000', '133344.727000', '133344.729000', '133344.732000', '133344.734000', '133344.737000', '133344.740000', '133344.742000', '133344.745000', '133344.747000', '133344.750000', '133344.753000', '133344.755000', '133344.758000', '133344.761000', '133344.763000', '133344.766000', '133344.768000', '133344.771000', '133344.774000', '133404.652000', '133404.654000', '133404.657000', '133404.660000', '133404.662000', '133404.665000', '133404.667000', '133404.670000', '133404.672000', '133404.675000', '133404.678000', '133404.680000', '133404.683000', '133404.685000', '133404.688000', '133404.691000', '133404.693000', '133404.696000', '133404.698000', '133404.701000', '133404.704000', '133404.706000', '133404.709000', '133404.711000', '133404.714000', '133404.717000', '133404.719000', '133404.722000', '133404.724000', '133404.727000', '133404.729000', '133404.732000', '133404.735000', '133404.737000', '133404.740000', '133404.742000', '133404.745000', '133404.748000', '133404.750000', '133404.753000', '133404.755000', '133404.758000', '133404.760000', '133404.763000', '133424.651000', '133424.654000', '133424.657000', '133424.659000', '133424.662000', '133424.665000', '133424.667000', '133424.670000', '133424.673000', '133424.675000', '133424.678000', '133424.681000', '133424.683000', '133424.686000', '133424.688000', '133424.691000', '133424.693000', '133424.696000', '133424.699000', '133424.701000', '133424.704000', '133424.706000', '133424.709000', '133424.712000', '133424.714000', '133424.717000', '133424.720000', '133424.722000', '133424.725000', '133424.727000', '133424.730000', '133424.733000', '133424.735000', '133424.738000', '133424.740000', '133424.743000', '133424.746000', '133424.748000', '133424.751000', '133424.753000', '133424.756000', '133424.758000', '133424.761000', '133424.763000', '133444.652000', '133444.655000', '133444.658000', '133444.661000', '133444.663000', '133444.666000', '133444.668000', '133444.671000', '133444.673000', '133444.676000', '133444.679000', '133444.681000', '133444.684000', '133444.687000', '133444.689000', '133444.692000', '133444.695000', '133444.697000', '133444.700000', '133444.703000', '133444.705000', '133444.708000', '133444.710000', '133444.713000', '133444.715000', '133444.718000', '133444.721000', '133444.723000', '133444.726000', '133444.728000', '133444.731000', '133444.734000', '133444.736000', '133444.739000', '133444.741000', '133444.744000', '133444.747000', '133444.749000', '133444.752000', '133444.754000', '133444.757000', '133444.760000', '133444.762000', '133504.653000', '133504.656000', '133504.659000', '133504.662000', '133504.664000', '133504.667000', '133504.669000', '133504.672000', '133504.675000', '133504.677000', '133504.680000', '133504.683000', '133504.686000', '133504.688000', '133504.691000', '133504.694000', '133504.696000', '133504.699000', '133504.713000', '133504.716000', '133504.718000', '133504.721000', '133504.724000', '133504.726000', '133504.729000', '133504.731000', '133504.734000', '133504.737000', '133504.740000', '133504.742000', '133504.745000', '133504.748000', '133504.750000', '133504.753000', '133504.755000', '133504.758000', '133504.761000', '133504.763000', '133504.766000', '133504.768000', '133504.771000', '133504.773000', '133504.776000', '133524.652000', '133524.655000', '133524.657000', '133524.660000', '133524.663000', '133524.665000', '133524.668000', '133524.670000', '133524.673000', '133524.675000', '133524.678000', '133524.681000', '133524.683000', '133524.686000', '133524.688000', '133524.691000', '133524.693000', '133524.696000', '133524.699000', '133524.701000', '133524.704000', '133524.706000', '133524.709000', '133524.712000', '133524.714000', '133524.717000', '133524.719000', '133524.722000', '133524.724000', '133524.727000', '133524.730000', '133524.732000', '133524.735000', '133524.737000', '133524.740000', '133524.743000', '133524.745000', '133524.748000', '133524.750000', '133524.753000', '133524.755000', '133524.758000', '133524.761000', '133524.763000', '133544.652000', '133544.654000', '133544.657000', '133544.660000', '133544.662000', '133544.665000', '133544.667000', '133544.670000', '133544.672000', '133544.675000', '133544.678000', '133544.680000', '133544.683000', '133544.686000', '133544.688000', '133544.691000', '133544.693000', '133544.696000', '133544.699000', '133544.701000', '133544.704000', '133544.707000', '133544.709000', '133544.712000', '133544.715000', '133544.717000', '133544.720000', '133544.723000', '133544.725000', '133544.728000', '133544.730000', '133544.733000', '133544.736000', '133544.738000', '133544.741000', '133544.743000', '133544.746000', '133544.749000', '133544.751000', '133544.754000', '133544.756000', '133544.759000', '133544.761000', '133604.652000', '133604.654000', '133604.657000', '133604.660000', '133604.662000', '133604.665000', '133604.667000', '133604.670000', '133604.672000', '133604.675000', '133604.678000', '133604.680000', '133604.683000', '133604.685000', '133604.688000', '133604.690000', '133604.693000', '133604.696000', '133604.698000', '133604.701000', '133604.704000', '133604.706000', '133604.709000', '133604.711000', '133604.714000', '133604.716000', '133604.719000', '133604.722000', '133604.724000', '133604.727000', '133604.730000', '133604.732000', '133604.735000', '133604.737000', '133604.740000', '133604.742000', '133604.745000', '133604.747000', '133604.750000', '133604.753000', '133604.755000', '133604.758000', '133604.760000', '133604.763000', '133624.652000', '133624.655000', '133624.657000', '133624.660000', '133624.662000', '133624.665000', '133624.667000', '133624.670000', '133624.673000', '133624.675000', '133624.678000', '133624.680000', '133624.683000', '133624.686000', '133624.688000', '133624.700000', '133624.703000', '133624.705000', '133624.708000', '133624.711000', '133624.713000', '133624.716000', '133624.718000', '133624.721000', '133624.724000', '133624.727000', '133624.730000', '133624.732000', '133624.735000', '133624.738000', '133624.740000', '133624.743000', '133624.745000', '133624.748000', '133624.751000', '133624.753000', '133624.756000', '133624.758000', '133624.761000', '133624.763000', '133624.766000', '133624.769000', '133624.771000', '133644.652000', '133644.655000', '133644.657000', '133644.660000', '133644.662000', '133644.665000', '133644.668000', '133644.670000', '133644.673000', '133644.675000', '133644.678000', '133644.681000', '133644.683000', '133644.686000', '133644.689000', '133644.692000', '133644.694000', '133644.697000', '133644.699000', '133644.702000', '133644.705000', '133644.707000', '133644.710000', '133644.713000', '133644.715000', '133644.718000', '133644.720000', '133644.723000', '133644.726000', '133644.728000', '133644.731000', '133644.734000', '133644.736000', '133644.739000', '133644.741000', '133644.744000', '133644.746000', '133644.749000', '133644.752000', '133644.754000', '133644.757000', '133644.759000', '133644.762000', '133644.765000', '133704.652000', '133704.655000', '133704.658000', '133704.660000', '133704.663000', '133704.666000', '133704.668000', '133704.671000', '133704.673000', '133704.676000', '133704.678000', '133704.681000', '133704.684000', '133704.686000', '133704.689000', '133704.691000', '133704.694000', '133704.696000', '133704.699000', '133704.702000', '133704.704000', '133704.707000', '133704.709000', '133704.712000', '133704.715000', '133704.717000', '133704.720000', '133704.723000', '133704.726000', '133704.728000', '133704.731000', '133704.734000', '133704.736000', '133704.739000', '133704.741000', '133704.744000', '133704.746000', '133704.749000', '133704.752000', '133704.754000', '133704.757000', '133704.759000', '133704.762000', '133724.653000', '133724.655000', '133724.658000', '133724.661000', '133724.663000', '133724.666000', '133724.668000', '133724.671000', '133724.674000', '133724.676000', '133724.679000', '133724.681000', '133724.684000', '133724.687000', '133724.689000', '133724.692000', '133724.695000', '133724.697000', '133724.700000', '133724.702000', '133724.705000', '133724.708000', '133724.710000', '133724.713000', '133724.715000', '133724.718000', '133724.720000', '133724.723000', '133724.726000', '133724.728000', '133724.731000', '133724.733000', '133724.736000', '133724.739000', '133724.741000', '133724.744000', '133724.747000', '133724.749000', '133724.752000', '133724.754000', '133724.757000', '133724.760000', '133724.762000', '133724.765000', '133744.651000', '133744.654000', '133744.657000', '133744.659000', '133744.662000', '133744.665000', '133744.667000', '133744.670000', '133744.672000', '133744.675000', '133744.677000', '133744.692000', '133744.695000', '133744.698000', '133744.700000', '133744.703000', '133744.705000', '133744.708000', '133744.711000', '133744.713000', '133744.716000', '133744.718000', '133744.721000', '133744.723000', '133744.726000', '133744.729000', '133744.731000', '133744.734000', '133744.736000', '133744.739000', '133744.742000', '133744.744000', '133744.747000', '133744.749000', '133744.752000', '133744.755000', '133744.757000', '133744.760000', '133744.764000', '133744.767000', '133744.770000', '133744.773000', '133744.775000', '133804.652000', '133804.654000', '133804.657000', '133804.660000', '133804.662000', '133804.665000', '133804.667000', '133804.670000', '133804.673000', '133804.675000', '133804.678000', '133804.680000', '133804.683000', '133804.686000', '133804.688000', '133804.691000', '133804.694000', '133804.696000', '133804.699000', '133804.702000', '133804.704000', '133804.707000', '133804.709000', '133804.712000', '133804.715000', '133804.717000', '133804.720000', '133804.722000', '133804.725000', '133804.728000', '133804.730000', '133804.733000', '133804.735000', '133804.738000', '133804.741000', '133804.743000', '133804.746000', '133804.748000', '133804.751000', '133804.754000', '133804.756000', '133804.759000', '133804.761000', '133804.764000', '133824.652000', '133824.655000', '133824.657000', '133824.660000', '133824.662000', '133824.665000', '133824.668000', '133824.670000', '133824.673000', '133824.675000', '133824.678000', '133824.681000', '133824.683000', '133824.686000', '133824.688000', '133824.691000', '133824.694000', '133824.696000', '133824.699000', '133824.702000', '133824.704000', '133824.707000', '133824.709000', '133824.712000', '133824.715000', '133824.717000', '133824.720000', '133824.722000', '133824.725000', '133824.728000', '133824.730000', '133824.733000', '133824.736000', '133824.738000', '133824.741000', '133824.744000', '133824.746000', '133824.749000', '133824.751000', '133824.754000', '133824.757000', '133824.759000', '133824.762000', '133844.652000', '133844.654000', '133844.657000', '133844.660000', '133844.662000', '133844.665000', '133844.667000', '133844.670000', '133844.673000', '133844.675000', '133844.678000', '133844.681000', '133844.683000', '133844.686000', '133844.688000', '133844.691000', '133844.694000', '133844.696000', '133844.699000', '133844.702000', '133844.704000', '133844.707000', '133844.709000', '133844.712000', '133844.715000', '133844.717000', '133844.720000', '133844.723000', '133844.725000', '133844.728000', '133844.730000', '133844.733000', '133844.735000', '133844.738000', '133844.741000', '133844.743000', '133844.746000', '133844.748000', '133844.751000', '133844.754000', '133844.756000', '133844.759000', '133844.761000', '133844.764000', '133904.652000', '133904.655000', '133904.657000', '133904.660000', '133904.662000', '133904.665000', '133904.667000', '133904.670000', '133904.673000', '133904.675000', '133904.678000', '133904.680000', '133904.683000', '133904.685000', '133904.688000', '133904.691000', '133904.693000', '133904.696000', '133904.698000', '133904.701000', '133904.704000', '133904.706000', '133904.709000', '133904.711000', '133904.714000', '133904.717000', '133904.719000', '133904.722000', '133904.724000', '133904.727000', '133904.730000', '133904.732000', '133904.735000', '133904.737000', '133904.740000', '133904.743000', '133904.745000', '133904.748000', '133904.750000', '133904.753000', '133904.755000', '133904.758000', '133904.761000', '133924.653000', '133924.656000', '133924.658000', '133924.661000', '133924.663000', '133924.666000', '133924.669000', '133924.671000', '133924.674000', '133924.677000', '133924.679000', '133924.682000', '133924.684000', '133924.687000', '133924.690000', '133924.692000', '133924.695000', '133924.697000', '133924.700000', '133924.703000', '133924.705000', '133924.708000', '133924.710000', '133924.713000', '133924.715000', '133924.718000', '133924.721000', '133924.723000', '133924.726000', '133924.728000', '133924.731000', '133924.733000', '133924.736000', '133924.739000', '133924.741000', '133924.744000', '133924.746000', '133924.749000', '133924.752000', '133924.754000', '133924.757000', '133924.759000', '133924.762000', '133924.764000', '133944.653000', '133944.655000', '133944.658000', '133944.661000', '133944.663000', '133944.666000', '133944.668000', '133944.671000', '133944.674000', '133944.676000', '133944.679000', '133944.681000', '133944.684000', '133944.687000', '133944.689000', '133944.692000', '133944.694000', '133944.697000', '133944.700000', '133944.702000', '133944.705000', '133944.708000', '133944.710000', '133944.713000', '133944.715000', '133944.718000', '133944.721000', '133944.723000', '133944.726000', '133944.728000', '133944.731000', '133944.734000', '133944.736000', '133944.739000', '133944.741000', '133944.744000', '133944.746000', '133944.749000', '133944.752000', '133944.754000', '133944.757000', '133944.759000', '133944.762000', '134004.652000', '134004.655000', '134004.658000', '134004.660000', '134004.663000', '134004.665000', '134004.668000', '134004.671000', '134004.673000', '134004.676000', '134004.678000', '134004.681000', '134004.683000', '134004.686000', '134004.689000', '134004.691000', '134004.694000', '134004.696000', '134004.699000', '134004.702000', '134004.723000', '134004.725000', '134004.728000', '134004.731000', '134004.733000', '134004.736000', '134004.738000', '134004.741000', '134004.743000', '134004.746000', '134004.748000', '134004.751000', '134004.754000', '134004.756000', '134004.759000', '134004.761000', '134004.764000', '134004.767000', '134004.769000', '134004.772000', '134004.774000', '134004.777000', '134004.779000', '134004.782000', '134010.069000', '134010.072000', '134010.075000', '134010.077000', '134010.080000', '134010.082000', '134010.085000', '134010.088000', '134010.090000', '134010.093000', '134010.095000', '134010.098000'], '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': [14817, 8479, 11314, 8340, 11199, 8450, 13387, 15524, 20526, 11249, 8170, 8277, 8032, 10124, 8537, 11370, 11380, 18654, 12734, 10236, 8457, 19039, 13030, 16612, 14949, 19427, 13089, 13930, 8430, 11431, 8570, 11922, 8574, 10066, 7969, 8108, 8375, 8467, 9716, 8567, 13132, 11574, 14505, 8198, 11018, 8279, 10421, 9375, 8174, 11210, 8488, 11076, 7882, 11895, 8309, 13472, 12645, 12456, 10308, 8029, 11587, 8845, 15269, 14465, 20314, 13200, 9118, 8309, 8068, 9972, 8568, 14519, 11057, 16674, 8643, 11279, 7964, 10851, 8341, 12700, 12062, 14884, 15648, 8074, 12141, 8492, 12465, 8565, 11076, 12653, 8455, 11277, 8686, 12782, 8531, 13263, 8735, 12504, 9679, 8322, 9556, 8711, 12998, 8910, 16435, 10142, 8064, 8891, 8554, 11794, 8478, 13013, 10078, 10657, 12567, 8467, 13537, 8735, 10774, 9239, 8666, 15636, 8172, 7990, 8978, 8234, 11866, 9009, 15857, 10475, 11956, 8065, 8000, 10634, 8809, 14867, 11533, 16119, 9281, 8326, 10536, 8509, 14695, 9957, 14046, 10507, 8295, 10971, 8370, 14193, 9275, 14217, 12890, 8359, 10455, 8603, 12308, 9213, 17702, 11278, 11805, 8527, 8171, 11831, 10862, 15460, 8871, 8517, 8236, 9852, 8700, 17047, 10638, 8910, 9199, 14557, 10431, 19062, 17481, 15119, 11381, 8721, 11143, 8906, 14708, 9822, 13126, 8103, 8004, 9057, 8927, 16313, 10266, 13344, 8159, 10927, 8281, 10398, 11389, 8434, 11855, 8636, 12307, 8603, 13940, 10411, 19552, 11872, 13203, 8636, 9580, 10396, 9739, 17425, 10074, 15083, 9151, 14262, 10058, 16437, 10258, 10398, 7994, 8261, 9586, 8694, 13697, 9898, 8799, 8308, 8352, 9546, 10743, 9800, 12068, 17038, 10760, 15230, 8385, 10055, 8818, 8987, 13284, 10608, 17378, 8080, 10500, 8003, 14008, 9838, 12059, 10328, 8190, 11031, 8959, 12856, 9106, 17989, 10557, 8197, 8879, 8336, 11659, 9272, 17859, 12243, 8134, 8442, 8349, 10940, 8485, 11790, 9779, 8399, 8882, 8771, 10145, 8783, 11404, 14559, 17394, 8793, 12427, 8313, 12582, 9461, 11719, 9832, 8605, 12004, 8799, 12039, 8620, 9871, 9883, 8638, 13887, 8975, 15405, 9284, 15196, 9558, 12772, 16098, 17090, 19683, 9095, 12688, 8890, 12885, 15984, 14392, 19371, 13578, 17181, 9579, 12327, 20082, 12248, 8208, 9315, 8344, 8347, 9801, 11618, 18440, 12155, 8729, 10600, 8588, 17912, 14474, 18487, 11952, 13687, 9538, 18100, 9991, 16214, 10776, 13347, 8821, 7996, 8424, 8379, 11138, 11448, 19030, 17227, 12037, 9585, 9313, 13116, 8516, 8827, 9480, 8741, 12052, 8184, 8100, 8910, 9953, 9385, 12212, 15002, 11050, 14842, 8416, 11957, 8615, 17605, 12648, 19390, 13136, 9390, 8825, 8357, 9162, 8595, 12135, 9073, 16683, 8443, 13199, 8954, 13844, 9962, 13728, 9313, 8015, 8560, 8398, 9514, 8465, 14976, 12780, 8959, 8806, 8445, 8024, 9240, 8322, 14759, 14351, 8616, 15722, 9552, 18750, 11337, 16987, 19721, 15749, 13827, 8617, 8228, 13006, 9323, 8930, 8670, 8305, 15336, 12597, 16803, 9917, 8161, 8746, 8668, 12892, 10812, 20235, 13814, 9968, 10268, 8696, 13347, 10540, 10535, 9473, 18981, 12167, 14359, 8249, 8014, 8750, 8525, 18426, 14706, 10868, 9898, 8169, 9796, 8297, 14100, 8668, 13540, 9008, 17235, 17760, 10112, 8638, 8352, 8372, 14371, 9418, 14109, 9383, 11392, 16453, 11216, 8150, 8313, 8331, 8387, 8839, 8138, 8520, 8791, 13322, 15228, 16053, 18579, 11945, 12445, 8077, 8999, 8884, 8299, 13525, 9068, 10955, 7926, 8514, 8715, 8207, 8758, 8293, 10361, 9080, 18168, 17435, 15099, 9459, 8186, 11749, 8345, 9818, 8124, 9370, 8909, 8433, 8244, 8606, 18468, 17915, 16873, 16297, 14302, 12712, 15049, 10634, 20336, 14746, 9673, 9584, 8395, 15735, 8025, 8276, 8739, 8552, 12460, 8347, 9801, 8811, 18334, 12861, 17429, 10874, 11193, 12066, 18844, 12032, 12411, 8089, 8049, 8489, 8422, 12567, 8911, 11861, 9097, 8808, 9793, 8546, 13175, 13271, 19775, 13139, 14771, 11741, 8224, 9467, 8583, 13869, 11425, 12884, 15780, 14753, 14856, 15544, 8710, 12195, 8550, 14670, 8611, 13816, 9167, 13127, 8879, 15605, 9389, 11975, 8167, 8271, 8630, 8456, 10438, 9161, 13289, 8452, 11947, 8640, 11124, 8849, 14399, 9467, 17444, 8569, 12166, 8963, 11427, 8550, 12836, 9006, 9069, 8219, 8417, 8984, 8547, 12450, 9130, 16588, 8667, 13811, 9507, 12651, 9291, 12854, 9914, 12653, 9554, 8036, 8571, 8509, 9034, 8354, 11652, 14456, 7935, 8137, 10271, 8468, 19607, 12546, 18313, 12252, 17847, 13932, 21569, 16849, 10068, 10331, 8817, 13180, 9110, 13741, 8924, 12651, 8513, 8308, 8946, 8647, 10281, 8452, 10765, 9284, 13665, 18514, 11536, 12995, 8230, 11709, 9056, 18364, 11231, 8531, 8310, 8261, 9958, 8674, 14085, 10388, 12271, 8264, 8261, 13174, 8363, 14284, 9336, 10902, 8373, 8373, 15242, 11859, 16909, 12650, 9159, 14578, 8996, 20271, 13449, 19642, 9681, 13497, 9408, 9294, 10565, 10207, 17441, 9170, 8371, 8035, 8301, 8346, 9411, 9078, 15458, 10900, 8427, 8947, 18016, 12046, 18397, 17105, 17529, 11864, 13228, 9511, 20147, 13633, 12327, 20312, 15403, 12869, 8794, 8347, 20210, 19783, 19182, 14546, 16444, 10910, 8658, 11725, 8507, 8402, 8366, 8282, 13070, 15914, 11004, 19922, 13654, 18762, 12714, 11555, 8173, 10180, 8132, 13409, 8973, 15309, 9322, 13182, 9931, 13431, 8486, 11586, 8881, 11306, 9153, 12734, 9306, 11028, 8017, 8624, 8660, 10860, 9008, 8242, 8856, 8219, 8963, 10594, 9723, 12897, 11898, 8430, 10434, 8742, 11470, 8599, 11519, 9558, 18755, 9321, 8157, 8940, 7938, 10741, 8396, 15021, 10011, 9160, 8542, 10239, 8623, 17808, 10906, 17098, 10686, 9526, 8526, 8076, 9910, 8641, 13437, 10053, 18950, 9756, 14768, 16815, 9530, 8227, 10944, 8652, 16035, 11059, 18583, 11308, 9776, 8841, 10616, 8899, 12120, 14542, 12254, 16392, 8318, 13074, 8306, 12949, 10011, 16733, 11197, 11659, 8813, 8228, 9019, 8531, 14875, 11346, 15131, 8802, 8659, 13163, 8172, 13968, 16884, 19300, 14040, 14183, 8297, 12372, 9364, 14548, 11164, 9418, 9990, 8256, 11017, 8563, 12307, 8936, 17963, 9438, 14864, 9067, 14250, 9979, 13552, 8175, 10518, 8675, 10220, 8615, 13627, 8822, 13058, 8221, 12779, 9423, 8177, 9137, 8374, 8172, 9171, 8571, 15031, 8187, 8180, 8674, 17116, 10385, 20116, 14263, 15634, 9049, 8533, 9750, 8744, 12630, 9088, 13868, 8384, 8679, 8734, 8263, 12980, 8896, 16746, 8497, 15154, 9551, 14539, 10375, 15982, 10143, 8130, 8688, 8416, 9299, 8735, 12104, 9150, 18722, 8609, 9326, 11532, 8636, 9468, 8583, 8471, 16713, 11843, 8372, 9314, 8762, 12552, 8730, 13614, 11478, 19605, 11286, 14431, 8203, 9974, 8759, 8662, 9277, 8607, 12721, 8303, 11018, 9166, 11823, 9075, 16470, 11396, 17696, 9365, 13201, 8929, 12504, 8725, 14694, 9132, 13578, 8212, 11626, 8246, 11137, 8901, 9944, 8519, 8116, 8806, 8634, 15693, 9764, 17175, 8142, 14510, 9387, 13558, 9596, 15198, 9991, 10422, 8502, 8423, 9139, 8740, 10505, 8414, 16741, 8641, 14064, 8342, 12756, 9586, 15498, 9826, 18273, 10617, 13594, 8385, 10917, 8343, 8929, 8612, 8388, 12488, 8003, 9046, 8215, 10957, 8451, 10798, 10257, 10611, 10621, 8466, 9501, 10154, 9889, 16304, 15677, 11737, 15020, 8709, 11555, 8464, 11325, 8818, 14181, 10025, 16816, 8008, 9566, 8364, 9669, 8538, 11371, 10010, 9929, 8791, 8848, 8961, 14374, 9918, 17039, 11552, 12788, 8366, 9146, 8916, 10921, 12535, 8664, 12245, 8567, 11915, 8782, 15912, 9374, 8167, 8870, 8212, 10771, 8635, 11375, 10808, 16364, 8982, 13148, 8762, 12480, 9114, 18511, 11413, 8636, 14784, 8777, 8419, 8859, 8753, 12726, 9055, 17255, 11960, 12149, 8421, 8042, 8936, 11019, 9733, 9773, 14377, 8383, 12561, 8446, 10794, 8247, 8771, 12617, 8856, 13581, 8463, 12646, 8481, 14636, 9188, 13599, 9267, 8530, 10346, 8316, 12763, 8547, 13231, 9650, 16903, 9167, 13737, 8598, 11857, 9610, 13481, 9815, 13302, 8364, 8086, 8875, 8313, 8818, 8464, 12717, 8888, 14274, 8075, 11673, 8081, 11137, 9107, 14013, 9370, 13104, 8058, 10990, 8189, 12993, 8877, 11642, 12338, 8205, 11000, 8716, 11221, 8570, 12234, 8942, 16918, 10191, 12643, 8321, 9871, 8621, 12949, 9095, 11557, 11211, 8407, 9473, 8681, 10816, 8461, 10938, 8430, 15387, 9014, 14935, 8007, 9967, 8448, 9886, 10144, 8711, 12641, 8402, 12007, 7968, 14072, 8943, 15762, 11498, 8216, 9390, 9423, 8828, 15278, 9971, 14744, 15386, 8866, 12017, 8160, 12482, 8993, 14410, 9382, 19414, 12156, 13393, 7926, 13641, 8469, 12170, 9596, 10079, 8499, 8305, 9228, 8473, 10174, 9106, 12388, 11130, 18424, 10985, 13445, 8276, 13529, 9213, 14749, 9802, 16227, 8948, 9145, 8063, 8170, 8833, 8536, 13247, 18050, 16711, 9531, 8177, 10119, 8249, 11237, 14855, 11167, 14639, 8730, 10724, 10936, 13692, 14247, 18719, 10061, 12677, 8655, 11692, 8692, 14754, 9829, 8251, 8642, 8244, 9087, 8337, 9037, 8728, 11395, 10159, 16777, 8342, 12625, 8916, 12975, 8733, 15395, 13197, 20097, 8425, 10677, 8243, 10746, 8536, 12095, 10579, 12892, 11362, 9051, 9453, 8505, 9412, 10447, 12112, 8593, 12367, 8837, 10301, 8913, 11367, 8730, 17311, 10616, 8167, 8724, 8358, 9340, 8349, 10325, 8925, 17478, 8500, 8919, 8352, 8325, 9049, 8590, 14899, 8612, 13720, 8237, 11997, 8921, 13144, 9493, 12900, 8652, 8515, 9407, 8621, 14136, 9596, 19001, 12208, 8103, 8809, 8530, 10129, 8556, 14061, 9337, 10276, 8188, 11108, 8296, 12665, 8859, 14307, 11102, 11902, 8633, 8465, 9809, 8465, 11460, 9226, 17767, 8867, 11482, 7956, 9528, 8545, 8866, 11905, 8923, 11041, 8333, 10592, 8756, 10574, 8586, 13736, 10391, 17738, 7972, 8250, 8352, 8398, 9773, 9095, 15775, 9942, 17342, 12970, 9875, 9209, 8574, 8361, 13757, 10276, 8346, 10244, 8708, 12847, 8717, 16741, 13339, 20630, 15133, 8989, 9532, 8904, 10604, 8902, 12699, 9472, 8424, 8914, 8458, 10132, 8674, 14289, 9448, 18340, 12454, 8579, 8535, 8368, 9734, 8702, 15778, 8878, 13876, 8323, 11351, 8894, 10693, 8557, 8831, 12766, 8436, 10939, 8387, 12162, 8802, 14301, 10198, 19725, 8746, 8612, 8402, 8289, 8999, 8328, 12529, 8816, 13947, 8237, 11356, 8736, 11613, 8729, 17751, 11540, 15871, 8366, 12382, 9351, 13479, 9753, 14254, 9342, 8300, 8977, 8228, 10321, 8484, 13224, 9019, 8776, 8300, 12724, 8194, 16495, 10265, 18511, 11863, 12638, 8177, 8336, 8871, 8271, 11385, 8788, 16888, 8364, 12533, 8990, 11780, 8908, 8056, 10479, 8258, 8187, 8192, 8096, 8712, 9398, 10169, 10625, 14906, 8525, 10811, 8730, 9847, 14628, 13261, 16167, 16428, 8873, 10507, 8849, 10919, 12200, 12420, 14871, 17036, 8921, 11318, 8939, 10994, 8546, 13107, 8904, 15386, 8120, 11933, 8491, 11581, 9555, 14887, 9632, 10825, 8229, 8364, 9337, 10566, 20408, 21646, 18964, 10144, 11745, 13661, 8268, 8066, 11834, 8961, 8197, 13770, 10449, 8319, 8672, 10862, 8719, 18503, 15298, 20940, 14731, 9275, 9221, 8693, 13037, 9629, 12673, 11684, 8786, 10367, 8071, 8140, 8545, 8479, 11344, 8828, 8368, 9218, 8681, 11174, 8558, 12835, 11845, 18635, 11123, 14754, 8951, 13850, 10594, 14660, 10194, 15450, 10066, 8371, 8963, 8565, 10007, 8623, 13119, 9619, 8243, 8492, 8379, 9115, 8364, 10080, 9113, 17020, 8292, 12452, 8237, 12506, 9178, 11961, 10492, 8278, 8907, 8776, 11005, 8802, 16882, 11301, 10232, 9113, 8506, 11140, 8424, 8102, 11982, 8478, 17158, 8192, 9367, 8567, 8529, 15224, 13121], 'WindowCenter': [4876.0, 4780.0, 4790.0, 4747.0, 4778.0, 4737.0, 4781.0, 4788.0, 4820.0, 4746.0, 4720.0, 4719.0, 4719.0, 4749.0, 4729.0, 4763.0, 4762.0, 4812.0, 4771.0, 4751.0, 4732.0, 4810.0, 4769.0, 4788.0, 4766.0, 4795.0, 4743.0, 4752.0, 4693.0, 4732.0, 4716.0, 4744.0, 4704.0, 4722.0, 4691.0, 4693.0, 4703.0, 4704.0, 4725.0, 4715.0, 4754.0, 4733.0, 4751.0, 4692.0, 4731.0, 4703.0, 4723.0, 4714.0, 4703.0, 4733.0, 4704.0, 4734.0, 4705.0, 4745.0, 4716.0, 4755.0, 4744.0, 4743.0, 4713.0, 4692.0, 4731.0, 4703.0, 4763.0, 4753.0, 4793.0, 4741.0, 4703.0, 4704.0, 4690.0, 4722.0, 4704.0, 4763.0, 4733.0, 4773.0, 4703.0, 4732.0, 4704.0, 4733.0, 4705.0, 4753.0, 4744.0, 4774.0, 4773.0, 4703.0, 4742.0, 4702.0, 4741.0, 4702.0, 4731.0, 4743.0, 4702.0, 4731.0, 4702.0, 4741.0, 4703.0, 4752.0, 4703.0, 4743.0, 4712.0, 4692.0, 4711.0, 4702.0, 4742.0, 4713.0, 4771.0, 4722.0, 4692.0, 4701.0, 4700.0, 4732.0, 4705.0, 4753.0, 4724.0, 4721.0, 4742.0, 4692.0, 4741.0, 4701.0, 4732.0, 4712.0, 4703.0, 4762.0, 4702.0, 4693.0, 4712.0, 4704.0, 4744.0, 4714.0, 4774.0, 4734.0, 4742.0, 4693.0, 4693.0, 4733.0, 4714.0, 4763.0, 4745.0, 4774.0, 4713.0, 4703.0, 4723.0, 4714.0, 4764.0, 4725.0, 4765.0, 4722.0, 4705.0, 4733.0, 4715.0, 4764.0, 4724.0, 4766.0, 4754.0, 4705.0, 4733.0, 4704.0, 4743.0, 4714.0, 4784.0, 4734.0, 4742.0, 4715.0, 4704.0, 4760.0, 4747.0, 4776.0, 4727.0, 4717.0, 4718.0, 4736.0, 4718.0, 4797.0, 4737.0, 4717.0, 4716.0, 4764.0, 4735.0, 4796.0, 4786.0, 4763.0, 4732.0, 4691.0, 4721.0, 4704.0, 4762.0, 4723.0, 4740.0, 4692.0, 4693.0, 4714.0, 4714.0, 4786.0, 4722.0, 4753.0, 4704.0, 4733.0, 4705.0, 4724.0, 4745.0, 4704.0, 4743.0, 4716.0, 4743.0, 4716.0, 4764.0, 4735.0, 4795.0, 4744.0, 4753.0, 4702.0, 4714.0, 4723.0, 4714.0, 4785.0, 4723.0, 4762.0, 4711.0, 4751.0, 4713.0, 4761.0, 4711.0, 4711.0, 4691.0, 4691.0, 4711.0, 4702.0, 4751.0, 4724.0, 4703.0, 4703.0, 4704.0, 4723.0, 4734.0, 4723.0, 4742.0, 4786.0, 4723.0, 4762.0, 4702.0, 4712.0, 4703.0, 4713.0, 4752.0, 4725.0, 4774.0, 4694.0, 4722.0, 4694.0, 4753.0, 4724.0, 4743.0, 4723.0, 4703.0, 4732.0, 4713.0, 4743.0, 4704.0, 4782.0, 4722.0, 4703.0, 4702.0, 4704.0, 4732.0, 4712.0, 4784.0, 4742.0, 4692.0, 4693.0, 4703.0, 4733.0, 4713.0, 4744.0, 4726.0, 4703.0, 4714.0, 4715.0, 4724.0, 4715.0, 4743.0, 4762.0, 4774.0, 4702.0, 4743.0, 4704.0, 4741.0, 4724.0, 4742.0, 4726.0, 4704.0, 4742.0, 4704.0, 4743.0, 4715.0, 4724.0, 4738.0, 4718.0, 4794.0, 4730.0, 4789.0, 4740.0, 4779.0, 4741.0, 4769.0, 4804.0, 4789.0, 4797.0, 4729.0, 4758.0, 4717.0, 4747.0, 4778.0, 4769.0, 4785.0, 4756.0, 4775.0, 4714.0, 4743.0, 4796.0, 4732.0, 4705.0, 4715.0, 4705.0, 4708.0, 4741.0, 4748.0, 4787.0, 4747.0, 4707.0, 4727.0, 4706.0, 4775.0, 4754.0, 4773.0, 4732.0, 4741.0, 4702.0, 4761.0, 4701.0, 4762.0, 4722.0, 4730.0, 4689.0, 4680.0, 4679.0, 4680.0, 4724.0, 4747.0, 4789.0, 4788.0, 4758.0, 4726.0, 4728.0, 4754.0, 4703.0, 4715.0, 4716.0, 4705.0, 4733.0, 4704.0, 4695.0, 4715.0, 4725.0, 4715.0, 4744.0, 4775.0, 4735.0, 4753.0, 4694.0, 4732.0, 4703.0, 4771.0, 4743.0, 4782.0, 4731.0, 4701.0, 4690.0, 4680.0, 4700.0, 4689.0, 4730.0, 4702.0, 4759.0, 4692.0, 4740.0, 4702.0, 4740.0, 4712.0, 4740.0, 4700.0, 4681.0, 4689.0, 4690.0, 4711.0, 4704.0, 4765.0, 4744.0, 4716.0, 4715.0, 4705.0, 4695.0, 4715.0, 4705.0, 4777.0, 4780.0, 4706.0, 4765.0, 4716.0, 4785.0, 4747.0, 4789.0, 4810.0, 4762.0, 4741.0, 4703.0, 4692.0, 4742.0, 4715.0, 4716.0, 4706.0, 4706.0, 4764.0, 4744.0, 4773.0, 4712.0, 4690.0, 4689.0, 4691.0, 4741.0, 4711.0, 4792.0, 4741.0, 4698.0, 4710.0, 4689.0, 4738.0, 4709.0, 4723.0, 4714.0, 4782.0, 4731.0, 4752.0, 4692.0, 4694.0, 4701.0, 4700.0, 4782.0, 4763.0, 4721.0, 4698.0, 4692.0, 4701.0, 4692.0, 4753.0, 4706.0, 4741.0, 4704.0, 4762.0, 4772.0, 4711.0, 4678.0, 4680.0, 4691.0, 4752.0, 4704.0, 4752.0, 4703.0, 4734.0, 4776.0, 4711.0, 4681.0, 4692.0, 4692.0, 4693.0, 4702.0, 4695.0, 4704.0, 4702.0, 4743.0, 4762.0, 4765.0, 4770.0, 4720.0, 4733.0, 4693.0, 4702.0, 4702.0, 4692.0, 4740.0, 4691.0, 4721.0, 4680.0, 4703.0, 4703.0, 4693.0, 4702.0, 4693.0, 4710.0, 4703.0, 4799.0, 4787.0, 4775.0, 4724.0, 4704.0, 4734.0, 4705.0, 4738.0, 4708.0, 4729.0, 4729.0, 4717.0, 4717.0, 4720.0, 4797.0, 4798.0, 4771.0, 4763.0, 4739.0, 4742.0, 4750.0, 4722.0, 4782.0, 4752.0, 4700.0, 4700.0, 4677.0, 4746.0, 4678.0, 4703.0, 4702.0, 4715.0, 4753.0, 4704.0, 4723.0, 4714.0, 4784.0, 4743.0, 4774.0, 4724.0, 4734.0, 4744.0, 4782.0, 4718.0, 4728.0, 4679.0, 4691.0, 4691.0, 4703.0, 4754.0, 4714.0, 4745.0, 4716.0, 4713.0, 4725.0, 4717.0, 4769.0, 4758.0, 4806.0, 4758.0, 4767.0, 4735.0, 4693.0, 4726.0, 4717.0, 4754.0, 4732.0, 4732.0, 4760.0, 4751.0, 4750.0, 4749.0, 4690.0, 4717.0, 4688.0, 4737.0, 4690.0, 4729.0, 4689.0, 4726.0, 4687.0, 4735.0, 4685.0, 4705.0, 4677.0, 4677.0, 4689.0, 4689.0, 4720.0, 4701.0, 4739.0, 4692.0, 4729.0, 4701.0, 4719.0, 4700.0, 4750.0, 4700.0, 4758.0, 4689.0, 4728.0, 4690.0, 4717.0, 4690.0, 4729.0, 4700.0, 4702.0, 4691.0, 4692.0, 4702.0, 4703.0, 4757.0, 4714.0, 4771.0, 4702.0, 4753.0, 4713.0, 4744.0, 4713.0, 4740.0, 4711.0, 4739.0, 4711.0, 4693.0, 4701.0, 4704.0, 4726.0, 4707.0, 4746.0, 4766.0, 4707.0, 4708.0, 4736.0, 4720.0, 4808.0, 4745.0, 4795.0, 4757.0, 4797.0, 4768.0, 4794.0, 4772.0, 4714.0, 4712.0, 4703.0, 4741.0, 4702.0, 4751.0, 4702.0, 4729.0, 4689.0, 4690.0, 4700.0, 4703.0, 4712.0, 4703.0, 4722.0, 4713.0, 4751.0, 4782.0, 4731.0, 4743.0, 4690.0, 4732.0, 4703.0, 4771.0, 4720.0, 4689.0, 4689.0, 4704.0, 4710.0, 4702.0, 4749.0, 4724.0, 4730.0, 4691.0, 4691.0, 4742.0, 4704.0, 4753.0, 4714.0, 4722.0, 4703.0, 4693.0, 4760.0, 4745.0, 4760.0, 4728.0, 4699.0, 4749.0, 4700.0, 4781.0, 4729.0, 4769.0, 4698.0, 4728.0, 4687.0, 4687.0, 4708.0, 4697.0, 4767.0, 4686.0, 4692.0, 4693.0, 4703.0, 4716.0, 4729.0, 4740.0, 4791.0, 4763.0, 4731.0, 4743.0, 4811.0, 4784.0, 4802.0, 4801.0, 4790.0, 4735.0, 4745.0, 4742.0, 4783.0, 4755.0, 4745.0, 4797.0, 4755.0, 4734.0, 4693.0, 4693.0, 4801.0, 4808.0, 4784.0, 4742.0, 4749.0, 4722.0, 4680.0, 4717.0, 4679.0, 4693.0, 4693.0, 4693.0, 4742.0, 4749.0, 4709.0, 4767.0, 4726.0, 4758.0, 4717.0, 4706.0, 4665.0, 4695.0, 4668.0, 4726.0, 4678.0, 4747.0, 4699.0, 4725.0, 4696.0, 4725.0, 4678.0, 4705.0, 4688.0, 4707.0, 4688.0, 4727.0, 4690.0, 4710.0, 4680.0, 4691.0, 4692.0, 4722.0, 4703.0, 4694.0, 4703.0, 4693.0, 4703.0, 4722.0, 4714.0, 4741.0, 4734.0, 4693.0, 4722.0, 4733.0, 4763.0, 4737.0, 4765.0, 4730.0, 4782.0, 4732.0, 4707.0, 4714.0, 4707.0, 4666.0, 4692.0, 4762.0, 4725.0, 4713.0, 4704.0, 4713.0, 4693.0, 4771.0, 4723.0, 4773.0, 4725.0, 4713.0, 4704.0, 4695.0, 4714.0, 4705.0, 4753.0, 4723.0, 4795.0, 4728.0, 4775.0, 4786.0, 4738.0, 4730.0, 4749.0, 4719.0, 4776.0, 4736.0, 4785.0, 4734.0, 4714.0, 4705.0, 4723.0, 4715.0, 4742.0, 4762.0, 4744.0, 4772.0, 4694.0, 4742.0, 4703.0, 4741.0, 4711.0, 4760.0, 4722.0, 4732.0, 4714.0, 4705.0, 4715.0, 4705.0, 4764.0, 4749.0, 4778.0, 4717.0, 4707.0, 4757.0, 4718.0, 4780.0, 4789.0, 4798.0, 4754.0, 4753.0, 4695.0, 4741.0, 4714.0, 4753.0, 4732.0, 4702.0, 4712.0, 4693.0, 4721.0, 4691.0, 4732.0, 4704.0, 4771.0, 4703.0, 4752.0, 4703.0, 4750.0, 4713.0, 4742.0, 4693.0, 4711.0, 4690.0, 4711.0, 4691.0, 4741.0, 4690.0, 4742.0, 4707.0, 4741.0, 4713.0, 4704.0, 4712.0, 4702.0, 4693.0, 4712.0, 4704.0, 4763.0, 4694.0, 4694.0, 4704.0, 4773.0, 4712.0, 4782.0, 4750.0, 4749.0, 4689.0, 4690.0, 4700.0, 4702.0, 4730.0, 4703.0, 4749.0, 4692.0, 4700.0, 4702.0, 4702.0, 4742.0, 4704.0, 4773.0, 4703.0, 4749.0, 4712.0, 4752.0, 4713.0, 4763.0, 4711.0, 4680.0, 4691.0, 4690.0, 4702.0, 4703.0, 4731.0, 4712.0, 4785.0, 4716.0, 4725.0, 4746.0, 4716.0, 4726.0, 4717.0, 4718.0, 4787.0, 4747.0, 4705.0, 4714.0, 4706.0, 4745.0, 4705.0, 4753.0, 4733.0, 4794.0, 4723.0, 4752.0, 4703.0, 4712.0, 4704.0, 4715.0, 4713.0, 4715.0, 4754.0, 4706.0, 4734.0, 4715.0, 4744.0, 4714.0, 4774.0, 4745.0, 4773.0, 4713.0, 4741.0, 4703.0, 4743.0, 4703.0, 4752.0, 4714.0, 4742.0, 4703.0, 4732.0, 4704.0, 4745.0, 4714.0, 4725.0, 4714.0, 4695.0, 4713.0, 4704.0, 4773.0, 4725.0, 4785.0, 4706.0, 4751.0, 4712.0, 4753.0, 4714.0, 4752.0, 4725.0, 4722.0, 4702.0, 4691.0, 4702.0, 4691.0, 4720.0, 4690.0, 4772.0, 4702.0, 4739.0, 4692.0, 4741.0, 4713.0, 4761.0, 4713.0, 4771.0, 4710.0, 4729.0, 4690.0, 4707.0, 4678.0, 4687.0, 4689.0, 4690.0, 4729.0, 4691.0, 4702.0, 4702.0, 4734.0, 4704.0, 4734.0, 4738.0, 4734.0, 4724.0, 4702.0, 4713.0, 4723.0, 4713.0, 4760.0, 4762.0, 4732.0, 4751.0, 4702.0, 4720.0, 4691.0, 4721.0, 4702.0, 4751.0, 4712.0, 4760.0, 4691.0, 4711.0, 4702.0, 4723.0, 4704.0, 4733.0, 4724.0, 4712.0, 4703.0, 4702.0, 4714.0, 4753.0, 4711.0, 4770.0, 4722.0, 4731.0, 4690.0, 4701.0, 4701.0, 4721.0, 4757.0, 4716.0, 4762.0, 4705.0, 4721.0, 4688.0, 4773.0, 4726.0, 4718.0, 4714.0, 4716.0, 4733.0, 4704.0, 4733.0, 4723.0, 4773.0, 4702.0, 4741.0, 4716.0, 4745.0, 4702.0, 4783.0, 4735.0, 4701.0, 4763.0, 4715.0, 4716.0, 4716.0, 4716.0, 4755.0, 4715.0, 4775.0, 4744.0, 4732.0, 4691.0, 4692.0, 4702.0, 4721.0, 4699.0, 4709.0, 4751.0, 4691.0, 4730.0, 4691.0, 4721.0, 4703.0, 4701.0, 4745.0, 4702.0, 4741.0, 4693.0, 4731.0, 4702.0, 4763.0, 4684.0, 4712.0, 4688.0, 4759.0, 4752.0, 4718.0, 4753.0, 4716.0, 4754.0, 4714.0, 4772.0, 4701.0, 4740.0, 4691.0, 4719.0, 4713.0, 4741.0, 4725.0, 4742.0, 4692.0, 4692.0, 4699.0, 4691.0, 4701.0, 4691.0, 4743.0, 4702.0, 4750.0, 4692.0, 4732.0, 4694.0, 4733.0, 4713.0, 4752.0, 4715.0, 4743.0, 4694.0, 4732.0, 4704.0, 4744.0, 4714.0, 4732.0, 4755.0, 4693.0, 4722.0, 4702.0, 4719.0, 4702.0, 4732.0, 4702.0, 4773.0, 4710.0, 4741.0, 4692.0, 4712.0, 4703.0, 4742.0, 4703.0, 4731.0, 4734.0, 4692.0, 4710.0, 4701.0, 4720.0, 4693.0, 4722.0, 4692.0, 4761.0, 4702.0, 4752.0, 4691.0, 4712.0, 4691.0, 4726.0, 4737.0, 4731.0, 4758.0, 4708.0, 4746.0, 4691.0, 4766.0, 4728.0, 4791.0, 4747.0, 4706.0, 4714.0, 4702.0, 4703.0, 4760.0, 4711.0, 4764.0, 4762.0, 4701.0, 4733.0, 4702.0, 4732.0, 4703.0, 4751.0, 4702.0, 4782.0, 4730.0, 4738.0, 4681.0, 4739.0, 4691.0, 4729.0, 4710.0, 4710.0, 4700.0, 4691.0, 4700.0, 4690.0, 4710.0, 4702.0, 4741.0, 4722.0, 4782.0, 4721.0, 4739.0, 4690.0, 4739.0, 4701.0, 4750.0, 4709.0, 4758.0, 4689.0, 4698.0, 4677.0, 4690.0, 4700.0, 4702.0, 4757.0, 4786.0, 4785.0, 4728.0, 4717.0, 4735.0, 4707.0, 4736.0, 4765.0, 4722.0, 4753.0, 4703.0, 4723.0, 4721.0, 4740.0, 4740.0, 4769.0, 4699.0, 4716.0, 4677.0, 4717.0, 4690.0, 4739.0, 4712.0, 4689.0, 4689.0, 4691.0, 4701.0, 4692.0, 4703.0, 4701.0, 4722.0, 4726.0, 4773.0, 4704.0, 4732.0, 4701.0, 4740.0, 4692.0, 4749.0, 4743.0, 4781.0, 4681.0, 4710.0, 4690.0, 4719.0, 4702.0, 4730.0, 4723.0, 4740.0, 4719.0, 4689.0, 4698.0, 4688.0, 4700.0, 4710.0, 4729.0, 4688.0, 4719.0, 4689.0, 4707.0, 4700.0, 4718.0, 4689.0, 4772.0, 4710.0, 4689.0, 4689.0, 4690.0, 4700.0, 4690.0, 4710.0, 4690.0, 4771.0, 4689.0, 4700.0, 4691.0, 4690.0, 4702.0, 4702.0, 4764.0, 4703.0, 4752.0, 4692.0, 4732.0, 4704.0, 4741.0, 4713.0, 4742.0, 4690.0, 4692.0, 4701.0, 4703.0, 4740.0, 4702.0, 4782.0, 4730.0, 4680.0, 4690.0, 4689.0, 4710.0, 4703.0, 4751.0, 4712.0, 4710.0, 4692.0, 4722.0, 4690.0, 4740.0, 4702.0, 4739.0, 4722.0, 4719.0, 4689.0, 4689.0, 4708.0, 4693.0, 4731.0, 4701.0, 4770.0, 4688.0, 4718.0, 4679.0, 4711.0, 4702.0, 4700.0, 4744.0, 4702.0, 4722.0, 4693.0, 4709.0, 4689.0, 4722.0, 4692.0, 4742.0, 4723.0, 4771.0, 4693.0, 4690.0, 4693.0, 4703.0, 4724.0, 4717.0, 4778.0, 4725.0, 4786.0, 4752.0, 4726.0, 4714.0, 4704.0, 4692.0, 4754.0, 4738.0, 4705.0, 4726.0, 4715.0, 4743.0, 4704.0, 4772.0, 4743.0, 4795.0, 4751.0, 4702.0, 4700.0, 4702.0, 4720.0, 4714.0, 4740.0, 4713.0, 4691.0, 4702.0, 4702.0, 4721.0, 4705.0, 4754.0, 4714.0, 4785.0, 4730.0, 4690.0, 4691.0, 4690.0, 4710.0, 4691.0, 4763.0, 4691.0, 4741.0, 4692.0, 4719.0, 4701.0, 4720.0, 4700.0, 4701.0, 4742.0, 4692.0, 4721.0, 4691.0, 4729.0, 4702.0, 4739.0, 4710.0, 4779.0, 4690.0, 4690.0, 4690.0, 4690.0, 4700.0, 4692.0, 4743.0, 4703.0, 4752.0, 4701.0, 4721.0, 4704.0, 4731.0, 4702.0, 4785.0, 4732.0, 4760.0, 4691.0, 4730.0, 4704.0, 4743.0, 4712.0, 4751.0, 4699.0, 4692.0, 4700.0, 4693.0, 4721.0, 4704.0, 4753.0, 4703.0, 4704.0, 4704.0, 4742.0, 4693.0, 4773.0, 4712.0, 4783.0, 4721.0, 4729.0, 4690.0, 4681.0, 4701.0, 4690.0, 4720.0, 4703.0, 4761.0, 4692.0, 4730.0, 4691.0, 4729.0, 4702.0, 4680.0, 4722.0, 4693.0, 4704.0, 4705.0, 4705.0, 4718.0, 4725.0, 4737.0, 4738.0, 4776.0, 4715.0, 4736.0, 4706.0, 4726.0, 4765.0, 4745.0, 4774.0, 4774.0, 4702.0, 4721.0, 4701.0, 4721.0, 4732.0, 4729.0, 4751.0, 4760.0, 4690.0, 4719.0, 4688.0, 4710.0, 4690.0, 4739.0, 4690.0, 4748.0, 4680.0, 4720.0, 4691.0, 4730.0, 4712.0, 4750.0, 4712.0, 4719.0, 4693.0, 4693.0, 4700.0, 4722.0, 4812.0, 4822.0, 4797.0, 4724.0, 4743.0, 4753.0, 4703.0, 4691.0, 4733.0, 4714.0, 4708.0, 4766.0, 4736.0, 4718.0, 4716.0, 4732.0, 4703.0, 4782.0, 4763.0, 4793.0, 4752.0, 4700.0, 4687.0, 4677.0, 4726.0, 4687.0, 4729.0, 4721.0, 4677.0, 4698.0, 4679.0, 4681.0, 4692.0, 4693.0, 4733.0, 4704.0, 4704.0, 4704.0, 4704.0, 4723.0, 4705.0, 4744.0, 4734.0, 4775.0, 4721.0, 4750.0, 4702.0, 4739.0, 4722.0, 4750.0, 4710.0, 4761.0, 4699.0, 4681.0, 4689.0, 4690.0, 4713.0, 4703.0, 4743.0, 4714.0, 4692.0, 4703.0, 4693.0, 4704.0, 4705.0, 4723.0, 4715.0, 4773.0, 4705.0, 4743.0, 4705.0, 4756.0, 4714.0, 4744.0, 4735.0, 4720.0, 4716.0, 4703.0, 4721.0, 4703.0, 4786.0, 4722.0, 4708.0, 4701.0, 4689.0, 4719.0, 4693.0, 4691.0, 4747.0, 4705.0, 4785.0, 4692.0, 4701.0, 4690.0, 4690.0, 4763.0, 4740.0], 'WindowWidth': [10624.0, 10472.0, 10467.0, 10399.0, 10442.0, 10382.0, 10430.0, 10433.0, 10488.0, 10370.0, 10341.0, 10342.0, 10338.0, 10381.0, 10352.0, 10403.0, 10402.0, 10475.0, 10414.0, 10386.0, 10359.0, 10471.0, 10407.0, 10433.0, 10398.0, 10440.0, 10359.0, 10371.0, 10294.0, 10345.0, 10329.0, 10366.0, 10310.0, 10331.0, 10287.0, 10294.0, 10308.0, 10309.0, 10340.0, 10327.0, 10379.0, 10347.0, 10371.0, 10290.0, 10343.0, 10308.0, 10334.0, 10325.0, 10308.0, 10347.0, 10311.0, 10349.0, 10312.0, 10366.0, 10331.0, 10380.0, 10363.0, 10359.0, 10318.0, 10290.0, 10341.0, 10307.0, 10390.0, 10374.0, 10437.0, 10355.0, 10306.0, 10312.0, 10287.0, 10331.0, 10310.0, 10391.0, 10349.0, 10405.0, 10308.0, 10346.0, 10310.0, 10346.0, 10313.0, 10374.0, 10366.0, 10406.0, 10404.0, 10308.0, 10357.0, 10304.0, 10356.0, 10305.0, 10342.0, 10363.0, 10304.0, 10342.0, 10302.0, 10354.0, 10306.0, 10373.0, 10307.0, 10360.0, 10316.0, 10289.0, 10313.0, 10302.0, 10359.0, 10321.0, 10398.0, 10332.0, 10292.0, 10302.0, 10301.0, 10345.0, 10313.0, 10375.0, 10337.0, 10328.0, 10357.0, 10290.0, 10355.0, 10304.0, 10344.0, 10318.0, 10307.0, 10387.0, 10305.0, 10293.0, 10319.0, 10310.0, 10363.0, 10325.0, 10409.0, 10350.0, 10359.0, 10293.0, 10294.0, 10349.0, 10325.0, 10390.0, 10369.0, 10404.0, 10321.0, 10308.0, 10332.0, 10323.0, 10392.0, 10340.0, 10395.0, 10334.0, 10312.0, 10349.0, 10329.0, 10394.0, 10339.0, 10397.0, 10378.0, 10313.0, 10347.0, 10310.0, 10362.0, 10323.0, 10420.0, 10352.0, 10358.0, 10327.0, 10310.0, 10395.0, 10375.0, 10414.0, 10345.0, 10335.0, 10334.0, 10358.0, 10336.0, 10445.0, 10359.0, 10330.0, 10330.0, 10393.0, 10356.0, 10440.0, 10430.0, 10386.0, 10343.0, 10286.0, 10327.0, 10310.0, 10386.0, 10333.0, 10352.0, 10290.0, 10295.0, 10323.0, 10324.0, 10427.0, 10334.0, 10375.0, 10309.0, 10348.0, 10312.0, 10338.0, 10370.0, 10310.0, 10364.0, 10330.0, 10363.0, 10331.0, 10393.0, 10353.0, 10439.0, 10362.0, 10374.0, 10304.0, 10322.0, 10333.0, 10322.0, 10424.0, 10333.0, 10386.0, 10315.0, 10370.0, 10319.0, 10385.0, 10314.0, 10313.0, 10286.0, 10285.0, 10312.0, 10304.0, 10368.0, 10335.0, 10308.0, 10307.0, 10309.0, 10334.0, 10350.0, 10332.0, 10357.0, 10428.0, 10333.0, 10387.0, 10303.0, 10316.0, 10304.0, 10320.0, 10374.0, 10337.0, 10407.0, 10295.0, 10331.0, 10297.0, 10375.0, 10335.0, 10360.0, 10333.0, 10306.0, 10344.0, 10320.0, 10360.0, 10309.0, 10415.0, 10330.0, 10305.0, 10302.0, 10308.0, 10344.0, 10316.0, 10421.0, 10357.0, 10289.0, 10291.0, 10305.0, 10346.0, 10322.0, 10362.0, 10342.0, 10308.0, 10324.0, 10326.0, 10337.0, 10325.0, 10361.0, 10387.0, 10406.0, 10305.0, 10359.0, 10309.0, 10355.0, 10335.0, 10358.0, 10342.0, 10308.0, 10360.0, 10308.0, 10359.0, 10325.0, 10335.0, 10363.0, 10335.0, 10450.0, 10355.0, 10436.0, 10367.0, 10419.0, 10369.0, 10409.0, 10464.0, 10430.0, 10441.0, 10351.0, 10385.0, 10328.0, 10367.0, 10412.0, 10402.0, 10425.0, 10378.0, 10404.0, 10318.0, 10358.0, 10442.0, 10342.0, 10311.0, 10324.0, 10311.0, 10316.0, 10368.0, 10371.0, 10427.0, 10368.0, 10316.0, 10342.0, 10310.0, 10405.0, 10372.0, 10397.0, 10340.0, 10349.0, 10297.0, 10380.0, 10297.0, 10383.0, 10327.0, 10334.0, 10277.0, 10266.0, 10263.0, 10265.0, 10333.0, 10372.0, 10437.0, 10432.0, 10386.0, 10342.0, 10347.0, 10375.0, 10306.0, 10323.0, 10326.0, 10310.0, 10344.0, 10309.0, 10296.0, 10324.0, 10336.0, 10324.0, 10359.0, 10410.0, 10349.0, 10375.0, 10295.0, 10342.0, 10303.0, 10394.0, 10357.0, 10411.0, 10338.0, 10297.0, 10282.0, 10267.0, 10294.0, 10280.0, 10337.0, 10303.0, 10377.0, 10287.0, 10350.0, 10299.0, 10349.0, 10316.0, 10350.0, 10299.0, 10271.0, 10280.0, 10282.0, 10314.0, 10308.0, 10396.0, 10363.0, 10330.0, 10326.0, 10311.0, 10296.0, 10324.0, 10310.0, 10414.0, 10423.0, 10313.0, 10394.0, 10326.0, 10420.0, 10375.0, 10433.0, 10471.0, 10384.0, 10351.0, 10303.0, 10288.0, 10358.0, 10327.0, 10328.0, 10312.0, 10314.0, 10390.0, 10361.0, 10398.0, 10315.0, 10283.0, 10279.0, 10284.0, 10353.0, 10310.0, 10434.0, 10352.0, 10290.0, 10307.0, 10278.0, 10346.0, 10305.0, 10332.0, 10323.0, 10418.0, 10337.0, 10368.0, 10287.0, 10295.0, 10300.0, 10298.0, 10415.0, 10390.0, 10324.0, 10290.0, 10284.0, 10295.0, 10287.0, 10373.0, 10313.0, 10351.0, 10304.0, 10381.0, 10396.0, 10313.0, 10262.0, 10267.0, 10282.0, 10371.0, 10305.0, 10369.0, 10301.0, 10345.0, 10408.0, 10310.0, 10270.0, 10286.0, 10286.0, 10291.0, 10301.0, 10296.0, 10307.0, 10302.0, 10357.0, 10383.0, 10390.0, 10392.0, 10321.0, 10344.0, 10291.0, 10300.0, 10299.0, 10286.0, 10350.0, 10283.0, 10323.0, 10271.0, 10304.0, 10305.0, 10290.0, 10302.0, 10290.0, 10311.0, 10303.0, 10453.0, 10427.0, 10407.0, 10335.0, 10308.0, 10349.0, 10311.0, 10361.0, 10321.0, 10350.0, 10353.0, 10335.0, 10332.0, 10340.0, 10442.0, 10444.0, 10394.0, 10386.0, 10347.0, 10358.0, 10364.0, 10329.0, 10414.0, 10370.0, 10293.0, 10295.0, 10261.0, 10355.0, 10265.0, 10310.0, 10302.0, 10328.0, 10373.0, 10309.0, 10331.0, 10322.0, 10423.0, 10357.0, 10405.0, 10332.0, 10348.0, 10361.0, 10416.0, 10319.0, 10330.0, 10267.0, 10286.0, 10287.0, 10307.0, 10377.0, 10323.0, 10367.0, 10327.0, 10319.0, 10339.0, 10332.0, 10408.0, 10387.0, 10456.0, 10384.0, 10398.0, 10351.0, 10292.0, 10341.0, 10331.0, 10377.0, 10341.0, 10342.0, 10376.0, 10365.0, 10361.0, 10360.0, 10281.0, 10315.0, 10275.0, 10342.0, 10281.0, 10331.0, 10277.0, 10324.0, 10274.0, 10336.0, 10266.0, 10294.0, 10258.0, 10261.0, 10279.0, 10280.0, 10323.0, 10297.0, 10349.0, 10289.0, 10336.0, 10300.0, 10323.0, 10299.0, 10364.0, 10297.0, 10374.0, 10282.0, 10331.0, 10282.0, 10315.0, 10282.0, 10334.0, 10297.0, 10300.0, 10285.0, 10290.0, 10304.0, 10307.0, 10388.0, 10322.0, 10396.0, 10303.0, 10373.0, 10320.0, 10362.0, 10320.0, 10353.0, 10314.0, 10349.0, 10314.0, 10290.0, 10300.0, 10308.0, 10344.0, 10320.0, 10367.0, 10396.0, 10317.0, 10321.0, 10354.0, 10344.0, 10465.0, 10366.0, 10434.0, 10384.0, 10447.0, 10401.0, 10439.0, 10399.0, 10318.0, 10316.0, 10304.0, 10354.0, 10303.0, 10368.0, 10302.0, 10334.0, 10279.0, 10282.0, 10297.0, 10304.0, 10315.0, 10306.0, 10331.0, 10318.0, 10368.0, 10416.0, 10338.0, 10358.0, 10285.0, 10340.0, 10304.0, 10397.0, 10322.0, 10279.0, 10281.0, 10309.0, 10311.0, 10302.0, 10362.0, 10334.0, 10335.0, 10282.0, 10287.0, 10355.0, 10309.0, 10376.0, 10322.0, 10330.0, 10306.0, 10292.0, 10381.0, 10367.0, 10378.0, 10330.0, 10291.0, 10362.0, 10298.0, 10416.0, 10332.0, 10389.0, 10290.0, 10331.0, 10273.0, 10272.0, 10301.0, 10287.0, 10386.0, 10272.0, 10289.0, 10292.0, 10308.0, 10330.0, 10352.0, 10372.0, 10440.0, 10402.0, 10361.0, 10376.0, 10468.0, 10438.0, 10467.0, 10455.0, 10435.0, 10347.0, 10360.0, 10374.0, 10414.0, 10376.0, 10362.0, 10445.0, 10372.0, 10340.0, 10284.0, 10286.0, 10465.0, 10457.0, 10415.0, 10354.0, 10356.0, 10326.0, 10263.0, 10311.0, 10262.0, 10290.0, 10291.0, 10289.0, 10356.0, 10358.0, 10301.0, 10381.0, 10321.0, 10371.0, 10310.0, 10294.0, 10240.0, 10278.0, 10245.0, 10322.0, 10259.0, 10356.0, 10294.0, 10322.0, 10284.0, 10321.0, 10260.0, 10294.0, 10273.0, 10299.0, 10277.0, 10326.0, 10281.0, 10306.0, 10268.0, 10284.0, 10288.0, 10327.0, 10303.0, 10292.0, 10303.0, 10289.0, 10303.0, 10328.0, 10319.0, 10352.0, 10347.0, 10288.0, 10331.0, 10364.0, 10403.0, 10373.0, 10408.0, 10351.0, 10410.0, 10357.0, 10315.0, 10319.0, 10314.0, 10217.0, 10283.0, 10382.0, 10335.0, 10316.0, 10306.0, 10315.0, 10287.0, 10395.0, 10329.0, 10399.0, 10336.0, 10315.0, 10305.0, 10297.0, 10320.0, 10310.0, 10371.0, 10332.0, 10433.0, 10347.0, 10409.0, 10427.0, 10361.0, 10354.0, 10377.0, 10336.0, 10412.0, 10356.0, 10420.0, 10347.0, 10319.0, 10308.0, 10332.0, 10322.0, 10356.0, 10387.0, 10359.0, 10400.0, 10293.0, 10356.0, 10306.0, 10352.0, 10313.0, 10379.0, 10328.0, 10341.0, 10323.0, 10311.0, 10324.0, 10311.0, 10390.0, 10378.0, 10416.0, 10330.0, 10313.0, 10382.0, 10333.0, 10420.0, 10430.0, 10447.0, 10373.0, 10372.0, 10294.0, 10353.0, 10320.0, 10372.0, 10344.0, 10299.0, 10313.0, 10289.0, 10325.0, 10285.0, 10341.0, 10306.0, 10396.0, 10302.0, 10371.0, 10306.0, 10367.0, 10315.0, 10354.0, 10289.0, 10310.0, 10282.0, 10311.0, 10285.0, 10353.0, 10280.0, 10355.0, 10315.0, 10354.0, 10319.0, 10309.0, 10317.0, 10303.0, 10291.0, 10315.0, 10308.0, 10386.0, 10292.0, 10292.0, 10305.0, 10399.0, 10316.0, 10413.0, 10366.0, 10359.0, 10278.0, 10282.0, 10297.0, 10303.0, 10337.0, 10306.0, 10362.0, 10288.0, 10297.0, 10302.0, 10303.0, 10358.0, 10308.0, 10400.0, 10304.0, 10363.0, 10314.0, 10371.0, 10317.0, 10386.0, 10314.0, 10268.0, 10284.0, 10284.0, 10300.0, 10305.0, 10340.0, 10316.0, 10421.0, 10330.0, 10338.0, 10371.0, 10328.0, 10341.0, 10333.0, 10336.0, 10429.0, 10373.0, 10310.0, 10322.0, 10314.0, 10364.0, 10308.0, 10372.0, 10345.0, 10437.0, 10329.0, 10371.0, 10305.0, 10314.0, 10308.0, 10324.0, 10322.0, 10325.0, 10377.0, 10313.0, 10349.0, 10323.0, 10363.0, 10325.0, 10406.0, 10366.0, 10404.0, 10319.0, 10354.0, 10306.0, 10361.0, 10308.0, 10371.0, 10322.0, 10357.0, 10306.0, 10343.0, 10310.0, 10366.0, 10324.0, 10339.0, 10323.0, 10297.0, 10318.0, 10307.0, 10403.0, 10339.0, 10421.0, 10312.0, 10371.0, 10316.0, 10372.0, 10322.0, 10371.0, 10338.0, 10328.0, 10302.0, 10285.0, 10300.0, 10286.0, 10323.0, 10283.0, 10399.0, 10299.0, 10350.0, 10287.0, 10352.0, 10320.0, 10381.0, 10318.0, 10395.0, 10308.0, 10332.0, 10280.0, 10300.0, 10263.0, 10275.0, 10278.0, 10280.0, 10334.0, 10286.0, 10302.0, 10303.0, 10349.0, 10310.0, 10348.0, 10361.0, 10348.0, 10335.0, 10304.0, 10318.0, 10331.0, 10317.0, 10377.0, 10387.0, 10341.0, 10368.0, 10300.0, 10323.0, 10283.0, 10326.0, 10303.0, 10365.0, 10316.0, 10379.0, 10284.0, 10311.0, 10303.0, 10333.0, 10308.0, 10346.0, 10336.0, 10315.0, 10305.0, 10301.0, 10320.0, 10371.0, 10315.0, 10394.0, 10327.0, 10338.0, 10282.0, 10298.0, 10299.0, 10323.0, 10389.0, 10328.0, 10399.0, 10309.0, 10322.0, 10273.0, 10402.0, 10343.0, 10335.0, 10323.0, 10328.0, 10346.0, 10307.0, 10343.0, 10330.0, 10401.0, 10298.0, 10353.0, 10326.0, 10366.0, 10302.0, 10419.0, 10351.0, 10299.0, 10387.0, 10324.0, 10329.0, 10328.0, 10328.0, 10381.0, 10325.0, 10408.0, 10363.0, 10340.0, 10285.0, 10286.0, 10300.0, 10323.0, 10294.0, 10307.0, 10366.0, 10284.0, 10336.0, 10286.0, 10326.0, 10304.0, 10298.0, 10367.0, 10300.0, 10354.0, 10291.0, 10338.0, 10303.0, 10387.0, 10261.0, 10294.0, 10274.0, 10413.0, 10389.0, 10335.0, 10375.0, 10328.0, 10376.0, 10322.0, 10399.0, 10299.0, 10349.0, 10284.0, 10321.0, 10316.0, 10353.0, 10337.0, 10355.0, 10287.0, 10286.0, 10293.0, 10283.0, 10299.0, 10285.0, 10358.0, 10301.0, 10366.0, 10288.0, 10342.0, 10293.0, 10346.0, 10320.0, 10371.0, 10325.0, 10357.0, 10293.0, 10343.0, 10305.0, 10360.0, 10319.0, 10342.0, 10381.0, 10289.0, 10328.0, 10301.0, 10321.0, 10301.0, 10341.0, 10300.0, 10402.0, 10310.0, 10353.0, 10288.0, 10313.0, 10304.0, 10357.0, 10304.0, 10339.0, 10347.0, 10287.0, 10311.0, 10300.0, 10322.0, 10289.0, 10328.0, 10288.0, 10384.0, 10299.0, 10369.0, 10287.0, 10313.0, 10287.0, 10339.0, 10356.0, 10356.0, 10388.0, 10319.0, 10366.0, 10285.0, 10396.0, 10349.0, 10438.0, 10370.0, 10312.0, 10321.0, 10299.0, 10302.0, 10377.0, 10311.0, 10388.0, 10386.0, 10299.0, 10344.0, 10303.0, 10341.0, 10303.0, 10366.0, 10301.0, 10415.0, 10334.0, 10343.0, 10269.0, 10346.0, 10283.0, 10333.0, 10309.0, 10309.0, 10297.0, 10282.0, 10295.0, 10284.0, 10309.0, 10302.0, 10352.0, 10328.0, 10413.0, 10323.0, 10349.0, 10282.0, 10347.0, 10297.0, 10363.0, 10308.0, 10371.0, 10277.0, 10288.0, 10261.0, 10280.0, 10294.0, 10303.0, 10386.0, 10427.0, 10421.0, 10346.0, 10334.0, 10351.0, 10315.0, 10350.0, 10392.0, 10328.0, 10372.0, 10303.0, 10327.0, 10323.0, 10347.0, 10346.0, 10391.0, 10289.0, 10310.0, 10257.0, 10312.0, 10279.0, 10344.0, 10316.0, 10279.0, 10279.0, 10287.0, 10298.0, 10285.0, 10303.0, 10299.0, 10325.0, 10339.0, 10402.0, 10306.0, 10342.0, 10299.0, 10349.0, 10287.0, 10360.0, 10355.0, 10410.0, 10269.0, 10307.0, 10281.0, 10320.0, 10300.0, 10335.0, 10330.0, 10347.0, 10320.0, 10278.0, 10289.0, 10274.0, 10294.0, 10308.0, 10333.0, 10274.0, 10317.0, 10278.0, 10299.0, 10295.0, 10317.0, 10279.0, 10397.0, 10309.0, 10278.0, 10278.0, 10280.0, 10293.0, 10283.0, 10308.0, 10281.0, 10396.0, 10278.0, 10295.0, 10283.0, 10283.0, 10300.0, 10300.0, 10388.0, 10301.0, 10369.0, 10288.0, 10341.0, 10306.0, 10353.0, 10318.0, 10352.0, 10282.0, 10285.0, 10297.0, 10302.0, 10350.0, 10300.0, 10411.0, 10332.0, 10267.0, 10279.0, 10280.0, 10310.0, 10304.0, 10367.0, 10317.0, 10310.0, 10288.0, 10326.0, 10282.0, 10351.0, 10301.0, 10348.0, 10328.0, 10318.0, 10278.0, 10279.0, 10303.0, 10290.0, 10336.0, 10296.0, 10394.0, 10277.0, 10317.0, 10265.0, 10311.0, 10299.0, 10295.0, 10361.0, 10301.0, 10328.0, 10288.0, 10306.0, 10281.0, 10327.0, 10287.0, 10354.0, 10331.0, 10396.0, 10289.0, 10284.0, 10289.0, 10304.0, 10333.0, 10330.0, 10417.0, 10341.0, 10427.0, 10373.0, 10343.0, 10322.0, 10306.0, 10288.0, 10375.0, 10362.0, 10311.0, 10340.0, 10324.0, 10359.0, 10307.0, 10401.0, 10357.0, 10439.0, 10367.0, 10299.0, 10294.0, 10299.0, 10323.0, 10320.0, 10351.0, 10318.0, 10284.0, 10301.0, 10303.0, 10327.0, 10310.0, 10373.0, 10319.0, 10420.0, 10337.0, 10283.0, 10283.0, 10282.0, 10309.0, 10284.0, 10388.0, 10283.0, 10351.0, 10285.0, 10318.0, 10297.0, 10322.0, 10297.0, 10300.0, 10355.0, 10285.0, 10323.0, 10283.0, 10332.0, 10298.0, 10346.0, 10309.0, 10405.0, 10279.0, 10280.0, 10281.0, 10281.0, 10294.0, 10287.0, 10359.0, 10302.0, 10369.0, 10300.0, 10325.0, 10308.0, 10340.0, 10302.0, 10421.0, 10340.0, 10379.0, 10286.0, 10335.0, 10304.0, 10360.0, 10314.0, 10367.0, 10292.0, 10285.0, 10294.0, 10288.0, 10327.0, 10306.0, 10372.0, 10306.0, 10304.0, 10305.0, 10355.0, 10289.0, 10399.0, 10314.0, 10413.0, 10324.0, 10330.0, 10280.0, 10267.0, 10296.0, 10282.0, 10322.0, 10303.0, 10382.0, 10285.0, 10335.0, 10281.0, 10335.0, 10298.0, 10267.0, 10330.0, 10288.0, 10306.0, 10311.0, 10310.0, 10332.0, 10340.0, 10360.0, 10359.0, 10410.0, 10325.0, 10351.0, 10312.0, 10338.0, 10390.0, 10363.0, 10404.0, 10405.0, 10302.0, 10324.0, 10296.0, 10324.0, 10338.0, 10335.0, 10365.0, 10377.0, 10280.0, 10318.0, 10276.0, 10306.0, 10281.0, 10346.0, 10280.0, 10359.0, 10267.0, 10320.0, 10283.0, 10337.0, 10314.0, 10361.0, 10315.0, 10318.0, 10288.0, 10289.0, 10294.0, 10326.0, 10486.0, 10497.0, 10443.0, 10336.0, 10359.0, 10372.0, 10303.0, 10284.0, 10344.0, 10322.0, 10317.0, 10394.0, 10355.0, 10332.0, 10326.0, 10343.0, 10301.0, 10413.0, 10384.0, 10434.0, 10366.0, 10292.0, 10272.0, 10258.0, 10322.0, 10272.0, 10327.0, 10323.0, 10257.0, 10287.0, 10263.0, 10266.0, 10286.0, 10290.0, 10345.0, 10307.0, 10305.0, 10304.0, 10305.0, 10330.0, 10306.0, 10359.0, 10343.0, 10407.0, 10323.0, 10363.0, 10298.0, 10345.0, 10325.0, 10365.0, 10309.0, 10379.0, 10291.0, 10267.0, 10275.0, 10279.0, 10315.0, 10303.0, 10356.0, 10321.0, 10288.0, 10303.0, 10289.0, 10305.0, 10311.0, 10332.0, 10323.0, 10402.0, 10307.0, 10358.0, 10310.0, 10381.0, 10320.0, 10361.0, 10351.0, 10340.0, 10325.0, 10302.0, 10323.0, 10301.0, 10423.0, 10328.0, 10300.0, 10296.0, 10276.0, 10316.0, 10288.0, 10282.0, 10371.0, 10311.0, 10422.0, 10289.0, 10298.0, 10280.0, 10280.0, 10389.0, 10350.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.0010025457875457876</td></tr>
<tr><td colspan=3>aqi</td><td>0.02672376636141636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.23890463266341</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.179060568472816</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9851165507452644</td></tr>
<tr><td colspan=3>efc</td><td>0.51</td></tr>
<tr><td colspan=3>fber</td><td>4821.5366</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10028505919230508</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.058608058608058</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.460314295221581</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2953103998209903</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.687106390479846</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3985260953639065</td></tr>
<tr><td colspan=3>gcor</td><td>0.00837604</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0057056923396885395</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04569206386804581</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>4.204496215456883</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.4073</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2325</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.9225</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293030.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1330.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>484.8543</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9452</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>634.2729</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3926.0501</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83514.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.2974</td></tr>
<tr><td colspan=3>tsnr</td><td>34.5842557704309</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>