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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-02/func/sub-0129_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e96a4618fa885c47e202f1d4d0727d4a</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:29:19.625000</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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>7e18b97b-8ef5-4aef-8016-d82c6953999e||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': ['102919.625000', '102920.085000', '102920.545000', '102921.005000', '102921.465000', '102921.925000', '102922.385000', '102922.845000', '102923.305000', '102923.765000', '102924.225000', '102924.685000', '102925.145000', '102925.605000', '102926.065000', '102926.525000', '102926.985000', '102927.445000', '102927.905000', '102928.365000', '102928.825000', '102929.285000', '102929.745000', '102930.205000', '102930.665000', '102931.125000', '102931.585000', '102932.045000', '102932.505000', '102932.965000', '102933.425000', '102933.885000', '102934.345000', '102934.805000', '102935.265000', '102935.725000', '102936.185000', '102936.645000', '102937.105000', '102937.565000', '102938.025000', '102938.485000', '102938.945000', '102939.405000', '102939.865000', '102940.325000', '102940.785000', '102941.245000', '102941.705000', '102942.165000', '102942.625000', '102943.085000', '102943.545000', '102944.005000', '102944.465000', '102944.925000', '102945.385000', '102945.845000', '102946.305000', '102946.765000', '102947.225000', '102947.685000', '102948.145000', '102948.605000', '102949.065000', '102949.525000', '102949.985000', '102950.445000', '102950.905000', '102951.365000', '102951.825000', '102952.285000', '102952.745000', '102953.205000', '102953.665000', '102954.125000', '102954.585000', '102955.045000', '102955.505000', '102955.965000', '102956.425000', '102956.885000', '102957.345000', '102957.805000', '102958.265000', '102958.725000', '102959.185000', '102959.645000', '103000.105000', '103000.565000', '103001.025000', '103001.485000', '103001.945000', '103002.405000', '103002.865000', '103003.325000', '103003.785000', '103004.245000', '103004.705000', '103005.165000', '103005.625000', '103006.085000', '103006.545000', '103007.005000', '103007.465000', '103007.925000', '103008.385000', '103008.845000', '103009.305000', '103009.765000', '103010.225000', '103010.685000', '103011.145000', '103011.605000', '103012.065000', '103012.525000', '103012.985000', '103013.445000', '103013.905000', '103014.365000', '103014.825000', '103015.285000', '103015.745000', '103016.205000', '103016.665000', '103017.125000', '103017.585000', '103018.045000', '103018.505000', '103018.965000', '103019.425000', '103019.885000', '103020.345000', '103020.805000', '103021.265000', '103021.725000', '103022.185000', '103022.645000', '103023.105000', '103023.565000', '103024.025000', '103024.485000', '103024.945000', '103025.405000', '103025.865000', '103026.325000', '103026.785000', '103027.245000', '103027.705000', '103028.165000', '103028.625000', '103029.085000', '103029.545000', '103030.005000', '103030.465000', '103030.925000', '103031.385000', '103031.845000', '103032.305000', '103032.765000', '103033.225000', '103033.685000', '103034.145000', '103034.605000', '103035.065000', '103035.525000', '103035.985000', '103036.445000', '103036.905000', '103037.365000', '103037.825000', '103038.285000', '103038.745000', '103039.205000', '103039.665000', '103040.125000', '103040.585000', '103041.045000', '103041.505000', '103041.965000', '103042.425000', '103042.885000', '103043.345000', '103043.805000', '103044.265000', '103044.725000', '103045.185000', '103045.645000', '103046.105000', '103046.565000', '103047.025000', '103047.485000', '103047.945000', '103048.405000', '103048.865000', '103049.325000', '103049.785000', '103050.245000', '103050.705000', '103051.165000', '103051.625000', '103052.085000', '103052.545000', '103053.005000', '103053.465000', '103053.925000', '103054.385000', '103054.845000', '103055.305000', '103055.765000', '103056.225000', '103056.685000', '103057.145000', '103057.605000', '103058.065000', '103058.525000', '103058.985000', '103059.445000', '103059.905000', '103100.365000', '103100.825000', '103101.285000', '103101.745000', '103102.205000', '103102.665000', '103103.125000', '103103.585000', '103104.045000', '103104.505000', '103104.965000', '103105.425000', '103105.885000', '103106.345000', '103106.805000', '103107.265000', '103107.725000', '103108.185000', '103108.645000', '103109.105000', '103109.565000', '103110.025000', '103110.485000', '103110.945000', '103111.405000', '103111.865000', '103112.325000', '103112.785000', '103113.245000', '103113.705000', '103114.165000', '103114.625000', '103115.085000', '103115.545000', '103116.005000', '103116.465000', '103116.925000', '103117.385000', '103117.845000', '103118.305000', '103118.765000', '103119.225000', '103119.685000', '103120.145000', '103120.605000', '103121.065000', '103121.525000', '103121.985000', '103122.445000', '103122.905000', '103123.365000', '103123.825000', '103124.285000', '103124.745000', '103125.205000', '103125.665000', '103126.125000', '103126.585000', '103127.045000', '103127.505000', '103127.965000', '103128.425000', '103128.885000', '103129.345000', '103129.805000', '103130.265000', '103130.725000', '103131.185000', '103131.645000', '103132.105000', '103132.565000', '103133.025000', '103133.485000', '103133.945000', '103134.405000', '103134.865000', '103135.325000', '103135.785000', '103136.245000', '103136.705000', '103137.165000', '103137.625000', '103138.085000', '103138.545000', '103139.005000', '103139.465000', '103139.925000', '103140.385000', '103140.845000', '103141.305000', '103141.765000', '103142.225000', '103142.685000', '103143.145000', '103143.605000', '103144.065000', '103144.525000', '103144.985000', '103145.445000', '103145.905000', '103146.365000', '103146.825000', '103147.285000', '103147.745000', '103148.205000', '103148.665000', '103149.125000', '103149.585000', '103150.045000', '103150.505000', '103150.965000', '103151.425000', '103151.885000', '103152.345000', '103152.805000', '103153.265000', '103153.725000', '103154.185000', '103154.645000', '103155.105000', '103155.565000', '103156.025000', '103156.485000', '103156.945000', '103157.405000', '103157.865000', '103158.325000', '103158.785000', '103159.245000', '103159.705000', '103200.165000', '103200.625000', '103201.085000', '103201.545000', '103202.005000', '103202.465000', '103202.925000', '103203.385000', '103203.845000', '103204.305000', '103204.765000', '103205.225000', '103205.685000', '103206.145000', '103206.605000', '103207.065000', '103207.525000', '103207.985000', '103208.445000', '103208.905000', '103209.365000', '103209.825000', '103210.285000', '103210.745000', '103211.205000', '103211.665000', '103212.125000', '103212.585000', '103213.045000', '103213.505000', '103213.965000', '103214.425000', '103214.885000', '103215.345000', '103215.805000', '103216.265000', '103216.725000', '103217.185000', '103217.645000', '103218.105000', '103218.565000', '103219.025000', '103219.485000', '103219.945000', '103220.405000', '103220.865000', '103221.325000', '103221.785000', '103222.245000', '103222.705000', '103223.165000', '103223.625000', '103224.085000', '103224.545000', '103225.005000', '103225.465000', '103225.925000', '103226.385000', '103226.845000', '103227.305000', '103227.765000', '103228.225000', '103228.685000', '103229.145000', '103229.605000', '103230.065000', '103230.525000', '103230.985000', '103231.445000', '103231.905000', '103232.365000', '103232.825000', '103233.285000', '103233.745000', '103234.205000', '103234.665000', '103235.125000', '103235.585000', '103236.045000', '103236.505000', '103236.965000', '103237.425000', '103237.885000', '103238.345000', '103238.805000', '103239.265000', '103239.725000', '103240.185000', '103240.645000', '103241.105000', '103241.565000', '103242.025000', '103242.485000', '103242.945000', '103243.405000', '103243.865000', '103244.325000', '103244.785000', '103245.245000', '103245.705000', '103246.165000', '103246.625000', '103247.085000', '103247.545000', '103248.005000', '103248.465000', '103248.925000', '103249.385000', '103249.845000', '103250.305000', '103250.765000', '103251.225000', '103251.685000', '103252.145000', '103252.605000', '103253.065000', '103253.525000', '103253.985000', '103254.445000', '103254.905000', '103255.365000', '103255.825000', '103256.285000', '103256.745000', '103257.205000', '103257.665000', '103258.125000', '103258.585000', '103259.045000', '103259.505000', '103259.965000', '103300.425000', '103300.885000', '103301.345000', '103301.805000', '103302.265000', '103302.725000', '103303.185000', '103303.645000', '103304.105000', '103304.565000', '103305.025000', '103305.485000', '103305.945000', '103306.405000', '103306.865000', '103307.325000', '103307.785000', '103308.245000', '103308.705000', '103309.165000', '103309.625000', '103310.085000', '103310.545000', '103311.005000', '103311.465000', '103311.925000', '103312.385000', '103312.845000', '103313.305000', '103313.765000', '103314.225000', '103314.685000', '103315.145000', '103315.605000', '103316.065000', '103316.525000', '103316.985000', '103317.445000', '103317.905000', '103318.365000', '103318.825000', '103319.285000', '103319.745000', '103320.205000', '103320.665000', '103321.125000', '103321.585000', '103322.045000', '103322.505000', '103322.965000', '103323.425000', '103323.885000', '103324.345000', '103324.805000', '103325.265000', '103325.725000', '103326.185000', '103326.645000', '103327.105000', '103327.565000', '103328.025000', '103328.485000', '103328.945000', '103329.405000', '103329.865000', '103330.325000', '103330.785000', '103331.245000', '103331.705000', '103332.165000', '103332.625000', '103333.085000', '103333.545000', '103334.005000', '103334.465000', '103334.925000', '103335.385000', '103335.845000', '103336.305000', '103336.765000', '103337.225000', '103337.685000', '103338.145000', '103338.605000', '103339.065000', '103339.525000', '103339.985000', '103340.445000', '103340.905000', '103341.365000', '103341.825000', '103342.285000', '103342.745000', '103343.205000', '103343.665000', '103344.125000', '103344.585000', '103345.045000', '103345.505000', '103345.965000', '103346.425000', '103346.885000', '103347.345000', '103347.805000', '103348.265000', '103348.725000', '103349.185000', '103349.645000', '103350.105000', '103350.565000', '103351.025000', '103351.485000', '103351.945000', '103352.405000', '103352.865000', '103353.325000', '103353.785000', '103354.245000', '103354.705000', '103355.165000', '103355.625000', '103356.085000', '103356.545000', '103357.005000', '103357.465000', '103357.925000', '103358.385000', '103358.845000', '103359.305000', '103359.765000', '103400.225000', '103400.685000', '103401.145000', '103401.605000', '103402.065000', '103402.525000', '103402.985000', '103403.445000', '103403.905000', '103404.365000', '103404.825000', '103405.285000', '103405.745000', '103406.205000', '103406.665000', '103407.125000', '103407.585000', '103408.045000', '103408.505000', '103408.965000', '103409.425000', '103409.885000', '103410.345000', '103410.805000', '103411.265000', '103411.725000', '103412.185000', '103412.645000', '103413.105000', '103413.565000', '103414.025000', '103414.485000', '103414.945000', '103415.405000', '103415.865000', '103416.325000', '103416.785000', '103417.245000', '103417.705000', '103418.165000', '103418.625000', '103419.085000', '103419.545000', '103420.005000', '103420.465000', '103420.925000', '103421.385000', '103421.845000', '103422.305000', '103422.765000', '103423.225000', '103423.685000', '103424.145000', '103424.605000', '103425.065000', '103425.525000', '103425.985000', '103426.445000', '103426.905000', '103427.365000', '103427.825000', '103428.285000', '103428.745000', '103429.205000', '103429.665000', '103430.125000', '103430.585000', '103431.045000', '103431.505000', '103431.965000', '103432.425000', '103432.885000', '103433.345000', '103433.805000', '103434.265000', '103434.725000', '103435.185000', '103435.645000', '103436.105000', '103436.565000', '103437.025000', '103437.485000', '103437.945000', '103438.405000', '103438.865000', '103439.325000', '103439.785000', '103440.245000', '103440.705000', '103441.165000', '103441.625000', '103442.085000', '103442.545000', '103443.005000', '103443.465000', '103443.925000', '103444.385000', '103444.845000', '103445.305000', '103445.765000', '103446.225000', '103446.685000', '103447.145000', '103447.605000', '103448.065000', '103448.525000', '103448.985000', '103449.445000', '103449.905000', '103450.365000', '103450.825000', '103451.285000', '103451.745000', '103452.205000', '103452.665000', '103453.125000', '103453.585000', '103454.045000', '103454.505000', '103454.965000', '103455.425000', '103455.885000', '103456.345000', '103456.805000', '103457.265000', '103457.725000', '103458.185000', '103458.645000', '103459.105000', '103459.565000', '103500.025000', '103500.485000', '103500.945000', '103501.405000', '103501.865000', '103502.325000', '103502.785000', '103503.245000', '103503.705000', '103504.165000', '103504.625000', '103505.085000', '103505.545000', '103506.005000', '103506.465000', '103506.925000', '103507.385000', '103507.845000', '103508.305000', '103508.765000', '103509.225000', '103509.685000', '103510.145000', '103510.605000', '103511.065000', '103511.525000', '103511.985000', '103512.445000', '103512.905000', '103513.365000', '103513.825000', '103514.285000', '103514.745000', '103515.205000', '103515.665000', '103516.125000', '103516.585000', '103517.045000', '103517.505000', '103517.965000', '103518.425000', '103518.885000', '103519.345000', '103519.805000', '103520.265000', '103520.725000', '103521.185000', '103521.645000', '103522.105000', '103522.565000', '103523.025000', '103523.485000', '103523.945000', '103524.405000', '103524.865000', '103525.325000', '103525.785000', '103526.245000', '103526.705000', '103527.165000', '103527.625000', '103528.085000', '103528.545000', '103529.005000', '103529.465000', '103529.925000', '103530.385000', '103530.845000', '103531.305000', '103531.765000', '103532.225000', '103532.685000', '103533.145000', '103533.605000', '103534.065000', '103534.525000', '103534.985000', '103535.445000', '103535.905000', '103536.365000', '103536.825000', '103537.285000', '103537.745000', '103538.205000', '103538.665000', '103539.125000', '103539.585000', '103540.045000', '103540.505000', '103540.965000', '103541.425000', '103541.885000', '103542.345000', '103542.805000', '103543.265000', '103543.725000', '103544.185000', '103544.645000', '103545.105000', '103545.565000', '103546.025000', '103546.485000', '103546.945000', '103547.405000', '103547.865000', '103548.325000', '103548.785000', '103549.245000', '103549.705000', '103550.165000', '103550.625000', '103551.085000', '103551.545000', '103552.005000', '103552.465000', '103552.925000', '103553.385000', '103553.845000', '103554.305000', '103554.765000', '103555.225000', '103555.685000', '103556.145000', '103556.605000', '103557.065000', '103557.525000', '103557.985000', '103558.445000', '103558.905000', '103559.365000', '103559.825000', '103600.285000', '103600.745000', '103601.205000', '103601.665000', '103602.125000', '103602.585000', '103603.045000', '103603.505000', '103603.965000', '103604.425000', '103604.885000', '103605.345000', '103605.805000', '103606.265000', '103606.725000', '103607.185000', '103607.645000', '103608.105000', '103608.565000', '103609.025000', '103609.485000', '103609.945000', '103610.405000', '103610.865000', '103611.325000', '103611.785000', '103612.245000', '103612.705000', '103613.165000', '103613.625000', '103614.085000', '103614.545000', '103615.005000', '103615.465000', '103615.925000', '103616.385000', '103616.845000', '103617.305000', '103617.765000', '103618.225000', '103618.685000', '103619.145000', '103619.605000'], 'ContentTime': ['102930.829000', '102930.832000', '102930.835000', '102930.837000', '102930.840000', '102930.843000', '102930.845000', '102930.848000', '102930.850000', '102930.861000', '102930.873000', '102930.875000', '102930.878000', '102930.881000', '102930.883000', '102930.886000', '102930.888000', '102930.891000', '102930.893000', '102930.896000', '102930.899000', '102950.795000', '102950.797000', '102950.815000', '102950.818000', '102950.820000', '102950.823000', '102950.826000', '102950.829000', '102950.831000', '102950.834000', '102950.836000', '102950.839000', '102950.841000', '102950.844000', '102950.847000', '102950.849000', '102950.852000', '102950.854000', '102950.857000', '102950.860000', '102950.862000', '102950.865000', '102950.867000', '102950.870000', '102950.872000', '102950.875000', '102950.878000', '102950.880000', '102950.883000', '102950.892000', '102950.894000', '102950.897000', '102950.900000', '102950.902000', '102950.905000', '102950.907000', '102950.910000', '102950.912000', '102950.915000', '102950.918000', '102950.920000', '102950.923000', '102950.925000', '103010.793000', '103010.797000', '103010.799000', '103010.802000', '103010.805000', '103010.807000', '103010.810000', '103010.812000', '103010.815000', '103010.818000', '103010.820000', '103010.823000', '103010.825000', '103010.828000', '103010.831000', '103010.833000', '103010.836000', '103010.838000', '103010.841000', '103010.843000', '103010.846000', '103010.849000', '103010.851000', '103010.854000', '103010.856000', '103010.859000', '103010.862000', '103010.864000', '103010.867000', '103010.869000', '103010.872000', '103010.874000', '103010.877000', '103010.880000', '103010.916000', '103010.919000', '103010.922000', '103010.924000', '103010.927000', '103010.930000', '103010.932000', '103010.935000', '103010.937000', '103010.940000', '103030.793000', '103030.796000', '103030.799000', '103030.801000', '103030.804000', '103030.807000', '103030.809000', '103030.812000', '103030.814000', '103030.817000', '103030.820000', '103030.822000', '103030.825000', '103030.827000', '103030.830000', '103030.833000', '103030.835000', '103030.844000', '103030.847000', '103030.849000', '103030.852000', '103030.854000', '103030.857000', '103030.859000', '103030.862000', '103030.865000', '103030.867000', '103030.870000', '103030.872000', '103030.875000', '103030.878000', '103030.881000', '103030.884000', '103030.886000', '103030.889000', '103030.892000', '103030.894000', '103030.897000', '103030.900000', '103030.902000', '103030.905000', '103030.908000', '103030.911000', '103050.793000', '103050.796000', '103050.799000', '103050.802000', '103050.804000', '103050.807000', '103050.809000', '103050.812000', '103050.815000', '103050.817000', '103050.820000', '103050.822000', '103050.825000', '103050.828000', '103050.830000', '103050.833000', '103050.835000', '103050.838000', '103050.841000', '103050.843000', '103050.846000', '103050.849000', '103050.851000', '103050.854000', '103050.857000', '103050.859000', '103050.862000', '103050.864000', '103050.867000', '103050.870000', '103050.872000', '103050.875000', '103050.877000', '103050.880000', '103050.883000', '103050.885000', '103050.888000', '103050.890000', '103050.893000', '103050.896000', '103050.898000', '103050.901000', '103050.903000', '103050.906000', '103110.794000', '103110.798000', '103110.800000', '103110.803000', '103110.805000', '103110.808000', '103110.811000', '103110.813000', '103110.816000', '103110.825000', '103110.827000', '103110.830000', '103110.833000', '103110.835000', '103110.838000', '103110.840000', '103110.843000', '103110.846000', '103110.848000', '103110.851000', '103110.853000', '103110.856000', '103110.859000', '103110.861000', '103110.864000', '103110.866000', '103110.869000', '103110.871000', '103110.874000', '103110.877000', '103110.879000', '103110.882000', '103110.885000', '103110.888000', '103110.891000', '103110.894000', '103110.897000', '103110.899000', '103110.902000', '103110.905000', '103110.907000', '103110.910000', '103110.912000', '103130.794000', '103130.797000', '103130.800000', '103130.802000', '103130.805000', '103130.807000', '103130.811000', '103130.813000', '103130.816000', '103130.818000', '103130.821000', '103130.824000', '103130.827000', '103130.829000', '103130.832000', '103130.834000', '103130.837000', '103130.840000', '103130.842000', '103130.845000', '103130.848000', '103130.850000', '103130.853000', '103130.855000', '103130.858000', '103130.861000', '103130.863000', '103130.866000', '103130.869000', '103130.871000', '103130.874000', '103130.876000', '103130.879000', '103130.882000', '103130.884000', '103130.887000', '103130.890000', '103130.892000', '103130.895000', '103130.897000', '103130.900000', '103130.903000', '103130.905000', '103130.908000', '103150.794000', '103150.797000', '103150.800000', '103150.802000', '103150.806000', '103150.808000', '103150.811000', '103150.813000', '103150.816000', '103150.819000', '103150.821000', '103150.824000', '103150.826000', '103150.829000', '103150.832000', '103150.834000', '103150.837000', '103150.839000', '103150.842000', '103150.845000', '103150.847000', '103150.850000', '103150.852000', '103150.855000', '103150.858000', '103150.860000', '103150.863000', '103150.865000', '103150.869000', '103150.930000', '103150.933000', '103150.935000', '103150.938000', '103150.940000', '103150.943000', '103150.946000', '103150.948000', '103150.951000', '103150.953000', '103150.956000', '103150.959000', '103150.961000', '103150.964000', '103210.795000', '103210.797000', '103210.800000', '103210.803000', '103210.805000', '103210.808000', '103210.811000', '103210.813000', '103210.816000', '103210.818000', '103210.821000', '103210.824000', '103210.826000', '103210.829000', '103210.832000', '103210.834000', '103210.837000', '103210.839000', '103210.842000', '103210.845000', '103210.847000', '103210.850000', '103210.852000', '103210.855000', '103210.858000', '103210.860000', '103210.863000', '103210.865000', '103210.868000', '103210.871000', '103210.873000', '103210.876000', '103210.878000', '103210.881000', '103210.884000', '103210.887000', '103210.889000', '103210.892000', '103210.894000', '103210.897000', '103210.900000', '103210.902000', '103210.905000', '103230.793000', '103230.796000', '103230.799000', '103230.801000', '103230.804000', '103230.807000', '103230.810000', '103230.812000', '103230.815000', '103230.817000', '103230.820000', '103230.822000', '103230.825000', '103230.828000', '103230.830000', '103230.833000', '103230.836000', '103230.838000', '103230.841000', '103230.843000', '103230.846000', '103230.848000', '103230.851000', '103230.854000', '103230.856000', '103230.859000', '103230.861000', '103230.864000', '103230.867000', '103230.869000', '103230.872000', '103230.874000', '103230.877000', '103230.880000', '103230.882000', '103230.885000', '103230.888000', '103230.890000', '103230.893000', '103230.895000', '103230.898000', '103230.901000', '103230.903000', '103230.906000', '103250.793000', '103250.797000', '103250.801000', '103250.804000', '103250.815000', '103250.818000', '103250.820000', '103250.823000', '103250.826000', '103250.828000', '103250.831000', '103250.833000', '103250.836000', '103250.839000', '103250.841000', '103250.844000', '103250.847000', '103250.849000', '103250.852000', '103250.855000', '103250.857000', '103250.860000', '103250.862000', '103250.865000', '103250.868000', '103250.870000', '103250.873000', '103250.876000', '103250.878000', '103250.881000', '103250.884000', '103250.886000', '103250.889000', '103250.891000', '103250.894000', '103250.897000', '103250.899000', '103250.902000', '103250.904000', '103250.907000', '103250.910000', '103250.912000', '103250.915000', '103310.794000', '103310.796000', '103310.799000', '103310.802000', '103310.805000', '103310.807000', '103310.810000', '103310.812000', '103310.815000', '103310.817000', '103310.820000', '103310.823000', '103310.825000', '103310.828000', '103310.831000', '103310.833000', '103310.836000', '103310.838000', '103310.841000', '103310.844000', '103310.846000', '103310.849000', '103310.851000', '103310.854000', '103310.857000', '103310.859000', '103310.862000', '103310.864000', '103310.867000', '103310.870000', '103310.872000', '103310.875000', '103310.877000', '103310.880000', '103310.883000', '103310.885000', '103310.888000', '103310.890000', '103310.893000', '103310.895000', '103310.898000', '103310.901000', '103310.903000', '103310.906000', '103330.794000', '103330.796000', '103330.799000', '103330.802000', '103330.804000', '103330.807000', '103330.810000', '103330.812000', '103330.815000', '103330.818000', '103330.820000', '103330.833000', '103330.845000', '103330.847000', '103330.850000', '103330.852000', '103330.855000', '103330.858000', '103330.860000', '103330.863000', '103330.865000', '103330.868000', '103330.871000', '103330.873000', '103330.876000', '103330.879000', '103330.881000', '103330.884000', '103330.887000', '103330.889000', '103330.892000', '103330.894000', '103330.897000', '103330.900000', '103330.902000', '103330.905000', '103330.907000', '103330.910000', '103330.913000', '103330.915000', '103330.918000', '103330.921000', '103330.923000', '103330.926000', '103350.794000', '103350.796000', '103350.799000', '103350.802000', '103350.805000', '103350.807000', '103350.810000', '103350.812000', '103350.815000', '103350.818000', '103350.820000', '103350.823000', '103350.826000', '103350.828000', '103350.831000', '103350.833000', '103350.836000', '103350.838000', '103350.841000', '103350.844000', '103350.846000', '103350.849000', '103350.852000', '103350.854000', '103350.857000', '103350.860000', '103350.862000', '103350.865000', '103350.867000', '103350.870000', '103350.872000', '103350.875000', '103350.878000', '103350.880000', '103350.883000', '103350.885000', '103350.895000', '103350.898000', '103350.900000', '103350.903000', '103350.906000', '103350.908000', '103350.911000', '103410.795000', '103410.798000', '103410.800000', '103410.803000', '103410.805000', '103410.808000', '103410.811000', '103410.813000', '103410.816000', '103410.819000', '103410.821000', '103410.824000', '103410.827000', '103410.829000', '103410.832000', '103410.834000', '103410.837000', '103410.840000', '103410.842000', '103410.845000', '103410.847000', '103410.850000', '103410.853000', '103410.855000', '103410.858000', '103410.860000', '103410.863000', '103410.866000', '103410.868000', '103410.871000', '103410.874000', '103410.876000', '103410.879000', '103410.881000', '103410.884000', '103410.887000', '103410.898000', '103410.901000', '103410.903000', '103410.906000', '103410.908000', '103410.911000', '103410.914000', '103410.916000', '103430.795000', '103430.798000', '103430.800000', '103430.803000', '103430.806000', '103430.808000', '103430.811000', '103430.813000', '103430.816000', '103430.819000', '103430.821000', '103430.824000', '103430.826000', '103430.829000', '103430.832000', '103430.834000', '103430.837000', '103430.840000', '103430.842000', '103430.845000', '103430.847000', '103430.850000', '103430.853000', '103430.855000', '103430.858000', '103430.860000', '103430.863000', '103430.866000', '103430.868000', '103430.871000', '103430.874000', '103430.876000', '103430.879000', '103430.881000', '103430.884000', '103430.887000', '103430.889000', '103430.892000', '103430.894000', '103430.897000', '103430.900000', '103430.902000', '103430.905000', '103450.794000', '103450.796000', '103450.799000', '103450.801000', '103450.804000', '103450.816000', '103450.819000', '103450.822000', '103450.824000', '103450.827000', '103450.830000', '103450.832000', '103450.835000', '103450.838000', '103450.840000', '103450.843000', '103450.846000', '103450.848000', '103450.851000', '103450.853000', '103450.866000', '103450.881000', '103450.883000', '103450.886000', '103450.888000', '103450.891000', '103450.894000', '103450.896000', '103450.899000', '103450.901000', '103450.904000', '103450.907000', '103450.909000', '103450.912000', '103450.914000', '103450.917000', '103450.920000', '103450.922000', '103450.925000', '103450.927000', '103450.930000', '103450.933000', '103450.935000', '103450.938000', '103510.794000', '103510.797000', '103510.800000', '103510.802000', '103510.805000', '103510.808000', '103510.811000', '103510.813000', '103510.816000', '103510.818000', '103510.821000', '103510.824000', '103510.827000', '103510.829000', '103510.832000', '103510.834000', '103510.837000', '103510.840000', '103510.842000', '103510.845000', '103510.848000', '103510.851000', '103510.853000', '103510.856000', '103510.858000', '103510.863000', '103510.865000', '103510.868000', '103510.870000', '103510.873000', '103510.876000', '103510.878000', '103510.881000', '103510.883000', '103510.886000', '103510.889000', '103510.891000', '103510.894000', '103510.897000', '103510.899000', '103510.902000', '103510.905000', '103510.907000', '103530.794000', '103530.797000', '103530.801000', '103530.804000', '103530.806000', '103530.809000', '103530.812000', '103530.814000', '103530.817000', '103530.820000', '103530.823000', '103530.825000', '103530.828000', '103530.830000', '103530.833000', '103530.836000', '103530.838000', '103530.841000', '103530.849000', '103530.852000', '103530.855000', '103530.857000', '103530.871000', '103530.874000', '103530.876000', '103530.879000', '103530.882000', '103530.884000', '103530.887000', '103530.889000', '103530.892000', '103530.895000', '103530.897000', '103530.900000', '103530.903000', '103530.905000', '103530.908000', '103530.910000', '103530.913000', '103530.916000', '103530.918000', '103530.921000', '103530.924000', '103550.793000', '103550.797000', '103550.799000', '103550.802000', '103550.804000', '103550.807000', '103550.810000', '103550.812000', '103550.815000', '103550.818000', '103550.820000', '103550.823000', '103550.825000', '103550.828000', '103550.831000', '103550.833000', '103550.836000', '103550.838000', '103550.841000', '103550.844000', '103550.846000', '103550.849000', '103550.851000', '103550.854000', '103550.857000', '103550.859000', '103550.862000', '103550.864000', '103550.867000', '103550.870000', '103550.872000', '103550.875000', '103550.877000', '103550.880000', '103550.883000', '103550.885000', '103550.888000', '103550.891000', '103550.893000', '103550.896000', '103550.898000', '103550.901000', '103550.903000', '103550.906000', '103610.793000', '103610.796000', '103610.799000', '103610.802000', '103610.804000', '103610.807000', '103610.810000', '103610.812000', '103610.815000', '103610.818000', '103610.820000', '103610.823000', '103610.825000', '103610.828000', '103610.831000', '103610.833000', '103610.836000', '103610.839000', '103610.841000', '103610.844000', '103610.846000', '103610.857000', '103610.860000', '103610.862000', '103610.865000', '103610.867000', '103610.870000', '103610.873000', '103610.875000', '103610.878000', '103610.880000', '103610.883000', '103610.892000', '103610.894000', '103610.897000', '103610.900000', '103610.902000', '103610.905000', '103610.907000', '103610.910000', '103610.913000', '103610.915000', '103610.918000', '103610.920000', '103621.347000', '103621.350000', '103621.353000', '103621.356000', '103621.358000', '103621.361000', '103621.363000', '103621.366000', '103621.369000', '103621.372000', '103621.374000', '103621.377000', '103621.380000', '103621.382000', '103621.385000', '103621.388000', '103621.390000', '103621.393000', '103621.396000', '103621.399000', '103621.402000', '103621.405000', '103621.407000'], 'InstanceCreationTime': ['102930.829000', '102930.832000', '102930.835000', '102930.837000', '102930.840000', '102930.843000', '102930.845000', '102930.848000', '102930.850000', '102930.861000', '102930.873000', '102930.875000', '102930.878000', '102930.881000', '102930.883000', '102930.886000', '102930.888000', '102930.891000', '102930.893000', '102930.896000', '102930.899000', '102950.795000', '102950.797000', '102950.815000', '102950.818000', '102950.820000', '102950.823000', '102950.826000', '102950.829000', '102950.831000', '102950.834000', '102950.836000', '102950.839000', '102950.841000', '102950.844000', '102950.847000', '102950.849000', '102950.852000', '102950.854000', '102950.857000', '102950.860000', '102950.862000', '102950.865000', '102950.867000', '102950.870000', '102950.872000', '102950.875000', '102950.878000', '102950.880000', '102950.883000', '102950.892000', '102950.894000', '102950.897000', '102950.900000', '102950.902000', '102950.905000', '102950.907000', '102950.910000', '102950.912000', '102950.915000', '102950.918000', '102950.920000', '102950.923000', '102950.925000', '103010.793000', '103010.797000', '103010.799000', '103010.802000', '103010.805000', '103010.807000', '103010.810000', '103010.812000', '103010.815000', '103010.818000', '103010.820000', '103010.823000', '103010.825000', '103010.828000', '103010.831000', '103010.833000', '103010.836000', '103010.838000', '103010.841000', '103010.843000', '103010.846000', '103010.849000', '103010.851000', '103010.854000', '103010.856000', '103010.859000', '103010.862000', '103010.864000', '103010.867000', '103010.869000', '103010.872000', '103010.874000', '103010.877000', '103010.880000', '103010.916000', '103010.919000', '103010.922000', '103010.924000', '103010.927000', '103010.930000', '103010.932000', '103010.935000', '103010.937000', '103010.940000', '103030.793000', '103030.796000', '103030.799000', '103030.801000', '103030.804000', '103030.807000', '103030.809000', '103030.812000', '103030.814000', '103030.817000', '103030.820000', '103030.822000', '103030.825000', '103030.827000', '103030.830000', '103030.833000', '103030.835000', '103030.844000', '103030.847000', '103030.849000', '103030.852000', '103030.854000', '103030.857000', '103030.859000', '103030.862000', '103030.865000', '103030.867000', '103030.870000', '103030.872000', '103030.875000', '103030.878000', '103030.881000', '103030.884000', '103030.886000', '103030.889000', '103030.892000', '103030.894000', '103030.897000', '103030.900000', '103030.902000', '103030.905000', '103030.908000', '103030.911000', '103050.793000', '103050.796000', '103050.799000', '103050.802000', '103050.804000', '103050.807000', '103050.809000', '103050.812000', '103050.815000', '103050.817000', '103050.820000', '103050.822000', '103050.825000', '103050.828000', '103050.830000', '103050.833000', '103050.835000', '103050.838000', '103050.841000', '103050.843000', '103050.846000', '103050.849000', '103050.851000', '103050.854000', '103050.857000', '103050.859000', '103050.862000', '103050.864000', '103050.867000', '103050.870000', '103050.872000', '103050.875000', '103050.877000', '103050.880000', '103050.883000', '103050.885000', '103050.888000', '103050.890000', '103050.893000', '103050.896000', '103050.898000', '103050.901000', '103050.903000', '103050.906000', '103110.794000', '103110.798000', '103110.800000', '103110.803000', '103110.805000', '103110.808000', '103110.811000', '103110.813000', '103110.816000', '103110.825000', '103110.827000', '103110.830000', '103110.833000', '103110.835000', '103110.838000', '103110.840000', '103110.843000', '103110.846000', '103110.848000', '103110.851000', '103110.853000', '103110.856000', '103110.859000', '103110.861000', '103110.864000', '103110.866000', '103110.869000', '103110.871000', '103110.874000', '103110.877000', '103110.879000', '103110.882000', '103110.885000', '103110.888000', '103110.891000', '103110.894000', '103110.897000', '103110.899000', '103110.902000', '103110.905000', '103110.907000', '103110.910000', '103110.912000', '103130.794000', '103130.797000', '103130.800000', '103130.802000', '103130.805000', '103130.807000', '103130.811000', '103130.813000', '103130.816000', '103130.818000', '103130.821000', '103130.824000', '103130.827000', '103130.829000', '103130.832000', '103130.834000', '103130.837000', '103130.840000', '103130.842000', '103130.845000', '103130.848000', '103130.850000', '103130.853000', '103130.855000', '103130.858000', '103130.861000', '103130.863000', '103130.866000', '103130.869000', '103130.871000', '103130.874000', '103130.876000', '103130.879000', '103130.882000', '103130.884000', '103130.887000', '103130.890000', '103130.892000', '103130.895000', '103130.897000', '103130.900000', '103130.903000', '103130.905000', '103130.908000', '103150.794000', '103150.797000', '103150.800000', '103150.802000', '103150.806000', '103150.808000', '103150.811000', '103150.813000', '103150.816000', '103150.819000', '103150.821000', '103150.824000', '103150.826000', '103150.829000', '103150.832000', '103150.834000', '103150.837000', '103150.839000', '103150.842000', '103150.845000', '103150.847000', '103150.850000', '103150.852000', '103150.855000', '103150.858000', '103150.860000', '103150.863000', '103150.865000', '103150.869000', '103150.930000', '103150.933000', '103150.935000', '103150.938000', '103150.940000', '103150.943000', '103150.946000', '103150.948000', '103150.951000', '103150.953000', '103150.956000', '103150.959000', '103150.961000', '103150.964000', '103210.795000', '103210.797000', '103210.800000', '103210.803000', '103210.805000', '103210.808000', '103210.811000', '103210.813000', '103210.816000', '103210.818000', '103210.821000', '103210.824000', '103210.826000', '103210.829000', '103210.832000', '103210.834000', '103210.837000', '103210.839000', '103210.842000', '103210.845000', '103210.847000', '103210.850000', '103210.852000', '103210.855000', '103210.858000', '103210.860000', '103210.863000', '103210.865000', '103210.868000', '103210.871000', '103210.873000', '103210.876000', '103210.878000', '103210.881000', '103210.884000', '103210.887000', '103210.889000', '103210.892000', '103210.894000', '103210.897000', '103210.900000', '103210.902000', '103210.905000', '103230.793000', '103230.796000', '103230.799000', '103230.801000', '103230.804000', '103230.807000', '103230.810000', '103230.812000', '103230.815000', '103230.817000', '103230.820000', '103230.822000', '103230.825000', '103230.828000', '103230.830000', '103230.833000', '103230.836000', '103230.838000', '103230.841000', '103230.843000', '103230.846000', '103230.848000', '103230.851000', '103230.854000', '103230.856000', '103230.859000', '103230.861000', '103230.864000', '103230.867000', '103230.869000', '103230.872000', '103230.874000', '103230.877000', '103230.880000', '103230.882000', '103230.885000', '103230.888000', '103230.890000', '103230.893000', '103230.895000', '103230.898000', '103230.901000', '103230.903000', '103230.906000', '103250.793000', '103250.797000', '103250.801000', '103250.804000', '103250.815000', '103250.818000', '103250.820000', '103250.823000', '103250.826000', '103250.828000', '103250.831000', '103250.833000', '103250.836000', '103250.839000', '103250.841000', '103250.844000', '103250.847000', '103250.849000', '103250.852000', '103250.855000', '103250.857000', '103250.860000', '103250.862000', '103250.865000', '103250.868000', '103250.870000', '103250.873000', '103250.876000', '103250.878000', '103250.881000', '103250.884000', '103250.886000', '103250.889000', '103250.891000', '103250.894000', '103250.897000', '103250.899000', '103250.902000', '103250.904000', '103250.907000', '103250.910000', '103250.912000', '103250.915000', '103310.794000', '103310.796000', '103310.799000', '103310.802000', '103310.805000', '103310.807000', '103310.810000', '103310.812000', '103310.815000', '103310.817000', '103310.820000', '103310.823000', '103310.825000', '103310.828000', '103310.831000', '103310.833000', '103310.836000', '103310.838000', '103310.841000', '103310.844000', '103310.846000', '103310.849000', '103310.851000', '103310.854000', '103310.857000', '103310.859000', '103310.862000', '103310.864000', '103310.867000', '103310.870000', '103310.872000', '103310.875000', '103310.877000', '103310.880000', '103310.883000', '103310.885000', '103310.888000', '103310.890000', '103310.893000', '103310.895000', '103310.898000', '103310.901000', '103310.903000', '103310.906000', '103330.794000', '103330.796000', '103330.799000', '103330.802000', '103330.804000', '103330.807000', '103330.810000', '103330.812000', '103330.815000', '103330.818000', '103330.820000', '103330.833000', '103330.845000', '103330.847000', '103330.850000', '103330.852000', '103330.855000', '103330.858000', '103330.860000', '103330.863000', '103330.865000', '103330.868000', '103330.871000', '103330.873000', '103330.876000', '103330.879000', '103330.881000', '103330.884000', '103330.887000', '103330.889000', '103330.892000', '103330.894000', '103330.897000', '103330.900000', '103330.902000', '103330.905000', '103330.907000', '103330.910000', '103330.913000', '103330.915000', '103330.918000', '103330.921000', '103330.923000', '103330.926000', '103350.794000', '103350.796000', '103350.799000', '103350.802000', '103350.805000', '103350.807000', '103350.810000', '103350.812000', '103350.815000', '103350.818000', '103350.820000', '103350.823000', '103350.826000', '103350.828000', '103350.831000', '103350.833000', '103350.836000', '103350.838000', '103350.841000', '103350.844000', '103350.846000', '103350.849000', '103350.852000', '103350.854000', '103350.857000', '103350.860000', '103350.862000', '103350.865000', '103350.867000', '103350.870000', '103350.872000', '103350.875000', '103350.878000', '103350.880000', '103350.883000', '103350.885000', '103350.895000', '103350.898000', '103350.900000', '103350.903000', '103350.906000', '103350.908000', '103350.911000', '103410.795000', '103410.798000', '103410.800000', '103410.803000', '103410.805000', '103410.808000', '103410.811000', '103410.813000', '103410.816000', '103410.819000', '103410.821000', '103410.824000', '103410.827000', '103410.829000', '103410.832000', '103410.834000', '103410.837000', '103410.840000', '103410.842000', '103410.845000', '103410.847000', '103410.850000', '103410.853000', '103410.855000', '103410.858000', '103410.860000', '103410.863000', '103410.866000', '103410.868000', '103410.871000', '103410.874000', '103410.876000', '103410.879000', '103410.881000', '103410.884000', '103410.887000', '103410.898000', '103410.901000', '103410.903000', '103410.906000', '103410.908000', '103410.911000', '103410.914000', '103410.916000', '103430.795000', '103430.798000', '103430.800000', '103430.803000', '103430.806000', '103430.808000', '103430.811000', '103430.813000', '103430.816000', '103430.819000', '103430.821000', '103430.824000', '103430.826000', '103430.829000', '103430.832000', '103430.834000', '103430.837000', '103430.840000', '103430.842000', '103430.845000', '103430.847000', '103430.850000', '103430.853000', '103430.855000', '103430.858000', '103430.860000', '103430.863000', '103430.866000', '103430.868000', '103430.871000', '103430.874000', '103430.876000', '103430.879000', '103430.881000', '103430.884000', '103430.887000', '103430.889000', '103430.892000', '103430.894000', '103430.897000', '103430.900000', '103430.902000', '103430.905000', '103450.794000', '103450.796000', '103450.799000', '103450.801000', '103450.804000', '103450.816000', '103450.819000', '103450.822000', '103450.824000', '103450.827000', '103450.830000', '103450.832000', '103450.835000', '103450.838000', '103450.840000', '103450.843000', '103450.846000', '103450.848000', '103450.851000', '103450.853000', '103450.866000', '103450.881000', '103450.883000', '103450.886000', '103450.888000', '103450.891000', '103450.894000', '103450.896000', '103450.899000', '103450.901000', '103450.904000', '103450.907000', '103450.909000', '103450.912000', '103450.914000', '103450.917000', '103450.920000', '103450.922000', '103450.925000', '103450.927000', '103450.930000', '103450.933000', '103450.935000', '103450.938000', '103510.794000', '103510.797000', '103510.800000', '103510.802000', '103510.805000', '103510.808000', '103510.811000', '103510.813000', '103510.816000', '103510.818000', '103510.821000', '103510.824000', '103510.827000', '103510.829000', '103510.832000', '103510.834000', '103510.837000', '103510.840000', '103510.842000', '103510.845000', '103510.848000', '103510.851000', '103510.853000', '103510.856000', '103510.858000', '103510.863000', '103510.865000', '103510.868000', '103510.870000', '103510.873000', '103510.876000', '103510.878000', '103510.881000', '103510.883000', '103510.886000', '103510.889000', '103510.891000', '103510.894000', '103510.897000', '103510.899000', '103510.902000', '103510.905000', '103510.907000', '103530.794000', '103530.797000', '103530.801000', '103530.804000', '103530.806000', '103530.809000', '103530.812000', '103530.814000', '103530.817000', '103530.820000', '103530.823000', '103530.825000', '103530.828000', '103530.830000', '103530.833000', '103530.836000', '103530.838000', '103530.841000', '103530.849000', '103530.852000', '103530.855000', '103530.857000', '103530.871000', '103530.874000', '103530.876000', '103530.879000', '103530.882000', '103530.884000', '103530.887000', '103530.889000', '103530.892000', '103530.895000', '103530.897000', '103530.900000', '103530.903000', '103530.905000', '103530.908000', '103530.910000', '103530.913000', '103530.916000', '103530.918000', '103530.921000', '103530.924000', '103550.793000', '103550.797000', '103550.799000', '103550.802000', '103550.804000', '103550.807000', '103550.810000', '103550.812000', '103550.815000', '103550.818000', '103550.820000', '103550.823000', '103550.825000', '103550.828000', '103550.831000', '103550.833000', '103550.836000', '103550.838000', '103550.841000', '103550.844000', '103550.846000', '103550.849000', '103550.851000', '103550.854000', '103550.857000', '103550.859000', '103550.862000', '103550.864000', '103550.867000', '103550.870000', '103550.872000', '103550.875000', '103550.877000', '103550.880000', '103550.883000', '103550.885000', '103550.888000', '103550.891000', '103550.893000', '103550.896000', '103550.898000', '103550.901000', '103550.903000', '103550.906000', '103610.793000', '103610.796000', '103610.799000', '103610.802000', '103610.804000', '103610.807000', '103610.810000', '103610.812000', '103610.815000', '103610.818000', '103610.820000', '103610.823000', '103610.825000', '103610.828000', '103610.831000', '103610.833000', '103610.836000', '103610.839000', '103610.841000', '103610.844000', '103610.846000', '103610.857000', '103610.860000', '103610.862000', '103610.865000', '103610.867000', '103610.870000', '103610.873000', '103610.875000', '103610.878000', '103610.880000', '103610.883000', '103610.892000', '103610.894000', '103610.897000', '103610.900000', '103610.902000', '103610.905000', '103610.907000', '103610.910000', '103610.913000', '103610.915000', '103610.918000', '103610.920000', '103621.347000', '103621.350000', '103621.353000', '103621.356000', '103621.358000', '103621.361000', '103621.363000', '103621.366000', '103621.369000', '103621.372000', '103621.374000', '103621.377000', '103621.380000', '103621.382000', '103621.385000', '103621.388000', '103621.390000', '103621.393000', '103621.396000', '103621.399000', '103621.402000', '103621.405000', '103621.407000'], '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': [11124, 10797, 10819, 12069, 10445, 11372, 10861, 10970, 11830, 11946, 10739, 10751, 11923, 11118, 11413, 11289, 11287, 11953, 11035, 12467, 11716, 11915, 11032, 12101, 10946, 11875, 11070, 11771, 11102, 12516, 11266, 12021, 10628, 11796, 11983, 11868, 11553, 11446, 12024, 11188, 11780, 11495, 11283, 11390, 11958, 11083, 11900, 11008, 11593, 12122, 11021, 10894, 11879, 12468, 11398, 14185, 11044, 11958, 11915, 11001, 11746, 11185, 11510, 11063, 11384, 10959, 12329, 10750, 11839, 11827, 11904, 11777, 11890, 11909, 11519, 12091, 11365, 11006, 11733, 12083, 11291, 12125, 11256, 11533, 10872, 11933, 10908, 12224, 10839, 12296, 11009, 12016, 13278, 11570, 12025, 11714, 12307, 11373, 11830, 11002, 12269, 11016, 12191, 11564, 12188, 13383, 11893, 13669, 11948, 11669, 11935, 10981, 11805, 10862, 11462, 12124, 11127, 11982, 11212, 11145, 13141, 11443, 13036, 12002, 11260, 12228, 10056, 11541, 11026, 11284, 11586, 11083, 12196, 12441, 11215, 13820, 11195, 11026, 10901, 11149, 11805, 11081, 11655, 11147, 11327, 10901, 12008, 11375, 12248, 11098, 11801, 12251, 11408, 13947, 11431, 11173, 11502, 10716, 11406, 10897, 11405, 11669, 11196, 12126, 11223, 11699, 11336, 11434, 11112, 12105, 11335, 11056, 11551, 10450, 11549, 11057, 11667, 11729, 11166, 10847, 11084, 9433, 11248, 11664, 11020, 11503, 11015, 11114, 10963, 11365, 11337, 12012, 11635, 11759, 13206, 11742, 14302, 11447, 14825, 11401, 14504, 13017, 14553, 11458, 13517, 11237, 12826, 11302, 15336, 12350, 11341, 11702, 11437, 11545, 12035, 12190, 11394, 11572, 11759, 11213, 11748, 12604, 11440, 14272, 12039, 11070, 11951, 11208, 11793, 13403, 11417, 14376, 11873, 11660, 11517, 10522, 11405, 12331, 11124, 11289, 11351, 11850, 11548, 11755, 10811, 11521, 10838, 12146, 10666, 11802, 11383, 11431, 13487, 11457, 14454, 11671, 10931, 11732, 10869, 11650, 10734, 11225, 13926, 11436, 9996, 11516, 11162, 11712, 11358, 11352, 10342, 11447, 11103, 11679, 10289, 11717, 11256, 11421, 9953, 10987, 11346, 11277, 11733, 11044, 11565, 10755, 11159, 13480, 11366, 10835, 11352, 13959, 11217, 14540, 11691, 14454, 11660, 12250, 11296, 11411, 11060, 12558, 11161, 11543, 11415, 11542, 11302, 11781, 11919, 11433, 11193, 11453, 10917, 11127, 11105, 11056, 10919, 10720, 11105, 11250, 10874, 11561, 10543, 11027, 10621, 11300, 10938, 11184, 11234, 11146, 14377, 11107, 13125, 10947, 11376, 11073, 10635, 11267, 10643, 11169, 10961, 10853, 9817, 11368, 11349, 11136, 11848, 11007, 14858, 11984, 14654, 10842, 12942, 11156, 11545, 11177, 10459, 10311, 10327, 11094, 10763, 11377, 10581, 10891, 10238, 10684, 10706, 11318, 10940, 11454, 10793, 10532, 12182, 11588, 13959, 11241, 12717, 11261, 14757, 12802, 14674, 11176, 13413, 11192, 12413, 11051, 14890, 11021, 14579, 11314, 11656, 11104, 11072, 10842, 13925, 10932, 10828, 10811, 10919, 11039, 12903, 11349, 12704, 11152, 11401, 11339, 11335, 11169, 11824, 10693, 9901, 11044, 10864, 11251, 11204, 10416, 10384, 10235, 11054, 10733, 11323, 10464, 11116, 10870, 10474, 13570, 10974, 12063, 10960, 9694, 10743, 11232, 10511, 12234, 11209, 10723, 10925, 14026, 11143, 14706, 10637, 13802, 11251, 10462, 11106, 10403, 10840, 10424, 10540, 10313, 11152, 11309, 11190, 10362, 10870, 10981, 10894, 11928, 12535, 11057, 11084, 12702, 10877, 15060, 11185, 12781, 10328, 13791, 10856, 10796, 11411, 10891, 11060, 10515, 10673, 14179, 11160, 12643, 11230, 12228, 11233, 12531, 10372, 10784, 10970, 10515, 11290, 10447, 11046, 10481, 11005, 11131, 11210, 10596, 11070, 10888, 10641, 13625, 13423, 10911, 10784, 13027, 11176, 16128, 10940, 12981, 10533, 13767, 10500, 10625, 11127, 10927, 11180, 10482, 11086, 11386, 10937, 11402, 11175, 12302, 10854, 14860, 11072, 11996, 10975, 10457, 10787, 14572, 12920, 13720, 10882, 12627, 10956, 11060, 10784, 10252, 10607, 10636, 10781, 10936, 10931, 11098, 13653, 10728, 15058, 11203, 10780, 11422, 10537, 11462, 10490, 10762, 13081, 11157, 10649, 11075, 10460, 11132, 10465, 10643, 10255, 11043, 10442, 11030, 10787, 10935, 10407, 11080, 10734, 10538, 10655, 10769, 11102, 10828, 11045, 10233, 10705, 10530, 10996, 10787, 11531, 11586, 11113, 13448, 12080, 14508, 11266, 12424, 11110, 12757, 11143, 13669, 11343, 13816, 10537, 10913, 11026, 10728, 11219, 10517, 10458, 10310, 11346, 10651, 11531, 10621, 11351, 13354, 11495, 14784, 11107, 12984, 11002, 12138, 11198, 11898, 10721, 14307, 11083, 10700, 11059, 10609, 10518, 10744, 10267, 10488, 11428, 10802, 11216, 10682, 11352, 10760, 10711, 10513, 10862, 13768, 11360, 12123, 13798, 10924, 14394, 10619, 14253, 10639, 10495, 10848, 10471, 10702, 10500, 10278, 10696, 10972, 10403, 11297, 10785, 11151, 12967, 10788, 14038, 10831, 10722, 11269, 12730, 11339, 14107, 11285, 11803, 11480, 10974, 15159, 10912, 12905, 10335, 11717, 10611, 10468, 10709, 10279, 10943, 10564, 10823, 10304, 10986, 10532, 11320, 10666, 11239, 10293, 10625, 13538, 10639, 12536, 10912, 10484, 11301, 10797, 15331, 10523, 13364, 11187, 11737, 11114, 10521, 11335, 10721, 10487, 10593, 11127, 10586, 11072, 10812, 11212, 10389, 12128, 10308, 11254, 12243, 11214, 13214, 11223, 14156, 12287, 13463, 10987, 10759, 12265, 10734, 15193, 12737, 14942, 11248, 13645, 11410, 10562, 11241, 10873, 10505, 10575, 10876, 10620, 10295, 11189, 10601, 11082, 10310, 11197, 10068, 10989, 10245, 10944, 12422, 10750, 10377, 11361, 11278, 10855, 10148, 10868, 10636, 10775, 14361, 12014, 14834, 10950, 12740, 11062, 11779, 10681, 14712, 11348, 11930, 11498, 10359, 11011, 14670, 11216, 12417, 11261, 12101, 11087, 13420, 10337, 14997, 10900, 10638, 10903, 10579, 10572, 11321, 9929, 10815, 10479, 10799, 10869, 10951, 11081, 10217, 10347, 10344, 11562, 11505, 11210, 11382, 11147, 11361, 10983, 14592, 11103, 11426, 11188, 11835, 10862, 10867, 10119, 10692, 10571, 10844, 11218, 10804, 10916, 10758, 10616, 10580, 12425, 10883, 10336, 10956, 9838, 11054, 9952, 10726, 10653, 11137, 10710, 10823, 10995, 11080, 12903, 11251, 11260, 10928, 10375, 10676, 11204, 10897, 10145, 11153, 10263, 10541, 10563, 10851, 11153, 10620, 10866, 12866, 13987, 12595, 14206, 10624, 12265, 10932, 10586, 10904, 13262, 11918, 12427, 10926, 10806, 11046, 10006, 11033, 12227, 10711, 10045, 10984, 11171, 10674, 11307, 10709, 11085, 12745, 10769, 10844, 10997, 11185, 11529, 12524, 14027, 13493, 15018, 13605, 14804, 15319, 11694, 10312, 10701, 15556, 12021, 11383, 10573, 10175, 10862, 10426, 11482, 10279, 11401, 9974, 10945, 10426, 13403, 10124, 14422, 13201, 12760], 'WindowCenter': [3892.0, 3877.0, 3863.0, 3872.0, 3848.0, 3858.0, 3846.0, 3848.0, 3848.0, 3860.0, 3847.0, 3845.0, 3856.0, 3844.0, 3846.0, 3846.0, 3859.0, 3858.0, 3846.0, 3868.0, 3860.0, 3859.0, 3849.0, 3857.0, 3846.0, 3857.0, 3847.0, 3859.0, 3859.0, 3872.0, 3847.0, 3871.0, 3847.0, 3859.0, 3858.0, 3872.0, 3860.0, 3858.0, 3858.0, 3848.0, 3858.0, 3848.0, 3860.0, 3859.0, 3857.0, 3846.0, 3857.0, 3847.0, 3858.0, 3859.0, 3836.0, 3835.0, 3856.0, 3857.0, 3859.0, 3867.0, 3846.0, 3844.0, 3832.0, 3820.0, 3830.0, 3843.0, 3843.0, 3844.0, 3833.0, 3831.0, 3843.0, 3830.0, 3856.0, 3843.0, 3844.0, 3842.0, 3843.0, 3841.0, 3845.0, 3845.0, 3844.0, 3845.0, 3844.0, 3853.0, 3843.0, 3855.0, 3858.0, 3858.0, 3847.0, 3846.0, 3831.0, 3844.0, 3830.0, 3843.0, 3833.0, 3856.0, 3868.0, 3846.0, 3855.0, 3855.0, 3855.0, 3857.0, 3857.0, 3860.0, 3858.0, 3846.0, 3859.0, 3847.0, 3871.0, 3870.0, 3846.0, 3868.0, 3857.0, 3843.0, 3844.0, 3833.0, 3858.0, 3846.0, 3860.0, 3857.0, 3845.0, 3857.0, 3844.0, 3861.0, 3868.0, 3845.0, 3868.0, 3855.0, 3843.0, 3855.0, 3833.0, 3846.0, 3847.0, 3847.0, 3857.0, 3845.0, 3856.0, 3870.0, 3859.0, 3867.0, 3847.0, 3834.0, 3832.0, 3832.0, 3831.0, 3830.0, 3844.0, 3831.0, 3844.0, 3844.0, 3853.0, 3842.0, 3854.0, 3832.0, 3870.0, 3857.0, 3857.0, 3865.0, 3843.0, 3830.0, 3842.0, 3830.0, 3846.0, 3833.0, 3858.0, 3845.0, 3845.0, 3855.0, 3845.0, 3844.0, 3860.0, 3857.0, 3846.0, 3857.0, 3844.0, 3832.0, 3843.0, 3831.0, 3844.0, 3842.0, 3856.0, 3871.0, 3858.0, 3845.0, 3859.0, 3824.0, 3857.0, 3856.0, 3858.0, 3871.0, 3860.0, 3872.0, 3874.0, 3872.0, 3871.0, 3871.0, 3874.0, 3873.0, 3882.0, 3873.0, 3880.0, 3859.0, 3868.0, 3860.0, 3871.0, 3860.0, 3867.0, 3844.0, 3853.0, 3832.0, 3855.0, 3844.0, 3864.0, 3858.0, 3832.0, 3843.0, 3831.0, 3843.0, 3843.0, 3845.0, 3842.0, 3832.0, 3840.0, 3830.0, 3843.0, 3843.0, 3844.0, 3864.0, 3842.0, 3830.0, 3830.0, 3830.0, 3844.0, 3852.0, 3845.0, 3852.0, 3842.0, 3830.0, 3831.0, 3831.0, 3845.0, 3854.0, 3844.0, 3832.0, 3830.0, 3830.0, 3829.0, 3843.0, 3830.0, 3844.0, 3833.0, 3855.0, 3832.0, 3843.0, 3832.0, 3846.0, 3866.0, 3845.0, 3864.0, 3832.0, 3819.0, 3841.0, 3829.0, 3843.0, 3831.0, 3844.0, 3852.0, 3843.0, 3820.0, 3843.0, 3831.0, 3844.0, 3856.0, 3846.0, 3834.0, 3845.0, 3832.0, 3844.0, 3832.0, 3855.0, 3844.0, 3858.0, 3835.0, 3858.0, 3858.0, 3858.0, 3869.0, 3857.0, 3870.0, 3859.0, 3860.0, 3883.0, 3860.0, 3848.0, 3859.0, 3867.0, 3848.0, 3868.0, 3858.0, 3865.0, 3844.0, 3843.0, 3843.0, 3845.0, 3844.0, 3854.0, 3845.0, 3843.0, 3842.0, 3842.0, 3832.0, 3843.0, 3842.0, 3844.0, 3831.0, 3831.0, 3830.0, 3830.0, 3843.0, 3846.0, 3831.0, 3843.0, 3842.0, 3842.0, 3832.0, 3845.0, 3847.0, 3846.0, 3847.0, 3846.0, 3845.0, 3845.0, 3832.0, 3844.0, 3865.0, 3858.0, 3868.0, 3833.0, 3856.0, 3845.0, 3831.0, 3843.0, 3831.0, 3856.0, 3845.0, 3860.0, 3848.0, 3859.0, 3857.0, 3846.0, 3859.0, 3860.0, 3881.0, 3860.0, 3867.0, 3834.0, 3843.0, 3833.0, 3832.0, 3859.0, 3847.0, 3835.0, 3845.0, 3843.0, 3832.0, 3843.0, 3845.0, 3857.0, 3846.0, 3859.0, 3859.0, 3859.0, 3857.0, 3859.0, 3859.0, 3861.0, 3870.0, 3860.0, 3879.0, 3847.0, 3857.0, 3847.0, 3867.0, 3869.0, 3866.0, 3844.0, 3853.0, 3831.0, 3843.0, 3842.0, 3852.0, 3833.0, 3851.0, 3831.0, 3829.0, 3831.0, 3843.0, 3832.0, 3863.0, 3832.0, 3830.0, 3830.0, 3831.0, 3846.0, 3853.0, 3844.0, 3851.0, 3831.0, 3829.0, 3828.0, 3829.0, 3844.0, 3841.0, 3831.0, 3822.0, 3830.0, 3829.0, 3831.0, 3856.0, 3847.0, 3846.0, 3846.0, 3846.0, 3833.0, 3844.0, 3832.0, 3844.0, 3844.0, 3833.0, 3867.0, 3844.0, 3854.0, 3844.0, 3823.0, 3858.0, 3847.0, 3849.0, 3856.0, 3844.0, 3833.0, 3833.0, 3852.0, 3859.0, 3878.0, 3834.0, 3866.0, 3833.0, 3820.0, 3831.0, 3819.0, 3830.0, 3831.0, 3845.0, 3832.0, 3857.0, 3856.0, 3858.0, 3846.0, 3858.0, 3847.0, 3861.0, 3869.0, 3872.0, 3848.0, 3848.0, 3855.0, 3833.0, 3865.0, 3849.0, 3857.0, 3823.0, 3866.0, 3831.0, 3829.0, 3842.0, 3830.0, 3845.0, 3833.0, 3847.0, 3865.0, 3845.0, 3854.0, 3844.0, 3844.0, 3846.0, 3853.0, 3832.0, 3833.0, 3831.0, 3830.0, 3842.0, 3833.0, 3845.0, 3833.0, 3859.0, 3845.0, 3845.0, 3833.0, 3845.0, 3858.0, 3847.0, 3867.0, 3869.0, 3834.0, 3833.0, 3841.0, 3831.0, 3862.0, 3831.0, 3855.0, 3820.0, 3851.0, 3819.0, 3817.0, 3828.0, 3828.0, 3843.0, 3831.0, 3857.0, 3843.0, 3845.0, 3844.0, 3845.0, 3857.0, 3846.0, 3877.0, 3858.0, 3843.0, 3833.0, 3820.0, 3844.0, 3866.0, 3853.0, 3864.0, 3831.0, 3840.0, 3830.0, 3829.0, 3843.0, 3820.0, 3845.0, 3831.0, 3831.0, 3830.0, 3828.0, 3830.0, 3853.0, 3832.0, 3863.0, 3830.0, 3818.0, 3829.0, 3817.0, 3830.0, 3831.0, 3831.0, 3853.0, 3831.0, 3819.0, 3830.0, 3817.0, 3830.0, 3832.0, 3845.0, 3820.0, 3844.0, 3831.0, 3833.0, 3830.0, 3832.0, 3831.0, 3856.0, 3844.0, 3859.0, 3846.0, 3847.0, 3857.0, 3857.0, 3859.0, 3848.0, 3860.0, 3861.0, 3860.0, 3847.0, 3859.0, 3857.0, 3860.0, 3870.0, 3870.0, 3869.0, 3846.0, 3854.0, 3832.0, 3843.0, 3844.0, 3879.0, 3845.0, 3865.0, 3832.0, 3831.0, 3830.0, 3829.0, 3844.0, 3846.0, 3845.0, 3848.0, 3857.0, 3834.0, 3843.0, 3833.0, 3857.0, 3865.0, 3844.0, 3878.0, 3844.0, 3853.0, 3833.0, 3841.0, 3832.0, 3857.0, 3846.0, 3865.0, 3845.0, 3832.0, 3831.0, 3831.0, 3819.0, 3831.0, 3832.0, 3832.0, 3856.0, 3844.0, 3844.0, 3844.0, 3857.0, 3859.0, 3859.0, 3861.0, 3848.0, 3867.0, 3845.0, 3845.0, 3854.0, 3848.0, 3879.0, 3835.0, 3866.0, 3832.0, 3820.0, 3829.0, 3818.0, 3831.0, 3832.0, 3832.0, 3846.0, 3843.0, 3831.0, 3844.0, 3843.0, 3860.0, 3868.0, 3858.0, 3867.0, 3833.0, 3832.0, 3830.0, 3855.0, 3845.0, 3867.0, 3833.0, 3842.0, 3830.0, 3830.0, 3849.0, 3843.0, 3853.0, 3820.0, 3842.0, 3818.0, 3815.0, 3818.0, 3817.0, 3829.0, 3832.0, 3842.0, 3832.0, 3858.0, 3844.0, 3857.0, 3844.0, 3857.0, 3861.0, 3862.0, 3879.0, 3860.0, 3859.0, 3835.0, 3833.0, 3832.0, 3846.0, 3878.0, 3834.0, 3855.0, 3843.0, 3842.0, 3842.0, 3832.0, 3830.0, 3832.0, 3831.0, 3833.0, 3844.0, 3847.0, 3845.0, 3845.0, 3857.0, 3848.0, 3882.0, 3860.0, 3873.0, 3871.0, 3861.0, 3870.0, 3859.0, 3881.0, 3847.0, 3870.0, 3834.0, 3833.0, 3842.0, 3832.0, 3865.0, 3853.0, 3852.0, 3831.0, 3839.0, 3818.0, 3806.0, 3817.0, 3818.0, 3833.0, 3832.0, 3818.0, 3832.0, 3820.0, 3829.0, 3817.0, 3830.0, 3845.0, 3858.0, 3833.0, 3857.0, 3845.0, 3857.0, 3865.0, 3858.0, 3860.0, 3871.0, 3871.0, 3872.0, 3849.0, 3860.0, 3848.0, 3863.0, 3880.0, 3873.0, 3878.0, 3847.0, 3855.0, 3845.0, 3845.0, 3835.0, 3867.0, 3832.0, 3841.0, 3842.0, 3833.0, 3833.0, 3865.0, 3830.0, 3839.0, 3830.0, 3828.0, 3831.0, 3853.0, 3821.0, 3864.0, 3819.0, 3819.0, 3817.0, 3817.0, 3817.0, 3829.0, 3808.0, 3818.0, 3830.0, 3828.0, 3830.0, 3830.0, 3841.0, 3833.0, 3833.0, 3846.0, 3855.0, 3844.0, 3844.0, 3841.0, 3844.0, 3842.0, 3846.0, 3864.0, 3833.0, 3831.0, 3831.0, 3830.0, 3818.0, 3831.0, 3819.0, 3832.0, 3832.0, 3830.0, 3843.0, 3832.0, 3832.0, 3844.0, 3847.0, 3845.0, 3856.0, 3834.0, 3822.0, 3832.0, 3821.0, 3844.0, 3835.0, 3845.0, 3847.0, 3844.0, 3833.0, 3844.0, 3831.0, 3844.0, 3867.0, 3843.0, 3832.0, 3832.0, 3833.0, 3845.0, 3843.0, 3844.0, 3834.0, 3857.0, 3846.0, 3847.0, 3859.0, 3857.0, 3858.0, 3845.0, 3845.0, 3857.0, 3866.0, 3858.0, 3865.0, 3831.0, 3842.0, 3831.0, 3820.0, 3832.0, 3853.0, 3856.0, 3842.0, 3831.0, 3832.0, 3831.0, 3819.0, 3831.0, 3841.0, 3832.0, 3835.0, 3844.0, 3856.0, 3845.0, 3857.0, 3845.0, 3858.0, 3871.0, 3859.0, 3858.0, 3847.0, 3847.0, 3871.0, 3869.0, 3880.0, 3857.0, 3868.0, 3869.0, 3883.0, 3882.0, 3844.0, 3833.0, 3844.0, 3875.0, 3841.0, 3845.0, 3833.0, 3833.0, 3832.0, 3834.0, 3844.0, 3835.0, 3847.0, 3824.0, 3834.0, 3824.0, 3840.0, 3794.0, 3838.0, 3815.0, 3812.0], 'WindowWidth': [8711.0, 8680.0, 8651.0, 8660.0, 8623.0, 8635.0, 8615.0, 8620.0, 8619.0, 8641.0, 8616.0, 8612.0, 8627.0, 8608.0, 8616.0, 8615.0, 8638.0, 8631.0, 8613.0, 8646.0, 8640.0, 8636.0, 8625.0, 8630.0, 8614.0, 8629.0, 8618.0, 8636.0, 8635.0, 8657.0, 8618.0, 8654.0, 8617.0, 8636.0, 8636.0, 8660.0, 8639.0, 8633.0, 8632.0, 8618.0, 8633.0, 8620.0, 8640.0, 8636.0, 8630.0, 8614.0, 8630.0, 8620.0, 8634.0, 8638.0, 8600.0, 8599.0, 8627.0, 8631.0, 8638.0, 8649.0, 8615.0, 8609.0, 8589.0, 8569.0, 8583.0, 8607.0, 8604.0, 8609.0, 8590.0, 8585.0, 8603.0, 8583.0, 8628.0, 8605.0, 8609.0, 8601.0, 8604.0, 8601.0, 8612.0, 8611.0, 8610.0, 8613.0, 8608.0, 8619.0, 8604.0, 8623.0, 8636.0, 8633.0, 8617.0, 8612.0, 8585.0, 8606.0, 8583.0, 8604.0, 8591.0, 8625.0, 8648.0, 8616.0, 8624.0, 8625.0, 8626.0, 8634.0, 8631.0, 8642.0, 8635.0, 8615.0, 8635.0, 8617.0, 8658.0, 8658.0, 8617.0, 8651.0, 8631.0, 8606.0, 8608.0, 8593.0, 8633.0, 8613.0, 8641.0, 8631.0, 8612.0, 8629.0, 8610.0, 8642.0, 8649.0, 8615.0, 8648.0, 8624.0, 8605.0, 8624.0, 8596.0, 8614.0, 8620.0, 8618.0, 8633.0, 8613.0, 8628.0, 8658.0, 8640.0, 8648.0, 8620.0, 8596.0, 8589.0, 8589.0, 8585.0, 8583.0, 8609.0, 8587.0, 8610.0, 8610.0, 8620.0, 8601.0, 8621.0, 8590.0, 8654.0, 8635.0, 8631.0, 8638.0, 8606.0, 8585.0, 8603.0, 8585.0, 8614.0, 8594.0, 8634.0, 8613.0, 8610.0, 8623.0, 8611.0, 8608.0, 8641.0, 8632.0, 8614.0, 8630.0, 8607.0, 8587.0, 8606.0, 8586.0, 8608.0, 8604.0, 8629.0, 8658.0, 8636.0, 8615.0, 8640.0, 8585.0, 8631.0, 8628.0, 8636.0, 8659.0, 8644.0, 8660.0, 8670.0, 8662.0, 8657.0, 8659.0, 8667.0, 8664.0, 8677.0, 8665.0, 8669.0, 8638.0, 8649.0, 8642.0, 8659.0, 8640.0, 8646.0, 8608.0, 8619.0, 8591.0, 8626.0, 8611.0, 8636.0, 8636.0, 8591.0, 8606.0, 8586.0, 8605.0, 8605.0, 8614.0, 8603.0, 8589.0, 8598.0, 8583.0, 8605.0, 8607.0, 8608.0, 8637.0, 8602.0, 8581.0, 8584.0, 8582.0, 8609.0, 8619.0, 8613.0, 8619.0, 8602.0, 8583.0, 8586.0, 8589.0, 8614.0, 8623.0, 8614.0, 8588.0, 8584.0, 8582.0, 8581.0, 8606.0, 8585.0, 8612.0, 8595.0, 8624.0, 8589.0, 8607.0, 8589.0, 8615.0, 8642.0, 8614.0, 8637.0, 8589.0, 8568.0, 8599.0, 8580.0, 8607.0, 8586.0, 8609.0, 8617.0, 8605.0, 8571.0, 8604.0, 8587.0, 8609.0, 8633.0, 8617.0, 8596.0, 8614.0, 8591.0, 8608.0, 8589.0, 8624.0, 8608.0, 8633.0, 8601.0, 8636.0, 8636.0, 8635.0, 8650.0, 8632.0, 8654.0, 8637.0, 8641.0, 8680.0, 8642.0, 8622.0, 8636.0, 8646.0, 8624.0, 8650.0, 8635.0, 8639.0, 8608.0, 8605.0, 8605.0, 8612.0, 8610.0, 8624.0, 8614.0, 8604.0, 8603.0, 8602.0, 8589.0, 8610.0, 8605.0, 8608.0, 8587.0, 8586.0, 8582.0, 8583.0, 8608.0, 8618.0, 8587.0, 8611.0, 8605.0, 8604.0, 8590.0, 8613.0, 8622.0, 8618.0, 8618.0, 8618.0, 8612.0, 8611.0, 8591.0, 8609.0, 8641.0, 8636.0, 8650.0, 8594.0, 8629.0, 8612.0, 8587.0, 8607.0, 8587.0, 8631.0, 8612.0, 8642.0, 8624.0, 8638.0, 8631.0, 8617.0, 8638.0, 8644.0, 8671.0, 8643.0, 8645.0, 8596.0, 8606.0, 8591.0, 8590.0, 8639.0, 8621.0, 8601.0, 8615.0, 8608.0, 8591.0, 8607.0, 8613.0, 8635.0, 8616.0, 8640.0, 8639.0, 8641.0, 8632.0, 8640.0, 8640.0, 8645.0, 8659.0, 8643.0, 8665.0, 8619.0, 8632.0, 8620.0, 8649.0, 8651.0, 8646.0, 8609.0, 8619.0, 8588.0, 8608.0, 8606.0, 8620.0, 8598.0, 8615.0, 8586.0, 8582.0, 8589.0, 8610.0, 8590.0, 8635.0, 8590.0, 8584.0, 8584.0, 8588.0, 8617.0, 8622.0, 8612.0, 8615.0, 8586.0, 8580.0, 8579.0, 8581.0, 8612.0, 8604.0, 8589.0, 8578.0, 8586.0, 8584.0, 8588.0, 8632.0, 8620.0, 8618.0, 8619.0, 8615.0, 8593.0, 8607.0, 8588.0, 8610.0, 8612.0, 8594.0, 8648.0, 8612.0, 8624.0, 8611.0, 8581.0, 8637.0, 8618.0, 8626.0, 8629.0, 8610.0, 8593.0, 8593.0, 8618.0, 8640.0, 8665.0, 8597.0, 8644.0, 8592.0, 8571.0, 8587.0, 8568.0, 8586.0, 8586.0, 8615.0, 8592.0, 8632.0, 8632.0, 8637.0, 8618.0, 8635.0, 8620.0, 8646.0, 8654.0, 8665.0, 8623.0, 8622.0, 8625.0, 8596.0, 8642.0, 8624.0, 8634.0, 8580.0, 8644.0, 8588.0, 8581.0, 8602.0, 8586.0, 8615.0, 8593.0, 8621.0, 8641.0, 8611.0, 8622.0, 8611.0, 8613.0, 8617.0, 8622.0, 8591.0, 8595.0, 8587.0, 8586.0, 8603.0, 8594.0, 8616.0, 8593.0, 8640.0, 8615.0, 8615.0, 8595.0, 8614.0, 8639.0, 8622.0, 8648.0, 8656.0, 8596.0, 8595.0, 8602.0, 8589.0, 8631.0, 8588.0, 8631.0, 8573.0, 8617.0, 8568.0, 8563.0, 8581.0, 8581.0, 8611.0, 8589.0, 8634.0, 8608.0, 8616.0, 8611.0, 8615.0, 8634.0, 8617.0, 8660.0, 8638.0, 8608.0, 8594.0, 8572.0, 8610.0, 8642.0, 8622.0, 8639.0, 8588.0, 8599.0, 8584.0, 8583.0, 8607.0, 8573.0, 8616.0, 8589.0, 8587.0, 8586.0, 8581.0, 8584.0, 8619.0, 8590.0, 8636.0, 8586.0, 8565.0, 8582.0, 8561.0, 8585.0, 8590.0, 8589.0, 8622.0, 8588.0, 8568.0, 8585.0, 8563.0, 8584.0, 8593.0, 8614.0, 8573.0, 8614.0, 8586.0, 8593.0, 8584.0, 8591.0, 8589.0, 8631.0, 8611.0, 8639.0, 8617.0, 8619.0, 8632.0, 8633.0, 8638.0, 8624.0, 8644.0, 8645.0, 8640.0, 8621.0, 8637.0, 8632.0, 8643.0, 8657.0, 8656.0, 8654.0, 8614.0, 8623.0, 8591.0, 8606.0, 8612.0, 8667.0, 8613.0, 8642.0, 8591.0, 8587.0, 8584.0, 8583.0, 8610.0, 8619.0, 8613.0, 8622.0, 8631.0, 8596.0, 8609.0, 8593.0, 8634.0, 8643.0, 8612.0, 8665.0, 8611.0, 8620.0, 8593.0, 8603.0, 8591.0, 8635.0, 8618.0, 8640.0, 8613.0, 8592.0, 8586.0, 8586.0, 8567.0, 8589.0, 8593.0, 8592.0, 8632.0, 8613.0, 8613.0, 8611.0, 8634.0, 8643.0, 8640.0, 8647.0, 8624.0, 8648.0, 8613.0, 8614.0, 8622.0, 8623.0, 8667.0, 8600.0, 8643.0, 8590.0, 8571.0, 8581.0, 8568.0, 8587.0, 8592.0, 8590.0, 8616.0, 8607.0, 8590.0, 8610.0, 8607.0, 8641.0, 8649.0, 8637.0, 8648.0, 8595.0, 8589.0, 8585.0, 8628.0, 8613.0, 8648.0, 8594.0, 8605.0, 8583.0, 8583.0, 8609.0, 8608.0, 8624.0, 8572.0, 8605.0, 8567.0, 8558.0, 8565.0, 8563.0, 8580.0, 8591.0, 8607.0, 8592.0, 8637.0, 8613.0, 8634.0, 8612.0, 8634.0, 8645.0, 8651.0, 8667.0, 8642.0, 8638.0, 8599.0, 8596.0, 8590.0, 8617.0, 8666.0, 8597.0, 8629.0, 8607.0, 8606.0, 8603.0, 8590.0, 8584.0, 8591.0, 8589.0, 8594.0, 8610.0, 8620.0, 8614.0, 8613.0, 8632.0, 8624.0, 8675.0, 8645.0, 8669.0, 8660.0, 8644.0, 8657.0, 8639.0, 8674.0, 8619.0, 8659.0, 8595.0, 8593.0, 8603.0, 8589.0, 8644.0, 8623.0, 8619.0, 8590.0, 8595.0, 8563.0, 8546.0, 8559.0, 8564.0, 8595.0, 8590.0, 8567.0, 8593.0, 8570.0, 8581.0, 8562.0, 8583.0, 8615.0, 8637.0, 8596.0, 8635.0, 8615.0, 8634.0, 8640.0, 8636.0, 8645.0, 8660.0, 8660.0, 8665.0, 8628.0, 8642.0, 8625.0, 8653.0, 8672.0, 8668.0, 8665.0, 8616.0, 8626.0, 8612.0, 8616.0, 8599.0, 8647.0, 8592.0, 8602.0, 8605.0, 8597.0, 8595.0, 8640.0, 8585.0, 8597.0, 8584.0, 8579.0, 8588.0, 8624.0, 8574.0, 8638.0, 8568.0, 8566.0, 8561.0, 8561.0, 8560.0, 8582.0, 8553.0, 8566.0, 8585.0, 8579.0, 8584.0, 8585.0, 8602.0, 8595.0, 8596.0, 8618.0, 8628.0, 8610.0, 8609.0, 8603.0, 8608.0, 8607.0, 8616.0, 8638.0, 8593.0, 8588.0, 8587.0, 8586.0, 8564.0, 8586.0, 8567.0, 8591.0, 8591.0, 8587.0, 8606.0, 8591.0, 8590.0, 8610.0, 8619.0, 8615.0, 8631.0, 8596.0, 8577.0, 8591.0, 8574.0, 8611.0, 8602.0, 8613.0, 8622.0, 8613.0, 8594.0, 8611.0, 8590.0, 8610.0, 8650.0, 8607.0, 8592.0, 8591.0, 8596.0, 8613.0, 8608.0, 8614.0, 8597.0, 8634.0, 8618.0, 8622.0, 8642.0, 8635.0, 8635.0, 8616.0, 8613.0, 8634.0, 8645.0, 8639.0, 8639.0, 8589.0, 8603.0, 8587.0, 8571.0, 8591.0, 8622.0, 8631.0, 8604.0, 8590.0, 8589.0, 8587.0, 8569.0, 8587.0, 8601.0, 8592.0, 8601.0, 8612.0, 8632.0, 8615.0, 8632.0, 8615.0, 8636.0, 8659.0, 8639.0, 8638.0, 8621.0, 8619.0, 8660.0, 8653.0, 8672.0, 8633.0, 8652.0, 8656.0, 8688.0, 8684.0, 8613.0, 8596.0, 8613.0, 8657.0, 8602.0, 8616.0, 8592.0, 8594.0, 8591.0, 8595.0, 8609.0, 8599.0, 8616.0, 8581.0, 8596.0, 8581.0, 8597.0, 8526.0, 8592.0, 8556.0, 8546.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.003571437980241493</td></tr>
<tr><td colspan=3>aqi</td><td>0.02482068924259056</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.96622407518679</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2590440143186814</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.04737334179121</td></tr>
<tr><td colspan=3>efc</td><td>0.5033</td></tr>
<tr><td colspan=3>fber</td><td>3490.6687</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11717850295671657</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>144</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.806805708013172</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5056353929492</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.340909853279269</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.809107478480204</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3668888470881275</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133018</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.03031828999519348</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04476287215948105</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.790376989397835</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>18.4383</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.4111</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.1418</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>299155.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>979.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.0878</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2197</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.2954</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3014.7464</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77389.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>842.6548</td></tr>
<tr><td colspan=3>tsnr</td><td>35.2277935128659</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>