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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-02/func/sub-0129_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>779878959aa9a38458b89d47127582ed</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:36:45.902500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999458, 0.0178634, -0.0276564, -0.0170966, 0.99947, 0.0277193]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.114818</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7742, -7238, 101, -120, -25, 48, 113]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.264</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65f0807f-1ac2-423e-a5d0-cc4bb6e0acb5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814723014831543, -0.045868922024965286, -0.0759696513414383, 114.55833435058594], [-0.04792625457048416, 2.6815037727355957, 0.07352492213249207, -78.0088882446289], [-0.07420013844966888, -0.07436887919902802, 2.6979293823242188, -67.23978424072266], [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': ['103645.902500', '103646.362500', '103646.822500', '103647.282500', '103647.742500', '103648.202500', '103648.662500', '103649.122500', '103649.582500', '103650.042500', '103650.502500', '103650.962500', '103651.422500', '103651.882500', '103652.342500', '103652.802500', '103653.262500', '103653.722500', '103654.182500', '103654.642500', '103655.102500', '103655.562500', '103656.022500', '103656.482500', '103656.942500', '103657.402500', '103657.862500', '103658.322500', '103658.782500', '103659.242500', '103659.702500', '103700.162500', '103700.622500', '103701.082500', '103701.542500', '103702.002500', '103702.462500', '103702.922500', '103703.382500', '103703.842500', '103704.302500', '103704.762500', '103705.222500', '103705.682500', '103706.142500', '103706.602500', '103707.062500', '103707.522500', '103707.982500', '103708.442500', '103708.902500', '103709.362500', '103709.822500', '103710.282500', '103710.742500', '103711.202500', '103711.662500', '103712.122500', '103712.582500', '103713.042500', '103713.502500', '103713.962500', '103714.422500', '103714.882500', '103715.342500', '103715.802500', '103716.262500', '103716.722500', '103717.182500', '103717.642500', '103718.102500', '103718.562500', '103719.022500', '103719.482500', '103719.942500', '103720.402500', '103720.862500', '103721.322500', '103721.782500', '103722.242500', '103722.702500', '103723.162500', '103723.622500', '103724.082500', '103724.542500', '103725.002500', '103725.462500', '103725.922500', '103726.382500', '103726.842500', '103727.302500', '103727.762500', '103728.222500', '103728.682500', '103729.142500', '103729.602500', '103730.062500', '103730.522500', '103730.982500', '103731.442500', '103731.902500', '103732.362500', '103732.822500', '103733.282500', '103733.742500', '103734.202500', '103734.662500', '103735.122500', '103735.582500', '103736.042500', '103736.502500', '103736.962500', '103737.422500', '103737.882500', '103738.342500', '103738.802500', '103739.262500', '103739.722500', '103740.182500', '103740.642500', '103741.102500', '103741.562500', '103742.022500', '103742.482500', '103742.942500', '103743.402500', '103743.862500', '103744.322500', '103744.782500', '103745.242500', '103745.702500', '103746.162500', '103746.622500', '103747.082500', '103747.542500', '103748.002500', '103748.462500', '103748.922500', '103749.382500', '103749.842500', '103750.302500', '103750.762500', '103751.222500', '103751.682500', '103752.142500', '103752.602500', '103753.062500', '103753.522500', '103753.982500', '103754.442500', '103754.902500', '103755.362500', '103755.822500', '103756.282500', '103756.742500', '103757.202500', '103757.662500', '103758.122500', '103758.582500', '103759.042500', '103759.502500', '103759.962500', '103800.422500', '103800.882500', '103801.342500', '103801.802500', '103802.262500', '103802.722500', '103803.182500', '103803.642500', '103804.102500', '103804.562500', '103805.022500', '103805.482500', '103805.942500', '103806.402500', '103806.862500', '103807.322500', '103807.782500', '103808.242500', '103808.702500', '103809.162500', '103809.622500', '103810.082500', '103810.542500', '103811.002500', '103811.462500', '103811.922500', '103812.382500', '103812.842500', '103813.302500', '103813.762500', '103814.222500', '103814.682500', '103815.142500', '103815.602500', '103816.062500', '103816.522500', '103816.982500', '103817.442500', '103817.902500', '103818.362500', '103818.822500', '103819.282500', '103819.742500', '103820.202500', '103820.662500', '103821.122500', '103821.582500', '103822.042500', '103822.502500', '103822.962500', '103823.422500', '103823.882500', '103824.342500', '103824.802500', '103825.262500', '103825.722500', '103826.182500', '103826.642500', '103827.102500', '103827.562500', '103828.022500', '103828.482500', '103828.942500', '103829.402500', '103829.862500', '103830.322500', '103830.782500', '103831.242500', '103831.702500', '103832.162500', '103832.622500', '103833.082500', '103833.542500', '103834.002500', '103834.462500', '103834.922500', '103835.382500', '103835.842500', '103836.302500', '103836.762500', '103837.222500', '103837.682500', '103838.142500', '103838.602500', '103839.062500', '103839.522500', '103839.982500', '103840.442500', '103840.902500', '103841.362500', '103841.822500', '103842.282500', '103842.742500', '103843.202500', '103843.662500', '103844.122500', '103844.582500', '103845.042500', '103845.502500', '103845.962500', '103846.422500', '103846.882500', '103847.342500', '103847.802500', '103848.262500', '103848.722500', '103849.182500', '103849.642500', '103850.102500', '103850.562500', '103851.022500', '103851.482500', '103851.942500', '103852.402500', '103852.862500', '103853.322500', '103853.782500', '103854.242500', '103854.702500', '103855.162500', '103855.622500', '103856.082500', '103856.542500', '103857.002500', '103857.462500', '103857.922500', '103858.382500', '103858.842500', '103859.302500', '103859.762500', '103900.222500', '103900.682500', '103901.142500', '103901.602500', '103902.062500', '103902.522500', '103902.982500', '103903.442500', '103903.902500', '103904.362500', '103904.822500', '103905.282500', '103905.742500', '103906.202500', '103906.662500', '103907.122500', '103907.582500', '103908.042500', '103908.502500', '103908.962500', '103909.422500', '103909.882500', '103910.342500', '103910.802500', '103911.262500', '103911.722500', '103912.182500', '103912.642500', '103913.102500', '103913.562500', '103914.022500', '103914.482500', '103914.942500', '103915.402500', '103915.862500', '103916.322500', '103916.782500', '103917.242500', '103917.702500', '103918.162500', '103918.622500', '103919.082500', '103919.542500', '103920.002500', '103920.462500', '103920.922500', '103921.382500', '103921.842500', '103922.302500', '103922.762500', '103923.222500', '103923.682500', '103924.142500', '103924.602500', '103925.062500', '103925.522500', '103925.982500', '103926.442500', '103926.902500', '103927.362500', '103927.822500', '103928.282500', '103928.742500', '103929.202500', '103929.662500', '103930.122500', '103930.582500', '103931.042500', '103931.502500', '103931.962500', '103932.422500', '103932.882500', '103933.342500', '103933.802500', '103934.262500', '103934.722500', '103935.182500', '103935.642500', '103936.102500', '103936.562500', '103937.022500', '103937.482500', '103937.942500', '103938.402500', '103938.862500', '103939.322500', '103939.782500', '103940.242500', '103940.702500', '103941.162500', '103941.622500', '103942.082500', '103942.542500', '103943.002500', '103943.462500', '103943.922500', '103944.382500', '103944.842500', '103945.302500', '103945.762500', '103946.222500', '103946.682500', '103947.142500', '103947.602500', '103948.062500', '103948.522500', '103948.982500', '103949.442500', '103949.902500', '103950.362500', '103950.822500', '103951.282500', '103951.742500', '103952.202500', '103952.662500', '103953.122500', '103953.582500', '103954.042500', '103954.502500', '103954.962500', '103955.422500', '103955.882500', '103956.342500', '103956.802500', '103957.262500', '103957.722500', '103958.182500', '103958.642500', '103959.102500', '103959.562500', '104000.022500', '104000.482500', '104000.942500', '104001.402500', '104001.862500', '104002.322500', '104002.782500', '104003.242500', '104003.702500', '104004.162500', '104004.622500', '104005.082500', '104005.542500', '104006.002500', '104006.462500', '104006.922500', '104007.382500', '104007.842500', '104008.302500', '104008.762500', '104009.222500', '104009.682500', '104010.142500', '104010.602500', '104011.062500', '104011.522500', '104011.982500', '104012.442500', '104012.902500', '104013.362500', '104013.822500', '104014.282500', '104014.742500', '104015.202500', '104015.662500', '104016.122500', '104016.582500', '104017.042500', '104017.502500', '104017.962500', '104018.422500', '104018.882500', '104019.342500', '104019.802500', '104020.262500', '104020.722500', '104021.182500', '104021.642500', '104022.102500', '104022.562500', '104023.022500', '104023.482500', '104023.942500', '104024.402500', '104024.862500', '104025.322500', '104025.782500', '104026.242500', '104026.702500', '104027.162500', '104027.622500', '104028.082500', '104028.542500', '104029.002500', '104029.462500', '104029.922500', '104030.382500', '104030.842500', '104031.302500', '104031.762500', '104032.222500', '104032.682500', '104033.142500', '104033.602500', '104034.062500', '104034.522500', '104034.982500', '104035.442500', '104035.902500', '104036.362500', '104036.822500', '104037.282500', '104037.742500', '104038.202500', '104038.662500', '104039.122500', '104039.582500', '104040.042500', '104040.502500', '104040.962500', '104041.422500', '104041.882500', '104042.342500', '104042.802500', '104043.262500', '104043.722500', '104044.182500', '104044.642500', '104045.102500', '104045.562500', '104046.022500', '104046.482500', '104046.942500', '104047.402500', '104047.862500', '104048.322500', '104048.782500', '104049.242500', '104049.702500', '104050.162500', '104050.622500', '104051.082500', '104051.542500', '104052.002500', '104052.462500', '104052.922500', '104053.382500', '104053.842500', '104054.302500', '104054.762500', '104055.222500', '104055.682500', '104056.142500', '104056.602500', '104057.062500', '104057.522500', '104057.982500', '104058.442500', '104058.902500', '104059.362500', '104059.822500', '104100.282500', '104100.742500', '104101.202500', '104101.662500', '104102.122500', '104102.582500', '104103.042500', '104103.502500', '104103.962500', '104104.422500', '104104.882500', '104105.342500', '104105.802500', '104106.262500', '104106.722500', '104107.182500', '104107.642500', '104108.102500', '104108.562500', '104109.022500', '104109.482500', '104109.942500', '104110.402500', '104110.862500', '104111.322500', '104111.782500', '104112.242500', '104112.702500', '104113.162500', '104113.622500', '104114.082500', '104114.542500', '104115.002500', '104115.462500', '104115.922500', '104116.382500', '104116.842500', '104117.302500', '104117.762500', '104118.222500', '104118.682500', '104119.142500', '104119.602500', '104120.062500', '104120.522500', '104120.982500', '104121.442500', '104121.902500', '104122.362500', '104122.822500', '104123.282500', '104123.742500', '104124.202500', '104124.662500', '104125.122500', '104125.582500', '104126.042500', '104126.502500', '104126.962500', '104127.422500', '104127.882500', '104128.342500', '104128.802500', '104129.262500', '104129.722500', '104130.182500', '104130.642500', '104131.102500', '104131.562500', '104132.022500', '104132.482500', '104132.942500', '104133.402500', '104133.862500', '104134.322500', '104134.782500', '104135.242500', '104135.702500', '104136.162500', '104136.622500', '104137.082500', '104137.542500', '104138.002500', '104138.462500', '104138.922500', '104139.382500', '104139.842500', '104140.302500', '104140.762500', '104141.222500', '104141.682500', '104142.142500', '104142.602500', '104143.062500', '104143.522500', '104143.982500', '104144.442500', '104144.902500', '104145.362500', '104145.822500', '104146.282500', '104146.742500', '104147.202500', '104147.662500', '104148.122500', '104148.582500', '104149.042500', '104149.502500', '104149.962500', '104150.422500', '104150.882500', '104151.342500', '104151.802500', '104152.262500', '104152.722500', '104153.182500', '104153.642500', '104154.102500', '104154.562500', '104155.022500', '104155.482500', '104155.942500', '104156.402500', '104156.862500', '104157.322500', '104157.782500', '104158.242500', '104158.702500', '104159.162500', '104159.622500', '104200.082500', '104200.542500', '104201.002500', '104201.462500', '104201.922500', '104202.382500', '104202.842500', '104203.302500', '104203.762500', '104204.222500', '104204.682500', '104205.142500', '104205.602500', '104206.062500', '104206.522500', '104206.982500', '104207.442500', '104207.902500', '104208.362500', '104208.822500', '104209.282500', '104209.742500', '104210.202500', '104210.662500', '104211.122500', '104211.582500', '104212.042500', '104212.502500', '104212.962500', '104213.422500', '104213.882500', '104214.342500', '104214.802500', '104215.262500', '104215.722500', '104216.182500', '104216.642500', '104217.102500', '104217.562500', '104218.022500', '104218.482500', '104218.942500', '104219.402500', '104219.862500', '104220.322500', '104220.782500', '104221.242500', '104221.702500', '104222.162500', '104222.622500', '104223.082500', '104223.542500', '104224.002500', '104224.462500', '104224.922500', '104225.382500', '104225.842500', '104226.302500', '104226.762500', '104227.222500', '104227.682500', '104228.142500', '104228.602500', '104229.062500', '104229.522500', '104229.982500', '104230.442500', '104230.902500', '104231.362500', '104231.822500', '104232.282500', '104232.742500', '104233.202500', '104233.662500', '104234.122500', '104234.582500', '104235.042500', '104235.502500', '104235.962500', '104236.422500', '104236.882500', '104237.342500', '104237.802500', '104238.262500', '104238.722500', '104239.182500', '104239.642500', '104240.102500', '104240.562500', '104241.022500', '104241.482500', '104241.942500', '104242.402500', '104242.862500', '104243.322500', '104243.782500', '104244.242500', '104244.702500', '104245.162500', '104245.622500', '104246.082500', '104246.542500', '104247.002500', '104247.462500', '104247.922500', '104248.382500', '104248.842500', '104249.302500', '104249.762500', '104250.222500', '104250.682500', '104251.142500', '104251.602500', '104252.062500', '104252.522500', '104252.982500', '104253.442500', '104253.902500', '104254.362500', '104254.822500', '104255.282500', '104255.742500', '104256.202500', '104256.662500', '104257.122500', '104257.582500', '104258.042500', '104258.502500', '104258.962500', '104259.422500', '104259.882500', '104300.342500', '104300.802500', '104301.262500', '104301.722500', '104302.182500', '104302.642500', '104303.102500', '104303.562500', '104304.022500', '104304.482500', '104304.942500', '104305.402500', '104305.862500', '104306.322500', '104306.782500', '104307.242500', '104307.702500', '104308.162500', '104308.622500', '104309.082500', '104309.542500', '104310.002500', '104310.462500', '104310.922500', '104311.382500', '104311.842500', '104312.302500', '104312.762500', '104313.222500', '104313.682500', '104314.142500', '104314.602500', '104315.062500', '104315.522500', '104315.982500', '104316.442500', '104316.902500', '104317.362500', '104317.822500', '104318.282500', '104318.742500', '104319.202500', '104319.662500', '104320.122500', '104320.582500', '104321.042500', '104321.502500', '104321.962500', '104322.422500', '104322.882500', '104323.342500', '104323.802500', '104324.262500', '104324.722500', '104325.182500', '104325.642500', '104326.102500', '104326.562500', '104327.022500', '104327.482500', '104327.942500', '104328.402500', '104328.862500', '104329.322500', '104329.782500', '104330.242500', '104330.702500', '104331.162500', '104331.622500', '104332.082500', '104332.542500', '104333.002500', '104333.462500', '104333.922500', '104334.382500', '104334.842500', '104335.302500', '104335.762500', '104336.222500', '104336.682500', '104337.142500', '104337.602500', '104338.062500', '104338.522500', '104338.982500', '104339.442500', '104339.902500', '104340.362500', '104340.822500', '104341.282500', '104341.742500', '104342.202500', '104342.662500', '104343.122500', '104343.582500', '104344.042500', '104344.502500', '104344.962500', '104345.422500', '104345.882500'], 'ContentTime': ['103710.991000', '103710.994000', '103710.997000', '103711.001000', '103711.004000', '103711.006000', '103711.009000', '103711.012000', '103711.014000', '103711.017000', '103711.020000', '103711.022000', '103711.025000', '103711.027000', '103711.030000', '103711.033000', '103711.035000', '103711.038000', '103711.040000', '103711.043000', '103711.045000', '103711.048000', '103711.051000', '103711.053000', '103711.056000', '103711.058000', '103711.061000', '103711.064000', '103711.066000', '103711.069000', '103711.072000', '103711.074000', '103711.077000', '103711.079000', '103711.082000', '103711.085000', '103711.087000', '103711.090000', '103711.093000', '103711.095000', '103711.098000', '103711.101000', '103711.103000', '103711.106000', '103711.109000', '103711.111000', '103711.114000', '103711.116000', '103711.119000', '103711.122000', '103711.124000', '103711.127000', '103711.129000', '103730.878000', '103730.881000', '103730.884000', '103730.887000', '103730.889000', '103730.892000', '103730.895000', '103730.897000', '103730.900000', '103730.902000', '103730.905000', '103730.908000', '103730.910000', '103730.913000', '103730.916000', '103730.918000', '103730.930000', '103730.933000', '103730.936000', '103730.938000', '103730.941000', '103730.943000', '103730.946000', '103730.949000', '103730.951000', '103730.954000', '103730.957000', '103730.959000', '103730.962000', '103730.965000', '103730.967000', '103730.970000', '103730.973000', '103730.976000', '103730.978000', '103730.981000', '103730.985000', '103730.988000', '103730.991000', '103730.994000', '103730.996000', '103731.000000', '103731.002000', '103750.878000', '103750.881000', '103750.884000', '103750.887000', '103750.889000', '103750.892000', '103750.895000', '103750.898000', '103750.900000', '103750.903000', '103750.906000', '103750.908000', '103750.911000', '103750.913000', '103750.916000', '103750.919000', '103750.921000', '103750.924000', '103750.927000', '103750.929000', '103750.932000', '103750.934000', '103750.937000', '103750.940000', '103750.942000', '103750.945000', '103750.948000', '103750.950000', '103750.953000', '103750.955000', '103750.958000', '103750.961000', '103750.963000', '103750.966000', '103750.969000', '103750.971000', '103750.974000', '103750.976000', '103750.979000', '103750.982000', '103750.985000', '103750.987000', '103750.990000', '103750.993000', '103810.878000', '103810.881000', '103810.884000', '103810.886000', '103810.890000', '103810.892000', '103810.895000', '103810.897000', '103810.900000', '103810.903000', '103810.906000', '103810.908000', '103810.911000', '103810.914000', '103810.916000', '103810.919000', '103810.922000', '103810.924000', '103810.927000', '103810.929000', '103810.932000', '103810.935000', '103810.937000', '103810.940000', '103810.943000', '103810.945000', '103810.948000', '103810.950000', '103810.953000', '103810.956000', '103810.959000', '103810.961000', '103810.964000', '103810.967000', '103810.970000', '103810.972000', '103810.975000', '103810.977000', '103810.980000', '103810.983000', '103810.985000', '103810.998000', '103811.002000', '103830.878000', '103830.881000', '103830.884000', '103830.886000', '103830.889000', '103830.892000', '103830.894000', '103830.897000', '103830.900000', '103830.903000', '103830.905000', '103830.908000', '103830.911000', '103830.913000', '103830.916000', '103830.919000', '103830.921000', '103830.924000', '103830.926000', '103830.929000', '103830.931000', '103830.934000', '103830.937000', '103830.939000', '103830.942000', '103830.944000', '103830.947000', '103830.949000', '103830.952000', '103830.955000', '103830.957000', '103830.960000', '103830.963000', '103830.965000', '103830.968000', '103830.971000', '103830.973000', '103830.976000', '103830.978000', '103830.981000', '103830.984000', '103830.986000', '103830.989000', '103830.992000', '103850.880000', '103850.882000', '103850.885000', '103850.888000', '103850.891000', '103850.893000', '103850.896000', '103850.899000', '103850.901000', '103850.904000', '103850.906000', '103850.909000', '103850.912000', '103850.915000', '103850.917000', '103850.920000', '103850.923000', '103850.925000', '103850.928000', '103850.930000', '103850.933000', '103850.936000', '103850.938000', '103850.941000', '103850.944000', '103850.946000', '103850.949000', '103850.952000', '103850.954000', '103850.957000', '103850.959000', '103850.962000', '103850.965000', '103850.967000', '103850.974000', '103850.977000', '103850.980000', '103850.982000', '103850.985000', '103850.988000', '103850.990000', '103850.993000', '103850.995000', '103910.879000', '103910.882000', '103910.885000', '103910.888000', '103910.890000', '103910.893000', '103910.896000', '103910.898000', '103910.901000', '103910.904000', '103910.906000', '103910.909000', '103910.912000', '103910.914000', '103910.917000', '103910.920000', '103910.922000', '103910.925000', '103910.927000', '103910.930000', '103910.933000', '103910.935000', '103910.938000', '103910.940000', '103910.943000', '103910.946000', '103910.949000', '103910.964000', '103910.966000', '103910.969000', '103910.972000', '103910.974000', '103910.977000', '103910.979000', '103910.982000', '103910.985000', '103910.987000', '103910.990000', '103910.993000', '103910.995000', '103910.998000', '103911.002000', '103911.004000', '103911.007000', '103930.879000', '103930.881000', '103930.885000', '103930.887000', '103930.890000', '103930.892000', '103930.895000', '103930.898000', '103930.901000', '103930.903000', '103930.906000', '103930.909000', '103930.911000', '103930.914000', '103930.917000', '103930.919000', '103930.922000', '103930.924000', '103930.927000', '103930.930000', '103930.932000', '103930.935000', '103930.937000', '103930.940000', '103930.943000', '103930.945000', '103930.948000', '103930.950000', '103930.953000', '103930.965000', '103930.968000', '103930.981000', '103930.983000', '103930.986000', '103930.989000', '103930.991000', '103930.994000', '103930.997000', '103931.000000', '103931.003000', '103931.005000', '103931.008000', '103931.011000', '103950.879000', '103950.881000', '103950.884000', '103950.887000', '103950.889000', '103950.892000', '103950.895000', '103950.897000', '103950.900000', '103950.903000', '103950.905000', '103950.908000', '103950.911000', '103950.913000', '103950.916000', '103950.929000', '103950.931000', '103950.934000', '103950.937000', '103950.939000', '103950.942000', '103950.945000', '103950.947000', '103950.950000', '103950.952000', '103950.955000', '103950.958000', '103950.960000', '103950.963000', '103950.966000', '103950.968000', '103950.971000', '103950.973000', '103950.976000', '103950.979000', '103950.981000', '103950.984000', '103950.986000', '103950.989000', '103950.992000', '103950.994000', '103950.997000', '103951.000000', '103951.003000', '104010.878000', '104010.881000', '104010.884000', '104010.886000', '104010.889000', '104010.892000', '104010.894000', '104010.897000', '104010.900000', '104010.902000', '104010.905000', '104010.908000', '104010.910000', '104010.913000', '104010.915000', '104010.918000', '104010.921000', '104010.924000', '104010.926000', '104010.929000', '104010.931000', '104010.934000', '104010.937000', '104010.939000', '104010.942000', '104010.945000', '104010.947000', '104010.950000', '104010.953000', '104010.955000', '104010.958000', '104010.960000', '104010.963000', '104010.966000', '104010.968000', '104010.971000', '104010.974000', '104010.976000', '104010.979000', '104010.981000', '104010.984000', '104010.987000', '104010.989000', '104030.879000', '104030.882000', '104030.884000', '104030.887000', '104030.890000', '104030.892000', '104030.895000', '104030.898000', '104030.900000', '104030.903000', '104030.906000', '104030.908000', '104030.911000', '104030.914000', '104030.916000', '104030.919000', '104030.921000', '104030.924000', '104030.927000', '104030.930000', '104030.932000', '104030.935000', '104030.937000', '104030.940000', '104030.943000', '104030.945000', '104030.948000', '104030.951000', '104030.953000', '104030.956000', '104030.959000', '104030.961000', '104030.964000', '104030.966000', '104030.969000', '104030.972000', '104030.974000', '104030.977000', '104030.980000', '104030.982000', '104030.985000', '104030.987000', '104030.990000', '104030.993000', '104050.879000', '104050.881000', '104050.884000', '104050.887000', '104050.890000', '104050.892000', '104050.895000', '104050.898000', '104050.922000', '104050.925000', '104050.927000', '104050.930000', '104050.933000', '104050.935000', '104050.938000', '104050.941000', '104050.943000', '104050.946000', '104050.948000', '104050.951000', '104050.954000', '104050.956000', '104050.959000', '104050.962000', '104050.964000', '104050.967000', '104050.970000', '104050.972000', '104050.975000', '104050.978000', '104050.980000', '104050.983000', '104050.994000', '104050.997000', '104051.000000', '104051.003000', '104051.006000', '104051.008000', '104051.011000', '104051.014000', '104051.016000', '104051.019000', '104051.021000', '104110.879000', '104110.882000', '104110.885000', '104110.888000', '104110.891000', '104110.893000', '104110.896000', '104110.898000', '104110.901000', '104110.904000', '104110.906000', '104110.909000', '104110.912000', '104110.915000', '104110.917000', '104110.920000', '104110.923000', '104110.925000', '104110.928000', '104110.930000', '104110.933000', '104110.936000', '104110.938000', '104110.941000', '104110.944000', '104110.946000', '104110.949000', '104110.952000', '104110.954000', '104110.957000', '104110.960000', '104110.962000', '104110.965000', '104110.968000', '104110.970000', '104110.973000', '104110.976000', '104110.978000', '104110.981000', '104110.984000', '104110.986000', '104110.989000', '104110.992000', '104110.994000', '104130.879000', '104130.882000', '104130.885000', '104130.888000', '104130.891000', '104130.893000', '104130.896000', '104130.899000', '104130.901000', '104130.904000', '104130.907000', '104130.909000', '104130.912000', '104130.914000', '104130.917000', '104130.920000', '104130.922000', '104130.925000', '104130.928000', '104130.930000', '104130.933000', '104130.935000', '104130.938000', '104130.941000', '104130.943000', '104130.946000', '104130.949000', '104130.951000', '104130.954000', '104130.956000', '104130.959000', '104130.962000', '104130.964000', '104130.967000', '104130.970000', '104130.972000', '104130.975000', '104130.977000', '104130.980000', '104130.983000', '104130.985000', '104130.988000', '104130.991000', '104150.878000', '104150.881000', '104150.884000', '104150.887000', '104150.889000', '104150.892000', '104150.894000', '104150.897000', '104150.900000', '104150.902000', '104150.905000', '104150.908000', '104150.911000', '104150.914000', '104150.917000', '104150.920000', '104150.922000', '104150.925000', '104150.927000', '104150.930000', '104150.933000', '104150.935000', '104150.938000', '104150.941000', '104150.943000', '104150.946000', '104150.949000', '104150.951000', '104150.954000', '104150.956000', '104150.959000', '104150.962000', '104150.965000', '104150.967000', '104150.970000', '104150.973000', '104150.975000', '104150.978000', '104150.980000', '104150.983000', '104150.986000', '104150.988000', '104150.991000', '104150.994000', '104210.878000', '104210.882000', '104210.884000', '104210.887000', '104210.890000', '104210.893000', '104210.895000', '104210.898000', '104210.900000', '104210.903000', '104210.906000', '104210.909000', '104210.911000', '104210.914000', '104210.917000', '104210.920000', '104210.922000', '104210.925000', '104210.992000', '104210.994000', '104210.997000', '104211.001000', '104211.004000', '104211.006000', '104211.009000', '104211.012000', '104211.014000', '104211.017000', '104211.019000', '104211.022000', '104211.025000', '104211.027000', '104211.030000', '104211.033000', '104211.035000', '104211.038000', '104211.041000', '104211.043000', '104211.046000', '104211.049000', '104211.051000', '104211.054000', '104211.056000', '104230.878000', '104230.881000', '104230.884000', '104230.887000', '104230.889000', '104230.892000', '104230.895000', '104230.898000', '104230.900000', '104230.903000', '104230.906000', '104230.908000', '104230.911000', '104230.913000', '104230.916000', '104230.919000', '104230.921000', '104230.924000', '104230.927000', '104230.929000', '104230.932000', '104230.935000', '104230.937000', '104230.940000', '104230.943000', '104230.945000', '104230.948000', '104230.950000', '104230.953000', '104230.957000', '104230.960000', '104230.963000', '104230.965000', '104230.968000', '104230.971000', '104230.973000', '104230.976000', '104230.979000', '104230.981000', '104230.984000', '104230.986000', '104230.989000', '104230.992000', '104230.994000', '104250.879000', '104250.881000', '104250.884000', '104250.887000', '104250.890000', '104250.892000', '104250.895000', '104250.898000', '104250.900000', '104250.903000', '104250.906000', '104250.908000', '104250.911000', '104250.914000', '104250.916000', '104250.919000', '104250.922000', '104250.925000', '104250.927000', '104250.930000', '104250.933000', '104250.935000', '104250.938000', '104250.940000', '104250.943000', '104250.946000', '104250.948000', '104250.951000', '104250.953000', '104250.956000', '104250.959000', '104250.961000', '104250.964000', '104250.967000', '104250.969000', '104250.972000', '104250.974000', '104250.977000', '104250.980000', '104250.982000', '104250.985000', '104250.987000', '104250.990000', '104310.878000', '104310.882000', '104310.885000', '104310.888000', '104310.891000', '104310.893000', '104310.896000', '104310.899000', '104310.901000', '104310.904000', '104310.906000', '104310.909000', '104310.912000', '104310.914000', '104310.917000', '104310.919000', '104310.922000', '104310.925000', '104310.928000', '104310.930000', '104310.933000', '104310.935000', '104310.938000', '104310.940000', '104310.943000', '104310.946000', '104310.948000', '104310.952000', '104310.955000', '104310.957000', '104310.960000', '104310.963000', '104310.965000', '104310.968000', '104310.971000', '104310.973000', '104310.976000', '104310.979000', '104310.981000', '104310.984000', '104310.987000', '104310.989000', '104310.992000', '104330.880000', '104330.882000', '104330.885000', '104330.888000', '104330.891000', '104330.893000', '104330.896000', '104330.898000', '104330.901000', '104330.904000', '104330.906000', '104330.909000', '104330.912000', '104330.914000', '104330.917000', '104330.920000', '104330.922000', '104330.925000', '104330.928000', '104330.930000', '104330.933000', '104330.935000', '104330.938000', '104330.941000', '104330.943000', '104330.946000', '104330.949000', '104330.951000', '104330.954000', '104330.963000', '104330.979000', '104330.982000', '104330.985000', '104330.987000', '104330.990000', '104330.992000', '104330.995000', '104330.998000', '104331.001000', '104331.004000', '104331.007000', '104331.009000', '104331.012000', '104331.014000', '104346.800000', '104346.803000', '104346.806000', '104346.809000', '104346.811000', '104346.814000', '104346.817000', '104346.820000', '104346.822000', '104346.825000', '104346.828000', '104346.831000', '104346.833000', '104346.836000', '104346.840000', '104346.843000', '104346.846000', '104346.849000', '104346.851000', '104346.854000', '104346.857000', '104346.859000', '104346.862000', '104346.866000', '104346.869000', '104346.871000', '104346.874000', '104346.877000', '104346.879000', '104346.882000', '104346.885000', '104346.888000', '104346.891000', '104346.898000', '104346.901000'], 'InstanceCreationTime': ['103710.991000', '103710.994000', '103710.997000', '103711.001000', '103711.004000', '103711.006000', '103711.009000', '103711.012000', '103711.014000', '103711.017000', '103711.020000', '103711.022000', '103711.025000', '103711.027000', '103711.030000', '103711.033000', '103711.035000', '103711.038000', '103711.040000', '103711.043000', '103711.045000', '103711.048000', '103711.051000', '103711.053000', '103711.056000', '103711.058000', '103711.061000', '103711.064000', '103711.066000', '103711.069000', '103711.072000', '103711.074000', '103711.077000', '103711.079000', '103711.082000', '103711.085000', '103711.087000', '103711.090000', '103711.093000', '103711.095000', '103711.098000', '103711.101000', '103711.103000', '103711.106000', '103711.109000', '103711.111000', '103711.114000', '103711.116000', '103711.119000', '103711.122000', '103711.124000', '103711.127000', '103711.129000', '103730.878000', '103730.881000', '103730.884000', '103730.887000', '103730.889000', '103730.892000', '103730.895000', '103730.897000', '103730.900000', '103730.902000', '103730.905000', '103730.908000', '103730.910000', '103730.913000', '103730.916000', '103730.918000', '103730.930000', '103730.933000', '103730.936000', '103730.938000', '103730.941000', '103730.943000', '103730.946000', '103730.949000', '103730.951000', '103730.954000', '103730.957000', '103730.959000', '103730.962000', '103730.965000', '103730.967000', '103730.970000', '103730.973000', '103730.976000', '103730.978000', '103730.981000', '103730.985000', '103730.988000', '103730.991000', '103730.994000', '103730.996000', '103731.000000', '103731.002000', '103750.878000', '103750.881000', '103750.884000', '103750.887000', '103750.889000', '103750.892000', '103750.895000', '103750.898000', '103750.900000', '103750.903000', '103750.906000', '103750.908000', '103750.911000', '103750.913000', '103750.916000', '103750.919000', '103750.921000', '103750.924000', '103750.927000', '103750.929000', '103750.932000', '103750.934000', '103750.937000', '103750.940000', '103750.942000', '103750.945000', '103750.948000', '103750.950000', '103750.953000', '103750.955000', '103750.958000', '103750.961000', '103750.963000', '103750.966000', '103750.969000', '103750.971000', '103750.974000', '103750.976000', '103750.979000', '103750.982000', '103750.985000', '103750.987000', '103750.990000', '103750.993000', '103810.878000', '103810.881000', '103810.884000', '103810.886000', '103810.890000', '103810.892000', '103810.895000', '103810.897000', '103810.900000', '103810.903000', '103810.906000', '103810.908000', '103810.911000', '103810.914000', '103810.916000', '103810.919000', '103810.922000', '103810.924000', '103810.927000', '103810.929000', '103810.932000', '103810.935000', '103810.937000', '103810.940000', '103810.943000', '103810.945000', '103810.948000', '103810.950000', '103810.953000', '103810.956000', '103810.959000', '103810.961000', '103810.964000', '103810.967000', '103810.970000', '103810.972000', '103810.975000', '103810.977000', '103810.980000', '103810.983000', '103810.985000', '103810.998000', '103811.002000', '103830.878000', '103830.881000', '103830.884000', '103830.886000', '103830.889000', '103830.892000', '103830.894000', '103830.897000', '103830.900000', '103830.903000', '103830.905000', '103830.908000', '103830.911000', '103830.913000', '103830.916000', '103830.919000', '103830.921000', '103830.924000', '103830.926000', '103830.929000', '103830.931000', '103830.934000', '103830.937000', '103830.939000', '103830.942000', '103830.944000', '103830.947000', '103830.949000', '103830.952000', '103830.955000', '103830.957000', '103830.960000', '103830.963000', '103830.965000', '103830.968000', '103830.971000', '103830.973000', '103830.976000', '103830.978000', '103830.981000', '103830.984000', '103830.986000', '103830.989000', '103830.992000', '103850.880000', '103850.882000', '103850.885000', '103850.888000', '103850.891000', '103850.893000', '103850.896000', '103850.899000', '103850.901000', '103850.904000', '103850.906000', '103850.909000', '103850.912000', '103850.915000', '103850.917000', '103850.920000', '103850.923000', '103850.925000', '103850.928000', '103850.930000', '103850.933000', '103850.936000', '103850.938000', '103850.941000', '103850.944000', '103850.946000', '103850.949000', '103850.952000', '103850.954000', '103850.957000', '103850.959000', '103850.962000', '103850.965000', '103850.967000', '103850.974000', '103850.977000', '103850.980000', '103850.982000', '103850.985000', '103850.988000', '103850.990000', '103850.993000', '103850.995000', '103910.879000', '103910.882000', '103910.885000', '103910.888000', '103910.890000', '103910.893000', '103910.896000', '103910.898000', '103910.901000', '103910.904000', '103910.906000', '103910.909000', '103910.912000', '103910.914000', '103910.917000', '103910.920000', '103910.922000', '103910.925000', '103910.927000', '103910.930000', '103910.933000', '103910.935000', '103910.938000', '103910.940000', '103910.943000', '103910.946000', '103910.949000', '103910.964000', '103910.966000', '103910.969000', '103910.972000', '103910.974000', '103910.977000', '103910.979000', '103910.982000', '103910.985000', '103910.987000', '103910.990000', '103910.993000', '103910.995000', '103910.998000', '103911.002000', '103911.004000', '103911.007000', '103930.879000', '103930.881000', '103930.885000', '103930.887000', '103930.890000', '103930.892000', '103930.895000', '103930.898000', '103930.901000', '103930.903000', '103930.906000', '103930.909000', '103930.911000', '103930.914000', '103930.917000', '103930.919000', '103930.922000', '103930.924000', '103930.927000', '103930.930000', '103930.932000', '103930.935000', '103930.937000', '103930.940000', '103930.943000', '103930.945000', '103930.948000', '103930.950000', '103930.953000', '103930.965000', '103930.968000', '103930.981000', '103930.983000', '103930.986000', '103930.989000', '103930.991000', '103930.994000', '103930.997000', '103931.000000', '103931.003000', '103931.005000', '103931.008000', '103931.011000', '103950.879000', '103950.881000', '103950.884000', '103950.887000', '103950.889000', '103950.892000', '103950.895000', '103950.897000', '103950.900000', '103950.903000', '103950.905000', '103950.908000', '103950.911000', '103950.913000', '103950.916000', '103950.929000', '103950.931000', '103950.934000', '103950.937000', '103950.939000', '103950.942000', '103950.945000', '103950.947000', '103950.950000', '103950.952000', '103950.955000', '103950.958000', '103950.960000', '103950.963000', '103950.966000', '103950.968000', '103950.971000', '103950.973000', '103950.976000', '103950.979000', '103950.981000', '103950.984000', '103950.986000', '103950.989000', '103950.992000', '103950.994000', '103950.997000', '103951.000000', '103951.003000', '104010.878000', '104010.881000', '104010.884000', '104010.886000', '104010.889000', '104010.892000', '104010.894000', '104010.897000', '104010.900000', '104010.902000', '104010.905000', '104010.908000', '104010.910000', '104010.913000', '104010.915000', '104010.918000', '104010.921000', '104010.924000', '104010.926000', '104010.929000', '104010.931000', '104010.934000', '104010.937000', '104010.939000', '104010.942000', '104010.945000', '104010.947000', '104010.950000', '104010.953000', '104010.955000', '104010.958000', '104010.960000', '104010.963000', '104010.966000', '104010.968000', '104010.971000', '104010.974000', '104010.976000', '104010.979000', '104010.981000', '104010.984000', '104010.987000', '104010.989000', '104030.879000', '104030.882000', '104030.884000', '104030.887000', '104030.890000', '104030.892000', '104030.895000', '104030.898000', '104030.900000', '104030.903000', '104030.906000', '104030.908000', '104030.911000', '104030.914000', '104030.916000', '104030.919000', '104030.921000', '104030.924000', '104030.927000', '104030.930000', '104030.932000', '104030.935000', '104030.937000', '104030.940000', '104030.943000', '104030.945000', '104030.948000', '104030.951000', '104030.953000', '104030.956000', '104030.959000', '104030.961000', '104030.964000', '104030.966000', '104030.969000', '104030.972000', '104030.974000', '104030.977000', '104030.980000', '104030.982000', '104030.985000', '104030.987000', '104030.990000', '104030.993000', '104050.879000', '104050.881000', '104050.884000', '104050.887000', '104050.890000', '104050.892000', '104050.895000', '104050.898000', '104050.922000', '104050.925000', '104050.927000', '104050.930000', '104050.933000', '104050.935000', '104050.938000', '104050.941000', '104050.943000', '104050.946000', '104050.948000', '104050.951000', '104050.954000', '104050.956000', '104050.959000', '104050.962000', '104050.964000', '104050.967000', '104050.970000', '104050.972000', '104050.975000', '104050.978000', '104050.980000', '104050.983000', '104050.994000', '104050.997000', '104051.000000', '104051.003000', '104051.006000', '104051.008000', '104051.011000', '104051.014000', '104051.016000', '104051.019000', '104051.021000', '104110.879000', '104110.882000', '104110.885000', '104110.888000', '104110.891000', '104110.893000', '104110.896000', '104110.898000', '104110.901000', '104110.904000', '104110.906000', '104110.909000', '104110.912000', '104110.915000', '104110.917000', '104110.920000', '104110.923000', '104110.925000', '104110.928000', '104110.930000', '104110.933000', '104110.936000', '104110.938000', '104110.941000', '104110.944000', '104110.946000', '104110.949000', '104110.952000', '104110.954000', '104110.957000', '104110.960000', '104110.962000', '104110.965000', '104110.968000', '104110.970000', '104110.973000', '104110.976000', '104110.978000', '104110.981000', '104110.984000', '104110.986000', '104110.989000', '104110.992000', '104110.994000', '104130.879000', '104130.882000', '104130.885000', '104130.888000', '104130.891000', '104130.893000', '104130.896000', '104130.899000', '104130.901000', '104130.904000', '104130.907000', '104130.909000', '104130.912000', '104130.914000', '104130.917000', '104130.920000', '104130.922000', '104130.925000', '104130.928000', '104130.930000', '104130.933000', '104130.935000', '104130.938000', '104130.941000', '104130.943000', '104130.946000', '104130.949000', '104130.951000', '104130.954000', '104130.956000', '104130.959000', '104130.962000', '104130.964000', '104130.967000', '104130.970000', '104130.972000', '104130.975000', '104130.977000', '104130.980000', '104130.983000', '104130.985000', '104130.988000', '104130.991000', '104150.878000', '104150.881000', '104150.884000', '104150.887000', '104150.889000', '104150.892000', '104150.894000', '104150.897000', '104150.900000', '104150.902000', '104150.905000', '104150.908000', '104150.911000', '104150.914000', '104150.917000', '104150.920000', '104150.922000', '104150.925000', '104150.927000', '104150.930000', '104150.933000', '104150.935000', '104150.938000', '104150.941000', '104150.943000', '104150.946000', '104150.949000', '104150.951000', '104150.954000', '104150.956000', '104150.959000', '104150.962000', '104150.965000', '104150.967000', '104150.970000', '104150.973000', '104150.975000', '104150.978000', '104150.980000', '104150.983000', '104150.986000', '104150.988000', '104150.991000', '104150.994000', '104210.878000', '104210.882000', '104210.884000', '104210.887000', '104210.890000', '104210.893000', '104210.895000', '104210.898000', '104210.900000', '104210.903000', '104210.906000', '104210.909000', '104210.911000', '104210.914000', '104210.917000', '104210.920000', '104210.922000', '104210.925000', '104210.992000', '104210.994000', '104210.997000', '104211.001000', '104211.004000', '104211.006000', '104211.009000', '104211.012000', '104211.014000', '104211.017000', '104211.019000', '104211.022000', '104211.025000', '104211.027000', '104211.030000', '104211.033000', '104211.035000', '104211.038000', '104211.041000', '104211.043000', '104211.046000', '104211.049000', '104211.051000', '104211.054000', '104211.056000', '104230.878000', '104230.881000', '104230.884000', '104230.887000', '104230.889000', '104230.892000', '104230.895000', '104230.898000', '104230.900000', '104230.903000', '104230.906000', '104230.908000', '104230.911000', '104230.913000', '104230.916000', '104230.919000', '104230.921000', '104230.924000', '104230.927000', '104230.929000', '104230.932000', '104230.935000', '104230.937000', '104230.940000', '104230.943000', '104230.945000', '104230.948000', '104230.950000', '104230.953000', '104230.957000', '104230.960000', '104230.963000', '104230.965000', '104230.968000', '104230.971000', '104230.973000', '104230.976000', '104230.979000', '104230.981000', '104230.984000', '104230.986000', '104230.989000', '104230.992000', '104230.994000', '104250.879000', '104250.881000', '104250.884000', '104250.887000', '104250.890000', '104250.892000', '104250.895000', '104250.898000', '104250.900000', '104250.903000', '104250.906000', '104250.908000', '104250.911000', '104250.914000', '104250.916000', '104250.919000', '104250.922000', '104250.925000', '104250.927000', '104250.930000', '104250.933000', '104250.935000', '104250.938000', '104250.940000', '104250.943000', '104250.946000', '104250.948000', '104250.951000', '104250.953000', '104250.956000', '104250.959000', '104250.961000', '104250.964000', '104250.967000', '104250.969000', '104250.972000', '104250.974000', '104250.977000', '104250.980000', '104250.982000', '104250.985000', '104250.987000', '104250.990000', '104310.878000', '104310.882000', '104310.885000', '104310.888000', '104310.891000', '104310.893000', '104310.896000', '104310.899000', '104310.901000', '104310.904000', '104310.906000', '104310.909000', '104310.912000', '104310.914000', '104310.917000', '104310.919000', '104310.922000', '104310.925000', '104310.928000', '104310.930000', '104310.933000', '104310.935000', '104310.938000', '104310.940000', '104310.943000', '104310.946000', '104310.948000', '104310.952000', '104310.955000', '104310.957000', '104310.960000', '104310.963000', '104310.965000', '104310.968000', '104310.971000', '104310.973000', '104310.976000', '104310.979000', '104310.981000', '104310.984000', '104310.987000', '104310.989000', '104310.992000', '104330.880000', '104330.882000', '104330.885000', '104330.888000', '104330.891000', '104330.893000', '104330.896000', '104330.898000', '104330.901000', '104330.904000', '104330.906000', '104330.909000', '104330.912000', '104330.914000', '104330.917000', '104330.920000', '104330.922000', '104330.925000', '104330.928000', '104330.930000', '104330.933000', '104330.935000', '104330.938000', '104330.941000', '104330.943000', '104330.946000', '104330.949000', '104330.951000', '104330.954000', '104330.963000', '104330.979000', '104330.982000', '104330.985000', '104330.987000', '104330.990000', '104330.992000', '104330.995000', '104330.998000', '104331.001000', '104331.004000', '104331.007000', '104331.009000', '104331.012000', '104331.014000', '104346.800000', '104346.803000', '104346.806000', '104346.809000', '104346.811000', '104346.814000', '104346.817000', '104346.820000', '104346.822000', '104346.825000', '104346.828000', '104346.831000', '104346.833000', '104346.836000', '104346.840000', '104346.843000', '104346.846000', '104346.849000', '104346.851000', '104346.854000', '104346.857000', '104346.859000', '104346.862000', '104346.866000', '104346.869000', '104346.871000', '104346.874000', '104346.877000', '104346.879000', '104346.882000', '104346.885000', '104346.888000', '104346.891000', '104346.898000', '104346.901000'], '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': [15032, 10947, 14613, 11766, 12449, 11724, 14553, 11413, 12851, 11186, 15159, 11119, 11995, 11343, 9988, 11368, 10075, 10841, 11087, 10952, 10954, 11132, 11228, 9777, 11033, 11173, 10943, 11365, 10927, 11765, 10994, 13388, 13363, 12444, 10946, 12317, 10921, 13540, 13053, 14846, 11609, 13276, 11205, 12318, 11346, 12690, 11370, 14455, 11610, 12030, 11925, 10595, 12078, 10585, 11157, 13658, 11205, 10886, 11904, 10533, 11599, 11181, 11280, 13917, 11491, 12864, 11288, 11848, 11483, 12352, 11510, 13460, 11437, 11560, 11296, 12258, 11181, 12446, 12045, 11717, 12247, 11964, 11285, 12479, 11438, 10778, 11804, 11859, 11845, 13630, 11715, 14556, 11797, 10689, 11787, 11517, 11416, 9798, 11515, 11672, 11399, 11525, 11367, 11173, 10898, 10224, 10980, 11203, 10791, 11653, 10805, 11007, 11792, 11015, 11179, 11491, 11396, 11093, 10489, 11158, 11151, 11307, 11325, 10747, 10506, 11276, 11216, 11253, 10998, 11517, 13830, 11713, 15004, 11789, 14633, 11523, 10780, 11297, 10631, 11152, 10469, 10738, 10661, 10885, 10906, 11476, 10726, 11167, 10698, 11646, 10462, 11063, 10826, 11334, 14077, 11558, 12930, 13100, 11065, 14632, 10973, 13767, 11324, 11102, 11493, 10675, 11196, 10142, 11192, 10214, 11268, 10579, 11286, 10690, 11036, 11308, 11255, 10893, 11341, 11172, 11201, 10784, 10901, 14407, 12478, 13213, 11071, 12035, 11423, 12215, 11441, 14262, 10836, 12129, 11349, 10963, 11290, 10940, 11322, 11112, 10814, 10622, 11078, 10604, 11294, 10953, 11176, 10627, 11119, 13899, 11169, 11400, 11266, 14626, 11357, 14651, 12685, 11941, 11234, 11101, 11188, 15176, 12696, 13926, 11510, 13567, 11536, 11925, 11438, 10549, 11160, 10644, 11483, 10763, 11381, 10915, 11119, 10909, 11571, 11711, 11613, 10985, 11638, 11818, 11008, 14564, 10826, 10335, 10945, 10448, 10588, 10870, 12372, 10660, 10309, 11268, 10357, 11186, 11279, 10746, 10501, 11143, 11199, 11024, 11335, 10917, 13291, 11365, 14531, 11075, 13801, 11155, 11609, 11317, 11628, 11133, 9962, 11133, 11140, 10988, 11075, 10873, 11701, 10857, 14544, 10870, 11659, 10909, 12035, 11206, 10544, 10761, 11614, 10759, 10841, 10630, 11405, 10756, 11030, 10647, 10400, 13393, 11040, 10788, 11001, 10889, 10662, 10926, 11162, 10421, 10466, 10796, 9829, 10716, 10351, 10870, 10605, 10671, 10439, 10958, 11334, 10501, 11274, 10900, 11582, 10445, 11103, 10676, 11040, 10894, 11601, 13953, 11767, 14845, 11071, 11829, 11840, 12080, 14764, 11129, 14686, 11554, 14630, 11097, 10828, 11378, 11087, 11355, 10786, 10542, 10524, 10857, 11121, 11139, 10553, 11033, 10625, 11196, 10615, 10920, 12140, 11112, 14937, 12595, 15124, 11457, 10748, 10687, 11190, 14796, 11057, 12648, 11235, 10493, 10936, 10662, 10628, 10142, 11109, 10384, 10981, 11225, 11017, 10925, 10695, 10418, 11052, 10998, 10659, 11222, 10147, 10950, 10577, 11359, 10592, 10864, 11197, 10846, 14074, 11967, 14467, 11080, 10473, 11193, 10374, 11339, 9738, 11292, 11870, 11176, 10337, 11045, 11225, 10580, 10896, 10552, 11221, 10716, 11241, 14113, 11313, 13577, 13184, 10969, 14045, 11141, 12532, 11060, 11656, 10910, 10354, 10899, 10210, 10585, 10186, 10422, 10460, 11133, 10260, 12169, 11708, 11082, 11781, 11267, 11866, 11299, 10258, 10673, 11094, 11435, 10542, 11088, 10824, 12113, 10588, 12671, 10266, 12208, 10923, 10635, 11008, 11566, 11137, 11037, 10872, 11037, 11365, 10892, 10849, 14581, 12464, 14037, 11069, 12371, 11020, 14879, 11843, 15000, 10934, 11919, 10755, 13043, 11157, 12208, 10850, 11725, 11038, 10606, 11065, 10751, 11154, 10374, 11749, 11114, 10650, 11175, 11722, 10981, 12201, 11786, 12681, 10719, 11140, 10540, 11100, 10112, 10498, 9919, 10395, 10772, 10476, 11064, 10269, 11374, 10564, 11162, 12082, 10687, 10811, 10849, 11442, 11076, 11080, 13466, 12857, 14594, 11305, 10647, 11403, 10842, 12268, 13585, 13115, 11034, 10659, 11059, 10641, 10608, 11230, 10756, 10533, 10976, 10863, 11020, 10512, 10729, 10686, 11033, 11124, 10806, 11313, 10768, 11546, 10207, 12939, 10948, 10337, 10919, 10081, 10730, 10560, 10724, 10656, 10709, 10801, 10809, 11014, 10810, 14380, 11923, 14871, 11195, 13638, 11119, 11377, 10657, 10426, 10946, 11111, 10858, 12230, 10841, 12270, 10905, 11993, 10554, 14398, 11050, 12594, 10973, 11347, 10625, 13107, 10479, 10389, 10556, 10387, 10545, 10830, 10373, 10575, 9745, 10558, 10844, 10600, 11040, 10709, 11414, 10121, 10617, 10317, 11340, 11969, 10744, 12659, 10538, 10615, 10508, 10868, 10827, 14290, 10910, 14071, 10877, 14553, 11789, 12359, 10469, 10716, 11386, 10830, 10528, 10671, 10130, 10551, 9972, 10784, 10422, 10692, 10533, 10985, 10298, 11496, 10490, 11320, 10467, 11321, 10472, 11380, 12204, 12960, 14933, 10935, 10946, 13090, 10855, 15409, 12011, 14474, 10786, 12098, 10705, 10567, 11613, 10271, 11037, 10812, 10427, 10766, 10173, 11786, 9876, 11927, 9939, 10760, 12282, 10749, 12301, 10868, 13251, 12052, 13750, 11254, 10178, 10928, 12513, 10569, 14665, 10749, 10438, 10775, 10500, 10692, 10158, 11001, 13461, 10836, 11011, 10760, 11063, 10663, 12573, 10611, 12525, 10839, 10469, 10805, 10178, 10425, 12108, 10785, 10485, 10428, 10631, 10648, 10662, 10534, 10382, 12522, 10850, 10368, 10967, 10676, 12946, 10271, 13470, 10045, 11453, 10462, 9648, 10149, 9955, 10450, 9927, 10024, 8917, 10318, 10038, 11135, 9939, 11909, 10328, 10733, 10497, 10189, 10511, 9511, 11341, 9742, 11456, 9794, 11549, 9607, 11738, 12173, 10568, 10015, 10186, 13818, 10781, 13989, 10497, 12678, 10439, 14183, 10550, 14436, 12095, 15232, 10555, 12561, 10577, 14967, 12324, 16097, 11288, 11355, 10156, 10437, 11501, 10542, 10911, 10049, 11771, 10335, 10254, 10358, 10975, 10018, 10485, 11519, 10779, 10460, 10449, 10850, 10531, 14219, 12935, 14767, 10239, 10494, 10149, 10468, 13473, 10652, 9995, 10350, 9790, 11034, 10193, 10286, 10003, 10904, 9439, 9885, 10127, 11839, 9935, 11302, 10035, 11141, 9752, 10953, 12856, 10274, 13291, 10504, 13345, 13029, 10462, 15364, 9542, 12077, 10097, 9891, 10826, 9822, 10583, 9475, 10555, 12106, 10414, 10664, 10794, 13521, 10428, 10384, 12441, 9788, 13345, 10104, 13464, 10411, 11172, 10862, 9613, 10352, 9250, 10505, 10136, 10392, 9878, 11393, 10216, 10853, 10508, 11450, 10197, 11190, 10245, 10911, 11629, 13327, 13388, 11718, 10540, 14939, 11761, 14361, 10552, 14565, 11664, 13926, 12473, 10485, 12822, 10398, 10475, 10419, 10257, 9981, 9777, 10890, 9821, 11348, 10297, 10080, 10082, 9954, 10652, 10358, 10333, 10791, 11239, 11948, 10049, 14658, 11099, 12477, 10533, 10010, 10564, 10136, 10746], 'WindowCenter': [3925.0, 3877.0, 3896.0, 3872.0, 3859.0, 3858.0, 3868.0, 3856.0, 3870.0, 3847.0, 3876.0, 3844.0, 3842.0, 3831.0, 3821.0, 3843.0, 3821.0, 3843.0, 3845.0, 3860.0, 3858.0, 3858.0, 3859.0, 3849.0, 3872.0, 3870.0, 3875.0, 3872.0, 3861.0, 3871.0, 3861.0, 3870.0, 3882.0, 3870.0, 3848.0, 3857.0, 3846.0, 3857.0, 3857.0, 3868.0, 3846.0, 3854.0, 3844.0, 3843.0, 3832.0, 3842.0, 3844.0, 3853.0, 3832.0, 3829.0, 3831.0, 3819.0, 3840.0, 3820.0, 3830.0, 3852.0, 3831.0, 3831.0, 3842.0, 3818.0, 3831.0, 3830.0, 3844.0, 3851.0, 3831.0, 3840.0, 3830.0, 3829.0, 3830.0, 3841.0, 3831.0, 3853.0, 3843.0, 3830.0, 3831.0, 3841.0, 3842.0, 3854.0, 3854.0, 3842.0, 3843.0, 3843.0, 3844.0, 3843.0, 3843.0, 3832.0, 3842.0, 3830.0, 3829.0, 3840.0, 3831.0, 3852.0, 3841.0, 3819.0, 3829.0, 3830.0, 3831.0, 3819.0, 3832.0, 3830.0, 3830.0, 3830.0, 3829.0, 3830.0, 3831.0, 3820.0, 3843.0, 3832.0, 3831.0, 3843.0, 3831.0, 3845.0, 3844.0, 3860.0, 3845.0, 3857.0, 3844.0, 3857.0, 3835.0, 3859.0, 3845.0, 3845.0, 3843.0, 3846.0, 3834.0, 3857.0, 3844.0, 3844.0, 3831.0, 3843.0, 3853.0, 3844.0, 3864.0, 3845.0, 3851.0, 3830.0, 3819.0, 3829.0, 3819.0, 3830.0, 3832.0, 3829.0, 3832.0, 3832.0, 3830.0, 3843.0, 3832.0, 3844.0, 3846.0, 3857.0, 3848.0, 3858.0, 3845.0, 3845.0, 3866.0, 3833.0, 3844.0, 3842.0, 3846.0, 3865.0, 3845.0, 3852.0, 3832.0, 3830.0, 3831.0, 3820.0, 3843.0, 3831.0, 3832.0, 3833.0, 3844.0, 3832.0, 3845.0, 3833.0, 3846.0, 3845.0, 3871.0, 3858.0, 3859.0, 3857.0, 3858.0, 3849.0, 3847.0, 3867.0, 3859.0, 3855.0, 3833.0, 3831.0, 3831.0, 3830.0, 3844.0, 3865.0, 3832.0, 3855.0, 3831.0, 3831.0, 3830.0, 3830.0, 3830.0, 3841.0, 3832.0, 3833.0, 3857.0, 3844.0, 3856.0, 3844.0, 3846.0, 3846.0, 3858.0, 3868.0, 3846.0, 3844.0, 3843.0, 3865.0, 3833.0, 3865.0, 3854.0, 3831.0, 3831.0, 3828.0, 3831.0, 3852.0, 3843.0, 3851.0, 3829.0, 3836.0, 3817.0, 3827.0, 3829.0, 3817.0, 3828.0, 3819.0, 3829.0, 3828.0, 3830.0, 3830.0, 3831.0, 3843.0, 3843.0, 3842.0, 3841.0, 3830.0, 3844.0, 3845.0, 3833.0, 3853.0, 3817.0, 3807.0, 3818.0, 3818.0, 3817.0, 3828.0, 3838.0, 3832.0, 3820.0, 3841.0, 3821.0, 3831.0, 3841.0, 3832.0, 3832.0, 3845.0, 3832.0, 3830.0, 3830.0, 3820.0, 3839.0, 3831.0, 3851.0, 3830.0, 3840.0, 3818.0, 3827.0, 3828.0, 3826.0, 3829.0, 3808.0, 3831.0, 3830.0, 3830.0, 3829.0, 3818.0, 3828.0, 3831.0, 3852.0, 3819.0, 3830.0, 3817.0, 3827.0, 3826.0, 3815.0, 3829.0, 3829.0, 3844.0, 3831.0, 3832.0, 3842.0, 3832.0, 3846.0, 3834.0, 3833.0, 3867.0, 3832.0, 3830.0, 3820.0, 3830.0, 3819.0, 3844.0, 3844.0, 3832.0, 3845.0, 3842.0, 3821.0, 3832.0, 3831.0, 3842.0, 3832.0, 3845.0, 3844.0, 3845.0, 3857.0, 3846.0, 3857.0, 3857.0, 3869.0, 3857.0, 3859.0, 3861.0, 3860.0, 3859.0, 3858.0, 3869.0, 3846.0, 3881.0, 3833.0, 3844.0, 3831.0, 3843.0, 3853.0, 3845.0, 3865.0, 3844.0, 3852.0, 3829.0, 3817.0, 3816.0, 3816.0, 3817.0, 3829.0, 3818.0, 3832.0, 3830.0, 3840.0, 3843.0, 3829.0, 3831.0, 3832.0, 3843.0, 3831.0, 3832.0, 3841.0, 3831.0, 3853.0, 3841.0, 3853.0, 3828.0, 3817.0, 3805.0, 3816.0, 3835.0, 3817.0, 3826.0, 3815.0, 3803.0, 3814.0, 3802.0, 3816.0, 3805.0, 3828.0, 3819.0, 3829.0, 3828.0, 3828.0, 3828.0, 3830.0, 3830.0, 3844.0, 3831.0, 3831.0, 3830.0, 3820.0, 3830.0, 3832.0, 3830.0, 3820.0, 3830.0, 3828.0, 3830.0, 3851.0, 3843.0, 3850.0, 3829.0, 3816.0, 3816.0, 3805.0, 3817.0, 3806.0, 3831.0, 3828.0, 3841.0, 3819.0, 3841.0, 3830.0, 3832.0, 3845.0, 3831.0, 3844.0, 3831.0, 3831.0, 3853.0, 3830.0, 3841.0, 3839.0, 3831.0, 3851.0, 3830.0, 3827.0, 3817.0, 3816.0, 3817.0, 3806.0, 3831.0, 3819.0, 3818.0, 3831.0, 3830.0, 3818.0, 3841.0, 3830.0, 3854.0, 3856.0, 3857.0, 3856.0, 3858.0, 3857.0, 3861.0, 3849.0, 3849.0, 3847.0, 3845.0, 3833.0, 3833.0, 3834.0, 3856.0, 3859.0, 3867.0, 3847.0, 3857.0, 3845.0, 3844.0, 3844.0, 3855.0, 3856.0, 3846.0, 3860.0, 3847.0, 3857.0, 3845.0, 3844.0, 3867.0, 3857.0, 3864.0, 3843.0, 3842.0, 3832.0, 3865.0, 3832.0, 3865.0, 3831.0, 3829.0, 3819.0, 3839.0, 3817.0, 3828.0, 3831.0, 3828.0, 3818.0, 3817.0, 3815.0, 3817.0, 3817.0, 3820.0, 3829.0, 3829.0, 3807.0, 3816.0, 3816.0, 3816.0, 3840.0, 3830.0, 3841.0, 3817.0, 3815.0, 3805.0, 3816.0, 3804.0, 3816.0, 3806.0, 3818.0, 3831.0, 3830.0, 3841.0, 3830.0, 3843.0, 3832.0, 3844.0, 3856.0, 3845.0, 3844.0, 3832.0, 3842.0, 3832.0, 3832.0, 3853.0, 3844.0, 3863.0, 3831.0, 3820.0, 3829.0, 3829.0, 3840.0, 3840.0, 3840.0, 3818.0, 3817.0, 3829.0, 3817.0, 3818.0, 3818.0, 3830.0, 3818.0, 3828.0, 3818.0, 3829.0, 3818.0, 3819.0, 3830.0, 3831.0, 3830.0, 3829.0, 3829.0, 3830.0, 3828.0, 3820.0, 3840.0, 3829.0, 3818.0, 3829.0, 3819.0, 3843.0, 3830.0, 3844.0, 3833.0, 3832.0, 3832.0, 3832.0, 3832.0, 3845.0, 3877.0, 3845.0, 3864.0, 3829.0, 3851.0, 3828.0, 3827.0, 3817.0, 3818.0, 3830.0, 3841.0, 3830.0, 3840.0, 3830.0, 3838.0, 3832.0, 3841.0, 3833.0, 3863.0, 3831.0, 3839.0, 3829.0, 3828.0, 3832.0, 3840.0, 3820.0, 3807.0, 3806.0, 3806.0, 3805.0, 3816.0, 3820.0, 3831.0, 3808.0, 3832.0, 3829.0, 3828.0, 3828.0, 3830.0, 3842.0, 3833.0, 3847.0, 3846.0, 3856.0, 3855.0, 3845.0, 3867.0, 3846.0, 3835.0, 3849.0, 3835.0, 3845.0, 3862.0, 3831.0, 3854.0, 3846.0, 3865.0, 3831.0, 3854.0, 3817.0, 3817.0, 3817.0, 3818.0, 3817.0, 3832.0, 3833.0, 3831.0, 3833.0, 3830.0, 3828.0, 3818.0, 3830.0, 3830.0, 3832.0, 3842.0, 3847.0, 3845.0, 3844.0, 3843.0, 3844.0, 3855.0, 3855.0, 3868.0, 3877.0, 3832.0, 3833.0, 3842.0, 3847.0, 3866.0, 3843.0, 3850.0, 3818.0, 3827.0, 3805.0, 3818.0, 3842.0, 3819.0, 3829.0, 3830.0, 3816.0, 3827.0, 3817.0, 3841.0, 3819.0, 3854.0, 3832.0, 3843.0, 3851.0, 3832.0, 3841.0, 3846.0, 3854.0, 3856.0, 3853.0, 3830.0, 3818.0, 3817.0, 3828.0, 3819.0, 3850.0, 3819.0, 3817.0, 3818.0, 3816.0, 3817.0, 3806.0, 3817.0, 3851.0, 3818.0, 3816.0, 3829.0, 3817.0, 3818.0, 3828.0, 3831.0, 3838.0, 3829.0, 3818.0, 3818.0, 3816.0, 3819.0, 3828.0, 3830.0, 3817.0, 3815.0, 3817.0, 3816.0, 3817.0, 3818.0, 3818.0, 3839.0, 3829.0, 3817.0, 3816.0, 3818.0, 3853.0, 3820.0, 3840.0, 3822.0, 3828.0, 3815.0, 3807.0, 3817.0, 3807.0, 3818.0, 3832.0, 3831.0, 3811.0, 3834.0, 3832.0, 3831.0, 3832.0, 3841.0, 3834.0, 3844.0, 3861.0, 3860.0, 3857.0, 3847.0, 3857.0, 3834.0, 3856.0, 3846.0, 3859.0, 3836.0, 3883.0, 3871.0, 3860.0, 3847.0, 3861.0, 3882.0, 3860.0, 3869.0, 3835.0, 3854.0, 3833.0, 3866.0, 3834.0, 3853.0, 3857.0, 3863.0, 3820.0, 3829.0, 3819.0, 3866.0, 3840.0, 3862.0, 3818.0, 3816.0, 3793.0, 3805.0, 3814.0, 3818.0, 3816.0, 3805.0, 3828.0, 3818.0, 3816.0, 3817.0, 3816.0, 3833.0, 3830.0, 3843.0, 3829.0, 3819.0, 3818.0, 3816.0, 3830.0, 3853.0, 3841.0, 3863.0, 3807.0, 3816.0, 3805.0, 3806.0, 3825.0, 3831.0, 3819.0, 3819.0, 3818.0, 3817.0, 3805.0, 3815.0, 3806.0, 3830.0, 3820.0, 3833.0, 3843.0, 3855.0, 3832.0, 3844.0, 3832.0, 3857.0, 3837.0, 3846.0, 3857.0, 3833.0, 3853.0, 3820.0, 3853.0, 3855.0, 3847.0, 3865.0, 3809.0, 3841.0, 3820.0, 3807.0, 3829.0, 3832.0, 3845.0, 3821.0, 3845.0, 3855.0, 3834.0, 3831.0, 3831.0, 3852.0, 3832.0, 3836.0, 3855.0, 3834.0, 3854.0, 3820.0, 3840.0, 3819.0, 3829.0, 3831.0, 3836.0, 3833.0, 3823.0, 3833.0, 3832.0, 3819.0, 3820.0, 3841.0, 3845.0, 3843.0, 3858.0, 3858.0, 3847.0, 3856.0, 3846.0, 3858.0, 3859.0, 3868.0, 3869.0, 3843.0, 3822.0, 3852.0, 3829.0, 3839.0, 3821.0, 3865.0, 3820.0, 3850.0, 3826.0, 3805.0, 3814.0, 3802.0, 3802.0, 3804.0, 3816.0, 3804.0, 3819.0, 3827.0, 3805.0, 3828.0, 3818.0, 3832.0, 3818.0, 3820.0, 3819.0, 3818.0, 3805.0, 3816.0, 3816.0, 3842.0, 3820.0, 3849.0, 3830.0, 3825.0, 3815.0, 3804.0, 3816.0, 3805.0, 3829.0], 'WindowWidth': [8761.0, 8681.0, 8703.0, 8662.0, 8640.0, 8635.0, 8650.0, 8630.0, 8655.0, 8619.0, 8657.0, 8609.0, 8603.0, 8588.0, 8572.0, 8605.0, 8575.0, 8608.0, 8611.0, 8641.0, 8636.0, 8637.0, 8640.0, 8627.0, 8660.0, 8656.0, 8670.0, 8661.0, 8645.0, 8656.0, 8644.0, 8654.0, 8676.0, 8653.0, 8622.0, 8632.0, 8616.0, 8631.0, 8630.0, 8650.0, 8614.0, 8624.0, 8607.0, 8606.0, 8588.0, 8604.0, 8610.0, 8619.0, 8587.0, 8582.0, 8585.0, 8567.0, 8596.0, 8568.0, 8583.0, 8616.0, 8587.0, 8586.0, 8601.0, 8565.0, 8585.0, 8585.0, 8611.0, 8614.0, 8587.0, 8598.0, 8582.0, 8581.0, 8582.0, 8599.0, 8587.0, 8618.0, 8604.0, 8582.0, 8587.0, 8599.0, 8602.0, 8624.0, 8621.0, 8605.0, 8605.0, 8608.0, 8609.0, 8605.0, 8608.0, 8588.0, 8602.0, 8583.0, 8579.0, 8598.0, 8588.0, 8615.0, 8598.0, 8568.0, 8580.0, 8583.0, 8585.0, 8567.0, 8589.0, 8582.0, 8584.0, 8582.0, 8581.0, 8583.0, 8588.0, 8569.0, 8607.0, 8589.0, 8586.0, 8606.0, 8587.0, 8613.0, 8609.0, 8641.0, 8615.0, 8631.0, 8611.0, 8632.0, 8599.0, 8638.0, 8611.0, 8611.0, 8605.0, 8614.0, 8597.0, 8635.0, 8610.0, 8609.0, 8588.0, 8605.0, 8619.0, 8608.0, 8639.0, 8612.0, 8614.0, 8584.0, 8566.0, 8580.0, 8566.0, 8581.0, 8591.0, 8581.0, 8591.0, 8590.0, 8586.0, 8606.0, 8589.0, 8609.0, 8616.0, 8632.0, 8624.0, 8635.0, 8613.0, 8611.0, 8642.0, 8593.0, 8610.0, 8604.0, 8617.0, 8641.0, 8613.0, 8618.0, 8587.0, 8583.0, 8585.0, 8569.0, 8604.0, 8587.0, 8589.0, 8593.0, 8610.0, 8591.0, 8612.0, 8593.0, 8618.0, 8614.0, 8659.0, 8637.0, 8638.0, 8633.0, 8634.0, 8626.0, 8620.0, 8648.0, 8640.0, 8623.0, 8590.0, 8589.0, 8585.0, 8584.0, 8610.0, 8638.0, 8591.0, 8625.0, 8587.0, 8585.0, 8584.0, 8585.0, 8584.0, 8603.0, 8590.0, 8593.0, 8631.0, 8611.0, 8630.0, 8609.0, 8615.0, 8615.0, 8636.0, 8651.0, 8615.0, 8610.0, 8606.0, 8641.0, 8595.0, 8642.0, 8624.0, 8587.0, 8585.0, 8578.0, 8588.0, 8620.0, 8608.0, 8612.0, 8578.0, 8587.0, 8560.0, 8576.0, 8582.0, 8562.0, 8578.0, 8570.0, 8581.0, 8578.0, 8585.0, 8583.0, 8589.0, 8608.0, 8606.0, 8604.0, 8601.0, 8585.0, 8612.0, 8615.0, 8595.0, 8623.0, 8562.0, 8547.0, 8562.0, 8565.0, 8561.0, 8579.0, 8593.0, 8592.0, 8570.0, 8601.0, 8573.0, 8587.0, 8601.0, 8592.0, 8592.0, 8612.0, 8590.0, 8586.0, 8583.0, 8569.0, 8594.0, 8587.0, 8616.0, 8584.0, 8598.0, 8563.0, 8575.0, 8577.0, 8574.0, 8581.0, 8551.0, 8588.0, 8584.0, 8583.0, 8581.0, 8565.0, 8577.0, 8586.0, 8620.0, 8567.0, 8583.0, 8561.0, 8575.0, 8574.0, 8558.0, 8583.0, 8581.0, 8612.0, 8589.0, 8591.0, 8604.0, 8591.0, 8618.0, 8599.0, 8595.0, 8646.0, 8589.0, 8584.0, 8568.0, 8584.0, 8568.0, 8611.0, 8610.0, 8592.0, 8614.0, 8604.0, 8574.0, 8590.0, 8588.0, 8605.0, 8590.0, 8613.0, 8611.0, 8613.0, 8635.0, 8616.0, 8633.0, 8633.0, 8653.0, 8636.0, 8642.0, 8648.0, 8642.0, 8639.0, 8635.0, 8653.0, 8618.0, 8672.0, 8595.0, 8610.0, 8587.0, 8605.0, 8620.0, 8615.0, 8644.0, 8610.0, 8617.0, 8580.0, 8561.0, 8558.0, 8560.0, 8561.0, 8582.0, 8565.0, 8593.0, 8586.0, 8599.0, 8605.0, 8583.0, 8587.0, 8592.0, 8607.0, 8589.0, 8592.0, 8601.0, 8586.0, 8622.0, 8602.0, 8623.0, 8577.0, 8563.0, 8544.0, 8557.0, 8585.0, 8561.0, 8573.0, 8556.0, 8537.0, 8553.0, 8533.0, 8559.0, 8542.0, 8578.0, 8570.0, 8582.0, 8578.0, 8581.0, 8578.0, 8586.0, 8585.0, 8613.0, 8588.0, 8587.0, 8585.0, 8572.0, 8583.0, 8593.0, 8586.0, 8571.0, 8584.0, 8578.0, 8587.0, 8616.0, 8609.0, 8612.0, 8582.0, 8559.0, 8560.0, 8543.0, 8562.0, 8545.0, 8589.0, 8579.0, 8599.0, 8568.0, 8600.0, 8586.0, 8591.0, 8612.0, 8590.0, 8609.0, 8588.0, 8588.0, 8620.0, 8583.0, 8600.0, 8594.0, 8588.0, 8612.0, 8584.0, 8574.0, 8560.0, 8560.0, 8561.0, 8545.0, 8587.0, 8568.0, 8567.0, 8589.0, 8584.0, 8566.0, 8601.0, 8588.0, 8623.0, 8631.0, 8633.0, 8629.0, 8635.0, 8631.0, 8645.0, 8627.0, 8625.0, 8619.0, 8611.0, 8594.0, 8592.0, 8595.0, 8629.0, 8640.0, 8650.0, 8621.0, 8634.0, 8614.0, 8611.0, 8611.0, 8628.0, 8630.0, 8619.0, 8642.0, 8619.0, 8634.0, 8614.0, 8613.0, 8648.0, 8637.0, 8638.0, 8606.0, 8605.0, 8592.0, 8642.0, 8592.0, 8642.0, 8586.0, 8582.0, 8567.0, 8594.0, 8562.0, 8580.0, 8588.0, 8577.0, 8564.0, 8561.0, 8557.0, 8563.0, 8562.0, 8571.0, 8583.0, 8579.0, 8546.0, 8558.0, 8558.0, 8559.0, 8600.0, 8583.0, 8600.0, 8561.0, 8557.0, 8541.0, 8558.0, 8539.0, 8560.0, 8546.0, 8565.0, 8589.0, 8583.0, 8603.0, 8585.0, 8608.0, 8592.0, 8611.0, 8630.0, 8614.0, 8609.0, 8592.0, 8602.0, 8589.0, 8591.0, 8622.0, 8610.0, 8637.0, 8587.0, 8570.0, 8581.0, 8584.0, 8598.0, 8600.0, 8598.0, 8566.0, 8562.0, 8579.0, 8562.0, 8564.0, 8564.0, 8586.0, 8564.0, 8579.0, 8566.0, 8581.0, 8565.0, 8569.0, 8586.0, 8588.0, 8585.0, 8582.0, 8582.0, 8582.0, 8582.0, 8572.0, 8601.0, 8581.0, 8566.0, 8582.0, 8569.0, 8609.0, 8588.0, 8613.0, 8593.0, 8591.0, 8590.0, 8592.0, 8590.0, 8615.0, 8663.0, 8615.0, 8639.0, 8583.0, 8613.0, 8577.0, 8575.0, 8563.0, 8563.0, 8584.0, 8604.0, 8587.0, 8599.0, 8586.0, 8593.0, 8591.0, 8601.0, 8594.0, 8634.0, 8586.0, 8595.0, 8581.0, 8582.0, 8593.0, 8600.0, 8570.0, 8548.0, 8545.0, 8544.0, 8543.0, 8559.0, 8571.0, 8589.0, 8554.0, 8593.0, 8583.0, 8579.0, 8578.0, 8586.0, 8607.0, 8595.0, 8621.0, 8618.0, 8631.0, 8628.0, 8615.0, 8646.0, 8616.0, 8600.0, 8626.0, 8598.0, 8613.0, 8633.0, 8589.0, 8625.0, 8618.0, 8642.0, 8589.0, 8624.0, 8562.0, 8563.0, 8561.0, 8563.0, 8562.0, 8590.0, 8594.0, 8589.0, 8594.0, 8584.0, 8580.0, 8565.0, 8583.0, 8585.0, 8593.0, 8604.0, 8622.0, 8613.0, 8612.0, 8608.0, 8610.0, 8629.0, 8628.0, 8651.0, 8660.0, 8592.0, 8592.0, 8605.0, 8621.0, 8646.0, 8611.0, 8612.0, 8563.0, 8573.0, 8541.0, 8564.0, 8605.0, 8569.0, 8583.0, 8584.0, 8560.0, 8576.0, 8561.0, 8600.0, 8568.0, 8623.0, 8592.0, 8608.0, 8615.0, 8592.0, 8603.0, 8618.0, 8626.0, 8631.0, 8620.0, 8583.0, 8565.0, 8561.0, 8577.0, 8568.0, 8610.0, 8567.0, 8562.0, 8565.0, 8558.0, 8562.0, 8544.0, 8562.0, 8615.0, 8566.0, 8562.0, 8581.0, 8560.0, 8566.0, 8578.0, 8590.0, 8594.0, 8581.0, 8564.0, 8563.0, 8561.0, 8568.0, 8577.0, 8587.0, 8562.0, 8558.0, 8562.0, 8559.0, 8565.0, 8567.0, 8568.0, 8597.0, 8582.0, 8563.0, 8560.0, 8565.0, 8624.0, 8572.0, 8600.0, 8578.0, 8577.0, 8558.0, 8548.0, 8562.0, 8549.0, 8567.0, 8595.0, 8591.0, 8561.0, 8598.0, 8591.0, 8587.0, 8592.0, 8602.0, 8597.0, 8611.0, 8647.0, 8645.0, 8636.0, 8621.0, 8634.0, 8599.0, 8631.0, 8618.0, 8639.0, 8604.0, 8678.0, 8659.0, 8643.0, 8621.0, 8645.0, 8676.0, 8642.0, 8654.0, 8601.0, 8625.0, 8594.0, 8643.0, 8597.0, 8624.0, 8633.0, 8634.0, 8572.0, 8581.0, 8571.0, 8644.0, 8599.0, 8632.0, 8563.0, 8559.0, 8523.0, 8540.0, 8550.0, 8564.0, 8559.0, 8542.0, 8580.0, 8564.0, 8559.0, 8563.0, 8560.0, 8595.0, 8585.0, 8611.0, 8583.0, 8569.0, 8566.0, 8560.0, 8586.0, 8620.0, 8601.0, 8634.0, 8548.0, 8558.0, 8541.0, 8543.0, 8572.0, 8586.0, 8570.0, 8568.0, 8566.0, 8562.0, 8543.0, 8558.0, 8548.0, 8587.0, 8576.0, 8595.0, 8609.0, 8627.0, 8592.0, 8611.0, 8591.0, 8633.0, 8605.0, 8617.0, 8632.0, 8592.0, 8620.0, 8570.0, 8618.0, 8625.0, 8619.0, 8640.0, 8558.0, 8604.0, 8571.0, 8550.0, 8580.0, 8591.0, 8616.0, 8576.0, 8617.0, 8627.0, 8595.0, 8589.0, 8587.0, 8617.0, 8592.0, 8604.0, 8626.0, 8598.0, 8622.0, 8571.0, 8598.0, 8567.0, 8580.0, 8586.0, 8605.0, 8594.0, 8579.0, 8594.0, 8591.0, 8568.0, 8573.0, 8600.0, 8613.0, 8607.0, 8638.0, 8637.0, 8621.0, 8630.0, 8618.0, 8637.0, 8641.0, 8650.0, 8655.0, 8606.0, 8577.0, 8616.0, 8581.0, 8597.0, 8575.0, 8641.0, 8569.0, 8610.0, 8571.0, 8539.0, 8550.0, 8534.0, 8533.0, 8540.0, 8560.0, 8544.0, 8568.0, 8577.0, 8543.0, 8577.0, 8567.0, 8593.0, 8567.0, 8575.0, 8569.0, 8564.0, 8543.0, 8559.0, 8560.0, 8605.0, 8575.0, 8611.0, 8587.0, 8571.0, 8556.0, 8540.0, 8558.0, 8543.0, 8586.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.0006820481927710845</td></tr>
<tr><td colspan=3>aqi</td><td>0.020773912705366927</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.75255012925437</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2416093093530691</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.010767703442982</td></tr>
<tr><td colspan=3>efc</td><td>0.5029</td></tr>
<tr><td colspan=3>fber</td><td>3545.2449</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09857527420327114</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.543263964950713</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.466280121077196</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.318229399274559</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.754022116157178</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3265888477998513</td></tr>
<tr><td colspan=3>gcor</td><td>0.0190647</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.029704419896006584</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04478702321648598</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.807655967588464</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>17.6253</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3526</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.8965</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299248.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>976.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.915</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.249</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.8719</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3011.1658</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77296.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3961.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.2551</td></tr>
<tr><td colspan=3>tsnr</td><td>37.75873429561034</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>