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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-03_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_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-0107/ses-03/func/sub-0107_ses-03_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>4388d5f672aa8376002d3aa6c30c6738</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:13:57.462500</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.990047, 0.0880212, 0.109817, -0.0874885, 0.996119, -0.00966923]</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.0793046</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7796, -7292, 371, -114, -169, 61, 36]</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>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a6b18bc0-d764-42a3-80f8-adaad4466dad||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.6562230587005615, -0.23472528159618378, 0.29765287041664124, 115.26358032226562], [-0.2361544519662857, 2.672513484954834, 9.378582035424188e-05, -92.82630157470703], [0.29463082551956177, 0.02594182640314102, 2.6835429668426514, -102.44097900390625], [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': ['201357.462500', '201357.922500', '201358.382500', '201358.842500', '201359.302500', '201359.762500', '201400.222500', '201400.682500', '201401.142500', '201401.602500', '201402.062500', '201402.522500', '201402.982500', '201403.442500', '201403.902500', '201404.362500', '201404.822500', '201405.282500', '201405.742500', '201406.202500', '201406.662500', '201407.122500', '201407.582500', '201408.042500', '201408.502500', '201408.962500', '201409.422500', '201409.882500', '201410.342500', '201410.802500', '201411.262500', '201411.722500', '201412.182500', '201412.642500', '201413.102500', '201413.562500', '201414.022500', '201414.482500', '201414.942500', '201415.402500', '201415.862500', '201416.322500', '201416.782500', '201417.242500', '201417.702500', '201418.162500', '201418.622500', '201419.082500', '201419.542500', '201420.002500', '201420.462500', '201420.922500', '201421.382500', '201421.842500', '201422.302500', '201422.762500', '201423.222500', '201423.682500', '201424.142500', '201424.602500', '201425.062500', '201425.522500', '201425.982500', '201426.442500', '201426.902500', '201427.362500', '201427.822500', '201428.282500', '201428.742500', '201429.202500', '201429.662500', '201430.122500', '201430.582500', '201431.042500', '201431.502500', '201431.962500', '201432.422500', '201432.882500', '201433.342500', '201433.802500', '201434.262500', '201434.722500', '201435.182500', '201435.642500', '201436.102500', '201436.562500', '201437.022500', '201437.482500', '201437.942500', '201438.402500', '201438.862500', '201439.322500', '201439.782500', '201440.242500', '201440.702500', '201441.162500', '201441.622500', '201442.082500', '201442.542500', '201443.002500', '201443.462500', '201443.922500', '201444.382500', '201444.842500', '201445.302500', '201445.762500', '201446.222500', '201446.682500', '201447.142500', '201447.602500', '201448.062500', '201448.522500', '201448.982500', '201449.442500', '201449.902500', '201450.362500', '201450.822500', '201451.282500', '201451.742500', '201452.202500', '201452.662500', '201453.122500', '201453.582500', '201454.042500', '201454.502500', '201454.962500', '201455.422500', '201455.882500', '201456.342500', '201456.802500', '201457.262500', '201457.722500', '201458.182500', '201458.642500', '201459.102500', '201459.562500', '201500.022500', '201500.482500', '201500.942500', '201501.402500', '201501.862500', '201502.322500', '201502.782500', '201503.242500', '201503.702500', '201504.162500', '201504.622500', '201505.082500', '201505.542500', '201506.002500', '201506.462500', '201506.922500', '201507.382500', '201507.842500', '201508.302500', '201508.762500', '201509.222500', '201509.682500', '201510.142500', '201510.602500', '201511.062500', '201511.522500', '201511.982500', '201512.442500', '201512.902500', '201513.362500', '201513.822500', '201514.282500', '201514.742500', '201515.202500', '201515.662500', '201516.122500', '201516.582500', '201517.042500', '201517.502500', '201517.962500', '201518.422500', '201518.882500', '201519.342500', '201519.802500', '201520.262500', '201520.722500', '201521.182500', '201521.642500', '201522.102500', '201522.562500', '201523.022500', '201523.482500', '201523.942500', '201524.402500', '201524.862500', '201525.322500', '201525.782500', '201526.242500', '201526.702500', '201527.162500', '201527.622500', '201528.082500', '201528.542500', '201529.002500', '201529.462500', '201529.922500', '201530.382500', '201530.842500', '201531.302500', '201531.762500', '201532.222500', '201532.682500', '201533.142500', '201533.602500', '201534.062500', '201534.522500', '201534.982500', '201535.442500', '201535.902500', '201536.362500', '201536.822500', '201537.282500', '201537.742500', '201538.202500', '201538.662500', '201539.122500', '201539.582500', '201540.042500', '201540.502500', '201540.962500', '201541.422500', '201541.882500', '201542.342500', '201542.802500', '201543.262500', '201543.722500', '201544.182500', '201544.642500', '201545.102500', '201545.562500', '201546.022500', '201546.482500', '201546.942500', '201547.402500', '201547.862500', '201548.322500', '201548.782500', '201549.242500', '201549.702500', '201550.162500', '201550.622500', '201551.082500', '201551.542500', '201552.002500', '201552.462500', '201552.922500', '201553.382500', '201553.842500', '201554.302500', '201554.762500', '201555.222500', '201555.682500', '201556.142500', '201556.602500', '201557.062500', '201557.522500', '201557.982500', '201558.442500', '201558.902500', '201559.362500', '201559.822500', '201600.282500', '201600.742500', '201601.202500', '201601.662500', '201602.122500', '201602.582500', '201603.042500', '201603.502500', '201603.962500', '201604.422500', '201604.882500', '201605.342500', '201605.802500', '201606.262500', '201606.722500', '201607.182500', '201607.642500', '201608.102500', '201608.562500', '201609.022500', '201609.482500', '201609.942500', '201610.402500', '201610.862500', '201611.322500', '201611.782500', '201612.242500', '201612.702500', '201613.162500', '201613.622500', '201614.082500', '201614.542500', '201615.002500', '201615.462500', '201615.922500', '201616.382500', '201616.842500', '201617.302500', '201617.762500', '201618.222500', '201618.682500', '201619.142500', '201619.602500', '201620.062500', '201620.522500', '201620.982500', '201621.442500', '201621.902500', '201622.362500', '201622.822500', '201623.282500', '201623.742500', '201624.202500', '201624.662500', '201625.122500', '201625.582500', '201626.042500', '201626.502500', '201626.962500', '201627.422500', '201627.882500', '201628.342500', '201628.802500', '201629.262500', '201629.722500', '201630.182500', '201630.642500', '201631.102500', '201631.562500', '201632.022500', '201632.482500', '201632.942500', '201633.402500', '201633.862500', '201634.322500', '201634.782500', '201635.242500', '201635.702500', '201636.162500', '201636.622500', '201637.082500', '201637.542500', '201638.002500', '201638.462500', '201638.922500', '201639.382500', '201639.842500', '201640.302500', '201640.762500', '201641.222500', '201641.682500', '201642.142500', '201642.602500', '201643.062500', '201643.522500', '201643.982500', '201644.442500', '201644.902500', '201645.362500', '201645.822500', '201646.282500', '201646.742500', '201647.202500', '201647.662500', '201648.122500', '201648.582500', '201649.042500', '201649.502500', '201649.962500', '201650.422500', '201650.882500', '201651.342500', '201651.802500', '201652.262500', '201652.722500', '201653.182500', '201653.642500', '201654.102500', '201654.562500', '201655.022500', '201655.482500', '201655.942500', '201656.402500', '201656.862500', '201657.322500', '201657.782500', '201658.242500', '201658.702500', '201659.162500', '201659.622500', '201700.082500', '201700.542500', '201701.002500', '201701.462500', '201701.922500', '201702.382500', '201702.842500', '201703.302500', '201703.762500', '201704.222500', '201704.682500', '201705.142500', '201705.602500', '201706.062500', '201706.522500', '201706.982500', '201707.442500', '201707.902500', '201708.362500', '201708.822500', '201709.282500', '201709.742500', '201710.202500', '201710.662500', '201711.122500', '201711.582500', '201712.042500', '201712.502500', '201712.962500', '201713.422500', '201713.882500', '201714.342500', '201714.802500', '201715.262500', '201715.722500', '201716.182500', '201716.642500', '201717.102500', '201717.562500', '201718.022500', '201718.482500', '201718.942500', '201719.402500', '201719.862500', '201720.322500', '201720.782500', '201721.242500', '201721.702500', '201722.162500', '201722.622500', '201723.082500', '201723.542500', '201724.002500', '201724.462500', '201724.922500', '201725.382500', '201725.842500', '201726.302500', '201726.762500', '201727.222500', '201727.682500', '201728.142500', '201728.602500', '201729.062500', '201729.522500', '201729.982500', '201730.442500', '201730.902500', '201731.362500', '201731.822500', '201732.282500', '201732.742500', '201733.202500', '201733.662500', '201734.122500', '201734.582500', '201735.042500', '201735.502500', '201735.962500', '201736.422500', '201736.882500', '201737.342500', '201737.802500', '201738.262500', '201738.722500', '201739.182500', '201739.642500', '201740.102500', '201740.562500', '201741.022500', '201741.482500', '201741.942500', '201742.402500', '201742.862500', '201743.322500', '201743.782500', '201744.242500', '201744.702500', '201745.162500', '201745.622500', '201746.082500', '201746.542500', '201747.002500', '201747.462500', '201747.922500', '201748.382500', '201748.842500', '201749.302500', '201749.762500', '201750.222500', '201750.682500', '201751.142500', '201751.602500', '201752.062500', '201752.522500', '201752.982500', '201753.442500', '201753.902500', '201754.362500', '201754.822500', '201755.282500', '201755.742500', '201756.202500', '201756.662500', '201757.122500', '201757.582500', '201758.042500', '201758.502500', '201758.962500', '201759.422500', '201759.882500', '201800.342500', '201800.802500', '201801.262500', '201801.722500', '201802.182500', '201802.642500', '201803.102500', '201803.562500', '201804.022500', '201804.482500', '201804.942500', '201805.402500', '201805.862500', '201806.322500', '201806.782500', '201807.242500', '201807.702500', '201808.162500', '201808.622500', '201809.082500', '201809.542500', '201810.002500', '201810.462500', '201810.922500', '201811.382500', '201811.842500', '201812.302500', '201812.762500', '201813.222500', '201813.682500', '201814.142500', '201814.602500', '201815.062500', '201815.522500', '201815.982500', '201816.442500', '201816.902500', '201817.362500', '201817.822500', '201818.282500', '201818.742500', '201819.202500', '201819.662500', '201820.122500', '201820.582500', '201821.042500', '201821.502500', '201821.962500', '201822.422500', '201822.882500', '201823.342500', '201823.802500', '201824.262500', '201824.722500', '201825.182500', '201825.642500', '201826.102500', '201826.562500', '201827.022500', '201827.482500', '201827.942500', '201828.402500', '201828.862500', '201829.322500', '201829.782500', '201830.242500', '201830.702500', '201831.162500', '201831.622500', '201832.082500', '201832.542500', '201833.002500', '201833.462500', '201833.922500', '201834.382500', '201834.842500', '201835.302500', '201835.762500', '201836.222500', '201836.682500', '201837.142500', '201837.602500', '201838.062500', '201838.522500', '201838.982500', '201839.442500', '201839.902500', '201840.362500', '201840.822500', '201841.282500', '201841.742500', '201842.202500', '201842.662500', '201843.122500', '201843.582500', '201844.042500', '201844.502500', '201844.962500', '201845.422500', '201845.882500', '201846.342500', '201846.802500', '201847.262500', '201847.722500', '201848.182500', '201848.642500', '201849.102500', '201849.562500', '201850.022500', '201850.482500', '201850.942500', '201851.402500', '201851.862500', '201852.322500', '201852.782500', '201853.242500', '201853.702500', '201854.162500', '201854.622500', '201855.082500', '201855.542500', '201856.002500', '201856.462500', '201856.922500', '201857.382500', '201857.842500', '201858.302500', '201858.762500', '201859.222500', '201859.682500', '201900.142500', '201900.602500', '201901.062500', '201901.522500', '201901.982500', '201902.442500', '201902.902500', '201903.362500', '201903.822500', '201904.282500', '201904.742500', '201905.202500', '201905.662500', '201906.122500', '201906.582500', '201907.042500', '201907.502500', '201907.962500', '201908.422500', '201908.882500', '201909.342500', '201909.802500', '201910.262500', '201910.722500', '201911.182500', '201911.642500', '201912.102500', '201912.562500', '201913.022500', '201913.482500', '201913.942500', '201914.402500', '201914.862500', '201915.322500', '201915.782500', '201916.242500', '201916.702500', '201917.162500', '201917.622500', '201918.082500', '201918.542500', '201919.002500', '201919.462500', '201919.922500', '201920.382500', '201920.842500', '201921.302500', '201921.762500', '201922.222500', '201922.682500', '201923.142500', '201923.602500', '201924.062500', '201924.522500', '201924.982500', '201925.442500', '201925.902500', '201926.362500', '201926.822500', '201927.282500', '201927.742500', '201928.202500', '201928.662500', '201929.122500', '201929.582500', '201930.042500', '201930.502500', '201930.962500', '201931.422500', '201931.882500', '201932.342500', '201932.802500', '201933.262500', '201933.722500', '201934.182500', '201934.642500', '201935.102500', '201935.562500', '201936.022500', '201936.482500', '201936.942500', '201937.402500', '201937.862500', '201938.322500', '201938.782500', '201939.242500', '201939.702500', '201940.162500', '201940.622500', '201941.082500', '201941.542500', '201942.002500', '201942.462500', '201942.922500', '201943.382500', '201943.842500', '201944.302500', '201944.762500', '201945.222500', '201945.682500', '201946.142500', '201946.602500', '201947.062500', '201947.522500', '201947.982500', '201948.442500', '201948.902500', '201949.362500', '201949.822500', '201950.282500', '201950.742500', '201951.202500', '201951.662500', '201952.122500', '201952.582500', '201953.042500', '201953.502500', '201953.962500', '201954.422500', '201954.882500', '201955.342500', '201955.802500', '201956.262500', '201956.722500', '201957.182500', '201957.642500', '201958.102500', '201958.562500', '201959.022500', '201959.482500', '201959.942500', '202000.402500', '202000.862500', '202001.322500', '202001.782500', '202002.242500', '202002.702500', '202003.162500', '202003.622500', '202004.082500', '202004.542500', '202005.002500', '202005.462500', '202005.922500', '202006.382500', '202006.842500', '202007.302500', '202007.762500', '202008.222500', '202008.682500', '202009.142500', '202009.602500', '202010.062500', '202010.522500', '202010.982500', '202011.442500', '202011.902500', '202012.362500', '202012.822500', '202013.282500', '202013.742500', '202014.202500', '202014.662500', '202015.122500', '202015.582500', '202016.042500', '202016.502500', '202016.962500', '202017.422500', '202017.882500', '202018.342500', '202018.802500', '202019.262500', '202019.722500', '202020.182500', '202020.642500', '202021.102500', '202021.562500', '202022.022500', '202022.482500', '202022.942500', '202023.402500', '202023.862500', '202024.322500', '202024.782500', '202025.242500', '202025.702500', '202026.162500', '202026.622500', '202027.082500', '202027.542500', '202028.002500', '202028.462500', '202028.922500', '202029.382500', '202029.842500', '202030.302500', '202030.762500', '202031.222500', '202031.682500', '202032.142500', '202032.602500', '202033.062500', '202033.522500', '202033.982500', '202034.442500', '202034.902500', '202035.362500', '202035.822500', '202036.282500', '202036.742500', '202037.202500', '202037.662500', '202038.122500'], 'ContentTime': ['201424.823000', '201424.826000', '201424.828000', '201424.831000', '201424.833000', '201424.836000', '201424.839000', '201424.841000', '201424.844000', '201424.847000', '201424.849000', '201424.852000', '201424.854000', '201424.857000', '201424.860000', '201424.862000', '201424.865000', '201424.868000', '201424.870000', '201424.873000', '201424.875000', '201424.878000', '201424.880000', '201424.883000', '201424.886000', '201424.888000', '201424.894000', '201424.897000', '201424.899000', '201424.902000', '201424.904000', '201424.907000', '201424.909000', '201424.912000', '201424.915000', '201424.917000', '201424.920000', '201424.922000', '201424.925000', '201424.927000', '201424.930000', '201424.933000', '201424.935000', '201424.938000', '201424.942000', '201424.944000', '201424.947000', '201424.949000', '201424.952000', '201424.954000', '201424.957000', '201424.960000', '201424.962000', '201424.965000', '201424.967000', '201424.970000', '201424.973000', '201444.796000', '201444.799000', '201444.802000', '201444.804000', '201444.807000', '201444.810000', '201444.812000', '201444.815000', '201444.817000', '201444.820000', '201444.824000', '201444.827000', '201444.829000', '201444.832000', '201444.835000', '201444.837000', '201444.840000', '201444.842000', '201444.845000', '201444.853000', '201444.856000', '201444.858000', '201444.861000', '201444.863000', '201444.866000', '201444.868000', '201444.871000', '201444.874000', '201444.876000', '201444.879000', '201444.881000', '201444.884000', '201444.887000', '201444.889000', '201444.892000', '201444.894000', '201444.897000', '201444.899000', '201444.902000', '201444.905000', '201444.907000', '201444.910000', '201444.912000', '201504.797000', '201504.799000', '201504.802000', '201504.805000', '201504.807000', '201504.810000', '201504.812000', '201504.815000', '201504.817000', '201504.820000', '201504.822000', '201504.825000', '201504.828000', '201504.830000', '201504.833000', '201504.836000', '201504.838000', '201504.841000', '201504.843000', '201504.846000', '201504.848000', '201504.851000', '201504.854000', '201504.856000', '201504.859000', '201504.861000', '201504.864000', '201504.867000', '201504.869000', '201504.872000', '201504.874000', '201504.877000', '201504.880000', '201504.882000', '201504.885000', '201504.887000', '201504.890000', '201504.893000', '201504.895000', '201504.898000', '201504.900000', '201504.903000', '201504.906000', '201504.908000', '201524.795000', '201524.798000', '201524.801000', '201524.803000', '201524.806000', '201524.809000', '201524.811000', '201524.814000', '201524.816000', '201524.819000', '201524.822000', '201524.825000', '201524.828000', '201524.831000', '201524.833000', '201524.836000', '201524.839000', '201524.841000', '201524.844000', '201524.846000', '201524.849000', '201524.852000', '201524.854000', '201524.857000', '201524.859000', '201524.862000', '201524.865000', '201524.867000', '201524.870000', '201524.872000', '201524.875000', '201524.878000', '201524.880000', '201524.883000', '201524.886000', '201524.889000', '201524.891000', '201524.894000', '201524.896000', '201524.911000', '201524.913000', '201524.916000', '201524.919000', '201544.796000', '201544.799000', '201544.802000', '201544.804000', '201544.807000', '201544.810000', '201544.812000', '201544.815000', '201544.817000', '201544.820000', '201544.823000', '201544.825000', '201544.828000', '201544.831000', '201544.833000', '201544.836000', '201544.838000', '201544.841000', '201544.843000', '201544.846000', '201544.849000', '201544.851000', '201544.854000', '201544.856000', '201544.859000', '201544.862000', '201544.864000', '201544.867000', '201544.870000', '201544.872000', '201544.875000', '201544.877000', '201544.880000', '201544.882000', '201544.885000', '201544.888000', '201544.890000', '201544.893000', '201544.895000', '201544.898000', '201544.901000', '201544.903000', '201544.906000', '201544.908000', '201604.797000', '201604.799000', '201604.802000', '201604.805000', '201604.807000', '201604.810000', '201604.812000', '201604.815000', '201604.823000', '201604.825000', '201604.828000', '201604.831000', '201604.833000', '201604.836000', '201604.838000', '201604.841000', '201604.844000', '201604.846000', '201604.850000', '201604.853000', '201604.856000', '201604.859000', '201604.861000', '201604.864000', '201604.867000', '201604.869000', '201604.872000', '201604.874000', '201604.877000', '201604.879000', '201604.882000', '201604.885000', '201604.887000', '201604.890000', '201604.892000', '201604.895000', '201604.897000', '201604.900000', '201604.903000', '201604.905000', '201604.908000', '201604.910000', '201604.913000', '201624.796000', '201624.799000', '201624.802000', '201624.804000', '201624.807000', '201624.810000', '201624.812000', '201624.815000', '201624.817000', '201624.820000', '201624.823000', '201624.825000', '201624.828000', '201624.830000', '201624.833000', '201624.836000', '201624.838000', '201624.841000', '201624.843000', '201624.846000', '201624.849000', '201624.851000', '201624.854000', '201624.857000', '201624.859000', '201624.862000', '201624.864000', '201624.867000', '201624.869000', '201624.872000', '201624.875000', '201624.877000', '201624.880000', '201624.882000', '201624.885000', '201624.887000', '201624.890000', '201624.893000', '201624.896000', '201624.898000', '201624.901000', '201624.903000', '201624.906000', '201624.908000', '201644.796000', '201644.799000', '201644.802000', '201644.804000', '201644.807000', '201644.810000', '201644.812000', '201644.815000', '201644.818000', '201644.820000', '201644.823000', '201644.825000', '201644.828000', '201644.830000', '201644.833000', '201644.836000', '201644.838000', '201644.841000', '201644.843000', '201644.846000', '201644.848000', '201644.851000', '201644.854000', '201644.857000', '201644.860000', '201644.863000', '201644.865000', '201644.868000', '201644.871000', '201644.873000', '201644.876000', '201644.878000', '201644.881000', '201644.883000', '201644.886000', '201644.889000', '201644.891000', '201644.894000', '201644.896000', '201644.899000', '201644.902000', '201644.904000', '201644.907000', '201704.796000', '201704.799000', '201704.802000', '201704.804000', '201704.807000', '201704.810000', '201704.812000', '201704.815000', '201704.817000', '201704.820000', '201704.823000', '201704.825000', '201704.828000', '201704.830000', '201704.833000', '201704.835000', '201704.838000', '201704.841000', '201704.843000', '201704.846000', '201704.848000', '201704.851000', '201704.854000', '201704.856000', '201704.859000', '201704.862000', '201704.864000', '201704.867000', '201704.869000', '201704.872000', '201704.875000', '201704.877000', '201704.880000', '201704.882000', '201704.885000', '201704.897000', '201704.900000', '201704.902000', '201704.905000', '201704.907000', '201704.910000', '201704.913000', '201704.915000', '201704.918000', '201724.795000', '201724.798000', '201724.801000', '201724.804000', '201724.806000', '201724.809000', '201724.811000', '201724.814000', '201724.817000', '201724.819000', '201724.822000', '201724.824000', '201724.827000', '201724.829000', '201724.832000', '201724.835000', '201724.837000', '201724.840000', '201724.842000', '201724.845000', '201724.848000', '201724.850000', '201724.853000', '201724.856000', '201724.858000', '201724.861000', '201724.863000', '201724.866000', '201724.868000', '201724.871000', '201724.874000', '201724.876000', '201724.879000', '201724.882000', '201724.884000', '201724.887000', '201724.890000', '201724.892000', '201724.895000', '201724.897000', '201724.900000', '201724.904000', '201724.907000', '201744.796000', '201744.798000', '201744.801000', '201744.804000', '201744.806000', '201744.809000', '201744.811000', '201744.814000', '201744.817000', '201744.819000', '201744.822000', '201744.824000', '201744.827000', '201744.830000', '201744.832000', '201744.835000', '201744.838000', '201744.840000', '201744.843000', '201744.846000', '201744.848000', '201744.851000', '201744.854000', '201744.856000', '201744.859000', '201744.861000', '201744.864000', '201744.867000', '201744.870000', '201744.873000', '201744.875000', '201744.878000', '201744.881000', '201744.883000', '201744.886000', '201744.889000', '201744.891000', '201744.894000', '201744.896000', '201744.899000', '201744.901000', '201744.904000', '201744.907000', '201744.909000', '201804.797000', '201804.799000', '201804.802000', '201804.805000', '201804.807000', '201804.810000', '201804.813000', '201804.815000', '201804.818000', '201804.820000', '201804.823000', '201804.826000', '201804.828000', '201804.831000', '201804.833000', '201804.836000', '201804.839000', '201804.841000', '201804.844000', '201804.847000', '201804.849000', '201804.852000', '201804.855000', '201804.857000', '201804.860000', '201804.862000', '201804.865000', '201804.868000', '201804.870000', '201804.873000', '201804.875000', '201804.878000', '201804.881000', '201804.883000', '201804.886000', '201804.888000', '201804.891000', '201804.894000', '201804.896000', '201804.899000', '201804.901000', '201804.904000', '201804.907000', '201824.797000', '201824.799000', '201824.802000', '201824.805000', '201824.807000', '201824.810000', '201824.813000', '201824.815000', '201824.818000', '201824.820000', '201824.823000', '201824.826000', '201824.828000', '201824.831000', '201824.833000', '201824.836000', '201824.839000', '201824.841000', '201824.844000', '201824.846000', '201824.849000', '201824.852000', '201824.854000', '201824.857000', '201824.859000', '201824.862000', '201824.865000', '201824.867000', '201824.870000', '201824.873000', '201824.875000', '201824.878000', '201824.880000', '201824.883000', '201824.886000', '201824.888000', '201824.891000', '201824.894000', '201824.896000', '201824.899000', '201824.901000', '201824.904000', '201824.906000', '201824.909000', '201844.796000', '201844.799000', '201844.832000', '201844.835000', '201844.837000', '201844.840000', '201844.843000', '201844.845000', '201844.848000', '201844.851000', '201844.853000', '201844.856000', '201844.859000', '201844.861000', '201844.864000', '201844.866000', '201844.869000', '201844.872000', '201844.874000', '201844.877000', '201844.879000', '201844.882000', '201844.885000', '201844.887000', '201844.890000', '201844.892000', '201844.895000', '201844.898000', '201844.900000', '201844.903000', '201844.905000', '201844.908000', '201844.911000', '201844.913000', '201844.916000', '201844.918000', '201844.921000', '201844.924000', '201844.927000', '201844.930000', '201844.933000', '201844.936000', '201844.938000', '201904.797000', '201904.800000', '201904.802000', '201904.805000', '201904.807000', '201904.810000', '201904.813000', '201904.815000', '201904.818000', '201904.821000', '201904.823000', '201904.826000', '201904.828000', '201904.831000', '201904.834000', '201904.836000', '201904.839000', '201904.841000', '201904.844000', '201904.847000', '201904.849000', '201904.852000', '201904.855000', '201904.857000', '201904.860000', '201904.862000', '201904.865000', '201904.868000', '201904.870000', '201904.873000', '201904.875000', '201904.878000', '201904.881000', '201904.883000', '201904.886000', '201904.889000', '201904.891000', '201904.894000', '201904.897000', '201904.899000', '201904.902000', '201904.904000', '201904.907000', '201904.910000', '201924.797000', '201924.800000', '201924.802000', '201924.805000', '201924.807000', '201924.810000', '201924.813000', '201924.815000', '201924.818000', '201924.820000', '201924.823000', '201924.825000', '201924.828000', '201924.831000', '201924.833000', '201924.836000', '201924.839000', '201924.841000', '201924.844000', '201924.847000', '201924.849000', '201924.852000', '201924.854000', '201924.857000', '201924.860000', '201924.862000', '201924.865000', '201924.867000', '201924.870000', '201924.873000', '201924.875000', '201924.878000', '201924.880000', '201924.883000', '201924.886000', '201924.888000', '201924.891000', '201924.894000', '201924.896000', '201924.899000', '201924.901000', '201924.904000', '201924.907000', '201944.795000', '201944.798000', '201944.801000', '201944.804000', '201944.806000', '201944.809000', '201944.811000', '201944.814000', '201944.817000', '201944.819000', '201944.822000', '201944.825000', '201944.827000', '201944.830000', '201944.833000', '201944.835000', '201944.838000', '201944.841000', '201944.843000', '201944.846000', '201944.849000', '201944.851000', '201944.854000', '201944.857000', '201944.859000', '201944.862000', '201944.864000', '201944.867000', '201944.870000', '201944.872000', '201944.875000', '201944.878000', '201944.880000', '201944.883000', '201944.885000', '201944.888000', '201944.891000', '201944.893000', '201944.896000', '201944.898000', '201944.901000', '201944.904000', '201944.906000', '201944.909000', '202004.797000', '202004.799000', '202004.802000', '202004.805000', '202004.807000', '202004.810000', '202004.812000', '202004.815000', '202004.818000', '202004.820000', '202004.823000', '202004.825000', '202004.828000', '202004.831000', '202004.833000', '202004.836000', '202004.838000', '202004.841000', '202004.844000', '202004.846000', '202004.849000', '202004.851000', '202004.854000', '202004.857000', '202004.859000', '202004.862000', '202004.864000', '202004.882000', '202004.885000', '202004.887000', '202004.890000', '202004.893000', '202004.895000', '202004.899000', '202004.902000', '202004.904000', '202004.907000', '202004.910000', '202004.912000', '202004.915000', '202004.917000', '202004.920000', '202004.923000', '202024.797000', '202024.799000', '202024.802000', '202024.805000', '202024.808000', '202024.810000', '202024.813000', '202024.815000', '202024.818000', '202024.821000', '202024.823000', '202024.826000', '202024.828000', '202024.831000', '202024.834000', '202024.836000', '202024.839000', '202024.841000', '202024.844000', '202024.847000', '202024.849000', '202024.852000', '202024.854000', '202024.857000', '202024.860000', '202024.862000', '202024.865000', '202024.868000', '202024.870000', '202024.873000', '202024.876000', '202024.878000', '202024.881000', '202024.883000', '202024.886000', '202024.889000', '202024.891000', '202024.894000', '202024.896000', '202024.899000', '202024.901000', '202024.904000', '202024.907000', '202039.516000', '202039.526000', '202039.529000', '202039.532000', '202039.534000', '202039.537000', '202039.540000', '202039.542000', '202039.545000', '202039.548000', '202039.551000', '202039.553000', '202039.556000', '202039.559000', '202039.562000', '202039.565000', '202039.568000', '202039.571000', '202039.574000', '202039.577000', '202039.580000', '202039.583000', '202039.586000', '202039.589000', '202039.592000', '202039.595000', '202039.597000', '202039.600000', '202039.603000', '202039.606000', '202039.608000', '202039.611000', '202039.614000'], 'InstanceCreationTime': ['201424.823000', '201424.826000', '201424.828000', '201424.831000', '201424.833000', '201424.836000', '201424.839000', '201424.841000', '201424.844000', '201424.847000', '201424.849000', '201424.852000', '201424.854000', '201424.857000', '201424.860000', '201424.862000', '201424.865000', '201424.868000', '201424.870000', '201424.873000', '201424.875000', '201424.878000', '201424.880000', '201424.883000', '201424.886000', '201424.888000', '201424.894000', '201424.897000', '201424.899000', '201424.902000', '201424.904000', '201424.907000', '201424.909000', '201424.912000', '201424.915000', '201424.917000', '201424.920000', '201424.922000', '201424.925000', '201424.927000', '201424.930000', '201424.933000', '201424.935000', '201424.938000', '201424.942000', '201424.944000', '201424.947000', '201424.949000', '201424.952000', '201424.954000', '201424.957000', '201424.960000', '201424.962000', '201424.965000', '201424.967000', '201424.970000', '201424.973000', '201444.796000', '201444.799000', '201444.802000', '201444.804000', '201444.807000', '201444.810000', '201444.812000', '201444.815000', '201444.817000', '201444.820000', '201444.824000', '201444.827000', '201444.829000', '201444.832000', '201444.835000', '201444.837000', '201444.840000', '201444.842000', '201444.845000', '201444.853000', '201444.856000', '201444.858000', '201444.861000', '201444.863000', '201444.866000', '201444.868000', '201444.871000', '201444.874000', '201444.876000', '201444.879000', '201444.881000', '201444.884000', '201444.887000', '201444.889000', '201444.892000', '201444.894000', '201444.897000', '201444.899000', '201444.902000', '201444.905000', '201444.907000', '201444.910000', '201444.912000', '201504.797000', '201504.799000', '201504.802000', '201504.805000', '201504.807000', '201504.810000', '201504.812000', '201504.815000', '201504.817000', '201504.820000', '201504.822000', '201504.825000', '201504.828000', '201504.830000', '201504.833000', '201504.836000', '201504.838000', '201504.841000', '201504.843000', '201504.846000', '201504.848000', '201504.851000', '201504.854000', '201504.856000', '201504.859000', '201504.861000', '201504.864000', '201504.867000', '201504.869000', '201504.872000', '201504.874000', '201504.877000', '201504.880000', '201504.882000', '201504.885000', '201504.887000', '201504.890000', '201504.893000', '201504.895000', '201504.898000', '201504.900000', '201504.903000', '201504.906000', '201504.908000', '201524.795000', '201524.798000', '201524.801000', '201524.803000', '201524.806000', '201524.809000', '201524.811000', '201524.814000', '201524.816000', '201524.819000', '201524.822000', '201524.825000', '201524.828000', '201524.831000', '201524.833000', '201524.836000', '201524.839000', '201524.841000', '201524.844000', '201524.846000', '201524.849000', '201524.852000', '201524.854000', '201524.857000', '201524.859000', '201524.862000', '201524.865000', '201524.867000', '201524.870000', '201524.872000', '201524.875000', '201524.878000', '201524.880000', '201524.883000', '201524.886000', '201524.889000', '201524.891000', '201524.894000', '201524.896000', '201524.911000', '201524.913000', '201524.916000', '201524.919000', '201544.796000', '201544.799000', '201544.802000', '201544.804000', '201544.807000', '201544.810000', '201544.812000', '201544.815000', '201544.817000', '201544.820000', '201544.823000', '201544.825000', '201544.828000', '201544.831000', '201544.833000', '201544.836000', '201544.838000', '201544.841000', '201544.843000', '201544.846000', '201544.849000', '201544.851000', '201544.854000', '201544.856000', '201544.859000', '201544.862000', '201544.864000', '201544.867000', '201544.870000', '201544.872000', '201544.875000', '201544.877000', '201544.880000', '201544.882000', '201544.885000', '201544.888000', '201544.890000', '201544.893000', '201544.895000', '201544.898000', '201544.901000', '201544.903000', '201544.906000', '201544.908000', '201604.797000', '201604.799000', '201604.802000', '201604.805000', '201604.807000', '201604.810000', '201604.812000', '201604.815000', '201604.823000', '201604.825000', '201604.828000', '201604.831000', '201604.833000', '201604.836000', '201604.838000', '201604.841000', '201604.844000', '201604.846000', '201604.850000', '201604.853000', '201604.856000', '201604.859000', '201604.861000', '201604.864000', '201604.867000', '201604.869000', '201604.872000', '201604.874000', '201604.877000', '201604.879000', '201604.882000', '201604.885000', '201604.887000', '201604.890000', '201604.892000', '201604.895000', '201604.897000', '201604.900000', '201604.903000', '201604.905000', '201604.908000', '201604.910000', '201604.913000', '201624.796000', '201624.799000', '201624.802000', '201624.804000', '201624.807000', '201624.810000', '201624.812000', '201624.815000', '201624.817000', '201624.820000', '201624.823000', '201624.825000', '201624.828000', '201624.830000', '201624.833000', '201624.836000', '201624.838000', '201624.841000', '201624.843000', '201624.846000', '201624.849000', '201624.851000', '201624.854000', '201624.857000', '201624.859000', '201624.862000', '201624.864000', '201624.867000', '201624.869000', '201624.872000', '201624.875000', '201624.877000', '201624.880000', '201624.882000', '201624.885000', '201624.887000', '201624.890000', '201624.893000', '201624.896000', '201624.898000', '201624.901000', '201624.903000', '201624.906000', '201624.908000', '201644.796000', '201644.799000', '201644.802000', '201644.804000', '201644.807000', '201644.810000', '201644.812000', '201644.815000', '201644.818000', '201644.820000', '201644.823000', '201644.825000', '201644.828000', '201644.830000', '201644.833000', '201644.836000', '201644.838000', '201644.841000', '201644.843000', '201644.846000', '201644.848000', '201644.851000', '201644.854000', '201644.857000', '201644.860000', '201644.863000', '201644.865000', '201644.868000', '201644.871000', '201644.873000', '201644.876000', '201644.878000', '201644.881000', '201644.883000', '201644.886000', '201644.889000', '201644.891000', '201644.894000', '201644.896000', '201644.899000', '201644.902000', '201644.904000', '201644.907000', '201704.796000', '201704.799000', '201704.802000', '201704.804000', '201704.807000', '201704.810000', '201704.812000', '201704.815000', '201704.817000', '201704.820000', '201704.823000', '201704.825000', '201704.828000', '201704.830000', '201704.833000', '201704.835000', '201704.838000', '201704.841000', '201704.843000', '201704.846000', '201704.848000', '201704.851000', '201704.854000', '201704.856000', '201704.859000', '201704.862000', '201704.864000', '201704.867000', '201704.869000', '201704.872000', '201704.875000', '201704.877000', '201704.880000', '201704.882000', '201704.885000', '201704.897000', '201704.900000', '201704.902000', '201704.905000', '201704.907000', '201704.910000', '201704.913000', '201704.915000', '201704.918000', '201724.795000', '201724.798000', '201724.801000', '201724.804000', '201724.806000', '201724.809000', '201724.811000', '201724.814000', '201724.817000', '201724.819000', '201724.822000', '201724.824000', '201724.827000', '201724.829000', '201724.832000', '201724.835000', '201724.837000', '201724.840000', '201724.842000', '201724.845000', '201724.848000', '201724.850000', '201724.853000', '201724.856000', '201724.858000', '201724.861000', '201724.863000', '201724.866000', '201724.868000', '201724.871000', '201724.874000', '201724.876000', '201724.879000', '201724.882000', '201724.884000', '201724.887000', '201724.890000', '201724.892000', '201724.895000', '201724.897000', '201724.900000', '201724.904000', '201724.907000', '201744.796000', '201744.798000', '201744.801000', '201744.804000', '201744.806000', '201744.809000', '201744.811000', '201744.814000', '201744.817000', '201744.819000', '201744.822000', '201744.824000', '201744.827000', '201744.830000', '201744.832000', '201744.835000', '201744.838000', '201744.840000', '201744.843000', '201744.846000', '201744.848000', '201744.851000', '201744.854000', '201744.856000', '201744.859000', '201744.861000', '201744.864000', '201744.867000', '201744.870000', '201744.873000', '201744.875000', '201744.878000', '201744.881000', '201744.883000', '201744.886000', '201744.889000', '201744.891000', '201744.894000', '201744.896000', '201744.899000', '201744.901000', '201744.904000', '201744.907000', '201744.909000', '201804.797000', '201804.799000', '201804.802000', '201804.805000', '201804.807000', '201804.810000', '201804.813000', '201804.815000', '201804.818000', '201804.820000', '201804.823000', '201804.826000', '201804.828000', '201804.831000', '201804.833000', '201804.836000', '201804.839000', '201804.841000', '201804.844000', '201804.847000', '201804.849000', '201804.852000', '201804.855000', '201804.857000', '201804.860000', '201804.862000', '201804.865000', '201804.868000', '201804.870000', '201804.873000', '201804.875000', '201804.878000', '201804.881000', '201804.883000', '201804.886000', '201804.888000', '201804.891000', '201804.894000', '201804.896000', '201804.899000', '201804.901000', '201804.904000', '201804.907000', '201824.797000', '201824.799000', '201824.802000', '201824.805000', '201824.807000', '201824.810000', '201824.813000', '201824.815000', '201824.818000', '201824.820000', '201824.823000', '201824.826000', '201824.828000', '201824.831000', '201824.833000', '201824.836000', '201824.839000', '201824.841000', '201824.844000', '201824.846000', '201824.849000', '201824.852000', '201824.854000', '201824.857000', '201824.859000', '201824.862000', '201824.865000', '201824.867000', '201824.870000', '201824.873000', '201824.875000', '201824.878000', '201824.880000', '201824.883000', '201824.886000', '201824.888000', '201824.891000', '201824.894000', '201824.896000', '201824.899000', '201824.901000', '201824.904000', '201824.906000', '201824.909000', '201844.796000', '201844.799000', '201844.832000', '201844.835000', '201844.837000', '201844.840000', '201844.843000', '201844.845000', '201844.848000', '201844.851000', '201844.853000', '201844.856000', '201844.859000', '201844.861000', '201844.864000', '201844.866000', '201844.869000', '201844.872000', '201844.874000', '201844.877000', '201844.879000', '201844.882000', '201844.885000', '201844.887000', '201844.890000', '201844.892000', '201844.895000', '201844.898000', '201844.900000', '201844.903000', '201844.905000', '201844.908000', '201844.911000', '201844.913000', '201844.916000', '201844.918000', '201844.921000', '201844.924000', '201844.927000', '201844.930000', '201844.933000', '201844.936000', '201844.938000', '201904.797000', '201904.800000', '201904.802000', '201904.805000', '201904.807000', '201904.810000', '201904.813000', '201904.815000', '201904.818000', '201904.821000', '201904.823000', '201904.826000', '201904.828000', '201904.831000', '201904.834000', '201904.836000', '201904.839000', '201904.841000', '201904.844000', '201904.847000', '201904.849000', '201904.852000', '201904.855000', '201904.857000', '201904.860000', '201904.862000', '201904.865000', '201904.868000', '201904.870000', '201904.873000', '201904.875000', '201904.878000', '201904.881000', '201904.883000', '201904.886000', '201904.889000', '201904.891000', '201904.894000', '201904.897000', '201904.899000', '201904.902000', '201904.904000', '201904.907000', '201904.910000', '201924.797000', '201924.800000', '201924.802000', '201924.805000', '201924.807000', '201924.810000', '201924.813000', '201924.815000', '201924.818000', '201924.820000', '201924.823000', '201924.825000', '201924.828000', '201924.831000', '201924.833000', '201924.836000', '201924.839000', '201924.841000', '201924.844000', '201924.847000', '201924.849000', '201924.852000', '201924.854000', '201924.857000', '201924.860000', '201924.862000', '201924.865000', '201924.867000', '201924.870000', '201924.873000', '201924.875000', '201924.878000', '201924.880000', '201924.883000', '201924.886000', '201924.888000', '201924.891000', '201924.894000', '201924.896000', '201924.899000', '201924.901000', '201924.904000', '201924.907000', '201944.795000', '201944.798000', '201944.801000', '201944.804000', '201944.806000', '201944.809000', '201944.811000', '201944.814000', '201944.817000', '201944.819000', '201944.822000', '201944.825000', '201944.827000', '201944.830000', '201944.833000', '201944.835000', '201944.838000', '201944.841000', '201944.843000', '201944.846000', '201944.849000', '201944.851000', '201944.854000', '201944.857000', '201944.859000', '201944.862000', '201944.864000', '201944.867000', '201944.870000', '201944.872000', '201944.875000', '201944.878000', '201944.880000', '201944.883000', '201944.885000', '201944.888000', '201944.891000', '201944.893000', '201944.896000', '201944.898000', '201944.901000', '201944.904000', '201944.906000', '201944.909000', '202004.797000', '202004.799000', '202004.802000', '202004.805000', '202004.807000', '202004.810000', '202004.812000', '202004.815000', '202004.818000', '202004.820000', '202004.823000', '202004.825000', '202004.828000', '202004.831000', '202004.833000', '202004.836000', '202004.838000', '202004.841000', '202004.844000', '202004.846000', '202004.849000', '202004.851000', '202004.854000', '202004.857000', '202004.859000', '202004.862000', '202004.864000', '202004.882000', '202004.885000', '202004.887000', '202004.890000', '202004.893000', '202004.895000', '202004.899000', '202004.902000', '202004.904000', '202004.907000', '202004.910000', '202004.912000', '202004.915000', '202004.917000', '202004.920000', '202004.923000', '202024.797000', '202024.799000', '202024.802000', '202024.805000', '202024.808000', '202024.810000', '202024.813000', '202024.815000', '202024.818000', '202024.821000', '202024.823000', '202024.826000', '202024.828000', '202024.831000', '202024.834000', '202024.836000', '202024.839000', '202024.841000', '202024.844000', '202024.847000', '202024.849000', '202024.852000', '202024.854000', '202024.857000', '202024.860000', '202024.862000', '202024.865000', '202024.868000', '202024.870000', '202024.873000', '202024.876000', '202024.878000', '202024.881000', '202024.883000', '202024.886000', '202024.889000', '202024.891000', '202024.894000', '202024.896000', '202024.899000', '202024.901000', '202024.904000', '202024.907000', '202039.516000', '202039.526000', '202039.529000', '202039.532000', '202039.534000', '202039.537000', '202039.540000', '202039.542000', '202039.545000', '202039.548000', '202039.551000', '202039.553000', '202039.556000', '202039.559000', '202039.562000', '202039.565000', '202039.568000', '202039.571000', '202039.574000', '202039.577000', '202039.580000', '202039.583000', '202039.586000', '202039.589000', '202039.592000', '202039.595000', '202039.597000', '202039.600000', '202039.603000', '202039.606000', '202039.608000', '202039.611000', '202039.614000'], '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': [12690, 9609, 12526, 9091, 11584, 8955, 12057, 8866, 11561, 8382, 11237, 8271, 11729, 8451, 12189, 9094, 11630, 8665, 11336, 8786, 12052, 8879, 11791, 8762, 10906, 9055, 11375, 8941, 11432, 8975, 11505, 8708, 11380, 9095, 11918, 8981, 11860, 8803, 11443, 8527, 12236, 9451, 11691, 8658, 10834, 8907, 12715, 8761, 11692, 9365, 8150, 10228, 8580, 10634, 11446, 10728, 12067, 9901, 13540, 9298, 13757, 9572, 12844, 9764, 12092, 8500, 10822, 8119, 11105, 8626, 11335, 8501, 11617, 8744, 11268, 8224, 10777, 8856, 11123, 9321, 12335, 9377, 11635, 8738, 10921, 8655, 11595, 8491, 12247, 8561, 12118, 8685, 10888, 8330, 10453, 8428, 11432, 8993, 11848, 9119, 14331, 8761, 14467, 8815, 14567, 9623, 14183, 11483, 8398, 8568, 7583, 9296, 7443, 12598, 9008, 14062, 9098, 12681, 8575, 14663, 9791, 13535, 9716, 12663, 8175, 11853, 9451, 10466, 7951, 9483, 10166, 8854, 11959, 8735, 12150, 8834, 11917, 8564, 12032, 8627, 11771, 8643, 11643, 8696, 11508, 8749, 11199, 9173, 9852, 9814, 7767, 9297, 7376, 10564, 8253, 11550, 8141, 11296, 7561, 11353, 7481, 11073, 8470, 10689, 8831, 10193, 10042, 10164, 13341, 9471, 12246, 9384, 10778, 9370, 9383, 10004, 9534, 9535, 9899, 9826, 9498, 9344, 11638, 9369, 14084, 9576, 14753, 9227, 12559, 9177, 12122, 9521, 11931, 9017, 10919, 7507, 11180, 7825, 12393, 8587, 12001, 8220, 11365, 8220, 11788, 8634, 12317, 8921, 12386, 8856, 12494, 8932, 12930, 8835, 9023, 10089, 8209, 11405, 8205, 12339, 9577, 13095, 9689, 9533, 12852, 8225, 12251, 8645, 13662, 9815, 13754, 9717, 13182, 9251, 12570, 8907, 14708, 8959, 14070, 8184, 9393, 8825, 8520, 12209, 7683, 11829, 8033, 12422, 8552, 13168, 9184, 14504, 8599, 12405, 8046, 10905, 8989, 10967, 9782, 8396, 10147, 8363, 10137, 8341, 10534, 9115, 10076, 8087, 9430, 8134, 9593, 9373, 9638, 8575, 9156, 7773, 9518, 7960, 10637, 7746, 10647, 7579, 11458, 7622, 11906, 7738, 11353, 7551, 11044, 8207, 12024, 9034, 13769, 8957, 8147, 11097, 7500, 13748, 8408, 14408, 8267, 13665, 8046, 10410, 10893, 10948, 11465, 9909, 9793, 9354, 11498, 9284, 14199, 9221, 14078, 8708, 15567, 8928, 13250, 9526, 12596, 8891, 11090, 8044, 12031, 8355, 11912, 8124, 11249, 8270, 11531, 8794, 11874, 9147, 11733, 9254, 12282, 9533, 12657, 9529, 12641, 9153, 12304, 8876, 12944, 9433, 12531, 8974, 12377, 8920, 12402, 8627, 12301, 8158, 12714, 7750, 12578, 7663, 11817, 7896, 11748, 7742, 10932, 8397, 11550, 8767, 12522, 9518, 13820, 8576, 12855, 8723, 13163, 9685, 10609, 9789, 9134, 9476, 12532, 8997, 13991, 9087, 12063, 8832, 11745, 8846, 11284, 8651, 12343, 8648, 9418, 9310, 7445, 9467, 7102, 11098, 7924, 12819, 9270, 12576, 9077, 12176, 8834, 12341, 8454, 12599, 7970, 12751, 7738, 10496, 7491, 10997, 7760, 9846, 7404, 9130, 7617, 10225, 8277, 10564, 7621, 10126, 7092, 11685, 8529, 11817, 9147, 11709, 8887, 12117, 9603, 12743, 9399, 12369, 8851, 12095, 8941, 12672, 9109, 12416, 8919, 11906, 8593, 11998, 8788, 12182, 9018, 11481, 8455, 11833, 8754, 12326, 8959, 12174, 8919, 12055, 8700, 11570, 8908, 11823, 9090, 11935, 8777, 11613, 8618, 11380, 8658, 11642, 8826, 8889, 7918, 7369, 9702, 7318, 12861, 9411, 12781, 9971, 12747, 9674, 13059, 9277, 13201, 8703, 12961, 8297, 12931, 7305, 12804, 7416, 9804, 7091, 8994, 7124, 9829, 7054, 10267, 7446, 9959, 7194, 10211, 7589, 11649, 7891, 11214, 7992, 12525, 7830, 11535, 8130, 11300, 7837, 13878, 7974, 12447, 8214, 11170, 8240, 10878, 8525, 11987, 9184, 12716, 9605, 14979, 8673, 12865, 8783, 12009, 9703, 8896, 12546, 8906, 13033, 9329, 11817, 9204, 14631, 8851, 13939, 10557, 9233, 10045, 7481, 12520, 7225, 12854, 7627, 12631, 7973, 11676, 7519, 9900, 7056, 10899, 7536, 11851, 8385, 11288, 8655, 10482, 8212, 8090, 9810, 8107, 10777, 7945, 10492, 8051, 12351, 9742, 13972, 8871, 8580, 8409, 7014, 10655, 8055, 12478, 9589, 12427, 9346, 12848, 9027, 14943, 9200, 14143, 9157, 12477, 8193, 10572, 8969, 9032, 9854, 7953, 9923, 7938, 9921, 8669, 9459, 11477, 8545, 12345, 8408, 9404, 7969, 9345, 8670, 12008, 9053, 14045, 9457, 12153, 8955, 11524, 8997, 12108, 9092, 11295, 8300, 10888, 8339, 11817, 8617, 11136, 8473, 11017, 8401, 13774, 8542, 12392, 8515, 10041, 9128, 9477, 10194, 11568, 10668, 9730, 10278, 8191, 10643, 8688, 12973, 7750, 11089, 7866, 11265, 7938, 12121, 9353, 13154, 9775, 13041, 9575, 12939, 8983, 13468, 8813, 12786, 8126, 11327, 7695, 11258, 7987, 11737, 8236, 11360, 7959, 11085, 8238, 11681, 8612, 11496, 8271, 10987, 8080, 10690, 7716, 10339, 7533, 10127, 7428, 10099, 7435, 10538, 7403, 10678, 8128, 10480, 8635, 9843, 9748, 9306, 12307, 9090, 14428, 9469, 14067, 9588, 11934, 9479, 12164, 9599, 12003, 9060, 11047, 8920, 11750, 9064, 12589, 9996, 11879, 9244, 12517, 8865, 13911, 9100, 13955, 10110, 14374, 9386, 12991, 9412, 12427, 10034, 12566, 10156, 12664, 9245, 11752, 9135, 11870, 9487, 11988, 9260, 12322, 9331, 11930, 9535, 11923, 9852, 13561, 9246, 13343, 9456, 12375, 9834, 9058, 10071, 8737, 12017, 9085, 12807, 9134, 12772, 8562, 13490, 8238, 11940, 9690, 11813, 9225, 10827, 10533, 10123, 12070, 9387, 14628, 9554, 13048, 8530, 12216, 8332, 12494, 8779, 12956, 9361, 12041, 8549, 11860, 8505, 13522, 9467, 12255, 10288, 12120, 9297, 11970, 9073, 11971, 9289, 12095, 9447, 12911, 8462, 10943, 8165, 11332, 9206, 13095, 9390, 13785, 9350, 14564, 9318, 12059, 9901, 11479, 9481, 13398, 8407, 11513, 8385, 12595, 9723, 13105, 10374, 9832, 9955, 9118, 10938, 9279, 12139, 8996, 11064, 8792, 10551, 9223, 11657, 9482, 10976, 10053, 10040, 12322, 10134, 12454, 9555, 13030, 9208, 14243, 9529, 12522, 9866, 12089, 9277, 11343, 8495, 10823, 8168, 10637, 8259, 11476, 8932, 11405, 8438, 11377, 8914, 11504, 9708, 11605, 9282, 12549, 8698, 12589, 8736, 11150, 9986, 7963, 11230, 7609, 13030], 'WindowCenter': [3985.0, 3950.0, 3968.0, 3924.0, 3944.0, 3922.0, 3953.0, 3922.0, 3943.0, 3912.0, 3943.0, 3911.0, 3954.0, 3923.0, 3954.0, 3923.0, 3953.0, 3923.0, 3954.0, 3924.0, 3956.0, 3935.0, 3957.0, 3936.0, 3955.0, 3936.0, 3958.0, 3938.0, 3968.0, 3938.0, 3968.0, 3939.0, 3970.0, 3949.0, 3970.0, 3951.0, 3969.0, 3939.0, 3970.0, 3940.0, 3983.0, 3951.0, 3971.0, 3940.0, 3961.0, 3950.0, 3983.0, 3952.0, 3983.0, 3963.0, 3941.0, 3972.0, 3951.0, 3974.0, 3971.0, 3974.0, 3971.0, 3961.0, 3980.0, 3949.0, 3981.0, 3948.0, 3969.0, 3948.0, 3957.0, 3926.0, 3945.0, 3926.0, 3957.0, 3935.0, 3957.0, 3937.0, 3958.0, 3938.0, 3958.0, 3938.0, 3957.0, 3950.0, 3971.0, 3951.0, 3980.0, 3950.0, 3972.0, 3951.0, 3961.0, 3940.0, 3970.0, 3938.0, 3969.0, 3937.0, 3968.0, 3936.0, 3957.0, 3926.0, 3957.0, 3939.0, 3969.0, 3950.0, 3971.0, 3951.0, 3992.0, 3953.0, 3994.0, 3951.0, 3991.0, 3950.0, 3981.0, 3960.0, 3926.0, 3937.0, 3914.0, 3934.0, 3914.0, 3966.0, 3949.0, 3990.0, 3951.0, 3982.0, 3952.0, 3991.0, 3949.0, 3967.0, 3934.0, 3954.0, 3910.0, 3942.0, 3919.0, 3932.0, 3898.0, 3918.0, 3916.0, 3906.0, 3926.0, 3895.0, 3925.0, 3907.0, 3927.0, 3908.0, 3939.0, 3910.0, 3939.0, 3921.0, 3942.0, 3922.0, 3953.0, 3923.0, 3955.0, 3936.0, 3948.0, 3947.0, 3927.0, 3948.0, 3926.0, 3960.0, 3939.0, 3972.0, 3939.0, 3972.0, 3930.0, 3970.0, 3929.0, 3972.0, 3940.0, 3962.0, 3949.0, 3960.0, 3948.0, 3961.0, 3979.0, 3950.0, 3968.0, 3949.0, 3957.0, 3948.0, 3948.0, 3948.0, 3947.0, 3948.0, 3960.0, 3961.0, 3960.0, 3951.0, 3970.0, 3950.0, 3992.0, 3951.0, 3991.0, 3950.0, 3970.0, 3938.0, 3967.0, 3947.0, 3957.0, 3950.0, 3947.0, 3916.0, 3932.0, 3916.0, 3969.0, 3938.0, 3968.0, 3937.0, 3969.0, 3937.0, 3954.0, 3934.0, 3964.0, 3937.0, 3967.0, 3937.0, 3969.0, 3950.0, 3982.0, 3964.0, 3950.0, 3961.0, 3940.0, 3971.0, 3941.0, 3982.0, 3964.0, 3995.0, 3964.0, 3963.0, 3995.0, 3951.0, 3983.0, 3948.0, 3983.0, 3960.0, 3983.0, 3949.0, 3969.0, 3937.0, 3956.0, 3936.0, 3977.0, 3936.0, 3975.0, 3926.0, 3935.0, 3936.0, 3936.0, 3968.0, 3927.0, 3971.0, 3939.0, 3969.0, 3940.0, 3980.0, 3949.0, 3990.0, 3938.0, 3979.0, 3928.0, 3957.0, 3950.0, 3958.0, 3959.0, 3937.0, 3958.0, 3936.0, 3946.0, 3926.0, 3958.0, 3935.0, 3946.0, 3923.0, 3935.0, 3913.0, 3945.0, 3934.0, 3945.0, 3924.0, 3935.0, 3913.0, 3946.0, 3925.0, 3956.0, 3924.0, 3958.0, 3926.0, 3968.0, 3927.0, 3970.0, 3927.0, 3970.0, 3928.0, 3969.0, 3949.0, 3982.0, 3964.0, 3995.0, 3963.0, 3954.0, 3986.0, 3944.0, 4006.0, 3953.0, 4006.0, 3952.0, 4005.0, 3942.0, 3973.0, 3972.0, 3973.0, 3972.0, 3962.0, 3960.0, 3950.0, 3969.0, 3950.0, 3979.0, 3948.0, 3978.0, 3938.0, 3988.0, 3934.0, 3966.0, 3935.0, 3965.0, 3934.0, 3944.0, 3924.0, 3966.0, 3926.0, 3955.0, 3925.0, 3956.0, 3925.0, 3968.0, 3936.0, 3969.0, 3947.0, 3967.0, 3949.0, 3969.0, 3947.0, 3979.0, 3948.0, 3967.0, 3946.0, 3966.0, 3937.0, 3968.0, 3946.0, 3967.0, 3937.0, 3967.0, 3936.0, 3967.0, 3935.0, 3955.0, 3924.0, 3965.0, 3912.0, 3955.0, 3913.0, 3955.0, 3922.0, 3956.0, 3913.0, 3955.0, 3937.0, 3968.0, 3950.0, 3981.0, 3961.0, 3992.0, 3951.0, 3982.0, 3952.0, 3981.0, 3961.0, 3960.0, 3960.0, 3948.0, 3949.0, 3969.0, 3948.0, 3978.0, 3938.0, 3967.0, 3937.0, 3966.0, 3937.0, 3968.0, 3937.0, 3969.0, 3938.0, 3947.0, 3946.0, 3928.0, 3960.0, 3928.0, 3971.0, 3941.0, 3981.0, 3949.0, 3981.0, 3949.0, 3970.0, 3937.0, 3967.0, 3926.0, 3968.0, 3925.0, 3967.0, 3913.0, 3945.0, 3902.0, 3945.0, 3911.0, 3932.0, 3912.0, 3932.0, 3912.0, 3944.0, 3923.0, 3956.0, 3924.0, 3956.0, 3916.0, 3970.0, 3949.0, 3981.0, 3960.0, 3980.0, 3951.0, 3982.0, 3963.0, 3984.0, 3964.0, 3983.0, 3950.0, 3970.0, 3937.0, 3980.0, 3948.0, 3969.0, 3938.0, 3969.0, 3935.0, 3967.0, 3935.0, 3967.0, 3948.0, 3956.0, 3926.0, 3955.0, 3936.0, 3968.0, 3936.0, 3965.0, 3935.0, 3967.0, 3935.0, 3955.0, 3935.0, 3969.0, 3947.0, 3967.0, 3937.0, 3967.0, 3935.0, 3966.0, 3936.0, 3968.0, 3948.0, 3947.0, 3938.0, 3928.0, 3959.0, 3930.0, 3992.0, 3961.0, 3982.0, 3962.0, 3980.0, 3948.0, 3980.0, 3937.0, 3967.0, 3923.0, 3965.0, 3923.0, 3964.0, 3912.0, 3964.0, 3911.0, 3942.0, 3900.0, 3932.0, 3901.0, 3945.0, 3913.0, 3956.0, 3914.0, 3955.0, 3916.0, 3957.0, 3938.0, 3970.0, 3939.0, 3971.0, 3939.0, 3982.0, 3940.0, 3972.0, 3941.0, 3973.0, 3928.0, 3979.0, 3941.0, 3983.0, 3941.0, 3971.0, 3938.0, 3968.0, 3951.0, 3981.0, 3962.0, 3993.0, 3975.0, 4005.0, 3953.0, 3982.0, 3951.0, 3982.0, 3961.0, 3963.0, 3982.0, 3950.0, 3982.0, 3949.0, 3969.0, 3948.0, 3978.0, 3937.0, 3966.0, 3946.0, 3923.0, 3934.0, 3899.0, 3953.0, 3898.0, 3953.0, 3900.0, 3941.0, 3899.0, 3940.0, 3897.0, 3930.0, 3899.0, 3942.0, 3912.0, 3953.0, 3922.0, 3953.0, 3934.0, 3944.0, 3936.0, 3926.0, 3959.0, 3939.0, 3971.0, 3929.0, 3959.0, 3928.0, 3969.0, 3949.0, 3979.0, 3947.0, 3937.0, 3938.0, 3917.0, 3971.0, 3941.0, 3983.0, 3962.0, 3982.0, 3950.0, 3969.0, 3938.0, 3990.0, 3948.0, 3979.0, 3950.0, 3955.0, 3924.0, 3944.0, 3923.0, 3923.0, 3945.0, 3924.0, 3946.0, 3911.0, 3934.0, 3922.0, 3934.0, 3953.0, 3922.0, 3954.0, 3924.0, 3933.0, 3924.0, 3934.0, 3936.0, 3966.0, 3948.0, 3977.0, 3947.0, 3967.0, 3936.0, 3957.0, 3937.0, 3967.0, 3937.0, 3957.0, 3927.0, 3958.0, 3938.0, 3970.0, 3939.0, 3968.0, 3940.0, 3959.0, 3950.0, 3991.0, 3952.0, 3983.0, 3955.0, 3962.0, 3963.0, 3963.0, 3974.0, 3983.0, 3977.0, 3963.0, 3961.0, 3940.0, 3961.0, 3940.0, 3982.0, 3928.0, 3971.0, 3939.0, 3971.0, 3939.0, 3982.0, 3961.0, 3983.0, 3963.0, 3981.0, 3950.0, 3970.0, 3938.0, 3980.0, 3935.0, 3967.0, 3926.0, 3959.0, 3915.0, 3957.0, 3926.0, 3958.0, 3925.0, 3957.0, 3925.0, 3956.0, 3938.0, 3969.0, 3939.0, 3969.0, 3939.0, 3959.0, 3927.0, 3958.0, 3927.0, 3959.0, 3927.0, 3960.0, 3928.0, 3960.0, 3929.0, 3961.0, 3928.0, 3969.0, 3941.0, 3972.0, 3950.0, 3963.0, 3961.0, 3963.0, 3982.0, 3951.0, 3992.0, 3963.0, 3993.0, 3962.0, 3981.0, 3963.0, 3984.0, 3963.0, 3984.0, 3952.0, 3973.0, 3952.0, 3984.0, 3966.0, 3987.0, 3976.0, 3973.0, 3949.0, 3970.0, 3951.0, 3981.0, 3953.0, 3993.0, 3964.0, 3993.0, 3952.0, 3982.0, 3949.0, 3971.0, 3952.0, 3984.0, 3961.0, 3971.0, 3938.0, 3958.0, 3938.0, 3960.0, 3948.0, 3958.0, 3939.0, 3968.0, 3938.0, 3969.0, 3950.0, 3969.0, 3961.0, 3981.0, 3953.0, 3994.0, 3964.0, 3981.0, 3962.0, 3939.0, 3961.0, 3939.0, 3982.0, 3952.0, 3984.0, 3951.0, 3984.0, 3938.0, 3982.0, 3927.0, 3971.0, 3948.0, 3959.0, 3936.0, 3948.0, 3946.0, 3936.0, 3955.0, 3935.0, 3978.0, 3936.0, 3966.0, 3924.0, 3953.0, 3924.0, 3966.0, 3939.0, 3979.0, 3950.0, 3970.0, 3952.0, 3982.0, 3952.0, 3994.0, 3964.0, 3984.0, 3963.0, 3984.0, 3954.0, 3973.0, 3953.0, 3985.0, 3954.0, 3974.0, 3964.0, 3983.0, 3944.0, 3972.0, 3954.0, 3974.0, 3966.0, 3996.0, 3965.0, 3996.0, 3965.0, 4004.0, 3964.0, 3986.0, 3977.0, 3974.0, 3965.0, 3994.0, 3942.0, 3973.0, 3944.0, 3984.0, 3965.0, 3984.0, 3964.0, 3951.0, 3951.0, 3939.0, 3960.0, 3938.0, 3970.0, 3936.0, 3959.0, 3925.0, 3948.0, 3936.0, 3958.0, 3936.0, 3947.0, 3934.0, 3935.0, 3954.0, 3935.0, 3954.0, 3933.0, 3954.0, 3924.0, 3966.0, 3934.0, 3956.0, 3934.0, 3954.0, 3925.0, 3943.0, 3921.0, 3942.0, 3924.0, 3946.0, 3927.0, 3958.0, 3938.0, 3970.0, 3939.0, 3983.0, 3964.0, 3984.0, 3975.0, 3984.0, 3966.0, 3985.0, 3954.0, 3998.0, 3967.0, 3987.0, 3978.0, 3956.0, 3988.0, 3946.0, 3999.0], 'WindowWidth': [8889.0, 8832.0, 8851.0, 8786.0, 8812.0, 8780.0, 8822.0, 8780.0, 8807.0, 8765.0, 8808.0, 8764.0, 8823.0, 8783.0, 8823.0, 8782.0, 8822.0, 8783.0, 8824.0, 8785.0, 8829.0, 8801.0, 8831.0, 8804.0, 8829.0, 8805.0, 8837.0, 8811.0, 8849.0, 8811.0, 8851.0, 8813.0, 8856.0, 8829.0, 8857.0, 8831.0, 8855.0, 8813.0, 8857.0, 8815.0, 8877.0, 8832.0, 8859.0, 8817.0, 8845.0, 8832.0, 8877.0, 8838.0, 8878.0, 8852.0, 8820.0, 8865.0, 8833.0, 8869.0, 8861.0, 8867.0, 8858.0, 8847.0, 8870.0, 8826.0, 8875.0, 8822.0, 8856.0, 8823.0, 8835.0, 8790.0, 8815.0, 8790.0, 8833.0, 8802.0, 8834.0, 8807.0, 8836.0, 8809.0, 8836.0, 8812.0, 8837.0, 8830.0, 8859.0, 8833.0, 8873.0, 8831.0, 8865.0, 8833.0, 8846.0, 8815.0, 8856.0, 8811.0, 8853.0, 8806.0, 8850.0, 8806.0, 8835.0, 8793.0, 8835.0, 8814.0, 8856.0, 8831.0, 8861.0, 8835.0, 8891.0, 8838.0, 8896.0, 8832.0, 8885.0, 8830.0, 8874.0, 8844.0, 8790.0, 8806.0, 8773.0, 8799.0, 8776.0, 8846.0, 8829.0, 8885.0, 8835.0, 8876.0, 8835.0, 8889.0, 8827.0, 8852.0, 8797.0, 8827.0, 8757.0, 8806.0, 8767.0, 8789.0, 8737.0, 8765.0, 8761.0, 8747.0, 8772.0, 8730.0, 8770.0, 8748.0, 8775.0, 8752.0, 8796.0, 8759.0, 8798.0, 8776.0, 8805.0, 8782.0, 8822.0, 8784.0, 8829.0, 8806.0, 8823.0, 8822.0, 8794.0, 8824.0, 8794.0, 8844.0, 8812.0, 8865.0, 8814.0, 8863.0, 8804.0, 8857.0, 8801.0, 8865.0, 8816.0, 8849.0, 8827.0, 8845.0, 8825.0, 8846.0, 8867.0, 8829.0, 8851.0, 8826.0, 8834.0, 8824.0, 8824.0, 8826.0, 8822.0, 8825.0, 8842.0, 8847.0, 8845.0, 8833.0, 8857.0, 8832.0, 8890.0, 8833.0, 8888.0, 8828.0, 8857.0, 8809.0, 8849.0, 8821.0, 8835.0, 8832.0, 8820.0, 8777.0, 8786.0, 8777.0, 8852.0, 8810.0, 8852.0, 8809.0, 8856.0, 8810.0, 8827.0, 8801.0, 8841.0, 8810.0, 8849.0, 8811.0, 8854.0, 8830.0, 8877.0, 8859.0, 8831.0, 8848.0, 8816.0, 8861.0, 8820.0, 8878.0, 8855.0, 8897.0, 8858.0, 8853.0, 8898.0, 8833.0, 8882.0, 8826.0, 8880.0, 8843.0, 8881.0, 8825.0, 8856.0, 8807.0, 8833.0, 8804.0, 8861.0, 8806.0, 8856.0, 8790.0, 8803.0, 8806.0, 8805.0, 8853.0, 8795.0, 8863.0, 8814.0, 8854.0, 8816.0, 8871.0, 8828.0, 8885.0, 8813.0, 8867.0, 8799.0, 8836.0, 8829.0, 8838.0, 8843.0, 8809.0, 8838.0, 8806.0, 8822.0, 8792.0, 8837.0, 8802.0, 8819.0, 8783.0, 8802.0, 8770.0, 8816.0, 8798.0, 8816.0, 8785.0, 8802.0, 8772.0, 8820.0, 8793.0, 8835.0, 8789.0, 8838.0, 8793.0, 8852.0, 8796.0, 8857.0, 8797.0, 8857.0, 8799.0, 8855.0, 8832.0, 8878.0, 8855.0, 8898.0, 8855.0, 8844.0, 8887.0, 8831.0, 8917.0, 8841.0, 8920.0, 8840.0, 8914.0, 8825.0, 8868.0, 8863.0, 8867.0, 8862.0, 8852.0, 8842.0, 8830.0, 8855.0, 8830.0, 8868.0, 8826.0, 8865.0, 8809.0, 8879.0, 8800.0, 8846.0, 8802.0, 8844.0, 8799.0, 8812.0, 8789.0, 8844.0, 8791.0, 8828.0, 8789.0, 8831.0, 8790.0, 8850.0, 8806.0, 8853.0, 8824.0, 8849.0, 8829.0, 8854.0, 8823.0, 8868.0, 8825.0, 8850.0, 8820.0, 8848.0, 8808.0, 8852.0, 8821.0, 8850.0, 8808.0, 8848.0, 8804.0, 8849.0, 8802.0, 8831.0, 8785.0, 8842.0, 8766.0, 8827.0, 8769.0, 8829.0, 8781.0, 8831.0, 8771.0, 8830.0, 8810.0, 8854.0, 8832.0, 8875.0, 8851.0, 8891.0, 8837.0, 8875.0, 8836.0, 8873.0, 8848.0, 8843.0, 8844.0, 8825.0, 8828.0, 8853.0, 8826.0, 8864.0, 8810.0, 8847.0, 8808.0, 8846.0, 8808.0, 8853.0, 8808.0, 8852.0, 8812.0, 8824.0, 8822.0, 8799.0, 8845.0, 8802.0, 8861.0, 8821.0, 8877.0, 8831.0, 8874.0, 8827.0, 8856.0, 8808.0, 8849.0, 8793.0, 8851.0, 8787.0, 8848.0, 8769.0, 8814.0, 8753.0, 8814.0, 8764.0, 8795.0, 8766.0, 8796.0, 8767.0, 8814.0, 8785.0, 8833.0, 8788.0, 8833.0, 8783.0, 8859.0, 8829.0, 8873.0, 8846.0, 8873.0, 8835.0, 8878.0, 8852.0, 8884.0, 8854.0, 8881.0, 8831.0, 8860.0, 8811.0, 8874.0, 8826.0, 8857.0, 8811.0, 8855.0, 8804.0, 8851.0, 8805.0, 8849.0, 8824.0, 8832.0, 8793.0, 8830.0, 8807.0, 8850.0, 8806.0, 8846.0, 8804.0, 8848.0, 8804.0, 8831.0, 8805.0, 8854.0, 8824.0, 8851.0, 8811.0, 8850.0, 8806.0, 8847.0, 8807.0, 8851.0, 8825.0, 8824.0, 8813.0, 8801.0, 8844.0, 8805.0, 8892.0, 8849.0, 8880.0, 8849.0, 8876.0, 8824.0, 8874.0, 8808.0, 8849.0, 8783.0, 8842.0, 8782.0, 8840.0, 8769.0, 8841.0, 8765.0, 8809.0, 8749.0, 8795.0, 8754.0, 8816.0, 8771.0, 8833.0, 8775.0, 8832.0, 8781.0, 8838.0, 8813.0, 8860.0, 8816.0, 8861.0, 8817.0, 8878.0, 8819.0, 8864.0, 8823.0, 8866.0, 8800.0, 8870.0, 8821.0, 8880.0, 8821.0, 8859.0, 8813.0, 8855.0, 8834.0, 8876.0, 8852.0, 8893.0, 8874.0, 8913.0, 8841.0, 8877.0, 8835.0, 8875.0, 8848.0, 8852.0, 8879.0, 8832.0, 8880.0, 8828.0, 8854.0, 8825.0, 8864.0, 8806.0, 8844.0, 8818.0, 8780.0, 8796.0, 8744.0, 8820.0, 8742.0, 8820.0, 8747.0, 8803.0, 8741.0, 8800.0, 8739.0, 8785.0, 8745.0, 8806.0, 8767.0, 8822.0, 8781.0, 8823.0, 8801.0, 8813.0, 8805.0, 8795.0, 8840.0, 8814.0, 8859.0, 8799.0, 8839.0, 8796.0, 8854.0, 8826.0, 8867.0, 8823.0, 8809.0, 8812.0, 8784.0, 8861.0, 8822.0, 8881.0, 8848.0, 8877.0, 8830.0, 8857.0, 8811.0, 8886.0, 8825.0, 8866.0, 8828.0, 8828.0, 8786.0, 8810.0, 8783.0, 8782.0, 8814.0, 8783.0, 8816.0, 8765.0, 8798.0, 8778.0, 8796.0, 8821.0, 8780.0, 8823.0, 8784.0, 8796.0, 8785.0, 8800.0, 8804.0, 8846.0, 8824.0, 8862.0, 8821.0, 8850.0, 8805.0, 8836.0, 8809.0, 8849.0, 8807.0, 8835.0, 8795.0, 8837.0, 8812.0, 8855.0, 8815.0, 8853.0, 8817.0, 8842.0, 8832.0, 8889.0, 8837.0, 8878.0, 8845.0, 8851.0, 8854.0, 8853.0, 8870.0, 8879.0, 8880.0, 8853.0, 8847.0, 8816.0, 8846.0, 8817.0, 8875.0, 8799.0, 8858.0, 8814.0, 8858.0, 8816.0, 8878.0, 8849.0, 8880.0, 8852.0, 8877.0, 8830.0, 8857.0, 8812.0, 8870.0, 8802.0, 8848.0, 8791.0, 8838.0, 8774.0, 8831.0, 8792.0, 8834.0, 8787.0, 8833.0, 8789.0, 8831.0, 8810.0, 8853.0, 8813.0, 8852.0, 8812.0, 8839.0, 8795.0, 8837.0, 8795.0, 8841.0, 8795.0, 8842.0, 8798.0, 8844.0, 8799.0, 8846.0, 8800.0, 8858.0, 8821.0, 8863.0, 8832.0, 8852.0, 8847.0, 8851.0, 8879.0, 8835.0, 8892.0, 8851.0, 8893.0, 8849.0, 8876.0, 8852.0, 8881.0, 8853.0, 8881.0, 8838.0, 8865.0, 8837.0, 8881.0, 8861.0, 8892.0, 8873.0, 8864.0, 8827.0, 8856.0, 8832.0, 8874.0, 8836.0, 8893.0, 8852.0, 8890.0, 8834.0, 8874.0, 8826.0, 8859.0, 8832.0, 8880.0, 8844.0, 8857.0, 8808.0, 8834.0, 8809.0, 8840.0, 8822.0, 8836.0, 8810.0, 8848.0, 8809.0, 8852.0, 8827.0, 8852.0, 8845.0, 8871.0, 8836.0, 8894.0, 8850.0, 8872.0, 8846.0, 8814.0, 8844.0, 8811.0, 8875.0, 8832.0, 8883.0, 8831.0, 8880.0, 8808.0, 8874.0, 8793.0, 8858.0, 8821.0, 8840.0, 8802.0, 8821.0, 8812.0, 8801.0, 8826.0, 8800.0, 8861.0, 8802.0, 8841.0, 8784.0, 8823.0, 8785.0, 8842.0, 8811.0, 8867.0, 8829.0, 8857.0, 8834.0, 8875.0, 8836.0, 8894.0, 8854.0, 8882.0, 8853.0, 8881.0, 8839.0, 8865.0, 8837.0, 8884.0, 8839.0, 8868.0, 8851.0, 8877.0, 8826.0, 8862.0, 8841.0, 8867.0, 8860.0, 8901.0, 8858.0, 8901.0, 8857.0, 8912.0, 8853.0, 8887.0, 8876.0, 8868.0, 8856.0, 8894.0, 8823.0, 8863.0, 8826.0, 8881.0, 8855.0, 8879.0, 8851.0, 8828.0, 8830.0, 8811.0, 8841.0, 8809.0, 8854.0, 8802.0, 8837.0, 8786.0, 8822.0, 8803.0, 8834.0, 8801.0, 8817.0, 8795.0, 8799.0, 8823.0, 8799.0, 8823.0, 8794.0, 8822.0, 8782.0, 8843.0, 8799.0, 8830.0, 8797.0, 8824.0, 8784.0, 8808.0, 8777.0, 8807.0, 8784.0, 8816.0, 8793.0, 8836.0, 8812.0, 8855.0, 8816.0, 8878.0, 8858.0, 8885.0, 8872.0, 8881.0, 8860.0, 8884.0, 8843.0, 8907.0, 8864.0, 8890.0, 8880.0, 8849.0, 8892.0, 8833.0, 8909.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.0007090940366972477</td></tr>
<tr><td colspan=3>aqi</td><td>0.024012738073394494</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.864432583490206</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2640312481859926</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0035297016877154</td></tr>
<tr><td colspan=3>efc</td><td>0.4976</td></tr>
<tr><td colspan=3>fber</td><td>4301.2368</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08705506083798208</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.096330275229358</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6062548182545666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4989126676940066</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9069073852393816</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.412944401830313</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140095</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018059002235531807</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033279988914728165</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.8003608870596235</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>20.6182</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6719</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.1594</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296953.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>976.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.8617</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2287</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.8045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3104.9636</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.07</td></tr>
<tr><td colspan=3>tsnr</td><td>37.397130753379315</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>