<?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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-03/func/sub-0116_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>43f6ce319f88ead61a5ac0073e32f0fe</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>15:36:2.697500</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.996833, -0.0766821, 0.0210884, 0.0725032, 0.985208, 0.155267]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0886487</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7913, -7206, 535, -174, -257, 318, 149]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>62768431-dc21-429f-a695-859ae7903c8a||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.674428939819336, 0.1945207417011261, 0.08824338763952255, 100.39933013916016], [0.2057325839996338, 2.6432418823242188, 0.4137657582759857, -121.54557800292969], [0.05657873675227165, -0.4165709614753723, 2.6666479110717773, -43.95447540283203], [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': ['153602.697500', '153603.157500', '153603.617500', '153604.077500', '153604.537500', '153604.997500', '153605.457500', '153605.917500', '153606.377500', '153606.837500', '153607.297500', '153607.757500', '153608.217500', '153608.677500', '153609.137500', '153609.597500', '153610.057500', '153610.517500', '153610.977500', '153611.437500', '153611.897500', '153612.357500', '153612.817500', '153613.277500', '153613.737500', '153614.197500', '153614.657500', '153615.117500', '153615.577500', '153616.037500', '153616.497500', '153616.957500', '153617.417500', '153617.877500', '153618.337500', '153618.797500', '153619.257500', '153619.717500', '153620.177500', '153620.637500', '153621.097500', '153621.557500', '153622.017500', '153622.477500', '153622.937500', '153623.397500', '153623.857500', '153624.317500', '153624.777500', '153625.237500', '153625.697500', '153626.157500', '153626.617500', '153627.077500', '153627.537500', '153627.997500', '153628.457500', '153628.917500', '153629.377500', '153629.837500', '153630.297500', '153630.757500', '153631.217500', '153631.677500', '153632.137500', '153632.597500', '153633.057500', '153633.517500', '153633.977500', '153634.437500', '153634.897500', '153635.357500', '153635.817500', '153636.277500', '153636.737500', '153637.197500', '153637.657500', '153638.117500', '153638.577500', '153639.037500', '153639.497500', '153639.957500', '153640.417500', '153640.877500', '153641.337500', '153641.797500', '153642.257500', '153642.717500', '153643.177500', '153643.637500', '153644.097500', '153644.557500', '153645.017500', '153645.477500', '153645.937500', '153646.397500', '153646.857500', '153647.317500', '153647.777500', '153648.237500', '153648.697500', '153649.157500', '153649.617500', '153650.077500', '153650.537500', '153650.997500', '153651.457500', '153651.917500', '153652.377500', '153652.837500', '153653.297500', '153653.757500', '153654.217500', '153654.677500', '153655.137500', '153655.597500', '153656.057500', '153656.517500', '153656.977500', '153657.437500', '153657.897500', '153658.357500', '153658.817500', '153659.277500', '153659.737500', '153700.197500', '153700.657500', '153701.117500', '153701.577500', '153702.037500', '153702.497500', '153702.957500', '153703.417500', '153703.877500', '153704.337500', '153704.797500', '153705.257500', '153705.717500', '153706.177500', '153706.637500', '153707.097500', '153707.557500', '153708.017500', '153708.477500', '153708.937500', '153709.397500', '153709.857500', '153710.317500', '153710.777500', '153711.237500', '153711.697500', '153712.157500', '153712.617500', '153713.077500', '153713.537500', '153713.997500', '153714.457500', '153714.917500', '153715.377500', '153715.837500', '153716.297500', '153716.757500', '153717.217500', '153717.677500', '153718.137500', '153718.597500', '153719.057500', '153719.517500', '153719.977500', '153720.437500', '153720.897500', '153721.357500', '153721.817500', '153722.277500', '153722.737500', '153723.197500', '153723.657500', '153724.117500', '153724.577500', '153725.037500', '153725.497500', '153725.957500', '153726.417500', '153726.877500', '153727.337500', '153727.797500', '153728.257500', '153728.717500', '153729.177500', '153729.637500', '153730.097500', '153730.557500', '153731.017500', '153731.477500', '153731.937500', '153732.397500', '153732.857500', '153733.317500', '153733.777500', '153734.237500', '153734.697500', '153735.157500', '153735.617500', '153736.077500', '153736.537500', '153736.997500', '153737.457500', '153737.917500', '153738.377500', '153738.837500', '153739.297500', '153739.757500', '153740.217500', '153740.677500', '153741.137500', '153741.597500', '153742.057500', '153742.517500', '153742.977500', '153743.437500', '153743.897500', '153744.357500', '153744.817500', '153745.277500', '153745.737500', '153746.197500', '153746.657500', '153747.117500', '153747.577500', '153748.037500', '153748.497500', '153748.957500', '153749.417500', '153749.877500', '153750.337500', '153750.797500', '153751.257500', '153751.717500', '153752.177500', '153752.637500', '153753.097500', '153753.557500', '153754.017500', '153754.477500', '153754.937500', '153755.397500', '153755.857500', '153756.317500', '153756.777500', '153757.237500', '153757.697500', '153758.157500', '153758.617500', '153759.077500', '153759.537500', '153759.997500', '153800.457500', '153800.917500', '153801.377500', '153801.837500', '153802.297500', '153802.757500', '153803.217500', '153803.677500', '153804.137500', '153804.597500', '153805.057500', '153805.517500', '153805.977500', '153806.437500', '153806.897500', '153807.357500', '153807.817500', '153808.277500', '153808.737500', '153809.197500', '153809.657500', '153810.117500', '153810.577500', '153811.037500', '153811.497500', '153811.957500', '153812.417500', '153812.877500', '153813.337500', '153813.797500', '153814.257500', '153814.717500', '153815.177500', '153815.637500', '153816.097500', '153816.557500', '153817.017500', '153817.477500', '153817.937500', '153818.397500', '153818.857500', '153819.317500', '153819.777500', '153820.237500', '153820.697500', '153821.157500', '153821.617500', '153822.077500', '153822.537500', '153822.997500', '153823.457500', '153823.917500', '153824.377500', '153824.837500', '153825.297500', '153825.757500', '153826.217500', '153826.677500', '153827.137500', '153827.597500', '153828.057500', '153828.517500', '153828.977500', '153829.437500', '153829.897500', '153830.357500', '153830.817500', '153831.277500', '153831.737500', '153832.197500', '153832.657500', '153833.117500', '153833.577500', '153834.037500', '153834.497500', '153834.957500', '153835.417500', '153835.877500', '153836.337500', '153836.797500', '153837.257500', '153837.717500', '153838.177500', '153838.637500', '153839.097500', '153839.557500', '153840.017500', '153840.477500', '153840.937500', '153841.397500', '153841.857500', '153842.317500', '153842.777500', '153843.237500', '153843.697500', '153844.157500', '153844.617500', '153845.077500', '153845.537500', '153845.997500', '153846.457500', '153846.917500', '153847.377500', '153847.837500', '153848.297500', '153848.757500', '153849.217500', '153849.677500', '153850.137500', '153850.597500', '153851.057500', '153851.517500', '153851.977500', '153852.437500', '153852.897500', '153853.357500', '153853.817500', '153854.277500', '153854.737500', '153855.197500', '153855.657500', '153856.117500', '153856.577500', '153857.037500', '153857.497500', '153857.957500', '153858.417500', '153858.877500', '153859.337500', '153859.797500', '153900.257500', '153900.717500', '153901.177500', '153901.637500', '153902.097500', '153902.557500', '153903.017500', '153903.477500', '153903.937500', '153904.397500', '153904.857500', '153905.317500', '153905.777500', '153906.237500', '153906.697500', '153907.157500', '153907.617500', '153908.077500', '153908.537500', '153908.997500', '153909.457500', '153909.917500', '153910.377500', '153910.837500', '153911.297500', '153911.757500', '153912.217500', '153912.677500', '153913.137500', '153913.597500', '153914.057500', '153914.517500', '153914.977500', '153915.437500', '153915.897500', '153916.357500', '153916.817500', '153917.277500', '153917.737500', '153918.197500', '153918.657500', '153919.117500', '153919.577500', '153920.037500', '153920.497500', '153920.957500', '153921.417500', '153921.877500', '153922.337500', '153922.797500', '153923.257500', '153923.717500', '153924.177500', '153924.637500', '153925.097500', '153925.557500', '153926.017500', '153926.477500', '153926.937500', '153927.397500', '153927.857500', '153928.317500', '153928.777500', '153929.237500', '153929.697500', '153930.157500', '153930.617500', '153931.077500', '153931.537500', '153931.997500', '153932.457500', '153932.917500', '153933.377500', '153933.837500', '153934.297500', '153934.757500', '153935.217500', '153935.677500', '153936.137500', '153936.597500', '153937.057500', '153937.517500', '153937.977500', '153938.437500', '153938.897500', '153939.357500', '153939.817500', '153940.277500', '153940.737500', '153941.197500', '153941.657500', '153942.117500', '153942.577500', '153943.037500', '153943.497500', '153943.957500', '153944.417500', '153944.877500', '153945.337500', '153945.797500', '153946.257500', '153946.717500', '153947.177500', '153947.637500', '153948.097500', '153948.557500', '153949.017500', '153949.477500', '153949.937500', '153950.397500', '153950.857500', '153951.317500', '153951.777500', '153952.237500', '153952.697500', '153953.157500', '153953.617500', '153954.077500', '153954.537500', '153954.997500', '153955.457500', '153955.917500', '153956.377500', '153956.837500', '153957.297500', '153957.757500', '153958.217500', '153958.677500', '153959.137500', '153959.597500', '154000.057500', '154000.517500', '154000.977500', '154001.437500', '154001.897500', '154002.357500', '154002.817500', '154003.277500', '154003.737500', '154004.197500', '154004.657500', '154005.117500', '154005.577500', '154006.037500', '154006.497500', '154006.957500', '154007.417500', '154007.877500', '154008.337500', '154008.797500', '154009.257500', '154009.717500', '154010.177500', '154010.637500', '154011.097500', '154011.557500', '154012.017500', '154012.477500', '154012.937500', '154013.397500', '154013.857500', '154014.317500', '154014.777500', '154015.237500', '154015.697500', '154016.157500', '154016.617500', '154017.077500', '154017.537500', '154017.997500', '154018.457500', '154018.917500', '154019.377500', '154019.837500', '154020.297500', '154020.757500', '154021.217500', '154021.677500', '154022.137500', '154022.597500', '154023.057500', '154023.517500', '154023.977500', '154024.437500', '154024.897500', '154025.357500', '154025.817500', '154026.277500', '154026.737500', '154027.197500', '154027.657500', '154028.117500', '154028.577500', '154029.037500', '154029.497500', '154029.957500', '154030.417500', '154030.877500', '154031.337500', '154031.797500', '154032.257500', '154032.717500', '154033.177500', '154033.637500', '154034.097500', '154034.557500', '154035.017500', '154035.477500', '154035.937500', '154036.397500', '154036.857500', '154037.317500', '154037.777500', '154038.237500', '154038.697500', '154039.157500', '154039.617500', '154040.077500', '154040.537500', '154040.997500', '154041.457500', '154041.917500', '154042.377500', '154042.837500', '154043.297500', '154043.757500', '154044.217500', '154044.677500', '154045.137500', '154045.597500', '154046.057500', '154046.517500', '154046.977500', '154047.437500', '154047.897500', '154048.357500', '154048.817500', '154049.277500', '154049.737500', '154050.197500', '154050.657500', '154051.117500', '154051.577500', '154052.037500', '154052.497500', '154052.957500', '154053.417500', '154053.877500', '154054.337500', '154054.797500', '154055.257500', '154055.717500', '154056.177500', '154056.637500', '154057.097500', '154057.557500', '154058.017500', '154058.477500', '154058.937500', '154059.397500', '154059.857500', '154100.317500', '154100.777500', '154101.237500', '154101.697500', '154102.157500', '154102.617500', '154103.077500', '154103.537500', '154103.997500', '154104.457500', '154104.917500', '154105.377500', '154105.837500', '154106.297500', '154106.757500', '154107.217500', '154107.677500', '154108.137500', '154108.597500', '154109.057500', '154109.517500', '154109.977500', '154110.437500', '154110.897500', '154111.357500', '154111.817500', '154112.277500', '154112.737500', '154113.197500', '154113.657500', '154114.117500', '154114.577500', '154115.037500', '154115.497500', '154115.957500', '154116.417500', '154116.877500', '154117.337500', '154117.797500', '154118.257500', '154118.717500', '154119.177500', '154119.637500', '154120.097500', '154120.557500', '154121.017500', '154121.477500', '154121.937500', '154122.397500', '154122.857500', '154123.317500', '154123.777500', '154124.237500', '154124.697500', '154125.157500', '154125.617500', '154126.077500', '154126.537500', '154126.997500', '154127.457500', '154127.917500', '154128.377500', '154128.837500', '154129.297500', '154129.757500', '154130.217500', '154130.677500', '154131.137500', '154131.597500', '154132.057500', '154132.517500', '154132.977500', '154133.437500', '154133.897500', '154134.357500', '154134.817500', '154135.277500', '154135.737500', '154136.197500', '154136.657500', '154137.117500', '154137.577500', '154138.037500', '154138.497500', '154138.957500', '154139.417500', '154139.877500', '154140.337500', '154140.797500', '154141.257500', '154141.717500', '154142.177500', '154142.637500', '154143.097500', '154143.557500', '154144.017500', '154144.477500', '154144.937500', '154145.397500', '154145.857500', '154146.317500', '154146.777500', '154147.237500', '154147.697500', '154148.157500', '154148.617500', '154149.077500', '154149.537500', '154149.997500', '154150.457500', '154150.917500', '154151.377500', '154151.837500', '154152.297500', '154152.757500', '154153.217500', '154153.677500', '154154.137500', '154154.597500', '154155.057500', '154155.517500', '154155.977500', '154156.437500', '154156.897500', '154157.357500', '154157.817500', '154158.277500', '154158.737500', '154159.197500', '154159.657500', '154200.117500', '154200.577500', '154201.037500', '154201.497500', '154201.957500', '154202.417500', '154202.877500', '154203.337500', '154203.797500', '154204.257500', '154204.717500', '154205.177500', '154205.637500', '154206.097500', '154206.557500', '154207.017500', '154207.477500', '154207.937500', '154208.397500', '154208.857500', '154209.317500', '154209.777500', '154210.237500', '154210.697500', '154211.157500', '154211.617500', '154212.077500', '154212.537500', '154212.997500', '154213.457500', '154213.917500', '154214.377500', '154214.837500', '154215.297500', '154215.757500', '154216.217500', '154216.677500', '154217.137500', '154217.597500', '154218.057500', '154218.517500', '154218.977500', '154219.437500', '154219.897500', '154220.357500', '154220.817500', '154221.277500', '154221.737500', '154222.197500', '154222.657500', '154223.117500', '154223.577500', '154224.037500', '154224.497500', '154224.957500', '154225.417500', '154225.877500', '154226.337500', '154226.797500', '154227.257500', '154227.717500', '154228.177500', '154228.637500', '154229.097500', '154229.557500', '154230.017500', '154230.477500', '154230.937500', '154231.397500', '154231.857500', '154232.317500', '154232.777500', '154233.237500', '154233.697500', '154234.157500', '154234.617500', '154235.077500', '154235.537500', '154235.997500', '154236.457500', '154236.917500', '154237.377500', '154237.837500', '154238.297500', '154238.757500', '154239.217500', '154239.677500', '154240.137500', '154240.597500', '154241.057500', '154241.517500', '154241.977500', '154242.437500', '154242.897500', '154243.357500', '154243.817500', '154244.277500', '154244.737500', '154245.197500', '154245.657500', '154246.117500', '154246.577500', '154247.037500', '154247.497500', '154247.957500', '154248.417500', '154248.877500', '154249.337500', '154249.797500', '154250.257500', '154250.717500', '154251.177500', '154251.637500', '154252.097500', '154252.557500', '154253.017500', '154253.477500', '154253.937500', '154254.397500', '154254.857500', '154255.317500', '154255.777500', '154256.237500', '154256.697500', '154257.157500', '154257.617500', '154258.077500', '154258.537500', '154258.997500', '154259.457500', '154259.917500', '154300.377500', '154300.837500', '154301.297500', '154301.757500', '154302.217500', '154302.677500', '154303.137500', '154303.597500', '154304.057500', '154304.517500', '154304.977500', '154305.437500', '154305.897500', '154306.357500', '154306.817500', '154307.277500', '154307.737500', '154308.197500', '154308.657500', '154309.117500', '154309.577500', '154310.037500', '154310.497500', '154310.957500', '154311.417500', '154311.877500', '154312.337500', '154312.797500', '154313.257500', '154313.717500', '154314.177500', '154314.637500', '154315.097500', '154315.557500', '154316.017500', '154316.477500', '154316.937500', '154317.397500', '154317.857500', '154318.317500', '154318.777500', '154319.237500', '154319.697500', '154320.157500', '154320.617500', '154321.077500', '154321.537500', '154321.997500', '154322.457500', '154322.917500', '154323.377500', '154323.837500', '154324.297500', '154324.757500', '154325.217500', '154325.677500', '154326.137500', '154326.597500', '154327.057500', '154327.517500', '154327.977500', '154328.437500', '154328.897500', '154329.357500', '154329.817500', '154330.277500', '154330.737500', '154331.197500', '154331.657500', '154332.117500', '154332.577500', '154333.037500', '154333.497500', '154333.957500', '154334.417500', '154334.877500', '154335.337500', '154335.797500', '154336.257500', '154336.717500', '154337.177500', '154337.637500', '154338.097500', '154338.557500', '154339.017500', '154339.477500', '154339.937500', '154340.397500', '154340.857500', '154341.317500', '154341.777500', '154342.237500', '154342.697500', '154343.157500', '154343.617500', '154344.077500', '154344.537500', '154344.997500', '154345.457500', '154345.917500', '154346.377500', '154346.837500', '154347.297500', '154347.757500', '154348.217500', '154348.677500', '154349.137500', '154349.597500', '154350.057500', '154350.517500', '154350.977500', '154351.437500', '154351.897500', '154352.357500', '154352.817500', '154353.277500', '154353.737500', '154354.197500', '154354.657500', '154355.117500', '154355.577500', '154356.037500', '154356.497500', '154356.957500', '154357.417500', '154357.877500', '154358.337500', '154358.797500', '154359.257500', '154359.717500', '154400.177500', '154400.637500', '154401.097500', '154401.557500', '154402.017500', '154402.477500', '154402.937500', '154403.397500', '154403.857500', '154404.317500', '154404.777500', '154405.237500', '154405.697500', '154406.157500', '154406.617500', '154407.077500', '154407.537500', '154407.997500', '154408.457500', '154408.917500', '154409.377500', '154409.837500', '154410.297500', '154410.757500', '154411.217500', '154411.677500', '154412.137500', '154412.597500', '154413.057500', '154413.517500', '154413.977500', '154414.437500', '154414.897500', '154415.357500', '154415.817500', '154416.277500', '154416.737500', '154417.197500', '154417.657500', '154418.117500', '154418.577500', '154419.037500', '154419.497500', '154419.957500', '154420.417500', '154420.877500', '154421.337500', '154421.797500', '154422.257500', '154422.717500', '154423.177500', '154423.637500', '154424.097500', '154424.557500', '154425.017500', '154425.477500', '154425.937500', '154426.397500', '154426.857500', '154427.317500', '154427.777500', '154428.237500', '154428.697500', '154429.157500', '154429.617500', '154430.077500', '154430.537500', '154430.997500', '154431.457500', '154431.917500', '154432.377500', '154432.837500', '154433.297500', '154433.757500', '154434.217500', '154434.677500', '154435.137500', '154435.597500', '154436.057500', '154436.517500', '154436.977500', '154437.437500', '154437.897500', '154438.357500', '154438.817500', '154439.277500', '154439.737500', '154440.197500', '154440.657500', '154441.117500', '154441.577500', '154442.037500', '154442.497500', '154442.957500', '154443.417500', '154443.877500', '154444.337500', '154444.797500', '154445.257500', '154445.717500', '154446.177500', '154446.637500', '154447.097500', '154447.557500', '154448.017500', '154448.477500', '154448.937500', '154449.397500', '154449.857500', '154450.317500', '154450.777500', '154451.237500', '154451.697500', '154452.157500', '154452.617500', '154453.077500', '154453.537500', '154453.997500', '154454.457500', '154454.917500', '154455.377500', '154455.837500', '154456.297500', '154456.757500', '154457.217500', '154457.677500', '154458.137500', '154458.597500', '154459.057500', '154459.517500', '154459.977500', '154500.437500', '154500.897500', '154501.357500', '154501.817500', '154502.277500', '154502.737500', '154503.197500', '154503.657500', '154504.117500', '154504.577500', '154505.037500', '154505.497500', '154505.957500', '154506.417500', '154506.877500', '154507.337500', '154507.797500', '154508.257500', '154508.717500', '154509.177500', '154509.637500', '154510.097500', '154510.557500', '154511.017500', '154511.477500', '154511.937500', '154512.397500', '154512.857500', '154513.317500', '154513.777500', '154514.237500', '154514.697500', '154515.157500', '154515.617500', '154516.077500', '154516.537500', '154516.997500', '154517.457500', '154517.917500', '154518.377500', '154518.837500', '154519.297500', '154519.757500', '154520.217500', '154520.677500', '154521.137500', '154521.597500', '154522.057500', '154522.517500', '154522.977500', '154523.437500', '154523.897500', '154524.357500', '154524.817500', '154525.277500', '154525.737500', '154526.197500', '154526.657500', '154527.117500', '154527.577500', '154528.037500', '154528.497500', '154528.957500', '154529.417500', '154529.877500', '154530.337500', '154530.797500', '154531.257500', '154531.717500', '154532.177500', '154532.637500', '154533.097500', '154533.557500', '154534.017500', '154534.477500', '154534.937500', '154535.397500', '154535.857500', '154536.317500', '154536.777500', '154537.237500', '154537.697500', '154538.157500', '154538.617500', '154539.077500', '154539.537500', '154539.997500', '154540.457500', '154540.917500', '154541.377500', '154541.837500', '154542.297500', '154542.757500', '154543.217500', '154543.677500', '154544.137500', '154544.597500', '154545.057500', '154545.517500', '154545.977500', '154546.437500', '154546.897500', '154547.357500', '154547.817500', '154548.277500', '154548.737500', '154549.197500', '154549.657500', '154550.117500', '154550.577500', '154551.037500', '154551.497500', '154551.957500', '154552.417500', '154552.877500', '154553.337500', '154553.797500', '154554.257500', '154554.717500', '154555.177500', '154555.637500', '154556.097500', '154556.557500', '154557.017500', '154557.477500', '154557.937500', '154558.397500', '154558.857500', '154559.317500', '154559.777500', '154600.237500', '154600.697500', '154601.157500', '154601.617500', '154602.077500', '154602.537500', '154602.997500', '154603.457500', '154603.917500', '154604.377500', '154604.837500', '154605.297500', '154605.757500', '154606.217500', '154606.677500', '154607.137500', '154607.597500', '154608.057500', '154608.517500', '154608.977500', '154609.437500', '154609.897500', '154610.357500', '154610.817500', '154611.277500', '154611.737500', '154612.197500', '154612.657500', '154613.117500', '154613.577500', '154614.037500', '154614.497500', '154614.957500', '154615.417500', '154615.877500', '154616.337500', '154616.797500', '154617.257500', '154617.717500', '154618.177500', '154618.637500', '154619.097500', '154619.557500', '154620.017500', '154620.477500', '154620.937500', '154621.397500', '154621.857500', '154622.317500', '154622.777500', '154623.237500', '154623.697500', '154624.157500', '154624.617500', '154625.077500', '154625.537500', '154625.997500', '154626.457500', '154626.917500', '154627.377500', '154627.837500', '154628.297500', '154628.757500', '154629.217500', '154629.677500', '154630.137500', '154630.597500', '154631.057500', '154631.517500', '154631.977500', '154632.437500', '154632.897500', '154633.357500', '154633.817500', '154634.277500', '154634.737500', '154635.197500', '154635.657500', '154636.117500', '154636.577500', '154637.037500', '154637.497500', '154637.957500', '154638.417500', '154638.877500', '154639.337500', '154639.797500', '154640.257500', '154640.717500', '154641.177500', '154641.637500', '154642.097500', '154642.557500', '154643.017500', '154643.477500', '154643.937500', '154644.397500', '154644.857500', '154645.317500', '154645.777500', '154646.237500', '154646.697500', '154647.157500', '154647.617500', '154648.077500', '154648.537500', '154648.997500', '154649.457500', '154649.917500', '154650.377500', '154650.837500', '154651.297500', '154651.757500', '154652.217500', '154652.677500', '154653.137500', '154653.597500', '154654.057500', '154654.517500', '154654.977500', '154655.437500', '154655.897500', '154656.357500', '154656.817500', '154657.277500', '154657.737500', '154658.197500', '154658.657500', '154659.117500', '154659.577500', '154700.037500', '154700.497500', '154700.957500', '154701.417500', '154701.877500', '154702.337500', '154702.797500', '154703.257500', '154703.717500', '154704.177500', '154704.637500', '154705.097500', '154705.557500', '154706.017500', '154706.477500', '154706.937500', '154707.397500', '154707.857500', '154708.317500', '154708.777500', '154709.237500', '154709.697500', '154710.157500', '154710.617500', '154711.077500', '154711.537500', '154711.997500', '154712.457500', '154712.917500', '154713.377500', '154713.837500', '154714.297500', '154714.757500', '154715.217500', '154715.677500', '154716.137500', '154716.597500', '154717.057500', '154717.517500', '154717.977500', '154718.437500', '154718.897500', '154719.357500', '154719.817500', '154720.277500', '154720.737500', '154721.197500', '154721.657500', '154722.117500', '154722.577500', '154723.037500', '154723.497500', '154723.957500', '154724.417500', '154724.877500', '154725.337500', '154725.797500', '154726.257500', '154726.717500', '154727.177500', '154727.637500', '154728.097500', '154728.557500', '154729.017500', '154729.477500', '154729.937500', '154730.397500', '154730.857500', '154731.317500', '154731.777500', '154732.237500', '154732.697500', '154733.157500', '154733.617500', '154734.077500', '154734.537500', '154734.997500', '154735.457500', '154735.917500', '154736.377500', '154736.837500', '154737.297500', '154737.757500', '154738.217500', '154738.677500', '154739.137500', '154739.597500', '154740.057500', '154740.517500', '154740.977500', '154741.437500', '154741.897500', '154742.357500', '154742.817500', '154743.277500', '154743.737500', '154744.197500', '154744.657500', '154745.117500', '154745.577500', '154746.037500', '154746.497500', '154746.957500', '154747.417500', '154747.877500', '154748.337500', '154748.797500', '154749.257500', '154749.717500', '154750.177500', '154750.637500', '154751.097500', '154751.557500', '154752.017500', '154752.477500', '154752.937500', '154753.397500', '154753.857500', '154754.317500', '154754.777500', '154755.237500', '154755.697500', '154756.157500', '154756.617500', '154757.077500', '154757.537500', '154757.997500', '154758.457500', '154758.917500', '154759.377500', '154759.837500', '154800.297500', '154800.757500', '154801.217500', '154801.677500', '154802.137500', '154802.597500', '154803.057500', '154803.517500', '154803.977500', '154804.437500', '154804.897500', '154805.357500', '154805.817500', '154806.277500', '154806.737500', '154807.197500', '154807.657500', '154808.117500', '154808.577500', '154809.037500', '154809.497500', '154809.957500', '154810.417500', '154810.877500', '154811.337500', '154811.797500', '154812.257500', '154812.717500', '154813.177500', '154813.637500', '154814.097500', '154814.557500', '154815.017500', '154815.477500', '154815.937500', '154816.397500', '154816.857500', '154817.317500', '154817.777500', '154818.237500', '154818.697500', '154819.157500', '154819.617500', '154820.077500', '154820.537500', '154820.997500', '154821.457500', '154821.917500', '154822.377500', '154822.837500', '154823.297500', '154823.757500', '154824.217500', '154824.677500', '154825.137500', '154825.597500', '154826.057500', '154826.517500', '154826.977500', '154827.437500', '154827.897500', '154828.357500', '154828.817500', '154829.277500', '154829.737500', '154830.197500', '154830.657500', '154831.117500', '154831.577500', '154832.037500', '154832.497500', '154832.957500', '154833.417500', '154833.877500', '154834.337500', '154834.797500', '154835.257500', '154835.717500', '154836.177500', '154836.637500'], 'ContentTime': ['153619.745000', '153619.748000', '153619.752000', '153619.755000', '153619.767000', '153619.769000', '153619.772000', '153619.774000', '153619.777000', '153619.780000', '153619.782000', '153619.785000', '153619.787000', '153619.790000', '153619.802000', '153619.805000', '153619.807000', '153619.810000', '153619.813000', '153619.815000', '153619.818000', '153619.820000', '153619.823000', '153619.825000', '153619.828000', '153619.831000', '153619.833000', '153619.855000', '153619.858000', '153619.860000', '153619.863000', '153619.865000', '153619.868000', '153639.710000', '153639.713000', '153639.716000', '153639.718000', '153639.721000', '153639.723000', '153639.726000', '153639.729000', '153639.731000', '153639.734000', '153639.736000', '153639.739000', '153639.741000', '153639.744000', '153639.747000', '153639.749000', '153639.752000', '153639.754000', '153639.757000', '153639.759000', '153639.762000', '153639.765000', '153639.767000', '153639.770000', '153639.772000', '153639.775000', '153639.783000', '153639.785000', '153639.788000', '153639.791000', '153639.793000', '153639.796000', '153639.798000', '153639.801000', '153639.804000', '153639.806000', '153639.809000', '153639.811000', '153639.814000', '153639.816000', '153639.819000', '153639.821000', '153639.824000', '153639.827000', '153659.709000', '153659.712000', '153659.715000', '153659.717000', '153659.720000', '153659.723000', '153659.727000', '153659.729000', '153659.732000', '153659.735000', '153659.737000', '153659.740000', '153659.742000', '153659.745000', '153659.747000', '153659.750000', '153659.753000', '153659.755000', '153659.758000', '153659.760000', '153659.763000', '153659.774000', '153659.779000', '153659.782000', '153659.784000', '153659.787000', '153659.789000', '153659.792000', '153659.794000', '153659.797000', '153659.800000', '153659.802000', '153659.805000', '153659.807000', '153659.810000', '153659.813000', '153659.815000', '153659.818000', '153659.820000', '153659.823000', '153659.825000', '153659.828000', '153659.831000', '153719.709000', '153719.712000', '153719.715000', '153719.718000', '153719.720000', '153719.723000', '153719.725000', '153719.728000', '153719.731000', '153719.733000', '153719.736000', '153719.739000', '153719.741000', '153719.744000', '153719.746000', '153719.749000', '153719.751000', '153719.754000', '153719.757000', '153719.759000', '153719.762000', '153719.764000', '153719.767000', '153719.769000', '153719.772000', '153719.775000', '153719.777000', '153719.780000', '153719.782000', '153719.785000', '153719.788000', '153719.790000', '153719.793000', '153719.795000', '153719.798000', '153719.801000', '153719.803000', '153719.806000', '153719.808000', '153719.811000', '153719.814000', '153719.816000', '153719.819000', '153719.821000', '153739.709000', '153739.712000', '153739.715000', '153739.717000', '153739.720000', '153739.723000', '153739.725000', '153739.728000', '153739.730000', '153739.733000', '153739.736000', '153739.739000', '153739.742000', '153739.745000', '153739.748000', '153739.750000', '153739.753000', '153739.755000', '153739.758000', '153739.761000', '153739.763000', '153739.766000', '153739.768000', '153739.771000', '153739.774000', '153739.776000', '153739.779000', '153739.781000', '153739.784000', '153739.787000', '153739.790000', '153739.793000', '153739.795000', '153739.798000', '153739.801000', '153739.803000', '153739.806000', '153739.808000', '153739.811000', '153739.813000', '153739.816000', '153739.819000', '153739.821000', '153759.709000', '153759.712000', '153759.715000', '153759.717000', '153759.720000', '153759.723000', '153759.725000', '153759.728000', '153759.730000', '153759.733000', '153759.736000', '153759.738000', '153759.741000', '153759.744000', '153759.746000', '153759.749000', '153759.751000', '153759.754000', '153759.756000', '153759.759000', '153759.762000', '153759.764000', '153759.767000', '153759.769000', '153759.772000', '153759.774000', '153759.777000', '153759.780000', '153759.782000', '153759.785000', '153759.788000', '153759.790000', '153759.793000', '153759.795000', '153759.798000', '153759.801000', '153759.803000', '153759.806000', '153759.808000', '153759.811000', '153759.814000', '153759.816000', '153759.819000', '153759.821000', '153819.710000', '153819.712000', '153819.715000', '153819.718000', '153819.720000', '153819.723000', '153819.725000', '153819.728000', '153819.730000', '153819.733000', '153819.736000', '153819.738000', '153819.741000', '153819.744000', '153819.746000', '153819.749000', '153819.751000', '153819.754000', '153819.757000', '153819.759000', '153819.762000', '153819.764000', '153819.767000', '153819.770000', '153819.772000', '153819.775000', '153819.778000', '153819.780000', '153819.783000', '153819.785000', '153819.788000', '153819.791000', '153819.793000', '153819.796000', '153819.798000', '153819.801000', '153819.804000', '153819.807000', '153819.809000', '153819.812000', '153819.815000', '153819.818000', '153819.820000', '153839.710000', '153839.713000', '153839.716000', '153839.718000', '153839.721000', '153839.724000', '153839.726000', '153839.729000', '153839.731000', '153839.734000', '153839.736000', '153839.739000', '153839.742000', '153839.744000', '153839.747000', '153839.749000', '153839.752000', '153839.781000', '153839.784000', '153839.787000', '153839.789000', '153839.792000', '153839.794000', '153839.797000', '153839.800000', '153839.802000', '153839.805000', '153839.807000', '153839.810000', '153839.812000', '153839.815000', '153839.818000', '153839.820000', '153839.823000', '153839.825000', '153839.828000', '153839.830000', '153839.833000', '153839.836000', '153839.838000', '153839.841000', '153839.843000', '153839.846000', '153839.849000', '153859.711000', '153859.714000', '153859.716000', '153859.719000', '153859.721000', '153859.724000', '153859.726000', '153859.729000', '153859.732000', '153859.734000', '153859.737000', '153859.739000', '153859.742000', '153859.745000', '153859.747000', '153859.750000', '153859.753000', '153859.755000', '153859.758000', '153859.760000', '153859.763000', '153859.765000', '153859.768000', '153859.771000', '153859.773000', '153859.776000', '153859.778000', '153859.781000', '153859.784000', '153859.786000', '153859.789000', '153859.791000', '153859.794000', '153859.797000', '153859.799000', '153859.802000', '153859.804000', '153859.808000', '153859.810000', '153859.813000', '153859.816000', '153859.818000', '153859.821000', '153919.710000', '153919.712000', '153919.715000', '153919.718000', '153919.720000', '153919.723000', '153919.726000', '153919.728000', '153919.731000', '153919.733000', '153919.736000', '153919.738000', '153919.741000', '153919.744000', '153919.746000', '153919.749000', '153919.752000', '153919.754000', '153919.757000', '153919.759000', '153919.762000', '153919.765000', '153919.767000', '153919.770000', '153919.772000', '153919.775000', '153919.778000', '153919.780000', '153919.783000', '153919.786000', '153919.788000', '153919.791000', '153919.793000', '153919.796000', '153919.799000', '153919.801000', '153919.804000', '153919.807000', '153919.809000', '153919.812000', '153919.814000', '153919.817000', '153919.820000', '153919.822000', '153939.709000', '153939.712000', '153939.715000', '153939.717000', '153939.720000', '153939.723000', '153939.725000', '153939.728000', '153939.730000', '153939.733000', '153939.735000', '153939.738000', '153939.741000', '153939.743000', '153939.746000', '153939.749000', '153939.751000', '153939.754000', '153939.756000', '153939.759000', '153939.762000', '153939.764000', '153939.767000', '153939.769000', '153939.772000', '153939.774000', '153939.777000', '153939.780000', '153939.782000', '153939.785000', '153939.787000', '153939.790000', '153939.793000', '153939.795000', '153939.798000', '153939.801000', '153939.804000', '153939.807000', '153939.810000', '153939.812000', '153939.815000', '153939.817000', '153939.820000', '153959.709000', '153959.712000', '153959.715000', '153959.717000', '153959.720000', '153959.722000', '153959.725000', '153959.728000', '153959.730000', '153959.733000', '153959.735000', '153959.738000', '153959.740000', '153959.743000', '153959.746000', '153959.748000', '153959.751000', '153959.753000', '153959.756000', '153959.759000', '153959.761000', '153959.764000', '153959.766000', '153959.769000', '153959.771000', '153959.774000', '153959.777000', '153959.779000', '153959.782000', '153959.784000', '153959.787000', '153959.790000', '153959.792000', '153959.795000', '153959.797000', '153959.800000', '153959.803000', '153959.805000', '153959.808000', '153959.810000', '153959.813000', '153959.815000', '153959.826000', '153959.829000', '154019.710000', '154019.713000', '154019.715000', '154019.718000', '154019.720000', '154019.723000', '154019.725000', '154019.728000', '154019.731000', '154019.733000', '154019.736000', '154019.738000', '154019.741000', '154019.744000', '154019.746000', '154019.749000', '154019.751000', '154019.754000', '154019.756000', '154019.759000', '154019.762000', '154019.764000', '154019.767000', '154019.770000', '154019.772000', '154019.775000', '154019.778000', '154019.780000', '154019.783000', '154019.785000', '154019.788000', '154019.790000', '154019.793000', '154019.796000', '154019.798000', '154019.801000', '154019.803000', '154019.806000', '154019.809000', '154019.811000', '154019.814000', '154019.817000', '154019.819000', '154039.710000', '154039.713000', '154039.715000', '154039.718000', '154039.720000', '154039.723000', '154039.725000', '154039.728000', '154039.731000', '154039.733000', '154039.736000', '154039.738000', '154039.741000', '154039.744000', '154039.746000', '154039.749000', '154039.752000', '154039.754000', '154039.757000', '154039.759000', '154039.762000', '154039.764000', '154039.767000', '154039.770000', '154039.772000', '154039.775000', '154039.777000', '154039.780000', '154039.783000', '154039.785000', '154039.788000', '154039.790000', '154039.793000', '154039.796000', '154039.798000', '154039.801000', '154039.803000', '154039.806000', '154039.809000', '154039.811000', '154039.814000', '154039.817000', '154039.819000', '154039.822000', '154059.711000', '154059.713000', '154059.716000', '154059.719000', '154059.721000', '154059.724000', '154059.726000', '154059.729000', '154059.732000', '154059.734000', '154059.737000', '154059.739000', '154059.742000', '154059.744000', '154059.747000', '154059.750000', '154059.752000', '154059.755000', '154059.757000', '154059.760000', '154059.763000', '154059.765000', '154059.768000', '154059.770000', '154059.773000', '154059.776000', '154059.778000', '154059.781000', '154059.784000', '154059.786000', '154059.789000', '154059.791000', '154059.794000', '154059.797000', '154059.799000', '154059.802000', '154059.804000', '154059.807000', '154059.810000', '154059.812000', '154059.815000', '154059.818000', '154059.820000', '154119.710000', '154119.713000', '154119.716000', '154119.718000', '154119.721000', '154119.724000', '154119.727000', '154119.729000', '154119.732000', '154119.734000', '154119.737000', '154119.740000', '154119.742000', '154119.745000', '154119.748000', '154119.750000', '154119.753000', '154119.755000', '154119.758000', '154119.761000', '154119.763000', '154119.766000', '154119.768000', '154119.771000', '154119.774000', '154119.776000', '154119.779000', '154119.781000', '154119.784000', '154119.787000', '154119.789000', '154119.792000', '154119.794000', '154119.797000', '154119.800000', '154119.802000', '154119.805000', '154119.807000', '154119.810000', '154119.813000', '154119.815000', '154119.818000', '154119.820000', '154119.823000', '154139.710000', '154139.712000', '154139.715000', '154139.718000', '154139.720000', '154139.723000', '154139.726000', '154139.728000', '154139.738000', '154139.741000', '154139.743000', '154139.746000', '154139.749000', '154139.751000', '154139.754000', '154139.757000', '154139.759000', '154139.762000', '154139.764000', '154139.767000', '154139.769000', '154139.772000', '154139.775000', '154139.777000', '154139.780000', '154139.783000', '154139.785000', '154139.788000', '154139.790000', '154139.793000', '154139.795000', '154139.798000', '154139.801000', '154139.803000', '154139.806000', '154139.808000', '154139.811000', '154139.814000', '154139.816000', '154139.819000', '154139.822000', '154139.824000', '154139.827000', '154159.709000', '154159.712000', '154159.715000', '154159.717000', '154159.720000', '154159.722000', '154159.725000', '154159.728000', '154159.730000', '154159.733000', '154159.735000', '154159.738000', '154159.741000', '154159.743000', '154159.746000', '154159.748000', '154159.751000', '154159.753000', '154159.756000', '154159.759000', '154159.761000', '154159.764000', '154159.766000', '154159.769000', '154159.772000', '154159.774000', '154159.777000', '154159.779000', '154159.782000', '154159.784000', '154159.787000', '154159.789000', '154159.792000', '154159.795000', '154159.797000', '154159.800000', '154159.802000', '154159.805000', '154159.808000', '154159.810000', '154159.813000', '154159.815000', '154159.818000', '154159.820000', '154219.709000', '154219.712000', '154219.715000', '154219.718000', '154219.720000', '154219.723000', '154219.725000', '154219.728000', '154219.731000', '154219.733000', '154219.736000', '154219.739000', '154219.741000', '154219.744000', '154219.746000', '154219.749000', '154219.752000', '154219.754000', '154219.757000', '154219.759000', '154219.762000', '154219.765000', '154219.767000', '154219.770000', '154219.772000', '154219.775000', '154219.778000', '154219.780000', '154219.783000', '154219.785000', '154219.788000', '154219.791000', '154219.793000', '154219.796000', '154219.798000', '154219.801000', '154219.804000', '154219.806000', '154219.809000', '154219.811000', '154219.814000', '154219.817000', '154219.819000', '154239.710000', '154239.713000', '154239.715000', '154239.718000', '154239.721000', '154239.723000', '154239.726000', '154239.729000', '154239.731000', '154239.734000', '154239.736000', '154239.739000', '154239.742000', '154239.744000', '154239.747000', '154239.749000', '154239.752000', '154239.754000', '154239.757000', '154239.760000', '154239.762000', '154239.765000', '154239.768000', '154239.770000', '154239.773000', '154239.775000', '154239.778000', '154239.780000', '154239.783000', '154239.786000', '154239.788000', '154239.791000', '154239.793000', '154239.796000', '154239.799000', '154239.801000', '154239.804000', '154239.806000', '154239.809000', '154239.812000', '154239.814000', '154239.817000', '154239.819000', '154259.709000', '154259.712000', '154259.715000', '154259.718000', '154259.720000', '154259.723000', '154259.725000', '154259.728000', '154259.731000', '154259.733000', '154259.736000', '154259.739000', '154259.741000', '154259.744000', '154259.746000', '154259.749000', '154259.752000', '154259.760000', '154259.763000', '154259.765000', '154259.782000', '154259.784000', '154259.787000', '154259.790000', '154259.792000', '154259.795000', '154259.798000', '154259.800000', '154259.803000', '154259.805000', '154259.808000', '154259.811000', '154259.813000', '154259.816000', '154259.818000', '154259.821000', '154259.824000', '154259.826000', '154259.829000', '154259.831000', '154259.834000', '154259.837000', '154259.839000', '154259.842000', '154319.711000', '154319.714000', '154319.716000', '154319.719000', '154319.722000', '154319.724000', '154319.727000', '154319.730000', '154319.733000', '154319.735000', '154319.738000', '154319.741000', '154319.743000', '154319.746000', '154319.749000', '154319.751000', '154319.754000', '154319.756000', '154319.759000', '154319.762000', '154319.764000', '154319.767000', '154319.770000', '154319.772000', '154319.775000', '154319.777000', '154319.780000', '154319.783000', '154319.785000', '154319.788000', '154319.790000', '154319.793000', '154319.796000', '154319.798000', '154319.801000', '154319.804000', '154319.806000', '154319.809000', '154319.811000', '154319.814000', '154319.816000', '154319.819000', '154319.822000', '154339.711000', '154339.714000', '154339.716000', '154339.719000', '154339.721000', '154339.724000', '154339.727000', '154339.729000', '154339.732000', '154339.734000', '154339.737000', '154339.739000', '154339.742000', '154339.745000', '154339.747000', '154339.750000', '154339.752000', '154339.755000', '154339.758000', '154339.760000', '154339.763000', '154339.765000', '154339.768000', '154339.771000', '154339.773000', '154339.776000', '154339.779000', '154339.781000', '154339.784000', '154339.787000', '154339.789000', '154339.792000', '154339.794000', '154339.797000', '154339.800000', '154339.802000', '154339.805000', '154339.808000', '154339.810000', '154339.813000', '154339.815000', '154339.818000', '154339.820000', '154339.823000', '154359.710000', '154359.712000', '154359.715000', '154359.718000', '154359.720000', '154359.723000', '154359.725000', '154359.728000', '154359.731000', '154359.733000', '154359.736000', '154359.738000', '154359.741000', '154359.743000', '154359.747000', '154359.750000', '154359.753000', '154359.755000', '154359.758000', '154359.761000', '154359.763000', '154359.766000', '154359.769000', '154359.771000', '154359.774000', '154359.776000', '154359.779000', '154359.782000', '154359.784000', '154359.787000', '154359.790000', '154359.793000', '154359.796000', '154359.798000', '154359.801000', '154359.804000', '154359.807000', '154359.809000', '154359.812000', '154359.815000', '154359.817000', '154359.820000', '154359.822000', '154419.710000', '154419.712000', '154419.715000', '154419.718000', '154419.720000', '154419.723000', '154419.726000', '154419.728000', '154419.731000', '154419.733000', '154419.736000', '154419.738000', '154419.741000', '154419.744000', '154419.746000', '154419.749000', '154419.752000', '154419.754000', '154419.757000', '154419.759000', '154419.762000', '154419.765000', '154419.767000', '154419.770000', '154419.772000', '154419.775000', '154419.778000', '154419.780000', '154419.783000', '154419.785000', '154419.788000', '154419.817000', '154419.819000', '154419.822000', '154419.824000', '154419.827000', '154419.830000', '154419.832000', '154419.835000', '154419.837000', '154419.840000', '154419.843000', '154419.845000', '154419.848000', '154439.710000', '154439.713000', '154439.715000', '154439.718000', '154439.720000', '154439.723000', '154439.725000', '154439.728000', '154439.731000', '154439.733000', '154439.736000', '154439.738000', '154439.741000', '154439.743000', '154439.747000', '154439.750000', '154439.752000', '154439.755000', '154439.758000', '154439.761000', '154439.763000', '154439.766000', '154439.769000', '154439.772000', '154439.774000', '154439.777000', '154439.779000', '154439.782000', '154439.785000', '154439.787000', '154439.790000', '154439.793000', '154439.795000', '154439.798000', '154439.800000', '154439.803000', '154439.806000', '154439.808000', '154439.811000', '154439.814000', '154439.816000', '154439.819000', '154439.821000', '154459.709000', '154459.712000', '154459.715000', '154459.718000', '154459.720000', '154459.723000', '154459.726000', '154459.728000', '154459.731000', '154459.733000', '154459.736000', '154459.739000', '154459.741000', '154459.744000', '154459.747000', '154459.749000', '154459.752000', '154459.755000', '154459.757000', '154459.760000', '154459.762000', '154459.765000', '154459.768000', '154459.770000', '154459.773000', '154459.775000', '154459.778000', '154459.781000', '154459.783000', '154459.786000', '154459.789000', '154459.791000', '154459.794000', '154459.796000', '154459.799000', '154459.802000', '154459.804000', '154459.807000', '154459.810000', '154459.812000', '154459.815000', '154459.818000', '154459.820000', '154459.823000', '154519.710000', '154519.712000', '154519.715000', '154519.718000', '154519.720000', '154519.723000', '154519.725000', '154519.728000', '154519.731000', '154519.733000', '154519.736000', '154519.739000', '154519.741000', '154519.744000', '154519.746000', '154519.749000', '154519.752000', '154519.754000', '154519.757000', '154519.760000', '154519.763000', '154519.766000', '154519.769000', '154519.772000', '154519.775000', '154519.777000', '154519.780000', '154519.782000', '154519.785000', '154519.788000', '154519.791000', '154519.794000', '154519.796000', '154519.799000', '154519.802000', '154519.804000', '154519.807000', '154519.810000', '154519.812000', '154519.815000', '154519.817000', '154519.820000', '154519.823000', '154539.711000', '154539.713000', '154539.716000', '154539.719000', '154539.721000', '154539.724000', '154539.726000', '154539.729000', '154539.732000', '154539.734000', '154539.737000', '154539.740000', '154539.742000', '154539.756000', '154539.758000', '154539.761000', '154539.764000', '154539.766000', '154539.769000', '154539.771000', '154539.774000', '154539.777000', '154539.779000', '154539.782000', '154539.784000', '154539.787000', '154539.789000', '154539.792000', '154539.795000', '154539.797000', '154539.800000', '154539.803000', '154539.805000', '154539.808000', '154539.810000', '154539.813000', '154539.816000', '154539.818000', '154539.821000', '154539.823000', '154539.826000', '154539.828000', '154539.831000', '154539.834000', '154559.711000', '154559.714000', '154559.716000', '154559.719000', '154559.721000', '154559.724000', '154559.727000', '154559.729000', '154559.732000', '154559.735000', '154559.737000', '154559.740000', '154559.742000', '154559.745000', '154559.748000', '154559.751000', '154559.753000', '154559.756000', '154559.759000', '154559.761000', '154559.764000', '154559.766000', '154559.769000', '154559.772000', '154559.774000', '154559.777000', '154559.780000', '154559.782000', '154559.785000', '154559.788000', '154559.790000', '154559.793000', '154559.795000', '154559.798000', '154559.801000', '154559.803000', '154559.806000', '154559.809000', '154559.811000', '154559.814000', '154559.816000', '154559.819000', '154619.710000', '154619.712000', '154619.715000', '154619.718000', '154619.720000', '154619.723000', '154619.726000', '154619.728000', '154619.731000', '154619.733000', '154619.736000', '154619.739000', '154619.741000', '154619.744000', '154619.747000', '154619.749000', '154619.752000', '154619.754000', '154619.757000', '154619.760000', '154619.762000', '154619.765000', '154619.768000', '154619.770000', '154619.773000', '154619.775000', '154619.778000', '154619.781000', '154619.783000', '154619.786000', '154619.789000', '154619.791000', '154619.794000', '154619.797000', '154619.799000', '154619.802000', '154619.805000', '154619.807000', '154619.810000', '154619.812000', '154619.815000', '154619.818000', '154619.820000', '154619.823000', '154619.825000', '154639.710000', '154639.712000', '154639.715000', '154639.718000', '154639.720000', '154639.723000', '154639.725000', '154639.728000', '154639.731000', '154639.733000', '154639.736000', '154639.738000', '154639.741000', '154639.744000', '154639.746000', '154639.749000', '154639.751000', '154639.754000', '154639.757000', '154639.759000', '154639.762000', '154639.764000', '154639.767000', '154639.769000', '154639.772000', '154639.775000', '154639.777000', '154639.780000', '154639.782000', '154639.785000', '154639.788000', '154639.790000', '154639.793000', '154639.795000', '154639.798000', '154639.801000', '154639.803000', '154639.806000', '154639.808000', '154639.811000', '154639.814000', '154639.816000', '154639.819000', '154659.710000', '154659.712000', '154659.715000', '154659.718000', '154659.720000', '154659.723000', '154659.725000', '154659.728000', '154659.730000', '154659.733000', '154659.736000', '154659.738000', '154659.741000', '154659.743000', '154659.746000', '154659.749000', '154659.751000', '154659.754000', '154659.756000', '154659.759000', '154659.762000', '154659.764000', '154659.767000', '154659.769000', '154659.772000', '154659.775000', '154659.777000', '154659.780000', '154659.782000', '154659.785000', '154659.788000', '154659.790000', '154659.793000', '154659.795000', '154659.798000', '154659.801000', '154659.803000', '154659.806000', '154659.809000', '154659.814000', '154659.817000', '154659.819000', '154659.822000', '154659.825000', '154719.709000', '154719.712000', '154719.715000', '154719.718000', '154719.720000', '154719.723000', '154719.725000', '154719.728000', '154719.731000', '154719.733000', '154719.736000', '154719.738000', '154719.741000', '154719.744000', '154719.746000', '154719.749000', '154719.751000', '154719.754000', '154719.757000', '154719.759000', '154719.762000', '154719.764000', '154719.767000', '154719.770000', '154719.772000', '154719.775000', '154719.778000', '154719.781000', '154719.784000', '154719.786000', '154719.789000', '154719.791000', '154719.794000', '154719.796000', '154719.799000', '154719.802000', '154719.804000', '154719.807000', '154719.810000', '154719.812000', '154719.815000', '154719.818000', '154719.820000', '154739.710000', '154739.712000', '154739.715000', '154739.718000', '154739.720000', '154739.723000', '154739.726000', '154739.728000', '154739.731000', '154739.733000', '154739.736000', '154739.739000', '154739.741000', '154739.744000', '154739.747000', '154739.749000', '154739.752000', '154739.754000', '154739.757000', '154739.760000', '154739.762000', '154739.765000', '154739.768000', '154739.770000', '154739.773000', '154739.775000', '154739.778000', '154739.781000', '154739.783000', '154739.786000', '154739.788000', '154739.791000', '154739.794000', '154739.796000', '154739.799000', '154739.801000', '154739.804000', '154739.807000', '154739.810000', '154739.812000', '154739.815000', '154739.817000', '154739.820000', '154739.823000', '154759.711000', '154759.713000', '154759.716000', '154759.719000', '154759.721000', '154759.724000', '154759.726000', '154759.729000', '154759.732000', '154759.734000', '154759.737000', '154759.739000', '154759.742000', '154759.744000', '154759.747000', '154759.750000', '154759.752000', '154759.755000', '154759.757000', '154759.760000', '154759.763000', '154759.765000', '154759.768000', '154759.770000', '154759.773000', '154759.776000', '154759.778000', '154759.781000', '154759.783000', '154759.786000', '154759.788000', '154759.791000', '154759.794000', '154759.796000', '154759.799000', '154759.821000', '154759.824000', '154759.826000', '154759.829000', '154759.831000', '154759.834000', '154759.837000', '154759.839000', '154819.711000', '154819.713000', '154819.716000', '154819.719000', '154819.721000', '154819.724000', '154819.726000', '154819.729000', '154819.731000', '154819.734000', '154819.737000', '154819.739000', '154819.742000', '154819.744000', '154819.747000', '154819.750000', '154819.752000', '154819.755000', '154819.757000', '154819.760000', '154819.763000', '154819.765000', '154819.768000', '154819.771000', '154819.773000', '154819.776000', '154819.778000', '154819.781000', '154819.784000', '154819.786000', '154819.789000', '154819.791000', '154819.794000', '154819.797000', '154819.799000', '154819.802000', '154819.805000', '154819.807000', '154819.810000', '154819.812000', '154819.815000', '154819.818000', '154819.820000', '154838.440000', '154838.443000', '154838.445000', '154838.448000', '154838.451000', '154838.453000', '154838.456000', '154838.459000', '154838.461000', '154838.464000', '154838.466000', '154838.469000', '154838.472000', '154838.474000', '154838.477000', '154838.479000', '154838.482000', '154838.485000', '154838.487000', '154838.490000', '154838.493000', '154838.495000', '154838.498000', '154838.501000', '154838.503000', '154838.506000', '154838.508000', '154838.511000', '154838.514000', '154838.516000', '154838.519000', '154838.522000', '154838.524000', '154838.527000', '154838.529000', '154838.532000', '154838.535000', '154838.537000', '154838.540000', '154838.542000', '154838.545000', '154838.548000'], 'InstanceCreationTime': ['153619.745000', '153619.748000', '153619.752000', '153619.755000', '153619.767000', '153619.769000', '153619.772000', '153619.774000', '153619.777000', '153619.780000', '153619.782000', '153619.785000', '153619.787000', '153619.790000', '153619.802000', '153619.805000', '153619.807000', '153619.810000', '153619.813000', '153619.815000', '153619.818000', '153619.820000', '153619.823000', '153619.825000', '153619.828000', '153619.831000', '153619.833000', '153619.855000', '153619.858000', '153619.860000', '153619.863000', '153619.865000', '153619.868000', '153639.710000', '153639.713000', '153639.716000', '153639.718000', '153639.721000', '153639.723000', '153639.726000', '153639.729000', '153639.731000', '153639.734000', '153639.736000', '153639.739000', '153639.741000', '153639.744000', '153639.747000', '153639.749000', '153639.752000', '153639.754000', '153639.757000', '153639.759000', '153639.762000', '153639.765000', '153639.767000', '153639.770000', '153639.772000', '153639.775000', '153639.783000', '153639.785000', '153639.788000', '153639.791000', '153639.793000', '153639.796000', '153639.798000', '153639.801000', '153639.804000', '153639.806000', '153639.809000', '153639.811000', '153639.814000', '153639.816000', '153639.819000', '153639.821000', '153639.824000', '153639.827000', '153659.709000', '153659.712000', '153659.715000', '153659.717000', '153659.720000', '153659.723000', '153659.727000', '153659.729000', '153659.732000', '153659.735000', '153659.737000', '153659.740000', '153659.742000', '153659.745000', '153659.747000', '153659.750000', '153659.753000', '153659.755000', '153659.758000', '153659.760000', '153659.763000', '153659.774000', '153659.779000', '153659.782000', '153659.784000', '153659.787000', '153659.789000', '153659.792000', '153659.794000', '153659.797000', '153659.800000', '153659.802000', '153659.805000', '153659.807000', '153659.810000', '153659.813000', '153659.815000', '153659.818000', '153659.820000', '153659.823000', '153659.825000', '153659.828000', '153659.831000', '153719.709000', '153719.712000', '153719.715000', '153719.718000', '153719.720000', '153719.723000', '153719.725000', '153719.728000', '153719.731000', '153719.733000', '153719.736000', '153719.739000', '153719.741000', '153719.744000', '153719.746000', '153719.749000', '153719.751000', '153719.754000', '153719.757000', '153719.759000', '153719.762000', '153719.764000', '153719.767000', '153719.769000', '153719.772000', '153719.775000', '153719.777000', '153719.780000', '153719.782000', '153719.785000', '153719.788000', '153719.790000', '153719.793000', '153719.795000', '153719.798000', '153719.801000', '153719.803000', '153719.806000', '153719.808000', '153719.811000', '153719.814000', '153719.816000', '153719.819000', '153719.821000', '153739.709000', '153739.712000', '153739.715000', '153739.717000', '153739.720000', '153739.723000', '153739.725000', '153739.728000', '153739.730000', '153739.733000', '153739.736000', '153739.739000', '153739.742000', '153739.745000', '153739.748000', '153739.750000', '153739.753000', '153739.755000', '153739.758000', '153739.761000', '153739.763000', '153739.766000', '153739.768000', '153739.771000', '153739.774000', '153739.776000', '153739.779000', '153739.781000', '153739.784000', '153739.787000', '153739.790000', '153739.793000', '153739.795000', '153739.798000', '153739.801000', '153739.803000', '153739.806000', '153739.808000', '153739.811000', '153739.813000', '153739.816000', '153739.819000', '153739.821000', '153759.709000', '153759.712000', '153759.715000', '153759.717000', '153759.720000', '153759.723000', '153759.725000', '153759.728000', '153759.730000', '153759.733000', '153759.736000', '153759.738000', '153759.741000', '153759.744000', '153759.746000', '153759.749000', '153759.751000', '153759.754000', '153759.756000', '153759.759000', '153759.762000', '153759.764000', '153759.767000', '153759.769000', '153759.772000', '153759.774000', '153759.777000', '153759.780000', '153759.782000', '153759.785000', '153759.788000', '153759.790000', '153759.793000', '153759.795000', '153759.798000', '153759.801000', '153759.803000', '153759.806000', '153759.808000', '153759.811000', '153759.814000', '153759.816000', '153759.819000', '153759.821000', '153819.710000', '153819.712000', '153819.715000', '153819.718000', '153819.720000', '153819.723000', '153819.725000', '153819.728000', '153819.730000', '153819.733000', '153819.736000', '153819.738000', '153819.741000', '153819.744000', '153819.746000', '153819.749000', '153819.751000', '153819.754000', '153819.757000', '153819.759000', '153819.762000', '153819.764000', '153819.767000', '153819.770000', '153819.772000', '153819.775000', '153819.778000', '153819.780000', '153819.783000', '153819.785000', '153819.788000', '153819.791000', '153819.793000', '153819.796000', '153819.798000', '153819.801000', '153819.804000', '153819.807000', '153819.809000', '153819.812000', '153819.815000', '153819.818000', '153819.820000', '153839.710000', '153839.713000', '153839.716000', '153839.718000', '153839.721000', '153839.724000', '153839.726000', '153839.729000', '153839.731000', '153839.734000', '153839.736000', '153839.739000', '153839.742000', '153839.744000', '153839.747000', '153839.749000', '153839.752000', '153839.781000', '153839.784000', '153839.787000', '153839.789000', '153839.792000', '153839.794000', '153839.797000', '153839.800000', '153839.802000', '153839.805000', '153839.807000', '153839.810000', '153839.812000', '153839.815000', '153839.818000', '153839.820000', '153839.823000', '153839.825000', '153839.828000', '153839.830000', '153839.833000', '153839.836000', '153839.838000', '153839.841000', '153839.843000', '153839.846000', '153839.849000', '153859.711000', '153859.714000', '153859.716000', '153859.719000', '153859.721000', '153859.724000', '153859.726000', '153859.729000', '153859.732000', '153859.734000', '153859.737000', '153859.739000', '153859.742000', '153859.745000', '153859.747000', '153859.750000', '153859.753000', '153859.755000', '153859.758000', '153859.760000', '153859.763000', '153859.765000', '153859.768000', '153859.771000', '153859.773000', '153859.776000', '153859.778000', '153859.781000', '153859.784000', '153859.786000', '153859.789000', '153859.791000', '153859.794000', '153859.797000', '153859.799000', '153859.802000', '153859.804000', '153859.808000', '153859.810000', '153859.813000', '153859.816000', '153859.818000', '153859.821000', '153919.710000', '153919.712000', '153919.715000', '153919.718000', '153919.720000', '153919.723000', '153919.726000', '153919.728000', '153919.731000', '153919.733000', '153919.736000', '153919.738000', '153919.741000', '153919.744000', '153919.746000', '153919.749000', '153919.752000', '153919.754000', '153919.757000', '153919.759000', '153919.762000', '153919.765000', '153919.767000', '153919.770000', '153919.772000', '153919.775000', '153919.778000', '153919.780000', '153919.783000', '153919.786000', '153919.788000', '153919.791000', '153919.793000', '153919.796000', '153919.799000', '153919.801000', '153919.804000', '153919.807000', '153919.809000', '153919.812000', '153919.814000', '153919.817000', '153919.820000', '153919.822000', '153939.709000', '153939.712000', '153939.715000', '153939.717000', '153939.720000', '153939.723000', '153939.725000', '153939.728000', '153939.730000', '153939.733000', '153939.735000', '153939.738000', '153939.741000', '153939.743000', '153939.746000', '153939.749000', '153939.751000', '153939.754000', '153939.756000', '153939.759000', '153939.762000', '153939.764000', '153939.767000', '153939.769000', '153939.772000', '153939.774000', '153939.777000', '153939.780000', '153939.782000', '153939.785000', '153939.787000', '153939.790000', '153939.793000', '153939.795000', '153939.798000', '153939.801000', '153939.804000', '153939.807000', '153939.810000', '153939.812000', '153939.815000', '153939.817000', '153939.820000', '153959.709000', '153959.712000', '153959.715000', '153959.717000', '153959.720000', '153959.722000', '153959.725000', '153959.728000', '153959.730000', '153959.733000', '153959.735000', '153959.738000', '153959.740000', '153959.743000', '153959.746000', '153959.748000', '153959.751000', '153959.753000', '153959.756000', '153959.759000', '153959.761000', '153959.764000', '153959.766000', '153959.769000', '153959.771000', '153959.774000', '153959.777000', '153959.779000', '153959.782000', '153959.784000', '153959.787000', '153959.790000', '153959.792000', '153959.795000', '153959.797000', '153959.800000', '153959.803000', '153959.805000', '153959.808000', '153959.810000', '153959.813000', '153959.815000', '153959.826000', '153959.829000', '154019.710000', '154019.713000', '154019.715000', '154019.718000', '154019.720000', '154019.723000', '154019.725000', '154019.728000', '154019.731000', '154019.733000', '154019.736000', '154019.738000', '154019.741000', '154019.744000', '154019.746000', '154019.749000', '154019.751000', '154019.754000', '154019.756000', '154019.759000', '154019.762000', '154019.764000', '154019.767000', '154019.770000', '154019.772000', '154019.775000', '154019.778000', '154019.780000', '154019.783000', '154019.785000', '154019.788000', '154019.790000', '154019.793000', '154019.796000', '154019.798000', '154019.801000', '154019.803000', '154019.806000', '154019.809000', '154019.811000', '154019.814000', '154019.817000', '154019.819000', '154039.710000', '154039.713000', '154039.715000', '154039.718000', '154039.720000', '154039.723000', '154039.725000', '154039.728000', '154039.731000', '154039.733000', '154039.736000', '154039.738000', '154039.741000', '154039.744000', '154039.746000', '154039.749000', '154039.752000', '154039.754000', '154039.757000', '154039.759000', '154039.762000', '154039.764000', '154039.767000', '154039.770000', '154039.772000', '154039.775000', '154039.777000', '154039.780000', '154039.783000', '154039.785000', '154039.788000', '154039.790000', '154039.793000', '154039.796000', '154039.798000', '154039.801000', '154039.803000', '154039.806000', '154039.809000', '154039.811000', '154039.814000', '154039.817000', '154039.819000', '154039.822000', '154059.711000', '154059.713000', '154059.716000', '154059.719000', '154059.721000', '154059.724000', '154059.726000', '154059.729000', '154059.732000', '154059.734000', '154059.737000', '154059.739000', '154059.742000', '154059.744000', '154059.747000', '154059.750000', '154059.752000', '154059.755000', '154059.757000', '154059.760000', '154059.763000', '154059.765000', '154059.768000', '154059.770000', '154059.773000', '154059.776000', '154059.778000', '154059.781000', '154059.784000', '154059.786000', '154059.789000', '154059.791000', '154059.794000', '154059.797000', '154059.799000', '154059.802000', '154059.804000', '154059.807000', '154059.810000', '154059.812000', '154059.815000', '154059.818000', '154059.820000', '154119.710000', '154119.713000', '154119.716000', '154119.718000', '154119.721000', '154119.724000', '154119.727000', '154119.729000', '154119.732000', '154119.734000', '154119.737000', '154119.740000', '154119.742000', '154119.745000', '154119.748000', '154119.750000', '154119.753000', '154119.755000', '154119.758000', '154119.761000', '154119.763000', '154119.766000', '154119.768000', '154119.771000', '154119.774000', '154119.776000', '154119.779000', '154119.781000', '154119.784000', '154119.787000', '154119.789000', '154119.792000', '154119.794000', '154119.797000', '154119.800000', '154119.802000', '154119.805000', '154119.807000', '154119.810000', '154119.813000', '154119.815000', '154119.818000', '154119.820000', '154119.823000', '154139.710000', '154139.712000', '154139.715000', '154139.718000', '154139.720000', '154139.723000', '154139.726000', '154139.728000', '154139.738000', '154139.741000', '154139.743000', '154139.746000', '154139.749000', '154139.751000', '154139.754000', '154139.757000', '154139.759000', '154139.762000', '154139.764000', '154139.767000', '154139.769000', '154139.772000', '154139.775000', '154139.777000', '154139.780000', '154139.783000', '154139.785000', '154139.788000', '154139.790000', '154139.793000', '154139.795000', '154139.798000', '154139.801000', '154139.803000', '154139.806000', '154139.808000', '154139.811000', '154139.814000', '154139.816000', '154139.819000', '154139.822000', '154139.824000', '154139.827000', '154159.709000', '154159.712000', '154159.715000', '154159.717000', '154159.720000', '154159.722000', '154159.725000', '154159.728000', '154159.730000', '154159.733000', '154159.735000', '154159.738000', '154159.741000', '154159.743000', '154159.746000', '154159.748000', '154159.751000', '154159.753000', '154159.756000', '154159.759000', '154159.761000', '154159.764000', '154159.766000', '154159.769000', '154159.772000', '154159.774000', '154159.777000', '154159.779000', '154159.782000', '154159.784000', '154159.787000', '154159.789000', '154159.792000', '154159.795000', '154159.797000', '154159.800000', '154159.802000', '154159.805000', '154159.808000', '154159.810000', '154159.813000', '154159.815000', '154159.818000', '154159.820000', '154219.709000', '154219.712000', '154219.715000', '154219.718000', '154219.720000', '154219.723000', '154219.725000', '154219.728000', '154219.731000', '154219.733000', '154219.736000', '154219.739000', '154219.741000', '154219.744000', '154219.746000', '154219.749000', '154219.752000', '154219.754000', '154219.757000', '154219.759000', '154219.762000', '154219.765000', '154219.767000', '154219.770000', '154219.772000', '154219.775000', '154219.778000', '154219.780000', '154219.783000', '154219.785000', '154219.788000', '154219.791000', '154219.793000', '154219.796000', '154219.798000', '154219.801000', '154219.804000', '154219.806000', '154219.809000', '154219.811000', '154219.814000', '154219.817000', '154219.819000', '154239.710000', '154239.713000', '154239.715000', '154239.718000', '154239.721000', '154239.723000', '154239.726000', '154239.729000', '154239.731000', '154239.734000', '154239.736000', '154239.739000', '154239.742000', '154239.744000', '154239.747000', '154239.749000', '154239.752000', '154239.754000', '154239.757000', '154239.760000', '154239.762000', '154239.765000', '154239.768000', '154239.770000', '154239.773000', '154239.775000', '154239.778000', '154239.780000', '154239.783000', '154239.786000', '154239.788000', '154239.791000', '154239.793000', '154239.796000', '154239.799000', '154239.801000', '154239.804000', '154239.806000', '154239.809000', '154239.812000', '154239.814000', '154239.817000', '154239.819000', '154259.709000', '154259.712000', '154259.715000', '154259.718000', '154259.720000', '154259.723000', '154259.725000', '154259.728000', '154259.731000', '154259.733000', '154259.736000', '154259.739000', '154259.741000', '154259.744000', '154259.746000', '154259.749000', '154259.752000', '154259.760000', '154259.763000', '154259.765000', '154259.782000', '154259.784000', '154259.787000', '154259.790000', '154259.792000', '154259.795000', '154259.798000', '154259.800000', '154259.803000', '154259.805000', '154259.808000', '154259.811000', '154259.813000', '154259.816000', '154259.818000', '154259.821000', '154259.824000', '154259.826000', '154259.829000', '154259.831000', '154259.834000', '154259.837000', '154259.839000', '154259.842000', '154319.711000', '154319.714000', '154319.716000', '154319.719000', '154319.722000', '154319.724000', '154319.727000', '154319.730000', '154319.733000', '154319.735000', '154319.738000', '154319.741000', '154319.743000', '154319.746000', '154319.749000', '154319.751000', '154319.754000', '154319.756000', '154319.759000', '154319.762000', '154319.764000', '154319.767000', '154319.770000', '154319.772000', '154319.775000', '154319.777000', '154319.780000', '154319.783000', '154319.785000', '154319.788000', '154319.790000', '154319.793000', '154319.796000', '154319.798000', '154319.801000', '154319.804000', '154319.806000', '154319.809000', '154319.811000', '154319.814000', '154319.816000', '154319.819000', '154319.822000', '154339.711000', '154339.714000', '154339.716000', '154339.719000', '154339.721000', '154339.724000', '154339.727000', '154339.729000', '154339.732000', '154339.734000', '154339.737000', '154339.739000', '154339.742000', '154339.745000', '154339.747000', '154339.750000', '154339.752000', '154339.755000', '154339.758000', '154339.760000', '154339.763000', '154339.765000', '154339.768000', '154339.771000', '154339.773000', '154339.776000', '154339.779000', '154339.781000', '154339.784000', '154339.787000', '154339.789000', '154339.792000', '154339.794000', '154339.797000', '154339.800000', '154339.802000', '154339.805000', '154339.808000', '154339.810000', '154339.813000', '154339.815000', '154339.818000', '154339.820000', '154339.823000', '154359.710000', '154359.712000', '154359.715000', '154359.718000', '154359.720000', '154359.723000', '154359.725000', '154359.728000', '154359.731000', '154359.733000', '154359.736000', '154359.738000', '154359.741000', '154359.743000', '154359.747000', '154359.750000', '154359.753000', '154359.755000', '154359.758000', '154359.761000', '154359.763000', '154359.766000', '154359.769000', '154359.771000', '154359.774000', '154359.776000', '154359.779000', '154359.782000', '154359.784000', '154359.787000', '154359.790000', '154359.793000', '154359.796000', '154359.798000', '154359.801000', '154359.804000', '154359.807000', '154359.809000', '154359.812000', '154359.815000', '154359.817000', '154359.820000', '154359.822000', '154419.710000', '154419.712000', '154419.715000', '154419.718000', '154419.720000', '154419.723000', '154419.726000', '154419.728000', '154419.731000', '154419.733000', '154419.736000', '154419.738000', '154419.741000', '154419.744000', '154419.746000', '154419.749000', '154419.752000', '154419.754000', '154419.757000', '154419.759000', '154419.762000', '154419.765000', '154419.767000', '154419.770000', '154419.772000', '154419.775000', '154419.778000', '154419.780000', '154419.783000', '154419.785000', '154419.788000', '154419.817000', '154419.819000', '154419.822000', '154419.824000', '154419.827000', '154419.830000', '154419.832000', '154419.835000', '154419.837000', '154419.840000', '154419.843000', '154419.845000', '154419.848000', '154439.710000', '154439.713000', '154439.715000', '154439.718000', '154439.720000', '154439.723000', '154439.725000', '154439.728000', '154439.731000', '154439.733000', '154439.736000', '154439.738000', '154439.741000', '154439.743000', '154439.747000', '154439.750000', '154439.752000', '154439.755000', '154439.758000', '154439.761000', '154439.763000', '154439.766000', '154439.769000', '154439.772000', '154439.774000', '154439.777000', '154439.779000', '154439.782000', '154439.785000', '154439.787000', '154439.790000', '154439.793000', '154439.795000', '154439.798000', '154439.800000', '154439.803000', '154439.806000', '154439.808000', '154439.811000', '154439.814000', '154439.816000', '154439.819000', '154439.821000', '154459.709000', '154459.712000', '154459.715000', '154459.718000', '154459.720000', '154459.723000', '154459.726000', '154459.728000', '154459.731000', '154459.733000', '154459.736000', '154459.739000', '154459.741000', '154459.744000', '154459.747000', '154459.749000', '154459.752000', '154459.755000', '154459.757000', '154459.760000', '154459.762000', '154459.765000', '154459.768000', '154459.770000', '154459.773000', '154459.775000', '154459.778000', '154459.781000', '154459.783000', '154459.786000', '154459.789000', '154459.791000', '154459.794000', '154459.796000', '154459.799000', '154459.802000', '154459.804000', '154459.807000', '154459.810000', '154459.812000', '154459.815000', '154459.818000', '154459.820000', '154459.823000', '154519.710000', '154519.712000', '154519.715000', '154519.718000', '154519.720000', '154519.723000', '154519.725000', '154519.728000', '154519.731000', '154519.733000', '154519.736000', '154519.739000', '154519.741000', '154519.744000', '154519.746000', '154519.749000', '154519.752000', '154519.754000', '154519.757000', '154519.760000', '154519.763000', '154519.766000', '154519.769000', '154519.772000', '154519.775000', '154519.777000', '154519.780000', '154519.782000', '154519.785000', '154519.788000', '154519.791000', '154519.794000', '154519.796000', '154519.799000', '154519.802000', '154519.804000', '154519.807000', '154519.810000', '154519.812000', '154519.815000', '154519.817000', '154519.820000', '154519.823000', '154539.711000', '154539.713000', '154539.716000', '154539.719000', '154539.721000', '154539.724000', '154539.726000', '154539.729000', '154539.732000', '154539.734000', '154539.737000', '154539.740000', '154539.742000', '154539.756000', '154539.758000', '154539.761000', '154539.764000', '154539.766000', '154539.769000', '154539.771000', '154539.774000', '154539.777000', '154539.779000', '154539.782000', '154539.784000', '154539.787000', '154539.789000', '154539.792000', '154539.795000', '154539.797000', '154539.800000', '154539.803000', '154539.805000', '154539.808000', '154539.810000', '154539.813000', '154539.816000', '154539.818000', '154539.821000', '154539.823000', '154539.826000', '154539.828000', '154539.831000', '154539.834000', '154559.711000', '154559.714000', '154559.716000', '154559.719000', '154559.721000', '154559.724000', '154559.727000', '154559.729000', '154559.732000', '154559.735000', '154559.737000', '154559.740000', '154559.742000', '154559.745000', '154559.748000', '154559.751000', '154559.753000', '154559.756000', '154559.759000', '154559.761000', '154559.764000', '154559.766000', '154559.769000', '154559.772000', '154559.774000', '154559.777000', '154559.780000', '154559.782000', '154559.785000', '154559.788000', '154559.790000', '154559.793000', '154559.795000', '154559.798000', '154559.801000', '154559.803000', '154559.806000', '154559.809000', '154559.811000', '154559.814000', '154559.816000', '154559.819000', '154619.710000', '154619.712000', '154619.715000', '154619.718000', '154619.720000', '154619.723000', '154619.726000', '154619.728000', '154619.731000', '154619.733000', '154619.736000', '154619.739000', '154619.741000', '154619.744000', '154619.747000', '154619.749000', '154619.752000', '154619.754000', '154619.757000', '154619.760000', '154619.762000', '154619.765000', '154619.768000', '154619.770000', '154619.773000', '154619.775000', '154619.778000', '154619.781000', '154619.783000', '154619.786000', '154619.789000', '154619.791000', '154619.794000', '154619.797000', '154619.799000', '154619.802000', '154619.805000', '154619.807000', '154619.810000', '154619.812000', '154619.815000', '154619.818000', '154619.820000', '154619.823000', '154619.825000', '154639.710000', '154639.712000', '154639.715000', '154639.718000', '154639.720000', '154639.723000', '154639.725000', '154639.728000', '154639.731000', '154639.733000', '154639.736000', '154639.738000', '154639.741000', '154639.744000', '154639.746000', '154639.749000', '154639.751000', '154639.754000', '154639.757000', '154639.759000', '154639.762000', '154639.764000', '154639.767000', '154639.769000', '154639.772000', '154639.775000', '154639.777000', '154639.780000', '154639.782000', '154639.785000', '154639.788000', '154639.790000', '154639.793000', '154639.795000', '154639.798000', '154639.801000', '154639.803000', '154639.806000', '154639.808000', '154639.811000', '154639.814000', '154639.816000', '154639.819000', '154659.710000', '154659.712000', '154659.715000', '154659.718000', '154659.720000', '154659.723000', '154659.725000', '154659.728000', '154659.730000', '154659.733000', '154659.736000', '154659.738000', '154659.741000', '154659.743000', '154659.746000', '154659.749000', '154659.751000', '154659.754000', '154659.756000', '154659.759000', '154659.762000', '154659.764000', '154659.767000', '154659.769000', '154659.772000', '154659.775000', '154659.777000', '154659.780000', '154659.782000', '154659.785000', '154659.788000', '154659.790000', '154659.793000', '154659.795000', '154659.798000', '154659.801000', '154659.803000', '154659.806000', '154659.809000', '154659.814000', '154659.817000', '154659.819000', '154659.822000', '154659.825000', '154719.709000', '154719.712000', '154719.715000', '154719.718000', '154719.720000', '154719.723000', '154719.725000', '154719.728000', '154719.731000', '154719.733000', '154719.736000', '154719.738000', '154719.741000', '154719.744000', '154719.746000', '154719.749000', '154719.751000', '154719.754000', '154719.757000', '154719.759000', '154719.762000', '154719.764000', '154719.767000', '154719.770000', '154719.772000', '154719.775000', '154719.778000', '154719.781000', '154719.784000', '154719.786000', '154719.789000', '154719.791000', '154719.794000', '154719.796000', '154719.799000', '154719.802000', '154719.804000', '154719.807000', '154719.810000', '154719.812000', '154719.815000', '154719.818000', '154719.820000', '154739.710000', '154739.712000', '154739.715000', '154739.718000', '154739.720000', '154739.723000', '154739.726000', '154739.728000', '154739.731000', '154739.733000', '154739.736000', '154739.739000', '154739.741000', '154739.744000', '154739.747000', '154739.749000', '154739.752000', '154739.754000', '154739.757000', '154739.760000', '154739.762000', '154739.765000', '154739.768000', '154739.770000', '154739.773000', '154739.775000', '154739.778000', '154739.781000', '154739.783000', '154739.786000', '154739.788000', '154739.791000', '154739.794000', '154739.796000', '154739.799000', '154739.801000', '154739.804000', '154739.807000', '154739.810000', '154739.812000', '154739.815000', '154739.817000', '154739.820000', '154739.823000', '154759.711000', '154759.713000', '154759.716000', '154759.719000', '154759.721000', '154759.724000', '154759.726000', '154759.729000', '154759.732000', '154759.734000', '154759.737000', '154759.739000', '154759.742000', '154759.744000', '154759.747000', '154759.750000', '154759.752000', '154759.755000', '154759.757000', '154759.760000', '154759.763000', '154759.765000', '154759.768000', '154759.770000', '154759.773000', '154759.776000', '154759.778000', '154759.781000', '154759.783000', '154759.786000', '154759.788000', '154759.791000', '154759.794000', '154759.796000', '154759.799000', '154759.821000', '154759.824000', '154759.826000', '154759.829000', '154759.831000', '154759.834000', '154759.837000', '154759.839000', '154819.711000', '154819.713000', '154819.716000', '154819.719000', '154819.721000', '154819.724000', '154819.726000', '154819.729000', '154819.731000', '154819.734000', '154819.737000', '154819.739000', '154819.742000', '154819.744000', '154819.747000', '154819.750000', '154819.752000', '154819.755000', '154819.757000', '154819.760000', '154819.763000', '154819.765000', '154819.768000', '154819.771000', '154819.773000', '154819.776000', '154819.778000', '154819.781000', '154819.784000', '154819.786000', '154819.789000', '154819.791000', '154819.794000', '154819.797000', '154819.799000', '154819.802000', '154819.805000', '154819.807000', '154819.810000', '154819.812000', '154819.815000', '154819.818000', '154819.820000', '154838.440000', '154838.443000', '154838.445000', '154838.448000', '154838.451000', '154838.453000', '154838.456000', '154838.459000', '154838.461000', '154838.464000', '154838.466000', '154838.469000', '154838.472000', '154838.474000', '154838.477000', '154838.479000', '154838.482000', '154838.485000', '154838.487000', '154838.490000', '154838.493000', '154838.495000', '154838.498000', '154838.501000', '154838.503000', '154838.506000', '154838.508000', '154838.511000', '154838.514000', '154838.516000', '154838.519000', '154838.522000', '154838.524000', '154838.527000', '154838.529000', '154838.532000', '154838.535000', '154838.537000', '154838.540000', '154838.542000', '154838.545000', '154838.548000'], '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': [9017, 10027, 8222, 8906, 8537, 9390, 11702, 9007, 11355, 8599, 11191, 8524, 10359, 8309, 10638, 8438, 11388, 8257, 8852, 10042, 8757, 11887, 8498, 10266, 8469, 9842, 8228, 8934, 11573, 9228, 11511, 8341, 10469, 8347, 9503, 8029, 9062, 12307, 9880, 11147, 8386, 10083, 7932, 9048, 11177, 8486, 10834, 8447, 10008, 7961, 9046, 10978, 8774, 11911, 8601, 10801, 8506, 9730, 8137, 8711, 9172, 9347, 8287, 9065, 9593, 8689, 12296, 8466, 9407, 8174, 8797, 11722, 8568, 10188, 8481, 9568, 8311, 9053, 8537, 8723, 8157, 8684, 12843, 8707, 12230, 8731, 10814, 8232, 9653, 8811, 8830, 12214, 8558, 11884, 8538, 10116, 8578, 9978, 8098, 8912, 12804, 8530, 11755, 8437, 11161, 8267, 8648, 8323, 8993, 8003, 9144, 11607, 8704, 11531, 8362, 9694, 12087, 8495, 11592, 8461, 9401, 7897, 8731, 11972, 8592, 11011, 8421, 10764, 8290, 9932, 8290, 8587, 8077, 8733, 8369, 8799, 12792, 9309, 10610, 8670, 9544, 9743, 8610, 11435, 8359, 10476, 8213, 9094, 10714, 8592, 10501, 8588, 9572, 8372, 9389, 8534, 8605, 8087, 8774, 8750, 9815, 8392, 9760, 11963, 8772, 12177, 9384, 10042, 8498, 9574, 8539, 8688, 11271, 8698, 11326, 8604, 10077, 8047, 9243, 8301, 8844, 11452, 8775, 11368, 8466, 9959, 8545, 9406, 8745, 12787, 8888, 11468, 8480, 8906, 12055, 8854, 9639, 8563, 10278, 8760, 9329, 8193, 9112, 10744, 8658, 11837, 8752, 10360, 8697, 10892, 9122, 12096, 8793, 11655, 8859, 10656, 8730, 11027, 8386, 8863, 8616, 9155, 12788, 8571, 11006, 8701, 10264, 8329, 9159, 9991, 8896, 11074, 8852, 12032, 8895, 10256, 8809, 12307, 8643, 10982, 8415, 9402, 8535, 8946, 11488, 8894, 11352, 8604, 9788, 8162, 9053, 9480, 8884, 11471, 8949, 8432, 8425, 8336, 9018, 8626, 11641, 10509, 8689, 10740, 8509, 10209, 8554, 10388, 8322, 9173, 8043, 8954, 11533, 8876, 8639, 9151, 8857, 9283, 12216, 8560, 10105, 8664, 9347, 8654, 8898, 11943, 8607, 8740, 8991, 8413, 8689, 12667, 9301, 10897, 8257, 9208, 9971, 8519, 9846, 8529, 10837, 8571, 9187, 8489, 8904, 8250, 8851, 10910, 8660, 11049, 8694, 10542, 8691, 10495, 8571, 8927, 13015, 8684, 11091, 8677, 9788, 8166, 9168, 10760, 8699, 10190, 8815, 10429, 8682, 10861, 8564, 10057, 8250, 9292, 11553, 8637, 8000, 8967, 10317, 8829, 11001, 8758, 8989, 9018, 11256, 8636, 10458, 9726, 9113, 8454, 8849, 11872, 8764, 10348, 8667, 9841, 8329, 10760, 7992, 8777, 8672, 9050, 11680, 8727, 8725, 8705, 11808, 8728, 10913, 8359, 9221, 8390, 9470, 11046, 8719, 7842, 8708, 11732, 8821, 11477, 8455, 10746, 8306, 9624, 8677, 11376, 8635, 11141, 8556, 9669, 12977, 11034, 10900, 8632, 10653, 8750, 10994, 8517, 9590, 8099, 8831, 10032, 8608, 8055, 8975, 11694, 8929, 11550, 8496, 10785, 8722, 10121, 8987, 12148, 8981, 9573, 8899, 11307, 8481, 10284, 10691, 8708, 11283, 8689, 11205, 8606, 9858, 8485, 8915, 8392, 8866, 9963, 8675, 10681, 8738, 11111, 8551, 9921, 8084, 8975, 12338, 9530, 11446, 8396, 10296, 8139, 8972, 12796, 8591, 10065, 8613, 9137, 8339, 9214, 8288, 9165, 10244, 8521, 11657, 8547, 10257, 8505, 10007, 8458, 10684, 8872, 9355, 8403, 10415, 12446, 10174, 11170, 8540, 10788, 8146, 9165, 8545, 8902, 8492, 8721, 12131, 8752, 11264, 8521, 10624, 8494, 10053, 8388, 10043, 7989, 8966, 11509, 8657, 11248, 8548, 10866, 9027, 10170, 8400, 8716, 8681, 8809, 11926, 9111, 10921, 8084, 9086, 8871, 8651, 12628, 8825, 9765, 8720, 8701, 8824, 11762, 9196, 8206, 9046, 11649, 9478, 11624, 9271, 9905, 8296, 9418, 8451, 10096, 8460, 9304, 8305, 8910, 10961, 8860, 12445, 9001, 10178, 8954, 10270, 8902, 12052, 8990, 9454, 8779, 11147, 8561, 10814, 8261, 8659, 7855, 8911, 11601, 8610, 11659, 8482, 10195, 8760, 11528, 8736, 11456, 8365, 9430, 9052, 8926, 12247, 8969, 9079, 8753, 8039, 9045, 8901, 8951, 8578, 11197, 8676, 11873, 9036, 12503, 8406, 10119, 9004, 10956, 8858, 10001, 8835, 9967, 8612, 8840, 11258, 8773, 8131, 8751, 8342, 10218, 8646, 10010, 8830, 9287, 11890, 8798, 11887, 10773, 8233, 8548, 13071, 9753, 10830, 8471, 9167, 8154, 8854, 8247, 9272, 11047, 8463, 7819, 8926, 8995, 11734, 8521, 10047, 8770, 10233, 9071, 12047, 9203, 10129, 8410, 9149, 8696, 9325, 11131, 8764, 11005, 9000, 10803, 9064, 10722, 8586, 10147, 8516, 10172, 8572, 9255, 8047, 9078, 8489, 11026, 8941, 12293, 8765, 12011, 8665, 11611, 9948, 9879, 8721, 8928, 11612, 8906, 11111, 8754, 10047, 8226, 9225, 11839, 9202, 11776, 9010, 10595, 8923, 10168, 8501, 9365, 11211, 8842, 9895, 8963, 10792, 8820, 10370, 8577, 8858, 11100, 9035, 10964, 8965, 10310, 8621, 8765, 8644, 9000, 12293, 8921, 10930, 8616, 9883, 9079, 8903, 12151, 8722, 9830, 8888, 9309, 8978, 10960, 8972, 8909, 9427, 10671, 8923, 12285, 8782, 10607, 8738, 9601, 8768, 9027, 8562, 8591, 8026, 8808, 8836, 12122, 8686, 11449, 8854, 12052, 8359, 10503, 8374, 8807, 11808, 8859, 10507, 8576, 9173, 8621, 9120, 11866, 8946, 8293, 8949, 9187, 9209, 12636, 9227, 11304, 8758, 10428, 8597, 9799, 11784, 8658, 7958, 8980, 12617, 8981, 12064, 8795, 11259, 8271, 9581, 8641, 10019, 8144, 9235, 9212, 8899, 12778, 9415, 10689, 8756, 10897, 8649, 10940, 8506, 9077, 8586, 8976, 12100, 8956, 10670, 8582, 9298, 7862, 8978, 12870, 8912, 9710, 8706, 9758, 8126, 8998, 10049, 8951, 10488, 8803, 10542, 8357, 10239, 8117, 9141, 11609, 8974, 11158, 8707, 9932, 8020, 9074, 10424, 9018, 11707, 9183, 11138, 9055, 10177, 9018, 11728, 8870, 10996, 8943, 10699, 9296, 9134, 13047, 9835, 10532, 8762, 9698, 8573, 9710, 8640, 9150, 12514, 8973, 11637, 8745, 10356, 8950, 10630, 8932, 11316, 8355, 10410, 8696, 9587, 12178, 9348, 11727, 9120, 9846, 9012, 9924, 9030, 12062, 8871, 9741, 8066, 8915, 11426, 9008, 11095, 8785, 10828, 7981, 9251, 10875, 9101, 9221, 8961, 9849, 9285, 10620, 8874, 8429, 9010, 12536, 9044, 12232, 8649, 11713, 8101, 11260, 8115, 9250, 11735, 9044, 8085, 8577, 8229, 10381, 11099, 8610, 11436, 8543, 9083, 8449, 9604, 9014, 11228, 8834, 8569, 11029, 8707, 8536, 8570, 11893, 8866, 9966, 8475, 9164, 9131, 9021, 12906, 8391, 12324, 8680, 11799, 8668, 11076, 8942, 12336, 8826, 10189, 8727, 10427, 8651, 11646, 9185, 10016, 8500, 11167, 8568, 8405, 8925, 8522, 11547, 8769, 10686, 8343, 8885, 8850, 8802, 11869, 8526, 10596, 8181, 10334, 8333, 10266, 8898, 10459, 8439, 10755, 8935, 10865, 8576, 8131, 8686, 11863, 8919, 11622, 8392, 9751, 7893, 8961, 12011, 8596, 11166, 8973, 9489, 8210, 9077, 8262, 9723, 9041, 9782, 8892, 10585, 8564, 11724, 9160, 9096, 11995, 8751, 10703, 8283, 9820, 8368, 9249, 8148, 9441, 11861, 8700, 11546, 8730, 7846, 9338, 8432, 9062, 11533, 9915, 11307, 8531, 10404, 8030, 8688, 12349, 8555, 10974, 8510, 10971, 8727, 11260, 8413, 10056, 8555, 9908, 8471, 10715, 8297, 9040, 8299, 9493, 8198, 9252, 8473, 8614, 8295, 9773, 10471, 8856, 12002, 9542, 10246, 8708, 10718, 8214, 10005, 8123, 9327, 8825, 8724, 11494, 8557, 9549, 9189, 11171, 8561, 11219, 8650, 10094, 8634, 10014, 8820, 12126, 8948, 11542, 8240, 10164, 9995, 9063, 12684, 8588, 10987, 8462, 10337, 8420, 11744, 8311, 9804, 8113, 9348, 9715, 8893, 9692, 9231, 11190, 8917, 11350, 9208, 8163, 9516, 8348, 9183, 12556, 10399, 10311, 8440, 9936, 8158, 8902, 9758, 9199, 10843, 8538, 10952, 8536, 11105, 8035, 9323, 11014, 8442, 11627, 8492, 10482, 8376, 9673, 8497, 10226, 8621, 10259, 8326, 10209, 9614, 8899, 12088, 8812, 11044, 8583, 10474, 8408, 10371, 8049, 8976, 8429, 10121, 8572, 9565, 8733, 9872, 9199, 11492, 11271, 9791, 9638, 9007, 11489, 8582, 11105, 8639, 10151, 8439, 9876, 8730, 10662, 8563, 9391, 8128, 9419, 8831, 11162, 8744, 11229, 8949, 11631, 8858, 10496, 9371, 8747, 7927, 9107, 9883, 8692, 11068, 8480, 8294, 9129, 7937, 9208, 12493, 9180, 9952, 8399, 9654, 8297, 9014, 11674, 8571, 7767, 9356, 8136, 8927, 8527, 9491, 8482, 9954, 13045, 10348, 11167, 8770, 9883, 8388, 9248, 10638, 8666, 11123, 9155, 10419, 8289, 9640, 8363, 10121, 8626, 10439, 8351, 10266, 8949, 11222, 8216, 11316, 8713, 9804, 8730, 8463, 9032, 12542, 9826, 12354, 9197, 10858, 8581, 8354, 9129, 9236, 13099, 8974, 10979, 8877, 10621, 10240, 10366, 8700, 10717, 8877, 8203, 9008, 9313, 8733, 11146, 8878, 10045, 8270, 8856, 8330, 9160, 10982, 8639, 11308, 9152, 10484, 8081, 9799, 8585, 9094, 9176, 8867, 8020, 8478, 8290, 9470, 9072, 11190, 8857, 11193, 8465, 10038, 11373, 9290, 10454, 8450, 10945, 8538, 11299, 8679, 10473, 8681, 10171, 8564, 11387, 8506, 9397, 9629, 11559, 8724, 10646, 8203, 9347, 8396, 8867, 11583, 8936, 10621, 8610, 10160, 8750, 11049, 8464, 9831, 8092, 9097, 9922, 9118, 8289, 8921, 8240, 9013, 8627, 10881, 8860, 10781, 8444, 9229, 13048, 11973, 10668, 8712, 10351, 8531, 10681, 8325, 9059, 8071, 9032, 8172, 10361, 8517, 9686, 8395, 9154, 11101, 8846, 11893, 9235, 9989, 8568, 9541, 8721, 11240, 8801, 9150, 9264, 11501, 8769, 10810, 8486, 9780, 8309, 9312, 10215, 8817, 10984, 8810, 10189, 8759, 10266, 8916, 11594, 8993, 10416, 8542, 9388, 8791, 11612, 8924, 11197, 8562, 10507, 8330, 8985, 12027, 9472, 9290, 8776, 10192, 8929, 10856, 8835, 8336, 9054, 8668, 9096, 10043, 8923, 7928, 9628, 8200, 9050, 11015, 9543, 8949, 9159, 12162, 10615, 10598, 8853, 10253, 8926, 10918, 8428, 9251, 8225, 9248, 8776, 11017, 8886, 10433, 8340, 9981, 10542, 9172, 9204, 9136, 8895, 9100, 8425, 10046, 8578, 10536, 12913, 12210, 11012, 8681, 10286, 8856, 10709, 8895, 10728, 9024, 11674, 9445, 10346, 8656, 8966, 8934, 9345, 9777, 8347, 9442, 11931, 9606, 11672, 9316, 9826, 8545, 9163, 8391, 9619, 8617, 9663, 8156, 9292, 9889, 8925, 11286, 8860, 10131, 8975, 8277, 8980, 8475, 9296, 9770, 9032, 12061, 9441, 10987, 9253, 9550, 8450, 9979, 8576, 10031, 8140, 9251, 8675, 9487, 10560, 9274, 9939, 9072, 10896, 8989, 10250, 8443, 9180, 7921, 9110, 8194, 10118, 8804, 11305, 8614, 10735, 8872, 9169, 12861, 10467, 10546, 8741, 10008, 8642, 9400, 10449, 8843, 10664, 8812, 9355, 8655, 9409, 8547, 10246, 8691, 9826, 8615, 11740, 8102, 9772, 8028, 9485, 12026, 8758, 10578, 8647, 9808, 8078, 9292, 10844, 9065, 10305, 8729, 8192, 9212, 9782, 8894, 8348, 9181, 12639, 9172, 11226, 8522, 9638, 8240, 9264, 8830, 9074, 11688, 8836, 11243, 8854, 10024, 9058, 11280, 8829, 10277, 8549, 9952, 8512, 10220, 8614, 9811, 8709, 9583, 9189, 11702, 8511, 9408, 8404, 9164, 12838, 10462, 10659, 8814, 9649, 8553, 10418, 8667, 9372, 8518, 10394, 8548, 11839, 8926, 10750, 8997, 11114, 9316, 12235, 9997, 10861, 8621, 9451, 8292, 9266, 9228, 8820, 7989, 9327, 8102, 9255, 8816, 11042, 8878, 10539, 8029, 9166, 10987, 9051, 7966, 9141, 8398, 10087, 8687, 12087, 9096, 11351, 8388, 9206, 10025, 9108, 8148, 9431, 9183, 9051, 11681, 9859, 10810, 8900, 11020, 9075, 10468, 8397, 10099, 7990, 9355, 8462, 9679, 8341, 9502], 'WindowCenter': [4709.0, 4703.0, 4671.0, 4678.0, 4665.0, 4676.0, 4693.0, 4664.0, 4681.0, 4653.0, 4683.0, 4652.0, 4673.0, 4653.0, 4671.0, 4652.0, 4694.0, 4653.0, 4653.0, 4661.0, 4642.0, 4683.0, 4641.0, 4658.0, 4642.0, 4661.0, 4640.0, 4652.0, 4680.0, 4650.0, 4679.0, 4654.0, 4673.0, 4653.0, 4663.0, 4643.0, 4664.0, 4692.0, 4673.0, 4683.0, 4653.0, 4671.0, 4630.0, 4654.0, 4669.0, 4651.0, 4668.0, 4640.0, 4659.0, 4629.0, 4654.0, 4670.0, 4642.0, 4669.0, 4640.0, 4670.0, 4650.0, 4661.0, 4630.0, 4652.0, 4650.0, 4661.0, 4642.0, 4651.0, 4659.0, 4651.0, 4679.0, 4639.0, 4650.0, 4638.0, 4640.0, 4678.0, 4640.0, 4659.0, 4652.0, 4660.0, 4639.0, 4651.0, 4651.0, 4651.0, 4639.0, 4652.0, 4689.0, 4652.0, 4679.0, 4639.0, 4658.0, 4629.0, 4649.0, 4639.0, 4639.0, 4675.0, 4638.0, 4666.0, 4637.0, 4658.0, 4639.0, 4658.0, 4629.0, 4649.0, 4688.0, 4652.0, 4678.0, 4640.0, 4668.0, 4638.0, 4650.0, 4639.0, 4650.0, 4640.0, 4675.0, 4682.0, 4652.0, 4681.0, 4642.0, 4660.0, 4677.0, 4639.0, 4669.0, 4629.0, 4648.0, 4628.0, 4640.0, 4678.0, 4651.0, 4670.0, 4640.0, 4670.0, 4640.0, 4672.0, 4641.0, 4640.0, 4629.0, 4652.0, 4640.0, 4652.0, 4691.0, 4661.0, 4669.0, 4640.0, 4662.0, 4648.0, 4639.0, 4667.0, 4639.0, 4657.0, 4638.0, 4651.0, 4668.0, 4650.0, 4667.0, 4650.0, 4659.0, 4640.0, 4661.0, 4651.0, 4650.0, 4643.0, 4654.0, 4652.0, 4673.0, 4642.0, 4674.0, 4682.0, 4651.0, 4680.0, 4651.0, 4662.0, 4640.0, 4660.0, 4640.0, 4640.0, 4668.0, 4639.0, 4668.0, 4639.0, 4660.0, 4629.0, 4647.0, 4638.0, 4650.0, 4669.0, 4651.0, 4679.0, 4641.0, 4658.0, 4650.0, 4659.0, 4653.0, 4692.0, 4651.0, 4671.0, 4639.0, 4650.0, 4668.0, 4650.0, 4648.0, 4651.0, 4658.0, 4640.0, 4652.0, 4640.0, 4661.0, 4670.0, 4651.0, 4681.0, 4654.0, 4672.0, 4653.0, 4681.0, 4663.0, 4692.0, 4654.0, 4680.0, 4650.0, 4671.0, 4641.0, 4670.0, 4641.0, 4649.0, 4638.0, 4650.0, 4688.0, 4642.0, 4669.0, 4650.0, 4659.0, 4640.0, 4660.0, 4659.0, 4662.0, 4670.0, 4652.0, 4678.0, 4650.0, 4669.0, 4662.0, 4690.0, 4651.0, 4670.0, 4640.0, 4650.0, 4639.0, 4650.0, 4669.0, 4651.0, 4670.0, 4640.0, 4659.0, 4640.0, 4652.0, 4659.0, 4651.0, 4680.0, 4662.0, 4653.0, 4653.0, 4653.0, 4664.0, 4665.0, 4706.0, 4683.0, 4654.0, 4681.0, 4651.0, 4660.0, 4641.0, 4671.0, 4640.0, 4651.0, 4630.0, 4652.0, 4680.0, 4663.0, 4650.0, 4662.0, 4651.0, 4662.0, 4692.0, 4653.0, 4661.0, 4641.0, 4651.0, 4638.0, 4651.0, 4679.0, 4642.0, 4640.0, 4650.0, 4641.0, 4652.0, 4690.0, 4661.0, 4669.0, 4639.0, 4649.0, 4658.0, 4639.0, 4647.0, 4639.0, 4656.0, 4637.0, 4648.0, 4637.0, 4649.0, 4640.0, 4651.0, 4669.0, 4652.0, 4681.0, 4652.0, 4670.0, 4652.0, 4672.0, 4650.0, 4652.0, 4690.0, 4642.0, 4668.0, 4639.0, 4650.0, 4628.0, 4649.0, 4657.0, 4638.0, 4655.0, 4648.0, 4668.0, 4650.0, 4670.0, 4652.0, 4661.0, 4640.0, 4662.0, 4680.0, 4651.0, 4630.0, 4662.0, 4670.0, 4652.0, 4671.0, 4655.0, 4649.0, 4663.0, 4680.0, 4651.0, 4671.0, 4649.0, 4649.0, 4629.0, 4649.0, 4678.0, 4640.0, 4656.0, 4638.0, 4659.0, 4640.0, 4682.0, 4641.0, 4652.0, 4650.0, 4665.0, 4680.0, 4653.0, 4650.0, 4652.0, 4681.0, 4651.0, 4670.0, 4639.0, 4649.0, 4627.0, 4650.0, 4668.0, 4638.0, 4627.0, 4639.0, 4677.0, 4649.0, 4668.0, 4640.0, 4667.0, 4638.0, 4650.0, 4639.0, 4678.0, 4640.0, 4680.0, 4640.0, 4659.0, 4676.0, 4670.0, 4656.0, 4637.0, 4655.0, 4637.0, 4657.0, 4626.0, 4646.0, 4626.0, 4637.0, 4646.0, 4637.0, 4626.0, 4648.0, 4666.0, 4650.0, 4679.0, 4639.0, 4667.0, 4640.0, 4659.0, 4652.0, 4680.0, 4662.0, 4660.0, 4664.0, 4681.0, 4651.0, 4671.0, 4659.0, 4639.0, 4667.0, 4639.0, 4669.0, 4639.0, 4659.0, 4641.0, 4651.0, 4640.0, 4653.0, 4661.0, 4653.0, 4671.0, 4664.0, 4682.0, 4654.0, 4672.0, 4642.0, 4664.0, 4692.0, 4664.0, 4682.0, 4641.0, 4659.0, 4629.0, 4649.0, 4677.0, 4639.0, 4646.0, 4638.0, 4648.0, 4638.0, 4650.0, 4639.0, 4660.0, 4658.0, 4650.0, 4679.0, 4650.0, 4658.0, 4651.0, 4659.0, 4640.0, 4671.0, 4651.0, 4648.0, 4642.0, 4672.0, 4679.0, 4660.0, 4669.0, 4640.0, 4657.0, 4627.0, 4649.0, 4636.0, 4637.0, 4626.0, 4638.0, 4676.0, 4639.0, 4667.0, 4640.0, 4658.0, 4639.0, 4660.0, 4641.0, 4671.0, 4629.0, 4651.0, 4679.0, 4651.0, 4681.0, 4651.0, 4669.0, 4652.0, 4671.0, 4654.0, 4652.0, 4652.0, 4665.0, 4694.0, 4663.0, 4683.0, 4641.0, 4652.0, 4647.0, 4641.0, 4678.0, 4650.0, 4658.0, 4640.0, 4639.0, 4651.0, 4681.0, 4662.0, 4640.0, 4651.0, 4677.0, 4661.0, 4669.0, 4649.0, 4647.0, 4629.0, 4648.0, 4628.0, 4659.0, 4629.0, 4648.0, 4628.0, 4649.0, 4666.0, 4652.0, 4680.0, 4662.0, 4669.0, 4664.0, 4670.0, 4654.0, 4680.0, 4651.0, 4661.0, 4651.0, 4671.0, 4650.0, 4671.0, 4629.0, 4639.0, 4627.0, 4638.0, 4666.0, 4639.0, 4667.0, 4651.0, 4658.0, 4650.0, 4678.0, 4648.0, 4680.0, 4638.0, 4650.0, 4639.0, 4649.0, 4678.0, 4649.0, 4649.0, 4650.0, 4640.0, 4665.0, 4664.0, 4662.0, 4663.0, 4682.0, 4652.0, 4691.0, 4664.0, 4719.0, 4693.0, 4682.0, 4661.0, 4668.0, 4651.0, 4660.0, 4651.0, 4660.0, 4649.0, 4665.0, 4670.0, 4653.0, 4628.0, 4639.0, 4638.0, 4670.0, 4664.0, 4673.0, 4664.0, 4664.0, 4692.0, 4663.0, 4693.0, 4686.0, 4653.0, 4656.0, 4690.0, 4650.0, 4659.0, 4628.0, 4636.0, 4616.0, 4639.0, 4639.0, 4661.0, 4669.0, 4639.0, 4629.0, 4665.0, 4650.0, 4679.0, 4650.0, 4670.0, 4653.0, 4670.0, 4651.0, 4679.0, 4651.0, 4658.0, 4629.0, 4648.0, 4626.0, 4647.0, 4655.0, 4627.0, 4655.0, 4638.0, 4666.0, 4648.0, 4667.0, 4649.0, 4669.0, 4650.0, 4671.0, 4652.0, 4651.0, 4630.0, 4651.0, 4641.0, 4681.0, 4664.0, 4693.0, 4652.0, 4681.0, 4639.0, 4670.0, 4648.0, 4650.0, 4629.0, 4637.0, 4666.0, 4638.0, 4667.0, 4638.0, 4656.0, 4629.0, 4650.0, 4667.0, 4659.0, 4679.0, 4651.0, 4667.0, 4650.0, 4659.0, 4638.0, 4650.0, 4669.0, 4649.0, 4647.0, 4639.0, 4667.0, 4638.0, 4659.0, 4638.0, 4639.0, 4668.0, 4639.0, 4668.0, 4639.0, 4658.0, 4651.0, 4640.0, 4639.0, 4651.0, 4680.0, 4651.0, 4669.0, 4639.0, 4661.0, 4638.0, 4651.0, 4667.0, 4638.0, 4647.0, 4649.0, 4648.0, 4663.0, 4680.0, 4652.0, 4651.0, 4662.0, 4671.0, 4664.0, 4681.0, 4652.0, 4672.0, 4640.0, 4648.0, 4638.0, 4649.0, 4641.0, 4637.0, 4629.0, 4648.0, 4649.0, 4690.0, 4653.0, 4682.0, 4664.0, 4694.0, 4641.0, 4672.0, 4640.0, 4650.0, 4678.0, 4649.0, 4670.0, 4639.0, 4649.0, 4637.0, 4659.0, 4678.0, 4653.0, 4638.0, 4663.0, 4661.0, 4664.0, 4691.0, 4663.0, 4680.0, 4640.0, 4661.0, 4638.0, 4659.0, 4667.0, 4638.0, 4617.0, 4638.0, 4677.0, 4638.0, 4678.0, 4638.0, 4668.0, 4638.0, 4659.0, 4638.0, 4659.0, 4628.0, 4650.0, 4648.0, 4650.0, 4689.0, 4650.0, 4659.0, 4639.0, 4668.0, 4638.0, 4669.0, 4638.0, 4638.0, 4637.0, 4638.0, 4678.0, 4649.0, 4659.0, 4638.0, 4649.0, 4629.0, 4651.0, 4689.0, 4649.0, 4659.0, 4650.0, 4662.0, 4642.0, 4663.0, 4671.0, 4652.0, 4670.0, 4652.0, 4671.0, 4643.0, 4672.0, 4641.0, 4663.0, 4680.0, 4652.0, 4670.0, 4640.0, 4658.0, 4631.0, 4651.0, 4668.0, 4651.0, 4680.0, 4662.0, 4680.0, 4651.0, 4670.0, 4652.0, 4690.0, 4662.0, 4682.0, 4663.0, 4683.0, 4652.0, 4651.0, 4680.0, 4660.0, 4657.0, 4639.0, 4649.0, 4637.0, 4648.0, 4637.0, 4649.0, 4678.0, 4651.0, 4679.0, 4651.0, 4657.0, 4649.0, 4668.0, 4650.0, 4669.0, 4641.0, 4671.0, 4639.0, 4660.0, 4678.0, 4649.0, 4668.0, 4648.0, 4645.0, 4638.0, 4647.0, 4650.0, 4681.0, 4650.0, 4649.0, 4629.0, 4652.0, 4679.0, 4652.0, 4669.0, 4641.0, 4667.0, 4627.0, 4649.0, 4667.0, 4650.0, 4648.0, 4649.0, 4660.0, 4661.0, 4670.0, 4663.0, 4663.0, 4675.0, 4692.0, 4653.0, 4680.0, 4642.0, 4681.0, 4637.0, 4680.0, 4630.0, 4664.0, 4678.0, 4650.0, 4640.0, 4652.0, 4652.0, 4673.0, 4670.0, 4651.0, 4679.0, 4640.0, 4650.0, 4641.0, 4659.0, 4664.0, 4697.0, 4664.0, 4655.0, 4683.0, 4664.0, 4652.0, 4654.0, 4682.0, 4640.0, 4648.0, 4631.0, 4640.0, 4639.0, 4642.0, 4678.0, 4630.0, 4670.0, 4629.0, 4655.0, 4625.0, 4645.0, 4638.0, 4679.0, 4639.0, 4646.0, 4628.0, 4644.0, 4625.0, 4654.0, 4635.0, 4633.0, 4626.0, 4653.0, 4625.0, 4626.0, 4636.0, 4637.0, 4667.0, 4637.0, 4656.0, 4625.0, 4635.0, 4624.0, 4626.0, 4654.0, 4626.0, 4644.0, 4626.0, 4645.0, 4629.0, 4656.0, 4649.0, 4668.0, 4641.0, 4669.0, 4663.0, 4682.0, 4664.0, 4644.0, 4665.0, 4694.0, 4654.0, 4684.0, 4643.0, 4661.0, 4632.0, 4652.0, 4680.0, 4641.0, 4672.0, 4650.0, 4658.0, 4641.0, 4652.0, 4643.0, 4676.0, 4664.0, 4675.0, 4677.0, 4684.0, 4667.0, 4696.0, 4664.0, 4654.0, 4681.0, 4641.0, 4660.0, 4631.0, 4662.0, 4630.0, 4651.0, 4629.0, 4650.0, 4678.0, 4653.0, 4669.0, 4641.0, 4630.0, 4662.0, 4643.0, 4664.0, 4683.0, 4676.0, 4682.0, 4653.0, 4672.0, 4632.0, 4642.0, 4669.0, 4640.0, 4657.0, 4639.0, 4659.0, 4640.0, 4668.0, 4628.0, 4660.0, 4640.0, 4660.0, 4642.0, 4674.0, 4642.0, 4653.0, 4641.0, 4661.0, 4640.0, 4662.0, 4642.0, 4654.0, 4654.0, 4687.0, 4672.0, 4654.0, 4681.0, 4663.0, 4672.0, 4652.0, 4672.0, 4641.0, 4660.0, 4630.0, 4651.0, 4650.0, 4651.0, 4681.0, 4653.0, 4650.0, 4661.0, 4679.0, 4654.0, 4682.0, 4651.0, 4662.0, 4651.0, 4659.0, 4652.0, 4693.0, 4653.0, 4680.0, 4639.0, 4661.0, 4650.0, 4640.0, 4667.0, 4628.0, 4655.0, 4627.0, 4647.0, 4628.0, 4668.0, 4627.0, 4648.0, 4627.0, 4650.0, 4650.0, 4650.0, 4659.0, 4650.0, 4668.0, 4652.0, 4669.0, 4652.0, 4641.0, 4661.0, 4641.0, 4663.0, 4693.0, 4672.0, 4659.0, 4641.0, 4650.0, 4631.0, 4650.0, 4648.0, 4648.0, 4657.0, 4640.0, 4669.0, 4639.0, 4668.0, 4629.0, 4649.0, 4657.0, 4641.0, 4668.0, 4639.0, 4658.0, 4640.0, 4658.0, 4651.0, 4672.0, 4654.0, 4672.0, 4654.0, 4685.0, 4663.0, 4654.0, 4681.0, 4653.0, 4671.0, 4641.0, 4672.0, 4641.0, 4671.0, 4632.0, 4652.0, 4642.0, 4674.0, 4654.0, 4674.0, 4653.0, 4673.0, 4663.0, 4686.0, 4672.0, 4662.0, 4651.0, 4642.0, 4668.0, 4639.0, 4668.0, 4639.0, 4657.0, 4630.0, 4658.0, 4640.0, 4668.0, 4638.0, 4651.0, 4630.0, 4648.0, 4651.0, 4680.0, 4653.0, 4683.0, 4663.0, 4682.0, 4652.0, 4672.0, 4650.0, 4639.0, 4616.0, 4638.0, 4646.0, 4639.0, 4668.0, 4640.0, 4628.0, 4650.0, 4629.0, 4662.0, 4690.0, 4651.0, 4661.0, 4642.0, 4661.0, 4640.0, 4653.0, 4670.0, 4652.0, 4629.0, 4651.0, 4630.0, 4654.0, 4652.0, 4663.0, 4652.0, 4674.0, 4691.0, 4672.0, 4672.0, 4642.0, 4652.0, 4628.0, 4639.0, 4658.0, 4638.0, 4667.0, 4639.0, 4657.0, 4628.0, 4647.0, 4641.0, 4670.0, 4652.0, 4682.0, 4655.0, 4673.0, 4667.0, 4695.0, 4655.0, 4698.0, 4656.0, 4675.0, 4656.0, 4653.0, 4665.0, 4694.0, 4674.0, 4683.0, 4667.0, 4660.0, 4640.0, 4640.0, 4651.0, 4663.0, 4703.0, 4653.0, 4671.0, 4651.0, 4671.0, 4660.0, 4672.0, 4642.0, 4659.0, 4639.0, 4638.0, 4650.0, 4648.0, 4638.0, 4666.0, 4636.0, 4647.0, 4630.0, 4638.0, 4628.0, 4649.0, 4657.0, 4637.0, 4655.0, 4634.0, 4645.0, 4602.0, 4634.0, 4624.0, 4638.0, 4634.0, 4636.0, 4615.0, 4625.0, 4612.0, 4637.0, 4635.0, 4668.0, 4637.0, 4669.0, 4626.0, 4648.0, 4655.0, 4636.0, 4643.0, 4615.0, 4643.0, 4626.0, 4656.0, 4626.0, 4656.0, 4637.0, 4658.0, 4654.0, 4683.0, 4652.0, 4649.0, 4662.0, 4680.0, 4640.0, 4660.0, 4630.0, 4648.0, 4628.0, 4639.0, 4667.0, 4650.0, 4657.0, 4640.0, 4658.0, 4640.0, 4669.0, 4640.0, 4660.0, 4641.0, 4663.0, 4671.0, 4664.0, 4642.0, 4651.0, 4641.0, 4663.0, 4652.0, 4686.0, 4663.0, 4683.0, 4641.0, 4663.0, 4693.0, 4670.0, 4659.0, 4637.0, 4648.0, 4638.0, 4658.0, 4629.0, 4637.0, 4629.0, 4638.0, 4640.0, 4672.0, 4651.0, 4662.0, 4641.0, 4662.0, 4671.0, 4652.0, 4681.0, 4652.0, 4660.0, 4652.0, 4650.0, 4652.0, 4680.0, 4664.0, 4662.0, 4664.0, 4681.0, 4653.0, 4672.0, 4641.0, 4661.0, 4630.0, 4649.0, 4658.0, 4650.0, 4669.0, 4650.0, 4658.0, 4642.0, 4660.0, 4652.0, 4680.0, 4651.0, 4672.0, 4652.0, 4661.0, 4655.0, 4683.0, 4664.0, 4682.0, 4655.0, 4672.0, 4641.0, 4652.0, 4679.0, 4651.0, 4637.0, 4639.0, 4657.0, 4650.0, 4668.0, 4651.0, 4640.0, 4651.0, 4653.0, 4662.0, 4661.0, 4664.0, 4654.0, 4705.0, 4681.0, 4664.0, 4671.0, 4662.0, 4639.0, 4650.0, 4678.0, 4660.0, 4657.0, 4638.0, 4657.0, 4638.0, 4659.0, 4627.0, 4636.0, 4627.0, 4648.0, 4639.0, 4671.0, 4652.0, 4670.0, 4641.0, 4672.0, 4670.0, 4652.0, 4652.0, 4650.0, 4651.0, 4652.0, 4643.0, 4671.0, 4651.0, 4674.0, 4691.0, 4681.0, 4657.0, 4628.0, 4657.0, 4638.0, 4658.0, 4649.0, 4667.0, 4651.0, 4681.0, 4661.0, 4659.0, 4642.0, 4650.0, 4654.0, 4661.0, 4673.0, 4642.0, 4665.0, 4680.0, 4661.0, 4670.0, 4638.0, 4647.0, 4627.0, 4637.0, 4628.0, 4649.0, 4638.0, 4649.0, 4628.0, 4650.0, 4657.0, 4650.0, 4670.0, 4650.0, 4659.0, 4651.0, 4641.0, 4663.0, 4654.0, 4663.0, 4661.0, 4651.0, 4680.0, 4649.0, 4658.0, 4638.0, 4636.0, 4628.0, 4648.0, 4636.0, 4648.0, 4630.0, 4649.0, 4640.0, 4662.0, 4660.0, 4650.0, 4649.0, 4640.0, 4659.0, 4639.0, 4660.0, 4630.0, 4650.0, 4628.0, 4639.0, 4639.0, 4672.0, 4651.0, 4682.0, 4652.0, 4683.0, 4652.0, 4664.0, 4680.0, 4662.0, 4658.0, 4629.0, 4648.0, 4627.0, 4640.0, 4648.0, 4627.0, 4645.0, 4636.0, 4637.0, 4639.0, 4647.0, 4637.0, 4659.0, 4651.0, 4661.0, 4654.0, 4693.0, 4642.0, 4663.0, 4631.0, 4662.0, 4681.0, 4652.0, 4662.0, 4639.0, 4649.0, 4618.0, 4639.0, 4658.0, 4639.0, 4648.0, 4640.0, 4630.0, 4652.0, 4673.0, 4653.0, 4643.0, 4663.0, 4681.0, 4652.0, 4671.0, 4640.0, 4649.0, 4629.0, 4650.0, 4639.0, 4640.0, 4668.0, 4639.0, 4657.0, 4639.0, 4649.0, 4652.0, 4670.0, 4641.0, 4658.0, 4640.0, 4661.0, 4641.0, 4671.0, 4651.0, 4675.0, 4654.0, 4676.0, 4665.0, 4696.0, 4653.0, 4664.0, 4643.0, 4663.0, 4691.0, 4672.0, 4660.0, 4640.0, 4650.0, 4641.0, 4660.0, 4639.0, 4638.0, 4640.0, 4658.0, 4640.0, 4679.0, 4654.0, 4671.0, 4654.0, 4672.0, 4664.0, 4693.0, 4662.0, 4660.0, 4629.0, 4638.0, 4628.0, 4638.0, 4636.0, 4637.0, 4617.0, 4646.0, 4628.0, 4650.0, 4650.0, 4681.0, 4652.0, 4672.0, 4633.0, 4663.0, 4669.0, 4652.0, 4630.0, 4650.0, 4642.0, 4673.0, 4654.0, 4693.0, 4653.0, 4684.0, 4642.0, 4654.0, 4660.0, 4651.0, 4630.0, 4650.0, 4649.0, 4653.0, 4670.0, 4661.0, 4659.0, 4640.0, 4660.0, 4640.0, 4659.0, 4629.0, 4648.0, 4619.0, 4638.0, 4629.0, 4651.0, 4629.0, 4648.0], 'WindowWidth': [10320.0, 10296.0, 10247.0, 10251.0, 10228.0, 10244.0, 10263.0, 10224.0, 10242.0, 10206.0, 10244.0, 10204.0, 10230.0, 10205.0, 10226.0, 10204.0, 10262.0, 10205.0, 10204.0, 10211.0, 10187.0, 10243.0, 10186.0, 10205.0, 10188.0, 10213.0, 10184.0, 10204.0, 10238.0, 10198.0, 10235.0, 10210.0, 10234.0, 10205.0, 10218.0, 10192.0, 10222.0, 10258.0, 10234.0, 10246.0, 10204.0, 10227.0, 10169.0, 10207.0, 10222.0, 10199.0, 10217.0, 10184.0, 10208.0, 10166.0, 10207.0, 10223.0, 10186.0, 10219.0, 10183.0, 10225.0, 10197.0, 10211.0, 10168.0, 10201.0, 10197.0, 10213.0, 10188.0, 10200.0, 10207.0, 10199.0, 10234.0, 10181.0, 10194.0, 10177.0, 10182.0, 10232.0, 10185.0, 10205.0, 10201.0, 10211.0, 10181.0, 10201.0, 10199.0, 10198.0, 10182.0, 10202.0, 10248.0, 10202.0, 10236.0, 10179.0, 10202.0, 10166.0, 10192.0, 10179.0, 10179.0, 10224.0, 10176.0, 10210.0, 10175.0, 10203.0, 10178.0, 10205.0, 10164.0, 10196.0, 10245.0, 10200.0, 10232.0, 10184.0, 10218.0, 10177.0, 10196.0, 10181.0, 10197.0, 10183.0, 10242.0, 10244.0, 10202.0, 10240.0, 10189.0, 10211.0, 10229.0, 10178.0, 10218.0, 10164.0, 10188.0, 10164.0, 10182.0, 10232.0, 10200.0, 10223.0, 10183.0, 10222.0, 10183.0, 10233.0, 10186.0, 10184.0, 10167.0, 10203.0, 10183.0, 10204.0, 10255.0, 10214.0, 10220.0, 10182.0, 10214.0, 10189.0, 10181.0, 10214.0, 10178.0, 10200.0, 10175.0, 10198.0, 10217.0, 10196.0, 10215.0, 10197.0, 10209.0, 10184.0, 10215.0, 10198.0, 10198.0, 10189.0, 10208.0, 10203.0, 10233.0, 10189.0, 10235.0, 10243.0, 10201.0, 10237.0, 10198.0, 10210.0, 10182.0, 10209.0, 10182.0, 10183.0, 10218.0, 10181.0, 10217.0, 10179.0, 10210.0, 10165.0, 10188.0, 10177.0, 10196.0, 10220.0, 10198.0, 10233.0, 10184.0, 10202.0, 10198.0, 10207.0, 10206.0, 10256.0, 10200.0, 10223.0, 10178.0, 10195.0, 10217.0, 10194.0, 10188.0, 10198.0, 10205.0, 10182.0, 10201.0, 10183.0, 10214.0, 10222.0, 10201.0, 10239.0, 10207.0, 10228.0, 10206.0, 10240.0, 10221.0, 10258.0, 10207.0, 10237.0, 10198.0, 10225.0, 10186.0, 10224.0, 10183.0, 10193.0, 10177.0, 10196.0, 10246.0, 10187.0, 10219.0, 10197.0, 10208.0, 10182.0, 10211.0, 10207.0, 10217.0, 10221.0, 10200.0, 10233.0, 10198.0, 10221.0, 10216.0, 10251.0, 10199.0, 10224.0, 10181.0, 10197.0, 10178.0, 10198.0, 10220.0, 10199.0, 10222.0, 10183.0, 10206.0, 10182.0, 10203.0, 10208.0, 10200.0, 10239.0, 10216.0, 10206.0, 10206.0, 10207.0, 10223.0, 10227.0, 10284.0, 10249.0, 10208.0, 10242.0, 10200.0, 10209.0, 10184.0, 10225.0, 10184.0, 10198.0, 10169.0, 10203.0, 10239.0, 10219.0, 10197.0, 10215.0, 10199.0, 10217.0, 10258.0, 10203.0, 10209.0, 10186.0, 10199.0, 10177.0, 10199.0, 10235.0, 10187.0, 10180.0, 10198.0, 10184.0, 10204.0, 10253.0, 10215.0, 10220.0, 10179.0, 10194.0, 10203.0, 10179.0, 10187.0, 10178.0, 10198.0, 10175.0, 10192.0, 10175.0, 10193.0, 10182.0, 10199.0, 10219.0, 10204.0, 10239.0, 10204.0, 10224.0, 10204.0, 10229.0, 10198.0, 10202.0, 10251.0, 10187.0, 10217.0, 10178.0, 10193.0, 10163.0, 10194.0, 10201.0, 10178.0, 10197.0, 10192.0, 10217.0, 10197.0, 10224.0, 10200.0, 10213.0, 10182.0, 10216.0, 10237.0, 10201.0, 10169.0, 10217.0, 10222.0, 10204.0, 10227.0, 10210.0, 10195.0, 10218.0, 10239.0, 10198.0, 10226.0, 10193.0, 10192.0, 10164.0, 10193.0, 10230.0, 10183.0, 10199.0, 10180.0, 10208.0, 10184.0, 10244.0, 10187.0, 10202.0, 10197.0, 10223.0, 10240.0, 10206.0, 10197.0, 10202.0, 10240.0, 10199.0, 10223.0, 10179.0, 10191.0, 10159.0, 10193.0, 10217.0, 10178.0, 10158.0, 10180.0, 10228.0, 10196.0, 10219.0, 10183.0, 10217.0, 10177.0, 10194.0, 10180.0, 10232.0, 10184.0, 10237.0, 10181.0, 10208.0, 10228.0, 10223.0, 10196.0, 10172.0, 10193.0, 10173.0, 10199.0, 10158.0, 10183.0, 10155.0, 10175.0, 10184.0, 10174.0, 10159.0, 10192.0, 10213.0, 10196.0, 10234.0, 10182.0, 10214.0, 10183.0, 10206.0, 10204.0, 10237.0, 10218.0, 10210.0, 10223.0, 10241.0, 10199.0, 10226.0, 10206.0, 10180.0, 10214.0, 10178.0, 10218.0, 10179.0, 10204.0, 10184.0, 10198.0, 10183.0, 10206.0, 10213.0, 10205.0, 10227.0, 10223.0, 10244.0, 10206.0, 10230.0, 10191.0, 10222.0, 10257.0, 10220.0, 10241.0, 10184.0, 10206.0, 10163.0, 10194.0, 10230.0, 10178.0, 10183.0, 10176.0, 10190.0, 10176.0, 10196.0, 10179.0, 10212.0, 10206.0, 10198.0, 10234.0, 10197.0, 10205.0, 10200.0, 10208.0, 10182.0, 10224.0, 10197.0, 10193.0, 10188.0, 10230.0, 10236.0, 10211.0, 10219.0, 10179.0, 10199.0, 10158.0, 10192.0, 10171.0, 10174.0, 10156.0, 10177.0, 10225.0, 10179.0, 10214.0, 10183.0, 10203.0, 10180.0, 10210.0, 10185.0, 10226.0, 10168.0, 10201.0, 10235.0, 10202.0, 10238.0, 10199.0, 10221.0, 10203.0, 10225.0, 10210.0, 10202.0, 10206.0, 10226.0, 10267.0, 10220.0, 10247.0, 10186.0, 10201.0, 10189.0, 10184.0, 10230.0, 10194.0, 10203.0, 10184.0, 10180.0, 10200.0, 10238.0, 10215.0, 10182.0, 10202.0, 10230.0, 10214.0, 10220.0, 10195.0, 10185.0, 10165.0, 10189.0, 10163.0, 10207.0, 10164.0, 10190.0, 10163.0, 10193.0, 10213.0, 10201.0, 10236.0, 10217.0, 10221.0, 10224.0, 10224.0, 10207.0, 10237.0, 10202.0, 10211.0, 10201.0, 10226.0, 10198.0, 10228.0, 10166.0, 10177.0, 10160.0, 10177.0, 10211.0, 10179.0, 10215.0, 10200.0, 10204.0, 10199.0, 10233.0, 10193.0, 10237.0, 10177.0, 10195.0, 10178.0, 10195.0, 10233.0, 10195.0, 10192.0, 10198.0, 10183.0, 10228.0, 10224.0, 10218.0, 10221.0, 10245.0, 10206.0, 10255.0, 10222.0, 10312.0, 10281.0, 10247.0, 10215.0, 10217.0, 10197.0, 10206.0, 10198.0, 10210.0, 10195.0, 10223.0, 10224.0, 10207.0, 10163.0, 10180.0, 10176.0, 10227.0, 10226.0, 10233.0, 10223.0, 10223.0, 10259.0, 10222.0, 10263.0, 10257.0, 10207.0, 10212.0, 10254.0, 10196.0, 10205.0, 10161.0, 10170.0, 10143.0, 10178.0, 10180.0, 10216.0, 10219.0, 10179.0, 10165.0, 10223.0, 10196.0, 10235.0, 10200.0, 10225.0, 10207.0, 10224.0, 10201.0, 10236.0, 10196.0, 10202.0, 10165.0, 10188.0, 10155.0, 10187.0, 10194.0, 10159.0, 10192.0, 10175.0, 10211.0, 10192.0, 10215.0, 10194.0, 10220.0, 10196.0, 10228.0, 10200.0, 10198.0, 10168.0, 10198.0, 10184.0, 10240.0, 10221.0, 10258.0, 10204.0, 10238.0, 10180.0, 10224.0, 10189.0, 10195.0, 10160.0, 10172.0, 10210.0, 10176.0, 10214.0, 10176.0, 10200.0, 10164.0, 10195.0, 10214.0, 10208.0, 10233.0, 10199.0, 10215.0, 10196.0, 10207.0, 10175.0, 10195.0, 10220.0, 10193.0, 10185.0, 10179.0, 10214.0, 10177.0, 10207.0, 10176.0, 10179.0, 10216.0, 10179.0, 10217.0, 10178.0, 10204.0, 10199.0, 10184.0, 10179.0, 10200.0, 10238.0, 10198.0, 10218.0, 10180.0, 10210.0, 10175.0, 10198.0, 10215.0, 10179.0, 10186.0, 10194.0, 10192.0, 10219.0, 10238.0, 10203.0, 10199.0, 10218.0, 10226.0, 10222.0, 10242.0, 10204.0, 10226.0, 10181.0, 10192.0, 10177.0, 10193.0, 10183.0, 10176.0, 10165.0, 10191.0, 10197.0, 10253.0, 10207.0, 10244.0, 10222.0, 10263.0, 10188.0, 10229.0, 10182.0, 10197.0, 10231.0, 10194.0, 10221.0, 10179.0, 10193.0, 10174.0, 10209.0, 10231.0, 10203.0, 10178.0, 10217.0, 10212.0, 10222.0, 10256.0, 10219.0, 10237.0, 10184.0, 10210.0, 10176.0, 10205.0, 10213.0, 10174.0, 10144.0, 10177.0, 10226.0, 10177.0, 10230.0, 10177.0, 10215.0, 10177.0, 10206.0, 10177.0, 10206.0, 10163.0, 10196.0, 10191.0, 10198.0, 10248.0, 10196.0, 10204.0, 10180.0, 10215.0, 10177.0, 10220.0, 10175.0, 10177.0, 10171.0, 10177.0, 10228.0, 10194.0, 10206.0, 10177.0, 10192.0, 10166.0, 10200.0, 10248.0, 10196.0, 10207.0, 10199.0, 10215.0, 10188.0, 10219.0, 10227.0, 10204.0, 10222.0, 10203.0, 10227.0, 10191.0, 10230.0, 10188.0, 10219.0, 10238.0, 10202.0, 10223.0, 10183.0, 10204.0, 10170.0, 10200.0, 10219.0, 10199.0, 10234.0, 10215.0, 10236.0, 10201.0, 10222.0, 10202.0, 10252.0, 10217.0, 10243.0, 10219.0, 10246.0, 10201.0, 10200.0, 10237.0, 10207.0, 10199.0, 10176.0, 10193.0, 10174.0, 10190.0, 10172.0, 10193.0, 10231.0, 10199.0, 10234.0, 10200.0, 10200.0, 10195.0, 10216.0, 10196.0, 10220.0, 10184.0, 10223.0, 10178.0, 10209.0, 10231.0, 10193.0, 10216.0, 10190.0, 10181.0, 10178.0, 10187.0, 10196.0, 10238.0, 10196.0, 10193.0, 10166.0, 10200.0, 10234.0, 10202.0, 10218.0, 10185.0, 10216.0, 10160.0, 10194.0, 10216.0, 10195.0, 10188.0, 10195.0, 10209.0, 10215.0, 10225.0, 10220.0, 10223.0, 10243.0, 10258.0, 10206.0, 10235.0, 10184.0, 10236.0, 10179.0, 10238.0, 10170.0, 10219.0, 10231.0, 10195.0, 10185.0, 10202.0, 10205.0, 10233.0, 10222.0, 10198.0, 10236.0, 10183.0, 10195.0, 10186.0, 10207.0, 10222.0, 10273.0, 10223.0, 10210.0, 10249.0, 10224.0, 10204.0, 10208.0, 10241.0, 10181.0, 10188.0, 10166.0, 10179.0, 10175.0, 10182.0, 10228.0, 10166.0, 10218.0, 10160.0, 10190.0, 10150.0, 10175.0, 10173.0, 10230.0, 10177.0, 10183.0, 10160.0, 10177.0, 10154.0, 10190.0, 10166.0, 10157.0, 10153.0, 10185.0, 10154.0, 10155.0, 10170.0, 10172.0, 10215.0, 10173.0, 10196.0, 10152.0, 10167.0, 10149.0, 10153.0, 10191.0, 10155.0, 10178.0, 10157.0, 10179.0, 10163.0, 10198.0, 10193.0, 10215.0, 10186.0, 10219.0, 10218.0, 10243.0, 10224.0, 10195.0, 10225.0, 10260.0, 10207.0, 10248.0, 10191.0, 10213.0, 10171.0, 10200.0, 10235.0, 10184.0, 10227.0, 10196.0, 10203.0, 10184.0, 10200.0, 10192.0, 10240.0, 10224.0, 10238.0, 10244.0, 10249.0, 10230.0, 10269.0, 10221.0, 10207.0, 10237.0, 10184.0, 10207.0, 10169.0, 10211.0, 10165.0, 10194.0, 10163.0, 10194.0, 10231.0, 10204.0, 10220.0, 10185.0, 10167.0, 10214.0, 10188.0, 10222.0, 10245.0, 10239.0, 10241.0, 10202.0, 10227.0, 10172.0, 10186.0, 10218.0, 10179.0, 10199.0, 10177.0, 10202.0, 10180.0, 10217.0, 10163.0, 10205.0, 10183.0, 10209.0, 10187.0, 10233.0, 10188.0, 10201.0, 10183.0, 10211.0, 10182.0, 10216.0, 10187.0, 10206.0, 10209.0, 10257.0, 10230.0, 10207.0, 10240.0, 10218.0, 10227.0, 10203.0, 10227.0, 10184.0, 10210.0, 10167.0, 10198.0, 10194.0, 10197.0, 10238.0, 10202.0, 10194.0, 10213.0, 10234.0, 10208.0, 10245.0, 10199.0, 10212.0, 10199.0, 10208.0, 10204.0, 10257.0, 10204.0, 10236.0, 10179.0, 10210.0, 10194.0, 10180.0, 10214.0, 10161.0, 10193.0, 10160.0, 10184.0, 10164.0, 10215.0, 10160.0, 10188.0, 10159.0, 10195.0, 10195.0, 10195.0, 10205.0, 10196.0, 10215.0, 10199.0, 10220.0, 10202.0, 10184.0, 10213.0, 10184.0, 10218.0, 10259.0, 10228.0, 10206.0, 10184.0, 10195.0, 10168.0, 10194.0, 10187.0, 10189.0, 10199.0, 10181.0, 10219.0, 10177.0, 10214.0, 10163.0, 10193.0, 10199.0, 10183.0, 10218.0, 10179.0, 10202.0, 10181.0, 10204.0, 10200.0, 10228.0, 10207.0, 10228.0, 10210.0, 10252.0, 10218.0, 10207.0, 10240.0, 10202.0, 10223.0, 10186.0, 10227.0, 10184.0, 10225.0, 10174.0, 10201.0, 10188.0, 10235.0, 10207.0, 10234.0, 10205.0, 10231.0, 10218.0, 10253.0, 10228.0, 10216.0, 10195.0, 10183.0, 10217.0, 10178.0, 10214.0, 10178.0, 10197.0, 10167.0, 10202.0, 10181.0, 10217.0, 10175.0, 10198.0, 10168.0, 10188.0, 10199.0, 10237.0, 10206.0, 10245.0, 10220.0, 10242.0, 10201.0, 10228.0, 10193.0, 10178.0, 10141.0, 10173.0, 10183.0, 10179.0, 10215.0, 10181.0, 10161.0, 10195.0, 10165.0, 10217.0, 10251.0, 10199.0, 10209.0, 10187.0, 10212.0, 10183.0, 10204.0, 10222.0, 10202.0, 10166.0, 10196.0, 10169.0, 10206.0, 10200.0, 10218.0, 10200.0, 10234.0, 10254.0, 10228.0, 10226.0, 10183.0, 10195.0, 10158.0, 10178.0, 10201.0, 10176.0, 10212.0, 10176.0, 10197.0, 10163.0, 10186.0, 10185.0, 10225.0, 10202.0, 10245.0, 10212.0, 10233.0, 10232.0, 10268.0, 10211.0, 10273.0, 10209.0, 10235.0, 10214.0, 10206.0, 10226.0, 10264.0, 10237.0, 10244.0, 10226.0, 10208.0, 10183.0, 10182.0, 10198.0, 10218.0, 10273.0, 10205.0, 10228.0, 10199.0, 10227.0, 10211.0, 10232.0, 10186.0, 10205.0, 10178.0, 10175.0, 10197.0, 10187.0, 10175.0, 10211.0, 10168.0, 10187.0, 10164.0, 10175.0, 10161.0, 10192.0, 10198.0, 10172.0, 10191.0, 10162.0, 10174.0, 10116.0, 10160.0, 10149.0, 10171.0, 10162.0, 10170.0, 10137.0, 10151.0, 10131.0, 10170.0, 10166.0, 10215.0, 10174.0, 10218.0, 10156.0, 10188.0, 10194.0, 10167.0, 10172.0, 10137.0, 10172.0, 10156.0, 10194.0, 10156.0, 10193.0, 10172.0, 10203.0, 10209.0, 10243.0, 10202.0, 10193.0, 10215.0, 10236.0, 10180.0, 10208.0, 10166.0, 10192.0, 10161.0, 10179.0, 10216.0, 10195.0, 10199.0, 10183.0, 10204.0, 10182.0, 10221.0, 10182.0, 10210.0, 10184.0, 10218.0, 10228.0, 10220.0, 10185.0, 10199.0, 10185.0, 10217.0, 10202.0, 10251.0, 10218.0, 10246.0, 10186.0, 10219.0, 10258.0, 10222.0, 10201.0, 10173.0, 10188.0, 10175.0, 10201.0, 10162.0, 10173.0, 10162.0, 10175.0, 10181.0, 10228.0, 10198.0, 10215.0, 10184.0, 10214.0, 10224.0, 10200.0, 10240.0, 10199.0, 10207.0, 10200.0, 10194.0, 10200.0, 10237.0, 10221.0, 10215.0, 10222.0, 10241.0, 10204.0, 10230.0, 10183.0, 10210.0, 10164.0, 10192.0, 10201.0, 10196.0, 10218.0, 10195.0, 10203.0, 10186.0, 10209.0, 10201.0, 10237.0, 10200.0, 10229.0, 10204.0, 10213.0, 10210.0, 10246.0, 10222.0, 10244.0, 10208.0, 10228.0, 10183.0, 10200.0, 10233.0, 10195.0, 10171.0, 10177.0, 10198.0, 10196.0, 10217.0, 10198.0, 10181.0, 10199.0, 10206.0, 10218.0, 10213.0, 10221.0, 10209.0, 10300.0, 10259.0, 10221.0, 10225.0, 10215.0, 10177.0, 10194.0, 10231.0, 10208.0, 10198.0, 10175.0, 10197.0, 10174.0, 10204.0, 10158.0, 10169.0, 10158.0, 10191.0, 10180.0, 10224.0, 10201.0, 10223.0, 10185.0, 10231.0, 10222.0, 10199.0, 10199.0, 10195.0, 10197.0, 10203.0, 10190.0, 10227.0, 10198.0, 10235.0, 10255.0, 10239.0, 10200.0, 10161.0, 10199.0, 10175.0, 10201.0, 10192.0, 10214.0, 10200.0, 10239.0, 10212.0, 10206.0, 10186.0, 10194.0, 10205.0, 10214.0, 10232.0, 10190.0, 10222.0, 10237.0, 10212.0, 10223.0, 10175.0, 10185.0, 10158.0, 10170.0, 10160.0, 10192.0, 10175.0, 10192.0, 10163.0, 10196.0, 10201.0, 10196.0, 10222.0, 10195.0, 10203.0, 10198.0, 10186.0, 10218.0, 10206.0, 10218.0, 10210.0, 10196.0, 10235.0, 10190.0, 10200.0, 10172.0, 10169.0, 10159.0, 10187.0, 10171.0, 10189.0, 10164.0, 10192.0, 10181.0, 10213.0, 10208.0, 10195.0, 10190.0, 10179.0, 10202.0, 10177.0, 10207.0, 10165.0, 10194.0, 10160.0, 10178.0, 10179.0, 10226.0, 10200.0, 10242.0, 10203.0, 10247.0, 10200.0, 10219.0, 10237.0, 10211.0, 10199.0, 10162.0, 10185.0, 10156.0, 10178.0, 10186.0, 10157.0, 10177.0, 10168.0, 10170.0, 10177.0, 10185.0, 10171.0, 10205.0, 10199.0, 10213.0, 10208.0, 10260.0, 10189.0, 10216.0, 10170.0, 10213.0, 10239.0, 10202.0, 10213.0, 10177.0, 10188.0, 10145.0, 10176.0, 10200.0, 10177.0, 10188.0, 10179.0, 10165.0, 10200.0, 10230.0, 10203.0, 10189.0, 10218.0, 10239.0, 10200.0, 10224.0, 10179.0, 10190.0, 10162.0, 10191.0, 10177.0, 10180.0, 10215.0, 10176.0, 10199.0, 10176.0, 10189.0, 10198.0, 10220.0, 10181.0, 10202.0, 10181.0, 10208.0, 10184.0, 10226.0, 10199.0, 10234.0, 10208.0, 10239.0, 10224.0, 10265.0, 10204.0, 10221.0, 10188.0, 10218.0, 10254.0, 10226.0, 10205.0, 10180.0, 10192.0, 10183.0, 10205.0, 10175.0, 10174.0, 10178.0, 10201.0, 10181.0, 10232.0, 10204.0, 10224.0, 10205.0, 10225.0, 10220.0, 10258.0, 10212.0, 10205.0, 10162.0, 10173.0, 10158.0, 10172.0, 10165.0, 10171.0, 10143.0, 10184.0, 10162.0, 10196.0, 10196.0, 10239.0, 10200.0, 10229.0, 10175.0, 10217.0, 10220.0, 10199.0, 10167.0, 10194.0, 10186.0, 10230.0, 10205.0, 10258.0, 10205.0, 10246.0, 10187.0, 10205.0, 10208.0, 10196.0, 10165.0, 10194.0, 10189.0, 10201.0, 10221.0, 10210.0, 10202.0, 10181.0, 10204.0, 10178.0, 10204.0, 10162.0, 10186.0, 10148.0, 10173.0, 10162.0, 10196.0, 10162.0, 10190.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.000585766646304215</td></tr>
<tr><td colspan=3>aqi</td><td>0.016788372693952353</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.13921693132645</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2315518677628354</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0097225911369185</td></tr>
<tr><td colspan=3>efc</td><td>0.472</td></tr>
<tr><td colspan=3>fber</td><td>6304.3022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0898345267285447</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8485033598045204</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.461476512824079</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4141731242598095</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6739379362483517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.296318477964075</td></tr>
<tr><td colspan=3>gcor</td><td>0.00892249</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009970217943191528</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020695097744464874</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.726201552102933</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>40.1931</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2489</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.5085</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>726.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.0761</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1256</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>627.4068</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3803.9628</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1082.0603</td></tr>
<tr><td colspan=3>tsnr</td><td>44.94245171826333</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>