<?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-0070_ses-02_task-narratives_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-0070_ses-02_task-narratives_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-02_subject-0070_suffix-bold_task-narratives" 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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0070_suffix-bold_task-narratives" 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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-02_task-narratives_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-narratives_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-0070/ses-02/func/sub-0070_ses-02_task-narratives_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>b02fa01f0d16c066fc74fb25985dc1f0</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>19:06:17.167500</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.99948, -0.0280056, 0.0159619, 0.0270452, 0.997979, 0.0575028]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_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.0946472</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-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7756, -7245, 479, -83, -227, 34, 28]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>290.449</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fa624e85-361e-4ce9-baa1-e39dcdc21ad8||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.681532621383667, 0.07256024330854416, 0.04735806584358215, 105.52013397216797], [0.0751369297504425, 2.677504539489746, 0.1540112942457199, -96.87763977050781], [0.04282457008957863, -0.1542758047580719, 2.695188045501709, -62.554195404052734], [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, 1098]</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], 'AcquisitionTime': ['190617.167500', '190617.627500', '190618.087500', '190618.547500', '190619.007500', '190619.467500', '190619.927500', '190620.387500', '190620.847500', '190621.307500', '190621.767500', '190622.227500', '190622.687500', '190623.147500', '190623.607500', '190624.067500', '190624.527500', '190624.987500', '190625.447500', '190625.907500', '190626.367500', '190626.827500', '190627.287500', '190627.747500', '190628.207500', '190628.667500', '190629.127500', '190629.587500', '190630.047500', '190630.507500', '190630.967500', '190631.427500', '190631.887500', '190632.347500', '190632.807500', '190633.267500', '190633.727500', '190634.187500', '190634.647500', '190635.107500', '190635.567500', '190636.027500', '190636.487500', '190636.947500', '190637.407500', '190637.867500', '190638.327500', '190638.787500', '190639.247500', '190639.707500', '190640.167500', '190640.627500', '190641.087500', '190641.547500', '190642.007500', '190642.467500', '190642.927500', '190643.387500', '190643.847500', '190644.307500', '190644.767500', '190645.227500', '190645.687500', '190646.147500', '190646.607500', '190647.067500', '190647.527500', '190647.987500', '190648.447500', '190648.907500', '190649.367500', '190649.827500', '190650.287500', '190650.747500', '190651.207500', '190651.667500', '190652.127500', '190652.587500', '190653.047500', '190653.507500', '190653.967500', '190654.427500', '190654.887500', '190655.347500', '190655.807500', '190656.267500', '190656.727500', '190657.187500', '190657.647500', '190658.107500', '190658.567500', '190659.027500', '190659.487500', '190659.947500', '190700.407500', '190700.867500', '190701.327500', '190701.787500', '190702.247500', '190702.707500', '190703.167500', '190703.627500', '190704.087500', '190704.547500', '190705.007500', '190705.467500', '190705.927500', '190706.387500', '190706.847500', '190707.307500', '190707.767500', '190708.227500', '190708.687500', '190709.147500', '190709.607500', '190710.067500', '190710.527500', '190710.987500', '190711.447500', '190711.907500', '190712.367500', '190712.827500', '190713.287500', '190713.747500', '190714.207500', '190714.667500', '190715.127500', '190715.587500', '190716.047500', '190716.507500', '190716.967500', '190717.427500', '190717.887500', '190718.347500', '190718.807500', '190719.267500', '190719.727500', '190720.187500', '190720.647500', '190721.107500', '190721.567500', '190722.027500', '190722.487500', '190722.947500', '190723.407500', '190723.867500', '190724.327500', '190724.787500', '190725.247500', '190725.707500', '190726.167500', '190726.627500', '190727.087500', '190727.547500', '190728.007500', '190728.467500', '190728.927500', '190729.387500', '190729.847500', '190730.307500', '190730.767500', '190731.227500', '190731.687500', '190732.147500', '190732.607500', '190733.067500', '190733.527500', '190733.987500', '190734.447500', '190734.907500', '190735.367500', '190735.827500', '190736.287500', '190736.747500', '190737.207500', '190737.667500', '190738.127500', '190738.587500', '190739.047500', '190739.507500', '190739.967500', '190740.427500', '190740.887500', '190741.347500', '190741.807500', '190742.267500', '190742.727500', '190743.187500', '190743.647500', '190744.107500', '190744.567500', '190745.027500', '190745.487500', '190745.947500', '190746.407500', '190746.867500', '190747.327500', '190747.787500', '190748.247500', '190748.707500', '190749.167500', '190749.627500', '190750.087500', '190750.547500', '190751.007500', '190751.467500', '190751.927500', '190752.387500', '190752.847500', '190753.307500', '190753.767500', '190754.227500', '190754.687500', '190755.147500', '190755.607500', '190756.067500', '190756.527500', '190756.987500', '190757.447500', '190757.907500', '190758.367500', '190758.827500', '190759.287500', '190759.747500', '190800.207500', '190800.667500', '190801.127500', '190801.587500', '190802.047500', '190802.507500', '190802.967500', '190803.427500', '190803.887500', '190804.347500', '190804.807500', '190805.267500', '190805.727500', '190806.187500', '190806.647500', '190807.107500', '190807.567500', '190808.027500', '190808.487500', '190808.947500', '190809.407500', '190809.867500', '190810.327500', '190810.787500', '190811.247500', '190811.707500', '190812.167500', '190812.627500', '190813.087500', '190813.547500', '190814.007500', '190814.467500', '190814.927500', '190815.387500', '190815.847500', '190816.307500', '190816.767500', '190817.227500', '190817.687500', '190818.147500', '190818.607500', '190819.067500', '190819.527500', '190819.987500', '190820.447500', '190820.907500', '190821.367500', '190821.827500', '190822.287500', '190822.747500', '190823.207500', '190823.667500', '190824.127500', '190824.587500', '190825.047500', '190825.507500', '190825.967500', '190826.427500', '190826.887500', '190827.347500', '190827.807500', '190828.267500', '190828.727500', '190829.187500', '190829.647500', '190830.107500', '190830.567500', '190831.027500', '190831.487500', '190831.947500', '190832.407500', '190832.867500', '190833.327500', '190833.787500', '190834.247500', '190834.707500', '190835.167500', '190835.627500', '190836.087500', '190836.547500', '190837.007500', '190837.467500', '190837.927500', '190838.387500', '190838.847500', '190839.307500', '190839.767500', '190840.227500', '190840.687500', '190841.147500', '190841.607500', '190842.067500', '190842.527500', '190842.987500', '190843.447500', '190843.907500', '190844.367500', '190844.827500', '190845.287500', '190845.747500', '190846.207500', '190846.667500', '190847.127500', '190847.587500', '190848.047500', '190848.507500', '190848.967500', '190849.427500', '190849.887500', '190850.347500', '190850.807500', '190851.267500', '190851.727500', '190852.187500', '190852.647500', '190853.107500', '190853.567500', '190854.027500', '190854.487500', '190854.947500', '190855.407500', '190855.867500', '190856.327500', '190856.787500', '190857.247500', '190857.707500', '190858.167500', '190858.627500', '190859.087500', '190859.547500', '190900.007500', '190900.467500', '190900.927500', '190901.387500', '190901.847500', '190902.307500', '190902.767500', '190903.227500', '190903.687500', '190904.147500', '190904.607500', '190905.067500', '190905.527500', '190905.987500', '190906.447500', '190906.907500', '190907.367500', '190907.827500', '190908.287500', '190908.747500', '190909.207500', '190909.667500', '190910.127500', '190910.587500', '190911.047500', '190911.507500', '190911.967500', '190912.427500', '190912.887500', '190913.347500', '190913.807500', '190914.267500', '190914.727500', '190915.187500', '190915.647500', '190916.107500', '190916.567500', '190917.027500', '190917.487500', '190917.947500', '190918.407500', '190918.867500', '190919.327500', '190919.787500', '190920.247500', '190920.707500', '190921.167500', '190921.627500', '190922.087500', '190922.547500', '190923.007500', '190923.467500', '190923.927500', '190924.387500', '190924.847500', '190925.307500', '190925.767500', '190926.227500', '190926.687500', '190927.147500', '190927.607500', '190928.067500', '190928.527500', '190928.987500', '190929.447500', '190929.907500', '190930.367500', '190930.827500', '190931.287500', '190931.747500', '190932.207500', '190932.667500', '190933.127500', '190933.587500', '190934.047500', '190934.507500', '190934.967500', '190935.427500', '190935.887500', '190936.347500', '190936.807500', '190937.267500', '190937.727500', '190938.187500', '190938.647500', '190939.107500', '190939.567500', '190940.027500', '190940.487500', '190940.947500', '190941.407500', '190941.867500', '190942.327500', '190942.787500', '190943.247500', '190943.707500', '190944.167500', '190944.627500', '190945.087500', '190945.547500', '190946.007500', '190946.467500', '190946.927500', '190947.387500', '190947.847500', '190948.307500', '190948.767500', '190949.227500', '190949.687500', '190950.147500', '190950.607500', '190951.067500', '190951.527500', '190951.987500', '190952.447500', '190952.907500', '190953.367500', '190953.827500', '190954.287500', '190954.747500', '190955.207500', '190955.667500', '190956.127500', '190956.587500', '190957.047500', '190957.507500', '190957.967500', '190958.427500', '190958.887500', '190959.347500', '190959.807500', '191000.267500', '191000.727500', '191001.187500', '191001.647500', '191002.107500', '191002.567500', '191003.027500', '191003.487500', '191003.947500', '191004.407500', '191004.867500', '191005.327500', '191005.787500', '191006.247500', '191006.707500', '191007.167500', '191007.627500', '191008.087500', '191008.547500', '191009.007500', '191009.467500', '191009.927500', '191010.387500', '191010.847500', '191011.307500', '191011.767500', '191012.227500', '191012.687500', '191013.147500', '191013.607500', '191014.067500', '191014.527500', '191014.987500', '191015.447500', '191015.907500', '191016.367500', '191016.827500', '191017.287500', '191017.747500', '191018.207500', '191018.667500', '191019.127500', '191019.587500', '191020.047500', '191020.507500', '191020.967500', '191021.427500', '191021.887500', '191022.347500', '191022.807500', '191023.267500', '191023.727500', '191024.187500', '191024.647500', '191025.107500', '191025.567500', '191026.027500', '191026.487500', '191026.947500', '191027.407500', '191027.867500', '191028.327500', '191028.787500', '191029.247500', '191029.707500', '191030.167500', '191030.627500', '191031.087500', '191031.547500', '191032.007500', '191032.467500', '191032.927500', '191033.387500', '191033.847500', '191034.307500', '191034.767500', '191035.227500', '191035.687500', '191036.147500', '191036.607500', '191037.067500', '191037.527500', '191037.987500', '191038.447500', '191038.907500', '191039.367500', '191039.827500', '191040.287500', '191040.747500', '191041.207500', '191041.667500', '191042.127500', '191042.587500', '191043.047500', '191043.507500', '191043.967500', '191044.427500', '191044.887500', '191045.347500', '191045.807500', '191046.267500', '191046.727500', '191047.187500', '191047.647500', '191048.107500', '191048.567500', '191049.027500', '191049.487500', '191049.947500', '191050.407500', '191050.867500', '191051.327500', '191051.787500', '191052.247500', '191052.707500', '191053.167500', '191053.627500', '191054.087500', '191054.547500', '191055.007500', '191055.467500', '191055.927500', '191056.387500', '191056.847500', '191057.307500', '191057.767500', '191058.227500', '191058.687500', '191059.147500', '191059.607500', '191100.067500', '191100.527500', '191100.987500', '191101.447500', '191101.907500', '191102.367500', '191102.827500', '191103.287500', '191103.747500', '191104.207500', '191104.667500', '191105.127500', '191105.587500', '191106.047500', '191106.507500', '191106.967500', '191107.427500', '191107.887500', '191108.347500', '191108.807500', '191109.267500', '191109.727500', '191110.187500', '191110.647500', '191111.107500', '191111.567500', '191112.027500', '191112.487500', '191112.947500', '191113.407500', '191113.867500', '191114.327500', '191114.787500', '191115.247500', '191115.707500', '191116.167500', '191116.627500', '191117.087500', '191117.547500', '191118.007500', '191118.467500', '191118.927500', '191119.387500', '191119.847500', '191120.307500', '191120.767500', '191121.227500', '191121.687500', '191122.147500', '191122.607500', '191123.067500', '191123.527500', '191123.987500', '191124.447500', '191124.907500', '191125.367500', '191125.827500', '191126.287500', '191126.747500', '191127.207500', '191127.667500', '191128.127500', '191128.587500', '191129.047500', '191129.507500', '191129.967500', '191130.427500', '191130.887500', '191131.347500', '191131.807500', '191132.267500', '191132.727500', '191133.187500', '191133.647500', '191134.107500', '191134.567500', '191135.027500', '191135.487500', '191135.947500', '191136.407500', '191136.867500', '191137.327500', '191137.787500', '191138.247500', '191138.707500', '191139.167500', '191139.627500', '191140.087500', '191140.547500', '191141.007500', '191141.467500', '191141.927500', '191142.387500', '191142.847500', '191143.307500', '191143.767500', '191144.227500', '191144.687500', '191145.147500', '191145.607500', '191146.067500', '191146.527500', '191146.987500', '191147.447500', '191147.907500', '191148.367500', '191148.827500', '191149.287500', '191149.747500', '191150.207500', '191150.667500', '191151.127500', '191151.587500', '191152.047500', '191152.507500', '191152.967500', '191153.427500', '191153.887500', '191154.347500', '191154.807500', '191155.267500', '191155.727500', '191156.187500', '191156.647500', '191157.107500', '191157.567500', '191158.027500', '191158.487500', '191158.947500', '191159.407500', '191159.867500', '191200.327500', '191200.787500', '191201.247500', '191201.707500', '191202.167500', '191202.627500', '191203.087500', '191203.547500', '191204.007500', '191204.467500', '191204.927500', '191205.387500', '191205.847500', '191206.307500', '191206.767500', '191207.227500', '191207.687500', '191208.147500', '191208.607500', '191209.067500', '191209.527500', '191209.987500', '191210.447500', '191210.907500', '191211.367500', '191211.827500', '191212.287500', '191212.747500', '191213.207500', '191213.667500', '191214.127500', '191214.587500', '191215.047500', '191215.507500', '191215.967500', '191216.427500', '191216.887500', '191217.347500', '191217.807500', '191218.267500', '191218.727500', '191219.187500', '191219.647500', '191220.107500', '191220.567500', '191221.027500', '191221.487500', '191221.947500', '191222.407500', '191222.867500', '191223.327500', '191223.787500', '191224.247500', '191224.707500', '191225.167500', '191225.627500', '191226.087500', '191226.547500', '191227.007500', '191227.467500', '191227.927500', '191228.387500', '191228.847500', '191229.307500', '191229.767500', '191230.227500', '191230.687500', '191231.147500', '191231.607500', '191232.067500', '191232.527500', '191232.987500', '191233.447500', '191233.907500', '191234.367500', '191234.827500', '191235.287500', '191235.747500', '191236.207500', '191236.667500', '191237.127500', '191237.587500', '191238.047500', '191238.507500', '191238.967500', '191239.427500', '191239.887500', '191240.347500', '191240.807500', '191241.267500', '191241.727500', '191242.187500', '191242.647500', '191243.107500', '191243.567500', '191244.027500', '191244.487500', '191244.947500', '191245.407500', '191245.867500', '191246.327500', '191246.787500', '191247.247500', '191247.707500', '191248.167500', '191248.627500', '191249.087500', '191249.547500', '191250.007500', '191250.467500', '191250.927500', '191251.387500', '191251.847500', '191252.307500', '191252.767500', '191253.227500', '191253.687500', '191254.147500', '191254.607500', '191255.067500', '191255.527500', '191255.987500', '191256.447500', '191256.907500', '191257.367500', '191257.827500', '191258.287500', '191258.747500', '191259.207500', '191259.667500', '191300.127500', '191300.587500', '191301.047500', '191301.507500', '191301.967500', '191302.427500', '191302.887500', '191303.347500', '191303.807500', '191304.267500', '191304.727500', '191305.187500', '191305.647500', '191306.107500', '191306.567500', '191307.027500', '191307.487500', '191307.947500', '191308.407500', '191308.867500', '191309.327500', '191309.787500', '191310.247500', '191310.707500', '191311.167500', '191311.627500', '191312.087500', '191312.547500', '191313.007500', '191313.467500', '191313.927500', '191314.387500', '191314.847500', '191315.307500', '191315.767500', '191316.227500', '191316.687500', '191317.147500', '191317.607500', '191318.067500', '191318.527500', '191318.987500', '191319.447500', '191319.907500', '191320.367500', '191320.827500', '191321.287500', '191321.747500', '191322.207500', '191322.667500', '191323.127500', '191323.587500', '191324.047500', '191324.507500', '191324.967500', '191325.427500', '191325.887500', '191326.347500', '191326.807500', '191327.267500', '191327.727500', '191328.187500', '191328.647500', '191329.107500', '191329.567500', '191330.027500', '191330.487500', '191330.947500', '191331.407500', '191331.867500', '191332.327500', '191332.787500', '191333.247500', '191333.707500', '191334.167500', '191334.627500', '191335.087500', '191335.547500', '191336.007500', '191336.467500', '191336.927500', '191337.387500', '191337.847500', '191338.307500', '191338.767500', '191339.227500', '191339.687500', '191340.147500', '191340.607500', '191341.067500', '191341.527500', '191341.987500', '191342.447500', '191342.907500', '191343.367500', '191343.827500', '191344.287500', '191344.747500', '191345.207500', '191345.667500', '191346.127500', '191346.587500', '191347.047500', '191347.507500', '191347.967500', '191348.427500', '191348.887500', '191349.347500', '191349.807500', '191350.267500', '191350.727500', '191351.187500', '191351.647500', '191352.107500', '191352.567500', '191353.027500', '191353.487500', '191353.947500', '191354.407500', '191354.867500', '191355.327500', '191355.787500', '191356.247500', '191356.707500', '191357.167500', '191357.627500', '191358.087500', '191358.547500', '191359.007500', '191359.467500', '191359.927500', '191400.387500', '191400.847500', '191401.307500', '191401.767500', '191402.227500', '191402.687500', '191403.147500', '191403.607500', '191404.067500', '191404.527500', '191404.987500', '191405.447500', '191405.907500', '191406.367500', '191406.827500', '191407.287500', '191407.747500', '191408.207500', '191408.667500', '191409.127500', '191409.587500', '191410.047500', '191410.507500', '191410.967500', '191411.427500', '191411.887500', '191412.347500', '191412.807500', '191413.267500', '191413.727500', '191414.187500', '191414.647500', '191415.107500', '191415.567500', '191416.027500', '191416.487500', '191416.947500', '191417.407500', '191417.867500', '191418.327500', '191418.787500', '191419.247500', '191419.707500', '191420.167500', '191420.627500', '191421.087500', '191421.547500', '191422.007500', '191422.467500', '191422.927500', '191423.387500', '191423.847500', '191424.307500', '191424.767500', '191425.227500', '191425.687500', '191426.147500', '191426.607500', '191427.067500', '191427.527500', '191427.987500', '191428.447500', '191428.907500', '191429.367500', '191429.827500', '191430.287500', '191430.747500', '191431.207500', '191431.667500', '191432.127500', '191432.587500', '191433.047500', '191433.507500', '191433.967500', '191434.427500', '191434.887500', '191435.347500', '191435.807500', '191436.267500', '191436.727500', '191437.187500', '191437.647500', '191438.107500', '191438.567500', '191439.027500', '191439.487500', '191439.947500', '191440.407500', '191440.867500', '191441.327500', '191441.787500'], 'ContentTime': ['190629.478000', '190629.481000', '190629.484000', '190629.487000', '190629.496000', '190629.505000', '190629.507000', '190629.510000', '190629.513000', '190629.515000', '190629.518000', '190629.520000', '190629.523000', '190629.526000', '190629.528000', '190629.531000', '190629.534000', '190629.536000', '190629.539000', '190629.542000', '190629.544000', '190629.547000', '190629.550000', '190629.553000', '190629.555000', '190649.440000', '190649.443000', '190649.446000', '190649.449000', '190649.457000', '190649.459000', '190649.462000', '190649.465000', '190649.467000', '190649.470000', '190649.472000', '190649.475000', '190649.478000', '190649.480000', '190649.483000', '190649.485000', '190649.488000', '190649.491000', '190649.493000', '190649.496000', '190649.499000', '190649.501000', '190649.504000', '190649.506000', '190649.509000', '190649.516000', '190649.518000', '190649.521000', '190649.524000', '190649.526000', '190649.529000', '190649.532000', '190649.534000', '190649.537000', '190649.539000', '190649.542000', '190649.545000', '190649.547000', '190649.550000', '190649.553000', '190649.555000', '190649.558000', '190649.560000', '190709.440000', '190709.443000', '190709.446000', '190709.449000', '190709.451000', '190709.454000', '190709.456000', '190709.459000', '190709.461000', '190709.464000', '190709.466000', '190709.469000', '190709.472000', '190709.474000', '190709.477000', '190709.480000', '190709.483000', '190709.485000', '190709.488000', '190709.491000', '190709.493000', '190709.496000', '190709.498000', '190709.501000', '190709.504000', '190709.506000', '190709.509000', '190709.512000', '190709.514000', '190709.523000', '190709.547000', '190709.555000', '190709.558000', '190709.560000', '190709.563000', '190709.566000', '190709.568000', '190709.571000', '190709.573000', '190709.576000', '190709.579000', '190709.581000', '190709.584000', '190709.587000', '190729.439000', '190729.443000', '190729.445000', '190729.448000', '190729.450000', '190729.453000', '190729.456000', '190729.458000', '190729.461000', '190729.463000', '190729.466000', '190729.468000', '190729.471000', '190729.474000', '190729.476000', '190729.479000', '190729.481000', '190729.484000', '190729.487000', '190729.489000', '190729.492000', '190729.495000', '190729.497000', '190729.500000', '190729.502000', '190729.505000', '190729.508000', '190729.510000', '190729.513000', '190729.516000', '190729.519000', '190729.521000', '190729.524000', '190729.526000', '190729.529000', '190729.531000', '190729.534000', '190729.537000', '190729.539000', '190729.542000', '190729.545000', '190729.547000', '190729.550000', '190749.440000', '190749.443000', '190749.446000', '190749.448000', '190749.451000', '190749.454000', '190749.456000', '190749.459000', '190749.462000', '190749.464000', '190749.467000', '190749.470000', '190749.472000', '190749.475000', '190749.477000', '190749.480000', '190749.483000', '190749.485000', '190749.488000', '190749.491000', '190749.493000', '190749.496000', '190749.498000', '190749.501000', '190749.504000', '190749.506000', '190749.509000', '190749.512000', '190749.514000', '190749.517000', '190749.520000', '190749.522000', '190749.525000', '190749.527000', '190749.530000', '190749.533000', '190749.535000', '190749.538000', '190749.541000', '190749.543000', '190749.546000', '190749.548000', '190749.551000', '190809.441000', '190809.444000', '190809.446000', '190809.449000', '190809.451000', '190809.454000', '190809.457000', '190809.459000', '190809.462000', '190809.465000', '190809.467000', '190809.470000', '190809.472000', '190809.475000', '190809.478000', '190809.481000', '190809.483000', '190809.486000', '190809.488000', '190809.512000', '190809.514000', '190809.517000', '190809.520000', '190809.522000', '190809.525000', '190809.527000', '190809.530000', '190809.533000', '190809.535000', '190809.538000', '190809.541000', '190809.543000', '190809.546000', '190809.548000', '190809.551000', '190809.554000', '190809.556000', '190809.559000', '190809.561000', '190809.564000', '190809.566000', '190809.569000', '190809.572000', '190809.574000', '190829.440000', '190829.443000', '190829.446000', '190829.449000', '190829.452000', '190829.454000', '190829.458000', '190829.460000', '190829.463000', '190829.465000', '190829.468000', '190829.471000', '190829.473000', '190829.476000', '190829.479000', '190829.481000', '190829.484000', '190829.487000', '190829.489000', '190829.492000', '190829.494000', '190829.497000', '190829.500000', '190829.502000', '190829.505000', '190829.508000', '190829.510000', '190829.513000', '190829.516000', '190829.518000', '190829.521000', '190829.524000', '190829.526000', '190829.529000', '190829.531000', '190829.534000', '190829.537000', '190829.540000', '190829.542000', '190829.545000', '190829.548000', '190829.551000', '190829.553000', '190849.440000', '190849.443000', '190849.446000', '190849.448000', '190849.451000', '190849.454000', '190849.457000', '190849.459000', '190849.462000', '190849.465000', '190849.467000', '190849.470000', '190849.472000', '190849.475000', '190849.478000', '190849.480000', '190849.483000', '190849.486000', '190849.488000', '190849.491000', '190849.493000', '190849.496000', '190849.498000', '190849.501000', '190849.504000', '190849.506000', '190849.520000', '190849.523000', '190849.525000', '190849.528000', '190849.530000', '190849.533000', '190849.536000', '190849.538000', '190849.541000', '190849.544000', '190849.546000', '190849.549000', '190849.551000', '190849.554000', '190849.557000', '190849.559000', '190849.562000', '190849.565000', '190909.441000', '190909.443000', '190909.446000', '190909.449000', '190909.452000', '190909.455000', '190909.458000', '190909.460000', '190909.463000', '190909.466000', '190909.468000', '190909.471000', '190909.474000', '190909.477000', '190909.479000', '190909.482000', '190909.484000', '190909.487000', '190909.490000', '190909.492000', '190909.495000', '190909.498000', '190909.500000', '190909.503000', '190909.506000', '190909.508000', '190909.511000', '190909.513000', '190909.516000', '190909.519000', '190909.521000', '190909.524000', '190909.527000', '190909.529000', '190909.532000', '190909.535000', '190909.537000', '190909.540000', '190909.543000', '190909.545000', '190909.548000', '190909.551000', '190909.553000', '190929.439000', '190929.442000', '190929.445000', '190929.448000', '190929.450000', '190929.453000', '190929.455000', '190929.458000', '190929.461000', '190929.463000', '190929.466000', '190929.468000', '190929.471000', '190929.474000', '190929.476000', '190929.479000', '190929.482000', '190929.484000', '190929.487000', '190929.489000', '190929.492000', '190929.495000', '190929.497000', '190929.500000', '190929.503000', '190929.505000', '190929.508000', '190929.511000', '190929.513000', '190929.516000', '190929.519000', '190929.521000', '190929.524000', '190929.527000', '190929.529000', '190929.532000', '190929.535000', '190929.537000', '190929.540000', '190929.543000', '190929.545000', '190929.548000', '190929.550000', '190929.553000', '190949.440000', '190949.443000', '190949.445000', '190949.448000', '190949.451000', '190949.453000', '190949.456000', '190949.459000', '190949.461000', '190949.464000', '190949.467000', '190949.469000', '190949.472000', '190949.475000', '190949.477000', '190949.480000', '190949.482000', '190949.485000', '190949.488000', '190949.490000', '190949.493000', '190949.496000', '190949.499000', '190949.502000', '190949.504000', '190949.507000', '190949.510000', '190949.512000', '190949.515000', '190949.518000', '190949.520000', '190949.523000', '190949.526000', '190949.528000', '190949.531000', '190949.534000', '190949.536000', '190949.539000', '190949.541000', '190949.544000', '190949.547000', '190949.549000', '190949.552000', '191009.440000', '191009.443000', '191009.447000', '191009.449000', '191009.452000', '191009.455000', '191009.457000', '191009.460000', '191009.463000', '191009.465000', '191009.468000', '191009.471000', '191009.473000', '191009.476000', '191009.479000', '191009.481000', '191009.484000', '191009.486000', '191009.489000', '191009.492000', '191009.494000', '191009.497000', '191009.500000', '191009.502000', '191009.505000', '191009.508000', '191009.510000', '191009.513000', '191009.516000', '191009.518000', '191009.521000', '191009.523000', '191009.526000', '191009.529000', '191009.531000', '191009.534000', '191009.537000', '191009.539000', '191009.542000', '191009.545000', '191009.547000', '191009.550000', '191009.553000', '191009.555000', '191029.440000', '191029.443000', '191029.446000', '191029.449000', '191029.451000', '191029.454000', '191029.457000', '191029.468000', '191029.471000', '191029.474000', '191029.477000', '191029.479000', '191029.482000', '191029.485000', '191029.487000', '191029.490000', '191029.493000', '191029.495000', '191029.498000', '191029.501000', '191029.503000', '191029.506000', '191029.509000', '191029.511000', '191029.514000', '191029.517000', '191029.519000', '191029.522000', '191029.525000', '191029.527000', '191029.530000', '191029.533000', '191029.535000', '191029.538000', '191029.541000', '191029.543000', '191029.546000', '191029.549000', '191029.551000', '191029.554000', '191029.556000', '191029.559000', '191029.562000', '191049.440000', '191049.444000', '191049.446000', '191049.449000', '191049.451000', '191049.454000', '191049.457000', '191049.460000', '191049.462000', '191049.465000', '191049.468000', '191049.470000', '191049.473000', '191049.475000', '191049.478000', '191049.481000', '191049.483000', '191049.486000', '191049.489000', '191049.491000', '191049.494000', '191049.497000', '191049.499000', '191049.502000', '191049.504000', '191049.507000', '191049.510000', '191049.512000', '191049.515000', '191049.518000', '191049.520000', '191049.523000', '191049.525000', '191049.528000', '191049.531000', '191049.533000', '191049.536000', '191049.539000', '191049.541000', '191049.544000', '191049.547000', '191049.549000', '191049.552000', '191049.555000', '191109.441000', '191109.443000', '191109.446000', '191109.449000', '191109.451000', '191109.454000', '191109.457000', '191109.459000', '191109.462000', '191109.465000', '191109.467000', '191109.470000', '191109.473000', '191109.475000', '191109.478000', '191109.480000', '191109.483000', '191109.486000', '191109.488000', '191109.491000', '191109.494000', '191109.496000', '191109.499000', '191109.502000', '191109.504000', '191109.507000', '191109.509000', '191109.512000', '191109.515000', '191109.517000', '191109.520000', '191109.523000', '191109.525000', '191109.528000', '191109.531000', '191109.533000', '191109.537000', '191109.540000', '191109.542000', '191109.545000', '191109.548000', '191109.550000', '191109.553000', '191129.440000', '191129.443000', '191129.446000', '191129.448000', '191129.452000', '191129.454000', '191129.457000', '191129.460000', '191129.462000', '191129.465000', '191129.468000', '191129.470000', '191129.473000', '191129.476000', '191129.478000', '191129.481000', '191129.484000', '191129.486000', '191129.489000', '191129.491000', '191129.494000', '191129.497000', '191129.499000', '191129.502000', '191129.505000', '191129.507000', '191129.510000', '191129.513000', '191129.516000', '191129.518000', '191129.521000', '191129.523000', '191129.526000', '191129.529000', '191129.532000', '191129.534000', '191129.537000', '191129.539000', '191129.542000', '191129.545000', '191129.547000', '191129.550000', '191129.553000', '191129.555000', '191149.440000', '191149.442000', '191149.445000', '191149.448000', '191149.450000', '191149.453000', '191149.456000', '191149.459000', '191149.461000', '191149.464000', '191149.467000', '191149.470000', '191149.472000', '191149.475000', '191149.478000', '191149.480000', '191149.483000', '191149.485000', '191149.494000', '191149.496000', '191149.499000', '191149.502000', '191149.504000', '191149.507000', '191149.510000', '191149.512000', '191149.515000', '191149.518000', '191149.520000', '191149.523000', '191149.525000', '191149.528000', '191149.547000', '191149.550000', '191149.553000', '191149.555000', '191149.558000', '191149.561000', '191149.564000', '191149.566000', '191149.569000', '191149.572000', '191149.574000', '191209.440000', '191209.443000', '191209.445000', '191209.448000', '191209.451000', '191209.453000', '191209.456000', '191209.459000', '191209.461000', '191209.464000', '191209.467000', '191209.469000', '191209.472000', '191209.475000', '191209.477000', '191209.480000', '191209.483000', '191209.485000', '191209.488000', '191209.491000', '191209.493000', '191209.496000', '191209.499000', '191209.501000', '191209.504000', '191209.506000', '191209.509000', '191209.512000', '191209.514000', '191209.517000', '191209.520000', '191209.523000', '191209.525000', '191209.528000', '191209.530000', '191209.533000', '191209.536000', '191209.538000', '191209.541000', '191209.543000', '191209.546000', '191209.549000', '191209.551000', '191209.554000', '191229.441000', '191229.444000', '191229.446000', '191229.449000', '191229.452000', '191229.454000', '191229.457000', '191229.459000', '191229.462000', '191229.465000', '191229.467000', '191229.470000', '191229.473000', '191229.475000', '191229.478000', '191229.481000', '191229.483000', '191229.486000', '191229.490000', '191229.493000', '191229.495000', '191229.498000', '191229.500000', '191229.503000', '191229.506000', '191229.508000', '191229.511000', '191229.513000', '191229.516000', '191229.519000', '191229.522000', '191229.524000', '191229.527000', '191229.530000', '191229.532000', '191229.535000', '191229.537000', '191229.540000', '191229.543000', '191229.545000', '191229.548000', '191229.551000', '191229.553000', '191249.441000', '191249.444000', '191249.447000', '191249.449000', '191249.452000', '191249.455000', '191249.457000', '191249.460000', '191249.463000', '191249.465000', '191249.468000', '191249.471000', '191249.473000', '191249.476000', '191249.478000', '191249.481000', '191249.484000', '191249.487000', '191249.489000', '191249.492000', '191249.494000', '191249.497000', '191249.500000', '191249.502000', '191249.505000', '191249.508000', '191249.510000', '191249.513000', '191249.515000', '191249.518000', '191249.521000', '191249.523000', '191249.526000', '191249.529000', '191249.531000', '191249.534000', '191249.537000', '191249.539000', '191249.542000', '191249.544000', '191249.547000', '191249.550000', '191249.552000', '191249.555000', '191309.441000', '191309.443000', '191309.446000', '191309.449000', '191309.452000', '191309.454000', '191309.457000', '191309.459000', '191309.462000', '191309.465000', '191309.467000', '191309.470000', '191309.473000', '191309.475000', '191309.478000', '191309.480000', '191309.483000', '191309.486000', '191309.488000', '191309.491000', '191309.494000', '191309.496000', '191309.499000', '191309.501000', '191309.504000', '191309.507000', '191309.509000', '191309.512000', '191309.514000', '191309.517000', '191309.520000', '191309.522000', '191309.525000', '191309.528000', '191309.530000', '191309.533000', '191309.536000', '191309.538000', '191309.541000', '191309.543000', '191309.546000', '191309.549000', '191309.559000', '191329.441000', '191329.444000', '191329.446000', '191329.449000', '191329.452000', '191329.454000', '191329.457000', '191329.459000', '191329.462000', '191329.465000', '191329.467000', '191329.470000', '191329.472000', '191329.475000', '191329.478000', '191329.480000', '191329.483000', '191329.486000', '191329.488000', '191329.491000', '191329.494000', '191329.496000', '191329.499000', '191329.502000', '191329.504000', '191329.507000', '191329.509000', '191329.512000', '191329.515000', '191329.517000', '191329.520000', '191329.523000', '191329.525000', '191329.528000', '191329.530000', '191329.533000', '191329.536000', '191329.538000', '191329.541000', '191329.543000', '191329.546000', '191329.549000', '191329.551000', '191329.554000', '191349.441000', '191349.443000', '191349.446000', '191349.449000', '191349.452000', '191349.454000', '191349.457000', '191349.460000', '191349.462000', '191349.465000', '191349.468000', '191349.471000', '191349.473000', '191349.476000', '191349.479000', '191349.481000', '191349.484000', '191349.487000', '191349.489000', '191349.492000', '191349.494000', '191349.497000', '191349.500000', '191349.502000', '191349.505000', '191349.508000', '191349.510000', '191349.513000', '191349.516000', '191349.518000', '191349.521000', '191349.524000', '191349.526000', '191349.529000', '191349.531000', '191349.534000', '191349.537000', '191349.539000', '191349.542000', '191349.545000', '191349.547000', '191349.550000', '191349.552000', '191409.439000', '191409.442000', '191409.445000', '191409.447000', '191409.450000', '191409.453000', '191409.455000', '191409.458000', '191409.461000', '191409.463000', '191409.466000', '191409.468000', '191409.471000', '191409.474000', '191409.476000', '191409.479000', '191409.482000', '191409.484000', '191409.487000', '191409.490000', '191409.492000', '191409.495000', '191409.498000', '191409.500000', '191409.503000', '191409.505000', '191409.508000', '191409.511000', '191409.513000', '191409.516000', '191409.519000', '191409.521000', '191409.524000', '191409.526000', '191409.529000', '191409.532000', '191409.534000', '191409.537000', '191409.540000', '191409.542000', '191409.545000', '191409.548000', '191409.550000', '191409.553000', '191429.440000', '191429.442000', '191429.445000', '191429.448000', '191429.451000', '191429.453000', '191429.456000', '191429.459000', '191429.461000', '191429.464000', '191429.467000', '191429.469000', '191429.472000', '191429.474000', '191429.477000', '191429.480000', '191429.482000', '191429.485000', '191429.488000', '191429.490000', '191429.493000', '191429.495000', '191429.498000', '191429.501000', '191429.503000', '191429.506000', '191429.509000', '191429.511000', '191429.514000', '191429.516000', '191429.519000', '191429.522000', '191429.525000', '191429.528000', '191429.531000', '191429.533000', '191429.536000', '191429.538000', '191429.541000', '191429.552000', '191429.554000', '191429.557000', '191429.560000', '191442.914000', '191442.917000', '191442.920000', '191442.923000', '191442.926000', '191442.929000', '191442.932000', '191442.935000', '191442.937000', '191442.940000', '191442.943000', '191442.946000', '191442.948000', '191442.951000', '191442.954000', '191442.957000', '191442.960000', '191442.963000', '191442.966000', '191442.970000', '191442.973000', '191442.975000', '191442.978000', '191442.981000', '191442.984000', '191442.986000', '191442.989000', '191442.992000', '191442.994000', '191442.997000'], 'InstanceCreationTime': ['190629.478000', '190629.481000', '190629.484000', '190629.487000', '190629.496000', '190629.505000', '190629.507000', '190629.510000', '190629.513000', '190629.515000', '190629.518000', '190629.520000', '190629.523000', '190629.526000', '190629.528000', '190629.531000', '190629.534000', '190629.536000', '190629.539000', '190629.542000', '190629.544000', '190629.547000', '190629.550000', '190629.553000', '190629.555000', '190649.440000', '190649.443000', '190649.446000', '190649.449000', '190649.457000', '190649.459000', '190649.462000', '190649.465000', '190649.467000', '190649.470000', '190649.472000', '190649.475000', '190649.478000', '190649.480000', '190649.483000', '190649.485000', '190649.488000', '190649.491000', '190649.493000', '190649.496000', '190649.499000', '190649.501000', '190649.504000', '190649.506000', '190649.509000', '190649.516000', '190649.518000', '190649.521000', '190649.524000', '190649.526000', '190649.529000', '190649.532000', '190649.534000', '190649.537000', '190649.539000', '190649.542000', '190649.545000', '190649.547000', '190649.550000', '190649.553000', '190649.555000', '190649.558000', '190649.560000', '190709.440000', '190709.443000', '190709.446000', '190709.449000', '190709.451000', '190709.454000', '190709.456000', '190709.459000', '190709.461000', '190709.464000', '190709.466000', '190709.469000', '190709.472000', '190709.474000', '190709.477000', '190709.480000', '190709.483000', '190709.485000', '190709.488000', '190709.491000', '190709.493000', '190709.496000', '190709.498000', '190709.501000', '190709.504000', '190709.506000', '190709.509000', '190709.512000', '190709.514000', '190709.523000', '190709.547000', '190709.555000', '190709.558000', '190709.560000', '190709.563000', '190709.566000', '190709.568000', '190709.571000', '190709.573000', '190709.576000', '190709.579000', '190709.581000', '190709.584000', '190709.587000', '190729.439000', '190729.443000', '190729.445000', '190729.448000', '190729.450000', '190729.453000', '190729.456000', '190729.458000', '190729.461000', '190729.463000', '190729.466000', '190729.468000', '190729.471000', '190729.474000', '190729.476000', '190729.479000', '190729.481000', '190729.484000', '190729.487000', '190729.489000', '190729.492000', '190729.495000', '190729.497000', '190729.500000', '190729.502000', '190729.505000', '190729.508000', '190729.510000', '190729.513000', '190729.516000', '190729.519000', '190729.521000', '190729.524000', '190729.526000', '190729.529000', '190729.531000', '190729.534000', '190729.537000', '190729.539000', '190729.542000', '190729.545000', '190729.547000', '190729.550000', '190749.440000', '190749.443000', '190749.446000', '190749.448000', '190749.451000', '190749.454000', '190749.456000', '190749.459000', '190749.462000', '190749.464000', '190749.467000', '190749.470000', '190749.472000', '190749.475000', '190749.477000', '190749.480000', '190749.483000', '190749.485000', '190749.488000', '190749.491000', '190749.493000', '190749.496000', '190749.498000', '190749.501000', '190749.504000', '190749.506000', '190749.509000', '190749.512000', '190749.514000', '190749.517000', '190749.520000', '190749.522000', '190749.525000', '190749.527000', '190749.530000', '190749.533000', '190749.535000', '190749.538000', '190749.541000', '190749.543000', '190749.546000', '190749.548000', '190749.551000', '190809.441000', '190809.444000', '190809.446000', '190809.449000', '190809.451000', '190809.454000', '190809.457000', '190809.459000', '190809.462000', '190809.465000', '190809.467000', '190809.470000', '190809.472000', '190809.475000', '190809.478000', '190809.481000', '190809.483000', '190809.486000', '190809.488000', '190809.512000', '190809.514000', '190809.517000', '190809.520000', '190809.522000', '190809.525000', '190809.527000', '190809.530000', '190809.533000', '190809.535000', '190809.538000', '190809.541000', '190809.543000', '190809.546000', '190809.548000', '190809.551000', '190809.554000', '190809.556000', '190809.559000', '190809.561000', '190809.564000', '190809.566000', '190809.569000', '190809.572000', '190809.574000', '190829.440000', '190829.443000', '190829.446000', '190829.449000', '190829.452000', '190829.454000', '190829.458000', '190829.460000', '190829.463000', '190829.465000', '190829.468000', '190829.471000', '190829.473000', '190829.476000', '190829.479000', '190829.481000', '190829.484000', '190829.487000', '190829.489000', '190829.492000', '190829.494000', '190829.497000', '190829.500000', '190829.502000', '190829.505000', '190829.508000', '190829.510000', '190829.513000', '190829.516000', '190829.518000', '190829.521000', '190829.524000', '190829.526000', '190829.529000', '190829.531000', '190829.534000', '190829.537000', '190829.540000', '190829.542000', '190829.545000', '190829.548000', '190829.551000', '190829.553000', '190849.440000', '190849.443000', '190849.446000', '190849.448000', '190849.451000', '190849.454000', '190849.457000', '190849.459000', '190849.462000', '190849.465000', '190849.467000', '190849.470000', '190849.472000', '190849.475000', '190849.478000', '190849.480000', '190849.483000', '190849.486000', '190849.488000', '190849.491000', '190849.493000', '190849.496000', '190849.498000', '190849.501000', '190849.504000', '190849.506000', '190849.520000', '190849.523000', '190849.525000', '190849.528000', '190849.530000', '190849.533000', '190849.536000', '190849.538000', '190849.541000', '190849.544000', '190849.546000', '190849.549000', '190849.551000', '190849.554000', '190849.557000', '190849.559000', '190849.562000', '190849.565000', '190909.441000', '190909.443000', '190909.446000', '190909.449000', '190909.452000', '190909.455000', '190909.458000', '190909.460000', '190909.463000', '190909.466000', '190909.468000', '190909.471000', '190909.474000', '190909.477000', '190909.479000', '190909.482000', '190909.484000', '190909.487000', '190909.490000', '190909.492000', '190909.495000', '190909.498000', '190909.500000', '190909.503000', '190909.506000', '190909.508000', '190909.511000', '190909.513000', '190909.516000', '190909.519000', '190909.521000', '190909.524000', '190909.527000', '190909.529000', '190909.532000', '190909.535000', '190909.537000', '190909.540000', '190909.543000', '190909.545000', '190909.548000', '190909.551000', '190909.553000', '190929.439000', '190929.442000', '190929.445000', '190929.448000', '190929.450000', '190929.453000', '190929.455000', '190929.458000', '190929.461000', '190929.463000', '190929.466000', '190929.468000', '190929.471000', '190929.474000', '190929.476000', '190929.479000', '190929.482000', '190929.484000', '190929.487000', '190929.489000', '190929.492000', '190929.495000', '190929.497000', '190929.500000', '190929.503000', '190929.505000', '190929.508000', '190929.511000', '190929.513000', '190929.516000', '190929.519000', '190929.521000', '190929.524000', '190929.527000', '190929.529000', '190929.532000', '190929.535000', '190929.537000', '190929.540000', '190929.543000', '190929.545000', '190929.548000', '190929.550000', '190929.553000', '190949.440000', '190949.443000', '190949.445000', '190949.448000', '190949.451000', '190949.453000', '190949.456000', '190949.459000', '190949.461000', '190949.464000', '190949.467000', '190949.469000', '190949.472000', '190949.475000', '190949.477000', '190949.480000', '190949.482000', '190949.485000', '190949.488000', '190949.490000', '190949.493000', '190949.496000', '190949.499000', '190949.502000', '190949.504000', '190949.507000', '190949.510000', '190949.512000', '190949.515000', '190949.518000', '190949.520000', '190949.523000', '190949.526000', '190949.528000', '190949.531000', '190949.534000', '190949.536000', '190949.539000', '190949.541000', '190949.544000', '190949.547000', '190949.549000', '190949.552000', '191009.440000', '191009.443000', '191009.447000', '191009.449000', '191009.452000', '191009.455000', '191009.457000', '191009.460000', '191009.463000', '191009.465000', '191009.468000', '191009.471000', '191009.473000', '191009.476000', '191009.479000', '191009.481000', '191009.484000', '191009.486000', '191009.489000', '191009.492000', '191009.494000', '191009.497000', '191009.500000', '191009.502000', '191009.505000', '191009.508000', '191009.510000', '191009.513000', '191009.516000', '191009.518000', '191009.521000', '191009.523000', '191009.526000', '191009.529000', '191009.531000', '191009.534000', '191009.537000', '191009.539000', '191009.542000', '191009.545000', '191009.547000', '191009.550000', '191009.553000', '191009.555000', '191029.440000', '191029.443000', '191029.446000', '191029.449000', '191029.451000', '191029.454000', '191029.457000', '191029.468000', '191029.471000', '191029.474000', '191029.477000', '191029.479000', '191029.482000', '191029.485000', '191029.487000', '191029.490000', '191029.493000', '191029.495000', '191029.498000', '191029.501000', '191029.503000', '191029.506000', '191029.509000', '191029.511000', '191029.514000', '191029.517000', '191029.519000', '191029.522000', '191029.525000', '191029.527000', '191029.530000', '191029.533000', '191029.535000', '191029.538000', '191029.541000', '191029.543000', '191029.546000', '191029.549000', '191029.551000', '191029.554000', '191029.556000', '191029.559000', '191029.562000', '191049.440000', '191049.444000', '191049.446000', '191049.449000', '191049.451000', '191049.454000', '191049.457000', '191049.460000', '191049.462000', '191049.465000', '191049.468000', '191049.470000', '191049.473000', '191049.475000', '191049.478000', '191049.481000', '191049.483000', '191049.486000', '191049.489000', '191049.491000', '191049.494000', '191049.497000', '191049.499000', '191049.502000', '191049.504000', '191049.507000', '191049.510000', '191049.512000', '191049.515000', '191049.518000', '191049.520000', '191049.523000', '191049.525000', '191049.528000', '191049.531000', '191049.533000', '191049.536000', '191049.539000', '191049.541000', '191049.544000', '191049.547000', '191049.549000', '191049.552000', '191049.555000', '191109.441000', '191109.443000', '191109.446000', '191109.449000', '191109.451000', '191109.454000', '191109.457000', '191109.459000', '191109.462000', '191109.465000', '191109.467000', '191109.470000', '191109.473000', '191109.475000', '191109.478000', '191109.480000', '191109.483000', '191109.486000', '191109.488000', '191109.491000', '191109.494000', '191109.496000', '191109.499000', '191109.502000', '191109.504000', '191109.507000', '191109.509000', '191109.512000', '191109.515000', '191109.517000', '191109.520000', '191109.523000', '191109.525000', '191109.528000', '191109.531000', '191109.533000', '191109.537000', '191109.540000', '191109.542000', '191109.545000', '191109.548000', '191109.550000', '191109.553000', '191129.440000', '191129.443000', '191129.446000', '191129.448000', '191129.452000', '191129.454000', '191129.457000', '191129.460000', '191129.462000', '191129.465000', '191129.468000', '191129.470000', '191129.473000', '191129.476000', '191129.478000', '191129.481000', '191129.484000', '191129.486000', '191129.489000', '191129.491000', '191129.494000', '191129.497000', '191129.499000', '191129.502000', '191129.505000', '191129.507000', '191129.510000', '191129.513000', '191129.516000', '191129.518000', '191129.521000', '191129.523000', '191129.526000', '191129.529000', '191129.532000', '191129.534000', '191129.537000', '191129.539000', '191129.542000', '191129.545000', '191129.547000', '191129.550000', '191129.553000', '191129.555000', '191149.440000', '191149.442000', '191149.445000', '191149.448000', '191149.450000', '191149.453000', '191149.456000', '191149.459000', '191149.461000', '191149.464000', '191149.467000', '191149.470000', '191149.472000', '191149.475000', '191149.478000', '191149.480000', '191149.483000', '191149.485000', '191149.494000', '191149.496000', '191149.499000', '191149.502000', '191149.504000', '191149.507000', '191149.510000', '191149.512000', '191149.515000', '191149.518000', '191149.520000', '191149.523000', '191149.525000', '191149.528000', '191149.547000', '191149.550000', '191149.553000', '191149.555000', '191149.558000', '191149.561000', '191149.564000', '191149.566000', '191149.569000', '191149.572000', '191149.574000', '191209.440000', '191209.443000', '191209.445000', '191209.448000', '191209.451000', '191209.453000', '191209.456000', '191209.459000', '191209.461000', '191209.464000', '191209.467000', '191209.469000', '191209.472000', '191209.475000', '191209.477000', '191209.480000', '191209.483000', '191209.485000', '191209.488000', '191209.491000', '191209.493000', '191209.496000', '191209.499000', '191209.501000', '191209.504000', '191209.506000', '191209.509000', '191209.512000', '191209.514000', '191209.517000', '191209.520000', '191209.523000', '191209.525000', '191209.528000', '191209.530000', '191209.533000', '191209.536000', '191209.538000', '191209.541000', '191209.543000', '191209.546000', '191209.549000', '191209.551000', '191209.554000', '191229.441000', '191229.444000', '191229.446000', '191229.449000', '191229.452000', '191229.454000', '191229.457000', '191229.459000', '191229.462000', '191229.465000', '191229.467000', '191229.470000', '191229.473000', '191229.475000', '191229.478000', '191229.481000', '191229.483000', '191229.486000', '191229.490000', '191229.493000', '191229.495000', '191229.498000', '191229.500000', '191229.503000', '191229.506000', '191229.508000', '191229.511000', '191229.513000', '191229.516000', '191229.519000', '191229.522000', '191229.524000', '191229.527000', '191229.530000', '191229.532000', '191229.535000', '191229.537000', '191229.540000', '191229.543000', '191229.545000', '191229.548000', '191229.551000', '191229.553000', '191249.441000', '191249.444000', '191249.447000', '191249.449000', '191249.452000', '191249.455000', '191249.457000', '191249.460000', '191249.463000', '191249.465000', '191249.468000', '191249.471000', '191249.473000', '191249.476000', '191249.478000', '191249.481000', '191249.484000', '191249.487000', '191249.489000', '191249.492000', '191249.494000', '191249.497000', '191249.500000', '191249.502000', '191249.505000', '191249.508000', '191249.510000', '191249.513000', '191249.515000', '191249.518000', '191249.521000', '191249.523000', '191249.526000', '191249.529000', '191249.531000', '191249.534000', '191249.537000', '191249.539000', '191249.542000', '191249.544000', '191249.547000', '191249.550000', '191249.552000', '191249.555000', '191309.441000', '191309.443000', '191309.446000', '191309.449000', '191309.452000', '191309.454000', '191309.457000', '191309.459000', '191309.462000', '191309.465000', '191309.467000', '191309.470000', '191309.473000', '191309.475000', '191309.478000', '191309.480000', '191309.483000', '191309.486000', '191309.488000', '191309.491000', '191309.494000', '191309.496000', '191309.499000', '191309.501000', '191309.504000', '191309.507000', '191309.509000', '191309.512000', '191309.514000', '191309.517000', '191309.520000', '191309.522000', '191309.525000', '191309.528000', '191309.530000', '191309.533000', '191309.536000', '191309.538000', '191309.541000', '191309.543000', '191309.546000', '191309.549000', '191309.559000', '191329.441000', '191329.444000', '191329.446000', '191329.449000', '191329.452000', '191329.454000', '191329.457000', '191329.459000', '191329.462000', '191329.465000', '191329.467000', '191329.470000', '191329.472000', '191329.475000', '191329.478000', '191329.480000', '191329.483000', '191329.486000', '191329.488000', '191329.491000', '191329.494000', '191329.496000', '191329.499000', '191329.502000', '191329.504000', '191329.507000', '191329.509000', '191329.512000', '191329.515000', '191329.517000', '191329.520000', '191329.523000', '191329.525000', '191329.528000', '191329.530000', '191329.533000', '191329.536000', '191329.538000', '191329.541000', '191329.543000', '191329.546000', '191329.549000', '191329.551000', '191329.554000', '191349.441000', '191349.443000', '191349.446000', '191349.449000', '191349.452000', '191349.454000', '191349.457000', '191349.460000', '191349.462000', '191349.465000', '191349.468000', '191349.471000', '191349.473000', '191349.476000', '191349.479000', '191349.481000', '191349.484000', '191349.487000', '191349.489000', '191349.492000', '191349.494000', '191349.497000', '191349.500000', '191349.502000', '191349.505000', '191349.508000', '191349.510000', '191349.513000', '191349.516000', '191349.518000', '191349.521000', '191349.524000', '191349.526000', '191349.529000', '191349.531000', '191349.534000', '191349.537000', '191349.539000', '191349.542000', '191349.545000', '191349.547000', '191349.550000', '191349.552000', '191409.439000', '191409.442000', '191409.445000', '191409.447000', '191409.450000', '191409.453000', '191409.455000', '191409.458000', '191409.461000', '191409.463000', '191409.466000', '191409.468000', '191409.471000', '191409.474000', '191409.476000', '191409.479000', '191409.482000', '191409.484000', '191409.487000', '191409.490000', '191409.492000', '191409.495000', '191409.498000', '191409.500000', '191409.503000', '191409.505000', '191409.508000', '191409.511000', '191409.513000', '191409.516000', '191409.519000', '191409.521000', '191409.524000', '191409.526000', '191409.529000', '191409.532000', '191409.534000', '191409.537000', '191409.540000', '191409.542000', '191409.545000', '191409.548000', '191409.550000', '191409.553000', '191429.440000', '191429.442000', '191429.445000', '191429.448000', '191429.451000', '191429.453000', '191429.456000', '191429.459000', '191429.461000', '191429.464000', '191429.467000', '191429.469000', '191429.472000', '191429.474000', '191429.477000', '191429.480000', '191429.482000', '191429.485000', '191429.488000', '191429.490000', '191429.493000', '191429.495000', '191429.498000', '191429.501000', '191429.503000', '191429.506000', '191429.509000', '191429.511000', '191429.514000', '191429.516000', '191429.519000', '191429.522000', '191429.525000', '191429.528000', '191429.531000', '191429.533000', '191429.536000', '191429.538000', '191429.541000', '191429.552000', '191429.554000', '191429.557000', '191429.560000', '191442.914000', '191442.917000', '191442.920000', '191442.923000', '191442.926000', '191442.929000', '191442.932000', '191442.935000', '191442.937000', '191442.940000', '191442.943000', '191442.946000', '191442.948000', '191442.951000', '191442.954000', '191442.957000', '191442.960000', '191442.963000', '191442.966000', '191442.970000', '191442.973000', '191442.975000', '191442.978000', '191442.981000', '191442.984000', '191442.986000', '191442.989000', '191442.992000', '191442.994000', '191442.997000'], '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], 'LargestImagePixelValue': [12136, 9424, 17019, 11846, 7539, 8701, 8048, 12801, 10909, 8346, 9647, 7826, 9465, 8289, 8207, 14063, 9699, 13437, 8491, 7696, 10418, 9773, 12310, 9910, 7806, 8994, 7736, 7399, 13136, 9813, 13801, 12170, 7816, 11214, 8047, 8032, 11529, 8189, 7209, 11167, 7971, 12882, 8615, 8173, 9495, 9613, 7872, 11709, 9171, 14568, 9250, 7952, 11189, 9174, 13583, 11748, 14779, 13537, 8695, 10316, 7840, 7174, 11461, 7904, 11255, 7848, 8183, 8773, 8014, 12625, 10977, 8326, 8138, 8659, 10611, 9962, 8054, 9176, 8445, 8117, 10051, 7844, 10471, 7872, 6977, 9677, 7950, 12505, 9187, 7582, 8326, 8064, 8459, 11732, 7976, 7249, 8217, 8154, 12337, 10599, 7918, 10278, 8092, 6890, 10337, 8279, 12279, 9515, 8059, 11163, 11593, 8390, 15782, 9609, 6784, 10690, 9037, 18297, 13719, 12241, 10362, 8361, 12349, 10266, 9150, 13203, 8192, 9690, 7915, 7389, 12089, 8721, 8237, 8267, 7444, 11142, 8857, 9913, 8741, 7768, 10290, 9696, 10837, 12290, 8019, 10573, 8025, 8277, 12775, 8519, 8481, 8385, 7625, 10694, 9251, 11102, 9832, 7804, 9238, 8702, 7860, 12253, 7939, 7666, 8113, 7329, 12365, 9476, 6762, 8660, 8108, 12071, 10385, 8194, 9668, 8333, 7942, 10375, 7955, 14813, 8044, 6626, 8595, 7914, 12503, 10144, 7507, 9137, 8124, 9245, 11674, 8289, 13472, 8643, 7988, 11027, 11444, 10854, 16313, 9043, 6755, 8305, 8098, 13394, 12107, 8559, 13940, 8202, 6638, 10547, 8212, 17195, 11082, 7838, 8144, 7977, 8934, 12431, 8630, 7563, 7718, 7819, 12658, 10081, 8101, 8990, 8483, 7964, 12172, 8601, 13556, 8591, 7863, 9512, 9168, 8300, 10881, 8461, 7151, 9264, 7920, 14268, 9030, 7404, 8027, 8423, 12113, 11139, 8104, 9668, 8945, 6531, 10190, 8301, 14948, 8621, 7195, 8469, 8771, 12452, 10081, 7951, 9479, 8996, 7286, 14077, 7757, 6674, 9703, 7698, 13246, 9523, 7856, 8403, 8987, 7958, 13122, 10179, 7079, 8157, 7792, 8713, 12209, 8774, 7295, 7816, 8994, 11762, 10903, 8733, 14323, 7896, 8233, 11398, 10526, 13244, 10013, 8306, 10761, 10756, 8599, 12916, 8706, 6743, 8598, 7975, 14131, 10415, 8199, 8833, 9070, 8824, 12588, 7938, 6715, 7677, 7769, 11968, 10418, 8034, 10667, 7813, 7718, 12037, 9074, 7850, 8310, 7968, 8251, 7138, 7752, 9261, 11196, 15215, 11272, 7940, 9708, 8782, 7980, 15025, 11725, 7406, 8596, 8096, 12976, 10254, 7828, 8668, 8975, 7879, 11699, 7845, 11506, 8100, 7088, 11226, 9076, 9875, 8755, 8101, 7160, 8927, 7531, 14385, 9768, 7784, 8303, 7584, 8149, 11859, 7997, 10765, 8283, 7367, 11197, 10198, 8905, 11291, 8397, 6543, 9800, 7967, 14935, 9911, 7521, 8560, 8822, 11694, 11322, 8264, 9772, 7462, 6880, 11903, 7624, 15175, 8322, 7530, 9529, 8707, 13535, 10629, 7898, 9571, 7970, 11415, 10756, 7956, 13104, 7664, 9960, 7863, 7214, 12870, 9068, 7712, 8647, 7235, 11308, 10584, 9863, 11758, 8080, 8248, 10457, 7739, 15981, 10953, 6810, 8556, 7781, 13965, 11085, 7474, 8517, 8401, 9263, 12044, 7540, 10637, 7922, 7336, 11207, 8853, 11221, 9552, 7149, 9137, 8548, 8226, 12450, 8300, 9152, 8259, 7734, 11229, 9740, 12263, 10199, 7618, 10007, 7737, 7467, 13249, 9303, 14761, 8649, 8244, 12372, 9019, 9789, 9724, 7753, 11735, 10757, 7990, 12631, 8202, 6553, 8454, 9356, 13889, 11359, 8211, 9441, 9034, 8952, 12152, 7708, 12335, 7737, 7313, 10918, 9055, 10099, 9079, 7952, 7662, 9097, 7282, 14011, 8250, 7071, 7946, 8274, 11717, 10658, 7542, 9834, 7926, 7638, 12460, 9228, 7115, 8292, 8606, 10124, 12205, 7782, 7315, 8334, 7345, 15035, 10913, 7189, 10802, 7563, 6899, 13242, 10196, 7142, 10623, 7356, 6877, 11427, 8676, 13223, 10532, 7338, 10329, 8891, 7547, 13538, 9923, 6895, 8536, 8274, 11438, 11381, 8399, 13209, 7349, 6717, 10890, 8042, 16811, 10976, 7714, 8540, 8647, 9652, 11939, 7558, 9985, 8040, 7034, 12613, 8870, 6789, 8622, 7284, 12360, 10331, 7604, 9120, 8104, 8063, 11784, 7863, 6947, 8410, 7514, 11310, 10094, 7736, 12216, 7278, 7018, 10235, 9112, 10766, 10480, 8249, 6936, 8855, 7719, 15207, 10674, 7438, 8860, 8535, 12081, 10915, 8233, 11681, 7224, 6840, 11164, 7879, 16488, 10860, 7830, 8345, 8487, 11542, 10849, 8090, 12141, 8592, 6549, 9546, 8010, 14551, 10170, 7057, 8431, 8223, 11284, 10295, 8099, 13035, 7923, 6522, 9101, 7604, 13966, 10643, 7695, 9793, 8611, 7502, 11198, 7292, 12015, 7681, 7641, 10036, 9292, 12126, 10014, 7237, 9943, 9463, 6937, 14017, 7795, 6722, 8709, 8877, 13611, 10437, 7375, 12975, 8868, 7171, 7079, 7088, 6943, 11836, 7871, 7370, 8510, 12131, 8085, 9465, 9115, 8630, 11841, 12683, 12586, 18838, 10917, 6826, 11360, 7708, 8937, 9772, 8835, 8341, 9850, 8447, 9340, 13566, 9005, 7095, 8277, 8528, 11926, 11840, 13441, 15241, 8062, 8675, 8359, 7182, 10612, 7381, 10274, 7129, 7216, 7231, 7660, 11979, 9989, 6958, 8337, 7424, 10571, 10840, 9182, 10359, 7890, 10086, 7976, 7488, 12849, 8085, 11961, 7837, 8297, 10262, 9505, 16001, 11433, 8766, 8431, 8255, 10738, 10193, 8102, 12123, 7933, 9380, 7340, 7111, 11945, 8296, 9774, 8048, 7249, 9942, 8989, 11018, 11010, 7329, 10110, 7275, 6942, 11250, 7907, 14540, 9681, 7097, 7927, 7811, 11294, 9944, 7947, 8838, 7668, 7412, 10162, 7325, 13451, 7964, 7165, 7731, 8262, 12835, 10717, 8546, 10362, 8320, 6839, 9033, 7492, 14186, 9912, 7548, 8649, 7564, 10273, 9440, 10085, 10917, 7582, 9240, 8626, 10025, 11079, 7983, 13951, 8117, 10691, 8312, 7781, 11572, 7767, 14480, 7960, 7432, 7744, 6921, 11546, 7950, 13309, 7993, 7063, 7864, 7053, 11873, 8349, 12393, 7869, 7009, 8614, 7202, 12459, 9297, 7262, 7932, 7125, 10905, 8418, 7618, 8893, 7269, 9124, 8306, 7041, 12833, 9183, 13126, 9077, 8108, 9803, 9629, 13598, 11493, 8421, 11199, 7816, 9618, 11033, 7690, 14849, 8574, 11491, 8253, 6982, 10848, 7642, 15800, 9145, 7043, 8464, 7264, 12392, 9333, 7236, 9003, 7952, 8524, 10170, 7558, 13138, 9216, 7096, 9640, 9283, 7890, 14234, 9993, 8519, 9974, 9013, 9243, 11816, 8543, 14078, 8062, 7606, 10987, 9272, 7672, 12010, 7098, 7478, 8598, 9450, 13339, 11196, 7500, 9221, 6987, 7112, 11991, 9333, 8097, 8068, 7856, 10913, 10579, 8247, 12798, 7412, 6963, 7757, 7752, 12972, 10234, 7863, 8386, 7540, 8181, 11229, 8426, 7493, 8064, 7570, 10480, 10005, 7815, 12390, 7557, 7384, 8838, 8862, 11605, 10644, 8332, 6922, 7589, 7260, 6754, 10368, 9113, 8542, 13143, 8752, 7527, 6812, 8752, 8943, 12879, 10374, 7616, 10121, 7944, 7915, 12096, 8867, 6898, 8092, 7462, 10913, 10822, 7901, 12446, 7471, 8391, 8392, 7736, 12870, 8999, 7460, 8104, 7448, 12109, 9924, 10821, 11099, 8094, 11413, 10517, 8281, 13101, 8558, 6885, 9137, 7891, 14934, 8932, 6935, 8040, 7541, 12426, 10178, 7616, 9105, 8396, 6815, 8636, 7683, 12925, 9366, 7071, 8259, 7853, 11461, 11065, 8725, 13214, 8899, 7196, 8535, 8793, 14685, 11195, 7655, 9008, 8240, 12226, 10508, 7932, 10215, 7846, 8621, 8691, 7466, 12023, 7973, 6716, 7622, 6981, 11657, 8848, 7756, 8296, 7228, 8976, 9260, 8968, 11641, 7131, 9187, 7411, 7844, 11719, 8372, 10700, 8756, 7120, 9757, 10376, 9791, 12743, 8073, 10165, 8129, 7949, 12917, 9294, 9817, 8375, 8234, 11677, 10390, 12831, 10118, 7688, 8625, 8762, 8366, 12241, 8364, 9087, 8138, 7703, 11960, 8981, 8740, 8927, 7583, 10448, 10617, 8048, 11927, 7437, 6685, 10618, 7543, 13254, 8939, 7300, 8467, 9984, 9032], 'WindowCenter': [4079.0, 4045.0, 4075.0, 4052.0, 3996.0, 4005.0, 4008.0, 4048.0, 4038.0, 4018.0, 4027.0, 4006.0, 4015.0, 4007.0, 4006.0, 4048.0, 4029.0, 4048.0, 4004.0, 4007.0, 4026.0, 4027.0, 4047.0, 4027.0, 4006.0, 4016.0, 4007.0, 4006.0, 4050.0, 4040.0, 4060.0, 4049.0, 4020.0, 4038.0, 4007.0, 4005.0, 4037.0, 4004.0, 3995.0, 4036.0, 4009.0, 4060.0, 4019.0, 4019.0, 4027.0, 4027.0, 3994.0, 4036.0, 4016.0, 4048.0, 4004.0, 3992.0, 4023.0, 4014.0, 4035.0, 4024.0, 4044.0, 4033.0, 3991.0, 4010.0, 3990.0, 3970.0, 4023.0, 3994.0, 4025.0, 3994.0, 4005.0, 4004.0, 3994.0, 4036.0, 4025.0, 4003.0, 3993.0, 4015.0, 4025.0, 4028.0, 4006.0, 4015.0, 4006.0, 4005.0, 4026.0, 4006.0, 4027.0, 4007.0, 3997.0, 4028.0, 4019.0, 4049.0, 4028.0, 4009.0, 4019.0, 4020.0, 4019.0, 4051.0, 4020.0, 4009.0, 4018.0, 4033.0, 4060.0, 4041.0, 4020.0, 4039.0, 4019.0, 3999.0, 4039.0, 4020.0, 4062.0, 4030.0, 4019.0, 4051.0, 4050.0, 4020.0, 4075.0, 4030.0, 3987.0, 4027.0, 4016.0, 4061.0, 4051.0, 4037.0, 4026.0, 4005.0, 4035.0, 4026.0, 4015.0, 4048.0, 4005.0, 4014.0, 4006.0, 3994.0, 4037.0, 4018.0, 4004.0, 4005.0, 4006.0, 4037.0, 4018.0, 4027.0, 4016.0, 4008.0, 4039.0, 4028.0, 4038.0, 4052.0, 4008.0, 4037.0, 4007.0, 4016.0, 4048.0, 4019.0, 4017.0, 4005.0, 4008.0, 4038.0, 4028.0, 4051.0, 4029.0, 4008.0, 4027.0, 4018.0, 4006.0, 4050.0, 4008.0, 4007.0, 4019.0, 3997.0, 4052.0, 4041.0, 3986.0, 4018.0, 4021.0, 4050.0, 4041.0, 4020.0, 4027.0, 4018.0, 4006.0, 4037.0, 4008.0, 4061.0, 4008.0, 3986.0, 4018.0, 4019.0, 4048.0, 4040.0, 3998.0, 4027.0, 4020.0, 4029.0, 4050.0, 4020.0, 4062.0, 4019.0, 4020.0, 4051.0, 4050.0, 4040.0, 4074.0, 4019.0, 3986.0, 4005.0, 4019.0, 4049.0, 4050.0, 4019.0, 4058.0, 4006.0, 3985.0, 4037.0, 4006.0, 4071.0, 4038.0, 3995.0, 4005.0, 4008.0, 4016.0, 4050.0, 4018.0, 3994.0, 3994.0, 4007.0, 4049.0, 4040.0, 4007.0, 4016.0, 4016.0, 4005.0, 4047.0, 4017.0, 4049.0, 4016.0, 4007.0, 4026.0, 4026.0, 4018.0, 4038.0, 4005.0, 3997.0, 4028.0, 4005.0, 4061.0, 4018.0, 3995.0, 4007.0, 4018.0, 4037.0, 4039.0, 4009.0, 4027.0, 4017.0, 3985.0, 4026.0, 4017.0, 4060.0, 4018.0, 3985.0, 4016.0, 4017.0, 4049.0, 4041.0, 4006.0, 4028.0, 4027.0, 3996.0, 4071.0, 4008.0, 3986.0, 4028.0, 4007.0, 4048.0, 4028.0, 4008.0, 4017.0, 4028.0, 4019.0, 4061.0, 4041.0, 3998.0, 4019.0, 4020.0, 4029.0, 4060.0, 4031.0, 4008.0, 4007.0, 4031.0, 4049.0, 4039.0, 4018.0, 4060.0, 4006.0, 4017.0, 4037.0, 4037.0, 4049.0, 4027.0, 4005.0, 4036.0, 4037.0, 4015.0, 4048.0, 4015.0, 3983.0, 4015.0, 4006.0, 4060.0, 4026.0, 4006.0, 4017.0, 4017.0, 4016.0, 4049.0, 4007.0, 3984.0, 4006.0, 4006.0, 4037.0, 4039.0, 4008.0, 4038.0, 4007.0, 4019.0, 4049.0, 4029.0, 4019.0, 4017.0, 4018.0, 4019.0, 3998.0, 4009.0, 4040.0, 4051.0, 4075.0, 4052.0, 4009.0, 4026.0, 4016.0, 4006.0, 4060.0, 4049.0, 3983.0, 4003.0, 4005.0, 4045.0, 4026.0, 3995.0, 4002.0, 4015.0, 4004.0, 4035.0, 4007.0, 4037.0, 4005.0, 3997.0, 4037.0, 4017.0, 4028.0, 4017.0, 4006.0, 3996.0, 4015.0, 4006.0, 4058.0, 4027.0, 4007.0, 4006.0, 4008.0, 4006.0, 4049.0, 4019.0, 4038.0, 4005.0, 4007.0, 4037.0, 4038.0, 4018.0, 4039.0, 4007.0, 3987.0, 4028.0, 4008.0, 4072.0, 4030.0, 4007.0, 4016.0, 4029.0, 4047.0, 4051.0, 4019.0, 4026.0, 3997.0, 3997.0, 4048.0, 4007.0, 4061.0, 4006.0, 4006.0, 4028.0, 4017.0, 4048.0, 4040.0, 4008.0, 4026.0, 4008.0, 4038.0, 4039.0, 4007.0, 4060.0, 4008.0, 4026.0, 4007.0, 3995.0, 4048.0, 4031.0, 4007.0, 4017.0, 4008.0, 4038.0, 4040.0, 4041.0, 4051.0, 4009.0, 4018.0, 4038.0, 4007.0, 4072.0, 4041.0, 3985.0, 4016.0, 4006.0, 4047.0, 4039.0, 3995.0, 4016.0, 4018.0, 4027.0, 4048.0, 4008.0, 4038.0, 4006.0, 4009.0, 4039.0, 4029.0, 4039.0, 4028.0, 3997.0, 4028.0, 4018.0, 4016.0, 4049.0, 4019.0, 4028.0, 4019.0, 4020.0, 4050.0, 4028.0, 4048.0, 4038.0, 4007.0, 4027.0, 4006.0, 3995.0, 4062.0, 4032.0, 4060.0, 4016.0, 4017.0, 4046.0, 4017.0, 4028.0, 4026.0, 4007.0, 4035.0, 4036.0, 4006.0, 4049.0, 4016.0, 3986.0, 4017.0, 4027.0, 4059.0, 4038.0, 4006.0, 4014.0, 4016.0, 4015.0, 4037.0, 4006.0, 4037.0, 3993.0, 3996.0, 4036.0, 4016.0, 4039.0, 4019.0, 4006.0, 4008.0, 4028.0, 3996.0, 4073.0, 4018.0, 3997.0, 4007.0, 4019.0, 4049.0, 4041.0, 4009.0, 4039.0, 4020.0, 4007.0, 4050.0, 4031.0, 3998.0, 4017.0, 4029.0, 4038.0, 4064.0, 4010.0, 4009.0, 4018.0, 4009.0, 4061.0, 4039.0, 3998.0, 4038.0, 4007.0, 3996.0, 4059.0, 4039.0, 3999.0, 4039.0, 4009.0, 3998.0, 4050.0, 4019.0, 4060.0, 4039.0, 4009.0, 4039.0, 4028.0, 4007.0, 4060.0, 4042.0, 3996.0, 4017.0, 4019.0, 4047.0, 4049.0, 4019.0, 4049.0, 3995.0, 3985.0, 4037.0, 4006.0, 4070.0, 4040.0, 4006.0, 4017.0, 4017.0, 4026.0, 4049.0, 4008.0, 4027.0, 4007.0, 3995.0, 4049.0, 4030.0, 3986.0, 4017.0, 4009.0, 4048.0, 4041.0, 4009.0, 4029.0, 4019.0, 4017.0, 4049.0, 4019.0, 3996.0, 4017.0, 4009.0, 4048.0, 4039.0, 4019.0, 4051.0, 4009.0, 4009.0, 4040.0, 4029.0, 4051.0, 4053.0, 4020.0, 3997.0, 4028.0, 4008.0, 4062.0, 4041.0, 3997.0, 4017.0, 4018.0, 4037.0, 4039.0, 4007.0, 4038.0, 3994.0, 3985.0, 4037.0, 4007.0, 4070.0, 4038.0, 4006.0, 4018.0, 4029.0, 4036.0, 4036.0, 4006.0, 4048.0, 4016.0, 3975.0, 4026.0, 4006.0, 4058.0, 4040.0, 3984.0, 4004.0, 4007.0, 4036.0, 4025.0, 4006.0, 4049.0, 4006.0, 3975.0, 4016.0, 4006.0, 4048.0, 4039.0, 4007.0, 4027.0, 4019.0, 4007.0, 4037.0, 4009.0, 4048.0, 4007.0, 4008.0, 4039.0, 4029.0, 4052.0, 4029.0, 4007.0, 4028.0, 4028.0, 3997.0, 4072.0, 4009.0, 3987.0, 4017.0, 4028.0, 4063.0, 4040.0, 4009.0, 4063.0, 4041.0, 4012.0, 3999.0, 3997.0, 3997.0, 4050.0, 4019.0, 4011.0, 4029.0, 4063.0, 4022.0, 4042.0, 4030.0, 4019.0, 4049.0, 4052.0, 4051.0, 4071.0, 4028.0, 3988.0, 4049.0, 3995.0, 4015.0, 4028.0, 4017.0, 4006.0, 4026.0, 4019.0, 4029.0, 4062.0, 4020.0, 3999.0, 4008.0, 4018.0, 4038.0, 4039.0, 4048.0, 4059.0, 3996.0, 4005.0, 4006.0, 3985.0, 4026.0, 3997.0, 4028.0, 3987.0, 3996.0, 3997.0, 4009.0, 4051.0, 4043.0, 3999.0, 4009.0, 4000.0, 4040.0, 4041.0, 4031.0, 4030.0, 4009.0, 4028.0, 4008.0, 3997.0, 4052.0, 4010.0, 4039.0, 3997.0, 4008.0, 4028.0, 4028.0, 4061.0, 4039.0, 4007.0, 4007.0, 4008.0, 4027.0, 4029.0, 4009.0, 4051.0, 4008.0, 4017.0, 3996.0, 3987.0, 4039.0, 4022.0, 4029.0, 4006.0, 3998.0, 4028.0, 4019.0, 4039.0, 4042.0, 3998.0, 4029.0, 3998.0, 3999.0, 4040.0, 4010.0, 4062.0, 4031.0, 3986.0, 4007.0, 4010.0, 4039.0, 4030.0, 4011.0, 4018.0, 4010.0, 4010.0, 4040.0, 4011.0, 4077.0, 4022.0, 3999.0, 4009.0, 4022.0, 4063.0, 4044.0, 4020.0, 4040.0, 4020.0, 3989.0, 4030.0, 4010.0, 4062.0, 4043.0, 4008.0, 4018.0, 4010.0, 4028.0, 4030.0, 4028.0, 4041.0, 4009.0, 4018.0, 4019.0, 4027.0, 4041.0, 4010.0, 4061.0, 4010.0, 4027.0, 4007.0, 3995.0, 4039.0, 3997.0, 4061.0, 4007.0, 3996.0, 3997.0, 3987.0, 4037.0, 4009.0, 4049.0, 4009.0, 3986.0, 4009.0, 3997.0, 4039.0, 4020.0, 4050.0, 4009.0, 3987.0, 4020.0, 4009.0, 4050.0, 4031.0, 3996.0, 4007.0, 3998.0, 4039.0, 4022.0, 4021.0, 4029.0, 4022.0, 4032.0, 4034.0, 4011.0, 4064.0, 4033.0, 4063.0, 4031.0, 4009.0, 4029.0, 4030.0, 4050.0, 4052.0, 4020.0, 4040.0, 4009.0, 4029.0, 4039.0, 4008.0, 4064.0, 4019.0, 4039.0, 4007.0, 3987.0, 4038.0, 3997.0, 4073.0, 4030.0, 3986.0, 4019.0, 4007.0, 4050.0, 4031.0, 4010.0, 4029.0, 4020.0, 4020.0, 4040.0, 4010.0, 4065.0, 4030.0, 4000.0, 4042.0, 4031.0, 4020.0, 4063.0, 4042.0, 4020.0, 4028.0, 4032.0, 4028.0, 4050.0, 4020.0, 4060.0, 4007.0, 4009.0, 4039.0, 4029.0, 4011.0, 4052.0, 3998.0, 3999.0, 4020.0, 4029.0, 4050.0, 4042.0, 3999.0, 4019.0, 3996.0, 3998.0, 4039.0, 4031.0, 4007.0, 4005.0, 4009.0, 4037.0, 4038.0, 4018.0, 4051.0, 3998.0, 3998.0, 4007.0, 4009.0, 4049.0, 4042.0, 4008.0, 4008.0, 4009.0, 4018.0, 4040.0, 4021.0, 3997.0, 4007.0, 4009.0, 4039.0, 4030.0, 4010.0, 4063.0, 4011.0, 4010.0, 4030.0, 4028.0, 4050.0, 4054.0, 4021.0, 4001.0, 4011.0, 4010.0, 3990.0, 4041.0, 4032.0, 4032.0, 4064.0, 4031.0, 4021.0, 4000.0, 4031.0, 4031.0, 4062.0, 4043.0, 4011.0, 4041.0, 4021.0, 4020.0, 4050.0, 4033.0, 3999.0, 4008.0, 3998.0, 4039.0, 4041.0, 4010.0, 4065.0, 4011.0, 4020.0, 4021.0, 4021.0, 4063.0, 4032.0, 3998.0, 4008.0, 4012.0, 4051.0, 4042.0, 4042.0, 4050.0, 4020.0, 4051.0, 4040.0, 4020.0, 4062.0, 4019.0, 3999.0, 4028.0, 4008.0, 4062.0, 4019.0, 3997.0, 4007.0, 4009.0, 4049.0, 4040.0, 4008.0, 4019.0, 4019.0, 3988.0, 4019.0, 4008.0, 4061.0, 4032.0, 4000.0, 4019.0, 4022.0, 4050.0, 4051.0, 4022.0, 4064.0, 4019.0, 3997.0, 4019.0, 4018.0, 4061.0, 4043.0, 3997.0, 4015.0, 4007.0, 4037.0, 4028.0, 4007.0, 4026.0, 3995.0, 4006.0, 4016.0, 3995.0, 4049.0, 4009.0, 3985.0, 4007.0, 3998.0, 4048.0, 4030.0, 4009.0, 4019.0, 4010.0, 4030.0, 4030.0, 4029.0, 4052.0, 3999.0, 4018.0, 4010.0, 4020.0, 4050.0, 4020.0, 4041.0, 4019.0, 3999.0, 4030.0, 4042.0, 4031.0, 4065.0, 4022.0, 4029.0, 4020.0, 4019.0, 4052.0, 4032.0, 4028.0, 4006.0, 4019.0, 4039.0, 4031.0, 4051.0, 4029.0, 4008.0, 4019.0, 4020.0, 4017.0, 4052.0, 4021.0, 4031.0, 4008.0, 4021.0, 4051.0, 4031.0, 4021.0, 4030.0, 4010.0, 4039.0, 4041.0, 4022.0, 4053.0, 4011.0, 4001.0, 4041.0, 4010.0, 4062.0, 4030.0, 4009.0, 4021.0, 4041.0, 4030.0], 'WindowWidth': [9082.0, 9028.0, 9074.0, 9029.0, 8945.0, 8953.0, 8963.0, 9017.0, 9006.0, 8977.0, 8985.0, 8957.0, 8968.0, 8960.0, 8955.0, 9023.0, 8994.0, 9016.0, 8952.0, 8960.0, 8985.0, 8988.0, 9015.0, 8986.0, 8957.0, 8971.0, 8963.0, 8959.0, 9027.0, 9010.0, 9038.0, 9019.0, 8986.0, 9007.0, 8960.0, 8954.0, 9000.0, 8953.0, 8939.0, 8998.0, 8966.0, 9039.0, 8980.0, 8977.0, 8986.0, 8984.0, 8935.0, 8996.0, 8970.0, 9019.0, 8951.0, 8930.0, 8973.0, 8963.0, 8996.0, 8980.0, 9004.0, 8989.0, 8925.0, 8950.0, 8923.0, 8899.0, 8977.0, 8938.0, 8980.0, 8935.0, 8952.0, 8950.0, 8938.0, 8998.0, 8979.0, 8945.0, 8932.0, 8968.0, 8980.0, 8989.0, 8956.0, 8966.0, 8955.0, 8953.0, 8984.0, 8958.0, 8987.0, 8958.0, 8946.0, 8990.0, 8980.0, 9024.0, 8992.0, 8966.0, 8981.0, 8984.0, 8979.0, 9028.0, 8984.0, 8966.0, 8976.0, 9005.0, 9040.0, 9015.0, 8982.0, 9008.0, 8979.0, 8954.0, 9007.0, 8984.0, 9044.0, 8995.0, 8980.0, 9027.0, 9025.0, 8985.0, 9073.0, 8997.0, 8932.0, 8986.0, 8971.0, 9049.0, 9028.0, 8999.0, 8982.0, 8954.0, 8994.0, 8984.0, 8967.0, 9019.0, 8952.0, 8964.0, 8956.0, 8937.0, 9001.0, 8978.0, 8952.0, 8953.0, 8960.0, 9001.0, 8976.0, 8988.0, 8969.0, 8962.0, 9004.0, 8991.0, 9003.0, 9030.0, 8961.0, 9000.0, 8962.0, 8971.0, 9019.0, 8980.0, 8971.0, 8954.0, 8963.0, 9002.0, 8991.0, 9025.0, 8993.0, 8961.0, 8988.0, 8977.0, 8961.0, 9025.0, 8964.0, 8960.0, 8979.0, 8949.0, 9030.0, 9014.0, 8932.0, 8976.0, 8986.0, 9024.0, 9015.0, 8982.0, 8988.0, 8976.0, 8956.0, 9003.0, 8964.0, 9043.0, 8964.0, 8932.0, 8976.0, 8979.0, 9018.0, 9012.0, 8950.0, 8987.0, 8984.0, 8993.0, 9025.0, 8984.0, 9046.0, 8979.0, 8983.0, 9025.0, 9024.0, 9010.0, 9067.0, 8980.0, 8930.0, 8954.0, 8978.0, 9021.0, 9026.0, 8979.0, 9033.0, 8956.0, 8929.0, 9002.0, 8960.0, 9059.0, 9004.0, 8939.0, 8954.0, 8963.0, 8972.0, 9027.0, 8980.0, 8940.0, 8940.0, 8962.0, 9021.0, 9011.0, 8959.0, 8969.0, 8971.0, 8955.0, 9016.0, 8974.0, 9022.0, 8969.0, 8959.0, 8986.0, 8985.0, 8977.0, 9004.0, 8956.0, 8947.0, 8989.0, 8956.0, 9042.0, 8976.0, 8944.0, 8960.0, 8977.0, 9000.0, 9009.0, 8967.0, 8988.0, 8974.0, 8933.0, 8986.0, 8973.0, 9043.0, 8976.0, 8929.0, 8973.0, 8976.0, 9024.0, 9013.0, 8960.0, 8991.0, 8988.0, 8946.0, 9058.0, 8963.0, 8931.0, 8990.0, 8961.0, 9021.0, 8989.0, 8963.0, 8976.0, 8992.0, 8980.0, 9044.0, 9013.0, 8952.0, 8982.0, 8984.0, 8994.0, 9041.0, 9000.0, 8964.0, 8962.0, 8998.0, 9020.0, 9011.0, 8979.0, 9039.0, 8957.0, 8974.0, 9001.0, 9002.0, 9024.0, 8986.0, 8953.0, 8997.0, 9002.0, 8971.0, 9019.0, 8967.0, 8923.0, 8967.0, 8957.0, 9039.0, 8985.0, 8957.0, 8975.0, 8974.0, 8973.0, 9023.0, 8960.0, 8927.0, 8960.0, 8959.0, 9003.0, 9007.0, 8964.0, 9003.0, 8961.0, 8983.0, 9020.0, 8995.0, 8982.0, 8972.0, 8980.0, 8981.0, 8953.0, 8968.0, 9011.0, 9026.0, 9073.0, 9032.0, 8966.0, 8986.0, 8971.0, 8955.0, 9044.0, 9022.0, 8921.0, 8947.0, 8955.0, 9010.0, 8986.0, 8939.0, 8946.0, 8968.0, 8951.0, 8996.0, 8961.0, 8999.0, 8951.0, 8948.0, 9001.0, 8976.0, 8989.0, 8972.0, 8958.0, 8944.0, 8971.0, 8958.0, 9036.0, 8989.0, 8959.0, 8956.0, 8963.0, 8958.0, 9020.0, 8981.0, 9004.0, 8954.0, 8960.0, 9000.0, 9003.0, 8978.0, 9005.0, 8959.0, 8934.0, 8991.0, 8964.0, 9061.0, 8996.0, 8959.0, 8971.0, 8994.0, 9016.0, 9029.0, 8978.0, 8984.0, 8945.0, 8947.0, 9016.0, 8962.0, 9044.0, 8957.0, 8957.0, 8989.0, 8975.0, 9020.0, 9012.0, 8963.0, 8984.0, 8964.0, 9002.0, 9005.0, 8961.0, 9039.0, 8962.0, 8983.0, 8962.0, 8943.0, 9019.0, 8999.0, 8961.0, 8972.0, 8965.0, 9003.0, 9009.0, 9015.0, 9027.0, 8965.0, 8976.0, 9003.0, 8960.0, 9064.0, 9011.0, 8927.0, 8971.0, 8958.0, 9018.0, 9007.0, 8942.0, 8970.0, 8977.0, 8985.0, 9018.0, 8964.0, 9004.0, 8958.0, 8968.0, 9007.0, 8993.0, 9006.0, 8989.0, 8947.0, 8989.0, 8978.0, 8971.0, 9023.0, 8980.0, 8991.0, 8979.0, 8986.0, 9023.0, 8993.0, 9020.0, 9006.0, 8960.0, 8986.0, 8957.0, 8942.0, 9044.0, 9004.0, 9039.0, 8972.0, 8976.0, 9014.0, 8975.0, 8990.0, 8983.0, 8958.0, 8996.0, 8998.0, 8959.0, 9023.0, 8970.0, 8930.0, 8973.0, 8989.0, 9036.0, 9005.0, 8956.0, 8965.0, 8971.0, 8968.0, 9002.0, 8960.0, 9002.0, 8937.0, 8947.0, 8998.0, 8974.0, 9008.0, 8979.0, 8959.0, 8964.0, 8991.0, 8947.0, 9062.0, 8979.0, 8945.0, 8960.0, 8980.0, 9019.0, 9014.0, 8965.0, 9005.0, 8983.0, 8961.0, 9026.0, 9001.0, 8949.0, 8974.0, 8993.0, 9004.0, 9050.0, 8967.0, 8968.0, 8979.0, 8966.0, 9044.0, 9010.0, 8952.0, 9003.0, 8963.0, 8947.0, 9034.0, 9009.0, 8953.0, 9008.0, 8966.0, 8954.0, 9021.0, 8980.0, 9039.0, 9009.0, 8965.0, 9006.0, 8992.0, 8963.0, 9040.0, 9016.0, 8946.0, 8972.0, 8981.0, 9016.0, 9022.0, 8982.0, 9023.0, 8942.0, 8930.0, 9000.0, 8959.0, 9056.0, 9010.0, 8957.0, 8972.0, 8974.0, 8982.0, 9021.0, 8962.0, 8985.0, 8959.0, 8943.0, 9021.0, 8997.0, 8931.0, 8975.0, 8968.0, 9018.0, 9014.0, 8965.0, 8991.0, 8982.0, 8976.0, 9022.0, 8980.0, 8946.0, 8972.0, 8969.0, 9017.0, 9009.0, 8982.0, 9028.0, 8966.0, 8968.0, 9008.0, 8995.0, 9027.0, 9030.0, 8981.0, 8950.0, 8991.0, 8964.0, 9048.0, 9016.0, 8947.0, 8971.0, 8977.0, 9001.0, 9007.0, 8962.0, 9003.0, 8939.0, 8931.0, 9001.0, 8961.0, 9055.0, 9004.0, 8958.0, 8976.0, 8995.0, 8998.0, 9001.0, 8960.0, 9019.0, 8970.0, 8914.0, 8984.0, 8956.0, 9034.0, 9010.0, 8927.0, 8950.0, 8960.0, 8996.0, 8983.0, 8957.0, 9023.0, 8956.0, 8914.0, 8971.0, 8957.0, 9019.0, 9009.0, 8960.0, 8985.0, 8979.0, 8962.0, 9001.0, 8967.0, 9019.0, 8961.0, 8964.0, 9006.0, 8994.0, 9028.0, 8993.0, 8961.0, 8990.0, 8990.0, 8948.0, 9060.0, 8967.0, 8933.0, 8973.0, 8989.0, 9044.0, 9008.0, 8969.0, 9049.0, 9017.0, 8978.0, 8953.0, 8947.0, 8949.0, 9023.0, 8979.0, 8973.0, 8996.0, 9045.0, 8989.0, 9014.0, 8994.0, 8980.0, 9018.0, 9032.0, 9025.0, 9059.0, 8988.0, 8933.0, 9017.0, 8939.0, 8967.0, 8986.0, 8970.0, 8954.0, 8981.0, 8978.0, 8991.0, 9044.0, 8982.0, 8952.0, 8960.0, 8974.0, 9002.0, 9007.0, 9017.0, 9034.0, 8941.0, 8950.0, 8954.0, 8925.0, 8981.0, 8944.0, 8986.0, 8930.0, 8942.0, 8945.0, 8966.0, 9024.0, 9015.0, 8951.0, 8962.0, 8953.0, 9005.0, 9009.0, 8994.0, 8991.0, 8961.0, 8985.0, 8960.0, 8944.0, 9028.0, 8966.0, 9003.0, 8944.0, 8961.0, 8988.0, 8986.0, 9043.0, 9007.0, 8957.0, 8957.0, 8961.0, 8985.0, 8990.0, 8963.0, 9023.0, 8959.0, 8968.0, 8943.0, 8932.0, 9005.0, 8984.0, 8988.0, 8955.0, 8947.0, 8986.0, 8979.0, 9005.0, 9012.0, 8949.0, 8990.0, 8948.0, 8953.0, 9008.0, 8967.0, 9046.0, 8996.0, 8931.0, 8957.0, 8967.0, 9005.0, 8995.0, 8970.0, 8976.0, 8967.0, 8970.0, 9009.0, 8970.0, 9072.0, 8987.0, 8953.0, 8966.0, 8987.0, 9045.0, 9021.0, 8983.0, 9009.0, 8982.0, 8937.0, 8995.0, 8967.0, 9047.0, 9018.0, 8963.0, 8975.0, 8966.0, 8990.0, 8993.0, 8989.0, 9012.0, 8963.0, 8973.0, 8976.0, 8985.0, 9010.0, 8969.0, 9042.0, 8965.0, 8986.0, 8959.0, 8939.0, 9005.0, 8947.0, 9039.0, 8958.0, 8940.0, 8946.0, 8931.0, 9002.0, 8965.0, 9024.0, 8963.0, 8930.0, 8962.0, 8947.0, 9004.0, 8982.0, 9023.0, 8963.0, 8931.0, 8983.0, 8967.0, 9024.0, 8998.0, 8945.0, 8959.0, 8950.0, 9006.0, 8988.0, 8988.0, 8997.0, 8989.0, 9001.0, 9006.0, 8971.0, 9049.0, 9008.0, 9046.0, 8999.0, 8966.0, 8993.0, 8994.0, 9024.0, 9031.0, 8980.0, 9007.0, 8965.0, 8991.0, 9005.0, 8961.0, 9050.0, 8979.0, 9004.0, 8957.0, 8931.0, 9001.0, 8946.0, 9064.0, 8996.0, 8930.0, 8977.0, 8962.0, 9024.0, 9001.0, 8968.0, 8991.0, 8982.0, 8982.0, 9009.0, 8971.0, 9051.0, 8997.0, 8956.0, 9014.0, 8997.0, 8982.0, 9049.0, 9016.0, 8982.0, 8989.0, 9000.0, 8991.0, 9024.0, 8982.0, 9037.0, 8959.0, 8966.0, 9006.0, 8993.0, 8971.0, 9031.0, 8951.0, 8952.0, 8981.0, 8992.0, 9025.0, 9016.0, 8952.0, 8976.0, 8945.0, 8948.0, 9008.0, 8997.0, 8959.0, 8954.0, 8964.0, 8999.0, 9003.0, 8977.0, 9027.0, 8948.0, 8948.0, 8960.0, 8963.0, 9022.0, 9016.0, 8962.0, 8962.0, 8966.0, 8974.0, 9009.0, 8984.0, 8947.0, 8959.0, 8965.0, 9003.0, 8994.0, 8968.0, 9045.0, 8969.0, 8970.0, 8994.0, 8991.0, 9022.0, 9033.0, 8984.0, 8957.0, 8970.0, 8965.0, 8940.0, 9011.0, 9000.0, 9001.0, 9051.0, 8999.0, 8987.0, 8958.0, 8998.0, 8998.0, 9044.0, 9018.0, 8970.0, 9009.0, 8983.0, 8980.0, 9026.0, 9003.0, 8952.0, 8962.0, 8951.0, 9004.0, 9010.0, 8969.0, 9049.0, 8970.0, 8981.0, 8984.0, 8984.0, 9047.0, 9002.0, 8950.0, 8961.0, 8974.0, 9026.0, 9014.0, 9014.0, 9023.0, 8981.0, 9025.0, 9009.0, 8981.0, 9042.0, 8977.0, 8950.0, 8990.0, 8962.0, 9045.0, 8980.0, 8947.0, 8959.0, 8967.0, 9022.0, 9010.0, 8964.0, 8978.0, 8976.0, 8936.0, 8978.0, 8963.0, 9042.0, 9002.0, 8955.0, 8977.0, 8988.0, 9021.0, 9024.0, 8986.0, 9046.0, 8978.0, 8945.0, 8978.0, 8975.0, 9043.0, 9020.0, 8946.0, 8966.0, 8960.0, 8998.0, 8988.0, 8959.0, 8983.0, 8938.0, 8956.0, 8970.0, 8940.0, 9019.0, 8962.0, 8927.0, 8959.0, 8951.0, 9017.0, 8995.0, 8966.0, 8976.0, 8967.0, 8995.0, 8994.0, 8993.0, 9029.0, 8953.0, 8975.0, 8968.0, 8982.0, 9021.0, 8984.0, 9011.0, 8979.0, 8953.0, 8994.0, 9014.0, 8997.0, 9051.0, 8985.0, 8990.0, 8981.0, 8979.0, 9028.0, 9002.0, 8987.0, 8955.0, 8976.0, 9003.0, 8995.0, 9025.0, 8989.0, 8961.0, 8978.0, 8979.0, 8973.0, 9028.0, 8985.0, 8995.0, 8963.0, 8986.0, 9026.0, 8999.0, 8985.0, 8992.0, 8967.0, 9007.0, 9011.0, 8987.0, 9031.0, 8972.0, 8958.0, 9012.0, 8970.0, 9043.0, 8993.0, 8966.0, 8983.0, 9012.0, 8995.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.00024406934306569344</td></tr>
<tr><td colspan=3>aqi</td><td>0.028575846532846717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.06214726078534</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2001553242465743</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.968007286538812</td></tr>
<tr><td colspan=3>efc</td><td>0.4819</td></tr>
<tr><td colspan=3>fber</td><td>6055.3286</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12203205743978326</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>136</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.408759124087592</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4940210970518093</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3652601254259857</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690703208575909</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.426099957153533</td></tr>
<tr><td colspan=3>gcor</td><td>0.0048473</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02712102234363556</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03489578142762184</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</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.9747229818903906</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>35.5225</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.548</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.4652</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297102.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.7771</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7566</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.2457</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3211.6665</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.1422</td></tr>
<tr><td colspan=3>tsnr</td><td>37.562177687650546</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>