<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-02/func/sub-0081_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>2bbbc42da66c632fff062b3977138d03</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:15:55.795000</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.999708, 0.00899003, 0.0224424, -0.0111673, 0.995039, 0.0988594]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0829835</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>[4158, -7718, -7302, 635, -114, -59, 112, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7ee9c559-f312-4655-86db-0d541f50f923||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.682142734527588, -0.02996112033724785, 0.057894159108400345, 108.66580963134766], [-0.024119580164551735, 2.669616222381592, 0.2675189673900604, -98.52059936523438], [0.060211241245269775, -0.26523247361183167, 2.6860904693603516, -73.8144302368164], [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': ['201555.795000', '201556.255000', '201556.715000', '201557.175000', '201557.635000', '201558.095000', '201558.555000', '201559.015000', '201559.475000', '201559.935000', '201600.395000', '201600.855000', '201601.315000', '201601.775000', '201602.235000', '201602.695000', '201603.155000', '201603.615000', '201604.075000', '201604.535000', '201604.995000', '201605.455000', '201605.915000', '201606.375000', '201606.835000', '201607.295000', '201607.755000', '201608.215000', '201608.675000', '201609.135000', '201609.595000', '201610.055000', '201610.515000', '201610.975000', '201611.435000', '201611.895000', '201612.355000', '201612.815000', '201613.275000', '201613.735000', '201614.195000', '201614.655000', '201615.115000', '201615.575000', '201616.035000', '201616.495000', '201616.955000', '201617.415000', '201617.875000', '201618.335000', '201618.795000', '201619.255000', '201619.715000', '201620.175000', '201620.635000', '201621.095000', '201621.555000', '201622.015000', '201622.475000', '201622.935000', '201623.395000', '201623.855000', '201624.315000', '201624.775000', '201625.235000', '201625.695000', '201626.155000', '201626.615000', '201627.075000', '201627.535000', '201627.995000', '201628.455000', '201628.915000', '201629.375000', '201629.835000', '201630.295000', '201630.755000', '201631.215000', '201631.675000', '201632.135000', '201632.595000', '201633.055000', '201633.515000', '201633.975000', '201634.435000', '201634.895000', '201635.355000', '201635.815000', '201636.275000', '201636.735000', '201637.195000', '201637.655000', '201638.115000', '201638.575000', '201639.035000', '201639.495000', '201639.955000', '201640.415000', '201640.875000', '201641.335000', '201641.795000', '201642.255000', '201642.715000', '201643.175000', '201643.635000', '201644.095000', '201644.555000', '201645.015000', '201645.475000', '201645.935000', '201646.395000', '201646.855000', '201647.315000', '201647.775000', '201648.235000', '201648.695000', '201649.155000', '201649.615000', '201650.075000', '201650.535000', '201650.995000', '201651.455000', '201651.915000', '201652.375000', '201652.835000', '201653.295000', '201653.755000', '201654.215000', '201654.675000', '201655.135000', '201655.595000', '201656.055000', '201656.515000', '201656.975000', '201657.435000', '201657.895000', '201658.355000', '201658.815000', '201659.275000', '201659.735000', '201700.195000', '201700.655000', '201701.115000', '201701.575000', '201702.035000', '201702.495000', '201702.955000', '201703.415000', '201703.875000', '201704.335000', '201704.795000', '201705.255000', '201705.715000', '201706.175000', '201706.635000', '201707.095000', '201707.555000', '201708.015000', '201708.475000', '201708.935000', '201709.395000', '201709.855000', '201710.315000', '201710.775000', '201711.235000', '201711.695000', '201712.155000', '201712.615000', '201713.075000', '201713.535000', '201713.995000', '201714.455000', '201714.915000', '201715.375000', '201715.835000', '201716.295000', '201716.755000', '201717.215000', '201717.675000', '201718.135000', '201718.595000', '201719.055000', '201719.515000', '201719.975000', '201720.435000', '201720.895000', '201721.355000', '201721.815000', '201722.275000', '201722.735000', '201723.195000', '201723.655000', '201724.115000', '201724.575000', '201725.035000', '201725.495000', '201725.955000', '201726.415000', '201726.875000', '201727.335000', '201727.795000', '201728.255000', '201728.715000', '201729.175000', '201729.635000', '201730.095000', '201730.555000', '201731.015000', '201731.475000', '201731.935000', '201732.395000', '201732.855000', '201733.315000', '201733.775000', '201734.235000', '201734.695000', '201735.155000', '201735.615000', '201736.075000', '201736.535000', '201736.995000', '201737.455000', '201737.915000', '201738.375000', '201738.835000', '201739.295000', '201739.755000', '201740.215000', '201740.675000', '201741.135000', '201741.595000', '201742.055000', '201742.515000', '201742.975000', '201743.435000', '201743.895000', '201744.355000', '201744.815000', '201745.275000', '201745.735000', '201746.195000', '201746.655000', '201747.115000', '201747.575000', '201748.035000', '201748.495000', '201748.955000', '201749.415000', '201749.875000', '201750.335000', '201750.795000', '201751.255000', '201751.715000', '201752.175000', '201752.635000', '201753.095000', '201753.555000', '201754.015000', '201754.475000', '201754.935000', '201755.395000', '201755.855000', '201756.315000', '201756.775000', '201757.235000', '201757.695000', '201758.155000', '201758.615000', '201759.075000', '201759.535000', '201759.995000', '201800.455000', '201800.915000', '201801.375000', '201801.835000', '201802.295000', '201802.755000', '201803.215000', '201803.675000', '201804.135000', '201804.595000', '201805.055000', '201805.515000', '201805.975000', '201806.435000', '201806.895000', '201807.355000', '201807.815000', '201808.275000', '201808.735000', '201809.195000', '201809.655000', '201810.115000', '201810.575000', '201811.035000', '201811.495000', '201811.955000', '201812.415000', '201812.875000', '201813.335000', '201813.795000', '201814.255000', '201814.715000', '201815.175000', '201815.635000', '201816.095000', '201816.555000', '201817.015000', '201817.475000', '201817.935000', '201818.395000', '201818.855000', '201819.315000', '201819.775000', '201820.235000', '201820.695000', '201821.155000', '201821.615000', '201822.075000', '201822.535000', '201822.995000', '201823.455000', '201823.915000', '201824.375000', '201824.835000', '201825.295000', '201825.755000', '201826.215000', '201826.675000', '201827.135000', '201827.595000', '201828.055000', '201828.515000', '201828.975000', '201829.435000', '201829.895000', '201830.355000', '201830.815000', '201831.275000', '201831.735000', '201832.195000', '201832.655000', '201833.115000', '201833.575000', '201834.035000', '201834.495000', '201834.955000', '201835.415000', '201835.875000', '201836.335000', '201836.795000', '201837.255000', '201837.715000', '201838.175000', '201838.635000', '201839.095000', '201839.555000', '201840.015000', '201840.475000', '201840.935000', '201841.395000', '201841.855000', '201842.315000', '201842.775000', '201843.235000', '201843.695000', '201844.155000', '201844.615000', '201845.075000', '201845.535000', '201845.995000', '201846.455000', '201846.915000', '201847.375000', '201847.835000', '201848.295000', '201848.755000', '201849.215000', '201849.675000', '201850.135000', '201850.595000', '201851.055000', '201851.515000', '201851.975000', '201852.435000', '201852.895000', '201853.355000', '201853.815000', '201854.275000', '201854.735000', '201855.195000', '201855.655000', '201856.115000', '201856.575000', '201857.035000', '201857.495000', '201857.955000', '201858.415000', '201858.875000', '201859.335000', '201859.795000', '201900.255000', '201900.715000', '201901.175000', '201901.635000', '201902.095000', '201902.555000', '201903.015000', '201903.475000', '201903.935000', '201904.395000', '201904.855000', '201905.315000', '201905.775000', '201906.235000', '201906.695000', '201907.155000', '201907.615000', '201908.075000', '201908.535000', '201908.995000', '201909.455000', '201909.915000', '201910.375000', '201910.835000', '201911.295000', '201911.755000', '201912.215000', '201912.675000', '201913.135000', '201913.595000', '201914.055000', '201914.515000', '201914.975000', '201915.435000', '201915.895000', '201916.355000', '201916.815000', '201917.275000', '201917.735000', '201918.195000', '201918.655000', '201919.115000', '201919.575000', '201920.035000', '201920.495000', '201920.955000', '201921.415000', '201921.875000', '201922.335000', '201922.795000', '201923.255000', '201923.715000', '201924.175000', '201924.635000', '201925.095000', '201925.555000', '201926.015000', '201926.475000', '201926.935000', '201927.395000', '201927.855000', '201928.315000', '201928.775000', '201929.235000', '201929.695000', '201930.155000', '201930.615000', '201931.075000', '201931.535000', '201931.995000', '201932.455000', '201932.915000', '201933.375000', '201933.835000', '201934.295000', '201934.755000', '201935.215000', '201935.675000', '201936.135000', '201936.595000', '201937.055000', '201937.515000', '201937.975000', '201938.435000', '201938.895000', '201939.355000', '201939.815000', '201940.275000', '201940.735000', '201941.195000', '201941.655000', '201942.115000', '201942.575000', '201943.035000', '201943.495000', '201943.955000', '201944.415000', '201944.875000', '201945.335000', '201945.795000', '201946.255000', '201946.715000', '201947.175000', '201947.635000', '201948.095000', '201948.555000', '201949.015000', '201949.475000', '201949.935000', '201950.395000', '201950.855000', '201951.315000', '201951.775000', '201952.235000', '201952.695000', '201953.155000', '201953.615000', '201954.075000', '201954.535000', '201954.995000', '201955.455000', '201955.915000', '201956.375000', '201956.835000', '201957.295000', '201957.755000', '201958.215000', '201958.675000', '201959.135000', '201959.595000', '202000.055000', '202000.515000', '202000.975000', '202001.435000', '202001.895000', '202002.355000', '202002.815000', '202003.275000', '202003.735000', '202004.195000', '202004.655000', '202005.115000', '202005.575000', '202006.035000', '202006.495000', '202006.955000', '202007.415000', '202007.875000', '202008.335000', '202008.795000', '202009.255000', '202009.715000', '202010.175000', '202010.635000', '202011.095000', '202011.555000', '202012.015000', '202012.475000', '202012.935000', '202013.395000', '202013.855000', '202014.315000', '202014.775000', '202015.235000', '202015.695000', '202016.155000', '202016.615000', '202017.075000', '202017.535000', '202017.995000', '202018.455000', '202018.915000', '202019.375000', '202019.835000', '202020.295000', '202020.755000', '202021.215000', '202021.675000', '202022.135000', '202022.595000', '202023.055000', '202023.515000', '202023.975000', '202024.435000', '202024.895000', '202025.355000', '202025.815000', '202026.275000', '202026.735000', '202027.195000', '202027.655000', '202028.115000', '202028.575000', '202029.035000', '202029.495000', '202029.955000', '202030.415000', '202030.875000', '202031.335000', '202031.795000', '202032.255000', '202032.715000', '202033.175000', '202033.635000', '202034.095000', '202034.555000', '202035.015000', '202035.475000', '202035.935000', '202036.395000', '202036.855000', '202037.315000', '202037.775000', '202038.235000', '202038.695000', '202039.155000', '202039.615000', '202040.075000', '202040.535000', '202040.995000', '202041.455000', '202041.915000', '202042.375000', '202042.835000', '202043.295000', '202043.755000', '202044.215000', '202044.675000', '202045.135000', '202045.595000', '202046.055000', '202046.515000', '202046.975000', '202047.435000', '202047.895000', '202048.355000', '202048.815000', '202049.275000', '202049.735000', '202050.195000', '202050.655000', '202051.115000', '202051.575000', '202052.035000', '202052.495000', '202052.955000', '202053.415000', '202053.875000', '202054.335000', '202054.795000', '202055.255000', '202055.715000', '202056.175000', '202056.635000', '202057.095000', '202057.555000', '202058.015000', '202058.475000', '202058.935000', '202059.395000', '202059.855000', '202100.315000', '202100.775000', '202101.235000', '202101.695000', '202102.155000', '202102.615000', '202103.075000', '202103.535000', '202103.995000', '202104.455000', '202104.915000', '202105.375000', '202105.835000', '202106.295000', '202106.755000', '202107.215000', '202107.675000', '202108.135000', '202108.595000', '202109.055000', '202109.515000', '202109.975000', '202110.435000', '202110.895000', '202111.355000', '202111.815000', '202112.275000', '202112.735000', '202113.195000', '202113.655000', '202114.115000', '202114.575000', '202115.035000', '202115.495000', '202115.955000', '202116.415000', '202116.875000', '202117.335000', '202117.795000', '202118.255000', '202118.715000', '202119.175000', '202119.635000', '202120.095000', '202120.555000', '202121.015000', '202121.475000', '202121.935000', '202122.395000', '202122.855000', '202123.315000', '202123.775000', '202124.235000', '202124.695000', '202125.155000', '202125.615000', '202126.075000', '202126.535000', '202126.995000', '202127.455000', '202127.915000', '202128.375000', '202128.835000', '202129.295000', '202129.755000', '202130.215000', '202130.675000', '202131.135000', '202131.595000', '202132.055000', '202132.515000', '202132.975000', '202133.435000', '202133.895000', '202134.355000', '202134.815000', '202135.275000', '202135.735000', '202136.195000', '202136.655000', '202137.115000', '202137.575000', '202138.035000', '202138.495000', '202138.955000', '202139.415000', '202139.875000', '202140.335000', '202140.795000', '202141.255000', '202141.715000', '202142.175000', '202142.635000', '202143.095000', '202143.555000', '202144.015000', '202144.475000', '202144.935000', '202145.395000', '202145.855000', '202146.315000', '202146.775000', '202147.235000', '202147.695000', '202148.155000', '202148.615000', '202149.075000', '202149.535000', '202149.995000', '202150.455000', '202150.915000', '202151.375000', '202151.835000', '202152.295000', '202152.755000', '202153.215000', '202153.675000', '202154.135000', '202154.595000', '202155.055000', '202155.515000', '202155.975000', '202156.435000', '202156.895000', '202157.355000', '202157.815000', '202158.275000', '202158.735000', '202159.195000', '202159.655000', '202200.115000', '202200.575000', '202201.035000', '202201.495000', '202201.955000', '202202.415000', '202202.875000', '202203.335000', '202203.795000', '202204.255000', '202204.715000', '202205.175000', '202205.635000', '202206.095000', '202206.555000', '202207.015000', '202207.475000', '202207.935000', '202208.395000', '202208.855000', '202209.315000', '202209.775000', '202210.235000', '202210.695000', '202211.155000', '202211.615000', '202212.075000', '202212.535000', '202212.995000', '202213.455000', '202213.915000', '202214.375000', '202214.835000', '202215.295000', '202215.755000', '202216.215000', '202216.675000', '202217.135000', '202217.595000', '202218.055000', '202218.515000', '202218.975000', '202219.435000', '202219.895000', '202220.355000', '202220.815000', '202221.275000', '202221.735000', '202222.195000', '202222.655000', '202223.115000', '202223.575000', '202224.035000', '202224.495000', '202224.955000', '202225.415000', '202225.875000', '202226.335000', '202226.795000', '202227.255000', '202227.715000', '202228.175000', '202228.635000', '202229.095000', '202229.555000', '202230.015000', '202230.475000', '202230.935000', '202231.395000', '202231.855000', '202232.315000', '202232.775000', '202233.235000', '202233.695000', '202234.155000', '202234.615000', '202235.075000', '202235.535000', '202235.995000', '202236.455000', '202236.915000', '202237.375000', '202237.835000', '202238.295000', '202238.755000', '202239.215000', '202239.675000', '202240.135000', '202240.595000', '202241.055000', '202241.515000', '202241.975000', '202242.435000', '202242.895000', '202243.355000', '202243.815000', '202244.275000', '202244.735000', '202245.195000', '202245.655000', '202246.115000', '202246.575000', '202247.035000', '202247.495000', '202247.955000', '202248.415000', '202248.875000', '202249.335000', '202249.795000', '202250.255000', '202250.715000', '202251.175000', '202251.635000', '202252.095000', '202252.555000', '202253.015000', '202253.475000', '202253.935000', '202254.395000', '202254.855000', '202255.315000', '202255.775000'], 'ContentTime': ['201625.863000', '201625.866000', '201625.868000', '201625.871000', '201625.874000', '201625.876000', '201625.879000', '201625.881000', '201625.884000', '201625.893000', '201625.895000', '201625.898000', '201625.900000', '201625.922000', '201625.924000', '201625.927000', '201625.930000', '201625.932000', '201625.935000', '201625.937000', '201625.940000', '201625.942000', '201625.945000', '201625.947000', '201625.950000', '201625.952000', '201625.955000', '201625.958000', '201625.960000', '201625.963000', '201625.965000', '201625.968000', '201625.970000', '201625.973000', '201625.975000', '201625.978000', '201625.980000', '201625.983000', '201625.985000', '201625.988000', '201625.990000', '201625.993000', '201625.995000', '201625.998000', '201626.001000', '201626.003000', '201626.006000', '201626.008000', '201626.016000', '201626.018000', '201626.021000', '201626.023000', '201626.026000', '201626.028000', '201626.031000', '201626.034000', '201626.036000', '201626.039000', '201626.041000', '201626.044000', '201626.046000', '201626.049000', '201626.051000', '201645.503000', '201645.506000', '201645.509000', '201645.511000', '201645.514000', '201645.516000', '201645.519000', '201645.521000', '201645.524000', '201645.527000', '201645.529000', '201645.532000', '201645.534000', '201645.537000', '201645.539000', '201645.542000', '201645.544000', '201645.547000', '201645.549000', '201645.552000', '201645.554000', '201645.557000', '201645.560000', '201645.562000', '201645.565000', '201645.567000', '201645.570000', '201645.572000', '201645.575000', '201645.578000', '201645.580000', '201645.583000', '201645.585000', '201645.588000', '201645.590000', '201645.593000', '201645.595000', '201645.598000', '201645.601000', '201645.603000', '201645.606000', '201645.608000', '201645.611000', '201705.503000', '201705.506000', '201705.509000', '201705.511000', '201705.517000', '201705.520000', '201705.523000', '201705.525000', '201705.528000', '201705.530000', '201705.533000', '201705.535000', '201705.538000', '201705.540000', '201705.543000', '201705.545000', '201705.548000', '201705.551000', '201705.553000', '201705.556000', '201705.558000', '201705.561000', '201705.564000', '201705.566000', '201705.569000', '201705.571000', '201705.574000', '201705.576000', '201705.579000', '201705.581000', '201705.584000', '201705.586000', '201705.589000', '201705.592000', '201705.594000', '201705.597000', '201705.599000', '201705.602000', '201705.605000', '201705.607000', '201705.610000', '201705.613000', '201705.615000', '201705.618000', '201725.503000', '201725.506000', '201725.509000', '201725.511000', '201725.514000', '201725.516000', '201725.519000', '201725.522000', '201725.524000', '201725.527000', '201725.529000', '201725.532000', '201725.536000', '201725.540000', '201725.543000', '201725.545000', '201725.548000', '201725.550000', '201725.553000', '201725.556000', '201725.558000', '201725.561000', '201725.563000', '201725.566000', '201725.568000', '201725.571000', '201725.573000', '201725.576000', '201725.578000', '201725.581000', '201725.584000', '201725.586000', '201725.589000', '201725.591000', '201725.594000', '201725.596000', '201725.599000', '201725.602000', '201725.604000', '201725.607000', '201725.609000', '201725.612000', '201725.614000', '201745.503000', '201745.506000', '201745.509000', '201745.511000', '201745.514000', '201745.516000', '201745.519000', '201745.522000', '201745.524000', '201745.527000', '201745.529000', '201745.532000', '201745.534000', '201745.537000', '201745.540000', '201745.542000', '201745.545000', '201745.547000', '201745.550000', '201745.553000', '201745.555000', '201745.558000', '201745.560000', '201745.563000', '201745.566000', '201745.568000', '201745.571000', '201745.573000', '201745.576000', '201745.579000', '201745.581000', '201745.584000', '201745.586000', '201745.608000', '201745.610000', '201745.613000', '201745.616000', '201745.618000', '201745.621000', '201745.623000', '201745.626000', '201745.628000', '201745.631000', '201745.634000', '201805.502000', '201805.505000', '201805.508000', '201805.510000', '201805.513000', '201805.516000', '201805.518000', '201805.521000', '201805.523000', '201805.526000', '201805.528000', '201805.531000', '201805.533000', '201805.536000', '201805.538000', '201805.541000', '201805.544000', '201805.546000', '201805.549000', '201805.552000', '201805.554000', '201805.557000', '201805.559000', '201805.562000', '201805.564000', '201805.567000', '201805.569000', '201805.572000', '201805.575000', '201805.577000', '201805.580000', '201805.583000', '201805.585000', '201805.588000', '201805.590000', '201805.593000', '201805.595000', '201805.598000', '201805.600000', '201805.603000', '201805.606000', '201805.608000', '201805.611000', '201825.502000', '201825.505000', '201825.508000', '201825.511000', '201825.513000', '201825.516000', '201825.518000', '201825.521000', '201825.523000', '201825.526000', '201825.529000', '201825.531000', '201825.534000', '201825.536000', '201825.539000', '201825.542000', '201825.544000', '201825.547000', '201825.550000', '201825.552000', '201825.555000', '201825.557000', '201825.560000', '201825.562000', '201825.565000', '201825.568000', '201825.570000', '201825.573000', '201825.575000', '201825.578000', '201825.580000', '201825.583000', '201825.586000', '201825.588000', '201825.591000', '201825.593000', '201825.596000', '201825.599000', '201825.601000', '201825.604000', '201825.606000', '201825.609000', '201825.612000', '201825.614000', '201845.504000', '201845.507000', '201845.509000', '201845.512000', '201845.514000', '201845.517000', '201845.519000', '201845.522000', '201845.525000', '201845.527000', '201845.530000', '201845.532000', '201845.535000', '201845.538000', '201845.540000', '201845.543000', '201845.546000', '201845.548000', '201845.551000', '201845.553000', '201845.556000', '201845.558000', '201845.561000', '201845.564000', '201845.566000', '201845.569000', '201845.571000', '201845.574000', '201845.576000', '201845.579000', '201845.582000', '201845.585000', '201845.588000', '201845.590000', '201845.593000', '201845.595000', '201845.598000', '201845.600000', '201845.603000', '201845.606000', '201845.608000', '201845.611000', '201845.614000', '201905.503000', '201905.506000', '201905.509000', '201905.511000', '201905.514000', '201905.517000', '201905.519000', '201905.522000', '201905.524000', '201905.527000', '201905.529000', '201905.532000', '201905.534000', '201905.537000', '201905.540000', '201905.542000', '201905.545000', '201905.548000', '201905.550000', '201905.553000', '201905.555000', '201905.558000', '201905.560000', '201905.563000', '201905.566000', '201905.568000', '201905.571000', '201905.573000', '201905.576000', '201905.578000', '201905.581000', '201905.584000', '201905.586000', '201905.589000', '201905.591000', '201905.594000', '201905.596000', '201905.599000', '201905.601000', '201905.604000', '201905.607000', '201905.609000', '201905.612000', '201905.614000', '201925.504000', '201925.506000', '201925.509000', '201925.511000', '201925.514000', '201925.517000', '201925.519000', '201925.522000', '201925.524000', '201925.527000', '201925.529000', '201925.532000', '201925.535000', '201925.537000', '201925.546000', '201925.548000', '201925.551000', '201925.554000', '201925.556000', '201925.559000', '201925.561000', '201925.564000', '201925.566000', '201925.569000', '201925.572000', '201925.574000', '201925.577000', '201925.579000', '201925.582000', '201925.585000', '201925.587000', '201925.590000', '201925.593000', '201925.595000', '201925.598000', '201925.601000', '201925.603000', '201925.606000', '201925.615000', '201925.617000', '201925.620000', '201925.622000', '201925.625000', '201945.503000', '201945.506000', '201945.509000', '201945.511000', '201945.514000', '201945.517000', '201945.519000', '201945.522000', '201945.524000', '201945.527000', '201945.529000', '201945.532000', '201945.535000', '201945.537000', '201945.540000', '201945.542000', '201945.545000', '201945.548000', '201945.550000', '201945.553000', '201945.555000', '201945.558000', '201945.560000', '201945.563000', '201945.566000', '201945.568000', '201945.571000', '201945.573000', '201945.576000', '201945.579000', '201945.581000', '201945.584000', '201945.586000', '201945.589000', '201945.591000', '201945.594000', '201945.596000', '201945.599000', '201945.602000', '201945.604000', '201945.607000', '201945.609000', '201945.612000', '201945.614000', '202005.503000', '202005.506000', '202005.509000', '202005.511000', '202005.514000', '202005.517000', '202005.519000', '202005.527000', '202005.529000', '202005.532000', '202005.535000', '202005.537000', '202005.540000', '202005.542000', '202005.545000', '202005.547000', '202005.550000', '202005.553000', '202005.555000', '202005.558000', '202005.560000', '202005.563000', '202005.565000', '202005.568000', '202005.571000', '202005.573000', '202005.576000', '202005.578000', '202005.581000', '202005.583000', '202005.586000', '202005.589000', '202005.591000', '202005.594000', '202005.596000', '202005.599000', '202005.602000', '202005.604000', '202005.607000', '202005.610000', '202005.612000', '202005.615000', '202005.617000', '202025.502000', '202025.505000', '202025.508000', '202025.510000', '202025.513000', '202025.516000', '202025.518000', '202025.521000', '202025.523000', '202025.526000', '202025.528000', '202025.531000', '202025.534000', '202025.536000', '202025.539000', '202025.541000', '202025.544000', '202025.547000', '202025.549000', '202025.552000', '202025.554000', '202025.557000', '202025.559000', '202025.562000', '202025.565000', '202025.567000', '202025.570000', '202025.572000', '202025.575000', '202025.577000', '202025.580000', '202025.583000', '202025.585000', '202025.588000', '202025.590000', '202025.593000', '202025.595000', '202025.598000', '202025.601000', '202025.603000', '202025.606000', '202025.608000', '202025.611000', '202025.614000', '202045.502000', '202045.505000', '202045.508000', '202045.510000', '202045.513000', '202045.516000', '202045.518000', '202045.521000', '202045.523000', '202045.526000', '202045.529000', '202045.531000', '202045.534000', '202045.536000', '202045.539000', '202045.542000', '202045.544000', '202045.547000', '202045.549000', '202045.552000', '202045.554000', '202045.557000', '202045.559000', '202045.562000', '202045.565000', '202045.567000', '202045.570000', '202045.572000', '202045.575000', '202045.577000', '202045.580000', '202045.583000', '202045.585000', '202045.588000', '202045.590000', '202045.593000', '202045.595000', '202045.598000', '202045.609000', '202045.612000', '202045.615000', '202045.617000', '202045.620000', '202105.504000', '202105.506000', '202105.509000', '202105.512000', '202105.514000', '202105.517000', '202105.519000', '202105.522000', '202105.525000', '202105.527000', '202105.530000', '202105.532000', '202105.535000', '202105.538000', '202105.540000', '202105.543000', '202105.545000', '202105.548000', '202105.550000', '202105.553000', '202105.556000', '202105.558000', '202105.561000', '202105.563000', '202105.566000', '202105.568000', '202105.571000', '202105.574000', '202105.576000', '202105.579000', '202105.581000', '202105.584000', '202105.587000', '202105.589000', '202105.592000', '202105.594000', '202105.597000', '202105.600000', '202105.602000', '202105.605000', '202105.607000', '202105.610000', '202105.613000', '202105.615000', '202125.504000', '202125.506000', '202125.509000', '202125.511000', '202125.514000', '202125.517000', '202125.519000', '202125.522000', '202125.524000', '202125.527000', '202125.530000', '202125.532000', '202125.535000', '202125.537000', '202125.540000', '202125.543000', '202125.545000', '202125.548000', '202125.550000', '202125.553000', '202125.555000', '202125.558000', '202125.561000', '202125.563000', '202125.566000', '202125.568000', '202125.571000', '202125.574000', '202125.576000', '202125.579000', '202125.582000', '202125.584000', '202125.587000', '202125.589000', '202125.592000', '202125.595000', '202125.597000', '202125.600000', '202125.603000', '202125.605000', '202125.608000', '202125.610000', '202125.613000', '202145.503000', '202145.506000', '202145.509000', '202145.511000', '202145.514000', '202145.517000', '202145.519000', '202145.522000', '202145.524000', '202145.527000', '202145.530000', '202145.532000', '202145.535000', '202145.537000', '202145.540000', '202145.544000', '202145.547000', '202145.550000', '202145.552000', '202145.555000', '202145.557000', '202145.560000', '202145.563000', '202145.565000', '202145.568000', '202145.570000', '202145.573000', '202145.575000', '202145.578000', '202145.581000', '202145.583000', '202145.586000', '202145.588000', '202145.591000', '202145.593000', '202145.596000', '202145.599000', '202145.601000', '202145.604000', '202145.606000', '202145.609000', '202145.612000', '202145.614000', '202145.617000', '202205.504000', '202205.506000', '202205.509000', '202205.512000', '202205.514000', '202205.517000', '202205.519000', '202205.522000', '202205.525000', '202205.527000', '202205.530000', '202205.532000', '202205.535000', '202205.537000', '202205.540000', '202205.543000', '202205.545000', '202205.548000', '202205.551000', '202205.553000', '202205.556000', '202205.558000', '202205.561000', '202205.563000', '202205.566000', '202205.569000', '202205.571000', '202205.574000', '202205.576000', '202205.579000', '202205.582000', '202205.584000', '202205.587000', '202205.589000', '202205.592000', '202205.594000', '202205.597000', '202205.600000', '202205.602000', '202205.605000', '202205.607000', '202205.610000', '202205.613000', '202225.503000', '202225.505000', '202225.508000', '202225.511000', '202225.513000', '202225.516000', '202225.518000', '202225.521000', '202225.524000', '202225.526000', '202225.529000', '202225.531000', '202225.534000', '202225.536000', '202225.539000', '202225.541000', '202225.544000', '202225.547000', '202225.549000', '202225.552000', '202225.554000', '202225.557000', '202225.560000', '202225.562000', '202225.565000', '202225.567000', '202225.570000', '202225.572000', '202225.575000', '202225.577000', '202225.580000', '202225.583000', '202225.585000', '202225.588000', '202225.591000', '202225.593000', '202225.596000', '202225.598000', '202225.601000', '202225.604000', '202225.606000', '202225.609000', '202225.611000', '202225.614000', '202245.502000', '202245.505000', '202245.508000', '202245.510000', '202245.513000', '202245.516000', '202245.518000', '202245.521000', '202245.523000', '202245.526000', '202245.529000', '202245.531000', '202245.534000', '202245.536000', '202245.539000', '202245.541000', '202245.544000', '202245.546000', '202245.549000', '202245.552000', '202245.554000', '202245.557000', '202245.559000', '202245.562000', '202245.564000', '202245.567000', '202245.570000', '202245.572000', '202245.575000', '202245.577000', '202245.580000', '202245.583000', '202245.585000', '202245.588000', '202245.590000', '202245.593000', '202245.596000', '202245.598000', '202245.601000', '202245.603000', '202245.606000', '202245.608000', '202245.611000', '202256.698000', '202256.701000', '202256.704000', '202256.707000', '202256.709000', '202256.712000', '202256.715000', '202256.718000', '202256.720000', '202256.723000', '202256.726000', '202256.729000', '202256.732000', '202256.735000', '202256.737000', '202256.740000', '202256.743000', '202256.746000', '202256.748000', '202256.752000', '202256.755000', '202256.758000', '202256.761000', '202256.764000', '202256.767000'], 'InstanceCreationTime': ['201625.863000', '201625.866000', '201625.868000', '201625.871000', '201625.874000', '201625.876000', '201625.879000', '201625.881000', '201625.884000', '201625.893000', '201625.895000', '201625.898000', '201625.900000', '201625.922000', '201625.924000', '201625.927000', '201625.930000', '201625.932000', '201625.935000', '201625.937000', '201625.940000', '201625.942000', '201625.945000', '201625.947000', '201625.950000', '201625.952000', '201625.955000', '201625.958000', '201625.960000', '201625.963000', '201625.965000', '201625.968000', '201625.970000', '201625.973000', '201625.975000', '201625.978000', '201625.980000', '201625.983000', '201625.985000', '201625.988000', '201625.990000', '201625.993000', '201625.995000', '201625.998000', '201626.001000', '201626.003000', '201626.006000', '201626.008000', '201626.016000', '201626.018000', '201626.021000', '201626.023000', '201626.026000', '201626.028000', '201626.031000', '201626.034000', '201626.036000', '201626.039000', '201626.041000', '201626.044000', '201626.046000', '201626.049000', '201626.051000', '201645.503000', '201645.506000', '201645.509000', '201645.511000', '201645.514000', '201645.516000', '201645.519000', '201645.521000', '201645.524000', '201645.527000', '201645.529000', '201645.532000', '201645.534000', '201645.537000', '201645.539000', '201645.542000', '201645.544000', '201645.547000', '201645.549000', '201645.552000', '201645.554000', '201645.557000', '201645.560000', '201645.562000', '201645.565000', '201645.567000', '201645.570000', '201645.572000', '201645.575000', '201645.578000', '201645.580000', '201645.583000', '201645.585000', '201645.588000', '201645.590000', '201645.593000', '201645.595000', '201645.598000', '201645.601000', '201645.603000', '201645.606000', '201645.608000', '201645.611000', '201705.503000', '201705.506000', '201705.509000', '201705.511000', '201705.517000', '201705.520000', '201705.523000', '201705.525000', '201705.528000', '201705.530000', '201705.533000', '201705.535000', '201705.538000', '201705.540000', '201705.543000', '201705.545000', '201705.548000', '201705.551000', '201705.553000', '201705.556000', '201705.558000', '201705.561000', '201705.564000', '201705.566000', '201705.569000', '201705.571000', '201705.574000', '201705.576000', '201705.579000', '201705.581000', '201705.584000', '201705.586000', '201705.589000', '201705.592000', '201705.594000', '201705.597000', '201705.599000', '201705.602000', '201705.605000', '201705.607000', '201705.610000', '201705.613000', '201705.615000', '201705.618000', '201725.503000', '201725.506000', '201725.509000', '201725.511000', '201725.514000', '201725.516000', '201725.519000', '201725.522000', '201725.524000', '201725.527000', '201725.529000', '201725.532000', '201725.536000', '201725.540000', '201725.543000', '201725.545000', '201725.548000', '201725.550000', '201725.553000', '201725.556000', '201725.558000', '201725.561000', '201725.563000', '201725.566000', '201725.568000', '201725.571000', '201725.573000', '201725.576000', '201725.578000', '201725.581000', '201725.584000', '201725.586000', '201725.589000', '201725.591000', '201725.594000', '201725.596000', '201725.599000', '201725.602000', '201725.604000', '201725.607000', '201725.609000', '201725.612000', '201725.614000', '201745.503000', '201745.506000', '201745.509000', '201745.511000', '201745.514000', '201745.516000', '201745.519000', '201745.522000', '201745.524000', '201745.527000', '201745.529000', '201745.532000', '201745.534000', '201745.537000', '201745.540000', '201745.542000', '201745.545000', '201745.547000', '201745.550000', '201745.553000', '201745.555000', '201745.558000', '201745.560000', '201745.563000', '201745.566000', '201745.568000', '201745.571000', '201745.573000', '201745.576000', '201745.579000', '201745.581000', '201745.584000', '201745.586000', '201745.608000', '201745.610000', '201745.613000', '201745.616000', '201745.618000', '201745.621000', '201745.623000', '201745.626000', '201745.628000', '201745.631000', '201745.634000', '201805.502000', '201805.505000', '201805.508000', '201805.510000', '201805.513000', '201805.516000', '201805.518000', '201805.521000', '201805.523000', '201805.526000', '201805.528000', '201805.531000', '201805.533000', '201805.536000', '201805.538000', '201805.541000', '201805.544000', '201805.546000', '201805.549000', '201805.552000', '201805.554000', '201805.557000', '201805.559000', '201805.562000', '201805.564000', '201805.567000', '201805.569000', '201805.572000', '201805.575000', '201805.577000', '201805.580000', '201805.583000', '201805.585000', '201805.588000', '201805.590000', '201805.593000', '201805.595000', '201805.598000', '201805.600000', '201805.603000', '201805.606000', '201805.608000', '201805.611000', '201825.502000', '201825.505000', '201825.508000', '201825.511000', '201825.513000', '201825.516000', '201825.518000', '201825.521000', '201825.523000', '201825.526000', '201825.529000', '201825.531000', '201825.534000', '201825.536000', '201825.539000', '201825.542000', '201825.544000', '201825.547000', '201825.550000', '201825.552000', '201825.555000', '201825.557000', '201825.560000', '201825.562000', '201825.565000', '201825.568000', '201825.570000', '201825.573000', '201825.575000', '201825.578000', '201825.580000', '201825.583000', '201825.586000', '201825.588000', '201825.591000', '201825.593000', '201825.596000', '201825.599000', '201825.601000', '201825.604000', '201825.606000', '201825.609000', '201825.612000', '201825.614000', '201845.504000', '201845.507000', '201845.509000', '201845.512000', '201845.514000', '201845.517000', '201845.519000', '201845.522000', '201845.525000', '201845.527000', '201845.530000', '201845.532000', '201845.535000', '201845.538000', '201845.540000', '201845.543000', '201845.546000', '201845.548000', '201845.551000', '201845.553000', '201845.556000', '201845.558000', '201845.561000', '201845.564000', '201845.566000', '201845.569000', '201845.571000', '201845.574000', '201845.576000', '201845.579000', '201845.582000', '201845.585000', '201845.588000', '201845.590000', '201845.593000', '201845.595000', '201845.598000', '201845.600000', '201845.603000', '201845.606000', '201845.608000', '201845.611000', '201845.614000', '201905.503000', '201905.506000', '201905.509000', '201905.511000', '201905.514000', '201905.517000', '201905.519000', '201905.522000', '201905.524000', '201905.527000', '201905.529000', '201905.532000', '201905.534000', '201905.537000', '201905.540000', '201905.542000', '201905.545000', '201905.548000', '201905.550000', '201905.553000', '201905.555000', '201905.558000', '201905.560000', '201905.563000', '201905.566000', '201905.568000', '201905.571000', '201905.573000', '201905.576000', '201905.578000', '201905.581000', '201905.584000', '201905.586000', '201905.589000', '201905.591000', '201905.594000', '201905.596000', '201905.599000', '201905.601000', '201905.604000', '201905.607000', '201905.609000', '201905.612000', '201905.614000', '201925.504000', '201925.506000', '201925.509000', '201925.511000', '201925.514000', '201925.517000', '201925.519000', '201925.522000', '201925.524000', '201925.527000', '201925.529000', '201925.532000', '201925.535000', '201925.537000', '201925.546000', '201925.548000', '201925.551000', '201925.554000', '201925.556000', '201925.559000', '201925.561000', '201925.564000', '201925.566000', '201925.569000', '201925.572000', '201925.574000', '201925.577000', '201925.579000', '201925.582000', '201925.585000', '201925.587000', '201925.590000', '201925.593000', '201925.595000', '201925.598000', '201925.601000', '201925.603000', '201925.606000', '201925.615000', '201925.617000', '201925.620000', '201925.622000', '201925.625000', '201945.503000', '201945.506000', '201945.509000', '201945.511000', '201945.514000', '201945.517000', '201945.519000', '201945.522000', '201945.524000', '201945.527000', '201945.529000', '201945.532000', '201945.535000', '201945.537000', '201945.540000', '201945.542000', '201945.545000', '201945.548000', '201945.550000', '201945.553000', '201945.555000', '201945.558000', '201945.560000', '201945.563000', '201945.566000', '201945.568000', '201945.571000', '201945.573000', '201945.576000', '201945.579000', '201945.581000', '201945.584000', '201945.586000', '201945.589000', '201945.591000', '201945.594000', '201945.596000', '201945.599000', '201945.602000', '201945.604000', '201945.607000', '201945.609000', '201945.612000', '201945.614000', '202005.503000', '202005.506000', '202005.509000', '202005.511000', '202005.514000', '202005.517000', '202005.519000', '202005.527000', '202005.529000', '202005.532000', '202005.535000', '202005.537000', '202005.540000', '202005.542000', '202005.545000', '202005.547000', '202005.550000', '202005.553000', '202005.555000', '202005.558000', '202005.560000', '202005.563000', '202005.565000', '202005.568000', '202005.571000', '202005.573000', '202005.576000', '202005.578000', '202005.581000', '202005.583000', '202005.586000', '202005.589000', '202005.591000', '202005.594000', '202005.596000', '202005.599000', '202005.602000', '202005.604000', '202005.607000', '202005.610000', '202005.612000', '202005.615000', '202005.617000', '202025.502000', '202025.505000', '202025.508000', '202025.510000', '202025.513000', '202025.516000', '202025.518000', '202025.521000', '202025.523000', '202025.526000', '202025.528000', '202025.531000', '202025.534000', '202025.536000', '202025.539000', '202025.541000', '202025.544000', '202025.547000', '202025.549000', '202025.552000', '202025.554000', '202025.557000', '202025.559000', '202025.562000', '202025.565000', '202025.567000', '202025.570000', '202025.572000', '202025.575000', '202025.577000', '202025.580000', '202025.583000', '202025.585000', '202025.588000', '202025.590000', '202025.593000', '202025.595000', '202025.598000', '202025.601000', '202025.603000', '202025.606000', '202025.608000', '202025.611000', '202025.614000', '202045.502000', '202045.505000', '202045.508000', '202045.510000', '202045.513000', '202045.516000', '202045.518000', '202045.521000', '202045.523000', '202045.526000', '202045.529000', '202045.531000', '202045.534000', '202045.536000', '202045.539000', '202045.542000', '202045.544000', '202045.547000', '202045.549000', '202045.552000', '202045.554000', '202045.557000', '202045.559000', '202045.562000', '202045.565000', '202045.567000', '202045.570000', '202045.572000', '202045.575000', '202045.577000', '202045.580000', '202045.583000', '202045.585000', '202045.588000', '202045.590000', '202045.593000', '202045.595000', '202045.598000', '202045.609000', '202045.612000', '202045.615000', '202045.617000', '202045.620000', '202105.504000', '202105.506000', '202105.509000', '202105.512000', '202105.514000', '202105.517000', '202105.519000', '202105.522000', '202105.525000', '202105.527000', '202105.530000', '202105.532000', '202105.535000', '202105.538000', '202105.540000', '202105.543000', '202105.545000', '202105.548000', '202105.550000', '202105.553000', '202105.556000', '202105.558000', '202105.561000', '202105.563000', '202105.566000', '202105.568000', '202105.571000', '202105.574000', '202105.576000', '202105.579000', '202105.581000', '202105.584000', '202105.587000', '202105.589000', '202105.592000', '202105.594000', '202105.597000', '202105.600000', '202105.602000', '202105.605000', '202105.607000', '202105.610000', '202105.613000', '202105.615000', '202125.504000', '202125.506000', '202125.509000', '202125.511000', '202125.514000', '202125.517000', '202125.519000', '202125.522000', '202125.524000', '202125.527000', '202125.530000', '202125.532000', '202125.535000', '202125.537000', '202125.540000', '202125.543000', '202125.545000', '202125.548000', '202125.550000', '202125.553000', '202125.555000', '202125.558000', '202125.561000', '202125.563000', '202125.566000', '202125.568000', '202125.571000', '202125.574000', '202125.576000', '202125.579000', '202125.582000', '202125.584000', '202125.587000', '202125.589000', '202125.592000', '202125.595000', '202125.597000', '202125.600000', '202125.603000', '202125.605000', '202125.608000', '202125.610000', '202125.613000', '202145.503000', '202145.506000', '202145.509000', '202145.511000', '202145.514000', '202145.517000', '202145.519000', '202145.522000', '202145.524000', '202145.527000', '202145.530000', '202145.532000', '202145.535000', '202145.537000', '202145.540000', '202145.544000', '202145.547000', '202145.550000', '202145.552000', '202145.555000', '202145.557000', '202145.560000', '202145.563000', '202145.565000', '202145.568000', '202145.570000', '202145.573000', '202145.575000', '202145.578000', '202145.581000', '202145.583000', '202145.586000', '202145.588000', '202145.591000', '202145.593000', '202145.596000', '202145.599000', '202145.601000', '202145.604000', '202145.606000', '202145.609000', '202145.612000', '202145.614000', '202145.617000', '202205.504000', '202205.506000', '202205.509000', '202205.512000', '202205.514000', '202205.517000', '202205.519000', '202205.522000', '202205.525000', '202205.527000', '202205.530000', '202205.532000', '202205.535000', '202205.537000', '202205.540000', '202205.543000', '202205.545000', '202205.548000', '202205.551000', '202205.553000', '202205.556000', '202205.558000', '202205.561000', '202205.563000', '202205.566000', '202205.569000', '202205.571000', '202205.574000', '202205.576000', '202205.579000', '202205.582000', '202205.584000', '202205.587000', '202205.589000', '202205.592000', '202205.594000', '202205.597000', '202205.600000', '202205.602000', '202205.605000', '202205.607000', '202205.610000', '202205.613000', '202225.503000', '202225.505000', '202225.508000', '202225.511000', '202225.513000', '202225.516000', '202225.518000', '202225.521000', '202225.524000', '202225.526000', '202225.529000', '202225.531000', '202225.534000', '202225.536000', '202225.539000', '202225.541000', '202225.544000', '202225.547000', '202225.549000', '202225.552000', '202225.554000', '202225.557000', '202225.560000', '202225.562000', '202225.565000', '202225.567000', '202225.570000', '202225.572000', '202225.575000', '202225.577000', '202225.580000', '202225.583000', '202225.585000', '202225.588000', '202225.591000', '202225.593000', '202225.596000', '202225.598000', '202225.601000', '202225.604000', '202225.606000', '202225.609000', '202225.611000', '202225.614000', '202245.502000', '202245.505000', '202245.508000', '202245.510000', '202245.513000', '202245.516000', '202245.518000', '202245.521000', '202245.523000', '202245.526000', '202245.529000', '202245.531000', '202245.534000', '202245.536000', '202245.539000', '202245.541000', '202245.544000', '202245.546000', '202245.549000', '202245.552000', '202245.554000', '202245.557000', '202245.559000', '202245.562000', '202245.564000', '202245.567000', '202245.570000', '202245.572000', '202245.575000', '202245.577000', '202245.580000', '202245.583000', '202245.585000', '202245.588000', '202245.590000', '202245.593000', '202245.596000', '202245.598000', '202245.601000', '202245.603000', '202245.606000', '202245.608000', '202245.611000', '202256.698000', '202256.701000', '202256.704000', '202256.707000', '202256.709000', '202256.712000', '202256.715000', '202256.718000', '202256.720000', '202256.723000', '202256.726000', '202256.729000', '202256.732000', '202256.735000', '202256.737000', '202256.740000', '202256.743000', '202256.746000', '202256.748000', '202256.752000', '202256.755000', '202256.758000', '202256.761000', '202256.764000', '202256.767000'], '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': [9784, 9191, 9878, 9345, 7732, 9759, 9030, 8998, 9934, 9025, 9912, 9578, 8999, 9376, 8855, 8885, 9545, 8611, 9062, 9674, 8573, 9088, 8718, 7298, 9688, 8871, 8621, 9340, 8404, 9327, 9827, 9716, 9438, 9337, 9499, 9594, 8861, 9260, 9831, 8728, 9422, 9451, 9626, 9625, 8775, 8580, 9960, 9262, 8764, 9432, 8817, 9708, 9260, 9348, 9529, 8820, 8597, 9388, 8841, 9233, 9561, 9077, 9361, 9182, 9921, 9590, 8574, 9037, 9375, 8840, 8704, 9431, 8711, 9495, 8716, 7112, 9706, 8721, 9431, 9494, 8077, 9974, 8912, 8657, 9844, 9009, 9324, 9710, 9291, 9585, 9586, 9805, 9804, 8701, 9339, 9882, 8755, 9180, 9426, 9620, 9799, 8605, 7410, 9685, 8787, 9115, 9544, 8307, 9748, 9004, 8551, 10072, 9327, 9440, 9626, 8479, 9236, 8127, 7726, 9089, 8637, 9146, 9393, 9797, 9383, 9037, 10280, 9149, 8619, 8713, 9357, 8218, 8976, 9397, 9103, 9542, 9361, 9155, 9072, 8120, 7601, 9445, 8353, 8881, 9222, 8738, 9090, 8985, 9266, 9376, 8168, 9235, 9419, 8715, 9391, 9182, 9212, 9412, 8745, 8072, 9569, 8092, 9077, 9376, 9400, 9623, 9066, 8698, 9436, 8168, 8871, 9101, 9143, 9597, 9121, 9225, 9242, 8765, 9411, 9090, 8115, 8810, 9325, 8383, 9340, 9058, 9479, 8983, 8088, 7130, 9077, 8029, 8934, 9032, 9174, 9179, 7944, 6967, 9027, 8185, 8590, 8784, 8624, 9059, 8226, 9002, 9395, 7587, 8293, 9640, 9317, 7949, 9471, 8007, 9346, 8987, 11708, 8820, 8854, 9638, 9043, 8946, 9325, 8967, 8810, 8647, 9180, 7710, 8944, 9035, 8741, 9275, 8789, 7967, 9126, 7775, 9130, 9042, 9193, 8984, 7833, 8056, 9095, 7984, 9050, 8862, 9056, 8800, 7872, 8028, 8938, 7992, 9144, 9050, 9429, 8912, 7557, 8040, 9067, 8536, 9309, 9009, 9007, 9292, 8730, 8945, 8900, 8307, 8959, 9160, 8835, 9335, 7886, 8238, 9401, 8863, 9328, 8058, 8969, 9236, 7515, 8063, 9028, 8109, 8897, 9284, 9172, 8706, 9021, 10953, 9449, 8526, 9672, 8119, 9341, 9260, 10321, 9205, 9040, 9022, 9023, 9132, 9351, 9011, 8799, 8957, 8979, 8545, 7290, 8938, 7665, 8749, 8940, 8380, 9051, 7852, 6573, 8822, 7998, 8743, 9081, 7995, 9142, 8905, 8351, 9006, 7923, 8946, 9011, 8837, 9238, 9127, 8898, 8991, 8006, 8932, 9080, 8807, 9389, 9136, 9395, 8855, 7908, 7419, 9338, 8329, 9285, 8909, 9157, 9155, 8967, 9347, 9326, 9217, 8928, 9144, 7625, 7321, 8863, 8393, 8919, 8851, 8819, 8994, 8686, 8963, 8924, 7840, 8896, 8935, 9066, 9125, 8690, 9909, 9012, 8312, 7390, 9230, 7842, 8589, 8874, 8892, 9032, 8682, 9060, 9046, 8597, 8196, 8974, 8509, 9094, 8632, 7567, 9308, 7968, 9338, 9659, 8169, 8305, 7887, 7476, 9030, 7791, 9170, 9082, 9736, 8379, 8963, 9611, 8361, 7891, 9338, 7869, 8939, 8045, 8233, 7893, 8786, 9048, 8531, 8329, 8772, 8776, 8416, 8634, 8696, 8130, 9118, 8756, 7894, 9385, 8270, 7857, 8068, 8426, 8208, 9012, 7963, 9137, 8626, 8080, 9136, 8258, 7749, 8819, 8164, 9277, 8349, 7971, 8140, 8694, 8718, 9193, 8320, 8321, 8560, 8176, 9103, 8089, 7475, 8589, 7712, 8769, 8245, 8451, 8977, 10015, 8709, 8931, 8781, 8843, 9013, 9113, 8613, 9432, 9763, 9785, 10273, 8287, 9092, 9579, 8747, 9813, 8640, 8466, 9532, 8043, 8048, 7912, 8842, 7972, 9084, 11772, 9051, 9180, 10304, 7990, 8965, 9069, 8150, 9140, 8229, 8917, 9333, 9059, 9396, 8525, 8022, 9278, 7800, 8645, 9186, 8962, 9087, 8393, 8123, 9290, 7964, 8620, 9019, 9142, 9217, 8597, 7912, 9261, 8497, 8654, 8792, 7535, 9340, 8679, 8566, 9416, 8340, 8504, 9293, 7266, 9255, 9059, 7949, 9358, 8762, 8425, 9120, 7696, 7986, 8528, 8579, 8780, 9213, 7971, 9381, 8714, 8141, 8916, 7973, 8245, 9064, 8231, 9251, 8880, 8070, 8883, 9352, 8671, 10142, 9590, 8770, 7924, 8642, 9207, 10620, 9571, 11559, 8373, 8658, 9546, 8686, 9851, 9214, 9659, 10233, 8715, 9442, 8257, 8597, 11192, 8884, 8164, 9011, 7871, 8686, 8023, 8442, 9438, 8063, 8727, 7260, 7960, 8755, 8098, 8890, 8472, 8112, 8614, 9030, 9072, 9076, 8001, 8732, 7992, 8426, 8910, 8021, 9092, 8662, 8090, 8730, 7762, 8265, 8532, 8413, 8726, 9341, 8013, 8643, 7472, 8283, 8800, 8459, 8884, 9259, 8160, 8918, 7641, 8812, 8869, 8444, 9079, 8662, 8462, 8972, 8723, 9111, 8184, 8308, 9220, 8485, 9351, 8947, 8906, 8503, 8843, 8179, 8517, 9284, 11157, 7961, 8915, 10250, 8516, 9005, 7904, 9003, 10020, 8980, 9473, 10774, 8490, 9355, 8314, 8955, 9338, 9255, 9352, 9727, 9101, 8839, 9386, 9650, 9357, 8389, 9199, 8119, 9097, 8641, 8260, 9460, 8333, 9060, 9361, 8491, 8791, 9419, 8721, 8112, 8534, 7602, 8801, 8535, 8058, 11820, 8968, 7852, 7847, 8426, 9013, 9249, 10287, 8484, 8610, 9876, 7954, 8772, 8339, 8244, 8875, 8635, 8758, 8759, 7662, 8939, 8769, 8371, 9077, 8455, 9260, 7764, 8257, 9181, 8079, 8912, 8276, 8462, 8740, 8119, 8574, 10138, 7804, 8825, 10664, 8189, 8891, 8314, 8327, 8852, 7967, 8583, 9057, 8842, 9195, 8787, 8437, 10540, 8347, 8781, 10721, 8979, 12393, 11419, 8787, 10568, 9273, 8655, 9949, 8551, 9571, 10633, 8611, 9391, 10365, 8248, 9188, 9059, 8735, 9233, 8554, 9315, 9378, 8837, 9275, 9012, 8769, 9080, 8328, 9131, 9237, 8623, 9491, 10244, 8663, 9299, 8530, 9258, 9099, 8091, 9410, 8859, 8770, 9310, 9121, 9395, 8358, 8580, 9216, 8774, 8899, 9046, 9353, 9233, 9227, 8395, 9383, 10463, 8599, 9431, 8018, 8638, 9093, 9016, 9179, 8924, 8749, 9527, 7861, 7236, 7765, 7404, 8043, 9294, 11624, 8189, 8936, 10567, 7956, 9124, 9847, 8243, 9066, 7759, 8732, 8900, 9459, 9471, 10696, 8240, 9345, 8726, 8582, 9212, 7887, 8857, 9500, 8296, 9537, 9033, 8719, 9231, 8055, 9300, 10008, 9142, 9838, 9109, 9519, 8568, 8835, 9658, 8564, 8841, 9481, 9319, 9313, 10630, 9200, 9171, 10546, 9176, 10083, 9218, 8887, 11270, 8414, 9696, 11285, 8801, 9777, 9913, 9205, 9585, 8942, 9955, 9679, 8893, 9772, 8856, 9421, 10035, 8719, 9856, 8728, 9377, 9921, 8437, 9708, 8328, 9301, 9519, 9115, 9930, 10865, 8830, 9699, 8649], 'WindowCenter': [3817.0, 3789.0, 3787.0, 3774.0, 3750.0, 3784.0, 3773.0, 3771.0, 3771.0, 3758.0, 3768.0, 3769.0, 3757.0, 3771.0, 3771.0, 3758.0, 3769.0, 3757.0, 3758.0, 3770.0, 3771.0, 3771.0, 3772.0, 3748.0, 3770.0, 3770.0, 3771.0, 3783.0, 3761.0, 3771.0, 3771.0, 3758.0, 3769.0, 3770.0, 3770.0, 3770.0, 3759.0, 3757.0, 3769.0, 3758.0, 3769.0, 3769.0, 3768.0, 3769.0, 3758.0, 3757.0, 3768.0, 3769.0, 3759.0, 3769.0, 3759.0, 3769.0, 3769.0, 3757.0, 3768.0, 3759.0, 3758.0, 3757.0, 3757.0, 3756.0, 3756.0, 3756.0, 3757.0, 3769.0, 3756.0, 3757.0, 3756.0, 3755.0, 3756.0, 3757.0, 3758.0, 3769.0, 3757.0, 3768.0, 3758.0, 3737.0, 3770.0, 3759.0, 3769.0, 3771.0, 3747.0, 3768.0, 3758.0, 3759.0, 3770.0, 3759.0, 3757.0, 3767.0, 3757.0, 3767.0, 3769.0, 3768.0, 3768.0, 3758.0, 3756.0, 3767.0, 3757.0, 3769.0, 3758.0, 3757.0, 3767.0, 3758.0, 3734.0, 3757.0, 3758.0, 3758.0, 3769.0, 3759.0, 3783.0, 3769.0, 3758.0, 3771.0, 3770.0, 3757.0, 3769.0, 3759.0, 3769.0, 3759.0, 3747.0, 3756.0, 3756.0, 3755.0, 3756.0, 3756.0, 3757.0, 3757.0, 3766.0, 3756.0, 3745.0, 3743.0, 3754.0, 3745.0, 3755.0, 3755.0, 3744.0, 3755.0, 3756.0, 3755.0, 3757.0, 3747.0, 3734.0, 3756.0, 3744.0, 3743.0, 3754.0, 3745.0, 3757.0, 3756.0, 3755.0, 3756.0, 3745.0, 3754.0, 3755.0, 3744.0, 3756.0, 3758.0, 3755.0, 3756.0, 3744.0, 3733.0, 3755.0, 3744.0, 3756.0, 3756.0, 3755.0, 3755.0, 3756.0, 3744.0, 3744.0, 3746.0, 3756.0, 3745.0, 3755.0, 3754.0, 3755.0, 3742.0, 3754.0, 3746.0, 3755.0, 3755.0, 3733.0, 3743.0, 3754.0, 3743.0, 3755.0, 3756.0, 3756.0, 3744.0, 3734.0, 3722.0, 3744.0, 3733.0, 3755.0, 3757.0, 3755.0, 3755.0, 3744.0, 3723.0, 3755.0, 3745.0, 3744.0, 3757.0, 3761.0, 3784.0, 3759.0, 3756.0, 3769.0, 3747.0, 3761.0, 3770.0, 3770.0, 3760.0, 3770.0, 3748.0, 3771.0, 3772.0, 3781.0, 3746.0, 3745.0, 3745.0, 3743.0, 3744.0, 3755.0, 3744.0, 3757.0, 3743.0, 3744.0, 3735.0, 3744.0, 3756.0, 3746.0, 3755.0, 3746.0, 3733.0, 3744.0, 3735.0, 3744.0, 3758.0, 3756.0, 3745.0, 3734.0, 3733.0, 3744.0, 3733.0, 3745.0, 3756.0, 3756.0, 3744.0, 3745.0, 3733.0, 3746.0, 3734.0, 3744.0, 3757.0, 3759.0, 3757.0, 3735.0, 3733.0, 3746.0, 3745.0, 3743.0, 3744.0, 3744.0, 3745.0, 3747.0, 3758.0, 3746.0, 3745.0, 3745.0, 3745.0, 3743.0, 3745.0, 3734.0, 3733.0, 3745.0, 3748.0, 3758.0, 3749.0, 3746.0, 3746.0, 3735.0, 3733.0, 3744.0, 3747.0, 3759.0, 3759.0, 3773.0, 3748.0, 3749.0, 3757.0, 3758.0, 3745.0, 3742.0, 3733.0, 3758.0, 3757.0, 3756.0, 3745.0, 3733.0, 3734.0, 3732.0, 3745.0, 3746.0, 3743.0, 3745.0, 3731.0, 3732.0, 3733.0, 3723.0, 3746.0, 3747.0, 3746.0, 3757.0, 3735.0, 3744.0, 3736.0, 3725.0, 3758.0, 3748.0, 3747.0, 3757.0, 3736.0, 3757.0, 3758.0, 3745.0, 3757.0, 3748.0, 3747.0, 3746.0, 3746.0, 3757.0, 3757.0, 3758.0, 3760.0, 3747.0, 3747.0, 3758.0, 3746.0, 3757.0, 3758.0, 3759.0, 3757.0, 3749.0, 3735.0, 3758.0, 3745.0, 3745.0, 3758.0, 3758.0, 3756.0, 3746.0, 3744.0, 3745.0, 3746.0, 3745.0, 3758.0, 3749.0, 3738.0, 3757.0, 3734.0, 3744.0, 3746.0, 3745.0, 3746.0, 3746.0, 3756.0, 3746.0, 3737.0, 3745.0, 3747.0, 3744.0, 3743.0, 3747.0, 3756.0, 3746.0, 3746.0, 3724.0, 3745.0, 3735.0, 3744.0, 3757.0, 3757.0, 3743.0, 3743.0, 3743.0, 3743.0, 3733.0, 3745.0, 3744.0, 3743.0, 3744.0, 3745.0, 3722.0, 3744.0, 3734.0, 3758.0, 3759.0, 3747.0, 3748.0, 3746.0, 3736.0, 3746.0, 3735.0, 3756.0, 3756.0, 3758.0, 3734.0, 3746.0, 3759.0, 3747.0, 3736.0, 3742.0, 3722.0, 3731.0, 3722.0, 3731.0, 3735.0, 3745.0, 3758.0, 3747.0, 3745.0, 3744.0, 3731.0, 3732.0, 3733.0, 3731.0, 3732.0, 3743.0, 3733.0, 3734.0, 3731.0, 3720.0, 3719.0, 3719.0, 3719.0, 3720.0, 3730.0, 3719.0, 3729.0, 3718.0, 3720.0, 3717.0, 3717.0, 3719.0, 3730.0, 3719.0, 3727.0, 3717.0, 3716.0, 3717.0, 3718.0, 3718.0, 3728.0, 3719.0, 3732.0, 3731.0, 3730.0, 3731.0, 3719.0, 3708.0, 3730.0, 3722.0, 3731.0, 3746.0, 3745.0, 3743.0, 3753.0, 3727.0, 3726.0, 3727.0, 3725.0, 3726.0, 3714.0, 3714.0, 3728.0, 3738.0, 3753.0, 3743.0, 3718.0, 3743.0, 3754.0, 3731.0, 3754.0, 3732.0, 3733.0, 3744.0, 3732.0, 3720.0, 3733.0, 3743.0, 3732.0, 3747.0, 3766.0, 3731.0, 3731.0, 3739.0, 3707.0, 3729.0, 3727.0, 3719.0, 3743.0, 3731.0, 3731.0, 3730.0, 3730.0, 3742.0, 3731.0, 3733.0, 3745.0, 3733.0, 3732.0, 3742.0, 3742.0, 3743.0, 3733.0, 3733.0, 3757.0, 3734.0, 3745.0, 3744.0, 3743.0, 3744.0, 3744.0, 3735.0, 3759.0, 3746.0, 3745.0, 3745.0, 3733.0, 3745.0, 3744.0, 3744.0, 3757.0, 3746.0, 3745.0, 3756.0, 3723.0, 3745.0, 3745.0, 3747.0, 3758.0, 3745.0, 3747.0, 3759.0, 3747.0, 3746.0, 3744.0, 3758.0, 3759.0, 3757.0, 3734.0, 3743.0, 3731.0, 3731.0, 3744.0, 3733.0, 3745.0, 3744.0, 3733.0, 3755.0, 3743.0, 3733.0, 3745.0, 3757.0, 3757.0, 3754.0, 3684.0, 3715.0, 3654.0, 3712.0, 3612.0, 3729.0, 3740.0, 3750.0, 3719.0, 3730.0, 3745.0, 3745.0, 3756.0, 3745.0, 3756.0, 3757.0, 3744.0, 3742.0, 3719.0, 3744.0, 3753.0, 3733.0, 3732.0, 3733.0, 3733.0, 3744.0, 3721.0, 3730.0, 3731.0, 3720.0, 3731.0, 3722.0, 3734.0, 3733.0, 3723.0, 3744.0, 3732.0, 3720.0, 3732.0, 3745.0, 3747.0, 3743.0, 3734.0, 3734.0, 3722.0, 3732.0, 3733.0, 3736.0, 3747.0, 3745.0, 3735.0, 3734.0, 3722.0, 3733.0, 3745.0, 3747.0, 3745.0, 3744.0, 3733.0, 3734.0, 3722.0, 3733.0, 3746.0, 3746.0, 3745.0, 3743.0, 3733.0, 3743.0, 3721.0, 3743.0, 3744.0, 3746.0, 3757.0, 3745.0, 3734.0, 3742.0, 3733.0, 3743.0, 3732.0, 3747.0, 3759.0, 3746.0, 3753.0, 3738.0, 3743.0, 3730.0, 3741.0, 3730.0, 3742.0, 3743.0, 3767.0, 3733.0, 3745.0, 3755.0, 3731.0, 3733.0, 3721.0, 3743.0, 3740.0, 3732.0, 3744.0, 3751.0, 3731.0, 3731.0, 3719.0, 3730.0, 3730.0, 3730.0, 3731.0, 3741.0, 3730.0, 3729.0, 3728.0, 3728.0, 3728.0, 3718.0, 3729.0, 3719.0, 3729.0, 3718.0, 3718.0, 3729.0, 3718.0, 3729.0, 3730.0, 3732.0, 3731.0, 3744.0, 3733.0, 3732.0, 3744.0, 3722.0, 3745.0, 3746.0, 3738.0, 3768.0, 3747.0, 3735.0, 3734.0, 3735.0, 3746.0, 3745.0, 3744.0, 3733.0, 3733.0, 3730.0, 3720.0, 3744.0, 3733.0, 3733.0, 3732.0, 3731.0, 3732.0, 3732.0, 3721.0, 3746.0, 3745.0, 3735.0, 3744.0, 3733.0, 3745.0, 3722.0, 3734.0, 3746.0, 3736.0, 3747.0, 3735.0, 3735.0, 3746.0, 3735.0, 3745.0, 3757.0, 3736.0, 3745.0, 3754.0, 3733.0, 3744.0, 3732.0, 3732.0, 3733.0, 3734.0, 3745.0, 3745.0, 3745.0, 3743.0, 3712.0, 3723.0, 3729.0, 3676.0, 3725.0, 3737.0, 3727.0, 3710.0, 3769.0, 3734.0, 3754.0, 3744.0, 3746.0, 3756.0, 3733.0, 3744.0, 3756.0, 3730.0, 3740.0, 3741.0, 3732.0, 3744.0, 3731.0, 3732.0, 3742.0, 3731.0, 3743.0, 3731.0, 3744.0, 3744.0, 3730.0, 3731.0, 3730.0, 3719.0, 3729.0, 3730.0, 3719.0, 3743.0, 3754.0, 3732.0, 3742.0, 3730.0, 3731.0, 3729.0, 3720.0, 3744.0, 3744.0, 3733.0, 3744.0, 3742.0, 3744.0, 3731.0, 3733.0, 3746.0, 3745.0, 3744.0, 3732.0, 3742.0, 3743.0, 3743.0, 3732.0, 3744.0, 3755.0, 3733.0, 3744.0, 3732.0, 3733.0, 3744.0, 3746.0, 3759.0, 3759.0, 3748.0, 3746.0, 3736.0, 3722.0, 3734.0, 3724.0, 3749.0, 3761.0, 3769.0, 3736.0, 3745.0, 3754.0, 3733.0, 3745.0, 3756.0, 3733.0, 3744.0, 3721.0, 3733.0, 3743.0, 3757.0, 3757.0, 3753.0, 3732.0, 3743.0, 3730.0, 3732.0, 3744.0, 3732.0, 3744.0, 3743.0, 3732.0, 3743.0, 3731.0, 3731.0, 3743.0, 3733.0, 3756.0, 3756.0, 3756.0, 3742.0, 3729.0, 3753.0, 3730.0, 3741.0, 3755.0, 3741.0, 3754.0, 3769.0, 3756.0, 3754.0, 3752.0, 3742.0, 3741.0, 3740.0, 3740.0, 3741.0, 3741.0, 3742.0, 3764.0, 3732.0, 3742.0, 3749.0, 3729.0, 3740.0, 3740.0, 3740.0, 3742.0, 3730.0, 3740.0, 3728.0, 3729.0, 3742.0, 3742.0, 3741.0, 3739.0, 3718.0, 3740.0, 3717.0, 3728.0, 3741.0, 3730.0, 3741.0, 3729.0, 3740.0, 3741.0, 3730.0, 3742.0, 3752.0, 3742.0, 3743.0, 3729.0], 'WindowWidth': [8575.0, 8520.0, 8511.0, 8490.0, 8451.0, 8500.0, 8487.0, 8477.0, 8477.0, 8456.0, 8469.0, 8471.0, 8454.0, 8477.0, 8478.0, 8456.0, 8472.0, 8454.0, 8456.0, 8476.0, 8481.0, 8480.0, 8482.0, 8444.0, 8475.0, 8476.0, 8480.0, 8498.0, 8466.0, 8477.0, 8477.0, 8456.0, 8471.0, 8478.0, 8476.0, 8474.0, 8459.0, 8454.0, 8471.0, 8457.0, 8474.0, 8473.0, 8469.0, 8470.0, 8456.0, 8452.0, 8469.0, 8472.0, 8461.0, 8473.0, 8458.0, 8471.0, 8473.0, 8452.0, 8468.0, 8459.0, 8455.0, 8454.0, 8451.0, 8448.0, 8450.0, 8450.0, 8454.0, 8471.0, 8450.0, 8452.0, 8451.0, 8446.0, 8450.0, 8455.0, 8458.0, 8472.0, 8452.0, 8468.0, 8457.0, 8429.0, 8476.0, 8461.0, 8473.0, 8479.0, 8440.0, 8469.0, 8457.0, 8461.0, 8476.0, 8459.0, 8454.0, 8468.0, 8452.0, 8466.0, 8473.0, 8471.0, 8470.0, 8455.0, 8447.0, 8465.0, 8453.0, 8472.0, 8456.0, 8454.0, 8466.0, 8455.0, 8418.0, 8451.0, 8456.0, 8456.0, 8473.0, 8459.0, 8498.0, 8472.0, 8456.0, 8477.0, 8476.0, 8452.0, 8470.0, 8461.0, 8473.0, 8461.0, 8440.0, 8450.0, 8451.0, 8445.0, 8449.0, 8449.0, 8451.0, 8454.0, 8464.0, 8449.0, 8433.0, 8428.0, 8442.0, 8433.0, 8446.0, 8448.0, 8432.0, 8445.0, 8449.0, 8447.0, 8452.0, 8441.0, 8416.0, 8448.0, 8430.0, 8426.0, 8444.0, 8432.0, 8453.0, 8450.0, 8445.0, 8449.0, 8432.0, 8443.0, 8445.0, 8431.0, 8451.0, 8454.0, 8446.0, 8447.0, 8432.0, 8415.0, 8444.0, 8431.0, 8449.0, 8450.0, 8448.0, 8447.0, 8450.0, 8430.0, 8429.0, 8437.0, 8451.0, 8433.0, 8447.0, 8442.0, 8444.0, 8426.0, 8443.0, 8436.0, 8448.0, 8446.0, 8415.0, 8426.0, 8443.0, 8429.0, 8447.0, 8451.0, 8448.0, 8430.0, 8417.0, 8397.0, 8428.0, 8414.0, 8446.0, 8451.0, 8445.0, 8447.0, 8433.0, 8402.0, 8444.0, 8434.0, 8430.0, 8454.0, 8465.0, 8501.0, 8459.0, 8449.0, 8474.0, 8441.0, 8465.0, 8474.0, 8473.0, 8463.0, 8474.0, 8442.0, 8475.0, 8481.0, 8495.0, 8435.0, 8431.0, 8430.0, 8424.0, 8427.0, 8446.0, 8431.0, 8449.0, 8427.0, 8428.0, 8417.0, 8428.0, 8448.0, 8436.0, 8446.0, 8437.0, 8412.0, 8428.0, 8417.0, 8428.0, 8452.0, 8448.0, 8431.0, 8417.0, 8411.0, 8428.0, 8414.0, 8429.0, 8447.0, 8448.0, 8429.0, 8432.0, 8413.0, 8433.0, 8416.0, 8428.0, 8451.0, 8458.0, 8455.0, 8421.0, 8415.0, 8433.0, 8434.0, 8426.0, 8430.0, 8428.0, 8431.0, 8437.0, 8453.0, 8435.0, 8434.0, 8429.0, 8429.0, 8426.0, 8429.0, 8416.0, 8411.0, 8429.0, 8439.0, 8453.0, 8442.0, 8435.0, 8432.0, 8417.0, 8412.0, 8425.0, 8435.0, 8457.0, 8456.0, 8480.0, 8441.0, 8440.0, 8450.0, 8450.0, 8427.0, 8421.0, 8410.0, 8450.0, 8447.0, 8446.0, 8427.0, 8410.0, 8410.0, 8405.0, 8429.0, 8434.0, 8424.0, 8428.0, 8405.0, 8408.0, 8411.0, 8396.0, 8433.0, 8438.0, 8432.0, 8450.0, 8414.0, 8427.0, 8419.0, 8406.0, 8453.0, 8440.0, 8435.0, 8451.0, 8420.0, 8447.0, 8452.0, 8433.0, 8451.0, 8439.0, 8435.0, 8435.0, 8434.0, 8447.0, 8450.0, 8455.0, 8457.0, 8438.0, 8436.0, 8452.0, 8434.0, 8449.0, 8452.0, 8458.0, 8452.0, 8443.0, 8418.0, 8450.0, 8433.0, 8430.0, 8452.0, 8455.0, 8446.0, 8434.0, 8429.0, 8427.0, 8432.0, 8431.0, 8454.0, 8446.0, 8429.0, 8449.0, 8415.0, 8427.0, 8436.0, 8432.0, 8432.0, 8435.0, 8449.0, 8434.0, 8422.0, 8429.0, 8435.0, 8430.0, 8426.0, 8437.0, 8452.0, 8434.0, 8433.0, 8401.0, 8430.0, 8417.0, 8426.0, 8450.0, 8450.0, 8426.0, 8427.0, 8424.0, 8423.0, 8411.0, 8433.0, 8429.0, 8425.0, 8425.0, 8430.0, 8395.0, 8428.0, 8417.0, 8452.0, 8454.0, 8437.0, 8441.0, 8435.0, 8421.0, 8434.0, 8419.0, 8448.0, 8448.0, 8454.0, 8414.0, 8434.0, 8456.0, 8436.0, 8419.0, 8420.0, 8393.0, 8401.0, 8394.0, 8403.0, 8417.0, 8433.0, 8456.0, 8434.0, 8434.0, 8429.0, 8404.0, 8407.0, 8410.0, 8404.0, 8408.0, 8425.0, 8411.0, 8413.0, 8406.0, 8388.0, 8388.0, 8385.0, 8386.0, 8387.0, 8399.0, 8385.0, 8399.0, 8381.0, 8385.0, 8378.0, 8377.0, 8386.0, 8402.0, 8383.0, 8391.0, 8377.0, 8378.0, 8378.0, 8380.0, 8382.0, 8394.0, 8385.0, 8410.0, 8408.0, 8403.0, 8401.0, 8388.0, 8370.0, 8403.0, 8394.0, 8404.0, 8437.0, 8434.0, 8426.0, 8437.0, 8394.0, 8391.0, 8395.0, 8389.0, 8391.0, 8371.0, 8369.0, 8396.0, 8411.0, 8439.0, 8427.0, 8383.0, 8424.0, 8444.0, 8406.0, 8441.0, 8407.0, 8410.0, 8427.0, 8408.0, 8388.0, 8410.0, 8424.0, 8408.0, 8438.0, 8465.0, 8405.0, 8402.0, 8410.0, 8365.0, 8398.0, 8392.0, 8384.0, 8424.0, 8407.0, 8405.0, 8403.0, 8400.0, 8422.0, 8407.0, 8409.0, 8430.0, 8413.0, 8409.0, 8421.0, 8421.0, 8425.0, 8411.0, 8412.0, 8451.0, 8415.0, 8432.0, 8428.0, 8424.0, 8429.0, 8430.0, 8419.0, 8456.0, 8435.0, 8432.0, 8430.0, 8413.0, 8431.0, 8428.0, 8429.0, 8451.0, 8437.0, 8431.0, 8446.0, 8399.0, 8432.0, 8431.0, 8439.0, 8455.0, 8434.0, 8438.0, 8459.0, 8439.0, 8435.0, 8430.0, 8454.0, 8457.0, 8453.0, 8414.0, 8426.0, 8408.0, 8407.0, 8428.0, 8414.0, 8430.0, 8430.0, 8413.0, 8445.0, 8427.0, 8413.0, 8432.0, 8452.0, 8453.0, 8441.0, 8309.0, 8381.0, 8256.0, 8370.0, 8165.0, 8407.0, 8422.0, 8432.0, 8385.0, 8403.0, 8431.0, 8430.0, 8447.0, 8431.0, 8447.0, 8450.0, 8426.0, 8420.0, 8384.0, 8429.0, 8440.0, 8408.0, 8406.0, 8410.0, 8412.0, 8428.0, 8391.0, 8400.0, 8403.0, 8385.0, 8401.0, 8394.0, 8411.0, 8412.0, 8395.0, 8427.0, 8407.0, 8390.0, 8408.0, 8431.0, 8436.0, 8426.0, 8413.0, 8415.0, 8392.0, 8407.0, 8410.0, 8419.0, 8436.0, 8430.0, 8416.0, 8414.0, 8393.0, 8409.0, 8431.0, 8435.0, 8430.0, 8426.0, 8411.0, 8413.0, 8395.0, 8410.0, 8435.0, 8432.0, 8429.0, 8424.0, 8409.0, 8424.0, 8393.0, 8423.0, 8426.0, 8432.0, 8450.0, 8431.0, 8413.0, 8423.0, 8409.0, 8425.0, 8410.0, 8438.0, 8458.0, 8437.0, 8441.0, 8412.0, 8425.0, 8404.0, 8421.0, 8405.0, 8423.0, 8427.0, 8464.0, 8409.0, 8431.0, 8445.0, 8405.0, 8411.0, 8391.0, 8424.0, 8419.0, 8407.0, 8426.0, 8434.0, 8404.0, 8404.0, 8383.0, 8399.0, 8403.0, 8399.0, 8405.0, 8420.0, 8399.0, 8398.0, 8393.0, 8395.0, 8393.0, 8380.0, 8398.0, 8384.0, 8396.0, 8381.0, 8381.0, 8397.0, 8382.0, 8398.0, 8403.0, 8406.0, 8406.0, 8426.0, 8410.0, 8408.0, 8427.0, 8393.0, 8430.0, 8434.0, 8422.0, 8462.0, 8434.0, 8416.0, 8411.0, 8418.0, 8431.0, 8427.0, 8425.0, 8408.0, 8409.0, 8399.0, 8385.0, 8427.0, 8412.0, 8409.0, 8407.0, 8402.0, 8406.0, 8406.0, 8392.0, 8431.0, 8431.0, 8415.0, 8426.0, 8409.0, 8428.0, 8395.0, 8412.0, 8432.0, 8422.0, 8436.0, 8418.0, 8417.0, 8433.0, 8416.0, 8428.0, 8451.0, 8419.0, 8430.0, 8439.0, 8410.0, 8428.0, 8406.0, 8405.0, 8411.0, 8413.0, 8429.0, 8430.0, 8431.0, 8425.0, 8366.0, 8386.0, 8388.0, 8292.0, 8391.0, 8409.0, 8392.0, 8354.0, 8475.0, 8413.0, 8443.0, 8427.0, 8433.0, 8448.0, 8411.0, 8427.0, 8446.0, 8401.0, 8415.0, 8418.0, 8409.0, 8426.0, 8404.0, 8406.0, 8421.0, 8403.0, 8421.0, 8405.0, 8426.0, 8425.0, 8401.0, 8402.0, 8402.0, 8382.0, 8399.0, 8401.0, 8385.0, 8423.0, 8441.0, 8406.0, 8418.0, 8400.0, 8404.0, 8400.0, 8388.0, 8426.0, 8428.0, 8410.0, 8427.0, 8420.0, 8425.0, 8406.0, 8409.0, 8433.0, 8431.0, 8425.0, 8409.0, 8418.0, 8423.0, 8423.0, 8406.0, 8427.0, 8444.0, 8410.0, 8427.0, 8408.0, 8409.0, 8429.0, 8433.0, 8457.0, 8457.0, 8439.0, 8430.0, 8419.0, 8397.0, 8415.0, 8400.0, 8444.0, 8463.0, 8471.0, 8419.0, 8430.0, 8439.0, 8408.0, 8428.0, 8447.0, 8412.0, 8426.0, 8391.0, 8408.0, 8424.0, 8450.0, 8449.0, 8438.0, 8406.0, 8423.0, 8402.0, 8408.0, 8425.0, 8408.0, 8426.0, 8424.0, 8406.0, 8423.0, 8405.0, 8405.0, 8422.0, 8413.0, 8448.0, 8450.0, 8447.0, 8420.0, 8399.0, 8438.0, 8406.0, 8420.0, 8443.0, 8422.0, 8444.0, 8473.0, 8451.0, 8444.0, 8438.0, 8422.0, 8420.0, 8416.0, 8416.0, 8420.0, 8417.0, 8424.0, 8455.0, 8408.0, 8422.0, 8427.0, 8398.0, 8414.0, 8417.0, 8414.0, 8422.0, 8399.0, 8415.0, 8395.0, 8397.0, 8420.0, 8421.0, 8418.0, 8412.0, 8382.0, 8412.0, 8379.0, 8396.0, 8418.0, 8402.0, 8418.0, 8398.0, 8413.0, 8417.0, 8401.0, 8420.0, 8437.0, 8420.0, 8423.0, 8399.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.009032261251372119</td></tr>
<tr><td colspan=3>aqi</td><td>0.09669390933040614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.47404269751649</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0465517973626377</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0385986756483525</td></tr>
<tr><td colspan=3>efc</td><td>0.4875</td></tr>
<tr><td colspan=3>fber</td><td>4580.4048</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2512249895372701</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.672886937431393</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9027557906163857</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6238806647145374</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3048608302968865</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7795258768377327</td></tr>
<tr><td colspan=3>gcor</td><td>0.00713516</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00934206135571003</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03020908683538437</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.6265680154897866</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>17.253</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3535</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.6484</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302014.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.9575</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6629</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.6222</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2912.9703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74530.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>875.4775</td></tr>
<tr><td colspan=3>tsnr</td><td>20.978769885143265</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>