<?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-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-02/func/sub-0123_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>8142a3bcb66916c2e52d8274faea8231</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>22:08:4.247500</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.999714, -0.0201665, 0.0128163, 0.0211156, 0.996664, -0.0788331]</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.093719</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4242, -7752, -7284, 221, -120, 70, -49, 111]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7dee7c5d-5f20-4d65-af29-893e8defee5a||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.6821608543395996, 0.05665149912238121, 0.030196068808436394, 106.3797607421875], [0.05410512536764145, 2.6739771366119385, -0.2135193943977356, -89.70507049560547], [0.03438510745763779, 0.2115035504102707, 2.6913747787475586, -77.9762954711914], [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': ['220804.247500', '220804.707500', '220805.167500', '220805.627500', '220806.087500', '220806.547500', '220807.007500', '220807.467500', '220807.927500', '220808.387500', '220808.847500', '220809.307500', '220809.767500', '220810.227500', '220810.687500', '220811.147500', '220811.607500', '220812.067500', '220812.527500', '220812.987500', '220813.447500', '220813.907500', '220814.367500', '220814.827500', '220815.287500', '220815.747500', '220816.207500', '220816.667500', '220817.127500', '220817.587500', '220818.047500', '220818.507500', '220818.967500', '220819.427500', '220819.887500', '220820.347500', '220820.807500', '220821.267500', '220821.727500', '220822.187500', '220822.647500', '220823.107500', '220823.567500', '220824.027500', '220824.487500', '220824.947500', '220825.407500', '220825.867500', '220826.327500', '220826.787500', '220827.247500', '220827.707500', '220828.167500', '220828.627500', '220829.087500', '220829.547500', '220830.007500', '220830.467500', '220830.927500', '220831.387500', '220831.847500', '220832.307500', '220832.767500', '220833.227500', '220833.687500', '220834.147500', '220834.607500', '220835.067500', '220835.527500', '220835.987500', '220836.447500', '220836.907500', '220837.367500', '220837.827500', '220838.287500', '220838.747500', '220839.207500', '220839.667500', '220840.127500', '220840.587500', '220841.047500', '220841.507500', '220841.967500', '220842.427500', '220842.887500', '220843.347500', '220843.807500', '220844.267500', '220844.727500', '220845.187500', '220845.647500', '220846.107500', '220846.567500', '220847.027500', '220847.487500', '220847.947500', '220848.407500', '220848.867500', '220849.327500', '220849.787500', '220850.247500', '220850.707500', '220851.167500', '220851.627500', '220852.087500', '220852.547500', '220853.007500', '220853.467500', '220853.927500', '220854.387500', '220854.847500', '220855.307500', '220855.767500', '220856.227500', '220856.687500', '220857.147500', '220857.607500', '220858.067500', '220858.527500', '220858.987500', '220859.447500', '220859.907500', '220900.367500', '220900.827500', '220901.287500', '220901.747500', '220902.207500', '220902.667500', '220903.127500', '220903.587500', '220904.047500', '220904.507500', '220904.967500', '220905.427500', '220905.887500', '220906.347500', '220906.807500', '220907.267500', '220907.727500', '220908.187500', '220908.647500', '220909.107500', '220909.567500', '220910.027500', '220910.487500', '220910.947500', '220911.407500', '220911.867500', '220912.327500', '220912.787500', '220913.247500', '220913.707500', '220914.167500', '220914.627500', '220915.087500', '220915.547500', '220916.007500', '220916.467500', '220916.927500', '220917.387500', '220917.847500', '220918.307500', '220918.767500', '220919.227500', '220919.687500', '220920.147500', '220920.607500', '220921.067500', '220921.527500', '220921.987500', '220922.447500', '220922.907500', '220923.367500', '220923.827500', '220924.287500', '220924.747500', '220925.207500', '220925.667500', '220926.127500', '220926.587500', '220927.047500', '220927.507500', '220927.967500', '220928.427500', '220928.887500', '220929.347500', '220929.807500', '220930.267500', '220930.727500', '220931.187500', '220931.647500', '220932.107500', '220932.567500', '220933.027500', '220933.487500', '220933.947500', '220934.407500', '220934.867500', '220935.327500', '220935.787500', '220936.247500', '220936.707500', '220937.167500', '220937.627500', '220938.087500', '220938.547500', '220939.007500', '220939.467500', '220939.927500', '220940.387500', '220940.847500', '220941.307500', '220941.767500', '220942.227500', '220942.687500', '220943.147500', '220943.607500', '220944.067500', '220944.527500', '220944.987500', '220945.447500', '220945.907500', '220946.367500', '220946.827500', '220947.287500', '220947.747500', '220948.207500', '220948.667500', '220949.127500', '220949.587500', '220950.047500', '220950.507500', '220950.967500', '220951.427500', '220951.887500', '220952.347500', '220952.807500', '220953.267500', '220953.727500', '220954.187500', '220954.647500', '220955.107500', '220955.567500', '220956.027500', '220956.487500', '220956.947500', '220957.407500', '220957.867500', '220958.327500', '220958.787500', '220959.247500', '220959.707500', '221000.167500', '221000.627500', '221001.087500', '221001.547500', '221002.007500', '221002.467500', '221002.927500', '221003.387500', '221003.847500', '221004.307500', '221004.767500', '221005.227500', '221005.687500', '221006.147500', '221006.607500', '221007.067500', '221007.527500', '221007.987500', '221008.447500', '221008.907500', '221009.367500', '221009.827500', '221010.287500', '221010.747500', '221011.207500', '221011.667500', '221012.127500', '221012.587500', '221013.047500', '221013.507500', '221013.967500', '221014.427500', '221014.887500', '221015.347500', '221015.807500', '221016.267500', '221016.727500', '221017.187500', '221017.647500', '221018.107500', '221018.567500', '221019.027500', '221019.487500', '221019.947500', '221020.407500', '221020.867500', '221021.327500', '221021.787500', '221022.247500', '221022.707500', '221023.167500', '221023.627500', '221024.087500', '221024.547500', '221025.007500', '221025.467500', '221025.927500', '221026.387500', '221026.847500', '221027.307500', '221027.767500', '221028.227500', '221028.687500', '221029.147500', '221029.607500', '221030.067500', '221030.527500', '221030.987500', '221031.447500', '221031.907500', '221032.367500', '221032.827500', '221033.287500', '221033.747500', '221034.207500', '221034.667500', '221035.127500', '221035.587500', '221036.047500', '221036.507500', '221036.967500', '221037.427500', '221037.887500', '221038.347500', '221038.807500', '221039.267500', '221039.727500', '221040.187500', '221040.647500', '221041.107500', '221041.567500', '221042.027500', '221042.487500', '221042.947500', '221043.407500', '221043.867500', '221044.327500', '221044.787500', '221045.247500', '221045.707500', '221046.167500', '221046.627500', '221047.087500', '221047.547500', '221048.007500', '221048.467500', '221048.927500', '221049.387500', '221049.847500', '221050.307500', '221050.767500', '221051.227500', '221051.687500', '221052.147500', '221052.607500', '221053.067500', '221053.527500', '221053.987500', '221054.447500', '221054.907500', '221055.367500', '221055.827500', '221056.287500', '221056.747500', '221057.207500', '221057.667500', '221058.127500', '221058.587500', '221059.047500', '221059.507500', '221059.967500', '221100.427500', '221100.887500', '221101.347500', '221101.807500', '221102.267500', '221102.727500', '221103.187500', '221103.647500', '221104.107500', '221104.567500', '221105.027500', '221105.487500', '221105.947500', '221106.407500', '221106.867500', '221107.327500', '221107.787500', '221108.247500', '221108.707500', '221109.167500', '221109.627500', '221110.087500', '221110.547500', '221111.007500', '221111.467500', '221111.927500', '221112.387500', '221112.847500', '221113.307500', '221113.767500', '221114.227500', '221114.687500', '221115.147500', '221115.607500', '221116.067500', '221116.527500', '221116.987500', '221117.447500', '221117.907500', '221118.367500', '221118.827500', '221119.287500', '221119.747500', '221120.207500', '221120.667500', '221121.127500', '221121.587500', '221122.047500', '221122.507500', '221122.967500', '221123.427500', '221123.887500', '221124.347500', '221124.807500', '221125.267500', '221125.727500', '221126.187500', '221126.647500', '221127.107500', '221127.567500', '221128.027500', '221128.487500', '221128.947500', '221129.407500', '221129.867500', '221130.327500', '221130.787500', '221131.247500', '221131.707500', '221132.167500', '221132.627500', '221133.087500', '221133.547500', '221134.007500', '221134.467500', '221134.927500', '221135.387500', '221135.847500', '221136.307500', '221136.767500', '221137.227500', '221137.687500', '221138.147500', '221138.607500', '221139.067500', '221139.527500', '221139.987500', '221140.447500', '221140.907500', '221141.367500', '221141.827500', '221142.287500', '221142.747500', '221143.207500', '221143.667500', '221144.127500', '221144.587500', '221145.047500', '221145.507500', '221145.967500', '221146.427500', '221146.887500', '221147.347500', '221147.807500', '221148.267500', '221148.727500', '221149.187500', '221149.647500', '221150.107500', '221150.567500', '221151.027500', '221151.487500', '221151.947500', '221152.407500', '221152.867500', '221153.327500', '221153.787500', '221154.247500', '221154.707500', '221155.167500', '221155.627500', '221156.087500', '221156.547500', '221157.007500', '221157.467500', '221157.927500', '221158.387500', '221158.847500', '221159.307500', '221159.767500', '221200.227500', '221200.687500', '221201.147500', '221201.607500', '221202.067500', '221202.527500', '221202.987500', '221203.447500', '221203.907500', '221204.367500', '221204.827500', '221205.287500', '221205.747500', '221206.207500', '221206.667500', '221207.127500', '221207.587500', '221208.047500', '221208.507500', '221208.967500', '221209.427500', '221209.887500', '221210.347500', '221210.807500', '221211.267500', '221211.727500', '221212.187500', '221212.647500', '221213.107500', '221213.567500', '221214.027500', '221214.487500', '221214.947500', '221215.407500', '221215.867500', '221216.327500', '221216.787500', '221217.247500', '221217.707500', '221218.167500', '221218.627500', '221219.087500', '221219.547500', '221220.007500', '221220.467500', '221220.927500', '221221.387500', '221221.847500', '221222.307500', '221222.767500', '221223.227500', '221223.687500', '221224.147500', '221224.607500', '221225.067500', '221225.527500', '221225.987500', '221226.447500', '221226.907500', '221227.367500', '221227.827500', '221228.287500', '221228.747500', '221229.207500', '221229.667500', '221230.127500', '221230.587500', '221231.047500', '221231.507500', '221231.967500', '221232.427500', '221232.887500', '221233.347500', '221233.807500', '221234.267500', '221234.727500', '221235.187500', '221235.647500', '221236.107500', '221236.567500', '221237.027500', '221237.487500', '221237.947500', '221238.407500', '221238.867500', '221239.327500', '221239.787500', '221240.247500', '221240.707500', '221241.167500', '221241.627500', '221242.087500', '221242.547500', '221243.007500', '221243.467500', '221243.927500', '221244.387500', '221244.847500', '221245.307500', '221245.767500', '221246.227500', '221246.687500', '221247.147500', '221247.607500', '221248.067500', '221248.527500', '221248.987500', '221249.447500', '221249.907500', '221250.367500', '221250.827500', '221251.287500', '221251.747500', '221252.207500', '221252.667500', '221253.127500', '221253.587500', '221254.047500', '221254.507500', '221254.967500', '221255.427500', '221255.887500', '221256.347500', '221256.807500', '221257.267500', '221257.727500', '221258.187500', '221258.647500', '221259.107500', '221259.567500', '221300.027500', '221300.487500', '221300.947500', '221301.407500', '221301.867500', '221302.327500', '221302.787500', '221303.247500', '221303.707500', '221304.167500', '221304.627500', '221305.087500', '221305.547500', '221306.007500', '221306.467500', '221306.927500', '221307.387500', '221307.847500', '221308.307500', '221308.767500', '221309.227500', '221309.687500', '221310.147500', '221310.607500', '221311.067500', '221311.527500', '221311.987500', '221312.447500', '221312.907500', '221313.367500', '221313.827500', '221314.287500', '221314.747500', '221315.207500', '221315.667500', '221316.127500', '221316.587500', '221317.047500', '221317.507500', '221317.967500', '221318.427500', '221318.887500', '221319.347500', '221319.807500', '221320.267500', '221320.727500', '221321.187500', '221321.647500', '221322.107500', '221322.567500', '221323.027500', '221323.487500', '221323.947500', '221324.407500', '221324.867500', '221325.327500', '221325.787500', '221326.247500', '221326.707500', '221327.167500', '221327.627500', '221328.087500', '221328.547500', '221329.007500', '221329.467500', '221329.927500', '221330.387500', '221330.847500', '221331.307500', '221331.767500', '221332.227500', '221332.687500', '221333.147500', '221333.607500', '221334.067500', '221334.527500', '221334.987500', '221335.447500', '221335.907500', '221336.367500', '221336.827500', '221337.287500', '221337.747500', '221338.207500', '221338.667500', '221339.127500', '221339.587500', '221340.047500', '221340.507500', '221340.967500', '221341.427500', '221341.887500', '221342.347500', '221342.807500', '221343.267500', '221343.727500', '221344.187500', '221344.647500', '221345.107500', '221345.567500', '221346.027500', '221346.487500', '221346.947500', '221347.407500', '221347.867500', '221348.327500', '221348.787500', '221349.247500', '221349.707500', '221350.167500', '221350.627500', '221351.087500', '221351.547500', '221352.007500', '221352.467500', '221352.927500', '221353.387500', '221353.847500', '221354.307500', '221354.767500', '221355.227500', '221355.687500', '221356.147500', '221356.607500', '221357.067500', '221357.527500', '221357.987500', '221358.447500', '221358.907500', '221359.367500', '221359.827500', '221400.287500', '221400.747500', '221401.207500', '221401.667500', '221402.127500', '221402.587500', '221403.047500', '221403.507500', '221403.967500', '221404.427500', '221404.887500', '221405.347500', '221405.807500', '221406.267500', '221406.727500', '221407.187500', '221407.647500', '221408.107500', '221408.567500', '221409.027500', '221409.487500', '221409.947500', '221410.407500', '221410.867500', '221411.327500', '221411.787500', '221412.247500', '221412.707500', '221413.167500', '221413.627500', '221414.087500', '221414.547500', '221415.007500', '221415.467500', '221415.927500', '221416.387500', '221416.847500', '221417.307500', '221417.767500', '221418.227500', '221418.687500', '221419.147500', '221419.607500', '221420.067500', '221420.527500', '221420.987500', '221421.447500', '221421.907500', '221422.367500', '221422.827500', '221423.287500', '221423.747500', '221424.207500', '221424.667500', '221425.127500', '221425.587500', '221426.047500', '221426.507500', '221426.967500', '221427.427500', '221427.887500', '221428.347500', '221428.807500', '221429.267500', '221429.727500', '221430.187500', '221430.647500', '221431.107500', '221431.567500', '221432.027500', '221432.487500', '221432.947500', '221433.407500', '221433.867500', '221434.327500', '221434.787500', '221435.247500', '221435.707500', '221436.167500', '221436.627500', '221437.087500', '221437.547500', '221438.007500', '221438.467500', '221438.927500', '221439.387500', '221439.847500', '221440.307500', '221440.767500', '221441.227500', '221441.687500', '221442.147500', '221442.607500', '221443.067500', '221443.527500', '221443.987500', '221444.447500', '221444.907500', '221445.367500', '221445.827500', '221446.287500', '221446.747500', '221447.207500', '221447.667500', '221448.127500', '221448.587500', '221449.047500', '221449.507500', '221449.967500', '221450.427500', '221450.887500', '221451.347500', '221451.807500', '221452.267500', '221452.727500', '221453.187500', '221453.647500', '221454.107500', '221454.567500', '221455.027500', '221455.487500', '221455.947500', '221456.407500', '221456.867500', '221457.327500', '221457.787500', '221458.247500', '221458.707500', '221459.167500', '221459.627500', '221500.087500', '221500.547500', '221501.007500', '221501.467500', '221501.927500', '221502.387500', '221502.847500', '221503.307500', '221503.767500', '221504.227500'], 'ContentTime': ['220819.735000', '220819.740000', '220819.743000', '220819.745000', '220819.748000', '220819.750000', '220819.753000', '220819.756000', '220819.758000', '220819.761000', '220819.763000', '220819.766000', '220819.768000', '220819.771000', '220819.773000', '220819.776000', '220819.778000', '220819.781000', '220819.785000', '220819.788000', '220819.790000', '220819.793000', '220819.795000', '220819.798000', '220819.832000', '220819.834000', '220819.837000', '220819.854000', '220819.857000', '220819.860000', '220839.689000', '220839.692000', '220839.695000', '220839.697000', '220839.700000', '220839.702000', '220839.705000', '220839.708000', '220839.712000', '220839.715000', '220839.717000', '220839.720000', '220839.723000', '220839.725000', '220839.728000', '220839.730000', '220839.733000', '220839.735000', '220839.742000', '220839.745000', '220839.747000', '220839.750000', '220839.752000', '220839.755000', '220839.757000', '220839.760000', '220839.762000', '220839.765000', '220839.768000', '220839.770000', '220839.773000', '220839.775000', '220839.778000', '220839.780000', '220839.783000', '220839.785000', '220839.788000', '220839.790000', '220839.793000', '220839.795000', '220839.798000', '220839.801000', '220839.803000', '220839.806000', '220859.689000', '220859.692000', '220859.695000', '220859.697000', '220859.700000', '220859.703000', '220859.716000', '220859.718000', '220859.721000', '220859.723000', '220859.726000', '220859.729000', '220859.731000', '220859.734000', '220859.736000', '220859.739000', '220859.742000', '220859.745000', '220859.747000', '220859.750000', '220859.752000', '220859.755000', '220859.757000', '220859.760000', '220859.763000', '220859.765000', '220859.768000', '220859.770000', '220859.774000', '220859.776000', '220859.779000', '220859.782000', '220859.784000', '220859.787000', '220859.789000', '220859.792000', '220859.794000', '220859.797000', '220859.800000', '220859.802000', '220859.805000', '220859.807000', '220859.810000', '220919.689000', '220919.692000', '220919.695000', '220919.697000', '220919.700000', '220919.702000', '220919.705000', '220919.707000', '220919.710000', '220919.712000', '220919.715000', '220919.717000', '220919.720000', '220919.722000', '220919.725000', '220919.727000', '220919.730000', '220919.733000', '220919.735000', '220919.738000', '220919.740000', '220919.743000', '220919.745000', '220919.748000', '220919.750000', '220919.753000', '220919.755000', '220919.758000', '220919.760000', '220919.763000', '220919.766000', '220919.768000', '220919.771000', '220919.773000', '220919.776000', '220919.778000', '220919.781000', '220919.783000', '220919.786000', '220919.789000', '220919.791000', '220919.794000', '220919.796000', '220919.799000', '220939.690000', '220939.692000', '220939.695000', '220939.697000', '220939.700000', '220939.703000', '220939.706000', '220939.709000', '220939.712000', '220939.714000', '220939.717000', '220939.719000', '220939.722000', '220939.724000', '220939.727000', '220939.730000', '220939.732000', '220939.735000', '220939.737000', '220939.740000', '220939.742000', '220939.745000', '220939.748000', '220939.750000', '220939.753000', '220939.755000', '220939.758000', '220939.760000', '220939.763000', '220939.766000', '220939.768000', '220939.771000', '220939.773000', '220939.776000', '220939.778000', '220939.781000', '220939.784000', '220939.786000', '220939.789000', '220939.791000', '220939.794000', '220939.796000', '220939.799000', '220959.690000', '220959.693000', '220959.696000', '220959.699000', '220959.701000', '220959.704000', '220959.706000', '220959.709000', '220959.712000', '220959.714000', '220959.717000', '220959.719000', '220959.722000', '220959.724000', '220959.727000', '220959.729000', '220959.732000', '220959.735000', '220959.737000', '220959.740000', '220959.742000', '220959.745000', '220959.748000', '220959.750000', '220959.753000', '220959.755000', '220959.758000', '220959.760000', '220959.763000', '220959.765000', '220959.768000', '220959.771000', '220959.773000', '220959.776000', '220959.778000', '220959.781000', '220959.784000', '220959.786000', '220959.789000', '220959.791000', '220959.794000', '220959.796000', '220959.799000', '220959.801000', '221019.690000', '221019.693000', '221019.696000', '221019.698000', '221019.701000', '221019.703000', '221019.717000', '221019.719000', '221019.722000', '221019.725000', '221019.727000', '221019.730000', '221019.732000', '221019.735000', '221019.737000', '221019.740000', '221019.742000', '221019.745000', '221019.747000', '221019.750000', '221019.753000', '221019.755000', '221019.758000', '221019.761000', '221019.763000', '221019.766000', '221019.768000', '221019.771000', '221019.774000', '221019.776000', '221019.779000', '221019.781000', '221019.784000', '221019.786000', '221019.789000', '221019.792000', '221019.794000', '221019.797000', '221019.821000', '221019.823000', '221019.826000', '221019.828000', '221019.831000', '221039.689000', '221039.692000', '221039.695000', '221039.697000', '221039.700000', '221039.702000', '221039.705000', '221039.708000', '221039.710000', '221039.713000', '221039.715000', '221039.718000', '221039.721000', '221039.723000', '221039.726000', '221039.728000', '221039.731000', '221039.734000', '221039.736000', '221039.739000', '221039.741000', '221039.744000', '221039.747000', '221039.749000', '221039.752000', '221039.754000', '221039.757000', '221039.759000', '221039.762000', '221039.765000', '221039.767000', '221039.770000', '221039.772000', '221039.775000', '221039.778000', '221039.780000', '221039.783000', '221039.785000', '221039.788000', '221039.791000', '221039.793000', '221039.796000', '221039.798000', '221039.841000', '221059.689000', '221059.692000', '221059.695000', '221059.697000', '221059.700000', '221059.703000', '221059.705000', '221059.708000', '221059.710000', '221059.713000', '221059.715000', '221059.718000', '221059.720000', '221059.723000', '221059.726000', '221059.728000', '221059.731000', '221059.733000', '221059.736000', '221059.739000', '221059.741000', '221059.744000', '221059.746000', '221059.749000', '221059.751000', '221059.754000', '221059.757000', '221059.759000', '221059.762000', '221059.764000', '221059.767000', '221059.769000', '221059.772000', '221059.774000', '221059.777000', '221059.780000', '221059.782000', '221059.785000', '221059.787000', '221059.790000', '221059.793000', '221059.796000', '221059.799000', '221119.689000', '221119.692000', '221119.695000', '221119.697000', '221119.700000', '221119.703000', '221119.705000', '221119.708000', '221119.710000', '221119.713000', '221119.716000', '221119.718000', '221119.721000', '221119.723000', '221119.726000', '221119.728000', '221119.731000', '221119.734000', '221119.736000', '221119.739000', '221119.742000', '221119.744000', '221119.747000', '221119.750000', '221119.752000', '221119.755000', '221119.757000', '221119.760000', '221119.763000', '221119.765000', '221119.768000', '221119.770000', '221119.773000', '221119.776000', '221119.778000', '221119.781000', '221119.784000', '221119.786000', '221119.789000', '221119.791000', '221119.794000', '221119.797000', '221119.799000', '221119.817000', '221139.689000', '221139.692000', '221139.695000', '221139.697000', '221139.700000', '221139.703000', '221139.705000', '221139.708000', '221139.710000', '221139.713000', '221139.715000', '221139.718000', '221139.720000', '221139.723000', '221139.725000', '221139.728000', '221139.731000', '221139.733000', '221139.736000', '221139.738000', '221139.741000', '221139.744000', '221139.746000', '221139.749000', '221139.751000', '221139.757000', '221139.759000', '221139.762000', '221139.765000', '221139.767000', '221139.770000', '221139.786000', '221139.789000', '221139.792000', '221139.795000', '221139.798000', '221139.831000', '221139.833000', '221139.836000', '221139.838000', '221139.841000', '221139.843000', '221139.846000', '221159.690000', '221159.692000', '221159.695000', '221159.698000', '221159.700000', '221159.703000', '221159.705000', '221159.708000', '221159.710000', '221159.713000', '221159.716000', '221159.718000', '221159.721000', '221159.723000', '221159.726000', '221159.728000', '221159.731000', '221159.734000', '221159.736000', '221159.739000', '221159.741000', '221159.744000', '221159.746000', '221159.749000', '221159.752000', '221159.754000', '221159.757000', '221159.759000', '221159.762000', '221159.764000', '221159.767000', '221159.770000', '221159.772000', '221159.775000', '221159.777000', '221159.780000', '221159.782000', '221159.785000', '221159.787000', '221159.790000', '221159.793000', '221159.795000', '221159.798000', '221159.834000', '221219.690000', '221219.693000', '221219.696000', '221219.698000', '221219.701000', '221219.703000', '221219.706000', '221219.709000', '221219.711000', '221219.714000', '221219.716000', '221219.719000', '221219.722000', '221219.724000', '221219.727000', '221219.729000', '221219.732000', '221219.734000', '221219.737000', '221219.740000', '221219.742000', '221219.745000', '221219.747000', '221219.750000', '221219.752000', '221219.755000', '221219.758000', '221219.760000', '221219.763000', '221219.765000', '221219.768000', '221219.770000', '221219.773000', '221219.776000', '221219.778000', '221219.781000', '221219.783000', '221219.786000', '221219.788000', '221219.791000', '221219.794000', '221219.796000', '221219.799000', '221239.690000', '221239.693000', '221239.696000', '221239.698000', '221239.701000', '221239.704000', '221239.706000', '221239.709000', '221239.712000', '221239.714000', '221239.717000', '221239.719000', '221239.722000', '221239.725000', '221239.727000', '221239.730000', '221239.733000', '221239.735000', '221239.738000', '221239.740000', '221239.743000', '221239.745000', '221239.748000', '221239.750000', '221239.753000', '221239.756000', '221239.758000', '221239.761000', '221239.763000', '221239.766000', '221239.768000', '221239.771000', '221239.774000', '221239.776000', '221239.779000', '221239.781000', '221239.784000', '221239.787000', '221239.789000', '221239.792000', '221239.794000', '221239.797000', '221239.881000', '221239.884000', '221259.690000', '221259.692000', '221259.695000', '221259.698000', '221259.700000', '221259.703000', '221259.705000', '221259.708000', '221259.710000', '221259.713000', '221259.716000', '221259.718000', '221259.721000', '221259.723000', '221259.726000', '221259.729000', '221259.731000', '221259.734000', '221259.736000', '221259.739000', '221259.742000', '221259.744000', '221259.747000', '221259.749000', '221259.752000', '221259.755000', '221259.757000', '221259.760000', '221259.762000', '221259.765000', '221259.768000', '221259.770000', '221259.773000', '221259.775000', '221259.778000', '221259.780000', '221259.783000', '221259.786000', '221259.789000', '221259.791000', '221259.794000', '221259.796000', '221259.799000', '221319.689000', '221319.692000', '221319.695000', '221319.697000', '221319.700000', '221319.703000', '221319.705000', '221319.708000', '221319.710000', '221319.713000', '221319.715000', '221319.718000', '221319.721000', '221319.723000', '221319.726000', '221319.729000', '221319.731000', '221319.734000', '221319.736000', '221319.739000', '221319.742000', '221319.744000', '221319.747000', '221319.749000', '221319.752000', '221319.755000', '221319.757000', '221319.760000', '221319.762000', '221319.765000', '221319.767000', '221319.770000', '221319.773000', '221319.775000', '221319.778000', '221319.780000', '221319.783000', '221319.785000', '221319.788000', '221319.791000', '221319.793000', '221319.796000', '221319.799000', '221319.880000', '221339.689000', '221339.692000', '221339.695000', '221339.697000', '221339.700000', '221339.703000', '221339.705000', '221339.708000', '221339.710000', '221339.713000', '221339.715000', '221339.718000', '221339.721000', '221339.723000', '221339.726000', '221339.728000', '221339.731000', '221339.733000', '221339.736000', '221339.739000', '221339.741000', '221339.744000', '221339.746000', '221339.749000', '221339.751000', '221339.754000', '221339.757000', '221339.759000', '221339.762000', '221339.764000', '221339.767000', '221339.769000', '221339.772000', '221339.775000', '221339.777000', '221339.780000', '221339.782000', '221339.785000', '221339.788000', '221339.790000', '221339.793000', '221339.795000', '221339.798000', '221359.690000', '221359.695000', '221359.698000', '221359.700000', '221359.703000', '221359.706000', '221359.708000', '221359.711000', '221359.713000', '221359.716000', '221359.719000', '221359.721000', '221359.724000', '221359.726000', '221359.729000', '221359.731000', '221359.734000', '221359.737000', '221359.739000', '221359.742000', '221359.744000', '221359.747000', '221359.750000', '221359.752000', '221359.755000', '221359.757000', '221359.760000', '221359.763000', '221359.765000', '221359.768000', '221359.770000', '221359.773000', '221359.775000', '221359.778000', '221359.781000', '221359.783000', '221359.786000', '221359.788000', '221359.791000', '221359.794000', '221359.796000', '221359.799000', '221359.887000', '221359.889000', '221419.689000', '221419.692000', '221419.695000', '221419.698000', '221419.700000', '221419.703000', '221419.705000', '221419.708000', '221419.710000', '221419.713000', '221419.716000', '221419.718000', '221419.721000', '221419.723000', '221419.726000', '221419.728000', '221419.731000', '221419.733000', '221419.736000', '221419.738000', '221419.741000', '221419.744000', '221419.746000', '221419.749000', '221419.751000', '221419.754000', '221419.756000', '221419.759000', '221419.762000', '221419.764000', '221419.767000', '221419.769000', '221419.772000', '221419.774000', '221419.777000', '221419.780000', '221419.782000', '221419.785000', '221419.787000', '221419.790000', '221419.792000', '221419.795000', '221419.798000', '221439.690000', '221439.693000', '221439.696000', '221439.698000', '221439.701000', '221439.703000', '221439.706000', '221439.708000', '221439.711000', '221439.714000', '221439.716000', '221439.719000', '221439.721000', '221439.724000', '221439.726000', '221439.729000', '221439.731000', '221439.734000', '221439.736000', '221439.739000', '221439.742000', '221439.744000', '221439.747000', '221439.749000', '221439.762000', '221439.764000', '221439.767000', '221439.769000', '221439.772000', '221439.775000', '221439.777000', '221439.780000', '221439.782000', '221439.785000', '221439.787000', '221439.790000', '221439.792000', '221439.795000', '221439.798000', '221439.800000', '221439.878000', '221439.881000', '221439.883000', '221439.886000', '221459.690000', '221459.693000', '221459.696000', '221459.698000', '221459.701000', '221459.703000', '221459.706000', '221459.709000', '221459.711000', '221459.714000', '221459.716000', '221459.719000', '221459.722000', '221459.724000', '221459.727000', '221459.729000', '221459.732000', '221459.735000', '221459.737000', '221459.740000', '221459.742000', '221459.745000', '221459.747000', '221459.750000', '221459.752000', '221459.759000', '221459.762000', '221459.764000', '221459.767000', '221459.770000', '221459.772000', '221459.775000', '221459.777000', '221459.780000', '221459.782000', '221459.785000', '221459.788000', '221459.790000', '221459.793000', '221459.795000', '221459.798000', '221459.801000', '221459.803000', '221505.911000', '221505.914000', '221505.917000', '221505.920000', '221505.923000', '221505.926000', '221505.928000', '221505.931000', '221505.934000', '221505.937000', '221505.940000', '221505.943000', '221505.946000', '221505.949000'], 'InstanceCreationTime': ['220819.735000', '220819.740000', '220819.743000', '220819.745000', '220819.748000', '220819.750000', '220819.753000', '220819.756000', '220819.758000', '220819.761000', '220819.763000', '220819.766000', '220819.768000', '220819.771000', '220819.773000', '220819.776000', '220819.778000', '220819.781000', '220819.785000', '220819.788000', '220819.790000', '220819.793000', '220819.795000', '220819.798000', '220819.832000', '220819.834000', '220819.837000', '220819.854000', '220819.857000', '220819.860000', '220839.689000', '220839.692000', '220839.695000', '220839.697000', '220839.700000', '220839.702000', '220839.705000', '220839.708000', '220839.712000', '220839.715000', '220839.717000', '220839.720000', '220839.723000', '220839.725000', '220839.728000', '220839.730000', '220839.733000', '220839.735000', '220839.742000', '220839.745000', '220839.747000', '220839.750000', '220839.752000', '220839.755000', '220839.757000', '220839.760000', '220839.762000', '220839.765000', '220839.768000', '220839.770000', '220839.773000', '220839.775000', '220839.778000', '220839.780000', '220839.783000', '220839.785000', '220839.788000', '220839.790000', '220839.793000', '220839.795000', '220839.798000', '220839.801000', '220839.803000', '220839.806000', '220859.689000', '220859.692000', '220859.695000', '220859.697000', '220859.700000', '220859.703000', '220859.716000', '220859.718000', '220859.721000', '220859.723000', '220859.726000', '220859.729000', '220859.731000', '220859.734000', '220859.736000', '220859.739000', '220859.742000', '220859.745000', '220859.747000', '220859.750000', '220859.752000', '220859.755000', '220859.757000', '220859.760000', '220859.763000', '220859.765000', '220859.768000', '220859.770000', '220859.774000', '220859.776000', '220859.779000', '220859.782000', '220859.784000', '220859.787000', '220859.789000', '220859.792000', '220859.794000', '220859.797000', '220859.800000', '220859.802000', '220859.805000', '220859.807000', '220859.810000', '220919.689000', '220919.692000', '220919.695000', '220919.697000', '220919.700000', '220919.702000', '220919.705000', '220919.707000', '220919.710000', '220919.712000', '220919.715000', '220919.717000', '220919.720000', '220919.722000', '220919.725000', '220919.727000', '220919.730000', '220919.733000', '220919.735000', '220919.738000', '220919.740000', '220919.743000', '220919.745000', '220919.748000', '220919.750000', '220919.753000', '220919.755000', '220919.758000', '220919.760000', '220919.763000', '220919.766000', '220919.768000', '220919.771000', '220919.773000', '220919.776000', '220919.778000', '220919.781000', '220919.783000', '220919.786000', '220919.789000', '220919.791000', '220919.794000', '220919.796000', '220919.799000', '220939.690000', '220939.692000', '220939.695000', '220939.697000', '220939.700000', '220939.703000', '220939.706000', '220939.709000', '220939.712000', '220939.714000', '220939.717000', '220939.719000', '220939.722000', '220939.724000', '220939.727000', '220939.730000', '220939.732000', '220939.735000', '220939.737000', '220939.740000', '220939.742000', '220939.745000', '220939.748000', '220939.750000', '220939.753000', '220939.755000', '220939.758000', '220939.760000', '220939.763000', '220939.766000', '220939.768000', '220939.771000', '220939.773000', '220939.776000', '220939.778000', '220939.781000', '220939.784000', '220939.786000', '220939.789000', '220939.791000', '220939.794000', '220939.796000', '220939.799000', '220959.690000', '220959.693000', '220959.696000', '220959.699000', '220959.701000', '220959.704000', '220959.706000', '220959.709000', '220959.712000', '220959.714000', '220959.717000', '220959.719000', '220959.722000', '220959.724000', '220959.727000', '220959.729000', '220959.732000', '220959.735000', '220959.737000', '220959.740000', '220959.742000', '220959.745000', '220959.748000', '220959.750000', '220959.753000', '220959.755000', '220959.758000', '220959.760000', '220959.763000', '220959.765000', '220959.768000', '220959.771000', '220959.773000', '220959.776000', '220959.778000', '220959.781000', '220959.784000', '220959.786000', '220959.789000', '220959.791000', '220959.794000', '220959.796000', '220959.799000', '220959.801000', '221019.690000', '221019.693000', '221019.696000', '221019.698000', '221019.701000', '221019.703000', '221019.717000', '221019.719000', '221019.722000', '221019.725000', '221019.727000', '221019.730000', '221019.732000', '221019.735000', '221019.737000', '221019.740000', '221019.742000', '221019.745000', '221019.747000', '221019.750000', '221019.753000', '221019.755000', '221019.758000', '221019.761000', '221019.763000', '221019.766000', '221019.768000', '221019.771000', '221019.774000', '221019.776000', '221019.779000', '221019.781000', '221019.784000', '221019.786000', '221019.789000', '221019.792000', '221019.794000', '221019.797000', '221019.821000', '221019.823000', '221019.826000', '221019.828000', '221019.831000', '221039.689000', '221039.692000', '221039.695000', '221039.697000', '221039.700000', '221039.702000', '221039.705000', '221039.708000', '221039.710000', '221039.713000', '221039.715000', '221039.718000', '221039.721000', '221039.723000', '221039.726000', '221039.728000', '221039.731000', '221039.734000', '221039.736000', '221039.739000', '221039.741000', '221039.744000', '221039.747000', '221039.749000', '221039.752000', '221039.754000', '221039.757000', '221039.759000', '221039.762000', '221039.765000', '221039.767000', '221039.770000', '221039.772000', '221039.775000', '221039.778000', '221039.780000', '221039.783000', '221039.785000', '221039.788000', '221039.791000', '221039.793000', '221039.796000', '221039.798000', '221039.841000', '221059.689000', '221059.692000', '221059.695000', '221059.697000', '221059.700000', '221059.703000', '221059.705000', '221059.708000', '221059.710000', '221059.713000', '221059.715000', '221059.718000', '221059.720000', '221059.723000', '221059.726000', '221059.728000', '221059.731000', '221059.733000', '221059.736000', '221059.739000', '221059.741000', '221059.744000', '221059.746000', '221059.749000', '221059.751000', '221059.754000', '221059.757000', '221059.759000', '221059.762000', '221059.764000', '221059.767000', '221059.769000', '221059.772000', '221059.774000', '221059.777000', '221059.780000', '221059.782000', '221059.785000', '221059.787000', '221059.790000', '221059.793000', '221059.796000', '221059.799000', '221119.689000', '221119.692000', '221119.695000', '221119.697000', '221119.700000', '221119.703000', '221119.705000', '221119.708000', '221119.710000', '221119.713000', '221119.716000', '221119.718000', '221119.721000', '221119.723000', '221119.726000', '221119.728000', '221119.731000', '221119.734000', '221119.736000', '221119.739000', '221119.742000', '221119.744000', '221119.747000', '221119.750000', '221119.752000', '221119.755000', '221119.757000', '221119.760000', '221119.763000', '221119.765000', '221119.768000', '221119.770000', '221119.773000', '221119.776000', '221119.778000', '221119.781000', '221119.784000', '221119.786000', '221119.789000', '221119.791000', '221119.794000', '221119.797000', '221119.799000', '221119.817000', '221139.689000', '221139.692000', '221139.695000', '221139.697000', '221139.700000', '221139.703000', '221139.705000', '221139.708000', '221139.710000', '221139.713000', '221139.715000', '221139.718000', '221139.720000', '221139.723000', '221139.725000', '221139.728000', '221139.731000', '221139.733000', '221139.736000', '221139.738000', '221139.741000', '221139.744000', '221139.746000', '221139.749000', '221139.751000', '221139.757000', '221139.759000', '221139.762000', '221139.765000', '221139.767000', '221139.770000', '221139.786000', '221139.789000', '221139.792000', '221139.795000', '221139.798000', '221139.831000', '221139.833000', '221139.836000', '221139.838000', '221139.841000', '221139.843000', '221139.846000', '221159.690000', '221159.692000', '221159.695000', '221159.698000', '221159.700000', '221159.703000', '221159.705000', '221159.708000', '221159.710000', '221159.713000', '221159.716000', '221159.718000', '221159.721000', '221159.723000', '221159.726000', '221159.728000', '221159.731000', '221159.734000', '221159.736000', '221159.739000', '221159.741000', '221159.744000', '221159.746000', '221159.749000', '221159.752000', '221159.754000', '221159.757000', '221159.759000', '221159.762000', '221159.764000', '221159.767000', '221159.770000', '221159.772000', '221159.775000', '221159.777000', '221159.780000', '221159.782000', '221159.785000', '221159.787000', '221159.790000', '221159.793000', '221159.795000', '221159.798000', '221159.834000', '221219.690000', '221219.693000', '221219.696000', '221219.698000', '221219.701000', '221219.703000', '221219.706000', '221219.709000', '221219.711000', '221219.714000', '221219.716000', '221219.719000', '221219.722000', '221219.724000', '221219.727000', '221219.729000', '221219.732000', '221219.734000', '221219.737000', '221219.740000', '221219.742000', '221219.745000', '221219.747000', '221219.750000', '221219.752000', '221219.755000', '221219.758000', '221219.760000', '221219.763000', '221219.765000', '221219.768000', '221219.770000', '221219.773000', '221219.776000', '221219.778000', '221219.781000', '221219.783000', '221219.786000', '221219.788000', '221219.791000', '221219.794000', '221219.796000', '221219.799000', '221239.690000', '221239.693000', '221239.696000', '221239.698000', '221239.701000', '221239.704000', '221239.706000', '221239.709000', '221239.712000', '221239.714000', '221239.717000', '221239.719000', '221239.722000', '221239.725000', '221239.727000', '221239.730000', '221239.733000', '221239.735000', '221239.738000', '221239.740000', '221239.743000', '221239.745000', '221239.748000', '221239.750000', '221239.753000', '221239.756000', '221239.758000', '221239.761000', '221239.763000', '221239.766000', '221239.768000', '221239.771000', '221239.774000', '221239.776000', '221239.779000', '221239.781000', '221239.784000', '221239.787000', '221239.789000', '221239.792000', '221239.794000', '221239.797000', '221239.881000', '221239.884000', '221259.690000', '221259.692000', '221259.695000', '221259.698000', '221259.700000', '221259.703000', '221259.705000', '221259.708000', '221259.710000', '221259.713000', '221259.716000', '221259.718000', '221259.721000', '221259.723000', '221259.726000', '221259.729000', '221259.731000', '221259.734000', '221259.736000', '221259.739000', '221259.742000', '221259.744000', '221259.747000', '221259.749000', '221259.752000', '221259.755000', '221259.757000', '221259.760000', '221259.762000', '221259.765000', '221259.768000', '221259.770000', '221259.773000', '221259.775000', '221259.778000', '221259.780000', '221259.783000', '221259.786000', '221259.789000', '221259.791000', '221259.794000', '221259.796000', '221259.799000', '221319.689000', '221319.692000', '221319.695000', '221319.697000', '221319.700000', '221319.703000', '221319.705000', '221319.708000', '221319.710000', '221319.713000', '221319.715000', '221319.718000', '221319.721000', '221319.723000', '221319.726000', '221319.729000', '221319.731000', '221319.734000', '221319.736000', '221319.739000', '221319.742000', '221319.744000', '221319.747000', '221319.749000', '221319.752000', '221319.755000', '221319.757000', '221319.760000', '221319.762000', '221319.765000', '221319.767000', '221319.770000', '221319.773000', '221319.775000', '221319.778000', '221319.780000', '221319.783000', '221319.785000', '221319.788000', '221319.791000', '221319.793000', '221319.796000', '221319.799000', '221319.880000', '221339.689000', '221339.692000', '221339.695000', '221339.697000', '221339.700000', '221339.703000', '221339.705000', '221339.708000', '221339.710000', '221339.713000', '221339.715000', '221339.718000', '221339.721000', '221339.723000', '221339.726000', '221339.728000', '221339.731000', '221339.733000', '221339.736000', '221339.739000', '221339.741000', '221339.744000', '221339.746000', '221339.749000', '221339.751000', '221339.754000', '221339.757000', '221339.759000', '221339.762000', '221339.764000', '221339.767000', '221339.769000', '221339.772000', '221339.775000', '221339.777000', '221339.780000', '221339.782000', '221339.785000', '221339.788000', '221339.790000', '221339.793000', '221339.795000', '221339.798000', '221359.690000', '221359.695000', '221359.698000', '221359.700000', '221359.703000', '221359.706000', '221359.708000', '221359.711000', '221359.713000', '221359.716000', '221359.719000', '221359.721000', '221359.724000', '221359.726000', '221359.729000', '221359.731000', '221359.734000', '221359.737000', '221359.739000', '221359.742000', '221359.744000', '221359.747000', '221359.750000', '221359.752000', '221359.755000', '221359.757000', '221359.760000', '221359.763000', '221359.765000', '221359.768000', '221359.770000', '221359.773000', '221359.775000', '221359.778000', '221359.781000', '221359.783000', '221359.786000', '221359.788000', '221359.791000', '221359.794000', '221359.796000', '221359.799000', '221359.887000', '221359.889000', '221419.689000', '221419.692000', '221419.695000', '221419.698000', '221419.700000', '221419.703000', '221419.705000', '221419.708000', '221419.710000', '221419.713000', '221419.716000', '221419.718000', '221419.721000', '221419.723000', '221419.726000', '221419.728000', '221419.731000', '221419.733000', '221419.736000', '221419.738000', '221419.741000', '221419.744000', '221419.746000', '221419.749000', '221419.751000', '221419.754000', '221419.756000', '221419.759000', '221419.762000', '221419.764000', '221419.767000', '221419.769000', '221419.772000', '221419.774000', '221419.777000', '221419.780000', '221419.782000', '221419.785000', '221419.787000', '221419.790000', '221419.792000', '221419.795000', '221419.798000', '221439.690000', '221439.693000', '221439.696000', '221439.698000', '221439.701000', '221439.703000', '221439.706000', '221439.708000', '221439.711000', '221439.714000', '221439.716000', '221439.719000', '221439.721000', '221439.724000', '221439.726000', '221439.729000', '221439.731000', '221439.734000', '221439.736000', '221439.739000', '221439.742000', '221439.744000', '221439.747000', '221439.749000', '221439.762000', '221439.764000', '221439.767000', '221439.769000', '221439.772000', '221439.775000', '221439.777000', '221439.780000', '221439.782000', '221439.785000', '221439.787000', '221439.790000', '221439.792000', '221439.795000', '221439.798000', '221439.800000', '221439.878000', '221439.881000', '221439.883000', '221439.886000', '221459.690000', '221459.693000', '221459.696000', '221459.698000', '221459.701000', '221459.703000', '221459.706000', '221459.709000', '221459.711000', '221459.714000', '221459.716000', '221459.719000', '221459.722000', '221459.724000', '221459.727000', '221459.729000', '221459.732000', '221459.735000', '221459.737000', '221459.740000', '221459.742000', '221459.745000', '221459.747000', '221459.750000', '221459.752000', '221459.759000', '221459.762000', '221459.764000', '221459.767000', '221459.770000', '221459.772000', '221459.775000', '221459.777000', '221459.780000', '221459.782000', '221459.785000', '221459.788000', '221459.790000', '221459.793000', '221459.795000', '221459.798000', '221459.801000', '221459.803000', '221505.911000', '221505.914000', '221505.917000', '221505.920000', '221505.923000', '221505.926000', '221505.928000', '221505.931000', '221505.934000', '221505.937000', '221505.940000', '221505.943000', '221505.946000', '221505.949000'], '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': [8773, 9911, 13552, 8859, 16927, 8566, 14286, 9828, 13699, 9424, 14277, 9102, 13379, 8090, 12605, 8234, 12790, 8221, 12413, 8632, 11908, 8917, 11872, 7777, 11577, 7982, 11398, 8229, 11650, 8053, 11641, 8035, 11892, 8161, 11319, 8689, 11545, 8054, 10923, 8233, 11770, 8401, 11703, 8847, 7488, 8878, 7075, 9287, 7184, 10074, 7458, 10491, 7584, 10813, 8254, 10981, 8042, 12239, 9194, 9895, 8546, 7588, 9501, 9761, 10114, 7193, 10787, 7203, 10389, 7476, 10824, 7965, 13042, 8468, 12335, 8366, 11951, 9052, 9638, 8905, 7948, 9109, 7390, 9733, 7394, 10865, 7516, 10668, 8591, 11366, 8434, 12399, 8207, 9209, 8562, 7297, 9865, 7345, 10555, 7686, 10748, 8338, 11418, 8351, 13438, 8161, 11429, 8446, 12064, 9502, 8435, 9065, 7225, 9808, 7535, 10720, 7531, 10858, 7465, 10628, 8132, 12781, 8437, 12645, 8296, 12580, 9171, 10594, 8732, 8842, 8953, 7299, 9597, 7199, 10233, 7283, 10722, 8092, 10725, 8280, 12350, 8308, 12475, 8057, 11118, 8917, 7349, 9368, 7196, 10154, 7637, 10451, 7866, 12845, 8215, 12221, 8534, 13220, 9500, 13423, 8209, 13277, 8130, 12751, 10177, 10064, 8459, 8984, 8528, 8662, 9125, 7210, 10293, 7433, 10707, 7627, 10813, 8586, 12149, 7928, 11992, 8504, 12671, 9363, 9247, 8544, 8345, 9071, 7703, 10274, 7463, 10612, 7566, 10441, 7452, 12448, 8581, 12730, 8200, 11756, 8261, 12754, 9768, 9928, 8512, 7311, 9242, 7929, 10482, 7514, 11859, 8000, 11409, 8493, 12304, 9124, 13823, 8194, 11640, 8331, 9851, 9506, 7156, 10042, 7659, 10378, 8012, 11635, 8359, 13224, 8382, 10333, 9218, 7546, 9767, 7753, 10004, 8071, 11659, 8531, 7738, 11823, 8659, 7471, 10908, 7973, 13504, 8818, 14819, 11332, 12866, 8851, 11512, 9164, 7520, 9906, 7486, 10189, 7885, 10580, 8415, 8941, 8148, 7629, 9076, 7482, 9716, 7289, 10632, 7634, 10593, 7950, 12355, 8336, 12553, 8228, 11731, 8937, 9314, 8606, 7342, 9577, 7310, 10120, 7584, 11784, 7759, 11658, 8150, 11706, 8425, 12423, 8386, 13318, 7947, 12369, 8857, 9861, 8430, 7129, 8976, 7065, 9725, 7051, 10688, 7576, 11574, 7746, 12326, 8257, 13894, 8567, 13744, 7975, 12442, 9029, 12938, 9107, 13217, 7948, 12773, 8374, 12896, 10532, 12836, 7857, 12626, 8161, 11069, 9433, 7292, 8850, 7342, 9500, 7846, 11111, 7842, 11477, 8092, 11615, 8540, 13230, 9575, 10101, 8471, 7274, 9573, 7659, 10956, 7362, 10639, 7620, 10511, 7581, 11370, 7549, 12560, 7859, 10916, 8198, 11297, 8930, 12264, 7937, 11896, 8056, 12340, 8882, 11928, 9087, 8705, 8486, 9261, 8547, 11839, 8822, 7469, 9322, 7261, 9443, 7106, 9411, 7545, 10332, 7488, 10331, 7540, 10190, 7391, 12035, 7915, 11773, 8003, 11246, 7818, 11588, 8506, 12090, 7754, 11692, 8135, 11905, 9037, 11966, 7863, 12139, 7988, 12227, 9272, 12602, 8149, 13115, 7963, 12796, 9487, 11403, 8624, 8718, 8377, 7873, 9017, 7546, 9799, 7252, 10126, 7592, 11186, 8600, 13027, 8134, 12828, 9282, 13602, 9441, 10519, 8506, 7823, 9053, 7266, 10989, 7601, 10530, 7614, 11531, 8674, 13017, 8187, 13089, 8250, 10662, 9102, 7286, 9413, 7339, 9991, 7341, 10242, 7524, 12763, 7950, 12117, 8289, 12370, 9074, 8665, 9124, 7244, 9867, 7574, 10707, 8297, 12469, 8045, 13280, 7964, 12418, 9879, 7357, 9214, 7056, 9461, 7738, 10512, 7411, 12119, 8008, 11562, 7925, 12966, 9346, 11676, 8472, 8584, 8668, 7527, 10238, 7442, 11480, 7894, 11444, 8220, 13229, 9327, 8104, 8746, 7261, 10041, 7332, 13235, 7815, 12923, 8071, 11521, 9349, 7895, 9312, 7175, 9817, 7291, 12360, 8244, 13914, 7944, 13179, 8378, 11912, 10387, 7846, 9513, 7330, 9741, 7635, 11918, 8097, 13085, 7953, 12046, 8231, 12684, 10132, 8208, 8982, 7210, 9689, 7439, 11619, 8196, 13108, 7841, 12704, 8631, 12886, 10189, 8775, 9102, 7373, 9460, 7504, 10742, 8145, 12773, 7936, 11110, 8389, 8630, 9343, 7428, 10095, 7119, 10147, 7185, 12522, 7656, 12496, 7994, 11414, 8160, 11696, 8849, 12019, 7759, 11841, 7795, 11710, 9045, 10215, 8104, 8454, 8679, 7272, 9149, 7267, 9954, 7148, 9894, 7398, 10279, 7265, 11326, 7850, 10802, 8289, 11647, 8579, 11750, 8149, 10074, 8358, 7885, 9492, 7041, 10179, 7274, 10589, 8047, 12690, 8169, 13771, 8362, 13965, 10380, 11293, 9659, 7349, 9447, 8088, 12285, 8171, 13720, 8255, 12740, 8086, 12814, 10781, 8774, 8916, 7329, 9639, 7962, 10602, 7457, 13089, 8068, 11871, 7981, 12439, 9310, 9029, 8757, 7406, 9035, 7593, 10036, 7378, 11547, 7711, 11524, 8420, 10872, 9327, 7603, 9202, 7323, 9692, 7508, 11448, 7391, 11577, 8306, 11887, 8454, 9201, 8878, 7086, 9796, 7479, 11441, 8316, 13226, 8117, 13435, 8673, 10432, 10030, 7681, 12301, 8078, 7214, 9670, 7884, 8380, 8792, 7156, 10751, 8182, 7924, 9554, 7400, 12150, 10499, 13734, 11682, 15195, 9067, 15128, 8912, 14929, 10107, 13921, 9784, 11345, 9570, 7497, 8809, 7619, 9351, 7632, 9799, 7960, 11020, 8521, 9791, 7875, 7316, 8417, 7282, 9273, 7334, 9924, 7482, 10218, 7576, 10707, 8223, 11575, 8814, 8605, 8705, 7287, 9186, 7371, 9883, 7591, 11858, 7946, 11655, 7977, 11969, 8337, 12695, 9259, 8199, 8664, 7158, 9215, 7400, 10222, 7778, 12544, 7802, 12096, 8188, 11735, 9576, 7483, 9264, 7411, 9701, 7282, 11301, 8074, 12246, 7845, 11372, 8268, 10824, 9207, 7242, 9629, 7214, 10298, 8156, 12093, 8426, 8872, 8917, 7165, 10272, 7130, 13457, 7875, 13036, 8315, 14585, 10188, 10954, 8975, 7265, 9806, 7281, 11965, 8247, 13529, 8033, 11355, 8337, 7399, 9588, 7310, 11264, 7809, 12051, 8189, 13906, 9862, 11463, 8226, 7309, 9297, 7617, 11452, 7397, 11892, 8084, 11786, 8566, 8944, 9057, 7306, 9751, 7409, 11477, 8332, 13377, 8140, 9955, 8418, 7464, 10976, 7819, 12619, 7790, 11673, 8607, 8615, 9810, 7412, 11108, 8155, 13282, 8874, 12300, 9106, 7362, 9321, 7316, 12002, 8260, 13474, 7948, 9700, 8793, 7256, 10491, 7340, 12053, 8087, 12004, 8081, 12678, 9041, 7527, 9306, 7261, 10593, 7985, 13141, 8168, 13143, 8050, 11668, 9228, 7634, 10276, 7310, 10273, 8130, 11670, 8933, 7682, 9080, 7165, 9788, 7393, 11923, 8512, 14164, 8327, 12251, 8588, 8818, 9416, 7616, 12079, 7227, 11691, 8317, 12264, 8801, 13177, 8545, 10359, 8206, 7412], 'WindowCenter': [4334.0, 4354.0, 4366.0, 4313.0, 4360.0, 4288.0, 4336.0, 4294.0, 4324.0, 4283.0, 4322.0, 4271.0, 4310.0, 4261.0, 4298.0, 4258.0, 4297.0, 4260.0, 4298.0, 4258.0, 4290.0, 4268.0, 4289.0, 4249.0, 4286.0, 4249.0, 4287.0, 4260.0, 4288.0, 4259.0, 4288.0, 4259.0, 4298.0, 4261.0, 4299.0, 4271.0, 4298.0, 4261.0, 4289.0, 4272.0, 4312.0, 4283.0, 4313.0, 4284.0, 4262.0, 4285.0, 4252.0, 4295.0, 4253.0, 4305.0, 4264.0, 4305.0, 4273.0, 4314.0, 4285.0, 4315.0, 4289.0, 4326.0, 4298.0, 4304.0, 4298.0, 4275.0, 4306.0, 4307.0, 4306.0, 4255.0, 4306.0, 4264.0, 4304.0, 4265.0, 4315.0, 4276.0, 4325.0, 4286.0, 4325.0, 4288.0, 4326.0, 4296.0, 4295.0, 4296.0, 4275.0, 4297.0, 4274.0, 4306.0, 4264.0, 4315.0, 4275.0, 4305.0, 4296.0, 4315.0, 4287.0, 4325.0, 4286.0, 4294.0, 4297.0, 4276.0, 4307.0, 4277.0, 4317.0, 4277.0, 4316.0, 4299.0, 4325.0, 4288.0, 4336.0, 4289.0, 4325.0, 4288.0, 4326.0, 4308.0, 4285.0, 4296.0, 4265.0, 4307.0, 4277.0, 4317.0, 4275.0, 4317.0, 4275.0, 4316.0, 4286.0, 4324.0, 4286.0, 4335.0, 4287.0, 4326.0, 4309.0, 4315.0, 4296.0, 4295.0, 4297.0, 4265.0, 4306.0, 4265.0, 4305.0, 4274.0, 4314.0, 4286.0, 4316.0, 4285.0, 4324.0, 4286.0, 4325.0, 4286.0, 4316.0, 4296.0, 4266.0, 4296.0, 4267.0, 4317.0, 4278.0, 4316.0, 4286.0, 4324.0, 4286.0, 4325.0, 4298.0, 4336.0, 4307.0, 4334.0, 4285.0, 4324.0, 4276.0, 4325.0, 4307.0, 4293.0, 4285.0, 4284.0, 4286.0, 4286.0, 4298.0, 4263.0, 4303.0, 4265.0, 4305.0, 4276.0, 4314.0, 4298.0, 4326.0, 4285.0, 4324.0, 4298.0, 4326.0, 4297.0, 4294.0, 4296.0, 4284.0, 4295.0, 4277.0, 4305.0, 4263.0, 4305.0, 4274.0, 4306.0, 4275.0, 4325.0, 4286.0, 4324.0, 4287.0, 4315.0, 4287.0, 4324.0, 4306.0, 4294.0, 4284.0, 4263.0, 4297.0, 4286.0, 4317.0, 4265.0, 4325.0, 4287.0, 4314.0, 4296.0, 4325.0, 4297.0, 4336.0, 4286.0, 4313.0, 4285.0, 4304.0, 4307.0, 4266.0, 4306.0, 4275.0, 4305.0, 4286.0, 4327.0, 4287.0, 4335.0, 4286.0, 4306.0, 4308.0, 4276.0, 4306.0, 4277.0, 4305.0, 4287.0, 4327.0, 4299.0, 4289.0, 4339.0, 4300.0, 4278.0, 4328.0, 4288.0, 4338.0, 4299.0, 4347.0, 4319.0, 4325.0, 4296.0, 4314.0, 4296.0, 4263.0, 4293.0, 4264.0, 4303.0, 4273.0, 4304.0, 4286.0, 4294.0, 4286.0, 4277.0, 4298.0, 4277.0, 4308.0, 4265.0, 4315.0, 4276.0, 4315.0, 4287.0, 4325.0, 4287.0, 4325.0, 4287.0, 4326.0, 4297.0, 4295.0, 4286.0, 4264.0, 4306.0, 4274.0, 4317.0, 4277.0, 4317.0, 4277.0, 4326.0, 4287.0, 4325.0, 4287.0, 4325.0, 4287.0, 4335.0, 4287.0, 4325.0, 4298.0, 4295.0, 4286.0, 4264.0, 4298.0, 4265.0, 4307.0, 4267.0, 4318.0, 4276.0, 4327.0, 4276.0, 4328.0, 4286.0, 4335.0, 4284.0, 4324.0, 4275.0, 4323.0, 4285.0, 4323.0, 4285.0, 4322.0, 4273.0, 4324.0, 4286.0, 4323.0, 4316.0, 4323.0, 4277.0, 4323.0, 4285.0, 4304.0, 4296.0, 4262.0, 4283.0, 4263.0, 4293.0, 4273.0, 4312.0, 4274.0, 4313.0, 4275.0, 4314.0, 4298.0, 4326.0, 4296.0, 4292.0, 4285.0, 4263.0, 4294.0, 4263.0, 4306.0, 4262.0, 4305.0, 4264.0, 4304.0, 4264.0, 4313.0, 4262.0, 4313.0, 4274.0, 4302.0, 4284.0, 4312.0, 4284.0, 4312.0, 4274.0, 4313.0, 4275.0, 4324.0, 4297.0, 4313.0, 4284.0, 4282.0, 4285.0, 4283.0, 4284.0, 4312.0, 4283.0, 4252.0, 4284.0, 4262.0, 4293.0, 4253.0, 4284.0, 4262.0, 4304.0, 4265.0, 4305.0, 4275.0, 4304.0, 4265.0, 4324.0, 4276.0, 4313.0, 4275.0, 4314.0, 4275.0, 4314.0, 4286.0, 4325.0, 4275.0, 4315.0, 4286.0, 4313.0, 4295.0, 4315.0, 4285.0, 4324.0, 4286.0, 4324.0, 4297.0, 4325.0, 4286.0, 4334.0, 4285.0, 4324.0, 4306.0, 4315.0, 4284.0, 4284.0, 4286.0, 4274.0, 4296.0, 4274.0, 4306.0, 4266.0, 4306.0, 4277.0, 4315.0, 4286.0, 4326.0, 4286.0, 4326.0, 4296.0, 4334.0, 4306.0, 4303.0, 4285.0, 4262.0, 4294.0, 4265.0, 4304.0, 4274.0, 4305.0, 4275.0, 4314.0, 4286.0, 4324.0, 4286.0, 4323.0, 4288.0, 4304.0, 4294.0, 4264.0, 4294.0, 4266.0, 4305.0, 4265.0, 4305.0, 4275.0, 4325.0, 4275.0, 4324.0, 4286.0, 4325.0, 4296.0, 4284.0, 4295.0, 4265.0, 4304.0, 4287.0, 4316.0, 4287.0, 4325.0, 4287.0, 4334.0, 4288.0, 4326.0, 4305.0, 4265.0, 4295.0, 4254.0, 4296.0, 4276.0, 4304.0, 4263.0, 4313.0, 4275.0, 4314.0, 4285.0, 4325.0, 4295.0, 4314.0, 4285.0, 4283.0, 4285.0, 4273.0, 4306.0, 4263.0, 4314.0, 4286.0, 4325.0, 4287.0, 4334.0, 4297.0, 4274.0, 4284.0, 4264.0, 4304.0, 4265.0, 4324.0, 4274.0, 4323.0, 4275.0, 4315.0, 4296.0, 4275.0, 4295.0, 4264.0, 4306.0, 4276.0, 4326.0, 4285.0, 4334.0, 4276.0, 4323.0, 4286.0, 4315.0, 4305.0, 4261.0, 4284.0, 4263.0, 4295.0, 4264.0, 4313.0, 4274.0, 4323.0, 4272.0, 4312.0, 4275.0, 4312.0, 4294.0, 4272.0, 4283.0, 4262.0, 4295.0, 4263.0, 4313.0, 4274.0, 4322.0, 4275.0, 4311.0, 4285.0, 4323.0, 4294.0, 4269.0, 4271.0, 4252.0, 4283.0, 4262.0, 4304.0, 4274.0, 4323.0, 4274.0, 4313.0, 4287.0, 4283.0, 4295.0, 4263.0, 4306.0, 4254.0, 4294.0, 4252.0, 4323.0, 4276.0, 4324.0, 4273.0, 4312.0, 4274.0, 4314.0, 4283.0, 4313.0, 4277.0, 4326.0, 4275.0, 4313.0, 4294.0, 4303.0, 4273.0, 4272.0, 4286.0, 4263.0, 4296.0, 4264.0, 4294.0, 4265.0, 4294.0, 4266.0, 4303.0, 4263.0, 4313.0, 4275.0, 4302.0, 4285.0, 4313.0, 4286.0, 4314.0, 4275.0, 4303.0, 4288.0, 4275.0, 4305.0, 4265.0, 4317.0, 4277.0, 4317.0, 4289.0, 4338.0, 4299.0, 4347.0, 4301.0, 4345.0, 4319.0, 4316.0, 4296.0, 4276.0, 4306.0, 4286.0, 4326.0, 4285.0, 4335.0, 4286.0, 4323.0, 4276.0, 4325.0, 4316.0, 4284.0, 4285.0, 4264.0, 4294.0, 4274.0, 4307.0, 4265.0, 4326.0, 4275.0, 4315.0, 4286.0, 4324.0, 4296.0, 4282.0, 4284.0, 4262.0, 4285.0, 4275.0, 4306.0, 4264.0, 4313.0, 4275.0, 4313.0, 4287.0, 4312.0, 4294.0, 4275.0, 4294.0, 4264.0, 4294.0, 4263.0, 4313.0, 4264.0, 4315.0, 4284.0, 4326.0, 4287.0, 4294.0, 4293.0, 4267.0, 4306.0, 4277.0, 4326.0, 4287.0, 4336.0, 4289.0, 4335.0, 4296.0, 4317.0, 4307.0, 4274.0, 4325.0, 4276.0, 4277.0, 4295.0, 4288.0, 4289.0, 4300.0, 4278.0, 4328.0, 4300.0, 4288.0, 4320.0, 4278.0, 4340.0, 4316.0, 4337.0, 4302.0, 4323.0, 4272.0, 4311.0, 4270.0, 4307.0, 4280.0, 4296.0, 4269.0, 4276.0, 4267.0, 4224.0, 4256.0, 4246.0, 4257.0, 4247.0, 4269.0, 4259.0, 4289.0, 4269.0, 4278.0, 4260.0, 4249.0, 4261.0, 4250.0, 4281.0, 4251.0, 4290.0, 4251.0, 4291.0, 4263.0, 4303.0, 4286.0, 4313.0, 4295.0, 4283.0, 4286.0, 4264.0, 4295.0, 4264.0, 4306.0, 4275.0, 4328.0, 4277.0, 4315.0, 4289.0, 4328.0, 4300.0, 4336.0, 4297.0, 4275.0, 4287.0, 4268.0, 4296.0, 4277.0, 4305.0, 4276.0, 4325.0, 4276.0, 4327.0, 4288.0, 4326.0, 4307.0, 4266.0, 4297.0, 4276.0, 4307.0, 4276.0, 4316.0, 4277.0, 4326.0, 4275.0, 4315.0, 4288.0, 4315.0, 4299.0, 4264.0, 4297.0, 4277.0, 4307.0, 4289.0, 4326.0, 4289.0, 4296.0, 4297.0, 4267.0, 4307.0, 4267.0, 4339.0, 4287.0, 4335.0, 4287.0, 4347.0, 4307.0, 4303.0, 4296.0, 4266.0, 4295.0, 4265.0, 4325.0, 4286.0, 4336.0, 4276.0, 4312.0, 4287.0, 4265.0, 4294.0, 4265.0, 4316.0, 4277.0, 4325.0, 4288.0, 4334.0, 4308.0, 4314.0, 4275.0, 4263.0, 4296.0, 4265.0, 4314.0, 4264.0, 4312.0, 4275.0, 4314.0, 4287.0, 4285.0, 4296.0, 4265.0, 4294.0, 4265.0, 4314.0, 4285.0, 4336.0, 4276.0, 4305.0, 4286.0, 4264.0, 4303.0, 4265.0, 4312.0, 4265.0, 4312.0, 4286.0, 4274.0, 4293.0, 4263.0, 4303.0, 4273.0, 4322.0, 4285.0, 4313.0, 4282.0, 4262.0, 4282.0, 4264.0, 4315.0, 4276.0, 4322.0, 4274.0, 4294.0, 4283.0, 4262.0, 4304.0, 4263.0, 4314.0, 4273.0, 4313.0, 4274.0, 4323.0, 4284.0, 4263.0, 4282.0, 4263.0, 4305.0, 4273.0, 4323.0, 4273.0, 4323.0, 4273.0, 4314.0, 4285.0, 4261.0, 4293.0, 4263.0, 4292.0, 4274.0, 4312.0, 4298.0, 4275.0, 4285.0, 4263.0, 4294.0, 4265.0, 4314.0, 4284.0, 4332.0, 4284.0, 4312.0, 4284.0, 4285.0, 4285.0, 4263.0, 4314.0, 4264.0, 4313.0, 4274.0, 4312.0, 4284.0, 4324.0, 4285.0, 4294.0, 4275.0, 4274.0], 'WindowWidth': [9604.0, 9625.0, 9626.0, 9549.0, 9606.0, 9501.0, 9561.0, 9503.0, 9541.0, 9483.0, 9534.0, 9465.0, 9513.0, 9450.0, 9494.0, 9443.0, 9492.0, 9447.0, 9493.0, 9443.0, 9485.0, 9455.0, 9482.0, 9431.0, 9474.0, 9431.0, 9479.0, 9447.0, 9481.0, 9446.0, 9482.0, 9445.0, 9495.0, 9451.0, 9500.0, 9466.0, 9496.0, 9454.0, 9488.0, 9471.0, 9523.0, 9487.0, 9527.0, 9489.0, 9456.0, 9490.0, 9445.0, 9504.0, 9448.0, 9518.0, 9465.0, 9518.0, 9474.0, 9528.0, 9495.0, 9533.0, 9506.0, 9551.0, 9514.0, 9517.0, 9512.0, 9479.0, 9523.0, 9524.0, 9523.0, 9453.0, 9520.0, 9463.0, 9516.0, 9466.0, 9531.0, 9482.0, 9546.0, 9494.0, 9547.0, 9501.0, 9550.0, 9511.0, 9505.0, 9509.0, 9480.0, 9511.0, 9479.0, 9522.0, 9465.0, 9533.0, 9480.0, 9519.0, 9510.0, 9533.0, 9499.0, 9545.0, 9497.0, 9504.0, 9512.0, 9483.0, 9525.0, 9486.0, 9537.0, 9486.0, 9537.0, 9518.0, 9548.0, 9502.0, 9564.0, 9503.0, 9548.0, 9503.0, 9550.0, 9527.0, 9494.0, 9508.0, 9468.0, 9524.0, 9485.0, 9538.0, 9481.0, 9537.0, 9482.0, 9536.0, 9496.0, 9546.0, 9497.0, 9561.0, 9501.0, 9552.0, 9531.0, 9534.0, 9508.0, 9505.0, 9510.0, 9467.0, 9523.0, 9467.0, 9520.0, 9479.0, 9531.0, 9497.0, 9536.0, 9497.0, 9544.0, 9496.0, 9548.0, 9499.0, 9537.0, 9511.0, 9469.0, 9511.0, 9473.0, 9537.0, 9490.0, 9537.0, 9496.0, 9546.0, 9497.0, 9547.0, 9515.0, 9562.0, 9528.0, 9557.0, 9492.0, 9544.0, 9482.0, 9546.0, 9525.0, 9499.0, 9493.0, 9490.0, 9495.0, 9495.0, 9512.0, 9460.0, 9515.0, 9466.0, 9518.0, 9484.0, 9531.0, 9515.0, 9549.0, 9496.0, 9545.0, 9515.0, 9549.0, 9513.0, 9503.0, 9509.0, 9491.0, 9507.0, 9483.0, 9520.0, 9462.0, 9520.0, 9476.0, 9521.0, 9481.0, 9545.0, 9495.0, 9544.0, 9497.0, 9533.0, 9499.0, 9545.0, 9522.0, 9502.0, 9491.0, 9462.0, 9511.0, 9495.0, 9537.0, 9466.0, 9546.0, 9496.0, 9529.0, 9512.0, 9548.0, 9511.0, 9561.0, 9496.0, 9527.0, 9493.0, 9516.0, 9524.0, 9469.0, 9521.0, 9481.0, 9520.0, 9496.0, 9551.0, 9500.0, 9562.0, 9498.0, 9524.0, 9528.0, 9484.0, 9524.0, 9485.0, 9518.0, 9497.0, 9552.0, 9517.0, 9508.0, 9575.0, 9522.0, 9489.0, 9557.0, 9502.0, 9570.0, 9519.0, 9580.0, 9545.0, 9546.0, 9506.0, 9529.0, 9505.0, 9458.0, 9498.0, 9462.0, 9512.0, 9476.0, 9517.0, 9497.0, 9503.0, 9496.0, 9483.0, 9515.0, 9486.0, 9527.0, 9466.0, 9532.0, 9483.0, 9532.0, 9498.0, 9546.0, 9501.0, 9546.0, 9497.0, 9550.0, 9514.0, 9505.0, 9495.0, 9464.0, 9522.0, 9478.0, 9539.0, 9486.0, 9538.0, 9486.0, 9551.0, 9500.0, 9546.0, 9500.0, 9545.0, 9498.0, 9558.0, 9497.0, 9546.0, 9515.0, 9506.0, 9495.0, 9465.0, 9515.0, 9468.0, 9526.0, 9472.0, 9540.0, 9482.0, 9554.0, 9484.0, 9554.0, 9496.0, 9560.0, 9490.0, 9542.0, 9478.0, 9538.0, 9493.0, 9540.0, 9491.0, 9538.0, 9474.0, 9541.0, 9495.0, 9541.0, 9536.0, 9540.0, 9482.0, 9540.0, 9492.0, 9516.0, 9506.0, 9456.0, 9485.0, 9460.0, 9500.0, 9475.0, 9526.0, 9476.0, 9527.0, 9478.0, 9528.0, 9516.0, 9547.0, 9509.0, 9498.0, 9490.0, 9460.0, 9502.0, 9461.0, 9520.0, 9458.0, 9517.0, 9461.0, 9514.0, 9461.0, 9526.0, 9457.0, 9524.0, 9475.0, 9510.0, 9490.0, 9524.0, 9490.0, 9523.0, 9475.0, 9527.0, 9479.0, 9542.0, 9510.0, 9526.0, 9489.0, 9483.0, 9491.0, 9485.0, 9489.0, 9523.0, 9487.0, 9441.0, 9486.0, 9456.0, 9500.0, 9446.0, 9489.0, 9457.0, 9515.0, 9467.0, 9519.0, 9481.0, 9518.0, 9467.0, 9543.0, 9481.0, 9527.0, 9479.0, 9530.0, 9481.0, 9530.0, 9495.0, 9544.0, 9481.0, 9530.0, 9497.0, 9528.0, 9508.0, 9531.0, 9494.0, 9542.0, 9497.0, 9542.0, 9512.0, 9546.0, 9496.0, 9556.0, 9495.0, 9544.0, 9523.0, 9530.0, 9491.0, 9488.0, 9496.0, 9478.0, 9508.0, 9477.0, 9521.0, 9468.0, 9521.0, 9487.0, 9534.0, 9496.0, 9549.0, 9496.0, 9549.0, 9511.0, 9557.0, 9524.0, 9512.0, 9493.0, 9458.0, 9503.0, 9465.0, 9517.0, 9477.0, 9519.0, 9481.0, 9530.0, 9496.0, 9543.0, 9494.0, 9542.0, 9500.0, 9517.0, 9504.0, 9464.0, 9503.0, 9467.0, 9520.0, 9466.0, 9518.0, 9478.0, 9545.0, 9481.0, 9543.0, 9496.0, 9546.0, 9510.0, 9490.0, 9505.0, 9467.0, 9518.0, 9500.0, 9537.0, 9500.0, 9547.0, 9498.0, 9557.0, 9500.0, 9550.0, 9520.0, 9465.0, 9506.0, 9449.0, 9506.0, 9482.0, 9517.0, 9461.0, 9527.0, 9478.0, 9529.0, 9495.0, 9546.0, 9507.0, 9528.0, 9492.0, 9486.0, 9491.0, 9475.0, 9520.0, 9462.0, 9530.0, 9494.0, 9545.0, 9500.0, 9558.0, 9511.0, 9476.0, 9490.0, 9463.0, 9517.0, 9467.0, 9544.0, 9476.0, 9540.0, 9480.0, 9533.0, 9508.0, 9480.0, 9506.0, 9464.0, 9520.0, 9485.0, 9549.0, 9493.0, 9557.0, 9483.0, 9542.0, 9494.0, 9531.0, 9518.0, 9454.0, 9487.0, 9458.0, 9502.0, 9462.0, 9526.0, 9476.0, 9539.0, 9471.0, 9522.0, 9478.0, 9524.0, 9501.0, 9468.0, 9483.0, 9458.0, 9502.0, 9461.0, 9526.0, 9475.0, 9536.0, 9478.0, 9520.0, 9491.0, 9540.0, 9501.0, 9463.0, 9466.0, 9442.0, 9484.0, 9458.0, 9515.0, 9474.0, 9538.0, 9476.0, 9527.0, 9497.0, 9486.0, 9504.0, 9460.0, 9521.0, 9449.0, 9500.0, 9444.0, 9540.0, 9482.0, 9543.0, 9473.0, 9522.0, 9477.0, 9526.0, 9486.0, 9527.0, 9485.0, 9550.0, 9482.0, 9528.0, 9505.0, 9511.0, 9473.0, 9471.0, 9494.0, 9462.0, 9507.0, 9462.0, 9502.0, 9465.0, 9503.0, 9469.0, 9515.0, 9460.0, 9527.0, 9478.0, 9511.0, 9493.0, 9528.0, 9497.0, 9532.0, 9480.0, 9514.0, 9499.0, 9479.0, 9521.0, 9468.0, 9539.0, 9488.0, 9540.0, 9507.0, 9570.0, 9518.0, 9581.0, 9526.0, 9577.0, 9545.0, 9534.0, 9509.0, 9482.0, 9520.0, 9497.0, 9550.0, 9492.0, 9560.0, 9494.0, 9543.0, 9484.0, 9546.0, 9535.0, 9488.0, 9491.0, 9463.0, 9504.0, 9478.0, 9523.0, 9466.0, 9549.0, 9478.0, 9530.0, 9497.0, 9545.0, 9510.0, 9484.0, 9490.0, 9459.0, 9491.0, 9478.0, 9521.0, 9463.0, 9526.0, 9479.0, 9528.0, 9499.0, 9527.0, 9505.0, 9479.0, 9504.0, 9463.0, 9504.0, 9462.0, 9528.0, 9463.0, 9532.0, 9491.0, 9547.0, 9500.0, 9503.0, 9503.0, 9472.0, 9523.0, 9487.0, 9550.0, 9501.0, 9563.0, 9503.0, 9561.0, 9511.0, 9539.0, 9523.0, 9476.0, 9544.0, 9482.0, 9485.0, 9505.0, 9501.0, 9503.0, 9522.0, 9491.0, 9556.0, 9524.0, 9505.0, 9550.0, 9491.0, 9577.0, 9535.0, 9567.0, 9510.0, 9540.0, 9463.0, 9516.0, 9460.0, 9506.0, 9472.0, 9491.0, 9455.0, 9461.0, 9452.0, 9390.0, 9434.0, 9423.0, 9436.0, 9426.0, 9456.0, 9444.0, 9482.0, 9459.0, 9470.0, 9448.0, 9433.0, 9451.0, 9435.0, 9478.0, 9440.0, 9490.0, 9439.0, 9492.0, 9460.0, 9510.0, 9494.0, 9528.0, 9505.0, 9485.0, 9493.0, 9463.0, 9505.0, 9462.0, 9520.0, 9479.0, 9553.0, 9484.0, 9532.0, 9504.0, 9554.0, 9521.0, 9565.0, 9510.0, 9476.0, 9497.0, 9475.0, 9507.0, 9486.0, 9520.0, 9484.0, 9548.0, 9484.0, 9549.0, 9500.0, 9549.0, 9526.0, 9467.0, 9509.0, 9482.0, 9525.0, 9485.0, 9534.0, 9482.0, 9547.0, 9480.0, 9533.0, 9504.0, 9533.0, 9518.0, 9465.0, 9509.0, 9486.0, 9525.0, 9503.0, 9550.0, 9502.0, 9509.0, 9513.0, 9473.0, 9526.0, 9471.0, 9570.0, 9499.0, 9560.0, 9497.0, 9577.0, 9524.0, 9514.0, 9507.0, 9467.0, 9505.0, 9467.0, 9547.0, 9495.0, 9561.0, 9482.0, 9526.0, 9497.0, 9465.0, 9505.0, 9466.0, 9535.0, 9485.0, 9545.0, 9500.0, 9557.0, 9526.0, 9527.0, 9478.0, 9459.0, 9505.0, 9464.0, 9528.0, 9461.0, 9523.0, 9479.0, 9528.0, 9497.0, 9491.0, 9508.0, 9465.0, 9502.0, 9467.0, 9529.0, 9495.0, 9562.0, 9480.0, 9520.0, 9494.0, 9464.0, 9513.0, 9463.0, 9524.0, 9465.0, 9525.0, 9494.0, 9475.0, 9500.0, 9459.0, 9514.0, 9474.0, 9538.0, 9491.0, 9524.0, 9483.0, 9457.0, 9484.0, 9462.0, 9531.0, 9480.0, 9539.0, 9475.0, 9500.0, 9487.0, 9459.0, 9516.0, 9458.0, 9527.0, 9473.0, 9527.0, 9477.0, 9539.0, 9488.0, 9459.0, 9483.0, 9460.0, 9516.0, 9474.0, 9541.0, 9473.0, 9539.0, 9472.0, 9528.0, 9490.0, 9454.0, 9497.0, 9459.0, 9496.0, 9476.0, 9525.0, 9513.0, 9479.0, 9492.0, 9462.0, 9503.0, 9467.0, 9530.0, 9491.0, 9552.0, 9490.0, 9525.0, 9490.0, 9489.0, 9490.0, 9457.0, 9528.0, 9460.0, 9526.0, 9474.0, 9523.0, 9491.0, 9546.0, 9491.0, 9500.0, 9477.0, 9479.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.0004148627881448957</td></tr>
<tr><td colspan=3>aqi</td><td>0.015566525356750825</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.73437198180218</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2205383734285717</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005701725571427</td></tr>
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
<tr><td colspan=3>fber</td><td>8265.2168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07249664853166629</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10976948408342481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4954188454779693</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3964275792283503</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7305104803541025</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.359318476851455</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122513</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019179847091436386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03233557939529419</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8156220071378923</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>27.5539</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3545</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.3404</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307984.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.8299</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3388</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.2843</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3571.3456</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68560.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.1811</td></tr>
<tr><td colspan=3>tsnr</td><td>48.43572830816265</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>