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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0114/ses-02/func/sub-0114_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6b4c305d6e8f8cbe5a906507f2c45427</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>21:06:15.050000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999198, 0.00528249, 0.0396893, -0.0122081, 0.984253, 0.176346]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0934385</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7786, -7150, 361, -148, 20, 115, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.584</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6413b648-bcb5-4d97-81dc-3d3c1382b785||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807754039764404, -0.03275351971387863, 0.1029583066701889, 112.22000885009766], [-0.014172535389661789, 2.6406776905059814, 0.4770602583885193, -110.39244842529297], [0.10648337006568909, -0.47312307357788086, 2.655524969100952, -27.008602142333984], [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': ['210615.050000', '210615.510000', '210615.970000', '210616.430000', '210616.890000', '210617.350000', '210617.810000', '210618.270000', '210618.730000', '210619.190000', '210619.650000', '210620.110000', '210620.570000', '210621.030000', '210621.490000', '210621.950000', '210622.410000', '210622.870000', '210623.330000', '210623.790000', '210624.250000', '210624.710000', '210625.170000', '210625.630000', '210626.090000', '210626.550000', '210627.010000', '210627.470000', '210627.930000', '210628.390000', '210628.850000', '210629.310000', '210629.770000', '210630.230000', '210630.690000', '210631.150000', '210631.610000', '210632.070000', '210632.530000', '210632.990000', '210633.450000', '210633.910000', '210634.370000', '210634.830000', '210635.290000', '210635.750000', '210636.210000', '210636.670000', '210637.130000', '210637.590000', '210638.050000', '210638.510000', '210638.970000', '210639.430000', '210639.890000', '210640.350000', '210640.810000', '210641.270000', '210641.730000', '210642.190000', '210642.650000', '210643.110000', '210643.570000', '210644.030000', '210644.490000', '210644.950000', '210645.410000', '210645.870000', '210646.330000', '210646.790000', '210647.250000', '210647.710000', '210648.170000', '210648.630000', '210649.090000', '210649.550000', '210650.010000', '210650.470000', '210650.930000', '210651.390000', '210651.850000', '210652.310000', '210652.770000', '210653.230000', '210653.690000', '210654.150000', '210654.610000', '210655.070000', '210655.530000', '210655.990000', '210656.450000', '210656.910000', '210657.370000', '210657.830000', '210658.290000', '210658.750000', '210659.210000', '210659.670000', '210700.130000', '210700.590000', '210701.050000', '210701.510000', '210701.970000', '210702.430000', '210702.890000', '210703.350000', '210703.810000', '210704.270000', '210704.730000', '210705.190000', '210705.650000', '210706.110000', '210706.570000', '210707.030000', '210707.490000', '210707.950000', '210708.410000', '210708.870000', '210709.330000', '210709.790000', '210710.250000', '210710.710000', '210711.170000', '210711.630000', '210712.090000', '210712.550000', '210713.010000', '210713.470000', '210713.930000', '210714.390000', '210714.850000', '210715.310000', '210715.770000', '210716.230000', '210716.690000', '210717.150000', '210717.610000', '210718.070000', '210718.530000', '210718.990000', '210719.450000', '210719.910000', '210720.370000', '210720.830000', '210721.290000', '210721.750000', '210722.210000', '210722.670000', '210723.130000', '210723.590000', '210724.050000', '210724.510000', '210724.970000', '210725.430000', '210725.890000', '210726.350000', '210726.810000', '210727.270000', '210727.730000', '210728.190000', '210728.650000', '210729.110000', '210729.570000', '210730.030000', '210730.490000', '210730.950000', '210731.410000', '210731.870000', '210732.330000', '210732.790000', '210733.250000', '210733.710000', '210734.170000', '210734.630000', '210735.090000', '210735.550000', '210736.010000', '210736.470000', '210736.930000', '210737.390000', '210737.850000', '210738.310000', '210738.770000', '210739.230000', '210739.690000', '210740.150000', '210740.610000', '210741.070000', '210741.530000', '210741.990000', '210742.450000', '210742.910000', '210743.370000', '210743.830000', '210744.290000', '210744.750000', '210745.210000', '210745.670000', '210746.130000', '210746.590000', '210747.050000', '210747.510000', '210747.970000', '210748.430000', '210748.890000', '210749.350000', '210749.810000', '210750.270000', '210750.730000', '210751.190000', '210751.650000', '210752.110000', '210752.570000', '210753.030000', '210753.490000', '210753.950000', '210754.410000', '210754.870000', '210755.330000', '210755.790000', '210756.250000', '210756.710000', '210757.170000', '210757.630000', '210758.090000', '210758.550000', '210759.010000', '210759.470000', '210759.930000', '210800.390000', '210800.850000', '210801.310000', '210801.770000', '210802.230000', '210802.690000', '210803.150000', '210803.610000', '210804.070000', '210804.530000', '210804.990000', '210805.450000', '210805.910000', '210806.370000', '210806.830000', '210807.290000', '210807.750000', '210808.210000', '210808.670000', '210809.130000', '210809.590000', '210810.050000', '210810.510000', '210810.970000', '210811.430000', '210811.890000', '210812.350000', '210812.810000', '210813.270000', '210813.730000', '210814.190000', '210814.650000', '210815.110000', '210815.570000', '210816.030000', '210816.490000', '210816.950000', '210817.410000', '210817.870000', '210818.330000', '210818.790000', '210819.250000', '210819.710000', '210820.170000', '210820.630000', '210821.090000', '210821.550000', '210822.010000', '210822.470000', '210822.930000', '210823.390000', '210823.850000', '210824.310000', '210824.770000', '210825.230000', '210825.690000', '210826.150000', '210826.610000', '210827.070000', '210827.530000', '210827.990000', '210828.450000', '210828.910000', '210829.370000', '210829.830000', '210830.290000', '210830.750000', '210831.210000', '210831.670000', '210832.130000', '210832.590000', '210833.050000', '210833.510000', '210833.970000', '210834.430000', '210834.890000', '210835.350000', '210835.810000', '210836.270000', '210836.730000', '210837.190000', '210837.650000', '210838.110000', '210838.570000', '210839.030000', '210839.490000', '210839.950000', '210840.410000', '210840.870000', '210841.330000', '210841.790000', '210842.250000', '210842.710000', '210843.170000', '210843.630000', '210844.090000', '210844.550000', '210845.010000', '210845.470000', '210845.930000', '210846.390000', '210846.850000', '210847.310000', '210847.770000', '210848.230000', '210848.690000', '210849.150000', '210849.610000', '210850.070000', '210850.530000', '210850.990000', '210851.450000', '210851.910000', '210852.370000', '210852.830000', '210853.290000', '210853.750000', '210854.210000', '210854.670000', '210855.130000', '210855.590000', '210856.050000', '210856.510000', '210856.970000', '210857.430000', '210857.890000', '210858.350000', '210858.810000', '210859.270000', '210859.730000', '210900.190000', '210900.650000', '210901.110000', '210901.570000', '210902.030000', '210902.490000', '210902.950000', '210903.410000', '210903.870000', '210904.330000', '210904.790000', '210905.250000', '210905.710000', '210906.170000', '210906.630000', '210907.090000', '210907.550000', '210908.010000', '210908.470000', '210908.930000', '210909.390000', '210909.850000', '210910.310000', '210910.770000', '210911.230000', '210911.690000', '210912.150000', '210912.610000', '210913.070000', '210913.530000', '210913.990000', '210914.450000', '210914.910000', '210915.370000', '210915.830000', '210916.290000', '210916.750000', '210917.210000', '210917.670000', '210918.130000', '210918.590000', '210919.050000', '210919.510000', '210919.970000', '210920.430000', '210920.890000', '210921.350000', '210921.810000', '210922.270000', '210922.730000', '210923.190000', '210923.650000', '210924.110000', '210924.570000', '210925.030000', '210925.490000', '210925.950000', '210926.410000', '210926.870000', '210927.330000', '210927.790000', '210928.250000', '210928.710000', '210929.170000', '210929.630000', '210930.090000', '210930.550000', '210931.010000', '210931.470000', '210931.930000', '210932.390000', '210932.850000', '210933.310000', '210933.770000', '210934.230000', '210934.690000', '210935.150000', '210935.610000', '210936.070000', '210936.530000', '210936.990000', '210937.450000', '210937.910000', '210938.370000', '210938.830000', '210939.290000', '210939.750000', '210940.210000', '210940.670000', '210941.130000', '210941.590000', '210942.050000', '210942.510000', '210942.970000', '210943.430000', '210943.890000', '210944.350000', '210944.810000', '210945.270000', '210945.730000', '210946.190000', '210946.650000', '210947.110000', '210947.570000', '210948.030000', '210948.490000', '210948.950000', '210949.410000', '210949.870000', '210950.330000', '210950.790000', '210951.250000', '210951.710000', '210952.170000', '210952.630000', '210953.090000', '210953.550000', '210954.010000', '210954.470000', '210954.930000', '210955.390000', '210955.850000', '210956.310000', '210956.770000', '210957.230000', '210957.690000', '210958.150000', '210958.610000', '210959.070000', '210959.530000', '210959.990000', '211000.450000', '211000.910000', '211001.370000', '211001.830000', '211002.290000', '211002.750000', '211003.210000', '211003.670000', '211004.130000', '211004.590000', '211005.050000', '211005.510000', '211005.970000', '211006.430000', '211006.890000', '211007.350000', '211007.810000', '211008.270000', '211008.730000', '211009.190000', '211009.650000', '211010.110000', '211010.570000', '211011.030000', '211011.490000', '211011.950000', '211012.410000', '211012.870000', '211013.330000', '211013.790000', '211014.250000', '211014.710000', '211015.170000', '211015.630000', '211016.090000', '211016.550000', '211017.010000', '211017.470000', '211017.930000', '211018.390000', '211018.850000', '211019.310000', '211019.770000', '211020.230000', '211020.690000', '211021.150000', '211021.610000', '211022.070000', '211022.530000', '211022.990000', '211023.450000', '211023.910000', '211024.370000', '211024.830000', '211025.290000', '211025.750000', '211026.210000', '211026.670000', '211027.130000', '211027.590000', '211028.050000', '211028.510000', '211028.970000', '211029.430000', '211029.890000', '211030.350000', '211030.810000', '211031.270000', '211031.730000', '211032.190000', '211032.650000', '211033.110000', '211033.570000', '211034.030000', '211034.490000', '211034.950000', '211035.410000', '211035.870000', '211036.330000', '211036.790000', '211037.250000', '211037.710000', '211038.170000', '211038.630000', '211039.090000', '211039.550000', '211040.010000', '211040.470000', '211040.930000', '211041.390000', '211041.850000', '211042.310000', '211042.770000', '211043.230000', '211043.690000', '211044.150000', '211044.610000', '211045.070000', '211045.530000', '211045.990000', '211046.450000', '211046.910000', '211047.370000', '211047.830000', '211048.290000', '211048.750000', '211049.210000', '211049.670000', '211050.130000', '211050.590000', '211051.050000', '211051.510000', '211051.970000', '211052.430000', '211052.890000', '211053.350000', '211053.810000', '211054.270000', '211054.730000', '211055.190000', '211055.650000', '211056.110000', '211056.570000', '211057.030000', '211057.490000', '211057.950000', '211058.410000', '211058.870000', '211059.330000', '211059.790000', '211100.250000', '211100.710000', '211101.170000', '211101.630000', '211102.090000', '211102.550000', '211103.010000', '211103.470000', '211103.930000', '211104.390000', '211104.850000', '211105.310000', '211105.770000', '211106.230000', '211106.690000', '211107.150000', '211107.610000', '211108.070000', '211108.530000', '211108.990000', '211109.450000', '211109.910000', '211110.370000', '211110.830000', '211111.290000', '211111.750000', '211112.210000', '211112.670000', '211113.130000', '211113.590000', '211114.050000', '211114.510000', '211114.970000', '211115.430000', '211115.890000', '211116.350000', '211116.810000', '211117.270000', '211117.730000', '211118.190000', '211118.650000', '211119.110000', '211119.570000', '211120.030000', '211120.490000', '211120.950000', '211121.410000', '211121.870000', '211122.330000', '211122.790000', '211123.250000', '211123.710000', '211124.170000', '211124.630000', '211125.090000', '211125.550000', '211126.010000', '211126.470000', '211126.930000', '211127.390000', '211127.850000', '211128.310000', '211128.770000', '211129.230000', '211129.690000', '211130.150000', '211130.610000', '211131.070000', '211131.530000', '211131.990000', '211132.450000', '211132.910000', '211133.370000', '211133.830000', '211134.290000', '211134.750000', '211135.210000', '211135.670000', '211136.130000', '211136.590000', '211137.050000', '211137.510000', '211137.970000', '211138.430000', '211138.890000', '211139.350000', '211139.810000', '211140.270000', '211140.730000', '211141.190000', '211141.650000', '211142.110000', '211142.570000', '211143.030000', '211143.490000', '211143.950000', '211144.410000', '211144.870000', '211145.330000', '211145.790000', '211146.250000', '211146.710000', '211147.170000', '211147.630000', '211148.090000', '211148.550000', '211149.010000', '211149.470000', '211149.930000', '211150.390000', '211150.850000', '211151.310000', '211151.770000', '211152.230000', '211152.690000', '211153.150000', '211153.610000', '211154.070000', '211154.530000', '211154.990000', '211155.450000', '211155.910000', '211156.370000', '211156.830000', '211157.290000', '211157.750000', '211158.210000', '211158.670000', '211159.130000', '211159.590000', '211200.050000', '211200.510000', '211200.970000', '211201.430000', '211201.890000', '211202.350000', '211202.810000', '211203.270000', '211203.730000', '211204.190000', '211204.650000', '211205.110000', '211205.570000', '211206.030000', '211206.490000', '211206.950000', '211207.410000', '211207.870000', '211208.330000', '211208.790000', '211209.250000', '211209.710000', '211210.170000', '211210.630000', '211211.090000', '211211.550000', '211212.010000', '211212.470000', '211212.930000', '211213.390000', '211213.850000', '211214.310000', '211214.770000', '211215.230000', '211215.690000', '211216.150000', '211216.610000', '211217.070000', '211217.530000', '211217.990000', '211218.450000', '211218.910000', '211219.370000', '211219.830000', '211220.290000', '211220.750000', '211221.210000', '211221.670000', '211222.130000', '211222.590000', '211223.050000', '211223.510000', '211223.970000', '211224.430000', '211224.890000', '211225.350000', '211225.810000', '211226.270000', '211226.730000', '211227.190000', '211227.650000', '211228.110000', '211228.570000', '211229.030000', '211229.490000', '211229.950000', '211230.410000', '211230.870000', '211231.330000', '211231.790000', '211232.250000', '211232.710000', '211233.170000', '211233.630000', '211234.090000', '211234.550000', '211235.010000', '211235.470000', '211235.930000', '211236.390000', '211236.850000', '211237.310000', '211237.770000', '211238.230000', '211238.690000', '211239.150000', '211239.610000', '211240.070000', '211240.530000', '211240.990000', '211241.450000', '211241.910000', '211242.370000', '211242.830000', '211243.290000', '211243.750000', '211244.210000', '211244.670000', '211245.130000', '211245.590000', '211246.050000', '211246.510000', '211246.970000', '211247.430000', '211247.890000', '211248.350000', '211248.810000', '211249.270000', '211249.730000', '211250.190000', '211250.650000', '211251.110000', '211251.570000', '211252.030000', '211252.490000', '211252.950000', '211253.410000', '211253.870000', '211254.330000', '211254.790000', '211255.250000', '211255.710000', '211256.170000', '211256.630000', '211257.090000', '211257.550000', '211258.010000', '211258.470000', '211258.930000', '211259.390000', '211259.850000', '211300.310000', '211300.770000', '211301.230000', '211301.690000', '211302.150000', '211302.610000', '211303.070000', '211303.530000', '211303.990000', '211304.450000', '211304.910000', '211305.370000', '211305.830000', '211306.290000', '211306.750000', '211307.210000', '211307.670000', '211308.130000', '211308.590000', '211309.050000', '211309.510000', '211309.970000', '211310.430000', '211310.890000', '211311.350000', '211311.810000', '211312.270000', '211312.730000', '211313.190000', '211313.650000', '211314.110000', '211314.570000', '211315.030000'], 'ContentTime': ['210641.744000', '210641.747000', '210641.750000', '210641.752000', '210641.755000', '210641.758000', '210641.761000', '210641.764000', '210641.767000', '210641.769000', '210641.772000', '210641.774000', '210641.777000', '210641.779000', '210641.783000', '210641.785000', '210641.788000', '210641.791000', '210641.793000', '210641.796000', '210641.798000', '210641.801000', '210641.803000', '210641.806000', '210641.808000', '210641.811000', '210641.818000', '210641.821000', '210641.824000', '210641.826000', '210641.829000', '210641.831000', '210641.834000', '210641.836000', '210641.839000', '210641.842000', '210641.845000', '210641.847000', '210641.850000', '210641.852000', '210641.855000', '210641.857000', '210641.860000', '210641.863000', '210641.865000', '210641.868000', '210641.870000', '210641.873000', '210641.875000', '210641.878000', '210641.880000', '210641.883000', '210641.885000', '210641.888000', '210641.891000', '210701.714000', '210701.717000', '210701.720000', '210701.723000', '210701.725000', '210701.728000', '210701.730000', '210701.733000', '210701.735000', '210701.738000', '210701.740000', '210701.743000', '210701.746000', '210701.748000', '210701.772000', '210701.775000', '210701.777000', '210701.780000', '210701.782000', '210701.785000', '210701.787000', '210701.790000', '210701.792000', '210701.795000', '210701.797000', '210701.800000', '210701.802000', '210701.805000', '210701.808000', '210701.810000', '210701.813000', '210701.815000', '210701.818000', '210701.820000', '210701.823000', '210701.825000', '210701.828000', '210701.830000', '210701.833000', '210701.836000', '210701.838000', '210701.841000', '210701.843000', '210701.846000', '210721.715000', '210721.717000', '210721.723000', '210721.726000', '210721.728000', '210721.731000', '210721.733000', '210721.736000', '210721.738000', '210721.741000', '210721.744000', '210721.746000', '210721.749000', '210721.751000', '210721.754000', '210721.756000', '210721.759000', '210721.761000', '210721.764000', '210721.766000', '210721.769000', '210721.771000', '210721.774000', '210721.776000', '210721.779000', '210721.782000', '210721.784000', '210721.787000', '210721.789000', '210721.792000', '210721.794000', '210721.797000', '210721.799000', '210721.802000', '210721.805000', '210721.807000', '210721.810000', '210721.812000', '210721.815000', '210721.817000', '210721.820000', '210721.823000', '210721.826000', '210741.715000', '210741.717000', '210741.720000', '210741.723000', '210741.725000', '210741.728000', '210741.730000', '210741.733000', '210741.736000', '210741.738000', '210741.741000', '210741.744000', '210741.746000', '210741.749000', '210741.751000', '210741.754000', '210741.756000', '210741.759000', '210741.769000', '210741.771000', '210741.774000', '210741.777000', '210741.779000', '210741.782000', '210741.785000', '210741.787000', '210741.790000', '210741.792000', '210741.795000', '210741.798000', '210741.800000', '210741.803000', '210741.805000', '210741.808000', '210741.811000', '210741.813000', '210741.816000', '210741.818000', '210741.821000', '210741.824000', '210741.826000', '210741.829000', '210741.831000', '210741.834000', '210801.715000', '210801.717000', '210801.720000', '210801.722000', '210801.725000', '210801.728000', '210801.730000', '210801.733000', '210801.735000', '210801.738000', '210801.740000', '210801.743000', '210801.746000', '210801.748000', '210801.751000', '210801.753000', '210801.756000', '210801.758000', '210801.761000', '210801.763000', '210801.766000', '210801.778000', '210801.780000', '210801.783000', '210801.785000', '210801.788000', '210801.790000', '210801.793000', '210801.795000', '210801.798000', '210801.802000', '210801.804000', '210801.807000', '210801.810000', '210801.812000', '210801.815000', '210801.817000', '210801.820000', '210801.824000', '210801.827000', '210801.830000', '210801.832000', '210801.835000', '210821.714000', '210821.717000', '210821.720000', '210821.722000', '210821.725000', '210821.728000', '210821.730000', '210821.733000', '210821.735000', '210821.741000', '210821.743000', '210821.746000', '210821.749000', '210821.757000', '210821.760000', '210821.763000', '210821.765000', '210821.768000', '210821.771000', '210821.773000', '210821.776000', '210821.778000', '210821.781000', '210821.784000', '210821.786000', '210821.789000', '210821.792000', '210821.794000', '210821.797000', '210821.799000', '210821.802000', '210821.804000', '210821.807000', '210821.810000', '210821.812000', '210821.815000', '210821.817000', '210821.820000', '210821.823000', '210821.825000', '210821.828000', '210821.830000', '210821.833000', '210821.835000', '210841.714000', '210841.717000', '210841.720000', '210841.722000', '210841.725000', '210841.728000', '210841.730000', '210841.733000', '210841.735000', '210841.755000', '210841.758000', '210841.761000', '210841.764000', '210841.767000', '210841.769000', '210841.772000', '210841.775000', '210841.777000', '210841.780000', '210841.782000', '210841.785000', '210841.787000', '210841.790000', '210841.792000', '210841.795000', '210841.798000', '210841.800000', '210841.803000', '210841.805000', '210841.808000', '210841.810000', '210841.813000', '210841.815000', '210841.818000', '210841.820000', '210841.823000', '210841.825000', '210841.828000', '210841.831000', '210841.833000', '210841.836000', '210841.838000', '210841.841000', '210901.714000', '210901.716000', '210901.719000', '210901.722000', '210901.724000', '210901.727000', '210901.729000', '210901.732000', '210901.734000', '210901.737000', '210901.740000', '210901.742000', '210901.745000', '210901.747000', '210901.750000', '210901.761000', '210901.763000', '210901.766000', '210901.768000', '210901.771000', '210901.773000', '210901.776000', '210901.779000', '210901.781000', '210901.784000', '210901.786000', '210901.789000', '210901.792000', '210901.794000', '210901.797000', '210901.799000', '210901.802000', '210901.805000', '210901.807000', '210901.810000', '210901.812000', '210901.815000', '210901.818000', '210901.820000', '210901.823000', '210901.825000', '210901.828000', '210901.830000', '210901.833000', '210921.714000', '210921.717000', '210921.720000', '210921.722000', '210921.725000', '210921.728000', '210921.730000', '210921.733000', '210921.735000', '210921.738000', '210921.741000', '210921.743000', '210921.746000', '210921.748000', '210921.751000', '210921.754000', '210921.756000', '210921.759000', '210921.761000', '210921.764000', '210921.767000', '210921.769000', '210921.772000', '210921.774000', '210921.777000', '210921.779000', '210921.782000', '210921.785000', '210921.787000', '210921.790000', '210921.792000', '210921.795000', '210921.797000', '210921.800000', '210921.803000', '210921.805000', '210921.808000', '210921.821000', '210921.823000', '210921.826000', '210921.829000', '210921.832000', '210921.834000', '210941.715000', '210941.718000', '210941.720000', '210941.723000', '210941.725000', '210941.728000', '210941.730000', '210941.733000', '210941.736000', '210941.738000', '210941.741000', '210941.743000', '210941.746000', '210941.749000', '210941.751000', '210941.754000', '210941.756000', '210941.759000', '210941.762000', '210941.765000', '210941.767000', '210941.770000', '210941.772000', '210941.775000', '210941.777000', '210941.780000', '210941.783000', '210941.785000', '210941.788000', '210941.790000', '210941.793000', '210941.796000', '210941.798000', '210941.801000', '210941.803000', '210941.806000', '210941.809000', '210941.811000', '210941.814000', '210941.816000', '210941.819000', '210941.821000', '210941.824000', '210941.827000', '211001.715000', '211001.717000', '211001.720000', '211001.723000', '211001.725000', '211001.728000', '211001.730000', '211001.733000', '211001.735000', '211001.738000', '211001.741000', '211001.743000', '211001.746000', '211001.748000', '211001.751000', '211001.754000', '211001.756000', '211001.759000', '211001.761000', '211001.764000', '211001.767000', '211001.769000', '211001.772000', '211001.774000', '211001.777000', '211001.780000', '211001.782000', '211001.785000', '211001.787000', '211001.790000', '211001.793000', '211001.795000', '211001.798000', '211001.800000', '211001.803000', '211001.805000', '211001.808000', '211001.811000', '211001.813000', '211001.816000', '211001.819000', '211001.822000', '211001.825000', '211021.715000', '211021.718000', '211021.720000', '211021.723000', '211021.726000', '211021.728000', '211021.742000', '211021.744000', '211021.747000', '211021.750000', '211021.752000', '211021.755000', '211021.757000', '211021.760000', '211021.763000', '211021.765000', '211021.768000', '211021.770000', '211021.773000', '211021.776000', '211021.778000', '211021.781000', '211021.783000', '211021.786000', '211021.789000', '211021.791000', '211021.794000', '211021.796000', '211021.799000', '211021.801000', '211021.804000', '211021.807000', '211021.809000', '211021.812000', '211021.814000', '211021.817000', '211021.820000', '211021.823000', '211021.825000', '211021.828000', '211021.831000', '211021.833000', '211021.836000', '211021.838000', '211041.714000', '211041.717000', '211041.720000', '211041.722000', '211041.725000', '211041.728000', '211041.730000', '211041.733000', '211041.735000', '211041.738000', '211041.741000', '211041.743000', '211041.746000', '211041.748000', '211041.751000', '211041.753000', '211041.756000', '211041.759000', '211041.761000', '211041.764000', '211041.767000', '211041.769000', '211041.772000', '211041.774000', '211041.777000', '211041.779000', '211041.782000', '211041.784000', '211041.787000', '211041.790000', '211041.792000', '211041.795000', '211041.797000', '211041.800000', '211041.803000', '211041.805000', '211041.808000', '211041.810000', '211041.813000', '211041.815000', '211041.818000', '211041.820000', '211041.823000', '211101.714000', '211101.717000', '211101.720000', '211101.722000', '211101.725000', '211101.728000', '211101.730000', '211101.733000', '211101.736000', '211101.738000', '211101.741000', '211101.743000', '211101.746000', '211101.749000', '211101.751000', '211101.754000', '211101.756000', '211101.759000', '211101.762000', '211101.764000', '211101.767000', '211101.770000', '211101.772000', '211101.775000', '211101.777000', '211101.780000', '211101.783000', '211101.785000', '211101.788000', '211101.790000', '211101.793000', '211101.796000', '211101.798000', '211101.801000', '211101.803000', '211101.806000', '211101.809000', '211101.811000', '211101.814000', '211101.816000', '211101.819000', '211101.821000', '211101.824000', '211101.827000', '211121.713000', '211121.716000', '211121.719000', '211121.721000', '211121.724000', '211121.726000', '211121.729000', '211121.732000', '211121.734000', '211121.737000', '211121.740000', '211121.742000', '211121.745000', '211121.747000', '211121.750000', '211121.752000', '211121.755000', '211121.758000', '211121.760000', '211121.763000', '211121.766000', '211121.768000', '211121.771000', '211121.773000', '211121.776000', '211121.778000', '211121.781000', '211121.783000', '211121.786000', '211121.789000', '211121.791000', '211121.794000', '211121.796000', '211121.799000', '211121.801000', '211121.804000', '211121.807000', '211121.809000', '211121.812000', '211121.814000', '211121.817000', '211121.819000', '211121.822000', '211141.714000', '211141.717000', '211141.720000', '211141.723000', '211141.725000', '211141.728000', '211141.731000', '211141.733000', '211141.736000', '211141.738000', '211141.741000', '211141.743000', '211141.746000', '211141.748000', '211141.751000', '211141.754000', '211141.767000', '211141.769000', '211141.772000', '211141.774000', '211141.777000', '211141.780000', '211141.782000', '211141.785000', '211141.787000', '211141.790000', '211141.792000', '211141.795000', '211141.798000', '211141.800000', '211141.803000', '211141.806000', '211141.808000', '211141.811000', '211141.813000', '211141.816000', '211141.819000', '211141.822000', '211141.824000', '211141.827000', '211141.830000', '211141.832000', '211141.835000', '211141.838000', '211201.714000', '211201.717000', '211201.720000', '211201.723000', '211201.725000', '211201.728000', '211201.730000', '211201.733000', '211201.735000', '211201.738000', '211201.740000', '211201.743000', '211201.746000', '211201.748000', '211201.751000', '211201.753000', '211201.756000', '211201.758000', '211201.761000', '211201.764000', '211201.766000', '211201.769000', '211201.773000', '211201.775000', '211201.778000', '211201.781000', '211201.783000', '211201.786000', '211201.788000', '211201.791000', '211201.793000', '211201.796000', '211201.799000', '211201.801000', '211201.804000', '211201.806000', '211201.809000', '211201.811000', '211201.814000', '211201.817000', '211201.819000', '211201.822000', '211201.824000', '211221.715000', '211221.718000', '211221.720000', '211221.723000', '211221.726000', '211221.728000', '211221.731000', '211221.733000', '211221.736000', '211221.739000', '211221.741000', '211221.744000', '211221.747000', '211221.749000', '211221.752000', '211221.755000', '211221.757000', '211221.760000', '211221.763000', '211221.765000', '211221.768000', '211221.770000', '211221.773000', '211221.776000', '211221.779000', '211221.782000', '211221.785000', '211221.787000', '211221.790000', '211221.792000', '211221.795000', '211221.797000', '211221.800000', '211221.803000', '211221.805000', '211221.808000', '211221.810000', '211221.813000', '211221.815000', '211221.825000', '211221.828000', '211221.830000', '211221.833000', '211221.835000', '211241.714000', '211241.717000', '211241.720000', '211241.722000', '211241.725000', '211241.728000', '211241.730000', '211241.733000', '211241.735000', '211241.738000', '211241.740000', '211241.743000', '211241.745000', '211241.748000', '211241.751000', '211241.753000', '211241.756000', '211241.758000', '211241.761000', '211241.764000', '211241.766000', '211241.769000', '211241.771000', '211241.774000', '211241.776000', '211241.779000', '211241.781000', '211241.784000', '211241.787000', '211241.789000', '211241.792000', '211241.794000', '211241.797000', '211241.799000', '211241.802000', '211241.805000', '211241.807000', '211241.810000', '211241.812000', '211241.815000', '211241.817000', '211241.820000', '211241.823000', '211301.715000', '211301.718000', '211301.721000', '211301.724000', '211301.726000', '211301.729000', '211301.731000', '211301.734000', '211301.737000', '211301.739000', '211301.743000', '211301.745000', '211301.748000', '211301.751000', '211301.754000', '211301.756000', '211301.759000', '211301.761000', '211301.764000', '211301.766000', '211301.769000', '211301.772000', '211301.774000', '211301.777000', '211301.779000', '211301.782000', '211301.784000', '211301.793000', '211301.795000', '211301.798000', '211301.800000', '211301.803000', '211301.806000', '211301.808000', '211301.811000', '211301.813000', '211301.816000', '211301.818000', '211301.821000', '211301.824000', '211301.826000', '211301.829000', '211301.831000', '211316.415000', '211316.418000', '211316.421000', '211316.424000', '211316.426000', '211316.429000', '211316.432000', '211316.435000', '211316.437000', '211316.440000', '211316.444000', '211316.447000', '211316.451000', '211316.453000', '211316.456000', '211316.459000', '211316.462000', '211316.464000', '211316.467000', '211316.470000', '211316.473000', '211316.475000', '211316.478000', '211316.485000', '211316.488000', '211316.491000', '211316.494000', '211316.497000', '211316.500000', '211316.503000', '211316.506000', '211316.509000', '211316.512000'], 'InstanceCreationTime': ['210641.744000', '210641.747000', '210641.750000', '210641.752000', '210641.755000', '210641.758000', '210641.761000', '210641.764000', '210641.767000', '210641.769000', '210641.772000', '210641.774000', '210641.777000', '210641.779000', '210641.783000', '210641.785000', '210641.788000', '210641.791000', '210641.793000', '210641.796000', '210641.798000', '210641.801000', '210641.803000', '210641.806000', '210641.808000', '210641.811000', '210641.818000', '210641.821000', '210641.824000', '210641.826000', '210641.829000', '210641.831000', '210641.834000', '210641.836000', '210641.839000', '210641.842000', '210641.845000', '210641.847000', '210641.850000', '210641.852000', '210641.855000', '210641.857000', '210641.860000', '210641.863000', '210641.865000', '210641.868000', '210641.870000', '210641.873000', '210641.875000', '210641.878000', '210641.880000', '210641.883000', '210641.885000', '210641.888000', '210641.891000', '210701.714000', '210701.717000', '210701.720000', '210701.723000', '210701.725000', '210701.728000', '210701.730000', '210701.733000', '210701.735000', '210701.738000', '210701.740000', '210701.743000', '210701.746000', '210701.748000', '210701.772000', '210701.775000', '210701.777000', '210701.780000', '210701.782000', '210701.785000', '210701.787000', '210701.790000', '210701.792000', '210701.795000', '210701.797000', '210701.800000', '210701.802000', '210701.805000', '210701.808000', '210701.810000', '210701.813000', '210701.815000', '210701.818000', '210701.820000', '210701.823000', '210701.825000', '210701.828000', '210701.830000', '210701.833000', '210701.836000', '210701.838000', '210701.841000', '210701.843000', '210701.846000', '210721.715000', '210721.717000', '210721.723000', '210721.726000', '210721.728000', '210721.731000', '210721.733000', '210721.736000', '210721.738000', '210721.741000', '210721.744000', '210721.746000', '210721.749000', '210721.751000', '210721.754000', '210721.756000', '210721.759000', '210721.761000', '210721.764000', '210721.766000', '210721.769000', '210721.771000', '210721.774000', '210721.776000', '210721.779000', '210721.782000', '210721.784000', '210721.787000', '210721.789000', '210721.792000', '210721.794000', '210721.797000', '210721.799000', '210721.802000', '210721.805000', '210721.807000', '210721.810000', '210721.812000', '210721.815000', '210721.817000', '210721.820000', '210721.823000', '210721.826000', '210741.715000', '210741.717000', '210741.720000', '210741.723000', '210741.725000', '210741.728000', '210741.730000', '210741.733000', '210741.736000', '210741.738000', '210741.741000', '210741.744000', '210741.746000', '210741.749000', '210741.751000', '210741.754000', '210741.756000', '210741.759000', '210741.769000', '210741.771000', '210741.774000', '210741.777000', '210741.779000', '210741.782000', '210741.785000', '210741.787000', '210741.790000', '210741.792000', '210741.795000', '210741.798000', '210741.800000', '210741.803000', '210741.805000', '210741.808000', '210741.811000', '210741.813000', '210741.816000', '210741.818000', '210741.821000', '210741.824000', '210741.826000', '210741.829000', '210741.831000', '210741.834000', '210801.715000', '210801.717000', '210801.720000', '210801.722000', '210801.725000', '210801.728000', '210801.730000', '210801.733000', '210801.735000', '210801.738000', '210801.740000', '210801.743000', '210801.746000', '210801.748000', '210801.751000', '210801.753000', '210801.756000', '210801.758000', '210801.761000', '210801.763000', '210801.766000', '210801.778000', '210801.780000', '210801.783000', '210801.785000', '210801.788000', '210801.790000', '210801.793000', '210801.795000', '210801.798000', '210801.802000', '210801.804000', '210801.807000', '210801.810000', '210801.812000', '210801.815000', '210801.817000', '210801.820000', '210801.824000', '210801.827000', '210801.830000', '210801.832000', '210801.835000', '210821.714000', '210821.717000', '210821.720000', '210821.722000', '210821.725000', '210821.728000', '210821.730000', '210821.733000', '210821.735000', '210821.741000', '210821.743000', '210821.746000', '210821.749000', '210821.757000', '210821.760000', '210821.763000', '210821.765000', '210821.768000', '210821.771000', '210821.773000', '210821.776000', '210821.778000', '210821.781000', '210821.784000', '210821.786000', '210821.789000', '210821.792000', '210821.794000', '210821.797000', '210821.799000', '210821.802000', '210821.804000', '210821.807000', '210821.810000', '210821.812000', '210821.815000', '210821.817000', '210821.820000', '210821.823000', '210821.825000', '210821.828000', '210821.830000', '210821.833000', '210821.835000', '210841.714000', '210841.717000', '210841.720000', '210841.722000', '210841.725000', '210841.728000', '210841.730000', '210841.733000', '210841.735000', '210841.755000', '210841.758000', '210841.761000', '210841.764000', '210841.767000', '210841.769000', '210841.772000', '210841.775000', '210841.777000', '210841.780000', '210841.782000', '210841.785000', '210841.787000', '210841.790000', '210841.792000', '210841.795000', '210841.798000', '210841.800000', '210841.803000', '210841.805000', '210841.808000', '210841.810000', '210841.813000', '210841.815000', '210841.818000', '210841.820000', '210841.823000', '210841.825000', '210841.828000', '210841.831000', '210841.833000', '210841.836000', '210841.838000', '210841.841000', '210901.714000', '210901.716000', '210901.719000', '210901.722000', '210901.724000', '210901.727000', '210901.729000', '210901.732000', '210901.734000', '210901.737000', '210901.740000', '210901.742000', '210901.745000', '210901.747000', '210901.750000', '210901.761000', '210901.763000', '210901.766000', '210901.768000', '210901.771000', '210901.773000', '210901.776000', '210901.779000', '210901.781000', '210901.784000', '210901.786000', '210901.789000', '210901.792000', '210901.794000', '210901.797000', '210901.799000', '210901.802000', '210901.805000', '210901.807000', '210901.810000', '210901.812000', '210901.815000', '210901.818000', '210901.820000', '210901.823000', '210901.825000', '210901.828000', '210901.830000', '210901.833000', '210921.714000', '210921.717000', '210921.720000', '210921.722000', '210921.725000', '210921.728000', '210921.730000', '210921.733000', '210921.735000', '210921.738000', '210921.741000', '210921.743000', '210921.746000', '210921.748000', '210921.751000', '210921.754000', '210921.756000', '210921.759000', '210921.761000', '210921.764000', '210921.767000', '210921.769000', '210921.772000', '210921.774000', '210921.777000', '210921.779000', '210921.782000', '210921.785000', '210921.787000', '210921.790000', '210921.792000', '210921.795000', '210921.797000', '210921.800000', '210921.803000', '210921.805000', '210921.808000', '210921.821000', '210921.823000', '210921.826000', '210921.829000', '210921.832000', '210921.834000', '210941.715000', '210941.718000', '210941.720000', '210941.723000', '210941.725000', '210941.728000', '210941.730000', '210941.733000', '210941.736000', '210941.738000', '210941.741000', '210941.743000', '210941.746000', '210941.749000', '210941.751000', '210941.754000', '210941.756000', '210941.759000', '210941.762000', '210941.765000', '210941.767000', '210941.770000', '210941.772000', '210941.775000', '210941.777000', '210941.780000', '210941.783000', '210941.785000', '210941.788000', '210941.790000', '210941.793000', '210941.796000', '210941.798000', '210941.801000', '210941.803000', '210941.806000', '210941.809000', '210941.811000', '210941.814000', '210941.816000', '210941.819000', '210941.821000', '210941.824000', '210941.827000', '211001.715000', '211001.717000', '211001.720000', '211001.723000', '211001.725000', '211001.728000', '211001.730000', '211001.733000', '211001.735000', '211001.738000', '211001.741000', '211001.743000', '211001.746000', '211001.748000', '211001.751000', '211001.754000', '211001.756000', '211001.759000', '211001.761000', '211001.764000', '211001.767000', '211001.769000', '211001.772000', '211001.774000', '211001.777000', '211001.780000', '211001.782000', '211001.785000', '211001.787000', '211001.790000', '211001.793000', '211001.795000', '211001.798000', '211001.800000', '211001.803000', '211001.805000', '211001.808000', '211001.811000', '211001.813000', '211001.816000', '211001.819000', '211001.822000', '211001.825000', '211021.715000', '211021.718000', '211021.720000', '211021.723000', '211021.726000', '211021.728000', '211021.742000', '211021.744000', '211021.747000', '211021.750000', '211021.752000', '211021.755000', '211021.757000', '211021.760000', '211021.763000', '211021.765000', '211021.768000', '211021.770000', '211021.773000', '211021.776000', '211021.778000', '211021.781000', '211021.783000', '211021.786000', '211021.789000', '211021.791000', '211021.794000', '211021.796000', '211021.799000', '211021.801000', '211021.804000', '211021.807000', '211021.809000', '211021.812000', '211021.814000', '211021.817000', '211021.820000', '211021.823000', '211021.825000', '211021.828000', '211021.831000', '211021.833000', '211021.836000', '211021.838000', '211041.714000', '211041.717000', '211041.720000', '211041.722000', '211041.725000', '211041.728000', '211041.730000', '211041.733000', '211041.735000', '211041.738000', '211041.741000', '211041.743000', '211041.746000', '211041.748000', '211041.751000', '211041.753000', '211041.756000', '211041.759000', '211041.761000', '211041.764000', '211041.767000', '211041.769000', '211041.772000', '211041.774000', '211041.777000', '211041.779000', '211041.782000', '211041.784000', '211041.787000', '211041.790000', '211041.792000', '211041.795000', '211041.797000', '211041.800000', '211041.803000', '211041.805000', '211041.808000', '211041.810000', '211041.813000', '211041.815000', '211041.818000', '211041.820000', '211041.823000', '211101.714000', '211101.717000', '211101.720000', '211101.722000', '211101.725000', '211101.728000', '211101.730000', '211101.733000', '211101.736000', '211101.738000', '211101.741000', '211101.743000', '211101.746000', '211101.749000', '211101.751000', '211101.754000', '211101.756000', '211101.759000', '211101.762000', '211101.764000', '211101.767000', '211101.770000', '211101.772000', '211101.775000', '211101.777000', '211101.780000', '211101.783000', '211101.785000', '211101.788000', '211101.790000', '211101.793000', '211101.796000', '211101.798000', '211101.801000', '211101.803000', '211101.806000', '211101.809000', '211101.811000', '211101.814000', '211101.816000', '211101.819000', '211101.821000', '211101.824000', '211101.827000', '211121.713000', '211121.716000', '211121.719000', '211121.721000', '211121.724000', '211121.726000', '211121.729000', '211121.732000', '211121.734000', '211121.737000', '211121.740000', '211121.742000', '211121.745000', '211121.747000', '211121.750000', '211121.752000', '211121.755000', '211121.758000', '211121.760000', '211121.763000', '211121.766000', '211121.768000', '211121.771000', '211121.773000', '211121.776000', '211121.778000', '211121.781000', '211121.783000', '211121.786000', '211121.789000', '211121.791000', '211121.794000', '211121.796000', '211121.799000', '211121.801000', '211121.804000', '211121.807000', '211121.809000', '211121.812000', '211121.814000', '211121.817000', '211121.819000', '211121.822000', '211141.714000', '211141.717000', '211141.720000', '211141.723000', '211141.725000', '211141.728000', '211141.731000', '211141.733000', '211141.736000', '211141.738000', '211141.741000', '211141.743000', '211141.746000', '211141.748000', '211141.751000', '211141.754000', '211141.767000', '211141.769000', '211141.772000', '211141.774000', '211141.777000', '211141.780000', '211141.782000', '211141.785000', '211141.787000', '211141.790000', '211141.792000', '211141.795000', '211141.798000', '211141.800000', '211141.803000', '211141.806000', '211141.808000', '211141.811000', '211141.813000', '211141.816000', '211141.819000', '211141.822000', '211141.824000', '211141.827000', '211141.830000', '211141.832000', '211141.835000', '211141.838000', '211201.714000', '211201.717000', '211201.720000', '211201.723000', '211201.725000', '211201.728000', '211201.730000', '211201.733000', '211201.735000', '211201.738000', '211201.740000', '211201.743000', '211201.746000', '211201.748000', '211201.751000', '211201.753000', '211201.756000', '211201.758000', '211201.761000', '211201.764000', '211201.766000', '211201.769000', '211201.773000', '211201.775000', '211201.778000', '211201.781000', '211201.783000', '211201.786000', '211201.788000', '211201.791000', '211201.793000', '211201.796000', '211201.799000', '211201.801000', '211201.804000', '211201.806000', '211201.809000', '211201.811000', '211201.814000', '211201.817000', '211201.819000', '211201.822000', '211201.824000', '211221.715000', '211221.718000', '211221.720000', '211221.723000', '211221.726000', '211221.728000', '211221.731000', '211221.733000', '211221.736000', '211221.739000', '211221.741000', '211221.744000', '211221.747000', '211221.749000', '211221.752000', '211221.755000', '211221.757000', '211221.760000', '211221.763000', '211221.765000', '211221.768000', '211221.770000', '211221.773000', '211221.776000', '211221.779000', '211221.782000', '211221.785000', '211221.787000', '211221.790000', '211221.792000', '211221.795000', '211221.797000', '211221.800000', '211221.803000', '211221.805000', '211221.808000', '211221.810000', '211221.813000', '211221.815000', '211221.825000', '211221.828000', '211221.830000', '211221.833000', '211221.835000', '211241.714000', '211241.717000', '211241.720000', '211241.722000', '211241.725000', '211241.728000', '211241.730000', '211241.733000', '211241.735000', '211241.738000', '211241.740000', '211241.743000', '211241.745000', '211241.748000', '211241.751000', '211241.753000', '211241.756000', '211241.758000', '211241.761000', '211241.764000', '211241.766000', '211241.769000', '211241.771000', '211241.774000', '211241.776000', '211241.779000', '211241.781000', '211241.784000', '211241.787000', '211241.789000', '211241.792000', '211241.794000', '211241.797000', '211241.799000', '211241.802000', '211241.805000', '211241.807000', '211241.810000', '211241.812000', '211241.815000', '211241.817000', '211241.820000', '211241.823000', '211301.715000', '211301.718000', '211301.721000', '211301.724000', '211301.726000', '211301.729000', '211301.731000', '211301.734000', '211301.737000', '211301.739000', '211301.743000', '211301.745000', '211301.748000', '211301.751000', '211301.754000', '211301.756000', '211301.759000', '211301.761000', '211301.764000', '211301.766000', '211301.769000', '211301.772000', '211301.774000', '211301.777000', '211301.779000', '211301.782000', '211301.784000', '211301.793000', '211301.795000', '211301.798000', '211301.800000', '211301.803000', '211301.806000', '211301.808000', '211301.811000', '211301.813000', '211301.816000', '211301.818000', '211301.821000', '211301.824000', '211301.826000', '211301.829000', '211301.831000', '211316.415000', '211316.418000', '211316.421000', '211316.424000', '211316.426000', '211316.429000', '211316.432000', '211316.435000', '211316.437000', '211316.440000', '211316.444000', '211316.447000', '211316.451000', '211316.453000', '211316.456000', '211316.459000', '211316.462000', '211316.464000', '211316.467000', '211316.470000', '211316.473000', '211316.475000', '211316.478000', '211316.485000', '211316.488000', '211316.491000', '211316.494000', '211316.497000', '211316.500000', '211316.503000', '211316.506000', '211316.509000', '211316.512000'], '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': [18035, 14238, 16011, 11363, 15068, 11933, 15665, 14435, 15721, 12801, 12141, 12871, 9093, 16347, 10068, 15454, 9497, 15077, 12155, 16821, 14196, 15753, 12822, 16025, 13111, 17057, 13630, 15321, 11897, 15037, 11923, 16387, 13045, 15713, 11862, 14694, 13329, 10782, 14179, 9189, 14441, 8897, 16183, 11372, 16071, 11714, 15301, 12491, 17321, 15226, 10907, 14709, 9634, 15560, 10591, 18574, 13112, 16335, 12400, 16824, 12985, 12032, 15637, 8625, 14847, 8922, 16028, 14704, 18797, 13604, 9722, 14197, 10950, 14462, 14751, 11933, 17458, 14661, 9556, 15881, 12978, 19668, 13845, 12787, 13572, 13736, 16259, 10512, 14772, 8350, 15244, 8880, 17005, 13604, 14695, 11809, 8925, 15854, 10515, 16495, 11926, 9662, 14554, 10357, 16763, 11429, 17140, 13603, 10743, 15965, 8731, 15756, 11168, 16239, 13924, 18541, 13031, 11098, 13772, 9716, 17659, 10921, 14951, 11611, 16128, 12421, 12813, 14593, 8621, 14732, 9105, 16946, 14661, 10935, 13768, 9069, 15367, 13591, 17657, 12812, 10881, 19126, 14487, 12128, 11357, 8569, 16795, 12531, 9699, 17752, 14479, 10429, 10494, 16711, 13188, 18660, 17567, 12023, 19031, 14999, 11083, 16563, 9940, 17870, 12446, 18223, 14678, 9598, 14420, 8747, 16050, 12182, 14220, 13819, 8402, 14406, 9698, 17399, 14150, 9133, 13887, 9096, 15183, 11949, 17531, 14025, 10820, 13751, 9591, 15031, 9926, 17456, 13125, 17463, 13008, 11586, 15144, 10641, 17127, 12708, 9406, 14838, 11781, 11307, 15182, 12929, 13388, 16459, 13857, 14060, 15749, 9740, 16369, 13750, 18217, 15682, 9450, 15006, 10476, 17406, 14825, 10865, 15320, 9695, 17452, 13381, 11211, 16550, 9016, 16269, 12732, 11526, 18054, 11281, 16338, 12495, 15687, 13938, 11967, 18620, 9846, 16364, 11061, 16776, 14564, 10626, 15065, 9416, 15407, 13334, 12570, 16052, 8850, 15040, 9463, 16164, 10873, 16276, 8970, 14822, 8735, 16258, 11338, 15799, 9193, 15212, 9615, 16294, 12587, 15497, 11366, 16384, 12531, 14362, 14480, 9299, 14531, 8221, 14989, 12608, 17847, 13872, 10221, 14623, 9825, 16373, 11738, 18056, 12792, 17006, 12622, 17092, 14510, 11627, 15950, 8726, 15318, 10762, 16814, 14725, 14086, 13126, 10494, 14853, 10367, 17573, 9261, 15448, 10615, 15616, 13174, 13817, 14874, 8990, 14231, 9307, 16484, 14871, 11592, 13982, 9697, 14899, 9838, 18052, 13940, 15001, 11924, 16760, 13346, 12598, 17125, 8459, 14824, 11227, 16006, 14384, 10239, 15754, 10066, 14942, 12476, 18075, 14416, 11649, 13108, 9904, 14544, 9736, 17769, 13344, 14466, 11795, 8944, 14970, 10156, 15721, 11593, 14543, 12848, 10365, 17406, 10650, 15758, 10534, 15161, 12483, 16558, 14769, 9197, 14367, 8689, 15804, 13889, 11199, 14998, 8608, 15305, 12750, 15035, 15228, 8531, 15174, 12872, 14703, 16617, 9620, 15804, 11791, 16195, 14520, 10498, 16436, 11472, 15106, 13315, 9909, 18263, 13998, 10825, 13600, 8972, 17669, 14771, 10774, 14681, 9624, 18434, 15895, 10969, 15574, 11493, 13100, 17625, 12375, 16283, 12528, 8974, 16184, 12329, 19192, 12789, 12129, 13730, 9819, 17826, 11205, 15499, 11252, 10073, 16740, 9436, 15261, 11234, 10536, 14956, 10337, 16343, 11937, 11673, 14249, 10187, 16736, 12776, 17617, 12769, 11953, 15441, 10394, 16014, 10495, 16487, 12313, 12221, 16602, 8883, 15050, 11508, 14062, 14225, 9902, 17771, 13234, 8941, 12570, 8234, 15660, 13180, 14061, 15205, 9383, 15229, 9536, 16461, 14021, 18622, 13262, 10191, 14569, 9140, 17080, 14254, 10105, 14121, 9037, 15610, 14902, 9292, 15445, 12638, 14115, 14970, 10972, 17448, 10159, 15068, 12776, 14254, 15568, 8548, 14593, 9327, 15458, 14079, 11187, 14140, 8654, 15013, 11615, 18642, 13760, 9494, 14131, 9660, 17713, 14742, 11017, 14408, 9419, 16258, 12275, 19869, 13613, 9659, 14108, 8967, 17299, 13362, 17148, 11818, 9781, 14714, 9010, 19392, 14378, 9237, 14448, 10741, 16803, 16193, 9365, 15716, 12432, 11638, 17043, 11193, 16180, 12470, 14918, 14649, 10908, 17079, 8655, 15689, 12110, 17083, 15598, 9989, 15286, 10397, 17540, 14450, 10157, 15722, 10308, 17895, 14426, 10714, 15903, 8901, 16076, 12997, 18990, 15624, 10335, 14622, 8681, 16260, 12699, 19528, 13673, 9950, 14228, 8544, 16983, 13079, 9556, 14153, 9403, 17354, 14640, 16575, 12686, 10072, 15862, 11285, 18108, 12733, 9685, 15392, 10697, 19236, 13860, 10147, 14400, 9328, 17861, 14985, 10717, 14135, 8929, 16714, 14564, 13330, 14379, 9217, 15616, 13485, 15573, 14559, 8790, 15685, 12690, 17391, 14148, 8899, 15199, 10771, 19653, 14786, 8848, 14212, 10477, 15766, 15268, 9585, 15878, 12239, 13459, 16279, 10674, 16536, 11935, 17748, 15229, 10644, 16055, 10692, 17746, 13698, 11523, 16687, 8327, 15244, 12621, 12431, 17255, 9157, 15848, 12418, 12547, 16337, 10376, 15618, 12015, 14749, 15560, 10550, 15899, 10425, 15817, 13131, 17428, 14219, 8858, 14725, 10590, 18968, 14061, 9852, 14413, 8988, 16507, 14200, 17006, 13571, 9354, 14353, 8539, 16566, 13444, 19376, 13282, 10300, 13777, 9765, 16341, 10282, 16068, 10668, 17649, 13626, 10544, 15272, 8522, 15453, 11850, 19156, 13816, 10257, 13975, 9597, 17511, 12883, 15837, 12212, 15823, 13465, 11770, 16104, 9157, 14900, 9141, 17369, 10328, 16176, 9451, 15839, 12951, 18457, 12828, 12363, 13341, 9724, 16684, 10111, 15507, 9131, 16628, 14178, 17065, 12763, 13156, 13655, 10179, 16926, 8941, 14868, 8918, 16978, 12949, 16120, 12266, 16348, 12197, 14335, 15059, 10471, 14852, 9040, 14880, 9716, 17647, 14593, 13559, 12897, 8834, 15488, 12556, 17003, 12844, 12044, 14035, 10305, 17849, 10495, 15728, 10168, 16301, 11074, 18142, 15189, 15808, 12305, 9356, 13843, 8809, 16695, 12668, 10684, 14189, 9694, 15902, 11072, 19232, 14094, 8858, 14120, 9729, 7858, 13437, 9729, 15777, 10201, 16353, 10426, 16734, 13253, 18012, 14067, 16424, 12683, 15646, 12770, 16846, 12336, 9298, 14612, 11354, 11427, 15218, 11699, 11632, 17003, 13892, 11743, 14381, 8600, 16775, 15024, 10381, 15158, 8478, 15265, 10817, 18035, 13855, 8628, 14350, 9264, 17354, 13887, 9175, 14816, 9205, 16897, 13180, 10827, 16103, 9785, 16890, 13427, 10516, 18127, 13493, 17901, 13873, 13491, 16727, 11492, 18194, 11751, 15803, 12378, 16513, 14882, 10271, 15407, 8716, 15533, 11400, 17783, 14804, 13718, 12825, 10351, 14389, 9927, 17310, 12480, 17039, 11891, 11036, 14357, 10239, 17047, 9375, 15766, 10374, 15983, 14756, 12989, 14572, 9246, 14416, 9147, 17334, 14353, 16368, 12344, 9364, 15423, 10858, 16339, 12363, 15135, 13813, 10407, 18219, 11263, 15414, 11475, 14276, 14394, 10342], 'WindowCenter': [4713.0, 4679.0, 4661.0, 4618.0, 4635.0, 4617.0, 4634.0, 4637.0, 4635.0, 4614.0, 4601.0, 4613.0, 4584.0, 4645.0, 4584.0, 4633.0, 4583.0, 4635.0, 4627.0, 4645.0, 4624.0, 4623.0, 4613.0, 4634.0, 4613.0, 4632.0, 4611.0, 4608.0, 4588.0, 4618.0, 4601.0, 4618.0, 4600.0, 4616.0, 4590.0, 4622.0, 4612.0, 4591.0, 4621.0, 4571.0, 4633.0, 4597.0, 4646.0, 4615.0, 4633.0, 4603.0, 4632.0, 4616.0, 4646.0, 4636.0, 4592.0, 4622.0, 4571.0, 4633.0, 4594.0, 4645.0, 4612.0, 4619.0, 4599.0, 4630.0, 4612.0, 4601.0, 4632.0, 4572.0, 4622.0, 4571.0, 4633.0, 4633.0, 4643.0, 4623.0, 4571.0, 4611.0, 4591.0, 4621.0, 4634.0, 4615.0, 4657.0, 4624.0, 4583.0, 4633.0, 4612.0, 4643.0, 4610.0, 4587.0, 4600.0, 4611.0, 4620.0, 4566.0, 4595.0, 4534.0, 4604.0, 4558.0, 4617.0, 4597.0, 4594.0, 4586.0, 4569.0, 4618.0, 4590.0, 4629.0, 4600.0, 4580.0, 4622.0, 4594.0, 4645.0, 4603.0, 4643.0, 4623.0, 4592.0, 4622.0, 4559.0, 4619.0, 4592.0, 4631.0, 4622.0, 4630.0, 4600.0, 4588.0, 4610.0, 4569.0, 4631.0, 4579.0, 4608.0, 4589.0, 4632.0, 4601.0, 4611.0, 4634.0, 4561.0, 4610.0, 4572.0, 4630.0, 4622.0, 4579.0, 4611.0, 4573.0, 4633.0, 4626.0, 4643.0, 4611.0, 4590.0, 4663.0, 4634.0, 4612.0, 4603.0, 4561.0, 4653.0, 4622.0, 4584.0, 4665.0, 4648.0, 4595.0, 4594.0, 4634.0, 4629.0, 4645.0, 4623.0, 4579.0, 4608.0, 4585.0, 4542.0, 4582.0, 4531.0, 4579.0, 4562.0, 4578.0, 4555.0, 4503.0, 4552.0, 4504.0, 4578.0, 4560.0, 4580.0, 4582.0, 4522.0, 4582.0, 4556.0, 4615.0, 4597.0, 4546.0, 4585.0, 4547.0, 4608.0, 4591.0, 4620.0, 4600.0, 4567.0, 4598.0, 4557.0, 4610.0, 4571.0, 4620.0, 4599.0, 4618.0, 4600.0, 4589.0, 4610.0, 4569.0, 4631.0, 4600.0, 4560.0, 4611.0, 4602.0, 4593.0, 4622.0, 4613.0, 4614.0, 4648.0, 4628.0, 4626.0, 4624.0, 4572.0, 4621.0, 4627.0, 4644.0, 4624.0, 4570.0, 4609.0, 4581.0, 4643.0, 4622.0, 4593.0, 4622.0, 4583.0, 4642.0, 4623.0, 4593.0, 4632.0, 4572.0, 4632.0, 4628.0, 4616.0, 4659.0, 4606.0, 4634.0, 4613.0, 4632.0, 4625.0, 4603.0, 4646.0, 4571.0, 4618.0, 4578.0, 4631.0, 4620.0, 4579.0, 4610.0, 4570.0, 4620.0, 4610.0, 4601.0, 4621.0, 4559.0, 4609.0, 4580.0, 4631.0, 4578.0, 4608.0, 4545.0, 4596.0, 4559.0, 4606.0, 4578.0, 4605.0, 4545.0, 4606.0, 4580.0, 4617.0, 4598.0, 4605.0, 4588.0, 4618.0, 4612.0, 4620.0, 4622.0, 4570.0, 4610.0, 4561.0, 4634.0, 4615.0, 4655.0, 4624.0, 4594.0, 4624.0, 4594.0, 4634.0, 4616.0, 4644.0, 4613.0, 4630.0, 4602.0, 4633.0, 4612.0, 4589.0, 4619.0, 4548.0, 4620.0, 4592.0, 4629.0, 4622.0, 4609.0, 4600.0, 4579.0, 4620.0, 4579.0, 4631.0, 4558.0, 4608.0, 4580.0, 4620.0, 4612.0, 4623.0, 4622.0, 4571.0, 4621.0, 4584.0, 4643.0, 4635.0, 4603.0, 4623.0, 4571.0, 4621.0, 4583.0, 4644.0, 4622.0, 4620.0, 4603.0, 4620.0, 4610.0, 4599.0, 4630.0, 4548.0, 4609.0, 4589.0, 4630.0, 4621.0, 4580.0, 4621.0, 4580.0, 4620.0, 4614.0, 4642.0, 4622.0, 4589.0, 4598.0, 4557.0, 4607.0, 4568.0, 4629.0, 4598.0, 4596.0, 4587.0, 4571.0, 4619.0, 4582.0, 4620.0, 4590.0, 4609.0, 4611.0, 4581.0, 4643.0, 4581.0, 4619.0, 4578.0, 4609.0, 4600.0, 4618.0, 4609.0, 4556.0, 4610.0, 4548.0, 4619.0, 4610.0, 4589.0, 4608.0, 4557.0, 4631.0, 4613.0, 4621.0, 4620.0, 4561.0, 4620.0, 4613.0, 4620.0, 4634.0, 4570.0, 4622.0, 4589.0, 4630.0, 4610.0, 4580.0, 4620.0, 4589.0, 4620.0, 4610.0, 4580.0, 4642.0, 4611.0, 4589.0, 4609.0, 4574.0, 4642.0, 4623.0, 4594.0, 4621.0, 4571.0, 4630.0, 4633.0, 4580.0, 4622.0, 4591.0, 4610.0, 4631.0, 4599.0, 4618.0, 4588.0, 4558.0, 4618.0, 4600.0, 4641.0, 4599.0, 4574.0, 4584.0, 4554.0, 4617.0, 4575.0, 4594.0, 4575.0, 4555.0, 4618.0, 4558.0, 4617.0, 4588.0, 4592.0, 4620.0, 4581.0, 4631.0, 4590.0, 4590.0, 4621.0, 4581.0, 4621.0, 4600.0, 4629.0, 4600.0, 4589.0, 4609.0, 4568.0, 4608.0, 4591.0, 4616.0, 4587.0, 4588.0, 4619.0, 4546.0, 4608.0, 4589.0, 4620.0, 4621.0, 4582.0, 4631.0, 4624.0, 4560.0, 4598.0, 4549.0, 4630.0, 4613.0, 4623.0, 4622.0, 4572.0, 4621.0, 4572.0, 4633.0, 4613.0, 4630.0, 4588.0, 4556.0, 4607.0, 4570.0, 4618.0, 4612.0, 4567.0, 4596.0, 4560.0, 4630.0, 4622.0, 4572.0, 4631.0, 4614.0, 4637.0, 4637.0, 4606.0, 4645.0, 4580.0, 4609.0, 4601.0, 4609.0, 4621.0, 4548.0, 4607.0, 4570.0, 4608.0, 4608.0, 4577.0, 4596.0, 4546.0, 4619.0, 4590.0, 4642.0, 4609.0, 4569.0, 4609.0, 4582.0, 4630.0, 4622.0, 4579.0, 4608.0, 4558.0, 4631.0, 4601.0, 4629.0, 4598.0, 4556.0, 4607.0, 4560.0, 4628.0, 4599.0, 4617.0, 4589.0, 4568.0, 4607.0, 4560.0, 4642.0, 4621.0, 4571.0, 4621.0, 4593.0, 4631.0, 4633.0, 4572.0, 4622.0, 4613.0, 4603.0, 4644.0, 4592.0, 4620.0, 4600.0, 4621.0, 4620.0, 4580.0, 4619.0, 4547.0, 4606.0, 4589.0, 4618.0, 4620.0, 4568.0, 4607.0, 4568.0, 4630.0, 4623.0, 4580.0, 4619.0, 4580.0, 4642.0, 4621.0, 4581.0, 4620.0, 4560.0, 4621.0, 4612.0, 4629.0, 4621.0, 4567.0, 4606.0, 4547.0, 4618.0, 4599.0, 4629.0, 4596.0, 4555.0, 4607.0, 4559.0, 4629.0, 4609.0, 4570.0, 4621.0, 4584.0, 4633.0, 4623.0, 4620.0, 4600.0, 4581.0, 4621.0, 4593.0, 4632.0, 4599.0, 4568.0, 4619.0, 4580.0, 4630.0, 4609.0, 4567.0, 4608.0, 4572.0, 4630.0, 4620.0, 4578.0, 4597.0, 4571.0, 4630.0, 4622.0, 4599.0, 4610.0, 4558.0, 4620.0, 4611.0, 4620.0, 4608.0, 4547.0, 4619.0, 4612.0, 4629.0, 4597.0, 4547.0, 4620.0, 4591.0, 4641.0, 4609.0, 4547.0, 4598.0, 4579.0, 4619.0, 4621.0, 4570.0, 4619.0, 4602.0, 4613.0, 4633.0, 4583.0, 4620.0, 4592.0, 4631.0, 4620.0, 4568.0, 4607.0, 4567.0, 4618.0, 4598.0, 4578.0, 4617.0, 4548.0, 4607.0, 4598.0, 4587.0, 4619.0, 4558.0, 4617.0, 4599.0, 4600.0, 4631.0, 4581.0, 4608.0, 4589.0, 4620.0, 4620.0, 4569.0, 4608.0, 4568.0, 4620.0, 4600.0, 4632.0, 4598.0, 4546.0, 4607.0, 4580.0, 4628.0, 4610.0, 4568.0, 4609.0, 4560.0, 4630.0, 4612.0, 4631.0, 4600.0, 4559.0, 4608.0, 4549.0, 4620.0, 4611.0, 4640.0, 4601.0, 4568.0, 4609.0, 4570.0, 4620.0, 4581.0, 4619.0, 4580.0, 4630.0, 4610.0, 4579.0, 4619.0, 4559.0, 4632.0, 4603.0, 4641.0, 4612.0, 4580.0, 4622.0, 4583.0, 4643.0, 4602.0, 4620.0, 4600.0, 4632.0, 4611.0, 4591.0, 4621.0, 4559.0, 4620.0, 4571.0, 4630.0, 4569.0, 4607.0, 4558.0, 4619.0, 4600.0, 4628.0, 4599.0, 4587.0, 4609.0, 4581.0, 4633.0, 4581.0, 4620.0, 4571.0, 4633.0, 4612.0, 4619.0, 4599.0, 4600.0, 4611.0, 4580.0, 4635.0, 4560.0, 4608.0, 4560.0, 4619.0, 4601.0, 4618.0, 4589.0, 4617.0, 4601.0, 4620.0, 4621.0, 4579.0, 4609.0, 4561.0, 4609.0, 4570.0, 4630.0, 4621.0, 4599.0, 4599.0, 4571.0, 4622.0, 4614.0, 4631.0, 4602.0, 4601.0, 4622.0, 4579.0, 4633.0, 4579.0, 4608.0, 4567.0, 4619.0, 4579.0, 4617.0, 4609.0, 4594.0, 4574.0, 4544.0, 4596.0, 4557.0, 4617.0, 4597.0, 4577.0, 4610.0, 4584.0, 4631.0, 4590.0, 4639.0, 4597.0, 4560.0, 4610.0, 4582.0, 4551.0, 4612.0, 4570.0, 4622.0, 4583.0, 4632.0, 4581.0, 4632.0, 4601.0, 4620.0, 4587.0, 4594.0, 4562.0, 4568.0, 4549.0, 4577.0, 4547.0, 4518.0, 4580.0, 4551.0, 4559.0, 4589.0, 4561.0, 4573.0, 4603.0, 4595.0, 4575.0, 4582.0, 4534.0, 4605.0, 4596.0, 4553.0, 4593.0, 4533.0, 4595.0, 4577.0, 4616.0, 4595.0, 4535.0, 4595.0, 4570.0, 4627.0, 4611.0, 4559.0, 4609.0, 4560.0, 4631.0, 4614.0, 4593.0, 4632.0, 4582.0, 4632.0, 4624.0, 4594.0, 4646.0, 4626.0, 4645.0, 4614.0, 4614.0, 4634.0, 4593.0, 4632.0, 4590.0, 4608.0, 4601.0, 4632.0, 4623.0, 4579.0, 4608.0, 4560.0, 4632.0, 4602.0, 4630.0, 4623.0, 4598.0, 4599.0, 4567.0, 4610.0, 4581.0, 4630.0, 4600.0, 4629.0, 4590.0, 4592.0, 4635.0, 4583.0, 4645.0, 4572.0, 4634.0, 4582.0, 4632.0, 4622.0, 4601.0, 4610.0, 4560.0, 4611.0, 4573.0, 4632.0, 4623.0, 4620.0, 4600.0, 4572.0, 4622.0, 4593.0, 4632.0, 4602.0, 4622.0, 4623.0, 4605.0, 4648.0, 4593.0, 4621.0, 4591.0, 4623.0, 4623.0, 4581.0], 'WindowWidth': [10294.0, 10237.0, 10194.0, 10130.0, 10148.0, 10127.0, 10145.0, 10154.0, 10144.0, 10114.0, 10094.0, 10113.0, 10076.0, 10161.0, 10074.0, 10142.0, 10073.0, 10149.0, 10139.0, 10162.0, 10132.0, 10125.0, 10110.0, 10142.0, 10114.0, 10138.0, 10107.0, 10095.0, 10069.0, 10111.0, 10092.0, 10112.0, 10089.0, 10105.0, 10077.0, 10124.0, 10110.0, 10078.0, 10120.0, 10051.0, 10141.0, 10100.0, 10164.0, 10121.0, 10142.0, 10100.0, 10138.0, 10121.0, 10166.0, 10151.0, 10083.0, 10124.0, 10051.0, 10141.0, 10087.0, 10164.0, 10109.0, 10116.0, 10087.0, 10132.0, 10109.0, 10092.0, 10138.0, 10056.0, 10123.0, 10055.0, 10141.0, 10142.0, 10156.0, 10128.0, 10054.0, 10107.0, 10079.0, 10120.0, 10147.0, 10122.0, 10184.0, 10131.0, 10072.0, 10142.0, 10112.0, 10157.0, 10105.0, 10067.0, 10089.0, 10107.0, 10120.0, 10036.0, 10075.0, 9988.0, 10084.0, 10030.0, 10108.0, 10080.0, 10071.0, 10063.0, 10047.0, 10114.0, 10080.0, 10130.0, 10091.0, 10066.0, 10126.0, 10089.0, 10164.0, 10098.0, 10155.0, 10128.0, 10082.0, 10123.0, 10033.0, 10113.0, 10083.0, 10134.0, 10126.0, 10134.0, 10088.0, 10070.0, 10104.0, 10047.0, 10136.0, 10060.0, 10097.0, 10072.0, 10137.0, 10094.0, 10108.0, 10144.0, 10037.0, 10103.0, 10053.0, 10131.0, 10123.0, 10060.0, 10108.0, 10062.0, 10142.0, 10139.0, 10160.0, 10116.0, 10086.0, 10197.0, 10155.0, 10119.0, 10110.0, 10051.0, 10178.0, 10134.0, 10086.0, 10200.0, 10180.0, 10102.0, 10094.0, 10149.0, 10145.0, 10162.0, 10126.0, 10055.0, 10099.0, 10057.0, 9992.0, 10050.0, 9976.0, 10045.0, 10021.0, 10041.0, 10002.0, 9924.0, 9990.0, 9929.0, 10039.0, 10017.0, 10043.0, 10051.0, 9970.0, 10049.0, 10021.0, 10102.0, 10077.0, 10005.0, 10060.0, 10009.0, 10094.0, 10079.0, 10117.0, 10087.0, 10037.0, 10081.0, 10025.0, 10103.0, 10049.0, 10117.0, 10086.0, 10110.0, 10085.0, 10072.0, 10101.0, 10045.0, 10132.0, 10089.0, 10034.0, 10104.0, 10096.0, 10081.0, 10122.0, 10111.0, 10115.0, 10171.0, 10143.0, 10136.0, 10130.0, 10054.0, 10120.0, 10138.0, 10156.0, 10129.0, 10046.0, 10097.0, 10065.0, 10153.0, 10124.0, 10085.0, 10122.0, 10072.0, 10151.0, 10127.0, 10084.0, 10136.0, 10056.0, 10135.0, 10142.0, 10122.0, 10188.0, 10107.0, 10144.0, 10114.0, 10138.0, 10133.0, 10098.0, 10169.0, 10050.0, 10112.0, 10056.0, 10134.0, 10119.0, 10058.0, 10102.0, 10048.0, 10119.0, 10106.0, 10095.0, 10121.0, 10034.0, 10101.0, 10063.0, 10134.0, 10057.0, 10097.0, 10006.0, 10076.0, 10033.0, 10092.0, 10057.0, 10086.0, 10006.0, 10092.0, 10064.0, 10108.0, 10085.0, 10090.0, 10069.0, 10110.0, 10111.0, 10117.0, 10124.0, 10050.0, 10104.0, 10041.0, 10146.0, 10120.0, 10174.0, 10130.0, 10090.0, 10128.0, 10089.0, 10146.0, 10124.0, 10160.0, 10112.0, 10132.0, 10096.0, 10141.0, 10109.0, 10073.0, 10116.0, 10015.0, 10118.0, 10084.0, 10130.0, 10124.0, 10099.0, 10090.0, 10059.0, 10117.0, 10059.0, 10136.0, 10031.0, 10097.0, 10065.0, 10118.0, 10111.0, 10128.0, 10124.0, 10053.0, 10121.0, 10079.0, 10156.0, 10147.0, 10096.0, 10125.0, 10051.0, 10121.0, 10071.0, 10159.0, 10125.0, 10117.0, 10102.0, 10116.0, 10103.0, 10085.0, 10133.0, 10017.0, 10100.0, 10074.0, 10133.0, 10122.0, 10065.0, 10121.0, 10065.0, 10119.0, 10117.0, 10152.0, 10126.0, 10072.0, 10082.0, 10023.0, 10093.0, 10041.0, 10131.0, 10085.0, 10080.0, 10067.0, 10053.0, 10116.0, 10069.0, 10120.0, 10077.0, 10099.0, 10107.0, 10068.0, 10157.0, 10065.0, 10116.0, 10057.0, 10100.0, 10091.0, 10112.0, 10102.0, 10023.0, 10103.0, 10018.0, 10116.0, 10106.0, 10073.0, 10099.0, 10029.0, 10135.0, 10114.0, 10121.0, 10118.0, 10036.0, 10117.0, 10114.0, 10121.0, 10146.0, 10050.0, 10124.0, 10074.0, 10133.0, 10105.0, 10061.0, 10117.0, 10072.0, 10118.0, 10105.0, 10064.0, 10156.0, 10108.0, 10074.0, 10101.0, 10061.0, 10152.0, 10127.0, 10089.0, 10119.0, 10051.0, 10134.0, 10143.0, 10062.0, 10125.0, 10079.0, 10102.0, 10136.0, 10087.0, 10114.0, 10069.0, 10030.0, 10113.0, 10091.0, 10149.0, 10084.0, 10044.0, 10057.0, 10015.0, 10110.0, 10047.0, 10071.0, 10045.0, 10020.0, 10114.0, 10029.0, 10109.0, 10070.0, 10083.0, 10119.0, 10066.0, 10135.0, 10076.0, 10077.0, 10120.0, 10064.0, 10123.0, 10088.0, 10129.0, 10087.0, 10073.0, 10101.0, 10041.0, 10098.0, 10082.0, 10105.0, 10065.0, 10069.0, 10114.0, 10010.0, 10098.0, 10072.0, 10119.0, 10123.0, 10071.0, 10137.0, 10132.0, 10036.0, 10084.0, 10018.0, 10132.0, 10113.0, 10127.0, 10123.0, 10053.0, 10118.0, 10053.0, 10139.0, 10112.0, 10133.0, 10070.0, 10021.0, 10094.0, 10048.0, 10112.0, 10109.0, 10038.0, 10077.0, 10035.0, 10132.0, 10124.0, 10055.0, 10135.0, 10117.0, 10154.0, 10153.0, 10110.0, 10162.0, 10062.0, 10102.0, 10092.0, 10099.0, 10122.0, 10014.0, 10094.0, 10049.0, 10097.0, 10098.0, 10051.0, 10076.0, 10009.0, 10113.0, 10078.0, 10152.0, 10101.0, 10045.0, 10101.0, 10070.0, 10133.0, 10126.0, 10058.0, 10097.0, 10028.0, 10135.0, 10094.0, 10131.0, 10085.0, 10024.0, 10095.0, 10037.0, 10127.0, 10089.0, 10107.0, 10073.0, 10039.0, 10095.0, 10035.0, 10155.0, 10121.0, 10052.0, 10120.0, 10086.0, 10135.0, 10142.0, 10054.0, 10122.0, 10112.0, 10098.0, 10159.0, 10082.0, 10119.0, 10088.0, 10121.0, 10116.0, 10062.0, 10116.0, 10010.0, 10089.0, 10071.0, 10111.0, 10119.0, 10042.0, 10094.0, 10044.0, 10132.0, 10126.0, 10060.0, 10113.0, 10061.0, 10152.0, 10122.0, 10066.0, 10118.0, 10033.0, 10120.0, 10108.0, 10131.0, 10121.0, 10039.0, 10091.0, 10012.0, 10113.0, 10089.0, 10130.0, 10078.0, 10018.0, 10094.0, 10033.0, 10129.0, 10101.0, 10049.0, 10120.0, 10073.0, 10140.0, 10128.0, 10119.0, 10088.0, 10066.0, 10119.0, 10085.0, 10138.0, 10087.0, 10043.0, 10113.0, 10062.0, 10134.0, 10100.0, 10039.0, 10095.0, 10055.0, 10131.0, 10117.0, 10056.0, 10081.0, 10051.0, 10130.0, 10126.0, 10087.0, 10104.0, 10029.0, 10117.0, 10105.0, 10117.0, 10097.0, 10012.0, 10116.0, 10111.0, 10129.0, 10081.0, 10010.0, 10117.0, 10079.0, 10150.0, 10101.0, 10011.0, 10080.0, 10057.0, 10114.0, 10119.0, 10048.0, 10114.0, 10095.0, 10112.0, 10143.0, 10071.0, 10118.0, 10079.0, 10134.0, 10117.0, 10040.0, 10095.0, 10037.0, 10111.0, 10083.0, 10055.0, 10109.0, 10015.0, 10092.0, 10083.0, 10067.0, 10115.0, 10028.0, 10106.0, 10087.0, 10087.0, 10135.0, 10064.0, 10098.0, 10072.0, 10116.0, 10119.0, 10043.0, 10097.0, 10040.0, 10115.0, 10088.0, 10137.0, 10084.0, 10009.0, 10094.0, 10063.0, 10126.0, 10101.0, 10042.0, 10097.0, 10035.0, 10131.0, 10109.0, 10135.0, 10089.0, 10030.0, 10095.0, 10019.0, 10116.0, 10106.0, 10146.0, 10090.0, 10040.0, 10100.0, 10049.0, 10119.0, 10064.0, 10112.0, 10061.0, 10132.0, 10104.0, 10058.0, 10114.0, 10032.0, 10137.0, 10097.0, 10149.0, 10108.0, 10060.0, 10122.0, 10070.0, 10155.0, 10095.0, 10116.0, 10088.0, 10135.0, 10106.0, 10076.0, 10119.0, 10028.0, 10117.0, 10052.0, 10131.0, 10044.0, 10094.0, 10029.0, 10113.0, 10089.0, 10125.0, 10084.0, 10065.0, 10101.0, 10066.0, 10140.0, 10064.0, 10115.0, 10051.0, 10138.0, 10109.0, 10113.0, 10086.0, 10087.0, 10106.0, 10060.0, 10147.0, 10030.0, 10097.0, 10034.0, 10113.0, 10093.0, 10111.0, 10072.0, 10106.0, 10091.0, 10118.0, 10121.0, 10057.0, 10099.0, 10033.0, 10098.0, 10049.0, 10131.0, 10121.0, 10084.0, 10084.0, 10052.0, 10122.0, 10115.0, 10134.0, 10095.0, 10090.0, 10122.0, 10060.0, 10144.0, 10058.0, 10099.0, 10037.0, 10113.0, 10058.0, 10110.0, 10101.0, 10071.0, 10044.0, 10003.0, 10078.0, 10028.0, 10109.0, 10082.0, 10053.0, 10105.0, 10076.0, 10135.0, 10078.0, 10143.0, 10082.0, 10036.0, 10103.0, 10071.0, 10026.0, 10110.0, 10049.0, 10123.0, 10071.0, 10137.0, 10065.0, 10139.0, 10094.0, 10118.0, 10064.0, 10070.0, 10020.0, 10023.0, 9996.0, 10032.0, 9991.0, 9955.0, 10044.0, 10005.0, 10013.0, 10056.0, 10020.0, 10040.0, 10083.0, 10075.0, 10045.0, 10050.0, 9988.0, 10087.0, 10076.0, 10012.0, 10065.0, 9983.0, 10072.0, 10051.0, 10106.0, 10074.0, 9990.0, 10074.0, 10049.0, 10122.0, 10105.0, 10031.0, 10099.0, 10035.0, 10132.0, 10114.0, 10083.0, 10136.0, 10066.0, 10137.0, 10129.0, 10088.0, 10163.0, 10133.0, 10159.0, 10113.0, 10111.0, 10143.0, 10080.0, 10138.0, 10074.0, 10097.0, 10092.0, 10140.0, 10127.0, 10059.0, 10097.0, 10033.0, 10135.0, 10096.0, 10131.0, 10128.0, 10082.0, 10082.0, 10036.0, 10100.0, 10062.0, 10131.0, 10088.0, 10126.0, 10075.0, 10082.0, 10145.0, 10070.0, 10161.0, 10052.0, 10142.0, 10066.0, 10135.0, 10123.0, 10092.0, 10103.0, 10032.0, 10105.0, 10058.0, 10138.0, 10126.0, 10116.0, 10088.0, 10054.0, 10122.0, 10086.0, 10137.0, 10096.0, 10121.0, 10126.0, 10105.0, 10171.0, 10086.0, 10120.0, 10076.0, 10125.0, 10125.0, 10063.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.0032413815789473686</td></tr>
<tr><td colspan=3>aqi</td><td>0.022064495504385963</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.82927156976948</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3684690353787035</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0800427013391876</td></tr>
<tr><td colspan=3>efc</td><td>0.488</td></tr>
<tr><td colspan=3>fber</td><td>6167.0122</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12256787128851805</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.719298245614034</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3975379431149535</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.283111036475482</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5963435744619816</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3131592184073972</td></tr>
<tr><td colspan=3>gcor</td><td>0.0185081</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02052231691777706</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03546692803502083</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.09674794150098</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>21.5354</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4748</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.102</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294444.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>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.1002</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.8947</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3776.3486</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.2444</td></tr>
<tr><td colspan=3>tsnr</td><td>42.192554561886936</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>