<?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-0006_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0006_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0006_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-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-02/func/sub-0006_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e09d474e738548334e49d8d74c49471b</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>10:01:13.265000</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.999145, 0.0158279, 0.0381909, -0.00732421, 0.976964, -0.213279]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.109008</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7689, -7255, 567, -49, 0, -10, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>faca045b-350a-4cf1-8f16-c976c1968d11||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.680633306503296, -0.019650310277938843, 0.1098545491695404, 114.83248138427734], [-0.0424649715423584, 2.6211228370666504, -0.5746044516563416, -75.30205535888672], [0.10246337205171585, 0.5722106695175171, 2.6358606815338135, -71.75321960449219], [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': ['100113.265000', '100113.725000', '100114.185000', '100114.645000', '100115.105000', '100115.565000', '100116.025000', '100116.485000', '100116.945000', '100117.405000', '100117.865000', '100118.325000', '100118.785000', '100119.245000', '100119.705000', '100120.165000', '100120.625000', '100121.085000', '100121.545000', '100122.005000', '100122.465000', '100122.925000', '100123.385000', '100123.845000', '100124.305000', '100124.765000', '100125.225000', '100125.685000', '100126.145000', '100126.605000', '100127.065000', '100127.525000', '100127.985000', '100128.445000', '100128.905000', '100129.365000', '100129.825000', '100130.285000', '100130.745000', '100131.205000', '100131.665000', '100132.125000', '100132.585000', '100133.045000', '100133.505000', '100133.965000', '100134.425000', '100134.885000', '100135.345000', '100135.805000', '100136.265000', '100136.725000', '100137.185000', '100137.645000', '100138.105000', '100138.565000', '100139.025000', '100139.485000', '100139.945000', '100140.405000', '100140.865000', '100141.325000', '100141.785000', '100142.245000', '100142.705000', '100143.165000', '100143.625000', '100144.085000', '100144.545000', '100145.005000', '100145.465000', '100145.925000', '100146.385000', '100146.845000', '100147.305000', '100147.765000', '100148.225000', '100148.685000', '100149.145000', '100149.605000', '100150.065000', '100150.525000', '100150.985000', '100151.445000', '100151.905000', '100152.365000', '100152.825000', '100153.285000', '100153.745000', '100154.205000', '100154.665000', '100155.125000', '100155.585000', '100156.045000', '100156.505000', '100156.965000', '100157.425000', '100157.885000', '100158.345000', '100158.805000', '100159.265000', '100159.725000', '100200.185000', '100200.645000', '100201.105000', '100201.565000', '100202.025000', '100202.485000', '100202.945000', '100203.405000', '100203.865000', '100204.325000', '100204.785000', '100205.245000', '100205.705000', '100206.165000', '100206.625000', '100207.085000', '100207.545000', '100208.005000', '100208.465000', '100208.925000', '100209.385000', '100209.845000', '100210.305000', '100210.765000', '100211.225000', '100211.685000', '100212.145000', '100212.605000', '100213.065000', '100213.525000', '100213.985000', '100214.445000', '100214.905000', '100215.365000', '100215.825000', '100216.285000', '100216.745000', '100217.205000', '100217.665000', '100218.125000', '100218.585000', '100219.045000', '100219.505000', '100219.965000', '100220.425000', '100220.885000', '100221.345000', '100221.805000', '100222.265000', '100222.725000', '100223.185000', '100223.645000', '100224.105000', '100224.565000', '100225.025000', '100225.485000', '100225.945000', '100226.405000', '100226.865000', '100227.325000', '100227.785000', '100228.245000', '100228.705000', '100229.165000', '100229.625000', '100230.085000', '100230.545000', '100231.005000', '100231.465000', '100231.925000', '100232.385000', '100232.845000', '100233.305000', '100233.765000', '100234.225000', '100234.685000', '100235.145000', '100235.605000', '100236.065000', '100236.525000', '100236.985000', '100237.445000', '100237.905000', '100238.365000', '100238.825000', '100239.285000', '100239.745000', '100240.205000', '100240.665000', '100241.125000', '100241.585000', '100242.045000', '100242.505000', '100242.965000', '100243.425000', '100243.885000', '100244.345000', '100244.805000', '100245.265000', '100245.725000', '100246.185000', '100246.645000', '100247.105000', '100247.565000', '100248.025000', '100248.485000', '100248.945000', '100249.405000', '100249.865000', '100250.325000', '100250.785000', '100251.245000', '100251.705000', '100252.165000', '100252.625000', '100253.085000', '100253.545000', '100254.005000', '100254.465000', '100254.925000', '100255.385000', '100255.845000', '100256.305000', '100256.765000', '100257.225000', '100257.685000', '100258.145000', '100258.605000', '100259.065000', '100259.525000', '100259.985000', '100300.445000', '100300.905000', '100301.365000', '100301.825000', '100302.285000', '100302.745000', '100303.205000', '100303.665000', '100304.125000', '100304.585000', '100305.045000', '100305.505000', '100305.965000', '100306.425000', '100306.885000', '100307.345000', '100307.805000', '100308.265000', '100308.725000', '100309.185000', '100309.645000', '100310.105000', '100310.565000', '100311.025000', '100311.485000', '100311.945000', '100312.405000', '100312.865000', '100313.325000', '100313.785000', '100314.245000', '100314.705000', '100315.165000', '100315.625000', '100316.085000', '100316.545000', '100317.005000', '100317.465000', '100317.925000', '100318.385000', '100318.845000', '100319.305000', '100319.765000', '100320.225000', '100320.685000', '100321.145000', '100321.605000', '100322.065000', '100322.525000', '100322.985000', '100323.445000', '100323.905000', '100324.365000', '100324.825000', '100325.285000', '100325.745000', '100326.205000', '100326.665000', '100327.125000', '100327.585000', '100328.045000', '100328.505000', '100328.965000', '100329.425000', '100329.885000', '100330.345000', '100330.805000', '100331.265000', '100331.725000', '100332.185000', '100332.645000', '100333.105000', '100333.565000', '100334.025000', '100334.485000', '100334.945000', '100335.405000', '100335.865000', '100336.325000', '100336.785000', '100337.245000', '100337.705000', '100338.165000', '100338.625000', '100339.085000', '100339.545000', '100340.005000', '100340.465000', '100340.925000', '100341.385000', '100341.845000', '100342.305000', '100342.765000', '100343.225000', '100343.685000', '100344.145000', '100344.605000', '100345.065000', '100345.525000', '100345.985000', '100346.445000', '100346.905000', '100347.365000', '100347.825000', '100348.285000', '100348.745000', '100349.205000', '100349.665000', '100350.125000', '100350.585000', '100351.045000', '100351.505000', '100351.965000', '100352.425000', '100352.885000', '100353.345000', '100353.805000', '100354.265000', '100354.725000', '100355.185000', '100355.645000', '100356.105000', '100356.565000', '100357.025000', '100357.485000', '100357.945000', '100358.405000', '100358.865000', '100359.325000', '100359.785000', '100400.245000', '100400.705000', '100401.165000', '100401.625000', '100402.085000', '100402.545000', '100403.005000', '100403.465000', '100403.925000', '100404.385000', '100404.845000', '100405.305000', '100405.765000', '100406.225000', '100406.685000', '100407.145000', '100407.605000', '100408.065000', '100408.525000', '100408.985000', '100409.445000', '100409.905000', '100410.365000', '100410.825000', '100411.285000', '100411.745000', '100412.205000', '100412.665000', '100413.125000', '100413.585000', '100414.045000', '100414.505000', '100414.965000', '100415.425000', '100415.885000', '100416.345000', '100416.805000', '100417.265000', '100417.725000', '100418.185000', '100418.645000', '100419.105000', '100419.565000', '100420.025000', '100420.485000', '100420.945000', '100421.405000', '100421.865000', '100422.325000', '100422.785000', '100423.245000', '100423.705000', '100424.165000', '100424.625000', '100425.085000', '100425.545000', '100426.005000', '100426.465000', '100426.925000', '100427.385000', '100427.845000', '100428.305000', '100428.765000', '100429.225000', '100429.685000', '100430.145000', '100430.605000', '100431.065000', '100431.525000', '100431.985000', '100432.445000', '100432.905000', '100433.365000', '100433.825000', '100434.285000', '100434.745000', '100435.205000', '100435.665000', '100436.125000', '100436.585000', '100437.045000', '100437.505000', '100437.965000', '100438.425000', '100438.885000', '100439.345000', '100439.805000', '100440.265000', '100440.725000', '100441.185000', '100441.645000', '100442.105000', '100442.565000', '100443.025000', '100443.485000', '100443.945000', '100444.405000', '100444.865000', '100445.325000', '100445.785000', '100446.245000', '100446.705000', '100447.165000', '100447.625000', '100448.085000', '100448.545000', '100449.005000', '100449.465000', '100449.925000', '100450.385000', '100450.845000', '100451.305000', '100451.765000', '100452.225000', '100452.685000', '100453.145000', '100453.605000', '100454.065000', '100454.525000', '100454.985000', '100455.445000', '100455.905000', '100456.365000', '100456.825000', '100457.285000', '100457.745000', '100458.205000', '100458.665000', '100459.125000', '100459.585000', '100500.045000', '100500.505000', '100500.965000', '100501.425000', '100501.885000', '100502.345000', '100502.805000', '100503.265000', '100503.725000', '100504.185000', '100504.645000', '100505.105000', '100505.565000', '100506.025000', '100506.485000', '100506.945000', '100507.405000', '100507.865000', '100508.325000', '100508.785000', '100509.245000', '100509.705000', '100510.165000', '100510.625000', '100511.085000', '100511.545000', '100512.005000', '100512.465000', '100512.925000', '100513.385000', '100513.845000', '100514.305000', '100514.765000', '100515.225000', '100515.685000', '100516.145000', '100516.605000', '100517.065000', '100517.525000', '100517.985000', '100518.445000', '100518.905000', '100519.365000', '100519.825000', '100520.285000', '100520.745000', '100521.205000', '100521.665000', '100522.125000', '100522.585000', '100523.045000', '100523.505000', '100523.965000', '100524.425000', '100524.885000', '100525.345000', '100525.805000', '100526.265000', '100526.725000', '100527.185000', '100527.645000', '100528.105000', '100528.565000', '100529.025000', '100529.485000', '100529.945000', '100530.405000', '100530.865000', '100531.325000', '100531.785000', '100532.245000', '100532.705000', '100533.165000', '100533.625000', '100534.085000', '100534.545000', '100535.005000', '100535.465000', '100535.925000', '100536.385000', '100536.845000', '100537.305000', '100537.765000', '100538.225000', '100538.685000', '100539.145000', '100539.605000', '100540.065000', '100540.525000', '100540.985000', '100541.445000', '100541.905000', '100542.365000', '100542.825000', '100543.285000', '100543.745000', '100544.205000', '100544.665000', '100545.125000', '100545.585000', '100546.045000', '100546.505000', '100546.965000', '100547.425000', '100547.885000', '100548.345000', '100548.805000', '100549.265000', '100549.725000', '100550.185000', '100550.645000', '100551.105000', '100551.565000', '100552.025000', '100552.485000', '100552.945000', '100553.405000', '100553.865000', '100554.325000', '100554.785000', '100555.245000', '100555.705000', '100556.165000', '100556.625000', '100557.085000', '100557.545000', '100558.005000', '100558.465000', '100558.925000', '100559.385000', '100559.845000', '100600.305000', '100600.765000', '100601.225000', '100601.685000', '100602.145000', '100602.605000', '100603.065000', '100603.525000', '100603.985000', '100604.445000', '100604.905000', '100605.365000', '100605.825000', '100606.285000', '100606.745000', '100607.205000', '100607.665000', '100608.125000', '100608.585000', '100609.045000', '100609.505000', '100609.965000', '100610.425000', '100610.885000', '100611.345000', '100611.805000', '100612.265000', '100612.725000', '100613.185000', '100613.645000', '100614.105000', '100614.565000', '100615.025000', '100615.485000', '100615.945000', '100616.405000', '100616.865000', '100617.325000', '100617.785000', '100618.245000', '100618.705000', '100619.165000', '100619.625000', '100620.085000', '100620.545000', '100621.005000', '100621.465000', '100621.925000', '100622.385000', '100622.845000', '100623.305000', '100623.765000', '100624.225000', '100624.685000', '100625.145000', '100625.605000', '100626.065000', '100626.525000', '100626.985000', '100627.445000', '100627.905000', '100628.365000', '100628.825000', '100629.285000', '100629.745000', '100630.205000', '100630.665000', '100631.125000', '100631.585000', '100632.045000', '100632.505000', '100632.965000', '100633.425000', '100633.885000', '100634.345000', '100634.805000', '100635.265000', '100635.725000', '100636.185000', '100636.645000', '100637.105000', '100637.565000', '100638.025000', '100638.485000', '100638.945000', '100639.405000', '100639.865000', '100640.325000', '100640.785000', '100641.245000', '100641.705000', '100642.165000', '100642.625000', '100643.085000', '100643.545000', '100644.005000', '100644.465000', '100644.925000', '100645.385000', '100645.845000', '100646.305000', '100646.765000', '100647.225000', '100647.685000', '100648.145000', '100648.605000', '100649.065000', '100649.525000', '100649.985000', '100650.445000', '100650.905000', '100651.365000', '100651.825000', '100652.285000', '100652.745000', '100653.205000', '100653.665000', '100654.125000', '100654.585000', '100655.045000', '100655.505000', '100655.965000', '100656.425000', '100656.885000', '100657.345000', '100657.805000', '100658.265000', '100658.725000', '100659.185000', '100659.645000', '100700.105000', '100700.565000', '100701.025000', '100701.485000', '100701.945000', '100702.405000', '100702.865000', '100703.325000', '100703.785000', '100704.245000', '100704.705000', '100705.165000', '100705.625000', '100706.085000', '100706.545000', '100707.005000', '100707.465000', '100707.925000', '100708.385000', '100708.845000', '100709.305000', '100709.765000', '100710.225000', '100710.685000', '100711.145000', '100711.605000', '100712.065000', '100712.525000', '100712.985000', '100713.445000', '100713.905000', '100714.365000', '100714.825000', '100715.285000', '100715.745000', '100716.205000', '100716.665000', '100717.125000', '100717.585000', '100718.045000', '100718.505000', '100718.965000', '100719.425000', '100719.885000', '100720.345000', '100720.805000', '100721.265000', '100721.725000', '100722.185000', '100722.645000', '100723.105000', '100723.565000', '100724.025000', '100724.485000', '100724.945000', '100725.405000', '100725.865000', '100726.325000', '100726.785000', '100727.245000', '100727.705000', '100728.165000', '100728.625000', '100729.085000', '100729.545000', '100730.005000', '100730.465000', '100730.925000', '100731.385000', '100731.845000', '100732.305000', '100732.765000', '100733.225000', '100733.685000', '100734.145000', '100734.605000', '100735.065000', '100735.525000', '100735.985000', '100736.445000', '100736.905000', '100737.365000', '100737.825000', '100738.285000', '100738.745000', '100739.205000', '100739.665000', '100740.125000', '100740.585000', '100741.045000', '100741.505000', '100741.965000', '100742.425000', '100742.885000', '100743.345000', '100743.805000', '100744.265000', '100744.725000', '100745.185000', '100745.645000', '100746.105000', '100746.565000', '100747.025000', '100747.485000', '100747.945000', '100748.405000', '100748.865000', '100749.325000', '100749.785000', '100750.245000', '100750.705000', '100751.165000', '100751.625000', '100752.085000', '100752.545000', '100753.005000', '100753.465000', '100753.925000', '100754.385000', '100754.845000', '100755.305000', '100755.765000', '100756.225000', '100756.685000', '100757.145000', '100757.605000', '100758.065000', '100758.525000', '100758.985000', '100759.445000', '100759.905000', '100800.365000', '100800.825000', '100801.285000', '100801.745000', '100802.205000', '100802.665000', '100803.125000', '100803.585000', '100804.045000', '100804.505000', '100804.965000', '100805.425000', '100805.885000', '100806.345000', '100806.805000', '100807.265000', '100807.725000', '100808.185000', '100808.645000', '100809.105000', '100809.565000', '100810.025000', '100810.485000', '100810.945000', '100811.405000', '100811.865000', '100812.325000', '100812.785000', '100813.245000'], 'ContentTime': ['100139.292000', '100139.295000', '100139.298000', '100139.301000', '100139.304000', '100139.307000', '100139.310000', '100139.312000', '100139.315000', '100139.318000', '100139.321000', '100139.324000', '100139.327000', '100139.330000', '100139.332000', '100139.335000', '100139.338000', '100139.341000', '100139.344000', '100139.347000', '100139.349000', '100139.352000', '100139.355000', '100139.358000', '100139.361000', '100139.364000', '100139.366000', '100139.369000', '100139.372000', '100139.375000', '100139.378000', '100139.381000', '100139.383000', '100139.392000', '100139.395000', '100139.398000', '100139.400000', '100139.403000', '100139.406000', '100139.409000', '100139.412000', '100139.415000', '100139.417000', '100139.420000', '100139.423000', '100139.426000', '100139.429000', '100139.431000', '100139.434000', '100139.437000', '100139.440000', '100139.443000', '100139.446000', '100139.448000', '100159.250000', '100159.253000', '100159.256000', '100159.258000', '100159.261000', '100159.264000', '100159.267000', '100159.270000', '100159.275000', '100159.278000', '100159.280000', '100159.283000', '100159.286000', '100159.289000', '100159.292000', '100159.295000', '100159.298000', '100159.300000', '100159.303000', '100159.306000', '100159.309000', '100159.312000', '100159.314000', '100159.317000', '100159.320000', '100159.323000', '100159.326000', '100159.328000', '100159.331000', '100159.334000', '100159.337000', '100159.340000', '100159.343000', '100159.345000', '100159.348000', '100159.351000', '100159.354000', '100159.357000', '100159.359000', '100159.362000', '100159.365000', '100159.368000', '100159.371000', '100159.373000', '100219.251000', '100219.254000', '100219.257000', '100219.260000', '100219.262000', '100219.265000', '100219.268000', '100219.271000', '100219.274000', '100219.276000', '100219.279000', '100219.282000', '100219.285000', '100219.288000', '100219.307000', '100219.310000', '100219.313000', '100219.316000', '100219.319000', '100219.321000', '100219.324000', '100219.327000', '100219.331000', '100219.334000', '100219.337000', '100219.340000', '100219.342000', '100219.345000', '100219.348000', '100219.351000', '100219.354000', '100219.357000', '100219.360000', '100219.367000', '100219.370000', '100219.372000', '100219.375000', '100219.378000', '100219.381000', '100219.384000', '100219.387000', '100219.389000', '100219.392000', '100239.250000', '100239.253000', '100239.256000', '100239.259000', '100239.264000', '100239.267000', '100239.270000', '100239.273000', '100239.276000', '100239.278000', '100239.281000', '100239.284000', '100239.287000', '100239.290000', '100239.293000', '100239.295000', '100239.298000', '100239.301000', '100239.304000', '100239.307000', '100239.310000', '100239.312000', '100239.315000', '100239.318000', '100239.321000', '100239.324000', '100239.326000', '100239.329000', '100239.332000', '100239.335000', '100239.338000', '100239.341000', '100239.343000', '100239.346000', '100239.349000', '100239.352000', '100239.355000', '100239.358000', '100239.360000', '100239.363000', '100239.366000', '100239.369000', '100239.372000', '100239.375000', '100259.250000', '100259.253000', '100259.256000', '100259.259000', '100259.261000', '100259.264000', '100259.268000', '100259.271000', '100259.274000', '100259.277000', '100259.280000', '100259.283000', '100259.286000', '100259.288000', '100259.291000', '100259.294000', '100259.297000', '100259.300000', '100259.302000', '100259.305000', '100259.308000', '100259.311000', '100259.314000', '100259.317000', '100259.320000', '100259.323000', '100259.325000', '100259.328000', '100259.331000', '100259.334000', '100259.337000', '100259.340000', '100259.342000', '100259.345000', '100259.348000', '100259.351000', '100259.354000', '100259.357000', '100259.360000', '100259.362000', '100259.365000', '100259.368000', '100259.371000', '100319.250000', '100319.253000', '100319.256000', '100319.259000', '100319.261000', '100319.264000', '100319.268000', '100319.270000', '100319.273000', '100319.276000', '100319.279000', '100319.282000', '100319.285000', '100319.287000', '100319.290000', '100319.293000', '100319.296000', '100319.301000', '100319.304000', '100319.307000', '100319.310000', '100319.312000', '100319.315000', '100319.318000', '100319.321000', '100319.324000', '100319.327000', '100319.330000', '100319.332000', '100319.335000', '100319.338000', '100319.341000', '100319.344000', '100319.347000', '100319.350000', '100319.352000', '100319.355000', '100319.358000', '100319.361000', '100319.364000', '100319.366000', '100319.369000', '100319.372000', '100319.375000', '100339.250000', '100339.253000', '100339.255000', '100339.258000', '100339.261000', '100339.264000', '100339.267000', '100339.270000', '100339.273000', '100339.275000', '100339.278000', '100339.281000', '100339.284000', '100339.287000', '100339.290000', '100339.292000', '100339.295000', '100339.298000', '100339.301000', '100339.304000', '100339.307000', '100339.310000', '100339.313000', '100339.315000', '100339.318000', '100339.321000', '100339.324000', '100339.327000', '100339.330000', '100339.333000', '100339.336000', '100339.338000', '100339.341000', '100339.344000', '100339.347000', '100339.350000', '100339.353000', '100339.356000', '100339.359000', '100339.362000', '100339.365000', '100339.368000', '100339.371000', '100359.250000', '100359.258000', '100359.261000', '100359.264000', '100359.266000', '100359.269000', '100359.272000', '100359.275000', '100359.278000', '100359.281000', '100359.297000', '100359.300000', '100359.302000', '100359.315000', '100359.318000', '100359.320000', '100359.323000', '100359.326000', '100359.329000', '100359.332000', '100359.335000', '100359.338000', '100359.340000', '100359.343000', '100359.346000', '100359.349000', '100359.352000', '100359.354000', '100359.357000', '100359.360000', '100359.363000', '100359.366000', '100359.369000', '100359.372000', '100359.374000', '100359.377000', '100359.380000', '100359.383000', '100359.386000', '100359.388000', '100359.391000', '100359.394000', '100359.397000', '100359.400000', '100419.250000', '100419.253000', '100419.256000', '100419.259000', '100419.261000', '100419.264000', '100419.267000', '100419.270000', '100419.273000', '100419.276000', '100419.279000', '100419.282000', '100419.284000', '100419.287000', '100419.290000', '100419.293000', '100419.296000', '100419.299000', '100419.302000', '100419.306000', '100419.309000', '100419.311000', '100419.314000', '100419.317000', '100419.320000', '100419.323000', '100419.326000', '100419.329000', '100419.331000', '100419.334000', '100419.337000', '100419.340000', '100419.343000', '100419.346000', '100419.348000', '100419.351000', '100419.354000', '100419.357000', '100419.360000', '100419.363000', '100419.366000', '100419.369000', '100419.371000', '100439.251000', '100439.254000', '100439.257000', '100439.259000', '100439.270000', '100439.272000', '100439.275000', '100439.278000', '100439.281000', '100439.284000', '100439.287000', '100439.290000', '100439.293000', '100439.295000', '100439.298000', '100439.301000', '100439.304000', '100439.307000', '100439.309000', '100439.312000', '100439.315000', '100439.318000', '100439.321000', '100439.324000', '100439.332000', '100439.334000', '100439.337000', '100439.340000', '100439.343000', '100439.346000', '100439.348000', '100439.351000', '100439.354000', '100439.357000', '100439.360000', '100439.362000', '100439.365000', '100439.368000', '100439.371000', '100439.374000', '100439.377000', '100439.379000', '100439.382000', '100439.385000', '100459.250000', '100459.253000', '100459.264000', '100459.266000', '100459.269000', '100459.272000', '100459.275000', '100459.278000', '100459.280000', '100459.283000', '100459.286000', '100459.289000', '100459.292000', '100459.295000', '100459.298000', '100459.301000', '100459.303000', '100459.306000', '100459.309000', '100459.312000', '100459.315000', '100459.318000', '100459.320000', '100459.323000', '100459.326000', '100459.329000', '100459.332000', '100459.335000', '100459.337000', '100459.340000', '100459.343000', '100459.346000', '100459.349000', '100459.352000', '100459.355000', '100459.357000', '100459.360000', '100459.363000', '100459.366000', '100459.369000', '100459.372000', '100459.374000', '100459.377000', '100519.250000', '100519.253000', '100519.256000', '100519.259000', '100519.261000', '100519.264000', '100519.267000', '100519.270000', '100519.273000', '100519.276000', '100519.278000', '100519.281000', '100519.284000', '100519.287000', '100519.290000', '100519.293000', '100519.296000', '100519.298000', '100519.301000', '100519.304000', '100519.307000', '100519.310000', '100519.313000', '100519.316000', '100519.318000', '100519.321000', '100519.324000', '100519.327000', '100519.330000', '100519.332000', '100519.335000', '100519.338000', '100519.341000', '100519.344000', '100519.347000', '100519.363000', '100519.365000', '100519.368000', '100519.371000', '100519.374000', '100519.377000', '100519.380000', '100519.382000', '100519.385000', '100539.250000', '100539.253000', '100539.256000', '100539.259000', '100539.261000', '100539.265000', '100539.267000', '100539.270000', '100539.273000', '100539.276000', '100539.279000', '100539.282000', '100539.284000', '100539.287000', '100539.290000', '100539.293000', '100539.296000', '100539.299000', '100539.302000', '100539.304000', '100539.307000', '100539.310000', '100539.313000', '100539.316000', '100539.319000', '100539.322000', '100539.324000', '100539.327000', '100539.330000', '100539.333000', '100539.336000', '100539.338000', '100539.341000', '100539.346000', '100539.349000', '100539.352000', '100539.354000', '100539.357000', '100539.360000', '100539.363000', '100539.366000', '100539.369000', '100539.372000', '100559.250000', '100559.253000', '100559.263000', '100559.266000', '100559.268000', '100559.271000', '100559.274000', '100559.277000', '100559.280000', '100559.283000', '100559.286000', '100559.288000', '100559.291000', '100559.294000', '100559.297000', '100559.300000', '100559.302000', '100559.305000', '100559.308000', '100559.311000', '100559.314000', '100559.317000', '100559.320000', '100559.323000', '100559.325000', '100559.328000', '100559.331000', '100559.334000', '100559.337000', '100559.340000', '100559.343000', '100559.345000', '100559.348000', '100559.351000', '100559.354000', '100559.357000', '100559.360000', '100559.363000', '100559.366000', '100559.368000', '100559.371000', '100559.374000', '100559.377000', '100559.380000', '100619.250000', '100619.253000', '100619.256000', '100619.259000', '100619.262000', '100619.265000', '100619.268000', '100619.271000', '100619.274000', '100619.277000', '100619.279000', '100619.282000', '100619.285000', '100619.288000', '100619.291000', '100619.294000', '100619.296000', '100619.299000', '100619.302000', '100619.305000', '100619.308000', '100619.311000', '100619.314000', '100619.316000', '100619.319000', '100619.322000', '100619.325000', '100619.328000', '100619.331000', '100619.334000', '100619.336000', '100619.339000', '100619.342000', '100619.345000', '100619.348000', '100619.351000', '100619.354000', '100619.356000', '100619.359000', '100619.362000', '100619.365000', '100619.368000', '100619.371000', '100639.250000', '100639.269000', '100639.272000', '100639.275000', '100639.277000', '100639.281000', '100639.283000', '100639.286000', '100639.289000', '100639.292000', '100639.295000', '100639.297000', '100639.300000', '100639.303000', '100639.306000', '100639.309000', '100639.312000', '100639.315000', '100639.318000', '100639.321000', '100639.323000', '100639.326000', '100639.329000', '100639.332000', '100639.335000', '100639.338000', '100639.340000', '100639.343000', '100639.346000', '100639.349000', '100639.352000', '100639.354000', '100639.357000', '100639.360000', '100639.363000', '100639.366000', '100639.369000', '100639.372000', '100639.374000', '100639.377000', '100639.380000', '100639.383000', '100639.386000', '100659.251000', '100659.254000', '100659.257000', '100659.268000', '100659.271000', '100659.274000', '100659.277000', '100659.280000', '100659.283000', '100659.286000', '100659.288000', '100659.291000', '100659.294000', '100659.297000', '100659.300000', '100659.303000', '100659.305000', '100659.308000', '100659.311000', '100659.314000', '100659.317000', '100659.320000', '100659.323000', '100659.325000', '100659.328000', '100659.331000', '100659.334000', '100659.337000', '100659.340000', '100659.343000', '100659.345000', '100659.348000', '100659.351000', '100659.354000', '100659.357000', '100659.360000', '100659.363000', '100659.365000', '100659.368000', '100659.373000', '100659.376000', '100659.379000', '100659.383000', '100659.386000', '100719.250000', '100719.253000', '100719.256000', '100719.258000', '100719.261000', '100719.264000', '100719.267000', '100719.270000', '100719.273000', '100719.276000', '100719.278000', '100719.281000', '100719.284000', '100719.287000', '100719.290000', '100719.292000', '100719.296000', '100719.298000', '100719.301000', '100719.304000', '100719.307000', '100719.310000', '100719.312000', '100719.315000', '100719.318000', '100719.321000', '100719.324000', '100719.327000', '100719.330000', '100719.332000', '100719.335000', '100719.338000', '100719.341000', '100719.344000', '100719.347000', '100719.349000', '100719.352000', '100719.355000', '100719.358000', '100719.361000', '100719.364000', '100719.367000', '100719.369000', '100739.250000', '100739.253000', '100739.256000', '100739.259000', '100739.262000', '100739.264000', '100739.267000', '100739.270000', '100739.273000', '100739.276000', '100739.279000', '100739.281000', '100739.284000', '100739.287000', '100739.290000', '100739.293000', '100739.296000', '100739.298000', '100739.301000', '100739.304000', '100739.307000', '100739.310000', '100739.313000', '100739.316000', '100739.318000', '100739.321000', '100739.324000', '100739.327000', '100739.330000', '100739.333000', '100739.336000', '100739.339000', '100739.341000', '100739.344000', '100739.347000', '100739.350000', '100739.353000', '100739.356000', '100739.358000', '100739.361000', '100739.364000', '100739.367000', '100739.370000', '100739.373000', '100759.250000', '100759.262000', '100759.265000', '100759.268000', '100759.271000', '100759.274000', '100759.277000', '100759.280000', '100759.283000', '100759.286000', '100759.289000', '100759.292000', '100759.295000', '100759.298000', '100759.301000', '100759.303000', '100759.306000', '100759.309000', '100759.312000', '100759.315000', '100759.318000', '100759.321000', '100759.323000', '100759.326000', '100759.329000', '100759.332000', '100759.335000', '100759.338000', '100759.340000', '100759.343000', '100759.346000', '100759.349000', '100759.352000', '100759.355000', '100759.357000', '100759.360000', '100759.363000', '100759.366000', '100759.369000', '100759.372000', '100759.375000', '100759.377000', '100759.380000', '100814.479000', '100814.483000', '100814.491000', '100814.495000', '100814.498000', '100814.501000', '100814.504000', '100814.507000', '100814.510000', '100814.515000', '100814.518000', '100814.521000', '100814.524000', '100814.527000', '100814.530000', '100814.533000', '100814.536000', '100814.538000', '100814.541000', '100814.544000', '100814.547000', '100814.550000', '100814.553000', '100814.556000', '100814.560000', '100814.563000', '100814.566000', '100814.569000', '100814.580000', '100814.583000', '100814.586000', '100814.589000', '100814.592000', '100814.595000'], 'InstanceCreationTime': ['100139.292000', '100139.295000', '100139.298000', '100139.301000', '100139.304000', '100139.307000', '100139.310000', '100139.312000', '100139.315000', '100139.318000', '100139.321000', '100139.324000', '100139.327000', '100139.330000', '100139.332000', '100139.335000', '100139.338000', '100139.341000', '100139.344000', '100139.347000', '100139.349000', '100139.352000', '100139.355000', '100139.358000', '100139.361000', '100139.364000', '100139.366000', '100139.369000', '100139.372000', '100139.375000', '100139.378000', '100139.381000', '100139.383000', '100139.392000', '100139.395000', '100139.398000', '100139.400000', '100139.403000', '100139.406000', '100139.409000', '100139.412000', '100139.415000', '100139.417000', '100139.420000', '100139.423000', '100139.426000', '100139.429000', '100139.431000', '100139.434000', '100139.437000', '100139.440000', '100139.443000', '100139.446000', '100139.448000', '100159.250000', '100159.253000', '100159.256000', '100159.258000', '100159.261000', '100159.264000', '100159.267000', '100159.270000', '100159.275000', '100159.278000', '100159.280000', '100159.283000', '100159.286000', '100159.289000', '100159.292000', '100159.295000', '100159.298000', '100159.300000', '100159.303000', '100159.306000', '100159.309000', '100159.312000', '100159.314000', '100159.317000', '100159.320000', '100159.323000', '100159.326000', '100159.328000', '100159.331000', '100159.334000', '100159.337000', '100159.340000', '100159.343000', '100159.345000', '100159.348000', '100159.351000', '100159.354000', '100159.357000', '100159.359000', '100159.362000', '100159.365000', '100159.368000', '100159.371000', '100159.373000', '100219.251000', '100219.254000', '100219.257000', '100219.260000', '100219.262000', '100219.265000', '100219.268000', '100219.271000', '100219.274000', '100219.276000', '100219.279000', '100219.282000', '100219.285000', '100219.288000', '100219.307000', '100219.310000', '100219.313000', '100219.316000', '100219.319000', '100219.321000', '100219.324000', '100219.327000', '100219.331000', '100219.334000', '100219.337000', '100219.340000', '100219.342000', '100219.345000', '100219.348000', '100219.351000', '100219.354000', '100219.357000', '100219.360000', '100219.367000', '100219.370000', '100219.372000', '100219.375000', '100219.378000', '100219.381000', '100219.384000', '100219.387000', '100219.389000', '100219.392000', '100239.250000', '100239.253000', '100239.256000', '100239.259000', '100239.264000', '100239.267000', '100239.270000', '100239.273000', '100239.276000', '100239.278000', '100239.281000', '100239.284000', '100239.287000', '100239.290000', '100239.293000', '100239.295000', '100239.298000', '100239.301000', '100239.304000', '100239.307000', '100239.310000', '100239.312000', '100239.315000', '100239.318000', '100239.321000', '100239.324000', '100239.326000', '100239.329000', '100239.332000', '100239.335000', '100239.338000', '100239.341000', '100239.343000', '100239.346000', '100239.349000', '100239.352000', '100239.355000', '100239.358000', '100239.360000', '100239.363000', '100239.366000', '100239.369000', '100239.372000', '100239.375000', '100259.250000', '100259.253000', '100259.256000', '100259.259000', '100259.261000', '100259.264000', '100259.268000', '100259.271000', '100259.274000', '100259.277000', '100259.280000', '100259.283000', '100259.286000', '100259.288000', '100259.291000', '100259.294000', '100259.297000', '100259.300000', '100259.302000', '100259.305000', '100259.308000', '100259.311000', '100259.314000', '100259.317000', '100259.320000', '100259.323000', '100259.325000', '100259.328000', '100259.331000', '100259.334000', '100259.337000', '100259.340000', '100259.342000', '100259.345000', '100259.348000', '100259.351000', '100259.354000', '100259.357000', '100259.360000', '100259.362000', '100259.365000', '100259.368000', '100259.371000', '100319.250000', '100319.253000', '100319.256000', '100319.259000', '100319.261000', '100319.264000', '100319.268000', '100319.270000', '100319.273000', '100319.276000', '100319.279000', '100319.282000', '100319.285000', '100319.287000', '100319.290000', '100319.293000', '100319.296000', '100319.301000', '100319.304000', '100319.307000', '100319.310000', '100319.312000', '100319.315000', '100319.318000', '100319.321000', '100319.324000', '100319.327000', '100319.330000', '100319.332000', '100319.335000', '100319.338000', '100319.341000', '100319.344000', '100319.347000', '100319.350000', '100319.352000', '100319.355000', '100319.358000', '100319.361000', '100319.364000', '100319.366000', '100319.369000', '100319.372000', '100319.375000', '100339.250000', '100339.253000', '100339.255000', '100339.258000', '100339.261000', '100339.264000', '100339.267000', '100339.270000', '100339.273000', '100339.275000', '100339.278000', '100339.281000', '100339.284000', '100339.287000', '100339.290000', '100339.292000', '100339.295000', '100339.298000', '100339.301000', '100339.304000', '100339.307000', '100339.310000', '100339.313000', '100339.315000', '100339.318000', '100339.321000', '100339.324000', '100339.327000', '100339.330000', '100339.333000', '100339.336000', '100339.338000', '100339.341000', '100339.344000', '100339.347000', '100339.350000', '100339.353000', '100339.356000', '100339.359000', '100339.362000', '100339.365000', '100339.368000', '100339.371000', '100359.250000', '100359.258000', '100359.261000', '100359.264000', '100359.266000', '100359.269000', '100359.272000', '100359.275000', '100359.278000', '100359.281000', '100359.297000', '100359.300000', '100359.302000', '100359.315000', '100359.318000', '100359.320000', '100359.323000', '100359.326000', '100359.329000', '100359.332000', '100359.335000', '100359.338000', '100359.340000', '100359.343000', '100359.346000', '100359.349000', '100359.352000', '100359.354000', '100359.357000', '100359.360000', '100359.363000', '100359.366000', '100359.369000', '100359.372000', '100359.374000', '100359.377000', '100359.380000', '100359.383000', '100359.386000', '100359.388000', '100359.391000', '100359.394000', '100359.397000', '100359.400000', '100419.250000', '100419.253000', '100419.256000', '100419.259000', '100419.261000', '100419.264000', '100419.267000', '100419.270000', '100419.273000', '100419.276000', '100419.279000', '100419.282000', '100419.284000', '100419.287000', '100419.290000', '100419.293000', '100419.296000', '100419.299000', '100419.302000', '100419.306000', '100419.309000', '100419.311000', '100419.314000', '100419.317000', '100419.320000', '100419.323000', '100419.326000', '100419.329000', '100419.331000', '100419.334000', '100419.337000', '100419.340000', '100419.343000', '100419.346000', '100419.348000', '100419.351000', '100419.354000', '100419.357000', '100419.360000', '100419.363000', '100419.366000', '100419.369000', '100419.371000', '100439.251000', '100439.254000', '100439.257000', '100439.259000', '100439.270000', '100439.272000', '100439.275000', '100439.278000', '100439.281000', '100439.284000', '100439.287000', '100439.290000', '100439.293000', '100439.295000', '100439.298000', '100439.301000', '100439.304000', '100439.307000', '100439.309000', '100439.312000', '100439.315000', '100439.318000', '100439.321000', '100439.324000', '100439.332000', '100439.334000', '100439.337000', '100439.340000', '100439.343000', '100439.346000', '100439.348000', '100439.351000', '100439.354000', '100439.357000', '100439.360000', '100439.362000', '100439.365000', '100439.368000', '100439.371000', '100439.374000', '100439.377000', '100439.379000', '100439.382000', '100439.385000', '100459.250000', '100459.253000', '100459.264000', '100459.266000', '100459.269000', '100459.272000', '100459.275000', '100459.278000', '100459.280000', '100459.283000', '100459.286000', '100459.289000', '100459.292000', '100459.295000', '100459.298000', '100459.301000', '100459.303000', '100459.306000', '100459.309000', '100459.312000', '100459.315000', '100459.318000', '100459.320000', '100459.323000', '100459.326000', '100459.329000', '100459.332000', '100459.335000', '100459.337000', '100459.340000', '100459.343000', '100459.346000', '100459.349000', '100459.352000', '100459.355000', '100459.357000', '100459.360000', '100459.363000', '100459.366000', '100459.369000', '100459.372000', '100459.374000', '100459.377000', '100519.250000', '100519.253000', '100519.256000', '100519.259000', '100519.261000', '100519.264000', '100519.267000', '100519.270000', '100519.273000', '100519.276000', '100519.278000', '100519.281000', '100519.284000', '100519.287000', '100519.290000', '100519.293000', '100519.296000', '100519.298000', '100519.301000', '100519.304000', '100519.307000', '100519.310000', '100519.313000', '100519.316000', '100519.318000', '100519.321000', '100519.324000', '100519.327000', '100519.330000', '100519.332000', '100519.335000', '100519.338000', '100519.341000', '100519.344000', '100519.347000', '100519.363000', '100519.365000', '100519.368000', '100519.371000', '100519.374000', '100519.377000', '100519.380000', '100519.382000', '100519.385000', '100539.250000', '100539.253000', '100539.256000', '100539.259000', '100539.261000', '100539.265000', '100539.267000', '100539.270000', '100539.273000', '100539.276000', '100539.279000', '100539.282000', '100539.284000', '100539.287000', '100539.290000', '100539.293000', '100539.296000', '100539.299000', '100539.302000', '100539.304000', '100539.307000', '100539.310000', '100539.313000', '100539.316000', '100539.319000', '100539.322000', '100539.324000', '100539.327000', '100539.330000', '100539.333000', '100539.336000', '100539.338000', '100539.341000', '100539.346000', '100539.349000', '100539.352000', '100539.354000', '100539.357000', '100539.360000', '100539.363000', '100539.366000', '100539.369000', '100539.372000', '100559.250000', '100559.253000', '100559.263000', '100559.266000', '100559.268000', '100559.271000', '100559.274000', '100559.277000', '100559.280000', '100559.283000', '100559.286000', '100559.288000', '100559.291000', '100559.294000', '100559.297000', '100559.300000', '100559.302000', '100559.305000', '100559.308000', '100559.311000', '100559.314000', '100559.317000', '100559.320000', '100559.323000', '100559.325000', '100559.328000', '100559.331000', '100559.334000', '100559.337000', '100559.340000', '100559.343000', '100559.345000', '100559.348000', '100559.351000', '100559.354000', '100559.357000', '100559.360000', '100559.363000', '100559.366000', '100559.368000', '100559.371000', '100559.374000', '100559.377000', '100559.380000', '100619.250000', '100619.253000', '100619.256000', '100619.259000', '100619.262000', '100619.265000', '100619.268000', '100619.271000', '100619.274000', '100619.277000', '100619.279000', '100619.282000', '100619.285000', '100619.288000', '100619.291000', '100619.294000', '100619.296000', '100619.299000', '100619.302000', '100619.305000', '100619.308000', '100619.311000', '100619.314000', '100619.316000', '100619.319000', '100619.322000', '100619.325000', '100619.328000', '100619.331000', '100619.334000', '100619.336000', '100619.339000', '100619.342000', '100619.345000', '100619.348000', '100619.351000', '100619.354000', '100619.356000', '100619.359000', '100619.362000', '100619.365000', '100619.368000', '100619.371000', '100639.250000', '100639.269000', '100639.272000', '100639.275000', '100639.277000', '100639.281000', '100639.283000', '100639.286000', '100639.289000', '100639.292000', '100639.295000', '100639.297000', '100639.300000', '100639.303000', '100639.306000', '100639.309000', '100639.312000', '100639.315000', '100639.318000', '100639.321000', '100639.323000', '100639.326000', '100639.329000', '100639.332000', '100639.335000', '100639.338000', '100639.340000', '100639.343000', '100639.346000', '100639.349000', '100639.352000', '100639.354000', '100639.357000', '100639.360000', '100639.363000', '100639.366000', '100639.369000', '100639.372000', '100639.374000', '100639.377000', '100639.380000', '100639.383000', '100639.386000', '100659.251000', '100659.254000', '100659.257000', '100659.268000', '100659.271000', '100659.274000', '100659.277000', '100659.280000', '100659.283000', '100659.286000', '100659.288000', '100659.291000', '100659.294000', '100659.297000', '100659.300000', '100659.303000', '100659.305000', '100659.308000', '100659.311000', '100659.314000', '100659.317000', '100659.320000', '100659.323000', '100659.325000', '100659.328000', '100659.331000', '100659.334000', '100659.337000', '100659.340000', '100659.343000', '100659.345000', '100659.348000', '100659.351000', '100659.354000', '100659.357000', '100659.360000', '100659.363000', '100659.365000', '100659.368000', '100659.373000', '100659.376000', '100659.379000', '100659.383000', '100659.386000', '100719.250000', '100719.253000', '100719.256000', '100719.258000', '100719.261000', '100719.264000', '100719.267000', '100719.270000', '100719.273000', '100719.276000', '100719.278000', '100719.281000', '100719.284000', '100719.287000', '100719.290000', '100719.292000', '100719.296000', '100719.298000', '100719.301000', '100719.304000', '100719.307000', '100719.310000', '100719.312000', '100719.315000', '100719.318000', '100719.321000', '100719.324000', '100719.327000', '100719.330000', '100719.332000', '100719.335000', '100719.338000', '100719.341000', '100719.344000', '100719.347000', '100719.349000', '100719.352000', '100719.355000', '100719.358000', '100719.361000', '100719.364000', '100719.367000', '100719.369000', '100739.250000', '100739.253000', '100739.256000', '100739.259000', '100739.262000', '100739.264000', '100739.267000', '100739.270000', '100739.273000', '100739.276000', '100739.279000', '100739.281000', '100739.284000', '100739.287000', '100739.290000', '100739.293000', '100739.296000', '100739.298000', '100739.301000', '100739.304000', '100739.307000', '100739.310000', '100739.313000', '100739.316000', '100739.318000', '100739.321000', '100739.324000', '100739.327000', '100739.330000', '100739.333000', '100739.336000', '100739.339000', '100739.341000', '100739.344000', '100739.347000', '100739.350000', '100739.353000', '100739.356000', '100739.358000', '100739.361000', '100739.364000', '100739.367000', '100739.370000', '100739.373000', '100759.250000', '100759.262000', '100759.265000', '100759.268000', '100759.271000', '100759.274000', '100759.277000', '100759.280000', '100759.283000', '100759.286000', '100759.289000', '100759.292000', '100759.295000', '100759.298000', '100759.301000', '100759.303000', '100759.306000', '100759.309000', '100759.312000', '100759.315000', '100759.318000', '100759.321000', '100759.323000', '100759.326000', '100759.329000', '100759.332000', '100759.335000', '100759.338000', '100759.340000', '100759.343000', '100759.346000', '100759.349000', '100759.352000', '100759.355000', '100759.357000', '100759.360000', '100759.363000', '100759.366000', '100759.369000', '100759.372000', '100759.375000', '100759.377000', '100759.380000', '100814.479000', '100814.483000', '100814.491000', '100814.495000', '100814.498000', '100814.501000', '100814.504000', '100814.507000', '100814.510000', '100814.515000', '100814.518000', '100814.521000', '100814.524000', '100814.527000', '100814.530000', '100814.533000', '100814.536000', '100814.538000', '100814.541000', '100814.544000', '100814.547000', '100814.550000', '100814.553000', '100814.556000', '100814.560000', '100814.563000', '100814.566000', '100814.569000', '100814.580000', '100814.583000', '100814.586000', '100814.589000', '100814.592000', '100814.595000'], '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': [12058, 14165, 12502, 10552, 12483, 7880, 11586, 7894, 13037, 9427, 10820, 9244, 7910, 12777, 7629, 10586, 7573, 7799, 7704, 6998, 8785, 7087, 9843, 6979, 9856, 7548, 10641, 7435, 10254, 7745, 7209, 8481, 6932, 8947, 7014, 9829, 7329, 9462, 7749, 7170, 8692, 7049, 9428, 7660, 9359, 8062, 6915, 9001, 7065, 10642, 8147, 7367, 10281, 7314, 11672, 7824, 9878, 8463, 7378, 11507, 9608, 13248, 9915, 12106, 9268, 8996, 9765, 7685, 12832, 9471, 13375, 7698, 9855, 8348, 7147, 10378, 8239, 12321, 8098, 7501, 8838, 6931, 10831, 7504, 12712, 8752, 7472, 9054, 6865, 10434, 7641, 11616, 8306, 7699, 9701, 6898, 10266, 7286, 9449, 8432, 7152, 11817, 7694, 10232, 7855, 7241, 9170, 7032, 11514, 8801, 11099, 8952, 7195, 9878, 8466, 6918, 9721, 8031, 7304, 11972, 9215, 7359, 13645, 10975, 9501, 13025, 9958, 14484, 11883, 13818, 13933, 10842, 14177, 10527, 12936, 9201, 8211, 9424, 6939, 10064, 7800, 11412, 7877, 7460, 8541, 6742, 9912, 6999, 10503, 7977, 11802, 8218, 7328, 8620, 7136, 9625, 6830, 9585, 6739, 9462, 7172, 11265, 8405, 7241, 7754, 6873, 9293, 7067, 10946, 7815, 8218, 9882, 6836, 10962, 7377, 11091, 7702, 12215, 8311, 13271, 10711, 13282, 10405, 13395, 10074, 12895, 8858, 12110, 9517, 9907, 8130, 7248, 7932, 7027, 8719, 6849, 9754, 7646, 7915, 8863, 6843, 10019, 7588, 9206, 8266, 7496, 10445, 8374, 12331, 8022, 12726, 8501, 11538, 9443, 11816, 12423, 9706, 13554, 8386, 10717, 8717, 8637, 9700, 7226, 11290, 8957, 13724, 10003, 6829, 11118, 7985, 12369, 8850, 10010, 10089, 8378, 14069, 9595, 13864, 11474, 14017, 10566, 13593, 10376, 12830, 12732, 12186, 14487, 11949, 7143, 6671, 7001, 7842, 6998, 6933, 7460, 8550, 7881, 11524, 10816, 10573, 12751, 11441, 12401, 14189, 13276, 15635, 14372, 16072, 14377, 11609, 14287, 8511, 15291, 9685, 14765, 10264, 12556, 8753, 6883, 7599, 7025, 8337, 7089, 8619, 7204, 8494, 7048, 7170, 8028, 7195, 8134, 7217, 7086, 7059, 6942, 7291, 7078, 7938, 6847, 9807, 7127, 9735, 7088, 11300, 7125, 12823, 9572, 12483, 8455, 12665, 7056, 9612, 6737, 7159, 7112, 7374, 8245, 6818, 6918, 7421, 7113, 6741, 6884, 7011, 8194, 7092, 7252, 7124, 7226, 11152, 7467, 13008, 9600, 7213, 10148, 7125, 7845, 7539, 6839, 13026, 13995, 12575, 7303, 7397, 6757, 7082, 8586, 10171, 10864, 12802, 16894, 15846, 15555, 16219, 15521, 15928, 16878, 16365, 15923, 16329, 11867, 8729, 16507, 11655, 14093, 9289, 7454, 10150, 7453, 8437, 7972, 7508, 10053, 7543, 10769, 7801, 10824, 7464, 9120, 7709, 7422, 9114, 7482, 9666, 7374, 9687, 7382, 9045, 7328, 8969, 7297, 8653, 6855, 8727, 6716, 8782, 6955, 8355, 6837, 6647, 7350, 6686, 9053, 7105, 7504, 7059, 6443, 7380, 6605, 7691, 7286, 7915, 7336, 8540, 7417, 8210, 7957, 8850, 7031, 9312, 7098, 8496, 7220, 6702, 7344, 6794, 8427, 7062, 8906, 7357, 6666, 8416, 6835, 6650, 7878, 6946, 7485, 8651, 7416, 10809, 8080, 8145, 9525, 6849, 13270, 8976, 13590, 11278, 14622, 12845, 13097, 14335, 11213, 15127, 11677, 15197, 12723, 13961, 10819, 9727, 13148, 8667, 13424, 8779, 7032, 9659, 7694, 10661, 8233, 12900, 8402, 11220, 9721, 10940, 16943, 9707, 10574, 7336, 7126, 8607, 7171, 7126, 7997, 7123, 7666, 7273, 8568, 7983, 10920, 8836, 12707, 10507, 12946, 10246, 13415, 11065, 13109, 11851, 14198, 10708, 8844, 11321, 11995, 14671, 12655, 7397, 7680, 7377, 7061, 8042, 7570, 9704, 7771, 8435, 11411, 7917, 12001, 10038, 12428, 12013, 12926, 12223, 10139, 12641, 8426, 12618, 7303, 9307, 7289, 14615, 11792, 8904, 8145, 6861, 8311, 7042, 7336, 7621, 7117, 7819, 7319, 7294, 8462, 7699, 9562, 7302, 8789, 7260, 8808, 8157, 11315, 8738, 11351, 8953, 9488, 8762, 7038, 8746, 7309, 9481, 8023, 8372, 7557, 7076, 9089, 7114, 7174, 10045, 7337, 7172, 9717, 7471, 7307, 10463, 8123, 12954, 9692, 12395, 12917, 13309, 14074, 14027, 14775, 14196, 14393, 14441, 14314, 14556, 14103, 14729, 12488, 13603, 11197, 9333, 13228, 8422, 13878, 7494, 11953, 7303, 9704, 7350, 9688, 7415, 9190, 7316, 8838, 7339, 7862, 7412, 6954, 8496, 7247, 6927, 8030, 6832, 7101, 7119, 7443, 8213, 7158, 7171, 8043, 6884, 7414, 8083, 6830, 7146, 12028, 12772, 12502, 15707, 14186, 9088, 12385, 14178, 10737, 15694, 15171, 15417, 16152, 15491, 15323, 15453, 16663, 16310, 16355, 13049, 16317, 13239, 11338, 15006, 9064, 14580, 7617, 7305, 8434, 7526, 8849, 7291, 7476, 8371, 7529, 8770, 7446, 7867, 8355, 7754, 8637, 7506, 7683, 8390, 7676, 9175, 7557, 10393, 7738, 9784, 8321, 7383, 9559, 7605, 14275, 9615, 7563, 7437, 6819, 7130, 7180, 7162, 7005, 8646, 7222, 9051, 7594, 7437, 8384, 7282, 13291, 10213, 13857, 13054, 13893, 14905, 14539, 15969, 13587, 16348, 13507, 16442, 13525, 15548, 11058, 8659, 11277, 7295, 14587, 7665, 12170, 7742, 7196, 7792, 7002, 9179, 7376, 8729, 7259, 7212, 8355, 7159, 11235, 7326, 6652, 8580, 6980, 6742, 8269, 6817, 9648, 7708, 9891, 7526, 10814, 7587, 12120, 8705, 13301, 10866, 7743, 9669, 7141, 7131, 7122, 6924, 8482, 7235, 6927, 8490, 6904, 10767, 8672, 11394, 8255, 12554, 10084, 13620, 11208, 13701, 11215, 13745, 8925, 7713, 7270, 11693, 11557, 8567, 9076, 8085, 7581, 11331, 8742, 6984, 9332, 7905, 7172, 8981, 7069, 8685, 7711, 6851, 9468, 7425, 8177, 8112, 6773, 10019, 7848, 6721, 9494, 7611, 9749, 8281, 7263, 14954, 10605, 15002, 10886, 11048, 8657, 8255, 13636, 8782, 15246, 11076, 14791, 10104, 8760, 9918, 7077, 9185, 7410, 6775, 7896, 6714, 8654, 6930, 9056, 7402, 8106, 7631, 6857, 8646, 6873, 9231, 7223, 8970, 7461, 6734, 7809, 7085, 6849, 8339, 7012, 7876, 7255, 7320, 8178, 9270, 8856, 10890, 9452, 12429, 10344, 13978, 10984, 14869, 11532, 13350, 13337, 12305, 15816, 12259, 8203, 9069, 7977, 9666, 7822, 12189, 8343, 15667, 12982, 15740, 12465, 14316, 11834, 15598, 12658, 15639, 10005, 7003, 7112, 7422, 6986, 7467, 7602, 7091, 7020, 10728, 7363, 6917, 8145, 7356, 12038, 7201, 7116, 12681, 7740, 12670, 7896, 7085, 13035, 6945, 6774, 7953, 7103, 11236, 9670, 6799, 8463, 7282, 6714, 7299, 7516], 'WindowCenter': [4203.0, 4196.0, 4172.0, 4149.0, 4154.0, 4102.0, 4133.0, 4102.0, 4140.0, 4110.0, 4130.0, 4109.0, 4100.0, 4139.0, 4089.0, 4117.0, 4088.0, 4087.0, 4099.0, 4089.0, 4111.0, 4088.0, 4121.0, 4090.0, 4121.0, 4101.0, 4130.0, 4101.0, 4130.0, 4102.0, 4102.0, 4111.0, 4090.0, 4121.0, 4091.0, 4132.0, 4101.0, 4134.0, 4113.0, 4104.0, 4123.0, 4102.0, 4123.0, 4114.0, 4134.0, 4115.0, 4105.0, 4136.0, 4116.0, 4146.0, 4127.0, 4117.0, 4148.0, 4116.0, 4158.0, 4115.0, 4145.0, 4125.0, 4116.0, 4158.0, 4137.0, 4168.0, 4147.0, 4157.0, 4136.0, 4124.0, 4134.0, 4114.0, 4156.0, 4134.0, 4165.0, 4112.0, 4133.0, 4113.0, 4102.0, 4145.0, 4123.0, 4155.0, 4113.0, 4104.0, 4124.0, 4104.0, 4146.0, 4113.0, 4166.0, 4125.0, 4103.0, 4124.0, 4092.0, 4143.0, 4114.0, 4155.0, 4125.0, 4116.0, 4135.0, 4103.0, 4143.0, 4112.0, 4136.0, 4125.0, 4115.0, 4157.0, 4117.0, 4147.0, 4125.0, 4115.0, 4135.0, 4119.0, 4182.0, 4164.0, 4170.0, 4136.0, 4102.0, 4146.0, 4126.0, 4133.0, 4150.0, 4127.0, 4120.0, 4156.0, 4135.0, 4116.0, 4178.0, 4160.0, 4136.0, 4155.0, 4134.0, 4152.0, 4133.0, 4154.0, 4143.0, 4121.0, 4138.0, 4107.0, 4126.0, 4093.0, 4083.0, 4094.0, 4062.0, 4105.0, 4074.0, 4116.0, 4084.0, 4074.0, 4095.0, 4065.0, 4106.0, 4075.0, 4105.0, 4087.0, 4128.0, 4087.0, 4075.0, 4097.0, 4075.0, 4107.0, 4076.0, 4109.0, 4077.0, 4106.0, 4078.0, 4129.0, 4100.0, 4089.0, 4100.0, 4092.0, 4122.0, 4102.0, 4143.0, 4115.0, 4124.0, 4134.0, 4095.0, 4147.0, 4104.0, 4145.0, 4102.0, 4144.0, 4113.0, 4155.0, 4135.0, 4153.0, 4134.0, 4152.0, 4122.0, 4138.0, 4110.0, 4129.0, 4108.0, 4121.0, 4089.0, 4088.0, 4099.0, 4088.0, 4110.0, 4091.0, 4123.0, 4115.0, 4116.0, 4136.0, 4107.0, 4148.0, 4128.0, 4138.0, 4126.0, 4116.0, 4149.0, 4129.0, 4168.0, 4125.0, 4168.0, 4128.0, 4155.0, 4137.0, 4157.0, 4158.0, 4138.0, 4167.0, 4116.0, 4135.0, 4124.0, 4125.0, 4136.0, 4105.0, 4156.0, 4127.0, 4180.0, 4136.0, 4095.0, 4144.0, 4116.0, 4156.0, 4126.0, 4133.0, 4145.0, 4126.0, 4166.0, 4136.0, 4167.0, 4145.0, 4155.0, 4134.0, 4153.0, 4133.0, 4143.0, 4143.0, 4145.0, 4177.0, 4142.0, 4086.0, 4079.0, 4077.0, 4093.0, 4117.0, 4104.0, 4102.0, 4127.0, 4116.0, 4147.0, 4127.0, 4138.0, 4161.0, 4152.0, 4152.0, 4162.0, 4149.0, 4158.0, 4144.0, 4144.0, 4131.0, 4097.0, 4116.0, 4075.0, 4118.0, 4086.0, 4117.0, 4085.0, 4105.0, 4062.0, 4040.0, 4051.0, 4052.0, 4063.0, 4054.0, 4075.0, 4065.0, 4076.0, 4069.0, 4068.0, 4078.0, 4068.0, 4079.0, 4080.0, 4081.0, 4083.0, 4083.0, 4095.0, 4097.0, 4107.0, 4099.0, 4130.0, 4099.0, 4129.0, 4097.0, 4138.0, 4097.0, 4150.0, 4126.0, 4161.0, 4122.0, 4164.0, 4108.0, 4125.0, 4082.0, 4080.0, 4093.0, 4093.0, 4116.0, 4110.0, 4109.0, 4107.0, 4106.0, 4113.0, 4111.0, 4121.0, 4130.0, 4121.0, 4123.0, 4121.0, 4124.0, 4163.0, 4123.0, 4174.0, 4142.0, 4123.0, 4153.0, 4126.0, 4148.0, 4136.0, 4114.0, 4171.0, 4171.0, 4161.0, 4106.0, 4103.0, 4093.0, 4091.0, 4110.0, 4148.0, 4137.0, 4146.0, 4167.0, 4157.0, 4145.0, 4148.0, 4137.0, 4138.0, 4135.0, 4122.0, 4117.0, 4104.0, 4074.0, 4038.0, 4104.0, 4072.0, 4093.0, 4051.0, 4030.0, 4060.0, 4029.0, 4040.0, 4040.0, 4031.0, 4059.0, 4041.0, 4072.0, 4042.0, 4071.0, 4042.0, 4051.0, 4039.0, 4042.0, 4062.0, 4044.0, 4074.0, 4043.0, 4075.0, 4046.0, 4064.0, 4056.0, 4067.0, 4058.0, 4079.0, 4059.0, 4080.0, 4058.0, 4080.0, 4072.0, 4094.0, 4086.0, 4076.0, 4082.0, 4075.0, 4106.0, 4099.0, 4099.0, 4100.0, 4086.0, 4100.0, 4090.0, 4111.0, 4100.0, 4113.0, 4102.0, 4121.0, 4101.0, 4112.0, 4112.0, 4118.0, 4102.0, 4120.0, 4100.0, 4108.0, 4100.0, 4090.0, 4098.0, 4100.0, 4123.0, 4112.0, 4131.0, 4114.0, 4102.0, 4121.0, 4103.0, 4117.0, 4122.0, 4127.0, 4128.0, 4150.0, 4137.0, 4166.0, 4137.0, 4135.0, 4154.0, 4117.0, 4176.0, 4146.0, 4174.0, 4153.0, 4187.0, 4164.0, 4162.0, 4162.0, 4139.0, 4160.0, 4139.0, 4147.0, 4138.0, 4145.0, 4125.0, 4113.0, 4135.0, 4107.0, 4144.0, 4105.0, 4085.0, 4113.0, 4093.0, 4126.0, 4105.0, 4138.0, 4105.0, 4127.0, 4118.0, 4066.0, 4186.0, 4123.0, 4131.0, 4098.0, 4101.0, 4123.0, 4114.0, 4115.0, 4124.0, 4114.0, 4125.0, 4127.0, 4137.0, 4139.0, 4159.0, 4150.0, 4178.0, 4159.0, 4168.0, 4147.0, 4166.0, 4143.0, 4152.0, 4158.0, 4163.0, 4144.0, 4110.0, 4130.0, 4140.0, 4161.0, 4151.0, 4099.0, 4098.0, 4100.0, 4101.0, 4124.0, 4113.0, 4135.0, 4115.0, 4126.0, 4156.0, 4124.0, 4155.0, 4131.0, 4154.0, 4154.0, 4151.0, 4140.0, 4117.0, 4141.0, 4098.0, 4140.0, 4084.0, 4108.0, 4088.0, 4162.0, 4131.0, 4092.0, 4088.0, 4069.0, 4096.0, 4086.0, 4098.0, 4097.0, 4101.0, 4111.0, 4113.0, 4112.0, 4124.0, 4113.0, 4132.0, 4115.0, 4123.0, 4102.0, 4119.0, 4112.0, 4141.0, 4112.0, 4132.0, 4111.0, 4103.0, 4104.0, 4077.0, 4095.0, 4087.0, 4119.0, 4111.0, 4110.0, 4114.0, 4106.0, 4136.0, 4117.0, 4117.0, 4147.0, 4112.0, 4116.0, 4144.0, 4119.0, 4119.0, 4161.0, 4127.0, 4171.0, 4150.0, 4171.0, 4170.0, 4169.0, 4178.0, 4166.0, 4164.0, 4152.0, 4152.0, 4151.0, 4139.0, 4139.0, 4139.0, 4126.0, 4114.0, 4112.0, 4091.0, 4069.0, 4100.0, 4057.0, 4110.0, 4047.0, 4087.0, 4045.0, 4067.0, 4046.0, 4078.0, 4045.0, 4066.0, 4042.0, 4068.0, 4059.0, 4068.0, 4074.0, 4074.0, 4095.0, 4089.0, 4090.0, 4100.0, 4104.0, 4116.0, 4117.0, 4131.0, 4140.0, 4130.0, 4127.0, 4138.0, 4130.0, 4127.0, 4121.0, 4111.0, 4119.0, 4165.0, 4192.0, 4177.0, 4187.0, 4164.0, 4109.0, 4128.0, 4138.0, 4118.0, 4149.0, 4151.0, 4152.0, 4153.0, 4153.0, 4139.0, 4130.0, 4125.0, 4122.0, 4122.0, 4101.0, 4112.0, 4089.0, 4066.0, 4098.0, 4044.0, 4086.0, 4035.0, 4036.0, 4045.0, 4046.0, 4057.0, 4047.0, 4049.0, 4060.0, 4060.0, 4072.0, 4064.0, 4063.0, 4075.0, 4076.0, 4086.0, 4077.0, 4078.0, 4091.0, 4090.0, 4101.0, 4092.0, 4123.0, 4094.0, 4114.0, 4103.0, 4106.0, 4129.0, 4108.0, 4167.0, 4114.0, 4104.0, 4091.0, 4084.0, 4093.0, 4081.0, 4096.0, 4109.0, 4118.0, 4111.0, 4118.0, 4109.0, 4111.0, 4133.0, 4122.0, 4174.0, 4142.0, 4161.0, 4161.0, 4161.0, 4162.0, 4158.0, 4159.0, 4137.0, 4144.0, 4126.0, 4132.0, 4118.0, 4130.0, 4097.0, 4065.0, 4097.0, 4054.0, 4117.0, 4067.0, 4095.0, 4066.0, 4059.0, 4066.0, 4070.0, 4103.0, 4070.0, 4102.0, 4083.0, 4095.0, 4105.0, 4090.0, 4128.0, 4086.0, 4076.0, 4106.0, 4087.0, 4089.0, 4110.0, 4090.0, 4122.0, 4110.0, 4121.0, 4101.0, 4128.0, 4100.0, 4141.0, 4107.0, 4151.0, 4131.0, 4095.0, 4119.0, 4102.0, 4090.0, 4089.0, 4102.0, 4121.0, 4115.0, 4104.0, 4125.0, 4104.0, 4143.0, 4112.0, 4143.0, 4111.0, 4142.0, 4121.0, 4151.0, 4129.0, 4140.0, 4118.0, 4133.0, 3910.0, 4041.0, 4034.0, 4178.0, 4082.0, 4092.0, 4090.0, 4078.0, 4064.0, 4123.0, 4105.0, 4083.0, 4114.0, 4094.0, 4084.0, 4117.0, 4096.0, 4118.0, 4107.0, 4087.0, 4126.0, 4098.0, 4105.0, 4105.0, 4088.0, 4128.0, 4107.0, 4097.0, 4129.0, 4107.0, 4129.0, 4122.0, 4110.0, 4170.0, 4140.0, 4170.0, 4128.0, 4138.0, 4108.0, 4105.0, 4147.0, 4102.0, 4154.0, 4123.0, 4144.0, 4113.0, 4103.0, 4113.0, 4082.0, 4101.0, 4083.0, 4071.0, 4095.0, 4083.0, 4103.0, 4084.0, 4103.0, 4093.0, 4092.0, 4096.0, 4085.0, 4104.0, 4085.0, 4116.0, 4109.0, 4133.0, 4112.0, 4101.0, 4109.0, 4098.0, 4099.0, 4123.0, 4111.0, 4121.0, 4125.0, 4123.0, 4133.0, 4143.0, 4133.0, 4156.0, 4144.0, 4164.0, 4143.0, 4174.0, 4155.0, 4173.0, 4155.0, 4159.0, 4158.0, 4147.0, 4168.0, 4149.0, 4106.0, 4116.0, 4108.0, 4116.0, 4108.0, 4149.0, 4119.0, 4168.0, 4148.0, 4158.0, 4135.0, 4147.0, 4137.0, 4182.0, 4159.0, 4165.0, 4123.0, 4089.0, 4091.0, 4089.0, 4089.0, 4102.0, 4104.0, 4093.0, 4091.0, 4137.0, 4122.0, 4110.0, 4117.0, 4093.0, 4145.0, 4092.0, 4095.0, 4156.0, 4105.0, 4144.0, 4092.0, 4079.0, 4140.0, 4081.0, 4093.0, 4101.0, 4094.0, 4123.0, 4097.0, 4068.0, 4088.0, 4079.0, 4068.0, 4081.0, 4111.0], 'WindowWidth': [9325.0, 9300.0, 9261.0, 9220.0, 9221.0, 9146.0, 9187.0, 9144.0, 9195.0, 9154.0, 9179.0, 9153.0, 9139.0, 9193.0, 9124.0, 9158.0, 9120.0, 9118.0, 9136.0, 9124.0, 9157.0, 9124.0, 9169.0, 9128.0, 9168.0, 9142.0, 9181.0, 9143.0, 9181.0, 9145.0, 9144.0, 9155.0, 9129.0, 9169.0, 9131.0, 9186.0, 9148.0, 9191.0, 9164.0, 9151.0, 9176.0, 9149.0, 9176.0, 9168.0, 9193.0, 9169.0, 9156.0, 9199.0, 9175.0, 9214.0, 9189.0, 9176.0, 9219.0, 9174.0, 9231.0, 9173.0, 9212.0, 9185.0, 9175.0, 9235.0, 9203.0, 9248.0, 9216.0, 9228.0, 9197.0, 9179.0, 9194.0, 9167.0, 9228.0, 9194.0, 9237.0, 9161.0, 9191.0, 9163.0, 9149.0, 9208.0, 9180.0, 9225.0, 9166.0, 9154.0, 9180.0, 9154.0, 9211.0, 9167.0, 9240.0, 9184.0, 9151.0, 9179.0, 9137.0, 9204.0, 9169.0, 9224.0, 9183.0, 9173.0, 9196.0, 9153.0, 9205.0, 9164.0, 9199.0, 9185.0, 9172.0, 9228.0, 9175.0, 9214.0, 9185.0, 9169.0, 9198.0, 9184.0, 9276.0, 9255.0, 9257.0, 9200.0, 9148.0, 9213.0, 9186.0, 9210.0, 9225.0, 9190.0, 9184.0, 9226.0, 9196.0, 9172.0, 9261.0, 9239.0, 9198.0, 9224.0, 9191.0, 9218.0, 9189.0, 9218.0, 9201.0, 9165.0, 9189.0, 9142.0, 9166.0, 9117.0, 9104.0, 9118.0, 9075.0, 9135.0, 9095.0, 9151.0, 9108.0, 9095.0, 9122.0, 9084.0, 9138.0, 9097.0, 9137.0, 9115.0, 9171.0, 9115.0, 9099.0, 9129.0, 9098.0, 9143.0, 9101.0, 9146.0, 9102.0, 9141.0, 9105.0, 9175.0, 9140.0, 9122.0, 9138.0, 9130.0, 9170.0, 9146.0, 9201.0, 9168.0, 9178.0, 9193.0, 9140.0, 9211.0, 9152.0, 9206.0, 9148.0, 9205.0, 9164.0, 9222.0, 9193.0, 9216.0, 9188.0, 9212.0, 9169.0, 9188.0, 9149.0, 9176.0, 9145.0, 9164.0, 9120.0, 9120.0, 9134.0, 9121.0, 9152.0, 9130.0, 9175.0, 9168.0, 9171.0, 9198.0, 9159.0, 9216.0, 9190.0, 9202.0, 9186.0, 9173.0, 9219.0, 9192.0, 9244.0, 9185.0, 9244.0, 9190.0, 9222.0, 9199.0, 9228.0, 9231.0, 9202.0, 9240.0, 9168.0, 9193.0, 9178.0, 9178.0, 9195.0, 9154.0, 9224.0, 9186.0, 9263.0, 9197.0, 9140.0, 9206.0, 9170.0, 9223.0, 9185.0, 9192.0, 9209.0, 9183.0, 9239.0, 9195.0, 9241.0, 9207.0, 9221.0, 9191.0, 9214.0, 9187.0, 9199.0, 9202.0, 9206.0, 9259.0, 9200.0, 9119.0, 9105.0, 9099.0, 9121.0, 9179.0, 9151.0, 9145.0, 9184.0, 9168.0, 9207.0, 9179.0, 9194.0, 9233.0, 9219.0, 9219.0, 9234.0, 9210.0, 9225.0, 9197.0, 9198.0, 9170.0, 9117.0, 9142.0, 9083.0, 9146.0, 9100.0, 9142.0, 9097.0, 9122.0, 9063.0, 9029.0, 9046.0, 9048.0, 9065.0, 9055.0, 9084.0, 9074.0, 9088.0, 9081.0, 9081.0, 9095.0, 9082.0, 9098.0, 9101.0, 9106.0, 9112.0, 9113.0, 9133.0, 9138.0, 9152.0, 9143.0, 9184.0, 9143.0, 9181.0, 9139.0, 9194.0, 9137.0, 9211.0, 9174.0, 9232.0, 9179.0, 9238.0, 9155.0, 9174.0, 9110.0, 9106.0, 9126.0, 9127.0, 9163.0, 9167.0, 9162.0, 9155.0, 9154.0, 9171.0, 9166.0, 9178.0, 9192.0, 9181.0, 9186.0, 9182.0, 9188.0, 9241.0, 9184.0, 9254.0, 9208.0, 9188.0, 9226.0, 9196.0, 9232.0, 9208.0, 9176.0, 9247.0, 9248.0, 9232.0, 9152.0, 9144.0, 9134.0, 9129.0, 9153.0, 9215.0, 9196.0, 9203.0, 9238.0, 9221.0, 9198.0, 9208.0, 9195.0, 9190.0, 9177.0, 9156.0, 9139.0, 9117.0, 9073.0, 9019.0, 9113.0, 9067.0, 9095.0, 9038.0, 9009.0, 9048.0, 9007.0, 9020.0, 9022.0, 9011.0, 9048.0, 9024.0, 9067.0, 9029.0, 9067.0, 9029.0, 9039.0, 9024.0, 9028.0, 9055.0, 9034.0, 9075.0, 9034.0, 9077.0, 9040.0, 9064.0, 9055.0, 9072.0, 9063.0, 9090.0, 9066.0, 9094.0, 9066.0, 9096.0, 9089.0, 9122.0, 9117.0, 9101.0, 9107.0, 9101.0, 9143.0, 9138.0, 9137.0, 9142.0, 9120.0, 9143.0, 9130.0, 9160.0, 9142.0, 9161.0, 9145.0, 9172.0, 9144.0, 9161.0, 9160.0, 9164.0, 9149.0, 9168.0, 9140.0, 9150.0, 9141.0, 9130.0, 9140.0, 9143.0, 9180.0, 9166.0, 9192.0, 9171.0, 9152.0, 9174.0, 9154.0, 9178.0, 9179.0, 9196.0, 9194.0, 9227.0, 9211.0, 9249.0, 9209.0, 9203.0, 9228.0, 9180.0, 9261.0, 9216.0, 9257.0, 9223.0, 9278.0, 9242.0, 9233.0, 9234.0, 9194.0, 9230.0, 9194.0, 9206.0, 9191.0, 9197.0, 9168.0, 9151.0, 9184.0, 9146.0, 9194.0, 9140.0, 9115.0, 9152.0, 9125.0, 9171.0, 9144.0, 9191.0, 9144.0, 9177.0, 9166.0, 9062.0, 9276.0, 9176.0, 9185.0, 9141.0, 9147.0, 9179.0, 9170.0, 9171.0, 9183.0, 9171.0, 9186.0, 9192.0, 9205.0, 9211.0, 9239.0, 9226.0, 9264.0, 9236.0, 9249.0, 9218.0, 9242.0, 9205.0, 9219.0, 9235.0, 9231.0, 9206.0, 9153.0, 9182.0, 9193.0, 9226.0, 9211.0, 9143.0, 9136.0, 9141.0, 9147.0, 9183.0, 9168.0, 9198.0, 9172.0, 9187.0, 9228.0, 9183.0, 9226.0, 9189.0, 9222.0, 9221.0, 9212.0, 9195.0, 9159.0, 9196.0, 9132.0, 9190.0, 9110.0, 9146.0, 9123.0, 9229.0, 9180.0, 9119.0, 9116.0, 9087.0, 9127.0, 9115.0, 9135.0, 9136.0, 9145.0, 9160.0, 9165.0, 9163.0, 9180.0, 9166.0, 9191.0, 9169.0, 9179.0, 9147.0, 9167.0, 9160.0, 9197.0, 9158.0, 9183.0, 9153.0, 9137.0, 9137.0, 9103.0, 9126.0, 9117.0, 9163.0, 9159.0, 9155.0, 9165.0, 9157.0, 9200.0, 9179.0, 9177.0, 9216.0, 9165.0, 9173.0, 9209.0, 9181.0, 9182.0, 9241.0, 9190.0, 9254.0, 9225.0, 9253.0, 9249.0, 9251.0, 9258.0, 9239.0, 9233.0, 9215.0, 9214.0, 9210.0, 9191.0, 9187.0, 9187.0, 9165.0, 9143.0, 9136.0, 9108.0, 9075.0, 9119.0, 9055.0, 9130.0, 9040.0, 9095.0, 9037.0, 9069.0, 9041.0, 9083.0, 9039.0, 9065.0, 9033.0, 9071.0, 9062.0, 9075.0, 9092.0, 9093.0, 9121.0, 9124.0, 9126.0, 9140.0, 9157.0, 9174.0, 9179.0, 9204.0, 9214.0, 9200.0, 9194.0, 9213.0, 9204.0, 9196.0, 9179.0, 9172.0, 9180.0, 9238.0, 9291.0, 9261.0, 9270.0, 9233.0, 9152.0, 9170.0, 9189.0, 9158.0, 9200.0, 9213.0, 9208.0, 9219.0, 9218.0, 9186.0, 9176.0, 9159.0, 9150.0, 9150.0, 9119.0, 9134.0, 9095.0, 9061.0, 9105.0, 9028.0, 9087.0, 9015.0, 9020.0, 9030.0, 9033.0, 9049.0, 9037.0, 9042.0, 9060.0, 9060.0, 9080.0, 9071.0, 9070.0, 9088.0, 9090.0, 9105.0, 9096.0, 9098.0, 9119.0, 9119.0, 9135.0, 9126.0, 9166.0, 9131.0, 9156.0, 9142.0, 9153.0, 9184.0, 9156.0, 9235.0, 9157.0, 9146.0, 9122.0, 9115.0, 9127.0, 9107.0, 9136.0, 9158.0, 9167.0, 9160.0, 9167.0, 9156.0, 9160.0, 9197.0, 9183.0, 9255.0, 9208.0, 9229.0, 9233.0, 9226.0, 9234.0, 9220.0, 9224.0, 9189.0, 9199.0, 9169.0, 9174.0, 9148.0, 9165.0, 9114.0, 9071.0, 9115.0, 9056.0, 9142.0, 9074.0, 9111.0, 9073.0, 9066.0, 9075.0, 9089.0, 9137.0, 9089.0, 9137.0, 9110.0, 9131.0, 9143.0, 9128.0, 9174.0, 9116.0, 9103.0, 9142.0, 9120.0, 9123.0, 9155.0, 9131.0, 9172.0, 9156.0, 9169.0, 9145.0, 9177.0, 9141.0, 9198.0, 9149.0, 9209.0, 9184.0, 9129.0, 9163.0, 9146.0, 9126.0, 9126.0, 9147.0, 9173.0, 9169.0, 9155.0, 9185.0, 9153.0, 9204.0, 9160.0, 9201.0, 9156.0, 9200.0, 9168.0, 9213.0, 9177.0, 9194.0, 9159.0, 9176.0, 8766.0, 9036.0, 9019.0, 9277.0, 9084.0, 9121.0, 9111.0, 9094.0, 9068.0, 9166.0, 9141.0, 9110.0, 9154.0, 9126.0, 9112.0, 9160.0, 9137.0, 9165.0, 9156.0, 9125.0, 9176.0, 9140.0, 9146.0, 9146.0, 9126.0, 9182.0, 9152.0, 9139.0, 9183.0, 9153.0, 9185.0, 9178.0, 9160.0, 9243.0, 9200.0, 9238.0, 9178.0, 9190.0, 9150.0, 9142.0, 9201.0, 9135.0, 9207.0, 9164.0, 9194.0, 9149.0, 9137.0, 9150.0, 9107.0, 9133.0, 9110.0, 9095.0, 9128.0, 9112.0, 9138.0, 9114.0, 9139.0, 9126.0, 9125.0, 9132.0, 9117.0, 9142.0, 9117.0, 9160.0, 9160.0, 9196.0, 9166.0, 9149.0, 9154.0, 9139.0, 9143.0, 9180.0, 9164.0, 9177.0, 9187.0, 9184.0, 9199.0, 9210.0, 9197.0, 9228.0, 9213.0, 9239.0, 9212.0, 9251.0, 9229.0, 9251.0, 9229.0, 9223.0, 9222.0, 9204.0, 9236.0, 9209.0, 9146.0, 9160.0, 9152.0, 9162.0, 9155.0, 9210.0, 9170.0, 9238.0, 9208.0, 9223.0, 9185.0, 9203.0, 9188.0, 9259.0, 9226.0, 9227.0, 9170.0, 9120.0, 9125.0, 9119.0, 9119.0, 9142.0, 9148.0, 9133.0, 9124.0, 9197.0, 9187.0, 9163.0, 9166.0, 9129.0, 9201.0, 9125.0, 9134.0, 9219.0, 9148.0, 9198.0, 9123.0, 9103.0, 9187.0, 9109.0, 9131.0, 9137.0, 9128.0, 9164.0, 9120.0, 9083.0, 9108.0, 9103.0, 9085.0, 9107.0, 9163.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.013701734357848517</td></tr>
<tr><td colspan=3>aqi</td><td>0.13080259099890232</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.92455783059345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.097901689879121</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0289094391538474</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>5675.6807</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23695536071582174</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>210</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.05159165751921</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9326853875149195</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6724283908297966</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.08878338090312</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.0368443908118423</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129981</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0005653772386722267</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04344426840543747</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.158744656517533</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>11.5568</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.783</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.2907</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298543.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.2582</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3828</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.6742</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3302.3105</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4284.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>834.1406</td></tr>
<tr><td colspan=3>tsnr</td><td>17.05882173392456</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>