<?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-0103_ses-01_task-alignvideo_acq-mb8_run-02_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-0103_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0103_suffix-bold_task-alignvideo" 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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0103_suffix-bold_task-alignvideo" 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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0103_suffix-bold_task-alignvideo" 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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0103_suffix-bold_task-alignvideo" 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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0103_suffix-bold_task-alignvideo" 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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0103_suffix-bold_task-alignvideo" 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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0103_suffix-bold_task-alignvideo" 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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_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-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_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-0103/ses-01/func/sub-0103_ses-01_task-alignvideo_acq-mb8_run-02_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>822e141cc134457ad107a0bdbd588083</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>18:25:23.797500</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.992429, -0.0638596, 0.104911, 0.0735761, 0.993082, -0.0915183]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.0851782</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4265, -7768, -7211, 196, -79, -142, -115, 30]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.904</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e8d2cb5a-f5ed-4f72-8ce5-bd898bf6dac1||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.6626148223876953, 0.19739916920661926, 0.2655199468135834, 93.17306518554688], [0.1713305562734604, 2.664365291595459, -0.2660696506500244, -89.47603607177734], [0.28146815299987793, 0.24553678929805756, 2.673706293106079, -84.56039428710938], [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, 1376]</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], 'AcquisitionTime': ['182523.797500', '182524.257500', '182524.717500', '182525.177500', '182525.637500', '182526.097500', '182526.557500', '182527.017500', '182527.477500', '182527.937500', '182528.397500', '182528.857500', '182529.317500', '182529.777500', '182530.237500', '182530.697500', '182531.157500', '182531.617500', '182532.077500', '182532.537500', '182532.997500', '182533.457500', '182533.917500', '182534.377500', '182534.837500', '182535.297500', '182535.757500', '182536.217500', '182536.677500', '182537.137500', '182537.597500', '182538.057500', '182538.517500', '182538.977500', '182539.437500', '182539.897500', '182540.357500', '182540.817500', '182541.277500', '182541.737500', '182542.197500', '182542.657500', '182543.117500', '182543.577500', '182544.037500', '182544.497500', '182544.957500', '182545.417500', '182545.877500', '182546.337500', '182546.797500', '182547.257500', '182547.717500', '182548.177500', '182548.637500', '182549.097500', '182549.557500', '182550.017500', '182550.477500', '182550.937500', '182551.397500', '182551.857500', '182552.317500', '182552.777500', '182553.237500', '182553.697500', '182554.157500', '182554.617500', '182555.077500', '182555.537500', '182555.997500', '182556.457500', '182556.917500', '182557.377500', '182557.837500', '182558.297500', '182558.757500', '182559.217500', '182559.677500', '182600.137500', '182600.597500', '182601.057500', '182601.517500', '182601.977500', '182602.437500', '182602.897500', '182603.357500', '182603.817500', '182604.277500', '182604.737500', '182605.197500', '182605.657500', '182606.117500', '182606.577500', '182607.037500', '182607.497500', '182607.957500', '182608.417500', '182608.877500', '182609.337500', '182609.797500', '182610.257500', '182610.717500', '182611.177500', '182611.637500', '182612.097500', '182612.557500', '182613.017500', '182613.477500', '182613.937500', '182614.397500', '182614.857500', '182615.317500', '182615.777500', '182616.237500', '182616.697500', '182617.157500', '182617.617500', '182618.077500', '182618.537500', '182618.997500', '182619.457500', '182619.917500', '182620.377500', '182620.837500', '182621.297500', '182621.757500', '182622.217500', '182622.677500', '182623.137500', '182623.597500', '182624.057500', '182624.517500', '182624.977500', '182625.437500', '182625.897500', '182626.357500', '182626.817500', '182627.277500', '182627.737500', '182628.197500', '182628.657500', '182629.117500', '182629.577500', '182630.037500', '182630.497500', '182630.957500', '182631.417500', '182631.877500', '182632.337500', '182632.797500', '182633.257500', '182633.717500', '182634.177500', '182634.637500', '182635.097500', '182635.557500', '182636.017500', '182636.477500', '182636.937500', '182637.397500', '182637.857500', '182638.317500', '182638.777500', '182639.237500', '182639.697500', '182640.157500', '182640.617500', '182641.077500', '182641.537500', '182641.997500', '182642.457500', '182642.917500', '182643.377500', '182643.837500', '182644.297500', '182644.757500', '182645.217500', '182645.677500', '182646.137500', '182646.597500', '182647.057500', '182647.517500', '182647.977500', '182648.437500', '182648.897500', '182649.357500', '182649.817500', '182650.277500', '182650.737500', '182651.197500', '182651.657500', '182652.117500', '182652.577500', '182653.037500', '182653.497500', '182653.957500', '182654.417500', '182654.877500', '182655.337500', '182655.797500', '182656.257500', '182656.717500', '182657.177500', '182657.637500', '182658.097500', '182658.557500', '182659.017500', '182659.477500', '182659.937500', '182700.397500', '182700.857500', '182701.317500', '182701.777500', '182702.237500', '182702.697500', '182703.157500', '182703.617500', '182704.077500', '182704.537500', '182704.997500', '182705.457500', '182705.917500', '182706.377500', '182706.837500', '182707.297500', '182707.757500', '182708.217500', '182708.677500', '182709.137500', '182709.597500', '182710.057500', '182710.517500', '182710.977500', '182711.437500', '182711.897500', '182712.357500', '182712.817500', '182713.277500', '182713.737500', '182714.197500', '182714.657500', '182715.117500', '182715.577500', '182716.037500', '182716.497500', '182716.957500', '182717.417500', '182717.877500', '182718.337500', '182718.797500', '182719.257500', '182719.717500', '182720.177500', '182720.637500', '182721.097500', '182721.557500', '182722.017500', '182722.477500', '182722.937500', '182723.397500', '182723.857500', '182724.317500', '182724.777500', '182725.237500', '182725.697500', '182726.157500', '182726.617500', '182727.077500', '182727.537500', '182727.997500', '182728.457500', '182728.917500', '182729.377500', '182729.837500', '182730.297500', '182730.757500', '182731.217500', '182731.677500', '182732.137500', '182732.597500', '182733.057500', '182733.517500', '182733.977500', '182734.437500', '182734.897500', '182735.357500', '182735.817500', '182736.277500', '182736.737500', '182737.197500', '182737.657500', '182738.117500', '182738.577500', '182739.037500', '182739.497500', '182739.957500', '182740.417500', '182740.877500', '182741.337500', '182741.797500', '182742.257500', '182742.717500', '182743.177500', '182743.637500', '182744.097500', '182744.557500', '182745.017500', '182745.477500', '182745.937500', '182746.397500', '182746.857500', '182747.317500', '182747.777500', '182748.237500', '182748.697500', '182749.157500', '182749.617500', '182750.077500', '182750.537500', '182750.997500', '182751.457500', '182751.917500', '182752.377500', '182752.837500', '182753.297500', '182753.757500', '182754.217500', '182754.677500', '182755.137500', '182755.597500', '182756.057500', '182756.517500', '182756.977500', '182757.437500', '182757.897500', '182758.357500', '182758.817500', '182759.277500', '182759.737500', '182800.197500', '182800.657500', '182801.117500', '182801.577500', '182802.037500', '182802.497500', '182802.957500', '182803.417500', '182803.877500', '182804.337500', '182804.797500', '182805.257500', '182805.717500', '182806.177500', '182806.637500', '182807.097500', '182807.557500', '182808.017500', '182808.477500', '182808.937500', '182809.397500', '182809.857500', '182810.317500', '182810.777500', '182811.237500', '182811.697500', '182812.157500', '182812.617500', '182813.077500', '182813.537500', '182813.997500', '182814.457500', '182814.917500', '182815.377500', '182815.837500', '182816.297500', '182816.757500', '182817.217500', '182817.677500', '182818.137500', '182818.597500', '182819.057500', '182819.517500', '182819.977500', '182820.437500', '182820.897500', '182821.357500', '182821.817500', '182822.277500', '182822.737500', '182823.197500', '182823.657500', '182824.117500', '182824.577500', '182825.037500', '182825.497500', '182825.957500', '182826.417500', '182826.877500', '182827.337500', '182827.797500', '182828.257500', '182828.717500', '182829.177500', '182829.637500', '182830.097500', '182830.557500', '182831.017500', '182831.477500', '182831.937500', '182832.397500', '182832.857500', '182833.317500', '182833.777500', '182834.237500', '182834.697500', '182835.157500', '182835.617500', '182836.077500', '182836.537500', '182836.997500', '182837.457500', '182837.917500', '182838.377500', '182838.837500', '182839.297500', '182839.757500', '182840.217500', '182840.677500', '182841.137500', '182841.597500', '182842.057500', '182842.517500', '182842.977500', '182843.437500', '182843.897500', '182844.357500', '182844.817500', '182845.277500', '182845.737500', '182846.197500', '182846.657500', '182847.117500', '182847.577500', '182848.037500', '182848.497500', '182848.957500', '182849.417500', '182849.877500', '182850.337500', '182850.797500', '182851.257500', '182851.717500', '182852.177500', '182852.637500', '182853.097500', '182853.557500', '182854.017500', '182854.477500', '182854.937500', '182855.397500', '182855.857500', '182856.317500', '182856.777500', '182857.237500', '182857.697500', '182858.157500', '182858.617500', '182859.077500', '182859.537500', '182859.997500', '182900.457500', '182900.917500', '182901.377500', '182901.837500', '182902.297500', '182902.757500', '182903.217500', '182903.677500', '182904.137500', '182904.597500', '182905.057500', '182905.517500', '182905.977500', '182906.437500', '182906.897500', '182907.357500', '182907.817500', '182908.277500', '182908.737500', '182909.197500', '182909.657500', '182910.117500', '182910.577500', '182911.037500', '182911.497500', '182911.957500', '182912.417500', '182912.877500', '182913.337500', '182913.797500', '182914.257500', '182914.717500', '182915.177500', '182915.637500', '182916.097500', '182916.557500', '182917.017500', '182917.477500', '182917.937500', '182918.397500', '182918.857500', '182919.317500', '182919.777500', '182920.237500', '182920.697500', '182921.157500', '182921.617500', '182922.077500', '182922.537500', '182922.997500', '182923.457500', '182923.917500', '182924.377500', '182924.837500', '182925.297500', '182925.757500', '182926.217500', '182926.677500', '182927.137500', '182927.597500', '182928.057500', '182928.517500', '182928.977500', '182929.437500', '182929.897500', '182930.357500', '182930.817500', '182931.277500', '182931.737500', '182932.197500', '182932.657500', '182933.117500', '182933.577500', '182934.037500', '182934.497500', '182934.957500', '182935.417500', '182935.877500', '182936.337500', '182936.797500', '182937.257500', '182937.717500', '182938.177500', '182938.637500', '182939.097500', '182939.557500', '182940.017500', '182940.477500', '182940.937500', '182941.397500', '182941.857500', '182942.317500', '182942.777500', '182943.237500', '182943.697500', '182944.157500', '182944.617500', '182945.077500', '182945.537500', '182945.997500', '182946.457500', '182946.917500', '182947.377500', '182947.837500', '182948.297500', '182948.757500', '182949.217500', '182949.677500', '182950.137500', '182950.597500', '182951.057500', '182951.517500', '182951.977500', '182952.437500', '182952.897500', '182953.357500', '182953.817500', '182954.277500', '182954.737500', '182955.197500', '182955.657500', '182956.117500', '182956.577500', '182957.037500', '182957.497500', '182957.957500', '182958.417500', '182958.877500', '182959.337500', '182959.797500', '183000.257500', '183000.717500', '183001.177500', '183001.637500', '183002.097500', '183002.557500', '183003.017500', '183003.477500', '183003.937500', '183004.397500', '183004.857500', '183005.317500', '183005.777500', '183006.237500', '183006.697500', '183007.157500', '183007.617500', '183008.077500', '183008.537500', '183008.997500', '183009.457500', '183009.917500', '183010.377500', '183010.837500', '183011.297500', '183011.757500', '183012.217500', '183012.677500', '183013.137500', '183013.597500', '183014.057500', '183014.517500', '183014.977500', '183015.437500', '183015.897500', '183016.357500', '183016.817500', '183017.277500', '183017.737500', '183018.197500', '183018.657500', '183019.117500', '183019.577500', '183020.037500', '183020.497500', '183020.957500', '183021.417500', '183021.877500', '183022.337500', '183022.797500', '183023.257500', '183023.717500', '183024.177500', '183024.637500', '183025.097500', '183025.557500', '183026.017500', '183026.477500', '183026.937500', '183027.397500', '183027.857500', '183028.317500', '183028.777500', '183029.237500', '183029.697500', '183030.157500', '183030.617500', '183031.077500', '183031.537500', '183031.997500', '183032.457500', '183032.917500', '183033.377500', '183033.837500', '183034.297500', '183034.757500', '183035.217500', '183035.677500', '183036.137500', '183036.597500', '183037.057500', '183037.517500', '183037.977500', '183038.437500', '183038.897500', '183039.357500', '183039.817500', '183040.277500', '183040.737500', '183041.197500', '183041.657500', '183042.117500', '183042.577500', '183043.037500', '183043.497500', '183043.957500', '183044.417500', '183044.877500', '183045.337500', '183045.797500', '183046.257500', '183046.717500', '183047.177500', '183047.637500', '183048.097500', '183048.557500', '183049.017500', '183049.477500', '183049.937500', '183050.397500', '183050.857500', '183051.317500', '183051.777500', '183052.237500', '183052.697500', '183053.157500', '183053.617500', '183054.077500', '183054.537500', '183054.997500', '183055.457500', '183055.917500', '183056.377500', '183056.837500', '183057.297500', '183057.757500', '183058.217500', '183058.677500', '183059.137500', '183059.597500', '183100.057500', '183100.517500', '183100.977500', '183101.437500', '183101.897500', '183102.357500', '183102.817500', '183103.277500', '183103.737500', '183104.197500', '183104.657500', '183105.117500', '183105.577500', '183106.037500', '183106.497500', '183106.957500', '183107.417500', '183107.877500', '183108.337500', '183108.797500', '183109.257500', '183109.717500', '183110.177500', '183110.637500', '183111.097500', '183111.557500', '183112.017500', '183112.477500', '183112.937500', '183113.397500', '183113.857500', '183114.317500', '183114.777500', '183115.237500', '183115.697500', '183116.157500', '183116.617500', '183117.077500', '183117.537500', '183117.997500', '183118.457500', '183118.917500', '183119.377500', '183119.837500', '183120.297500', '183120.757500', '183121.217500', '183121.677500', '183122.137500', '183122.597500', '183123.057500', '183123.517500', '183123.977500', '183124.437500', '183124.897500', '183125.357500', '183125.817500', '183126.277500', '183126.737500', '183127.197500', '183127.657500', '183128.117500', '183128.577500', '183129.037500', '183129.497500', '183129.957500', '183130.417500', '183130.877500', '183131.337500', '183131.797500', '183132.257500', '183132.717500', '183133.177500', '183133.637500', '183134.097500', '183134.557500', '183135.017500', '183135.477500', '183135.937500', '183136.397500', '183136.857500', '183137.317500', '183137.777500', '183138.237500', '183138.697500', '183139.157500', '183139.617500', '183140.077500', '183140.537500', '183140.997500', '183141.457500', '183141.917500', '183142.377500', '183142.837500', '183143.297500', '183143.757500', '183144.217500', '183144.677500', '183145.137500', '183145.597500', '183146.057500', '183146.517500', '183146.977500', '183147.437500', '183147.897500', '183148.357500', '183148.817500', '183149.277500', '183149.737500', '183150.197500', '183150.657500', '183151.117500', '183151.577500', '183152.037500', '183152.497500', '183152.957500', '183153.417500', '183153.877500', '183154.337500', '183154.797500', '183155.257500', '183155.717500', '183156.177500', '183156.637500', '183157.097500', '183157.557500', '183158.017500', '183158.477500', '183158.937500', '183159.397500', '183159.857500', '183200.317500', '183200.777500', '183201.237500', '183201.697500', '183202.157500', '183202.617500', '183203.077500', '183203.537500', '183203.997500', '183204.457500', '183204.917500', '183205.377500', '183205.837500', '183206.297500', '183206.757500', '183207.217500', '183207.677500', '183208.137500', '183208.597500', '183209.057500', '183209.517500', '183209.977500', '183210.437500', '183210.897500', '183211.357500', '183211.817500', '183212.277500', '183212.737500', '183213.197500', '183213.657500', '183214.117500', '183214.577500', '183215.037500', '183215.497500', '183215.957500', '183216.417500', '183216.877500', '183217.337500', '183217.797500', '183218.257500', '183218.717500', '183219.177500', '183219.637500', '183220.097500', '183220.557500', '183221.017500', '183221.477500', '183221.937500', '183222.397500', '183222.857500', '183223.317500', '183223.777500', '183224.237500', '183224.697500', '183225.157500', '183225.617500', '183226.077500', '183226.537500', '183226.997500', '183227.457500', '183227.917500', '183228.377500', '183228.837500', '183229.297500', '183229.757500', '183230.217500', '183230.677500', '183231.137500', '183231.597500', '183232.057500', '183232.517500', '183232.977500', '183233.437500', '183233.897500', '183234.357500', '183234.817500', '183235.277500', '183235.737500', '183236.197500', '183236.657500', '183237.117500', '183237.577500', '183238.037500', '183238.497500', '183238.957500', '183239.417500', '183239.877500', '183240.337500', '183240.797500', '183241.257500', '183241.717500', '183242.177500', '183242.637500', '183243.097500', '183243.557500', '183244.017500', '183244.477500', '183244.937500', '183245.397500', '183245.857500', '183246.317500', '183246.777500', '183247.237500', '183247.697500', '183248.157500', '183248.617500', '183249.077500', '183249.537500', '183249.997500', '183250.457500', '183250.917500', '183251.377500', '183251.837500', '183252.297500', '183252.757500', '183253.217500', '183253.677500', '183254.137500', '183254.597500', '183255.057500', '183255.517500', '183255.977500', '183256.437500', '183256.897500', '183257.357500', '183257.817500', '183258.277500', '183258.737500', '183259.197500', '183259.657500', '183300.117500', '183300.577500', '183301.037500', '183301.497500', '183301.957500', '183302.417500', '183302.877500', '183303.337500', '183303.797500', '183304.257500', '183304.717500', '183305.177500', '183305.637500', '183306.097500', '183306.557500', '183307.017500', '183307.477500', '183307.937500', '183308.397500', '183308.857500', '183309.317500', '183309.777500', '183310.237500', '183310.697500', '183311.157500', '183311.617500', '183312.077500', '183312.537500', '183312.997500', '183313.457500', '183313.917500', '183314.377500', '183314.837500', '183315.297500', '183315.757500', '183316.217500', '183316.677500', '183317.137500', '183317.597500', '183318.057500', '183318.517500', '183318.977500', '183319.437500', '183319.897500', '183320.357500', '183320.817500', '183321.277500', '183321.737500', '183322.197500', '183322.657500', '183323.117500', '183323.577500', '183324.037500', '183324.497500', '183324.957500', '183325.417500', '183325.877500', '183326.337500', '183326.797500', '183327.257500', '183327.717500', '183328.177500', '183328.637500', '183329.097500', '183329.557500', '183330.017500', '183330.477500', '183330.937500', '183331.397500', '183331.857500', '183332.317500', '183332.777500', '183333.237500', '183333.697500', '183334.157500', '183334.617500', '183335.077500', '183335.537500', '183335.997500', '183336.457500', '183336.917500', '183337.377500', '183337.837500', '183338.297500', '183338.757500', '183339.217500', '183339.677500', '183340.137500', '183340.597500', '183341.057500', '183341.517500', '183341.977500', '183342.437500', '183342.897500', '183343.357500', '183343.817500', '183344.277500', '183344.737500', '183345.197500', '183345.657500', '183346.117500', '183346.577500', '183347.037500', '183347.497500', '183347.957500', '183348.417500', '183348.877500', '183349.337500', '183349.797500', '183350.257500', '183350.717500', '183351.177500', '183351.637500', '183352.097500', '183352.557500', '183353.017500', '183353.477500', '183353.937500', '183354.397500', '183354.857500', '183355.317500', '183355.777500', '183356.237500', '183356.697500', '183357.157500', '183357.617500', '183358.077500', '183358.537500', '183358.997500', '183359.457500', '183359.917500', '183400.377500', '183400.837500', '183401.297500', '183401.757500', '183402.217500', '183402.677500', '183403.137500', '183403.597500', '183404.057500', '183404.517500', '183404.977500', '183405.437500', '183405.897500', '183406.357500', '183406.817500', '183407.277500', '183407.737500', '183408.197500', '183408.657500', '183409.117500', '183409.577500', '183410.037500', '183410.497500', '183410.957500', '183411.417500', '183411.877500', '183412.337500', '183412.797500', '183413.257500', '183413.717500', '183414.177500', '183414.637500', '183415.097500', '183415.557500', '183416.017500', '183416.477500', '183416.937500', '183417.397500', '183417.857500', '183418.317500', '183418.777500', '183419.237500', '183419.697500', '183420.157500', '183420.617500', '183421.077500', '183421.537500', '183421.997500', '183422.457500', '183422.917500', '183423.377500', '183423.837500', '183424.297500', '183424.757500', '183425.217500', '183425.677500', '183426.137500', '183426.597500', '183427.057500', '183427.517500', '183427.977500', '183428.437500', '183428.897500', '183429.357500', '183429.817500', '183430.277500', '183430.737500', '183431.197500', '183431.657500', '183432.117500', '183432.577500', '183433.037500', '183433.497500', '183433.957500', '183434.417500', '183434.877500', '183435.337500', '183435.797500', '183436.257500', '183436.717500', '183437.177500', '183437.637500', '183438.097500', '183438.557500', '183439.017500', '183439.477500', '183439.937500', '183440.397500', '183440.857500', '183441.317500', '183441.777500', '183442.237500', '183442.697500', '183443.157500', '183443.617500', '183444.077500', '183444.537500', '183444.997500', '183445.457500', '183445.917500', '183446.377500', '183446.837500', '183447.297500', '183447.757500', '183448.217500', '183448.677500', '183449.137500', '183449.597500', '183450.057500', '183450.517500', '183450.977500', '183451.437500', '183451.897500', '183452.357500', '183452.817500', '183453.277500', '183453.737500', '183454.197500', '183454.657500', '183455.117500', '183455.577500', '183456.037500', '183456.497500', '183456.957500', '183457.417500', '183457.877500', '183458.337500', '183458.797500', '183459.257500', '183459.717500', '183500.177500', '183500.637500', '183501.097500', '183501.557500', '183502.017500', '183502.477500', '183502.937500', '183503.397500', '183503.857500', '183504.317500', '183504.777500', '183505.237500', '183505.697500', '183506.157500', '183506.617500', '183507.077500', '183507.537500', '183507.997500', '183508.457500', '183508.917500', '183509.377500', '183509.837500', '183510.297500', '183510.757500', '183511.217500', '183511.677500', '183512.137500', '183512.597500', '183513.057500', '183513.517500', '183513.977500', '183514.437500', '183514.897500', '183515.357500', '183515.817500', '183516.277500', '183516.737500', '183517.197500', '183517.657500', '183518.117500', '183518.577500', '183519.037500', '183519.497500', '183519.957500', '183520.417500', '183520.877500', '183521.337500', '183521.797500', '183522.257500', '183522.717500', '183523.177500', '183523.637500', '183524.097500', '183524.557500', '183525.017500', '183525.477500', '183525.937500', '183526.397500', '183526.857500', '183527.317500', '183527.777500', '183528.237500', '183528.697500', '183529.157500', '183529.617500', '183530.077500', '183530.537500', '183530.997500', '183531.457500', '183531.917500', '183532.377500', '183532.837500', '183533.297500', '183533.757500', '183534.217500', '183534.677500', '183535.137500', '183535.597500', '183536.057500', '183536.517500', '183536.977500', '183537.437500', '183537.897500', '183538.357500', '183538.817500', '183539.277500', '183539.737500', '183540.197500', '183540.657500', '183541.117500', '183541.577500', '183542.037500', '183542.497500', '183542.957500', '183543.417500', '183543.877500', '183544.337500', '183544.797500', '183545.257500', '183545.717500', '183546.177500', '183546.637500', '183547.097500', '183547.557500', '183548.017500', '183548.477500', '183548.937500', '183549.397500', '183549.857500', '183550.317500', '183550.777500', '183551.237500', '183551.697500', '183552.157500', '183552.617500', '183553.077500', '183553.537500', '183553.997500', '183554.457500', '183554.917500', '183555.377500', '183555.837500', '183556.297500'], 'ContentTime': ['182551.898000', '182551.901000', '182551.904000', '182551.907000', '182551.913000', '182551.915000', '182551.918000', '182551.920000', '182551.923000', '182551.926000', '182551.928000', '182551.931000', '182551.933000', '182551.936000', '182551.939000', '182551.941000', '182551.944000', '182551.946000', '182551.949000', '182551.951000', '182551.954000', '182551.956000', '182551.959000', '182551.962000', '182551.964000', '182551.967000', '182551.969000', '182551.972000', '182551.975000', '182551.977000', '182551.980000', '182551.982000', '182551.985000', '182551.987000', '182551.990000', '182551.992000', '182551.995000', '182551.998000', '182552.000000', '182552.003000', '182552.006000', '182552.008000', '182552.011000', '182552.013000', '182552.016000', '182552.018000', '182552.021000', '182552.023000', '182552.034000', '182552.036000', '182552.039000', '182552.041000', '182552.044000', '182552.046000', '182552.049000', '182552.052000', '182552.054000', '182552.057000', '182552.059000', '182552.062000', '182611.858000', '182611.861000', '182611.863000', '182611.866000', '182611.868000', '182611.871000', '182611.873000', '182611.876000', '182611.879000', '182611.881000', '182611.884000', '182611.886000', '182611.889000', '182611.892000', '182611.894000', '182611.897000', '182611.899000', '182611.902000', '182611.904000', '182611.907000', '182611.910000', '182611.912000', '182611.915000', '182611.917000', '182611.920000', '182611.923000', '182611.925000', '182611.928000', '182611.930000', '182611.933000', '182611.935000', '182611.938000', '182611.941000', '182611.943000', '182611.946000', '182611.948000', '182611.951000', '182611.953000', '182611.956000', '182611.959000', '182611.961000', '182611.964000', '182611.966000', '182631.856000', '182631.859000', '182631.862000', '182631.864000', '182631.867000', '182631.870000', '182631.872000', '182631.875000', '182631.878000', '182631.880000', '182631.883000', '182631.885000', '182631.891000', '182631.893000', '182631.896000', '182631.899000', '182631.901000', '182631.904000', '182631.906000', '182631.909000', '182631.912000', '182631.914000', '182631.917000', '182631.919000', '182631.922000', '182631.924000', '182631.927000', '182631.929000', '182631.932000', '182631.935000', '182631.937000', '182631.940000', '182631.942000', '182631.945000', '182631.947000', '182631.950000', '182631.953000', '182631.955000', '182631.958000', '182631.960000', '182631.963000', '182631.965000', '182631.968000', '182651.857000', '182651.859000', '182651.862000', '182651.865000', '182651.867000', '182651.870000', '182651.872000', '182651.875000', '182651.878000', '182651.880000', '182651.883000', '182651.886000', '182651.888000', '182651.891000', '182651.893000', '182651.903000', '182651.905000', '182651.908000', '182651.911000', '182651.913000', '182651.916000', '182651.918000', '182651.921000', '182651.924000', '182651.926000', '182651.929000', '182651.932000', '182651.934000', '182651.937000', '182651.940000', '182651.942000', '182651.945000', '182651.947000', '182651.950000', '182651.953000', '182651.955000', '182651.958000', '182651.960000', '182651.963000', '182651.966000', '182651.968000', '182651.971000', '182651.973000', '182651.976000', '182711.857000', '182711.860000', '182711.863000', '182711.865000', '182711.868000', '182711.871000', '182711.873000', '182711.876000', '182711.878000', '182711.881000', '182711.884000', '182711.886000', '182711.889000', '182711.891000', '182711.894000', '182711.896000', '182711.899000', '182711.902000', '182711.904000', '182711.907000', '182711.909000', '182711.912000', '182711.915000', '182711.917000', '182711.920000', '182711.922000', '182711.925000', '182711.928000', '182711.930000', '182711.933000', '182711.935000', '182711.938000', '182711.940000', '182711.944000', '182711.946000', '182711.949000', '182711.961000', '182711.963000', '182711.966000', '182711.968000', '182711.971000', '182711.973000', '182711.976000', '182731.858000', '182731.861000', '182731.863000', '182731.866000', '182731.868000', '182731.871000', '182731.873000', '182731.876000', '182731.879000', '182731.881000', '182731.884000', '182731.886000', '182731.889000', '182731.892000', '182731.894000', '182731.897000', '182731.899000', '182731.902000', '182731.904000', '182731.913000', '182731.915000', '182731.918000', '182731.921000', '182731.923000', '182731.926000', '182731.928000', '182731.937000', '182731.940000', '182731.943000', '182731.945000', '182731.948000', '182731.951000', '182731.953000', '182731.956000', '182731.959000', '182731.961000', '182731.964000', '182731.966000', '182731.969000', '182731.972000', '182731.974000', '182731.977000', '182731.979000', '182731.982000', '182751.857000', '182751.860000', '182751.863000', '182751.865000', '182751.868000', '182751.871000', '182751.873000', '182751.876000', '182751.878000', '182751.881000', '182751.884000', '182751.886000', '182751.889000', '182751.891000', '182751.894000', '182751.897000', '182751.900000', '182751.902000', '182751.905000', '182751.909000', '182751.912000', '182751.914000', '182751.917000', '182751.919000', '182751.922000', '182751.924000', '182751.927000', '182751.929000', '182751.932000', '182751.935000', '182751.937000', '182751.940000', '182751.942000', '182751.945000', '182751.948000', '182751.950000', '182751.953000', '182751.955000', '182751.958000', '182751.960000', '182751.963000', '182751.966000', '182751.968000', '182811.858000', '182811.860000', '182811.863000', '182811.866000', '182811.868000', '182811.874000', '182811.877000', '182811.880000', '182811.882000', '182811.885000', '182811.887000', '182811.890000', '182811.893000', '182811.895000', '182811.898000', '182811.900000', '182811.903000', '182811.905000', '182811.908000', '182811.911000', '182811.913000', '182811.916000', '182811.919000', '182811.921000', '182811.924000', '182811.927000', '182811.929000', '182811.932000', '182811.934000', '182811.937000', '182811.940000', '182811.942000', '182811.945000', '182811.947000', '182811.950000', '182811.953000', '182811.955000', '182811.958000', '182811.960000', '182811.963000', '182811.965000', '182811.968000', '182811.971000', '182811.973000', '182831.857000', '182831.860000', '182831.863000', '182831.865000', '182831.868000', '182831.870000', '182831.873000', '182831.876000', '182831.878000', '182831.881000', '182831.883000', '182831.886000', '182831.888000', '182831.891000', '182831.894000', '182831.896000', '182831.899000', '182831.902000', '182831.904000', '182831.907000', '182831.909000', '182831.912000', '182831.915000', '182831.917000', '182831.920000', '182831.923000', '182831.926000', '182831.929000', '182831.932000', '182831.934000', '182831.937000', '182831.939000', '182831.942000', '182831.945000', '182831.947000', '182831.950000', '182831.952000', '182831.955000', '182831.957000', '182831.960000', '182831.963000', '182831.965000', '182831.968000', '182851.856000', '182851.863000', '182851.866000', '182851.869000', '182851.871000', '182851.874000', '182851.877000', '182851.879000', '182851.882000', '182851.885000', '182851.887000', '182851.890000', '182851.893000', '182851.895000', '182851.898000', '182851.900000', '182851.903000', '182851.906000', '182851.918000', '182851.921000', '182851.924000', '182851.926000', '182851.929000', '182851.931000', '182851.934000', '182851.936000', '182851.939000', '182851.942000', '182851.944000', '182851.947000', '182851.949000', '182851.952000', '182851.955000', '182851.957000', '182851.960000', '182851.962000', '182851.965000', '182851.968000', '182851.970000', '182851.973000', '182851.975000', '182851.978000', '182851.980000', '182851.983000', '182911.857000', '182911.859000', '182911.862000', '182911.865000', '182911.867000', '182911.870000', '182911.873000', '182911.875000', '182911.878000', '182911.880000', '182911.883000', '182911.885000', '182911.888000', '182911.891000', '182911.893000', '182911.896000', '182911.898000', '182911.901000', '182911.904000', '182911.906000', '182911.909000', '182911.911000', '182911.914000', '182911.917000', '182911.919000', '182911.922000', '182911.924000', '182911.927000', '182911.929000', '182911.932000', '182911.935000', '182911.937000', '182911.940000', '182911.943000', '182911.945000', '182911.948000', '182911.950000', '182911.953000', '182911.956000', '182911.958000', '182911.961000', '182911.964000', '182911.966000', '182931.857000', '182931.860000', '182931.863000', '182931.865000', '182931.868000', '182931.871000', '182931.873000', '182931.876000', '182931.878000', '182931.881000', '182931.883000', '182931.886000', '182931.889000', '182931.891000', '182931.894000', '182931.896000', '182931.899000', '182931.902000', '182931.904000', '182931.907000', '182931.909000', '182931.912000', '182931.915000', '182931.917000', '182931.920000', '182931.922000', '182931.925000', '182931.928000', '182931.930000', '182931.933000', '182931.935000', '182931.938000', '182931.940000', '182931.943000', '182931.946000', '182931.948000', '182931.951000', '182931.953000', '182931.956000', '182931.958000', '182931.961000', '182931.964000', '182931.966000', '182931.969000', '182951.858000', '182951.860000', '182951.863000', '182951.866000', '182951.868000', '182951.871000', '182951.873000', '182951.876000', '182951.879000', '182951.881000', '182951.884000', '182951.886000', '182951.889000', '182951.891000', '182951.894000', '182951.897000', '182951.899000', '182951.902000', '182951.904000', '182951.907000', '182951.910000', '182951.912000', '182951.915000', '182951.917000', '182951.920000', '182951.922000', '182951.925000', '182951.928000', '182951.930000', '182951.933000', '182951.935000', '182951.938000', '182951.941000', '182951.943000', '182951.946000', '182951.948000', '182951.951000', '182951.953000', '182951.956000', '182951.959000', '182951.961000', '182951.964000', '182951.966000', '183011.857000', '183011.860000', '183011.863000', '183011.865000', '183011.868000', '183011.871000', '183011.873000', '183011.876000', '183011.878000', '183011.881000', '183011.883000', '183011.886000', '183011.888000', '183011.891000', '183011.894000', '183011.896000', '183011.899000', '183011.901000', '183011.904000', '183011.907000', '183011.909000', '183011.912000', '183011.914000', '183011.917000', '183011.919000', '183011.922000', '183011.925000', '183011.927000', '183011.930000', '183011.932000', '183011.935000', '183011.938000', '183011.940000', '183011.943000', '183011.945000', '183011.948000', '183011.950000', '183011.953000', '183011.956000', '183011.958000', '183011.961000', '183011.963000', '183011.972000', '183011.974000', '183031.858000', '183031.860000', '183031.863000', '183031.866000', '183031.868000', '183031.871000', '183031.873000', '183031.876000', '183031.879000', '183031.881000', '183031.884000', '183031.886000', '183031.889000', '183031.892000', '183031.894000', '183031.897000', '183031.899000', '183031.902000', '183031.904000', '183031.907000', '183031.910000', '183031.912000', '183031.915000', '183031.917000', '183031.920000', '183031.923000', '183031.925000', '183031.928000', '183031.930000', '183031.933000', '183031.935000', '183031.938000', '183031.941000', '183031.943000', '183031.946000', '183031.948000', '183031.951000', '183031.954000', '183031.956000', '183031.959000', '183031.961000', '183031.964000', '183031.967000', '183051.858000', '183051.860000', '183051.863000', '183051.865000', '183051.868000', '183051.871000', '183051.873000', '183051.876000', '183051.879000', '183051.881000', '183051.884000', '183051.886000', '183051.889000', '183051.892000', '183051.894000', '183051.897000', '183051.899000', '183051.902000', '183051.905000', '183051.907000', '183051.910000', '183051.912000', '183051.915000', '183051.918000', '183051.920000', '183051.923000', '183051.925000', '183051.928000', '183051.931000', '183051.933000', '183051.936000', '183051.938000', '183051.941000', '183051.943000', '183051.946000', '183051.958000', '183051.961000', '183051.963000', '183051.966000', '183051.969000', '183051.971000', '183051.974000', '183051.976000', '183051.979000', '183111.856000', '183111.859000', '183111.862000', '183111.865000', '183111.867000', '183111.870000', '183111.872000', '183111.875000', '183111.877000', '183111.880000', '183111.883000', '183111.885000', '183111.888000', '183111.890000', '183111.893000', '183111.896000', '183111.898000', '183111.901000', '183111.903000', '183111.906000', '183111.909000', '183111.911000', '183111.914000', '183111.916000', '183111.919000', '183111.922000', '183111.924000', '183111.927000', '183111.930000', '183111.932000', '183111.935000', '183111.937000', '183111.942000', '183111.944000', '183111.947000', '183111.949000', '183111.952000', '183111.954000', '183111.957000', '183111.960000', '183111.962000', '183111.965000', '183111.968000', '183131.856000', '183131.859000', '183131.862000', '183131.864000', '183131.867000', '183131.869000', '183131.872000', '183131.875000', '183131.877000', '183131.880000', '183131.882000', '183131.885000', '183131.888000', '183131.890000', '183131.893000', '183131.895000', '183131.898000', '183131.900000', '183131.903000', '183131.906000', '183131.908000', '183131.911000', '183131.913000', '183131.916000', '183131.918000', '183131.921000', '183131.924000', '183131.926000', '183131.929000', '183131.931000', '183131.934000', '183131.936000', '183131.939000', '183131.942000', '183131.944000', '183131.947000', '183131.950000', '183131.952000', '183131.955000', '183131.957000', '183131.960000', '183131.962000', '183131.965000', '183131.968000', '183151.858000', '183151.860000', '183151.863000', '183151.865000', '183151.868000', '183151.871000', '183151.873000', '183151.876000', '183151.878000', '183151.895000', '183151.898000', '183151.900000', '183151.903000', '183151.906000', '183151.908000', '183151.911000', '183151.913000', '183151.916000', '183151.918000', '183151.921000', '183151.924000', '183151.926000', '183151.929000', '183151.931000', '183151.934000', '183151.937000', '183151.939000', '183151.942000', '183151.944000', '183151.947000', '183151.950000', '183151.952000', '183151.955000', '183151.957000', '183151.960000', '183151.962000', '183151.965000', '183151.968000', '183151.970000', '183151.973000', '183151.975000', '183151.978000', '183151.981000', '183211.857000', '183211.860000', '183211.864000', '183211.866000', '183211.869000', '183211.871000', '183211.874000', '183211.877000', '183211.879000', '183211.882000', '183211.884000', '183211.887000', '183211.890000', '183211.892000', '183211.895000', '183211.898000', '183211.900000', '183211.903000', '183211.905000', '183211.908000', '183211.910000', '183211.913000', '183211.916000', '183211.919000', '183211.922000', '183211.924000', '183211.927000', '183211.929000', '183211.932000', '183211.935000', '183211.937000', '183211.940000', '183211.942000', '183211.945000', '183211.948000', '183211.950000', '183211.953000', '183211.955000', '183211.958000', '183211.960000', '183211.963000', '183211.966000', '183211.968000', '183211.971000', '183231.857000', '183231.860000', '183231.863000', '183231.866000', '183231.868000', '183231.871000', '183231.873000', '183231.876000', '183231.879000', '183231.881000', '183231.884000', '183231.886000', '183231.889000', '183231.891000', '183231.894000', '183231.896000', '183231.899000', '183231.902000', '183231.904000', '183231.907000', '183231.909000', '183231.912000', '183231.914000', '183231.917000', '183231.920000', '183231.922000', '183231.925000', '183231.927000', '183231.930000', '183231.932000', '183231.935000', '183231.937000', '183231.940000', '183231.943000', '183231.945000', '183231.948000', '183231.950000', '183231.953000', '183231.956000', '183231.958000', '183231.961000', '183231.963000', '183231.966000', '183251.858000', '183251.861000', '183251.863000', '183251.866000', '183251.869000', '183251.871000', '183251.874000', '183251.876000', '183251.879000', '183251.882000', '183251.884000', '183251.887000', '183251.889000', '183251.892000', '183251.895000', '183251.897000', '183251.900000', '183251.902000', '183251.905000', '183251.908000', '183251.910000', '183251.913000', '183251.915000', '183251.918000', '183251.921000', '183251.923000', '183251.926000', '183251.928000', '183251.931000', '183251.933000', '183251.936000', '183251.939000', '183251.941000', '183251.944000', '183251.946000', '183251.949000', '183251.952000', '183251.954000', '183251.957000', '183251.959000', '183251.962000', '183251.964000', '183251.967000', '183311.857000', '183311.860000', '183311.863000', '183311.866000', '183311.868000', '183311.871000', '183311.873000', '183311.888000', '183311.891000', '183311.893000', '183311.896000', '183311.898000', '183311.901000', '183311.903000', '183311.906000', '183311.909000', '183311.911000', '183311.914000', '183311.916000', '183311.919000', '183311.922000', '183311.924000', '183311.927000', '183311.929000', '183311.932000', '183311.935000', '183311.937000', '183311.940000', '183311.942000', '183311.945000', '183311.948000', '183311.950000', '183311.953000', '183311.955000', '183311.958000', '183311.961000', '183311.963000', '183311.966000', '183311.968000', '183311.971000', '183311.973000', '183311.976000', '183311.978000', '183311.981000', '183331.856000', '183331.859000', '183331.862000', '183331.864000', '183331.867000', '183331.870000', '183331.872000', '183331.875000', '183331.877000', '183331.880000', '183331.883000', '183331.885000', '183331.888000', '183331.890000', '183331.893000', '183331.895000', '183331.898000', '183331.901000', '183331.904000', '183331.906000', '183331.909000', '183331.912000', '183331.914000', '183331.917000', '183331.919000', '183331.922000', '183331.925000', '183331.927000', '183331.930000', '183331.932000', '183331.935000', '183331.938000', '183331.940000', '183331.943000', '183331.945000', '183331.948000', '183331.950000', '183331.953000', '183331.956000', '183331.958000', '183331.961000', '183331.963000', '183331.966000', '183331.968000', '183351.856000', '183351.859000', '183351.862000', '183351.865000', '183351.867000', '183351.870000', '183351.872000', '183351.875000', '183351.878000', '183351.880000', '183351.883000', '183351.885000', '183351.888000', '183351.891000', '183351.893000', '183351.896000', '183351.898000', '183351.901000', '183351.904000', '183351.906000', '183351.909000', '183351.911000', '183351.914000', '183351.916000', '183351.919000', '183351.922000', '183351.924000', '183351.935000', '183351.937000', '183351.940000', '183351.942000', '183351.945000', '183351.948000', '183351.950000', '183351.953000', '183351.955000', '183351.958000', '183351.960000', '183351.963000', '183351.966000', '183351.968000', '183351.971000', '183351.973000', '183411.858000', '183411.860000', '183411.863000', '183411.866000', '183411.869000', '183411.872000', '183411.875000', '183411.877000', '183411.880000', '183411.882000', '183411.885000', '183411.887000', '183411.890000', '183411.893000', '183411.895000', '183411.898000', '183411.900000', '183411.903000', '183411.905000', '183411.908000', '183411.911000', '183411.913000', '183411.916000', '183411.918000', '183411.921000', '183411.923000', '183411.926000', '183411.929000', '183411.931000', '183411.934000', '183411.937000', '183411.939000', '183411.942000', '183411.945000', '183411.947000', '183411.950000', '183411.952000', '183411.955000', '183411.957000', '183411.960000', '183411.963000', '183411.965000', '183411.968000', '183431.857000', '183431.860000', '183431.863000', '183431.888000', '183431.890000', '183431.893000', '183431.895000', '183431.898000', '183431.901000', '183431.903000', '183431.906000', '183431.908000', '183431.911000', '183431.914000', '183431.916000', '183431.919000', '183431.921000', '183431.924000', '183431.927000', '183431.929000', '183431.932000', '183431.934000', '183431.937000', '183431.940000', '183431.942000', '183431.945000', '183431.947000', '183431.950000', '183431.952000', '183431.955000', '183431.958000', '183431.960000', '183431.963000', '183431.965000', '183431.968000', '183431.971000', '183431.973000', '183431.976000', '183431.978000', '183431.981000', '183431.983000', '183431.986000', '183431.988000', '183431.991000', '183451.858000', '183451.861000', '183451.863000', '183451.866000', '183451.868000', '183451.871000', '183451.874000', '183451.876000', '183451.879000', '183451.881000', '183451.884000', '183451.886000', '183451.889000', '183451.892000', '183451.895000', '183451.897000', '183451.900000', '183451.903000', '183451.905000', '183451.908000', '183451.911000', '183451.913000', '183451.916000', '183451.918000', '183451.921000', '183451.923000', '183451.926000', '183451.929000', '183451.931000', '183451.934000', '183451.936000', '183451.939000', '183451.942000', '183451.945000', '183451.948000', '183451.950000', '183451.953000', '183451.956000', '183451.958000', '183451.961000', '183451.963000', '183451.966000', '183451.969000', '183511.857000', '183511.860000', '183511.863000', '183511.866000', '183511.868000', '183511.871000', '183511.874000', '183511.876000', '183511.879000', '183511.881000', '183511.884000', '183511.887000', '183511.889000', '183511.892000', '183511.895000', '183511.897000', '183511.900000', '183511.902000', '183511.905000', '183511.908000', '183511.911000', '183511.914000', '183511.916000', '183511.919000', '183511.922000', '183511.924000', '183511.927000', '183511.929000', '183511.932000', '183511.934000', '183511.937000', '183511.940000', '183511.942000', '183511.945000', '183511.948000', '183511.950000', '183511.961000', '183511.963000', '183511.966000', '183511.968000', '183511.971000', '183511.973000', '183511.976000', '183511.979000', '183531.858000', '183531.861000', '183531.863000', '183531.866000', '183531.869000', '183531.871000', '183531.874000', '183531.876000', '183531.879000', '183531.882000', '183531.884000', '183531.887000', '183531.889000', '183531.892000', '183531.895000', '183531.897000', '183531.900000', '183531.903000', '183531.905000', '183531.908000', '183531.910000', '183531.913000', '183531.916000', '183531.918000', '183531.921000', '183531.923000', '183531.926000', '183531.929000', '183531.931000', '183531.934000', '183531.937000', '183531.939000', '183531.942000', '183531.944000', '183531.947000', '183531.949000', '183531.952000', '183531.955000', '183531.957000', '183531.960000', '183531.962000', '183531.965000', '183531.968000', '183551.856000', '183551.859000', '183551.862000', '183551.865000', '183551.867000', '183551.870000', '183551.872000', '183551.875000', '183551.878000', '183551.880000', '183551.883000', '183551.885000', '183551.888000', '183551.890000', '183551.893000', '183551.896000', '183551.898000', '183551.901000', '183551.903000', '183551.906000', '183551.908000', '183551.911000', '183551.914000', '183551.916000', '183551.919000', '183551.921000', '183551.924000', '183551.926000', '183551.929000', '183551.932000', '183551.934000', '183551.937000', '183551.940000', '183551.942000', '183551.945000', '183551.947000', '183551.950000', '183551.952000', '183551.955000', '183551.957000', '183551.960000', '183551.963000', '183551.965000', '183551.968000', '183557.207000', '183557.210000', '183557.213000', '183557.216000', '183557.218000', '183557.221000', '183557.224000', '183557.226000', '183557.229000', '183557.232000', '183557.235000', '183557.237000'], 'InstanceCreationTime': ['182551.898000', '182551.901000', '182551.904000', '182551.907000', '182551.913000', '182551.915000', '182551.918000', '182551.920000', '182551.923000', '182551.926000', '182551.928000', '182551.931000', '182551.933000', '182551.936000', '182551.939000', '182551.941000', '182551.944000', '182551.946000', '182551.949000', '182551.951000', '182551.954000', '182551.956000', '182551.959000', '182551.962000', '182551.964000', '182551.967000', '182551.969000', '182551.972000', '182551.975000', '182551.977000', '182551.980000', '182551.982000', '182551.985000', '182551.987000', '182551.990000', '182551.992000', '182551.995000', '182551.998000', '182552.000000', '182552.003000', '182552.006000', '182552.008000', '182552.011000', '182552.013000', '182552.016000', '182552.018000', '182552.021000', '182552.023000', '182552.034000', '182552.036000', '182552.039000', '182552.041000', '182552.044000', '182552.046000', '182552.049000', '182552.052000', '182552.054000', '182552.057000', '182552.059000', '182552.062000', '182611.858000', '182611.861000', '182611.863000', '182611.866000', '182611.868000', '182611.871000', '182611.873000', '182611.876000', '182611.879000', '182611.881000', '182611.884000', '182611.886000', '182611.889000', '182611.892000', '182611.894000', '182611.897000', '182611.899000', '182611.902000', '182611.904000', '182611.907000', '182611.910000', '182611.912000', '182611.915000', '182611.917000', '182611.920000', '182611.923000', '182611.925000', '182611.928000', '182611.930000', '182611.933000', '182611.935000', '182611.938000', '182611.941000', '182611.943000', '182611.946000', '182611.948000', '182611.951000', '182611.953000', '182611.956000', '182611.959000', '182611.961000', '182611.964000', '182611.966000', '182631.856000', '182631.859000', '182631.862000', '182631.864000', '182631.867000', '182631.870000', '182631.872000', '182631.875000', '182631.878000', '182631.880000', '182631.883000', '182631.885000', '182631.891000', '182631.893000', '182631.896000', '182631.899000', '182631.901000', '182631.904000', '182631.906000', '182631.909000', '182631.912000', '182631.914000', '182631.917000', '182631.919000', '182631.922000', '182631.924000', '182631.927000', '182631.929000', '182631.932000', '182631.935000', '182631.937000', '182631.940000', '182631.942000', '182631.945000', '182631.947000', '182631.950000', '182631.953000', '182631.955000', '182631.958000', '182631.960000', '182631.963000', '182631.965000', '182631.968000', '182651.857000', '182651.859000', '182651.862000', '182651.865000', '182651.867000', '182651.870000', '182651.872000', '182651.875000', '182651.878000', '182651.880000', '182651.883000', '182651.886000', '182651.888000', '182651.891000', '182651.893000', '182651.903000', '182651.905000', '182651.908000', '182651.911000', '182651.913000', '182651.916000', '182651.918000', '182651.921000', '182651.924000', '182651.926000', '182651.929000', '182651.932000', '182651.934000', '182651.937000', '182651.940000', '182651.942000', '182651.945000', '182651.947000', '182651.950000', '182651.953000', '182651.955000', '182651.958000', '182651.960000', '182651.963000', '182651.966000', '182651.968000', '182651.971000', '182651.973000', '182651.976000', '182711.857000', '182711.860000', '182711.863000', '182711.865000', '182711.868000', '182711.871000', '182711.873000', '182711.876000', '182711.878000', '182711.881000', '182711.884000', '182711.886000', '182711.889000', '182711.891000', '182711.894000', '182711.896000', '182711.899000', '182711.902000', '182711.904000', '182711.907000', '182711.909000', '182711.912000', '182711.915000', '182711.917000', '182711.920000', '182711.922000', '182711.925000', '182711.928000', '182711.930000', '182711.933000', '182711.935000', '182711.938000', '182711.940000', '182711.944000', '182711.946000', '182711.949000', '182711.961000', '182711.963000', '182711.966000', '182711.968000', '182711.971000', '182711.973000', '182711.976000', '182731.858000', '182731.861000', '182731.863000', '182731.866000', '182731.868000', '182731.871000', '182731.873000', '182731.876000', '182731.879000', '182731.881000', '182731.884000', '182731.886000', '182731.889000', '182731.892000', '182731.894000', '182731.897000', '182731.899000', '182731.902000', '182731.904000', '182731.913000', '182731.915000', '182731.918000', '182731.921000', '182731.923000', '182731.926000', '182731.928000', '182731.937000', '182731.940000', '182731.943000', '182731.945000', '182731.948000', '182731.951000', '182731.953000', '182731.956000', '182731.959000', '182731.961000', '182731.964000', '182731.966000', '182731.969000', '182731.972000', '182731.974000', '182731.977000', '182731.979000', '182731.982000', '182751.857000', '182751.860000', '182751.863000', '182751.865000', '182751.868000', '182751.871000', '182751.873000', '182751.876000', '182751.878000', '182751.881000', '182751.884000', '182751.886000', '182751.889000', '182751.891000', '182751.894000', '182751.897000', '182751.900000', '182751.902000', '182751.905000', '182751.909000', '182751.912000', '182751.914000', '182751.917000', '182751.919000', '182751.922000', '182751.924000', '182751.927000', '182751.929000', '182751.932000', '182751.935000', '182751.937000', '182751.940000', '182751.942000', '182751.945000', '182751.948000', '182751.950000', '182751.953000', '182751.955000', '182751.958000', '182751.960000', '182751.963000', '182751.966000', '182751.968000', '182811.858000', '182811.860000', '182811.863000', '182811.866000', '182811.868000', '182811.874000', '182811.877000', '182811.880000', '182811.882000', '182811.885000', '182811.887000', '182811.890000', '182811.893000', '182811.895000', '182811.898000', '182811.900000', '182811.903000', '182811.905000', '182811.908000', '182811.911000', '182811.913000', '182811.916000', '182811.919000', '182811.921000', '182811.924000', '182811.927000', '182811.929000', '182811.932000', '182811.934000', '182811.937000', '182811.940000', '182811.942000', '182811.945000', '182811.947000', '182811.950000', '182811.953000', '182811.955000', '182811.958000', '182811.960000', '182811.963000', '182811.965000', '182811.968000', '182811.971000', '182811.973000', '182831.857000', '182831.860000', '182831.863000', '182831.865000', '182831.868000', '182831.870000', '182831.873000', '182831.876000', '182831.878000', '182831.881000', '182831.883000', '182831.886000', '182831.888000', '182831.891000', '182831.894000', '182831.896000', '182831.899000', '182831.902000', '182831.904000', '182831.907000', '182831.909000', '182831.912000', '182831.915000', '182831.917000', '182831.920000', '182831.923000', '182831.926000', '182831.929000', '182831.932000', '182831.934000', '182831.937000', '182831.939000', '182831.942000', '182831.945000', '182831.947000', '182831.950000', '182831.952000', '182831.955000', '182831.957000', '182831.960000', '182831.963000', '182831.965000', '182831.968000', '182851.856000', '182851.863000', '182851.866000', '182851.869000', '182851.871000', '182851.874000', '182851.877000', '182851.879000', '182851.882000', '182851.885000', '182851.887000', '182851.890000', '182851.893000', '182851.895000', '182851.898000', '182851.900000', '182851.903000', '182851.906000', '182851.918000', '182851.921000', '182851.924000', '182851.926000', '182851.929000', '182851.931000', '182851.934000', '182851.936000', '182851.939000', '182851.942000', '182851.944000', '182851.947000', '182851.949000', '182851.952000', '182851.955000', '182851.957000', '182851.960000', '182851.962000', '182851.965000', '182851.968000', '182851.970000', '182851.973000', '182851.975000', '182851.978000', '182851.980000', '182851.983000', '182911.857000', '182911.859000', '182911.862000', '182911.865000', '182911.867000', '182911.870000', '182911.873000', '182911.875000', '182911.878000', '182911.880000', '182911.883000', '182911.885000', '182911.888000', '182911.891000', '182911.893000', '182911.896000', '182911.898000', '182911.901000', '182911.904000', '182911.906000', '182911.909000', '182911.911000', '182911.914000', '182911.917000', '182911.919000', '182911.922000', '182911.924000', '182911.927000', '182911.929000', '182911.932000', '182911.935000', '182911.937000', '182911.940000', '182911.943000', '182911.945000', '182911.948000', '182911.950000', '182911.953000', '182911.956000', '182911.958000', '182911.961000', '182911.964000', '182911.966000', '182931.857000', '182931.860000', '182931.863000', '182931.865000', '182931.868000', '182931.871000', '182931.873000', '182931.876000', '182931.878000', '182931.881000', '182931.883000', '182931.886000', '182931.889000', '182931.891000', '182931.894000', '182931.896000', '182931.899000', '182931.902000', '182931.904000', '182931.907000', '182931.909000', '182931.912000', '182931.915000', '182931.917000', '182931.920000', '182931.922000', '182931.925000', '182931.928000', '182931.930000', '182931.933000', '182931.935000', '182931.938000', '182931.940000', '182931.943000', '182931.946000', '182931.948000', '182931.951000', '182931.953000', '182931.956000', '182931.958000', '182931.961000', '182931.964000', '182931.966000', '182931.969000', '182951.858000', '182951.860000', '182951.863000', '182951.866000', '182951.868000', '182951.871000', '182951.873000', '182951.876000', '182951.879000', '182951.881000', '182951.884000', '182951.886000', '182951.889000', '182951.891000', '182951.894000', '182951.897000', '182951.899000', '182951.902000', '182951.904000', '182951.907000', '182951.910000', '182951.912000', '182951.915000', '182951.917000', '182951.920000', '182951.922000', '182951.925000', '182951.928000', '182951.930000', '182951.933000', '182951.935000', '182951.938000', '182951.941000', '182951.943000', '182951.946000', '182951.948000', '182951.951000', '182951.953000', '182951.956000', '182951.959000', '182951.961000', '182951.964000', '182951.966000', '183011.857000', '183011.860000', '183011.863000', '183011.865000', '183011.868000', '183011.871000', '183011.873000', '183011.876000', '183011.878000', '183011.881000', '183011.883000', '183011.886000', '183011.888000', '183011.891000', '183011.894000', '183011.896000', '183011.899000', '183011.901000', '183011.904000', '183011.907000', '183011.909000', '183011.912000', '183011.914000', '183011.917000', '183011.919000', '183011.922000', '183011.925000', '183011.927000', '183011.930000', '183011.932000', '183011.935000', '183011.938000', '183011.940000', '183011.943000', '183011.945000', '183011.948000', '183011.950000', '183011.953000', '183011.956000', '183011.958000', '183011.961000', '183011.963000', '183011.972000', '183011.974000', '183031.858000', '183031.860000', '183031.863000', '183031.866000', '183031.868000', '183031.871000', '183031.873000', '183031.876000', '183031.879000', '183031.881000', '183031.884000', '183031.886000', '183031.889000', '183031.892000', '183031.894000', '183031.897000', '183031.899000', '183031.902000', '183031.904000', '183031.907000', '183031.910000', '183031.912000', '183031.915000', '183031.917000', '183031.920000', '183031.923000', '183031.925000', '183031.928000', '183031.930000', '183031.933000', '183031.935000', '183031.938000', '183031.941000', '183031.943000', '183031.946000', '183031.948000', '183031.951000', '183031.954000', '183031.956000', '183031.959000', '183031.961000', '183031.964000', '183031.967000', '183051.858000', '183051.860000', '183051.863000', '183051.865000', '183051.868000', '183051.871000', '183051.873000', '183051.876000', '183051.879000', '183051.881000', '183051.884000', '183051.886000', '183051.889000', '183051.892000', '183051.894000', '183051.897000', '183051.899000', '183051.902000', '183051.905000', '183051.907000', '183051.910000', '183051.912000', '183051.915000', '183051.918000', '183051.920000', '183051.923000', '183051.925000', '183051.928000', '183051.931000', '183051.933000', '183051.936000', '183051.938000', '183051.941000', '183051.943000', '183051.946000', '183051.958000', '183051.961000', '183051.963000', '183051.966000', '183051.969000', '183051.971000', '183051.974000', '183051.976000', '183051.979000', '183111.856000', '183111.859000', '183111.862000', '183111.865000', '183111.867000', '183111.870000', '183111.872000', '183111.875000', '183111.877000', '183111.880000', '183111.883000', '183111.885000', '183111.888000', '183111.890000', '183111.893000', '183111.896000', '183111.898000', '183111.901000', '183111.903000', '183111.906000', '183111.909000', '183111.911000', '183111.914000', '183111.916000', '183111.919000', '183111.922000', '183111.924000', '183111.927000', '183111.930000', '183111.932000', '183111.935000', '183111.937000', '183111.942000', '183111.944000', '183111.947000', '183111.949000', '183111.952000', '183111.954000', '183111.957000', '183111.960000', '183111.962000', '183111.965000', '183111.968000', '183131.856000', '183131.859000', '183131.862000', '183131.864000', '183131.867000', '183131.869000', '183131.872000', '183131.875000', '183131.877000', '183131.880000', '183131.882000', '183131.885000', '183131.888000', '183131.890000', '183131.893000', '183131.895000', '183131.898000', '183131.900000', '183131.903000', '183131.906000', '183131.908000', '183131.911000', '183131.913000', '183131.916000', '183131.918000', '183131.921000', '183131.924000', '183131.926000', '183131.929000', '183131.931000', '183131.934000', '183131.936000', '183131.939000', '183131.942000', '183131.944000', '183131.947000', '183131.950000', '183131.952000', '183131.955000', '183131.957000', '183131.960000', '183131.962000', '183131.965000', '183131.968000', '183151.858000', '183151.860000', '183151.863000', '183151.865000', '183151.868000', '183151.871000', '183151.873000', '183151.876000', '183151.878000', '183151.895000', '183151.898000', '183151.900000', '183151.903000', '183151.906000', '183151.908000', '183151.911000', '183151.913000', '183151.916000', '183151.918000', '183151.921000', '183151.924000', '183151.926000', '183151.929000', '183151.931000', '183151.934000', '183151.937000', '183151.939000', '183151.942000', '183151.944000', '183151.947000', '183151.950000', '183151.952000', '183151.955000', '183151.957000', '183151.960000', '183151.962000', '183151.965000', '183151.968000', '183151.970000', '183151.973000', '183151.975000', '183151.978000', '183151.981000', '183211.857000', '183211.860000', '183211.864000', '183211.866000', '183211.869000', '183211.871000', '183211.874000', '183211.877000', '183211.879000', '183211.882000', '183211.884000', '183211.887000', '183211.890000', '183211.892000', '183211.895000', '183211.898000', '183211.900000', '183211.903000', '183211.905000', '183211.908000', '183211.910000', '183211.913000', '183211.916000', '183211.919000', '183211.922000', '183211.924000', '183211.927000', '183211.929000', '183211.932000', '183211.935000', '183211.937000', '183211.940000', '183211.942000', '183211.945000', '183211.948000', '183211.950000', '183211.953000', '183211.955000', '183211.958000', '183211.960000', '183211.963000', '183211.966000', '183211.968000', '183211.971000', '183231.857000', '183231.860000', '183231.863000', '183231.866000', '183231.868000', '183231.871000', '183231.873000', '183231.876000', '183231.879000', '183231.881000', '183231.884000', '183231.886000', '183231.889000', '183231.891000', '183231.894000', '183231.896000', '183231.899000', '183231.902000', '183231.904000', '183231.907000', '183231.909000', '183231.912000', '183231.914000', '183231.917000', '183231.920000', '183231.922000', '183231.925000', '183231.927000', '183231.930000', '183231.932000', '183231.935000', '183231.937000', '183231.940000', '183231.943000', '183231.945000', '183231.948000', '183231.950000', '183231.953000', '183231.956000', '183231.958000', '183231.961000', '183231.963000', '183231.966000', '183251.858000', '183251.861000', '183251.863000', '183251.866000', '183251.869000', '183251.871000', '183251.874000', '183251.876000', '183251.879000', '183251.882000', '183251.884000', '183251.887000', '183251.889000', '183251.892000', '183251.895000', '183251.897000', '183251.900000', '183251.902000', '183251.905000', '183251.908000', '183251.910000', '183251.913000', '183251.915000', '183251.918000', '183251.921000', '183251.923000', '183251.926000', '183251.928000', '183251.931000', '183251.933000', '183251.936000', '183251.939000', '183251.941000', '183251.944000', '183251.946000', '183251.949000', '183251.952000', '183251.954000', '183251.957000', '183251.959000', '183251.962000', '183251.964000', '183251.967000', '183311.857000', '183311.860000', '183311.863000', '183311.866000', '183311.868000', '183311.871000', '183311.873000', '183311.888000', '183311.891000', '183311.893000', '183311.896000', '183311.898000', '183311.901000', '183311.903000', '183311.906000', '183311.909000', '183311.911000', '183311.914000', '183311.916000', '183311.919000', '183311.922000', '183311.924000', '183311.927000', '183311.929000', '183311.932000', '183311.935000', '183311.937000', '183311.940000', '183311.942000', '183311.945000', '183311.948000', '183311.950000', '183311.953000', '183311.955000', '183311.958000', '183311.961000', '183311.963000', '183311.966000', '183311.968000', '183311.971000', '183311.973000', '183311.976000', '183311.978000', '183311.981000', '183331.856000', '183331.859000', '183331.862000', '183331.864000', '183331.867000', '183331.870000', '183331.872000', '183331.875000', '183331.877000', '183331.880000', '183331.883000', '183331.885000', '183331.888000', '183331.890000', '183331.893000', '183331.895000', '183331.898000', '183331.901000', '183331.904000', '183331.906000', '183331.909000', '183331.912000', '183331.914000', '183331.917000', '183331.919000', '183331.922000', '183331.925000', '183331.927000', '183331.930000', '183331.932000', '183331.935000', '183331.938000', '183331.940000', '183331.943000', '183331.945000', '183331.948000', '183331.950000', '183331.953000', '183331.956000', '183331.958000', '183331.961000', '183331.963000', '183331.966000', '183331.968000', '183351.856000', '183351.859000', '183351.862000', '183351.865000', '183351.867000', '183351.870000', '183351.872000', '183351.875000', '183351.878000', '183351.880000', '183351.883000', '183351.885000', '183351.888000', '183351.891000', '183351.893000', '183351.896000', '183351.898000', '183351.901000', '183351.904000', '183351.906000', '183351.909000', '183351.911000', '183351.914000', '183351.916000', '183351.919000', '183351.922000', '183351.924000', '183351.935000', '183351.937000', '183351.940000', '183351.942000', '183351.945000', '183351.948000', '183351.950000', '183351.953000', '183351.955000', '183351.958000', '183351.960000', '183351.963000', '183351.966000', '183351.968000', '183351.971000', '183351.973000', '183411.858000', '183411.860000', '183411.863000', '183411.866000', '183411.869000', '183411.872000', '183411.875000', '183411.877000', '183411.880000', '183411.882000', '183411.885000', '183411.887000', '183411.890000', '183411.893000', '183411.895000', '183411.898000', '183411.900000', '183411.903000', '183411.905000', '183411.908000', '183411.911000', '183411.913000', '183411.916000', '183411.918000', '183411.921000', '183411.923000', '183411.926000', '183411.929000', '183411.931000', '183411.934000', '183411.937000', '183411.939000', '183411.942000', '183411.945000', '183411.947000', '183411.950000', '183411.952000', '183411.955000', '183411.957000', '183411.960000', '183411.963000', '183411.965000', '183411.968000', '183431.857000', '183431.860000', '183431.863000', '183431.888000', '183431.890000', '183431.893000', '183431.895000', '183431.898000', '183431.901000', '183431.903000', '183431.906000', '183431.908000', '183431.911000', '183431.914000', '183431.916000', '183431.919000', '183431.921000', '183431.924000', '183431.927000', '183431.929000', '183431.932000', '183431.934000', '183431.937000', '183431.940000', '183431.942000', '183431.945000', '183431.947000', '183431.950000', '183431.952000', '183431.955000', '183431.958000', '183431.960000', '183431.963000', '183431.965000', '183431.968000', '183431.971000', '183431.973000', '183431.976000', '183431.978000', '183431.981000', '183431.983000', '183431.986000', '183431.988000', '183431.991000', '183451.858000', '183451.861000', '183451.863000', '183451.866000', '183451.868000', '183451.871000', '183451.874000', '183451.876000', '183451.879000', '183451.881000', '183451.884000', '183451.886000', '183451.889000', '183451.892000', '183451.895000', '183451.897000', '183451.900000', '183451.903000', '183451.905000', '183451.908000', '183451.911000', '183451.913000', '183451.916000', '183451.918000', '183451.921000', '183451.923000', '183451.926000', '183451.929000', '183451.931000', '183451.934000', '183451.936000', '183451.939000', '183451.942000', '183451.945000', '183451.948000', '183451.950000', '183451.953000', '183451.956000', '183451.958000', '183451.961000', '183451.963000', '183451.966000', '183451.969000', '183511.857000', '183511.860000', '183511.863000', '183511.866000', '183511.868000', '183511.871000', '183511.874000', '183511.876000', '183511.879000', '183511.881000', '183511.884000', '183511.887000', '183511.889000', '183511.892000', '183511.895000', '183511.897000', '183511.900000', '183511.902000', '183511.905000', '183511.908000', '183511.911000', '183511.914000', '183511.916000', '183511.919000', '183511.922000', '183511.924000', '183511.927000', '183511.929000', '183511.932000', '183511.934000', '183511.937000', '183511.940000', '183511.942000', '183511.945000', '183511.948000', '183511.950000', '183511.961000', '183511.963000', '183511.966000', '183511.968000', '183511.971000', '183511.973000', '183511.976000', '183511.979000', '183531.858000', '183531.861000', '183531.863000', '183531.866000', '183531.869000', '183531.871000', '183531.874000', '183531.876000', '183531.879000', '183531.882000', '183531.884000', '183531.887000', '183531.889000', '183531.892000', '183531.895000', '183531.897000', '183531.900000', '183531.903000', '183531.905000', '183531.908000', '183531.910000', '183531.913000', '183531.916000', '183531.918000', '183531.921000', '183531.923000', '183531.926000', '183531.929000', '183531.931000', '183531.934000', '183531.937000', '183531.939000', '183531.942000', '183531.944000', '183531.947000', '183531.949000', '183531.952000', '183531.955000', '183531.957000', '183531.960000', '183531.962000', '183531.965000', '183531.968000', '183551.856000', '183551.859000', '183551.862000', '183551.865000', '183551.867000', '183551.870000', '183551.872000', '183551.875000', '183551.878000', '183551.880000', '183551.883000', '183551.885000', '183551.888000', '183551.890000', '183551.893000', '183551.896000', '183551.898000', '183551.901000', '183551.903000', '183551.906000', '183551.908000', '183551.911000', '183551.914000', '183551.916000', '183551.919000', '183551.921000', '183551.924000', '183551.926000', '183551.929000', '183551.932000', '183551.934000', '183551.937000', '183551.940000', '183551.942000', '183551.945000', '183551.947000', '183551.950000', '183551.952000', '183551.955000', '183551.957000', '183551.960000', '183551.963000', '183551.965000', '183551.968000', '183557.207000', '183557.210000', '183557.213000', '183557.216000', '183557.218000', '183557.221000', '183557.224000', '183557.226000', '183557.229000', '183557.232000', '183557.235000', '183557.237000'], '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], 'LargestImagePixelValue': [12414, 15727, 12260, 10500, 10904, 8110, 8008, 7725, 8446, 8207, 9308, 12807, 8141, 8521, 10546, 7579, 8422, 10497, 7148, 7987, 10901, 7218, 8215, 11456, 8462, 8505, 10813, 10669, 8208, 10705, 8343, 9194, 11559, 8282, 8434, 11209, 8778, 8345, 10191, 8411, 9306, 6828, 8060, 10621, 6948, 8306, 10758, 7616, 8440, 6785, 8220, 11040, 10863, 8034, 10351, 8885, 8024, 9725, 7823, 9974, 12986, 8138, 9810, 8636, 8030, 10459, 8034, 9063, 12172, 7904, 8038, 10252, 8071, 8327, 6684, 8057, 10756, 10975, 7941, 10051, 11559, 7972, 9953, 6795, 8189, 10392, 6786, 8049, 10495, 7326, 8561, 7750, 7314, 10423, 13275, 8056, 8951, 11050, 8405, 8475, 6473, 7882, 10618, 7881, 7633, 10515, 7014, 7973, 11077, 7400, 8414, 10782, 8600, 10054, 7697, 9531, 12786, 7707, 8537, 10554, 8392, 8514, 10759, 7825, 8216, 10745, 7798, 8160, 10553, 7503, 8243, 6487, 7851, 11026, 7010, 7482, 10403, 7389, 7708, 10494, 7458, 8560, 12105, 8229, 8600, 10152, 7733, 8369, 12636, 7631, 9079, 13285, 8403, 8646, 10880, 8496, 8191, 10727, 7565, 8087, 11298, 7723, 8059, 10285, 7576, 9757, 6589, 8319, 10504, 9657, 8053, 10033, 7953, 8703, 6871, 8238, 11474, 11088, 8149, 10098, 8047, 9144, 11479, 7798, 8297, 10783, 7851, 8080, 10009, 7298, 8339, 10436, 6794, 8098, 10597, 7501, 8286, 11215, 7840, 8232, 10867, 7794, 8486, 10843, 7570, 7496, 6664, 7767, 11186, 7207, 9880, 12009, 7541, 7988, 7208, 7554, 10285, 12824, 7141, 8512, 7185, 7159, 6364, 7225, 11065, 12137, 7367, 9666, 11585, 7450, 9939, 7316, 9738, 12423, 8729, 9273, 12228, 8223, 8339, 11186, 7940, 8298, 6430, 7469, 6519, 7964, 11252, 11570, 7776, 9953, 13700, 8120, 9945, 12259, 7219, 8248, 10857, 7293, 8235, 9939, 7072, 8232, 10358, 8132, 7709, 6403, 7209, 6879, 7982, 11011, 12212, 8356, 9621, 7418, 8087, 10407, 6782, 8548, 10832, 7639, 7989, 10310, 7164, 8196, 7824, 7757, 10515, 12624, 8624, 8638, 12220, 8009, 10139, 6865, 8313, 10371, 7482, 8132, 6469, 7393, 11481, 7522, 10335, 12513, 8730, 9544, 7386, 8376, 11542, 11232, 7949, 10287, 11259, 7973, 10001, 7723, 9022, 11470, 8081, 8482, 10919, 7683, 8111, 6550, 8092, 11193, 7111, 8506, 11561, 10375, 8337, 10530, 7367, 8622, 11455, 8189, 9103, 11355, 8346, 8216, 11166, 8308, 9679, 8117, 9927, 12975, 8331, 8557, 10438, 7265, 8378, 11106, 7271, 10347, 7326, 7817, 6453, 8086, 11491, 8450, 10440, 12550, 8728, 8581, 7401, 9872, 7707, 10013, 8594, 11565, 13507, 9849, 8592, 6819, 8439, 11497, 11657, 8460, 10649, 10192, 8132, 9500, 7915, 10597, 7446, 10356, 11422, 8373, 8829, 6694, 8520, 11612, 7440, 8233, 11078, 7482, 8363, 6494, 7800, 11731, 12817, 8309, 10223, 10941, 8634, 10545, 7359, 8506, 11424, 8171, 8220, 11245, 7975, 9298, 6539, 8395, 11798, 13161, 8277, 10534, 12421, 8566, 10143, 7628, 8900, 11176, 7732, 8390, 10709, 7660, 8699, 11507, 7988, 8293, 11134, 7690, 8229, 10885, 7602, 8307, 11177, 7715, 9401, 10593, 8068, 9553, 8533, 8098, 10533, 12215, 8089, 10820, 12601, 8275, 10191, 8040, 10027, 13148, 8255, 8197, 11044, 8241, 8337, 6873, 8286, 10755, 13657, 8447, 8912, 11370, 8873, 9781, 9508, 8176, 10198, 12861, 8458, 9919, 11112, 8132, 10178, 7701, 9940, 11392, 8002, 8165, 10734, 8397, 8494, 11301, 7979, 8768, 11209, 7461, 8261, 10711, 6867, 8139, 11380, 6944, 7808, 10882, 7984, 7993, 11188, 7464, 10159, 11792, 8069, 10072, 11361, 8139, 8259, 11206, 8063, 10473, 12782, 8616, 8124, 10627, 8883, 9365, 11498, 8018, 9090, 11131, 7950, 7864, 8319, 7779, 10526, 13214, 7893, 10118, 11304, 8127, 8155, 10254, 7614, 8097, 10674, 6737, 8088, 10717, 12284, 8017, 10245, 6508, 7865, 11010, 7150, 7994, 11350, 7587, 8315, 8744, 7830, 11267, 12324, 8934, 8659, 12036, 8593, 10329, 7686, 10232, 12372, 7736, 8325, 12187, 8328, 10430, 8171, 10246, 12218, 7824, 8391, 10456, 9148, 9706, 8042, 8075, 10764, 12618, 8095, 10605, 7163, 9507, 6875, 9193, 11351, 7555, 8048, 10849, 7827, 10075, 6966, 8166, 11591, 12290, 9347, 9126, 10787, 8209, 10645, 8041, 8789, 10950, 7366, 7881, 10581, 8085, 10127, 8025, 10171, 12450, 8187, 8524, 11040, 8511, 8469, 7035, 7912, 11207, 7362, 8017, 10796, 7721, 8542, 6653, 8220, 11407, 7605, 8372, 10898, 8187, 9133, 7794, 9566, 11289, 8379, 8262, 11142, 9309, 10095, 7874, 8083, 10968, 8608, 8818, 7615, 8191, 6885, 8243, 11697, 13883, 9055, 10878, 8344, 10876, 7717, 7630, 9240, 8445, 10944, 13099, 10473, 8433, 11157, 8430, 8018, 10810, 7320, 8089, 10066, 8047, 9291, 7732, 8461, 11271, 7326, 8134, 10492, 8053, 10031, 7914, 9878, 12300, 7846, 8050, 10979, 7824, 9317, 11061, 7944, 10380, 12568, 7968, 9757, 7904, 9934, 12632, 7949, 8247, 10799, 8570, 8923, 8235, 9824, 12467, 7733, 8144, 10316, 8407, 9131, 7118, 8054, 11187, 10252, 7768, 10210, 7391, 8031, 6772, 7880, 11141, 13214, 8524, 8403, 12076, 8364, 9940, 7764, 8917, 10696, 7727, 8179, 10380, 7903, 10287, 12772, 7985, 10358, 8952, 7819, 10837, 7941, 10407, 12489, 9154, 9151, 12493, 8720, 9296, 7982, 9562, 11683, 7806, 7865, 10135, 8592, 9120, 7161, 8061, 10771, 7964, 7835, 10801, 6942, 8316, 11759, 8012, 10785, 12727, 8508, 9661, 12321, 7975, 9896, 7224, 8502, 10411, 7166, 7788, 10706, 7588, 9118, 7092, 9738, 7578, 8554, 11550, 12534, 8601, 10341, 8504, 10022, 11476, 7846, 10034, 11821, 8599, 8073, 10487, 7774, 9917, 12104, 7995, 8501, 11681, 7882, 9918, 7906, 9075, 10278, 7602, 7960, 10569, 7954, 8066, 6677, 7960, 11149, 7963, 8382, 10897, 7208, 8127, 11512, 7688, 10332, 12425, 7765, 8306, 10725, 7739, 8352, 6646, 7652, 10695, 10686, 7847, 9923, 9389, 7679, 9935, 7680, 8923, 11857, 7630, 7579, 10154, 7493, 7994, 6366, 7531, 10981, 11952, 8234, 8688, 10819, 7792, 11015, 7652, 10208, 11970, 7586, 8056, 10530, 8834, 8601, 7564, 8465, 11746, 7595, 7678, 10149, 8222, 9392, 6718, 7626, 10959, 13465, 8158, 9394, 9642, 7693, 10433, 7226, 7421, 10530, 13422, 8128, 10586, 6827, 7637, 10799, 7318, 9699, 10191, 7624, 7983, 10153, 8343, 9605, 6608, 7788, 10810, 8952, 7868, 10170, 7983, 10336, 7590, 10123, 12198, 8444, 8288, 10893, 7444, 10019, 7455, 9859, 11947, 8459, 8125, 10131, 7860, 8487, 6669, 8014, 11176, 7608, 7763, 10091, 7081, 8069, 8562, 7519, 10544, 12462, 7975, 9211, 8820, 7584, 6753, 7601, 11486, 12272, 8179, 10133, 7174, 8409, 8554, 7589, 11078, 12771, 8975, 8707, 10929, 9707, 9290, 7818, 7802, 11396, 7604, 7564, 9781, 7860, 9315, 7425, 9212, 10825, 7677, 7722, 10156, 7874, 9177, 11341, 7559, 9683, 13017, 8282, 10471, 12359, 7605, 9724, 7568, 9227, 10695, 8090, 8619, 11391, 7480, 9413, 7786, 9825, 7663, 9814, 12278, 10083, 8065, 10011, 8053, 7711, 6589, 7664, 10593, 11898, 8495, 7819, 10745, 7741, 9516, 7623, 9664, 9489, 8088, 9969, 7505, 8025, 7063, 7698, 11650, 7929, 8713, 12268, 8351, 8872, 7943, 9702, 7971, 10326, 12534, 8176, 8619, 6632, 7900, 8857, 7625, 10547, 13280, 8337, 10502, 7626, 7495, 6986, 7354, 7057, 9616, 7895, 11293, 8904, 11752, 13170, 10996, 8850, 12362, 7516, 8565, 11878, 7754, 7470, 8557, 7186, 7655, 7251, 10207, 8500, 7540, 10346, 7111, 8647, 6672, 7372, 11304, 11771, 8229, 10410, 7144, 7958, 10888, 7376, 8998, 11022, 7795, 8081, 10837, 8353, 10132, 7665, 9704, 12503, 8085, 8256, 7309, 8243, 11200, 8202, 7631, 10331, 13969, 7672, 9145, 7411, 7382, 10446, 9113, 7831, 10566, 6720, 8433, 6996, 7340, 11449, 12716, 8387, 10245, 13828, 8398, 10169, 7007, 8811, 10294, 7738, 9170, 11731, 8592, 8750, 7081, 9577, 6901, 9249, 11502, 9982, 8039, 10271, 8174, 9860, 6634, 8046, 11271, 10387, 8106, 10544, 7482, 8873, 7626, 9090, 7429, 10129, 11909, 8111, 8169, 10309, 7676, 8534, 10150, 7533, 9273, 10768, 8047, 8853, 11143, 8094, 9630, 6685, 7717, 10192, 6600, 7692, 10202, 6869, 8455, 7221, 7898, 10854, 7507, 8236, 10660, 7298, 8489, 8183, 7495, 10992, 12283, 8764, 10358, 11580, 8739, 9589, 10004, 7600, 10508, 6793, 8757, 10024, 7788, 10210, 9896, 8235, 10354, 6723, 8522, 7054, 7706, 11383, 7157, 7907, 10692, 7019, 8740, 7043, 8408, 6849, 9320, 12519, 13310, 9393, 9671, 8146, 9293, 7416, 8661, 10997, 7376, 8049, 10352, 8423, 9809, 7626, 8938, 12349, 7915, 8160, 10693, 8885, 9479, 7847, 9096, 11261, 7873, 8046, 10620, 7883, 7921, 7997, 8400, 6494, 6546, 8326, 8468, 10198, 8493, 11860, 13327, 12307, 8545, 10447, 13675, 10939, 8423, 13164, 8546, 9419, 9841, 8128, 10323, 7972, 8545, 6361, 7923, 9986, 8358, 8009, 10340, 6566, 7827, 10138, 8086, 9134, 8143, 8668, 11145, 7638, 8026, 10032, 8197, 8430, 8322, 9221, 7938, 9454, 11797, 8267, 8903, 11381, 8618, 10080, 8066, 9215, 12676, 7764, 8248, 10949, 7944, 8622, 6603, 7953, 10130, 12871, 7875, 9941, 6948, 8107, 6996, 8150, 10754, 7990, 7667, 10416, 6975, 8006, 11780, 8045, 10120, 7429, 9681, 12111, 8196, 9098, 7495, 9011, 12417, 8671, 8690, 10527, 7440, 7984, 10294, 7893, 9060, 7370, 8866, 11549, 7294, 8156, 10370, 8087, 8398, 6712, 8121, 10510, 8354, 9913, 11553, 8797, 8793, 7070, 8086, 6937, 8508, 11289, 9935, 8112, 10535, 10202, 8123, 6536, 8031, 10924, 8908, 7886, 10369, 10411, 7979], 'WindowCenter': [4217.0, 4213.0, 4176.0, 4155.0, 4153.0, 4104.0, 4096.0, 4093.0, 4105.0, 4107.0, 4127.0, 4142.0, 4096.0, 4112.0, 4128.0, 4090.0, 4105.0, 4136.0, 4081.0, 4093.0, 4123.0, 4079.0, 4103.0, 4134.0, 4092.0, 4093.0, 4120.0, 4112.0, 4093.0, 4114.0, 4091.0, 4097.0, 4116.0, 4089.0, 4090.0, 4107.0, 4091.0, 4103.0, 4108.0, 4092.0, 4098.0, 4070.0, 4093.0, 4121.0, 4067.0, 4101.0, 4122.0, 4092.0, 4103.0, 4068.0, 4101.0, 4133.0, 4121.0, 4106.0, 4138.0, 4100.0, 4105.0, 4109.0, 4092.0, 4122.0, 4144.0, 4110.0, 4137.0, 4114.0, 4103.0, 4121.0, 4102.0, 4112.0, 4146.0, 4102.0, 4106.0, 4124.0, 4102.0, 4106.0, 4071.0, 4104.0, 4132.0, 4132.0, 4103.0, 4139.0, 4134.0, 4104.0, 4125.0, 4069.0, 4102.0, 4124.0, 4086.0, 4105.0, 4137.0, 4095.0, 4114.0, 4089.0, 4093.0, 4136.0, 4143.0, 4103.0, 4128.0, 4135.0, 4102.0, 4102.0, 4068.0, 4104.0, 4138.0, 4104.0, 4107.0, 4136.0, 4095.0, 4103.0, 4132.0, 4094.0, 4116.0, 4150.0, 4125.0, 4135.0, 4108.0, 4138.0, 4155.0, 4107.0, 4128.0, 4138.0, 4115.0, 4116.0, 4120.0, 4094.0, 4102.0, 4132.0, 4093.0, 4104.0, 4133.0, 4093.0, 4102.0, 4075.0, 4107.0, 4135.0, 4084.0, 4096.0, 4147.0, 4094.0, 4108.0, 4138.0, 4105.0, 4126.0, 4149.0, 4117.0, 4126.0, 4138.0, 4094.0, 4115.0, 4143.0, 4092.0, 4114.0, 4155.0, 4103.0, 4116.0, 4134.0, 4104.0, 4105.0, 4118.0, 4090.0, 4105.0, 4133.0, 4107.0, 4107.0, 4121.0, 4105.0, 4123.0, 4082.0, 4116.0, 4135.0, 4127.0, 4104.0, 4124.0, 4103.0, 4115.0, 4085.0, 4115.0, 4159.0, 4148.0, 4103.0, 4134.0, 4102.0, 4123.0, 4132.0, 4091.0, 4101.0, 4134.0, 4093.0, 4101.0, 4124.0, 4090.0, 4102.0, 4132.0, 4083.0, 4116.0, 4132.0, 4094.0, 4107.0, 4133.0, 4103.0, 4104.0, 4136.0, 4091.0, 4102.0, 4133.0, 4104.0, 4097.0, 4085.0, 4106.0, 4134.0, 4094.0, 4136.0, 4156.0, 4106.0, 4107.0, 4094.0, 4104.0, 4137.0, 4157.0, 4095.0, 4128.0, 4094.0, 4095.0, 4083.0, 4112.0, 4158.0, 4156.0, 4110.0, 4150.0, 4149.0, 4109.0, 4136.0, 4118.0, 4154.0, 4157.0, 4128.0, 4130.0, 4145.0, 4117.0, 4118.0, 4135.0, 4118.0, 4120.0, 4084.0, 4107.0, 4087.0, 4118.0, 4158.0, 4146.0, 4106.0, 4139.0, 4158.0, 4103.0, 4125.0, 4133.0, 4094.0, 4104.0, 4122.0, 4083.0, 4103.0, 4112.0, 4084.0, 4113.0, 4135.0, 4105.0, 4104.0, 4089.0, 4096.0, 4086.0, 4118.0, 4148.0, 4155.0, 4118.0, 4128.0, 4095.0, 4104.0, 4132.0, 4082.0, 4117.0, 4137.0, 4106.0, 4107.0, 4135.0, 4084.0, 4115.0, 4093.0, 4103.0, 4135.0, 4146.0, 4129.0, 4118.0, 4145.0, 4106.0, 4123.0, 4086.0, 4116.0, 4134.0, 4095.0, 4116.0, 4086.0, 4105.0, 4147.0, 4117.0, 4153.0, 4159.0, 4119.0, 4127.0, 4098.0, 4120.0, 4150.0, 4136.0, 4114.0, 4137.0, 4137.0, 4119.0, 4122.0, 4103.0, 4128.0, 4145.0, 4106.0, 4127.0, 4149.0, 4105.0, 4105.0, 4071.0, 4114.0, 4144.0, 4094.0, 4114.0, 4149.0, 4135.0, 4115.0, 4137.0, 4095.0, 4115.0, 4133.0, 4118.0, 4125.0, 4134.0, 4115.0, 4119.0, 4139.0, 4118.0, 4128.0, 4114.0, 4135.0, 4148.0, 4103.0, 4102.0, 4122.0, 4091.0, 4107.0, 4133.0, 4107.0, 4151.0, 4097.0, 4105.0, 4085.0, 4131.0, 4157.0, 4129.0, 4165.0, 4173.0, 4131.0, 4129.0, 4109.0, 4138.0, 4120.0, 4149.0, 4143.0, 4173.0, 4174.0, 4141.0, 4118.0, 4083.0, 4107.0, 4149.0, 4136.0, 4117.0, 4138.0, 4125.0, 4104.0, 4114.0, 4102.0, 4134.0, 4093.0, 4149.0, 4145.0, 4114.0, 4116.0, 4082.0, 4115.0, 4146.0, 4093.0, 4118.0, 4135.0, 4094.0, 4115.0, 4071.0, 4107.0, 4157.0, 4144.0, 4115.0, 4138.0, 4137.0, 4115.0, 4132.0, 4091.0, 4117.0, 4147.0, 4104.0, 4117.0, 4134.0, 4095.0, 4112.0, 4070.0, 4105.0, 4144.0, 4141.0, 4103.0, 4136.0, 4142.0, 4115.0, 4122.0, 4094.0, 4115.0, 4135.0, 4108.0, 4116.0, 4136.0, 4103.0, 4113.0, 4130.0, 4100.0, 4104.0, 4131.0, 4105.0, 4116.0, 4122.0, 4091.0, 4100.0, 4118.0, 4089.0, 4115.0, 4134.0, 4116.0, 4123.0, 4110.0, 4104.0, 4133.0, 4130.0, 4103.0, 4134.0, 4144.0, 4103.0, 4120.0, 4106.0, 4124.0, 4143.0, 4108.0, 4116.0, 4135.0, 4103.0, 4105.0, 4071.0, 4100.0, 4133.0, 4143.0, 4106.0, 4115.0, 4132.0, 4114.0, 4112.0, 4097.0, 4091.0, 4121.0, 4128.0, 4101.0, 4125.0, 4122.0, 4091.0, 4110.0, 4091.0, 4122.0, 4132.0, 4093.0, 4106.0, 4124.0, 4096.0, 4105.0, 4120.0, 4088.0, 4102.0, 4119.0, 4078.0, 4103.0, 4121.0, 4061.0, 4093.0, 4132.0, 4066.0, 4089.0, 4134.0, 4104.0, 4102.0, 4135.0, 4092.0, 4126.0, 4132.0, 4102.0, 4136.0, 4133.0, 4093.0, 4102.0, 4120.0, 4090.0, 4122.0, 4132.0, 4113.0, 4101.0, 4122.0, 4100.0, 4112.0, 4119.0, 4091.0, 4115.0, 4132.0, 4088.0, 4093.0, 4092.0, 4092.0, 4123.0, 4130.0, 4091.0, 4125.0, 4132.0, 4092.0, 4091.0, 4112.0, 4091.0, 4100.0, 4121.0, 4068.0, 4104.0, 4134.0, 4143.0, 4091.0, 4126.0, 4073.0, 4101.0, 4138.0, 4082.0, 4118.0, 4147.0, 4093.0, 4118.0, 4116.0, 4103.0, 4147.0, 4145.0, 4117.0, 4116.0, 4130.0, 4113.0, 4123.0, 4106.0, 4138.0, 4145.0, 4106.0, 4115.0, 4145.0, 4115.0, 4137.0, 4116.0, 4137.0, 4146.0, 4106.0, 4105.0, 4125.0, 4114.0, 4127.0, 4089.0, 4090.0, 4136.0, 4142.0, 4105.0, 4124.0, 4083.0, 4128.0, 4084.0, 4127.0, 4136.0, 4107.0, 4114.0, 4139.0, 4104.0, 4123.0, 4080.0, 4105.0, 4133.0, 4148.0, 4127.0, 4112.0, 4123.0, 4102.0, 4122.0, 4090.0, 4104.0, 4133.0, 4096.0, 4103.0, 4120.0, 4091.0, 4122.0, 4101.0, 4133.0, 4143.0, 4102.0, 4116.0, 4132.0, 4104.0, 4102.0, 4080.0, 4104.0, 4133.0, 4081.0, 4106.0, 4132.0, 4092.0, 4115.0, 4070.0, 4105.0, 4135.0, 4094.0, 4116.0, 4137.0, 4102.0, 4114.0, 4091.0, 4123.0, 4134.0, 4114.0, 4106.0, 4135.0, 4113.0, 4122.0, 4092.0, 4092.0, 4133.0, 4116.0, 4113.0, 4094.0, 4101.0, 4083.0, 4106.0, 4148.0, 4154.0, 4110.0, 4123.0, 4091.0, 4121.0, 4103.0, 4104.0, 4125.0, 4126.0, 4160.0, 4163.0, 4127.0, 4102.0, 4121.0, 4087.0, 4090.0, 4121.0, 4083.0, 4090.0, 4110.0, 4089.0, 4099.0, 4087.0, 4102.0, 4135.0, 4094.0, 4101.0, 4121.0, 4101.0, 4121.0, 4101.0, 4124.0, 4144.0, 4106.0, 4108.0, 4122.0, 4091.0, 4112.0, 4119.0, 4090.0, 4136.0, 4143.0, 4089.0, 4109.0, 4104.0, 4124.0, 4142.0, 4092.0, 4117.0, 4124.0, 4102.0, 4100.0, 4101.0, 4124.0, 4142.0, 4092.0, 4104.0, 4120.0, 4100.0, 4102.0, 4071.0, 4090.0, 4133.0, 4110.0, 4090.0, 4121.0, 4080.0, 4092.0, 4071.0, 4100.0, 4132.0, 4145.0, 4113.0, 4100.0, 4132.0, 4106.0, 4110.0, 4092.0, 4111.0, 4136.0, 4095.0, 4101.0, 4120.0, 4104.0, 4122.0, 4142.0, 4102.0, 4135.0, 4099.0, 4091.0, 4133.0, 4102.0, 4133.0, 4143.0, 4113.0, 4127.0, 4133.0, 4101.0, 4110.0, 4102.0, 4124.0, 4132.0, 4094.0, 4102.0, 4115.0, 4101.0, 4113.0, 4079.0, 4102.0, 4132.0, 4089.0, 4094.0, 4137.0, 4069.0, 4101.0, 4128.0, 4092.0, 4130.0, 4130.0, 4102.0, 4123.0, 4131.0, 4092.0, 4114.0, 4081.0, 4098.0, 4124.0, 4071.0, 4093.0, 4122.0, 4092.0, 4101.0, 4081.0, 4124.0, 4090.0, 4114.0, 4146.0, 4143.0, 4101.0, 4125.0, 4111.0, 4122.0, 4131.0, 4092.0, 4127.0, 4133.0, 4101.0, 4095.0, 4120.0, 4090.0, 4120.0, 4131.0, 4091.0, 4113.0, 4133.0, 4104.0, 4110.0, 4105.0, 4112.0, 4122.0, 4094.0, 4104.0, 4127.0, 4088.0, 4096.0, 4072.0, 4102.0, 4133.0, 4091.0, 4113.0, 4135.0, 4085.0, 4100.0, 4132.0, 4095.0, 4122.0, 4133.0, 4094.0, 4104.0, 4123.0, 4092.0, 4106.0, 4068.0, 4094.0, 4123.0, 4125.0, 4106.0, 4124.0, 4114.0, 4093.0, 4112.0, 4090.0, 4115.0, 4133.0, 4091.0, 4105.0, 4124.0, 4082.0, 4102.0, 4069.0, 4092.0, 4133.0, 4135.0, 4104.0, 4113.0, 4123.0, 4103.0, 4131.0, 4104.0, 4134.0, 4134.0, 4097.0, 4105.0, 4124.0, 4110.0, 4104.0, 4096.0, 4107.0, 4145.0, 4106.0, 4106.0, 4124.0, 4106.0, 4115.0, 4083.0, 4093.0, 4137.0, 4154.0, 4094.0, 4111.0, 4112.0, 4093.0, 4118.0, 4080.0, 4082.0, 4121.0, 4142.0, 4102.0, 4127.0, 4074.0, 4092.0, 4122.0, 4091.0, 4126.0, 4123.0, 4106.0, 4118.0, 4123.0, 4116.0, 4123.0, 4084.0, 4104.0, 4136.0, 4118.0, 4104.0, 4128.0, 4105.0, 4136.0, 4104.0, 4138.0, 4150.0, 4113.0, 4108.0, 4132.0, 4094.0, 4123.0, 4096.0, 4136.0, 4149.0, 4106.0, 4107.0, 4127.0, 4102.0, 4101.0, 4081.0, 4106.0, 4134.0, 4094.0, 4106.0, 4125.0, 4083.0, 4102.0, 4100.0, 4094.0, 4135.0, 4134.0, 4107.0, 4126.0, 4102.0, 4091.0, 4080.0, 4103.0, 4144.0, 4144.0, 4117.0, 4133.0, 4082.0, 4102.0, 4101.0, 4105.0, 4133.0, 4142.0, 4114.0, 4115.0, 4123.0, 4111.0, 4110.0, 4090.0, 4093.0, 4133.0, 4096.0, 4103.0, 4113.0, 4092.0, 4113.0, 4093.0, 4124.0, 4136.0, 4103.0, 4108.0, 4126.0, 4106.0, 4113.0, 4121.0, 4091.0, 4123.0, 4140.0, 4102.0, 4134.0, 4143.0, 4078.0, 4110.0, 4092.0, 4111.0, 4119.0, 4089.0, 4103.0, 4131.0, 4096.0, 4109.0, 4104.0, 4124.0, 4103.0, 4134.0, 4145.0, 4112.0, 4102.0, 4122.0, 4078.0, 4081.0, 4067.0, 4089.0, 4124.0, 4129.0, 4102.0, 4092.0, 4109.0, 4079.0, 4108.0, 4090.0, 4115.0, 4109.0, 4102.0, 4128.0, 4082.0, 4092.0, 4081.0, 4092.0, 4132.0, 4090.0, 4117.0, 4131.0, 4090.0, 4103.0, 4093.0, 4114.0, 4103.0, 4127.0, 4145.0, 4100.0, 4104.0, 4069.0, 4091.0, 4100.0, 4093.0, 4127.0, 4139.0, 4101.0, 4125.0, 4078.0, 4080.0, 4074.0, 4079.0, 4094.0, 4134.0, 4117.0, 4147.0, 4127.0, 4161.0, 4161.0, 4134.0, 4101.0, 4129.0, 4078.0, 4091.0, 4119.0, 4091.0, 4082.0, 4097.0, 4079.0, 4088.0, 4095.0, 4124.0, 4103.0, 4104.0, 4127.0, 4082.0, 4113.0, 4084.0, 4093.0, 4146.0, 4145.0, 4116.0, 4135.0, 4081.0, 4104.0, 4123.0, 4079.0, 4113.0, 4123.0, 4103.0, 4103.0, 4125.0, 4102.0, 4124.0, 4092.0, 4126.0, 4146.0, 4090.0, 4101.0, 4084.0, 4106.0, 4133.0, 4093.0, 4084.0, 4122.0, 4140.0, 4080.0, 4099.0, 4068.0, 4078.0, 4120.0, 4099.0, 4091.0, 4121.0, 4068.0, 4089.0, 4078.0, 4091.0, 4133.0, 4130.0, 4090.0, 4124.0, 4141.0, 4090.0, 4113.0, 4070.0, 4112.0, 4110.0, 4079.0, 4115.0, 4131.0, 4101.0, 4101.0, 4082.0, 4111.0, 4084.0, 4123.0, 4145.0, 4124.0, 4093.0, 4124.0, 4100.0, 4111.0, 4071.0, 4102.0, 4134.0, 4124.0, 4106.0, 4136.0, 4081.0, 4113.0, 4090.0, 4115.0, 4106.0, 4147.0, 4159.0, 4105.0, 4118.0, 4126.0, 4092.0, 4103.0, 4112.0, 4092.0, 4110.0, 4120.0, 4106.0, 4116.0, 4123.0, 4101.0, 4110.0, 4069.0, 4092.0, 4122.0, 4070.0, 4106.0, 4123.0, 4070.0, 4104.0, 4090.0, 4107.0, 4133.0, 4085.0, 4103.0, 4134.0, 4083.0, 4115.0, 4101.0, 4094.0, 4134.0, 4130.0, 4103.0, 4124.0, 4131.0, 4100.0, 4111.0, 4120.0, 4103.0, 4123.0, 4070.0, 4102.0, 4111.0, 4091.0, 4132.0, 4123.0, 4103.0, 4134.0, 4082.0, 4113.0, 4081.0, 4103.0, 4145.0, 4080.0, 4107.0, 4138.0, 4084.0, 4103.0, 4092.0, 4115.0, 4084.0, 4126.0, 4157.0, 4157.0, 4126.0, 4111.0, 4103.0, 4114.0, 4097.0, 4113.0, 4138.0, 4093.0, 4103.0, 4122.0, 4102.0, 4121.0, 4091.0, 4114.0, 4144.0, 4093.0, 4114.0, 4123.0, 4110.0, 4111.0, 4100.0, 4111.0, 4129.0, 4091.0, 4102.0, 4135.0, 4092.0, 4101.0, 4105.0, 4100.0, 4075.0, 4081.0, 4113.0, 4131.0, 4149.0, 4142.0, 4161.0, 4171.0, 4134.0, 4101.0, 4125.0, 4129.0, 4106.0, 4078.0, 4116.0, 4085.0, 4086.0, 4097.0, 4076.0, 4110.0, 4079.0, 4086.0, 4041.0, 4075.0, 4108.0, 4074.0, 4074.0, 4095.0, 4058.0, 4088.0, 4108.0, 4087.0, 4096.0, 4089.0, 4100.0, 4131.0, 4079.0, 4089.0, 4114.0, 4101.0, 4091.0, 4100.0, 4111.0, 4113.0, 4135.0, 4145.0, 4104.0, 4112.0, 4131.0, 4101.0, 4120.0, 4101.0, 4122.0, 4143.0, 4091.0, 4102.0, 4127.0, 4092.0, 4099.0, 4069.0, 4095.0, 4123.0, 4131.0, 4101.0, 4122.0, 4082.0, 4102.0, 4083.0, 4102.0, 4134.0, 4090.0, 4090.0, 4133.0, 4081.0, 4090.0, 4129.0, 4102.0, 4121.0, 4094.0, 4128.0, 4146.0, 4103.0, 4112.0, 4091.0, 4115.0, 4144.0, 4105.0, 4100.0, 4123.0, 4077.0, 4101.0, 4121.0, 4091.0, 4100.0, 4081.0, 4110.0, 4131.0, 4078.0, 4104.0, 4122.0, 4093.0, 4100.0, 4068.0, 4102.0, 4121.0, 4101.0, 4123.0, 4132.0, 4113.0, 4102.0, 4083.0, 4103.0, 4083.0, 4115.0, 4135.0, 4120.0, 4091.0, 4132.0, 4119.0, 4094.0, 4059.0, 4101.0, 4131.0, 4099.0, 4091.0, 4123.0, 4123.0, 4092.0], 'WindowWidth': [9343.0, 9332.0, 9259.0, 9222.0, 9218.0, 9138.0, 9122.0, 9120.0, 9137.0, 9144.0, 9171.0, 9186.0, 9123.0, 9145.0, 9170.0, 9111.0, 9140.0, 9181.0, 9101.0, 9117.0, 9156.0, 9095.0, 9132.0, 9175.0, 9113.0, 9116.0, 9150.0, 9140.0, 9117.0, 9143.0, 9110.0, 9114.0, 9137.0, 9106.0, 9108.0, 9128.0, 9110.0, 9132.0, 9134.0, 9117.0, 9119.0, 9084.0, 9117.0, 9154.0, 9078.0, 9129.0, 9157.0, 9117.0, 9132.0, 9081.0, 9131.0, 9177.0, 9155.0, 9142.0, 9187.0, 9127.0, 9139.0, 9137.0, 9119.0, 9161.0, 9191.0, 9154.0, 9186.0, 9149.0, 9133.0, 9154.0, 9131.0, 9146.0, 9195.0, 9134.0, 9143.0, 9161.0, 9132.0, 9138.0, 9089.0, 9136.0, 9173.0, 9173.0, 9137.0, 9190.0, 9176.0, 9136.0, 9162.0, 9085.0, 9134.0, 9164.0, 9116.0, 9142.0, 9183.0, 9127.0, 9149.0, 9111.0, 9123.0, 9184.0, 9189.0, 9136.0, 9175.0, 9178.0, 9134.0, 9132.0, 9085.0, 9138.0, 9187.0, 9139.0, 9148.0, 9185.0, 9128.0, 9136.0, 9173.0, 9124.0, 9158.0, 9209.0, 9170.0, 9184.0, 9151.0, 9190.0, 9211.0, 9147.0, 9177.0, 9188.0, 9154.0, 9155.0, 9154.0, 9122.0, 9132.0, 9174.0, 9120.0, 9138.0, 9177.0, 9123.0, 9132.0, 9101.0, 9144.0, 9182.0, 9109.0, 9132.0, 9201.0, 9128.0, 9150.0, 9190.0, 9144.0, 9172.0, 9208.0, 9160.0, 9174.0, 9189.0, 9126.0, 9153.0, 9188.0, 9119.0, 9151.0, 9209.0, 9137.0, 9155.0, 9176.0, 9136.0, 9137.0, 9147.0, 9113.0, 9139.0, 9177.0, 9145.0, 9143.0, 9158.0, 9141.0, 9161.0, 9107.0, 9158.0, 9183.0, 9174.0, 9142.0, 9165.0, 9137.0, 9153.0, 9113.0, 9155.0, 9222.0, 9203.0, 9137.0, 9177.0, 9134.0, 9161.0, 9172.0, 9116.0, 9131.0, 9177.0, 9120.0, 9129.0, 9163.0, 9114.0, 9134.0, 9172.0, 9109.0, 9158.0, 9175.0, 9124.0, 9144.0, 9175.0, 9133.0, 9137.0, 9180.0, 9117.0, 9132.0, 9174.0, 9140.0, 9133.0, 9112.0, 9143.0, 9178.0, 9127.0, 9186.0, 9212.0, 9145.0, 9146.0, 9124.0, 9140.0, 9185.0, 9214.0, 9133.0, 9177.0, 9126.0, 9131.0, 9112.0, 9160.0, 9220.0, 9214.0, 9157.0, 9214.0, 9207.0, 9154.0, 9186.0, 9167.0, 9220.0, 9216.0, 9177.0, 9181.0, 9196.0, 9159.0, 9161.0, 9181.0, 9165.0, 9169.0, 9113.0, 9147.0, 9122.0, 9164.0, 9221.0, 9200.0, 9147.0, 9193.0, 9214.0, 9136.0, 9167.0, 9172.0, 9123.0, 9136.0, 9157.0, 9106.0, 9132.0, 9143.0, 9108.0, 9149.0, 9181.0, 9143.0, 9139.0, 9123.0, 9130.0, 9117.0, 9164.0, 9205.0, 9213.0, 9164.0, 9174.0, 9126.0, 9139.0, 9173.0, 9108.0, 9159.0, 9187.0, 9144.0, 9148.0, 9181.0, 9112.0, 9154.0, 9121.0, 9137.0, 9183.0, 9197.0, 9179.0, 9163.0, 9195.0, 9141.0, 9161.0, 9117.0, 9160.0, 9182.0, 9128.0, 9159.0, 9118.0, 9145.0, 9202.0, 9163.0, 9218.0, 9225.0, 9167.0, 9173.0, 9135.0, 9165.0, 9208.0, 9184.0, 9154.0, 9189.0, 9185.0, 9164.0, 9160.0, 9138.0, 9175.0, 9199.0, 9144.0, 9175.0, 9207.0, 9140.0, 9140.0, 9091.0, 9152.0, 9192.0, 9123.0, 9153.0, 9205.0, 9181.0, 9155.0, 9186.0, 9126.0, 9154.0, 9175.0, 9160.0, 9168.0, 9180.0, 9157.0, 9166.0, 9191.0, 9161.0, 9172.0, 9154.0, 9182.0, 9203.0, 9135.0, 9133.0, 9158.0, 9117.0, 9143.0, 9175.0, 9148.0, 9211.0, 9133.0, 9144.0, 9117.0, 9186.0, 9216.0, 9182.0, 9239.0, 9248.0, 9186.0, 9180.0, 9152.0, 9190.0, 9170.0, 9207.0, 9205.0, 9249.0, 9254.0, 9197.0, 9162.0, 9109.0, 9144.0, 9204.0, 9180.0, 9160.0, 9189.0, 9164.0, 9137.0, 9148.0, 9132.0, 9176.0, 9125.0, 9206.0, 9195.0, 9153.0, 9154.0, 9108.0, 9156.0, 9198.0, 9123.0, 9164.0, 9182.0, 9124.0, 9154.0, 9090.0, 9144.0, 9213.0, 9194.0, 9157.0, 9189.0, 9184.0, 9155.0, 9172.0, 9118.0, 9157.0, 9200.0, 9138.0, 9158.0, 9177.0, 9124.0, 9145.0, 9087.0, 9139.0, 9191.0, 9185.0, 9136.0, 9183.0, 9184.0, 9151.0, 9156.0, 9124.0, 9153.0, 9180.0, 9148.0, 9159.0, 9182.0, 9135.0, 9148.0, 9166.0, 9127.0, 9135.0, 9171.0, 9141.0, 9155.0, 9157.0, 9117.0, 9125.0, 9146.0, 9111.0, 9151.0, 9178.0, 9158.0, 9162.0, 9142.0, 9138.0, 9176.0, 9167.0, 9134.0, 9181.0, 9192.0, 9134.0, 9153.0, 9143.0, 9164.0, 9187.0, 9146.0, 9157.0, 9179.0, 9132.0, 9138.0, 9086.0, 9126.0, 9174.0, 9187.0, 9142.0, 9152.0, 9170.0, 9148.0, 9142.0, 9115.0, 9111.0, 9153.0, 9160.0, 9129.0, 9164.0, 9155.0, 9114.0, 9137.0, 9116.0, 9157.0, 9173.0, 9122.0, 9142.0, 9163.0, 9124.0, 9136.0, 9150.0, 9105.0, 9128.0, 9151.0, 9092.0, 9132.0, 9154.0, 9072.0, 9118.0, 9168.0, 9075.0, 9108.0, 9174.0, 9137.0, 9132.0, 9177.0, 9120.0, 9167.0, 9171.0, 9131.0, 9183.0, 9178.0, 9120.0, 9132.0, 9152.0, 9111.0, 9157.0, 9172.0, 9148.0, 9131.0, 9157.0, 9126.0, 9143.0, 9149.0, 9113.0, 9150.0, 9172.0, 9110.0, 9118.0, 9115.0, 9116.0, 9159.0, 9166.0, 9114.0, 9164.0, 9173.0, 9115.0, 9113.0, 9141.0, 9113.0, 9127.0, 9155.0, 9080.0, 9135.0, 9177.0, 9190.0, 9115.0, 9166.0, 9094.0, 9130.0, 9184.0, 9108.0, 9162.0, 9200.0, 9120.0, 9159.0, 9154.0, 9137.0, 9199.0, 9198.0, 9160.0, 9155.0, 9168.0, 9150.0, 9160.0, 9143.0, 9188.0, 9196.0, 9145.0, 9155.0, 9194.0, 9154.0, 9183.0, 9156.0, 9187.0, 9199.0, 9146.0, 9140.0, 9163.0, 9151.0, 9168.0, 9108.0, 9112.0, 9179.0, 9189.0, 9140.0, 9163.0, 9107.0, 9171.0, 9112.0, 9171.0, 9187.0, 9146.0, 9153.0, 9189.0, 9139.0, 9159.0, 9101.0, 9138.0, 9177.0, 9203.0, 9172.0, 9144.0, 9158.0, 9133.0, 9156.0, 9112.0, 9134.0, 9177.0, 9128.0, 9133.0, 9150.0, 9116.0, 9155.0, 9130.0, 9176.0, 9189.0, 9132.0, 9156.0, 9174.0, 9134.0, 9131.0, 9098.0, 9135.0, 9173.0, 9102.0, 9142.0, 9173.0, 9117.0, 9151.0, 9089.0, 9140.0, 9180.0, 9123.0, 9159.0, 9184.0, 9133.0, 9148.0, 9119.0, 9163.0, 9177.0, 9154.0, 9143.0, 9180.0, 9150.0, 9155.0, 9116.0, 9118.0, 9176.0, 9157.0, 9147.0, 9122.0, 9130.0, 9105.0, 9140.0, 9203.0, 9208.0, 9139.0, 9158.0, 9111.0, 9154.0, 9134.0, 9140.0, 9169.0, 9175.0, 9227.0, 9233.0, 9170.0, 9131.0, 9153.0, 9102.0, 9108.0, 9153.0, 9104.0, 9110.0, 9136.0, 9109.0, 9120.0, 9107.0, 9131.0, 9179.0, 9123.0, 9131.0, 9152.0, 9130.0, 9154.0, 9131.0, 9164.0, 9193.0, 9144.0, 9145.0, 9157.0, 9116.0, 9142.0, 9148.0, 9111.0, 9182.0, 9190.0, 9111.0, 9138.0, 9138.0, 9165.0, 9186.0, 9119.0, 9159.0, 9162.0, 9130.0, 9125.0, 9131.0, 9162.0, 9186.0, 9118.0, 9137.0, 9153.0, 9126.0, 9128.0, 9087.0, 9113.0, 9173.0, 9139.0, 9113.0, 9153.0, 9096.0, 9116.0, 9085.0, 9127.0, 9171.0, 9192.0, 9149.0, 9128.0, 9170.0, 9138.0, 9137.0, 9118.0, 9144.0, 9185.0, 9127.0, 9129.0, 9155.0, 9137.0, 9158.0, 9184.0, 9133.0, 9180.0, 9125.0, 9118.0, 9174.0, 9134.0, 9176.0, 9188.0, 9148.0, 9172.0, 9174.0, 9129.0, 9136.0, 9130.0, 9162.0, 9171.0, 9122.0, 9134.0, 9149.0, 9128.0, 9143.0, 9096.0, 9131.0, 9172.0, 9110.0, 9124.0, 9183.0, 9082.0, 9127.0, 9159.0, 9117.0, 9166.0, 9166.0, 9132.0, 9161.0, 9167.0, 9115.0, 9145.0, 9099.0, 9121.0, 9161.0, 9084.0, 9118.0, 9156.0, 9115.0, 9127.0, 9101.0, 9161.0, 9113.0, 9151.0, 9199.0, 9192.0, 9130.0, 9163.0, 9143.0, 9158.0, 9168.0, 9118.0, 9171.0, 9174.0, 9129.0, 9123.0, 9149.0, 9112.0, 9153.0, 9168.0, 9116.0, 9148.0, 9172.0, 9134.0, 9138.0, 9136.0, 9144.0, 9159.0, 9121.0, 9138.0, 9170.0, 9109.0, 9127.0, 9092.0, 9132.0, 9174.0, 9115.0, 9151.0, 9181.0, 9109.0, 9128.0, 9171.0, 9124.0, 9159.0, 9176.0, 9124.0, 9137.0, 9158.0, 9116.0, 9136.0, 9080.0, 9122.0, 9161.0, 9165.0, 9142.0, 9165.0, 9146.0, 9119.0, 9141.0, 9114.0, 9151.0, 9177.0, 9116.0, 9141.0, 9163.0, 9104.0, 9131.0, 9085.0, 9119.0, 9176.0, 9181.0, 9138.0, 9149.0, 9160.0, 9135.0, 9169.0, 9138.0, 9179.0, 9178.0, 9131.0, 9140.0, 9161.0, 9142.0, 9132.0, 9127.0, 9144.0, 9195.0, 9144.0, 9142.0, 9163.0, 9141.0, 9151.0, 9107.0, 9121.0, 9186.0, 9206.0, 9123.0, 9143.0, 9143.0, 9118.0, 9146.0, 9097.0, 9101.0, 9154.0, 9186.0, 9133.0, 9168.0, 9094.0, 9118.0, 9157.0, 9117.0, 9168.0, 9162.0, 9146.0, 9162.0, 9161.0, 9157.0, 9161.0, 9111.0, 9139.0, 9185.0, 9161.0, 9138.0, 9171.0, 9142.0, 9182.0, 9141.0, 9189.0, 9208.0, 9152.0, 9147.0, 9173.0, 9126.0, 9160.0, 9131.0, 9184.0, 9205.0, 9144.0, 9147.0, 9169.0, 9132.0, 9129.0, 9104.0, 9142.0, 9180.0, 9124.0, 9143.0, 9165.0, 9105.0, 9133.0, 9125.0, 9121.0, 9177.0, 9176.0, 9143.0, 9168.0, 9131.0, 9116.0, 9102.0, 9136.0, 9193.0, 9191.0, 9159.0, 9177.0, 9105.0, 9134.0, 9131.0, 9139.0, 9176.0, 9186.0, 9151.0, 9153.0, 9158.0, 9142.0, 9137.0, 9114.0, 9120.0, 9175.0, 9128.0, 9136.0, 9145.0, 9118.0, 9145.0, 9123.0, 9166.0, 9184.0, 9138.0, 9148.0, 9168.0, 9142.0, 9149.0, 9155.0, 9114.0, 9159.0, 9179.0, 9134.0, 9176.0, 9187.0, 9094.0, 9137.0, 9117.0, 9141.0, 9149.0, 9108.0, 9133.0, 9172.0, 9128.0, 9137.0, 9140.0, 9163.0, 9136.0, 9178.0, 9196.0, 9141.0, 9130.0, 9157.0, 9092.0, 9099.0, 9075.0, 9109.0, 9159.0, 9163.0, 9129.0, 9117.0, 9134.0, 9094.0, 9131.0, 9113.0, 9149.0, 9136.0, 9133.0, 9173.0, 9103.0, 9117.0, 9103.0, 9120.0, 9172.0, 9112.0, 9155.0, 9171.0, 9112.0, 9129.0, 9120.0, 9147.0, 9135.0, 9170.0, 9196.0, 9128.0, 9131.0, 9083.0, 9113.0, 9122.0, 9117.0, 9166.0, 9177.0, 9127.0, 9165.0, 9091.0, 9096.0, 9091.0, 9096.0, 9126.0, 9180.0, 9163.0, 9201.0, 9178.0, 9230.0, 9226.0, 9177.0, 9128.0, 9160.0, 9092.0, 9111.0, 9146.0, 9115.0, 9104.0, 9117.0, 9096.0, 9105.0, 9125.0, 9162.0, 9132.0, 9137.0, 9169.0, 9106.0, 9147.0, 9109.0, 9123.0, 9196.0, 9192.0, 9156.0, 9180.0, 9103.0, 9135.0, 9158.0, 9098.0, 9146.0, 9160.0, 9137.0, 9135.0, 9166.0, 9131.0, 9159.0, 9120.0, 9169.0, 9197.0, 9114.0, 9126.0, 9107.0, 9139.0, 9175.0, 9117.0, 9105.0, 9157.0, 9180.0, 9095.0, 9121.0, 9077.0, 9090.0, 9150.0, 9117.0, 9113.0, 9153.0, 9079.0, 9109.0, 9094.0, 9115.0, 9175.0, 9166.0, 9112.0, 9162.0, 9180.0, 9111.0, 9142.0, 9085.0, 9143.0, 9138.0, 9097.0, 9150.0, 9168.0, 9127.0, 9126.0, 9104.0, 9141.0, 9110.0, 9161.0, 9197.0, 9163.0, 9120.0, 9161.0, 9126.0, 9141.0, 9089.0, 9131.0, 9178.0, 9163.0, 9143.0, 9181.0, 9102.0, 9144.0, 9115.0, 9152.0, 9147.0, 9204.0, 9222.0, 9141.0, 9162.0, 9169.0, 9119.0, 9132.0, 9141.0, 9117.0, 9139.0, 9151.0, 9141.0, 9154.0, 9159.0, 9129.0, 9137.0, 9085.0, 9117.0, 9159.0, 9087.0, 9142.0, 9160.0, 9085.0, 9135.0, 9114.0, 9143.0, 9175.0, 9111.0, 9136.0, 9178.0, 9105.0, 9152.0, 9126.0, 9123.0, 9177.0, 9168.0, 9134.0, 9164.0, 9169.0, 9125.0, 9139.0, 9154.0, 9137.0, 9161.0, 9087.0, 9130.0, 9140.0, 9116.0, 9173.0, 9160.0, 9135.0, 9181.0, 9107.0, 9148.0, 9103.0, 9135.0, 9192.0, 9099.0, 9143.0, 9187.0, 9110.0, 9135.0, 9121.0, 9152.0, 9113.0, 9172.0, 9216.0, 9217.0, 9171.0, 9141.0, 9136.0, 9149.0, 9129.0, 9147.0, 9186.0, 9122.0, 9139.0, 9160.0, 9132.0, 9156.0, 9117.0, 9149.0, 9193.0, 9120.0, 9152.0, 9162.0, 9139.0, 9139.0, 9127.0, 9143.0, 9164.0, 9113.0, 9131.0, 9179.0, 9119.0, 9128.0, 9141.0, 9123.0, 9097.0, 9104.0, 9153.0, 9189.0, 9209.0, 9204.0, 9229.0, 9246.0, 9178.0, 9126.0, 9161.0, 9162.0, 9125.0, 9088.0, 9136.0, 9095.0, 9096.0, 9111.0, 9085.0, 9137.0, 9091.0, 9099.0, 9034.0, 9082.0, 9129.0, 9078.0, 9079.0, 9109.0, 9064.0, 9107.0, 9131.0, 9104.0, 9114.0, 9111.0, 9127.0, 9168.0, 9095.0, 9108.0, 9147.0, 9130.0, 9113.0, 9128.0, 9143.0, 9152.0, 9182.0, 9195.0, 9136.0, 9146.0, 9171.0, 9129.0, 9152.0, 9129.0, 9160.0, 9185.0, 9114.0, 9133.0, 9169.0, 9115.0, 9121.0, 9082.0, 9123.0, 9158.0, 9167.0, 9131.0, 9159.0, 9102.0, 9130.0, 9107.0, 9132.0, 9177.0, 9114.0, 9114.0, 9177.0, 9103.0, 9112.0, 9163.0, 9131.0, 9156.0, 9124.0, 9173.0, 9199.0, 9135.0, 9146.0, 9116.0, 9151.0, 9192.0, 9135.0, 9124.0, 9157.0, 9091.0, 9129.0, 9155.0, 9113.0, 9124.0, 9100.0, 9141.0, 9169.0, 9094.0, 9136.0, 9158.0, 9118.0, 9125.0, 9082.0, 9132.0, 9156.0, 9129.0, 9161.0, 9174.0, 9149.0, 9131.0, 9106.0, 9133.0, 9108.0, 9152.0, 9181.0, 9154.0, 9116.0, 9173.0, 9151.0, 9119.0, 9069.0, 9128.0, 9169.0, 9121.0, 9115.0, 9163.0, 9160.0, 9117.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.00025297887836853606</td></tr>
<tr><td colspan=3>aqi</td><td>0.023083179898033504</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.26390193575071</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2253421352478129</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9880665152769662</td></tr>
<tr><td colspan=3>efc</td><td>0.4603</td></tr>
<tr><td colspan=3>fber</td><td>5049.8965</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10678631777805392</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.249817916970139</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.523874149111418</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5366997577021833</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5983190289603377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4366036606717345</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109211</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01348242536187172</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024916619062423706</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.978761151702443</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>25.6882</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.816</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.8609</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305804.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>737.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.4332</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7473</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.5639</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3391.9197</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70740.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.7712</td></tr>
<tr><td colspan=3>tsnr</td><td>41.0692942799069</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>