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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-02/func/sub-0018_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8b455abd4ec9e461373ad2bea4779e76</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>09:42:57.710000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990734, 0.127614, 0.0464775, -0.120418, 0.983649, -0.13392]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101152</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7755, -7250, 730, -23, -230, -66, 43]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0945a16f-de3b-4084-943f-13de5d07c5d7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6580679416656494, -0.3230739235877991, 0.16958042979240417, 119.93180847167969], [-0.34237805008888245, 2.6390576362609863, -0.3431231379508972, -68.67263793945312], [0.12469568848609924, 0.3592982292175293, 2.672734260559082, -81.88152313232422], [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': ['094257.710000', '094258.170000', '094258.630000', '094259.090000', '094259.550000', '094300.010000', '094300.470000', '094300.930000', '094301.390000', '094301.850000', '094302.310000', '094302.770000', '094303.230000', '094303.690000', '094304.150000', '094304.610000', '094305.070000', '094305.530000', '094305.990000', '094306.450000', '094306.910000', '094307.370000', '094307.830000', '094308.290000', '094308.750000', '094309.210000', '094309.670000', '094310.130000', '094310.590000', '094311.050000', '094311.510000', '094311.970000', '094312.430000', '094312.890000', '094313.350000', '094313.810000', '094314.270000', '094314.730000', '094315.190000', '094315.650000', '094316.110000', '094316.570000', '094317.030000', '094317.490000', '094317.950000', '094318.410000', '094318.870000', '094319.330000', '094319.790000', '094320.250000', '094320.710000', '094321.170000', '094321.630000', '094322.090000', '094322.550000', '094323.010000', '094323.470000', '094323.930000', '094324.390000', '094324.850000', '094325.310000', '094325.770000', '094326.230000', '094326.690000', '094327.150000', '094327.610000', '094328.070000', '094328.530000', '094328.990000', '094329.450000', '094329.910000', '094330.370000', '094330.830000', '094331.290000', '094331.750000', '094332.210000', '094332.670000', '094333.130000', '094333.590000', '094334.050000', '094334.510000', '094334.970000', '094335.430000', '094335.890000', '094336.350000', '094336.810000', '094337.270000', '094337.730000', '094338.190000', '094338.650000', '094339.110000', '094339.570000', '094340.030000', '094340.490000', '094340.950000', '094341.410000', '094341.870000', '094342.330000', '094342.790000', '094343.250000', '094343.710000', '094344.170000', '094344.630000', '094345.090000', '094345.550000', '094346.010000', '094346.470000', '094346.930000', '094347.390000', '094347.850000', '094348.310000', '094348.770000', '094349.230000', '094349.690000', '094350.150000', '094350.610000', '094351.070000', '094351.530000', '094351.990000', '094352.450000', '094352.910000', '094353.370000', '094353.830000', '094354.290000', '094354.750000', '094355.210000', '094355.670000', '094356.130000', '094356.590000', '094357.050000', '094357.510000', '094357.970000', '094358.430000', '094358.890000', '094359.350000', '094359.810000', '094400.270000', '094400.730000', '094401.190000', '094401.650000', '094402.110000', '094402.570000', '094403.030000', '094403.490000', '094403.950000', '094404.410000', '094404.870000', '094405.330000', '094405.790000', '094406.250000', '094406.710000', '094407.170000', '094407.630000', '094408.090000', '094408.550000', '094409.010000', '094409.470000', '094409.930000', '094410.390000', '094410.850000', '094411.310000', '094411.770000', '094412.230000', '094412.690000', '094413.150000', '094413.610000', '094414.070000', '094414.530000', '094414.990000', '094415.450000', '094415.910000', '094416.370000', '094416.830000', '094417.290000', '094417.750000', '094418.210000', '094418.670000', '094419.130000', '094419.590000', '094420.050000', '094420.510000', '094420.970000', '094421.430000', '094421.890000', '094422.350000', '094422.810000', '094423.270000', '094423.730000', '094424.190000', '094424.650000', '094425.110000', '094425.570000', '094426.030000', '094426.490000', '094426.950000', '094427.410000', '094427.870000', '094428.330000', '094428.790000', '094429.250000', '094429.710000', '094430.170000', '094430.630000', '094431.090000', '094431.550000', '094432.010000', '094432.470000', '094432.930000', '094433.390000', '094433.850000', '094434.310000', '094434.770000', '094435.230000', '094435.690000', '094436.150000', '094436.610000', '094437.070000', '094437.530000', '094437.990000', '094438.450000', '094438.910000', '094439.370000', '094439.830000', '094440.290000', '094440.750000', '094441.210000', '094441.670000', '094442.130000', '094442.590000', '094443.050000', '094443.510000', '094443.970000', '094444.430000', '094444.890000', '094445.350000', '094445.810000', '094446.270000', '094446.730000', '094447.190000', '094447.650000', '094448.110000', '094448.570000', '094449.030000', '094449.490000', '094449.950000', '094450.410000', '094450.870000', '094451.330000', '094451.790000', '094452.250000', '094452.710000', '094453.170000', '094453.630000', '094454.090000', '094454.550000', '094455.010000', '094455.470000', '094455.930000', '094456.390000', '094456.850000', '094457.310000', '094457.770000', '094458.230000', '094458.690000', '094459.150000', '094459.610000', '094500.070000', '094500.530000', '094500.990000', '094501.450000', '094501.910000', '094502.370000', '094502.830000', '094503.290000', '094503.750000', '094504.210000', '094504.670000', '094505.130000', '094505.590000', '094506.050000', '094506.510000', '094506.970000', '094507.430000', '094507.890000', '094508.350000', '094508.810000', '094509.270000', '094509.730000', '094510.190000', '094510.650000', '094511.110000', '094511.570000', '094512.030000', '094512.490000', '094512.950000', '094513.410000', '094513.870000', '094514.330000', '094514.790000', '094515.250000', '094515.710000', '094516.170000', '094516.630000', '094517.090000', '094517.550000', '094518.010000', '094518.470000', '094518.930000', '094519.390000', '094519.850000', '094520.310000', '094520.770000', '094521.230000', '094521.690000', '094522.150000', '094522.610000', '094523.070000', '094523.530000', '094523.990000', '094524.450000', '094524.910000', '094525.370000', '094525.830000', '094526.290000', '094526.750000', '094527.210000', '094527.670000', '094528.130000', '094528.590000', '094529.050000', '094529.510000', '094529.970000', '094530.430000', '094530.890000', '094531.350000', '094531.810000', '094532.270000', '094532.730000', '094533.190000', '094533.650000', '094534.110000', '094534.570000', '094535.030000', '094535.490000', '094535.950000', '094536.410000', '094536.870000', '094537.330000', '094537.790000', '094538.250000', '094538.710000', '094539.170000', '094539.630000', '094540.090000', '094540.550000', '094541.010000', '094541.470000', '094541.930000', '094542.390000', '094542.850000', '094543.310000', '094543.770000', '094544.230000', '094544.690000', '094545.150000', '094545.610000', '094546.070000', '094546.530000', '094546.990000', '094547.450000', '094547.910000', '094548.370000', '094548.830000', '094549.290000', '094549.750000', '094550.210000', '094550.670000', '094551.130000', '094551.590000', '094552.050000', '094552.510000', '094552.970000', '094553.430000', '094553.890000', '094554.350000', '094554.810000', '094555.270000', '094555.730000', '094556.190000', '094556.650000', '094557.110000', '094557.570000', '094558.030000', '094558.490000', '094558.950000', '094559.410000', '094559.870000', '094600.330000', '094600.790000', '094601.250000', '094601.710000', '094602.170000', '094602.630000', '094603.090000', '094603.550000', '094604.010000', '094604.470000', '094604.930000', '094605.390000', '094605.850000', '094606.310000', '094606.770000', '094607.230000', '094607.690000', '094608.150000', '094608.610000', '094609.070000', '094609.530000', '094609.990000', '094610.450000', '094610.910000', '094611.370000', '094611.830000', '094612.290000', '094612.750000', '094613.210000', '094613.670000', '094614.130000', '094614.590000', '094615.050000', '094615.510000', '094615.970000', '094616.430000', '094616.890000', '094617.350000', '094617.810000', '094618.270000', '094618.730000', '094619.190000', '094619.650000', '094620.110000', '094620.570000', '094621.030000', '094621.490000', '094621.950000', '094622.410000', '094622.870000', '094623.330000', '094623.790000', '094624.250000', '094624.710000', '094625.170000', '094625.630000', '094626.090000', '094626.550000', '094627.010000', '094627.470000', '094627.930000', '094628.390000', '094628.850000', '094629.310000', '094629.770000', '094630.230000', '094630.690000', '094631.150000', '094631.610000', '094632.070000', '094632.530000', '094632.990000', '094633.450000', '094633.910000', '094634.370000', '094634.830000', '094635.290000', '094635.750000', '094636.210000', '094636.670000', '094637.130000', '094637.590000', '094638.050000', '094638.510000', '094638.970000', '094639.430000', '094639.890000', '094640.350000', '094640.810000', '094641.270000', '094641.730000', '094642.190000', '094642.650000', '094643.110000', '094643.570000', '094644.030000', '094644.490000', '094644.950000', '094645.410000', '094645.870000', '094646.330000', '094646.790000', '094647.250000', '094647.710000', '094648.170000', '094648.630000', '094649.090000', '094649.550000', '094650.010000', '094650.470000', '094650.930000', '094651.390000', '094651.850000', '094652.310000', '094652.770000', '094653.230000', '094653.690000', '094654.150000', '094654.610000', '094655.070000', '094655.530000', '094655.990000', '094656.450000', '094656.910000', '094657.370000', '094657.830000', '094658.290000', '094658.750000', '094659.210000', '094659.670000', '094700.130000', '094700.590000', '094701.050000', '094701.510000', '094701.970000', '094702.430000', '094702.890000', '094703.350000', '094703.810000', '094704.270000', '094704.730000', '094705.190000', '094705.650000', '094706.110000', '094706.570000', '094707.030000', '094707.490000', '094707.950000', '094708.410000', '094708.870000', '094709.330000', '094709.790000', '094710.250000', '094710.710000', '094711.170000', '094711.630000', '094712.090000', '094712.550000', '094713.010000', '094713.470000', '094713.930000', '094714.390000', '094714.850000', '094715.310000', '094715.770000', '094716.230000', '094716.690000', '094717.150000', '094717.610000', '094718.070000', '094718.530000', '094718.990000', '094719.450000', '094719.910000', '094720.370000', '094720.830000', '094721.290000', '094721.750000', '094722.210000', '094722.670000', '094723.130000', '094723.590000', '094724.050000', '094724.510000', '094724.970000', '094725.430000', '094725.890000', '094726.350000', '094726.810000', '094727.270000', '094727.730000', '094728.190000', '094728.650000', '094729.110000', '094729.570000', '094730.030000', '094730.490000', '094730.950000', '094731.410000', '094731.870000', '094732.330000', '094732.790000', '094733.250000', '094733.710000', '094734.170000', '094734.630000', '094735.090000', '094735.550000', '094736.010000', '094736.470000', '094736.930000', '094737.390000', '094737.850000', '094738.310000', '094738.770000', '094739.230000', '094739.690000', '094740.150000', '094740.610000', '094741.070000', '094741.530000', '094741.990000', '094742.450000', '094742.910000', '094743.370000', '094743.830000', '094744.290000', '094744.750000', '094745.210000', '094745.670000', '094746.130000', '094746.590000', '094747.050000', '094747.510000', '094747.970000', '094748.430000', '094748.890000', '094749.350000', '094749.810000', '094750.270000', '094750.730000', '094751.190000', '094751.650000', '094752.110000', '094752.570000', '094753.030000', '094753.490000', '094753.950000', '094754.410000', '094754.870000', '094755.330000', '094755.790000', '094756.250000', '094756.710000', '094757.170000', '094757.630000', '094758.090000', '094758.550000', '094759.010000', '094759.470000', '094759.930000', '094800.390000', '094800.850000', '094801.310000', '094801.770000', '094802.230000', '094802.690000', '094803.150000', '094803.610000', '094804.070000', '094804.530000', '094804.990000', '094805.450000', '094805.910000', '094806.370000', '094806.830000', '094807.290000', '094807.750000', '094808.210000', '094808.670000', '094809.130000', '094809.590000', '094810.050000', '094810.510000', '094810.970000', '094811.430000', '094811.890000', '094812.350000', '094812.810000', '094813.270000', '094813.730000', '094814.190000', '094814.650000', '094815.110000', '094815.570000', '094816.030000', '094816.490000', '094816.950000', '094817.410000', '094817.870000', '094818.330000', '094818.790000', '094819.250000', '094819.710000', '094820.170000', '094820.630000', '094821.090000', '094821.550000', '094822.010000', '094822.470000', '094822.930000', '094823.390000', '094823.850000', '094824.310000', '094824.770000', '094825.230000', '094825.690000', '094826.150000', '094826.610000', '094827.070000', '094827.530000', '094827.990000', '094828.450000', '094828.910000', '094829.370000', '094829.830000', '094830.290000', '094830.750000', '094831.210000', '094831.670000', '094832.130000', '094832.590000', '094833.050000', '094833.510000', '094833.970000', '094834.430000', '094834.890000', '094835.350000', '094835.810000', '094836.270000', '094836.730000', '094837.190000', '094837.650000', '094838.110000', '094838.570000', '094839.030000', '094839.490000', '094839.950000', '094840.410000', '094840.870000', '094841.330000', '094841.790000', '094842.250000', '094842.710000', '094843.170000', '094843.630000', '094844.090000', '094844.550000', '094845.010000', '094845.470000', '094845.930000', '094846.390000', '094846.850000', '094847.310000', '094847.770000', '094848.230000', '094848.690000', '094849.150000', '094849.610000', '094850.070000', '094850.530000', '094850.990000', '094851.450000', '094851.910000', '094852.370000', '094852.830000', '094853.290000', '094853.750000', '094854.210000', '094854.670000', '094855.130000', '094855.590000', '094856.050000', '094856.510000', '094856.970000', '094857.430000', '094857.890000', '094858.350000', '094858.810000', '094859.270000', '094859.730000', '094900.190000', '094900.650000', '094901.110000', '094901.570000', '094902.030000', '094902.490000', '094902.950000', '094903.410000', '094903.870000', '094904.330000', '094904.790000', '094905.250000', '094905.710000', '094906.170000', '094906.630000', '094907.090000', '094907.550000', '094908.010000', '094908.470000', '094908.930000', '094909.390000', '094909.850000', '094910.310000', '094910.770000', '094911.230000', '094911.690000', '094912.150000', '094912.610000', '094913.070000', '094913.530000', '094913.990000', '094914.450000', '094914.910000', '094915.370000', '094915.830000', '094916.290000', '094916.750000', '094917.210000', '094917.670000', '094918.130000', '094918.590000', '094919.050000', '094919.510000', '094919.970000', '094920.430000', '094920.890000', '094921.350000', '094921.810000', '094922.270000', '094922.730000', '094923.190000', '094923.650000', '094924.110000', '094924.570000', '094925.030000', '094925.490000', '094925.950000', '094926.410000', '094926.870000', '094927.330000', '094927.790000', '094928.250000', '094928.710000', '094929.170000', '094929.630000', '094930.090000', '094930.550000', '094931.010000', '094931.470000', '094931.930000', '094932.390000', '094932.850000', '094933.310000', '094933.770000', '094934.230000', '094934.690000', '094935.150000', '094935.610000', '094936.070000', '094936.530000', '094936.990000', '094937.450000', '094937.910000', '094938.370000', '094938.830000', '094939.290000', '094939.750000', '094940.210000', '094940.670000', '094941.130000', '094941.590000', '094942.050000', '094942.510000', '094942.970000', '094943.430000', '094943.890000', '094944.350000', '094944.810000', '094945.270000', '094945.730000', '094946.190000', '094946.650000', '094947.110000', '094947.570000', '094948.030000', '094948.490000', '094948.950000', '094949.410000', '094949.870000', '094950.330000', '094950.790000', '094951.250000', '094951.710000', '094952.170000', '094952.630000', '094953.090000', '094953.550000', '094954.010000', '094954.470000', '094954.930000', '094955.390000', '094955.850000', '094956.310000', '094956.770000', '094957.230000', '094957.690000'], 'ContentTime': ['094326.372000', '094326.375000', '094326.378000', '094326.381000', '094326.384000', '094326.386000', '094326.389000', '094326.392000', '094326.395000', '094326.398000', '094326.401000', '094326.404000', '094326.406000', '094326.409000', '094326.419000', '094326.422000', '094326.425000', '094326.428000', '094326.431000', '094326.441000', '094326.444000', '094326.447000', '094326.450000', '094326.452000', '094326.455000', '094326.458000', '094326.461000', '094326.464000', '094326.466000', '094326.469000', '094326.472000', '094326.475000', '094326.478000', '094326.481000', '094326.483000', '094326.486000', '094326.489000', '094326.492000', '094326.495000', '094326.498000', '094326.500000', '094326.503000', '094326.506000', '094326.509000', '094326.512000', '094326.515000', '094326.517000', '094326.520000', '094326.528000', '094326.531000', '094326.534000', '094326.537000', '094326.539000', '094326.542000', '094326.545000', '094326.548000', '094326.551000', '094326.554000', '094326.557000', '094326.559000', '094346.343000', '094346.346000', '094346.349000', '094346.352000', '094346.354000', '094346.357000', '094346.360000', '094346.363000', '094346.365000', '094346.368000', '094346.371000', '094346.381000', '094346.383000', '094346.386000', '094346.389000', '094346.392000', '094346.395000', '094346.398000', '094346.400000', '094346.403000', '094346.406000', '094346.409000', '094346.411000', '094346.414000', '094346.417000', '094346.420000', '094346.423000', '094346.426000', '094346.428000', '094346.431000', '094346.434000', '094346.437000', '094346.439000', '094346.442000', '094346.445000', '094346.448000', '094346.450000', '094346.453000', '094346.466000', '094346.469000', '094346.472000', '094346.475000', '094346.478000', '094346.480000', '094406.344000', '094406.347000', '094406.350000', '094406.352000', '094406.355000', '094406.358000', '094406.361000', '094406.368000', '094406.371000', '094406.374000', '094406.377000', '094406.380000', '094406.393000', '094406.396000', '094406.398000', '094406.401000', '094406.404000', '094406.407000', '094406.410000', '094406.413000', '094406.415000', '094406.418000', '094406.421000', '094406.424000', '094406.427000', '094406.430000', '094406.432000', '094406.435000', '094406.438000', '094406.441000', '094406.443000', '094406.446000', '094406.449000', '094406.452000', '094406.455000', '094406.458000', '094406.461000', '094406.463000', '094406.466000', '094406.469000', '094406.472000', '094406.475000', '094406.477000', '094426.343000', '094426.346000', '094426.349000', '094426.351000', '094426.354000', '094426.357000', '094426.360000', '094426.363000', '094426.365000', '094426.368000', '094426.371000', '094426.374000', '094426.377000', '094426.380000', '094426.382000', '094426.385000', '094426.388000', '094426.391000', '094426.394000', '094426.396000', '094426.399000', '094426.402000', '094426.405000', '094426.408000', '094426.411000', '094426.413000', '094426.416000', '094426.419000', '094426.428000', '094426.431000', '094426.434000', '094426.437000', '094426.439000', '094426.442000', '094426.445000', '094426.448000', '094426.451000', '094426.453000', '094426.456000', '094426.459000', '094426.462000', '094426.465000', '094426.467000', '094426.470000', '094446.343000', '094446.346000', '094446.349000', '094446.351000', '094446.354000', '094446.357000', '094446.360000', '094446.363000', '094446.365000', '094446.369000', '094446.371000', '094446.374000', '094446.377000', '094446.380000', '094446.383000', '094446.386000', '094446.388000', '094446.391000', '094446.394000', '094446.397000', '094446.401000', '094446.418000', '094446.421000', '094446.424000', '094446.427000', '094446.430000', '094446.433000', '094446.435000', '094446.438000', '094446.441000', '094446.444000', '094446.446000', '094446.449000', '094446.452000', '094446.455000', '094446.459000', '094446.462000', '094446.465000', '094446.468000', '094446.471000', '094446.473000', '094446.476000', '094446.479000', '094506.343000', '094506.346000', '094506.348000', '094506.351000', '094506.354000', '094506.362000', '094506.365000', '094506.368000', '094506.371000', '094506.374000', '094506.377000', '094506.379000', '094506.382000', '094506.385000', '094506.388000', '094506.391000', '094506.393000', '094506.396000', '094506.399000', '094506.402000', '094506.405000', '094506.408000', '094506.410000', '094506.413000', '094506.416000', '094506.419000', '094506.422000', '094506.424000', '094506.427000', '094506.430000', '094506.433000', '094506.436000', '094506.439000', '094506.441000', '094506.444000', '094506.447000', '094506.450000', '094506.453000', '094506.455000', '094506.458000', '094506.461000', '094506.464000', '094506.467000', '094506.470000', '094526.343000', '094526.346000', '094526.349000', '094526.351000', '094526.354000', '094526.357000', '094526.360000', '094526.363000', '094526.366000', '094526.368000', '094526.371000', '094526.374000', '094526.377000', '094526.380000', '094526.383000', '094526.385000', '094526.388000', '094526.391000', '094526.394000', '094526.397000', '094526.400000', '094526.403000', '094526.405000', '094526.408000', '094526.411000', '094526.414000', '094526.417000', '094526.419000', '094526.422000', '094526.425000', '094526.428000', '094526.431000', '094526.433000', '094526.445000', '094526.448000', '094526.451000', '094526.454000', '094526.457000', '094526.460000', '094526.462000', '094526.465000', '094526.468000', '094526.471000', '094546.343000', '094546.346000', '094546.349000', '094546.351000', '094546.354000', '094546.357000', '094546.360000', '094546.363000', '094546.366000', '094546.368000', '094546.371000', '094546.374000', '094546.377000', '094546.380000', '094546.382000', '094546.385000', '094546.388000', '094546.391000', '094546.394000', '094546.397000', '094546.399000', '094546.402000', '094546.405000', '094546.408000', '094546.411000', '094546.413000', '094546.416000', '094546.422000', '094546.425000', '094546.428000', '094546.431000', '094546.433000', '094546.436000', '094546.439000', '094546.442000', '094546.445000', '094546.448000', '094546.450000', '094546.453000', '094546.456000', '094546.459000', '094546.462000', '094546.464000', '094546.467000', '094606.343000', '094606.346000', '094606.349000', '094606.351000', '094606.354000', '094606.357000', '094606.360000', '094606.363000', '094606.366000', '094606.368000', '094606.371000', '094606.374000', '094606.377000', '094606.380000', '094606.382000', '094606.385000', '094606.388000', '094606.391000', '094606.394000', '094606.397000', '094606.400000', '094606.406000', '094606.409000', '094606.412000', '094606.414000', '094606.417000', '094606.420000', '094606.423000', '094606.426000', '094606.429000', '094606.432000', '094606.434000', '094606.439000', '094606.442000', '094606.445000', '094606.448000', '094606.451000', '094606.453000', '094606.456000', '094606.459000', '094606.462000', '094606.465000', '094606.467000', '094626.344000', '094626.347000', '094626.350000', '094626.353000', '094626.355000', '094626.358000', '094626.361000', '094626.364000', '094626.367000', '094626.370000', '094626.372000', '094626.375000', '094626.378000', '094626.381000', '094626.384000', '094626.386000', '094626.397000', '094626.399000', '094626.402000', '094626.405000', '094626.408000', '094626.411000', '094626.414000', '094626.417000', '094626.419000', '094626.422000', '094626.425000', '094626.428000', '094626.431000', '094626.434000', '094626.436000', '094626.439000', '094626.442000', '094626.445000', '094626.448000', '094626.451000', '094626.453000', '094626.456000', '094626.459000', '094626.462000', '094626.465000', '094626.468000', '094626.470000', '094626.473000', '094646.343000', '094646.346000', '094646.349000', '094646.352000', '094646.354000', '094646.357000', '094646.360000', '094646.363000', '094646.366000', '094646.369000', '094646.372000', '094646.374000', '094646.377000', '094646.380000', '094646.383000', '094646.386000', '094646.389000', '094646.391000', '094646.394000', '094646.397000', '094646.400000', '094646.403000', '094646.406000', '094646.408000', '094646.411000', '094646.414000', '094646.417000', '094646.420000', '094646.422000', '094646.425000', '094646.428000', '094646.431000', '094646.434000', '094646.437000', '094646.439000', '094646.442000', '094646.445000', '094646.448000', '094646.451000', '094646.453000', '094646.456000', '094646.459000', '094646.462000', '094706.343000', '094706.346000', '094706.349000', '094706.351000', '094706.354000', '094706.357000', '094706.360000', '094706.363000', '094706.366000', '094706.368000', '094706.371000', '094706.374000', '094706.386000', '094706.389000', '094706.392000', '094706.408000', '094706.410000', '094706.413000', '094706.416000', '094706.419000', '094706.422000', '094706.425000', '094706.427000', '094706.430000', '094706.433000', '094706.436000', '094706.439000', '094706.441000', '094706.444000', '094706.447000', '094706.450000', '094706.453000', '094706.456000', '094706.458000', '094706.461000', '094706.464000', '094706.467000', '094706.470000', '094706.472000', '094706.475000', '094706.478000', '094706.481000', '094706.494000', '094706.497000', '094726.343000', '094726.346000', '094726.349000', '094726.352000', '094726.354000', '094726.357000', '094726.360000', '094726.363000', '094726.366000', '094726.369000', '094726.371000', '094726.374000', '094726.377000', '094726.380000', '094726.383000', '094726.386000', '094726.388000', '094726.391000', '094726.394000', '094726.397000', '094726.400000', '094726.403000', '094726.405000', '094726.408000', '094726.411000', '094726.414000', '094726.417000', '094726.420000', '094726.423000', '094726.425000', '094726.428000', '094726.431000', '094726.434000', '094726.437000', '094726.439000', '094726.442000', '094726.445000', '094726.448000', '094726.451000', '094726.453000', '094726.456000', '094726.459000', '094726.462000', '094746.343000', '094746.346000', '094746.349000', '094746.351000', '094746.354000', '094746.357000', '094746.360000', '094746.363000', '094746.371000', '094746.374000', '094746.377000', '094746.380000', '094746.383000', '094746.386000', '094746.388000', '094746.391000', '094746.394000', '094746.397000', '094746.400000', '094746.403000', '094746.406000', '094746.409000', '094746.412000', '094746.414000', '094746.417000', '094746.420000', '094746.423000', '094746.426000', '094746.429000', '094746.432000', '094746.434000', '094746.437000', '094746.441000', '094746.444000', '094746.447000', '094746.450000', '094746.453000', '094746.455000', '094746.458000', '094746.461000', '094746.464000', '094746.467000', '094746.470000', '094746.472000', '094806.343000', '094806.346000', '094806.349000', '094806.352000', '094806.354000', '094806.357000', '094806.360000', '094806.363000', '094806.366000', '094806.368000', '094806.371000', '094806.374000', '094806.377000', '094806.380000', '094806.382000', '094806.385000', '094806.388000', '094806.391000', '094806.394000', '094806.397000', '094806.399000', '094806.402000', '094806.411000', '094806.414000', '094806.417000', '094806.419000', '094806.423000', '094806.425000', '094806.428000', '094806.431000', '094806.434000', '094806.437000', '094806.440000', '094806.442000', '094806.445000', '094806.448000', '094806.451000', '094806.454000', '094806.457000', '094806.460000', '094806.462000', '094806.465000', '094806.468000', '094826.343000', '094826.347000', '094826.350000', '094826.352000', '094826.355000', '094826.358000', '094826.361000', '094826.364000', '094826.367000', '094826.369000', '094826.372000', '094826.375000', '094826.378000', '094826.381000', '094826.384000', '094826.387000', '094826.389000', '094826.392000', '094826.395000', '094826.398000', '094826.401000', '094826.403000', '094826.406000', '094826.419000', '094826.422000', '094826.424000', '094826.427000', '094826.430000', '094826.433000', '094826.436000', '094826.439000', '094826.441000', '094826.444000', '094826.447000', '094826.450000', '094826.453000', '094826.455000', '094826.458000', '094826.461000', '094826.464000', '094826.478000', '094826.481000', '094826.484000', '094846.344000', '094846.347000', '094846.350000', '094846.353000', '094846.355000', '094846.358000', '094846.361000', '094846.364000', '094846.367000', '094846.370000', '094846.372000', '094846.375000', '094846.378000', '094846.381000', '094846.384000', '094846.387000', '094846.389000', '094846.392000', '094846.395000', '094846.398000', '094846.401000', '094846.404000', '094846.406000', '094846.409000', '094846.412000', '094846.415000', '094846.418000', '094846.421000', '094846.423000', '094846.426000', '094846.429000', '094846.432000', '094846.437000', '094846.439000', '094846.442000', '094846.445000', '094846.448000', '094846.451000', '094846.454000', '094846.456000', '094846.459000', '094846.462000', '094846.465000', '094846.468000', '094906.343000', '094906.346000', '094906.349000', '094906.352000', '094906.354000', '094906.368000', '094906.371000', '094906.375000', '094906.378000', '094906.381000', '094906.384000', '094906.387000', '094906.389000', '094906.392000', '094906.395000', '094906.398000', '094906.401000', '094906.404000', '094906.407000', '094906.410000', '094906.412000', '094906.415000', '094906.418000', '094906.421000', '094906.424000', '094906.427000', '094906.430000', '094906.432000', '094906.435000', '094906.438000', '094906.441000', '094906.444000', '094906.447000', '094906.449000', '094906.452000', '094906.455000', '094906.458000', '094906.461000', '094906.464000', '094906.467000', '094906.470000', '094906.472000', '094906.475000', '094926.343000', '094926.346000', '094926.349000', '094926.352000', '094926.354000', '094926.357000', '094926.360000', '094926.363000', '094926.366000', '094926.369000', '094926.371000', '094926.374000', '094926.377000', '094926.380000', '094926.383000', '094926.386000', '094926.389000', '094926.392000', '094926.394000', '094926.397000', '094926.400000', '094926.403000', '094926.406000', '094926.409000', '094926.412000', '094926.414000', '094926.417000', '094926.420000', '094926.423000', '094926.426000', '094926.429000', '094926.431000', '094926.434000', '094926.445000', '094926.448000', '094926.450000', '094926.453000', '094926.456000', '094926.459000', '094926.462000', '094926.465000', '094926.468000', '094926.471000', '094926.474000', '094946.343000', '094946.346000', '094946.349000', '094946.352000', '094946.355000', '094946.357000', '094946.360000', '094946.363000', '094946.366000', '094946.369000', '094946.372000', '094946.375000', '094946.378000', '094946.383000', '094946.387000', '094946.390000', '094946.392000', '094946.395000', '094946.398000', '094946.401000', '094946.404000', '094946.407000', '094946.410000', '094946.412000', '094946.415000', '094946.418000', '094946.421000', '094946.424000', '094946.427000', '094946.430000', '094946.433000', '094946.435000', '094946.438000', '094946.441000', '094946.444000', '094946.447000', '094946.450000', '094946.453000', '094946.456000', '094946.458000', '094946.461000', '094946.464000', '094946.467000', '094958.873000', '094958.877000', '094958.880000', '094958.884000', '094958.887000', '094958.890000', '094958.893000', '094958.909000', '094958.913000', '094958.916000', '094958.919000', '094958.922000', '094958.925000', '094958.928000', '094958.931000', '094958.933000', '094958.936000', '094958.939000', '094958.942000', '094958.945000', '094958.948000', '094958.951000', '094958.954000', '094958.957000', '094958.960000', '094958.963000', '094958.965000', '094958.968000'], 'InstanceCreationTime': ['094326.372000', '094326.375000', '094326.378000', '094326.381000', '094326.384000', '094326.386000', '094326.389000', '094326.392000', '094326.395000', '094326.398000', '094326.401000', '094326.404000', '094326.406000', '094326.409000', '094326.419000', '094326.422000', '094326.425000', '094326.428000', '094326.431000', '094326.441000', '094326.444000', '094326.447000', '094326.450000', '094326.452000', '094326.455000', '094326.458000', '094326.461000', '094326.464000', '094326.466000', '094326.469000', '094326.472000', '094326.475000', '094326.478000', '094326.481000', '094326.483000', '094326.486000', '094326.489000', '094326.492000', '094326.495000', '094326.498000', '094326.500000', '094326.503000', '094326.506000', '094326.509000', '094326.512000', '094326.515000', '094326.517000', '094326.520000', '094326.528000', '094326.531000', '094326.534000', '094326.537000', '094326.539000', '094326.542000', '094326.545000', '094326.548000', '094326.551000', '094326.554000', '094326.557000', '094326.559000', '094346.343000', '094346.346000', '094346.349000', '094346.352000', '094346.354000', '094346.357000', '094346.360000', '094346.363000', '094346.365000', '094346.368000', '094346.371000', '094346.381000', '094346.383000', '094346.386000', '094346.389000', '094346.392000', '094346.395000', '094346.398000', '094346.400000', '094346.403000', '094346.406000', '094346.409000', '094346.411000', '094346.414000', '094346.417000', '094346.420000', '094346.423000', '094346.426000', '094346.428000', '094346.431000', '094346.434000', '094346.437000', '094346.439000', '094346.442000', '094346.445000', '094346.448000', '094346.450000', '094346.453000', '094346.466000', '094346.469000', '094346.472000', '094346.475000', '094346.478000', '094346.480000', '094406.344000', '094406.347000', '094406.350000', '094406.352000', '094406.355000', '094406.358000', '094406.361000', '094406.368000', '094406.371000', '094406.374000', '094406.377000', '094406.380000', '094406.393000', '094406.396000', '094406.398000', '094406.401000', '094406.404000', '094406.407000', '094406.410000', '094406.413000', '094406.415000', '094406.418000', '094406.421000', '094406.424000', '094406.427000', '094406.430000', '094406.432000', '094406.435000', '094406.438000', '094406.441000', '094406.443000', '094406.446000', '094406.449000', '094406.452000', '094406.455000', '094406.458000', '094406.461000', '094406.463000', '094406.466000', '094406.469000', '094406.472000', '094406.475000', '094406.477000', '094426.343000', '094426.346000', '094426.349000', '094426.351000', '094426.354000', '094426.357000', '094426.360000', '094426.363000', '094426.365000', '094426.368000', '094426.371000', '094426.374000', '094426.377000', '094426.380000', '094426.382000', '094426.385000', '094426.388000', '094426.391000', '094426.394000', '094426.396000', '094426.399000', '094426.402000', '094426.405000', '094426.408000', '094426.411000', '094426.413000', '094426.416000', '094426.419000', '094426.428000', '094426.431000', '094426.434000', '094426.437000', '094426.439000', '094426.442000', '094426.445000', '094426.448000', '094426.451000', '094426.453000', '094426.456000', '094426.459000', '094426.462000', '094426.465000', '094426.467000', '094426.470000', '094446.343000', '094446.346000', '094446.349000', '094446.351000', '094446.354000', '094446.357000', '094446.360000', '094446.363000', '094446.365000', '094446.369000', '094446.371000', '094446.374000', '094446.377000', '094446.380000', '094446.383000', '094446.386000', '094446.388000', '094446.391000', '094446.394000', '094446.397000', '094446.401000', '094446.418000', '094446.421000', '094446.424000', '094446.427000', '094446.430000', '094446.433000', '094446.435000', '094446.438000', '094446.441000', '094446.444000', '094446.446000', '094446.449000', '094446.452000', '094446.455000', '094446.459000', '094446.462000', '094446.465000', '094446.468000', '094446.471000', '094446.473000', '094446.476000', '094446.479000', '094506.343000', '094506.346000', '094506.348000', '094506.351000', '094506.354000', '094506.362000', '094506.365000', '094506.368000', '094506.371000', '094506.374000', '094506.377000', '094506.379000', '094506.382000', '094506.385000', '094506.388000', '094506.391000', '094506.393000', '094506.396000', '094506.399000', '094506.402000', '094506.405000', '094506.408000', '094506.410000', '094506.413000', '094506.416000', '094506.419000', '094506.422000', '094506.424000', '094506.427000', '094506.430000', '094506.433000', '094506.436000', '094506.439000', '094506.441000', '094506.444000', '094506.447000', '094506.450000', '094506.453000', '094506.455000', '094506.458000', '094506.461000', '094506.464000', '094506.467000', '094506.470000', '094526.343000', '094526.346000', '094526.349000', '094526.351000', '094526.354000', '094526.357000', '094526.360000', '094526.363000', '094526.366000', '094526.368000', '094526.371000', '094526.374000', '094526.377000', '094526.380000', '094526.383000', '094526.385000', '094526.388000', '094526.391000', '094526.394000', '094526.397000', '094526.400000', '094526.403000', '094526.405000', '094526.408000', '094526.411000', '094526.414000', '094526.417000', '094526.419000', '094526.422000', '094526.425000', '094526.428000', '094526.431000', '094526.433000', '094526.445000', '094526.448000', '094526.451000', '094526.454000', '094526.457000', '094526.460000', '094526.462000', '094526.465000', '094526.468000', '094526.471000', '094546.343000', '094546.346000', '094546.349000', '094546.351000', '094546.354000', '094546.357000', '094546.360000', '094546.363000', '094546.366000', '094546.368000', '094546.371000', '094546.374000', '094546.377000', '094546.380000', '094546.382000', '094546.385000', '094546.388000', '094546.391000', '094546.394000', '094546.397000', '094546.399000', '094546.402000', '094546.405000', '094546.408000', '094546.411000', '094546.413000', '094546.416000', '094546.422000', '094546.425000', '094546.428000', '094546.431000', '094546.433000', '094546.436000', '094546.439000', '094546.442000', '094546.445000', '094546.448000', '094546.450000', '094546.453000', '094546.456000', '094546.459000', '094546.462000', '094546.464000', '094546.467000', '094606.343000', '094606.346000', '094606.349000', '094606.351000', '094606.354000', '094606.357000', '094606.360000', '094606.363000', '094606.366000', '094606.368000', '094606.371000', '094606.374000', '094606.377000', '094606.380000', '094606.382000', '094606.385000', '094606.388000', '094606.391000', '094606.394000', '094606.397000', '094606.400000', '094606.406000', '094606.409000', '094606.412000', '094606.414000', '094606.417000', '094606.420000', '094606.423000', '094606.426000', '094606.429000', '094606.432000', '094606.434000', '094606.439000', '094606.442000', '094606.445000', '094606.448000', '094606.451000', '094606.453000', '094606.456000', '094606.459000', '094606.462000', '094606.465000', '094606.467000', '094626.344000', '094626.347000', '094626.350000', '094626.353000', '094626.355000', '094626.358000', '094626.361000', '094626.364000', '094626.367000', '094626.370000', '094626.372000', '094626.375000', '094626.378000', '094626.381000', '094626.384000', '094626.386000', '094626.397000', '094626.399000', '094626.402000', '094626.405000', '094626.408000', '094626.411000', '094626.414000', '094626.417000', '094626.419000', '094626.422000', '094626.425000', '094626.428000', '094626.431000', '094626.434000', '094626.436000', '094626.439000', '094626.442000', '094626.445000', '094626.448000', '094626.451000', '094626.453000', '094626.456000', '094626.459000', '094626.462000', '094626.465000', '094626.468000', '094626.470000', '094626.473000', '094646.343000', '094646.346000', '094646.349000', '094646.352000', '094646.354000', '094646.357000', '094646.360000', '094646.363000', '094646.366000', '094646.369000', '094646.372000', '094646.374000', '094646.377000', '094646.380000', '094646.383000', '094646.386000', '094646.389000', '094646.391000', '094646.394000', '094646.397000', '094646.400000', '094646.403000', '094646.406000', '094646.408000', '094646.411000', '094646.414000', '094646.417000', '094646.420000', '094646.422000', '094646.425000', '094646.428000', '094646.431000', '094646.434000', '094646.437000', '094646.439000', '094646.442000', '094646.445000', '094646.448000', '094646.451000', '094646.453000', '094646.456000', '094646.459000', '094646.462000', '094706.343000', '094706.346000', '094706.349000', '094706.351000', '094706.354000', '094706.357000', '094706.360000', '094706.363000', '094706.366000', '094706.368000', '094706.371000', '094706.374000', '094706.386000', '094706.389000', '094706.392000', '094706.408000', '094706.410000', '094706.413000', '094706.416000', '094706.419000', '094706.422000', '094706.425000', '094706.427000', '094706.430000', '094706.433000', '094706.436000', '094706.439000', '094706.441000', '094706.444000', '094706.447000', '094706.450000', '094706.453000', '094706.456000', '094706.458000', '094706.461000', '094706.464000', '094706.467000', '094706.470000', '094706.472000', '094706.475000', '094706.478000', '094706.481000', '094706.494000', '094706.497000', '094726.343000', '094726.346000', '094726.349000', '094726.352000', '094726.354000', '094726.357000', '094726.360000', '094726.363000', '094726.366000', '094726.369000', '094726.371000', '094726.374000', '094726.377000', '094726.380000', '094726.383000', '094726.386000', '094726.388000', '094726.391000', '094726.394000', '094726.397000', '094726.400000', '094726.403000', '094726.405000', '094726.408000', '094726.411000', '094726.414000', '094726.417000', '094726.420000', '094726.423000', '094726.425000', '094726.428000', '094726.431000', '094726.434000', '094726.437000', '094726.439000', '094726.442000', '094726.445000', '094726.448000', '094726.451000', '094726.453000', '094726.456000', '094726.459000', '094726.462000', '094746.343000', '094746.346000', '094746.349000', '094746.351000', '094746.354000', '094746.357000', '094746.360000', '094746.363000', '094746.371000', '094746.374000', '094746.377000', '094746.380000', '094746.383000', '094746.386000', '094746.388000', '094746.391000', '094746.394000', '094746.397000', '094746.400000', '094746.403000', '094746.406000', '094746.409000', '094746.412000', '094746.414000', '094746.417000', '094746.420000', '094746.423000', '094746.426000', '094746.429000', '094746.432000', '094746.434000', '094746.437000', '094746.441000', '094746.444000', '094746.447000', '094746.450000', '094746.453000', '094746.455000', '094746.458000', '094746.461000', '094746.464000', '094746.467000', '094746.470000', '094746.472000', '094806.343000', '094806.346000', '094806.349000', '094806.352000', '094806.354000', '094806.357000', '094806.360000', '094806.363000', '094806.366000', '094806.368000', '094806.371000', '094806.374000', '094806.377000', '094806.380000', '094806.382000', '094806.385000', '094806.388000', '094806.391000', '094806.394000', '094806.397000', '094806.399000', '094806.402000', '094806.411000', '094806.414000', '094806.417000', '094806.419000', '094806.423000', '094806.425000', '094806.428000', '094806.431000', '094806.434000', '094806.437000', '094806.440000', '094806.442000', '094806.445000', '094806.448000', '094806.451000', '094806.454000', '094806.457000', '094806.460000', '094806.462000', '094806.465000', '094806.468000', '094826.343000', '094826.347000', '094826.350000', '094826.352000', '094826.355000', '094826.358000', '094826.361000', '094826.364000', '094826.367000', '094826.369000', '094826.372000', '094826.375000', '094826.378000', '094826.381000', '094826.384000', '094826.387000', '094826.389000', '094826.392000', '094826.395000', '094826.398000', '094826.401000', '094826.403000', '094826.406000', '094826.419000', '094826.422000', '094826.424000', '094826.427000', '094826.430000', '094826.433000', '094826.436000', '094826.439000', '094826.441000', '094826.444000', '094826.447000', '094826.450000', '094826.453000', '094826.455000', '094826.458000', '094826.461000', '094826.464000', '094826.478000', '094826.481000', '094826.484000', '094846.344000', '094846.347000', '094846.350000', '094846.353000', '094846.355000', '094846.358000', '094846.361000', '094846.364000', '094846.367000', '094846.370000', '094846.372000', '094846.375000', '094846.378000', '094846.381000', '094846.384000', '094846.387000', '094846.389000', '094846.392000', '094846.395000', '094846.398000', '094846.401000', '094846.404000', '094846.406000', '094846.409000', '094846.412000', '094846.415000', '094846.418000', '094846.421000', '094846.423000', '094846.426000', '094846.429000', '094846.432000', '094846.437000', '094846.439000', '094846.442000', '094846.445000', '094846.448000', '094846.451000', '094846.454000', '094846.456000', '094846.459000', '094846.462000', '094846.465000', '094846.468000', '094906.343000', '094906.346000', '094906.349000', '094906.352000', '094906.354000', '094906.368000', '094906.371000', '094906.375000', '094906.378000', '094906.381000', '094906.384000', '094906.387000', '094906.389000', '094906.392000', '094906.395000', '094906.398000', '094906.401000', '094906.404000', '094906.407000', '094906.410000', '094906.412000', '094906.415000', '094906.418000', '094906.421000', '094906.424000', '094906.427000', '094906.430000', '094906.432000', '094906.435000', '094906.438000', '094906.441000', '094906.444000', '094906.447000', '094906.449000', '094906.452000', '094906.455000', '094906.458000', '094906.461000', '094906.464000', '094906.467000', '094906.470000', '094906.472000', '094906.475000', '094926.343000', '094926.346000', '094926.349000', '094926.352000', '094926.354000', '094926.357000', '094926.360000', '094926.363000', '094926.366000', '094926.369000', '094926.371000', '094926.374000', '094926.377000', '094926.380000', '094926.383000', '094926.386000', '094926.389000', '094926.392000', '094926.394000', '094926.397000', '094926.400000', '094926.403000', '094926.406000', '094926.409000', '094926.412000', '094926.414000', '094926.417000', '094926.420000', '094926.423000', '094926.426000', '094926.429000', '094926.431000', '094926.434000', '094926.445000', '094926.448000', '094926.450000', '094926.453000', '094926.456000', '094926.459000', '094926.462000', '094926.465000', '094926.468000', '094926.471000', '094926.474000', '094946.343000', '094946.346000', '094946.349000', '094946.352000', '094946.355000', '094946.357000', '094946.360000', '094946.363000', '094946.366000', '094946.369000', '094946.372000', '094946.375000', '094946.378000', '094946.383000', '094946.387000', '094946.390000', '094946.392000', '094946.395000', '094946.398000', '094946.401000', '094946.404000', '094946.407000', '094946.410000', '094946.412000', '094946.415000', '094946.418000', '094946.421000', '094946.424000', '094946.427000', '094946.430000', '094946.433000', '094946.435000', '094946.438000', '094946.441000', '094946.444000', '094946.447000', '094946.450000', '094946.453000', '094946.456000', '094946.458000', '094946.461000', '094946.464000', '094946.467000', '094958.873000', '094958.877000', '094958.880000', '094958.884000', '094958.887000', '094958.890000', '094958.893000', '094958.909000', '094958.913000', '094958.916000', '094958.919000', '094958.922000', '094958.925000', '094958.928000', '094958.931000', '094958.933000', '094958.936000', '094958.939000', '094958.942000', '094958.945000', '094958.948000', '094958.951000', '094958.954000', '094958.957000', '094958.960000', '094958.963000', '094958.965000', '094958.968000'], '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': [9695, 9646, 11538, 9510, 13708, 9491, 11365, 12016, 8964, 12926, 9436, 9305, 9978, 9249, 13241, 9528, 14453, 9614, 8899, 10241, 9248, 13227, 9374, 9897, 9347, 8788, 12575, 9383, 13430, 9634, 8920, 10218, 8940, 12860, 9291, 9253, 9406, 8891, 12847, 9479, 8850, 9520, 8850, 12048, 9293, 12804, 9395, 8721, 10237, 8986, 12876, 9319, 9265, 9463, 9349, 11551, 9285, 11097, 9521, 9839, 10684, 9429, 13299, 9369, 9428, 10597, 9509, 12662, 9405, 10710, 9947, 9940, 11258, 9721, 13199, 9420, 11003, 9841, 9553, 10653, 9037, 12927, 9649, 9528, 9902, 9088, 9970, 9149, 9018, 9755, 9688, 9548, 9235, 12595, 9705, 12245, 10077, 9350, 11561, 8904, 13828, 9724, 11035, 9743, 9532, 11815, 9334, 11412, 9581, 9728, 10815, 9415, 13633, 9712, 9556, 10090, 9700, 12101, 9217, 12544, 10045, 9838, 11332, 10029, 13925, 9458, 10225, 10775, 9779, 11034, 9568, 13054, 9024, 9679, 10278, 9750, 12391, 9690, 10249, 10310, 9328, 12499, 10079, 13195, 9655, 9246, 11667, 9531, 12322, 9788, 13712, 9492, 9883, 10858, 9677, 12474, 9500, 11707, 9758, 9951, 10369, 9891, 12028, 9642, 9821, 11629, 10149, 12452, 10130, 9529, 10343, 9224, 13131, 10320, 13428, 9965, 9669, 11648, 9455, 13271, 10234, 10210, 9611, 9702, 12476, 10074, 12180, 10389, 9884, 9911, 9977, 13257, 10211, 10989, 10128, 10273, 11586, 9607, 13212, 10324, 13570, 9890, 9397, 11904, 9823, 15074, 9653, 9106, 9681, 10378, 9221, 10068, 9946, 12056, 10239, 13395, 10356, 14279, 10653, 11089, 11536, 10391, 13526, 10232, 13894, 10325, 13953, 9797, 10397, 10208, 9909, 11097, 10166, 10010, 9693, 10093, 11515, 10456, 9870, 9492, 9556, 12504, 10424, 10205, 10186, 10297, 11670, 9520, 13647, 10072, 9908, 9786, 9829, 12130, 9710, 11799, 10917, 9598, 9790, 9905, 9832, 12147, 10169, 9445, 12220, 10324, 13297, 10516, 10299, 11183, 9893, 14062, 10101, 12288, 9983, 10146, 11529, 10072, 13193, 10463, 9651, 12457, 9986, 10241, 10993, 10501, 11148, 10110, 9922, 13319, 10241, 10247, 11665, 9947, 12966, 10788, 10118, 11746, 10391, 10286, 10022, 9196, 13368, 10249, 10092, 11035, 10255, 10285, 9672, 9725, 12201, 10371, 10194, 11583, 10054, 11293, 11350, 10129, 13562, 10335, 10662, 10689, 9633, 13402, 10379, 9272, 10255, 9814, 9780, 10935, 9612, 9254, 9250, 9355, 9842, 9186, 12901, 9946, 9611, 12626, 10090, 14992, 10675, 13782, 12034, 9543, 12444, 9801, 13286, 9508, 9382, 9799, 8862, 12924, 9510, 9526, 9045, 9510, 9643, 9024, 9172, 9358, 9648, 9241, 10232, 9726, 9954, 9443, 9561, 12637, 10058, 11729, 9626, 9553, 13099, 9712, 9726, 9884, 9684, 12993, 9452, 9820, 13231, 9641, 9267, 10139, 9529, 10704, 11067, 10212, 9995, 10833, 10766, 10598, 11419, 10499, 9958, 9176, 13322, 9600, 13566, 12151, 9671, 13497, 9752, 14274, 9805, 11904, 10400, 8596, 13047, 8566, 8689, 8249, 9003, 8549, 8891, 8800, 10796, 8754, 8557, 12402, 9198, 9115, 10915, 9121, 13123, 9425, 13721, 9616, 13059, 9423, 9583, 11451, 8933, 9212, 9038, 9099, 11410, 9799, 10412, 9323, 9667, 12604, 10247, 13356, 9738, 11311, 11153, 9285, 12784, 10017, 12809, 9348, 9123, 12564, 9440, 9269, 9387, 9569, 12213, 9241, 9170, 12759, 9801, 14212, 9860, 9880, 10674, 9876, 12189, 9014, 14234, 9762, 9742, 9584, 9433, 11950, 10013, 11077, 9787, 9235, 12643, 10057, 9615, 9775, 10006, 13069, 9630, 12671, 10895, 9565, 12139, 10150, 11424, 9872, 9938, 12522, 9234, 14038, 10403, 9486, 11910, 9874, 9818, 10903, 9446, 9459, 10192, 10003, 9640, 9952, 9934, 13506, 9841, 9970, 12740, 10195, 13461, 10093, 9636, 11734, 9928, 13935, 9721, 9739, 11691, 9482, 9837, 11046, 10259, 9723, 9930, 9355, 13017, 10351, 10136, 10322, 10010, 13662, 10166, 9916, 10772, 10017, 13911, 10294, 10156, 12591, 10318, 10202, 9973, 9668, 12451, 10099, 10156, 11796, 10289, 9952, 11802, 9740, 11042, 10226, 10306, 11779, 10157, 9942, 13657, 10849, 9810, 12169, 10622, 10226, 10180, 9962, 13984, 10286, 10077, 12095, 10190, 10017, 10631, 10262, 13610, 10260, 10097, 13268, 10450, 10170, 11914, 10379, 12258, 10145, 9943, 12827, 9852, 9737, 11413, 10197, 10080, 9005, 10419, 9540, 10716, 10019, 11696, 10424, 10704, 12285, 10695, 13566, 10022, 14528, 10118, 10342, 10883, 10532, 10450, 10038, 9622, 13564, 10005, 10151, 11060, 10440, 10217, 10649, 9512, 13669, 10303, 10398, 10563, 9768, 13705, 10720, 10175, 11954, 10389, 9975, 9961, 10021, 14501, 10900, 9627, 13091, 10197, 10032, 11584, 9653, 9625, 13256, 9842, 9950, 10956, 10155, 13498, 10482, 9519, 13874, 10205, 9726, 11416, 9938, 10226, 12002, 9617, 9547, 13858, 9949, 9919, 10652, 10396, 10199, 11410, 9909, 12863, 11041, 9863, 12823, 9962, 9935, 12600, 10232, 9946, 12084, 9895, 10114, 11465, 10276, 9830, 10262, 9760, 10113, 10875, 10279, 11217, 9996, 9423, 14131, 11619, 10166, 11169, 9909, 10044, 9813, 10104, 10086, 13339, 10335, 10085, 12902, 10235, 10345, 13420, 10402, 10207, 13156, 10270, 11877, 13867, 10484, 10378, 12688, 10738, 10356, 11137, 10003, 9943, 9767, 14081, 10459, 10071, 10583, 10176, 10487, 11582, 10112, 9745, 9504, 10469, 9978, 9922, 9421, 10234, 10353, 11273, 10009, 9984, 11168, 10175, 13352, 10401, 9951, 11923, 10300, 12538, 10098, 10212, 12922, 9894, 9681, 12397, 10368, 10092, 10062, 10411, 13856, 9932, 9950, 12611, 10539, 10040, 11448, 10058, 10350, 10294, 10259, 12222, 9778, 9800, 13865, 10106, 10163, 12260, 10401, 9684, 12054, 10323, 10266, 10224, 9880, 13096, 9959, 10278, 11980, 10604, 9958, 10260, 10093, 9984, 10085, 10458, 11042, 10603, 9980, 10836, 10623, 10351, 12448, 10331, 10249, 13052, 10196, 9674, 12925, 10193, 10056, 10547, 10472, 12460, 10308, 10363, 13157, 10255, 10014, 12518, 10222, 9882, 9917, 9836, 13101, 10304, 10129, 10661, 10204, 12400, 10392, 10117, 12089, 10295, 10152, 13226, 10235, 10119, 14104, 11187, 10085, 11939, 10046, 10061, 10347, 10290, 9728, 10596, 9986, 11832, 10379, 9863, 13675, 10256, 10185, 11889, 10304, 10302, 10508, 10472, 9990, 11351, 10191, 9874, 10199, 10600, 10304, 10167, 10432, 13892, 10488, 10315, 11627, 10483, 10360, 11675, 10254, 10433, 13278, 10405, 10166, 9932, 10168, 10198, 10400, 10433, 9874, 10398, 10149, 13933, 10817, 10507, 13581, 10717, 13295, 11508, 10189, 14348, 10579, 10466, 11529, 10732, 10032, 12793, 10529, 10215, 10977, 10294, 10392], 'WindowCenter': [4447.0, 4418.0, 4423.0, 4389.0, 4418.0, 4392.0, 4398.0, 4395.0, 4347.0, 4389.0, 4363.0, 4352.0, 4361.0, 4362.0, 4391.0, 4350.0, 4388.0, 4348.0, 4347.0, 4359.0, 4360.0, 4388.0, 4349.0, 4349.0, 4348.0, 4351.0, 4375.0, 4350.0, 4378.0, 4343.0, 4343.0, 4360.0, 4349.0, 4380.0, 4348.0, 4345.0, 4356.0, 4362.0, 4386.0, 4362.0, 4350.0, 4360.0, 4365.0, 4394.0, 4364.0, 4392.0, 4356.0, 4350.0, 4371.0, 4358.0, 4392.0, 4362.0, 4351.0, 4361.0, 4362.0, 4383.0, 4362.0, 4377.0, 4361.0, 4355.0, 4366.0, 4361.0, 4406.0, 4363.0, 4362.0, 4371.0, 4360.0, 4386.0, 4364.0, 4373.0, 4372.0, 4356.0, 4369.0, 4359.0, 4392.0, 4355.0, 4360.0, 4358.0, 4347.0, 4368.0, 4350.0, 4381.0, 4354.0, 4359.0, 4361.0, 4363.0, 4383.0, 4374.0, 4365.0, 4376.0, 4369.0, 4374.0, 4373.0, 4401.0, 4377.0, 4387.0, 4367.0, 4374.0, 4396.0, 4360.0, 4400.0, 4360.0, 4358.0, 4349.0, 4362.0, 4380.0, 4350.0, 4371.0, 4360.0, 4360.0, 4368.0, 4362.0, 4390.0, 4363.0, 4358.0, 4357.0, 4343.0, 4375.0, 4362.0, 4379.0, 4359.0, 4346.0, 4354.0, 4349.0, 4382.0, 4348.0, 4354.0, 4351.0, 4346.0, 4355.0, 4357.0, 4390.0, 4348.0, 4347.0, 4357.0, 4347.0, 4372.0, 4361.0, 4371.0, 4361.0, 4350.0, 4379.0, 4354.0, 4379.0, 4360.0, 4350.0, 4368.0, 4361.0, 4374.0, 4355.0, 4392.0, 4360.0, 4360.0, 4367.0, 4358.0, 4378.0, 4363.0, 4378.0, 4361.0, 4355.0, 4355.0, 4355.0, 4390.0, 4371.0, 4372.0, 4378.0, 4366.0, 4386.0, 4368.0, 4373.0, 4375.0, 4362.0, 4389.0, 4361.0, 4380.0, 4354.0, 4360.0, 4381.0, 4352.0, 4379.0, 4357.0, 4358.0, 4358.0, 4358.0, 4377.0, 4361.0, 4375.0, 4354.0, 4359.0, 4359.0, 4371.0, 4388.0, 4373.0, 4367.0, 4358.0, 4355.0, 4377.0, 4356.0, 4378.0, 4359.0, 4379.0, 4359.0, 4361.0, 4368.0, 4359.0, 4389.0, 4346.0, 4337.0, 4346.0, 4353.0, 4350.0, 4370.0, 4374.0, 4393.0, 4381.0, 4403.0, 4374.0, 4401.0, 4371.0, 4368.0, 4370.0, 4342.0, 4365.0, 4333.0, 4360.0, 4332.0, 4362.0, 4335.0, 4331.0, 4331.0, 4332.0, 4343.0, 4343.0, 4344.0, 4344.0, 4345.0, 4355.0, 4359.0, 4372.0, 4360.0, 4360.0, 4377.0, 4369.0, 4357.0, 4356.0, 4365.0, 4382.0, 4362.0, 4390.0, 4358.0, 4357.0, 4357.0, 4348.0, 4377.0, 4361.0, 4381.0, 4368.0, 4359.0, 4360.0, 4354.0, 4361.0, 4381.0, 4373.0, 4358.0, 4391.0, 4375.0, 4387.0, 4370.0, 4359.0, 4369.0, 4361.0, 4389.0, 4357.0, 4362.0, 4346.0, 4345.0, 4354.0, 4346.0, 4378.0, 4356.0, 4348.0, 4365.0, 4342.0, 4356.0, 4352.0, 4354.0, 4381.0, 4361.0, 4360.0, 4380.0, 4359.0, 4359.0, 4381.0, 4374.0, 4392.0, 4354.0, 4358.0, 4364.0, 4354.0, 4358.0, 4372.0, 4363.0, 4385.0, 4359.0, 4355.0, 4368.0, 4369.0, 4367.0, 4361.0, 4355.0, 4380.0, 4370.0, 4373.0, 4377.0, 4374.0, 4384.0, 4382.0, 4367.0, 4388.0, 4361.0, 4361.0, 4370.0, 4362.0, 4386.0, 4371.0, 4348.0, 4359.0, 4348.0, 4360.0, 4365.0, 4361.0, 4364.0, 4364.0, 4369.0, 4374.0, 4371.0, 4400.0, 4374.0, 4365.0, 4379.0, 4360.0, 4389.0, 4359.0, 4373.0, 4371.0, 4336.0, 4356.0, 4333.0, 4353.0, 4321.0, 4337.0, 4335.0, 4325.0, 4364.0, 4336.0, 4337.0, 4335.0, 4362.0, 4364.0, 4352.0, 4361.0, 4357.0, 4363.0, 4362.0, 4371.0, 4375.0, 4371.0, 4376.0, 4374.0, 4391.0, 4369.0, 4378.0, 4375.0, 4365.0, 4391.0, 4363.0, 4363.0, 4361.0, 4361.0, 4395.0, 4376.0, 4362.0, 4391.0, 4361.0, 4356.0, 4359.0, 4359.0, 4372.0, 4370.0, 4361.0, 4360.0, 4371.0, 4383.0, 4384.0, 4395.0, 4384.0, 4374.0, 4362.0, 4397.0, 4359.0, 4387.0, 4381.0, 4349.0, 4378.0, 4337.0, 4376.0, 4335.0, 4344.0, 4345.0, 4324.0, 4352.0, 4312.0, 4323.0, 4313.0, 4336.0, 4337.0, 4349.0, 4364.0, 4372.0, 4351.0, 4352.0, 4395.0, 4362.0, 4357.0, 4384.0, 4359.0, 4405.0, 4359.0, 4390.0, 4350.0, 4379.0, 4344.0, 4349.0, 4379.0, 4352.0, 4349.0, 4348.0, 4350.0, 4381.0, 4372.0, 4386.0, 4364.0, 4374.0, 4392.0, 4371.0, 4391.0, 4374.0, 4394.0, 4382.0, 4351.0, 4379.0, 4359.0, 4379.0, 4361.0, 4362.0, 4379.0, 4360.0, 4351.0, 4348.0, 4363.0, 4382.0, 4373.0, 4362.0, 4392.0, 4372.0, 4399.0, 4362.0, 4355.0, 4361.0, 4348.0, 4380.0, 4339.0, 4379.0, 4347.0, 4347.0, 4346.0, 4347.0, 4364.0, 4357.0, 4371.0, 4359.0, 4349.0, 4379.0, 4359.0, 4356.0, 4360.0, 4361.0, 4387.0, 4361.0, 4379.0, 4370.0, 4356.0, 4374.0, 4358.0, 4364.0, 4358.0, 4358.0, 4381.0, 4348.0, 4388.0, 4352.0, 4345.0, 4355.0, 4346.0, 4345.0, 4370.0, 4360.0, 4358.0, 4357.0, 4358.0, 4354.0, 4360.0, 4370.0, 4404.0, 4373.0, 4362.0, 4375.0, 4358.0, 4374.0, 4360.0, 4363.0, 4380.0, 4358.0, 4376.0, 4346.0, 4347.0, 4379.0, 4360.0, 4361.0, 4369.0, 4369.0, 4360.0, 4371.0, 4376.0, 4404.0, 4372.0, 4371.0, 4372.0, 4371.0, 4399.0, 4372.0, 4371.0, 4372.0, 4373.0, 4400.0, 4372.0, 4371.0, 4380.0, 4359.0, 4355.0, 4360.0, 4362.0, 4388.0, 4371.0, 4370.0, 4376.0, 4371.0, 4381.0, 4391.0, 4371.0, 4383.0, 4372.0, 4369.0, 4377.0, 4367.0, 4367.0, 4403.0, 4382.0, 4372.0, 4382.0, 4365.0, 4370.0, 4359.0, 4372.0, 4400.0, 4372.0, 4361.0, 4376.0, 4360.0, 4360.0, 4371.0, 4367.0, 4389.0, 4356.0, 4359.0, 4393.0, 4371.0, 4360.0, 4370.0, 4359.0, 4378.0, 4358.0, 4360.0, 4380.0, 4360.0, 4348.0, 4368.0, 4371.0, 4367.0, 4359.0, 4386.0, 4388.0, 4398.0, 4383.0, 4393.0, 4386.0, 4384.0, 4390.0, 4369.0, 4405.0, 4357.0, 4390.0, 4359.0, 4359.0, 4357.0, 4359.0, 4353.0, 4359.0, 4361.0, 4379.0, 4360.0, 4360.0, 4369.0, 4366.0, 4369.0, 4371.0, 4348.0, 4389.0, 4360.0, 4347.0, 4356.0, 4360.0, 4390.0, 4358.0, 4347.0, 4355.0, 4346.0, 4345.0, 4345.0, 4357.0, 4389.0, 4370.0, 4348.0, 4379.0, 4357.0, 4343.0, 4369.0, 4361.0, 4360.0, 4378.0, 4358.0, 4347.0, 4370.0, 4358.0, 4377.0, 4358.0, 4348.0, 4378.0, 4347.0, 4348.0, 4356.0, 4357.0, 4357.0, 4367.0, 4349.0, 4349.0, 4379.0, 4347.0, 4348.0, 4353.0, 4359.0, 4357.0, 4370.0, 4359.0, 4381.0, 4368.0, 4347.0, 4378.0, 4360.0, 4358.0, 4379.0, 4357.0, 4359.0, 4380.0, 4362.0, 4366.0, 4371.0, 4359.0, 4360.0, 4371.0, 4358.0, 4371.0, 4370.0, 4371.0, 4366.0, 4372.0, 4363.0, 4403.0, 4382.0, 4363.0, 4371.0, 4362.0, 4360.0, 4362.0, 4360.0, 4370.0, 4391.0, 4372.0, 4373.0, 4389.0, 4375.0, 4375.0, 4402.0, 4368.0, 4359.0, 4380.0, 4360.0, 4368.0, 4376.0, 4357.0, 4348.0, 4363.0, 4356.0, 4357.0, 4355.0, 4345.0, 4346.0, 4348.0, 4377.0, 4356.0, 4346.0, 4346.0, 4343.0, 4358.0, 4380.0, 4372.0, 4360.0, 4350.0, 4360.0, 4359.0, 4360.0, 4362.0, 4372.0, 4374.0, 4384.0, 4376.0, 4374.0, 4384.0, 4373.0, 4389.0, 4370.0, 4371.0, 4380.0, 4369.0, 4380.0, 4359.0, 4360.0, 4382.0, 4375.0, 4361.0, 4378.0, 4361.0, 4357.0, 4361.0, 4373.0, 4400.0, 4373.0, 4373.0, 4388.0, 4368.0, 4375.0, 4396.0, 4373.0, 4373.0, 4368.0, 4362.0, 4384.0, 4376.0, 4376.0, 4403.0, 4368.0, 4374.0, 4383.0, 4374.0, 4371.0, 4393.0, 4375.0, 4364.0, 4359.0, 4373.0, 4396.0, 4365.0, 4363.0, 4382.0, 4367.0, 4377.0, 4375.0, 4375.0, 4373.0, 4372.0, 4372.0, 4386.0, 4385.0, 4373.0, 4374.0, 4360.0, 4361.0, 4376.0, 4360.0, 4364.0, 4392.0, 4374.0, 4347.0, 4383.0, 4361.0, 4360.0, 4370.0, 4371.0, 4376.0, 4360.0, 4360.0, 4390.0, 4374.0, 4361.0, 4381.0, 4360.0, 4351.0, 4349.0, 4349.0, 4377.0, 4361.0, 4360.0, 4360.0, 4362.0, 4371.0, 4359.0, 4360.0, 4371.0, 4359.0, 4359.0, 4382.0, 4362.0, 4373.0, 4391.0, 4372.0, 4346.0, 4368.0, 4350.0, 4347.0, 4348.0, 4359.0, 4350.0, 4360.0, 4350.0, 4369.0, 4359.0, 4349.0, 4379.0, 4360.0, 4361.0, 4368.0, 4360.0, 4359.0, 4354.0, 4371.0, 4361.0, 4370.0, 4362.0, 4360.0, 4358.0, 4359.0, 4360.0, 4360.0, 4372.0, 4392.0, 4359.0, 4360.0, 4369.0, 4361.0, 4356.0, 4385.0, 4387.0, 4372.0, 4381.0, 4355.0, 4361.0, 4351.0, 4361.0, 4362.0, 4372.0, 4374.0, 4362.0, 4373.0, 4376.0, 4403.0, 4371.0, 4362.0, 4379.0, 4360.0, 4378.0, 4359.0, 4349.0, 4376.0, 4347.0, 4347.0, 4379.0, 4372.0, 4352.0, 4380.0, 4358.0, 4360.0, 4372.0, 4360.0, 4362.0], 'WindowWidth': [9821.0, 9757.0, 9751.0, 9697.0, 9731.0, 9698.0, 9698.0, 9687.0, 9614.0, 9669.0, 9636.0, 9619.0, 9632.0, 9634.0, 9671.0, 9613.0, 9663.0, 9608.0, 9606.0, 9627.0, 9629.0, 9666.0, 9610.0, 9609.0, 9611.0, 9620.0, 9643.0, 9614.0, 9648.0, 9598.0, 9600.0, 9627.0, 9612.0, 9653.0, 9609.0, 9604.0, 9621.0, 9636.0, 9663.0, 9636.0, 9617.0, 9631.0, 9643.0, 9680.0, 9640.0, 9676.0, 9623.0, 9614.0, 9647.0, 9630.0, 9674.0, 9635.0, 9617.0, 9631.0, 9634.0, 9664.0, 9637.0, 9651.0, 9632.0, 9618.0, 9633.0, 9635.0, 9702.0, 9639.0, 9635.0, 9644.0, 9629.0, 9663.0, 9641.0, 9652.0, 9649.0, 9621.0, 9640.0, 9628.0, 9676.0, 9621.0, 9628.0, 9624.0, 9607.0, 9637.0, 9617.0, 9657.0, 9618.0, 9624.0, 9629.0, 9638.0, 9669.0, 9655.0, 9645.0, 9658.0, 9644.0, 9656.0, 9658.0, 9691.0, 9664.0, 9668.0, 9641.0, 9655.0, 9689.0, 9633.0, 9687.0, 9631.0, 9623.0, 9612.0, 9632.0, 9655.0, 9615.0, 9643.0, 9628.0, 9627.0, 9638.0, 9636.0, 9672.0, 9637.0, 9624.0, 9622.0, 9600.0, 9648.0, 9634.0, 9653.0, 9626.0, 9604.0, 9612.0, 9609.0, 9652.0, 9611.0, 9612.0, 9607.0, 9602.0, 9612.0, 9622.0, 9668.0, 9609.0, 9606.0, 9620.0, 9606.0, 9636.0, 9631.0, 9644.0, 9632.0, 9616.0, 9652.0, 9616.0, 9651.0, 9629.0, 9613.0, 9638.0, 9629.0, 9640.0, 9617.0, 9674.0, 9628.0, 9626.0, 9634.0, 9622.0, 9652.0, 9637.0, 9651.0, 9630.0, 9616.0, 9618.0, 9619.0, 9671.0, 9648.0, 9647.0, 9655.0, 9635.0, 9664.0, 9640.0, 9652.0, 9656.0, 9635.0, 9669.0, 9630.0, 9655.0, 9615.0, 9628.0, 9657.0, 9618.0, 9652.0, 9620.0, 9621.0, 9624.0, 9623.0, 9648.0, 9630.0, 9642.0, 9614.0, 9624.0, 9626.0, 9646.0, 9667.0, 9652.0, 9636.0, 9624.0, 9617.0, 9650.0, 9622.0, 9651.0, 9624.0, 9649.0, 9626.0, 9632.0, 9636.0, 9622.0, 9666.0, 9601.0, 9590.0, 9602.0, 9611.0, 9614.0, 9643.0, 9655.0, 9681.0, 9665.0, 9694.0, 9655.0, 9688.0, 9645.0, 9636.0, 9642.0, 9594.0, 9629.0, 9578.0, 9612.0, 9575.0, 9617.0, 9582.0, 9572.0, 9571.0, 9574.0, 9590.0, 9592.0, 9596.0, 9598.0, 9599.0, 9614.0, 9624.0, 9648.0, 9630.0, 9627.0, 9650.0, 9641.0, 9621.0, 9619.0, 9633.0, 9663.0, 9633.0, 9668.0, 9624.0, 9619.0, 9622.0, 9606.0, 9647.0, 9633.0, 9658.0, 9635.0, 9624.0, 9625.0, 9616.0, 9630.0, 9659.0, 9653.0, 9629.0, 9674.0, 9654.0, 9663.0, 9641.0, 9624.0, 9640.0, 9630.0, 9666.0, 9620.0, 9620.0, 9600.0, 9597.0, 9610.0, 9604.0, 9648.0, 9617.0, 9605.0, 9625.0, 9595.0, 9616.0, 9609.0, 9615.0, 9660.0, 9630.0, 9629.0, 9653.0, 9623.0, 9622.0, 9660.0, 9655.0, 9675.0, 9615.0, 9622.0, 9627.0, 9616.0, 9624.0, 9651.0, 9637.0, 9659.0, 9627.0, 9618.0, 9636.0, 9641.0, 9639.0, 9632.0, 9620.0, 9656.0, 9644.0, 9650.0, 9653.0, 9657.0, 9669.0, 9663.0, 9638.0, 9665.0, 9630.0, 9627.0, 9643.0, 9635.0, 9664.0, 9645.0, 9610.0, 9622.0, 9608.0, 9629.0, 9632.0, 9630.0, 9640.0, 9640.0, 9646.0, 9655.0, 9650.0, 9688.0, 9653.0, 9639.0, 9653.0, 9626.0, 9664.0, 9623.0, 9636.0, 9644.0, 9585.0, 9611.0, 9576.0, 9602.0, 9558.0, 9588.0, 9583.0, 9569.0, 9619.0, 9586.0, 9588.0, 9586.0, 9634.0, 9639.0, 9619.0, 9630.0, 9622.0, 9634.0, 9634.0, 9645.0, 9659.0, 9650.0, 9658.0, 9653.0, 9672.0, 9641.0, 9654.0, 9658.0, 9641.0, 9672.0, 9636.0, 9632.0, 9630.0, 9630.0, 9684.0, 9659.0, 9635.0, 9673.0, 9630.0, 9621.0, 9625.0, 9627.0, 9644.0, 9641.0, 9630.0, 9628.0, 9647.0, 9665.0, 9672.0, 9688.0, 9671.0, 9657.0, 9636.0, 9681.0, 9630.0, 9664.0, 9659.0, 9610.0, 9646.0, 9589.0, 9639.0, 9582.0, 9590.0, 9597.0, 9566.0, 9601.0, 9546.0, 9563.0, 9549.0, 9587.0, 9592.0, 9610.0, 9638.0, 9646.0, 9616.0, 9620.0, 9679.0, 9635.0, 9626.0, 9667.0, 9628.0, 9698.0, 9630.0, 9670.0, 9613.0, 9648.0, 9599.0, 9609.0, 9656.0, 9620.0, 9611.0, 9609.0, 9615.0, 9658.0, 9648.0, 9674.0, 9642.0, 9654.0, 9676.0, 9646.0, 9672.0, 9656.0, 9687.0, 9663.0, 9615.0, 9651.0, 9624.0, 9650.0, 9633.0, 9632.0, 9652.0, 9628.0, 9615.0, 9611.0, 9633.0, 9661.0, 9652.0, 9636.0, 9677.0, 9650.0, 9682.0, 9635.0, 9618.0, 9630.0, 9609.0, 9655.0, 9597.0, 9650.0, 9604.0, 9603.0, 9603.0, 9603.0, 9626.0, 9621.0, 9644.0, 9626.0, 9614.0, 9653.0, 9627.0, 9620.0, 9628.0, 9631.0, 9666.0, 9634.0, 9655.0, 9644.0, 9619.0, 9642.0, 9623.0, 9628.0, 9621.0, 9621.0, 9659.0, 9609.0, 9662.0, 9608.0, 9600.0, 9613.0, 9602.0, 9601.0, 9643.0, 9632.0, 9623.0, 9621.0, 9623.0, 9616.0, 9628.0, 9643.0, 9698.0, 9652.0, 9633.0, 9645.0, 9622.0, 9641.0, 9627.0, 9635.0, 9654.0, 9623.0, 9644.0, 9603.0, 9605.0, 9654.0, 9628.0, 9631.0, 9640.0, 9641.0, 9628.0, 9648.0, 9662.0, 9695.0, 9651.0, 9647.0, 9648.0, 9648.0, 9684.0, 9649.0, 9645.0, 9647.0, 9651.0, 9687.0, 9649.0, 9645.0, 9655.0, 9627.0, 9618.0, 9631.0, 9636.0, 9667.0, 9647.0, 9642.0, 9649.0, 9646.0, 9663.0, 9677.0, 9648.0, 9663.0, 9649.0, 9644.0, 9650.0, 9638.0, 9638.0, 9693.0, 9663.0, 9647.0, 9660.0, 9634.0, 9642.0, 9627.0, 9651.0, 9685.0, 9647.0, 9629.0, 9647.0, 9628.0, 9629.0, 9645.0, 9635.0, 9668.0, 9621.0, 9626.0, 9676.0, 9646.0, 9630.0, 9640.0, 9624.0, 9649.0, 9621.0, 9627.0, 9655.0, 9629.0, 9607.0, 9636.0, 9645.0, 9639.0, 9629.0, 9674.0, 9681.0, 9696.0, 9671.0, 9684.0, 9675.0, 9669.0, 9676.0, 9644.0, 9697.0, 9625.0, 9668.0, 9626.0, 9622.0, 9619.0, 9624.0, 9612.0, 9625.0, 9632.0, 9653.0, 9629.0, 9626.0, 9639.0, 9633.0, 9641.0, 9646.0, 9610.0, 9667.0, 9626.0, 9605.0, 9617.0, 9628.0, 9668.0, 9621.0, 9604.0, 9613.0, 9601.0, 9597.0, 9600.0, 9619.0, 9667.0, 9640.0, 9607.0, 9650.0, 9619.0, 9596.0, 9639.0, 9633.0, 9627.0, 9649.0, 9621.0, 9605.0, 9639.0, 9620.0, 9645.0, 9623.0, 9609.0, 9648.0, 9604.0, 9605.0, 9617.0, 9619.0, 9617.0, 9633.0, 9611.0, 9608.0, 9650.0, 9605.0, 9607.0, 9610.0, 9624.0, 9619.0, 9640.0, 9626.0, 9655.0, 9634.0, 9605.0, 9647.0, 9628.0, 9622.0, 9651.0, 9620.0, 9625.0, 9654.0, 9631.0, 9634.0, 9642.0, 9624.0, 9628.0, 9646.0, 9626.0, 9644.0, 9644.0, 9644.0, 9633.0, 9648.0, 9639.0, 9692.0, 9659.0, 9634.0, 9643.0, 9633.0, 9630.0, 9631.0, 9628.0, 9642.0, 9672.0, 9649.0, 9650.0, 9671.0, 9657.0, 9654.0, 9691.0, 9639.0, 9625.0, 9652.0, 9626.0, 9635.0, 9645.0, 9618.0, 9608.0, 9623.0, 9615.0, 9617.0, 9611.0, 9596.0, 9603.0, 9607.0, 9644.0, 9614.0, 9602.0, 9601.0, 9596.0, 9619.0, 9655.0, 9647.0, 9626.0, 9610.0, 9624.0, 9625.0, 9627.0, 9633.0, 9647.0, 9651.0, 9666.0, 9657.0, 9654.0, 9665.0, 9650.0, 9668.0, 9646.0, 9650.0, 9658.0, 9643.0, 9655.0, 9625.0, 9626.0, 9659.0, 9658.0, 9631.0, 9650.0, 9630.0, 9621.0, 9630.0, 9648.0, 9687.0, 9651.0, 9649.0, 9665.0, 9638.0, 9656.0, 9687.0, 9649.0, 9649.0, 9638.0, 9633.0, 9665.0, 9660.0, 9657.0, 9690.0, 9639.0, 9651.0, 9662.0, 9652.0, 9647.0, 9677.0, 9657.0, 9637.0, 9627.0, 9651.0, 9688.0, 9639.0, 9634.0, 9658.0, 9635.0, 9661.0, 9656.0, 9655.0, 9649.0, 9646.0, 9647.0, 9673.0, 9670.0, 9650.0, 9651.0, 9628.0, 9629.0, 9645.0, 9628.0, 9635.0, 9674.0, 9653.0, 9608.0, 9661.0, 9629.0, 9626.0, 9641.0, 9644.0, 9645.0, 9629.0, 9627.0, 9671.0, 9652.0, 9628.0, 9654.0, 9627.0, 9612.0, 9610.0, 9609.0, 9646.0, 9627.0, 9625.0, 9625.0, 9630.0, 9640.0, 9624.0, 9627.0, 9640.0, 9622.0, 9624.0, 9658.0, 9635.0, 9649.0, 9669.0, 9643.0, 9603.0, 9631.0, 9608.0, 9601.0, 9605.0, 9623.0, 9611.0, 9623.0, 9612.0, 9637.0, 9622.0, 9608.0, 9650.0, 9625.0, 9630.0, 9634.0, 9623.0, 9621.0, 9614.0, 9643.0, 9633.0, 9640.0, 9629.0, 9624.0, 9621.0, 9624.0, 9625.0, 9626.0, 9645.0, 9671.0, 9623.0, 9625.0, 9636.0, 9627.0, 9618.0, 9668.0, 9677.0, 9645.0, 9653.0, 9613.0, 9626.0, 9613.0, 9628.0, 9632.0, 9646.0, 9651.0, 9635.0, 9649.0, 9658.0, 9691.0, 9646.0, 9631.0, 9652.0, 9627.0, 9650.0, 9622.0, 9606.0, 9640.0, 9601.0, 9602.0, 9656.0, 9646.0, 9616.0, 9653.0, 9619.0, 9625.0, 9643.0, 9626.0, 9632.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.0004586043956043956</td></tr>
<tr><td colspan=3>aqi</td><td>0.015230267142857143</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.033159862299236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2132570770407036</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0054438248184818</td></tr>
<tr><td colspan=3>efc</td><td>0.4699</td></tr>
<tr><td colspan=3>fber</td><td>6124.5122</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09458476455414408</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.065934065934066</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.219502235405028</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.168512311935001</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.3683425798979494</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1216518143821324</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148496</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01122316438704729</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024087127298116684</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>4.219298048257483</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>26.2567</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9276</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.1012</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>916.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.5704</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8071</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.0412</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3620.8884</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3750.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.7674</td></tr>
<tr><td colspan=3>tsnr</td><td>45.385381649946794</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>