<?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-0126_ses-04_task-social_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-0126_ses-04_task-social_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-04_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_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-04_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_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-04_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0126_suffix-bold_task-social" 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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_ses-04_task-social_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-0126/figures/sub-0126_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-04_task-social_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-0126/ses-04/func/sub-0126_ses-04_task-social_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>57a5cc35ce9fe6905ace6ff4778316b7</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:16:6.350000</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.999475, 0.0125274, 0.0298718, -0.0141307, 0.998437, 0.0540794]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_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.111059</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-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7800, -7209, -8, -136, -129, -13, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>295.539</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c02cb348-ba2c-4b80-b4df-1032440dc4e7||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.681519031524658, -0.03791151940822601, 0.07869859784841537, 116.43205261230469], [-0.033610038459300995, 2.6787326335906982, 0.14707744121551514, -86.81262969970703], [0.08014386147260666, -0.14509107172489166, 2.6948423385620117, -72.54352569580078], [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, 872]</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], 'AcquisitionTime': ['201606.350000', '201606.810000', '201607.270000', '201607.730000', '201608.190000', '201608.650000', '201609.110000', '201609.570000', '201610.030000', '201610.490000', '201610.950000', '201611.410000', '201611.870000', '201612.330000', '201612.790000', '201613.250000', '201613.710000', '201614.170000', '201614.630000', '201615.090000', '201615.550000', '201616.010000', '201616.470000', '201616.930000', '201617.390000', '201617.850000', '201618.310000', '201618.770000', '201619.230000', '201619.690000', '201620.150000', '201620.610000', '201621.070000', '201621.530000', '201621.990000', '201622.450000', '201622.910000', '201623.370000', '201623.830000', '201624.290000', '201624.750000', '201625.210000', '201625.670000', '201626.130000', '201626.590000', '201627.050000', '201627.510000', '201627.970000', '201628.430000', '201628.890000', '201629.350000', '201629.810000', '201630.270000', '201630.730000', '201631.190000', '201631.650000', '201632.110000', '201632.570000', '201633.030000', '201633.490000', '201633.950000', '201634.410000', '201634.870000', '201635.330000', '201635.790000', '201636.250000', '201636.710000', '201637.170000', '201637.630000', '201638.090000', '201638.550000', '201639.010000', '201639.470000', '201639.930000', '201640.390000', '201640.850000', '201641.310000', '201641.770000', '201642.230000', '201642.690000', '201643.150000', '201643.610000', '201644.070000', '201644.530000', '201644.990000', '201645.450000', '201645.910000', '201646.370000', '201646.830000', '201647.290000', '201647.750000', '201648.210000', '201648.670000', '201649.130000', '201649.590000', '201650.050000', '201650.510000', '201650.970000', '201651.430000', '201651.890000', '201652.350000', '201652.810000', '201653.270000', '201653.730000', '201654.190000', '201654.650000', '201655.110000', '201655.570000', '201656.030000', '201656.490000', '201656.950000', '201657.410000', '201657.870000', '201658.330000', '201658.790000', '201659.250000', '201659.710000', '201700.170000', '201700.630000', '201701.090000', '201701.550000', '201702.010000', '201702.470000', '201702.930000', '201703.390000', '201703.850000', '201704.310000', '201704.770000', '201705.230000', '201705.690000', '201706.150000', '201706.610000', '201707.070000', '201707.530000', '201707.990000', '201708.450000', '201708.910000', '201709.370000', '201709.830000', '201710.290000', '201710.750000', '201711.210000', '201711.670000', '201712.130000', '201712.590000', '201713.050000', '201713.510000', '201713.970000', '201714.430000', '201714.890000', '201715.350000', '201715.810000', '201716.270000', '201716.730000', '201717.190000', '201717.650000', '201718.110000', '201718.570000', '201719.030000', '201719.490000', '201719.950000', '201720.410000', '201720.870000', '201721.330000', '201721.790000', '201722.250000', '201722.710000', '201723.170000', '201723.630000', '201724.090000', '201724.550000', '201725.010000', '201725.470000', '201725.930000', '201726.390000', '201726.850000', '201727.310000', '201727.770000', '201728.230000', '201728.690000', '201729.150000', '201729.610000', '201730.070000', '201730.530000', '201730.990000', '201731.450000', '201731.910000', '201732.370000', '201732.830000', '201733.290000', '201733.750000', '201734.210000', '201734.670000', '201735.130000', '201735.590000', '201736.050000', '201736.510000', '201736.970000', '201737.430000', '201737.890000', '201738.350000', '201738.810000', '201739.270000', '201739.730000', '201740.190000', '201740.650000', '201741.110000', '201741.570000', '201742.030000', '201742.490000', '201742.950000', '201743.410000', '201743.870000', '201744.330000', '201744.790000', '201745.250000', '201745.710000', '201746.170000', '201746.630000', '201747.090000', '201747.550000', '201748.010000', '201748.470000', '201748.930000', '201749.390000', '201749.850000', '201750.310000', '201750.770000', '201751.230000', '201751.690000', '201752.150000', '201752.610000', '201753.070000', '201753.530000', '201753.990000', '201754.450000', '201754.910000', '201755.370000', '201755.830000', '201756.290000', '201756.750000', '201757.210000', '201757.670000', '201758.130000', '201758.590000', '201759.050000', '201759.510000', '201759.970000', '201800.430000', '201800.890000', '201801.350000', '201801.810000', '201802.270000', '201802.730000', '201803.190000', '201803.650000', '201804.110000', '201804.570000', '201805.030000', '201805.490000', '201805.950000', '201806.410000', '201806.870000', '201807.330000', '201807.790000', '201808.250000', '201808.710000', '201809.170000', '201809.630000', '201810.090000', '201810.550000', '201811.010000', '201811.470000', '201811.930000', '201812.390000', '201812.850000', '201813.310000', '201813.770000', '201814.230000', '201814.690000', '201815.150000', '201815.610000', '201816.070000', '201816.530000', '201816.990000', '201817.450000', '201817.910000', '201818.370000', '201818.830000', '201819.290000', '201819.750000', '201820.210000', '201820.670000', '201821.130000', '201821.590000', '201822.050000', '201822.510000', '201822.970000', '201823.430000', '201823.890000', '201824.350000', '201824.810000', '201825.270000', '201825.730000', '201826.190000', '201826.650000', '201827.110000', '201827.570000', '201828.030000', '201828.490000', '201828.950000', '201829.410000', '201829.870000', '201830.330000', '201830.790000', '201831.250000', '201831.710000', '201832.170000', '201832.630000', '201833.090000', '201833.550000', '201834.010000', '201834.470000', '201834.930000', '201835.390000', '201835.850000', '201836.310000', '201836.770000', '201837.230000', '201837.690000', '201838.150000', '201838.610000', '201839.070000', '201839.530000', '201839.990000', '201840.450000', '201840.910000', '201841.370000', '201841.830000', '201842.290000', '201842.750000', '201843.210000', '201843.670000', '201844.130000', '201844.590000', '201845.050000', '201845.510000', '201845.970000', '201846.430000', '201846.890000', '201847.350000', '201847.810000', '201848.270000', '201848.730000', '201849.190000', '201849.650000', '201850.110000', '201850.570000', '201851.030000', '201851.490000', '201851.950000', '201852.410000', '201852.870000', '201853.330000', '201853.790000', '201854.250000', '201854.710000', '201855.170000', '201855.630000', '201856.090000', '201856.550000', '201857.010000', '201857.470000', '201857.930000', '201858.390000', '201858.850000', '201859.310000', '201859.770000', '201900.230000', '201900.690000', '201901.150000', '201901.610000', '201902.070000', '201902.530000', '201902.990000', '201903.450000', '201903.910000', '201904.370000', '201904.830000', '201905.290000', '201905.750000', '201906.210000', '201906.670000', '201907.130000', '201907.590000', '201908.050000', '201908.510000', '201908.970000', '201909.430000', '201909.890000', '201910.350000', '201910.810000', '201911.270000', '201911.730000', '201912.190000', '201912.650000', '201913.110000', '201913.570000', '201914.030000', '201914.490000', '201914.950000', '201915.410000', '201915.870000', '201916.330000', '201916.790000', '201917.250000', '201917.710000', '201918.170000', '201918.630000', '201919.090000', '201919.550000', '201920.010000', '201920.470000', '201920.930000', '201921.390000', '201921.850000', '201922.310000', '201922.770000', '201923.230000', '201923.690000', '201924.150000', '201924.610000', '201925.070000', '201925.530000', '201925.990000', '201926.450000', '201926.910000', '201927.370000', '201927.830000', '201928.290000', '201928.750000', '201929.210000', '201929.670000', '201930.130000', '201930.590000', '201931.050000', '201931.510000', '201931.970000', '201932.430000', '201932.890000', '201933.350000', '201933.810000', '201934.270000', '201934.730000', '201935.190000', '201935.650000', '201936.110000', '201936.570000', '201937.030000', '201937.490000', '201937.950000', '201938.410000', '201938.870000', '201939.330000', '201939.790000', '201940.250000', '201940.710000', '201941.170000', '201941.630000', '201942.090000', '201942.550000', '201943.010000', '201943.470000', '201943.930000', '201944.390000', '201944.850000', '201945.310000', '201945.770000', '201946.230000', '201946.690000', '201947.150000', '201947.610000', '201948.070000', '201948.530000', '201948.990000', '201949.450000', '201949.910000', '201950.370000', '201950.830000', '201951.290000', '201951.750000', '201952.210000', '201952.670000', '201953.130000', '201953.590000', '201954.050000', '201954.510000', '201954.970000', '201955.430000', '201955.890000', '201956.350000', '201956.810000', '201957.270000', '201957.730000', '201958.190000', '201958.650000', '201959.110000', '201959.570000', '202000.030000', '202000.490000', '202000.950000', '202001.410000', '202001.870000', '202002.330000', '202002.790000', '202003.250000', '202003.710000', '202004.170000', '202004.630000', '202005.090000', '202005.550000', '202006.010000', '202006.470000', '202006.930000', '202007.390000', '202007.850000', '202008.310000', '202008.770000', '202009.230000', '202009.690000', '202010.150000', '202010.610000', '202011.070000', '202011.530000', '202011.990000', '202012.450000', '202012.910000', '202013.370000', '202013.830000', '202014.290000', '202014.750000', '202015.210000', '202015.670000', '202016.130000', '202016.590000', '202017.050000', '202017.510000', '202017.970000', '202018.430000', '202018.890000', '202019.350000', '202019.810000', '202020.270000', '202020.730000', '202021.190000', '202021.650000', '202022.110000', '202022.570000', '202023.030000', '202023.490000', '202023.950000', '202024.410000', '202024.870000', '202025.330000', '202025.790000', '202026.250000', '202026.710000', '202027.170000', '202027.630000', '202028.090000', '202028.550000', '202029.010000', '202029.470000', '202029.930000', '202030.390000', '202030.850000', '202031.310000', '202031.770000', '202032.230000', '202032.690000', '202033.150000', '202033.610000', '202034.070000', '202034.530000', '202034.990000', '202035.450000', '202035.910000', '202036.370000', '202036.830000', '202037.290000', '202037.750000', '202038.210000', '202038.670000', '202039.130000', '202039.590000', '202040.050000', '202040.510000', '202040.970000', '202041.430000', '202041.890000', '202042.350000', '202042.810000', '202043.270000', '202043.730000', '202044.190000', '202044.650000', '202045.110000', '202045.570000', '202046.030000', '202046.490000', '202046.950000', '202047.410000', '202047.870000', '202048.330000', '202048.790000', '202049.250000', '202049.710000', '202050.170000', '202050.630000', '202051.090000', '202051.550000', '202052.010000', '202052.470000', '202052.930000', '202053.390000', '202053.850000', '202054.310000', '202054.770000', '202055.230000', '202055.690000', '202056.150000', '202056.610000', '202057.070000', '202057.530000', '202057.990000', '202058.450000', '202058.910000', '202059.370000', '202059.830000', '202100.290000', '202100.750000', '202101.210000', '202101.670000', '202102.130000', '202102.590000', '202103.050000', '202103.510000', '202103.970000', '202104.430000', '202104.890000', '202105.350000', '202105.810000', '202106.270000', '202106.730000', '202107.190000', '202107.650000', '202108.110000', '202108.570000', '202109.030000', '202109.490000', '202109.950000', '202110.410000', '202110.870000', '202111.330000', '202111.790000', '202112.250000', '202112.710000', '202113.170000', '202113.630000', '202114.090000', '202114.550000', '202115.010000', '202115.470000', '202115.930000', '202116.390000', '202116.850000', '202117.310000', '202117.770000', '202118.230000', '202118.690000', '202119.150000', '202119.610000', '202120.070000', '202120.530000', '202120.990000', '202121.450000', '202121.910000', '202122.370000', '202122.830000', '202123.290000', '202123.750000', '202124.210000', '202124.670000', '202125.130000', '202125.590000', '202126.050000', '202126.510000', '202126.970000', '202127.430000', '202127.890000', '202128.350000', '202128.810000', '202129.270000', '202129.730000', '202130.190000', '202130.650000', '202131.110000', '202131.570000', '202132.030000', '202132.490000', '202132.950000', '202133.410000', '202133.870000', '202134.330000', '202134.790000', '202135.250000', '202135.710000', '202136.170000', '202136.630000', '202137.090000', '202137.550000', '202138.010000', '202138.470000', '202138.930000', '202139.390000', '202139.850000', '202140.310000', '202140.770000', '202141.230000', '202141.690000', '202142.150000', '202142.610000', '202143.070000', '202143.530000', '202143.990000', '202144.450000', '202144.910000', '202145.370000', '202145.830000', '202146.290000', '202146.750000', '202147.210000', '202147.670000', '202148.130000', '202148.590000', '202149.050000', '202149.510000', '202149.970000', '202150.430000', '202150.890000', '202151.350000', '202151.810000', '202152.270000', '202152.730000', '202153.190000', '202153.650000', '202154.110000', '202154.570000', '202155.030000', '202155.490000', '202155.950000', '202156.410000', '202156.870000', '202157.330000', '202157.790000', '202158.250000', '202158.710000', '202159.170000', '202159.630000', '202200.090000', '202200.550000', '202201.010000', '202201.470000', '202201.930000', '202202.390000', '202202.850000', '202203.310000', '202203.770000', '202204.230000', '202204.690000', '202205.150000', '202205.610000', '202206.070000', '202206.530000', '202206.990000', '202207.450000', '202207.910000', '202208.370000', '202208.830000', '202209.290000', '202209.750000', '202210.210000', '202210.670000', '202211.130000', '202211.590000', '202212.050000', '202212.510000', '202212.970000', '202213.430000', '202213.890000', '202214.350000', '202214.810000', '202215.270000', '202215.730000', '202216.190000', '202216.650000', '202217.110000', '202217.570000', '202218.030000', '202218.490000', '202218.950000', '202219.410000', '202219.870000', '202220.330000', '202220.790000', '202221.250000', '202221.710000', '202222.170000', '202222.630000', '202223.090000', '202223.550000', '202224.010000', '202224.470000', '202224.930000', '202225.390000', '202225.850000', '202226.310000', '202226.770000', '202227.230000', '202227.690000', '202228.150000', '202228.610000', '202229.070000', '202229.530000', '202229.990000', '202230.450000', '202230.910000', '202231.370000', '202231.830000', '202232.290000', '202232.750000', '202233.210000', '202233.670000', '202234.130000', '202234.590000', '202235.050000', '202235.510000', '202235.970000', '202236.430000', '202236.890000', '202237.350000', '202237.810000', '202238.270000', '202238.730000', '202239.190000', '202239.650000', '202240.110000', '202240.570000', '202241.030000', '202241.490000', '202241.950000', '202242.410000', '202242.870000', '202243.330000', '202243.790000', '202244.250000', '202244.710000', '202245.170000', '202245.630000', '202246.090000', '202246.550000', '202247.010000'], 'ContentTime': ['201619.944000', '201619.947000', '201619.950000', '201619.952000', '201619.966000', '201619.968000', '201619.971000', '201619.973000', '201619.983000', '201619.985000', '201619.988000', '201619.990000', '201619.993000', '201619.995000', '201619.998000', '201620.002000', '201620.004000', '201620.007000', '201620.009000', '201620.012000', '201620.014000', '201620.017000', '201620.019000', '201620.022000', '201620.024000', '201620.027000', '201620.029000', '201639.926000', '201639.928000', '201639.931000', '201639.934000', '201639.936000', '201639.939000', '201639.941000', '201639.944000', '201639.946000', '201639.949000', '201639.951000', '201639.954000', '201639.956000', '201639.959000', '201639.962000', '201639.964000', '201639.967000', '201639.969000', '201639.972000', '201639.974000', '201639.977000', '201639.980000', '201639.982000', '201639.985000', '201639.987000', '201639.990000', '201639.992000', '201639.995000', '201639.997000', '201640.001000', '201640.004000', '201640.012000', '201640.015000', '201640.017000', '201640.020000', '201640.022000', '201640.025000', '201640.028000', '201640.030000', '201640.033000', '201640.035000', '201640.038000', '201640.041000', '201659.914000', '201659.917000', '201659.920000', '201659.923000', '201659.925000', '201659.928000', '201659.930000', '201659.933000', '201659.935000', '201659.938000', '201659.940000', '201659.943000', '201659.945000', '201659.948000', '201659.951000', '201659.953000', '201659.956000', '201659.958000', '201659.961000', '201659.963000', '201659.966000', '201659.968000', '201659.971000', '201659.973000', '201659.976000', '201659.979000', '201659.981000', '201659.984000', '201659.986000', '201659.989000', '201659.991000', '201659.994000', '201659.997000', '201700.000000', '201700.003000', '201700.005000', '201700.008000', '201700.010000', '201700.013000', '201700.016000', '201700.018000', '201700.021000', '201700.023000', '201700.026000', '201719.915000', '201719.918000', '201719.921000', '201719.923000', '201719.926000', '201719.928000', '201719.931000', '201719.934000', '201719.936000', '201719.939000', '201719.942000', '201719.944000', '201719.947000', '201719.949000', '201719.952000', '201719.954000', '201719.957000', '201719.960000', '201719.962000', '201719.965000', '201719.967000', '201719.970000', '201719.972000', '201719.975000', '201719.977000', '201719.980000', '201719.983000', '201719.985000', '201719.988000', '201719.990000', '201719.993000', '201719.995000', '201719.998000', '201720.002000', '201720.004000', '201720.007000', '201720.010000', '201720.012000', '201720.015000', '201720.017000', '201720.020000', '201720.023000', '201720.025000', '201739.915000', '201739.918000', '201739.921000', '201739.923000', '201739.926000', '201739.929000', '201739.931000', '201739.934000', '201739.936000', '201739.939000', '201739.941000', '201739.944000', '201739.947000', '201739.949000', '201739.952000', '201739.954000', '201739.957000', '201739.959000', '201739.962000', '201739.965000', '201739.967000', '201739.970000', '201739.972000', '201739.975000', '201739.977000', '201739.980000', '201739.983000', '201739.985000', '201739.988000', '201739.990000', '201739.993000', '201739.995000', '201739.998000', '201740.001000', '201740.004000', '201740.007000', '201740.009000', '201740.012000', '201740.014000', '201740.017000', '201740.020000', '201740.022000', '201740.025000', '201740.027000', '201759.914000', '201759.917000', '201759.920000', '201759.922000', '201759.925000', '201759.928000', '201759.930000', '201759.933000', '201759.935000', '201759.938000', '201759.941000', '201759.943000', '201759.946000', '201759.948000', '201759.951000', '201759.953000', '201759.956000', '201759.959000', '201759.961000', '201759.964000', '201759.966000', '201759.969000', '201759.972000', '201759.974000', '201759.977000', '201759.979000', '201759.982000', '201759.984000', '201759.987000', '201759.990000', '201759.992000', '201759.995000', '201759.997000', '201800.001000', '201800.004000', '201800.006000', '201800.009000', '201800.011000', '201800.014000', '201800.017000', '201800.019000', '201800.022000', '201800.025000', '201819.915000', '201819.917000', '201819.920000', '201819.923000', '201819.926000', '201819.928000', '201819.931000', '201819.934000', '201819.936000', '201819.939000', '201819.961000', '201819.964000', '201819.966000', '201819.969000', '201819.971000', '201819.974000', '201819.976000', '201819.979000', '201819.982000', '201819.984000', '201819.987000', '201819.989000', '201819.992000', '201819.994000', '201819.997000', '201820.000000', '201820.003000', '201820.006000', '201820.008000', '201820.011000', '201820.013000', '201820.016000', '201820.018000', '201820.021000', '201820.024000', '201820.026000', '201820.029000', '201820.031000', '201820.034000', '201820.036000', '201820.039000', '201820.041000', '201820.044000', '201820.047000', '201839.914000', '201839.917000', '201839.920000', '201839.922000', '201839.925000', '201839.927000', '201839.930000', '201839.933000', '201839.935000', '201839.938000', '201839.941000', '201839.943000', '201839.946000', '201839.948000', '201839.951000', '201839.953000', '201839.956000', '201839.958000', '201839.961000', '201839.964000', '201839.966000', '201839.969000', '201839.971000', '201839.974000', '201839.976000', '201839.979000', '201839.982000', '201839.984000', '201839.987000', '201839.989000', '201839.992000', '201839.995000', '201839.997000', '201840.001000', '201840.003000', '201840.006000', '201840.009000', '201840.011000', '201840.014000', '201840.017000', '201840.019000', '201840.022000', '201840.024000', '201859.915000', '201859.917000', '201859.920000', '201859.923000', '201859.926000', '201859.928000', '201859.931000', '201859.933000', '201859.936000', '201859.939000', '201859.941000', '201859.944000', '201859.946000', '201859.949000', '201859.951000', '201859.954000', '201859.957000', '201859.959000', '201859.962000', '201859.965000', '201859.967000', '201859.970000', '201859.972000', '201859.975000', '201859.977000', '201859.980000', '201859.983000', '201859.985000', '201859.988000', '201859.991000', '201859.993000', '201859.996000', '201859.998000', '201900.002000', '201900.004000', '201900.007000', '201900.010000', '201900.012000', '201900.015000', '201900.018000', '201900.020000', '201900.023000', '201900.025000', '201900.028000', '201919.914000', '201919.917000', '201919.920000', '201919.923000', '201919.925000', '201919.928000', '201919.930000', '201919.933000', '201919.936000', '201919.938000', '201919.941000', '201919.943000', '201919.946000', '201919.949000', '201919.951000', '201919.954000', '201919.956000', '201919.959000', '201919.961000', '201919.964000', '201919.967000', '201919.969000', '201919.972000', '201919.974000', '201919.977000', '201919.979000', '201919.982000', '201919.985000', '201919.987000', '201919.990000', '201919.992000', '201919.995000', '201919.997000', '201920.001000', '201920.004000', '201920.006000', '201920.009000', '201920.011000', '201920.014000', '201920.017000', '201920.019000', '201920.022000', '201920.024000', '201939.915000', '201939.918000', '201939.921000', '201939.923000', '201939.926000', '201939.929000', '201939.931000', '201939.934000', '201939.937000', '201939.939000', '201939.942000', '201939.944000', '201939.947000', '201939.950000', '201939.952000', '201939.955000', '201939.957000', '201939.960000', '201939.963000', '201939.965000', '201939.968000', '201939.971000', '201939.973000', '201939.976000', '201939.978000', '201939.981000', '201939.984000', '201939.986000', '201939.989000', '201939.991000', '201939.994000', '201939.997000', '201940.000000', '201940.003000', '201940.005000', '201940.036000', '201940.039000', '201940.041000', '201940.044000', '201940.047000', '201940.049000', '201940.052000', '201940.054000', '201940.057000', '201959.916000', '201959.918000', '201959.921000', '201959.924000', '201959.926000', '201959.929000', '201959.932000', '201959.934000', '201959.937000', '201959.939000', '201959.942000', '201959.944000', '201959.947000', '201959.950000', '201959.952000', '201959.955000', '201959.957000', '201959.960000', '201959.963000', '201959.965000', '201959.968000', '201959.970000', '201959.973000', '201959.976000', '201959.978000', '201959.981000', '201959.983000', '201959.986000', '201959.989000', '201959.991000', '201959.994000', '201959.996000', '202000.000000', '202000.002000', '202000.005000', '202000.008000', '202000.010000', '202000.013000', '202000.015000', '202000.018000', '202000.021000', '202000.023000', '202000.026000', '202019.914000', '202019.917000', '202019.920000', '202019.922000', '202019.925000', '202019.928000', '202019.930000', '202019.933000', '202019.935000', '202019.938000', '202019.941000', '202019.943000', '202019.946000', '202019.948000', '202019.951000', '202019.953000', '202019.956000', '202019.959000', '202019.961000', '202019.964000', '202019.967000', '202019.969000', '202019.972000', '202019.974000', '202019.977000', '202019.979000', '202019.982000', '202019.985000', '202019.987000', '202019.990000', '202019.992000', '202019.995000', '202019.998000', '202020.001000', '202020.004000', '202020.006000', '202020.009000', '202020.012000', '202020.014000', '202020.017000', '202020.019000', '202020.022000', '202020.024000', '202039.914000', '202039.917000', '202039.920000', '202039.922000', '202039.925000', '202039.928000', '202039.930000', '202039.933000', '202039.935000', '202039.938000', '202039.941000', '202039.943000', '202039.946000', '202039.948000', '202039.951000', '202039.954000', '202039.956000', '202039.959000', '202039.961000', '202039.964000', '202039.966000', '202039.969000', '202039.972000', '202039.974000', '202039.977000', '202039.979000', '202039.982000', '202039.985000', '202039.987000', '202039.990000', '202039.992000', '202039.995000', '202039.997000', '202040.001000', '202040.004000', '202040.006000', '202040.009000', '202040.012000', '202040.014000', '202040.017000', '202040.019000', '202040.022000', '202040.024000', '202040.027000', '202059.915000', '202059.917000', '202059.920000', '202059.923000', '202059.926000', '202059.928000', '202059.931000', '202059.933000', '202059.936000', '202059.939000', '202059.941000', '202059.944000', '202059.947000', '202059.950000', '202059.953000', '202059.955000', '202059.958000', '202059.961000', '202059.963000', '202059.966000', '202059.969000', '202059.971000', '202059.974000', '202059.976000', '202059.979000', '202059.981000', '202059.984000', '202059.987000', '202059.989000', '202059.992000', '202059.994000', '202059.997000', '202100.001000', '202100.003000', '202100.006000', '202100.009000', '202100.011000', '202100.014000', '202100.016000', '202100.019000', '202100.022000', '202100.024000', '202100.027000', '202100.029000', '202119.914000', '202119.917000', '202119.920000', '202119.923000', '202119.925000', '202119.928000', '202119.931000', '202119.933000', '202119.936000', '202119.938000', '202119.941000', '202119.944000', '202119.946000', '202119.949000', '202119.951000', '202119.954000', '202119.973000', '202119.975000', '202119.978000', '202119.981000', '202119.983000', '202119.986000', '202119.988000', '202119.991000', '202119.993000', '202119.996000', '202120.000000', '202120.002000', '202120.005000', '202120.007000', '202120.010000', '202120.013000', '202120.015000', '202120.018000', '202120.020000', '202120.023000', '202120.026000', '202120.028000', '202120.031000', '202120.033000', '202120.036000', '202120.038000', '202120.041000', '202139.915000', '202139.917000', '202139.920000', '202139.923000', '202139.925000', '202139.928000', '202139.931000', '202139.933000', '202139.936000', '202139.939000', '202139.941000', '202139.944000', '202139.947000', '202139.949000', '202139.952000', '202139.955000', '202139.957000', '202139.960000', '202139.962000', '202139.965000', '202139.968000', '202139.970000', '202139.973000', '202139.984000', '202139.986000', '202139.989000', '202139.992000', '202139.994000', '202139.997000', '202140.000000', '202140.003000', '202140.005000', '202140.008000', '202140.011000', '202140.013000', '202140.016000', '202140.018000', '202140.021000', '202140.023000', '202140.026000', '202140.029000', '202140.031000', '202140.034000', '202159.916000', '202159.918000', '202159.921000', '202159.924000', '202159.926000', '202159.929000', '202159.932000', '202159.934000', '202159.937000', '202159.939000', '202159.942000', '202159.944000', '202159.947000', '202159.950000', '202159.952000', '202159.955000', '202159.958000', '202159.960000', '202159.963000', '202159.965000', '202159.968000', '202159.971000', '202159.973000', '202159.976000', '202159.978000', '202159.981000', '202159.984000', '202159.986000', '202159.989000', '202159.991000', '202159.994000', '202159.997000', '202200.000000', '202200.004000', '202200.007000', '202200.010000', '202200.012000', '202200.015000', '202200.018000', '202200.020000', '202200.023000', '202200.025000', '202200.028000', '202200.031000', '202219.916000', '202219.918000', '202219.921000', '202219.924000', '202219.926000', '202219.929000', '202219.931000', '202219.934000', '202219.937000', '202219.939000', '202219.942000', '202219.945000', '202219.947000', '202219.950000', '202219.952000', '202219.955000', '202219.958000', '202219.961000', '202219.963000', '202219.966000', '202219.968000', '202219.971000', '202219.973000', '202219.976000', '202219.978000', '202219.981000', '202219.984000', '202219.987000', '202219.990000', '202219.993000', '202219.995000', '202219.998000', '202220.001000', '202220.004000', '202220.007000', '202220.009000', '202220.012000', '202220.014000', '202220.017000', '202220.019000', '202220.022000', '202220.025000', '202220.027000', '202239.914000', '202239.917000', '202239.920000', '202239.922000', '202239.925000', '202239.928000', '202239.930000', '202239.933000', '202239.935000', '202239.938000', '202239.941000', '202239.943000', '202239.946000', '202239.948000', '202239.951000', '202239.954000', '202239.956000', '202239.959000', '202239.962000', '202239.964000', '202239.967000', '202239.969000', '202239.972000', '202239.974000', '202239.977000', '202239.980000', '202239.982000', '202239.985000', '202240.009000', '202240.011000', '202240.014000', '202240.017000', '202240.019000', '202240.022000', '202240.024000', '202240.027000', '202240.030000', '202240.032000', '202240.035000', '202240.037000', '202240.040000', '202240.043000', '202240.045000', '202240.048000', '202248.472000', '202248.475000', '202248.478000', '202248.481000', '202248.484000', '202248.487000', '202248.490000', '202248.493000', '202248.496000', '202248.499000', '202248.502000', '202248.505000', '202248.508000', '202248.510000', '202248.513000', '202248.516000', '202248.519000', '202248.522000', '202248.525000'], 'InstanceCreationTime': ['201619.944000', '201619.947000', '201619.950000', '201619.952000', '201619.966000', '201619.968000', '201619.971000', '201619.973000', '201619.983000', '201619.985000', '201619.988000', '201619.990000', '201619.993000', '201619.995000', '201619.998000', '201620.002000', '201620.004000', '201620.007000', '201620.009000', '201620.012000', '201620.014000', '201620.017000', '201620.019000', '201620.022000', '201620.024000', '201620.027000', '201620.029000', '201639.926000', '201639.928000', '201639.931000', '201639.934000', '201639.936000', '201639.939000', '201639.941000', '201639.944000', '201639.946000', '201639.949000', '201639.951000', '201639.954000', '201639.956000', '201639.959000', '201639.962000', '201639.964000', '201639.967000', '201639.969000', '201639.972000', '201639.974000', '201639.977000', '201639.980000', '201639.982000', '201639.985000', '201639.987000', '201639.990000', '201639.992000', '201639.995000', '201639.997000', '201640.001000', '201640.004000', '201640.012000', '201640.015000', '201640.017000', '201640.020000', '201640.022000', '201640.025000', '201640.028000', '201640.030000', '201640.033000', '201640.035000', '201640.038000', '201640.041000', '201659.914000', '201659.917000', '201659.920000', '201659.923000', '201659.925000', '201659.928000', '201659.930000', '201659.933000', '201659.935000', '201659.938000', '201659.940000', '201659.943000', '201659.945000', '201659.948000', '201659.951000', '201659.953000', '201659.956000', '201659.958000', '201659.961000', '201659.963000', '201659.966000', '201659.968000', '201659.971000', '201659.973000', '201659.976000', '201659.979000', '201659.981000', '201659.984000', '201659.986000', '201659.989000', '201659.991000', '201659.994000', '201659.997000', '201700.000000', '201700.003000', '201700.005000', '201700.008000', '201700.010000', '201700.013000', '201700.016000', '201700.018000', '201700.021000', '201700.023000', '201700.026000', '201719.915000', '201719.918000', '201719.921000', '201719.923000', '201719.926000', '201719.928000', '201719.931000', '201719.934000', '201719.936000', '201719.939000', '201719.942000', '201719.944000', '201719.947000', '201719.949000', '201719.952000', '201719.954000', '201719.957000', '201719.960000', '201719.962000', '201719.965000', '201719.967000', '201719.970000', '201719.972000', '201719.975000', '201719.977000', '201719.980000', '201719.983000', '201719.985000', '201719.988000', '201719.990000', '201719.993000', '201719.995000', '201719.998000', '201720.002000', '201720.004000', '201720.007000', '201720.010000', '201720.012000', '201720.015000', '201720.017000', '201720.020000', '201720.023000', '201720.025000', '201739.915000', '201739.918000', '201739.921000', '201739.923000', '201739.926000', '201739.929000', '201739.931000', '201739.934000', '201739.936000', '201739.939000', '201739.941000', '201739.944000', '201739.947000', '201739.949000', '201739.952000', '201739.954000', '201739.957000', '201739.959000', '201739.962000', '201739.965000', '201739.967000', '201739.970000', '201739.972000', '201739.975000', '201739.977000', '201739.980000', '201739.983000', '201739.985000', '201739.988000', '201739.990000', '201739.993000', '201739.995000', '201739.998000', '201740.001000', '201740.004000', '201740.007000', '201740.009000', '201740.012000', '201740.014000', '201740.017000', '201740.020000', '201740.022000', '201740.025000', '201740.027000', '201759.914000', '201759.917000', '201759.920000', '201759.922000', '201759.925000', '201759.928000', '201759.930000', '201759.933000', '201759.935000', '201759.938000', '201759.941000', '201759.943000', '201759.946000', '201759.948000', '201759.951000', '201759.953000', '201759.956000', '201759.959000', '201759.961000', '201759.964000', '201759.966000', '201759.969000', '201759.972000', '201759.974000', '201759.977000', '201759.979000', '201759.982000', '201759.984000', '201759.987000', '201759.990000', '201759.992000', '201759.995000', '201759.997000', '201800.001000', '201800.004000', '201800.006000', '201800.009000', '201800.011000', '201800.014000', '201800.017000', '201800.019000', '201800.022000', '201800.025000', '201819.915000', '201819.917000', '201819.920000', '201819.923000', '201819.926000', '201819.928000', '201819.931000', '201819.934000', '201819.936000', '201819.939000', '201819.961000', '201819.964000', '201819.966000', '201819.969000', '201819.971000', '201819.974000', '201819.976000', '201819.979000', '201819.982000', '201819.984000', '201819.987000', '201819.989000', '201819.992000', '201819.994000', '201819.997000', '201820.000000', '201820.003000', '201820.006000', '201820.008000', '201820.011000', '201820.013000', '201820.016000', '201820.018000', '201820.021000', '201820.024000', '201820.026000', '201820.029000', '201820.031000', '201820.034000', '201820.036000', '201820.039000', '201820.041000', '201820.044000', '201820.047000', '201839.914000', '201839.917000', '201839.920000', '201839.922000', '201839.925000', '201839.927000', '201839.930000', '201839.933000', '201839.935000', '201839.938000', '201839.941000', '201839.943000', '201839.946000', '201839.948000', '201839.951000', '201839.953000', '201839.956000', '201839.958000', '201839.961000', '201839.964000', '201839.966000', '201839.969000', '201839.971000', '201839.974000', '201839.976000', '201839.979000', '201839.982000', '201839.984000', '201839.987000', '201839.989000', '201839.992000', '201839.995000', '201839.997000', '201840.001000', '201840.003000', '201840.006000', '201840.009000', '201840.011000', '201840.014000', '201840.017000', '201840.019000', '201840.022000', '201840.024000', '201859.915000', '201859.917000', '201859.920000', '201859.923000', '201859.926000', '201859.928000', '201859.931000', '201859.933000', '201859.936000', '201859.939000', '201859.941000', '201859.944000', '201859.946000', '201859.949000', '201859.951000', '201859.954000', '201859.957000', '201859.959000', '201859.962000', '201859.965000', '201859.967000', '201859.970000', '201859.972000', '201859.975000', '201859.977000', '201859.980000', '201859.983000', '201859.985000', '201859.988000', '201859.991000', '201859.993000', '201859.996000', '201859.998000', '201900.002000', '201900.004000', '201900.007000', '201900.010000', '201900.012000', '201900.015000', '201900.018000', '201900.020000', '201900.023000', '201900.025000', '201900.028000', '201919.914000', '201919.917000', '201919.920000', '201919.923000', '201919.925000', '201919.928000', '201919.930000', '201919.933000', '201919.936000', '201919.938000', '201919.941000', '201919.943000', '201919.946000', '201919.949000', '201919.951000', '201919.954000', '201919.956000', '201919.959000', '201919.961000', '201919.964000', '201919.967000', '201919.969000', '201919.972000', '201919.974000', '201919.977000', '201919.979000', '201919.982000', '201919.985000', '201919.987000', '201919.990000', '201919.992000', '201919.995000', '201919.997000', '201920.001000', '201920.004000', '201920.006000', '201920.009000', '201920.011000', '201920.014000', '201920.017000', '201920.019000', '201920.022000', '201920.024000', '201939.915000', '201939.918000', '201939.921000', '201939.923000', '201939.926000', '201939.929000', '201939.931000', '201939.934000', '201939.937000', '201939.939000', '201939.942000', '201939.944000', '201939.947000', '201939.950000', '201939.952000', '201939.955000', '201939.957000', '201939.960000', '201939.963000', '201939.965000', '201939.968000', '201939.971000', '201939.973000', '201939.976000', '201939.978000', '201939.981000', '201939.984000', '201939.986000', '201939.989000', '201939.991000', '201939.994000', '201939.997000', '201940.000000', '201940.003000', '201940.005000', '201940.036000', '201940.039000', '201940.041000', '201940.044000', '201940.047000', '201940.049000', '201940.052000', '201940.054000', '201940.057000', '201959.916000', '201959.918000', '201959.921000', '201959.924000', '201959.926000', '201959.929000', '201959.932000', '201959.934000', '201959.937000', '201959.939000', '201959.942000', '201959.944000', '201959.947000', '201959.950000', '201959.952000', '201959.955000', '201959.957000', '201959.960000', '201959.963000', '201959.965000', '201959.968000', '201959.970000', '201959.973000', '201959.976000', '201959.978000', '201959.981000', '201959.983000', '201959.986000', '201959.989000', '201959.991000', '201959.994000', '201959.996000', '202000.000000', '202000.002000', '202000.005000', '202000.008000', '202000.010000', '202000.013000', '202000.015000', '202000.018000', '202000.021000', '202000.023000', '202000.026000', '202019.914000', '202019.917000', '202019.920000', '202019.922000', '202019.925000', '202019.928000', '202019.930000', '202019.933000', '202019.935000', '202019.938000', '202019.941000', '202019.943000', '202019.946000', '202019.948000', '202019.951000', '202019.953000', '202019.956000', '202019.959000', '202019.961000', '202019.964000', '202019.967000', '202019.969000', '202019.972000', '202019.974000', '202019.977000', '202019.979000', '202019.982000', '202019.985000', '202019.987000', '202019.990000', '202019.992000', '202019.995000', '202019.998000', '202020.001000', '202020.004000', '202020.006000', '202020.009000', '202020.012000', '202020.014000', '202020.017000', '202020.019000', '202020.022000', '202020.024000', '202039.914000', '202039.917000', '202039.920000', '202039.922000', '202039.925000', '202039.928000', '202039.930000', '202039.933000', '202039.935000', '202039.938000', '202039.941000', '202039.943000', '202039.946000', '202039.948000', '202039.951000', '202039.954000', '202039.956000', '202039.959000', '202039.961000', '202039.964000', '202039.966000', '202039.969000', '202039.972000', '202039.974000', '202039.977000', '202039.979000', '202039.982000', '202039.985000', '202039.987000', '202039.990000', '202039.992000', '202039.995000', '202039.997000', '202040.001000', '202040.004000', '202040.006000', '202040.009000', '202040.012000', '202040.014000', '202040.017000', '202040.019000', '202040.022000', '202040.024000', '202040.027000', '202059.915000', '202059.917000', '202059.920000', '202059.923000', '202059.926000', '202059.928000', '202059.931000', '202059.933000', '202059.936000', '202059.939000', '202059.941000', '202059.944000', '202059.947000', '202059.950000', '202059.953000', '202059.955000', '202059.958000', '202059.961000', '202059.963000', '202059.966000', '202059.969000', '202059.971000', '202059.974000', '202059.976000', '202059.979000', '202059.981000', '202059.984000', '202059.987000', '202059.989000', '202059.992000', '202059.994000', '202059.997000', '202100.001000', '202100.003000', '202100.006000', '202100.009000', '202100.011000', '202100.014000', '202100.016000', '202100.019000', '202100.022000', '202100.024000', '202100.027000', '202100.029000', '202119.914000', '202119.917000', '202119.920000', '202119.923000', '202119.925000', '202119.928000', '202119.931000', '202119.933000', '202119.936000', '202119.938000', '202119.941000', '202119.944000', '202119.946000', '202119.949000', '202119.951000', '202119.954000', '202119.973000', '202119.975000', '202119.978000', '202119.981000', '202119.983000', '202119.986000', '202119.988000', '202119.991000', '202119.993000', '202119.996000', '202120.000000', '202120.002000', '202120.005000', '202120.007000', '202120.010000', '202120.013000', '202120.015000', '202120.018000', '202120.020000', '202120.023000', '202120.026000', '202120.028000', '202120.031000', '202120.033000', '202120.036000', '202120.038000', '202120.041000', '202139.915000', '202139.917000', '202139.920000', '202139.923000', '202139.925000', '202139.928000', '202139.931000', '202139.933000', '202139.936000', '202139.939000', '202139.941000', '202139.944000', '202139.947000', '202139.949000', '202139.952000', '202139.955000', '202139.957000', '202139.960000', '202139.962000', '202139.965000', '202139.968000', '202139.970000', '202139.973000', '202139.984000', '202139.986000', '202139.989000', '202139.992000', '202139.994000', '202139.997000', '202140.000000', '202140.003000', '202140.005000', '202140.008000', '202140.011000', '202140.013000', '202140.016000', '202140.018000', '202140.021000', '202140.023000', '202140.026000', '202140.029000', '202140.031000', '202140.034000', '202159.916000', '202159.918000', '202159.921000', '202159.924000', '202159.926000', '202159.929000', '202159.932000', '202159.934000', '202159.937000', '202159.939000', '202159.942000', '202159.944000', '202159.947000', '202159.950000', '202159.952000', '202159.955000', '202159.958000', '202159.960000', '202159.963000', '202159.965000', '202159.968000', '202159.971000', '202159.973000', '202159.976000', '202159.978000', '202159.981000', '202159.984000', '202159.986000', '202159.989000', '202159.991000', '202159.994000', '202159.997000', '202200.000000', '202200.004000', '202200.007000', '202200.010000', '202200.012000', '202200.015000', '202200.018000', '202200.020000', '202200.023000', '202200.025000', '202200.028000', '202200.031000', '202219.916000', '202219.918000', '202219.921000', '202219.924000', '202219.926000', '202219.929000', '202219.931000', '202219.934000', '202219.937000', '202219.939000', '202219.942000', '202219.945000', '202219.947000', '202219.950000', '202219.952000', '202219.955000', '202219.958000', '202219.961000', '202219.963000', '202219.966000', '202219.968000', '202219.971000', '202219.973000', '202219.976000', '202219.978000', '202219.981000', '202219.984000', '202219.987000', '202219.990000', '202219.993000', '202219.995000', '202219.998000', '202220.001000', '202220.004000', '202220.007000', '202220.009000', '202220.012000', '202220.014000', '202220.017000', '202220.019000', '202220.022000', '202220.025000', '202220.027000', '202239.914000', '202239.917000', '202239.920000', '202239.922000', '202239.925000', '202239.928000', '202239.930000', '202239.933000', '202239.935000', '202239.938000', '202239.941000', '202239.943000', '202239.946000', '202239.948000', '202239.951000', '202239.954000', '202239.956000', '202239.959000', '202239.962000', '202239.964000', '202239.967000', '202239.969000', '202239.972000', '202239.974000', '202239.977000', '202239.980000', '202239.982000', '202239.985000', '202240.009000', '202240.011000', '202240.014000', '202240.017000', '202240.019000', '202240.022000', '202240.024000', '202240.027000', '202240.030000', '202240.032000', '202240.035000', '202240.037000', '202240.040000', '202240.043000', '202240.045000', '202240.048000', '202248.472000', '202248.475000', '202248.478000', '202248.481000', '202248.484000', '202248.487000', '202248.490000', '202248.493000', '202248.496000', '202248.499000', '202248.502000', '202248.505000', '202248.508000', '202248.510000', '202248.513000', '202248.516000', '202248.519000', '202248.522000', '202248.525000'], '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], 'LargestImagePixelValue': [9895, 8958, 10669, 9889, 10720, 11325, 8619, 13768, 8665, 13537, 9827, 13631, 8396, 13441, 9185, 17616, 12461, 11732, 11812, 8871, 14188, 8553, 8177, 12973, 10258, 11703, 16388, 8205, 7010, 10301, 9995, 8313, 7519, 8867, 7203, 7596, 11283, 9833, 7693, 13676, 7930, 8748, 10144, 9070, 9987, 11884, 8698, 7676, 8258, 9613, 7609, 7137, 6675, 7335, 7328, 8052, 9028, 8155, 11884, 8798, 7485, 12446, 10196, 16558, 12856, 8643, 10239, 8435, 11995, 10063, 9071, 13290, 8308, 9652, 9378, 7851, 9263, 7771, 9248, 7756, 6908, 6523, 8168, 7628, 9352, 9095, 8673, 11277, 8046, 6887, 8397, 9016, 7902, 10121, 7917, 7838, 12487, 11099, 8427, 8144, 8582, 7951, 12641, 8642, 7899, 7171, 8577, 7253, 8904, 8186, 7208, 7027, 8663, 7497, 9573, 9071, 7361, 8550, 8589, 7601, 10478, 9235, 9199, 14549, 8044, 8274, 8772, 9170, 10038, 9374, 13609, 10267, 7602, 8971, 8856, 9602, 9402, 7841, 8132, 8395, 8189, 8651, 10193, 7468, 12816, 8785, 7488, 8623, 8767, 10520, 10702, 8785, 8308, 8544, 8554, 8159, 8463, 7788, 7788, 8707, 8343, 9761, 8862, 8093, 11079, 10183, 7894, 12383, 8933, 8074, 8705, 8359, 8918, 9368, 8250, 8053, 8616, 8418, 9886, 8773, 8287, 11633, 8712, 8046, 7802, 9232, 7580, 13872, 8995, 7348, 9468, 8173, 8733, 11175, 8289, 10288, 8824, 8540, 13686, 8939, 12686, 12913, 8627, 9765, 8096, 8345, 7617, 8417, 7571, 9077, 8903, 8052, 8859, 8916, 8338, 10767, 7853, 8030, 8418, 8074, 8479, 10022, 7854, 7885, 9030, 8401, 12292, 8941, 9834, 13001, 8725, 7749, 8873, 7943, 9476, 10668, 8200, 7003, 9157, 8822, 8665, 12648, 10168, 10387, 8948, 8806, 8330, 8889, 7600, 13755, 8737, 7821, 7541, 9078, 9147, 11433, 8028, 8287, 8865, 8574, 9664, 9350, 7977, 8569, 8687, 8036, 9082, 9055, 8360, 14433, 11185, 7738, 9369, 9447, 7178, 10684, 9134, 7415, 8893, 8252, 7647, 8819, 7663, 7882, 7942, 8294, 8361, 9017, 8103, 9448, 7653, 8333, 7502, 8709, 7579, 11519, 8778, 7757, 7952, 8854, 7401, 8626, 9292, 7979, 8233, 8633, 7756, 8257, 11720, 8038, 9282, 8267, 8442, 9712, 12019, 8276, 7501, 10267, 8859, 7946, 12056, 8917, 7716, 9124, 8661, 8888, 9992, 8434, 13586, 12191, 8432, 9692, 8431, 7920, 11502, 9636, 7883, 7874, 8440, 7580, 7794, 8467, 7663, 8558, 7696, 7411, 9452, 8774, 7524, 7414, 9160, 7420, 11184, 9618, 8740, 13404, 9041, 7505, 9417, 9571, 7410, 13619, 8800, 7922, 7278, 8601, 7467, 9052, 7528, 8409, 9130, 8657, 7848, 13688, 12190, 8256, 8763, 8467, 8122, 8504, 11099, 8005, 9010, 7443, 8146, 8006, 9917, 9408, 12554, 8916, 7859, 8946, 8227, 10190, 10930, 7948, 8417, 8734, 7637, 8957, 8748, 7527, 9537, 9016, 8522, 8079, 7732, 8763, 8533, 8486, 8905, 9148, 8057, 8551, 8447, 7862, 7069, 9019, 7603, 12889, 10438, 12826, 11250, 8818, 8076, 8661, 8151, 11524, 11081, 8763, 8239, 8047, 8783, 7157, 9304, 8622, 8242, 8459, 7531, 7648, 8334, 10312, 8415, 8276, 8426, 7957, 10445, 13773, 8592, 8438, 7456, 8143, 8822, 10670, 7842, 7542, 9279, 7678, 10634, 8300, 14194, 9386, 7762, 8675, 8477, 9185, 8645, 7856, 8465, 8826, 8133, 8349, 9011, 7279, 10735, 8386, 6961, 8427, 8416, 8770, 9939, 8311, 6983, 8059, 8304, 9590, 9218, 8061, 10973, 9029, 8820, 9002, 9748, 7432, 15650, 11902, 7386, 8518, 8535, 7784, 9408, 7885, 7220, 7136, 8413, 7135, 11185, 8601, 8012, 7544, 9067, 7839, 15261, 10994, 11216, 11276, 8497, 8940, 8573, 7670, 12409, 9825, 7946, 8250, 8618, 7265, 9971, 8957, 6931, 8048, 7939, 8161, 8956, 7600, 9385, 7633, 8341, 8071, 8618, 7098, 13413, 9675, 7231, 6876, 8957, 6995, 9153, 9149, 7392, 8656, 8861, 8453, 8846, 13128, 7529, 8822, 7281, 8161, 9276, 11336, 7600, 7691, 9025, 7543, 8366, 8404, 7015, 7507, 8718, 7799, 8161, 8511, 7362, 11816, 9055, 8228, 8217, 8929, 7552, 9381, 8047, 8243, 8036, 9354, 7651, 12388, 8930, 7085, 8810, 8240, 9291, 9957, 10351, 16851, 10619, 7385, 7848, 7887, 8822, 9704, 7657, 7074, 8245, 7665, 7357, 9809, 8568, 7383, 9508, 8058, 8096, 8949, 8278, 7295, 10053, 12026, 7386, 8651, 8912, 7904, 9475, 8294, 7086, 8239, 7603, 8359, 7853, 8211, 8100, 9645, 12731, 8462, 9180, 9011, 8017, 11131, 13361, 8411, 8212, 9130, 8027, 15184, 11522, 7800, 9578, 9032, 7624, 9360, 8845, 7049, 8649, 8551, 7486, 8815, 8059, 8316, 11156, 8250, 6993, 8131, 8210, 8788, 8007, 7921, 9353, 8254, 7621, 11015, 8239, 8965, 8275, 7628, 7690, 8511, 7840, 9648, 9073, 7270, 11254, 8003, 7033, 7176, 7642, 8586, 8473, 7842, 7838, 8684, 7709, 11664, 8672, 10285, 14837, 7811, 8385, 8628, 8224, 9888, 9883, 7343, 7873, 7745, 7976, 7613, 8425, 7417, 13098, 8744, 7562, 10254, 9333, 8720, 13687, 9051, 8913, 9159, 7797, 11107, 8613, 9033, 12199, 7848, 7629, 8281, 8452, 8670, 9757, 8633, 7081, 6904, 8905, 7053, 9452, 8065, 13179, 10740, 7585, 10358, 8483, 9014, 12158, 10299, 9010, 7208, 7752, 8001, 8599, 7488, 8024, 10097, 7866, 8345, 9388, 7702, 13628, 9987, 8380, 11100, 7854, 8926, 9691, 7500, 10190, 7250, 7616, 6708, 7349, 8004, 7207, 7501, 7828, 6935, 7693, 7952, 8514, 7440, 13452, 11022, 8056, 9165, 9134, 7237, 12437, 8373, 7997, 7601, 7843, 9902, 8888, 7290, 14536, 8427, 7170, 8649, 7993, 6934, 10552, 8744, 7223, 7219, 8592, 8413, 8044, 8828, 8556, 13042, 11910, 8068, 8382, 8824, 7354, 13152, 9384, 7674, 8055, 8932, 7940, 7014, 8580, 7043, 10467, 8675, 8030, 10297, 8413, 8737, 10153, 7928, 9852, 8434, 8369, 13386, 9739, 9776, 14946, 10034, 8595, 6879, 8195, 7768, 8367, 7326, 9481, 8542, 8053, 8025, 8812, 7440, 9864, 8656, 7859, 7899, 8962, 7673, 11005, 8334, 8278, 7277, 8281, 7614, 8892, 8742, 9075, 7406, 7529, 7052, 7447, 8094, 8402, 7478, 8581, 8407], 'WindowCenter': [4019.0, 3996.0, 4014.0, 3989.0, 3996.0, 3970.0, 3937.0, 4002.0, 3935.0, 3950.0, 3956.0, 3975.0, 3921.0, 3961.0, 3914.0, 4037.0, 3974.0, 3949.0, 3959.0, 3931.0, 3969.0, 3931.0, 3906.0, 3945.0, 3923.0, 3962.0, 3985.0, 3936.0, 3902.0, 3940.0, 3927.0, 3891.0, 3870.0, 3887.0, 3883.0, 3897.0, 3966.0, 3971.0, 3941.0, 4041.0, 3964.0, 3900.0, 3910.0, 3943.0, 3995.0, 3964.0, 3904.0, 3894.0, 3908.0, 3930.0, 3926.0, 3920.0, 3906.0, 3928.0, 3918.0, 3938.0, 3947.0, 3926.0, 3979.0, 3937.0, 3917.0, 3978.0, 3957.0, 4002.0, 3982.0, 3942.0, 3946.0, 3923.0, 3967.0, 3944.0, 3921.0, 3977.0, 3923.0, 3944.0, 3935.0, 3912.0, 3945.0, 3912.0, 3931.0, 3901.0, 3892.0, 3884.0, 3923.0, 3911.0, 3931.0, 3923.0, 3923.0, 3954.0, 3914.0, 3903.0, 3924.0, 3950.0, 3925.0, 3946.0, 3914.0, 3915.0, 3964.0, 3955.0, 3926.0, 3913.0, 3921.0, 3924.0, 3963.0, 3923.0, 3923.0, 3917.0, 3935.0, 3903.0, 3935.0, 3938.0, 3915.0, 3905.0, 3935.0, 3916.0, 3946.0, 3936.0, 3916.0, 3938.0, 3936.0, 3915.0, 3957.0, 3949.0, 3935.0, 3989.0, 3916.0, 3925.0, 3924.0, 3936.0, 3945.0, 3932.0, 3986.0, 3945.0, 3904.0, 3933.0, 3935.0, 3946.0, 3933.0, 3916.0, 3915.0, 3925.0, 3926.0, 3924.0, 3959.0, 3932.0, 3990.0, 3935.0, 3904.0, 3923.0, 3924.0, 3955.0, 3957.0, 3926.0, 3924.0, 3925.0, 3926.0, 3913.0, 3924.0, 3914.0, 3904.0, 3924.0, 3924.0, 3945.0, 3936.0, 3926.0, 3967.0, 3945.0, 3916.0, 3967.0, 3934.0, 3925.0, 3937.0, 3938.0, 3934.0, 3947.0, 3924.0, 3928.0, 3937.0, 3939.0, 3958.0, 3935.0, 3926.0, 3967.0, 3924.0, 3913.0, 3915.0, 3935.0, 3913.0, 3990.0, 3937.0, 3904.0, 3944.0, 3926.0, 3925.0, 3953.0, 3923.0, 3945.0, 3934.0, 3923.0, 3975.0, 3923.0, 3963.0, 3965.0, 3922.0, 3933.0, 3911.0, 3924.0, 3912.0, 3910.0, 3915.0, 3934.0, 3935.0, 3915.0, 3937.0, 3935.0, 3923.0, 3969.0, 3923.0, 3914.0, 3925.0, 3927.0, 3924.0, 3958.0, 3927.0, 3913.0, 3933.0, 3924.0, 3967.0, 3934.0, 3946.0, 3977.0, 3924.0, 3913.0, 3936.0, 3925.0, 3948.0, 3957.0, 3926.0, 3906.0, 3934.0, 3937.0, 3935.0, 3978.0, 3945.0, 3945.0, 3925.0, 3923.0, 3922.0, 3922.0, 3902.0, 3978.0, 3924.0, 3915.0, 3912.0, 3935.0, 3945.0, 3954.0, 3915.0, 3926.0, 3934.0, 3925.0, 3932.0, 3935.0, 3913.0, 3926.0, 3926.0, 3915.0, 3934.0, 3935.0, 3923.0, 3988.0, 3957.0, 3904.0, 3934.0, 3935.0, 3893.0, 3944.0, 3937.0, 3903.0, 3933.0, 3925.0, 3914.0, 3923.0, 3916.0, 3913.0, 3914.0, 3926.0, 3924.0, 3925.0, 3912.0, 3935.0, 3901.0, 3925.0, 3902.0, 3923.0, 3902.0, 3955.0, 3922.0, 3912.0, 3914.0, 3931.0, 3904.0, 3924.0, 3936.0, 3914.0, 3923.0, 3925.0, 3914.0, 3925.0, 3968.0, 3916.0, 3936.0, 3926.0, 3925.0, 3934.0, 3968.0, 3924.0, 3906.0, 3946.0, 3936.0, 3925.0, 3968.0, 3935.0, 3915.0, 3937.0, 3926.0, 3936.0, 3934.0, 3912.0, 3977.0, 3966.0, 3913.0, 3933.0, 3913.0, 3915.0, 3955.0, 3946.0, 3914.0, 3914.0, 3924.0, 3913.0, 3902.0, 3926.0, 3916.0, 3924.0, 3916.0, 3905.0, 3944.0, 3936.0, 3915.0, 3906.0, 3935.0, 3906.0, 3957.0, 3948.0, 3926.0, 3978.0, 3936.0, 3905.0, 3937.0, 3933.0, 3905.0, 3977.0, 3934.0, 3916.0, 3906.0, 3926.0, 3907.0, 3938.0, 3916.0, 3925.0, 3935.0, 3925.0, 3914.0, 3978.0, 3967.0, 3924.0, 3925.0, 3924.0, 3912.0, 3924.0, 3959.0, 3915.0, 3934.0, 3905.0, 3914.0, 3915.0, 3946.0, 3937.0, 3967.0, 3923.0, 3913.0, 3935.0, 3924.0, 3945.0, 3957.0, 3912.0, 3922.0, 3923.0, 3915.0, 3922.0, 3938.0, 3916.0, 3945.0, 3935.0, 3927.0, 3916.0, 3903.0, 3926.0, 3926.0, 3927.0, 3934.0, 3935.0, 3915.0, 3925.0, 3928.0, 3925.0, 3906.0, 3937.0, 3916.0, 3976.0, 3957.0, 3979.0, 3957.0, 3922.0, 3913.0, 3922.0, 3900.0, 3954.0, 3954.0, 3921.0, 3913.0, 3912.0, 3922.0, 3892.0, 3938.0, 3925.0, 3925.0, 3925.0, 3915.0, 3914.0, 3926.0, 3958.0, 3925.0, 3924.0, 3928.0, 3914.0, 3956.0, 3987.0, 3927.0, 3926.0, 3905.0, 3927.0, 3933.0, 3958.0, 3917.0, 3913.0, 3935.0, 3913.0, 3944.0, 3913.0, 3990.0, 3935.0, 3915.0, 3925.0, 3924.0, 3935.0, 3923.0, 3917.0, 3925.0, 3933.0, 3914.0, 3928.0, 3935.0, 3902.0, 3957.0, 3925.0, 3895.0, 3925.0, 3927.0, 3926.0, 3946.0, 3927.0, 3893.0, 3916.0, 3928.0, 3946.0, 3938.0, 3926.0, 3956.0, 3936.0, 3938.0, 3935.0, 3947.0, 3904.0, 4000.0, 3966.0, 3905.0, 3925.0, 3924.0, 3903.0, 3936.0, 3926.0, 3917.0, 3905.0, 3927.0, 3904.0, 3966.0, 3941.0, 3928.0, 3917.0, 3937.0, 3916.0, 3989.0, 3957.0, 3955.0, 3955.0, 3925.0, 3922.0, 3921.0, 3903.0, 3964.0, 3934.0, 3913.0, 3913.0, 3924.0, 3903.0, 3944.0, 3925.0, 3893.0, 3913.0, 3914.0, 3914.0, 3924.0, 3903.0, 3937.0, 3913.0, 3925.0, 3914.0, 3924.0, 3894.0, 3976.0, 3935.0, 3905.0, 3883.0, 3937.0, 3894.0, 3949.0, 3952.0, 3908.0, 3939.0, 3950.0, 3938.0, 3936.0, 3979.0, 3915.0, 3934.0, 3903.0, 3927.0, 3934.0, 3957.0, 3915.0, 3906.0, 3924.0, 3915.0, 3924.0, 3912.0, 3905.0, 3906.0, 3926.0, 3918.0, 3925.0, 3936.0, 3904.0, 3969.0, 3935.0, 3925.0, 3914.0, 3935.0, 3904.0, 3935.0, 3916.0, 3918.0, 3913.0, 3936.0, 3905.0, 3966.0, 3939.0, 3895.0, 3925.0, 3923.0, 3937.0, 3936.0, 3934.0, 3988.0, 3945.0, 3893.0, 3914.0, 3913.0, 3923.0, 3935.0, 3903.0, 3893.0, 3914.0, 3903.0, 3904.0, 3947.0, 3924.0, 3908.0, 3935.0, 3918.0, 3916.0, 3936.0, 3927.0, 3903.0, 3947.0, 3967.0, 3906.0, 3925.0, 3937.0, 3914.0, 3944.0, 3914.0, 3894.0, 3925.0, 3915.0, 3925.0, 3918.0, 3926.0, 3913.0, 3950.0, 3980.0, 3927.0, 3936.0, 3938.0, 3916.0, 3957.0, 3978.0, 3917.0, 3914.0, 3935.0, 3913.0, 3987.0, 3957.0, 3904.0, 3936.0, 3925.0, 3915.0, 3936.0, 3923.0, 3894.0, 3923.0, 3922.0, 3901.0, 3925.0, 3910.0, 3915.0, 3956.0, 3914.0, 3893.0, 3915.0, 3925.0, 3925.0, 3914.0, 3915.0, 3936.0, 3926.0, 3904.0, 3957.0, 3927.0, 3926.0, 3915.0, 3907.0, 3905.0, 3926.0, 3916.0, 3946.0, 3924.0, 3905.0, 3958.0, 3914.0, 3896.0, 3895.0, 3917.0, 3936.0, 3926.0, 3929.0, 3917.0, 3927.0, 3917.0, 3981.0, 3939.0, 3959.0, 3990.0, 3918.0, 3926.0, 3924.0, 3927.0, 3947.0, 3946.0, 3907.0, 3913.0, 3905.0, 3916.0, 3917.0, 3927.0, 3905.0, 3978.0, 3927.0, 3904.0, 3946.0, 3935.0, 3925.0, 3976.0, 3926.0, 3923.0, 3934.0, 3904.0, 3955.0, 3923.0, 3921.0, 3966.0, 3914.0, 3904.0, 3914.0, 3927.0, 3935.0, 3936.0, 3937.0, 3907.0, 3895.0, 3937.0, 3908.0, 3947.0, 3916.0, 3981.0, 3958.0, 3916.0, 3948.0, 3927.0, 3935.0, 3955.0, 3947.0, 3937.0, 3894.0, 3904.0, 3913.0, 3927.0, 3904.0, 3916.0, 3957.0, 3918.0, 3927.0, 3937.0, 3918.0, 3977.0, 3946.0, 3927.0, 3959.0, 3916.0, 3924.0, 3934.0, 3903.0, 3944.0, 3902.0, 3914.0, 3884.0, 3906.0, 3926.0, 3903.0, 3907.0, 3918.0, 3906.0, 3917.0, 3928.0, 3939.0, 3906.0, 3980.0, 3958.0, 3916.0, 3938.0, 3937.0, 3906.0, 3966.0, 3925.0, 3918.0, 3916.0, 3917.0, 3945.0, 3923.0, 3904.0, 3991.0, 3926.0, 3892.0, 3924.0, 3914.0, 3907.0, 3955.0, 3926.0, 3907.0, 3905.0, 3926.0, 3925.0, 3916.0, 3937.0, 3926.0, 3977.0, 3969.0, 3915.0, 3915.0, 3924.0, 3904.0, 3978.0, 3922.0, 3904.0, 3915.0, 3924.0, 3915.0, 3895.0, 3925.0, 3895.0, 3960.0, 3928.0, 3917.0, 3946.0, 3924.0, 3926.0, 3947.0, 3917.0, 3947.0, 3927.0, 3926.0, 3967.0, 3933.0, 3933.0, 3976.0, 3947.0, 3923.0, 3883.0, 3912.0, 3900.0, 3912.0, 3894.0, 3934.0, 3924.0, 3916.0, 3915.0, 3937.0, 3906.0, 3947.0, 3939.0, 3917.0, 3917.0, 3926.0, 3917.0, 3954.0, 3927.0, 3927.0, 3906.0, 3928.0, 3907.0, 3937.0, 3924.0, 3926.0, 3906.0, 3916.0, 3906.0, 3905.0, 3928.0, 3927.0, 3917.0, 3939.0, 3929.0], 'WindowWidth': [8972.0, 8932.0, 8950.0, 8909.0, 8914.0, 8864.0, 8816.0, 8917.0, 8809.0, 8821.0, 8841.0, 8868.0, 8783.0, 8840.0, 8761.0, 8984.0, 8865.0, 8821.0, 8842.0, 8801.0, 8852.0, 8801.0, 8758.0, 8807.0, 8774.0, 8840.0, 8882.0, 8815.0, 8761.0, 8805.0, 8782.0, 8724.0, 8695.0, 8710.0, 8721.0, 8747.0, 8855.0, 8871.0, 8836.0, 8991.0, 8869.0, 8741.0, 8747.0, 8823.0, 8913.0, 8849.0, 8751.0, 8735.0, 8760.0, 8793.0, 8800.0, 8800.0, 8778.0, 8807.0, 8793.0, 8818.0, 8827.0, 8799.0, 8872.0, 8816.0, 8788.0, 8876.0, 8840.0, 8913.0, 8886.0, 8827.0, 8820.0, 8789.0, 8854.0, 8816.0, 8781.0, 8867.0, 8788.0, 8816.0, 8807.0, 8774.0, 8824.0, 8776.0, 8796.0, 8756.0, 8747.0, 8741.0, 8789.0, 8770.0, 8798.0, 8788.0, 8786.0, 8832.0, 8777.0, 8764.0, 8795.0, 8833.0, 8795.0, 8824.0, 8780.0, 8783.0, 8844.0, 8834.0, 8796.0, 8776.0, 8783.0, 8793.0, 8844.0, 8787.0, 8791.0, 8792.0, 8809.0, 8765.0, 8807.0, 8816.0, 8784.0, 8768.0, 8808.0, 8786.0, 8825.0, 8811.0, 8786.0, 8814.0, 8811.0, 8782.0, 8840.0, 8831.0, 8808.0, 8888.0, 8784.0, 8794.0, 8792.0, 8806.0, 8820.0, 8799.0, 8879.0, 8820.0, 8764.0, 8803.0, 8806.0, 8825.0, 8803.0, 8783.0, 8781.0, 8792.0, 8796.0, 8793.0, 8844.0, 8816.0, 8890.0, 8811.0, 8766.0, 8790.0, 8792.0, 8835.0, 8840.0, 8796.0, 8791.0, 8792.0, 8797.0, 8775.0, 8793.0, 8780.0, 8764.0, 8792.0, 8792.0, 8819.0, 8807.0, 8797.0, 8854.0, 8821.0, 8783.0, 8852.0, 8807.0, 8795.0, 8814.0, 8817.0, 8805.0, 8825.0, 8792.0, 8801.0, 8811.0, 8818.0, 8843.0, 8808.0, 8793.0, 8850.0, 8789.0, 8776.0, 8783.0, 8808.0, 8777.0, 8889.0, 8813.0, 8765.0, 8819.0, 8798.0, 8795.0, 8831.0, 8789.0, 8820.0, 8802.0, 8786.0, 8863.0, 8788.0, 8841.0, 8846.0, 8783.0, 8800.0, 8769.0, 8789.0, 8775.0, 8769.0, 8779.0, 8803.0, 8805.0, 8781.0, 8813.0, 8808.0, 8788.0, 8858.0, 8790.0, 8777.0, 8794.0, 8800.0, 8792.0, 8843.0, 8798.0, 8775.0, 8802.0, 8792.0, 8855.0, 8806.0, 8821.0, 8867.0, 8790.0, 8775.0, 8811.0, 8795.0, 8826.0, 8842.0, 8797.0, 8769.0, 8805.0, 8813.0, 8809.0, 8867.0, 8822.0, 8818.0, 8792.0, 8787.0, 8787.0, 8787.0, 8760.0, 8868.0, 8790.0, 8779.0, 8773.0, 8807.0, 8822.0, 8832.0, 8780.0, 8793.0, 8802.0, 8793.0, 8800.0, 8805.0, 8776.0, 8796.0, 8796.0, 8781.0, 8803.0, 8806.0, 8791.0, 8881.0, 8837.0, 8763.0, 8805.0, 8805.0, 8747.0, 8817.0, 8810.0, 8761.0, 8800.0, 8792.0, 8779.0, 8787.0, 8782.0, 8776.0, 8776.0, 8794.0, 8793.0, 8793.0, 8772.0, 8805.0, 8757.0, 8791.0, 8761.0, 8787.0, 8758.0, 8833.0, 8787.0, 8773.0, 8777.0, 8797.0, 8767.0, 8790.0, 8809.0, 8778.0, 8790.0, 8795.0, 8780.0, 8792.0, 8855.0, 8783.0, 8807.0, 8795.0, 8793.0, 8802.0, 8853.0, 8790.0, 8769.0, 8822.0, 8809.0, 8796.0, 8854.0, 8807.0, 8781.0, 8811.0, 8796.0, 8808.0, 8804.0, 8771.0, 8864.0, 8848.0, 8775.0, 8799.0, 8772.0, 8776.0, 8831.0, 8823.0, 8777.0, 8777.0, 8790.0, 8775.0, 8760.0, 8798.0, 8783.0, 8793.0, 8784.0, 8770.0, 8817.0, 8811.0, 8781.0, 8771.0, 8807.0, 8770.0, 8839.0, 8826.0, 8798.0, 8868.0, 8806.0, 8766.0, 8811.0, 8799.0, 8766.0, 8867.0, 8803.0, 8780.0, 8771.0, 8794.0, 8773.0, 8816.0, 8783.0, 8795.0, 8809.0, 8793.0, 8777.0, 8868.0, 8852.0, 8791.0, 8793.0, 8791.0, 8774.0, 8790.0, 8843.0, 8780.0, 8804.0, 8766.0, 8777.0, 8780.0, 8821.0, 8812.0, 8850.0, 8787.0, 8774.0, 8808.0, 8789.0, 8818.0, 8837.0, 8771.0, 8786.0, 8786.0, 8782.0, 8786.0, 8816.0, 8784.0, 8821.0, 8806.0, 8798.0, 8784.0, 8762.0, 8795.0, 8796.0, 8797.0, 8804.0, 8806.0, 8781.0, 8794.0, 8804.0, 8795.0, 8772.0, 8811.0, 8783.0, 8866.0, 8838.0, 8869.0, 8837.0, 8785.0, 8773.0, 8784.0, 8752.0, 8829.0, 8828.0, 8781.0, 8774.0, 8773.0, 8786.0, 8745.0, 8812.0, 8792.0, 8794.0, 8795.0, 8781.0, 8779.0, 8797.0, 8842.0, 8794.0, 8791.0, 8802.0, 8779.0, 8835.0, 8881.0, 8798.0, 8796.0, 8767.0, 8800.0, 8802.0, 8840.0, 8786.0, 8777.0, 8806.0, 8775.0, 8819.0, 8775.0, 8887.0, 8805.0, 8780.0, 8792.0, 8793.0, 8808.0, 8788.0, 8785.0, 8792.0, 8800.0, 8777.0, 8802.0, 8806.0, 8760.0, 8839.0, 8793.0, 8753.0, 8795.0, 8800.0, 8794.0, 8823.0, 8798.0, 8751.0, 8782.0, 8801.0, 8821.0, 8813.0, 8798.0, 8836.0, 8809.0, 8815.0, 8806.0, 8824.0, 8765.0, 8906.0, 8849.0, 8767.0, 8793.0, 8789.0, 8761.0, 8810.0, 8798.0, 8787.0, 8769.0, 8800.0, 8767.0, 8852.0, 8822.0, 8803.0, 8786.0, 8811.0, 8782.0, 8886.0, 8839.0, 8835.0, 8834.0, 8791.0, 8786.0, 8783.0, 8760.0, 8843.0, 8802.0, 8774.0, 8774.0, 8789.0, 8762.0, 8817.0, 8792.0, 8748.0, 8774.0, 8777.0, 8777.0, 8790.0, 8762.0, 8813.0, 8776.0, 8793.0, 8778.0, 8791.0, 8750.0, 8863.0, 8806.0, 8765.0, 8735.0, 8810.0, 8751.0, 8830.0, 8838.0, 8776.0, 8819.0, 8836.0, 8817.0, 8810.0, 8871.0, 8781.0, 8803.0, 8761.0, 8799.0, 8804.0, 8839.0, 8780.0, 8767.0, 8789.0, 8780.0, 8791.0, 8772.0, 8768.0, 8769.0, 8794.0, 8786.0, 8796.0, 8811.0, 8764.0, 8857.0, 8805.0, 8791.0, 8778.0, 8806.0, 8764.0, 8805.0, 8781.0, 8785.0, 8775.0, 8807.0, 8765.0, 8849.0, 8816.0, 8752.0, 8792.0, 8789.0, 8810.0, 8805.0, 8801.0, 8887.0, 8817.0, 8747.0, 8777.0, 8775.0, 8785.0, 8806.0, 8761.0, 8747.0, 8777.0, 8763.0, 8765.0, 8823.0, 8793.0, 8774.0, 8807.0, 8786.0, 8784.0, 8807.0, 8796.0, 8764.0, 8825.0, 8851.0, 8769.0, 8793.0, 8809.0, 8779.0, 8818.0, 8776.0, 8749.0, 8793.0, 8779.0, 8793.0, 8786.0, 8795.0, 8775.0, 8833.0, 8872.0, 8797.0, 8809.0, 8812.0, 8780.0, 8835.0, 8867.0, 8782.0, 8775.0, 8803.0, 8774.0, 8881.0, 8836.0, 8761.0, 8805.0, 8789.0, 8780.0, 8807.0, 8786.0, 8750.0, 8788.0, 8785.0, 8757.0, 8791.0, 8768.0, 8776.0, 8836.0, 8774.0, 8748.0, 8777.0, 8791.0, 8793.0, 8776.0, 8779.0, 8807.0, 8794.0, 8763.0, 8836.0, 8797.0, 8794.0, 8777.0, 8770.0, 8765.0, 8793.0, 8780.0, 8821.0, 8789.0, 8764.0, 8839.0, 8777.0, 8755.0, 8753.0, 8787.0, 8812.0, 8795.0, 8805.0, 8785.0, 8798.0, 8785.0, 8880.0, 8821.0, 8842.0, 8889.0, 8787.0, 8794.0, 8791.0, 8798.0, 8824.0, 8821.0, 8770.0, 8774.0, 8765.0, 8782.0, 8785.0, 8797.0, 8767.0, 8868.0, 8797.0, 8764.0, 8822.0, 8807.0, 8792.0, 8863.0, 8795.0, 8788.0, 8801.0, 8761.0, 8832.0, 8785.0, 8782.0, 8848.0, 8775.0, 8762.0, 8775.0, 8796.0, 8808.0, 8807.0, 8811.0, 8774.0, 8754.0, 8812.0, 8776.0, 8826.0, 8782.0, 8875.0, 8840.0, 8782.0, 8826.0, 8799.0, 8806.0, 8831.0, 8824.0, 8811.0, 8749.0, 8763.0, 8775.0, 8797.0, 8765.0, 8781.0, 8838.0, 8786.0, 8797.0, 8810.0, 8789.0, 8867.0, 8822.0, 8795.0, 8840.0, 8782.0, 8789.0, 8802.0, 8760.0, 8815.0, 8760.0, 8778.0, 8738.0, 8770.0, 8797.0, 8764.0, 8774.0, 8789.0, 8771.0, 8786.0, 8802.0, 8816.0, 8770.0, 8873.0, 8841.0, 8782.0, 8812.0, 8811.0, 8770.0, 8850.0, 8792.0, 8786.0, 8781.0, 8785.0, 8820.0, 8789.0, 8763.0, 8888.0, 8793.0, 8747.0, 8790.0, 8776.0, 8772.0, 8833.0, 8794.0, 8772.0, 8768.0, 8795.0, 8795.0, 8783.0, 8812.0, 8795.0, 8865.0, 8857.0, 8780.0, 8779.0, 8789.0, 8767.0, 8869.0, 8785.0, 8765.0, 8778.0, 8789.0, 8781.0, 8754.0, 8793.0, 8753.0, 8846.0, 8800.0, 8786.0, 8823.0, 8792.0, 8796.0, 8822.0, 8787.0, 8825.0, 8797.0, 8796.0, 8851.0, 8801.0, 8800.0, 8863.0, 8823.0, 8787.0, 8733.0, 8771.0, 8754.0, 8771.0, 8748.0, 8803.0, 8789.0, 8781.0, 8780.0, 8812.0, 8768.0, 8822.0, 8816.0, 8784.0, 8783.0, 8793.0, 8784.0, 8830.0, 8797.0, 8798.0, 8769.0, 8799.0, 8768.0, 8808.0, 8789.0, 8794.0, 8769.0, 8781.0, 8769.0, 8769.0, 8802.0, 8798.0, 8787.0, 8818.0, 8802.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.013521467889908257</td></tr>
<tr><td colspan=3>aqi</td><td>0.04122267740825688</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.66861664861076</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3092771124225016</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3287877738461538</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>3054.7358</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17555552237068686</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>262</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.045871559633028</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.483853279865284</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4974403950018353</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.707334299088484</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2467851455055317</td></tr>
<tr><td colspan=3>gcor</td><td>0.00619035</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006211237516254187</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01954689994454384</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.778878062901951</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>23.1562</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.8111</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.4334</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300148.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>836.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.8635</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9872</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.7918</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3126.2224</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3316.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4143.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.6357</td></tr>
<tr><td colspan=3>tsnr</td><td>27.614341433509253</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>