<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-03/func/sub-0055_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>7f09a0bde93df0e878c3870c0ac726bc</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:40:36.507500</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.999898, 0.00892468, 0.0111177, -0.00820234, 0.997954, -0.063404]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0934109</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>[4146, -7688, -7291, 582, -28, -154, -89, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ec95d259-4f03-4baa-a3ed-ca715cde2cac||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.6826541423797607, -0.022006290033459663, 0.03148430958390236, 114.70291900634766], [-0.023944256827235222, 2.677438259124756, -0.17092718183994293, -81.94304656982422], [0.029828082770109177, 0.17010830342769623, 2.6944003105163574, -88.2132568359375], [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': ['154036.507500', '154036.967500', '154037.427500', '154037.887500', '154038.347500', '154038.807500', '154039.267500', '154039.727500', '154040.187500', '154040.647500', '154041.107500', '154041.567500', '154042.027500', '154042.487500', '154042.947500', '154043.407500', '154043.867500', '154044.327500', '154044.787500', '154045.247500', '154045.707500', '154046.167500', '154046.627500', '154047.087500', '154047.547500', '154048.007500', '154048.467500', '154048.927500', '154049.387500', '154049.847500', '154050.307500', '154050.767500', '154051.227500', '154051.687500', '154052.147500', '154052.607500', '154053.067500', '154053.527500', '154053.987500', '154054.447500', '154054.907500', '154055.367500', '154055.827500', '154056.287500', '154056.747500', '154057.207500', '154057.667500', '154058.127500', '154058.587500', '154059.047500', '154059.507500', '154059.967500', '154100.427500', '154100.887500', '154101.347500', '154101.807500', '154102.267500', '154102.727500', '154103.187500', '154103.647500', '154104.107500', '154104.567500', '154105.027500', '154105.487500', '154105.947500', '154106.407500', '154106.867500', '154107.327500', '154107.787500', '154108.247500', '154108.707500', '154109.167500', '154109.627500', '154110.087500', '154110.547500', '154111.007500', '154111.467500', '154111.927500', '154112.387500', '154112.847500', '154113.307500', '154113.767500', '154114.227500', '154114.687500', '154115.147500', '154115.607500', '154116.067500', '154116.527500', '154116.987500', '154117.447500', '154117.907500', '154118.367500', '154118.827500', '154119.287500', '154119.747500', '154120.207500', '154120.667500', '154121.127500', '154121.587500', '154122.047500', '154122.507500', '154122.967500', '154123.427500', '154123.887500', '154124.347500', '154124.807500', '154125.267500', '154125.727500', '154126.187500', '154126.647500', '154127.107500', '154127.567500', '154128.027500', '154128.487500', '154128.947500', '154129.407500', '154129.867500', '154130.327500', '154130.787500', '154131.247500', '154131.707500', '154132.167500', '154132.627500', '154133.087500', '154133.547500', '154134.007500', '154134.467500', '154134.927500', '154135.387500', '154135.847500', '154136.307500', '154136.767500', '154137.227500', '154137.687500', '154138.147500', '154138.607500', '154139.067500', '154139.527500', '154139.987500', '154140.447500', '154140.907500', '154141.367500', '154141.827500', '154142.287500', '154142.747500', '154143.207500', '154143.667500', '154144.127500', '154144.587500', '154145.047500', '154145.507500', '154145.967500', '154146.427500', '154146.887500', '154147.347500', '154147.807500', '154148.267500', '154148.727500', '154149.187500', '154149.647500', '154150.107500', '154150.567500', '154151.027500', '154151.487500', '154151.947500', '154152.407500', '154152.867500', '154153.327500', '154153.787500', '154154.247500', '154154.707500', '154155.167500', '154155.627500', '154156.087500', '154156.547500', '154157.007500', '154157.467500', '154157.927500', '154158.387500', '154158.847500', '154159.307500', '154159.767500', '154200.227500', '154200.687500', '154201.147500', '154201.607500', '154202.067500', '154202.527500', '154202.987500', '154203.447500', '154203.907500', '154204.367500', '154204.827500', '154205.287500', '154205.747500', '154206.207500', '154206.667500', '154207.127500', '154207.587500', '154208.047500', '154208.507500', '154208.967500', '154209.427500', '154209.887500', '154210.347500', '154210.807500', '154211.267500', '154211.727500', '154212.187500', '154212.647500', '154213.107500', '154213.567500', '154214.027500', '154214.487500', '154214.947500', '154215.407500', '154215.867500', '154216.327500', '154216.787500', '154217.247500', '154217.707500', '154218.167500', '154218.627500', '154219.087500', '154219.547500', '154220.007500', '154220.467500', '154220.927500', '154221.387500', '154221.847500', '154222.307500', '154222.767500', '154223.227500', '154223.687500', '154224.147500', '154224.607500', '154225.067500', '154225.527500', '154225.987500', '154226.447500', '154226.907500', '154227.367500', '154227.827500', '154228.287500', '154228.747500', '154229.207500', '154229.667500', '154230.127500', '154230.587500', '154231.047500', '154231.507500', '154231.967500', '154232.427500', '154232.887500', '154233.347500', '154233.807500', '154234.267500', '154234.727500', '154235.187500', '154235.647500', '154236.107500', '154236.567500', '154237.027500', '154237.487500', '154237.947500', '154238.407500', '154238.867500', '154239.327500', '154239.787500', '154240.247500', '154240.707500', '154241.167500', '154241.627500', '154242.087500', '154242.547500', '154243.007500', '154243.467500', '154243.927500', '154244.387500', '154244.847500', '154245.307500', '154245.767500', '154246.227500', '154246.687500', '154247.147500', '154247.607500', '154248.067500', '154248.527500', '154248.987500', '154249.447500', '154249.907500', '154250.367500', '154250.827500', '154251.287500', '154251.747500', '154252.207500', '154252.667500', '154253.127500', '154253.587500', '154254.047500', '154254.507500', '154254.967500', '154255.427500', '154255.887500', '154256.347500', '154256.807500', '154257.267500', '154257.727500', '154258.187500', '154258.647500', '154259.107500', '154259.567500', '154300.027500', '154300.487500', '154300.947500', '154301.407500', '154301.867500', '154302.327500', '154302.787500', '154303.247500', '154303.707500', '154304.167500', '154304.627500', '154305.087500', '154305.547500', '154306.007500', '154306.467500', '154306.927500', '154307.387500', '154307.847500', '154308.307500', '154308.767500', '154309.227500', '154309.687500', '154310.147500', '154310.607500', '154311.067500', '154311.527500', '154311.987500', '154312.447500', '154312.907500', '154313.367500', '154313.827500', '154314.287500', '154314.747500', '154315.207500', '154315.667500', '154316.127500', '154316.587500', '154317.047500', '154317.507500', '154317.967500', '154318.427500', '154318.887500', '154319.347500', '154319.807500', '154320.267500', '154320.727500', '154321.187500', '154321.647500', '154322.107500', '154322.567500', '154323.027500', '154323.487500', '154323.947500', '154324.407500', '154324.867500', '154325.327500', '154325.787500', '154326.247500', '154326.707500', '154327.167500', '154327.627500', '154328.087500', '154328.547500', '154329.007500', '154329.467500', '154329.927500', '154330.387500', '154330.847500', '154331.307500', '154331.767500', '154332.227500', '154332.687500', '154333.147500', '154333.607500', '154334.067500', '154334.527500', '154334.987500', '154335.447500', '154335.907500', '154336.367500', '154336.827500', '154337.287500', '154337.747500', '154338.207500', '154338.667500', '154339.127500', '154339.587500', '154340.047500', '154340.507500', '154340.967500', '154341.427500', '154341.887500', '154342.347500', '154342.807500', '154343.267500', '154343.727500', '154344.187500', '154344.647500', '154345.107500', '154345.567500', '154346.027500', '154346.487500', '154346.947500', '154347.407500', '154347.867500', '154348.327500', '154348.787500', '154349.247500', '154349.707500', '154350.167500', '154350.627500', '154351.087500', '154351.547500', '154352.007500', '154352.467500', '154352.927500', '154353.387500', '154353.847500', '154354.307500', '154354.767500', '154355.227500', '154355.687500', '154356.147500', '154356.607500', '154357.067500', '154357.527500', '154357.987500', '154358.447500', '154358.907500', '154359.367500', '154359.827500', '154400.287500', '154400.747500', '154401.207500', '154401.667500', '154402.127500', '154402.587500', '154403.047500', '154403.507500', '154403.967500', '154404.427500', '154404.887500', '154405.347500', '154405.807500', '154406.267500', '154406.727500', '154407.187500', '154407.647500', '154408.107500', '154408.567500', '154409.027500', '154409.487500', '154409.947500', '154410.407500', '154410.867500', '154411.327500', '154411.787500', '154412.247500', '154412.707500', '154413.167500', '154413.627500', '154414.087500', '154414.547500', '154415.007500', '154415.467500', '154415.927500', '154416.387500', '154416.847500', '154417.307500', '154417.767500', '154418.227500', '154418.687500', '154419.147500', '154419.607500', '154420.067500', '154420.527500', '154420.987500', '154421.447500', '154421.907500', '154422.367500', '154422.827500', '154423.287500', '154423.747500', '154424.207500', '154424.667500', '154425.127500', '154425.587500', '154426.047500', '154426.507500', '154426.967500', '154427.427500', '154427.887500', '154428.347500', '154428.807500', '154429.267500', '154429.727500', '154430.187500', '154430.647500', '154431.107500', '154431.567500', '154432.027500', '154432.487500', '154432.947500', '154433.407500', '154433.867500', '154434.327500', '154434.787500', '154435.247500', '154435.707500', '154436.167500', '154436.627500', '154437.087500', '154437.547500', '154438.007500', '154438.467500', '154438.927500', '154439.387500', '154439.847500', '154440.307500', '154440.767500', '154441.227500', '154441.687500', '154442.147500', '154442.607500', '154443.067500', '154443.527500', '154443.987500', '154444.447500', '154444.907500', '154445.367500', '154445.827500', '154446.287500', '154446.747500', '154447.207500', '154447.667500', '154448.127500', '154448.587500', '154449.047500', '154449.507500', '154449.967500', '154450.427500', '154450.887500', '154451.347500', '154451.807500', '154452.267500', '154452.727500', '154453.187500', '154453.647500', '154454.107500', '154454.567500', '154455.027500', '154455.487500', '154455.947500', '154456.407500', '154456.867500', '154457.327500', '154457.787500', '154458.247500', '154458.707500', '154459.167500', '154459.627500', '154500.087500', '154500.547500', '154501.007500', '154501.467500', '154501.927500', '154502.387500', '154502.847500', '154503.307500', '154503.767500', '154504.227500', '154504.687500', '154505.147500', '154505.607500', '154506.067500', '154506.527500', '154506.987500', '154507.447500', '154507.907500', '154508.367500', '154508.827500', '154509.287500', '154509.747500', '154510.207500', '154510.667500', '154511.127500', '154511.587500', '154512.047500', '154512.507500', '154512.967500', '154513.427500', '154513.887500', '154514.347500', '154514.807500', '154515.267500', '154515.727500', '154516.187500', '154516.647500', '154517.107500', '154517.567500', '154518.027500', '154518.487500', '154518.947500', '154519.407500', '154519.867500', '154520.327500', '154520.787500', '154521.247500', '154521.707500', '154522.167500', '154522.627500', '154523.087500', '154523.547500', '154524.007500', '154524.467500', '154524.927500', '154525.387500', '154525.847500', '154526.307500', '154526.767500', '154527.227500', '154527.687500', '154528.147500', '154528.607500', '154529.067500', '154529.527500', '154529.987500', '154530.447500', '154530.907500', '154531.367500', '154531.827500', '154532.287500', '154532.747500', '154533.207500', '154533.667500', '154534.127500', '154534.587500', '154535.047500', '154535.507500', '154535.967500', '154536.427500', '154536.887500', '154537.347500', '154537.807500', '154538.267500', '154538.727500', '154539.187500', '154539.647500', '154540.107500', '154540.567500', '154541.027500', '154541.487500', '154541.947500', '154542.407500', '154542.867500', '154543.327500', '154543.787500', '154544.247500', '154544.707500', '154545.167500', '154545.627500', '154546.087500', '154546.547500', '154547.007500', '154547.467500', '154547.927500', '154548.387500', '154548.847500', '154549.307500', '154549.767500', '154550.227500', '154550.687500', '154551.147500', '154551.607500', '154552.067500', '154552.527500', '154552.987500', '154553.447500', '154553.907500', '154554.367500', '154554.827500', '154555.287500', '154555.747500', '154556.207500', '154556.667500', '154557.127500', '154557.587500', '154558.047500', '154558.507500', '154558.967500', '154559.427500', '154559.887500', '154600.347500', '154600.807500', '154601.267500', '154601.727500', '154602.187500', '154602.647500', '154603.107500', '154603.567500', '154604.027500', '154604.487500', '154604.947500', '154605.407500', '154605.867500', '154606.327500', '154606.787500', '154607.247500', '154607.707500', '154608.167500', '154608.627500', '154609.087500', '154609.547500', '154610.007500', '154610.467500', '154610.927500', '154611.387500', '154611.847500', '154612.307500', '154612.767500', '154613.227500', '154613.687500', '154614.147500', '154614.607500', '154615.067500', '154615.527500', '154615.987500', '154616.447500', '154616.907500', '154617.367500', '154617.827500', '154618.287500', '154618.747500', '154619.207500', '154619.667500', '154620.127500', '154620.587500', '154621.047500', '154621.507500', '154621.967500', '154622.427500', '154622.887500', '154623.347500', '154623.807500', '154624.267500', '154624.727500', '154625.187500', '154625.647500', '154626.107500', '154626.567500', '154627.027500', '154627.487500', '154627.947500', '154628.407500', '154628.867500', '154629.327500', '154629.787500', '154630.247500', '154630.707500', '154631.167500', '154631.627500', '154632.087500', '154632.547500', '154633.007500', '154633.467500', '154633.927500', '154634.387500', '154634.847500', '154635.307500', '154635.767500', '154636.227500', '154636.687500', '154637.147500', '154637.607500', '154638.067500', '154638.527500', '154638.987500', '154639.447500', '154639.907500', '154640.367500', '154640.827500', '154641.287500', '154641.747500', '154642.207500', '154642.667500', '154643.127500', '154643.587500', '154644.047500', '154644.507500', '154644.967500', '154645.427500', '154645.887500', '154646.347500', '154646.807500', '154647.267500', '154647.727500', '154648.187500', '154648.647500', '154649.107500', '154649.567500', '154650.027500', '154650.487500', '154650.947500', '154651.407500', '154651.867500', '154652.327500', '154652.787500', '154653.247500', '154653.707500', '154654.167500', '154654.627500', '154655.087500', '154655.547500', '154656.007500', '154656.467500', '154656.927500', '154657.387500', '154657.847500', '154658.307500', '154658.767500', '154659.227500', '154659.687500', '154700.147500', '154700.607500', '154701.067500', '154701.527500', '154701.987500', '154702.447500', '154702.907500', '154703.367500', '154703.827500', '154704.287500', '154704.747500', '154705.207500', '154705.667500', '154706.127500', '154706.587500', '154707.047500', '154707.507500', '154707.967500', '154708.427500', '154708.887500', '154709.347500', '154709.807500', '154710.267500', '154710.727500', '154711.187500', '154711.647500', '154712.107500', '154712.567500', '154713.027500', '154713.487500', '154713.947500', '154714.407500', '154714.867500', '154715.327500', '154715.787500', '154716.247500', '154716.707500', '154717.167500', '154717.627500', '154718.087500', '154718.547500', '154719.007500', '154719.467500', '154719.927500', '154720.387500', '154720.847500', '154721.307500', '154721.767500', '154722.227500', '154722.687500', '154723.147500', '154723.607500', '154724.067500', '154724.527500', '154724.987500', '154725.447500', '154725.907500', '154726.367500', '154726.827500', '154727.287500', '154727.747500', '154728.207500', '154728.667500', '154729.127500', '154729.587500', '154730.047500', '154730.507500', '154730.967500', '154731.427500', '154731.887500', '154732.347500', '154732.807500', '154733.267500', '154733.727500', '154734.187500', '154734.647500', '154735.107500', '154735.567500', '154736.027500', '154736.487500', '154736.947500', '154737.407500', '154737.867500', '154738.327500', '154738.787500', '154739.247500', '154739.707500', '154740.167500', '154740.627500', '154741.087500', '154741.547500', '154742.007500', '154742.467500', '154742.927500', '154743.387500', '154743.847500', '154744.307500', '154744.767500', '154745.227500', '154745.687500', '154746.147500', '154746.607500', '154747.067500', '154747.527500', '154747.987500', '154748.447500', '154748.907500', '154749.367500', '154749.827500', '154750.287500', '154750.747500', '154751.207500', '154751.667500', '154752.127500', '154752.587500', '154753.047500', '154753.507500', '154753.967500', '154754.427500', '154754.887500', '154755.347500', '154755.807500', '154756.267500', '154756.727500', '154757.187500', '154757.647500', '154758.107500', '154758.567500', '154759.027500', '154759.487500', '154759.947500', '154800.407500', '154800.867500', '154801.327500', '154801.787500', '154802.247500', '154802.707500', '154803.167500', '154803.627500', '154804.087500', '154804.547500', '154805.007500', '154805.467500', '154805.927500', '154806.387500', '154806.847500', '154807.307500', '154807.767500', '154808.227500', '154808.687500', '154809.147500', '154809.607500', '154810.067500', '154810.527500', '154810.987500', '154811.447500', '154811.907500', '154812.367500', '154812.827500', '154813.287500', '154813.747500', '154814.207500', '154814.667500', '154815.127500', '154815.587500', '154816.047500', '154816.507500', '154816.967500', '154817.427500', '154817.887500', '154818.347500', '154818.807500', '154819.267500', '154819.727500', '154820.187500', '154820.647500', '154821.107500', '154821.567500', '154822.027500', '154822.487500', '154822.947500', '154823.407500', '154823.867500', '154824.327500', '154824.787500', '154825.247500', '154825.707500', '154826.167500', '154826.627500', '154827.087500', '154827.547500', '154828.007500', '154828.467500', '154828.927500', '154829.387500', '154829.847500', '154830.307500', '154830.767500', '154831.227500', '154831.687500', '154832.147500', '154832.607500', '154833.067500', '154833.527500', '154833.987500', '154834.447500', '154834.907500', '154835.367500', '154835.827500', '154836.287500', '154836.747500', '154837.207500', '154837.667500', '154838.127500', '154838.587500', '154839.047500', '154839.507500', '154839.967500', '154840.427500', '154840.887500', '154841.347500', '154841.807500', '154842.267500', '154842.727500', '154843.187500', '154843.647500', '154844.107500', '154844.567500', '154845.027500', '154845.487500', '154845.947500', '154846.407500', '154846.867500', '154847.327500', '154847.787500', '154848.247500', '154848.707500', '154849.167500', '154849.627500', '154850.087500', '154850.547500', '154851.007500', '154851.467500', '154851.927500', '154852.387500', '154852.847500', '154853.307500', '154853.767500', '154854.227500', '154854.687500', '154855.147500', '154855.607500', '154856.067500', '154856.527500', '154856.987500', '154857.447500', '154857.907500', '154858.367500', '154858.827500', '154859.287500', '154859.747500', '154900.207500', '154900.667500', '154901.127500', '154901.587500', '154902.047500', '154902.507500', '154902.967500', '154903.427500', '154903.887500', '154904.347500', '154904.807500', '154905.267500', '154905.727500', '154906.187500', '154906.647500', '154907.107500', '154907.567500', '154908.027500', '154908.487500', '154908.947500', '154909.407500', '154909.867500', '154910.327500', '154910.787500', '154911.247500', '154911.707500', '154912.167500', '154912.627500', '154913.087500', '154913.547500', '154914.007500', '154914.467500', '154914.927500', '154915.387500', '154915.847500', '154916.307500', '154916.767500', '154917.227500', '154917.687500', '154918.147500', '154918.607500', '154919.067500', '154919.527500', '154919.987500', '154920.447500', '154920.907500', '154921.367500', '154921.827500', '154922.287500', '154922.747500', '154923.207500', '154923.667500', '154924.127500', '154924.587500', '154925.047500', '154925.507500', '154925.967500', '154926.427500', '154926.887500', '154927.347500', '154927.807500', '154928.267500', '154928.727500', '154929.187500', '154929.647500', '154930.107500', '154930.567500', '154931.027500', '154931.487500', '154931.947500', '154932.407500', '154932.867500', '154933.327500', '154933.787500', '154934.247500', '154934.707500', '154935.167500', '154935.627500', '154936.087500', '154936.547500', '154937.007500', '154937.467500', '154937.927500', '154938.387500', '154938.847500', '154939.307500', '154939.767500', '154940.227500', '154940.687500', '154941.147500', '154941.607500', '154942.067500', '154942.527500', '154942.987500', '154943.447500', '154943.907500', '154944.367500', '154944.827500', '154945.287500', '154945.747500', '154946.207500', '154946.667500', '154947.127500', '154947.587500', '154948.047500', '154948.507500', '154948.967500', '154949.427500', '154949.887500', '154950.347500', '154950.807500', '154951.267500', '154951.727500', '154952.187500', '154952.647500', '154953.107500', '154953.567500', '154954.027500', '154954.487500', '154954.947500', '154955.407500', '154955.867500', '154956.327500', '154956.787500', '154957.247500', '154957.707500', '154958.167500', '154958.627500', '154959.087500', '154959.547500', '155000.007500', '155000.467500', '155000.927500', '155001.387500', '155001.847500', '155002.307500', '155002.767500', '155003.227500', '155003.687500', '155004.147500', '155004.607500', '155005.067500', '155005.527500', '155005.987500', '155006.447500', '155006.907500', '155007.367500', '155007.827500', '155008.287500', '155008.747500', '155009.207500', '155009.667500', '155010.127500', '155010.587500', '155011.047500', '155011.507500', '155011.967500', '155012.427500', '155012.887500', '155013.347500', '155013.807500', '155014.267500', '155014.727500', '155015.187500', '155015.647500', '155016.107500', '155016.567500', '155017.027500', '155017.487500', '155017.947500', '155018.407500', '155018.867500', '155019.327500', '155019.787500', '155020.247500', '155020.707500', '155021.167500', '155021.627500', '155022.087500', '155022.547500', '155023.007500', '155023.467500', '155023.927500', '155024.387500', '155024.847500', '155025.307500', '155025.767500', '155026.227500', '155026.687500', '155027.147500', '155027.607500', '155028.067500', '155028.527500', '155028.987500', '155029.447500', '155029.907500', '155030.367500', '155030.827500', '155031.287500', '155031.747500', '155032.207500', '155032.667500', '155033.127500', '155033.587500', '155034.047500', '155034.507500', '155034.967500', '155035.427500', '155035.887500', '155036.347500', '155036.807500', '155037.267500', '155037.727500', '155038.187500', '155038.647500', '155039.107500', '155039.567500', '155040.027500', '155040.487500', '155040.947500', '155041.407500', '155041.867500', '155042.327500', '155042.787500', '155043.247500', '155043.707500', '155044.167500', '155044.627500', '155045.087500', '155045.547500', '155046.007500', '155046.467500', '155046.927500', '155047.387500', '155047.847500', '155048.307500', '155048.767500', '155049.227500', '155049.687500', '155050.147500', '155050.607500', '155051.067500', '155051.527500', '155051.987500', '155052.447500', '155052.907500', '155053.367500', '155053.827500', '155054.287500', '155054.747500', '155055.207500', '155055.667500', '155056.127500', '155056.587500', '155057.047500', '155057.507500', '155057.967500', '155058.427500', '155058.887500', '155059.347500', '155059.807500', '155100.267500', '155100.727500', '155101.187500', '155101.647500', '155102.107500', '155102.567500', '155103.027500', '155103.487500', '155103.947500', '155104.407500', '155104.867500', '155105.327500', '155105.787500', '155106.247500', '155106.707500', '155107.167500', '155107.627500', '155108.087500', '155108.547500', '155109.007500', '155109.467500', '155109.927500', '155110.387500', '155110.847500', '155111.307500', '155111.767500', '155112.227500', '155112.687500', '155113.147500', '155113.607500', '155114.067500', '155114.527500', '155114.987500', '155115.447500', '155115.907500', '155116.367500', '155116.827500', '155117.287500', '155117.747500', '155118.207500', '155118.667500', '155119.127500', '155119.587500', '155120.047500', '155120.507500', '155120.967500', '155121.427500', '155121.887500', '155122.347500', '155122.807500', '155123.267500', '155123.727500', '155124.187500', '155124.647500', '155125.107500', '155125.567500', '155126.027500', '155126.487500', '155126.947500', '155127.407500', '155127.867500', '155128.327500', '155128.787500', '155129.247500', '155129.707500', '155130.167500', '155130.627500', '155131.087500', '155131.547500', '155132.007500', '155132.467500', '155132.927500', '155133.387500', '155133.847500', '155134.307500', '155134.767500', '155135.227500', '155135.687500', '155136.147500', '155136.607500', '155137.067500', '155137.527500', '155137.987500', '155138.447500', '155138.907500', '155139.367500', '155139.827500', '155140.287500', '155140.747500', '155141.207500', '155141.667500', '155142.127500', '155142.587500', '155143.047500', '155143.507500', '155143.967500', '155144.427500', '155144.887500', '155145.347500', '155145.807500', '155146.267500', '155146.727500', '155147.187500', '155147.647500', '155148.107500', '155148.567500', '155149.027500', '155149.487500', '155149.947500', '155150.407500', '155150.867500', '155151.327500', '155151.787500', '155152.247500', '155152.707500', '155153.167500', '155153.627500', '155154.087500', '155154.547500', '155155.007500', '155155.467500', '155155.927500', '155156.387500', '155156.847500', '155157.307500', '155157.767500', '155158.227500', '155158.687500', '155159.147500', '155159.607500', '155200.067500', '155200.527500', '155200.987500', '155201.447500', '155201.907500', '155202.367500', '155202.827500', '155203.287500', '155203.747500', '155204.207500', '155204.667500', '155205.127500', '155205.587500', '155206.047500', '155206.507500', '155206.967500', '155207.427500', '155207.887500', '155208.347500', '155208.807500', '155209.267500', '155209.727500', '155210.187500', '155210.647500', '155211.107500', '155211.567500', '155212.027500', '155212.487500', '155212.947500', '155213.407500', '155213.867500', '155214.327500', '155214.787500', '155215.247500', '155215.707500', '155216.167500', '155216.627500', '155217.087500', '155217.547500', '155218.007500', '155218.467500', '155218.927500', '155219.387500', '155219.847500', '155220.307500', '155220.767500', '155221.227500', '155221.687500', '155222.147500', '155222.607500', '155223.067500', '155223.527500', '155223.987500', '155224.447500', '155224.907500', '155225.367500', '155225.827500', '155226.287500', '155226.747500', '155227.207500', '155227.667500', '155228.127500', '155228.587500', '155229.047500', '155229.507500', '155229.967500', '155230.427500', '155230.887500', '155231.347500', '155231.807500', '155232.267500', '155232.727500', '155233.187500', '155233.647500', '155234.107500', '155234.567500', '155235.027500', '155235.487500', '155235.947500', '155236.407500', '155236.867500', '155237.327500', '155237.787500', '155238.247500', '155238.707500', '155239.167500', '155239.627500', '155240.087500', '155240.547500', '155241.007500', '155241.467500', '155241.927500', '155242.387500', '155242.847500', '155243.307500', '155243.767500', '155244.227500', '155244.687500', '155245.147500', '155245.607500', '155246.067500', '155246.527500', '155246.987500', '155247.447500', '155247.907500', '155248.367500', '155248.827500', '155249.287500', '155249.747500', '155250.207500', '155250.667500', '155251.127500', '155251.587500', '155252.047500', '155252.507500', '155252.967500', '155253.427500', '155253.887500', '155254.347500', '155254.807500', '155255.267500', '155255.727500', '155256.187500', '155256.647500', '155257.107500', '155257.567500', '155258.027500', '155258.487500', '155258.947500', '155259.407500', '155259.867500', '155300.327500', '155300.787500', '155301.247500', '155301.707500', '155302.167500', '155302.627500', '155303.087500', '155303.547500', '155304.007500', '155304.467500', '155304.927500', '155305.387500', '155305.847500', '155306.307500', '155306.767500', '155307.227500', '155307.687500', '155308.147500', '155308.607500', '155309.067500', '155309.527500', '155309.987500', '155310.447500'], 'ContentTime': ['154057.860000', '154057.871000', '154057.873000', '154057.876000', '154057.878000', '154057.881000', '154057.883000', '154057.886000', '154057.889000', '154057.891000', '154057.903000', '154057.906000', '154057.908000', '154057.911000', '154057.913000', '154057.916000', '154057.919000', '154057.921000', '154057.924000', '154057.926000', '154057.929000', '154057.933000', '154057.936000', '154057.938000', '154057.941000', '154057.943000', '154057.946000', '154057.949000', '154057.951000', '154057.954000', '154057.956000', '154057.959000', '154057.961000', '154057.964000', '154057.972000', '154057.974000', '154057.977000', '154057.979000', '154057.982000', '154057.985000', '154057.987000', '154057.990000', '154057.992000', '154057.995000', '154117.823000', '154117.826000', '154117.829000', '154117.832000', '154117.834000', '154117.837000', '154117.839000', '154117.842000', '154117.844000', '154117.847000', '154117.850000', '154117.852000', '154117.855000', '154117.858000', '154117.860000', '154117.863000', '154117.865000', '154117.868000', '154117.870000', '154117.873000', '154117.875000', '154117.878000', '154117.881000', '154117.883000', '154117.886000', '154117.888000', '154117.891000', '154117.893000', '154117.896000', '154117.899000', '154117.901000', '154117.904000', '154117.906000', '154117.909000', '154117.911000', '154117.914000', '154117.917000', '154117.919000', '154117.922000', '154117.929000', '154117.932000', '154117.934000', '154117.937000', '154117.939000', '154137.825000', '154137.827000', '154137.830000', '154137.833000', '154137.835000', '154137.838000', '154137.840000', '154137.843000', '154137.845000', '154137.848000', '154137.851000', '154137.853000', '154137.856000', '154137.858000', '154137.861000', '154137.863000', '154137.866000', '154137.869000', '154137.871000', '154137.874000', '154137.876000', '154137.879000', '154137.881000', '154137.884000', '154137.887000', '154137.890000', '154137.893000', '154137.895000', '154137.898000', '154137.900000', '154137.903000', '154137.906000', '154137.908000', '154137.911000', '154137.913000', '154137.916000', '154137.919000', '154137.921000', '154137.924000', '154137.926000', '154137.929000', '154137.931000', '154137.934000', '154157.824000', '154157.827000', '154157.830000', '154157.832000', '154157.835000', '154157.837000', '154157.840000', '154157.843000', '154157.845000', '154157.848000', '154157.850000', '154157.853000', '154157.855000', '154157.858000', '154157.861000', '154157.863000', '154157.866000', '154157.869000', '154157.871000', '154157.874000', '154157.876000', '154157.879000', '154157.881000', '154157.884000', '154157.887000', '154157.889000', '154157.892000', '154157.902000', '154157.905000', '154157.907000', '154157.910000', '154157.912000', '154157.915000', '154157.918000', '154157.920000', '154157.923000', '154157.925000', '154157.928000', '154157.952000', '154157.955000', '154157.957000', '154157.960000', '154157.962000', '154157.965000', '154217.824000', '154217.827000', '154217.830000', '154217.832000', '154217.835000', '154217.838000', '154217.840000', '154217.843000', '154217.845000', '154217.848000', '154217.850000', '154217.853000', '154217.856000', '154217.858000', '154217.861000', '154217.863000', '154217.866000', '154217.868000', '154217.871000', '154217.874000', '154217.876000', '154217.879000', '154217.881000', '154217.884000', '154217.886000', '154217.889000', '154217.892000', '154217.894000', '154217.897000', '154217.899000', '154217.902000', '154217.904000', '154217.907000', '154217.910000', '154217.912000', '154217.915000', '154217.917000', '154217.920000', '154217.923000', '154217.925000', '154217.928000', '154217.930000', '154217.933000', '154237.825000', '154237.827000', '154237.830000', '154237.833000', '154237.835000', '154237.838000', '154237.840000', '154237.843000', '154237.846000', '154237.848000', '154237.851000', '154237.853000', '154237.856000', '154237.859000', '154237.861000', '154237.864000', '154237.866000', '154237.869000', '154237.872000', '154237.874000', '154237.877000', '154237.879000', '154237.882000', '154237.885000', '154237.887000', '154237.890000', '154237.892000', '154237.895000', '154237.897000', '154237.900000', '154237.903000', '154237.905000', '154237.908000', '154237.910000', '154237.913000', '154237.915000', '154237.918000', '154237.921000', '154237.923000', '154237.926000', '154237.928000', '154237.931000', '154237.933000', '154237.936000', '154257.824000', '154257.827000', '154257.830000', '154257.832000', '154257.835000', '154257.837000', '154257.840000', '154257.843000', '154257.845000', '154257.848000', '154257.850000', '154257.853000', '154257.856000', '154257.858000', '154257.861000', '154257.863000', '154257.866000', '154257.868000', '154257.871000', '154257.874000', '154257.876000', '154257.879000', '154257.882000', '154257.884000', '154257.887000', '154257.889000', '154257.892000', '154257.894000', '154257.897000', '154257.900000', '154257.902000', '154257.905000', '154257.907000', '154257.910000', '154257.912000', '154257.915000', '154257.918000', '154257.920000', '154257.923000', '154257.926000', '154257.928000', '154257.931000', '154257.933000', '154317.823000', '154317.826000', '154317.829000', '154317.831000', '154317.834000', '154317.837000', '154317.840000', '154317.842000', '154317.845000', '154317.847000', '154317.850000', '154317.853000', '154317.855000', '154317.858000', '154317.860000', '154317.863000', '154317.865000', '154317.868000', '154317.871000', '154317.873000', '154317.876000', '154317.878000', '154317.881000', '154317.884000', '154317.886000', '154317.889000', '154317.891000', '154317.894000', '154317.897000', '154317.899000', '154317.902000', '154317.904000', '154317.907000', '154317.909000', '154317.912000', '154317.915000', '154317.917000', '154317.920000', '154317.922000', '154317.925000', '154317.928000', '154317.930000', '154317.933000', '154317.935000', '154337.824000', '154337.827000', '154337.829000', '154337.832000', '154337.834000', '154337.837000', '154337.840000', '154337.842000', '154337.845000', '154337.847000', '154337.850000', '154337.853000', '154337.855000', '154337.858000', '154337.860000', '154337.863000', '154337.865000', '154337.868000', '154337.871000', '154337.884000', '154337.887000', '154337.890000', '154337.892000', '154337.895000', '154337.897000', '154337.900000', '154337.902000', '154337.905000', '154337.908000', '154337.910000', '154337.913000', '154337.915000', '154337.918000', '154337.921000', '154337.923000', '154337.926000', '154337.928000', '154337.931000', '154337.934000', '154337.936000', '154337.939000', '154337.941000', '154337.944000', '154357.824000', '154357.827000', '154357.830000', '154357.832000', '154357.835000', '154357.838000', '154357.840000', '154357.843000', '154357.845000', '154357.848000', '154357.851000', '154357.853000', '154357.857000', '154357.860000', '154357.862000', '154357.865000', '154357.867000', '154357.870000', '154357.873000', '154357.875000', '154357.878000', '154357.880000', '154357.883000', '154357.886000', '154357.888000', '154357.891000', '154357.893000', '154357.896000', '154357.898000', '154357.901000', '154357.904000', '154357.906000', '154357.909000', '154357.912000', '154357.915000', '154357.918000', '154357.920000', '154357.923000', '154357.926000', '154357.928000', '154357.931000', '154357.934000', '154357.936000', '154357.939000', '154417.825000', '154417.827000', '154417.830000', '154417.833000', '154417.835000', '154417.838000', '154417.840000', '154417.843000', '154417.846000', '154417.848000', '154417.851000', '154417.853000', '154417.856000', '154417.858000', '154417.861000', '154417.864000', '154417.866000', '154417.869000', '154417.872000', '154417.874000', '154417.877000', '154417.879000', '154417.882000', '154417.884000', '154417.887000', '154417.890000', '154417.892000', '154417.895000', '154417.897000', '154417.900000', '154417.902000', '154417.905000', '154417.908000', '154417.910000', '154417.913000', '154417.915000', '154417.918000', '154417.921000', '154417.923000', '154417.926000', '154417.928000', '154417.931000', '154417.933000', '154437.824000', '154437.827000', '154437.830000', '154437.833000', '154437.836000', '154437.839000', '154437.841000', '154437.844000', '154437.846000', '154437.849000', '154437.851000', '154437.854000', '154437.857000', '154437.859000', '154437.862000', '154437.864000', '154437.867000', '154437.870000', '154437.872000', '154437.875000', '154437.877000', '154437.880000', '154437.883000', '154437.885000', '154437.888000', '154437.890000', '154437.893000', '154437.895000', '154437.898000', '154437.901000', '154437.903000', '154437.906000', '154437.908000', '154437.911000', '154437.914000', '154437.916000', '154437.919000', '154437.921000', '154437.924000', '154437.927000', '154437.929000', '154437.932000', '154437.934000', '154457.825000', '154457.827000', '154457.830000', '154457.833000', '154457.835000', '154457.838000', '154457.840000', '154457.843000', '154457.846000', '154457.848000', '154457.851000', '154457.853000', '154457.856000', '154457.859000', '154457.861000', '154457.864000', '154457.867000', '154457.869000', '154457.872000', '154457.874000', '154457.877000', '154457.880000', '154457.882000', '154457.885000', '154457.887000', '154457.890000', '154457.892000', '154457.895000', '154457.898000', '154457.900000', '154457.903000', '154457.906000', '154457.908000', '154457.911000', '154457.913000', '154457.916000', '154457.918000', '154457.921000', '154457.924000', '154457.926000', '154457.929000', '154457.931000', '154457.934000', '154457.936000', '154517.825000', '154517.837000', '154517.840000', '154517.842000', '154517.845000', '154517.848000', '154517.850000', '154517.853000', '154517.855000', '154517.858000', '154517.860000', '154517.863000', '154517.866000', '154517.868000', '154517.871000', '154517.874000', '154517.876000', '154517.879000', '154517.881000', '154517.884000', '154517.887000', '154517.889000', '154517.892000', '154517.896000', '154517.899000', '154517.902000', '154517.904000', '154517.907000', '154517.910000', '154517.912000', '154517.915000', '154517.918000', '154517.920000', '154517.923000', '154517.925000', '154517.928000', '154517.931000', '154517.933000', '154517.936000', '154517.938000', '154517.941000', '154517.943000', '154517.946000', '154537.824000', '154537.826000', '154537.829000', '154537.832000', '154537.834000', '154537.837000', '154537.839000', '154537.842000', '154537.844000', '154537.847000', '154537.850000', '154537.852000', '154537.855000', '154537.857000', '154537.860000', '154537.863000', '154537.865000', '154537.868000', '154537.871000', '154537.873000', '154537.876000', '154537.878000', '154537.881000', '154537.884000', '154537.886000', '154537.889000', '154537.891000', '154537.894000', '154537.896000', '154537.899000', '154537.902000', '154537.904000', '154537.907000', '154537.910000', '154537.912000', '154537.915000', '154537.917000', '154537.920000', '154537.922000', '154537.925000', '154537.928000', '154537.930000', '154537.933000', '154537.935000', '154557.824000', '154557.826000', '154557.829000', '154557.832000', '154557.834000', '154557.837000', '154557.839000', '154557.842000', '154557.845000', '154557.847000', '154557.850000', '154557.852000', '154557.855000', '154557.858000', '154557.861000', '154557.864000', '154557.867000', '154557.870000', '154557.872000', '154557.875000', '154557.877000', '154557.880000', '154557.883000', '154557.885000', '154557.888000', '154557.890000', '154557.893000', '154557.896000', '154557.898000', '154557.901000', '154557.904000', '154557.906000', '154557.909000', '154557.911000', '154557.914000', '154557.917000', '154557.919000', '154557.922000', '154557.924000', '154557.927000', '154557.930000', '154557.932000', '154557.935000', '154617.825000', '154617.827000', '154617.830000', '154617.833000', '154617.835000', '154617.838000', '154617.840000', '154617.843000', '154617.846000', '154617.848000', '154617.851000', '154617.853000', '154617.856000', '154617.859000', '154617.861000', '154617.864000', '154617.866000', '154617.869000', '154617.872000', '154617.874000', '154617.877000', '154617.879000', '154617.882000', '154617.884000', '154617.887000', '154617.890000', '154617.892000', '154617.895000', '154617.898000', '154617.900000', '154617.903000', '154617.905000', '154617.908000', '154617.911000', '154617.913000', '154617.916000', '154617.918000', '154617.923000', '154617.926000', '154617.928000', '154617.931000', '154617.933000', '154617.936000', '154617.939000', '154637.824000', '154637.827000', '154637.830000', '154637.832000', '154637.835000', '154637.838000', '154637.840000', '154637.843000', '154637.845000', '154637.848000', '154637.850000', '154637.862000', '154637.865000', '154637.868000', '154637.870000', '154637.873000', '154637.875000', '154637.878000', '154637.881000', '154637.883000', '154637.886000', '154637.888000', '154637.891000', '154637.893000', '154637.896000', '154637.899000', '154637.901000', '154637.904000', '154637.906000', '154637.909000', '154637.912000', '154637.914000', '154637.917000', '154637.919000', '154637.922000', '154637.925000', '154637.927000', '154637.930000', '154637.932000', '154637.936000', '154637.939000', '154637.942000', '154637.945000', '154657.825000', '154657.827000', '154657.830000', '154657.833000', '154657.835000', '154657.838000', '154657.840000', '154657.843000', '154657.846000', '154657.848000', '154657.851000', '154657.854000', '154657.856000', '154657.859000', '154657.861000', '154657.864000', '154657.866000', '154657.869000', '154657.872000', '154657.874000', '154657.877000', '154657.879000', '154657.882000', '154657.885000', '154657.887000', '154657.890000', '154657.892000', '154657.895000', '154657.898000', '154657.900000', '154657.904000', '154657.907000', '154657.909000', '154657.912000', '154657.914000', '154657.917000', '154657.919000', '154657.922000', '154657.925000', '154657.928000', '154657.930000', '154657.933000', '154657.935000', '154657.938000', '154717.824000', '154717.827000', '154717.830000', '154717.832000', '154717.835000', '154717.838000', '154717.840000', '154717.843000', '154717.845000', '154717.848000', '154717.851000', '154717.853000', '154717.856000', '154717.859000', '154717.861000', '154717.864000', '154717.866000', '154717.869000', '154717.871000', '154717.874000', '154717.877000', '154717.879000', '154717.882000', '154717.884000', '154717.887000', '154717.890000', '154717.892000', '154717.895000', '154717.897000', '154717.900000', '154717.902000', '154717.905000', '154717.908000', '154717.910000', '154717.913000', '154717.915000', '154717.918000', '154717.920000', '154717.923000', '154717.926000', '154717.928000', '154717.931000', '154717.934000', '154737.825000', '154737.827000', '154737.830000', '154737.833000', '154737.835000', '154737.838000', '154737.840000', '154737.843000', '154737.845000', '154737.848000', '154737.851000', '154737.853000', '154737.856000', '154737.858000', '154737.861000', '154737.863000', '154737.866000', '154737.869000', '154737.871000', '154737.874000', '154737.877000', '154737.879000', '154737.882000', '154737.884000', '154737.887000', '154737.890000', '154737.892000', '154737.895000', '154737.905000', '154737.908000', '154737.910000', '154737.913000', '154737.915000', '154737.918000', '154737.921000', '154737.923000', '154737.926000', '154737.928000', '154737.931000', '154737.934000', '154737.936000', '154737.939000', '154737.941000', '154737.944000', '154757.824000', '154757.827000', '154757.829000', '154757.832000', '154757.834000', '154757.837000', '154757.839000', '154757.842000', '154757.845000', '154757.847000', '154757.850000', '154757.852000', '154757.855000', '154757.858000', '154757.860000', '154757.863000', '154757.865000', '154757.868000', '154757.871000', '154757.873000', '154757.876000', '154757.878000', '154757.907000', '154757.910000', '154757.912000', '154757.915000', '154757.918000', '154757.921000', '154757.924000', '154757.927000', '154757.930000', '154757.932000', '154757.935000', '154757.937000', '154757.940000', '154757.942000', '154757.945000', '154757.948000', '154757.950000', '154757.953000', '154757.955000', '154757.958000', '154757.961000', '154817.824000', '154817.827000', '154817.829000', '154817.832000', '154817.834000', '154817.837000', '154817.839000', '154817.842000', '154817.845000', '154817.847000', '154817.850000', '154817.852000', '154817.855000', '154817.858000', '154817.860000', '154817.863000', '154817.865000', '154817.868000', '154817.870000', '154817.873000', '154817.875000', '154817.878000', '154817.881000', '154817.883000', '154817.886000', '154817.888000', '154817.891000', '154817.894000', '154817.896000', '154817.899000', '154817.901000', '154817.904000', '154817.907000', '154817.909000', '154817.912000', '154817.914000', '154817.917000', '154817.920000', '154817.922000', '154817.925000', '154817.927000', '154817.930000', '154817.932000', '154817.935000', '154837.825000', '154837.827000', '154837.830000', '154837.833000', '154837.835000', '154837.838000', '154837.841000', '154837.843000', '154837.846000', '154837.848000', '154837.851000', '154837.854000', '154837.856000', '154837.859000', '154837.861000', '154837.864000', '154837.867000', '154837.869000', '154837.872000', '154837.874000', '154837.877000', '154837.880000', '154837.882000', '154837.885000', '154837.887000', '154837.890000', '154837.893000', '154837.895000', '154837.898000', '154837.900000', '154837.903000', '154837.905000', '154837.908000', '154837.911000', '154837.913000', '154837.916000', '154837.919000', '154837.921000', '154837.924000', '154837.926000', '154837.929000', '154837.931000', '154837.934000', '154857.825000', '154857.828000', '154857.831000', '154857.833000', '154857.836000', '154857.838000', '154857.841000', '154857.844000', '154857.846000', '154857.849000', '154857.852000', '154857.854000', '154857.857000', '154857.859000', '154857.862000', '154857.865000', '154857.867000', '154857.870000', '154857.872000', '154857.875000', '154857.878000', '154857.881000', '154857.883000', '154857.886000', '154857.888000', '154857.891000', '154857.893000', '154857.896000', '154857.899000', '154857.902000', '154857.904000', '154857.907000', '154857.909000', '154857.912000', '154857.915000', '154857.917000', '154857.920000', '154857.922000', '154857.925000', '154857.928000', '154857.930000', '154857.933000', '154857.935000', '154857.938000', '154917.825000', '154917.827000', '154917.830000', '154917.833000', '154917.835000', '154917.838000', '154917.841000', '154917.843000', '154917.846000', '154917.848000', '154917.851000', '154917.853000', '154917.856000', '154917.859000', '154917.861000', '154917.864000', '154917.866000', '154917.869000', '154917.871000', '154917.893000', '154917.895000', '154917.898000', '154917.901000', '154917.903000', '154917.906000', '154917.908000', '154917.911000', '154917.914000', '154917.916000', '154917.919000', '154917.921000', '154917.924000', '154917.927000', '154917.929000', '154917.932000', '154917.934000', '154917.937000', '154917.940000', '154917.942000', '154917.945000', '154917.947000', '154917.950000', '154917.953000', '154937.825000', '154937.828000', '154937.830000', '154937.833000', '154937.836000', '154937.838000', '154937.841000', '154937.843000', '154937.846000', '154937.849000', '154937.851000', '154937.854000', '154937.856000', '154937.859000', '154937.862000', '154937.864000', '154937.867000', '154937.869000', '154937.872000', '154937.875000', '154937.877000', '154937.880000', '154937.882000', '154937.885000', '154937.888000', '154937.890000', '154937.893000', '154937.895000', '154937.898000', '154937.901000', '154937.903000', '154937.906000', '154937.908000', '154937.911000', '154937.914000', '154937.916000', '154937.919000', '154937.921000', '154937.924000', '154937.927000', '154937.929000', '154937.932000', '154937.934000', '154937.937000', '154957.825000', '154957.827000', '154957.830000', '154957.836000', '154957.838000', '154957.841000', '154957.844000', '154957.846000', '154957.849000', '154957.851000', '154957.854000', '154957.857000', '154957.859000', '154957.862000', '154957.864000', '154957.867000', '154957.870000', '154957.872000', '154957.875000', '154957.877000', '154957.880000', '154957.883000', '154957.885000', '154957.888000', '154957.890000', '154957.893000', '154957.896000', '154957.898000', '154957.901000', '154957.903000', '154957.906000', '154957.909000', '154957.911000', '154957.914000', '154957.916000', '154957.919000', '154957.922000', '154957.924000', '154957.927000', '154957.929000', '154957.932000', '154957.935000', '154957.937000', '155017.824000', '155017.827000', '155017.829000', '155017.832000', '155017.834000', '155017.837000', '155017.840000', '155017.842000', '155017.845000', '155017.847000', '155017.850000', '155017.852000', '155017.855000', '155017.858000', '155017.860000', '155017.863000', '155017.866000', '155017.868000', '155017.878000', '155017.881000', '155017.883000', '155017.886000', '155017.889000', '155017.891000', '155017.894000', '155017.896000', '155017.899000', '155017.901000', '155017.904000', '155017.907000', '155017.909000', '155017.912000', '155017.915000', '155017.917000', '155017.920000', '155017.922000', '155017.925000', '155017.928000', '155017.930000', '155017.933000', '155017.935000', '155017.938000', '155017.941000', '155017.943000', '155037.824000', '155037.839000', '155037.841000', '155037.844000', '155037.847000', '155037.849000', '155037.852000', '155037.855000', '155037.857000', '155037.860000', '155037.862000', '155037.865000', '155037.868000', '155037.870000', '155037.873000', '155037.876000', '155037.878000', '155037.881000', '155037.883000', '155037.886000', '155037.889000', '155037.891000', '155037.894000', '155037.896000', '155037.899000', '155037.901000', '155037.904000', '155037.907000', '155037.909000', '155037.912000', '155037.914000', '155037.917000', '155037.920000', '155037.922000', '155037.925000', '155037.927000', '155037.930000', '155037.933000', '155037.935000', '155037.938000', '155037.940000', '155037.943000', '155037.946000', '155057.825000', '155057.828000', '155057.830000', '155057.833000', '155057.835000', '155057.838000', '155057.841000', '155057.843000', '155057.846000', '155057.848000', '155057.851000', '155057.854000', '155057.856000', '155057.859000', '155057.861000', '155057.864000', '155057.867000', '155057.869000', '155057.872000', '155057.875000', '155057.877000', '155057.880000', '155057.882000', '155057.885000', '155057.888000', '155057.890000', '155057.893000', '155057.895000', '155057.898000', '155057.901000', '155057.903000', '155057.906000', '155057.909000', '155057.911000', '155057.914000', '155057.917000', '155057.919000', '155057.922000', '155057.924000', '155057.927000', '155057.930000', '155057.932000', '155057.935000', '155057.937000', '155117.825000', '155117.827000', '155117.830000', '155117.833000', '155117.835000', '155117.838000', '155117.840000', '155117.843000', '155117.846000', '155117.848000', '155117.851000', '155117.853000', '155117.856000', '155117.859000', '155117.861000', '155117.864000', '155117.866000', '155117.869000', '155117.872000', '155117.874000', '155117.877000', '155117.879000', '155117.882000', '155117.884000', '155117.887000', '155117.890000', '155117.892000', '155117.895000', '155117.897000', '155117.900000', '155117.903000', '155117.905000', '155117.908000', '155117.910000', '155117.913000', '155117.915000', '155117.918000', '155117.921000', '155117.923000', '155117.926000', '155117.928000', '155117.931000', '155117.933000', '155137.825000', '155137.827000', '155137.830000', '155137.833000', '155137.835000', '155137.838000', '155137.841000', '155137.843000', '155137.846000', '155137.849000', '155137.851000', '155137.855000', '155137.858000', '155137.860000', '155137.863000', '155137.866000', '155137.868000', '155137.871000', '155137.873000', '155137.876000', '155137.879000', '155137.881000', '155137.884000', '155137.889000', '155137.892000', '155137.894000', '155137.897000', '155137.900000', '155137.902000', '155137.905000', '155137.908000', '155137.910000', '155137.913000', '155137.916000', '155137.918000', '155137.921000', '155137.923000', '155137.926000', '155137.929000', '155137.931000', '155137.934000', '155137.952000', '155137.955000', '155157.825000', '155157.827000', '155157.830000', '155157.833000', '155157.835000', '155157.838000', '155157.840000', '155157.843000', '155157.846000', '155157.848000', '155157.851000', '155157.853000', '155157.856000', '155157.859000', '155157.861000', '155157.864000', '155157.867000', '155157.869000', '155157.872000', '155157.874000', '155157.877000', '155157.880000', '155157.882000', '155157.885000', '155157.887000', '155157.890000', '155157.892000', '155157.895000', '155157.898000', '155157.900000', '155157.903000', '155157.906000', '155157.908000', '155157.911000', '155157.913000', '155157.916000', '155157.919000', '155157.921000', '155157.924000', '155157.926000', '155157.929000', '155157.932000', '155157.934000', '155157.937000', '155217.825000', '155217.828000', '155217.830000', '155217.833000', '155217.836000', '155217.838000', '155217.841000', '155217.843000', '155217.846000', '155217.849000', '155217.851000', '155217.854000', '155217.857000', '155217.859000', '155217.862000', '155217.864000', '155217.867000', '155217.870000', '155217.872000', '155217.875000', '155217.877000', '155217.880000', '155217.882000', '155217.885000', '155217.888000', '155217.890000', '155217.893000', '155217.895000', '155217.898000', '155217.900000', '155217.903000', '155217.906000', '155217.908000', '155217.911000', '155217.914000', '155217.916000', '155217.919000', '155217.921000', '155217.924000', '155217.926000', '155217.929000', '155217.932000', '155217.934000', '155237.824000', '155237.827000', '155237.829000', '155237.832000', '155237.835000', '155237.837000', '155237.840000', '155237.842000', '155237.845000', '155237.848000', '155237.850000', '155237.853000', '155237.856000', '155237.858000', '155237.861000', '155237.863000', '155237.866000', '155237.868000', '155237.871000', '155237.874000', '155237.876000', '155237.879000', '155237.881000', '155237.884000', '155237.887000', '155237.889000', '155237.892000', '155237.895000', '155237.897000', '155237.900000', '155237.902000', '155237.905000', '155237.908000', '155237.910000', '155237.913000', '155237.915000', '155237.918000', '155237.921000', '155237.923000', '155237.926000', '155237.928000', '155237.931000', '155237.934000', '155237.936000', '155257.824000', '155257.827000', '155257.829000', '155257.832000', '155257.834000', '155257.837000', '155257.840000', '155257.842000', '155257.845000', '155257.858000', '155257.860000', '155257.863000', '155257.866000', '155257.868000', '155257.871000', '155257.874000', '155257.876000', '155257.879000', '155257.882000', '155257.884000', '155257.887000', '155257.889000', '155257.893000', '155257.896000', '155257.898000', '155257.901000', '155257.903000', '155257.906000', '155257.909000', '155257.911000', '155257.914000', '155257.917000', '155257.919000', '155257.922000', '155257.924000', '155257.927000', '155257.929000', '155257.932000', '155257.935000', '155257.937000', '155257.940000', '155257.943000', '155257.945000', '155311.632000', '155311.635000', '155311.637000', '155311.640000', '155311.643000', '155311.645000', '155311.648000', '155311.651000', '155311.653000', '155311.656000', '155311.658000', '155311.661000', '155311.664000', '155311.666000', '155311.669000', '155311.672000', '155311.674000', '155311.677000', '155311.679000', '155311.682000', '155311.685000', '155311.687000', '155311.690000', '155311.692000', '155311.695000', '155311.698000', '155311.700000', '155311.703000', '155311.705000', '155311.708000', '155311.711000'], 'InstanceCreationTime': ['154057.860000', '154057.871000', '154057.873000', '154057.876000', '154057.878000', '154057.881000', '154057.883000', '154057.886000', '154057.889000', '154057.891000', '154057.903000', '154057.906000', '154057.908000', '154057.911000', '154057.913000', '154057.916000', '154057.919000', '154057.921000', '154057.924000', '154057.926000', '154057.929000', '154057.933000', '154057.936000', '154057.938000', '154057.941000', '154057.943000', '154057.946000', '154057.949000', '154057.951000', '154057.954000', '154057.956000', '154057.959000', '154057.961000', '154057.964000', '154057.972000', '154057.974000', '154057.977000', '154057.979000', '154057.982000', '154057.985000', '154057.987000', '154057.990000', '154057.992000', '154057.995000', '154117.823000', '154117.826000', '154117.829000', '154117.832000', '154117.834000', '154117.837000', '154117.839000', '154117.842000', '154117.844000', '154117.847000', '154117.850000', '154117.852000', '154117.855000', '154117.858000', '154117.860000', '154117.863000', '154117.865000', '154117.868000', '154117.870000', '154117.873000', '154117.875000', '154117.878000', '154117.881000', '154117.883000', '154117.886000', '154117.888000', '154117.891000', '154117.893000', '154117.896000', '154117.899000', '154117.901000', '154117.904000', '154117.906000', '154117.909000', '154117.911000', '154117.914000', '154117.917000', '154117.919000', '154117.922000', '154117.929000', '154117.932000', '154117.934000', '154117.937000', '154117.939000', '154137.825000', '154137.827000', '154137.830000', '154137.833000', '154137.835000', '154137.838000', '154137.840000', '154137.843000', '154137.845000', '154137.848000', '154137.851000', '154137.853000', '154137.856000', '154137.858000', '154137.861000', '154137.863000', '154137.866000', '154137.869000', '154137.871000', '154137.874000', '154137.876000', '154137.879000', '154137.881000', '154137.884000', '154137.887000', '154137.890000', '154137.893000', '154137.895000', '154137.898000', '154137.900000', '154137.903000', '154137.906000', '154137.908000', '154137.911000', '154137.913000', '154137.916000', '154137.919000', '154137.921000', '154137.924000', '154137.926000', '154137.929000', '154137.931000', '154137.934000', '154157.824000', '154157.827000', '154157.830000', '154157.832000', '154157.835000', '154157.837000', '154157.840000', '154157.843000', '154157.845000', '154157.848000', '154157.850000', '154157.853000', '154157.855000', '154157.858000', '154157.861000', '154157.863000', '154157.866000', '154157.869000', '154157.871000', '154157.874000', '154157.876000', '154157.879000', '154157.881000', '154157.884000', '154157.887000', '154157.889000', '154157.892000', '154157.902000', '154157.905000', '154157.907000', '154157.910000', '154157.912000', '154157.915000', '154157.918000', '154157.920000', '154157.923000', '154157.925000', '154157.928000', '154157.952000', '154157.955000', '154157.957000', '154157.960000', '154157.962000', '154157.965000', '154217.824000', '154217.827000', '154217.830000', '154217.832000', '154217.835000', '154217.838000', '154217.840000', '154217.843000', '154217.845000', '154217.848000', '154217.850000', '154217.853000', '154217.856000', '154217.858000', '154217.861000', '154217.863000', '154217.866000', '154217.868000', '154217.871000', '154217.874000', '154217.876000', '154217.879000', '154217.881000', '154217.884000', '154217.886000', '154217.889000', '154217.892000', '154217.894000', '154217.897000', '154217.899000', '154217.902000', '154217.904000', '154217.907000', '154217.910000', '154217.912000', '154217.915000', '154217.917000', '154217.920000', '154217.923000', '154217.925000', '154217.928000', '154217.930000', '154217.933000', '154237.825000', '154237.827000', '154237.830000', '154237.833000', '154237.835000', '154237.838000', '154237.840000', '154237.843000', '154237.846000', '154237.848000', '154237.851000', '154237.853000', '154237.856000', '154237.859000', '154237.861000', '154237.864000', '154237.866000', '154237.869000', '154237.872000', '154237.874000', '154237.877000', '154237.879000', '154237.882000', '154237.885000', '154237.887000', '154237.890000', '154237.892000', '154237.895000', '154237.897000', '154237.900000', '154237.903000', '154237.905000', '154237.908000', '154237.910000', '154237.913000', '154237.915000', '154237.918000', '154237.921000', '154237.923000', '154237.926000', '154237.928000', '154237.931000', '154237.933000', '154237.936000', '154257.824000', '154257.827000', '154257.830000', '154257.832000', '154257.835000', '154257.837000', '154257.840000', '154257.843000', '154257.845000', '154257.848000', '154257.850000', '154257.853000', '154257.856000', '154257.858000', '154257.861000', '154257.863000', '154257.866000', '154257.868000', '154257.871000', '154257.874000', '154257.876000', '154257.879000', '154257.882000', '154257.884000', '154257.887000', '154257.889000', '154257.892000', '154257.894000', '154257.897000', '154257.900000', '154257.902000', '154257.905000', '154257.907000', '154257.910000', '154257.912000', '154257.915000', '154257.918000', '154257.920000', '154257.923000', '154257.926000', '154257.928000', '154257.931000', '154257.933000', '154317.823000', '154317.826000', '154317.829000', '154317.831000', '154317.834000', '154317.837000', '154317.840000', '154317.842000', '154317.845000', '154317.847000', '154317.850000', '154317.853000', '154317.855000', '154317.858000', '154317.860000', '154317.863000', '154317.865000', '154317.868000', '154317.871000', '154317.873000', '154317.876000', '154317.878000', '154317.881000', '154317.884000', '154317.886000', '154317.889000', '154317.891000', '154317.894000', '154317.897000', '154317.899000', '154317.902000', '154317.904000', '154317.907000', '154317.909000', '154317.912000', '154317.915000', '154317.917000', '154317.920000', '154317.922000', '154317.925000', '154317.928000', '154317.930000', '154317.933000', '154317.935000', '154337.824000', '154337.827000', '154337.829000', '154337.832000', '154337.834000', '154337.837000', '154337.840000', '154337.842000', '154337.845000', '154337.847000', '154337.850000', '154337.853000', '154337.855000', '154337.858000', '154337.860000', '154337.863000', '154337.865000', '154337.868000', '154337.871000', '154337.884000', '154337.887000', '154337.890000', '154337.892000', '154337.895000', '154337.897000', '154337.900000', '154337.902000', '154337.905000', '154337.908000', '154337.910000', '154337.913000', '154337.915000', '154337.918000', '154337.921000', '154337.923000', '154337.926000', '154337.928000', '154337.931000', '154337.934000', '154337.936000', '154337.939000', '154337.941000', '154337.944000', '154357.824000', '154357.827000', '154357.830000', '154357.832000', '154357.835000', '154357.838000', '154357.840000', '154357.843000', '154357.845000', '154357.848000', '154357.851000', '154357.853000', '154357.857000', '154357.860000', '154357.862000', '154357.865000', '154357.867000', '154357.870000', '154357.873000', '154357.875000', '154357.878000', '154357.880000', '154357.883000', '154357.886000', '154357.888000', '154357.891000', '154357.893000', '154357.896000', '154357.898000', '154357.901000', '154357.904000', '154357.906000', '154357.909000', '154357.912000', '154357.915000', '154357.918000', '154357.920000', '154357.923000', '154357.926000', '154357.928000', '154357.931000', '154357.934000', '154357.936000', '154357.939000', '154417.825000', '154417.827000', '154417.830000', '154417.833000', '154417.835000', '154417.838000', '154417.840000', '154417.843000', '154417.846000', '154417.848000', '154417.851000', '154417.853000', '154417.856000', '154417.858000', '154417.861000', '154417.864000', '154417.866000', '154417.869000', '154417.872000', '154417.874000', '154417.877000', '154417.879000', '154417.882000', '154417.884000', '154417.887000', '154417.890000', '154417.892000', '154417.895000', '154417.897000', '154417.900000', '154417.902000', '154417.905000', '154417.908000', '154417.910000', '154417.913000', '154417.915000', '154417.918000', '154417.921000', '154417.923000', '154417.926000', '154417.928000', '154417.931000', '154417.933000', '154437.824000', '154437.827000', '154437.830000', '154437.833000', '154437.836000', '154437.839000', '154437.841000', '154437.844000', '154437.846000', '154437.849000', '154437.851000', '154437.854000', '154437.857000', '154437.859000', '154437.862000', '154437.864000', '154437.867000', '154437.870000', '154437.872000', '154437.875000', '154437.877000', '154437.880000', '154437.883000', '154437.885000', '154437.888000', '154437.890000', '154437.893000', '154437.895000', '154437.898000', '154437.901000', '154437.903000', '154437.906000', '154437.908000', '154437.911000', '154437.914000', '154437.916000', '154437.919000', '154437.921000', '154437.924000', '154437.927000', '154437.929000', '154437.932000', '154437.934000', '154457.825000', '154457.827000', '154457.830000', '154457.833000', '154457.835000', '154457.838000', '154457.840000', '154457.843000', '154457.846000', '154457.848000', '154457.851000', '154457.853000', '154457.856000', '154457.859000', '154457.861000', '154457.864000', '154457.867000', '154457.869000', '154457.872000', '154457.874000', '154457.877000', '154457.880000', '154457.882000', '154457.885000', '154457.887000', '154457.890000', '154457.892000', '154457.895000', '154457.898000', '154457.900000', '154457.903000', '154457.906000', '154457.908000', '154457.911000', '154457.913000', '154457.916000', '154457.918000', '154457.921000', '154457.924000', '154457.926000', '154457.929000', '154457.931000', '154457.934000', '154457.936000', '154517.825000', '154517.837000', '154517.840000', '154517.842000', '154517.845000', '154517.848000', '154517.850000', '154517.853000', '154517.855000', '154517.858000', '154517.860000', '154517.863000', '154517.866000', '154517.868000', '154517.871000', '154517.874000', '154517.876000', '154517.879000', '154517.881000', '154517.884000', '154517.887000', '154517.889000', '154517.892000', '154517.896000', '154517.899000', '154517.902000', '154517.904000', '154517.907000', '154517.910000', '154517.912000', '154517.915000', '154517.918000', '154517.920000', '154517.923000', '154517.925000', '154517.928000', '154517.931000', '154517.933000', '154517.936000', '154517.938000', '154517.941000', '154517.943000', '154517.946000', '154537.824000', '154537.826000', '154537.829000', '154537.832000', '154537.834000', '154537.837000', '154537.839000', '154537.842000', '154537.844000', '154537.847000', '154537.850000', '154537.852000', '154537.855000', '154537.857000', '154537.860000', '154537.863000', '154537.865000', '154537.868000', '154537.871000', '154537.873000', '154537.876000', '154537.878000', '154537.881000', '154537.884000', '154537.886000', '154537.889000', '154537.891000', '154537.894000', '154537.896000', '154537.899000', '154537.902000', '154537.904000', '154537.907000', '154537.910000', '154537.912000', '154537.915000', '154537.917000', '154537.920000', '154537.922000', '154537.925000', '154537.928000', '154537.930000', '154537.933000', '154537.935000', '154557.824000', '154557.826000', '154557.829000', '154557.832000', '154557.834000', '154557.837000', '154557.839000', '154557.842000', '154557.845000', '154557.847000', '154557.850000', '154557.852000', '154557.855000', '154557.858000', '154557.861000', '154557.864000', '154557.867000', '154557.870000', '154557.872000', '154557.875000', '154557.877000', '154557.880000', '154557.883000', '154557.885000', '154557.888000', '154557.890000', '154557.893000', '154557.896000', '154557.898000', '154557.901000', '154557.904000', '154557.906000', '154557.909000', '154557.911000', '154557.914000', '154557.917000', '154557.919000', '154557.922000', '154557.924000', '154557.927000', '154557.930000', '154557.932000', '154557.935000', '154617.825000', '154617.827000', '154617.830000', '154617.833000', '154617.835000', '154617.838000', '154617.840000', '154617.843000', '154617.846000', '154617.848000', '154617.851000', '154617.853000', '154617.856000', '154617.859000', '154617.861000', '154617.864000', '154617.866000', '154617.869000', '154617.872000', '154617.874000', '154617.877000', '154617.879000', '154617.882000', '154617.884000', '154617.887000', '154617.890000', '154617.892000', '154617.895000', '154617.898000', '154617.900000', '154617.903000', '154617.905000', '154617.908000', '154617.911000', '154617.913000', '154617.916000', '154617.918000', '154617.923000', '154617.926000', '154617.928000', '154617.931000', '154617.933000', '154617.936000', '154617.939000', '154637.824000', '154637.827000', '154637.830000', '154637.832000', '154637.835000', '154637.838000', '154637.840000', '154637.843000', '154637.845000', '154637.848000', '154637.850000', '154637.862000', '154637.865000', '154637.868000', '154637.870000', '154637.873000', '154637.875000', '154637.878000', '154637.881000', '154637.883000', '154637.886000', '154637.888000', '154637.891000', '154637.893000', '154637.896000', '154637.899000', '154637.901000', '154637.904000', '154637.906000', '154637.909000', '154637.912000', '154637.914000', '154637.917000', '154637.919000', '154637.922000', '154637.925000', '154637.927000', '154637.930000', '154637.932000', '154637.936000', '154637.939000', '154637.942000', '154637.945000', '154657.825000', '154657.827000', '154657.830000', '154657.833000', '154657.835000', '154657.838000', '154657.840000', '154657.843000', '154657.846000', '154657.848000', '154657.851000', '154657.854000', '154657.856000', '154657.859000', '154657.861000', '154657.864000', '154657.866000', '154657.869000', '154657.872000', '154657.874000', '154657.877000', '154657.879000', '154657.882000', '154657.885000', '154657.887000', '154657.890000', '154657.892000', '154657.895000', '154657.898000', '154657.900000', '154657.904000', '154657.907000', '154657.909000', '154657.912000', '154657.914000', '154657.917000', '154657.919000', '154657.922000', '154657.925000', '154657.928000', '154657.930000', '154657.933000', '154657.935000', '154657.938000', '154717.824000', '154717.827000', '154717.830000', '154717.832000', '154717.835000', '154717.838000', '154717.840000', '154717.843000', '154717.845000', '154717.848000', '154717.851000', '154717.853000', '154717.856000', '154717.859000', '154717.861000', '154717.864000', '154717.866000', '154717.869000', '154717.871000', '154717.874000', '154717.877000', '154717.879000', '154717.882000', '154717.884000', '154717.887000', '154717.890000', '154717.892000', '154717.895000', '154717.897000', '154717.900000', '154717.902000', '154717.905000', '154717.908000', '154717.910000', '154717.913000', '154717.915000', '154717.918000', '154717.920000', '154717.923000', '154717.926000', '154717.928000', '154717.931000', '154717.934000', '154737.825000', '154737.827000', '154737.830000', '154737.833000', '154737.835000', '154737.838000', '154737.840000', '154737.843000', '154737.845000', '154737.848000', '154737.851000', '154737.853000', '154737.856000', '154737.858000', '154737.861000', '154737.863000', '154737.866000', '154737.869000', '154737.871000', '154737.874000', '154737.877000', '154737.879000', '154737.882000', '154737.884000', '154737.887000', '154737.890000', '154737.892000', '154737.895000', '154737.905000', '154737.908000', '154737.910000', '154737.913000', '154737.915000', '154737.918000', '154737.921000', '154737.923000', '154737.926000', '154737.928000', '154737.931000', '154737.934000', '154737.936000', '154737.939000', '154737.941000', '154737.944000', '154757.824000', '154757.827000', '154757.829000', '154757.832000', '154757.834000', '154757.837000', '154757.839000', '154757.842000', '154757.845000', '154757.847000', '154757.850000', '154757.852000', '154757.855000', '154757.858000', '154757.860000', '154757.863000', '154757.865000', '154757.868000', '154757.871000', '154757.873000', '154757.876000', '154757.878000', '154757.907000', '154757.910000', '154757.912000', '154757.915000', '154757.918000', '154757.921000', '154757.924000', '154757.927000', '154757.930000', '154757.932000', '154757.935000', '154757.937000', '154757.940000', '154757.942000', '154757.945000', '154757.948000', '154757.950000', '154757.953000', '154757.955000', '154757.958000', '154757.961000', '154817.824000', '154817.827000', '154817.829000', '154817.832000', '154817.834000', '154817.837000', '154817.839000', '154817.842000', '154817.845000', '154817.847000', '154817.850000', '154817.852000', '154817.855000', '154817.858000', '154817.860000', '154817.863000', '154817.865000', '154817.868000', '154817.870000', '154817.873000', '154817.875000', '154817.878000', '154817.881000', '154817.883000', '154817.886000', '154817.888000', '154817.891000', '154817.894000', '154817.896000', '154817.899000', '154817.901000', '154817.904000', '154817.907000', '154817.909000', '154817.912000', '154817.914000', '154817.917000', '154817.920000', '154817.922000', '154817.925000', '154817.927000', '154817.930000', '154817.932000', '154817.935000', '154837.825000', '154837.827000', '154837.830000', '154837.833000', '154837.835000', '154837.838000', '154837.841000', '154837.843000', '154837.846000', '154837.848000', '154837.851000', '154837.854000', '154837.856000', '154837.859000', '154837.861000', '154837.864000', '154837.867000', '154837.869000', '154837.872000', '154837.874000', '154837.877000', '154837.880000', '154837.882000', '154837.885000', '154837.887000', '154837.890000', '154837.893000', '154837.895000', '154837.898000', '154837.900000', '154837.903000', '154837.905000', '154837.908000', '154837.911000', '154837.913000', '154837.916000', '154837.919000', '154837.921000', '154837.924000', '154837.926000', '154837.929000', '154837.931000', '154837.934000', '154857.825000', '154857.828000', '154857.831000', '154857.833000', '154857.836000', '154857.838000', '154857.841000', '154857.844000', '154857.846000', '154857.849000', '154857.852000', '154857.854000', '154857.857000', '154857.859000', '154857.862000', '154857.865000', '154857.867000', '154857.870000', '154857.872000', '154857.875000', '154857.878000', '154857.881000', '154857.883000', '154857.886000', '154857.888000', '154857.891000', '154857.893000', '154857.896000', '154857.899000', '154857.902000', '154857.904000', '154857.907000', '154857.909000', '154857.912000', '154857.915000', '154857.917000', '154857.920000', '154857.922000', '154857.925000', '154857.928000', '154857.930000', '154857.933000', '154857.935000', '154857.938000', '154917.825000', '154917.827000', '154917.830000', '154917.833000', '154917.835000', '154917.838000', '154917.841000', '154917.843000', '154917.846000', '154917.848000', '154917.851000', '154917.853000', '154917.856000', '154917.859000', '154917.861000', '154917.864000', '154917.866000', '154917.869000', '154917.871000', '154917.893000', '154917.895000', '154917.898000', '154917.901000', '154917.903000', '154917.906000', '154917.908000', '154917.911000', '154917.914000', '154917.916000', '154917.919000', '154917.921000', '154917.924000', '154917.927000', '154917.929000', '154917.932000', '154917.934000', '154917.937000', '154917.940000', '154917.942000', '154917.945000', '154917.947000', '154917.950000', '154917.953000', '154937.825000', '154937.828000', '154937.830000', '154937.833000', '154937.836000', '154937.838000', '154937.841000', '154937.843000', '154937.846000', '154937.849000', '154937.851000', '154937.854000', '154937.856000', '154937.859000', '154937.862000', '154937.864000', '154937.867000', '154937.869000', '154937.872000', '154937.875000', '154937.877000', '154937.880000', '154937.882000', '154937.885000', '154937.888000', '154937.890000', '154937.893000', '154937.895000', '154937.898000', '154937.901000', '154937.903000', '154937.906000', '154937.908000', '154937.911000', '154937.914000', '154937.916000', '154937.919000', '154937.921000', '154937.924000', '154937.927000', '154937.929000', '154937.932000', '154937.934000', '154937.937000', '154957.825000', '154957.827000', '154957.830000', '154957.836000', '154957.838000', '154957.841000', '154957.844000', '154957.846000', '154957.849000', '154957.851000', '154957.854000', '154957.857000', '154957.859000', '154957.862000', '154957.864000', '154957.867000', '154957.870000', '154957.872000', '154957.875000', '154957.877000', '154957.880000', '154957.883000', '154957.885000', '154957.888000', '154957.890000', '154957.893000', '154957.896000', '154957.898000', '154957.901000', '154957.903000', '154957.906000', '154957.909000', '154957.911000', '154957.914000', '154957.916000', '154957.919000', '154957.922000', '154957.924000', '154957.927000', '154957.929000', '154957.932000', '154957.935000', '154957.937000', '155017.824000', '155017.827000', '155017.829000', '155017.832000', '155017.834000', '155017.837000', '155017.840000', '155017.842000', '155017.845000', '155017.847000', '155017.850000', '155017.852000', '155017.855000', '155017.858000', '155017.860000', '155017.863000', '155017.866000', '155017.868000', '155017.878000', '155017.881000', '155017.883000', '155017.886000', '155017.889000', '155017.891000', '155017.894000', '155017.896000', '155017.899000', '155017.901000', '155017.904000', '155017.907000', '155017.909000', '155017.912000', '155017.915000', '155017.917000', '155017.920000', '155017.922000', '155017.925000', '155017.928000', '155017.930000', '155017.933000', '155017.935000', '155017.938000', '155017.941000', '155017.943000', '155037.824000', '155037.839000', '155037.841000', '155037.844000', '155037.847000', '155037.849000', '155037.852000', '155037.855000', '155037.857000', '155037.860000', '155037.862000', '155037.865000', '155037.868000', '155037.870000', '155037.873000', '155037.876000', '155037.878000', '155037.881000', '155037.883000', '155037.886000', '155037.889000', '155037.891000', '155037.894000', '155037.896000', '155037.899000', '155037.901000', '155037.904000', '155037.907000', '155037.909000', '155037.912000', '155037.914000', '155037.917000', '155037.920000', '155037.922000', '155037.925000', '155037.927000', '155037.930000', '155037.933000', '155037.935000', '155037.938000', '155037.940000', '155037.943000', '155037.946000', '155057.825000', '155057.828000', '155057.830000', '155057.833000', '155057.835000', '155057.838000', '155057.841000', '155057.843000', '155057.846000', '155057.848000', '155057.851000', '155057.854000', '155057.856000', '155057.859000', '155057.861000', '155057.864000', '155057.867000', '155057.869000', '155057.872000', '155057.875000', '155057.877000', '155057.880000', '155057.882000', '155057.885000', '155057.888000', '155057.890000', '155057.893000', '155057.895000', '155057.898000', '155057.901000', '155057.903000', '155057.906000', '155057.909000', '155057.911000', '155057.914000', '155057.917000', '155057.919000', '155057.922000', '155057.924000', '155057.927000', '155057.930000', '155057.932000', '155057.935000', '155057.937000', '155117.825000', '155117.827000', '155117.830000', '155117.833000', '155117.835000', '155117.838000', '155117.840000', '155117.843000', '155117.846000', '155117.848000', '155117.851000', '155117.853000', '155117.856000', '155117.859000', '155117.861000', '155117.864000', '155117.866000', '155117.869000', '155117.872000', '155117.874000', '155117.877000', '155117.879000', '155117.882000', '155117.884000', '155117.887000', '155117.890000', '155117.892000', '155117.895000', '155117.897000', '155117.900000', '155117.903000', '155117.905000', '155117.908000', '155117.910000', '155117.913000', '155117.915000', '155117.918000', '155117.921000', '155117.923000', '155117.926000', '155117.928000', '155117.931000', '155117.933000', '155137.825000', '155137.827000', '155137.830000', '155137.833000', '155137.835000', '155137.838000', '155137.841000', '155137.843000', '155137.846000', '155137.849000', '155137.851000', '155137.855000', '155137.858000', '155137.860000', '155137.863000', '155137.866000', '155137.868000', '155137.871000', '155137.873000', '155137.876000', '155137.879000', '155137.881000', '155137.884000', '155137.889000', '155137.892000', '155137.894000', '155137.897000', '155137.900000', '155137.902000', '155137.905000', '155137.908000', '155137.910000', '155137.913000', '155137.916000', '155137.918000', '155137.921000', '155137.923000', '155137.926000', '155137.929000', '155137.931000', '155137.934000', '155137.952000', '155137.955000', '155157.825000', '155157.827000', '155157.830000', '155157.833000', '155157.835000', '155157.838000', '155157.840000', '155157.843000', '155157.846000', '155157.848000', '155157.851000', '155157.853000', '155157.856000', '155157.859000', '155157.861000', '155157.864000', '155157.867000', '155157.869000', '155157.872000', '155157.874000', '155157.877000', '155157.880000', '155157.882000', '155157.885000', '155157.887000', '155157.890000', '155157.892000', '155157.895000', '155157.898000', '155157.900000', '155157.903000', '155157.906000', '155157.908000', '155157.911000', '155157.913000', '155157.916000', '155157.919000', '155157.921000', '155157.924000', '155157.926000', '155157.929000', '155157.932000', '155157.934000', '155157.937000', '155217.825000', '155217.828000', '155217.830000', '155217.833000', '155217.836000', '155217.838000', '155217.841000', '155217.843000', '155217.846000', '155217.849000', '155217.851000', '155217.854000', '155217.857000', '155217.859000', '155217.862000', '155217.864000', '155217.867000', '155217.870000', '155217.872000', '155217.875000', '155217.877000', '155217.880000', '155217.882000', '155217.885000', '155217.888000', '155217.890000', '155217.893000', '155217.895000', '155217.898000', '155217.900000', '155217.903000', '155217.906000', '155217.908000', '155217.911000', '155217.914000', '155217.916000', '155217.919000', '155217.921000', '155217.924000', '155217.926000', '155217.929000', '155217.932000', '155217.934000', '155237.824000', '155237.827000', '155237.829000', '155237.832000', '155237.835000', '155237.837000', '155237.840000', '155237.842000', '155237.845000', '155237.848000', '155237.850000', '155237.853000', '155237.856000', '155237.858000', '155237.861000', '155237.863000', '155237.866000', '155237.868000', '155237.871000', '155237.874000', '155237.876000', '155237.879000', '155237.881000', '155237.884000', '155237.887000', '155237.889000', '155237.892000', '155237.895000', '155237.897000', '155237.900000', '155237.902000', '155237.905000', '155237.908000', '155237.910000', '155237.913000', '155237.915000', '155237.918000', '155237.921000', '155237.923000', '155237.926000', '155237.928000', '155237.931000', '155237.934000', '155237.936000', '155257.824000', '155257.827000', '155257.829000', '155257.832000', '155257.834000', '155257.837000', '155257.840000', '155257.842000', '155257.845000', '155257.858000', '155257.860000', '155257.863000', '155257.866000', '155257.868000', '155257.871000', '155257.874000', '155257.876000', '155257.879000', '155257.882000', '155257.884000', '155257.887000', '155257.889000', '155257.893000', '155257.896000', '155257.898000', '155257.901000', '155257.903000', '155257.906000', '155257.909000', '155257.911000', '155257.914000', '155257.917000', '155257.919000', '155257.922000', '155257.924000', '155257.927000', '155257.929000', '155257.932000', '155257.935000', '155257.937000', '155257.940000', '155257.943000', '155257.945000', '155311.632000', '155311.635000', '155311.637000', '155311.640000', '155311.643000', '155311.645000', '155311.648000', '155311.651000', '155311.653000', '155311.656000', '155311.658000', '155311.661000', '155311.664000', '155311.666000', '155311.669000', '155311.672000', '155311.674000', '155311.677000', '155311.679000', '155311.682000', '155311.685000', '155311.687000', '155311.690000', '155311.692000', '155311.695000', '155311.698000', '155311.700000', '155311.703000', '155311.705000', '155311.708000', '155311.711000'], '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': [12455, 10030, 11581, 8587, 9670, 14203, 9583, 14400, 8342, 13856, 9075, 13043, 9050, 12138, 8801, 11577, 8663, 11321, 8484, 10644, 8063, 10019, 9050, 8210, 14190, 8010, 12415, 7826, 11788, 9118, 8556, 10551, 8545, 13673, 8528, 12943, 7692, 11983, 9017, 10798, 9622, 9011, 7711, 9134, 10362, 9708, 9172, 10017, 9199, 11726, 10682, 9476, 11320, 9429, 14055, 9078, 13369, 9120, 11934, 8953, 11922, 9291, 10106, 9095, 10821, 12427, 9663, 11591, 8508, 13585, 8410, 14574, 10990, 13746, 8583, 13304, 9675, 13223, 9192, 13008, 8448, 12416, 8958, 12345, 9009, 11291, 9250, 9920, 9343, 13238, 9725, 9284, 10305, 8653, 14062, 10268, 9239, 15083, 9205, 13086, 7985, 12410, 8720, 9374, 9781, 8611, 7353, 8410, 8850, 9078, 8372, 11421, 7720, 12338, 8151, 13498, 8077, 12857, 8596, 12951, 9103, 12762, 8141, 12711, 8148, 12212, 8519, 11842, 9039, 11069, 9135, 10425, 10937, 9288, 10822, 8776, 15644, 8805, 13672, 10622, 12772, 8193, 12451, 8765, 12266, 9033, 11749, 8777, 11768, 8532, 11999, 9274, 13005, 8760, 13839, 9747, 14424, 11015, 14751, 8959, 13748, 10505, 14200, 11671, 13270, 7990, 13355, 9258, 12832, 8501, 12261, 8669, 11735, 8453, 11215, 8295, 10928, 8634, 10755, 8490, 10472, 8047, 10018, 8319, 9802, 8348, 10218, 8609, 10120, 8701, 11194, 8498, 11576, 9015, 9360, 8682, 8817, 7699, 13216, 8493, 13662, 10480, 13640, 10037, 16125, 8945, 13838, 8822, 12563, 8622, 8603, 9481, 10750, 9382, 9245, 12246, 14130, 8109, 9185, 13373, 10101, 8866, 10293, 8182, 11015, 15892, 10917, 14968, 8823, 14830, 8988, 14586, 9923, 12526, 8511, 9357, 11652, 9008, 7234, 12029, 9896, 10598, 10021, 8300, 13984, 11813, 9791, 16492, 12230, 15042, 9515, 8419, 8213, 11959, 9604, 8608, 11635, 8892, 9167, 12149, 8528, 12878, 10388, 9145, 8243, 9461, 13149, 9165, 14855, 10152, 13047, 8144, 12737, 8327, 14318, 10591, 13105, 8245, 13848, 8562, 13924, 10941, 13520, 7943, 13495, 9523, 13840, 11331, 13639, 8377, 13546, 10625, 14542, 11374, 13297, 8675, 13441, 8495, 13704, 11010, 12962, 8544, 12976, 8890, 12379, 9689, 10980, 9694, 9658, 12192, 9507, 11777, 9766, 14474, 9173, 13749, 11050, 14296, 9866, 10062, 9696, 9067, 11059, 9602, 11659, 9752, 10301, 11982, 9200, 10642, 11703, 9498, 14685, 16743, 10268, 13115, 9253, 12482, 9351, 11606, 9035, 9526, 13133, 9780, 13475, 9202, 13486, 8227, 13318, 9465, 12321, 8232, 11758, 8866, 11624, 8446, 11235, 9310, 11178, 9216, 11460, 9402, 12240, 8850, 14197, 9568, 13066, 9975, 10500, 8872, 10288, 8642, 9630, 14659, 9056, 13996, 10128, 13170, 9069, 11790, 9015, 11229, 8584, 9826, 12090, 8994, 15385, 10234, 14968, 8365, 13901, 9960, 13837, 9901, 13019, 9099, 12469, 8963, 11525, 9509, 10851, 9564, 10142, 9300, 10107, 9346, 9819, 15240, 9117, 14113, 10710, 13533, 8603, 13645, 10314, 13827, 10561, 13621, 8890, 13352, 10565, 13236, 8706, 13184, 9491, 11981, 9676, 10251, 9929, 9700, 15162, 10608, 13451, 8468, 12224, 9436, 11695, 8723, 11152, 9621, 11940, 9211, 10817, 10364, 9270, 7828, 9813, 9743, 9450, 13903, 9885, 12467, 9384, 13198, 9472, 15101, 10566, 10359, 9385, 8863, 10467, 9247, 9327, 9741, 14666, 9230, 10523, 11052, 9538, 14538, 9500, 14405, 9287, 10491, 9985, 9579, 10296, 9086, 11486, 9701, 9268, 9668, 8016, 11657, 9453, 12395, 9308, 8484, 10688, 7854, 14528, 10639, 9645, 13626, 10330, 9095, 11760, 16807, 10049, 14662, 10824, 12851, 8466, 12435, 7962, 12894, 10111, 12195, 8563, 7295, 10360, 7993, 15118, 13534, 9636, 9718, 8257, 9823, 11419, 13066, 8433, 12018, 10646, 9501, 13798, 15472, 10406, 15303, 10036, 12868, 9538, 12100, 9340, 11492, 10032, 11616, 9588, 12724, 9596, 11509, 11013, 10356, 11490, 9707, 15150, 11781, 9463, 10878, 8417, 13319, 10473, 10161, 14342, 8243, 12552, 9377, 10594, 8340, 9887, 14305, 9635, 14669, 11670, 14682, 9561, 14634, 10404, 13604, 10976, 10187, 9874, 10677, 9898, 16075, 10504, 14304, 8956, 13132, 9530, 11958, 9769, 10641, 9406, 9985, 8592, 10299, 9507, 10456, 8711, 13305, 10811, 12193, 11017, 12802, 10334, 15813, 10985, 13537, 8665, 13074, 8703, 12561, 8824, 12384, 7978, 12915, 9240, 14093, 10645, 9279, 10054, 8795, 11915, 8537, 12791, 9580, 13058, 8233, 12647, 8498, 8291, 11040, 15892, 9394, 13916, 9092, 11103, 9540, 11441, 9511, 11030, 8617, 10270, 8587, 10223, 11167, 9990, 14255, 10559, 13724, 9655, 13563, 9464, 10983, 9817, 8966, 10350, 9126, 11455, 9335, 11467, 9528, 11376, 9142, 11386, 9291, 11991, 9218, 11977, 9344, 10032, 9833, 9552, 8895, 11216, 9570, 13427, 8736, 7441, 9759, 8644, 9565, 14678, 9010, 12390, 8340, 10845, 11614, 8818, 14893, 9196, 13848, 9274, 12871, 9064, 13445, 9550, 11564, 9778, 12162, 9980, 10065, 12065, 9908, 9629, 13321, 15953, 9818, 12937, 8703, 12551, 9461, 12571, 8472, 12543, 9292, 11932, 9259, 9959, 9168, 10095, 8731, 8874, 11441, 9120, 9665, 9008, 7587, 10028, 8460, 11837, 8542, 13784, 9930, 13768, 8819, 9839, 12091, 9171, 13552, 8933, 12726, 9532, 10065, 10842, 8875, 14523, 9946, 13863, 8751, 13478, 9100, 13607, 10990, 12258, 9081, 14516, 9729, 13714, 10811, 13394, 8852, 12585, 8731, 11530, 8987, 11409, 8412, 10024, 10203, 9694, 7887, 9797, 8825, 10666, 9119, 12103, 8532, 12506, 9074, 13190, 9987, 14174, 8982, 13663, 9359, 13235, 9248, 11524, 9013, 9829, 9825, 9460, 8093, 9515, 8307, 10095, 9099, 9796, 8951, 10933, 10065, 9312, 13731, 9405, 12702, 8932, 13530, 10450, 13518, 9431, 14493, 10009, 13949, 10503, 12586, 8755, 12338, 8754, 12464, 10282, 13209, 9117, 13237, 10218, 13446, 9104, 12903, 10054, 13809, 10818, 13883, 9112, 8514, 9972, 9018, 11095, 10417, 10394, 9382, 11647, 9303, 11756, 9559, 11946, 9788, 12261, 9463, 13319, 9592, 12194, 8984, 13663, 10745, 11199, 10399, 9981, 11355, 10804, 9081, 11767, 9390, 9406, 11345, 16044, 10353, 14012, 10375, 12938, 9828, 12816, 10192, 13783, 10981, 13314, 10258, 10337, 10529, 10267, 11474, 10173, 13027, 9385, 13676, 9878, 13516, 10261, 11244, 10544, 10802, 9863, 10952, 10595, 11175, 10650, 11109, 10270, 11419, 10270, 11901, 10230, 12248, 9938, 12108, 10261, 12368, 10149, 12285, 9638, 13552, 9398, 13074, 9696, 13023, 10057, 13223, 9420, 12362, 9631, 12582, 10147, 12805, 9226, 12916, 9141, 13634, 11042, 10552, 10407, 10210, 12243, 9678, 14508, 10747, 15082, 10585, 10009, 9931, 8969, 11966, 15592, 9209, 12365, 9612, 9660, 8504, 9731, 10828, 10827, 10277, 11983, 10565, 10560, 12935, 10590, 12119, 10468, 10458, 12689, 12773, 10276, 14139, 10250, 9327, 10292, 10066, 11196, 9791, 13672, 10188, 9930, 11703, 9448, 10946, 10894, 9654, 14011, 10126, 9088, 12307, 9648, 11159, 9883, 9742, 12731, 10465, 8560, 11719, 8527, 11760, 10840, 9224, 12974, 9109, 8949, 11656, 8930, 13634, 8747, 13175, 9368, 10725, 13260, 9372, 11914, 9158, 9360, 9133, 7965, 14015, 9836, 11295, 10919, 9151, 12415, 10356, 14654, 10684, 12828, 9565, 11380, 9700, 10254, 8943, 10489, 8369, 10416, 9610, 10144, 11768, 9573, 9449, 10149, 10804, 9898, 13490, 9922, 12704, 10123, 13031, 9664, 13730, 10388, 8368, 10342, 9767, 12237, 9969, 11038, 11914, 10094, 11196, 10346, 14655, 9645, 13971, 11116, 12905, 9590, 12364, 10021, 11230, 11306, 10197, 12652, 10239, 14983, 9662, 13116, 10315, 12335, 9071, 12624, 9783, 11461, 9939, 11342, 10305, 10714, 9135, 10439, 11335, 10360, 8777, 10398, 9257, 11099, 9079, 11821, 9809, 11309, 10065, 15907, 10333, 10602, 10682, 10918, 10569, 12119, 10227, 11809, 10814, 11052, 9646, 10280, 12239, 10977, 11966, 10894, 13478, 11017, 12958, 10797, 12727, 11220, 11804, 11128, 13921, 10882, 10737, 10912, 9302, 11047, 10118, 10929, 10886, 11190, 10932, 11218, 10493, 12673, 10809, 12426, 10428, 13191, 10584, 13295, 10380, 13135, 10900, 12682, 11174, 9854, 11009, 10873, 11636, 10261, 14220, 10649, 12807, 10781, 13008, 10461, 13210, 11022, 12776, 10982, 13421, 11178, 11493, 11142, 10160, 11324, 10176, 11432, 10393, 12127, 11012, 13621, 10754, 13574, 11171, 13227, 11355, 13453, 11194, 13059, 11184, 12543, 10962, 13085, 10544, 12819, 11038, 12375, 10798, 12520, 10638, 12632, 10789, 12441, 10738, 13152, 10560, 14059, 11502, 10979, 11286, 11693, 11386, 10733, 11457, 10924, 12175, 10658, 12728, 10692, 11819, 11075, 11633, 11614, 11640, 10258, 11299, 11046, 12086, 10348, 12541, 11339, 11151, 11350, 14930, 11023, 13021, 10217, 12543, 10462, 12877, 10599, 12378, 10693, 11604, 10550, 13114, 10091, 12031, 11082, 10480, 11439, 10844, 10795, 10087, 13267, 10026, 14100, 11921, 11209, 11650, 10978, 10347, 11064, 11448, 11213, 14671, 11173, 13894, 10894, 12852, 10558, 12591, 10430, 13538, 10943, 8899, 10744, 10686, 11176, 9945, 12964, 11036, 10018, 10809, 10356, 12904, 10268, 13415, 9808, 13522, 9757, 13864, 10154, 13367, 9758, 13177, 10288, 12980, 9821, 12322, 10039, 13342, 10824, 11372, 10813, 9283, 11121, 10079, 12902, 10191, 10057, 11086, 10705, 11073, 11932, 10876, 13276, 10199, 10689, 10279, 10748, 10238, 10933, 9058, 11198, 9944, 8961, 9995, 10474, 13597, 10287, 9851, 12160, 10055, 13325, 9997, 11805, 12405, 10499, 10208, 10455, 11038, 10322, 13049, 10386, 8940, 10334, 10271, 11603, 10192, 11554, 10181, 11368, 9928, 12182, 9028, 12940, 10557, 14058, 10193, 12827, 10402, 12961, 10753, 9585, 10709, 9113, 10553, 10965, 10515, 9288, 10894, 9707, 11187, 9439, 10694, 10342, 11785, 10219, 12546, 10285, 13632, 10697, 9499, 10931, 9744, 11611, 10413, 11842, 10440, 12569, 9990, 14397, 10952, 11700, 10792, 10479, 10531, 9678, 11528, 10219, 12245, 10081, 13313, 10794, 9255, 10924, 10714, 11507, 12015, 10356, 12006, 10569, 14168, 10577, 13395, 10429, 12533, 9897, 13031, 9502, 12914, 9526, 13018, 9513, 11981, 9865, 11689, 9890, 11181, 9676, 12046, 9667, 12641, 10197, 13143, 9702, 13403, 9438, 12093, 9637, 11096, 10826, 10186, 10354, 10054, 9878, 11717, 10275, 13011, 10056, 10909, 9068, 10500, 10054, 11470, 9183, 12152, 8829, 13334, 8703, 12810, 9399, 13439, 10080, 14042, 9357, 13349, 8633, 13742, 10170, 12742, 8556, 12808, 9948, 13473, 10186, 10748, 9917, 12100, 10370, 12465, 10348, 13107, 10206, 14068, 10786, 11295, 10110, 8763, 10591, 8960, 10996, 9370, 11515, 10006, 11883, 9000, 11358, 8923, 10238, 9989, 9971, 12668, 10025, 10735, 10415, 10838, 9979, 10694, 10456, 9993, 11418, 9827, 11654, 10412, 10113, 8976, 10186, 10199, 10005, 13712, 10138, 12381, 9987, 12008, 9929, 13549, 10086, 12438, 10067, 12362, 9720, 14650, 10305, 12899, 10054, 14249, 9935, 13814, 11286, 12686, 8901, 12460, 8700, 12204, 9507, 12063, 9741, 11963, 9307, 11114, 8980, 10422, 8853, 10217, 10045, 10176, 11408, 10319, 9746, 11514, 9643, 11941, 9672, 13793, 9510, 13306, 9866, 11948, 9168, 10474, 9709, 11081, 9461, 10603, 8537, 10125, 9205, 11350, 9511, 10922, 8504, 10807, 9501, 11556, 9382, 11591, 9244, 11026, 9196, 11446, 9552, 12095, 9398, 13285, 8591, 13303, 9311, 14138, 10806, 14691, 10044, 13356, 9815, 14482, 11050, 14329, 9481, 14444, 9794, 14480, 10955, 11712, 9504, 9425, 9961, 9486, 12148, 10082, 9782, 9488, 8564, 8855, 9803, 15184, 10414, 14011, 9708, 13875, 8933, 14136, 9109, 14261, 10828, 11344, 9578, 9234, 10914, 9088, 12452, 8319, 12438, 8870, 13845, 10364, 13622, 11084, 8195, 10267, 9104, 11836, 8984, 12914, 9398, 12080, 9286, 11488, 8872, 12233, 9113, 12463], 'WindowCenter': [4276.0, 4240.0, 4235.0, 4199.0, 4224.0, 4240.0, 4198.0, 4227.0, 4185.0, 4226.0, 4199.0, 4240.0, 4196.0, 4218.0, 4184.0, 4204.0, 4180.0, 4203.0, 4185.0, 4221.0, 4185.0, 4209.0, 4208.0, 4213.0, 4241.0, 4186.0, 4225.0, 4187.0, 4232.0, 4196.0, 4199.0, 4208.0, 4199.0, 4237.0, 4195.0, 4227.0, 4185.0, 4216.0, 4197.0, 4218.0, 4208.0, 4200.0, 4184.0, 4179.0, 4191.0, 4194.0, 4205.0, 4207.0, 4193.0, 4219.0, 4206.0, 4210.0, 4205.0, 4193.0, 4225.0, 4195.0, 4226.0, 4211.0, 4202.0, 4193.0, 4206.0, 4195.0, 4207.0, 4180.0, 4219.0, 4217.0, 4195.0, 4201.0, 4185.0, 4224.0, 4183.0, 4223.0, 4207.0, 4214.0, 4182.0, 4210.0, 4195.0, 4213.0, 4185.0, 4211.0, 4171.0, 4203.0, 4180.0, 4216.0, 4183.0, 4202.0, 4181.0, 4179.0, 4179.0, 4212.0, 4193.0, 4193.0, 4203.0, 4198.0, 4230.0, 4195.0, 4198.0, 4228.0, 4185.0, 4212.0, 4172.0, 4203.0, 4183.0, 4183.0, 4191.0, 4183.0, 4160.0, 4184.0, 4182.0, 4183.0, 4180.0, 4200.0, 4184.0, 4224.0, 4188.0, 4227.0, 4187.0, 4217.0, 4197.0, 4226.0, 4193.0, 4225.0, 4188.0, 4213.0, 4200.0, 4230.0, 4196.0, 4231.0, 4197.0, 4207.0, 4205.0, 4219.0, 4207.0, 4198.0, 4207.0, 4186.0, 4238.0, 4198.0, 4215.0, 4208.0, 4216.0, 4173.0, 4214.0, 4194.0, 4215.0, 4195.0, 4216.0, 4182.0, 4200.0, 4198.0, 4217.0, 4207.0, 4224.0, 4199.0, 4224.0, 4209.0, 4224.0, 4219.0, 4228.0, 4197.0, 4213.0, 4204.0, 4215.0, 4218.0, 4213.0, 4174.0, 4212.0, 4195.0, 4213.0, 4183.0, 4202.0, 4169.0, 4201.0, 4185.0, 4203.0, 4183.0, 4205.0, 4183.0, 4203.0, 4197.0, 4204.0, 4186.0, 4206.0, 4185.0, 4206.0, 4196.0, 4207.0, 4199.0, 4208.0, 4186.0, 4207.0, 4196.0, 4218.0, 4196.0, 4196.0, 4182.0, 4195.0, 4182.0, 4226.0, 4200.0, 4241.0, 4220.0, 4240.0, 4210.0, 4239.0, 4198.0, 4227.0, 4185.0, 4215.0, 4180.0, 4184.0, 4191.0, 4192.0, 4182.0, 4177.0, 4214.0, 4223.0, 4185.0, 4219.0, 4241.0, 4221.0, 4197.0, 4208.0, 4183.0, 4221.0, 4240.0, 4209.0, 4224.0, 4186.0, 4225.0, 4197.0, 4225.0, 4194.0, 4214.0, 4186.0, 4197.0, 4218.0, 4212.0, 4193.0, 4228.0, 4225.0, 4235.0, 4220.0, 4215.0, 4255.0, 4230.0, 4210.0, 4255.0, 4233.0, 4245.0, 4209.0, 4183.0, 4186.0, 4202.0, 4198.0, 4195.0, 4218.0, 4197.0, 4206.0, 4230.0, 4199.0, 4229.0, 4207.0, 4197.0, 4186.0, 4197.0, 4217.0, 4195.0, 4226.0, 4209.0, 4213.0, 4173.0, 4214.0, 4185.0, 4225.0, 4210.0, 4228.0, 4188.0, 4228.0, 4201.0, 4226.0, 4218.0, 4226.0, 4171.0, 4226.0, 4209.0, 4223.0, 4222.0, 4227.0, 4188.0, 4226.0, 4208.0, 4211.0, 4219.0, 4215.0, 4174.0, 4214.0, 4199.0, 4224.0, 4219.0, 4213.0, 4186.0, 4216.0, 4195.0, 4218.0, 4194.0, 4205.0, 4196.0, 4195.0, 4205.0, 4196.0, 4203.0, 4193.0, 4225.0, 4179.0, 4224.0, 4206.0, 4212.0, 4179.0, 4179.0, 4194.0, 4242.0, 4233.0, 4194.0, 4205.0, 4192.0, 4208.0, 4213.0, 4193.0, 4208.0, 4220.0, 4211.0, 4244.0, 4229.0, 4184.0, 4202.0, 4171.0, 4201.0, 4168.0, 4188.0, 4157.0, 4180.0, 4199.0, 4180.0, 4197.0, 4167.0, 4199.0, 4170.0, 4195.0, 4182.0, 4194.0, 4167.0, 4203.0, 4184.0, 4215.0, 4182.0, 4205.0, 4196.0, 4216.0, 4193.0, 4217.0, 4195.0, 4213.0, 4200.0, 4241.0, 4208.0, 4229.0, 4193.0, 4207.0, 4185.0, 4207.0, 4182.0, 4195.0, 4226.0, 4198.0, 4227.0, 4207.0, 4229.0, 4185.0, 4216.0, 4194.0, 4206.0, 4185.0, 4194.0, 4204.0, 4185.0, 4223.0, 4207.0, 4225.0, 4182.0, 4222.0, 4207.0, 4225.0, 4196.0, 4215.0, 4184.0, 4216.0, 4197.0, 4205.0, 4196.0, 4206.0, 4196.0, 4209.0, 4195.0, 4208.0, 4195.0, 4196.0, 4236.0, 4198.0, 4227.0, 4220.0, 4223.0, 4183.0, 4227.0, 4204.0, 4225.0, 4208.0, 4212.0, 4197.0, 4226.0, 4209.0, 4228.0, 4187.0, 4227.0, 4210.0, 4217.0, 4198.0, 4197.0, 4194.0, 4196.0, 4234.0, 4196.0, 4227.0, 4173.0, 4203.0, 4193.0, 4205.0, 4184.0, 4205.0, 4194.0, 4204.0, 4195.0, 4205.0, 4193.0, 4184.0, 4160.0, 4182.0, 4192.0, 4196.0, 4215.0, 4195.0, 4210.0, 4197.0, 4226.0, 4196.0, 4225.0, 4206.0, 4202.0, 4195.0, 4196.0, 4208.0, 4198.0, 4197.0, 4206.0, 4239.0, 4213.0, 4219.0, 4216.0, 4195.0, 4228.0, 4197.0, 4228.0, 4185.0, 4193.0, 4184.0, 4183.0, 4181.0, 4184.0, 4204.0, 4191.0, 4183.0, 4193.0, 4173.0, 4212.0, 4204.0, 4229.0, 4199.0, 4196.0, 4218.0, 4187.0, 4238.0, 4224.0, 4220.0, 4241.0, 4226.0, 4196.0, 4223.0, 4254.0, 4212.0, 4226.0, 4208.0, 4215.0, 4172.0, 4212.0, 4186.0, 4215.0, 4208.0, 4213.0, 4181.0, 4186.0, 4216.0, 4198.0, 4264.0, 4257.0, 4238.0, 4228.0, 4212.0, 4214.0, 4232.0, 4241.0, 4200.0, 4230.0, 4222.0, 4209.0, 4244.0, 4242.0, 4210.0, 4229.0, 4187.0, 4203.0, 4169.0, 4191.0, 4172.0, 4206.0, 4184.0, 4192.0, 4183.0, 4217.0, 4196.0, 4215.0, 4207.0, 4195.0, 4219.0, 4207.0, 4239.0, 4215.0, 4197.0, 4203.0, 4189.0, 4242.0, 4196.0, 4195.0, 4212.0, 4173.0, 4204.0, 4183.0, 4193.0, 4171.0, 4192.0, 4212.0, 4182.0, 4211.0, 4204.0, 4209.0, 4169.0, 4210.0, 4191.0, 4211.0, 4191.0, 4179.0, 4179.0, 4177.0, 4179.0, 4210.0, 4191.0, 4199.0, 4168.0, 4198.0, 4182.0, 4190.0, 4178.0, 4178.0, 4167.0, 4180.0, 4168.0, 4191.0, 4180.0, 4187.0, 4184.0, 4225.0, 4204.0, 4217.0, 4206.0, 4212.0, 4197.0, 4227.0, 4196.0, 4199.0, 4170.0, 4213.0, 4185.0, 4203.0, 4185.0, 4198.0, 4175.0, 4211.0, 4196.0, 4240.0, 4209.0, 4197.0, 4205.0, 4187.0, 4230.0, 4201.0, 4231.0, 4211.0, 4226.0, 4185.0, 4216.0, 4181.0, 4200.0, 4233.0, 4237.0, 4192.0, 4215.0, 4187.0, 4206.0, 4190.0, 4204.0, 4195.0, 4206.0, 4181.0, 4194.0, 4173.0, 4192.0, 4204.0, 4195.0, 4214.0, 4195.0, 4211.0, 4178.0, 4214.0, 4183.0, 4190.0, 4193.0, 4182.0, 4193.0, 4197.0, 4206.0, 4193.0, 4204.0, 4181.0, 4217.0, 4197.0, 4216.0, 4193.0, 4205.0, 4193.0, 4218.0, 4197.0, 4208.0, 4196.0, 4213.0, 4227.0, 4218.0, 4197.0, 4224.0, 4198.0, 4184.0, 4211.0, 4198.0, 4207.0, 4236.0, 4201.0, 4230.0, 4184.0, 4219.0, 4221.0, 4196.0, 4240.0, 4199.0, 4224.0, 4198.0, 4228.0, 4194.0, 4229.0, 4194.0, 4216.0, 4193.0, 4216.0, 4205.0, 4211.0, 4216.0, 4220.0, 4223.0, 4244.0, 4241.0, 4196.0, 4200.0, 4172.0, 4198.0, 4195.0, 4200.0, 4173.0, 4203.0, 4197.0, 4216.0, 4184.0, 4193.0, 4178.0, 4192.0, 4185.0, 4182.0, 4206.0, 4192.0, 4194.0, 4185.0, 4188.0, 4208.0, 4201.0, 4227.0, 4207.0, 4242.0, 4226.0, 4255.0, 4199.0, 4200.0, 4217.0, 4186.0, 4225.0, 4184.0, 4216.0, 4184.0, 4193.0, 4205.0, 4186.0, 4226.0, 4208.0, 4226.0, 4182.0, 4228.0, 4195.0, 4228.0, 4220.0, 4217.0, 4199.0, 4237.0, 4211.0, 4229.0, 4221.0, 4225.0, 4183.0, 4230.0, 4188.0, 4218.0, 4186.0, 4204.0, 4197.0, 4209.0, 4208.0, 4197.0, 4176.0, 4197.0, 4192.0, 4207.0, 4195.0, 4215.0, 4197.0, 4226.0, 4207.0, 4226.0, 4209.0, 4239.0, 4198.0, 4230.0, 4208.0, 4229.0, 4199.0, 4219.0, 4186.0, 4209.0, 4197.0, 4195.0, 4171.0, 4195.0, 4198.0, 4209.0, 4197.0, 4209.0, 4194.0, 4208.0, 4208.0, 4199.0, 4229.0, 4199.0, 4217.0, 4197.0, 4229.0, 4207.0, 4223.0, 4195.0, 4226.0, 4196.0, 4222.0, 4196.0, 4212.0, 4184.0, 4210.0, 4185.0, 4215.0, 4208.0, 4216.0, 4196.0, 4228.0, 4209.0, 4224.0, 4184.0, 4213.0, 4196.0, 4223.0, 4207.0, 4227.0, 4186.0, 4185.0, 4195.0, 4193.0, 4216.0, 4205.0, 4209.0, 4193.0, 4205.0, 4199.0, 4218.0, 4196.0, 4206.0, 4195.0, 4216.0, 4196.0, 4228.0, 4196.0, 4203.0, 4182.0, 4213.0, 4207.0, 4206.0, 4194.0, 4194.0, 4214.0, 4215.0, 4199.0, 4227.0, 4196.0, 4200.0, 4221.0, 4228.0, 4198.0, 4231.0, 4197.0, 4200.0, 4181.0, 4199.0, 4180.0, 4200.0, 4192.0, 4213.0, 4193.0, 4194.0, 4194.0, 4206.0, 4212.0, 4209.0, 4224.0, 4199.0, 4228.0, 4208.0, 4228.0, 4210.0, 4207.0, 4190.0, 4205.0, 4194.0, 4205.0, 4204.0, 4205.0, 4194.0, 4206.0, 4221.0, 4218.0, 4208.0, 4217.0, 4196.0, 4217.0, 4210.0, 4219.0, 4206.0, 4217.0, 4204.0, 4218.0, 4197.0, 4224.0, 4196.0, 4216.0, 4198.0, 4225.0, 4195.0, 4226.0, 4186.0, 4212.0, 4209.0, 4215.0, 4208.0, 4210.0, 4195.0, 4228.0, 4199.0, 4227.0, 4208.0, 4208.0, 4208.0, 4217.0, 4233.0, 4225.0, 4238.0, 4220.0, 4227.0, 4191.0, 4193.0, 4177.0, 4184.0, 4216.0, 4240.0, 4200.0, 4205.0, 4181.0, 4182.0, 4170.0, 4176.0, 4189.0, 4192.0, 4191.0, 4201.0, 4187.0, 4191.0, 4201.0, 4192.0, 4190.0, 4177.0, 4177.0, 4188.0, 4176.0, 4165.0, 4185.0, 4162.0, 4140.0, 4149.0, 4150.0, 4161.0, 4164.0, 4195.0, 4163.0, 4163.0, 4181.0, 4178.0, 4190.0, 4189.0, 4179.0, 4209.0, 4179.0, 4183.0, 4199.0, 4193.0, 4191.0, 4192.0, 4194.0, 4226.0, 4206.0, 4181.0, 4204.0, 4184.0, 4218.0, 4217.0, 4197.0, 4227.0, 4194.0, 4206.0, 4242.0, 4209.0, 4240.0, 4202.0, 4228.0, 4213.0, 4222.0, 4225.0, 4210.0, 4216.0, 4198.0, 4198.0, 4194.0, 4172.0, 4238.0, 4220.0, 4231.0, 4233.0, 4221.0, 4229.0, 4222.0, 4240.0, 4211.0, 4216.0, 4193.0, 4206.0, 4195.0, 4197.0, 4182.0, 4206.0, 4185.0, 4206.0, 4209.0, 4220.0, 4215.0, 4198.0, 4196.0, 4208.0, 4219.0, 4222.0, 4226.0, 4208.0, 4225.0, 4209.0, 4225.0, 4206.0, 4242.0, 4210.0, 4195.0, 4210.0, 4205.0, 4219.0, 4209.0, 4217.0, 4218.0, 4209.0, 4206.0, 4195.0, 4228.0, 4198.0, 4222.0, 4209.0, 4216.0, 4183.0, 4203.0, 4194.0, 4203.0, 4192.0, 4181.0, 4201.0, 4180.0, 4211.0, 4181.0, 4212.0, 4191.0, 4196.0, 4171.0, 4202.0, 4192.0, 4204.0, 4194.0, 4206.0, 4194.0, 4193.0, 4185.0, 4201.0, 4204.0, 4196.0, 4173.0, 4192.0, 4210.0, 4213.0, 4181.0, 4216.0, 4209.0, 4236.0, 4195.0, 4239.0, 4196.0, 4197.0, 4192.0, 4191.0, 4206.0, 4215.0, 4205.0, 4208.0, 4206.0, 4207.0, 4184.0, 4206.0, 4207.0, 4205.0, 4201.0, 4191.0, 4215.0, 4205.0, 4216.0, 4209.0, 4216.0, 4204.0, 4203.0, 4216.0, 4224.0, 4206.0, 4203.0, 4204.0, 4194.0, 4219.0, 4207.0, 4209.0, 4205.0, 4208.0, 4206.0, 4204.0, 4207.0, 4218.0, 4205.0, 4213.0, 4206.0, 4225.0, 4205.0, 4227.0, 4197.0, 4212.0, 4217.0, 4218.0, 4207.0, 4195.0, 4208.0, 4205.0, 4221.0, 4207.0, 4226.0, 4206.0, 4214.0, 4208.0, 4226.0, 4208.0, 4214.0, 4205.0, 4214.0, 4206.0, 4229.0, 4210.0, 4205.0, 4204.0, 4205.0, 4220.0, 4208.0, 4208.0, 4197.0, 4204.0, 4209.0, 4213.0, 4207.0, 4216.0, 4203.0, 4213.0, 4196.0, 4215.0, 4192.0, 4201.0, 4195.0, 4204.0, 4206.0, 4211.0, 4194.0, 4201.0, 4190.0, 4200.0, 4191.0, 4211.0, 4192.0, 4205.0, 4196.0, 4202.0, 4204.0, 4212.0, 4192.0, 4216.0, 4204.0, 4206.0, 4216.0, 4219.0, 4219.0, 4204.0, 4220.0, 4218.0, 4220.0, 4209.0, 4231.0, 4206.0, 4209.0, 4218.0, 4205.0, 4208.0, 4207.0, 4192.0, 4207.0, 4219.0, 4215.0, 4206.0, 4230.0, 4219.0, 4217.0, 4219.0, 4237.0, 4210.0, 4219.0, 4196.0, 4215.0, 4206.0, 4218.0, 4195.0, 4214.0, 4196.0, 4205.0, 4196.0, 4214.0, 4195.0, 4217.0, 4221.0, 4209.0, 4220.0, 4207.0, 4205.0, 4205.0, 4214.0, 4183.0, 4219.0, 4206.0, 4219.0, 4219.0, 4211.0, 4199.0, 4208.0, 4202.0, 4197.0, 4229.0, 4195.0, 4204.0, 4194.0, 4202.0, 4193.0, 4202.0, 4196.0, 4214.0, 4193.0, 4185.0, 4195.0, 4204.0, 4207.0, 4198.0, 4214.0, 4206.0, 4196.0, 4223.0, 4208.0, 4229.0, 4210.0, 4240.0, 4211.0, 4240.0, 4207.0, 4228.0, 4212.0, 4227.0, 4214.0, 4231.0, 4210.0, 4215.0, 4195.0, 4214.0, 4207.0, 4225.0, 4205.0, 4205.0, 4204.0, 4194.0, 4206.0, 4196.0, 4215.0, 4206.0, 4208.0, 4231.0, 4224.0, 4219.0, 4218.0, 4208.0, 4244.0, 4213.0, 4198.0, 4182.0, 4195.0, 4184.0, 4192.0, 4186.0, 4201.0, 4198.0, 4188.0, 4192.0, 4207.0, 4241.0, 4233.0, 4223.0, 4231.0, 4211.0, 4234.0, 4215.0, 4220.0, 4216.0, 4199.0, 4197.0, 4197.0, 4206.0, 4208.0, 4216.0, 4194.0, 4181.0, 4194.0, 4195.0, 4206.0, 4209.0, 4206.0, 4196.0, 4203.0, 4193.0, 4213.0, 4200.0, 4228.0, 4208.0, 4224.0, 4212.0, 4219.0, 4207.0, 4214.0, 4206.0, 4193.0, 4208.0, 4188.0, 4208.0, 4207.0, 4197.0, 4185.0, 4193.0, 4197.0, 4207.0, 4185.0, 4196.0, 4192.0, 4205.0, 4205.0, 4217.0, 4196.0, 4216.0, 4208.0, 4186.0, 4206.0, 4194.0, 4204.0, 4196.0, 4204.0, 4195.0, 4214.0, 4193.0, 4226.0, 4205.0, 4205.0, 4195.0, 4208.0, 4207.0, 4185.0, 4205.0, 4190.0, 4202.0, 4211.0, 4226.0, 4205.0, 4198.0, 4208.0, 4207.0, 4219.0, 4220.0, 4198.0, 4218.0, 4209.0, 4225.0, 4210.0, 4228.0, 4196.0, 4215.0, 4198.0, 4212.0, 4196.0, 4217.0, 4185.0, 4214.0, 4184.0, 4205.0, 4191.0, 4205.0, 4183.0, 4192.0, 4182.0, 4199.0, 4196.0, 4215.0, 4195.0, 4212.0, 4186.0, 4215.0, 4186.0, 4203.0, 4185.0, 4189.0, 4189.0, 4207.0, 4207.0, 4211.0, 4207.0, 4219.0, 4204.0, 4218.0, 4194.0, 4194.0, 4173.0, 4182.0, 4182.0, 4201.0, 4196.0, 4214.0, 4186.0, 4212.0, 4188.0, 4214.0, 4194.0, 4226.0, 4204.0, 4228.0, 4196.0, 4227.0, 4196.0, 4225.0, 4206.0, 4213.0, 4198.0, 4229.0, 4209.0, 4228.0, 4209.0, 4209.0, 4209.0, 4231.0, 4210.0, 4218.0, 4209.0, 4218.0, 4210.0, 4226.0, 4195.0, 4194.0, 4191.0, 4172.0, 4205.0, 4185.0, 4194.0, 4185.0, 4206.0, 4196.0, 4217.0, 4181.0, 4194.0, 4172.0, 4194.0, 4181.0, 4196.0, 4214.0, 4182.0, 4193.0, 4194.0, 4193.0, 4196.0, 4191.0, 4194.0, 4194.0, 4216.0, 4192.0, 4219.0, 4208.0, 4194.0, 4183.0, 4196.0, 4195.0, 4198.0, 4228.0, 4196.0, 4216.0, 4197.0, 4213.0, 4207.0, 4223.0, 4207.0, 4218.0, 4198.0, 4229.0, 4210.0, 4223.0, 4197.0, 4216.0, 4206.0, 4239.0, 4195.0, 4212.0, 4206.0, 4214.0, 4185.0, 4211.0, 4198.0, 4214.0, 4194.0, 4215.0, 4195.0, 4205.0, 4199.0, 4206.0, 4185.0, 4207.0, 4186.0, 4195.0, 4208.0, 4195.0, 4204.0, 4195.0, 4192.0, 4206.0, 4209.0, 4217.0, 4196.0, 4227.0, 4196.0, 4214.0, 4194.0, 4206.0, 4183.0, 4193.0, 4183.0, 4203.0, 4197.0, 4206.0, 4173.0, 4194.0, 4194.0, 4205.0, 4197.0, 4207.0, 4185.0, 4204.0, 4180.0, 4204.0, 4185.0, 4204.0, 4183.0, 4194.0, 4183.0, 4205.0, 4194.0, 4213.0, 4181.0, 4215.0, 4186.0, 4216.0, 4194.0, 4228.0, 4208.0, 4227.0, 4197.0, 4214.0, 4209.0, 4227.0, 4207.0, 4226.0, 4194.0, 4224.0, 4206.0, 4226.0, 4206.0, 4204.0, 4184.0, 4184.0, 4194.0, 4183.0, 4215.0, 4207.0, 4207.0, 4197.0, 4197.0, 4183.0, 4208.0, 4242.0, 4208.0, 4211.0, 4195.0, 4214.0, 4183.0, 4222.0, 4186.0, 4214.0, 4194.0, 4193.0, 4183.0, 4195.0, 4206.0, 4182.0, 4210.0, 4174.0, 4211.0, 4194.0, 4228.0, 4208.0, 4224.0, 4217.0, 4187.0, 4207.0, 4196.0, 4215.0, 4196.0, 4227.0, 4198.0, 4215.0, 4197.0, 4206.0, 4185.0, 4215.0, 4185.0, 4212.0], 'WindowWidth': [9462.0, 9398.0, 9381.0, 9324.0, 9365.0, 9379.0, 9318.0, 9356.0, 9300.0, 9352.0, 9319.0, 9379.0, 9313.0, 9342.0, 9291.0, 9315.0, 9280.0, 9314.0, 9293.0, 9351.0, 9298.0, 9333.0, 9337.0, 9344.0, 9380.0, 9301.0, 9352.0, 9304.0, 9370.0, 9315.0, 9320.0, 9329.0, 9317.0, 9373.0, 9311.0, 9359.0, 9297.0, 9338.0, 9314.0, 9345.0, 9330.0, 9321.0, 9299.0, 9276.0, 9296.0, 9302.0, 9325.0, 9325.0, 9304.0, 9347.0, 9326.0, 9335.0, 9322.0, 9305.0, 9352.0, 9312.0, 9357.0, 9340.0, 9312.0, 9306.0, 9324.0, 9308.0, 9327.0, 9282.0, 9345.0, 9341.0, 9306.0, 9312.0, 9293.0, 9345.0, 9294.0, 9348.0, 9327.0, 9333.0, 9290.0, 9323.0, 9307.0, 9332.0, 9293.0, 9329.0, 9271.0, 9312.0, 9283.0, 9337.0, 9289.0, 9313.0, 9282.0, 9275.0, 9278.0, 9330.0, 9307.0, 9307.0, 9319.0, 9318.0, 9364.0, 9307.0, 9315.0, 9357.0, 9293.0, 9328.0, 9270.0, 9313.0, 9291.0, 9286.0, 9296.0, 9287.0, 9253.0, 9292.0, 9285.0, 9291.0, 9285.0, 9311.0, 9297.0, 9349.0, 9305.0, 9358.0, 9302.0, 9340.0, 9317.0, 9354.0, 9308.0, 9353.0, 9302.0, 9330.0, 9323.0, 9363.0, 9314.0, 9366.0, 9313.0, 9325.0, 9327.0, 9347.0, 9328.0, 9316.0, 9325.0, 9295.0, 9372.0, 9316.0, 9337.0, 9329.0, 9336.0, 9275.0, 9331.0, 9309.0, 9333.0, 9310.0, 9337.0, 9288.0, 9312.0, 9318.0, 9340.0, 9332.0, 9349.0, 9319.0, 9351.0, 9335.0, 9353.0, 9346.0, 9358.0, 9312.0, 9332.0, 9322.0, 9336.0, 9343.0, 9332.0, 9278.0, 9328.0, 9307.0, 9328.0, 9288.0, 9313.0, 9266.0, 9309.0, 9296.0, 9317.0, 9289.0, 9321.0, 9289.0, 9317.0, 9317.0, 9322.0, 9297.0, 9330.0, 9295.0, 9325.0, 9315.0, 9327.0, 9319.0, 9332.0, 9296.0, 9327.0, 9315.0, 9345.0, 9313.0, 9312.0, 9289.0, 9305.0, 9290.0, 9354.0, 9322.0, 9379.0, 9350.0, 9377.0, 9335.0, 9377.0, 9316.0, 9353.0, 9294.0, 9333.0, 9283.0, 9289.0, 9296.0, 9297.0, 9284.0, 9274.0, 9335.0, 9346.0, 9296.0, 9352.0, 9379.0, 9352.0, 9317.0, 9329.0, 9294.0, 9352.0, 9378.0, 9332.0, 9348.0, 9296.0, 9347.0, 9311.0, 9347.0, 9306.0, 9333.0, 9296.0, 9313.0, 9340.0, 9340.0, 9316.0, 9359.0, 9364.0, 9379.0, 9355.0, 9353.0, 9411.0, 9368.0, 9335.0, 9411.0, 9380.0, 9401.0, 9332.0, 9292.0, 9292.0, 9312.0, 9315.0, 9311.0, 9343.0, 9315.0, 9327.0, 9360.0, 9317.0, 9358.0, 9328.0, 9315.0, 9294.0, 9312.0, 9340.0, 9308.0, 9348.0, 9330.0, 9328.0, 9274.0, 9330.0, 9296.0, 9347.0, 9334.0, 9354.0, 9301.0, 9356.0, 9325.0, 9353.0, 9346.0, 9350.0, 9275.0, 9351.0, 9331.0, 9344.0, 9355.0, 9353.0, 9301.0, 9354.0, 9329.0, 9327.0, 9343.0, 9332.0, 9276.0, 9330.0, 9317.0, 9344.0, 9346.0, 9329.0, 9293.0, 9336.0, 9312.0, 9341.0, 9306.0, 9319.0, 9308.0, 9307.0, 9318.0, 9309.0, 9313.0, 9299.0, 9349.0, 9277.0, 9347.0, 9323.0, 9324.0, 9274.0, 9273.0, 9301.0, 9405.0, 9374.0, 9305.0, 9320.0, 9298.0, 9325.0, 9331.0, 9304.0, 9328.0, 9349.0, 9337.0, 9391.0, 9366.0, 9289.0, 9312.0, 9265.0, 9305.0, 9257.0, 9282.0, 9241.0, 9278.0, 9301.0, 9279.0, 9296.0, 9256.0, 9301.0, 9265.0, 9295.0, 9284.0, 9292.0, 9260.0, 9314.0, 9292.0, 9334.0, 9290.0, 9321.0, 9310.0, 9337.0, 9306.0, 9337.0, 9308.0, 9332.0, 9323.0, 9378.0, 9334.0, 9360.0, 9302.0, 9325.0, 9293.0, 9326.0, 9287.0, 9306.0, 9350.0, 9315.0, 9354.0, 9327.0, 9360.0, 9294.0, 9337.0, 9306.0, 9321.0, 9294.0, 9304.0, 9317.0, 9294.0, 9344.0, 9325.0, 9349.0, 9287.0, 9341.0, 9326.0, 9348.0, 9309.0, 9333.0, 9291.0, 9334.0, 9313.0, 9320.0, 9309.0, 9323.0, 9310.0, 9332.0, 9309.0, 9331.0, 9306.0, 9308.0, 9364.0, 9316.0, 9352.0, 9350.0, 9345.0, 9289.0, 9353.0, 9321.0, 9349.0, 9329.0, 9327.0, 9314.0, 9353.0, 9331.0, 9356.0, 9301.0, 9353.0, 9336.0, 9340.0, 9314.0, 9310.0, 9304.0, 9308.0, 9362.0, 9309.0, 9353.0, 9275.0, 9313.0, 9305.0, 9319.0, 9291.0, 9321.0, 9303.0, 9315.0, 9308.0, 9321.0, 9302.0, 9289.0, 9254.0, 9284.0, 9304.0, 9311.0, 9333.0, 9308.0, 9324.0, 9313.0, 9349.0, 9309.0, 9348.0, 9325.0, 9315.0, 9309.0, 9309.0, 9329.0, 9314.0, 9309.0, 9326.0, 9378.0, 9344.0, 9348.0, 9339.0, 9311.0, 9355.0, 9312.0, 9355.0, 9293.0, 9299.0, 9290.0, 9284.0, 9279.0, 9290.0, 9316.0, 9296.0, 9287.0, 9300.0, 9276.0, 9328.0, 9321.0, 9355.0, 9319.0, 9311.0, 9345.0, 9299.0, 9372.0, 9360.0, 9352.0, 9381.0, 9365.0, 9317.0, 9356.0, 9401.0, 9339.0, 9351.0, 9330.0, 9330.0, 9271.0, 9326.0, 9298.0, 9332.0, 9328.0, 9330.0, 9288.0, 9301.0, 9341.0, 9320.0, 9418.0, 9415.0, 9389.0, 9372.0, 9344.0, 9343.0, 9367.0, 9382.0, 9323.0, 9364.0, 9352.0, 9333.0, 9386.0, 9383.0, 9332.0, 9359.0, 9295.0, 9309.0, 9260.0, 9290.0, 9268.0, 9319.0, 9286.0, 9295.0, 9286.0, 9338.0, 9310.0, 9335.0, 9322.0, 9304.0, 9342.0, 9331.0, 9371.0, 9337.0, 9311.0, 9316.0, 9306.0, 9382.0, 9309.0, 9305.0, 9328.0, 9271.0, 9317.0, 9286.0, 9300.0, 9266.0, 9297.0, 9325.0, 9283.0, 9320.0, 9317.0, 9315.0, 9262.0, 9318.0, 9294.0, 9321.0, 9294.0, 9273.0, 9272.0, 9269.0, 9275.0, 9319.0, 9293.0, 9300.0, 9256.0, 9299.0, 9284.0, 9291.0, 9272.0, 9270.0, 9254.0, 9278.0, 9259.0, 9295.0, 9276.0, 9286.0, 9290.0, 9348.0, 9322.0, 9340.0, 9323.0, 9329.0, 9311.0, 9356.0, 9306.0, 9306.0, 9265.0, 9326.0, 9294.0, 9313.0, 9291.0, 9304.0, 9280.0, 9324.0, 9309.0, 9374.0, 9331.0, 9312.0, 9320.0, 9299.0, 9361.0, 9325.0, 9365.0, 9338.0, 9355.0, 9297.0, 9335.0, 9288.0, 9322.0, 9371.0, 9372.0, 9303.0, 9335.0, 9298.0, 9320.0, 9295.0, 9315.0, 9307.0, 9322.0, 9284.0, 9303.0, 9272.0, 9298.0, 9317.0, 9304.0, 9328.0, 9306.0, 9322.0, 9276.0, 9331.0, 9287.0, 9293.0, 9300.0, 9284.0, 9300.0, 9313.0, 9321.0, 9304.0, 9317.0, 9284.0, 9337.0, 9312.0, 9337.0, 9303.0, 9319.0, 9303.0, 9343.0, 9314.0, 9329.0, 9307.0, 9345.0, 9371.0, 9342.0, 9311.0, 9349.0, 9317.0, 9297.0, 9337.0, 9316.0, 9329.0, 9370.0, 9325.0, 9361.0, 9295.0, 9345.0, 9352.0, 9315.0, 9376.0, 9317.0, 9350.0, 9313.0, 9358.0, 9309.0, 9357.0, 9307.0, 9337.0, 9303.0, 9331.0, 9323.0, 9336.0, 9340.0, 9350.0, 9357.0, 9388.0, 9384.0, 9308.0, 9308.0, 9267.0, 9302.0, 9305.0, 9306.0, 9273.0, 9311.0, 9313.0, 9335.0, 9289.0, 9301.0, 9276.0, 9296.0, 9294.0, 9288.0, 9322.0, 9303.0, 9302.0, 9292.0, 9302.0, 9330.0, 9323.0, 9356.0, 9333.0, 9380.0, 9367.0, 9406.0, 9322.0, 9319.0, 9337.0, 9294.0, 9353.0, 9293.0, 9336.0, 9289.0, 9301.0, 9319.0, 9295.0, 9348.0, 9331.0, 9347.0, 9287.0, 9356.0, 9311.0, 9356.0, 9347.0, 9339.0, 9316.0, 9371.0, 9337.0, 9359.0, 9350.0, 9348.0, 9291.0, 9359.0, 9301.0, 9341.0, 9296.0, 9319.0, 9315.0, 9330.0, 9327.0, 9312.0, 9281.0, 9312.0, 9303.0, 9325.0, 9312.0, 9338.0, 9313.0, 9351.0, 9332.0, 9356.0, 9335.0, 9375.0, 9316.0, 9360.0, 9333.0, 9359.0, 9319.0, 9345.0, 9295.0, 9331.0, 9313.0, 9305.0, 9272.0, 9306.0, 9319.0, 9332.0, 9314.0, 9331.0, 9307.0, 9329.0, 9331.0, 9317.0, 9359.0, 9316.0, 9337.0, 9315.0, 9360.0, 9327.0, 9345.0, 9307.0, 9349.0, 9309.0, 9342.0, 9307.0, 9327.0, 9289.0, 9324.0, 9297.0, 9334.0, 9329.0, 9336.0, 9314.0, 9356.0, 9332.0, 9346.0, 9293.0, 9331.0, 9312.0, 9346.0, 9327.0, 9352.0, 9297.0, 9293.0, 9306.0, 9306.0, 9339.0, 9324.0, 9331.0, 9303.0, 9319.0, 9320.0, 9342.0, 9310.0, 9321.0, 9303.0, 9336.0, 9309.0, 9357.0, 9307.0, 9314.0, 9286.0, 9328.0, 9326.0, 9321.0, 9303.0, 9300.0, 9332.0, 9339.0, 9319.0, 9358.0, 9315.0, 9320.0, 9350.0, 9359.0, 9315.0, 9367.0, 9311.0, 9305.0, 9278.0, 9300.0, 9276.0, 9302.0, 9297.0, 9325.0, 9300.0, 9304.0, 9301.0, 9323.0, 9329.0, 9330.0, 9349.0, 9316.0, 9354.0, 9331.0, 9357.0, 9334.0, 9322.0, 9294.0, 9318.0, 9302.0, 9319.0, 9317.0, 9317.0, 9301.0, 9322.0, 9351.0, 9340.0, 9327.0, 9337.0, 9308.0, 9338.0, 9333.0, 9345.0, 9324.0, 9336.0, 9321.0, 9341.0, 9310.0, 9346.0, 9308.0, 9335.0, 9315.0, 9352.0, 9310.0, 9350.0, 9294.0, 9326.0, 9332.0, 9334.0, 9328.0, 9324.0, 9308.0, 9355.0, 9319.0, 9352.0, 9329.0, 9326.0, 9328.0, 9343.0, 9371.0, 9363.0, 9377.0, 9350.0, 9355.0, 9299.0, 9301.0, 9275.0, 9291.0, 9343.0, 9381.0, 9324.0, 9321.0, 9282.0, 9282.0, 9262.0, 9270.0, 9294.0, 9298.0, 9295.0, 9309.0, 9286.0, 9293.0, 9310.0, 9298.0, 9291.0, 9268.0, 9266.0, 9287.0, 9266.0, 9251.0, 9280.0, 9241.0, 9208.0, 9219.0, 9221.0, 9238.0, 9247.0, 9290.0, 9246.0, 9245.0, 9270.0, 9274.0, 9293.0, 9288.0, 9273.0, 9314.0, 9277.0, 9289.0, 9306.0, 9300.0, 9294.0, 9296.0, 9304.0, 9351.0, 9322.0, 9287.0, 9315.0, 9290.0, 9343.0, 9339.0, 9313.0, 9351.0, 9308.0, 9331.0, 9384.0, 9339.0, 9380.0, 9328.0, 9363.0, 9343.0, 9353.0, 9355.0, 9336.0, 9338.0, 9315.0, 9314.0, 9308.0, 9273.0, 9374.0, 9355.0, 9372.0, 9375.0, 9357.0, 9364.0, 9357.0, 9386.0, 9337.0, 9341.0, 9304.0, 9320.0, 9309.0, 9309.0, 9289.0, 9323.0, 9293.0, 9322.0, 9331.0, 9347.0, 9338.0, 9314.0, 9307.0, 9327.0, 9344.0, 9354.0, 9353.0, 9334.0, 9349.0, 9329.0, 9350.0, 9325.0, 9382.0, 9335.0, 9312.0, 9335.0, 9322.0, 9345.0, 9332.0, 9341.0, 9343.0, 9330.0, 9321.0, 9307.0, 9355.0, 9315.0, 9344.0, 9330.0, 9335.0, 9286.0, 9312.0, 9303.0, 9313.0, 9296.0, 9280.0, 9307.0, 9278.0, 9321.0, 9283.0, 9324.0, 9295.0, 9298.0, 9267.0, 9309.0, 9298.0, 9318.0, 9304.0, 9325.0, 9301.0, 9300.0, 9292.0, 9314.0, 9316.0, 9309.0, 9272.0, 9298.0, 9337.0, 9333.0, 9286.0, 9336.0, 9330.0, 9380.0, 9307.0, 9371.0, 9311.0, 9308.0, 9298.0, 9295.0, 9323.0, 9335.0, 9322.0, 9326.0, 9319.0, 9320.0, 9290.0, 9323.0, 9321.0, 9319.0, 9309.0, 9294.0, 9329.0, 9318.0, 9332.0, 9329.0, 9333.0, 9316.0, 9314.0, 9338.0, 9344.0, 9324.0, 9315.0, 9316.0, 9306.0, 9348.0, 9328.0, 9328.0, 9318.0, 9326.0, 9322.0, 9320.0, 9323.0, 9340.0, 9319.0, 9328.0, 9324.0, 9348.0, 9321.0, 9352.0, 9307.0, 9327.0, 9341.0, 9339.0, 9328.0, 9308.0, 9324.0, 9322.0, 9349.0, 9325.0, 9354.0, 9324.0, 9330.0, 9328.0, 9352.0, 9327.0, 9331.0, 9322.0, 9332.0, 9325.0, 9355.0, 9331.0, 9320.0, 9319.0, 9321.0, 9345.0, 9327.0, 9326.0, 9309.0, 9316.0, 9330.0, 9331.0, 9324.0, 9333.0, 9313.0, 9327.0, 9306.0, 9330.0, 9300.0, 9310.0, 9301.0, 9313.0, 9319.0, 9323.0, 9302.0, 9307.0, 9293.0, 9305.0, 9298.0, 9324.0, 9299.0, 9317.0, 9304.0, 9309.0, 9318.0, 9327.0, 9301.0, 9333.0, 9316.0, 9319.0, 9339.0, 9342.0, 9343.0, 9319.0, 9346.0, 9345.0, 9345.0, 9329.0, 9359.0, 9322.0, 9327.0, 9342.0, 9320.0, 9324.0, 9323.0, 9298.0, 9322.0, 9346.0, 9337.0, 9327.0, 9358.0, 9344.0, 9340.0, 9348.0, 9372.0, 9330.0, 9342.0, 9309.0, 9335.0, 9322.0, 9339.0, 9305.0, 9331.0, 9306.0, 9320.0, 9306.0, 9334.0, 9308.0, 9338.0, 9348.0, 9331.0, 9344.0, 9325.0, 9322.0, 9320.0, 9329.0, 9285.0, 9344.0, 9323.0, 9347.0, 9349.0, 9335.0, 9316.0, 9323.0, 9310.0, 9306.0, 9358.0, 9303.0, 9314.0, 9299.0, 9308.0, 9296.0, 9310.0, 9307.0, 9327.0, 9301.0, 9288.0, 9304.0, 9317.0, 9322.0, 9310.0, 9333.0, 9323.0, 9309.0, 9354.0, 9330.0, 9359.0, 9335.0, 9376.0, 9338.0, 9376.0, 9329.0, 9360.0, 9335.0, 9353.0, 9344.0, 9362.0, 9331.0, 9335.0, 9308.0, 9331.0, 9327.0, 9350.0, 9323.0, 9320.0, 9318.0, 9306.0, 9321.0, 9308.0, 9329.0, 9322.0, 9333.0, 9368.0, 9358.0, 9344.0, 9343.0, 9329.0, 9389.0, 9343.0, 9311.0, 9283.0, 9302.0, 9286.0, 9295.0, 9291.0, 9308.0, 9313.0, 9298.0, 9298.0, 9328.0, 9384.0, 9374.0, 9359.0, 9370.0, 9339.0, 9372.0, 9347.0, 9349.0, 9338.0, 9313.0, 9306.0, 9309.0, 9321.0, 9326.0, 9336.0, 9303.0, 9282.0, 9300.0, 9303.0, 9321.0, 9331.0, 9321.0, 9307.0, 9314.0, 9303.0, 9329.0, 9321.0, 9353.0, 9325.0, 9345.0, 9337.0, 9343.0, 9327.0, 9334.0, 9326.0, 9303.0, 9324.0, 9301.0, 9329.0, 9323.0, 9308.0, 9289.0, 9299.0, 9310.0, 9321.0, 9290.0, 9308.0, 9297.0, 9317.0, 9323.0, 9338.0, 9308.0, 9334.0, 9326.0, 9292.0, 9322.0, 9307.0, 9316.0, 9304.0, 9317.0, 9303.0, 9334.0, 9303.0, 9347.0, 9320.0, 9316.0, 9304.0, 9327.0, 9322.0, 9291.0, 9317.0, 9294.0, 9312.0, 9335.0, 9353.0, 9321.0, 9312.0, 9329.0, 9323.0, 9347.0, 9346.0, 9313.0, 9341.0, 9329.0, 9349.0, 9334.0, 9355.0, 9307.0, 9331.0, 9314.0, 9327.0, 9313.0, 9338.0, 9293.0, 9329.0, 9288.0, 9317.0, 9297.0, 9317.0, 9284.0, 9297.0, 9283.0, 9305.0, 9309.0, 9332.0, 9303.0, 9324.0, 9292.0, 9331.0, 9291.0, 9312.0, 9290.0, 9286.0, 9289.0, 9328.0, 9331.0, 9338.0, 9331.0, 9344.0, 9320.0, 9342.0, 9304.0, 9300.0, 9271.0, 9281.0, 9282.0, 9307.0, 9308.0, 9332.0, 9295.0, 9326.0, 9300.0, 9332.0, 9307.0, 9353.0, 9320.0, 9355.0, 9312.0, 9352.0, 9311.0, 9349.0, 9327.0, 9332.0, 9318.0, 9360.0, 9331.0, 9357.0, 9333.0, 9329.0, 9333.0, 9363.0, 9333.0, 9342.0, 9330.0, 9340.0, 9332.0, 9352.0, 9304.0, 9300.0, 9294.0, 9269.0, 9320.0, 9293.0, 9303.0, 9292.0, 9320.0, 9307.0, 9337.0, 9285.0, 9302.0, 9272.0, 9303.0, 9282.0, 9307.0, 9330.0, 9285.0, 9298.0, 9301.0, 9298.0, 9308.0, 9298.0, 9301.0, 9302.0, 9335.0, 9301.0, 9346.0, 9327.0, 9305.0, 9288.0, 9307.0, 9304.0, 9314.0, 9356.0, 9309.0, 9335.0, 9310.0, 9329.0, 9325.0, 9343.0, 9327.0, 9340.0, 9313.0, 9357.0, 9334.0, 9347.0, 9313.0, 9337.0, 9326.0, 9373.0, 9308.0, 9330.0, 9321.0, 9329.0, 9292.0, 9326.0, 9316.0, 9331.0, 9303.0, 9332.0, 9306.0, 9318.0, 9318.0, 9323.0, 9292.0, 9326.0, 9294.0, 9307.0, 9328.0, 9306.0, 9316.0, 9307.0, 9300.0, 9321.0, 9332.0, 9338.0, 9307.0, 9351.0, 9308.0, 9332.0, 9308.0, 9322.0, 9286.0, 9301.0, 9287.0, 9314.0, 9314.0, 9322.0, 9273.0, 9303.0, 9302.0, 9319.0, 9314.0, 9324.0, 9292.0, 9315.0, 9281.0, 9316.0, 9293.0, 9318.0, 9287.0, 9302.0, 9286.0, 9318.0, 9303.0, 9328.0, 9286.0, 9333.0, 9296.0, 9335.0, 9309.0, 9355.0, 9327.0, 9352.0, 9312.0, 9332.0, 9331.0, 9354.0, 9326.0, 9352.0, 9304.0, 9347.0, 9325.0, 9349.0, 9321.0, 9313.0, 9288.0, 9289.0, 9302.0, 9283.0, 9337.0, 9328.0, 9328.0, 9313.0, 9312.0, 9290.0, 9327.0, 9382.0, 9328.0, 9325.0, 9305.0, 9331.0, 9287.0, 9341.0, 9295.0, 9328.0, 9302.0, 9299.0, 9287.0, 9304.0, 9323.0, 9288.0, 9323.0, 9276.0, 9325.0, 9309.0, 9355.0, 9331.0, 9348.0, 9341.0, 9298.0, 9325.0, 9309.0, 9337.0, 9311.0, 9355.0, 9312.0, 9333.0, 9309.0, 9322.0, 9292.0, 9332.0, 9291.0, 9326.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.0011254029304029304</td></tr>
<tr><td colspan=3>aqi</td><td>0.03366060341880342</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.60315257397669</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2602456123396462</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0028469587110571</td></tr>
<tr><td colspan=3>efc</td><td>0.5219</td></tr>
<tr><td colspan=3>fber</td><td>5152.937</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12241905167562235</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>193</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.782661782661783</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.461258473706261</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3298398535431986</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.680598572453186</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3733369951223975</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124992</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010293985716998577</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05093012750148773</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.30746572923743</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>21.0799</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.305</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.2447</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>976.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.7202</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4525</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.2512</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3327.5522</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1470.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.5377</td></tr>
<tr><td colspan=3>tsnr</td><td>34.89357544714585</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>