<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0006_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0006_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0006_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0006_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0006_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0006_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0006_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0006_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-02/func/sub-0006_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3ea81484ef74541b3da539fa24d18de6</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:17:4.002500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999145, 0.0158279, 0.0381909, -0.00732421, 0.976964, -0.213279]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109008</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7689, -7255, 567, -49, 0, -10, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.275</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0f5ebd1d-b834-4050-9e78-a787b3bc2779||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680633306503296, -0.019650310277938843, 0.1098545491695404, 114.83248138427734], [-0.0424649715423584, 2.6211228370666504, -0.5746044516563416, -75.30205535888672], [0.10246337205171585, 0.5722106695175171, 2.6358606815338135, -71.75321960449219], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['101704.002500', '101704.462500', '101704.922500', '101705.382500', '101705.842500', '101706.302500', '101706.762500', '101707.222500', '101707.682500', '101708.142500', '101708.602500', '101709.062500', '101709.522500', '101709.982500', '101710.442500', '101710.902500', '101711.362500', '101711.822500', '101712.282500', '101712.742500', '101713.202500', '101713.662500', '101714.122500', '101714.582500', '101715.042500', '101715.502500', '101715.962500', '101716.422500', '101716.882500', '101717.342500', '101717.802500', '101718.262500', '101718.722500', '101719.182500', '101719.642500', '101720.102500', '101720.562500', '101721.022500', '101721.482500', '101721.942500', '101722.402500', '101722.862500', '101723.322500', '101723.782500', '101724.242500', '101724.702500', '101725.162500', '101725.622500', '101726.082500', '101726.542500', '101727.002500', '101727.462500', '101727.922500', '101728.382500', '101728.842500', '101729.302500', '101729.762500', '101730.222500', '101730.682500', '101731.142500', '101731.602500', '101732.062500', '101732.522500', '101732.982500', '101733.442500', '101733.902500', '101734.362500', '101734.822500', '101735.282500', '101735.742500', '101736.202500', '101736.662500', '101737.122500', '101737.582500', '101738.042500', '101738.502500', '101738.962500', '101739.422500', '101739.882500', '101740.342500', '101740.802500', '101741.262500', '101741.722500', '101742.182500', '101742.642500', '101743.102500', '101743.562500', '101744.022500', '101744.482500', '101744.942500', '101745.402500', '101745.862500', '101746.322500', '101746.782500', '101747.242500', '101747.702500', '101748.162500', '101748.622500', '101749.082500', '101749.542500', '101750.002500', '101750.462500', '101750.922500', '101751.382500', '101751.842500', '101752.302500', '101752.762500', '101753.222500', '101753.682500', '101754.142500', '101754.602500', '101755.062500', '101755.522500', '101755.982500', '101756.442500', '101756.902500', '101757.362500', '101757.822500', '101758.282500', '101758.742500', '101759.202500', '101759.662500', '101800.122500', '101800.582500', '101801.042500', '101801.502500', '101801.962500', '101802.422500', '101802.882500', '101803.342500', '101803.802500', '101804.262500', '101804.722500', '101805.182500', '101805.642500', '101806.102500', '101806.562500', '101807.022500', '101807.482500', '101807.942500', '101808.402500', '101808.862500', '101809.322500', '101809.782500', '101810.242500', '101810.702500', '101811.162500', '101811.622500', '101812.082500', '101812.542500', '101813.002500', '101813.462500', '101813.922500', '101814.382500', '101814.842500', '101815.302500', '101815.762500', '101816.222500', '101816.682500', '101817.142500', '101817.602500', '101818.062500', '101818.522500', '101818.982500', '101819.442500', '101819.902500', '101820.362500', '101820.822500', '101821.282500', '101821.742500', '101822.202500', '101822.662500', '101823.122500', '101823.582500', '101824.042500', '101824.502500', '101824.962500', '101825.422500', '101825.882500', '101826.342500', '101826.802500', '101827.262500', '101827.722500', '101828.182500', '101828.642500', '101829.102500', '101829.562500', '101830.022500', '101830.482500', '101830.942500', '101831.402500', '101831.862500', '101832.322500', '101832.782500', '101833.242500', '101833.702500', '101834.162500', '101834.622500', '101835.082500', '101835.542500', '101836.002500', '101836.462500', '101836.922500', '101837.382500', '101837.842500', '101838.302500', '101838.762500', '101839.222500', '101839.682500', '101840.142500', '101840.602500', '101841.062500', '101841.522500', '101841.982500', '101842.442500', '101842.902500', '101843.362500', '101843.822500', '101844.282500', '101844.742500', '101845.202500', '101845.662500', '101846.122500', '101846.582500', '101847.042500', '101847.502500', '101847.962500', '101848.422500', '101848.882500', '101849.342500', '101849.802500', '101850.262500', '101850.722500', '101851.182500', '101851.642500', '101852.102500', '101852.562500', '101853.022500', '101853.482500', '101853.942500', '101854.402500', '101854.862500', '101855.322500', '101855.782500', '101856.242500', '101856.702500', '101857.162500', '101857.622500', '101858.082500', '101858.542500', '101859.002500', '101859.462500', '101859.922500', '101900.382500', '101900.842500', '101901.302500', '101901.762500', '101902.222500', '101902.682500', '101903.142500', '101903.602500', '101904.062500', '101904.522500', '101904.982500', '101905.442500', '101905.902500', '101906.362500', '101906.822500', '101907.282500', '101907.742500', '101908.202500', '101908.662500', '101909.122500', '101909.582500', '101910.042500', '101910.502500', '101910.962500', '101911.422500', '101911.882500', '101912.342500', '101912.802500', '101913.262500', '101913.722500', '101914.182500', '101914.642500', '101915.102500', '101915.562500', '101916.022500', '101916.482500', '101916.942500', '101917.402500', '101917.862500', '101918.322500', '101918.782500', '101919.242500', '101919.702500', '101920.162500', '101920.622500', '101921.082500', '101921.542500', '101922.002500', '101922.462500', '101922.922500', '101923.382500', '101923.842500', '101924.302500', '101924.762500', '101925.222500', '101925.682500', '101926.142500', '101926.602500', '101927.062500', '101927.522500', '101927.982500', '101928.442500', '101928.902500', '101929.362500', '101929.822500', '101930.282500', '101930.742500', '101931.202500', '101931.662500', '101932.122500', '101932.582500', '101933.042500', '101933.502500', '101933.962500', '101934.422500', '101934.882500', '101935.342500', '101935.802500', '101936.262500', '101936.722500', '101937.182500', '101937.642500', '101938.102500', '101938.562500', '101939.022500', '101939.482500', '101939.942500', '101940.402500', '101940.862500', '101941.322500', '101941.782500', '101942.242500', '101942.702500', '101943.162500', '101943.622500', '101944.082500', '101944.542500', '101945.002500', '101945.462500', '101945.922500', '101946.382500', '101946.842500', '101947.302500', '101947.762500', '101948.222500', '101948.682500', '101949.142500', '101949.602500', '101950.062500', '101950.522500', '101950.982500', '101951.442500', '101951.902500', '101952.362500', '101952.822500', '101953.282500', '101953.742500', '101954.202500', '101954.662500', '101955.122500', '101955.582500', '101956.042500', '101956.502500', '101956.962500', '101957.422500', '101957.882500', '101958.342500', '101958.802500', '101959.262500', '101959.722500', '102000.182500', '102000.642500', '102001.102500', '102001.562500', '102002.022500', '102002.482500', '102002.942500', '102003.402500', '102003.862500', '102004.322500', '102004.782500', '102005.242500', '102005.702500', '102006.162500', '102006.622500', '102007.082500', '102007.542500', '102008.002500', '102008.462500', '102008.922500', '102009.382500', '102009.842500', '102010.302500', '102010.762500', '102011.222500', '102011.682500', '102012.142500', '102012.602500', '102013.062500', '102013.522500', '102013.982500', '102014.442500', '102014.902500', '102015.362500', '102015.822500', '102016.282500', '102016.742500', '102017.202500', '102017.662500', '102018.122500', '102018.582500', '102019.042500', '102019.502500', '102019.962500', '102020.422500', '102020.882500', '102021.342500', '102021.802500', '102022.262500', '102022.722500', '102023.182500', '102023.642500', '102024.102500', '102024.562500', '102025.022500', '102025.482500', '102025.942500', '102026.402500', '102026.862500', '102027.322500', '102027.782500', '102028.242500', '102028.702500', '102029.162500', '102029.622500', '102030.082500', '102030.542500', '102031.002500', '102031.462500', '102031.922500', '102032.382500', '102032.842500', '102033.302500', '102033.762500', '102034.222500', '102034.682500', '102035.142500', '102035.602500', '102036.062500', '102036.522500', '102036.982500', '102037.442500', '102037.902500', '102038.362500', '102038.822500', '102039.282500', '102039.742500', '102040.202500', '102040.662500', '102041.122500', '102041.582500', '102042.042500', '102042.502500', '102042.962500', '102043.422500', '102043.882500', '102044.342500', '102044.802500', '102045.262500', '102045.722500', '102046.182500', '102046.642500', '102047.102500', '102047.562500', '102048.022500', '102048.482500', '102048.942500', '102049.402500', '102049.862500', '102050.322500', '102050.782500', '102051.242500', '102051.702500', '102052.162500', '102052.622500', '102053.082500', '102053.542500', '102054.002500', '102054.462500', '102054.922500', '102055.382500', '102055.842500', '102056.302500', '102056.762500', '102057.222500', '102057.682500', '102058.142500', '102058.602500', '102059.062500', '102059.522500', '102059.982500', '102100.442500', '102100.902500', '102101.362500', '102101.822500', '102102.282500', '102102.742500', '102103.202500', '102103.662500', '102104.122500', '102104.582500', '102105.042500', '102105.502500', '102105.962500', '102106.422500', '102106.882500', '102107.342500', '102107.802500', '102108.262500', '102108.722500', '102109.182500', '102109.642500', '102110.102500', '102110.562500', '102111.022500', '102111.482500', '102111.942500', '102112.402500', '102112.862500', '102113.322500', '102113.782500', '102114.242500', '102114.702500', '102115.162500', '102115.622500', '102116.082500', '102116.542500', '102117.002500', '102117.462500', '102117.922500', '102118.382500', '102118.842500', '102119.302500', '102119.762500', '102120.222500', '102120.682500', '102121.142500', '102121.602500', '102122.062500', '102122.522500', '102122.982500', '102123.442500', '102123.902500', '102124.362500', '102124.822500', '102125.282500', '102125.742500', '102126.202500', '102126.662500', '102127.122500', '102127.582500', '102128.042500', '102128.502500', '102128.962500', '102129.422500', '102129.882500', '102130.342500', '102130.802500', '102131.262500', '102131.722500', '102132.182500', '102132.642500', '102133.102500', '102133.562500', '102134.022500', '102134.482500', '102134.942500', '102135.402500', '102135.862500', '102136.322500', '102136.782500', '102137.242500', '102137.702500', '102138.162500', '102138.622500', '102139.082500', '102139.542500', '102140.002500', '102140.462500', '102140.922500', '102141.382500', '102141.842500', '102142.302500', '102142.762500', '102143.222500', '102143.682500', '102144.142500', '102144.602500', '102145.062500', '102145.522500', '102145.982500', '102146.442500', '102146.902500', '102147.362500', '102147.822500', '102148.282500', '102148.742500', '102149.202500', '102149.662500', '102150.122500', '102150.582500', '102151.042500', '102151.502500', '102151.962500', '102152.422500', '102152.882500', '102153.342500', '102153.802500', '102154.262500', '102154.722500', '102155.182500', '102155.642500', '102156.102500', '102156.562500', '102157.022500', '102157.482500', '102157.942500', '102158.402500', '102158.862500', '102159.322500', '102159.782500', '102200.242500', '102200.702500', '102201.162500', '102201.622500', '102202.082500', '102202.542500', '102203.002500', '102203.462500', '102203.922500', '102204.382500', '102204.842500', '102205.302500', '102205.762500', '102206.222500', '102206.682500', '102207.142500', '102207.602500', '102208.062500', '102208.522500', '102208.982500', '102209.442500', '102209.902500', '102210.362500', '102210.822500', '102211.282500', '102211.742500', '102212.202500', '102212.662500', '102213.122500', '102213.582500', '102214.042500', '102214.502500', '102214.962500', '102215.422500', '102215.882500', '102216.342500', '102216.802500', '102217.262500', '102217.722500', '102218.182500', '102218.642500', '102219.102500', '102219.562500', '102220.022500', '102220.482500', '102220.942500', '102221.402500', '102221.862500', '102222.322500', '102222.782500', '102223.242500', '102223.702500', '102224.162500', '102224.622500', '102225.082500', '102225.542500', '102226.002500', '102226.462500', '102226.922500', '102227.382500', '102227.842500', '102228.302500', '102228.762500', '102229.222500', '102229.682500', '102230.142500', '102230.602500', '102231.062500', '102231.522500', '102231.982500', '102232.442500', '102232.902500', '102233.362500', '102233.822500', '102234.282500', '102234.742500', '102235.202500', '102235.662500', '102236.122500', '102236.582500', '102237.042500', '102237.502500', '102237.962500', '102238.422500', '102238.882500', '102239.342500', '102239.802500', '102240.262500', '102240.722500', '102241.182500', '102241.642500', '102242.102500', '102242.562500', '102243.022500', '102243.482500', '102243.942500', '102244.402500', '102244.862500', '102245.322500', '102245.782500', '102246.242500', '102246.702500', '102247.162500', '102247.622500', '102248.082500', '102248.542500', '102249.002500', '102249.462500', '102249.922500', '102250.382500', '102250.842500', '102251.302500', '102251.762500', '102252.222500', '102252.682500', '102253.142500', '102253.602500', '102254.062500', '102254.522500', '102254.982500', '102255.442500', '102255.902500', '102256.362500', '102256.822500', '102257.282500', '102257.742500', '102258.202500', '102258.662500', '102259.122500', '102259.582500', '102300.042500', '102300.502500', '102300.962500', '102301.422500', '102301.882500', '102302.342500', '102302.802500', '102303.262500', '102303.722500', '102304.182500', '102304.642500', '102305.102500', '102305.562500', '102306.022500', '102306.482500', '102306.942500', '102307.402500', '102307.862500', '102308.322500', '102308.782500', '102309.242500', '102309.702500', '102310.162500', '102310.622500', '102311.082500', '102311.542500', '102312.002500', '102312.462500', '102312.922500', '102313.382500', '102313.842500', '102314.302500', '102314.762500', '102315.222500', '102315.682500', '102316.142500', '102316.602500', '102317.062500', '102317.522500', '102317.982500', '102318.442500', '102318.902500', '102319.362500', '102319.822500', '102320.282500', '102320.742500', '102321.202500', '102321.662500', '102322.122500', '102322.582500', '102323.042500', '102323.502500', '102323.962500', '102324.422500', '102324.882500', '102325.342500', '102325.802500', '102326.262500', '102326.722500', '102327.182500', '102327.642500', '102328.102500', '102328.562500', '102329.022500', '102329.482500', '102329.942500', '102330.402500', '102330.862500', '102331.322500', '102331.782500', '102332.242500', '102332.702500', '102333.162500', '102333.622500', '102334.082500', '102334.542500', '102335.002500', '102335.462500', '102335.922500', '102336.382500', '102336.842500', '102337.302500', '102337.762500', '102338.222500', '102338.682500', '102339.142500', '102339.602500', '102340.062500', '102340.522500', '102340.982500', '102341.442500', '102341.902500', '102342.362500', '102342.822500', '102343.282500', '102343.742500', '102344.202500', '102344.662500', '102345.122500', '102345.582500', '102346.042500', '102346.502500', '102346.962500', '102347.422500', '102347.882500', '102348.342500', '102348.802500', '102349.262500', '102349.722500', '102350.182500', '102350.642500', '102351.102500', '102351.562500', '102352.022500', '102352.482500', '102352.942500', '102353.402500', '102353.862500', '102354.322500', '102354.782500', '102355.242500', '102355.702500', '102356.162500', '102356.622500', '102357.082500', '102357.542500', '102358.002500', '102358.462500', '102358.922500', '102359.382500', '102359.842500', '102400.302500', '102400.762500', '102401.222500', '102401.682500', '102402.142500', '102402.602500', '102403.062500', '102403.522500', '102403.982500'], 'ContentTime': ['101719.209000', '101719.213000', '101719.216000', '101719.219000', '101719.222000', '101719.226000', '101719.229000', '101719.231000', '101719.234000', '101719.237000', '101719.240000', '101719.243000', '101719.247000', '101719.250000', '101719.253000', '101719.255000', '101719.258000', '101719.261000', '101719.264000', '101719.267000', '101719.270000', '101719.273000', '101719.282000', '101719.285000', '101719.288000', '101719.291000', '101719.294000', '101719.297000', '101719.300000', '101719.303000', '101719.306000', '101739.179000', '101739.182000', '101739.189000', '101739.192000', '101739.194000', '101739.197000', '101739.200000', '101739.203000', '101739.206000', '101739.208000', '101739.211000', '101739.214000', '101739.217000', '101739.220000', '101739.223000', '101739.226000', '101739.229000', '101739.232000', '101739.234000', '101739.237000', '101739.240000', '101739.243000', '101739.246000', '101739.248000', '101739.251000', '101739.254000', '101739.260000', '101739.263000', '101739.265000', '101739.268000', '101739.271000', '101739.274000', '101739.277000', '101739.279000', '101739.282000', '101739.285000', '101739.288000', '101739.291000', '101739.294000', '101739.296000', '101739.299000', '101739.302000', '101739.305000', '101759.179000', '101759.182000', '101759.185000', '101759.187000', '101759.191000', '101759.193000', '101759.196000', '101759.199000', '101759.202000', '101759.205000', '101759.207000', '101759.210000', '101759.213000', '101759.216000', '101759.219000', '101759.222000', '101759.225000', '101759.227000', '101759.230000', '101759.233000', '101759.236000', '101759.245000', '101759.247000', '101759.250000', '101759.264000', '101759.266000', '101759.269000', '101759.272000', '101759.275000', '101759.278000', '101759.281000', '101759.283000', '101759.286000', '101759.289000', '101759.292000', '101759.295000', '101759.298000', '101759.301000', '101759.304000', '101759.306000', '101759.309000', '101759.312000', '101759.315000', '101819.179000', '101819.182000', '101819.185000', '101819.188000', '101819.191000', '101819.193000', '101819.196000', '101819.199000', '101819.202000', '101819.205000', '101819.208000', '101819.211000', '101819.214000', '101819.216000', '101819.219000', '101819.222000', '101819.225000', '101819.228000', '101819.231000', '101819.234000', '101819.237000', '101819.240000', '101819.243000', '101819.246000', '101819.249000', '101819.252000', '101819.255000', '101819.258000', '101819.260000', '101819.263000', '101819.266000', '101819.269000', '101819.272000', '101819.275000', '101819.277000', '101819.280000', '101819.283000', '101819.286000', '101819.289000', '101819.292000', '101819.294000', '101819.297000', '101819.300000', '101819.303000', '101839.180000', '101839.184000', '101839.186000', '101839.189000', '101839.192000', '101839.195000', '101839.199000', '101839.202000', '101839.207000', '101839.210000', '101839.213000', '101839.216000', '101839.219000', '101839.221000', '101839.224000', '101839.227000', '101839.230000', '101839.233000', '101839.236000', '101839.239000', '101839.242000', '101839.244000', '101839.247000', '101839.250000', '101839.253000', '101839.256000', '101839.259000', '101839.262000', '101839.265000', '101839.268000', '101839.270000', '101839.273000', '101839.276000', '101839.279000', '101839.282000', '101839.285000', '101839.288000', '101839.291000', '101839.293000', '101839.299000', '101839.302000', '101839.305000', '101839.308000', '101859.179000', '101859.182000', '101859.185000', '101859.188000', '101859.190000', '101859.193000', '101859.196000', '101859.199000', '101859.202000', '101859.205000', '101859.208000', '101859.210000', '101859.213000', '101859.216000', '101859.219000', '101859.222000', '101859.225000', '101859.227000', '101859.230000', '101859.233000', '101859.236000', '101859.239000', '101859.242000', '101859.244000', '101859.247000', '101859.250000', '101859.253000', '101859.256000', '101859.259000', '101859.262000', '101859.264000', '101859.267000', '101859.270000', '101859.273000', '101859.276000', '101859.279000', '101859.282000', '101859.284000', '101859.287000', '101859.290000', '101859.293000', '101859.295000', '101859.298000', '101859.301000', '101919.179000', '101919.182000', '101919.185000', '101919.187000', '101919.190000', '101919.193000', '101919.196000', '101919.199000', '101919.202000', '101919.205000', '101919.208000', '101919.210000', '101919.213000', '101919.216000', '101919.219000', '101919.222000', '101919.225000', '101919.227000', '101919.231000', '101919.236000', '101919.240000', '101919.243000', '101919.245000', '101919.248000', '101919.251000', '101919.254000', '101919.257000', '101919.259000', '101919.262000', '101919.265000', '101919.268000', '101919.271000', '101919.274000', '101919.276000', '101919.279000', '101919.282000', '101919.285000', '101919.288000', '101919.291000', '101919.293000', '101919.296000', '101919.299000', '101919.302000', '101939.179000', '101939.182000', '101939.185000', '101939.188000', '101939.190000', '101939.193000', '101939.196000', '101939.199000', '101939.202000', '101939.205000', '101939.208000', '101939.210000', '101939.213000', '101939.216000', '101939.219000', '101939.222000', '101939.225000', '101939.228000', '101939.230000', '101939.233000', '101939.248000', '101939.251000', '101939.254000', '101939.257000', '101939.260000', '101939.263000', '101939.266000', '101939.268000', '101939.271000', '101939.274000', '101939.277000', '101939.280000', '101939.283000', '101939.286000', '101939.289000', '101939.291000', '101939.294000', '101939.297000', '101939.300000', '101939.303000', '101939.306000', '101939.309000', '101939.311000', '101939.314000', '101959.179000', '101959.182000', '101959.185000', '101959.188000', '101959.191000', '101959.193000', '101959.196000', '101959.199000', '101959.202000', '101959.205000', '101959.208000', '101959.211000', '101959.213000', '101959.216000', '101959.219000', '101959.222000', '101959.225000', '101959.228000', '101959.231000', '101959.235000', '101959.238000', '101959.241000', '101959.244000', '101959.247000', '101959.249000', '101959.252000', '101959.255000', '101959.258000', '101959.261000', '101959.264000', '101959.267000', '101959.269000', '101959.272000', '101959.275000', '101959.278000', '101959.281000', '101959.283000', '101959.286000', '101959.289000', '101959.292000', '101959.295000', '101959.298000', '101959.300000', '102019.179000', '102019.182000', '102019.185000', '102019.187000', '102019.190000', '102019.193000', '102019.196000', '102019.199000', '102019.202000', '102019.205000', '102019.207000', '102019.210000', '102019.213000', '102019.216000', '102019.219000', '102019.221000', '102019.224000', '102019.227000', '102019.230000', '102019.233000', '102019.236000', '102019.239000', '102019.242000', '102019.244000', '102019.247000', '102019.250000', '102019.253000', '102019.256000', '102019.259000', '102019.261000', '102019.264000', '102019.267000', '102019.270000', '102019.273000', '102019.276000', '102019.278000', '102019.281000', '102019.284000', '102019.287000', '102019.290000', '102019.293000', '102019.296000', '102019.299000', '102019.301000', '102039.179000', '102039.199000', '102039.202000', '102039.205000', '102039.208000', '102039.210000', '102039.213000', '102039.216000', '102039.219000', '102039.222000', '102039.225000', '102039.227000', '102039.230000', '102039.233000', '102039.236000', '102039.239000', '102039.242000', '102039.245000', '102039.248000', '102039.252000', '102039.257000', '102039.260000', '102039.263000', '102039.266000', '102039.269000', '102039.272000', '102039.274000', '102039.277000', '102039.280000', '102039.283000', '102039.286000', '102039.289000', '102039.292000', '102039.295000', '102039.298000', '102039.300000', '102039.303000', '102039.306000', '102039.309000', '102039.312000', '102039.315000', '102039.318000', '102039.321000', '102059.180000', '102059.187000', '102059.190000', '102059.193000', '102059.196000', '102059.198000', '102059.201000', '102059.204000', '102059.207000', '102059.210000', '102059.213000', '102059.216000', '102059.218000', '102059.221000', '102059.224000', '102059.227000', '102059.230000', '102059.233000', '102059.236000', '102059.239000', '102059.241000', '102059.244000', '102059.247000', '102059.250000', '102059.253000', '102059.256000', '102059.258000', '102059.261000', '102059.264000', '102059.267000', '102059.270000', '102059.273000', '102059.276000', '102059.278000', '102059.281000', '102059.284000', '102059.287000', '102059.290000', '102059.293000', '102059.296000', '102059.298000', '102059.301000', '102059.304000', '102059.307000', '102119.179000', '102119.182000', '102119.185000', '102119.188000', '102119.190000', '102119.193000', '102119.196000', '102119.199000', '102119.202000', '102119.206000', '102119.209000', '102119.211000', '102119.214000', '102119.217000', '102119.220000', '102119.223000', '102119.226000', '102119.229000', '102119.232000', '102119.235000', '102119.238000', '102119.241000', '102119.243000', '102119.246000', '102119.249000', '102119.252000', '102119.255000', '102119.257000', '102119.260000', '102119.264000', '102119.267000', '102119.273000', '102119.276000', '102119.279000', '102119.282000', '102119.284000', '102119.287000', '102119.290000', '102119.293000', '102119.296000', '102119.299000', '102119.302000', '102119.304000', '102139.179000', '102139.205000', '102139.208000', '102139.210000', '102139.213000', '102139.216000', '102139.219000', '102139.222000', '102139.225000', '102139.227000', '102139.230000', '102139.233000', '102139.236000', '102139.239000', '102139.242000', '102139.245000', '102139.248000', '102139.250000', '102139.253000', '102139.256000', '102139.259000', '102139.262000', '102139.265000', '102139.268000', '102139.270000', '102139.273000', '102139.276000', '102139.279000', '102139.282000', '102139.284000', '102139.287000', '102139.290000', '102139.293000', '102139.296000', '102139.299000', '102139.302000', '102139.305000', '102139.308000', '102139.311000', '102139.314000', '102139.316000', '102139.319000', '102139.322000', '102139.325000', '102159.179000', '102159.221000', '102159.224000', '102159.227000', '102159.230000', '102159.233000', '102159.236000', '102159.238000', '102159.241000', '102159.244000', '102159.247000', '102159.250000', '102159.253000', '102159.256000', '102159.259000', '102159.262000', '102159.265000', '102159.268000', '102159.270000', '102159.273000', '102159.276000', '102159.279000', '102159.282000', '102159.285000', '102159.288000', '102159.291000', '102159.294000', '102159.297000', '102159.300000', '102159.303000', '102159.306000', '102159.309000', '102159.312000', '102159.314000', '102159.317000', '102159.320000', '102159.323000', '102159.326000', '102159.329000', '102159.332000', '102159.335000', '102159.338000', '102159.341000', '102219.179000', '102219.192000', '102219.195000', '102219.198000', '102219.201000', '102219.204000', '102219.207000', '102219.209000', '102219.212000', '102219.215000', '102219.218000', '102219.221000', '102219.224000', '102219.227000', '102219.230000', '102219.232000', '102219.235000', '102219.238000', '102219.241000', '102219.244000', '102219.246000', '102219.249000', '102219.252000', '102219.255000', '102219.258000', '102219.261000', '102219.263000', '102219.266000', '102219.269000', '102219.272000', '102219.275000', '102219.278000', '102219.281000', '102219.284000', '102219.286000', '102219.289000', '102219.292000', '102219.295000', '102219.298000', '102219.301000', '102219.303000', '102219.306000', '102219.309000', '102219.312000', '102239.179000', '102239.182000', '102239.185000', '102239.188000', '102239.191000', '102239.194000', '102239.196000', '102239.199000', '102239.202000', '102239.205000', '102239.208000', '102239.218000', '102239.221000', '102239.223000', '102239.226000', '102239.229000', '102239.232000', '102239.235000', '102239.238000', '102239.241000', '102239.244000', '102239.247000', '102239.250000', '102239.253000', '102239.256000', '102239.259000', '102239.262000', '102239.265000', '102239.267000', '102239.270000', '102239.273000', '102239.276000', '102239.279000', '102239.281000', '102239.284000', '102239.287000', '102239.290000', '102239.293000', '102239.295000', '102239.298000', '102239.301000', '102239.306000', '102239.309000', '102259.179000', '102259.210000', '102259.212000', '102259.215000', '102259.218000', '102259.221000', '102259.224000', '102259.226000', '102259.230000', '102259.232000', '102259.235000', '102259.238000', '102259.241000', '102259.244000', '102259.247000', '102259.250000', '102259.253000', '102259.255000', '102259.258000', '102259.261000', '102259.264000', '102259.267000', '102259.270000', '102259.272000', '102259.275000', '102259.278000', '102259.281000', '102259.284000', '102259.287000', '102259.290000', '102259.292000', '102259.295000', '102259.298000', '102259.301000', '102259.304000', '102259.306000', '102259.309000', '102259.312000', '102259.315000', '102259.318000', '102259.321000', '102259.323000', '102259.326000', '102259.329000', '102319.180000', '102319.183000', '102319.186000', '102319.189000', '102319.191000', '102319.194000', '102319.197000', '102319.200000', '102319.203000', '102319.205000', '102319.209000', '102319.211000', '102319.214000', '102319.217000', '102319.220000', '102319.223000', '102319.226000', '102319.229000', '102319.231000', '102319.234000', '102319.237000', '102319.240000', '102319.243000', '102319.246000', '102319.248000', '102319.251000', '102319.254000', '102319.257000', '102319.260000', '102319.263000', '102319.266000', '102319.268000', '102319.271000', '102319.274000', '102319.277000', '102319.280000', '102319.282000', '102319.285000', '102319.288000', '102319.291000', '102319.294000', '102319.297000', '102319.300000', '102339.179000', '102339.216000', '102339.219000', '102339.222000', '102339.225000', '102339.227000', '102339.230000', '102339.233000', '102339.236000', '102339.239000', '102339.242000', '102339.245000', '102339.248000', '102339.251000', '102339.253000', '102339.256000', '102339.259000', '102339.262000', '102339.265000', '102339.268000', '102339.271000', '102339.274000', '102339.276000', '102339.279000', '102339.282000', '102339.285000', '102339.288000', '102339.291000', '102339.294000', '102339.296000', '102339.299000', '102339.302000', '102339.305000', '102339.308000', '102339.310000', '102339.313000', '102339.316000', '102339.319000', '102339.322000', '102339.325000', '102339.327000', '102339.330000', '102339.333000', '102339.336000', '102359.179000', '102359.213000', '102359.216000', '102359.219000', '102359.221000', '102359.224000', '102359.227000', '102359.230000', '102359.233000', '102359.236000', '102359.239000', '102359.241000', '102359.244000', '102359.247000', '102359.250000', '102359.253000', '102359.256000', '102359.259000', '102359.262000', '102359.265000', '102359.267000', '102359.270000', '102359.284000', '102359.287000', '102359.290000', '102359.302000', '102359.305000', '102359.314000', '102359.317000', '102359.320000', '102359.323000', '102359.326000', '102359.328000', '102359.331000', '102359.334000', '102359.337000', '102359.340000', '102359.343000', '102359.346000', '102359.349000', '102359.355000', '102359.358000', '102359.361000', '102405.404000', '102405.409000', '102405.417000', '102405.423000', '102405.428000', '102405.431000', '102405.434000', '102405.436000', '102405.439000', '102405.442000', '102405.445000', '102405.448000', '102405.451000', '102405.454000'], 'InstanceCreationTime': ['101719.209000', '101719.213000', '101719.216000', '101719.219000', '101719.222000', '101719.226000', '101719.229000', '101719.231000', '101719.234000', '101719.237000', '101719.240000', '101719.243000', '101719.247000', '101719.250000', '101719.253000', '101719.255000', '101719.258000', '101719.261000', '101719.264000', '101719.267000', '101719.270000', '101719.273000', '101719.282000', '101719.285000', '101719.288000', '101719.291000', '101719.294000', '101719.297000', '101719.300000', '101719.303000', '101719.306000', '101739.179000', '101739.182000', '101739.189000', '101739.192000', '101739.194000', '101739.197000', '101739.200000', '101739.203000', '101739.206000', '101739.208000', '101739.211000', '101739.214000', '101739.217000', '101739.220000', '101739.223000', '101739.226000', '101739.229000', '101739.232000', '101739.234000', '101739.237000', '101739.240000', '101739.243000', '101739.246000', '101739.248000', '101739.251000', '101739.254000', '101739.260000', '101739.263000', '101739.265000', '101739.268000', '101739.271000', '101739.274000', '101739.277000', '101739.279000', '101739.282000', '101739.285000', '101739.288000', '101739.291000', '101739.294000', '101739.296000', '101739.299000', '101739.302000', '101739.305000', '101759.179000', '101759.182000', '101759.185000', '101759.187000', '101759.191000', '101759.193000', '101759.196000', '101759.199000', '101759.202000', '101759.205000', '101759.207000', '101759.210000', '101759.213000', '101759.216000', '101759.219000', '101759.222000', '101759.225000', '101759.227000', '101759.230000', '101759.233000', '101759.236000', '101759.245000', '101759.247000', '101759.250000', '101759.264000', '101759.266000', '101759.269000', '101759.272000', '101759.275000', '101759.278000', '101759.281000', '101759.283000', '101759.286000', '101759.289000', '101759.292000', '101759.295000', '101759.298000', '101759.301000', '101759.304000', '101759.306000', '101759.309000', '101759.312000', '101759.315000', '101819.179000', '101819.182000', '101819.185000', '101819.188000', '101819.191000', '101819.193000', '101819.196000', '101819.199000', '101819.202000', '101819.205000', '101819.208000', '101819.211000', '101819.214000', '101819.216000', '101819.219000', '101819.222000', '101819.225000', '101819.228000', '101819.231000', '101819.234000', '101819.237000', '101819.240000', '101819.243000', '101819.246000', '101819.249000', '101819.252000', '101819.255000', '101819.258000', '101819.260000', '101819.263000', '101819.266000', '101819.269000', '101819.272000', '101819.275000', '101819.277000', '101819.280000', '101819.283000', '101819.286000', '101819.289000', '101819.292000', '101819.294000', '101819.297000', '101819.300000', '101819.303000', '101839.180000', '101839.184000', '101839.186000', '101839.189000', '101839.192000', '101839.195000', '101839.199000', '101839.202000', '101839.207000', '101839.210000', '101839.213000', '101839.216000', '101839.219000', '101839.221000', '101839.224000', '101839.227000', '101839.230000', '101839.233000', '101839.236000', '101839.239000', '101839.242000', '101839.244000', '101839.247000', '101839.250000', '101839.253000', '101839.256000', '101839.259000', '101839.262000', '101839.265000', '101839.268000', '101839.270000', '101839.273000', '101839.276000', '101839.279000', '101839.282000', '101839.285000', '101839.288000', '101839.291000', '101839.293000', '101839.299000', '101839.302000', '101839.305000', '101839.308000', '101859.179000', '101859.182000', '101859.185000', '101859.188000', '101859.190000', '101859.193000', '101859.196000', '101859.199000', '101859.202000', '101859.205000', '101859.208000', '101859.210000', '101859.213000', '101859.216000', '101859.219000', '101859.222000', '101859.225000', '101859.227000', '101859.230000', '101859.233000', '101859.236000', '101859.239000', '101859.242000', '101859.244000', '101859.247000', '101859.250000', '101859.253000', '101859.256000', '101859.259000', '101859.262000', '101859.264000', '101859.267000', '101859.270000', '101859.273000', '101859.276000', '101859.279000', '101859.282000', '101859.284000', '101859.287000', '101859.290000', '101859.293000', '101859.295000', '101859.298000', '101859.301000', '101919.179000', '101919.182000', '101919.185000', '101919.187000', '101919.190000', '101919.193000', '101919.196000', '101919.199000', '101919.202000', '101919.205000', '101919.208000', '101919.210000', '101919.213000', '101919.216000', '101919.219000', '101919.222000', '101919.225000', '101919.227000', '101919.231000', '101919.236000', '101919.240000', '101919.243000', '101919.245000', '101919.248000', '101919.251000', '101919.254000', '101919.257000', '101919.259000', '101919.262000', '101919.265000', '101919.268000', '101919.271000', '101919.274000', '101919.276000', '101919.279000', '101919.282000', '101919.285000', '101919.288000', '101919.291000', '101919.293000', '101919.296000', '101919.299000', '101919.302000', '101939.179000', '101939.182000', '101939.185000', '101939.188000', '101939.190000', '101939.193000', '101939.196000', '101939.199000', '101939.202000', '101939.205000', '101939.208000', '101939.210000', '101939.213000', '101939.216000', '101939.219000', '101939.222000', '101939.225000', '101939.228000', '101939.230000', '101939.233000', '101939.248000', '101939.251000', '101939.254000', '101939.257000', '101939.260000', '101939.263000', '101939.266000', '101939.268000', '101939.271000', '101939.274000', '101939.277000', '101939.280000', '101939.283000', '101939.286000', '101939.289000', '101939.291000', '101939.294000', '101939.297000', '101939.300000', '101939.303000', '101939.306000', '101939.309000', '101939.311000', '101939.314000', '101959.179000', '101959.182000', '101959.185000', '101959.188000', '101959.191000', '101959.193000', '101959.196000', '101959.199000', '101959.202000', '101959.205000', '101959.208000', '101959.211000', '101959.213000', '101959.216000', '101959.219000', '101959.222000', '101959.225000', '101959.228000', '101959.231000', '101959.235000', '101959.238000', '101959.241000', '101959.244000', '101959.247000', '101959.249000', '101959.252000', '101959.255000', '101959.258000', '101959.261000', '101959.264000', '101959.267000', '101959.269000', '101959.272000', '101959.275000', '101959.278000', '101959.281000', '101959.283000', '101959.286000', '101959.289000', '101959.292000', '101959.295000', '101959.298000', '101959.300000', '102019.179000', '102019.182000', '102019.185000', '102019.187000', '102019.190000', '102019.193000', '102019.196000', '102019.199000', '102019.202000', '102019.205000', '102019.207000', '102019.210000', '102019.213000', '102019.216000', '102019.219000', '102019.221000', '102019.224000', '102019.227000', '102019.230000', '102019.233000', '102019.236000', '102019.239000', '102019.242000', '102019.244000', '102019.247000', '102019.250000', '102019.253000', '102019.256000', '102019.259000', '102019.261000', '102019.264000', '102019.267000', '102019.270000', '102019.273000', '102019.276000', '102019.278000', '102019.281000', '102019.284000', '102019.287000', '102019.290000', '102019.293000', '102019.296000', '102019.299000', '102019.301000', '102039.179000', '102039.199000', '102039.202000', '102039.205000', '102039.208000', '102039.210000', '102039.213000', '102039.216000', '102039.219000', '102039.222000', '102039.225000', '102039.227000', '102039.230000', '102039.233000', '102039.236000', '102039.239000', '102039.242000', '102039.245000', '102039.248000', '102039.252000', '102039.257000', '102039.260000', '102039.263000', '102039.266000', '102039.269000', '102039.272000', '102039.274000', '102039.277000', '102039.280000', '102039.283000', '102039.286000', '102039.289000', '102039.292000', '102039.295000', '102039.298000', '102039.300000', '102039.303000', '102039.306000', '102039.309000', '102039.312000', '102039.315000', '102039.318000', '102039.321000', '102059.180000', '102059.187000', '102059.190000', '102059.193000', '102059.196000', '102059.198000', '102059.201000', '102059.204000', '102059.207000', '102059.210000', '102059.213000', '102059.216000', '102059.218000', '102059.221000', '102059.224000', '102059.227000', '102059.230000', '102059.233000', '102059.236000', '102059.239000', '102059.241000', '102059.244000', '102059.247000', '102059.250000', '102059.253000', '102059.256000', '102059.258000', '102059.261000', '102059.264000', '102059.267000', '102059.270000', '102059.273000', '102059.276000', '102059.278000', '102059.281000', '102059.284000', '102059.287000', '102059.290000', '102059.293000', '102059.296000', '102059.298000', '102059.301000', '102059.304000', '102059.307000', '102119.179000', '102119.182000', '102119.185000', '102119.188000', '102119.190000', '102119.193000', '102119.196000', '102119.199000', '102119.202000', '102119.206000', '102119.209000', '102119.211000', '102119.214000', '102119.217000', '102119.220000', '102119.223000', '102119.226000', '102119.229000', '102119.232000', '102119.235000', '102119.238000', '102119.241000', '102119.243000', '102119.246000', '102119.249000', '102119.252000', '102119.255000', '102119.257000', '102119.260000', '102119.264000', '102119.267000', '102119.273000', '102119.276000', '102119.279000', '102119.282000', '102119.284000', '102119.287000', '102119.290000', '102119.293000', '102119.296000', '102119.299000', '102119.302000', '102119.304000', '102139.179000', '102139.205000', '102139.208000', '102139.210000', '102139.213000', '102139.216000', '102139.219000', '102139.222000', '102139.225000', '102139.227000', '102139.230000', '102139.233000', '102139.236000', '102139.239000', '102139.242000', '102139.245000', '102139.248000', '102139.250000', '102139.253000', '102139.256000', '102139.259000', '102139.262000', '102139.265000', '102139.268000', '102139.270000', '102139.273000', '102139.276000', '102139.279000', '102139.282000', '102139.284000', '102139.287000', '102139.290000', '102139.293000', '102139.296000', '102139.299000', '102139.302000', '102139.305000', '102139.308000', '102139.311000', '102139.314000', '102139.316000', '102139.319000', '102139.322000', '102139.325000', '102159.179000', '102159.221000', '102159.224000', '102159.227000', '102159.230000', '102159.233000', '102159.236000', '102159.238000', '102159.241000', '102159.244000', '102159.247000', '102159.250000', '102159.253000', '102159.256000', '102159.259000', '102159.262000', '102159.265000', '102159.268000', '102159.270000', '102159.273000', '102159.276000', '102159.279000', '102159.282000', '102159.285000', '102159.288000', '102159.291000', '102159.294000', '102159.297000', '102159.300000', '102159.303000', '102159.306000', '102159.309000', '102159.312000', '102159.314000', '102159.317000', '102159.320000', '102159.323000', '102159.326000', '102159.329000', '102159.332000', '102159.335000', '102159.338000', '102159.341000', '102219.179000', '102219.192000', '102219.195000', '102219.198000', '102219.201000', '102219.204000', '102219.207000', '102219.209000', '102219.212000', '102219.215000', '102219.218000', '102219.221000', '102219.224000', '102219.227000', '102219.230000', '102219.232000', '102219.235000', '102219.238000', '102219.241000', '102219.244000', '102219.246000', '102219.249000', '102219.252000', '102219.255000', '102219.258000', '102219.261000', '102219.263000', '102219.266000', '102219.269000', '102219.272000', '102219.275000', '102219.278000', '102219.281000', '102219.284000', '102219.286000', '102219.289000', '102219.292000', '102219.295000', '102219.298000', '102219.301000', '102219.303000', '102219.306000', '102219.309000', '102219.312000', '102239.179000', '102239.182000', '102239.185000', '102239.188000', '102239.191000', '102239.194000', '102239.196000', '102239.199000', '102239.202000', '102239.205000', '102239.208000', '102239.218000', '102239.221000', '102239.223000', '102239.226000', '102239.229000', '102239.232000', '102239.235000', '102239.238000', '102239.241000', '102239.244000', '102239.247000', '102239.250000', '102239.253000', '102239.256000', '102239.259000', '102239.262000', '102239.265000', '102239.267000', '102239.270000', '102239.273000', '102239.276000', '102239.279000', '102239.281000', '102239.284000', '102239.287000', '102239.290000', '102239.293000', '102239.295000', '102239.298000', '102239.301000', '102239.306000', '102239.309000', '102259.179000', '102259.210000', '102259.212000', '102259.215000', '102259.218000', '102259.221000', '102259.224000', '102259.226000', '102259.230000', '102259.232000', '102259.235000', '102259.238000', '102259.241000', '102259.244000', '102259.247000', '102259.250000', '102259.253000', '102259.255000', '102259.258000', '102259.261000', '102259.264000', '102259.267000', '102259.270000', '102259.272000', '102259.275000', '102259.278000', '102259.281000', '102259.284000', '102259.287000', '102259.290000', '102259.292000', '102259.295000', '102259.298000', '102259.301000', '102259.304000', '102259.306000', '102259.309000', '102259.312000', '102259.315000', '102259.318000', '102259.321000', '102259.323000', '102259.326000', '102259.329000', '102319.180000', '102319.183000', '102319.186000', '102319.189000', '102319.191000', '102319.194000', '102319.197000', '102319.200000', '102319.203000', '102319.205000', '102319.209000', '102319.211000', '102319.214000', '102319.217000', '102319.220000', '102319.223000', '102319.226000', '102319.229000', '102319.231000', '102319.234000', '102319.237000', '102319.240000', '102319.243000', '102319.246000', '102319.248000', '102319.251000', '102319.254000', '102319.257000', '102319.260000', '102319.263000', '102319.266000', '102319.268000', '102319.271000', '102319.274000', '102319.277000', '102319.280000', '102319.282000', '102319.285000', '102319.288000', '102319.291000', '102319.294000', '102319.297000', '102319.300000', '102339.179000', '102339.216000', '102339.219000', '102339.222000', '102339.225000', '102339.227000', '102339.230000', '102339.233000', '102339.236000', '102339.239000', '102339.242000', '102339.245000', '102339.248000', '102339.251000', '102339.253000', '102339.256000', '102339.259000', '102339.262000', '102339.265000', '102339.268000', '102339.271000', '102339.274000', '102339.276000', '102339.279000', '102339.282000', '102339.285000', '102339.288000', '102339.291000', '102339.294000', '102339.296000', '102339.299000', '102339.302000', '102339.305000', '102339.308000', '102339.310000', '102339.313000', '102339.316000', '102339.319000', '102339.322000', '102339.325000', '102339.327000', '102339.330000', '102339.333000', '102339.336000', '102359.179000', '102359.213000', '102359.216000', '102359.219000', '102359.221000', '102359.224000', '102359.227000', '102359.230000', '102359.233000', '102359.236000', '102359.239000', '102359.241000', '102359.244000', '102359.247000', '102359.250000', '102359.253000', '102359.256000', '102359.259000', '102359.262000', '102359.265000', '102359.267000', '102359.270000', '102359.284000', '102359.287000', '102359.290000', '102359.302000', '102359.305000', '102359.314000', '102359.317000', '102359.320000', '102359.323000', '102359.326000', '102359.328000', '102359.331000', '102359.334000', '102359.337000', '102359.340000', '102359.343000', '102359.346000', '102359.349000', '102359.355000', '102359.358000', '102359.361000', '102405.404000', '102405.409000', '102405.417000', '102405.423000', '102405.428000', '102405.431000', '102405.434000', '102405.436000', '102405.439000', '102405.442000', '102405.445000', '102405.448000', '102405.451000', '102405.454000'], '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': [7412, 9838, 7523, 6860, 8524, 7413, 10452, 7686, 8759, 7523, 7255, 9113, 7568, 10985, 7893, 6623, 8502, 7182, 7334, 7525, 6817, 10081, 7602, 7235, 9173, 7399, 7679, 8990, 7389, 7636, 9008, 7002, 6916, 9498, 7732, 13761, 11213, 7770, 15142, 10882, 10511, 15783, 12516, 12848, 15914, 12794, 16228, 12371, 9527, 15960, 12609, 14166, 10959, 7226, 15202, 8036, 8976, 9180, 6914, 9384, 8001, 7147, 8619, 7006, 9520, 8012, 7094, 9953, 7853, 7109, 9067, 7645, 7097, 8938, 7780, 7561, 7226, 7235, 6826, 7893, 7566, 6967, 6947, 8887, 7258, 6862, 13573, 13296, 11709, 9388, 8125, 9165, 9938, 14667, 13654, 10945, 14953, 14856, 15303, 16505, 15381, 15925, 13027, 11639, 15279, 13508, 13466, 15337, 12335, 8669, 11360, 9480, 7552, 7792, 7387, 6834, 7203, 6557, 7111, 6796, 8313, 7270, 7233, 9730, 7958, 7673, 8662, 7822, 10986, 7362, 8865, 8660, 7801, 11400, 7533, 8090, 9377, 6895, 8947, 7321, 6492, 7588, 8118, 6679, 7860, 9034, 7336, 10006, 9260, 7865, 12939, 10108, 14469, 11493, 14396, 11000, 10882, 11959, 7006, 9191, 8172, 7078, 7980, 7029, 7380, 7601, 8633, 7229, 7692, 9327, 7252, 6700, 6814, 8237, 7539, 7023, 8433, 8621, 7830, 6724, 9229, 9057, 14645, 12181, 14059, 13396, 15234, 15067, 16473, 15572, 13362, 10603, 15428, 10290, 10052, 15228, 10162, 13803, 10313, 7142, 14296, 8854, 7110, 9891, 7478, 7614, 8441, 7008, 8293, 7302, 6816, 8457, 6960, 6894, 7736, 6888, 10117, 7132, 11114, 7569, 9982, 7575, 6833, 6782, 7871, 8765, 6806, 7603, 7242, 6659, 6760, 6803, 6465, 6828, 7028, 7724, 6819, 6806, 8686, 6589, 6916, 8298, 6523, 6710, 9603, 6731, 8171, 10371, 8901, 12735, 15066, 12420, 13001, 16012, 15108, 14283, 15373, 14975, 15190, 16645, 13778, 10720, 11722, 8591, 9185, 13244, 10584, 7667, 7086, 7052, 7236, 6984, 7112, 9712, 10843, 11194, 7864, 12651, 15222, 13876, 11579, 10349, 14028, 14833, 13170, 10263, 13744, 9689, 8287, 8528, 8911, 7434, 9361, 8014, 7004, 9415, 7682, 7941, 8145, 7372, 9619, 7990, 8012, 7834, 7306, 7528, 7144, 7572, 7623, 7083, 6779, 7246, 7105, 6733, 7091, 7299, 7728, 8463, 7119, 7325, 8612, 7303, 12417, 9664, 8596, 11369, 7332, 13459, 7643, 12730, 7793, 7613, 7495, 14946, 13536, 15657, 11535, 8182, 10576, 8974, 7576, 9785, 9906, 8156, 8293, 7404, 7375, 10167, 9872, 9856, 13543, 12923, 11176, 14039, 13271, 9699, 7790, 13447, 8593, 7602, 12731, 10428, 7677, 13887, 9080, 8530, 10137, 7538, 14050, 8926, 13597, 10437, 10214, 12396, 7263, 13101, 7966, 10367, 7731, 7089, 8611, 7869, 8153, 9228, 7365, 7331, 8255, 7067, 7138, 9488, 7192, 7124, 9943, 7813, 12103, 8646, 11299, 11759, 13276, 15263, 12549, 11488, 14108, 8657, 10902, 11041, 9028, 14501, 11498, 13688, 10816, 7911, 14252, 10265, 10823, 9289, 7048, 12730, 8563, 6973, 9743, 7178, 7498, 7275, 7160, 8483, 7320, 7012, 7166, 7189, 7239, 7169, 7119, 7124, 7639, 7163, 6905, 6726, 8095, 10095, 7962, 10097, 12332, 11344, 11717, 13284, 9824, 12600, 12946, 11722, 13336, 11953, 7618, 8454, 8017, 7484, 7252, 7641, 7535, 7501, 7690, 7588, 7382, 12084, 11178, 10798, 10923, 7164, 6914, 10803, 13055, 9941, 11408, 7102, 9520, 14680, 13374, 13051, 15134, 11548, 8191, 13019, 9409, 7532, 12316, 8726, 7963, 10876, 7923, 7576, 9223, 7336, 8236, 7807, 7585, 9603, 7558, 10932, 7656, 8482, 7891, 7192, 10087, 7640, 7249, 7790, 7112, 9193, 7383, 7708, 7310, 6698, 8382, 6917, 9999, 7682, 7781, 8381, 7012, 9696, 7048, 11133, 7831, 11703, 8442, 9868, 9864, 7149, 11647, 7897, 7195, 9638, 7016, 11634, 8162, 8902, 11413, 8729, 13260, 9470, 16485, 11068, 14339, 10888, 12088, 12318, 10070, 14950, 11837, 8430, 9167, 7631, 11975, 8057, 7466, 10668, 7979, 7644, 12654, 7437, 7212, 9153, 6991, 6658, 9866, 8695, 10071, 14479, 12448, 13619, 14223, 12450, 14706, 12324, 14453, 11270, 14273, 12258, 13963, 13125, 10829, 13430, 7734, 13967, 7630, 10062, 7403, 7351, 8867, 7575, 7705, 7393, 7487, 9293, 7383, 7367, 8114, 7607, 8987, 7528, 7222, 9011, 7506, 10139, 7787, 7972, 9060, 7459, 10803, 7735, 6899, 8633, 7393, 7134, 8460, 7422, 7046, 9841, 7435, 7037, 8858, 7654, 7079, 10568, 8094, 9776, 12464, 10329, 15972, 10379, 12466, 11222, 12849, 11625, 10251, 12707, 11033, 10407, 13898, 7939, 11549, 8310, 6755, 8175, 8319, 7161, 10859, 9380, 7233, 7025, 7863, 7514, 10655, 8220, 7132, 14829, 11083, 11086, 15719, 11824, 15865, 13794, 9139, 11235, 7255, 7415, 7382, 7025, 7542, 7557, 7135, 7034, 7216, 6927, 6890, 7647, 7844, 9395, 8177, 10582, 14835, 14431, 13516, 9449, 14166, 10493, 12702, 15868, 16795, 13844, 8513, 10567, 14220, 13216, 15324, 13940, 14882, 15213, 14862, 14440, 14250, 15001, 10644, 7668, 7198, 9141, 7726, 7407, 9810, 8256, 7572, 8221, 8539, 7469, 8346, 8094, 7408, 9714, 7708, 7642, 9460, 7759, 7731, 8101, 7484, 9465, 7537, 7690, 8567, 7592, 8042, 7193, 7429, 9325, 7642, 7488, 7029, 7759, 7140, 7037, 7422, 7245, 7571, 6701, 6749, 8808, 7372, 7034, 7371, 8282, 7136, 6850, 9054, 7667, 7050, 8812, 8665, 7095, 14093, 11593, 8263, 12744, 7708, 14237, 10470, 7432, 12508, 7816, 10039, 14820, 8170, 7184, 10018, 8342, 7236, 9576, 7649, 7514, 10812, 7753, 10604, 8447, 7660, 12464, 8097, 13204, 10354, 9007, 14336, 11049, 13791, 11187, 7208, 11913, 7537, 8296, 7887, 7316, 11073, 7279, 7288, 8476, 7096, 7471, 7131, 7625, 8996, 10659, 7663, 7298, 8189, 7373, 9453, 7680, 7331, 10515, 8169, 11805, 7737, 7444, 9525, 7544, 11827, 8146, 7528, 12817, 7919, 8875, 7914, 7020, 9187, 7192, 7866, 7984, 7582, 10700, 8231, 7342, 10685, 8263, 7451, 10506, 8289, 7088, 8644, 7509, 7045, 8046, 8348, 7279, 11644, 9623, 10601, 12056, 9102, 14190, 10047, 16548, 16094, 13198, 15429, 11398, 8592, 10898, 8614, 8467, 10780, 8140, 8352, 12557, 9292, 14624, 11601, 10556, 13891, 11677, 14654, 12905, 15518, 13272, 15701, 11867, 10111, 11766, 8110, 12431, 8374, 10196, 7684, 7865, 9260, 7961, 8148, 7960, 8392, 8672, 9264, 8199, 8295, 11053, 8374, 8894, 12027, 9953, 12671, 11512, 12020, 13638, 12402, 12454, 12904, 9027, 14809, 13332], 'WindowCenter': [4169.0, 4184.0, 4155.0, 4130.0, 4149.0, 4127.0, 4169.0, 4134.0, 4142.0, 4124.0, 4124.0, 4159.0, 4134.0, 4155.0, 4135.0, 4114.0, 4133.0, 4114.0, 4125.0, 4135.0, 4129.0, 4181.0, 4152.0, 4131.0, 4149.0, 4127.0, 4127.0, 4149.0, 4128.0, 4136.0, 4157.0, 4141.0, 4138.0, 4159.0, 4134.0, 4200.0, 4179.0, 4137.0, 4186.0, 4168.0, 4168.0, 4199.0, 4175.0, 4176.0, 4187.0, 4164.0, 4185.0, 4151.0, 4130.0, 4170.0, 4149.0, 4156.0, 4127.0, 4086.0, 4155.0, 4095.0, 4117.0, 4116.0, 4086.0, 4114.0, 4107.0, 4096.0, 4107.0, 4097.0, 4128.0, 4118.0, 4107.0, 4145.0, 4122.0, 4115.0, 4148.0, 4155.0, 4141.0, 4162.0, 4139.0, 4151.0, 4139.0, 4137.0, 4140.0, 4145.0, 4148.0, 4150.0, 4145.0, 4168.0, 4151.0, 4136.0, 4201.0, 4200.0, 4191.0, 4157.0, 4132.0, 4144.0, 4154.0, 4186.0, 4139.0, 4142.0, 4176.0, 4168.0, 4177.0, 4175.0, 4164.0, 4162.0, 4128.0, 4119.0, 4151.0, 4130.0, 4129.0, 4137.0, 4119.0, 4078.0, 4096.0, 4083.0, 4073.0, 4071.0, 4069.0, 4058.0, 4066.0, 4055.0, 4068.0, 4072.0, 4091.0, 4085.0, 4097.0, 4118.0, 4109.0, 4099.0, 4121.0, 4114.0, 4142.0, 4102.0, 4124.0, 4123.0, 4113.0, 4156.0, 4116.0, 4115.0, 4134.0, 4127.0, 4146.0, 4123.0, 4101.0, 4122.0, 4136.0, 4117.0, 4139.0, 4147.0, 4127.0, 4160.0, 4149.0, 4138.0, 4182.0, 4158.0, 4186.0, 4168.0, 4189.0, 4139.0, 4138.0, 4148.0, 4098.0, 4131.0, 4122.0, 4111.0, 4109.0, 4103.0, 4115.0, 4118.0, 4127.0, 4118.0, 4119.0, 4144.0, 4123.0, 4112.0, 4112.0, 4129.0, 4136.0, 4129.0, 4147.0, 4156.0, 4151.0, 4129.0, 4160.0, 4135.0, 4177.0, 4140.0, 4161.0, 4174.0, 4167.0, 4166.0, 4164.0, 4167.0, 4144.0, 4122.0, 4152.0, 4110.0, 4110.0, 4142.0, 4114.0, 4145.0, 4111.0, 4082.0, 4155.0, 4105.0, 4082.0, 4099.0, 4082.0, 4091.0, 4102.0, 4085.0, 4107.0, 4095.0, 4096.0, 4119.0, 4109.0, 4111.0, 4121.0, 4113.0, 4155.0, 4125.0, 4156.0, 4124.0, 4144.0, 4125.0, 4128.0, 4111.0, 4131.0, 4128.0, 4095.0, 4116.0, 4118.0, 4107.0, 4108.0, 4120.0, 4122.0, 4134.0, 4134.0, 4147.0, 4139.0, 4136.0, 4168.0, 4149.0, 4146.0, 4158.0, 4124.0, 4138.0, 4178.0, 4150.0, 4150.0, 4181.0, 4157.0, 4190.0, 4199.0, 4178.0, 4175.0, 4201.0, 4194.0, 4182.0, 4181.0, 4178.0, 4179.0, 4189.0, 4165.0, 4144.0, 4154.0, 4124.0, 4120.0, 4153.0, 4121.0, 4091.0, 4090.0, 4095.0, 4095.0, 4095.0, 4082.0, 4128.0, 4138.0, 4097.0, 4062.0, 4118.0, 4151.0, 4142.0, 4125.0, 4111.0, 4147.0, 4140.0, 4128.0, 4103.0, 4126.0, 4106.0, 4097.0, 4098.0, 4108.0, 4086.0, 4109.0, 4098.0, 4089.0, 4110.0, 4100.0, 4099.0, 4100.0, 4099.0, 4121.0, 4111.0, 4111.0, 4126.0, 4126.0, 4126.0, 4113.0, 4117.0, 4109.0, 4098.0, 4100.0, 4110.0, 4111.0, 4116.0, 4126.0, 4126.0, 4137.0, 4146.0, 4139.0, 4136.0, 4148.0, 4126.0, 4173.0, 4145.0, 4148.0, 4163.0, 4126.0, 4189.0, 4139.0, 4175.0, 4124.0, 4133.0, 4070.0, 4164.0, 4130.0, 4135.0, 4121.0, 4100.0, 4134.0, 4126.0, 4130.0, 4165.0, 4165.0, 4157.0, 4142.0, 4146.0, 4142.0, 4146.0, 4147.0, 4149.0, 4172.0, 4169.0, 4148.0, 4156.0, 4152.0, 4122.0, 4101.0, 4153.0, 4113.0, 4102.0, 4153.0, 4133.0, 4102.0, 4148.0, 4112.0, 4110.0, 4130.0, 4102.0, 4163.0, 4110.0, 4153.0, 4131.0, 4121.0, 4139.0, 4088.0, 4140.0, 4095.0, 4120.0, 4101.0, 4118.0, 4153.0, 4129.0, 4102.0, 4111.0, 4090.0, 4105.0, 4113.0, 4104.0, 4108.0, 4148.0, 4121.0, 4131.0, 4163.0, 4131.0, 4183.0, 4155.0, 4174.0, 4188.0, 4182.0, 4190.0, 4156.0, 4145.0, 4152.0, 4109.0, 4130.0, 4133.0, 4111.0, 4152.0, 4132.0, 4140.0, 4117.0, 4085.0, 4133.0, 4106.0, 4107.0, 4096.0, 4063.0, 4126.0, 4084.0, 4065.0, 4094.0, 4078.0, 4093.0, 4108.0, 4094.0, 4111.0, 4091.0, 4093.0, 4090.0, 4102.0, 4103.0, 4102.0, 4104.0, 4116.0, 4144.0, 4116.0, 4117.0, 4118.0, 4141.0, 4175.0, 4144.0, 4159.0, 4171.0, 4149.0, 4145.0, 4144.0, 4109.0, 4144.0, 4158.0, 4145.0, 4144.0, 4129.0, 4088.0, 4084.0, 4083.0, 4072.0, 4074.0, 4073.0, 4083.0, 4073.0, 4072.0, 4081.0, 4095.0, 4122.0, 4108.0, 4098.0, 4095.0, 4075.0, 4075.0, 4156.0, 4154.0, 4116.0, 4138.0, 4090.0, 4108.0, 4155.0, 4145.0, 4150.0, 4157.0, 4127.0, 4111.0, 4150.0, 4119.0, 4097.0, 4127.0, 4095.0, 4088.0, 4115.0, 4096.0, 4086.0, 4108.0, 4099.0, 4109.0, 4100.0, 4100.0, 4130.0, 4100.0, 4130.0, 4100.0, 4120.0, 4110.0, 4100.0, 4131.0, 4110.0, 4111.0, 4108.0, 4101.0, 4132.0, 4115.0, 4125.0, 4128.0, 4114.0, 4139.0, 4130.0, 4160.0, 4141.0, 4138.0, 4138.0, 4129.0, 4159.0, 4129.0, 4168.0, 4129.0, 4169.0, 4151.0, 4160.0, 4158.0, 4119.0, 4168.0, 4138.0, 4128.0, 4159.0, 4128.0, 4183.0, 4152.0, 4161.0, 4185.0, 4161.0, 4193.0, 4163.0, 4213.0, 4171.0, 4190.0, 4161.0, 4170.0, 4183.0, 4160.0, 4187.0, 4169.0, 4136.0, 4149.0, 4142.0, 4195.0, 4169.0, 4158.0, 4189.0, 4151.0, 4138.0, 4163.0, 4110.0, 4108.0, 4161.0, 4121.0, 4129.0, 4169.0, 4149.0, 4159.0, 4180.0, 4168.0, 4177.0, 4179.0, 4164.0, 4176.0, 4152.0, 4153.0, 4131.0, 4151.0, 4128.0, 4137.0, 4127.0, 4105.0, 4125.0, 4071.0, 4122.0, 4072.0, 4091.0, 4060.0, 4073.0, 4092.0, 4075.0, 4083.0, 4073.0, 4087.0, 4104.0, 4086.0, 4087.0, 4099.0, 4100.0, 4108.0, 4101.0, 4101.0, 4109.0, 4100.0, 4133.0, 4114.0, 4123.0, 4121.0, 4103.0, 4143.0, 4115.0, 4131.0, 4153.0, 4134.0, 4129.0, 4138.0, 4116.0, 4118.0, 4158.0, 4131.0, 4131.0, 4150.0, 4141.0, 4131.0, 4169.0, 4155.0, 4172.0, 4184.0, 4158.0, 4202.0, 4162.0, 4182.0, 4184.0, 4181.0, 4155.0, 4143.0, 4172.0, 4148.0, 4147.0, 4171.0, 4108.0, 4135.0, 4091.0, 4094.0, 4117.0, 4118.0, 4110.0, 4152.0, 4142.0, 4123.0, 4112.0, 4121.0, 4123.0, 4151.0, 4131.0, 4112.0, 4185.0, 4154.0, 4153.0, 4185.0, 4151.0, 4172.0, 4161.0, 4133.0, 4150.0, 4098.0, 4086.0, 4079.0, 4082.0, 4093.0, 4102.0, 4094.0, 4134.0, 4146.0, 4135.0, 4132.0, 4159.0, 4143.0, 4135.0, 4128.0, 4148.0, 4180.0, 4171.0, 4160.0, 4114.0, 4156.0, 4124.0, 4135.0, 4157.0, 4157.0, 4132.0, 4065.0, 4088.0, 4108.0, 4096.0, 4122.0, 4110.0, 4119.0, 4118.0, 4108.0, 4105.0, 4108.0, 4107.0, 4100.0, 4071.0, 4058.0, 4068.0, 4059.0, 4062.0, 4091.0, 4073.0, 4074.0, 4074.0, 4083.0, 4061.0, 4071.0, 4072.0, 4061.0, 4093.0, 4074.0, 4073.0, 4096.0, 4085.0, 4087.0, 4086.0, 4076.0, 4107.0, 4088.0, 4089.0, 4100.0, 4100.0, 4101.0, 4091.0, 4102.0, 4124.0, 4114.0, 4118.0, 4118.0, 4127.0, 4115.0, 4102.0, 4102.0, 4100.0, 4125.0, 4114.0, 4113.0, 4135.0, 4122.0, 4124.0, 4126.0, 4135.0, 4125.0, 4127.0, 4148.0, 4139.0, 4141.0, 4159.0, 4151.0, 4128.0, 4188.0, 4170.0, 4138.0, 4162.0, 4124.0, 4173.0, 4146.0, 4115.0, 4166.0, 4115.0, 4147.0, 4189.0, 4122.0, 4117.0, 4149.0, 4127.0, 4119.0, 4161.0, 4131.0, 4115.0, 4159.0, 4130.0, 4156.0, 4128.0, 4117.0, 4168.0, 4129.0, 4169.0, 4144.0, 4126.0, 4177.0, 4148.0, 4164.0, 4144.0, 4098.0, 4139.0, 4100.0, 4112.0, 4113.0, 4103.0, 4144.0, 4099.0, 4105.0, 4114.0, 4118.0, 4130.0, 4117.0, 4128.0, 4137.0, 4157.0, 4114.0, 4114.0, 4126.0, 4117.0, 4136.0, 4114.0, 4117.0, 4146.0, 4126.0, 4158.0, 4114.0, 4104.0, 4134.0, 4127.0, 4157.0, 4113.0, 4101.0, 4154.0, 4115.0, 4112.0, 4100.0, 4090.0, 4122.0, 4103.0, 4113.0, 4114.0, 4132.0, 4173.0, 4154.0, 4143.0, 4162.0, 4130.0, 4116.0, 4149.0, 4127.0, 4103.0, 4124.0, 4117.0, 4108.0, 4128.0, 4130.0, 4130.0, 4170.0, 4150.0, 4150.0, 4170.0, 4139.0, 4165.0, 4135.0, 4183.0, 4154.0, 4124.0, 4174.0, 4154.0, 4125.0, 4157.0, 4136.0, 4127.0, 4158.0, 4127.0, 4125.0, 4165.0, 4135.0, 4178.0, 4158.0, 4145.0, 4168.0, 4143.0, 4166.0, 4156.0, 4165.0, 4140.0, 4159.0, 4129.0, 4105.0, 4126.0, 4087.0, 4128.0, 4087.0, 4103.0, 4087.0, 4101.0, 4137.0, 4117.0, 4113.0, 4114.0, 4127.0, 4140.0, 4166.0, 4164.0, 4167.0, 4185.0, 4155.0, 4154.0, 4183.0, 4160.0, 4184.0, 4172.0, 4184.0, 4196.0, 4169.0, 4169.0, 4159.0, 4126.0, 4164.0, 4153.0], 'WindowWidth': [9286.0, 9294.0, 9250.0, 9209.0, 9232.0, 9198.0, 9254.0, 9205.0, 9213.0, 9188.0, 9189.0, 9244.0, 9202.0, 9231.0, 9202.0, 9173.0, 9197.0, 9175.0, 9192.0, 9209.0, 9205.0, 9278.0, 9240.0, 9204.0, 9225.0, 9196.0, 9192.0, 9225.0, 9197.0, 9204.0, 9239.0, 9225.0, 9214.0, 9241.0, 9204.0, 9301.0, 9268.0, 9210.0, 9274.0, 9254.0, 9252.0, 9298.0, 9260.0, 9259.0, 9279.0, 9242.0, 9269.0, 9218.0, 9186.0, 9242.0, 9209.0, 9215.0, 9177.0, 9120.0, 9214.0, 9131.0, 9162.0, 9160.0, 9121.0, 9159.0, 9151.0, 9136.0, 9152.0, 9139.0, 9182.0, 9170.0, 9158.0, 9215.0, 9182.0, 9176.0, 9226.0, 9251.0, 9222.0, 9250.0, 9217.0, 9238.0, 9219.0, 9213.0, 9221.0, 9226.0, 9234.0, 9241.0, 9230.0, 9262.0, 9242.0, 9219.0, 9310.0, 9307.0, 9294.0, 9243.0, 9205.0, 9216.0, 9228.0, 9281.0, 9187.0, 9206.0, 9254.0, 9251.0, 9259.0, 9252.0, 9233.0, 9227.0, 9173.0, 9159.0, 9209.0, 9178.0, 9173.0, 9181.0, 9156.0, 9098.0, 9116.0, 9097.0, 9091.0, 9089.0, 9085.0, 9070.0, 9080.0, 9062.0, 9084.0, 9092.0, 9120.0, 9119.0, 9136.0, 9164.0, 9153.0, 9141.0, 9174.0, 9170.0, 9204.0, 9151.0, 9181.0, 9180.0, 9166.0, 9228.0, 9176.0, 9172.0, 9200.0, 9197.0, 9222.0, 9186.0, 9152.0, 9183.0, 9207.0, 9186.0, 9218.0, 9223.0, 9199.0, 9243.0, 9227.0, 9211.0, 9275.0, 9239.0, 9275.0, 9254.0, 9285.0, 9201.0, 9198.0, 9214.0, 9143.0, 9191.0, 9181.0, 9165.0, 9159.0, 9155.0, 9172.0, 9177.0, 9188.0, 9178.0, 9181.0, 9218.0, 9189.0, 9173.0, 9174.0, 9194.0, 9211.0, 9207.0, 9230.0, 9241.0, 9237.0, 9207.0, 9250.0, 9203.0, 9266.0, 9199.0, 9236.0, 9260.0, 9240.0, 9235.0, 9233.0, 9235.0, 9196.0, 9165.0, 9207.0, 9145.0, 9146.0, 9193.0, 9155.0, 9197.0, 9147.0, 9109.0, 9215.0, 9142.0, 9106.0, 9127.0, 9107.0, 9119.0, 9138.0, 9119.0, 9149.0, 9134.0, 9138.0, 9171.0, 9161.0, 9165.0, 9179.0, 9172.0, 9228.0, 9191.0, 9232.0, 9188.0, 9212.0, 9191.0, 9200.0, 9170.0, 9196.0, 9183.0, 9139.0, 9165.0, 9175.0, 9158.0, 9161.0, 9186.0, 9193.0, 9210.0, 9210.0, 9229.0, 9221.0, 9217.0, 9264.0, 9238.0, 9229.0, 9244.0, 9196.0, 9223.0, 9277.0, 9243.0, 9231.0, 9277.0, 9237.0, 9282.0, 9294.0, 9261.0, 9255.0, 9301.0, 9295.0, 9272.0, 9272.0, 9262.0, 9261.0, 9275.0, 9236.0, 9211.0, 9222.0, 9182.0, 9168.0, 9217.0, 9169.0, 9129.0, 9131.0, 9143.0, 9139.0, 9143.0, 9119.0, 9190.0, 9198.0, 9120.0, 9066.0, 9151.0, 9207.0, 9197.0, 9171.0, 9145.0, 9203.0, 9195.0, 9172.0, 9131.0, 9163.0, 9137.0, 9129.0, 9132.0, 9145.0, 9117.0, 9148.0, 9134.0, 9123.0, 9152.0, 9140.0, 9136.0, 9140.0, 9138.0, 9168.0, 9157.0, 9159.0, 9188.0, 9193.0, 9191.0, 9170.0, 9170.0, 9160.0, 9143.0, 9149.0, 9161.0, 9165.0, 9180.0, 9193.0, 9196.0, 9214.0, 9226.0, 9218.0, 9208.0, 9224.0, 9194.0, 9255.0, 9218.0, 9225.0, 9241.0, 9194.0, 9286.0, 9215.0, 9255.0, 9185.0, 9203.0, 9083.0, 9235.0, 9172.0, 9175.0, 9159.0, 9132.0, 9186.0, 9181.0, 9194.0, 9248.0, 9248.0, 9245.0, 9216.0, 9232.0, 9218.0, 9215.0, 9218.0, 9219.0, 9256.0, 9249.0, 9215.0, 9224.0, 9213.0, 9171.0, 9141.0, 9213.0, 9159.0, 9147.0, 9216.0, 9187.0, 9145.0, 9205.0, 9158.0, 9156.0, 9181.0, 9144.0, 9229.0, 9153.0, 9215.0, 9183.0, 9167.0, 9191.0, 9119.0, 9191.0, 9129.0, 9166.0, 9145.0, 9183.0, 9234.0, 9194.0, 9145.0, 9151.0, 9124.0, 9153.0, 9160.0, 9151.0, 9163.0, 9220.0, 9188.0, 9203.0, 9243.0, 9200.0, 9272.0, 9239.0, 9267.0, 9290.0, 9272.0, 9281.0, 9226.0, 9208.0, 9212.0, 9150.0, 9177.0, 9184.0, 9151.0, 9212.0, 9181.0, 9189.0, 9154.0, 9108.0, 9170.0, 9135.0, 9137.0, 9121.0, 9074.0, 9162.0, 9106.0, 9080.0, 9118.0, 9104.0, 9134.0, 9162.0, 9136.0, 9155.0, 9127.0, 9135.0, 9126.0, 9145.0, 9145.0, 9145.0, 9151.0, 9171.0, 9225.0, 9173.0, 9180.0, 9184.0, 9216.0, 9271.0, 9226.0, 9238.0, 9257.0, 9218.0, 9205.0, 9202.0, 9146.0, 9202.0, 9231.0, 9205.0, 9204.0, 9179.0, 9120.0, 9108.0, 9106.0, 9092.0, 9094.0, 9095.0, 9111.0, 9097.0, 9096.0, 9113.0, 9138.0, 9162.0, 9138.0, 9120.0, 9116.0, 9111.0, 9098.0, 9228.0, 9219.0, 9158.0, 9192.0, 9129.0, 9146.0, 9220.0, 9200.0, 9209.0, 9220.0, 9175.0, 9157.0, 9209.0, 9163.0, 9131.0, 9170.0, 9125.0, 9117.0, 9151.0, 9129.0, 9117.0, 9147.0, 9139.0, 9152.0, 9142.0, 9142.0, 9181.0, 9143.0, 9181.0, 9142.0, 9169.0, 9157.0, 9145.0, 9185.0, 9159.0, 9162.0, 9154.0, 9150.0, 9191.0, 9173.0, 9189.0, 9196.0, 9173.0, 9211.0, 9203.0, 9241.0, 9217.0, 9211.0, 9208.0, 9197.0, 9237.0, 9197.0, 9249.0, 9197.0, 9251.0, 9229.0, 9239.0, 9236.0, 9184.0, 9248.0, 9209.0, 9197.0, 9241.0, 9200.0, 9278.0, 9238.0, 9248.0, 9284.0, 9248.0, 9294.0, 9252.0, 9320.0, 9260.0, 9285.0, 9244.0, 9255.0, 9278.0, 9240.0, 9278.0, 9252.0, 9203.0, 9226.0, 9224.0, 9302.0, 9274.0, 9255.0, 9298.0, 9235.0, 9213.0, 9236.0, 9165.0, 9153.0, 9246.0, 9183.0, 9202.0, 9256.0, 9227.0, 9238.0, 9270.0, 9249.0, 9261.0, 9270.0, 9237.0, 9259.0, 9215.0, 9219.0, 9182.0, 9209.0, 9174.0, 9184.0, 9169.0, 9136.0, 9163.0, 9087.0, 9155.0, 9087.0, 9113.0, 9070.0, 9090.0, 9115.0, 9095.0, 9106.0, 9093.0, 9116.0, 9138.0, 9115.0, 9118.0, 9138.0, 9142.0, 9150.0, 9143.0, 9143.0, 9152.0, 9142.0, 9191.0, 9170.0, 9181.0, 9172.0, 9150.0, 9202.0, 9168.0, 9203.0, 9235.0, 9210.0, 9199.0, 9208.0, 9176.0, 9180.0, 9234.0, 9201.0, 9203.0, 9229.0, 9220.0, 9206.0, 9255.0, 9244.0, 9263.0, 9280.0, 9237.0, 9302.0, 9243.0, 9274.0, 9281.0, 9272.0, 9224.0, 9212.0, 9255.0, 9216.0, 9213.0, 9247.0, 9154.0, 9185.0, 9120.0, 9132.0, 9166.0, 9168.0, 9160.0, 9224.0, 9214.0, 9187.0, 9169.0, 9178.0, 9183.0, 9221.0, 9194.0, 9168.0, 9271.0, 9225.0, 9222.0, 9269.0, 9216.0, 9246.0, 9227.0, 9195.0, 9214.0, 9138.0, 9116.0, 9102.0, 9110.0, 9124.0, 9140.0, 9133.0, 9213.0, 9226.0, 9212.0, 9203.0, 9254.0, 9218.0, 9194.0, 9187.0, 9216.0, 9264.0, 9252.0, 9233.0, 9161.0, 9217.0, 9174.0, 9189.0, 9226.0, 9229.0, 9178.0, 9073.0, 9107.0, 9131.0, 9113.0, 9161.0, 9139.0, 9151.0, 9148.0, 9131.0, 9121.0, 9129.0, 9125.0, 9124.0, 9084.0, 9063.0, 9073.0, 9064.0, 9070.0, 9109.0, 9088.0, 9089.0, 9090.0, 9101.0, 9070.0, 9081.0, 9084.0, 9069.0, 9114.0, 9092.0, 9088.0, 9121.0, 9109.0, 9114.0, 9111.0, 9099.0, 9141.0, 9117.0, 9121.0, 9136.0, 9138.0, 9140.0, 9128.0, 9145.0, 9176.0, 9166.0, 9179.0, 9180.0, 9195.0, 9175.0, 9146.0, 9145.0, 9141.0, 9185.0, 9176.0, 9167.0, 9199.0, 9182.0, 9189.0, 9192.0, 9204.0, 9192.0, 9195.0, 9226.0, 9215.0, 9223.0, 9245.0, 9232.0, 9196.0, 9280.0, 9257.0, 9207.0, 9234.0, 9185.0, 9248.0, 9215.0, 9171.0, 9246.0, 9172.0, 9219.0, 9277.0, 9178.0, 9177.0, 9220.0, 9191.0, 9180.0, 9243.0, 9199.0, 9174.0, 9237.0, 9201.0, 9230.0, 9192.0, 9174.0, 9247.0, 9193.0, 9245.0, 9208.0, 9184.0, 9257.0, 9216.0, 9233.0, 9204.0, 9136.0, 9191.0, 9141.0, 9158.0, 9160.0, 9148.0, 9206.0, 9141.0, 9153.0, 9164.0, 9179.0, 9202.0, 9178.0, 9192.0, 9200.0, 9229.0, 9167.0, 9166.0, 9186.0, 9175.0, 9199.0, 9170.0, 9175.0, 9216.0, 9188.0, 9229.0, 9167.0, 9151.0, 9194.0, 9193.0, 9227.0, 9162.0, 9143.0, 9218.0, 9165.0, 9157.0, 9139.0, 9128.0, 9170.0, 9148.0, 9163.0, 9166.0, 9203.0, 9262.0, 9238.0, 9221.0, 9242.0, 9193.0, 9171.0, 9218.0, 9184.0, 9149.0, 9178.0, 9172.0, 9164.0, 9192.0, 9197.0, 9198.0, 9252.0, 9223.0, 9223.0, 9250.0, 9209.0, 9235.0, 9192.0, 9262.0, 9212.0, 9164.0, 9249.0, 9221.0, 9184.0, 9233.0, 9202.0, 9191.0, 9232.0, 9189.0, 9185.0, 9241.0, 9197.0, 9259.0, 9232.0, 9211.0, 9246.0, 9207.0, 9241.0, 9223.0, 9236.0, 9196.0, 9219.0, 9177.0, 9139.0, 9168.0, 9114.0, 9170.0, 9116.0, 9134.0, 9117.0, 9140.0, 9205.0, 9175.0, 9168.0, 9168.0, 9188.0, 9213.0, 9261.0, 9259.0, 9264.0, 9284.0, 9241.0, 9239.0, 9276.0, 9243.0, 9279.0, 9263.0, 9279.0, 9300.0, 9252.0, 9251.0, 9231.0, 9182.0, 9231.0, 9215.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.013450590809628009</td></tr>
<tr><td colspan=3>aqi</td><td>0.1663153101750547</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.837261379474214</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0902721085542173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0768806146111716</td></tr>
<tr><td colspan=3>efc</td><td>0.4969</td></tr>
<tr><td colspan=3>fber</td><td>5490.0454</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3850929485562777</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>461</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>50.437636761487965</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0691340389815362</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.801078933217074</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.175915833371175</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.2304073503563604</td></tr>
<tr><td colspan=3>gcor</td><td>0.00980086</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0012535129208117723</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04291820898652077</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.273515961937343</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>10.638</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2615</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.7472</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299135.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1022.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.6301</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4383</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.1699</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3323.2427</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3486.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1387.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.7165</td></tr>
<tr><td colspan=3>tsnr</td><td>15.010030679404736</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>