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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-02/func/sub-0115_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0495099e9d4a072fadb525c73faf4344</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>19:23:31.922500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999346, -0.0361508, -0.000530828, 0.0359457, 0.99504, -0.0927522]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10506</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7749, -7279, 204, -80, -103, -37, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.16</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f019e34a-ab05-4f3a-be30-bffc97b01b8b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811728477478027, 0.09643974155187607, -0.010479394346475601, 107.71952819824219], [0.09698984026908875, 2.6696200370788574, -0.25021564960479736, -106.14610290527344], [-0.0014241734752431512, 0.24884732067584991, 2.6883606910705566, -91.89774322509766], [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': ['192331.922500', '192332.382500', '192332.842500', '192333.302500', '192333.762500', '192334.222500', '192334.682500', '192335.142500', '192335.602500', '192336.062500', '192336.522500', '192336.982500', '192337.442500', '192337.902500', '192338.362500', '192338.822500', '192339.282500', '192339.742500', '192340.202500', '192340.662500', '192341.122500', '192341.582500', '192342.042500', '192342.502500', '192342.962500', '192343.422500', '192343.882500', '192344.342500', '192344.802500', '192345.262500', '192345.722500', '192346.182500', '192346.642500', '192347.102500', '192347.562500', '192348.022500', '192348.482500', '192348.942500', '192349.402500', '192349.862500', '192350.322500', '192350.782500', '192351.242500', '192351.702500', '192352.162500', '192352.622500', '192353.082500', '192353.542500', '192354.002500', '192354.462500', '192354.922500', '192355.382500', '192355.842500', '192356.302500', '192356.762500', '192357.222500', '192357.682500', '192358.142500', '192358.602500', '192359.062500', '192359.522500', '192359.982500', '192400.442500', '192400.902500', '192401.362500', '192401.822500', '192402.282500', '192402.742500', '192403.202500', '192403.662500', '192404.122500', '192404.582500', '192405.042500', '192405.502500', '192405.962500', '192406.422500', '192406.882500', '192407.342500', '192407.802500', '192408.262500', '192408.722500', '192409.182500', '192409.642500', '192410.102500', '192410.562500', '192411.022500', '192411.482500', '192411.942500', '192412.402500', '192412.862500', '192413.322500', '192413.782500', '192414.242500', '192414.702500', '192415.162500', '192415.622500', '192416.082500', '192416.542500', '192417.002500', '192417.462500', '192417.922500', '192418.382500', '192418.842500', '192419.302500', '192419.762500', '192420.222500', '192420.682500', '192421.142500', '192421.602500', '192422.062500', '192422.522500', '192422.982500', '192423.442500', '192423.902500', '192424.362500', '192424.822500', '192425.282500', '192425.742500', '192426.202500', '192426.662500', '192427.122500', '192427.582500', '192428.042500', '192428.502500', '192428.962500', '192429.422500', '192429.882500', '192430.342500', '192430.802500', '192431.262500', '192431.722500', '192432.182500', '192432.642500', '192433.102500', '192433.562500', '192434.022500', '192434.482500', '192434.942500', '192435.402500', '192435.862500', '192436.322500', '192436.782500', '192437.242500', '192437.702500', '192438.162500', '192438.622500', '192439.082500', '192439.542500', '192440.002500', '192440.462500', '192440.922500', '192441.382500', '192441.842500', '192442.302500', '192442.762500', '192443.222500', '192443.682500', '192444.142500', '192444.602500', '192445.062500', '192445.522500', '192445.982500', '192446.442500', '192446.902500', '192447.362500', '192447.822500', '192448.282500', '192448.742500', '192449.202500', '192449.662500', '192450.122500', '192450.582500', '192451.042500', '192451.502500', '192451.962500', '192452.422500', '192452.882500', '192453.342500', '192453.802500', '192454.262500', '192454.722500', '192455.182500', '192455.642500', '192456.102500', '192456.562500', '192457.022500', '192457.482500', '192457.942500', '192458.402500', '192458.862500', '192459.322500', '192459.782500', '192500.242500', '192500.702500', '192501.162500', '192501.622500', '192502.082500', '192502.542500', '192503.002500', '192503.462500', '192503.922500', '192504.382500', '192504.842500', '192505.302500', '192505.762500', '192506.222500', '192506.682500', '192507.142500', '192507.602500', '192508.062500', '192508.522500', '192508.982500', '192509.442500', '192509.902500', '192510.362500', '192510.822500', '192511.282500', '192511.742500', '192512.202500', '192512.662500', '192513.122500', '192513.582500', '192514.042500', '192514.502500', '192514.962500', '192515.422500', '192515.882500', '192516.342500', '192516.802500', '192517.262500', '192517.722500', '192518.182500', '192518.642500', '192519.102500', '192519.562500', '192520.022500', '192520.482500', '192520.942500', '192521.402500', '192521.862500', '192522.322500', '192522.782500', '192523.242500', '192523.702500', '192524.162500', '192524.622500', '192525.082500', '192525.542500', '192526.002500', '192526.462500', '192526.922500', '192527.382500', '192527.842500', '192528.302500', '192528.762500', '192529.222500', '192529.682500', '192530.142500', '192530.602500', '192531.062500', '192531.522500', '192531.982500', '192532.442500', '192532.902500', '192533.362500', '192533.822500', '192534.282500', '192534.742500', '192535.202500', '192535.662500', '192536.122500', '192536.582500', '192537.042500', '192537.502500', '192537.962500', '192538.422500', '192538.882500', '192539.342500', '192539.802500', '192540.262500', '192540.722500', '192541.182500', '192541.642500', '192542.102500', '192542.562500', '192543.022500', '192543.482500', '192543.942500', '192544.402500', '192544.862500', '192545.322500', '192545.782500', '192546.242500', '192546.702500', '192547.162500', '192547.622500', '192548.082500', '192548.542500', '192549.002500', '192549.462500', '192549.922500', '192550.382500', '192550.842500', '192551.302500', '192551.762500', '192552.222500', '192552.682500', '192553.142500', '192553.602500', '192554.062500', '192554.522500', '192554.982500', '192555.442500', '192555.902500', '192556.362500', '192556.822500', '192557.282500', '192557.742500', '192558.202500', '192558.662500', '192559.122500', '192559.582500', '192600.042500', '192600.502500', '192600.962500', '192601.422500', '192601.882500', '192602.342500', '192602.802500', '192603.262500', '192603.722500', '192604.182500', '192604.642500', '192605.102500', '192605.562500', '192606.022500', '192606.482500', '192606.942500', '192607.402500', '192607.862500', '192608.322500', '192608.782500', '192609.242500', '192609.702500', '192610.162500', '192610.622500', '192611.082500', '192611.542500', '192612.002500', '192612.462500', '192612.922500', '192613.382500', '192613.842500', '192614.302500', '192614.762500', '192615.222500', '192615.682500', '192616.142500', '192616.602500', '192617.062500', '192617.522500', '192617.982500', '192618.442500', '192618.902500', '192619.362500', '192619.822500', '192620.282500', '192620.742500', '192621.202500', '192621.662500', '192622.122500', '192622.582500', '192623.042500', '192623.502500', '192623.962500', '192624.422500', '192624.882500', '192625.342500', '192625.802500', '192626.262500', '192626.722500', '192627.182500', '192627.642500', '192628.102500', '192628.562500', '192629.022500', '192629.482500', '192629.942500', '192630.402500', '192630.862500', '192631.322500', '192631.782500', '192632.242500', '192632.702500', '192633.162500', '192633.622500', '192634.082500', '192634.542500', '192635.002500', '192635.462500', '192635.922500', '192636.382500', '192636.842500', '192637.302500', '192637.762500', '192638.222500', '192638.682500', '192639.142500', '192639.602500', '192640.062500', '192640.522500', '192640.982500', '192641.442500', '192641.902500', '192642.362500', '192642.822500', '192643.282500', '192643.742500', '192644.202500', '192644.662500', '192645.122500', '192645.582500', '192646.042500', '192646.502500', '192646.962500', '192647.422500', '192647.882500', '192648.342500', '192648.802500', '192649.262500', '192649.722500', '192650.182500', '192650.642500', '192651.102500', '192651.562500', '192652.022500', '192652.482500', '192652.942500', '192653.402500', '192653.862500', '192654.322500', '192654.782500', '192655.242500', '192655.702500', '192656.162500', '192656.622500', '192657.082500', '192657.542500', '192658.002500', '192658.462500', '192658.922500', '192659.382500', '192659.842500', '192700.302500', '192700.762500', '192701.222500', '192701.682500', '192702.142500', '192702.602500', '192703.062500', '192703.522500', '192703.982500', '192704.442500', '192704.902500', '192705.362500', '192705.822500', '192706.282500', '192706.742500', '192707.202500', '192707.662500', '192708.122500', '192708.582500', '192709.042500', '192709.502500', '192709.962500', '192710.422500', '192710.882500', '192711.342500', '192711.802500', '192712.262500', '192712.722500', '192713.182500', '192713.642500', '192714.102500', '192714.562500', '192715.022500', '192715.482500', '192715.942500', '192716.402500', '192716.862500', '192717.322500', '192717.782500', '192718.242500', '192718.702500', '192719.162500', '192719.622500', '192720.082500', '192720.542500', '192721.002500', '192721.462500', '192721.922500', '192722.382500', '192722.842500', '192723.302500', '192723.762500', '192724.222500', '192724.682500', '192725.142500', '192725.602500', '192726.062500', '192726.522500', '192726.982500', '192727.442500', '192727.902500', '192728.362500', '192728.822500', '192729.282500', '192729.742500', '192730.202500', '192730.662500', '192731.122500', '192731.582500', '192732.042500', '192732.502500', '192732.962500', '192733.422500', '192733.882500', '192734.342500', '192734.802500', '192735.262500', '192735.722500', '192736.182500', '192736.642500', '192737.102500', '192737.562500', '192738.022500', '192738.482500', '192738.942500', '192739.402500', '192739.862500', '192740.322500', '192740.782500', '192741.242500', '192741.702500', '192742.162500', '192742.622500', '192743.082500', '192743.542500', '192744.002500', '192744.462500', '192744.922500', '192745.382500', '192745.842500', '192746.302500', '192746.762500', '192747.222500', '192747.682500', '192748.142500', '192748.602500', '192749.062500', '192749.522500', '192749.982500', '192750.442500', '192750.902500', '192751.362500', '192751.822500', '192752.282500', '192752.742500', '192753.202500', '192753.662500', '192754.122500', '192754.582500', '192755.042500', '192755.502500', '192755.962500', '192756.422500', '192756.882500', '192757.342500', '192757.802500', '192758.262500', '192758.722500', '192759.182500', '192759.642500', '192800.102500', '192800.562500', '192801.022500', '192801.482500', '192801.942500', '192802.402500', '192802.862500', '192803.322500', '192803.782500', '192804.242500', '192804.702500', '192805.162500', '192805.622500', '192806.082500', '192806.542500', '192807.002500', '192807.462500', '192807.922500', '192808.382500', '192808.842500', '192809.302500', '192809.762500', '192810.222500', '192810.682500', '192811.142500', '192811.602500', '192812.062500', '192812.522500', '192812.982500', '192813.442500', '192813.902500', '192814.362500', '192814.822500', '192815.282500', '192815.742500', '192816.202500', '192816.662500', '192817.122500', '192817.582500', '192818.042500', '192818.502500', '192818.962500', '192819.422500', '192819.882500', '192820.342500', '192820.802500', '192821.262500', '192821.722500', '192822.182500', '192822.642500', '192823.102500', '192823.562500', '192824.022500', '192824.482500', '192824.942500', '192825.402500', '192825.862500', '192826.322500', '192826.782500', '192827.242500', '192827.702500', '192828.162500', '192828.622500', '192829.082500', '192829.542500', '192830.002500', '192830.462500', '192830.922500', '192831.382500', '192831.842500', '192832.302500', '192832.762500', '192833.222500', '192833.682500', '192834.142500', '192834.602500', '192835.062500', '192835.522500', '192835.982500', '192836.442500', '192836.902500', '192837.362500', '192837.822500', '192838.282500', '192838.742500', '192839.202500', '192839.662500', '192840.122500', '192840.582500', '192841.042500', '192841.502500', '192841.962500', '192842.422500', '192842.882500', '192843.342500', '192843.802500', '192844.262500', '192844.722500', '192845.182500', '192845.642500', '192846.102500', '192846.562500', '192847.022500', '192847.482500', '192847.942500', '192848.402500', '192848.862500', '192849.322500', '192849.782500', '192850.242500', '192850.702500', '192851.162500', '192851.622500', '192852.082500', '192852.542500', '192853.002500', '192853.462500', '192853.922500', '192854.382500', '192854.842500', '192855.302500', '192855.762500', '192856.222500', '192856.682500', '192857.142500', '192857.602500', '192858.062500', '192858.522500', '192858.982500', '192859.442500', '192859.902500', '192900.362500', '192900.822500', '192901.282500', '192901.742500', '192902.202500', '192902.662500', '192903.122500', '192903.582500', '192904.042500', '192904.502500', '192904.962500', '192905.422500', '192905.882500', '192906.342500', '192906.802500', '192907.262500', '192907.722500', '192908.182500', '192908.642500', '192909.102500', '192909.562500', '192910.022500', '192910.482500', '192910.942500', '192911.402500', '192911.862500', '192912.322500', '192912.782500', '192913.242500', '192913.702500', '192914.162500', '192914.622500', '192915.082500', '192915.542500', '192916.002500', '192916.462500', '192916.922500', '192917.382500', '192917.842500', '192918.302500', '192918.762500', '192919.222500', '192919.682500', '192920.142500', '192920.602500', '192921.062500', '192921.522500', '192921.982500', '192922.442500', '192922.902500', '192923.362500', '192923.822500', '192924.282500', '192924.742500', '192925.202500', '192925.662500', '192926.122500', '192926.582500', '192927.042500', '192927.502500', '192927.962500', '192928.422500', '192928.882500', '192929.342500', '192929.802500', '192930.262500', '192930.722500', '192931.182500', '192931.642500', '192932.102500', '192932.562500', '192933.022500', '192933.482500', '192933.942500', '192934.402500', '192934.862500', '192935.322500', '192935.782500', '192936.242500', '192936.702500', '192937.162500', '192937.622500', '192938.082500', '192938.542500', '192939.002500', '192939.462500', '192939.922500', '192940.382500', '192940.842500', '192941.302500', '192941.762500', '192942.222500', '192942.682500', '192943.142500', '192943.602500', '192944.062500', '192944.522500', '192944.982500', '192945.442500', '192945.902500', '192946.362500', '192946.822500', '192947.282500', '192947.742500', '192948.202500', '192948.662500', '192949.122500', '192949.582500', '192950.042500', '192950.502500', '192950.962500', '192951.422500', '192951.882500', '192952.342500', '192952.802500', '192953.262500', '192953.722500', '192954.182500', '192954.642500', '192955.102500', '192955.562500', '192956.022500', '192956.482500', '192956.942500', '192957.402500', '192957.862500', '192958.322500', '192958.782500', '192959.242500', '192959.702500', '193000.162500', '193000.622500', '193001.082500', '193001.542500', '193002.002500', '193002.462500', '193002.922500', '193003.382500', '193003.842500', '193004.302500', '193004.762500', '193005.222500', '193005.682500', '193006.142500', '193006.602500', '193007.062500', '193007.522500', '193007.982500', '193008.442500', '193008.902500', '193009.362500', '193009.822500', '193010.282500', '193010.742500', '193011.202500', '193011.662500', '193012.122500', '193012.582500', '193013.042500', '193013.502500', '193013.962500', '193014.422500', '193014.882500', '193015.342500', '193015.802500', '193016.262500', '193016.722500', '193017.182500', '193017.642500', '193018.102500', '193018.562500', '193019.022500', '193019.482500', '193019.942500', '193020.402500', '193020.862500', '193021.322500', '193021.782500', '193022.242500', '193022.702500', '193023.162500', '193023.622500', '193024.082500', '193024.542500', '193025.002500', '193025.462500', '193025.922500', '193026.382500', '193026.842500', '193027.302500', '193027.762500', '193028.222500', '193028.682500', '193029.142500', '193029.602500', '193030.062500', '193030.522500', '193030.982500', '193031.442500', '193031.902500'], 'ContentTime': ['192352.066000', '192352.069000', '192352.072000', '192352.075000', '192352.082000', '192352.085000', '192352.087000', '192352.090000', '192352.092000', '192352.095000', '192352.098000', '192352.100000', '192352.105000', '192352.108000', '192352.111000', '192352.113000', '192352.116000', '192352.118000', '192352.121000', '192352.123000', '192352.126000', '192352.128000', '192352.131000', '192352.134000', '192352.136000', '192352.139000', '192352.141000', '192352.144000', '192352.146000', '192352.149000', '192352.151000', '192352.154000', '192352.157000', '192352.159000', '192352.162000', '192352.164000', '192352.167000', '192352.170000', '192352.172000', '192352.176000', '192352.178000', '192352.181000', '192412.035000', '192412.038000', '192412.041000', '192412.043000', '192412.046000', '192412.048000', '192412.051000', '192412.054000', '192412.056000', '192412.059000', '192412.061000', '192412.064000', '192412.067000', '192412.070000', '192412.078000', '192412.081000', '192412.083000', '192412.086000', '192412.088000', '192412.091000', '192412.094000', '192412.096000', '192412.099000', '192412.102000', '192412.104000', '192412.107000', '192412.109000', '192412.128000', '192412.131000', '192412.133000', '192412.136000', '192412.138000', '192412.141000', '192412.143000', '192412.146000', '192412.149000', '192412.151000', '192412.154000', '192412.156000', '192412.159000', '192412.161000', '192412.164000', '192412.167000', '192412.169000', '192432.036000', '192432.038000', '192432.041000', '192432.044000', '192432.047000', '192432.049000', '192432.052000', '192432.054000', '192432.057000', '192432.060000', '192432.063000', '192432.065000', '192432.068000', '192432.070000', '192432.073000', '192432.076000', '192432.078000', '192432.081000', '192432.083000', '192432.086000', '192432.088000', '192432.091000', '192432.093000', '192432.096000', '192432.099000', '192432.101000', '192432.104000', '192432.106000', '192432.109000', '192432.112000', '192432.114000', '192432.125000', '192432.127000', '192432.130000', '192432.132000', '192432.135000', '192432.137000', '192432.140000', '192432.143000', '192432.145000', '192432.148000', '192432.150000', '192432.153000', '192452.035000', '192452.038000', '192452.041000', '192452.043000', '192452.046000', '192452.049000', '192452.051000', '192452.054000', '192452.056000', '192452.059000', '192452.062000', '192452.064000', '192452.067000', '192452.070000', '192452.072000', '192452.075000', '192452.077000', '192452.080000', '192452.082000', '192452.085000', '192452.088000', '192452.090000', '192452.093000', '192452.095000', '192452.098000', '192452.101000', '192452.103000', '192452.106000', '192452.108000', '192452.111000', '192452.114000', '192452.116000', '192452.119000', '192452.122000', '192452.124000', '192452.127000', '192452.129000', '192452.132000', '192452.135000', '192452.137000', '192452.140000', '192452.142000', '192452.145000', '192452.148000', '192512.036000', '192512.038000', '192512.041000', '192512.044000', '192512.046000', '192512.049000', '192512.051000', '192512.054000', '192512.056000', '192512.059000', '192512.062000', '192512.065000', '192512.067000', '192512.073000', '192512.075000', '192512.078000', '192512.081000', '192512.083000', '192512.086000', '192512.088000', '192512.091000', '192512.093000', '192512.096000', '192512.099000', '192512.101000', '192512.104000', '192512.106000', '192512.109000', '192512.112000', '192512.114000', '192512.117000', '192512.119000', '192512.122000', '192512.124000', '192512.127000', '192512.130000', '192512.132000', '192512.135000', '192512.138000', '192512.140000', '192512.143000', '192512.145000', '192512.148000', '192532.034000', '192532.037000', '192532.040000', '192532.042000', '192532.045000', '192532.048000', '192532.051000', '192532.054000', '192532.056000', '192532.059000', '192532.062000', '192532.064000', '192532.067000', '192532.070000', '192532.072000', '192532.075000', '192532.077000', '192532.080000', '192532.082000', '192532.085000', '192532.088000', '192532.091000', '192532.093000', '192532.096000', '192532.099000', '192532.101000', '192532.104000', '192532.107000', '192532.109000', '192532.112000', '192532.114000', '192532.117000', '192532.120000', '192532.122000', '192532.125000', '192532.127000', '192532.130000', '192532.138000', '192532.140000', '192532.143000', '192532.146000', '192532.148000', '192532.151000', '192532.154000', '192552.034000', '192552.037000', '192552.040000', '192552.043000', '192552.045000', '192552.048000', '192552.050000', '192552.053000', '192552.077000', '192552.080000', '192552.082000', '192552.085000', '192552.087000', '192552.090000', '192552.093000', '192552.095000', '192552.098000', '192552.100000', '192552.103000', '192552.106000', '192552.108000', '192552.111000', '192552.113000', '192552.116000', '192552.119000', '192552.121000', '192552.124000', '192552.126000', '192552.129000', '192552.132000', '192552.134000', '192552.137000', '192552.139000', '192552.142000', '192552.145000', '192552.147000', '192552.150000', '192552.153000', '192552.155000', '192552.158000', '192552.160000', '192552.163000', '192552.166000', '192612.034000', '192612.037000', '192612.040000', '192612.043000', '192612.045000', '192612.048000', '192612.050000', '192612.053000', '192612.056000', '192612.058000', '192612.061000', '192612.064000', '192612.066000', '192612.069000', '192612.071000', '192612.074000', '192612.077000', '192612.079000', '192612.082000', '192612.085000', '192612.087000', '192612.090000', '192612.092000', '192612.095000', '192612.098000', '192612.100000', '192612.103000', '192612.105000', '192612.108000', '192612.111000', '192612.113000', '192612.116000', '192612.118000', '192612.121000', '192612.124000', '192612.127000', '192612.129000', '192612.132000', '192612.134000', '192612.137000', '192612.140000', '192612.142000', '192612.145000', '192612.148000', '192632.036000', '192632.039000', '192632.042000', '192632.044000', '192632.047000', '192632.050000', '192632.052000', '192632.055000', '192632.057000', '192632.060000', '192632.063000', '192632.065000', '192632.068000', '192632.071000', '192632.073000', '192632.076000', '192632.078000', '192632.081000', '192632.084000', '192632.086000', '192632.089000', '192632.091000', '192632.094000', '192632.097000', '192632.099000', '192632.102000', '192632.105000', '192632.107000', '192632.110000', '192632.112000', '192632.115000', '192632.118000', '192632.120000', '192632.123000', '192632.126000', '192632.128000', '192632.131000', '192632.134000', '192632.136000', '192632.139000', '192632.141000', '192632.144000', '192632.147000', '192652.035000', '192652.038000', '192652.041000', '192652.043000', '192652.046000', '192652.049000', '192652.051000', '192652.054000', '192652.056000', '192652.059000', '192652.062000', '192652.064000', '192652.067000', '192652.069000', '192652.072000', '192652.075000', '192652.077000', '192652.080000', '192652.083000', '192652.085000', '192652.089000', '192652.092000', '192652.095000', '192652.097000', '192652.100000', '192652.103000', '192652.105000', '192652.108000', '192652.111000', '192652.113000', '192652.116000', '192652.119000', '192652.129000', '192652.132000', '192652.134000', '192652.137000', '192652.140000', '192652.142000', '192652.145000', '192652.148000', '192652.151000', '192652.153000', '192652.156000', '192652.158000', '192712.035000', '192712.038000', '192712.041000', '192712.043000', '192712.047000', '192712.049000', '192712.052000', '192712.054000', '192712.057000', '192712.060000', '192712.063000', '192712.065000', '192712.068000', '192712.071000', '192712.073000', '192712.076000', '192712.078000', '192712.081000', '192712.084000', '192712.086000', '192712.089000', '192712.092000', '192712.094000', '192712.097000', '192712.099000', '192712.102000', '192712.104000', '192712.107000', '192712.110000', '192712.112000', '192712.115000', '192712.117000', '192712.120000', '192712.123000', '192712.125000', '192712.128000', '192712.131000', '192712.133000', '192712.136000', '192712.138000', '192712.141000', '192712.144000', '192712.146000', '192732.036000', '192732.039000', '192732.042000', '192732.044000', '192732.056000', '192732.059000', '192732.061000', '192732.064000', '192732.067000', '192732.070000', '192732.072000', '192732.075000', '192732.077000', '192732.080000', '192732.082000', '192732.085000', '192732.088000', '192732.090000', '192732.093000', '192732.096000', '192732.098000', '192732.101000', '192732.104000', '192732.106000', '192732.109000', '192732.112000', '192732.114000', '192732.117000', '192732.119000', '192732.122000', '192732.125000', '192732.127000', '192732.130000', '192732.133000', '192732.135000', '192732.138000', '192732.140000', '192732.143000', '192732.146000', '192732.148000', '192732.151000', '192732.154000', '192732.156000', '192752.035000', '192752.049000', '192752.052000', '192752.054000', '192752.057000', '192752.060000', '192752.062000', '192752.065000', '192752.067000', '192752.070000', '192752.073000', '192752.075000', '192752.078000', '192752.080000', '192752.083000', '192752.086000', '192752.088000', '192752.091000', '192752.093000', '192752.096000', '192752.099000', '192752.101000', '192752.104000', '192752.106000', '192752.109000', '192752.112000', '192752.114000', '192752.117000', '192752.119000', '192752.122000', '192752.125000', '192752.127000', '192752.130000', '192752.133000', '192752.135000', '192752.138000', '192752.140000', '192752.143000', '192752.146000', '192752.148000', '192752.151000', '192752.154000', '192752.156000', '192812.034000', '192812.037000', '192812.040000', '192812.042000', '192812.045000', '192812.047000', '192812.050000', '192812.053000', '192812.055000', '192812.058000', '192812.060000', '192812.063000', '192812.066000', '192812.068000', '192812.071000', '192812.073000', '192812.076000', '192812.079000', '192812.081000', '192812.084000', '192812.087000', '192812.090000', '192812.093000', '192812.096000', '192812.099000', '192812.103000', '192812.106000', '192812.109000', '192812.111000', '192812.114000', '192812.116000', '192812.119000', '192812.122000', '192812.124000', '192812.128000', '192812.131000', '192812.133000', '192812.136000', '192812.139000', '192812.141000', '192812.144000', '192812.147000', '192812.149000', '192812.152000', '192832.035000', '192832.038000', '192832.041000', '192832.044000', '192832.046000', '192832.049000', '192832.051000', '192832.054000', '192832.056000', '192832.059000', '192832.062000', '192832.064000', '192832.067000', '192832.069000', '192832.072000', '192832.075000', '192832.078000', '192832.080000', '192832.083000', '192832.086000', '192832.088000', '192832.091000', '192832.094000', '192832.096000', '192832.099000', '192832.101000', '192832.104000', '192832.107000', '192832.109000', '192832.112000', '192832.115000', '192832.118000', '192832.120000', '192832.123000', '192832.125000', '192832.128000', '192832.131000', '192832.133000', '192832.136000', '192832.139000', '192832.141000', '192832.144000', '192832.146000', '192832.149000', '192852.035000', '192852.039000', '192852.041000', '192852.044000', '192852.046000', '192852.049000', '192852.052000', '192852.055000', '192852.057000', '192852.060000', '192852.063000', '192852.065000', '192852.068000', '192852.070000', '192852.073000', '192852.090000', '192852.093000', '192852.095000', '192852.098000', '192852.101000', '192852.103000', '192852.106000', '192852.108000', '192852.111000', '192852.114000', '192852.116000', '192852.119000', '192852.121000', '192852.124000', '192852.127000', '192852.129000', '192852.132000', '192852.134000', '192852.137000', '192852.139000', '192852.142000', '192852.145000', '192852.147000', '192852.150000', '192852.152000', '192852.155000', '192852.157000', '192852.160000', '192912.036000', '192912.038000', '192912.042000', '192912.045000', '192912.047000', '192912.050000', '192912.053000', '192912.055000', '192912.058000', '192912.060000', '192912.063000', '192912.066000', '192912.068000', '192912.071000', '192912.074000', '192912.076000', '192912.079000', '192912.082000', '192912.084000', '192912.087000', '192912.089000', '192912.092000', '192912.095000', '192912.097000', '192912.100000', '192912.103000', '192912.105000', '192912.110000', '192912.112000', '192912.115000', '192912.118000', '192912.120000', '192912.123000', '192912.125000', '192912.128000', '192912.131000', '192912.133000', '192912.136000', '192912.138000', '192912.141000', '192912.144000', '192912.146000', '192912.149000', '192912.152000', '192932.035000', '192932.038000', '192932.041000', '192932.044000', '192932.046000', '192932.049000', '192932.052000', '192932.054000', '192932.057000', '192932.059000', '192932.062000', '192932.065000', '192932.067000', '192932.070000', '192932.073000', '192932.075000', '192932.078000', '192932.080000', '192932.083000', '192932.086000', '192932.088000', '192932.091000', '192932.093000', '192932.096000', '192932.099000', '192932.101000', '192932.104000', '192932.106000', '192932.109000', '192932.112000', '192932.114000', '192932.117000', '192932.119000', '192932.122000', '192932.125000', '192932.127000', '192932.130000', '192932.132000', '192932.136000', '192932.139000', '192932.142000', '192932.144000', '192932.147000', '192952.036000', '192952.038000', '192952.041000', '192952.044000', '192952.046000', '192952.049000', '192952.052000', '192952.054000', '192952.057000', '192952.060000', '192952.062000', '192952.065000', '192952.067000', '192952.070000', '192952.073000', '192952.075000', '192952.078000', '192952.081000', '192952.083000', '192952.086000', '192952.088000', '192952.091000', '192952.094000', '192952.096000', '192952.099000', '192952.101000', '192952.104000', '192952.107000', '192952.109000', '192952.112000', '192952.114000', '192952.117000', '192952.120000', '192952.122000', '192952.125000', '192952.127000', '192952.130000', '192952.133000', '192952.135000', '192952.138000', '192952.141000', '192952.143000', '192952.146000', '192952.149000', '193012.035000', '193012.037000', '193012.040000', '193012.043000', '193012.045000', '193012.048000', '193012.050000', '193012.053000', '193012.056000', '193012.058000', '193012.061000', '193012.064000', '193012.066000', '193012.069000', '193012.071000', '193012.074000', '193012.077000', '193012.079000', '193012.082000', '193012.084000', '193012.087000', '193012.089000', '193012.092000', '193012.095000', '193012.097000', '193012.100000', '193012.115000', '193012.118000', '193012.120000', '193012.123000', '193012.125000', '193012.128000', '193012.130000', '193012.133000', '193012.136000', '193012.139000', '193012.142000', '193012.144000', '193012.148000', '193012.151000', '193012.153000', '193012.156000', '193012.159000', '193032.035000', '193032.038000', '193032.040000', '193032.043000', '193032.045000', '193032.048000', '193032.051000', '193032.053000', '193032.056000', '193032.058000', '193032.061000', '193032.064000', '193032.066000', '193032.069000', '193032.071000', '193032.074000', '193032.077000', '193032.080000', '193032.082000', '193032.085000', '193032.088000', '193032.090000', '193032.093000', '193032.096000', '193032.099000', '193032.101000', '193032.104000', '193032.106000', '193032.109000', '193032.112000', '193032.114000', '193032.117000', '193032.119000', '193032.122000', '193032.125000', '193032.127000', '193032.130000', '193032.132000', '193032.135000', '193032.138000', '193032.140000', '193032.143000', '193032.146000', '193032.148000', '193032.821000', '193032.824000'], 'InstanceCreationTime': ['192352.066000', '192352.069000', '192352.072000', '192352.075000', '192352.082000', '192352.085000', '192352.087000', '192352.090000', '192352.092000', '192352.095000', '192352.098000', '192352.100000', '192352.105000', '192352.108000', '192352.111000', '192352.113000', '192352.116000', '192352.118000', '192352.121000', '192352.123000', '192352.126000', '192352.128000', '192352.131000', '192352.134000', '192352.136000', '192352.139000', '192352.141000', '192352.144000', '192352.146000', '192352.149000', '192352.151000', '192352.154000', '192352.157000', '192352.159000', '192352.162000', '192352.164000', '192352.167000', '192352.170000', '192352.172000', '192352.176000', '192352.178000', '192352.181000', '192412.035000', '192412.038000', '192412.041000', '192412.043000', '192412.046000', '192412.048000', '192412.051000', '192412.054000', '192412.056000', '192412.059000', '192412.061000', '192412.064000', '192412.067000', '192412.070000', '192412.078000', '192412.081000', '192412.083000', '192412.086000', '192412.088000', '192412.091000', '192412.094000', '192412.096000', '192412.099000', '192412.102000', '192412.104000', '192412.107000', '192412.109000', '192412.128000', '192412.131000', '192412.133000', '192412.136000', '192412.138000', '192412.141000', '192412.143000', '192412.146000', '192412.149000', '192412.151000', '192412.154000', '192412.156000', '192412.159000', '192412.161000', '192412.164000', '192412.167000', '192412.169000', '192432.036000', '192432.038000', '192432.041000', '192432.044000', '192432.047000', '192432.049000', '192432.052000', '192432.054000', '192432.057000', '192432.060000', '192432.063000', '192432.065000', '192432.068000', '192432.070000', '192432.073000', '192432.076000', '192432.078000', '192432.081000', '192432.083000', '192432.086000', '192432.088000', '192432.091000', '192432.093000', '192432.096000', '192432.099000', '192432.101000', '192432.104000', '192432.106000', '192432.109000', '192432.112000', '192432.114000', '192432.125000', '192432.127000', '192432.130000', '192432.132000', '192432.135000', '192432.137000', '192432.140000', '192432.143000', '192432.145000', '192432.148000', '192432.150000', '192432.153000', '192452.035000', '192452.038000', '192452.041000', '192452.043000', '192452.046000', '192452.049000', '192452.051000', '192452.054000', '192452.056000', '192452.059000', '192452.062000', '192452.064000', '192452.067000', '192452.070000', '192452.072000', '192452.075000', '192452.077000', '192452.080000', '192452.082000', '192452.085000', '192452.088000', '192452.090000', '192452.093000', '192452.095000', '192452.098000', '192452.101000', '192452.103000', '192452.106000', '192452.108000', '192452.111000', '192452.114000', '192452.116000', '192452.119000', '192452.122000', '192452.124000', '192452.127000', '192452.129000', '192452.132000', '192452.135000', '192452.137000', '192452.140000', '192452.142000', '192452.145000', '192452.148000', '192512.036000', '192512.038000', '192512.041000', '192512.044000', '192512.046000', '192512.049000', '192512.051000', '192512.054000', '192512.056000', '192512.059000', '192512.062000', '192512.065000', '192512.067000', '192512.073000', '192512.075000', '192512.078000', '192512.081000', '192512.083000', '192512.086000', '192512.088000', '192512.091000', '192512.093000', '192512.096000', '192512.099000', '192512.101000', '192512.104000', '192512.106000', '192512.109000', '192512.112000', '192512.114000', '192512.117000', '192512.119000', '192512.122000', '192512.124000', '192512.127000', '192512.130000', '192512.132000', '192512.135000', '192512.138000', '192512.140000', '192512.143000', '192512.145000', '192512.148000', '192532.034000', '192532.037000', '192532.040000', '192532.042000', '192532.045000', '192532.048000', '192532.051000', '192532.054000', '192532.056000', '192532.059000', '192532.062000', '192532.064000', '192532.067000', '192532.070000', '192532.072000', '192532.075000', '192532.077000', '192532.080000', '192532.082000', '192532.085000', '192532.088000', '192532.091000', '192532.093000', '192532.096000', '192532.099000', '192532.101000', '192532.104000', '192532.107000', '192532.109000', '192532.112000', '192532.114000', '192532.117000', '192532.120000', '192532.122000', '192532.125000', '192532.127000', '192532.130000', '192532.138000', '192532.140000', '192532.143000', '192532.146000', '192532.148000', '192532.151000', '192532.154000', '192552.034000', '192552.037000', '192552.040000', '192552.043000', '192552.045000', '192552.048000', '192552.050000', '192552.053000', '192552.077000', '192552.080000', '192552.082000', '192552.085000', '192552.087000', '192552.090000', '192552.093000', '192552.095000', '192552.098000', '192552.100000', '192552.103000', '192552.106000', '192552.108000', '192552.111000', '192552.113000', '192552.116000', '192552.119000', '192552.121000', '192552.124000', '192552.126000', '192552.129000', '192552.132000', '192552.134000', '192552.137000', '192552.139000', '192552.142000', '192552.145000', '192552.147000', '192552.150000', '192552.153000', '192552.155000', '192552.158000', '192552.160000', '192552.163000', '192552.166000', '192612.034000', '192612.037000', '192612.040000', '192612.043000', '192612.045000', '192612.048000', '192612.050000', '192612.053000', '192612.056000', '192612.058000', '192612.061000', '192612.064000', '192612.066000', '192612.069000', '192612.071000', '192612.074000', '192612.077000', '192612.079000', '192612.082000', '192612.085000', '192612.087000', '192612.090000', '192612.092000', '192612.095000', '192612.098000', '192612.100000', '192612.103000', '192612.105000', '192612.108000', '192612.111000', '192612.113000', '192612.116000', '192612.118000', '192612.121000', '192612.124000', '192612.127000', '192612.129000', '192612.132000', '192612.134000', '192612.137000', '192612.140000', '192612.142000', '192612.145000', '192612.148000', '192632.036000', '192632.039000', '192632.042000', '192632.044000', '192632.047000', '192632.050000', '192632.052000', '192632.055000', '192632.057000', '192632.060000', '192632.063000', '192632.065000', '192632.068000', '192632.071000', '192632.073000', '192632.076000', '192632.078000', '192632.081000', '192632.084000', '192632.086000', '192632.089000', '192632.091000', '192632.094000', '192632.097000', '192632.099000', '192632.102000', '192632.105000', '192632.107000', '192632.110000', '192632.112000', '192632.115000', '192632.118000', '192632.120000', '192632.123000', '192632.126000', '192632.128000', '192632.131000', '192632.134000', '192632.136000', '192632.139000', '192632.141000', '192632.144000', '192632.147000', '192652.035000', '192652.038000', '192652.041000', '192652.043000', '192652.046000', '192652.049000', '192652.051000', '192652.054000', '192652.056000', '192652.059000', '192652.062000', '192652.064000', '192652.067000', '192652.069000', '192652.072000', '192652.075000', '192652.077000', '192652.080000', '192652.083000', '192652.085000', '192652.089000', '192652.092000', '192652.095000', '192652.097000', '192652.100000', '192652.103000', '192652.105000', '192652.108000', '192652.111000', '192652.113000', '192652.116000', '192652.119000', '192652.129000', '192652.132000', '192652.134000', '192652.137000', '192652.140000', '192652.142000', '192652.145000', '192652.148000', '192652.151000', '192652.153000', '192652.156000', '192652.158000', '192712.035000', '192712.038000', '192712.041000', '192712.043000', '192712.047000', '192712.049000', '192712.052000', '192712.054000', '192712.057000', '192712.060000', '192712.063000', '192712.065000', '192712.068000', '192712.071000', '192712.073000', '192712.076000', '192712.078000', '192712.081000', '192712.084000', '192712.086000', '192712.089000', '192712.092000', '192712.094000', '192712.097000', '192712.099000', '192712.102000', '192712.104000', '192712.107000', '192712.110000', '192712.112000', '192712.115000', '192712.117000', '192712.120000', '192712.123000', '192712.125000', '192712.128000', '192712.131000', '192712.133000', '192712.136000', '192712.138000', '192712.141000', '192712.144000', '192712.146000', '192732.036000', '192732.039000', '192732.042000', '192732.044000', '192732.056000', '192732.059000', '192732.061000', '192732.064000', '192732.067000', '192732.070000', '192732.072000', '192732.075000', '192732.077000', '192732.080000', '192732.082000', '192732.085000', '192732.088000', '192732.090000', '192732.093000', '192732.096000', '192732.098000', '192732.101000', '192732.104000', '192732.106000', '192732.109000', '192732.112000', '192732.114000', '192732.117000', '192732.119000', '192732.122000', '192732.125000', '192732.127000', '192732.130000', '192732.133000', '192732.135000', '192732.138000', '192732.140000', '192732.143000', '192732.146000', '192732.148000', '192732.151000', '192732.154000', '192732.156000', '192752.035000', '192752.049000', '192752.052000', '192752.054000', '192752.057000', '192752.060000', '192752.062000', '192752.065000', '192752.067000', '192752.070000', '192752.073000', '192752.075000', '192752.078000', '192752.080000', '192752.083000', '192752.086000', '192752.088000', '192752.091000', '192752.093000', '192752.096000', '192752.099000', '192752.101000', '192752.104000', '192752.106000', '192752.109000', '192752.112000', '192752.114000', '192752.117000', '192752.119000', '192752.122000', '192752.125000', '192752.127000', '192752.130000', '192752.133000', '192752.135000', '192752.138000', '192752.140000', '192752.143000', '192752.146000', '192752.148000', '192752.151000', '192752.154000', '192752.156000', '192812.034000', '192812.037000', '192812.040000', '192812.042000', '192812.045000', '192812.047000', '192812.050000', '192812.053000', '192812.055000', '192812.058000', '192812.060000', '192812.063000', '192812.066000', '192812.068000', '192812.071000', '192812.073000', '192812.076000', '192812.079000', '192812.081000', '192812.084000', '192812.087000', '192812.090000', '192812.093000', '192812.096000', '192812.099000', '192812.103000', '192812.106000', '192812.109000', '192812.111000', '192812.114000', '192812.116000', '192812.119000', '192812.122000', '192812.124000', '192812.128000', '192812.131000', '192812.133000', '192812.136000', '192812.139000', '192812.141000', '192812.144000', '192812.147000', '192812.149000', '192812.152000', '192832.035000', '192832.038000', '192832.041000', '192832.044000', '192832.046000', '192832.049000', '192832.051000', '192832.054000', '192832.056000', '192832.059000', '192832.062000', '192832.064000', '192832.067000', '192832.069000', '192832.072000', '192832.075000', '192832.078000', '192832.080000', '192832.083000', '192832.086000', '192832.088000', '192832.091000', '192832.094000', '192832.096000', '192832.099000', '192832.101000', '192832.104000', '192832.107000', '192832.109000', '192832.112000', '192832.115000', '192832.118000', '192832.120000', '192832.123000', '192832.125000', '192832.128000', '192832.131000', '192832.133000', '192832.136000', '192832.139000', '192832.141000', '192832.144000', '192832.146000', '192832.149000', '192852.035000', '192852.039000', '192852.041000', '192852.044000', '192852.046000', '192852.049000', '192852.052000', '192852.055000', '192852.057000', '192852.060000', '192852.063000', '192852.065000', '192852.068000', '192852.070000', '192852.073000', '192852.090000', '192852.093000', '192852.095000', '192852.098000', '192852.101000', '192852.103000', '192852.106000', '192852.108000', '192852.111000', '192852.114000', '192852.116000', '192852.119000', '192852.121000', '192852.124000', '192852.127000', '192852.129000', '192852.132000', '192852.134000', '192852.137000', '192852.139000', '192852.142000', '192852.145000', '192852.147000', '192852.150000', '192852.152000', '192852.155000', '192852.157000', '192852.160000', '192912.036000', '192912.038000', '192912.042000', '192912.045000', '192912.047000', '192912.050000', '192912.053000', '192912.055000', '192912.058000', '192912.060000', '192912.063000', '192912.066000', '192912.068000', '192912.071000', '192912.074000', '192912.076000', '192912.079000', '192912.082000', '192912.084000', '192912.087000', '192912.089000', '192912.092000', '192912.095000', '192912.097000', '192912.100000', '192912.103000', '192912.105000', '192912.110000', '192912.112000', '192912.115000', '192912.118000', '192912.120000', '192912.123000', '192912.125000', '192912.128000', '192912.131000', '192912.133000', '192912.136000', '192912.138000', '192912.141000', '192912.144000', '192912.146000', '192912.149000', '192912.152000', '192932.035000', '192932.038000', '192932.041000', '192932.044000', '192932.046000', '192932.049000', '192932.052000', '192932.054000', '192932.057000', '192932.059000', '192932.062000', '192932.065000', '192932.067000', '192932.070000', '192932.073000', '192932.075000', '192932.078000', '192932.080000', '192932.083000', '192932.086000', '192932.088000', '192932.091000', '192932.093000', '192932.096000', '192932.099000', '192932.101000', '192932.104000', '192932.106000', '192932.109000', '192932.112000', '192932.114000', '192932.117000', '192932.119000', '192932.122000', '192932.125000', '192932.127000', '192932.130000', '192932.132000', '192932.136000', '192932.139000', '192932.142000', '192932.144000', '192932.147000', '192952.036000', '192952.038000', '192952.041000', '192952.044000', '192952.046000', '192952.049000', '192952.052000', '192952.054000', '192952.057000', '192952.060000', '192952.062000', '192952.065000', '192952.067000', '192952.070000', '192952.073000', '192952.075000', '192952.078000', '192952.081000', '192952.083000', '192952.086000', '192952.088000', '192952.091000', '192952.094000', '192952.096000', '192952.099000', '192952.101000', '192952.104000', '192952.107000', '192952.109000', '192952.112000', '192952.114000', '192952.117000', '192952.120000', '192952.122000', '192952.125000', '192952.127000', '192952.130000', '192952.133000', '192952.135000', '192952.138000', '192952.141000', '192952.143000', '192952.146000', '192952.149000', '193012.035000', '193012.037000', '193012.040000', '193012.043000', '193012.045000', '193012.048000', '193012.050000', '193012.053000', '193012.056000', '193012.058000', '193012.061000', '193012.064000', '193012.066000', '193012.069000', '193012.071000', '193012.074000', '193012.077000', '193012.079000', '193012.082000', '193012.084000', '193012.087000', '193012.089000', '193012.092000', '193012.095000', '193012.097000', '193012.100000', '193012.115000', '193012.118000', '193012.120000', '193012.123000', '193012.125000', '193012.128000', '193012.130000', '193012.133000', '193012.136000', '193012.139000', '193012.142000', '193012.144000', '193012.148000', '193012.151000', '193012.153000', '193012.156000', '193012.159000', '193032.035000', '193032.038000', '193032.040000', '193032.043000', '193032.045000', '193032.048000', '193032.051000', '193032.053000', '193032.056000', '193032.058000', '193032.061000', '193032.064000', '193032.066000', '193032.069000', '193032.071000', '193032.074000', '193032.077000', '193032.080000', '193032.082000', '193032.085000', '193032.088000', '193032.090000', '193032.093000', '193032.096000', '193032.099000', '193032.101000', '193032.104000', '193032.106000', '193032.109000', '193032.112000', '193032.114000', '193032.117000', '193032.119000', '193032.122000', '193032.125000', '193032.127000', '193032.130000', '193032.132000', '193032.135000', '193032.138000', '193032.140000', '193032.143000', '193032.146000', '193032.148000', '193032.821000', '193032.824000'], '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': [11683, 8973, 9648, 8918, 8464, 8423, 8563, 15273, 8786, 11962, 8934, 8278, 8944, 8524, 9031, 8557, 11988, 8599, 8673, 8633, 8605, 8894, 8610, 9005, 8507, 11210, 8617, 11451, 8766, 8866, 8813, 8563, 8727, 8686, 8802, 8506, 12294, 8563, 11884, 9205, 12828, 8980, 8822, 8840, 8624, 11878, 8790, 11403, 8671, 9232, 8755, 10059, 8753, 8968, 9045, 8576, 8747, 8927, 10658, 8669, 10839, 8761, 10422, 8721, 9972, 8910, 9404, 9196, 8660, 8726, 8666, 8909, 8494, 8801, 8654, 11731, 8688, 10241, 8740, 9717, 8914, 8554, 9037, 8314, 12172, 8609, 11462, 8736, 10703, 8793, 10976, 8858, 10874, 9009, 8796, 9084, 8640, 9139, 8465, 9122, 8379, 8656, 8671, 13304, 8889, 12033, 8880, 8443, 8922, 8519, 8825, 9177, 9013, 8426, 13337, 8725, 12105, 8875, 10367, 8982, 8633, 9134, 8523, 9167, 11529, 9062, 8908, 9245, 8665, 9179, 8925, 9124, 8689, 9281, 8612, 13529, 8702, 14323, 8943, 11182, 9202, 8720, 9132, 9982, 9158, 8434, 9538, 8610, 11579, 8700, 13593, 9242, 11588, 9180, 9035, 9195, 9399, 8685, 9144, 8515, 9317, 12339, 9388, 9784, 9319, 11045, 9271, 14043, 9297, 9262, 9294, 8411, 9090, 8468, 8813, 8912, 9674, 9082, 8795, 8860, 9565, 9601, 8494, 9207, 8267, 8717, 8383, 13532, 8827, 12318, 8818, 9807, 9137, 10983, 9100, 8867, 9084, 8336, 8499, 8598, 12107, 8958, 10445, 8843, 8556, 9061, 8719, 9168, 8610, 9077, 8356, 9114, 8855, 12970, 8688, 11782, 8798, 10367, 9250, 9176, 9222, 8130, 8997, 8291, 8940, 8221, 11607, 8625, 10553, 8599, 10635, 9089, 8223, 9106, 8598, 8754, 8652, 8709, 8346, 11330, 8509, 9867, 8398, 10493, 8877, 8536, 9005, 8482, 8744, 8351, 9035, 8398, 9253, 8488, 8884, 8994, 9248, 9101, 8449, 9066, 8336, 8661, 8841, 13076, 8681, 13278, 8958, 12155, 8735, 11731, 9119, 8226, 8702, 8949, 13062, 8569, 11135, 8721, 8600, 8834, 8649, 8462, 8316, 11092, 8559, 9394, 8804, 8623, 8616, 9421, 9120, 8495, 8673, 8576, 13244, 8509, 12374, 8860, 9265, 8794, 8609, 8659, 9963, 8956, 8414, 8640, 8478, 13132, 8729, 11114, 8863, 8637, 8919, 8526, 8918, 8686, 8997, 8515, 8737, 8644, 11314, 8676, 10630, 8945, 8455, 9039, 8612, 8803, 8703, 9029, 8319, 8536, 8277, 10882, 8752, 12221, 8697, 10066, 8911, 9162, 8723, 10368, 9275, 8374, 8570, 8582, 12902, 8571, 13759, 8899, 9710, 9117, 8339, 8920, 8417, 9070, 8703, 12196, 9012, 8545, 8968, 8839, 9150, 8543, 9035, 8595, 10572, 8556, 11695, 9009, 9512, 9089, 8580, 8825, 8644, 9022, 8342, 11554, 8665, 14149, 8683, 12654, 9085, 9958, 9126, 8557, 8532, 8537, 10461, 8603, 11005, 8755, 9209, 8792, 9874, 9217, 8375, 9114, 8602, 8400, 8374, 9477, 8667, 11793, 8775, 10768, 8689, 10085, 8945, 8466, 9128, 8334, 8763, 9965, 9147, 8451, 9191, 8474, 9218, 8734, 9195, 8866, 9016, 13135, 8860, 9378, 8230, 9323, 9146, 10268, 14919, 9167, 9565, 9252, 8570, 8959, 8525, 16015, 8663, 12100, 8940, 8372, 8528, 8374, 8582, 8389, 11499, 8598, 9974, 8797, 8563, 8553, 8808, 8730, 8564, 9459, 8596, 8979, 8511, 11379, 8703, 8092, 8962, 8748, 8647, 8572, 11511, 8603, 11830, 8446, 9571, 8802, 10634, 8851, 8793, 9025, 8369, 8771, 8840, 11418, 8806, 9106, 8539, 9157, 8706, 10261, 8660, 9991, 9017, 8657, 8962, 8390, 8576, 8781, 9051, 8483, 11961, 8632, 8214, 8672, 8648, 8621, 8517, 8708, 8596, 9966, 8481, 9373, 8688, 10102, 8742, 8587, 8687, 8379, 14069, 8377, 11715, 8838, 8323, 8654, 8556, 8646, 8405, 10629, 8465, 10832, 8332, 10342, 8788, 9849, 8767, 8645, 8625, 8478, 12718, 8577, 14571, 8560, 11770, 8727, 10542, 8581, 8354, 8881, 8419, 8652, 8356, 11525, 8610, 8812, 8713, 8282, 8648, 8284, 8677, 8270, 9737, 8388, 9182, 8440, 10380, 8891, 8571, 8958, 8768, 8472, 8562, 8780, 8529, 12667, 8780, 12356, 9415, 12712, 9240, 8380, 8892, 8534, 8549, 8640, 12486, 8584, 10166, 8572, 8946, 8777, 9988, 9158, 8412, 8917, 8530, 11077, 8437, 13503, 8756, 10641, 8721, 9399, 8494, 10845, 8791, 8517, 8918, 8282, 8601, 8435, 8760, 8627, 10779, 8766, 10800, 8757, 10114, 8933, 8648, 9024, 8500, 9008, 10854, 9117, 8321, 9045, 8206, 11464, 9360, 14076, 8674, 11809, 8609, 8338, 8650, 8980, 8847, 10416, 8919, 8444, 10732, 8623, 16222, 12047, 14399, 8740, 10569, 8794, 8568, 8343, 8627, 8701, 8112, 8983, 8443, 8438, 8436, 12372, 8552, 10461, 8719, 8551, 8606, 8431, 8590, 10632, 9103, 8457, 8903, 8278, 8238, 8511, 9926, 8414, 8834, 8736, 8462, 8353, 11113, 8455, 11011, 8595, 9435, 8553, 10591, 8628, 11463, 8976, 8413, 8947, 8544, 8675, 10165, 8838, 8426, 8438, 8249, 11638, 8548, 11520, 8784, 9516, 8895, 8515, 9264, 10948, 8589, 8618, 8688, 8730, 13420, 9255, 10059, 8859, 9705, 8610, 14476, 9609, 11505, 9274, 8262, 8737, 9514, 8887, 8458, 8864, 8391, 11785, 8500, 11114, 8415, 10278, 8668, 8605, 8498, 8270, 8961, 8509, 8970, 8620, 10917, 8283, 12459, 8687, 10683, 8877, 8173, 8620, 9094, 11079, 11330, 8810, 8400, 8627, 8448, 12467, 8641, 13666, 8779, 11742, 8584, 10280, 8736, 11138, 8774, 8567, 9038, 8500, 8648, 9381, 9055, 8227, 9290, 8194, 9757, 9704, 9093, 7901, 9388, 7960, 9298, 8797, 9200, 9183, 8565, 12510, 10425, 9023, 8089, 9432, 8264, 9345, 12580, 12309, 8253, 12426, 8369, 11194, 8443, 11452, 8907, 8644, 9196, 8222, 8612, 8289, 9024, 8394, 8513, 8473, 10267, 8314, 11068, 8735, 9501, 8742, 8419, 8608, 8991, 8863, 8093, 9098, 8231, 8520, 8249, 10928, 8260, 9122, 8269, 8641, 8208, 13778, 8936, 12770, 8482, 11092, 8474, 9284, 8614, 10260, 8396, 8550, 8270, 10906, 13227, 8795, 9411, 9124, 8231, 12660, 8353, 16426, 9601, 12686, 8883, 8339, 8474, 8143, 8647, 8107, 8958, 8307, 8849, 8330, 10786, 8235, 10756, 8814, 8721, 8847, 8730, 8654, 10682, 8627, 11824, 8903, 8069, 8910, 8219, 13629, 9605, 13968, 8384, 8782, 8451, 8510, 8313, 8364, 8839, 8439, 8653, 8347, 11159, 8412, 10527, 8652, 8373, 8695, 8311, 13135, 8535, 10891, 8814, 8220, 8595, 8213, 11061, 8550, 11904, 8547, 8491, 8866, 8492, 8823, 7971, 9578, 8493, 11794], 'WindowCenter': [3960.0, 3912.0, 3907.0, 3884.0, 3872.0, 3871.0, 3870.0, 3921.0, 3868.0, 3898.0, 3866.0, 3855.0, 3866.0, 3855.0, 3865.0, 3866.0, 3896.0, 3866.0, 3866.0, 3867.0, 3866.0, 3868.0, 3867.0, 3867.0, 3867.0, 3899.0, 3868.0, 3899.0, 3868.0, 3867.0, 3868.0, 3868.0, 3868.0, 3868.0, 3878.0, 3868.0, 3909.0, 3870.0, 3899.0, 3880.0, 3909.0, 3867.0, 3866.0, 3867.0, 3867.0, 3899.0, 3868.0, 3898.0, 3868.0, 3877.0, 3868.0, 3877.0, 3868.0, 3868.0, 3868.0, 3866.0, 3868.0, 3878.0, 3888.0, 3868.0, 3888.0, 3867.0, 3888.0, 3868.0, 3877.0, 3868.0, 3877.0, 3878.0, 3867.0, 3868.0, 3867.0, 3868.0, 3868.0, 3869.0, 3867.0, 3898.0, 3868.0, 3888.0, 3868.0, 3877.0, 3868.0, 3867.0, 3878.0, 3869.0, 3909.0, 3869.0, 3898.0, 3867.0, 3887.0, 3868.0, 3887.0, 3868.0, 3888.0, 3879.0, 3867.0, 3879.0, 3868.0, 3879.0, 3869.0, 3878.0, 3868.0, 3879.0, 3880.0, 3909.0, 3880.0, 3909.0, 3867.0, 3867.0, 3878.0, 3867.0, 3867.0, 3878.0, 3867.0, 3856.0, 3908.0, 3867.0, 3897.0, 3868.0, 3876.0, 3866.0, 3865.0, 3878.0, 3867.0, 3878.0, 3899.0, 3878.0, 3867.0, 3878.0, 3867.0, 3879.0, 3879.0, 3879.0, 3868.0, 3878.0, 3868.0, 3921.0, 3868.0, 3920.0, 3867.0, 3887.0, 3877.0, 3866.0, 3877.0, 3877.0, 3867.0, 3856.0, 3876.0, 3867.0, 3898.0, 3867.0, 3908.0, 3877.0, 3896.0, 3879.0, 3866.0, 3878.0, 3877.0, 3867.0, 3879.0, 3880.0, 3891.0, 3911.0, 3879.0, 3888.0, 3879.0, 3899.0, 3879.0, 3922.0, 3878.0, 3877.0, 3878.0, 3868.0, 3867.0, 3857.0, 3866.0, 3866.0, 3876.0, 3867.0, 3866.0, 3868.0, 3877.0, 3878.0, 3867.0, 3878.0, 3868.0, 3868.0, 3867.0, 3909.0, 3867.0, 3897.0, 3867.0, 3877.0, 3867.0, 3887.0, 3866.0, 3866.0, 3866.0, 3856.0, 3867.0, 3867.0, 3898.0, 3868.0, 3887.0, 3867.0, 3867.0, 3867.0, 3867.0, 3877.0, 3867.0, 3867.0, 3868.0, 3867.0, 3868.0, 3908.0, 3866.0, 3897.0, 3867.0, 3876.0, 3866.0, 3865.0, 3867.0, 3855.0, 3867.0, 3856.0, 3866.0, 3857.0, 3886.0, 3866.0, 3887.0, 3867.0, 3886.0, 3866.0, 3855.0, 3867.0, 3867.0, 3867.0, 3867.0, 3867.0, 3856.0, 3887.0, 3867.0, 3878.0, 3868.0, 3888.0, 3868.0, 3866.0, 3869.0, 3868.0, 3868.0, 3868.0, 3868.0, 3868.0, 3879.0, 3868.0, 3880.0, 3879.0, 3880.0, 3880.0, 3869.0, 3880.0, 3872.0, 3881.0, 3881.0, 3911.0, 3869.0, 3910.0, 3879.0, 3910.0, 3868.0, 3900.0, 3867.0, 3858.0, 3867.0, 3868.0, 3910.0, 3867.0, 3887.0, 3867.0, 3855.0, 3868.0, 3867.0, 3867.0, 3868.0, 3898.0, 3867.0, 3877.0, 3868.0, 3867.0, 3868.0, 3878.0, 3877.0, 3867.0, 3868.0, 3868.0, 3909.0, 3868.0, 3899.0, 3867.0, 3866.0, 3868.0, 3867.0, 3867.0, 3879.0, 3867.0, 3868.0, 3868.0, 3868.0, 3909.0, 3868.0, 3898.0, 3868.0, 3867.0, 3879.0, 3868.0, 3879.0, 3868.0, 3867.0, 3868.0, 3867.0, 3868.0, 3899.0, 3868.0, 3888.0, 3867.0, 3856.0, 3879.0, 3868.0, 3869.0, 3868.0, 3867.0, 3868.0, 3868.0, 3869.0, 3899.0, 3869.0, 3910.0, 3879.0, 3889.0, 3880.0, 3879.0, 3869.0, 3891.0, 3879.0, 3868.0, 3868.0, 3869.0, 3910.0, 3869.0, 3920.0, 3868.0, 3877.0, 3868.0, 3867.0, 3867.0, 3868.0, 3879.0, 3868.0, 3910.0, 3879.0, 3868.0, 3879.0, 3868.0, 3878.0, 3867.0, 3867.0, 3868.0, 3890.0, 3868.0, 3900.0, 3879.0, 3878.0, 3868.0, 3868.0, 3879.0, 3868.0, 3880.0, 3869.0, 3899.0, 3868.0, 3921.0, 3869.0, 3910.0, 3868.0, 3878.0, 3879.0, 3868.0, 3869.0, 3868.0, 3888.0, 3867.0, 3888.0, 3868.0, 3878.0, 3868.0, 3878.0, 3878.0, 3857.0, 3879.0, 3868.0, 3857.0, 3869.0, 3877.0, 3867.0, 3899.0, 3868.0, 3888.0, 3868.0, 3887.0, 3867.0, 3856.0, 3879.0, 3868.0, 3868.0, 3890.0, 3879.0, 3868.0, 3878.0, 3868.0, 3880.0, 3869.0, 3881.0, 3881.0, 3881.0, 3924.0, 3881.0, 3880.0, 3870.0, 3892.0, 3892.0, 3891.0, 3934.0, 3880.0, 3879.0, 3879.0, 3869.0, 3882.0, 3881.0, 3931.0, 3868.0, 3898.0, 3868.0, 3855.0, 3866.0, 3856.0, 3866.0, 3859.0, 3898.0, 3867.0, 3876.0, 3867.0, 3866.0, 3856.0, 3866.0, 3855.0, 3855.0, 3865.0, 3866.0, 3866.0, 3867.0, 3898.0, 3856.0, 3845.0, 3866.0, 3867.0, 3867.0, 3867.0, 3898.0, 3868.0, 3898.0, 3857.0, 3878.0, 3868.0, 3888.0, 3867.0, 3867.0, 3867.0, 3857.0, 3868.0, 3868.0, 3898.0, 3869.0, 3868.0, 3868.0, 3878.0, 3869.0, 3889.0, 3869.0, 3878.0, 3868.0, 3867.0, 3879.0, 3869.0, 3869.0, 3869.0, 3868.0, 3868.0, 3898.0, 3867.0, 3856.0, 3868.0, 3868.0, 3869.0, 3869.0, 3869.0, 3869.0, 3890.0, 3870.0, 3879.0, 3869.0, 3891.0, 3869.0, 3869.0, 3870.0, 3870.0, 3923.0, 3870.0, 3900.0, 3868.0, 3867.0, 3880.0, 3869.0, 3867.0, 3869.0, 3890.0, 3868.0, 3900.0, 3871.0, 3889.0, 3869.0, 3878.0, 3868.0, 3868.0, 3869.0, 3868.0, 3909.0, 3868.0, 3919.0, 3867.0, 3898.0, 3868.0, 3887.0, 3868.0, 3856.0, 3866.0, 3856.0, 3867.0, 3856.0, 3899.0, 3867.0, 3866.0, 3867.0, 3867.0, 3868.0, 3857.0, 3868.0, 3868.0, 3877.0, 3868.0, 3878.0, 3868.0, 3889.0, 3879.0, 3868.0, 3879.0, 3869.0, 3869.0, 3870.0, 3870.0, 3869.0, 3910.0, 3881.0, 3911.0, 3881.0, 3910.0, 3878.0, 3857.0, 3868.0, 3870.0, 3869.0, 3868.0, 3909.0, 3868.0, 3888.0, 3870.0, 3868.0, 3868.0, 3889.0, 3878.0, 3857.0, 3868.0, 3868.0, 3898.0, 3868.0, 3909.0, 3868.0, 3888.0, 3870.0, 3878.0, 3868.0, 3889.0, 3867.0, 3867.0, 3879.0, 3868.0, 3868.0, 3868.0, 3868.0, 3868.0, 3899.0, 3869.0, 3889.0, 3869.0, 3889.0, 3879.0, 3868.0, 3880.0, 3869.0, 3879.0, 3899.0, 3868.0, 3869.0, 3882.0, 3871.0, 3900.0, 3879.0, 3921.0, 3869.0, 3899.0, 3867.0, 3856.0, 3868.0, 3867.0, 3868.0, 3889.0, 3868.0, 3857.0, 3890.0, 3868.0, 3931.0, 3899.0, 3919.0, 3867.0, 3887.0, 3867.0, 3867.0, 3857.0, 3867.0, 3867.0, 3857.0, 3867.0, 3870.0, 3868.0, 3868.0, 3909.0, 3869.0, 3888.0, 3868.0, 3867.0, 3869.0, 3868.0, 3868.0, 3889.0, 3868.0, 3868.0, 3879.0, 3869.0, 3869.0, 3869.0, 3890.0, 3870.0, 3879.0, 3869.0, 3869.0, 3870.0, 3900.0, 3870.0, 3900.0, 3869.0, 3880.0, 3883.0, 3900.0, 3881.0, 3901.0, 3880.0, 3868.0, 3880.0, 3869.0, 3868.0, 3889.0, 3869.0, 3857.0, 3868.0, 3869.0, 3899.0, 3868.0, 3899.0, 3869.0, 3878.0, 3881.0, 3880.0, 3880.0, 3900.0, 3880.0, 3882.0, 3882.0, 3881.0, 3924.0, 3881.0, 3890.0, 3880.0, 3890.0, 3871.0, 3922.0, 3891.0, 3900.0, 3880.0, 3869.0, 3869.0, 3879.0, 3869.0, 3857.0, 3867.0, 3857.0, 3899.0, 3869.0, 3888.0, 3869.0, 3888.0, 3868.0, 3867.0, 3868.0, 3868.0, 3868.0, 3868.0, 3867.0, 3868.0, 3889.0, 3869.0, 3910.0, 3869.0, 3888.0, 3868.0, 3857.0, 3868.0, 3868.0, 3888.0, 3900.0, 3867.0, 3856.0, 3866.0, 3868.0, 3909.0, 3868.0, 3920.0, 3868.0, 3899.0, 3868.0, 3888.0, 3868.0, 3899.0, 3867.0, 3866.0, 3868.0, 3869.0, 3869.0, 3878.0, 3867.0, 3867.0, 3878.0, 3868.0, 3877.0, 3890.0, 3879.0, 3859.0, 3879.0, 3870.0, 3878.0, 3867.0, 3879.0, 3892.0, 3883.0, 3923.0, 3902.0, 3881.0, 3870.0, 3880.0, 3870.0, 3881.0, 3912.0, 3912.0, 3869.0, 3899.0, 3858.0, 3900.0, 3869.0, 3899.0, 3868.0, 3867.0, 3878.0, 3868.0, 3869.0, 3869.0, 3880.0, 3869.0, 3868.0, 3869.0, 3890.0, 3869.0, 3900.0, 3869.0, 3879.0, 3869.0, 3869.0, 3870.0, 3880.0, 3881.0, 3859.0, 3869.0, 3869.0, 3870.0, 3871.0, 3901.0, 3869.0, 3879.0, 3869.0, 3870.0, 3870.0, 3922.0, 3882.0, 3910.0, 3869.0, 3899.0, 3869.0, 3880.0, 3869.0, 3889.0, 3870.0, 3882.0, 3872.0, 3902.0, 3924.0, 3870.0, 3879.0, 3879.0, 3868.0, 3911.0, 3870.0, 3931.0, 3879.0, 3909.0, 3867.0, 3856.0, 3868.0, 3856.0, 3867.0, 3857.0, 3867.0, 3857.0, 3879.0, 3869.0, 3899.0, 3870.0, 3900.0, 3880.0, 3869.0, 3880.0, 3882.0, 3881.0, 3901.0, 3870.0, 3912.0, 3868.0, 3857.0, 3868.0, 3869.0, 3922.0, 3879.0, 3920.0, 3857.0, 3867.0, 3869.0, 3868.0, 3869.0, 3870.0, 3879.0, 3869.0, 3869.0, 3870.0, 3901.0, 3869.0, 3890.0, 3869.0, 3869.0, 3868.0, 3869.0, 3922.0, 3868.0, 3888.0, 3867.0, 3856.0, 3867.0, 3869.0, 3900.0, 3869.0, 3899.0, 3868.0, 3867.0, 3880.0, 3880.0, 3879.0, 3870.0, 3878.0, 3868.0, 3899.0], 'WindowWidth': [8850.0, 8770.0, 8752.0, 8714.0, 8692.0, 8689.0, 8685.0, 8755.0, 8679.0, 8716.0, 8674.0, 8656.0, 8672.0, 8657.0, 8670.0, 8670.0, 8712.0, 8671.0, 8671.0, 8675.0, 8673.0, 8676.0, 8675.0, 8675.0, 8677.0, 8719.0, 8678.0, 8720.0, 8679.0, 8676.0, 8678.0, 8677.0, 8679.0, 8679.0, 8691.0, 8679.0, 8734.0, 8682.0, 8721.0, 8696.0, 8734.0, 8676.0, 8673.0, 8675.0, 8674.0, 8720.0, 8677.0, 8718.0, 8676.0, 8687.0, 8678.0, 8688.0, 8678.0, 8676.0, 8678.0, 8674.0, 8679.0, 8693.0, 8705.0, 8679.0, 8704.0, 8675.0, 8703.0, 8678.0, 8688.0, 8679.0, 8687.0, 8691.0, 8674.0, 8680.0, 8677.0, 8677.0, 8679.0, 8680.0, 8675.0, 8719.0, 8679.0, 8702.0, 8679.0, 8689.0, 8678.0, 8677.0, 8691.0, 8679.0, 8733.0, 8680.0, 8717.0, 8676.0, 8702.0, 8678.0, 8702.0, 8680.0, 8703.0, 8694.0, 8675.0, 8695.0, 8679.0, 8693.0, 8682.0, 8692.0, 8679.0, 8695.0, 8698.0, 8735.0, 8697.0, 8733.0, 8677.0, 8674.0, 8692.0, 8676.0, 8677.0, 8692.0, 8676.0, 8660.0, 8732.0, 8675.0, 8714.0, 8677.0, 8685.0, 8674.0, 8669.0, 8691.0, 8675.0, 8693.0, 8720.0, 8693.0, 8676.0, 8694.0, 8676.0, 8695.0, 8695.0, 8695.0, 8680.0, 8693.0, 8679.0, 8752.0, 8677.0, 8750.0, 8676.0, 8700.0, 8687.0, 8672.0, 8688.0, 8688.0, 8674.0, 8659.0, 8686.0, 8675.0, 8718.0, 8674.0, 8731.0, 8687.0, 8713.0, 8694.0, 8674.0, 8691.0, 8688.0, 8678.0, 8697.0, 8699.0, 8714.0, 8742.0, 8696.0, 8705.0, 8694.0, 8721.0, 8695.0, 8756.0, 8691.0, 8689.0, 8691.0, 8677.0, 8675.0, 8662.0, 8671.0, 8672.0, 8685.0, 8676.0, 8673.0, 8679.0, 8688.0, 8690.0, 8674.0, 8690.0, 8678.0, 8678.0, 8676.0, 8732.0, 8675.0, 8714.0, 8675.0, 8687.0, 8673.0, 8700.0, 8673.0, 8671.0, 8671.0, 8658.0, 8675.0, 8674.0, 8717.0, 8676.0, 8699.0, 8677.0, 8675.0, 8676.0, 8675.0, 8689.0, 8674.0, 8677.0, 8679.0, 8677.0, 8676.0, 8729.0, 8672.0, 8714.0, 8674.0, 8685.0, 8673.0, 8670.0, 8673.0, 8657.0, 8675.0, 8659.0, 8673.0, 8661.0, 8699.0, 8671.0, 8700.0, 8673.0, 8698.0, 8672.0, 8655.0, 8674.0, 8673.0, 8675.0, 8675.0, 8675.0, 8660.0, 8701.0, 8675.0, 8690.0, 8678.0, 8702.0, 8678.0, 8673.0, 8679.0, 8677.0, 8678.0, 8678.0, 8678.0, 8678.0, 8692.0, 8680.0, 8696.0, 8696.0, 8696.0, 8699.0, 8683.0, 8700.0, 8689.0, 8701.0, 8699.0, 8740.0, 8681.0, 8736.0, 8695.0, 8735.0, 8680.0, 8722.0, 8675.0, 8663.0, 8676.0, 8678.0, 8734.0, 8676.0, 8701.0, 8673.0, 8656.0, 8679.0, 8676.0, 8676.0, 8677.0, 8716.0, 8676.0, 8689.0, 8679.0, 8675.0, 8677.0, 8692.0, 8688.0, 8676.0, 8678.0, 8679.0, 8732.0, 8680.0, 8718.0, 8676.0, 8672.0, 8678.0, 8675.0, 8676.0, 8692.0, 8675.0, 8677.0, 8678.0, 8678.0, 8731.0, 8678.0, 8716.0, 8677.0, 8673.0, 8694.0, 8679.0, 8693.0, 8679.0, 8677.0, 8677.0, 8677.0, 8680.0, 8719.0, 8679.0, 8702.0, 8676.0, 8659.0, 8695.0, 8677.0, 8678.0, 8679.0, 8676.0, 8677.0, 8679.0, 8681.0, 8720.0, 8682.0, 8736.0, 8696.0, 8706.0, 8697.0, 8695.0, 8681.0, 8713.0, 8693.0, 8679.0, 8679.0, 8681.0, 8735.0, 8680.0, 8749.0, 8678.0, 8688.0, 8677.0, 8676.0, 8675.0, 8677.0, 8693.0, 8678.0, 8735.0, 8695.0, 8678.0, 8694.0, 8677.0, 8690.0, 8675.0, 8674.0, 8680.0, 8708.0, 8679.0, 8721.0, 8695.0, 8690.0, 8678.0, 8680.0, 8694.0, 8679.0, 8697.0, 8680.0, 8720.0, 8679.0, 8752.0, 8680.0, 8736.0, 8680.0, 8690.0, 8693.0, 8679.0, 8679.0, 8676.0, 8703.0, 8675.0, 8704.0, 8680.0, 8690.0, 8678.0, 8691.0, 8691.0, 8661.0, 8693.0, 8677.0, 8662.0, 8680.0, 8689.0, 8676.0, 8721.0, 8678.0, 8703.0, 8677.0, 8701.0, 8677.0, 8660.0, 8695.0, 8679.0, 8678.0, 8709.0, 8694.0, 8679.0, 8692.0, 8680.0, 8698.0, 8682.0, 8700.0, 8702.0, 8702.0, 8761.0, 8700.0, 8699.0, 8683.0, 8716.0, 8716.0, 8714.0, 8774.0, 8698.0, 8695.0, 8694.0, 8679.0, 8704.0, 8700.0, 8767.0, 8677.0, 8718.0, 8676.0, 8656.0, 8673.0, 8659.0, 8672.0, 8666.0, 8716.0, 8673.0, 8685.0, 8676.0, 8672.0, 8657.0, 8672.0, 8654.0, 8655.0, 8667.0, 8672.0, 8672.0, 8674.0, 8714.0, 8660.0, 8641.0, 8671.0, 8673.0, 8675.0, 8675.0, 8717.0, 8676.0, 8716.0, 8662.0, 8690.0, 8678.0, 8702.0, 8675.0, 8673.0, 8673.0, 8661.0, 8677.0, 8676.0, 8717.0, 8678.0, 8676.0, 8676.0, 8689.0, 8681.0, 8705.0, 8680.0, 8690.0, 8677.0, 8674.0, 8695.0, 8679.0, 8679.0, 8680.0, 8677.0, 8675.0, 8717.0, 8676.0, 8660.0, 8680.0, 8679.0, 8680.0, 8681.0, 8681.0, 8683.0, 8710.0, 8683.0, 8695.0, 8681.0, 8713.0, 8680.0, 8681.0, 8683.0, 8686.0, 8755.0, 8683.0, 8721.0, 8679.0, 8676.0, 8697.0, 8679.0, 8677.0, 8681.0, 8707.0, 8678.0, 8724.0, 8686.0, 8706.0, 8681.0, 8691.0, 8677.0, 8677.0, 8682.0, 8678.0, 8732.0, 8678.0, 8747.0, 8673.0, 8718.0, 8677.0, 8701.0, 8676.0, 8659.0, 8671.0, 8660.0, 8675.0, 8660.0, 8718.0, 8676.0, 8673.0, 8675.0, 8676.0, 8678.0, 8661.0, 8677.0, 8677.0, 8687.0, 8679.0, 8692.0, 8679.0, 8705.0, 8695.0, 8678.0, 8695.0, 8682.0, 8682.0, 8686.0, 8684.0, 8682.0, 8737.0, 8699.0, 8739.0, 8697.0, 8737.0, 8691.0, 8661.0, 8678.0, 8684.0, 8681.0, 8679.0, 8734.0, 8678.0, 8704.0, 8684.0, 8677.0, 8677.0, 8705.0, 8692.0, 8662.0, 8678.0, 8679.0, 8718.0, 8678.0, 8734.0, 8677.0, 8704.0, 8683.0, 8690.0, 8677.0, 8707.0, 8675.0, 8674.0, 8695.0, 8679.0, 8677.0, 8678.0, 8678.0, 8678.0, 8722.0, 8683.0, 8706.0, 8683.0, 8705.0, 8694.0, 8678.0, 8698.0, 8680.0, 8694.0, 8720.0, 8679.0, 8682.0, 8707.0, 8687.0, 8724.0, 8693.0, 8750.0, 8680.0, 8719.0, 8676.0, 8660.0, 8680.0, 8675.0, 8678.0, 8706.0, 8677.0, 8662.0, 8709.0, 8678.0, 8766.0, 8720.0, 8747.0, 8676.0, 8701.0, 8675.0, 8674.0, 8663.0, 8674.0, 8674.0, 8662.0, 8676.0, 8682.0, 8680.0, 8680.0, 8731.0, 8680.0, 8704.0, 8677.0, 8676.0, 8682.0, 8676.0, 8679.0, 8708.0, 8679.0, 8678.0, 8693.0, 8682.0, 8681.0, 8680.0, 8708.0, 8684.0, 8693.0, 8682.0, 8684.0, 8684.0, 8723.0, 8685.0, 8723.0, 8683.0, 8699.0, 8705.0, 8724.0, 8700.0, 8725.0, 8696.0, 8678.0, 8698.0, 8681.0, 8679.0, 8708.0, 8679.0, 8663.0, 8678.0, 8679.0, 8719.0, 8678.0, 8719.0, 8681.0, 8691.0, 8699.0, 8699.0, 8698.0, 8722.0, 8699.0, 8705.0, 8704.0, 8702.0, 8761.0, 8700.0, 8709.0, 8699.0, 8710.0, 8686.0, 8754.0, 8714.0, 8722.0, 8695.0, 8681.0, 8683.0, 8692.0, 8679.0, 8662.0, 8674.0, 8661.0, 8720.0, 8679.0, 8703.0, 8680.0, 8702.0, 8677.0, 8674.0, 8677.0, 8677.0, 8676.0, 8677.0, 8675.0, 8677.0, 8706.0, 8679.0, 8733.0, 8681.0, 8702.0, 8676.0, 8660.0, 8676.0, 8676.0, 8703.0, 8722.0, 8674.0, 8659.0, 8672.0, 8677.0, 8733.0, 8678.0, 8748.0, 8677.0, 8718.0, 8680.0, 8704.0, 8676.0, 8718.0, 8675.0, 8671.0, 8678.0, 8680.0, 8681.0, 8691.0, 8675.0, 8676.0, 8691.0, 8678.0, 8689.0, 8709.0, 8697.0, 8668.0, 8695.0, 8684.0, 8692.0, 8676.0, 8694.0, 8717.0, 8707.0, 8758.0, 8727.0, 8699.0, 8684.0, 8696.0, 8685.0, 8700.0, 8740.0, 8742.0, 8681.0, 8721.0, 8663.0, 8722.0, 8679.0, 8718.0, 8678.0, 8673.0, 8689.0, 8676.0, 8681.0, 8679.0, 8695.0, 8681.0, 8677.0, 8680.0, 8710.0, 8681.0, 8720.0, 8681.0, 8693.0, 8680.0, 8681.0, 8684.0, 8694.0, 8698.0, 8668.0, 8678.0, 8680.0, 8684.0, 8684.0, 8724.0, 8682.0, 8693.0, 8679.0, 8683.0, 8683.0, 8753.0, 8702.0, 8735.0, 8679.0, 8720.0, 8681.0, 8694.0, 8680.0, 8707.0, 8685.0, 8705.0, 8690.0, 8730.0, 8759.0, 8683.0, 8693.0, 8692.0, 8678.0, 8738.0, 8681.0, 8766.0, 8694.0, 8732.0, 8673.0, 8658.0, 8677.0, 8658.0, 8675.0, 8662.0, 8672.0, 8661.0, 8692.0, 8682.0, 8720.0, 8683.0, 8723.0, 8696.0, 8680.0, 8698.0, 8703.0, 8702.0, 8725.0, 8684.0, 8740.0, 8678.0, 8662.0, 8678.0, 8680.0, 8753.0, 8692.0, 8747.0, 8661.0, 8674.0, 8682.0, 8678.0, 8681.0, 8683.0, 8695.0, 8682.0, 8680.0, 8686.0, 8726.0, 8682.0, 8709.0, 8679.0, 8679.0, 8677.0, 8681.0, 8754.0, 8678.0, 8704.0, 8675.0, 8659.0, 8675.0, 8680.0, 8722.0, 8681.0, 8719.0, 8677.0, 8674.0, 8696.0, 8696.0, 8694.0, 8683.0, 8692.0, 8677.0, 8719.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.0002910769230769231</td></tr>
<tr><td colspan=3>aqi</td><td>0.015139618571428573</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.16673943558856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1763475089989002</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070012030693067</td></tr>
<tr><td colspan=3>efc</td><td>0.5015</td></tr>
<tr><td colspan=3>fber</td><td>2913.9998</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06428843806383888</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.32967032967032966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.509749556671634</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.546849121096567</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6350736644476753</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.347325884470659</td></tr>
<tr><td colspan=3>gcor</td><td>0.00384435</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004068673122674227</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022321419790387154</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7627240115114393</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>24.7492</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.725</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.5851</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295069.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>850.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.6167</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3661</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.7423</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3031.7123</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3186.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.7218</td></tr>
<tr><td colspan=3>tsnr</td><td>42.83086215611547</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>