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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0039/ses-02/func/sub-0039_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e7e232108f1799811eeadb370fccd9f0</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>20:07:59.982500</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.998494, 0.0319738, 0.0445729, -0.0383583, 0.987841, 0.150662]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100369</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7760, -7242, 668, -41, -201, 4, 74]</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>238.862</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>87b258ea-cc3b-43be-bf76-34959324e0bc||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.678887367248535, -0.10291248559951782, 0.10587693005800247, 115.00968170166016], [-0.08578350394964218, 2.6503047943115234, 0.4107922613620758, -106.03362274169922], [0.11958584189414978, -0.4042161703109741, 2.6664657592773438, -50.08103561401367], [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': ['200759.982500', '200800.442500', '200800.902500', '200801.362500', '200801.822500', '200802.282500', '200802.742500', '200803.202500', '200803.662500', '200804.122500', '200804.582500', '200805.042500', '200805.502500', '200805.962500', '200806.422500', '200806.882500', '200807.342500', '200807.802500', '200808.262500', '200808.722500', '200809.182500', '200809.642500', '200810.102500', '200810.562500', '200811.022500', '200811.482500', '200811.942500', '200812.402500', '200812.862500', '200813.322500', '200813.782500', '200814.242500', '200814.702500', '200815.162500', '200815.622500', '200816.082500', '200816.542500', '200817.002500', '200817.462500', '200817.922500', '200818.382500', '200818.842500', '200819.302500', '200819.762500', '200820.222500', '200820.682500', '200821.142500', '200821.602500', '200822.062500', '200822.522500', '200822.982500', '200823.442500', '200823.902500', '200824.362500', '200824.822500', '200825.282500', '200825.742500', '200826.202500', '200826.662500', '200827.122500', '200827.582500', '200828.042500', '200828.502500', '200828.962500', '200829.422500', '200829.882500', '200830.342500', '200830.802500', '200831.262500', '200831.722500', '200832.182500', '200832.642500', '200833.102500', '200833.562500', '200834.022500', '200834.482500', '200834.942500', '200835.402500', '200835.862500', '200836.322500', '200836.782500', '200837.242500', '200837.702500', '200838.162500', '200838.622500', '200839.082500', '200839.542500', '200840.002500', '200840.462500', '200840.922500', '200841.382500', '200841.842500', '200842.302500', '200842.762500', '200843.222500', '200843.682500', '200844.142500', '200844.602500', '200845.062500', '200845.522500', '200845.982500', '200846.442500', '200846.902500', '200847.362500', '200847.822500', '200848.282500', '200848.742500', '200849.202500', '200849.662500', '200850.122500', '200850.582500', '200851.042500', '200851.502500', '200851.962500', '200852.422500', '200852.882500', '200853.342500', '200853.802500', '200854.262500', '200854.722500', '200855.182500', '200855.642500', '200856.102500', '200856.562500', '200857.022500', '200857.482500', '200857.942500', '200858.402500', '200858.862500', '200859.322500', '200859.782500', '200900.242500', '200900.702500', '200901.162500', '200901.622500', '200902.082500', '200902.542500', '200903.002500', '200903.462500', '200903.922500', '200904.382500', '200904.842500', '200905.302500', '200905.762500', '200906.222500', '200906.682500', '200907.142500', '200907.602500', '200908.062500', '200908.522500', '200908.982500', '200909.442500', '200909.902500', '200910.362500', '200910.822500', '200911.282500', '200911.742500', '200912.202500', '200912.662500', '200913.122500', '200913.582500', '200914.042500', '200914.502500', '200914.962500', '200915.422500', '200915.882500', '200916.342500', '200916.802500', '200917.262500', '200917.722500', '200918.182500', '200918.642500', '200919.102500', '200919.562500', '200920.022500', '200920.482500', '200920.942500', '200921.402500', '200921.862500', '200922.322500', '200922.782500', '200923.242500', '200923.702500', '200924.162500', '200924.622500', '200925.082500', '200925.542500', '200926.002500', '200926.462500', '200926.922500', '200927.382500', '200927.842500', '200928.302500', '200928.762500', '200929.222500', '200929.682500', '200930.142500', '200930.602500', '200931.062500', '200931.522500', '200931.982500', '200932.442500', '200932.902500', '200933.362500', '200933.822500', '200934.282500', '200934.742500', '200935.202500', '200935.662500', '200936.122500', '200936.582500', '200937.042500', '200937.502500', '200937.962500', '200938.422500', '200938.882500', '200939.342500', '200939.802500', '200940.262500', '200940.722500', '200941.182500', '200941.642500', '200942.102500', '200942.562500', '200943.022500', '200943.482500', '200943.942500', '200944.402500', '200944.862500', '200945.322500', '200945.782500', '200946.242500', '200946.702500', '200947.162500', '200947.622500', '200948.082500', '200948.542500', '200949.002500', '200949.462500', '200949.922500', '200950.382500', '200950.842500', '200951.302500', '200951.762500', '200952.222500', '200952.682500', '200953.142500', '200953.602500', '200954.062500', '200954.522500', '200954.982500', '200955.442500', '200955.902500', '200956.362500', '200956.822500', '200957.282500', '200957.742500', '200958.202500', '200958.662500', '200959.122500', '200959.582500', '201000.042500', '201000.502500', '201000.962500', '201001.422500', '201001.882500', '201002.342500', '201002.802500', '201003.262500', '201003.722500', '201004.182500', '201004.642500', '201005.102500', '201005.562500', '201006.022500', '201006.482500', '201006.942500', '201007.402500', '201007.862500', '201008.322500', '201008.782500', '201009.242500', '201009.702500', '201010.162500', '201010.622500', '201011.082500', '201011.542500', '201012.002500', '201012.462500', '201012.922500', '201013.382500', '201013.842500', '201014.302500', '201014.762500', '201015.222500', '201015.682500', '201016.142500', '201016.602500', '201017.062500', '201017.522500', '201017.982500', '201018.442500', '201018.902500', '201019.362500', '201019.822500', '201020.282500', '201020.742500', '201021.202500', '201021.662500', '201022.122500', '201022.582500', '201023.042500', '201023.502500', '201023.962500', '201024.422500', '201024.882500', '201025.342500', '201025.802500', '201026.262500', '201026.722500', '201027.182500', '201027.642500', '201028.102500', '201028.562500', '201029.022500', '201029.482500', '201029.942500', '201030.402500', '201030.862500', '201031.322500', '201031.782500', '201032.242500', '201032.702500', '201033.162500', '201033.622500', '201034.082500', '201034.542500', '201035.002500', '201035.462500', '201035.922500', '201036.382500', '201036.842500', '201037.302500', '201037.762500', '201038.222500', '201038.682500', '201039.142500', '201039.602500', '201040.062500', '201040.522500', '201040.982500', '201041.442500', '201041.902500', '201042.362500', '201042.822500', '201043.282500', '201043.742500', '201044.202500', '201044.662500', '201045.122500', '201045.582500', '201046.042500', '201046.502500', '201046.962500', '201047.422500', '201047.882500', '201048.342500', '201048.802500', '201049.262500', '201049.722500', '201050.182500', '201050.642500', '201051.102500', '201051.562500', '201052.022500', '201052.482500', '201052.942500', '201053.402500', '201053.862500', '201054.322500', '201054.782500', '201055.242500', '201055.702500', '201056.162500', '201056.622500', '201057.082500', '201057.542500', '201058.002500', '201058.462500', '201058.922500', '201059.382500', '201059.842500', '201100.302500', '201100.762500', '201101.222500', '201101.682500', '201102.142500', '201102.602500', '201103.062500', '201103.522500', '201103.982500', '201104.442500', '201104.902500', '201105.362500', '201105.822500', '201106.282500', '201106.742500', '201107.202500', '201107.662500', '201108.122500', '201108.582500', '201109.042500', '201109.502500', '201109.962500', '201110.422500', '201110.882500', '201111.342500', '201111.802500', '201112.262500', '201112.722500', '201113.182500', '201113.642500', '201114.102500', '201114.562500', '201115.022500', '201115.482500', '201115.942500', '201116.402500', '201116.862500', '201117.322500', '201117.782500', '201118.242500', '201118.702500', '201119.162500', '201119.622500', '201120.082500', '201120.542500', '201121.002500', '201121.462500', '201121.922500', '201122.382500', '201122.842500', '201123.302500', '201123.762500', '201124.222500', '201124.682500', '201125.142500', '201125.602500', '201126.062500', '201126.522500', '201126.982500', '201127.442500', '201127.902500', '201128.362500', '201128.822500', '201129.282500', '201129.742500', '201130.202500', '201130.662500', '201131.122500', '201131.582500', '201132.042500', '201132.502500', '201132.962500', '201133.422500', '201133.882500', '201134.342500', '201134.802500', '201135.262500', '201135.722500', '201136.182500', '201136.642500', '201137.102500', '201137.562500', '201138.022500', '201138.482500', '201138.942500', '201139.402500', '201139.862500', '201140.322500', '201140.782500', '201141.242500', '201141.702500', '201142.162500', '201142.622500', '201143.082500', '201143.542500', '201144.002500', '201144.462500', '201144.922500', '201145.382500', '201145.842500', '201146.302500', '201146.762500', '201147.222500', '201147.682500', '201148.142500', '201148.602500', '201149.062500', '201149.522500', '201149.982500', '201150.442500', '201150.902500', '201151.362500', '201151.822500', '201152.282500', '201152.742500', '201153.202500', '201153.662500', '201154.122500', '201154.582500', '201155.042500', '201155.502500', '201155.962500', '201156.422500', '201156.882500', '201157.342500', '201157.802500', '201158.262500', '201158.722500', '201159.182500', '201159.642500', '201200.102500', '201200.562500', '201201.022500', '201201.482500', '201201.942500', '201202.402500', '201202.862500', '201203.322500', '201203.782500', '201204.242500', '201204.702500', '201205.162500', '201205.622500', '201206.082500', '201206.542500', '201207.002500', '201207.462500', '201207.922500', '201208.382500', '201208.842500', '201209.302500', '201209.762500', '201210.222500', '201210.682500', '201211.142500', '201211.602500', '201212.062500', '201212.522500', '201212.982500', '201213.442500', '201213.902500', '201214.362500', '201214.822500', '201215.282500', '201215.742500', '201216.202500', '201216.662500', '201217.122500', '201217.582500', '201218.042500', '201218.502500', '201218.962500', '201219.422500', '201219.882500', '201220.342500', '201220.802500', '201221.262500', '201221.722500', '201222.182500', '201222.642500', '201223.102500', '201223.562500', '201224.022500', '201224.482500', '201224.942500', '201225.402500', '201225.862500', '201226.322500', '201226.782500', '201227.242500', '201227.702500', '201228.162500', '201228.622500', '201229.082500', '201229.542500', '201230.002500', '201230.462500', '201230.922500', '201231.382500', '201231.842500', '201232.302500', '201232.762500', '201233.222500', '201233.682500', '201234.142500', '201234.602500', '201235.062500', '201235.522500', '201235.982500', '201236.442500', '201236.902500', '201237.362500', '201237.822500', '201238.282500', '201238.742500', '201239.202500', '201239.662500', '201240.122500', '201240.582500', '201241.042500', '201241.502500', '201241.962500', '201242.422500', '201242.882500', '201243.342500', '201243.802500', '201244.262500', '201244.722500', '201245.182500', '201245.642500', '201246.102500', '201246.562500', '201247.022500', '201247.482500', '201247.942500', '201248.402500', '201248.862500', '201249.322500', '201249.782500', '201250.242500', '201250.702500', '201251.162500', '201251.622500', '201252.082500', '201252.542500', '201253.002500', '201253.462500', '201253.922500', '201254.382500', '201254.842500', '201255.302500', '201255.762500', '201256.222500', '201256.682500', '201257.142500', '201257.602500', '201258.062500', '201258.522500', '201258.982500', '201259.442500', '201259.902500', '201300.362500', '201300.822500', '201301.282500', '201301.742500', '201302.202500', '201302.662500', '201303.122500', '201303.582500', '201304.042500', '201304.502500', '201304.962500', '201305.422500', '201305.882500', '201306.342500', '201306.802500', '201307.262500', '201307.722500', '201308.182500', '201308.642500', '201309.102500', '201309.562500', '201310.022500', '201310.482500', '201310.942500', '201311.402500', '201311.862500', '201312.322500', '201312.782500', '201313.242500', '201313.702500', '201314.162500', '201314.622500', '201315.082500', '201315.542500', '201316.002500', '201316.462500', '201316.922500', '201317.382500', '201317.842500', '201318.302500', '201318.762500', '201319.222500', '201319.682500', '201320.142500', '201320.602500', '201321.062500', '201321.522500', '201321.982500', '201322.442500', '201322.902500', '201323.362500', '201323.822500', '201324.282500', '201324.742500', '201325.202500', '201325.662500', '201326.122500', '201326.582500', '201327.042500', '201327.502500', '201327.962500', '201328.422500', '201328.882500', '201329.342500', '201329.802500', '201330.262500', '201330.722500', '201331.182500', '201331.642500', '201332.102500', '201332.562500', '201333.022500', '201333.482500', '201333.942500', '201334.402500', '201334.862500', '201335.322500', '201335.782500', '201336.242500', '201336.702500', '201337.162500', '201337.622500', '201338.082500', '201338.542500', '201339.002500', '201339.462500', '201339.922500', '201340.382500', '201340.842500', '201341.302500', '201341.762500', '201342.222500', '201342.682500', '201343.142500', '201343.602500', '201344.062500', '201344.522500', '201344.982500', '201345.442500', '201345.902500', '201346.362500', '201346.822500', '201347.282500', '201347.742500', '201348.202500', '201348.662500', '201349.122500', '201349.582500', '201350.042500', '201350.502500', '201350.962500', '201351.422500', '201351.882500', '201352.342500', '201352.802500', '201353.262500', '201353.722500', '201354.182500', '201354.642500', '201355.102500', '201355.562500', '201356.022500', '201356.482500', '201356.942500', '201357.402500', '201357.862500', '201358.322500', '201358.782500', '201359.242500', '201359.702500', '201400.162500', '201400.622500', '201401.082500', '201401.542500', '201402.002500', '201402.462500', '201402.922500', '201403.382500', '201403.842500', '201404.302500', '201404.762500', '201405.222500', '201405.682500', '201406.142500', '201406.602500', '201407.062500', '201407.522500', '201407.982500', '201408.442500', '201408.902500', '201409.362500', '201409.822500', '201410.282500', '201410.742500', '201411.202500', '201411.662500', '201412.122500', '201412.582500', '201413.042500', '201413.502500', '201413.962500', '201414.422500', '201414.882500', '201415.342500', '201415.802500', '201416.262500', '201416.722500', '201417.182500', '201417.642500', '201418.102500', '201418.562500', '201419.022500', '201419.482500', '201419.942500', '201420.402500', '201420.862500', '201421.322500', '201421.782500', '201422.242500', '201422.702500', '201423.162500', '201423.622500', '201424.082500', '201424.542500', '201425.002500', '201425.462500', '201425.922500', '201426.382500', '201426.842500', '201427.302500', '201427.762500', '201428.222500', '201428.682500', '201429.142500', '201429.602500', '201430.062500', '201430.522500', '201430.982500', '201431.442500', '201431.902500', '201432.362500', '201432.822500', '201433.282500', '201433.742500', '201434.202500', '201434.662500', '201435.122500', '201435.582500', '201436.042500', '201436.502500', '201436.962500', '201437.422500', '201437.882500', '201438.342500', '201438.802500', '201439.262500', '201439.722500', '201440.182500', '201440.642500', '201441.102500', '201441.562500', '201442.022500', '201442.482500', '201442.942500', '201443.402500', '201443.862500', '201444.322500', '201444.782500', '201445.242500', '201445.702500', '201446.162500', '201446.622500', '201447.082500', '201447.542500', '201448.002500', '201448.462500', '201448.922500', '201449.382500', '201449.842500', '201450.302500', '201450.762500', '201451.222500', '201451.682500', '201452.142500', '201452.602500', '201453.062500', '201453.522500', '201453.982500', '201454.442500', '201454.902500', '201455.362500', '201455.822500', '201456.282500', '201456.742500', '201457.202500', '201457.662500', '201458.122500', '201458.582500', '201459.042500', '201459.502500', '201459.962500'], 'ContentTime': ['200821.303000', '200821.306000', '200821.309000', '200821.312000', '200821.315000', '200821.318000', '200821.321000', '200821.324000', '200821.327000', '200821.329000', '200821.332000', '200821.335000', '200821.345000', '200821.348000', '200821.351000', '200821.354000', '200821.357000', '200821.360000', '200821.363000', '200821.365000', '200821.368000', '200821.371000', '200821.374000', '200821.377000', '200821.380000', '200821.383000', '200821.386000', '200821.389000', '200821.392000', '200821.395000', '200821.397000', '200821.400000', '200821.403000', '200821.406000', '200821.409000', '200821.412000', '200821.415000', '200821.417000', '200821.427000', '200821.429000', '200821.432000', '200821.435000', '200821.438000', '200821.441000', '200821.444000', '200841.256000', '200841.259000', '200841.262000', '200841.265000', '200841.268000', '200841.270000', '200841.273000', '200841.276000', '200841.279000', '200841.282000', '200841.285000', '200841.288000', '200841.291000', '200841.293000', '200841.296000', '200841.299000', '200841.302000', '200841.305000', '200841.308000', '200841.311000', '200841.314000', '200841.316000', '200841.319000', '200841.322000', '200841.325000', '200841.328000', '200841.331000', '200841.334000', '200841.336000', '200841.339000', '200841.342000', '200841.345000', '200841.348000', '200841.351000', '200841.354000', '200841.356000', '200841.359000', '200841.362000', '200841.365000', '200841.368000', '200841.371000', '200841.374000', '200841.376000', '200841.379000', '200901.256000', '200901.259000', '200901.262000', '200901.265000', '200901.268000', '200901.271000', '200901.273000', '200901.276000', '200901.279000', '200901.282000', '200901.285000', '200901.288000', '200901.291000', '200901.294000', '200901.301000', '200901.304000', '200901.307000', '200901.310000', '200901.313000', '200901.316000', '200901.319000', '200901.321000', '200901.324000', '200901.327000', '200901.330000', '200901.333000', '200901.336000', '200901.339000', '200901.342000', '200901.345000', '200901.347000', '200901.350000', '200901.353000', '200901.356000', '200901.359000', '200901.362000', '200901.365000', '200901.368000', '200901.370000', '200901.373000', '200901.376000', '200901.379000', '200901.382000', '200921.256000', '200921.259000', '200921.262000', '200921.264000', '200921.267000', '200921.270000', '200921.273000', '200921.276000', '200921.279000', '200921.282000', '200921.285000', '200921.288000', '200921.290000', '200921.293000', '200921.296000', '200921.299000', '200921.302000', '200921.305000', '200921.308000', '200921.320000', '200921.323000', '200921.326000', '200921.329000', '200921.332000', '200921.335000', '200921.337000', '200921.340000', '200921.343000', '200921.346000', '200921.349000', '200921.352000', '200921.355000', '200921.357000', '200921.360000', '200921.363000', '200921.366000', '200921.369000', '200921.372000', '200921.375000', '200921.378000', '200921.381000', '200921.384000', '200921.387000', '200921.390000', '200941.257000', '200941.260000', '200941.263000', '200941.266000', '200941.269000', '200941.272000', '200941.275000', '200941.277000', '200941.280000', '200941.283000', '200941.286000', '200941.289000', '200941.292000', '200941.295000', '200941.298000', '200941.301000', '200941.303000', '200941.306000', '200941.309000', '200941.312000', '200941.315000', '200941.328000', '200941.330000', '200941.333000', '200941.336000', '200941.339000', '200941.342000', '200941.345000', '200941.348000', '200941.350000', '200941.353000', '200941.356000', '200941.359000', '200941.362000', '200941.365000', '200941.368000', '200941.371000', '200941.373000', '200941.376000', '200941.379000', '200941.382000', '200941.385000', '200941.388000', '201001.257000', '201001.260000', '201001.263000', '201001.266000', '201001.269000', '201001.272000', '201001.275000', '201001.278000', '201001.281000', '201001.284000', '201001.287000', '201001.290000', '201001.293000', '201001.296000', '201001.299000', '201001.302000', '201001.304000', '201001.307000', '201001.310000', '201001.313000', '201001.316000', '201001.319000', '201001.322000', '201001.325000', '201001.328000', '201001.331000', '201001.333000', '201001.336000', '201001.339000', '201001.342000', '201001.345000', '201001.348000', '201001.351000', '201001.354000', '201001.357000', '201001.360000', '201001.363000', '201001.365000', '201001.368000', '201001.371000', '201001.374000', '201001.377000', '201001.380000', '201021.257000', '201021.260000', '201021.263000', '201021.266000', '201021.269000', '201021.271000', '201021.274000', '201021.277000', '201021.280000', '201021.283000', '201021.286000', '201021.289000', '201021.292000', '201021.295000', '201021.297000', '201021.300000', '201021.303000', '201021.306000', '201021.309000', '201021.312000', '201021.315000', '201021.318000', '201021.321000', '201021.323000', '201021.326000', '201021.329000', '201021.332000', '201021.335000', '201021.338000', '201021.341000', '201021.343000', '201021.346000', '201021.349000', '201021.352000', '201021.355000', '201021.358000', '201021.361000', '201021.364000', '201021.366000', '201021.369000', '201021.372000', '201021.375000', '201021.378000', '201021.381000', '201041.257000', '201041.260000', '201041.263000', '201041.266000', '201041.269000', '201041.272000', '201041.275000', '201041.278000', '201041.281000', '201041.284000', '201041.301000', '201041.303000', '201041.306000', '201041.309000', '201041.312000', '201041.315000', '201041.318000', '201041.321000', '201041.324000', '201041.327000', '201041.329000', '201041.332000', '201041.335000', '201041.338000', '201041.341000', '201041.344000', '201041.347000', '201041.350000', '201041.353000', '201041.356000', '201041.358000', '201041.361000', '201041.364000', '201041.367000', '201041.371000', '201041.373000', '201041.376000', '201041.379000', '201041.382000', '201041.385000', '201041.388000', '201041.391000', '201041.393000', '201101.256000', '201101.259000', '201101.262000', '201101.265000', '201101.268000', '201101.271000', '201101.274000', '201101.277000', '201101.279000', '201101.282000', '201101.285000', '201101.288000', '201101.291000', '201101.294000', '201101.297000', '201101.300000', '201101.302000', '201101.305000', '201101.308000', '201101.311000', '201101.314000', '201101.317000', '201101.320000', '201101.323000', '201101.326000', '201101.329000', '201101.332000', '201101.335000', '201101.337000', '201101.340000', '201101.343000', '201101.346000', '201101.349000', '201101.352000', '201101.355000', '201101.358000', '201101.361000', '201101.364000', '201101.367000', '201101.369000', '201101.372000', '201101.375000', '201101.378000', '201101.381000', '201121.256000', '201121.259000', '201121.262000', '201121.277000', '201121.280000', '201121.283000', '201121.286000', '201121.289000', '201121.292000', '201121.295000', '201121.298000', '201121.304000', '201121.307000', '201121.310000', '201121.313000', '201121.341000', '201121.344000', '201121.347000', '201121.350000', '201121.353000', '201121.356000', '201121.359000', '201121.361000', '201121.364000', '201121.367000', '201121.370000', '201121.373000', '201121.376000', '201121.379000', '201121.382000', '201121.384000', '201121.387000', '201121.390000', '201121.393000', '201121.396000', '201121.399000', '201121.402000', '201121.405000', '201121.408000', '201121.410000', '201121.413000', '201121.416000', '201121.419000', '201141.256000', '201141.259000', '201141.262000', '201141.265000', '201141.268000', '201141.270000', '201141.273000', '201141.276000', '201141.279000', '201141.282000', '201141.285000', '201141.288000', '201141.291000', '201141.294000', '201141.297000', '201141.299000', '201141.302000', '201141.305000', '201141.308000', '201141.311000', '201141.314000', '201141.317000', '201141.320000', '201141.323000', '201141.325000', '201141.328000', '201141.331000', '201141.334000', '201141.337000', '201141.340000', '201141.343000', '201141.346000', '201141.349000', '201141.351000', '201141.354000', '201141.357000', '201141.360000', '201141.363000', '201141.366000', '201141.369000', '201141.371000', '201141.374000', '201141.377000', '201141.380000', '201201.257000', '201201.260000', '201201.263000', '201201.266000', '201201.269000', '201201.272000', '201201.275000', '201201.277000', '201201.280000', '201201.283000', '201201.286000', '201201.289000', '201201.292000', '201201.295000', '201201.298000', '201201.301000', '201201.304000', '201201.306000', '201201.309000', '201201.312000', '201201.315000', '201201.318000', '201201.321000', '201201.324000', '201201.327000', '201201.330000', '201201.333000', '201201.336000', '201201.339000', '201201.342000', '201201.344000', '201201.347000', '201201.350000', '201201.353000', '201201.356000', '201201.359000', '201201.362000', '201201.365000', '201201.368000', '201201.370000', '201201.373000', '201201.376000', '201201.379000', '201221.257000', '201221.260000', '201221.263000', '201221.266000', '201221.269000', '201221.272000', '201221.274000', '201221.277000', '201221.280000', '201221.283000', '201221.286000', '201221.289000', '201221.292000', '201221.295000', '201221.297000', '201221.300000', '201221.303000', '201221.306000', '201221.309000', '201221.312000', '201221.315000', '201221.318000', '201221.321000', '201221.324000', '201221.327000', '201221.329000', '201221.332000', '201221.335000', '201221.338000', '201221.341000', '201221.344000', '201221.347000', '201221.350000', '201221.353000', '201221.355000', '201221.358000', '201221.361000', '201221.364000', '201221.367000', '201221.370000', '201221.373000', '201221.376000', '201221.379000', '201221.382000', '201241.257000', '201241.260000', '201241.263000', '201241.266000', '201241.269000', '201241.273000', '201241.276000', '201241.279000', '201241.282000', '201241.285000', '201241.288000', '201241.291000', '201241.294000', '201241.296000', '201241.299000', '201241.302000', '201241.305000', '201241.308000', '201241.311000', '201241.314000', '201241.317000', '201241.320000', '201241.323000', '201241.325000', '201241.328000', '201241.331000', '201241.334000', '201241.337000', '201241.354000', '201241.358000', '201241.360000', '201241.363000', '201241.366000', '201241.369000', '201241.372000', '201241.375000', '201241.378000', '201241.381000', '201241.383000', '201241.386000', '201241.389000', '201241.392000', '201241.395000', '201301.256000', '201301.259000', '201301.262000', '201301.265000', '201301.268000', '201301.271000', '201301.274000', '201301.276000', '201301.279000', '201301.282000', '201301.285000', '201301.288000', '201301.291000', '201301.294000', '201301.297000', '201301.300000', '201301.303000', '201301.306000', '201301.308000', '201301.311000', '201301.314000', '201301.317000', '201301.320000', '201301.323000', '201301.326000', '201301.329000', '201301.332000', '201301.335000', '201301.337000', '201301.340000', '201301.343000', '201301.346000', '201301.349000', '201301.352000', '201301.355000', '201301.358000', '201301.361000', '201301.364000', '201301.366000', '201301.369000', '201301.372000', '201301.375000', '201301.378000', '201301.381000', '201321.256000', '201321.259000', '201321.262000', '201321.265000', '201321.268000', '201321.271000', '201321.274000', '201321.276000', '201321.279000', '201321.282000', '201321.285000', '201321.288000', '201321.291000', '201321.294000', '201321.297000', '201321.300000', '201321.303000', '201321.306000', '201321.309000', '201321.312000', '201321.315000', '201321.318000', '201321.321000', '201321.324000', '201321.327000', '201321.329000', '201321.332000', '201321.335000', '201321.338000', '201321.341000', '201321.344000', '201321.347000', '201321.350000', '201321.353000', '201321.356000', '201321.361000', '201321.364000', '201321.367000', '201321.370000', '201321.372000', '201321.375000', '201321.378000', '201321.381000', '201341.256000', '201341.259000', '201341.262000', '201341.265000', '201341.268000', '201341.271000', '201341.273000', '201341.276000', '201341.279000', '201341.282000', '201341.285000', '201341.288000', '201341.291000', '201341.294000', '201341.297000', '201341.300000', '201341.302000', '201341.305000', '201341.308000', '201341.311000', '201341.314000', '201341.317000', '201341.320000', '201341.323000', '201341.328000', '201341.330000', '201341.333000', '201341.336000', '201341.339000', '201341.342000', '201341.345000', '201341.348000', '201341.351000', '201341.354000', '201341.357000', '201341.359000', '201341.362000', '201341.365000', '201341.368000', '201341.371000', '201341.374000', '201341.377000', '201341.380000', '201341.383000', '201401.256000', '201401.259000', '201401.262000', '201401.265000', '201401.268000', '201401.271000', '201401.273000', '201401.276000', '201401.279000', '201401.282000', '201401.285000', '201401.288000', '201401.291000', '201401.294000', '201401.297000', '201401.300000', '201401.303000', '201401.305000', '201401.309000', '201401.312000', '201401.315000', '201401.318000', '201401.321000', '201401.324000', '201401.327000', '201401.330000', '201401.333000', '201401.336000', '201401.339000', '201401.341000', '201401.344000', '201401.347000', '201401.350000', '201401.353000', '201401.356000', '201401.359000', '201401.362000', '201401.366000', '201401.371000', '201401.374000', '201401.377000', '201401.380000', '201401.383000', '201421.257000', '201421.260000', '201421.263000', '201421.266000', '201421.269000', '201421.272000', '201421.275000', '201421.277000', '201421.280000', '201421.283000', '201421.286000', '201421.289000', '201421.292000', '201421.295000', '201421.298000', '201421.301000', '201421.303000', '201421.306000', '201421.309000', '201421.312000', '201421.315000', '201421.318000', '201421.321000', '201421.324000', '201421.327000', '201421.330000', '201421.332000', '201421.335000', '201421.338000', '201421.341000', '201421.344000', '201421.347000', '201421.350000', '201421.353000', '201421.356000', '201421.358000', '201421.361000', '201421.364000', '201421.367000', '201421.370000', '201421.373000', '201421.376000', '201421.379000', '201421.382000', '201441.257000', '201441.260000', '201441.263000', '201441.266000', '201441.269000', '201441.272000', '201441.275000', '201441.278000', '201441.281000', '201441.283000', '201441.286000', '201441.289000', '201441.292000', '201441.295000', '201441.298000', '201441.301000', '201441.304000', '201441.307000', '201441.310000', '201441.312000', '201441.315000', '201441.318000', '201441.321000', '201441.324000', '201441.327000', '201441.330000', '201441.333000', '201441.336000', '201441.339000', '201441.341000', '201441.344000', '201441.347000', '201441.350000', '201441.353000', '201441.356000', '201441.358000', '201441.361000', '201441.364000', '201441.367000', '201441.370000', '201441.373000', '201441.376000', '201441.379000', '201500.776000', '201500.780000', '201500.783000', '201500.786000', '201500.789000', '201500.792000', '201500.795000', '201500.798000', '201500.801000', '201500.804000', '201500.808000', '201500.811000', '201500.814000', '201500.817000', '201500.820000', '201500.823000', '201500.826000', '201500.829000', '201500.832000', '201500.835000', '201500.838000', '201500.841000', '201500.844000', '201500.847000', '201500.849000', '201500.852000', '201500.855000', '201500.858000', '201500.861000', '201500.864000', '201500.867000', '201500.870000', '201500.873000', '201500.876000', '201500.878000', '201500.881000', '201500.884000', '201500.887000', '201500.890000', '201500.893000', '201500.896000', '201500.898000', '201500.901000'], 'InstanceCreationTime': ['200821.303000', '200821.306000', '200821.309000', '200821.312000', '200821.315000', '200821.318000', '200821.321000', '200821.324000', '200821.327000', '200821.329000', '200821.332000', '200821.335000', '200821.345000', '200821.348000', '200821.351000', '200821.354000', '200821.357000', '200821.360000', '200821.363000', '200821.365000', '200821.368000', '200821.371000', '200821.374000', '200821.377000', '200821.380000', '200821.383000', '200821.386000', '200821.389000', '200821.392000', '200821.395000', '200821.397000', '200821.400000', '200821.403000', '200821.406000', '200821.409000', '200821.412000', '200821.415000', '200821.417000', '200821.427000', '200821.429000', '200821.432000', '200821.435000', '200821.438000', '200821.441000', '200821.444000', '200841.256000', '200841.259000', '200841.262000', '200841.265000', '200841.268000', '200841.270000', '200841.273000', '200841.276000', '200841.279000', '200841.282000', '200841.285000', '200841.288000', '200841.291000', '200841.293000', '200841.296000', '200841.299000', '200841.302000', '200841.305000', '200841.308000', '200841.311000', '200841.314000', '200841.316000', '200841.319000', '200841.322000', '200841.325000', '200841.328000', '200841.331000', '200841.334000', '200841.336000', '200841.339000', '200841.342000', '200841.345000', '200841.348000', '200841.351000', '200841.354000', '200841.356000', '200841.359000', '200841.362000', '200841.365000', '200841.368000', '200841.371000', '200841.374000', '200841.376000', '200841.379000', '200901.256000', '200901.259000', '200901.262000', '200901.265000', '200901.268000', '200901.271000', '200901.273000', '200901.276000', '200901.279000', '200901.282000', '200901.285000', '200901.288000', '200901.291000', '200901.294000', '200901.301000', '200901.304000', '200901.307000', '200901.310000', '200901.313000', '200901.316000', '200901.319000', '200901.321000', '200901.324000', '200901.327000', '200901.330000', '200901.333000', '200901.336000', '200901.339000', '200901.342000', '200901.345000', '200901.347000', '200901.350000', '200901.353000', '200901.356000', '200901.359000', '200901.362000', '200901.365000', '200901.368000', '200901.370000', '200901.373000', '200901.376000', '200901.379000', '200901.382000', '200921.256000', '200921.259000', '200921.262000', '200921.264000', '200921.267000', '200921.270000', '200921.273000', '200921.276000', '200921.279000', '200921.282000', '200921.285000', '200921.288000', '200921.290000', '200921.293000', '200921.296000', '200921.299000', '200921.302000', '200921.305000', '200921.308000', '200921.320000', '200921.323000', '200921.326000', '200921.329000', '200921.332000', '200921.335000', '200921.337000', '200921.340000', '200921.343000', '200921.346000', '200921.349000', '200921.352000', '200921.355000', '200921.357000', '200921.360000', '200921.363000', '200921.366000', '200921.369000', '200921.372000', '200921.375000', '200921.378000', '200921.381000', '200921.384000', '200921.387000', '200921.390000', '200941.257000', '200941.260000', '200941.263000', '200941.266000', '200941.269000', '200941.272000', '200941.275000', '200941.277000', '200941.280000', '200941.283000', '200941.286000', '200941.289000', '200941.292000', '200941.295000', '200941.298000', '200941.301000', '200941.303000', '200941.306000', '200941.309000', '200941.312000', '200941.315000', '200941.328000', '200941.330000', '200941.333000', '200941.336000', '200941.339000', '200941.342000', '200941.345000', '200941.348000', '200941.350000', '200941.353000', '200941.356000', '200941.359000', '200941.362000', '200941.365000', '200941.368000', '200941.371000', '200941.373000', '200941.376000', '200941.379000', '200941.382000', '200941.385000', '200941.388000', '201001.257000', '201001.260000', '201001.263000', '201001.266000', '201001.269000', '201001.272000', '201001.275000', '201001.278000', '201001.281000', '201001.284000', '201001.287000', '201001.290000', '201001.293000', '201001.296000', '201001.299000', '201001.302000', '201001.304000', '201001.307000', '201001.310000', '201001.313000', '201001.316000', '201001.319000', '201001.322000', '201001.325000', '201001.328000', '201001.331000', '201001.333000', '201001.336000', '201001.339000', '201001.342000', '201001.345000', '201001.348000', '201001.351000', '201001.354000', '201001.357000', '201001.360000', '201001.363000', '201001.365000', '201001.368000', '201001.371000', '201001.374000', '201001.377000', '201001.380000', '201021.257000', '201021.260000', '201021.263000', '201021.266000', '201021.269000', '201021.271000', '201021.274000', '201021.277000', '201021.280000', '201021.283000', '201021.286000', '201021.289000', '201021.292000', '201021.295000', '201021.297000', '201021.300000', '201021.303000', '201021.306000', '201021.309000', '201021.312000', '201021.315000', '201021.318000', '201021.321000', '201021.323000', '201021.326000', '201021.329000', '201021.332000', '201021.335000', '201021.338000', '201021.341000', '201021.343000', '201021.346000', '201021.349000', '201021.352000', '201021.355000', '201021.358000', '201021.361000', '201021.364000', '201021.366000', '201021.369000', '201021.372000', '201021.375000', '201021.378000', '201021.381000', '201041.257000', '201041.260000', '201041.263000', '201041.266000', '201041.269000', '201041.272000', '201041.275000', '201041.278000', '201041.281000', '201041.284000', '201041.301000', '201041.303000', '201041.306000', '201041.309000', '201041.312000', '201041.315000', '201041.318000', '201041.321000', '201041.324000', '201041.327000', '201041.329000', '201041.332000', '201041.335000', '201041.338000', '201041.341000', '201041.344000', '201041.347000', '201041.350000', '201041.353000', '201041.356000', '201041.358000', '201041.361000', '201041.364000', '201041.367000', '201041.371000', '201041.373000', '201041.376000', '201041.379000', '201041.382000', '201041.385000', '201041.388000', '201041.391000', '201041.393000', '201101.256000', '201101.259000', '201101.262000', '201101.265000', '201101.268000', '201101.271000', '201101.274000', '201101.277000', '201101.279000', '201101.282000', '201101.285000', '201101.288000', '201101.291000', '201101.294000', '201101.297000', '201101.300000', '201101.302000', '201101.305000', '201101.308000', '201101.311000', '201101.314000', '201101.317000', '201101.320000', '201101.323000', '201101.326000', '201101.329000', '201101.332000', '201101.335000', '201101.337000', '201101.340000', '201101.343000', '201101.346000', '201101.349000', '201101.352000', '201101.355000', '201101.358000', '201101.361000', '201101.364000', '201101.367000', '201101.369000', '201101.372000', '201101.375000', '201101.378000', '201101.381000', '201121.256000', '201121.259000', '201121.262000', '201121.277000', '201121.280000', '201121.283000', '201121.286000', '201121.289000', '201121.292000', '201121.295000', '201121.298000', '201121.304000', '201121.307000', '201121.310000', '201121.313000', '201121.341000', '201121.344000', '201121.347000', '201121.350000', '201121.353000', '201121.356000', '201121.359000', '201121.361000', '201121.364000', '201121.367000', '201121.370000', '201121.373000', '201121.376000', '201121.379000', '201121.382000', '201121.384000', '201121.387000', '201121.390000', '201121.393000', '201121.396000', '201121.399000', '201121.402000', '201121.405000', '201121.408000', '201121.410000', '201121.413000', '201121.416000', '201121.419000', '201141.256000', '201141.259000', '201141.262000', '201141.265000', '201141.268000', '201141.270000', '201141.273000', '201141.276000', '201141.279000', '201141.282000', '201141.285000', '201141.288000', '201141.291000', '201141.294000', '201141.297000', '201141.299000', '201141.302000', '201141.305000', '201141.308000', '201141.311000', '201141.314000', '201141.317000', '201141.320000', '201141.323000', '201141.325000', '201141.328000', '201141.331000', '201141.334000', '201141.337000', '201141.340000', '201141.343000', '201141.346000', '201141.349000', '201141.351000', '201141.354000', '201141.357000', '201141.360000', '201141.363000', '201141.366000', '201141.369000', '201141.371000', '201141.374000', '201141.377000', '201141.380000', '201201.257000', '201201.260000', '201201.263000', '201201.266000', '201201.269000', '201201.272000', '201201.275000', '201201.277000', '201201.280000', '201201.283000', '201201.286000', '201201.289000', '201201.292000', '201201.295000', '201201.298000', '201201.301000', '201201.304000', '201201.306000', '201201.309000', '201201.312000', '201201.315000', '201201.318000', '201201.321000', '201201.324000', '201201.327000', '201201.330000', '201201.333000', '201201.336000', '201201.339000', '201201.342000', '201201.344000', '201201.347000', '201201.350000', '201201.353000', '201201.356000', '201201.359000', '201201.362000', '201201.365000', '201201.368000', '201201.370000', '201201.373000', '201201.376000', '201201.379000', '201221.257000', '201221.260000', '201221.263000', '201221.266000', '201221.269000', '201221.272000', '201221.274000', '201221.277000', '201221.280000', '201221.283000', '201221.286000', '201221.289000', '201221.292000', '201221.295000', '201221.297000', '201221.300000', '201221.303000', '201221.306000', '201221.309000', '201221.312000', '201221.315000', '201221.318000', '201221.321000', '201221.324000', '201221.327000', '201221.329000', '201221.332000', '201221.335000', '201221.338000', '201221.341000', '201221.344000', '201221.347000', '201221.350000', '201221.353000', '201221.355000', '201221.358000', '201221.361000', '201221.364000', '201221.367000', '201221.370000', '201221.373000', '201221.376000', '201221.379000', '201221.382000', '201241.257000', '201241.260000', '201241.263000', '201241.266000', '201241.269000', '201241.273000', '201241.276000', '201241.279000', '201241.282000', '201241.285000', '201241.288000', '201241.291000', '201241.294000', '201241.296000', '201241.299000', '201241.302000', '201241.305000', '201241.308000', '201241.311000', '201241.314000', '201241.317000', '201241.320000', '201241.323000', '201241.325000', '201241.328000', '201241.331000', '201241.334000', '201241.337000', '201241.354000', '201241.358000', '201241.360000', '201241.363000', '201241.366000', '201241.369000', '201241.372000', '201241.375000', '201241.378000', '201241.381000', '201241.383000', '201241.386000', '201241.389000', '201241.392000', '201241.395000', '201301.256000', '201301.259000', '201301.262000', '201301.265000', '201301.268000', '201301.271000', '201301.274000', '201301.276000', '201301.279000', '201301.282000', '201301.285000', '201301.288000', '201301.291000', '201301.294000', '201301.297000', '201301.300000', '201301.303000', '201301.306000', '201301.308000', '201301.311000', '201301.314000', '201301.317000', '201301.320000', '201301.323000', '201301.326000', '201301.329000', '201301.332000', '201301.335000', '201301.337000', '201301.340000', '201301.343000', '201301.346000', '201301.349000', '201301.352000', '201301.355000', '201301.358000', '201301.361000', '201301.364000', '201301.366000', '201301.369000', '201301.372000', '201301.375000', '201301.378000', '201301.381000', '201321.256000', '201321.259000', '201321.262000', '201321.265000', '201321.268000', '201321.271000', '201321.274000', '201321.276000', '201321.279000', '201321.282000', '201321.285000', '201321.288000', '201321.291000', '201321.294000', '201321.297000', '201321.300000', '201321.303000', '201321.306000', '201321.309000', '201321.312000', '201321.315000', '201321.318000', '201321.321000', '201321.324000', '201321.327000', '201321.329000', '201321.332000', '201321.335000', '201321.338000', '201321.341000', '201321.344000', '201321.347000', '201321.350000', '201321.353000', '201321.356000', '201321.361000', '201321.364000', '201321.367000', '201321.370000', '201321.372000', '201321.375000', '201321.378000', '201321.381000', '201341.256000', '201341.259000', '201341.262000', '201341.265000', '201341.268000', '201341.271000', '201341.273000', '201341.276000', '201341.279000', '201341.282000', '201341.285000', '201341.288000', '201341.291000', '201341.294000', '201341.297000', '201341.300000', '201341.302000', '201341.305000', '201341.308000', '201341.311000', '201341.314000', '201341.317000', '201341.320000', '201341.323000', '201341.328000', '201341.330000', '201341.333000', '201341.336000', '201341.339000', '201341.342000', '201341.345000', '201341.348000', '201341.351000', '201341.354000', '201341.357000', '201341.359000', '201341.362000', '201341.365000', '201341.368000', '201341.371000', '201341.374000', '201341.377000', '201341.380000', '201341.383000', '201401.256000', '201401.259000', '201401.262000', '201401.265000', '201401.268000', '201401.271000', '201401.273000', '201401.276000', '201401.279000', '201401.282000', '201401.285000', '201401.288000', '201401.291000', '201401.294000', '201401.297000', '201401.300000', '201401.303000', '201401.305000', '201401.309000', '201401.312000', '201401.315000', '201401.318000', '201401.321000', '201401.324000', '201401.327000', '201401.330000', '201401.333000', '201401.336000', '201401.339000', '201401.341000', '201401.344000', '201401.347000', '201401.350000', '201401.353000', '201401.356000', '201401.359000', '201401.362000', '201401.366000', '201401.371000', '201401.374000', '201401.377000', '201401.380000', '201401.383000', '201421.257000', '201421.260000', '201421.263000', '201421.266000', '201421.269000', '201421.272000', '201421.275000', '201421.277000', '201421.280000', '201421.283000', '201421.286000', '201421.289000', '201421.292000', '201421.295000', '201421.298000', '201421.301000', '201421.303000', '201421.306000', '201421.309000', '201421.312000', '201421.315000', '201421.318000', '201421.321000', '201421.324000', '201421.327000', '201421.330000', '201421.332000', '201421.335000', '201421.338000', '201421.341000', '201421.344000', '201421.347000', '201421.350000', '201421.353000', '201421.356000', '201421.358000', '201421.361000', '201421.364000', '201421.367000', '201421.370000', '201421.373000', '201421.376000', '201421.379000', '201421.382000', '201441.257000', '201441.260000', '201441.263000', '201441.266000', '201441.269000', '201441.272000', '201441.275000', '201441.278000', '201441.281000', '201441.283000', '201441.286000', '201441.289000', '201441.292000', '201441.295000', '201441.298000', '201441.301000', '201441.304000', '201441.307000', '201441.310000', '201441.312000', '201441.315000', '201441.318000', '201441.321000', '201441.324000', '201441.327000', '201441.330000', '201441.333000', '201441.336000', '201441.339000', '201441.341000', '201441.344000', '201441.347000', '201441.350000', '201441.353000', '201441.356000', '201441.358000', '201441.361000', '201441.364000', '201441.367000', '201441.370000', '201441.373000', '201441.376000', '201441.379000', '201500.776000', '201500.780000', '201500.783000', '201500.786000', '201500.789000', '201500.792000', '201500.795000', '201500.798000', '201500.801000', '201500.804000', '201500.808000', '201500.811000', '201500.814000', '201500.817000', '201500.820000', '201500.823000', '201500.826000', '201500.829000', '201500.832000', '201500.835000', '201500.838000', '201500.841000', '201500.844000', '201500.847000', '201500.849000', '201500.852000', '201500.855000', '201500.858000', '201500.861000', '201500.864000', '201500.867000', '201500.870000', '201500.873000', '201500.876000', '201500.878000', '201500.881000', '201500.884000', '201500.887000', '201500.890000', '201500.893000', '201500.896000', '201500.898000', '201500.901000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [12661, 10671, 16083, 11225, 14091, 9965, 11801, 10458, 10176, 10023, 10412, 10991, 10103, 9711, 10176, 13090, 9980, 11670, 10415, 10338, 9558, 9887, 12672, 9654, 11822, 10803, 11449, 10047, 9953, 9688, 10095, 13540, 10676, 12993, 10364, 10573, 10058, 10203, 11741, 10041, 13546, 10582, 12758, 10426, 10357, 10027, 10040, 12345, 10134, 13111, 10192, 12612, 10529, 10524, 10149, 10181, 10367, 10282, 13521, 10528, 13766, 10332, 10396, 9838, 10220, 12284, 10202, 12292, 10225, 12845, 10362, 10132, 10180, 10014, 10094, 10496, 13555, 10544, 12608, 9977, 11307, 10334, 10997, 10197, 10941, 10515, 10869, 10291, 10100, 12526, 10053, 12534, 10712, 11545, 10480, 10600, 9878, 9999, 11101, 10214, 12531, 10096, 12782, 10635, 13445, 10066, 9906, 10033, 10345, 11855, 10379, 13441, 10382, 13704, 9844, 10577, 10366, 10200, 10035, 10385, 10536, 11123, 10032, 10199, 10757, 10386, 12612, 10278, 12163, 10585, 10837, 10087, 10044, 11109, 10241, 12816, 10418, 13223, 10292, 11072, 10256, 10373, 10097, 10235, 13715, 10655, 12558, 9866, 10803, 9815, 10622, 10137, 10667, 10772, 11375, 10486, 10892, 10377, 11508, 10311, 11175, 10333, 11029, 9917, 9849, 9997, 10247, 10175, 10129, 9921, 10424, 11871, 10267, 9950, 9897, 9688, 10002, 9789, 12432, 10195, 13589, 10164, 14985, 11541, 13425, 9912, 10503, 10341, 10317, 10079, 10069, 10828, 10327, 12315, 9857, 11563, 10012, 11302, 9926, 10669, 10409, 11452, 10160, 10200, 10051, 9943, 9711, 10082, 12801, 10446, 12420, 9926, 12519, 9793, 10850, 10489, 11514, 10038, 10174, 9905, 10190, 13200, 10650, 12983, 10315, 12848, 9749, 11652, 9883, 10739, 10305, 10233, 10220, 10220, 12173, 9929, 13223, 10009, 12047, 10493, 11722, 10354, 10355, 11254, 9948, 12186, 9976, 11931, 10343, 12200, 10121, 9806, 10024, 9914, 9884, 10287, 12549, 9905, 13109, 9866, 12254, 10357, 12290, 10304, 10093, 9945, 10187, 10562, 10307, 12633, 9951, 12277, 10155, 11077, 9990, 10147, 10146, 10816, 9971, 10070, 9826, 10125, 11797, 10164, 12904, 10273, 12287, 9862, 10235, 9780, 10165, 13386, 10245, 13012, 10105, 9902, 9911, 10046, 9948, 10262, 14100, 10103, 12156, 9927, 10881, 10438, 10676, 10153, 9986, 11198, 9985, 11940, 10152, 12330, 10334, 10013, 9864, 9989, 10090, 10266, 12264, 10213, 11325, 10013, 12234, 9908, 11840, 10293, 11267, 10088, 10058, 9440, 9985, 12434, 10039, 12216, 10243, 11479, 9772, 9807, 9668, 9994, 12216, 10082, 12604, 9921, 11302, 9782, 10925, 10289, 11352, 9748, 9961, 10734, 9977, 12079, 10026, 11591, 10121, 10437, 9635, 10066, 9348, 10094, 12080, 10214, 12656, 9907, 11914, 9634, 10977, 10260, 10092, 10102, 10603, 10921, 10000, 12884, 9992, 12049, 10388, 10785, 10136, 10953, 9664, 9972, 11486, 10131, 12744, 10192, 12175, 10058, 10165, 9835, 10131, 12402, 10296, 12461, 9842, 10896, 9845, 10376, 10409, 10920, 9884, 10022, 9575, 10087, 12306, 10154, 12632, 10150, 12394, 10104, 9880, 9876, 10068, 10095, 10288, 12401, 10055, 11753, 9872, 12064, 9915, 10943, 10199, 11160, 9346, 9896, 10760, 10250, 12597, 10149, 12505, 9943, 10565, 9801, 10155, 12693, 9985, 12010, 10256, 9941, 9680, 10049, 10014, 10130, 9089, 9853, 11255, 9847, 10690, 9836, 10519, 12978, 10064, 12129, 9313, 10006, 13004, 10067, 13636, 10256, 10017, 9349, 9984, 12135, 10034, 11539, 10094, 10677, 9348, 9893, 12139, 9947, 11740, 10424, 11660, 9993, 9891, 9783, 9943, 9528, 10050, 10625, 10299, 13141, 9802, 12743, 9921, 11512, 10345, 11605, 9728, 9821, 10757, 9977, 11926, 10195, 11824, 10240, 10428, 9742, 9765, 12448, 9894, 11535, 9855, 10877, 10213, 10753, 9787, 9809, 9854, 9844, 9408, 10053, 13375, 10232, 14234, 10045, 9899, 9839, 9759, 11673, 10132, 13660, 10444, 12406, 9773, 10409, 9899, 10110, 10049, 10807, 9324, 9952, 12684, 9976, 12223, 9888, 10618, 10082, 11025, 9674, 9839, 9439, 9929, 12569, 9963, 12170, 10020, 12046, 10119, 10388, 9855, 10360, 10066, 10415, 9907, 11283, 9556, 9751, 9682, 10192, 13233, 10233, 12821, 9807, 12229, 10061, 10535, 9972, 10081, 11403, 10345, 13287, 9684, 12058, 10182, 10557, 9857, 10006, 9715, 10176, 10690, 9873, 9021, 9866, 12764, 9961, 12732, 10365, 12008, 9613, 9869, 9677, 10178, 12976, 10518, 13273, 10071, 10401, 9944, 9867, 10760, 9986, 12677, 10187, 12494, 9905, 9075, 9872, 11771, 10041, 12064, 9934, 12654, 10124, 10543, 9677, 10129, 12767, 10051, 11887, 10239, 10349, 10297, 10007, 12159, 10033, 11943, 10630, 11594, 10041, 10182, 9714, 10145, 12363, 10261, 12678, 9982, 10783, 10222, 10088, 10020, 10384, 11647, 10347, 12621, 9905, 11222, 10069, 10720, 10338, 10870, 10044, 9980, 9811, 10065, 12869, 10212, 12626, 10291, 12507, 10269, 10140, 10196, 10108, 11834, 10372, 12943, 10366, 12541, 10231, 10459, 10248, 10266, 10269, 11467, 9984, 10122, 9830, 10191, 11364, 10577, 13755, 10657, 12543, 10414, 10339, 10396, 10393, 10101, 10072, 11298, 10229, 11932, 9988, 11606, 10499, 12576, 10338, 10587, 10368, 10133, 9928, 10364, 13323, 10142, 12540, 10145, 11423, 10579, 11180, 10143, 9936, 9788, 10272, 11614, 10473, 12620, 10277, 12472, 9970, 10480, 10365, 10206, 10079, 10201, 10046, 10378, 12207, 10082, 12019, 10219, 12590, 10100, 11605, 10598, 12176, 10460, 10950, 9989, 10211, 9929, 10202, 11002, 10331, 12460, 10061, 9668, 10120, 9585, 10361, 12726, 10294, 12882, 9846, 11649, 10181, 10660, 10224, 10517, 12526, 10124, 13409, 9953, 11910, 10307, 11417, 10119, 10121, 9872, 10035, 9552, 10232, 12315, 10152, 12668, 9970, 11845, 9766, 11606, 10047, 11174, 10225, 11610, 9945, 10131, 9754, 10209, 10907, 10312, 13257, 9924, 12379, 10252, 10053, 10179, 10363, 14086, 10344, 12821, 10143, 10387, 9839, 10180, 10123, 10091, 11757, 10088, 11718, 10112, 11376, 10284, 10728, 10277, 11474, 10194, 10246, 10034, 10090, 12338, 10483, 12782, 9952, 10788, 10118, 10426, 10018, 10569, 10340, 10185, 12344, 10241, 12301, 10595, 11659, 10523, 10536, 9526, 10040, 12539, 10290, 12431, 10576, 10949, 9919, 9916, 11702, 10147, 12347, 10360, 12376, 10144, 10348, 9944, 10267, 9741, 10368, 11131, 10392, 11782, 10151, 11957, 10390, 10358, 9672, 10420, 13846, 10797, 13633, 9945, 11116, 10088, 10152, 11933, 10315, 12718, 10072, 12420, 9755, 10820, 10338, 10223, 9888, 10017, 13382, 10482, 12937, 9932, 10925, 10175, 10592, 9822, 10264, 12819, 10409, 12665, 9876, 10955, 10205, 10690, 10212, 11070, 9956, 10090, 9687, 10151, 11033, 10301, 13254], 'WindowCenter': [4300.0, 4265.0, 4292.0, 4249.0, 4267.0, 4225.0, 4244.0, 4234.0, 4222.0, 4222.0, 4233.0, 4232.0, 4221.0, 4220.0, 4218.0, 4240.0, 4221.0, 4231.0, 4221.0, 4220.0, 4220.0, 4219.0, 4240.0, 4221.0, 4242.0, 4244.0, 4232.0, 4221.0, 4220.0, 4220.0, 4221.0, 4253.0, 4232.0, 4242.0, 4220.0, 4229.0, 4220.0, 4221.0, 4230.0, 4221.0, 4254.0, 4232.0, 4241.0, 4218.0, 4220.0, 4209.0, 4220.0, 4240.0, 4217.0, 4240.0, 4220.0, 4240.0, 4218.0, 4220.0, 4219.0, 4219.0, 4218.0, 4206.0, 4240.0, 4219.0, 4240.0, 4206.0, 4218.0, 4206.0, 4206.0, 4227.0, 4206.0, 4229.0, 4219.0, 4239.0, 4218.0, 4206.0, 4207.0, 4206.0, 4218.0, 4219.0, 4240.0, 4220.0, 4238.0, 4208.0, 4227.0, 4218.0, 4219.0, 4218.0, 4231.0, 4230.0, 4230.0, 4220.0, 4219.0, 4237.0, 4208.0, 4227.0, 4218.0, 4231.0, 4219.0, 4220.0, 4219.0, 4219.0, 4228.0, 4219.0, 4238.0, 4220.0, 4241.0, 4231.0, 4254.0, 4220.0, 4218.0, 4216.0, 4218.0, 4227.0, 4219.0, 4241.0, 4220.0, 4252.0, 4218.0, 4220.0, 4219.0, 4218.0, 4207.0, 4220.0, 4231.0, 4230.0, 4219.0, 4217.0, 4219.0, 4219.0, 4229.0, 4219.0, 4230.0, 4220.0, 4230.0, 4219.0, 4221.0, 4229.0, 4219.0, 4238.0, 4220.0, 4240.0, 4218.0, 4229.0, 4218.0, 4208.0, 4207.0, 4208.0, 4239.0, 4219.0, 4240.0, 4219.0, 4217.0, 4207.0, 4219.0, 4217.0, 4218.0, 4243.0, 4240.0, 4231.0, 4230.0, 4230.0, 4241.0, 4220.0, 4241.0, 4220.0, 4231.0, 4220.0, 4222.0, 4219.0, 4219.0, 4218.0, 4219.0, 4218.0, 4219.0, 4229.0, 4221.0, 4221.0, 4220.0, 4222.0, 4221.0, 4221.0, 4241.0, 4220.0, 4240.0, 4221.0, 4251.0, 4230.0, 4239.0, 4208.0, 4218.0, 4207.0, 4206.0, 4195.0, 4204.0, 4217.0, 4207.0, 4227.0, 4206.0, 4218.0, 4207.0, 4215.0, 4206.0, 4205.0, 4218.0, 4227.0, 4218.0, 4217.0, 4208.0, 4218.0, 4207.0, 4218.0, 4240.0, 4219.0, 4239.0, 4219.0, 4240.0, 4219.0, 4219.0, 4219.0, 4231.0, 4220.0, 4219.0, 4220.0, 4219.0, 4240.0, 4219.0, 4240.0, 4220.0, 4239.0, 4208.0, 4230.0, 4218.0, 4219.0, 4218.0, 4219.0, 4219.0, 4219.0, 4230.0, 4219.0, 4239.0, 4208.0, 4229.0, 4219.0, 4230.0, 4218.0, 4219.0, 4218.0, 4205.0, 4215.0, 4206.0, 4225.0, 4217.0, 4229.0, 4206.0, 4206.0, 4207.0, 4207.0, 4219.0, 4219.0, 4241.0, 4208.0, 4238.0, 4207.0, 4227.0, 4219.0, 4240.0, 4217.0, 4208.0, 4206.0, 4207.0, 4217.0, 4218.0, 4228.0, 4207.0, 4227.0, 4206.0, 4218.0, 4206.0, 4218.0, 4219.0, 4218.0, 4208.0, 4207.0, 4207.0, 4218.0, 4227.0, 4219.0, 4239.0, 4218.0, 4229.0, 4218.0, 4220.0, 4209.0, 4219.0, 4240.0, 4219.0, 4240.0, 4208.0, 4208.0, 4206.0, 4217.0, 4220.0, 4219.0, 4252.0, 4220.0, 4228.0, 4207.0, 4217.0, 4219.0, 4219.0, 4220.0, 4209.0, 4218.0, 4206.0, 4228.0, 4219.0, 4229.0, 4207.0, 4208.0, 4208.0, 4208.0, 4219.0, 4218.0, 4229.0, 4219.0, 4229.0, 4220.0, 4230.0, 4208.0, 4227.0, 4218.0, 4218.0, 4218.0, 4209.0, 4208.0, 4209.0, 4227.0, 4207.0, 4228.0, 4207.0, 4219.0, 4207.0, 4207.0, 4207.0, 4207.0, 4229.0, 4219.0, 4229.0, 4207.0, 4218.0, 4208.0, 4218.0, 4219.0, 4219.0, 4208.0, 4207.0, 4217.0, 4206.0, 4226.0, 4207.0, 4218.0, 4208.0, 4218.0, 4219.0, 4219.0, 4207.0, 4218.0, 4229.0, 4220.0, 4239.0, 4220.0, 4240.0, 4222.0, 4231.0, 4221.0, 4220.0, 4221.0, 4221.0, 4230.0, 4220.0, 4241.0, 4210.0, 4228.0, 4219.0, 4220.0, 4217.0, 4220.0, 4207.0, 4207.0, 4227.0, 4217.0, 4238.0, 4208.0, 4229.0, 4207.0, 4208.0, 4208.0, 4219.0, 4227.0, 4219.0, 4228.0, 4207.0, 4216.0, 4205.0, 4208.0, 4218.0, 4219.0, 4207.0, 4219.0, 4209.0, 4221.0, 4230.0, 4220.0, 4240.0, 4220.0, 4229.0, 4218.0, 4219.0, 4208.0, 4219.0, 4220.0, 4217.0, 4240.0, 4220.0, 4230.0, 4220.0, 4240.0, 4219.0, 4231.0, 4220.0, 4233.0, 4210.0, 4209.0, 4219.0, 4220.0, 4241.0, 4219.0, 4240.0, 4209.0, 4219.0, 4220.0, 4219.0, 4229.0, 4207.0, 4228.0, 4208.0, 4207.0, 4208.0, 4219.0, 4220.0, 4232.0, 4211.0, 4232.0, 4243.0, 4222.0, 4232.0, 4231.0, 4245.0, 4254.0, 4233.0, 4255.0, 4212.0, 4220.0, 4241.0, 4220.0, 4241.0, 4220.0, 4219.0, 4209.0, 4208.0, 4227.0, 4208.0, 4228.0, 4218.0, 4219.0, 4207.0, 4207.0, 4226.0, 4206.0, 4218.0, 4218.0, 4217.0, 4207.0, 4207.0, 4206.0, 4207.0, 4207.0, 4207.0, 4220.0, 4220.0, 4239.0, 4209.0, 4227.0, 4208.0, 4217.0, 4217.0, 4229.0, 4208.0, 4207.0, 4217.0, 4206.0, 4228.0, 4218.0, 4228.0, 4207.0, 4218.0, 4207.0, 4208.0, 4229.0, 4207.0, 4217.0, 4208.0, 4217.0, 4219.0, 4229.0, 4220.0, 4219.0, 4220.0, 4220.0, 4210.0, 4220.0, 4252.0, 4232.0, 4252.0, 4221.0, 4220.0, 4219.0, 4207.0, 4230.0, 4219.0, 4238.0, 4219.0, 4228.0, 4208.0, 4219.0, 4207.0, 4218.0, 4209.0, 4219.0, 4209.0, 4208.0, 4227.0, 4207.0, 4227.0, 4205.0, 4218.0, 4218.0, 4218.0, 4207.0, 4208.0, 4207.0, 4206.0, 4228.0, 4206.0, 4227.0, 4207.0, 4229.0, 4218.0, 4217.0, 4207.0, 4217.0, 4209.0, 4218.0, 4209.0, 4232.0, 4209.0, 4207.0, 4209.0, 4220.0, 4241.0, 4219.0, 4240.0, 4220.0, 4231.0, 4218.0, 4218.0, 4209.0, 4219.0, 4230.0, 4221.0, 4240.0, 4209.0, 4229.0, 4220.0, 4219.0, 4206.0, 4208.0, 4209.0, 4219.0, 4219.0, 4219.0, 4212.0, 4221.0, 4241.0, 4220.0, 4241.0, 4220.0, 4243.0, 4222.0, 4220.0, 4221.0, 4220.0, 4242.0, 4219.0, 4241.0, 4208.0, 4218.0, 4208.0, 4208.0, 4230.0, 4219.0, 4241.0, 4220.0, 4241.0, 4220.0, 4210.0, 4222.0, 4241.0, 4221.0, 4243.0, 4233.0, 4253.0, 4233.0, 4232.0, 4221.0, 4220.0, 4240.0, 4219.0, 4229.0, 4219.0, 4218.0, 4219.0, 4207.0, 4228.0, 4208.0, 4229.0, 4219.0, 4229.0, 4206.0, 4207.0, 4207.0, 4207.0, 4229.0, 4218.0, 4238.0, 4208.0, 4230.0, 4219.0, 4219.0, 4208.0, 4218.0, 4229.0, 4218.0, 4239.0, 4219.0, 4229.0, 4219.0, 4231.0, 4220.0, 4230.0, 4219.0, 4219.0, 4220.0, 4220.0, 4240.0, 4220.0, 4242.0, 4220.0, 4239.0, 4219.0, 4219.0, 4218.0, 4219.0, 4227.0, 4218.0, 4239.0, 4208.0, 4241.0, 4207.0, 4207.0, 4205.0, 4217.0, 4219.0, 4230.0, 4220.0, 4219.0, 4207.0, 4219.0, 4231.0, 4231.0, 4241.0, 4232.0, 4240.0, 4219.0, 4220.0, 4219.0, 4220.0, 4219.0, 4220.0, 4229.0, 4219.0, 4228.0, 4207.0, 4228.0, 4218.0, 4240.0, 4218.0, 4219.0, 4219.0, 4218.0, 4218.0, 4220.0, 4240.0, 4219.0, 4240.0, 4218.0, 4228.0, 4219.0, 4230.0, 4218.0, 4218.0, 4209.0, 4219.0, 4228.0, 4218.0, 4240.0, 4219.0, 4240.0, 4220.0, 4219.0, 4219.0, 4218.0, 4219.0, 4219.0, 4220.0, 4221.0, 4241.0, 4220.0, 4243.0, 4231.0, 4242.0, 4220.0, 4229.0, 4231.0, 4242.0, 4220.0, 4230.0, 4219.0, 4220.0, 4222.0, 4218.0, 4231.0, 4220.0, 4240.0, 4222.0, 4222.0, 4233.0, 4221.0, 4231.0, 4254.0, 4235.0, 4254.0, 4222.0, 4241.0, 4231.0, 4233.0, 4234.0, 4233.0, 4254.0, 4233.0, 4251.0, 4220.0, 4230.0, 4220.0, 4231.0, 4218.0, 4218.0, 4206.0, 4208.0, 4208.0, 4207.0, 4227.0, 4219.0, 4238.0, 4220.0, 4230.0, 4216.0, 4230.0, 4218.0, 4230.0, 4221.0, 4230.0, 4209.0, 4219.0, 4209.0, 4220.0, 4232.0, 4219.0, 4240.0, 4223.0, 4241.0, 4218.0, 4220.0, 4221.0, 4220.0, 4241.0, 4218.0, 4229.0, 4208.0, 4207.0, 4206.0, 4208.0, 4218.0, 4219.0, 4228.0, 4208.0, 4228.0, 4207.0, 4229.0, 4209.0, 4220.0, 4220.0, 4230.0, 4219.0, 4220.0, 4220.0, 4221.0, 4240.0, 4219.0, 4241.0, 4219.0, 4219.0, 4218.0, 4231.0, 4221.0, 4232.0, 4230.0, 4221.0, 4241.0, 4220.0, 4239.0, 4231.0, 4231.0, 4220.0, 4219.0, 4210.0, 4220.0, 4238.0, 4219.0, 4239.0, 4219.0, 4219.0, 4208.0, 4221.0, 4228.0, 4220.0, 4241.0, 4220.0, 4240.0, 4218.0, 4219.0, 4219.0, 4218.0, 4218.0, 4219.0, 4231.0, 4232.0, 4242.0, 4233.0, 4242.0, 4233.0, 4233.0, 4222.0, 4233.0, 4253.0, 4232.0, 4253.0, 4222.0, 4231.0, 4220.0, 4219.0, 4230.0, 4219.0, 4238.0, 4220.0, 4239.0, 4220.0, 4230.0, 4219.0, 4218.0, 4208.0, 4219.0, 4241.0, 4218.0, 4239.0, 4219.0, 4218.0, 4216.0, 4218.0, 4217.0, 4219.0, 4228.0, 4217.0, 4227.0, 4206.0, 4216.0, 4216.0, 4220.0, 4220.0, 4230.0, 4208.0, 4219.0, 4219.0, 4219.0, 4219.0, 4221.0, 4241.0], 'WindowWidth': [9509.0, 9447.0, 9481.0, 9413.0, 9434.0, 9372.0, 9400.0, 9384.0, 9364.0, 9362.0, 9381.0, 9378.0, 9360.0, 9358.0, 9354.0, 9384.0, 9361.0, 9375.0, 9359.0, 9359.0, 9357.0, 9355.0, 9385.0, 9362.0, 9392.0, 9396.0, 9380.0, 9360.0, 9359.0, 9357.0, 9359.0, 9409.0, 9376.0, 9391.0, 9358.0, 9369.0, 9357.0, 9360.0, 9373.0, 9360.0, 9412.0, 9376.0, 9389.0, 9353.0, 9358.0, 9340.0, 9358.0, 9385.0, 9349.0, 9385.0, 9356.0, 9385.0, 9352.0, 9358.0, 9354.0, 9354.0, 9352.0, 9332.0, 9384.0, 9354.0, 9384.0, 9333.0, 9351.0, 9332.0, 9331.0, 9361.0, 9332.0, 9367.0, 9354.0, 9382.0, 9350.0, 9334.0, 9333.0, 9332.0, 9352.0, 9355.0, 9386.0, 9357.0, 9379.0, 9338.0, 9363.0, 9351.0, 9354.0, 9350.0, 9373.0, 9372.0, 9371.0, 9356.0, 9355.0, 9378.0, 9338.0, 9364.0, 9351.0, 9372.0, 9354.0, 9358.0, 9354.0, 9354.0, 9366.0, 9355.0, 9380.0, 9356.0, 9388.0, 9374.0, 9414.0, 9356.0, 9352.0, 9348.0, 9350.0, 9363.0, 9355.0, 9388.0, 9356.0, 9404.0, 9353.0, 9358.0, 9355.0, 9352.0, 9336.0, 9358.0, 9373.0, 9372.0, 9355.0, 9351.0, 9353.0, 9351.0, 9367.0, 9354.0, 9372.0, 9356.0, 9372.0, 9354.0, 9359.0, 9368.0, 9354.0, 9381.0, 9355.0, 9386.0, 9352.0, 9368.0, 9351.0, 9338.0, 9334.0, 9335.0, 9381.0, 9354.0, 9385.0, 9352.0, 9350.0, 9336.0, 9354.0, 9348.0, 9352.0, 9394.0, 9387.0, 9378.0, 9372.0, 9374.0, 9391.0, 9359.0, 9391.0, 9358.0, 9373.0, 9356.0, 9362.0, 9353.0, 9353.0, 9351.0, 9352.0, 9351.0, 9354.0, 9371.0, 9359.0, 9362.0, 9360.0, 9361.0, 9361.0, 9361.0, 9386.0, 9356.0, 9383.0, 9358.0, 9400.0, 9369.0, 9382.0, 9336.0, 9350.0, 9333.0, 9330.0, 9313.0, 9324.0, 9347.0, 9332.0, 9361.0, 9330.0, 9349.0, 9331.0, 9342.0, 9328.0, 9330.0, 9350.0, 9363.0, 9349.0, 9349.0, 9336.0, 9351.0, 9334.0, 9350.0, 9385.0, 9355.0, 9382.0, 9354.0, 9385.0, 9353.0, 9354.0, 9356.0, 9373.0, 9355.0, 9356.0, 9356.0, 9354.0, 9384.0, 9351.0, 9384.0, 9357.0, 9383.0, 9340.0, 9371.0, 9352.0, 9354.0, 9351.0, 9352.0, 9355.0, 9354.0, 9372.0, 9354.0, 9382.0, 9339.0, 9367.0, 9355.0, 9372.0, 9350.0, 9355.0, 9350.0, 9327.0, 9343.0, 9331.0, 9358.0, 9348.0, 9369.0, 9331.0, 9331.0, 9333.0, 9335.0, 9354.0, 9353.0, 9387.0, 9338.0, 9378.0, 9334.0, 9364.0, 9353.0, 9386.0, 9349.0, 9336.0, 9330.0, 9333.0, 9351.0, 9350.0, 9366.0, 9334.0, 9362.0, 9331.0, 9348.0, 9330.0, 9350.0, 9352.0, 9353.0, 9337.0, 9336.0, 9334.0, 9350.0, 9363.0, 9352.0, 9382.0, 9351.0, 9368.0, 9351.0, 9356.0, 9340.0, 9351.0, 9384.0, 9352.0, 9385.0, 9335.0, 9336.0, 9332.0, 9349.0, 9358.0, 9354.0, 9404.0, 9355.0, 9364.0, 9334.0, 9348.0, 9355.0, 9354.0, 9356.0, 9338.0, 9352.0, 9332.0, 9364.0, 9354.0, 9369.0, 9333.0, 9336.0, 9336.0, 9336.0, 9352.0, 9349.0, 9368.0, 9355.0, 9368.0, 9356.0, 9369.0, 9337.0, 9361.0, 9352.0, 9353.0, 9351.0, 9341.0, 9337.0, 9338.0, 9362.0, 9334.0, 9365.0, 9334.0, 9353.0, 9332.0, 9333.0, 9332.0, 9333.0, 9367.0, 9353.0, 9367.0, 9333.0, 9351.0, 9337.0, 9352.0, 9352.0, 9354.0, 9336.0, 9335.0, 9349.0, 9330.0, 9359.0, 9334.0, 9352.0, 9335.0, 9351.0, 9356.0, 9353.0, 9335.0, 9350.0, 9370.0, 9356.0, 9383.0, 9358.0, 9385.0, 9364.0, 9374.0, 9358.0, 9358.0, 9361.0, 9361.0, 9372.0, 9356.0, 9387.0, 9340.0, 9365.0, 9351.0, 9355.0, 9348.0, 9355.0, 9335.0, 9336.0, 9364.0, 9349.0, 9379.0, 9338.0, 9367.0, 9334.0, 9335.0, 9334.0, 9351.0, 9365.0, 9352.0, 9364.0, 9332.0, 9343.0, 9328.0, 9336.0, 9350.0, 9354.0, 9336.0, 9354.0, 9340.0, 9358.0, 9370.0, 9355.0, 9384.0, 9354.0, 9369.0, 9351.0, 9354.0, 9337.0, 9353.0, 9356.0, 9350.0, 9384.0, 9356.0, 9370.0, 9356.0, 9384.0, 9354.0, 9372.0, 9356.0, 9381.0, 9342.0, 9340.0, 9354.0, 9357.0, 9387.0, 9356.0, 9386.0, 9340.0, 9353.0, 9354.0, 9353.0, 9367.0, 9334.0, 9363.0, 9334.0, 9333.0, 9337.0, 9354.0, 9357.0, 9377.0, 9347.0, 9377.0, 9393.0, 9363.0, 9380.0, 9376.0, 9399.0, 9412.0, 9382.0, 9413.0, 9349.0, 9356.0, 9388.0, 9358.0, 9389.0, 9355.0, 9356.0, 9340.0, 9335.0, 9363.0, 9334.0, 9365.0, 9350.0, 9353.0, 9334.0, 9333.0, 9359.0, 9330.0, 9349.0, 9347.0, 9349.0, 9332.0, 9334.0, 9330.0, 9334.0, 9332.0, 9336.0, 9358.0, 9356.0, 9384.0, 9339.0, 9363.0, 9336.0, 9349.0, 9349.0, 9368.0, 9335.0, 9333.0, 9349.0, 9332.0, 9362.0, 9349.0, 9364.0, 9332.0, 9351.0, 9333.0, 9335.0, 9370.0, 9334.0, 9347.0, 9336.0, 9348.0, 9354.0, 9371.0, 9357.0, 9355.0, 9359.0, 9359.0, 9345.0, 9358.0, 9404.0, 9378.0, 9405.0, 9358.0, 9358.0, 9353.0, 9336.0, 9370.0, 9354.0, 9380.0, 9353.0, 9365.0, 9336.0, 9354.0, 9333.0, 9350.0, 9340.0, 9355.0, 9338.0, 9337.0, 9363.0, 9333.0, 9361.0, 9329.0, 9349.0, 9350.0, 9351.0, 9332.0, 9336.0, 9334.0, 9331.0, 9363.0, 9332.0, 9364.0, 9336.0, 9369.0, 9350.0, 9349.0, 9335.0, 9348.0, 9339.0, 9353.0, 9340.0, 9378.0, 9341.0, 9334.0, 9339.0, 9355.0, 9388.0, 9356.0, 9384.0, 9357.0, 9373.0, 9351.0, 9352.0, 9337.0, 9355.0, 9372.0, 9359.0, 9384.0, 9338.0, 9368.0, 9355.0, 9353.0, 9332.0, 9337.0, 9341.0, 9353.0, 9356.0, 9353.0, 9350.0, 9361.0, 9386.0, 9357.0, 9388.0, 9357.0, 9396.0, 9362.0, 9358.0, 9359.0, 9357.0, 9390.0, 9355.0, 9389.0, 9337.0, 9351.0, 9337.0, 9336.0, 9371.0, 9353.0, 9388.0, 9357.0, 9388.0, 9357.0, 9345.0, 9363.0, 9388.0, 9361.0, 9394.0, 9379.0, 9409.0, 9379.0, 9379.0, 9361.0, 9358.0, 9384.0, 9352.0, 9369.0, 9353.0, 9352.0, 9351.0, 9334.0, 9366.0, 9336.0, 9366.0, 9352.0, 9369.0, 9332.0, 9333.0, 9333.0, 9332.0, 9367.0, 9350.0, 9380.0, 9337.0, 9373.0, 9352.0, 9352.0, 9335.0, 9351.0, 9370.0, 9352.0, 9382.0, 9354.0, 9369.0, 9353.0, 9374.0, 9357.0, 9371.0, 9352.0, 9355.0, 9356.0, 9356.0, 9384.0, 9356.0, 9390.0, 9356.0, 9384.0, 9352.0, 9353.0, 9351.0, 9351.0, 9363.0, 9350.0, 9381.0, 9338.0, 9387.0, 9334.0, 9333.0, 9329.0, 9349.0, 9353.0, 9371.0, 9357.0, 9354.0, 9336.0, 9353.0, 9374.0, 9372.0, 9388.0, 9375.0, 9384.0, 9352.0, 9356.0, 9354.0, 9356.0, 9353.0, 9355.0, 9369.0, 9354.0, 9365.0, 9335.0, 9366.0, 9352.0, 9385.0, 9351.0, 9355.0, 9353.0, 9351.0, 9354.0, 9356.0, 9385.0, 9353.0, 9383.0, 9352.0, 9366.0, 9354.0, 9369.0, 9350.0, 9353.0, 9338.0, 9350.0, 9366.0, 9353.0, 9386.0, 9354.0, 9386.0, 9355.0, 9356.0, 9354.0, 9352.0, 9353.0, 9356.0, 9360.0, 9362.0, 9389.0, 9359.0, 9393.0, 9374.0, 9389.0, 9356.0, 9370.0, 9374.0, 9389.0, 9356.0, 9372.0, 9354.0, 9356.0, 9362.0, 9354.0, 9373.0, 9357.0, 9387.0, 9364.0, 9365.0, 9379.0, 9362.0, 9375.0, 9410.0, 9385.0, 9410.0, 9364.0, 9389.0, 9374.0, 9380.0, 9382.0, 9381.0, 9411.0, 9379.0, 9402.0, 9356.0, 9369.0, 9356.0, 9373.0, 9352.0, 9352.0, 9332.0, 9337.0, 9338.0, 9333.0, 9362.0, 9352.0, 9378.0, 9356.0, 9371.0, 9349.0, 9369.0, 9350.0, 9369.0, 9358.0, 9370.0, 9339.0, 9352.0, 9339.0, 9356.0, 9378.0, 9356.0, 9388.0, 9365.0, 9387.0, 9352.0, 9356.0, 9360.0, 9358.0, 9387.0, 9352.0, 9367.0, 9334.0, 9332.0, 9331.0, 9335.0, 9352.0, 9352.0, 9366.0, 9335.0, 9363.0, 9335.0, 9365.0, 9338.0, 9355.0, 9356.0, 9371.0, 9354.0, 9358.0, 9355.0, 9359.0, 9386.0, 9354.0, 9388.0, 9355.0, 9354.0, 9350.0, 9371.0, 9361.0, 9375.0, 9372.0, 9361.0, 9388.0, 9356.0, 9382.0, 9373.0, 9374.0, 9355.0, 9355.0, 9343.0, 9356.0, 9380.0, 9354.0, 9381.0, 9352.0, 9354.0, 9337.0, 9358.0, 9367.0, 9355.0, 9388.0, 9356.0, 9384.0, 9351.0, 9355.0, 9352.0, 9350.0, 9353.0, 9356.0, 9375.0, 9376.0, 9393.0, 9381.0, 9393.0, 9380.0, 9382.0, 9365.0, 9380.0, 9409.0, 9377.0, 9407.0, 9361.0, 9375.0, 9356.0, 9352.0, 9370.0, 9353.0, 9379.0, 9356.0, 9382.0, 9356.0, 9371.0, 9352.0, 9351.0, 9335.0, 9352.0, 9385.0, 9352.0, 9380.0, 9353.0, 9351.0, 9346.0, 9351.0, 9350.0, 9352.0, 9365.0, 9347.0, 9361.0, 9330.0, 9343.0, 9346.0, 9356.0, 9358.0, 9370.0, 9337.0, 9352.0, 9354.0, 9353.0, 9352.0, 9358.0, 9389.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.0003564026402640264</td></tr>
<tr><td colspan=3>aqi</td><td>0.013927095159515953</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.77046499378858</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1905410744713645</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0063404374449336</td></tr>
<tr><td colspan=3>efc</td><td>0.465</td></tr>
<tr><td colspan=3>fber</td><td>6684.4653</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08153012644659513</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8800880088008801</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.377871226168725</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3339100352643394</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.604677756081461</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.195025887160374</td></tr>
<tr><td colspan=3>gcor</td><td>0.00748421</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015477198176085949</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023373408243060112</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.980077916784868</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>33.4316</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3929</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.2748</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303463.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>804.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.9302</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5803</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.0913</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3449.8288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.5587</td></tr>
<tr><td colspan=3>tsnr</td><td>50.30998440971598</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>