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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0014_suffix-bold_task-faces" 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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-03_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-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-02_task-faces_acq-mb8_run-03_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-0014/ses-02/func/sub-0014_ses-02_task-faces_acq-mb8_run-03_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>0aa2c5ad8d7747c8188f7d9e33360076</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>16:05:48.225000</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_VE11C_LATEST_20160120</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.998954, 0.00268722, 0.0456377, -0.0104614, 0.98522, 0.170977]</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-03_task-faces_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.0954469</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7747, -7256, 476, -80, -26, 54, 51]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69c960c8-73a3-42ff-a0e1-49af6f149e4f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680121660232544, -0.028067218139767647, 0.12015999108552933, 109.26372528076172], [-0.007209617178887129, 2.6432721614837646, 0.46244311332702637, -105.91155242919922], [0.12244260311126709, -0.45871761441230774, 2.6573874950408936, -49.01698303222656], [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, 914]</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], 'AcquisitionTime': ['160548.225000', '160548.685000', '160549.145000', '160549.605000', '160550.065000', '160550.525000', '160550.985000', '160551.445000', '160551.905000', '160552.365000', '160552.825000', '160553.285000', '160553.745000', '160554.205000', '160554.665000', '160555.125000', '160555.585000', '160556.045000', '160556.505000', '160556.965000', '160557.425000', '160557.885000', '160558.345000', '160558.805000', '160559.265000', '160559.725000', '160600.185000', '160600.645000', '160601.105000', '160601.565000', '160602.025000', '160602.485000', '160602.945000', '160603.405000', '160603.865000', '160604.325000', '160604.785000', '160605.245000', '160605.705000', '160606.165000', '160606.625000', '160607.085000', '160607.545000', '160608.005000', '160608.465000', '160608.925000', '160609.385000', '160609.845000', '160610.305000', '160610.765000', '160611.225000', '160611.685000', '160612.145000', '160612.605000', '160613.065000', '160613.525000', '160613.985000', '160614.445000', '160614.905000', '160615.365000', '160615.825000', '160616.285000', '160616.745000', '160617.205000', '160617.665000', '160618.125000', '160618.585000', '160619.045000', '160619.505000', '160619.965000', '160620.425000', '160620.885000', '160621.345000', '160621.805000', '160622.265000', '160622.725000', '160623.185000', '160623.645000', '160624.105000', '160624.565000', '160625.025000', '160625.485000', '160625.945000', '160626.405000', '160626.865000', '160627.325000', '160627.785000', '160628.245000', '160628.705000', '160629.165000', '160629.625000', '160630.085000', '160630.545000', '160631.005000', '160631.465000', '160631.925000', '160632.385000', '160632.845000', '160633.305000', '160633.765000', '160634.225000', '160634.685000', '160635.145000', '160635.605000', '160636.065000', '160636.525000', '160636.985000', '160637.445000', '160637.905000', '160638.365000', '160638.825000', '160639.285000', '160639.745000', '160640.205000', '160640.665000', '160641.125000', '160641.585000', '160642.045000', '160642.505000', '160642.965000', '160643.425000', '160643.885000', '160644.345000', '160644.805000', '160645.265000', '160645.725000', '160646.185000', '160646.645000', '160647.105000', '160647.565000', '160648.025000', '160648.485000', '160648.945000', '160649.405000', '160649.865000', '160650.325000', '160650.785000', '160651.245000', '160651.705000', '160652.165000', '160652.625000', '160653.085000', '160653.545000', '160654.005000', '160654.465000', '160654.925000', '160655.385000', '160655.845000', '160656.305000', '160656.765000', '160657.225000', '160657.685000', '160658.145000', '160658.605000', '160659.065000', '160659.525000', '160659.985000', '160700.445000', '160700.905000', '160701.365000', '160701.825000', '160702.285000', '160702.745000', '160703.205000', '160703.665000', '160704.125000', '160704.585000', '160705.045000', '160705.505000', '160705.965000', '160706.425000', '160706.885000', '160707.345000', '160707.805000', '160708.265000', '160708.725000', '160709.185000', '160709.645000', '160710.105000', '160710.565000', '160711.025000', '160711.485000', '160711.945000', '160712.405000', '160712.865000', '160713.325000', '160713.785000', '160714.245000', '160714.705000', '160715.165000', '160715.625000', '160716.085000', '160716.545000', '160717.005000', '160717.465000', '160717.925000', '160718.385000', '160718.845000', '160719.305000', '160719.765000', '160720.225000', '160720.685000', '160721.145000', '160721.605000', '160722.065000', '160722.525000', '160722.985000', '160723.445000', '160723.905000', '160724.365000', '160724.825000', '160725.285000', '160725.745000', '160726.205000', '160726.665000', '160727.125000', '160727.585000', '160728.045000', '160728.505000', '160728.965000', '160729.425000', '160729.885000', '160730.345000', '160730.805000', '160731.265000', '160731.725000', '160732.185000', '160732.645000', '160733.105000', '160733.565000', '160734.025000', '160734.485000', '160734.945000', '160735.405000', '160735.865000', '160736.325000', '160736.785000', '160737.245000', '160737.705000', '160738.165000', '160738.625000', '160739.085000', '160739.545000', '160740.005000', '160740.465000', '160740.925000', '160741.385000', '160741.845000', '160742.305000', '160742.765000', '160743.225000', '160743.685000', '160744.145000', '160744.605000', '160745.065000', '160745.525000', '160745.985000', '160746.445000', '160746.905000', '160747.365000', '160747.825000', '160748.285000', '160748.745000', '160749.205000', '160749.665000', '160750.125000', '160750.585000', '160751.045000', '160751.505000', '160751.965000', '160752.425000', '160752.885000', '160753.345000', '160753.805000', '160754.265000', '160754.725000', '160755.185000', '160755.645000', '160756.105000', '160756.565000', '160757.025000', '160757.485000', '160757.945000', '160758.405000', '160758.865000', '160759.325000', '160759.785000', '160800.245000', '160800.705000', '160801.165000', '160801.625000', '160802.085000', '160802.545000', '160803.005000', '160803.465000', '160803.925000', '160804.385000', '160804.845000', '160805.305000', '160805.765000', '160806.225000', '160806.685000', '160807.145000', '160807.605000', '160808.065000', '160808.525000', '160808.985000', '160809.445000', '160809.905000', '160810.365000', '160810.825000', '160811.285000', '160811.745000', '160812.205000', '160812.665000', '160813.125000', '160813.585000', '160814.045000', '160814.505000', '160814.965000', '160815.425000', '160815.885000', '160816.345000', '160816.805000', '160817.265000', '160817.725000', '160818.185000', '160818.645000', '160819.105000', '160819.565000', '160820.025000', '160820.485000', '160820.945000', '160821.405000', '160821.865000', '160822.325000', '160822.785000', '160823.245000', '160823.705000', '160824.165000', '160824.625000', '160825.085000', '160825.545000', '160826.005000', '160826.465000', '160826.925000', '160827.385000', '160827.845000', '160828.305000', '160828.765000', '160829.225000', '160829.685000', '160830.145000', '160830.605000', '160831.065000', '160831.525000', '160831.985000', '160832.445000', '160832.905000', '160833.365000', '160833.825000', '160834.285000', '160834.745000', '160835.205000', '160835.665000', '160836.125000', '160836.585000', '160837.045000', '160837.505000', '160837.965000', '160838.425000', '160838.885000', '160839.345000', '160839.805000', '160840.265000', '160840.725000', '160841.185000', '160841.645000', '160842.105000', '160842.565000', '160843.025000', '160843.485000', '160843.945000', '160844.405000', '160844.865000', '160845.325000', '160845.785000', '160846.245000', '160846.705000', '160847.165000', '160847.625000', '160848.085000', '160848.545000', '160849.005000', '160849.465000', '160849.925000', '160850.385000', '160850.845000', '160851.305000', '160851.765000', '160852.225000', '160852.685000', '160853.145000', '160853.605000', '160854.065000', '160854.525000', '160854.985000', '160855.445000', '160855.905000', '160856.365000', '160856.825000', '160857.285000', '160857.745000', '160858.205000', '160858.665000', '160859.125000', '160859.585000', '160900.045000', '160900.505000', '160900.965000', '160901.425000', '160901.885000', '160902.345000', '160902.805000', '160903.265000', '160903.725000', '160904.185000', '160904.645000', '160905.105000', '160905.565000', '160906.025000', '160906.485000', '160906.945000', '160907.405000', '160907.865000', '160908.325000', '160908.785000', '160909.245000', '160909.705000', '160910.165000', '160910.625000', '160911.085000', '160911.545000', '160912.005000', '160912.465000', '160912.925000', '160913.385000', '160913.845000', '160914.305000', '160914.765000', '160915.225000', '160915.685000', '160916.145000', '160916.605000', '160917.065000', '160917.525000', '160917.985000', '160918.445000', '160918.905000', '160919.365000', '160919.825000', '160920.285000', '160920.745000', '160921.205000', '160921.665000', '160922.125000', '160922.585000', '160923.045000', '160923.505000', '160923.965000', '160924.425000', '160924.885000', '160925.345000', '160925.805000', '160926.265000', '160926.725000', '160927.185000', '160927.645000', '160928.105000', '160928.565000', '160929.025000', '160929.485000', '160929.945000', '160930.405000', '160930.865000', '160931.325000', '160931.785000', '160932.245000', '160932.705000', '160933.165000', '160933.625000', '160934.085000', '160934.545000', '160935.005000', '160935.465000', '160935.925000', '160936.385000', '160936.845000', '160937.305000', '160937.765000', '160938.225000', '160938.685000', '160939.145000', '160939.605000', '160940.065000', '160940.525000', '160940.985000', '160941.445000', '160941.905000', '160942.365000', '160942.825000', '160943.285000', '160943.745000', '160944.205000', '160944.665000', '160945.125000', '160945.585000', '160946.045000', '160946.505000', '160946.965000', '160947.425000', '160947.885000', '160948.345000', '160948.805000', '160949.265000', '160949.725000', '160950.185000', '160950.645000', '160951.105000', '160951.565000', '160952.025000', '160952.485000', '160952.945000', '160953.405000', '160953.865000', '160954.325000', '160954.785000', '160955.245000', '160955.705000', '160956.165000', '160956.625000', '160957.085000', '160957.545000', '160958.005000', '160958.465000', '160958.925000', '160959.385000', '160959.845000', '161000.305000', '161000.765000', '161001.225000', '161001.685000', '161002.145000', '161002.605000', '161003.065000', '161003.525000', '161003.985000', '161004.445000', '161004.905000', '161005.365000', '161005.825000', '161006.285000', '161006.745000', '161007.205000', '161007.665000', '161008.125000', '161008.585000', '161009.045000', '161009.505000', '161009.965000', '161010.425000', '161010.885000', '161011.345000', '161011.805000', '161012.265000', '161012.725000', '161013.185000', '161013.645000', '161014.105000', '161014.565000', '161015.025000', '161015.485000', '161015.945000', '161016.405000', '161016.865000', '161017.325000', '161017.785000', '161018.245000', '161018.705000', '161019.165000', '161019.625000', '161020.085000', '161020.545000', '161021.005000', '161021.465000', '161021.925000', '161022.385000', '161022.845000', '161023.305000', '161023.765000', '161024.225000', '161024.685000', '161025.145000', '161025.605000', '161026.065000', '161026.525000', '161026.985000', '161027.445000', '161027.905000', '161028.365000', '161028.825000', '161029.285000', '161029.745000', '161030.205000', '161030.665000', '161031.125000', '161031.585000', '161032.045000', '161032.505000', '161032.965000', '161033.425000', '161033.885000', '161034.345000', '161034.805000', '161035.265000', '161035.725000', '161036.185000', '161036.645000', '161037.105000', '161037.565000', '161038.025000', '161038.485000', '161038.945000', '161039.405000', '161039.865000', '161040.325000', '161040.785000', '161041.245000', '161041.705000', '161042.165000', '161042.625000', '161043.085000', '161043.545000', '161044.005000', '161044.465000', '161044.925000', '161045.385000', '161045.845000', '161046.305000', '161046.765000', '161047.225000', '161047.685000', '161048.145000', '161048.605000', '161049.065000', '161049.525000', '161049.985000', '161050.445000', '161050.905000', '161051.365000', '161051.825000', '161052.285000', '161052.745000', '161053.205000', '161053.665000', '161054.125000', '161054.585000', '161055.045000', '161055.505000', '161055.965000', '161056.425000', '161056.885000', '161057.345000', '161057.805000', '161058.265000', '161058.725000', '161059.185000', '161059.645000', '161100.105000', '161100.565000', '161101.025000', '161101.485000', '161101.945000', '161102.405000', '161102.865000', '161103.325000', '161103.785000', '161104.245000', '161104.705000', '161105.165000', '161105.625000', '161106.085000', '161106.545000', '161107.005000', '161107.465000', '161107.925000', '161108.385000', '161108.845000', '161109.305000', '161109.765000', '161110.225000', '161110.685000', '161111.145000', '161111.605000', '161112.065000', '161112.525000', '161112.985000', '161113.445000', '161113.905000', '161114.365000', '161114.825000', '161115.285000', '161115.745000', '161116.205000', '161116.665000', '161117.125000', '161117.585000', '161118.045000', '161118.505000', '161118.965000', '161119.425000', '161119.885000', '161120.345000', '161120.805000', '161121.265000', '161121.725000', '161122.185000', '161122.645000', '161123.105000', '161123.565000', '161124.025000', '161124.485000', '161124.945000', '161125.405000', '161125.865000', '161126.325000', '161126.785000', '161127.245000', '161127.705000', '161128.165000', '161128.625000', '161129.085000', '161129.545000', '161130.005000', '161130.465000', '161130.925000', '161131.385000', '161131.845000', '161132.305000', '161132.765000', '161133.225000', '161133.685000', '161134.145000', '161134.605000', '161135.065000', '161135.525000', '161135.985000', '161136.445000', '161136.905000', '161137.365000', '161137.825000', '161138.285000', '161138.745000', '161139.205000', '161139.665000', '161140.125000', '161140.585000', '161141.045000', '161141.505000', '161141.965000', '161142.425000', '161142.885000', '161143.345000', '161143.805000', '161144.265000', '161144.725000', '161145.185000', '161145.645000', '161146.105000', '161146.565000', '161147.025000', '161147.485000', '161147.945000', '161148.405000', '161148.865000', '161149.325000', '161149.785000', '161150.245000', '161150.705000', '161151.165000', '161151.625000', '161152.085000', '161152.545000', '161153.005000', '161153.465000', '161153.925000', '161154.385000', '161154.845000', '161155.305000', '161155.765000', '161156.225000', '161156.685000', '161157.145000', '161157.605000', '161158.065000', '161158.525000', '161158.985000', '161159.445000', '161159.905000', '161200.365000', '161200.825000', '161201.285000', '161201.745000', '161202.205000', '161202.665000', '161203.125000', '161203.585000', '161204.045000', '161204.505000', '161204.965000', '161205.425000', '161205.885000', '161206.345000', '161206.805000', '161207.265000', '161207.725000', '161208.185000', '161208.645000', '161209.105000', '161209.565000', '161210.025000', '161210.485000', '161210.945000', '161211.405000', '161211.865000', '161212.325000', '161212.785000', '161213.245000', '161213.705000', '161214.165000', '161214.625000', '161215.085000', '161215.545000', '161216.005000', '161216.465000', '161216.925000', '161217.385000', '161217.845000', '161218.305000', '161218.765000', '161219.225000', '161219.685000', '161220.145000', '161220.605000', '161221.065000', '161221.525000', '161221.985000', '161222.445000', '161222.905000', '161223.365000', '161223.825000', '161224.285000', '161224.745000', '161225.205000', '161225.665000', '161226.125000', '161226.585000', '161227.045000', '161227.505000', '161227.965000', '161228.425000', '161228.885000', '161229.345000', '161229.805000', '161230.265000', '161230.725000', '161231.185000', '161231.645000', '161232.105000', '161232.565000', '161233.025000', '161233.485000', '161233.945000', '161234.405000', '161234.865000', '161235.325000', '161235.785000', '161236.245000', '161236.705000', '161237.165000', '161237.625000', '161238.085000', '161238.545000', '161239.005000', '161239.465000', '161239.925000', '161240.385000', '161240.845000', '161241.305000', '161241.765000', '161242.225000', '161242.685000', '161243.145000', '161243.605000', '161244.065000', '161244.525000', '161244.985000', '161245.445000', '161245.905000', '161246.365000', '161246.825000', '161247.285000', '161247.745000', '161248.205000'], 'ContentTime': ['160603.430000', '160603.433000', '160603.436000', '160603.439000', '160603.442000', '160603.444000', '160603.447000', '160603.453000', '160603.456000', '160603.459000', '160603.462000', '160603.464000', '160603.471000', '160603.474000', '160603.476000', '160603.479000', '160603.482000', '160603.485000', '160603.487000', '160603.490000', '160603.493000', '160603.496000', '160603.499000', '160603.502000', '160603.505000', '160603.507000', '160603.510000', '160603.513000', '160603.516000', '160603.519000', '160603.521000', '160623.398000', '160623.401000', '160623.404000', '160623.407000', '160623.409000', '160623.412000', '160623.415000', '160623.427000', '160623.430000', '160623.433000', '160623.451000', '160623.454000', '160623.457000', '160623.461000', '160623.464000', '160623.467000', '160623.470000', '160623.473000', '160623.475000', '160623.478000', '160623.481000', '160623.484000', '160623.487000', '160623.489000', '160623.492000', '160623.495000', '160623.498000', '160623.501000', '160623.503000', '160623.506000', '160623.509000', '160623.512000', '160623.514000', '160623.517000', '160623.520000', '160623.523000', '160623.526000', '160623.529000', '160623.531000', '160623.534000', '160623.537000', '160623.540000', '160623.543000', '160643.399000', '160643.402000', '160643.405000', '160643.407000', '160643.410000', '160643.413000', '160643.416000', '160643.419000', '160643.421000', '160643.424000', '160643.427000', '160643.430000', '160643.433000', '160643.435000', '160643.438000', '160643.441000', '160643.444000', '160643.447000', '160643.449000', '160643.452000', '160643.455000', '160643.458000', '160643.461000', '160643.463000', '160643.466000', '160643.469000', '160643.472000', '160643.475000', '160643.478000', '160643.486000', '160643.488000', '160643.491000', '160643.494000', '160643.502000', '160643.505000', '160643.508000', '160643.511000', '160643.514000', '160643.516000', '160643.519000', '160643.522000', '160643.525000', '160643.528000', '160643.530000', '160703.399000', '160703.402000', '160703.405000', '160703.407000', '160703.410000', '160703.413000', '160703.416000', '160703.419000', '160703.422000', '160703.425000', '160703.428000', '160703.430000', '160703.433000', '160703.436000', '160703.439000', '160703.442000', '160703.444000', '160703.447000', '160703.450000', '160703.453000', '160703.456000', '160703.459000', '160703.462000', '160703.465000', '160703.468000', '160703.471000', '160703.473000', '160703.476000', '160703.479000', '160703.491000', '160703.493000', '160703.496000', '160703.499000', '160703.508000', '160703.511000', '160703.513000', '160703.516000', '160703.519000', '160703.522000', '160703.525000', '160703.528000', '160703.531000', '160703.534000', '160723.399000', '160723.402000', '160723.405000', '160723.407000', '160723.410000', '160723.413000', '160723.416000', '160723.419000', '160723.422000', '160723.424000', '160723.427000', '160723.430000', '160723.433000', '160723.436000', '160723.439000', '160723.441000', '160723.444000', '160723.447000', '160723.450000', '160723.453000', '160723.455000', '160723.458000', '160723.461000', '160723.464000', '160723.467000', '160723.470000', '160723.472000', '160723.475000', '160723.478000', '160723.481000', '160723.484000', '160723.487000', '160723.489000', '160723.492000', '160723.495000', '160723.498000', '160723.501000', '160723.504000', '160723.506000', '160723.509000', '160723.512000', '160723.515000', '160723.518000', '160723.520000', '160743.399000', '160743.402000', '160743.405000', '160743.407000', '160743.410000', '160743.413000', '160743.416000', '160743.419000', '160743.422000', '160743.425000', '160743.428000', '160743.431000', '160743.434000', '160743.437000', '160743.440000', '160743.442000', '160743.445000', '160743.448000', '160743.451000', '160743.454000', '160743.456000', '160743.459000', '160743.462000', '160743.465000', '160743.468000', '160743.471000', '160743.486000', '160743.489000', '160743.492000', '160743.495000', '160743.498000', '160743.501000', '160743.504000', '160743.506000', '160743.509000', '160743.512000', '160743.515000', '160743.518000', '160743.521000', '160743.524000', '160743.526000', '160743.529000', '160743.532000', '160803.398000', '160803.401000', '160803.404000', '160803.406000', '160803.409000', '160803.412000', '160803.415000', '160803.418000', '160803.421000', '160803.423000', '160803.426000', '160803.429000', '160803.432000', '160803.435000', '160803.437000', '160803.440000', '160803.443000', '160803.446000', '160803.449000', '160803.452000', '160803.470000', '160803.473000', '160803.476000', '160803.478000', '160803.481000', '160803.484000', '160803.487000', '160803.490000', '160803.492000', '160803.495000', '160803.498000', '160803.501000', '160803.504000', '160803.507000', '160803.510000', '160803.512000', '160803.515000', '160803.518000', '160803.521000', '160803.523000', '160803.526000', '160803.529000', '160803.532000', '160803.535000', '160823.398000', '160823.401000', '160823.404000', '160823.406000', '160823.409000', '160823.412000', '160823.415000', '160823.418000', '160823.421000', '160823.424000', '160823.426000', '160823.429000', '160823.432000', '160823.435000', '160823.438000', '160823.440000', '160823.443000', '160823.446000', '160823.449000', '160823.452000', '160823.455000', '160823.458000', '160823.460000', '160823.463000', '160823.466000', '160823.469000', '160823.472000', '160823.474000', '160823.477000', '160823.480000', '160823.483000', '160823.486000', '160823.489000', '160823.492000', '160823.494000', '160823.497000', '160823.500000', '160823.503000', '160823.506000', '160823.508000', '160823.511000', '160823.515000', '160823.521000', '160843.398000', '160843.401000', '160843.404000', '160843.407000', '160843.409000', '160843.412000', '160843.415000', '160843.418000', '160843.421000', '160843.423000', '160843.426000', '160843.429000', '160843.432000', '160843.435000', '160843.438000', '160843.440000', '160843.443000', '160843.446000', '160843.449000', '160843.452000', '160843.455000', '160843.458000', '160843.461000', '160843.463000', '160843.466000', '160843.469000', '160843.472000', '160843.475000', '160843.478000', '160843.480000', '160843.483000', '160843.486000', '160843.489000', '160843.492000', '160843.495000', '160843.497000', '160843.500000', '160843.503000', '160843.506000', '160843.509000', '160843.511000', '160843.514000', '160843.517000', '160843.520000', '160903.399000', '160903.402000', '160903.405000', '160903.408000', '160903.411000', '160903.413000', '160903.416000', '160903.419000', '160903.422000', '160903.425000', '160903.428000', '160903.430000', '160903.433000', '160903.436000', '160903.439000', '160903.442000', '160903.445000', '160903.448000', '160903.451000', '160903.453000', '160903.456000', '160903.459000', '160903.462000', '160903.465000', '160903.469000', '160903.472000', '160903.474000', '160903.477000', '160903.480000', '160903.483000', '160903.486000', '160903.489000', '160903.492000', '160903.495000', '160903.497000', '160903.500000', '160903.503000', '160903.506000', '160903.509000', '160903.512000', '160903.514000', '160903.517000', '160903.520000', '160923.399000', '160923.402000', '160923.405000', '160923.407000', '160923.410000', '160923.413000', '160923.416000', '160923.419000', '160923.422000', '160923.424000', '160923.427000', '160923.430000', '160923.433000', '160923.436000', '160923.439000', '160923.442000', '160923.445000', '160923.448000', '160923.451000', '160923.453000', '160923.456000', '160923.459000', '160923.462000', '160923.465000', '160923.468000', '160923.471000', '160923.474000', '160923.476000', '160923.479000', '160923.482000', '160923.485000', '160923.488000', '160923.491000', '160923.493000', '160923.496000', '160923.499000', '160923.502000', '160923.505000', '160923.507000', '160923.510000', '160923.513000', '160923.516000', '160923.519000', '160923.522000', '160943.399000', '160943.415000', '160943.418000', '160943.420000', '160943.423000', '160943.426000', '160943.429000', '160943.432000', '160943.434000', '160943.437000', '160943.440000', '160943.443000', '160943.446000', '160943.449000', '160943.451000', '160943.454000', '160943.457000', '160943.460000', '160943.463000', '160943.466000', '160943.469000', '160943.471000', '160943.474000', '160943.477000', '160943.480000', '160943.483000', '160943.486000', '160943.489000', '160943.492000', '160943.494000', '160943.497000', '160943.500000', '160943.503000', '160943.506000', '160943.509000', '160943.512000', '160943.515000', '160943.518000', '160943.520000', '160943.523000', '160943.526000', '160943.529000', '160943.532000', '161003.399000', '161003.402000', '161003.405000', '161003.407000', '161003.410000', '161003.413000', '161003.416000', '161003.419000', '161003.422000', '161003.425000', '161003.428000', '161003.431000', '161003.434000', '161003.436000', '161003.439000', '161003.442000', '161003.445000', '161003.448000', '161003.451000', '161003.454000', '161003.457000', '161003.459000', '161003.462000', '161003.465000', '161003.468000', '161003.471000', '161003.474000', '161003.477000', '161003.480000', '161003.483000', '161003.485000', '161003.488000', '161003.491000', '161003.494000', '161003.497000', '161003.500000', '161003.503000', '161003.506000', '161003.509000', '161003.511000', '161003.514000', '161003.517000', '161003.520000', '161003.523000', '161023.398000', '161023.401000', '161023.404000', '161023.406000', '161023.409000', '161023.412000', '161023.415000', '161023.418000', '161023.421000', '161023.424000', '161023.427000', '161023.429000', '161023.432000', '161023.435000', '161023.438000', '161023.441000', '161023.444000', '161023.447000', '161023.450000', '161023.452000', '161023.455000', '161023.458000', '161023.461000', '161023.464000', '161023.467000', '161023.469000', '161023.473000', '161023.475000', '161023.478000', '161023.481000', '161023.484000', '161023.487000', '161023.490000', '161023.492000', '161023.495000', '161023.498000', '161023.502000', '161023.505000', '161023.508000', '161023.511000', '161023.514000', '161023.516000', '161023.519000', '161043.398000', '161043.401000', '161043.404000', '161043.413000', '161043.416000', '161043.419000', '161043.422000', '161043.425000', '161043.427000', '161043.430000', '161043.433000', '161043.436000', '161043.439000', '161043.442000', '161043.445000', '161043.448000', '161043.451000', '161043.453000', '161043.456000', '161043.459000', '161043.462000', '161043.465000', '161043.468000', '161043.471000', '161043.474000', '161043.477000', '161043.480000', '161043.482000', '161043.485000', '161043.488000', '161043.491000', '161043.494000', '161043.497000', '161043.499000', '161043.502000', '161043.505000', '161043.508000', '161043.511000', '161043.514000', '161043.517000', '161043.520000', '161043.523000', '161043.525000', '161043.528000', '161103.398000', '161103.401000', '161103.404000', '161103.406000', '161103.409000', '161103.412000', '161103.415000', '161103.418000', '161103.421000', '161103.424000', '161103.426000', '161103.429000', '161103.445000', '161103.448000', '161103.451000', '161103.454000', '161103.457000', '161103.460000', '161103.462000', '161103.465000', '161103.468000', '161103.471000', '161103.474000', '161103.477000', '161103.479000', '161103.482000', '161103.485000', '161103.488000', '161103.491000', '161103.494000', '161103.496000', '161103.499000', '161103.502000', '161103.505000', '161103.508000', '161103.511000', '161103.514000', '161103.516000', '161103.519000', '161103.522000', '161103.525000', '161103.528000', '161103.531000', '161123.399000', '161123.402000', '161123.405000', '161123.408000', '161123.411000', '161123.413000', '161123.416000', '161123.424000', '161123.427000', '161123.430000', '161123.432000', '161123.435000', '161123.438000', '161123.441000', '161123.444000', '161123.447000', '161123.449000', '161123.452000', '161123.455000', '161123.458000', '161123.461000', '161123.464000', '161123.466000', '161123.469000', '161123.472000', '161123.475000', '161123.478000', '161123.481000', '161123.484000', '161123.486000', '161123.489000', '161123.492000', '161123.495000', '161123.498000', '161123.501000', '161123.504000', '161123.506000', '161123.509000', '161123.512000', '161123.515000', '161123.520000', '161123.523000', '161123.525000', '161123.528000', '161143.399000', '161143.402000', '161143.405000', '161143.408000', '161143.410000', '161143.413000', '161143.416000', '161143.419000', '161143.422000', '161143.425000', '161143.427000', '161143.430000', '161143.433000', '161143.436000', '161143.439000', '161143.441000', '161143.444000', '161143.447000', '161143.450000', '161143.453000', '161143.456000', '161143.458000', '161143.461000', '161143.464000', '161143.467000', '161143.470000', '161143.473000', '161143.475000', '161143.478000', '161143.481000', '161143.484000', '161143.487000', '161143.490000', '161143.492000', '161143.495000', '161143.498000', '161143.501000', '161143.504000', '161143.506000', '161143.509000', '161143.512000', '161143.515000', '161143.518000', '161203.399000', '161203.402000', '161203.405000', '161203.407000', '161203.410000', '161203.413000', '161203.416000', '161203.419000', '161203.422000', '161203.424000', '161203.427000', '161203.430000', '161203.433000', '161203.436000', '161203.438000', '161203.441000', '161203.444000', '161203.447000', '161203.450000', '161203.453000', '161203.455000', '161203.458000', '161203.461000', '161203.464000', '161203.467000', '161203.469000', '161203.472000', '161203.475000', '161203.478000', '161203.481000', '161203.484000', '161203.486000', '161203.489000', '161203.492000', '161203.495000', '161203.498000', '161203.501000', '161203.503000', '161203.506000', '161203.509000', '161203.512000', '161203.515000', '161203.518000', '161203.521000', '161223.399000', '161223.402000', '161223.405000', '161223.407000', '161223.410000', '161223.413000', '161223.416000', '161223.419000', '161223.422000', '161223.424000', '161223.427000', '161223.430000', '161223.433000', '161223.436000', '161223.439000', '161223.441000', '161223.444000', '161223.447000', '161223.450000', '161223.453000', '161223.456000', '161223.458000', '161223.461000', '161223.473000', '161223.476000', '161223.479000', '161223.482000', '161223.485000', '161223.487000', '161223.490000', '161223.493000', '161223.496000', '161223.499000', '161223.501000', '161223.504000', '161223.507000', '161223.510000', '161223.513000', '161223.516000', '161223.519000', '161223.522000', '161223.524000', '161223.527000', '161243.400000', '161243.403000', '161243.406000', '161243.409000', '161243.412000', '161243.415000', '161243.417000', '161243.420000', '161243.423000', '161243.426000', '161243.429000', '161243.432000', '161243.435000', '161243.437000', '161243.440000', '161243.443000', '161243.446000', '161243.449000', '161243.451000', '161243.454000', '161243.457000', '161243.460000', '161243.463000', '161243.466000', '161243.468000', '161243.471000', '161243.474000', '161243.477000', '161243.480000', '161243.483000', '161243.486000', '161243.488000', '161243.491000', '161243.494000', '161243.497000', '161243.500000', '161243.503000', '161243.505000', '161243.508000', '161243.511000', '161243.514000', '161243.517000', '161243.519000', '161249.440000', '161249.443000', '161249.446000', '161249.450000', '161249.453000', '161249.456000', '161249.459000', '161249.462000', '161249.465000', '161249.468000', '161249.471000', '161249.474000', '161249.477000', '161249.480000'], 'InstanceCreationTime': ['160603.430000', '160603.433000', '160603.436000', '160603.439000', '160603.442000', '160603.444000', '160603.447000', '160603.453000', '160603.456000', '160603.459000', '160603.462000', '160603.464000', '160603.471000', '160603.474000', '160603.476000', '160603.479000', '160603.482000', '160603.485000', '160603.487000', '160603.490000', '160603.493000', '160603.496000', '160603.499000', '160603.502000', '160603.505000', '160603.507000', '160603.510000', '160603.513000', '160603.516000', '160603.519000', '160603.521000', '160623.398000', '160623.401000', '160623.404000', '160623.407000', '160623.409000', '160623.412000', '160623.415000', '160623.427000', '160623.430000', '160623.433000', '160623.451000', '160623.454000', '160623.457000', '160623.461000', '160623.464000', '160623.467000', '160623.470000', '160623.473000', '160623.475000', '160623.478000', '160623.481000', '160623.484000', '160623.487000', '160623.489000', '160623.492000', '160623.495000', '160623.498000', '160623.501000', '160623.503000', '160623.506000', '160623.509000', '160623.512000', '160623.514000', '160623.517000', '160623.520000', '160623.523000', '160623.526000', '160623.529000', '160623.531000', '160623.534000', '160623.537000', '160623.540000', '160623.543000', '160643.399000', '160643.402000', '160643.405000', '160643.407000', '160643.410000', '160643.413000', '160643.416000', '160643.419000', '160643.421000', '160643.424000', '160643.427000', '160643.430000', '160643.433000', '160643.435000', '160643.438000', '160643.441000', '160643.444000', '160643.447000', '160643.449000', '160643.452000', '160643.455000', '160643.458000', '160643.461000', '160643.463000', '160643.466000', '160643.469000', '160643.472000', '160643.475000', '160643.478000', '160643.486000', '160643.488000', '160643.491000', '160643.494000', '160643.502000', '160643.505000', '160643.508000', '160643.511000', '160643.514000', '160643.516000', '160643.519000', '160643.522000', '160643.525000', '160643.528000', '160643.530000', '160703.399000', '160703.402000', '160703.405000', '160703.407000', '160703.410000', '160703.413000', '160703.416000', '160703.419000', '160703.422000', '160703.425000', '160703.428000', '160703.430000', '160703.433000', '160703.436000', '160703.439000', '160703.442000', '160703.444000', '160703.447000', '160703.450000', '160703.453000', '160703.456000', '160703.459000', '160703.462000', '160703.465000', '160703.468000', '160703.471000', '160703.473000', '160703.476000', '160703.479000', '160703.491000', '160703.493000', '160703.496000', '160703.499000', '160703.508000', '160703.511000', '160703.513000', '160703.516000', '160703.519000', '160703.522000', '160703.525000', '160703.528000', '160703.531000', '160703.534000', '160723.399000', '160723.402000', '160723.405000', '160723.407000', '160723.410000', '160723.413000', '160723.416000', '160723.419000', '160723.422000', '160723.424000', '160723.427000', '160723.430000', '160723.433000', '160723.436000', '160723.439000', '160723.441000', '160723.444000', '160723.447000', '160723.450000', '160723.453000', '160723.455000', '160723.458000', '160723.461000', '160723.464000', '160723.467000', '160723.470000', '160723.472000', '160723.475000', '160723.478000', '160723.481000', '160723.484000', '160723.487000', '160723.489000', '160723.492000', '160723.495000', '160723.498000', '160723.501000', '160723.504000', '160723.506000', '160723.509000', '160723.512000', '160723.515000', '160723.518000', '160723.520000', '160743.399000', '160743.402000', '160743.405000', '160743.407000', '160743.410000', '160743.413000', '160743.416000', '160743.419000', '160743.422000', '160743.425000', '160743.428000', '160743.431000', '160743.434000', '160743.437000', '160743.440000', '160743.442000', '160743.445000', '160743.448000', '160743.451000', '160743.454000', '160743.456000', '160743.459000', '160743.462000', '160743.465000', '160743.468000', '160743.471000', '160743.486000', '160743.489000', '160743.492000', '160743.495000', '160743.498000', '160743.501000', '160743.504000', '160743.506000', '160743.509000', '160743.512000', '160743.515000', '160743.518000', '160743.521000', '160743.524000', '160743.526000', '160743.529000', '160743.532000', '160803.398000', '160803.401000', '160803.404000', '160803.406000', '160803.409000', '160803.412000', '160803.415000', '160803.418000', '160803.421000', '160803.423000', '160803.426000', '160803.429000', '160803.432000', '160803.435000', '160803.437000', '160803.440000', '160803.443000', '160803.446000', '160803.449000', '160803.452000', '160803.470000', '160803.473000', '160803.476000', '160803.478000', '160803.481000', '160803.484000', '160803.487000', '160803.490000', '160803.492000', '160803.495000', '160803.498000', '160803.501000', '160803.504000', '160803.507000', '160803.510000', '160803.512000', '160803.515000', '160803.518000', '160803.521000', '160803.523000', '160803.526000', '160803.529000', '160803.532000', '160803.535000', '160823.398000', '160823.401000', '160823.404000', '160823.406000', '160823.409000', '160823.412000', '160823.415000', '160823.418000', '160823.421000', '160823.424000', '160823.426000', '160823.429000', '160823.432000', '160823.435000', '160823.438000', '160823.440000', '160823.443000', '160823.446000', '160823.449000', '160823.452000', '160823.455000', '160823.458000', '160823.460000', '160823.463000', '160823.466000', '160823.469000', '160823.472000', '160823.474000', '160823.477000', '160823.480000', '160823.483000', '160823.486000', '160823.489000', '160823.492000', '160823.494000', '160823.497000', '160823.500000', '160823.503000', '160823.506000', '160823.508000', '160823.511000', '160823.515000', '160823.521000', '160843.398000', '160843.401000', '160843.404000', '160843.407000', '160843.409000', '160843.412000', '160843.415000', '160843.418000', '160843.421000', '160843.423000', '160843.426000', '160843.429000', '160843.432000', '160843.435000', '160843.438000', '160843.440000', '160843.443000', '160843.446000', '160843.449000', '160843.452000', '160843.455000', '160843.458000', '160843.461000', '160843.463000', '160843.466000', '160843.469000', '160843.472000', '160843.475000', '160843.478000', '160843.480000', '160843.483000', '160843.486000', '160843.489000', '160843.492000', '160843.495000', '160843.497000', '160843.500000', '160843.503000', '160843.506000', '160843.509000', '160843.511000', '160843.514000', '160843.517000', '160843.520000', '160903.399000', '160903.402000', '160903.405000', '160903.408000', '160903.411000', '160903.413000', '160903.416000', '160903.419000', '160903.422000', '160903.425000', '160903.428000', '160903.430000', '160903.433000', '160903.436000', '160903.439000', '160903.442000', '160903.445000', '160903.448000', '160903.451000', '160903.453000', '160903.456000', '160903.459000', '160903.462000', '160903.465000', '160903.469000', '160903.472000', '160903.474000', '160903.477000', '160903.480000', '160903.483000', '160903.486000', '160903.489000', '160903.492000', '160903.495000', '160903.497000', '160903.500000', '160903.503000', '160903.506000', '160903.509000', '160903.512000', '160903.514000', '160903.517000', '160903.520000', '160923.399000', '160923.402000', '160923.405000', '160923.407000', '160923.410000', '160923.413000', '160923.416000', '160923.419000', '160923.422000', '160923.424000', '160923.427000', '160923.430000', '160923.433000', '160923.436000', '160923.439000', '160923.442000', '160923.445000', '160923.448000', '160923.451000', '160923.453000', '160923.456000', '160923.459000', '160923.462000', '160923.465000', '160923.468000', '160923.471000', '160923.474000', '160923.476000', '160923.479000', '160923.482000', '160923.485000', '160923.488000', '160923.491000', '160923.493000', '160923.496000', '160923.499000', '160923.502000', '160923.505000', '160923.507000', '160923.510000', '160923.513000', '160923.516000', '160923.519000', '160923.522000', '160943.399000', '160943.415000', '160943.418000', '160943.420000', '160943.423000', '160943.426000', '160943.429000', '160943.432000', '160943.434000', '160943.437000', '160943.440000', '160943.443000', '160943.446000', '160943.449000', '160943.451000', '160943.454000', '160943.457000', '160943.460000', '160943.463000', '160943.466000', '160943.469000', '160943.471000', '160943.474000', '160943.477000', '160943.480000', '160943.483000', '160943.486000', '160943.489000', '160943.492000', '160943.494000', '160943.497000', '160943.500000', '160943.503000', '160943.506000', '160943.509000', '160943.512000', '160943.515000', '160943.518000', '160943.520000', '160943.523000', '160943.526000', '160943.529000', '160943.532000', '161003.399000', '161003.402000', '161003.405000', '161003.407000', '161003.410000', '161003.413000', '161003.416000', '161003.419000', '161003.422000', '161003.425000', '161003.428000', '161003.431000', '161003.434000', '161003.436000', '161003.439000', '161003.442000', '161003.445000', '161003.448000', '161003.451000', '161003.454000', '161003.457000', '161003.459000', '161003.462000', '161003.465000', '161003.468000', '161003.471000', '161003.474000', '161003.477000', '161003.480000', '161003.483000', '161003.485000', '161003.488000', '161003.491000', '161003.494000', '161003.497000', '161003.500000', '161003.503000', '161003.506000', '161003.509000', '161003.511000', '161003.514000', '161003.517000', '161003.520000', '161003.523000', '161023.398000', '161023.401000', '161023.404000', '161023.406000', '161023.409000', '161023.412000', '161023.415000', '161023.418000', '161023.421000', '161023.424000', '161023.427000', '161023.429000', '161023.432000', '161023.435000', '161023.438000', '161023.441000', '161023.444000', '161023.447000', '161023.450000', '161023.452000', '161023.455000', '161023.458000', '161023.461000', '161023.464000', '161023.467000', '161023.469000', '161023.473000', '161023.475000', '161023.478000', '161023.481000', '161023.484000', '161023.487000', '161023.490000', '161023.492000', '161023.495000', '161023.498000', '161023.502000', '161023.505000', '161023.508000', '161023.511000', '161023.514000', '161023.516000', '161023.519000', '161043.398000', '161043.401000', '161043.404000', '161043.413000', '161043.416000', '161043.419000', '161043.422000', '161043.425000', '161043.427000', '161043.430000', '161043.433000', '161043.436000', '161043.439000', '161043.442000', '161043.445000', '161043.448000', '161043.451000', '161043.453000', '161043.456000', '161043.459000', '161043.462000', '161043.465000', '161043.468000', '161043.471000', '161043.474000', '161043.477000', '161043.480000', '161043.482000', '161043.485000', '161043.488000', '161043.491000', '161043.494000', '161043.497000', '161043.499000', '161043.502000', '161043.505000', '161043.508000', '161043.511000', '161043.514000', '161043.517000', '161043.520000', '161043.523000', '161043.525000', '161043.528000', '161103.398000', '161103.401000', '161103.404000', '161103.406000', '161103.409000', '161103.412000', '161103.415000', '161103.418000', '161103.421000', '161103.424000', '161103.426000', '161103.429000', '161103.445000', '161103.448000', '161103.451000', '161103.454000', '161103.457000', '161103.460000', '161103.462000', '161103.465000', '161103.468000', '161103.471000', '161103.474000', '161103.477000', '161103.479000', '161103.482000', '161103.485000', '161103.488000', '161103.491000', '161103.494000', '161103.496000', '161103.499000', '161103.502000', '161103.505000', '161103.508000', '161103.511000', '161103.514000', '161103.516000', '161103.519000', '161103.522000', '161103.525000', '161103.528000', '161103.531000', '161123.399000', '161123.402000', '161123.405000', '161123.408000', '161123.411000', '161123.413000', '161123.416000', '161123.424000', '161123.427000', '161123.430000', '161123.432000', '161123.435000', '161123.438000', '161123.441000', '161123.444000', '161123.447000', '161123.449000', '161123.452000', '161123.455000', '161123.458000', '161123.461000', '161123.464000', '161123.466000', '161123.469000', '161123.472000', '161123.475000', '161123.478000', '161123.481000', '161123.484000', '161123.486000', '161123.489000', '161123.492000', '161123.495000', '161123.498000', '161123.501000', '161123.504000', '161123.506000', '161123.509000', '161123.512000', '161123.515000', '161123.520000', '161123.523000', '161123.525000', '161123.528000', '161143.399000', '161143.402000', '161143.405000', '161143.408000', '161143.410000', '161143.413000', '161143.416000', '161143.419000', '161143.422000', '161143.425000', '161143.427000', '161143.430000', '161143.433000', '161143.436000', '161143.439000', '161143.441000', '161143.444000', '161143.447000', '161143.450000', '161143.453000', '161143.456000', '161143.458000', '161143.461000', '161143.464000', '161143.467000', '161143.470000', '161143.473000', '161143.475000', '161143.478000', '161143.481000', '161143.484000', '161143.487000', '161143.490000', '161143.492000', '161143.495000', '161143.498000', '161143.501000', '161143.504000', '161143.506000', '161143.509000', '161143.512000', '161143.515000', '161143.518000', '161203.399000', '161203.402000', '161203.405000', '161203.407000', '161203.410000', '161203.413000', '161203.416000', '161203.419000', '161203.422000', '161203.424000', '161203.427000', '161203.430000', '161203.433000', '161203.436000', '161203.438000', '161203.441000', '161203.444000', '161203.447000', '161203.450000', '161203.453000', '161203.455000', '161203.458000', '161203.461000', '161203.464000', '161203.467000', '161203.469000', '161203.472000', '161203.475000', '161203.478000', '161203.481000', '161203.484000', '161203.486000', '161203.489000', '161203.492000', '161203.495000', '161203.498000', '161203.501000', '161203.503000', '161203.506000', '161203.509000', '161203.512000', '161203.515000', '161203.518000', '161203.521000', '161223.399000', '161223.402000', '161223.405000', '161223.407000', '161223.410000', '161223.413000', '161223.416000', '161223.419000', '161223.422000', '161223.424000', '161223.427000', '161223.430000', '161223.433000', '161223.436000', '161223.439000', '161223.441000', '161223.444000', '161223.447000', '161223.450000', '161223.453000', '161223.456000', '161223.458000', '161223.461000', '161223.473000', '161223.476000', '161223.479000', '161223.482000', '161223.485000', '161223.487000', '161223.490000', '161223.493000', '161223.496000', '161223.499000', '161223.501000', '161223.504000', '161223.507000', '161223.510000', '161223.513000', '161223.516000', '161223.519000', '161223.522000', '161223.524000', '161223.527000', '161243.400000', '161243.403000', '161243.406000', '161243.409000', '161243.412000', '161243.415000', '161243.417000', '161243.420000', '161243.423000', '161243.426000', '161243.429000', '161243.432000', '161243.435000', '161243.437000', '161243.440000', '161243.443000', '161243.446000', '161243.449000', '161243.451000', '161243.454000', '161243.457000', '161243.460000', '161243.463000', '161243.466000', '161243.468000', '161243.471000', '161243.474000', '161243.477000', '161243.480000', '161243.483000', '161243.486000', '161243.488000', '161243.491000', '161243.494000', '161243.497000', '161243.500000', '161243.503000', '161243.505000', '161243.508000', '161243.511000', '161243.514000', '161243.517000', '161243.519000', '161249.440000', '161249.443000', '161249.446000', '161249.450000', '161249.453000', '161249.456000', '161249.459000', '161249.462000', '161249.465000', '161249.468000', '161249.471000', '161249.474000', '161249.477000', '161249.480000'], '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], 'LargestImagePixelValue': [12063, 9466, 9630, 17702, 13026, 18546, 12140, 12066, 9242, 8992, 13047, 12169, 17487, 11529, 12859, 8659, 9926, 9747, 9882, 14587, 7529, 11463, 8758, 11061, 9042, 14640, 10088, 12461, 8982, 9398, 9188, 8990, 11701, 8127, 14054, 9644, 13262, 8543, 7839, 10099, 7876, 11471, 8925, 14672, 10394, 13952, 11533, 11137, 11022, 9958, 13439, 11355, 18038, 11032, 13655, 9706, 13566, 9288, 11248, 11038, 7289, 11386, 8135, 10983, 8500, 14249, 9016, 13631, 9142, 10971, 9135, 12064, 9409, 14706, 14399, 13048, 11721, 8912, 10224, 8927, 10913, 9028, 13425, 7452, 10846, 7633, 10659, 8434, 11995, 10401, 16475, 9514, 10965, 8459, 9022, 10075, 8416, 14027, 10478, 12988, 9498, 12911, 8673, 12585, 9750, 13811, 12642, 8182, 11184, 7705, 11868, 9497, 16376, 11932, 13255, 8507, 9718, 9000, 8617, 11858, 10599, 15753, 10842, 10463, 8682, 6919, 10021, 8503, 12771, 10906, 15778, 11391, 11845, 8726, 10004, 9171, 10527, 11456, 12711, 15415, 9074, 12497, 7854, 12300, 9032, 11580, 9491, 16906, 12107, 12157, 8663, 7878, 9562, 7338, 10951, 8943, 14708, 10657, 13583, 8807, 9960, 8806, 8666, 10755, 8379, 13037, 9044, 11395, 8113, 10306, 8899, 13247, 14422, 10726, 15055, 8101, 12570, 9038, 11475, 8963, 16444, 10712, 15914, 8640, 10281, 8899, 9283, 9223, 9292, 10810, 8762, 13628, 7708, 11534, 8513, 12694, 8393, 11856, 9586, 8721, 9692, 8454, 10415, 8598, 13504, 8886, 16789, 10622, 12604, 8866, 12004, 8961, 15614, 10127, 13613, 9221, 7355, 11051, 8051, 11167, 8976, 13209, 10350, 7604, 11597, 7773, 12223, 8289, 11692, 8702, 14873, 12151, 15163, 9464, 16129, 9392, 16791, 9762, 17761, 11864, 8853, 9540, 7040, 11139, 8724, 12494, 9822, 13426, 8517, 7471, 10334, 7659, 12460, 9767, 15095, 8814, 9629, 8395, 9212, 9848, 9136, 13410, 7517, 12606, 9174, 11305, 8678, 13190, 9553, 8060, 11676, 7579, 11472, 8665, 14888, 9641, 14397, 12010, 9894, 15539, 8853, 14383, 10462, 14720, 9379, 9395, 10423, 7641, 12449, 9177, 13235, 9305, 7227, 11528, 8566, 15832, 10095, 8523, 9232, 6963, 10985, 8494, 15054, 9751, 9114, 10768, 7053, 10886, 8504, 13414, 9148, 10892, 12384, 7000, 11782, 8670, 12197, 8629, 11070, 12430, 8569, 14955, 9762, 12882, 9366, 13365, 8640, 12804, 15018, 9767, 16428, 10704, 13514, 9706, 12960, 8738, 14110, 15046, 9016, 13519, 7998, 12847, 9219, 13612, 9965, 14534, 8702, 8327, 9268, 7104, 10663, 8798, 13188, 9407, 8615, 11903, 7993, 12634, 7745, 13166, 8977, 17723, 12860, 14665, 10119, 11469, 8535, 9958, 12706, 7908, 12863, 8859, 11980, 8445, 10679, 12177, 7414, 13389, 8983, 12190, 8671, 12018, 10275, 7562, 12083, 8216, 12687, 8941, 11577, 12146, 7605, 14702, 9886, 13145, 9049, 10370, 11304, 8326, 16541, 10234, 13457, 9585, 10717, 9322, 9011, 14636, 9775, 14189, 9827, 13094, 8568, 9361, 9474, 7749, 13059, 9543, 10566, 8148, 7162, 10661, 9126, 14914, 10830, 8546, 10719, 7488, 11655, 8718, 15180, 10466, 15315, 11371, 7972, 12368, 8381, 13896, 8690, 11600, 13446, 7288, 14270, 9506, 13004, 9321, 12293, 9098, 9820, 14148, 7845, 12584, 9036, 11387, 8399, 9274, 11002, 9335, 15439, 10115, 10332, 8652, 7106, 11131, 9711, 14925, 12115, 15805, 9930, 8601, 11081, 7908, 12772, 9725, 18066, 10940, 7692, 11002, 7899, 11485, 8825, 14961, 10398, 8721, 9678, 7191, 11845, 8884, 12948, 9924, 13148, 8457, 7216, 10713, 8158, 12604, 9623, 13070, 10201, 7022, 12369, 8503, 14345, 9282, 11619, 9956, 7207, 11787, 8017, 13447, 9171, 12260, 11730, 7272, 13262, 9081, 12849, 9603, 14958, 9843, 13369, 11398, 8250, 11780, 7243, 11613, 8589, 11510, 8864, 11757, 9914, 6943, 10980, 8050, 11130, 8778, 11005, 13072, 9625, 14202, 10699, 11550, 8676, 10631, 12848, 10865, 16841, 14997, 15305, 9325, 7260, 11280, 8678, 11331, 8983, 13561, 8716, 11610, 10743, 8151, 12501, 8702, 12776, 9493, 15071, 9556, 15496, 14662, 9682, 16658, 11265, 16753, 9566, 7422, 10631, 8263, 12845, 8576, 9759, 12121, 7772, 13269, 8937, 13668, 8739, 9495, 9299, 7726, 13299, 9434, 13378, 8005, 8288, 8877, 7483, 10981, 9603, 14715, 10291, 12355, 8456, 14743, 9285, 12134, 9217, 11668, 9031, 16026, 10612, 8496, 9276, 7159, 11033, 9369, 15213, 10438, 9330, 9900, 7269, 11683, 9833, 15481, 11695, 16625, 9596, 13288, 9262, 13275, 9371, 11788, 11462, 12335, 17306, 9100, 13195, 9798, 12967, 8893, 10859, 12015, 7700, 14068, 10111, 11940, 9164, 14683, 9066, 13986, 9029, 10440, 9644, 7068, 11143, 8722, 12312, 9149, 15432, 9802, 13893, 8747, 12200, 7833, 12634, 8334, 13780, 8456, 12948, 8364, 10918, 9289, 6575, 9629, 7809, 9190, 9688, 9245, 12593, 8295, 12277, 9654, 12446, 10504, 15586, 13761, 15845, 13649, 16046, 11170, 15107, 10372, 12421, 10721, 8459, 11346, 8880, 13540, 10682, 16927, 10106, 11465, 8694, 8745, 11641, 9588, 14594, 11358, 13546, 9116, 10041, 8747, 8477, 12335, 9996, 14527, 10233, 11316, 8600, 8089, 11138, 9252, 14183, 11283, 11670, 8882, 8454, 10005, 7685, 11112, 7648, 12924, 9835, 15672, 9381, 8628, 8658, 7490, 12878, 8832, 11407, 9919, 8055, 10298, 7785, 11064, 8043, 13778, 9789, 15285, 11833, 12729, 11106, 13680, 9312, 12245, 9900, 9375, 11850, 7986, 12097, 8433, 12176, 9331, 14241, 10930, 14762, 9726, 10251, 8544, 8521, 11600, 10369, 15932, 11372, 10400, 9247, 7508, 12340, 10165, 9574, 10611, 9918, 17312, 12252, 9488, 9542, 7651, 12277, 9852, 15144, 11687, 9163, 13969, 9995, 13815, 9332, 10533, 11774, 8440, 14822, 10961, 14085, 9476, 9701, 10040, 7811, 13798, 10839, 14414, 9229, 9469, 8895, 7178, 11251, 9198, 14905, 10244, 7464, 10641, 8233, 10142, 8870, 9648, 14318, 12261, 15791, 10804, 9168, 10628, 7657, 12413, 10436, 18194, 13178, 13481, 9974, 8174, 12980, 10030, 9951, 9097, 7306, 12857, 9601, 10535, 8923, 7109, 10949, 8250, 13901, 9069, 11753, 12924, 7251, 12811, 9348, 13854, 9200, 10979, 10531, 7795, 13523, 9569, 9484, 8277, 7133, 11360, 9650, 15861, 10924, 9323, 9535, 7334, 11496, 9695, 14412, 11559, 17481, 11853, 9981, 9759, 8701, 12379, 10241, 11333, 8830, 7821, 14883, 11219, 12839, 8628, 7351, 11695, 9273, 15593, 10046, 11674, 11582, 7758, 12392, 9572, 14570, 9617, 12257, 12061, 8205, 12845, 9289, 12483, 9665, 14011, 8963, 11794, 9365, 9990, 12285, 7104], 'WindowCenter': [4189.0, 4144.0, 4141.0, 4191.0, 4145.0, 4173.0, 4129.0, 4118.0, 4086.0, 4086.0, 4128.0, 4116.0, 4148.0, 4106.0, 4115.0, 4071.0, 4094.0, 4095.0, 4095.0, 4136.0, 4064.0, 4104.0, 4084.0, 4104.0, 4085.0, 4137.0, 4108.0, 4115.0, 4085.0, 4085.0, 4084.0, 4096.0, 4118.0, 4077.0, 4139.0, 4097.0, 4126.0, 4086.0, 4076.0, 4108.0, 4088.0, 4119.0, 4100.0, 4151.0, 4121.0, 4140.0, 4119.0, 4107.0, 4104.0, 4095.0, 4127.0, 4106.0, 4148.0, 4094.0, 4114.0, 4083.0, 4112.0, 4083.0, 4104.0, 4102.0, 4052.0, 4104.0, 4062.0, 4102.0, 4084.0, 4138.0, 4088.0, 4127.0, 4085.0, 4105.0, 4084.0, 4114.0, 4084.0, 4124.0, 4126.0, 4113.0, 4103.0, 4071.0, 4079.0, 4071.0, 4093.0, 4072.0, 4113.0, 4050.0, 4091.0, 4061.0, 4091.0, 4072.0, 4103.0, 4094.0, 4132.0, 4083.0, 4091.0, 4071.0, 4083.0, 4094.0, 4074.0, 4126.0, 4104.0, 4115.0, 4094.0, 4114.0, 4072.0, 4114.0, 4085.0, 4125.0, 4114.0, 4061.0, 4091.0, 4050.0, 4103.0, 4083.0, 4134.0, 4101.0, 4113.0, 4070.0, 4080.0, 4071.0, 4072.0, 4114.0, 4105.0, 4135.0, 4104.0, 4093.0, 4072.0, 4053.0, 4093.0, 4086.0, 4128.0, 4119.0, 4149.0, 4117.0, 4116.0, 4073.0, 4094.0, 4083.0, 4093.0, 4105.0, 4114.0, 4133.0, 4072.0, 4101.0, 4062.0, 4100.0, 4070.0, 4100.0, 4082.0, 4132.0, 4102.0, 4101.0, 4070.0, 4060.0, 4079.0, 4050.0, 4091.0, 4083.0, 4123.0, 4093.0, 4111.0, 4072.0, 4081.0, 4071.0, 4073.0, 4104.0, 4073.0, 4113.0, 4083.0, 4104.0, 4073.0, 4094.0, 4086.0, 4127.0, 4138.0, 4105.0, 4134.0, 4074.0, 4112.0, 4083.0, 4101.0, 4084.0, 4135.0, 4093.0, 4135.0, 4071.0, 4091.0, 4071.0, 4070.0, 4070.0, 4081.0, 4092.0, 4069.0, 4123.0, 4060.0, 4102.0, 4083.0, 4123.0, 4086.0, 4115.0, 4106.0, 4085.0, 4095.0, 4074.0, 4102.0, 4084.0, 4125.0, 4084.0, 4134.0, 4093.0, 4101.0, 4071.0, 4102.0, 4073.0, 4132.0, 4090.0, 4111.0, 4069.0, 4050.0, 4091.0, 4059.0, 4101.0, 4082.0, 4123.0, 4094.0, 4062.0, 4103.0, 4063.0, 4114.0, 4075.0, 4115.0, 4087.0, 4136.0, 4117.0, 4135.0, 4083.0, 4132.0, 4082.0, 4134.0, 4079.0, 4130.0, 4100.0, 4068.0, 4079.0, 4037.0, 4088.0, 4072.0, 4112.0, 4093.0, 4122.0, 4072.0, 4050.0, 4090.0, 4060.0, 4110.0, 4094.0, 4123.0, 4070.0, 4080.0, 4070.0, 4081.0, 4091.0, 4082.0, 4124.0, 4050.0, 4112.0, 4081.0, 4101.0, 4072.0, 4123.0, 4094.0, 4062.0, 4103.0, 4061.0, 4103.0, 4082.0, 4135.0, 4094.0, 4134.0, 4112.0, 4092.0, 4133.0, 4082.0, 4122.0, 4092.0, 4122.0, 4094.0, 4084.0, 4104.0, 4064.0, 4115.0, 4084.0, 4124.0, 4084.0, 4053.0, 4104.0, 4086.0, 4136.0, 4096.0, 4074.0, 4072.0, 4042.0, 4092.0, 4074.0, 4133.0, 4084.0, 4074.0, 4092.0, 4051.0, 4093.0, 4073.0, 4126.0, 4086.0, 4108.0, 4129.0, 4055.0, 4117.0, 4087.0, 4116.0, 4088.0, 4120.0, 4129.0, 4088.0, 4140.0, 4099.0, 4127.0, 4098.0, 4128.0, 4088.0, 4129.0, 4152.0, 4108.0, 4150.0, 4107.0, 4127.0, 4095.0, 4126.0, 4086.0, 4138.0, 4138.0, 4085.0, 4115.0, 4062.0, 4114.0, 4085.0, 4123.0, 4094.0, 4124.0, 4073.0, 4073.0, 4084.0, 4055.0, 4106.0, 4089.0, 4129.0, 4097.0, 4087.0, 4117.0, 4075.0, 4115.0, 4063.0, 4115.0, 4073.0, 4135.0, 4102.0, 4122.0, 4082.0, 4089.0, 4070.0, 4081.0, 4113.0, 4061.0, 4111.0, 4071.0, 4101.0, 4072.0, 4094.0, 4113.0, 4051.0, 4112.0, 4071.0, 4101.0, 4071.0, 4103.0, 4092.0, 4051.0, 4102.0, 4073.0, 4112.0, 4085.0, 4104.0, 4115.0, 4063.0, 4123.0, 4082.0, 4112.0, 4072.0, 4092.0, 4103.0, 4062.0, 4133.0, 4092.0, 4113.0, 4081.0, 4091.0, 4082.0, 4070.0, 4124.0, 4078.0, 4110.0, 4079.0, 4110.0, 4058.0, 4070.0, 4079.0, 4061.0, 4112.0, 4082.0, 4093.0, 4060.0, 4050.0, 4105.0, 4096.0, 4137.0, 4105.0, 4085.0, 4093.0, 4052.0, 4104.0, 4085.0, 4135.0, 4095.0, 4134.0, 4102.0, 4062.0, 4113.0, 4072.0, 4124.0, 4072.0, 4104.0, 4125.0, 4052.0, 4123.0, 4083.0, 4112.0, 4082.0, 4114.0, 4072.0, 4091.0, 4124.0, 4062.0, 4112.0, 4083.0, 4101.0, 4072.0, 4095.0, 4104.0, 4084.0, 4137.0, 4104.0, 4104.0, 4071.0, 4054.0, 4117.0, 4096.0, 4136.0, 4117.0, 4136.0, 4093.0, 4072.0, 4100.0, 4062.0, 4112.0, 4081.0, 4145.0, 4092.0, 4058.0, 4090.0, 4072.0, 4102.0, 4083.0, 4132.0, 4092.0, 4070.0, 4081.0, 4038.0, 4100.0, 4083.0, 4111.0, 4081.0, 4112.0, 4059.0, 4049.0, 4090.0, 4059.0, 4112.0, 4082.0, 4112.0, 4092.0, 4049.0, 4110.0, 4071.0, 4123.0, 4082.0, 4101.0, 4080.0, 4050.0, 4101.0, 4061.0, 4123.0, 4081.0, 4112.0, 4102.0, 4050.0, 4111.0, 4071.0, 4111.0, 4083.0, 4123.0, 4082.0, 4112.0, 4089.0, 4058.0, 4088.0, 4035.0, 4088.0, 4066.0, 4101.0, 4081.0, 4113.0, 4094.0, 4052.0, 4104.0, 4075.0, 4113.0, 4096.0, 4117.0, 4139.0, 4097.0, 4138.0, 4107.0, 4114.0, 4085.0, 4104.0, 4127.0, 4105.0, 4161.0, 4138.0, 4136.0, 4083.0, 4052.0, 4103.0, 4072.0, 4100.0, 4071.0, 4112.0, 4072.0, 4103.0, 4104.0, 4061.0, 4112.0, 4071.0, 4098.0, 4068.0, 4119.0, 4068.0, 4120.0, 4111.0, 4067.0, 4120.0, 4088.0, 4119.0, 4067.0, 4037.0, 4077.0, 4047.0, 4097.0, 4058.0, 4068.0, 4099.0, 4048.0, 4099.0, 4068.0, 4097.0, 4057.0, 4068.0, 4069.0, 4049.0, 4111.0, 4070.0, 4110.0, 4059.0, 4060.0, 4071.0, 4064.0, 4106.0, 4097.0, 4138.0, 4108.0, 4117.0, 4077.0, 4125.0, 4084.0, 4114.0, 4083.0, 4115.0, 4085.0, 4146.0, 4106.0, 4084.0, 4085.0, 4066.0, 4106.0, 4096.0, 4148.0, 4107.0, 4096.0, 4095.0, 4064.0, 4116.0, 4107.0, 4138.0, 4117.0, 4145.0, 4084.0, 4114.0, 4082.0, 4113.0, 4070.0, 4102.0, 4103.0, 4112.0, 4146.0, 4068.0, 4109.0, 4080.0, 4109.0, 4069.0, 4092.0, 4114.0, 4062.0, 4122.0, 4093.0, 4102.0, 4082.0, 4121.0, 4072.0, 4124.0, 4072.0, 4093.0, 4082.0, 4052.0, 4103.0, 4073.0, 4116.0, 4085.0, 4137.0, 4096.0, 4126.0, 4086.0, 4115.0, 4064.0, 4112.0, 4087.0, 4122.0, 4086.0, 4137.0, 4086.0, 4116.0, 4097.0, 4056.0, 4107.0, 4076.0, 4108.0, 4122.0, 4122.0, 4143.0, 4102.0, 4141.0, 4123.0, 4142.0, 4120.0, 4152.0, 4129.0, 4136.0, 4115.0, 4123.0, 4093.0, 4123.0, 4093.0, 4100.0, 4089.0, 4057.0, 4088.0, 4070.0, 4109.0, 4079.0, 4130.0, 4079.0, 4087.0, 4057.0, 4058.0, 4087.0, 4066.0, 4109.0, 4089.0, 4109.0, 4056.0, 4065.0, 4055.0, 4057.0, 4098.0, 4080.0, 4110.0, 4078.0, 4088.0, 4058.0, 4058.0, 4092.0, 4071.0, 4111.0, 4103.0, 4101.0, 4071.0, 4059.0, 4080.0, 4049.0, 4090.0, 4049.0, 4110.0, 4081.0, 4132.0, 4079.0, 4071.0, 4071.0, 4064.0, 4125.0, 4098.0, 4117.0, 4107.0, 4076.0, 4108.0, 4076.0, 4116.0, 4077.0, 4128.0, 4095.0, 4138.0, 4105.0, 4114.0, 4093.0, 4122.0, 4084.0, 4102.0, 4080.0, 4081.0, 4102.0, 4058.0, 4100.0, 4060.0, 4102.0, 4082.0, 4123.0, 4092.0, 4122.0, 4081.0, 4090.0, 4070.0, 4084.0, 4115.0, 4106.0, 4148.0, 4116.0, 4105.0, 4096.0, 4054.0, 4125.0, 4105.0, 4095.0, 4105.0, 4106.0, 4158.0, 4118.0, 4095.0, 4083.0, 4062.0, 4102.0, 4094.0, 4135.0, 4116.0, 4082.0, 4121.0, 4083.0, 4112.0, 4071.0, 4091.0, 4103.0, 4062.0, 4124.0, 4091.0, 4113.0, 4082.0, 4081.0, 4081.0, 4064.0, 4125.0, 4104.0, 4122.0, 4071.0, 4081.0, 4070.0, 4051.0, 4103.0, 4095.0, 4136.0, 4095.0, 4064.0, 4106.0, 4086.0, 4107.0, 4085.0, 4111.0, 4152.0, 4130.0, 4148.0, 4107.0, 4097.0, 4107.0, 4065.0, 4114.0, 4106.0, 4159.0, 4115.0, 4123.0, 4081.0, 4060.0, 4126.0, 4082.0, 4092.0, 4082.0, 4053.0, 4116.0, 4084.0, 4094.0, 4072.0, 4051.0, 4091.0, 4059.0, 4111.0, 4072.0, 4103.0, 4114.0, 4051.0, 4112.0, 4071.0, 4108.0, 4071.0, 4093.0, 4092.0, 4063.0, 4113.0, 4084.0, 4094.0, 4073.0, 4055.0, 4118.0, 4109.0, 4149.0, 4109.0, 4096.0, 4098.0, 4067.0, 4118.0, 4097.0, 4140.0, 4120.0, 4158.0, 4116.0, 4095.0, 4084.0, 4072.0, 4116.0, 4094.0, 4105.0, 4085.0, 4077.0, 4138.0, 4105.0, 4116.0, 4074.0, 4053.0, 4102.0, 4084.0, 4137.0, 4095.0, 4106.0, 4105.0, 4063.0, 4112.0, 4083.0, 4125.0, 4095.0, 4115.0, 4115.0, 4061.0, 4114.0, 4081.0, 4102.0, 4084.0, 4124.0, 4085.0, 4113.0, 4082.0, 4093.0, 4115.0, 4051.0], 'WindowWidth': [9284.0, 9214.0, 9203.0, 9270.0, 9194.0, 9234.0, 9163.0, 9143.0, 9098.0, 9100.0, 9159.0, 9140.0, 9189.0, 9124.0, 9135.0, 9074.0, 9104.0, 9110.0, 9110.0, 9168.0, 9066.0, 9120.0, 9095.0, 9120.0, 9100.0, 9171.0, 9132.0, 9137.0, 9096.0, 9096.0, 9095.0, 9115.0, 9146.0, 9091.0, 9177.0, 9116.0, 9153.0, 9099.0, 9087.0, 9133.0, 9107.0, 9148.0, 9127.0, 9197.0, 9158.0, 9177.0, 9148.0, 9127.0, 9121.0, 9109.0, 9157.0, 9124.0, 9189.0, 9105.0, 9132.0, 9089.0, 9127.0, 9091.0, 9120.0, 9118.0, 9049.0, 9119.0, 9064.0, 9115.0, 9095.0, 9171.0, 9107.0, 9155.0, 9098.0, 9123.0, 9094.0, 9131.0, 9094.0, 9148.0, 9154.0, 9130.0, 9115.0, 9072.0, 9080.0, 9070.0, 9103.0, 9075.0, 9131.0, 9042.0, 9097.0, 9058.0, 9097.0, 9078.0, 9118.0, 9107.0, 9159.0, 9090.0, 9099.0, 9073.0, 9088.0, 9106.0, 9082.0, 9154.0, 9120.0, 9136.0, 9106.0, 9131.0, 9076.0, 9134.0, 9096.0, 9147.0, 9131.0, 9058.0, 9097.0, 9042.0, 9115.0, 9090.0, 9163.0, 9113.0, 9129.0, 9069.0, 9080.0, 9070.0, 9076.0, 9135.0, 9123.0, 9166.0, 9119.0, 9104.0, 9075.0, 9051.0, 9105.0, 9101.0, 9161.0, 9150.0, 9192.0, 9144.0, 9140.0, 9080.0, 9107.0, 9092.0, 9105.0, 9124.0, 9132.0, 9162.0, 9072.0, 9111.0, 9060.0, 9110.0, 9068.0, 9109.0, 9087.0, 9160.0, 9114.0, 9110.0, 9068.0, 9054.0, 9077.0, 9043.0, 9100.0, 9093.0, 9148.0, 9103.0, 9127.0, 9074.0, 9083.0, 9072.0, 9078.0, 9121.0, 9078.0, 9133.0, 9093.0, 9120.0, 9080.0, 9108.0, 9103.0, 9156.0, 9178.0, 9122.0, 9163.0, 9080.0, 9129.0, 9089.0, 9112.0, 9094.0, 9167.0, 9106.0, 9161.0, 9072.0, 9098.0, 9071.0, 9067.0, 9069.0, 9085.0, 9104.0, 9069.0, 9144.0, 9058.0, 9116.0, 9092.0, 9146.0, 9102.0, 9140.0, 9129.0, 9099.0, 9111.0, 9082.0, 9118.0, 9097.0, 9154.0, 9094.0, 9164.0, 9104.0, 9112.0, 9071.0, 9114.0, 9077.0, 9157.0, 9099.0, 9125.0, 9066.0, 9042.0, 9097.0, 9053.0, 9112.0, 9090.0, 9145.0, 9107.0, 9063.0, 9119.0, 9066.0, 9134.0, 9085.0, 9140.0, 9104.0, 9169.0, 9143.0, 9165.0, 9092.0, 9156.0, 9086.0, 9161.0, 9083.0, 9152.0, 9110.0, 9063.0, 9077.0, 9023.0, 9091.0, 9075.0, 9131.0, 9107.0, 9141.0, 9075.0, 9043.0, 9096.0, 9060.0, 9127.0, 9108.0, 9146.0, 9072.0, 9085.0, 9070.0, 9085.0, 9101.0, 9088.0, 9148.0, 9044.0, 9127.0, 9085.0, 9111.0, 9077.0, 9144.0, 9109.0, 9062.0, 9118.0, 9062.0, 9118.0, 9092.0, 9165.0, 9109.0, 9163.0, 9131.0, 9101.0, 9159.0, 9090.0, 9144.0, 9101.0, 9144.0, 9110.0, 9096.0, 9122.0, 9069.0, 9135.0, 9093.0, 9146.0, 9095.0, 9051.0, 9119.0, 9099.0, 9169.0, 9111.0, 9078.0, 9073.0, 9033.0, 9098.0, 9078.0, 9157.0, 9094.0, 9077.0, 9100.0, 9046.0, 9102.0, 9078.0, 9152.0, 9099.0, 9130.0, 9159.0, 9058.0, 9140.0, 9101.0, 9140.0, 9108.0, 9151.0, 9166.0, 9104.0, 9177.0, 9120.0, 9155.0, 9117.0, 9158.0, 9106.0, 9162.0, 9198.0, 9132.0, 9190.0, 9129.0, 9155.0, 9110.0, 9152.0, 9100.0, 9172.0, 9174.0, 9095.0, 9134.0, 9062.0, 9132.0, 9094.0, 9146.0, 9107.0, 9147.0, 9076.0, 9077.0, 9092.0, 9057.0, 9129.0, 9109.0, 9162.0, 9118.0, 9101.0, 9140.0, 9082.0, 9134.0, 9063.0, 9136.0, 9076.0, 9169.0, 9114.0, 9143.0, 9086.0, 9092.0, 9070.0, 9085.0, 9132.0, 9058.0, 9125.0, 9072.0, 9110.0, 9075.0, 9106.0, 9133.0, 9046.0, 9127.0, 9073.0, 9111.0, 9073.0, 9116.0, 9103.0, 9046.0, 9113.0, 9077.0, 9129.0, 9096.0, 9121.0, 9138.0, 9063.0, 9146.0, 9088.0, 9126.0, 9074.0, 9100.0, 9118.0, 9059.0, 9160.0, 9101.0, 9129.0, 9084.0, 9097.0, 9087.0, 9068.0, 9147.0, 9078.0, 9122.0, 9078.0, 9119.0, 9049.0, 9068.0, 9082.0, 9059.0, 9129.0, 9088.0, 9104.0, 9058.0, 9047.0, 9125.0, 9115.0, 9172.0, 9123.0, 9096.0, 9105.0, 9050.0, 9120.0, 9097.0, 9166.0, 9110.0, 9162.0, 9115.0, 9061.0, 9130.0, 9076.0, 9147.0, 9077.0, 9120.0, 9150.0, 9047.0, 9143.0, 9089.0, 9128.0, 9089.0, 9132.0, 9076.0, 9100.0, 9149.0, 9060.0, 9128.0, 9090.0, 9112.0, 9078.0, 9110.0, 9123.0, 9096.0, 9171.0, 9122.0, 9122.0, 9075.0, 9056.0, 9144.0, 9114.0, 9172.0, 9146.0, 9169.0, 9105.0, 9076.0, 9110.0, 9061.0, 9130.0, 9089.0, 9179.0, 9102.0, 9054.0, 9099.0, 9075.0, 9116.0, 9094.0, 9159.0, 9102.0, 9070.0, 9086.0, 9027.0, 9111.0, 9091.0, 9128.0, 9088.0, 9127.0, 9056.0, 9043.0, 9095.0, 9058.0, 9129.0, 9090.0, 9129.0, 9103.0, 9044.0, 9124.0, 9074.0, 9146.0, 9090.0, 9114.0, 9084.0, 9043.0, 9111.0, 9060.0, 9145.0, 9089.0, 9129.0, 9118.0, 9044.0, 9126.0, 9074.0, 9126.0, 9092.0, 9145.0, 9088.0, 9126.0, 9093.0, 9050.0, 9089.0, 9018.0, 9090.0, 9060.0, 9112.0, 9089.0, 9133.0, 9108.0, 9053.0, 9124.0, 9086.0, 9136.0, 9118.0, 9147.0, 9181.0, 9118.0, 9174.0, 9130.0, 9136.0, 9098.0, 9123.0, 9161.0, 9126.0, 9221.0, 9179.0, 9169.0, 9093.0, 9051.0, 9118.0, 9075.0, 9112.0, 9073.0, 9130.0, 9076.0, 9119.0, 9120.0, 9060.0, 9128.0, 9072.0, 9106.0, 9064.0, 9134.0, 9064.0, 9133.0, 9125.0, 9059.0, 9136.0, 9088.0, 9131.0, 9059.0, 9019.0, 9071.0, 9033.0, 9098.0, 9050.0, 9063.0, 9106.0, 9036.0, 9104.0, 9061.0, 9098.0, 9044.0, 9060.0, 9064.0, 9038.0, 9124.0, 9066.0, 9120.0, 9053.0, 9056.0, 9071.0, 9069.0, 9128.0, 9118.0, 9173.0, 9133.0, 9141.0, 9088.0, 9149.0, 9093.0, 9133.0, 9092.0, 9137.0, 9099.0, 9180.0, 9124.0, 9094.0, 9095.0, 9075.0, 9126.0, 9115.0, 9187.0, 9131.0, 9113.0, 9110.0, 9070.0, 9141.0, 9130.0, 9176.0, 9144.0, 9180.0, 9093.0, 9131.0, 9087.0, 9127.0, 9068.0, 9113.0, 9118.0, 9129.0, 9182.0, 9064.0, 9120.0, 9081.0, 9118.0, 9069.0, 9100.0, 9135.0, 9061.0, 9142.0, 9103.0, 9114.0, 9089.0, 9139.0, 9074.0, 9145.0, 9075.0, 9102.0, 9087.0, 9049.0, 9116.0, 9079.0, 9140.0, 9098.0, 9171.0, 9112.0, 9154.0, 9105.0, 9136.0, 9069.0, 9128.0, 9103.0, 9145.0, 9101.0, 9172.0, 9103.0, 9143.0, 9120.0, 9065.0, 9132.0, 9093.0, 9136.0, 9162.0, 9163.0, 9194.0, 9134.0, 9185.0, 9163.0, 9185.0, 9154.0, 9205.0, 9162.0, 9171.0, 9134.0, 9145.0, 9102.0, 9145.0, 9106.0, 9108.0, 9093.0, 9048.0, 9088.0, 9068.0, 9121.0, 9079.0, 9151.0, 9078.0, 9086.0, 9044.0, 9049.0, 9087.0, 9060.0, 9123.0, 9090.0, 9118.0, 9044.0, 9054.0, 9042.0, 9049.0, 9105.0, 9082.0, 9123.0, 9077.0, 9091.0, 9051.0, 9049.0, 9100.0, 9072.0, 9128.0, 9115.0, 9111.0, 9070.0, 9051.0, 9080.0, 9038.0, 9093.0, 9042.0, 9123.0, 9084.0, 9155.0, 9081.0, 9073.0, 9073.0, 9069.0, 9153.0, 9122.0, 9145.0, 9133.0, 9089.0, 9132.0, 9088.0, 9143.0, 9091.0, 9163.0, 9110.0, 9177.0, 9122.0, 9131.0, 9102.0, 9142.0, 9096.0, 9117.0, 9086.0, 9085.0, 9114.0, 9053.0, 9108.0, 9055.0, 9115.0, 9088.0, 9145.0, 9101.0, 9142.0, 9085.0, 9095.0, 9072.0, 9095.0, 9137.0, 9129.0, 9187.0, 9140.0, 9126.0, 9112.0, 9053.0, 9151.0, 9125.0, 9111.0, 9126.0, 9128.0, 9205.0, 9148.0, 9110.0, 9091.0, 9060.0, 9113.0, 9108.0, 9165.0, 9142.0, 9088.0, 9141.0, 9090.0, 9125.0, 9071.0, 9099.0, 9116.0, 9059.0, 9147.0, 9099.0, 9130.0, 9087.0, 9082.0, 9084.0, 9067.0, 9149.0, 9119.0, 9143.0, 9071.0, 9084.0, 9068.0, 9046.0, 9118.0, 9112.0, 9169.0, 9112.0, 9069.0, 9125.0, 9101.0, 9128.0, 9099.0, 9143.0, 9200.0, 9166.0, 9188.0, 9129.0, 9115.0, 9127.0, 9069.0, 9136.0, 9125.0, 9205.0, 9139.0, 9144.0, 9085.0, 9057.0, 9152.0, 9087.0, 9102.0, 9091.0, 9053.0, 9139.0, 9091.0, 9105.0, 9073.0, 9047.0, 9097.0, 9053.0, 9124.0, 9074.0, 9116.0, 9133.0, 9045.0, 9125.0, 9070.0, 9115.0, 9071.0, 9102.0, 9101.0, 9063.0, 9132.0, 9093.0, 9107.0, 9079.0, 9058.0, 9145.0, 9136.0, 9191.0, 9134.0, 9114.0, 9118.0, 9075.0, 9144.0, 9118.0, 9179.0, 9151.0, 9202.0, 9139.0, 9110.0, 9092.0, 9073.0, 9137.0, 9107.0, 9120.0, 9095.0, 9090.0, 9174.0, 9125.0, 9139.0, 9080.0, 9050.0, 9114.0, 9093.0, 9167.0, 9111.0, 9126.0, 9123.0, 9067.0, 9127.0, 9090.0, 9147.0, 9110.0, 9134.0, 9136.0, 9059.0, 9133.0, 9086.0, 9113.0, 9091.0, 9144.0, 9097.0, 9132.0, 9090.0, 9103.0, 9135.0, 9047.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.00024020879120879122</td></tr>
<tr><td colspan=3>aqi</td><td>0.01592715186813187</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.44561403298131</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1965205445324523</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000794541859185</td></tr>
<tr><td colspan=3>efc</td><td>0.5079</td></tr>
<tr><td colspan=3>fber</td><td>3394.7061</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07467345166922507</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.32967032967032966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6045226027982644</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.533408575962469</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.871770386077113</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.408388846355211</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117883</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007842154242098331</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03634575381875038</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.613456034672781</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>14.1659</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.2275</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.8415</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296779.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.5363</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8693</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.2866</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3226.662</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.161</td></tr>
<tr><td colspan=3>tsnr</td><td>40.84692360274494</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>