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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0112_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-03_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-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-03_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-0112/ses-01/func/sub-0112_ses-01_task-social_acq-mb8_run-03_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>2211782ccbc480d360f2f4825965122c</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:20:50.940000</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.994861, -0.0379318, 0.0938812, 0.0390882, 0.99918, -0.0105086]</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-03_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.0849003</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4247, -7815, -7281, 176, -136, -57, -112, 46]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>230.817</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>132ab79d-1a31-42d0-8564-5bf63cd58b26||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.669138193130493, 0.1048707664012909, 0.25219523906707764, 101.84513092041016], [0.10176830738782883, 2.6807281970977783, -0.03813555836677551, -91.3548583984375], [0.2518763542175293, 0.028193920850753784, 2.687925338745117, -94.37442779541016], [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': ['202050.940000', '202051.400000', '202051.860000', '202052.320000', '202052.780000', '202053.240000', '202053.700000', '202054.160000', '202054.620000', '202055.080000', '202055.540000', '202056.000000', '202056.460000', '202056.920000', '202057.380000', '202057.840000', '202058.300000', '202058.760000', '202059.220000', '202059.680000', '202100.140000', '202100.600000', '202101.060000', '202101.520000', '202101.980000', '202102.440000', '202102.900000', '202103.360000', '202103.820000', '202104.280000', '202104.740000', '202105.200000', '202105.660000', '202106.120000', '202106.580000', '202107.040000', '202107.500000', '202107.960000', '202108.420000', '202108.880000', '202109.340000', '202109.800000', '202110.260000', '202110.720000', '202111.180000', '202111.640000', '202112.100000', '202112.560000', '202113.020000', '202113.480000', '202113.940000', '202114.400000', '202114.860000', '202115.320000', '202115.780000', '202116.240000', '202116.700000', '202117.160000', '202117.620000', '202118.080000', '202118.540000', '202119.000000', '202119.460000', '202119.920000', '202120.380000', '202120.840000', '202121.300000', '202121.760000', '202122.220000', '202122.680000', '202123.140000', '202123.600000', '202124.060000', '202124.520000', '202124.980000', '202125.440000', '202125.900000', '202126.360000', '202126.820000', '202127.280000', '202127.740000', '202128.200000', '202128.660000', '202129.120000', '202129.580000', '202130.040000', '202130.500000', '202130.960000', '202131.420000', '202131.880000', '202132.340000', '202132.800000', '202133.260000', '202133.720000', '202134.180000', '202134.640000', '202135.100000', '202135.560000', '202136.020000', '202136.480000', '202136.940000', '202137.400000', '202137.860000', '202138.320000', '202138.780000', '202139.240000', '202139.700000', '202140.160000', '202140.620000', '202141.080000', '202141.540000', '202142.000000', '202142.460000', '202142.920000', '202143.380000', '202143.840000', '202144.300000', '202144.760000', '202145.220000', '202145.680000', '202146.140000', '202146.600000', '202147.060000', '202147.520000', '202147.980000', '202148.440000', '202148.900000', '202149.360000', '202149.820000', '202150.280000', '202150.740000', '202151.200000', '202151.660000', '202152.120000', '202152.580000', '202153.040000', '202153.500000', '202153.960000', '202154.420000', '202154.880000', '202155.340000', '202155.800000', '202156.260000', '202156.720000', '202157.180000', '202157.640000', '202158.100000', '202158.560000', '202159.020000', '202159.480000', '202159.940000', '202200.400000', '202200.860000', '202201.320000', '202201.780000', '202202.240000', '202202.700000', '202203.160000', '202203.620000', '202204.080000', '202204.540000', '202205.000000', '202205.460000', '202205.920000', '202206.380000', '202206.840000', '202207.300000', '202207.760000', '202208.220000', '202208.680000', '202209.140000', '202209.600000', '202210.060000', '202210.520000', '202210.980000', '202211.440000', '202211.900000', '202212.360000', '202212.820000', '202213.280000', '202213.740000', '202214.200000', '202214.660000', '202215.120000', '202215.580000', '202216.040000', '202216.500000', '202216.960000', '202217.420000', '202217.880000', '202218.340000', '202218.800000', '202219.260000', '202219.720000', '202220.180000', '202220.640000', '202221.100000', '202221.560000', '202222.020000', '202222.480000', '202222.940000', '202223.400000', '202223.860000', '202224.320000', '202224.780000', '202225.240000', '202225.700000', '202226.160000', '202226.620000', '202227.080000', '202227.540000', '202228.000000', '202228.460000', '202228.920000', '202229.380000', '202229.840000', '202230.300000', '202230.760000', '202231.220000', '202231.680000', '202232.140000', '202232.600000', '202233.060000', '202233.520000', '202233.980000', '202234.440000', '202234.900000', '202235.360000', '202235.820000', '202236.280000', '202236.740000', '202237.200000', '202237.660000', '202238.120000', '202238.580000', '202239.040000', '202239.500000', '202239.960000', '202240.420000', '202240.880000', '202241.340000', '202241.800000', '202242.260000', '202242.720000', '202243.180000', '202243.640000', '202244.100000', '202244.560000', '202245.020000', '202245.480000', '202245.940000', '202246.400000', '202246.860000', '202247.320000', '202247.780000', '202248.240000', '202248.700000', '202249.160000', '202249.620000', '202250.080000', '202250.540000', '202251.000000', '202251.460000', '202251.920000', '202252.380000', '202252.840000', '202253.300000', '202253.760000', '202254.220000', '202254.680000', '202255.140000', '202255.600000', '202256.060000', '202256.520000', '202256.980000', '202257.440000', '202257.900000', '202258.360000', '202258.820000', '202259.280000', '202259.740000', '202300.200000', '202300.660000', '202301.120000', '202301.580000', '202302.040000', '202302.500000', '202302.960000', '202303.420000', '202303.880000', '202304.340000', '202304.800000', '202305.260000', '202305.720000', '202306.180000', '202306.640000', '202307.100000', '202307.560000', '202308.020000', '202308.480000', '202308.940000', '202309.400000', '202309.860000', '202310.320000', '202310.780000', '202311.240000', '202311.700000', '202312.160000', '202312.620000', '202313.080000', '202313.540000', '202314.000000', '202314.460000', '202314.920000', '202315.380000', '202315.840000', '202316.300000', '202316.760000', '202317.220000', '202317.680000', '202318.140000', '202318.600000', '202319.060000', '202319.520000', '202319.980000', '202320.440000', '202320.900000', '202321.360000', '202321.820000', '202322.280000', '202322.740000', '202323.200000', '202323.660000', '202324.120000', '202324.580000', '202325.040000', '202325.500000', '202325.960000', '202326.420000', '202326.880000', '202327.340000', '202327.800000', '202328.260000', '202328.720000', '202329.180000', '202329.640000', '202330.100000', '202330.560000', '202331.020000', '202331.480000', '202331.940000', '202332.400000', '202332.860000', '202333.320000', '202333.780000', '202334.240000', '202334.700000', '202335.160000', '202335.620000', '202336.080000', '202336.540000', '202337.000000', '202337.460000', '202337.920000', '202338.380000', '202338.840000', '202339.300000', '202339.760000', '202340.220000', '202340.680000', '202341.140000', '202341.600000', '202342.060000', '202342.520000', '202342.980000', '202343.440000', '202343.900000', '202344.360000', '202344.820000', '202345.280000', '202345.740000', '202346.200000', '202346.660000', '202347.120000', '202347.580000', '202348.040000', '202348.500000', '202348.960000', '202349.420000', '202349.880000', '202350.340000', '202350.800000', '202351.260000', '202351.720000', '202352.180000', '202352.640000', '202353.100000', '202353.560000', '202354.020000', '202354.480000', '202354.940000', '202355.400000', '202355.860000', '202356.320000', '202356.780000', '202357.240000', '202357.700000', '202358.160000', '202358.620000', '202359.080000', '202359.540000', '202400.000000', '202400.460000', '202400.920000', '202401.380000', '202401.840000', '202402.300000', '202402.760000', '202403.220000', '202403.680000', '202404.140000', '202404.600000', '202405.060000', '202405.520000', '202405.980000', '202406.440000', '202406.900000', '202407.360000', '202407.820000', '202408.280000', '202408.740000', '202409.200000', '202409.660000', '202410.120000', '202410.580000', '202411.040000', '202411.500000', '202411.960000', '202412.420000', '202412.880000', '202413.340000', '202413.800000', '202414.260000', '202414.720000', '202415.180000', '202415.640000', '202416.100000', '202416.560000', '202417.020000', '202417.480000', '202417.940000', '202418.400000', '202418.860000', '202419.320000', '202419.780000', '202420.240000', '202420.700000', '202421.160000', '202421.620000', '202422.080000', '202422.540000', '202423.000000', '202423.460000', '202423.920000', '202424.380000', '202424.840000', '202425.300000', '202425.760000', '202426.220000', '202426.680000', '202427.140000', '202427.600000', '202428.060000', '202428.520000', '202428.980000', '202429.440000', '202429.900000', '202430.360000', '202430.820000', '202431.280000', '202431.740000', '202432.200000', '202432.660000', '202433.120000', '202433.580000', '202434.040000', '202434.500000', '202434.960000', '202435.420000', '202435.880000', '202436.340000', '202436.800000', '202437.260000', '202437.720000', '202438.180000', '202438.640000', '202439.100000', '202439.560000', '202440.020000', '202440.480000', '202440.940000', '202441.400000', '202441.860000', '202442.320000', '202442.780000', '202443.240000', '202443.700000', '202444.160000', '202444.620000', '202445.080000', '202445.540000', '202446.000000', '202446.460000', '202446.920000', '202447.380000', '202447.840000', '202448.300000', '202448.760000', '202449.220000', '202449.680000', '202450.140000', '202450.600000', '202451.060000', '202451.520000', '202451.980000', '202452.440000', '202452.900000', '202453.360000', '202453.820000', '202454.280000', '202454.740000', '202455.200000', '202455.660000', '202456.120000', '202456.580000', '202457.040000', '202457.500000', '202457.960000', '202458.420000', '202458.880000', '202459.340000', '202459.800000', '202500.260000', '202500.720000', '202501.180000', '202501.640000', '202502.100000', '202502.560000', '202503.020000', '202503.480000', '202503.940000', '202504.400000', '202504.860000', '202505.320000', '202505.780000', '202506.240000', '202506.700000', '202507.160000', '202507.620000', '202508.080000', '202508.540000', '202509.000000', '202509.460000', '202509.920000', '202510.380000', '202510.840000', '202511.300000', '202511.760000', '202512.220000', '202512.680000', '202513.140000', '202513.600000', '202514.060000', '202514.520000', '202514.980000', '202515.440000', '202515.900000', '202516.360000', '202516.820000', '202517.280000', '202517.740000', '202518.200000', '202518.660000', '202519.120000', '202519.580000', '202520.040000', '202520.500000', '202520.960000', '202521.420000', '202521.880000', '202522.340000', '202522.800000', '202523.260000', '202523.720000', '202524.180000', '202524.640000', '202525.100000', '202525.560000', '202526.020000', '202526.480000', '202526.940000', '202527.400000', '202527.860000', '202528.320000', '202528.780000', '202529.240000', '202529.700000', '202530.160000', '202530.620000', '202531.080000', '202531.540000', '202532.000000', '202532.460000', '202532.920000', '202533.380000', '202533.840000', '202534.300000', '202534.760000', '202535.220000', '202535.680000', '202536.140000', '202536.600000', '202537.060000', '202537.520000', '202537.980000', '202538.440000', '202538.900000', '202539.360000', '202539.820000', '202540.280000', '202540.740000', '202541.200000', '202541.660000', '202542.120000', '202542.580000', '202543.040000', '202543.500000', '202543.960000', '202544.420000', '202544.880000', '202545.340000', '202545.800000', '202546.260000', '202546.720000', '202547.180000', '202547.640000', '202548.100000', '202548.560000', '202549.020000', '202549.480000', '202549.940000', '202550.400000', '202550.860000', '202551.320000', '202551.780000', '202552.240000', '202552.700000', '202553.160000', '202553.620000', '202554.080000', '202554.540000', '202555.000000', '202555.460000', '202555.920000', '202556.380000', '202556.840000', '202557.300000', '202557.760000', '202558.220000', '202558.680000', '202559.140000', '202559.600000', '202600.060000', '202600.520000', '202600.980000', '202601.440000', '202601.900000', '202602.360000', '202602.820000', '202603.280000', '202603.740000', '202604.200000', '202604.660000', '202605.120000', '202605.580000', '202606.040000', '202606.500000', '202606.960000', '202607.420000', '202607.880000', '202608.340000', '202608.800000', '202609.260000', '202609.720000', '202610.180000', '202610.640000', '202611.100000', '202611.560000', '202612.020000', '202612.480000', '202612.940000', '202613.400000', '202613.860000', '202614.320000', '202614.780000', '202615.240000', '202615.700000', '202616.160000', '202616.620000', '202617.080000', '202617.540000', '202618.000000', '202618.460000', '202618.920000', '202619.380000', '202619.840000', '202620.300000', '202620.760000', '202621.220000', '202621.680000', '202622.140000', '202622.600000', '202623.060000', '202623.520000', '202623.980000', '202624.440000', '202624.900000', '202625.360000', '202625.820000', '202626.280000', '202626.740000', '202627.200000', '202627.660000', '202628.120000', '202628.580000', '202629.040000', '202629.500000', '202629.960000', '202630.420000', '202630.880000', '202631.340000', '202631.800000', '202632.260000', '202632.720000', '202633.180000', '202633.640000', '202634.100000', '202634.560000', '202635.020000', '202635.480000', '202635.940000', '202636.400000', '202636.860000', '202637.320000', '202637.780000', '202638.240000', '202638.700000', '202639.160000', '202639.620000', '202640.080000', '202640.540000', '202641.000000', '202641.460000', '202641.920000', '202642.380000', '202642.840000', '202643.300000', '202643.760000', '202644.220000', '202644.680000', '202645.140000', '202645.600000', '202646.060000', '202646.520000', '202646.980000', '202647.440000', '202647.900000', '202648.360000', '202648.820000', '202649.280000', '202649.740000', '202650.200000', '202650.660000', '202651.120000', '202651.580000', '202652.040000', '202652.500000', '202652.960000', '202653.420000', '202653.880000', '202654.340000', '202654.800000', '202655.260000', '202655.720000', '202656.180000', '202656.640000', '202657.100000', '202657.560000', '202658.020000', '202658.480000', '202658.940000', '202659.400000', '202659.860000', '202700.320000', '202700.780000', '202701.240000', '202701.700000', '202702.160000', '202702.620000', '202703.080000', '202703.540000', '202704.000000', '202704.460000', '202704.920000', '202705.380000', '202705.840000', '202706.300000', '202706.760000', '202707.220000', '202707.680000', '202708.140000', '202708.600000', '202709.060000', '202709.520000', '202709.980000', '202710.440000', '202710.900000', '202711.360000', '202711.820000', '202712.280000', '202712.740000', '202713.200000', '202713.660000', '202714.120000', '202714.580000', '202715.040000', '202715.500000', '202715.960000', '202716.420000', '202716.880000', '202717.340000', '202717.800000', '202718.260000', '202718.720000', '202719.180000', '202719.640000', '202720.100000', '202720.560000', '202721.020000', '202721.480000', '202721.940000', '202722.400000', '202722.860000', '202723.320000', '202723.780000', '202724.240000', '202724.700000', '202725.160000', '202725.620000', '202726.080000', '202726.540000', '202727.000000', '202727.460000', '202727.920000', '202728.380000', '202728.840000', '202729.300000', '202729.760000', '202730.220000', '202730.680000', '202731.140000', '202731.600000'], 'ContentTime': ['202111.862000', '202111.865000', '202111.868000', '202111.871000', '202111.874000', '202111.881000', '202111.884000', '202111.886000', '202111.889000', '202111.891000', '202111.894000', '202111.897000', '202111.899000', '202111.902000', '202111.904000', '202111.907000', '202111.909000', '202111.912000', '202111.915000', '202111.917000', '202111.920000', '202111.922000', '202111.925000', '202111.927000', '202111.930000', '202111.933000', '202111.935000', '202111.938000', '202111.941000', '202111.943000', '202111.946000', '202111.948000', '202111.951000', '202111.954000', '202111.956000', '202111.959000', '202111.961000', '202111.964000', '202111.966000', '202111.969000', '202111.971000', '202111.974000', '202111.977000', '202131.829000', '202131.832000', '202131.835000', '202131.837000', '202131.840000', '202131.842000', '202131.845000', '202131.847000', '202131.850000', '202131.853000', '202131.855000', '202131.858000', '202131.860000', '202131.863000', '202131.865000', '202131.868000', '202131.871000', '202131.873000', '202131.876000', '202131.878000', '202131.881000', '202131.883000', '202131.886000', '202131.888000', '202131.891000', '202131.893000', '202131.896000', '202131.899000', '202131.901000', '202131.904000', '202131.906000', '202131.909000', '202131.911000', '202131.914000', '202131.916000', '202131.919000', '202131.921000', '202131.924000', '202131.927000', '202131.929000', '202131.932000', '202131.934000', '202131.937000', '202151.829000', '202151.832000', '202151.835000', '202151.837000', '202151.840000', '202151.842000', '202151.845000', '202151.848000', '202151.850000', '202151.853000', '202151.855000', '202151.858000', '202151.860000', '202151.863000', '202151.866000', '202151.868000', '202151.871000', '202151.873000', '202151.876000', '202151.878000', '202151.881000', '202151.883000', '202151.886000', '202151.888000', '202151.891000', '202151.894000', '202151.896000', '202151.899000', '202151.902000', '202151.904000', '202151.907000', '202151.909000', '202151.912000', '202151.914000', '202151.917000', '202151.920000', '202151.922000', '202151.925000', '202151.927000', '202151.930000', '202151.933000', '202151.935000', '202151.938000', '202151.945000', '202211.829000', '202211.832000', '202211.835000', '202211.837000', '202211.840000', '202211.843000', '202211.845000', '202211.848000', '202211.850000', '202211.853000', '202211.856000', '202211.858000', '202211.861000', '202211.863000', '202211.866000', '202211.868000', '202211.871000', '202211.883000', '202211.886000', '202211.888000', '202211.891000', '202211.893000', '202211.896000', '202211.898000', '202211.901000', '202211.904000', '202211.906000', '202211.909000', '202211.911000', '202211.914000', '202211.916000', '202211.919000', '202211.921000', '202211.924000', '202211.927000', '202211.929000', '202211.932000', '202211.934000', '202211.937000', '202211.939000', '202211.942000', '202211.945000', '202211.947000', '202231.830000', '202231.832000', '202231.835000', '202231.838000', '202231.840000', '202231.843000', '202231.845000', '202231.848000', '202231.850000', '202231.853000', '202231.856000', '202231.858000', '202231.861000', '202231.863000', '202231.866000', '202231.868000', '202231.871000', '202231.874000', '202231.876000', '202231.879000', '202231.881000', '202231.884000', '202231.886000', '202231.889000', '202231.891000', '202231.894000', '202231.897000', '202231.899000', '202231.902000', '202231.905000', '202231.907000', '202231.910000', '202231.912000', '202231.915000', '202231.917000', '202231.920000', '202231.923000', '202231.925000', '202231.940000', '202231.943000', '202231.945000', '202231.948000', '202231.950000', '202231.953000', '202251.829000', '202251.832000', '202251.835000', '202251.837000', '202251.840000', '202251.842000', '202251.845000', '202251.848000', '202251.850000', '202251.853000', '202251.855000', '202251.858000', '202251.861000', '202251.863000', '202251.866000', '202251.868000', '202251.871000', '202251.873000', '202251.876000', '202251.878000', '202251.881000', '202251.884000', '202251.886000', '202251.889000', '202251.891000', '202251.894000', '202251.897000', '202251.899000', '202251.902000', '202251.904000', '202251.907000', '202251.919000', '202251.922000', '202251.924000', '202251.927000', '202251.929000', '202251.932000', '202251.934000', '202251.937000', '202251.940000', '202251.942000', '202251.945000', '202251.947000', '202311.830000', '202311.832000', '202311.835000', '202311.838000', '202311.840000', '202311.843000', '202311.845000', '202311.848000', '202311.851000', '202311.853000', '202311.856000', '202311.858000', '202311.861000', '202311.864000', '202311.866000', '202311.869000', '202311.871000', '202311.874000', '202311.876000', '202311.879000', '202311.882000', '202311.884000', '202311.887000', '202311.889000', '202311.892000', '202311.895000', '202311.897000', '202311.900000', '202311.902000', '202311.905000', '202311.907000', '202311.910000', '202311.913000', '202311.915000', '202311.918000', '202311.920000', '202311.923000', '202311.926000', '202311.928000', '202311.931000', '202311.934000', '202311.936000', '202311.939000', '202311.941000', '202331.829000', '202331.832000', '202331.835000', '202331.837000', '202331.840000', '202331.842000', '202331.845000', '202331.848000', '202331.850000', '202331.853000', '202331.855000', '202331.858000', '202331.860000', '202331.863000', '202331.866000', '202331.868000', '202331.871000', '202331.873000', '202331.876000', '202331.879000', '202331.881000', '202331.884000', '202331.886000', '202331.889000', '202331.891000', '202331.894000', '202331.897000', '202331.899000', '202331.902000', '202331.904000', '202331.907000', '202331.909000', '202331.912000', '202331.914000', '202331.917000', '202331.920000', '202331.922000', '202331.925000', '202331.927000', '202331.930000', '202331.932000', '202331.935000', '202331.938000', '202351.830000', '202351.832000', '202351.835000', '202351.838000', '202351.840000', '202351.843000', '202351.845000', '202351.848000', '202351.851000', '202351.853000', '202351.856000', '202351.858000', '202351.861000', '202351.864000', '202351.866000', '202351.869000', '202351.871000', '202351.874000', '202351.876000', '202351.879000', '202351.881000', '202351.884000', '202351.887000', '202351.889000', '202351.892000', '202351.894000', '202351.897000', '202351.900000', '202351.902000', '202351.905000', '202351.907000', '202351.910000', '202351.913000', '202351.915000', '202351.918000', '202351.920000', '202351.923000', '202351.926000', '202351.928000', '202351.931000', '202351.933000', '202351.936000', '202351.938000', '202351.941000', '202411.829000', '202411.832000', '202411.835000', '202411.837000', '202411.840000', '202411.843000', '202411.845000', '202411.848000', '202411.851000', '202411.853000', '202411.856000', '202411.858000', '202411.861000', '202411.863000', '202411.866000', '202411.868000', '202411.871000', '202411.874000', '202411.876000', '202411.879000', '202411.881000', '202411.884000', '202411.886000', '202411.889000', '202411.892000', '202411.894000', '202411.897000', '202411.899000', '202411.902000', '202411.904000', '202411.907000', '202411.910000', '202411.912000', '202411.915000', '202411.929000', '202411.931000', '202411.934000', '202411.936000', '202411.939000', '202411.941000', '202411.944000', '202411.947000', '202411.949000', '202431.829000', '202431.832000', '202431.835000', '202431.838000', '202431.841000', '202431.844000', '202431.846000', '202431.849000', '202431.852000', '202431.854000', '202431.857000', '202431.859000', '202431.862000', '202431.865000', '202431.867000', '202431.870000', '202431.872000', '202431.875000', '202431.878000', '202431.880000', '202431.883000', '202431.885000', '202431.888000', '202431.891000', '202431.893000', '202431.896000', '202431.899000', '202431.901000', '202431.904000', '202431.906000', '202431.909000', '202431.912000', '202431.914000', '202431.917000', '202431.919000', '202431.922000', '202431.925000', '202431.927000', '202431.930000', '202431.932000', '202431.935000', '202431.938000', '202431.940000', '202431.943000', '202451.829000', '202451.832000', '202451.835000', '202451.838000', '202451.840000', '202451.843000', '202451.845000', '202451.848000', '202451.850000', '202451.853000', '202451.856000', '202451.858000', '202451.861000', '202451.863000', '202451.866000', '202451.868000', '202451.871000', '202451.874000', '202451.876000', '202451.879000', '202451.881000', '202451.884000', '202451.887000', '202451.889000', '202451.892000', '202451.894000', '202451.897000', '202451.900000', '202451.902000', '202451.905000', '202451.907000', '202451.910000', '202451.912000', '202451.915000', '202451.918000', '202451.920000', '202451.923000', '202451.925000', '202451.928000', '202451.931000', '202451.933000', '202451.936000', '202451.938000', '202511.829000', '202511.832000', '202511.835000', '202511.839000', '202511.842000', '202511.844000', '202511.847000', '202511.850000', '202511.852000', '202511.855000', '202511.857000', '202511.860000', '202511.862000', '202511.865000', '202511.868000', '202511.870000', '202511.873000', '202511.875000', '202511.878000', '202511.880000', '202511.883000', '202511.886000', '202511.888000', '202511.891000', '202511.893000', '202511.896000', '202511.898000', '202511.901000', '202511.904000', '202511.906000', '202511.909000', '202511.911000', '202511.914000', '202511.917000', '202511.919000', '202511.922000', '202511.924000', '202511.927000', '202511.930000', '202511.932000', '202511.935000', '202511.937000', '202511.940000', '202531.830000', '202531.833000', '202531.835000', '202531.838000', '202531.840000', '202531.843000', '202531.846000', '202531.848000', '202531.851000', '202531.853000', '202531.856000', '202531.858000', '202531.861000', '202531.864000', '202531.866000', '202531.869000', '202531.871000', '202531.874000', '202531.877000', '202531.879000', '202531.882000', '202531.884000', '202531.887000', '202531.889000', '202531.892000', '202531.895000', '202531.897000', '202531.900000', '202531.902000', '202531.905000', '202531.907000', '202531.910000', '202531.913000', '202531.915000', '202531.918000', '202531.920000', '202531.923000', '202531.925000', '202531.928000', '202531.931000', '202531.933000', '202531.936000', '202531.938000', '202531.941000', '202551.830000', '202551.838000', '202551.841000', '202551.844000', '202551.846000', '202551.849000', '202551.852000', '202551.854000', '202551.857000', '202551.859000', '202551.862000', '202551.864000', '202551.867000', '202551.869000', '202551.872000', '202551.875000', '202551.878000', '202551.881000', '202551.883000', '202551.886000', '202551.889000', '202551.891000', '202551.894000', '202551.896000', '202551.899000', '202551.902000', '202551.904000', '202551.907000', '202551.909000', '202551.912000', '202551.915000', '202551.917000', '202551.920000', '202551.922000', '202551.925000', '202551.927000', '202551.930000', '202551.933000', '202551.935000', '202551.938000', '202551.941000', '202551.943000', '202551.946000', '202611.829000', '202611.832000', '202611.835000', '202611.837000', '202611.840000', '202611.843000', '202611.845000', '202611.848000', '202611.851000', '202611.853000', '202611.856000', '202611.858000', '202611.861000', '202611.863000', '202611.866000', '202611.869000', '202611.871000', '202611.874000', '202611.877000', '202611.879000', '202611.882000', '202611.884000', '202611.887000', '202611.889000', '202611.892000', '202611.895000', '202611.897000', '202611.900000', '202611.902000', '202611.905000', '202611.907000', '202611.910000', '202611.913000', '202611.915000', '202611.918000', '202611.920000', '202611.923000', '202611.925000', '202611.928000', '202611.931000', '202611.933000', '202611.936000', '202611.938000', '202611.941000', '202631.829000', '202631.832000', '202631.835000', '202631.838000', '202631.840000', '202631.843000', '202631.845000', '202631.848000', '202631.851000', '202631.853000', '202631.856000', '202631.858000', '202631.861000', '202631.863000', '202631.866000', '202631.869000', '202631.871000', '202631.874000', '202631.876000', '202631.879000', '202631.881000', '202631.884000', '202631.887000', '202631.890000', '202631.893000', '202631.896000', '202631.899000', '202631.901000', '202631.904000', '202631.907000', '202631.909000', '202631.912000', '202631.914000', '202631.917000', '202631.919000', '202631.922000', '202631.925000', '202631.927000', '202631.930000', '202631.932000', '202631.935000', '202631.937000', '202631.940000', '202651.830000', '202651.832000', '202651.835000', '202651.838000', '202651.840000', '202651.843000', '202651.845000', '202651.848000', '202651.851000', '202651.853000', '202651.856000', '202651.858000', '202651.861000', '202651.863000', '202651.866000', '202651.869000', '202651.871000', '202651.874000', '202651.876000', '202651.879000', '202651.882000', '202651.884000', '202651.887000', '202651.889000', '202651.892000', '202651.894000', '202651.897000', '202651.900000', '202651.902000', '202651.905000', '202651.908000', '202651.912000', '202651.914000', '202651.917000', '202651.919000', '202651.922000', '202651.925000', '202651.927000', '202651.930000', '202651.932000', '202651.935000', '202651.937000', '202651.940000', '202651.943000', '202711.829000', '202711.832000', '202711.835000', '202711.837000', '202711.840000', '202711.843000', '202711.845000', '202711.848000', '202711.850000', '202711.853000', '202711.855000', '202711.858000', '202711.871000', '202711.873000', '202711.876000', '202711.878000', '202711.881000', '202711.883000', '202711.886000', '202711.889000', '202711.892000', '202711.895000', '202711.898000', '202711.901000', '202711.903000', '202711.906000', '202711.908000', '202711.911000', '202711.914000', '202711.917000', '202711.920000', '202711.923000', '202711.925000', '202711.928000', '202711.931000', '202711.933000', '202711.936000', '202711.938000', '202711.941000', '202711.943000', '202711.946000', '202711.949000', '202711.951000', '202731.829000', '202731.832000', '202731.835000', '202731.838000', '202731.840000', '202731.843000', '202731.845000', '202731.848000', '202731.850000', '202731.853000', '202731.856000', '202731.858000', '202731.861000', '202731.863000', '202731.866000', '202731.869000', '202731.871000', '202731.874000', '202731.876000', '202731.879000', '202731.882000', '202731.884000', '202731.887000', '202731.890000', '202731.892000', '202731.895000', '202731.897000', '202731.900000', '202731.903000', '202731.905000', '202731.908000', '202731.910000', '202731.913000', '202731.915000', '202731.918000', '202731.921000', '202731.923000', '202731.926000', '202731.928000', '202731.931000', '202731.934000', '202731.936000', '202731.939000', '202731.941000', '202733.027000', '202733.031000', '202733.033000'], 'InstanceCreationTime': ['202111.862000', '202111.865000', '202111.868000', '202111.871000', '202111.874000', '202111.881000', '202111.884000', '202111.886000', '202111.889000', '202111.891000', '202111.894000', '202111.897000', '202111.899000', '202111.902000', '202111.904000', '202111.907000', '202111.909000', '202111.912000', '202111.915000', '202111.917000', '202111.920000', '202111.922000', '202111.925000', '202111.927000', '202111.930000', '202111.933000', '202111.935000', '202111.938000', '202111.941000', '202111.943000', '202111.946000', '202111.948000', '202111.951000', '202111.954000', '202111.956000', '202111.959000', '202111.961000', '202111.964000', '202111.966000', '202111.969000', '202111.971000', '202111.974000', '202111.977000', '202131.829000', '202131.832000', '202131.835000', '202131.837000', '202131.840000', '202131.842000', '202131.845000', '202131.847000', '202131.850000', '202131.853000', '202131.855000', '202131.858000', '202131.860000', '202131.863000', '202131.865000', '202131.868000', '202131.871000', '202131.873000', '202131.876000', '202131.878000', '202131.881000', '202131.883000', '202131.886000', '202131.888000', '202131.891000', '202131.893000', '202131.896000', '202131.899000', '202131.901000', '202131.904000', '202131.906000', '202131.909000', '202131.911000', '202131.914000', '202131.916000', '202131.919000', '202131.921000', '202131.924000', '202131.927000', '202131.929000', '202131.932000', '202131.934000', '202131.937000', '202151.829000', '202151.832000', '202151.835000', '202151.837000', '202151.840000', '202151.842000', '202151.845000', '202151.848000', '202151.850000', '202151.853000', '202151.855000', '202151.858000', '202151.860000', '202151.863000', '202151.866000', '202151.868000', '202151.871000', '202151.873000', '202151.876000', '202151.878000', '202151.881000', '202151.883000', '202151.886000', '202151.888000', '202151.891000', '202151.894000', '202151.896000', '202151.899000', '202151.902000', '202151.904000', '202151.907000', '202151.909000', '202151.912000', '202151.914000', '202151.917000', '202151.920000', '202151.922000', '202151.925000', '202151.927000', '202151.930000', '202151.933000', '202151.935000', '202151.938000', '202151.945000', '202211.829000', '202211.832000', '202211.835000', '202211.837000', '202211.840000', '202211.843000', '202211.845000', '202211.848000', '202211.850000', '202211.853000', '202211.856000', '202211.858000', '202211.861000', '202211.863000', '202211.866000', '202211.868000', '202211.871000', '202211.883000', '202211.886000', '202211.888000', '202211.891000', '202211.893000', '202211.896000', '202211.898000', '202211.901000', '202211.904000', '202211.906000', '202211.909000', '202211.911000', '202211.914000', '202211.916000', '202211.919000', '202211.921000', '202211.924000', '202211.927000', '202211.929000', '202211.932000', '202211.934000', '202211.937000', '202211.939000', '202211.942000', '202211.945000', '202211.947000', '202231.830000', '202231.832000', '202231.835000', '202231.838000', '202231.840000', '202231.843000', '202231.845000', '202231.848000', '202231.850000', '202231.853000', '202231.856000', '202231.858000', '202231.861000', '202231.863000', '202231.866000', '202231.868000', '202231.871000', '202231.874000', '202231.876000', '202231.879000', '202231.881000', '202231.884000', '202231.886000', '202231.889000', '202231.891000', '202231.894000', '202231.897000', '202231.899000', '202231.902000', '202231.905000', '202231.907000', '202231.910000', '202231.912000', '202231.915000', '202231.917000', '202231.920000', '202231.923000', '202231.925000', '202231.940000', '202231.943000', '202231.945000', '202231.948000', '202231.950000', '202231.953000', '202251.829000', '202251.832000', '202251.835000', '202251.837000', '202251.840000', '202251.842000', '202251.845000', '202251.848000', '202251.850000', '202251.853000', '202251.855000', '202251.858000', '202251.861000', '202251.863000', '202251.866000', '202251.868000', '202251.871000', '202251.873000', '202251.876000', '202251.878000', '202251.881000', '202251.884000', '202251.886000', '202251.889000', '202251.891000', '202251.894000', '202251.897000', '202251.899000', '202251.902000', '202251.904000', '202251.907000', '202251.919000', '202251.922000', '202251.924000', '202251.927000', '202251.929000', '202251.932000', '202251.934000', '202251.937000', '202251.940000', '202251.942000', '202251.945000', '202251.947000', '202311.830000', '202311.832000', '202311.835000', '202311.838000', '202311.840000', '202311.843000', '202311.845000', '202311.848000', '202311.851000', '202311.853000', '202311.856000', '202311.858000', '202311.861000', '202311.864000', '202311.866000', '202311.869000', '202311.871000', '202311.874000', '202311.876000', '202311.879000', '202311.882000', '202311.884000', '202311.887000', '202311.889000', '202311.892000', '202311.895000', '202311.897000', '202311.900000', '202311.902000', '202311.905000', '202311.907000', '202311.910000', '202311.913000', '202311.915000', '202311.918000', '202311.920000', '202311.923000', '202311.926000', '202311.928000', '202311.931000', '202311.934000', '202311.936000', '202311.939000', '202311.941000', '202331.829000', '202331.832000', '202331.835000', '202331.837000', '202331.840000', '202331.842000', '202331.845000', '202331.848000', '202331.850000', '202331.853000', '202331.855000', '202331.858000', '202331.860000', '202331.863000', '202331.866000', '202331.868000', '202331.871000', '202331.873000', '202331.876000', '202331.879000', '202331.881000', '202331.884000', '202331.886000', '202331.889000', '202331.891000', '202331.894000', '202331.897000', '202331.899000', '202331.902000', '202331.904000', '202331.907000', '202331.909000', '202331.912000', '202331.914000', '202331.917000', '202331.920000', '202331.922000', '202331.925000', '202331.927000', '202331.930000', '202331.932000', '202331.935000', '202331.938000', '202351.830000', '202351.832000', '202351.835000', '202351.838000', '202351.840000', '202351.843000', '202351.845000', '202351.848000', '202351.851000', '202351.853000', '202351.856000', '202351.858000', '202351.861000', '202351.864000', '202351.866000', '202351.869000', '202351.871000', '202351.874000', '202351.876000', '202351.879000', '202351.881000', '202351.884000', '202351.887000', '202351.889000', '202351.892000', '202351.894000', '202351.897000', '202351.900000', '202351.902000', '202351.905000', '202351.907000', '202351.910000', '202351.913000', '202351.915000', '202351.918000', '202351.920000', '202351.923000', '202351.926000', '202351.928000', '202351.931000', '202351.933000', '202351.936000', '202351.938000', '202351.941000', '202411.829000', '202411.832000', '202411.835000', '202411.837000', '202411.840000', '202411.843000', '202411.845000', '202411.848000', '202411.851000', '202411.853000', '202411.856000', '202411.858000', '202411.861000', '202411.863000', '202411.866000', '202411.868000', '202411.871000', '202411.874000', '202411.876000', '202411.879000', '202411.881000', '202411.884000', '202411.886000', '202411.889000', '202411.892000', '202411.894000', '202411.897000', '202411.899000', '202411.902000', '202411.904000', '202411.907000', '202411.910000', '202411.912000', '202411.915000', '202411.929000', '202411.931000', '202411.934000', '202411.936000', '202411.939000', '202411.941000', '202411.944000', '202411.947000', '202411.949000', '202431.829000', '202431.832000', '202431.835000', '202431.838000', '202431.841000', '202431.844000', '202431.846000', '202431.849000', '202431.852000', '202431.854000', '202431.857000', '202431.859000', '202431.862000', '202431.865000', '202431.867000', '202431.870000', '202431.872000', '202431.875000', '202431.878000', '202431.880000', '202431.883000', '202431.885000', '202431.888000', '202431.891000', '202431.893000', '202431.896000', '202431.899000', '202431.901000', '202431.904000', '202431.906000', '202431.909000', '202431.912000', '202431.914000', '202431.917000', '202431.919000', '202431.922000', '202431.925000', '202431.927000', '202431.930000', '202431.932000', '202431.935000', '202431.938000', '202431.940000', '202431.943000', '202451.829000', '202451.832000', '202451.835000', '202451.838000', '202451.840000', '202451.843000', '202451.845000', '202451.848000', '202451.850000', '202451.853000', '202451.856000', '202451.858000', '202451.861000', '202451.863000', '202451.866000', '202451.868000', '202451.871000', '202451.874000', '202451.876000', '202451.879000', '202451.881000', '202451.884000', '202451.887000', '202451.889000', '202451.892000', '202451.894000', '202451.897000', '202451.900000', '202451.902000', '202451.905000', '202451.907000', '202451.910000', '202451.912000', '202451.915000', '202451.918000', '202451.920000', '202451.923000', '202451.925000', '202451.928000', '202451.931000', '202451.933000', '202451.936000', '202451.938000', '202511.829000', '202511.832000', '202511.835000', '202511.839000', '202511.842000', '202511.844000', '202511.847000', '202511.850000', '202511.852000', '202511.855000', '202511.857000', '202511.860000', '202511.862000', '202511.865000', '202511.868000', '202511.870000', '202511.873000', '202511.875000', '202511.878000', '202511.880000', '202511.883000', '202511.886000', '202511.888000', '202511.891000', '202511.893000', '202511.896000', '202511.898000', '202511.901000', '202511.904000', '202511.906000', '202511.909000', '202511.911000', '202511.914000', '202511.917000', '202511.919000', '202511.922000', '202511.924000', '202511.927000', '202511.930000', '202511.932000', '202511.935000', '202511.937000', '202511.940000', '202531.830000', '202531.833000', '202531.835000', '202531.838000', '202531.840000', '202531.843000', '202531.846000', '202531.848000', '202531.851000', '202531.853000', '202531.856000', '202531.858000', '202531.861000', '202531.864000', '202531.866000', '202531.869000', '202531.871000', '202531.874000', '202531.877000', '202531.879000', '202531.882000', '202531.884000', '202531.887000', '202531.889000', '202531.892000', '202531.895000', '202531.897000', '202531.900000', '202531.902000', '202531.905000', '202531.907000', '202531.910000', '202531.913000', '202531.915000', '202531.918000', '202531.920000', '202531.923000', '202531.925000', '202531.928000', '202531.931000', '202531.933000', '202531.936000', '202531.938000', '202531.941000', '202551.830000', '202551.838000', '202551.841000', '202551.844000', '202551.846000', '202551.849000', '202551.852000', '202551.854000', '202551.857000', '202551.859000', '202551.862000', '202551.864000', '202551.867000', '202551.869000', '202551.872000', '202551.875000', '202551.878000', '202551.881000', '202551.883000', '202551.886000', '202551.889000', '202551.891000', '202551.894000', '202551.896000', '202551.899000', '202551.902000', '202551.904000', '202551.907000', '202551.909000', '202551.912000', '202551.915000', '202551.917000', '202551.920000', '202551.922000', '202551.925000', '202551.927000', '202551.930000', '202551.933000', '202551.935000', '202551.938000', '202551.941000', '202551.943000', '202551.946000', '202611.829000', '202611.832000', '202611.835000', '202611.837000', '202611.840000', '202611.843000', '202611.845000', '202611.848000', '202611.851000', '202611.853000', '202611.856000', '202611.858000', '202611.861000', '202611.863000', '202611.866000', '202611.869000', '202611.871000', '202611.874000', '202611.877000', '202611.879000', '202611.882000', '202611.884000', '202611.887000', '202611.889000', '202611.892000', '202611.895000', '202611.897000', '202611.900000', '202611.902000', '202611.905000', '202611.907000', '202611.910000', '202611.913000', '202611.915000', '202611.918000', '202611.920000', '202611.923000', '202611.925000', '202611.928000', '202611.931000', '202611.933000', '202611.936000', '202611.938000', '202611.941000', '202631.829000', '202631.832000', '202631.835000', '202631.838000', '202631.840000', '202631.843000', '202631.845000', '202631.848000', '202631.851000', '202631.853000', '202631.856000', '202631.858000', '202631.861000', '202631.863000', '202631.866000', '202631.869000', '202631.871000', '202631.874000', '202631.876000', '202631.879000', '202631.881000', '202631.884000', '202631.887000', '202631.890000', '202631.893000', '202631.896000', '202631.899000', '202631.901000', '202631.904000', '202631.907000', '202631.909000', '202631.912000', '202631.914000', '202631.917000', '202631.919000', '202631.922000', '202631.925000', '202631.927000', '202631.930000', '202631.932000', '202631.935000', '202631.937000', '202631.940000', '202651.830000', '202651.832000', '202651.835000', '202651.838000', '202651.840000', '202651.843000', '202651.845000', '202651.848000', '202651.851000', '202651.853000', '202651.856000', '202651.858000', '202651.861000', '202651.863000', '202651.866000', '202651.869000', '202651.871000', '202651.874000', '202651.876000', '202651.879000', '202651.882000', '202651.884000', '202651.887000', '202651.889000', '202651.892000', '202651.894000', '202651.897000', '202651.900000', '202651.902000', '202651.905000', '202651.908000', '202651.912000', '202651.914000', '202651.917000', '202651.919000', '202651.922000', '202651.925000', '202651.927000', '202651.930000', '202651.932000', '202651.935000', '202651.937000', '202651.940000', '202651.943000', '202711.829000', '202711.832000', '202711.835000', '202711.837000', '202711.840000', '202711.843000', '202711.845000', '202711.848000', '202711.850000', '202711.853000', '202711.855000', '202711.858000', '202711.871000', '202711.873000', '202711.876000', '202711.878000', '202711.881000', '202711.883000', '202711.886000', '202711.889000', '202711.892000', '202711.895000', '202711.898000', '202711.901000', '202711.903000', '202711.906000', '202711.908000', '202711.911000', '202711.914000', '202711.917000', '202711.920000', '202711.923000', '202711.925000', '202711.928000', '202711.931000', '202711.933000', '202711.936000', '202711.938000', '202711.941000', '202711.943000', '202711.946000', '202711.949000', '202711.951000', '202731.829000', '202731.832000', '202731.835000', '202731.838000', '202731.840000', '202731.843000', '202731.845000', '202731.848000', '202731.850000', '202731.853000', '202731.856000', '202731.858000', '202731.861000', '202731.863000', '202731.866000', '202731.869000', '202731.871000', '202731.874000', '202731.876000', '202731.879000', '202731.882000', '202731.884000', '202731.887000', '202731.890000', '202731.892000', '202731.895000', '202731.897000', '202731.900000', '202731.903000', '202731.905000', '202731.908000', '202731.910000', '202731.913000', '202731.915000', '202731.918000', '202731.921000', '202731.923000', '202731.926000', '202731.928000', '202731.931000', '202731.934000', '202731.936000', '202731.939000', '202731.941000', '202733.027000', '202733.031000', '202733.033000'], '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': [7610, 9181, 6712, 8545, 6763, 10297, 7049, 11035, 8820, 8025, 7976, 6186, 6869, 6721, 8924, 8045, 9929, 8670, 6025, 6285, 6264, 7504, 6773, 9277, 7139, 11005, 6897, 7821, 6808, 6517, 7273, 6883, 7002, 6865, 6552, 9541, 6982, 7022, 12401, 10728, 7161, 10117, 7213, 10413, 10106, 7152, 10058, 6495, 12629, 9279, 9761, 6203, 6085, 8866, 8723, 11905, 6474, 9550, 6290, 7523, 6448, 7078, 7101, 5940, 6885, 6458, 6914, 6514, 7873, 7038, 10571, 6791, 10455, 6646, 10692, 9414, 11841, 9053, 12069, 9763, 10288, 6719, 9942, 6793, 8741, 7885, 8352, 9669, 6797, 6677, 6412, 6782, 6231, 8623, 9694, 10375, 7129, 7237, 6320, 6548, 6950, 6535, 9279, 6413, 10182, 8992, 6059, 6640, 11341, 6619, 10339, 6640, 9639, 6860, 9382, 6636, 8287, 6334, 6253, 6108, 7553, 7059, 9780, 9871, 7787, 7404, 5928, 8788, 6040, 10362, 9568, 10938, 6977, 11572, 7978, 9226, 7472, 9322, 8241, 9861, 6733, 8703, 6632, 7050, 6317, 8866, 6329, 9746, 8202, 7925, 7341, 6914, 6337, 8230, 6487, 10194, 7117, 9807, 8514, 9047, 7297, 7788, 6564, 9060, 6363, 10723, 8679, 8281, 6946, 7046, 6179, 7073, 6416, 6779, 7791, 6822, 10086, 7002, 9596, 6850, 8587, 6490, 9816, 7862, 7190, 6424, 10444, 7185, 9094, 7841, 9276, 8397, 6396, 6839, 7825, 6795, 7271, 7587, 7114, 11098, 7003, 6774, 6268, 5917, 6310, 6040, 7084, 6209, 10244, 8572, 8216, 7567, 6716, 11119, 7891, 10440, 7583, 10182, 6850, 9176, 8845, 8739, 8968, 7637, 10356, 6183, 9210, 6289, 10008, 7400, 9561, 8475, 6463, 7266, 7181, 7606, 6644, 8674, 6572, 9981, 6489, 8424, 6516, 6469, 9295, 5836, 10047, 7028, 10015, 6432, 9362, 6815, 9744, 8424, 10320, 9087, 8007, 7082, 5985, 6691, 5984, 6923, 6490, 9999, 7109, 10006, 6071, 8991, 6137, 9344, 6339, 9886, 6673, 10410, 7287, 10032, 6694, 8734, 6441, 8317, 6562, 7407, 6272, 6024, 6573, 6275, 6610, 6042, 7198, 6561, 7286, 7011, 5718, 6983, 5944, 6922, 6512, 6161, 7326, 6395, 9878, 7136, 6791, 11533, 8927, 8762, 11695, 10518, 10154, 8149, 6456, 10146, 8200, 12565, 9185, 6876, 6587, 6285, 10060, 7532, 11256, 9760, 8709, 7361, 6846, 6753, 9573, 7513, 11538, 10266, 10949, 8906, 6804, 6908, 7607, 5981, 10926, 5961, 10007, 8958, 11327, 6924, 10158, 5977, 6243, 6361, 6374, 8346, 5717, 8787, 5681, 7232, 8316, 9231, 10906, 7037, 10610, 7316, 7866, 5908, 10641, 7070, 11058, 5754, 9613, 6609, 9058, 6034, 7468, 6590, 8271, 6218, 6100, 6165, 6172, 7245, 5897, 9051, 8483, 9548, 10599, 8317, 8562, 6412, 7802, 6481, 10056, 6531, 9517, 6890, 9785, 6800, 11353, 7777, 11940, 10767, 12457, 9760, 8518, 7184, 6917, 6555, 8510, 7622, 5748, 10811, 8690, 11127, 8986, 6615, 11077, 8133, 10207, 9711, 9986, 10100, 9637, 8296, 7660, 7436, 8802, 6710, 9101, 6681, 8353, 6505, 6814, 6670, 6244, 6604, 8479, 6549, 8150, 6726, 8215, 6592, 6983, 6847, 6842, 6688, 7091, 6545, 7886, 6120, 6041, 5936, 5696, 7059, 6104, 9648, 8398, 10582, 9029, 10796, 9343, 10754, 9971, 9320, 10204, 7282, 8215, 7617, 9802, 6449, 10852, 7871, 11475, 6420, 10984, 7683, 10891, 8463, 10511, 9174, 6312, 8514, 6395, 9241, 6495, 9382, 6302, 9270, 6459, 8664, 6403, 7178, 6242, 6705, 6162, 6377, 6208, 6570, 6253, 8765, 6427, 7837, 6346, 7436, 6498, 8245, 6115, 9474, 6688, 6129, 5701, 6100, 6121, 6090, 8155, 6042, 9250, 6103, 9099, 6841, 8306, 8867, 6981, 11532, 6184, 9973, 6127, 9156, 6454, 9896, 9185, 9828, 9818, 7231, 8064, 5898, 8766, 6555, 8163, 8635, 7710, 10335, 6417, 8559, 6585, 8655, 7954, 9119, 9540, 7802, 7269, 6410, 7512, 6229, 8631, 6466, 9869, 8117, 10195, 6805, 9610, 6395, 9878, 5986, 9632, 7729, 10406, 8668, 7116, 7378, 7403, 6806, 7658, 7119, 11100, 7294, 10875, 5703, 6799, 7563, 6375, 10832, 6055, 10517, 6605, 6451, 10439, 6901, 11830, 10518, 10683, 12376, 9440, 10572, 8661, 7899, 9773, 7413, 11154, 7791, 8789, 6867, 7650, 6391, 7932, 7663, 6234, 8214, 6273, 7915, 6567, 8082, 6022, 9447, 8977, 6720, 8395, 6944, 9308, 6859, 10399, 8776, 7024, 7660, 6814, 7504, 7021, 10038, 7741, 10829, 8830, 10557, 7026, 9361, 6931, 8854, 6762, 9118, 6914, 10458, 7430, 9334, 6952, 6757, 7008, 7019, 7131, 7266, 10063, 7232, 9666, 7039, 9424, 8099, 8377, 6620, 8531, 8474, 6359, 5871, 8065, 6174, 5932, 7334, 5976, 6390, 9831, 8369, 11362, 9722, 9706, 10667, 10177, 11964, 10495, 11355, 11210, 8404, 10801, 6549, 10706, 7159, 12009, 6491, 8391, 6357, 6548, 8650, 5937, 7736, 5719, 8425, 5657, 6648, 5935, 6278, 5802, 6457, 5977, 6279, 6312, 5934, 8377, 5831, 8382, 5726, 8329, 5688, 8094, 5738, 8249, 5689, 8559, 5849, 9700, 7896, 6915, 7331, 5585, 6136, 5688, 7285, 5741, 5799, 6373, 5964, 5606, 5969, 6827, 9073, 6953, 10221, 6911, 5885, 8961, 5909, 11293, 9313, 8722, 10150, 6664, 11650, 8551, 11709, 10240, 10287, 9483, 9750, 12180, 7554, 12159, 6974, 9136, 8688, 7763, 11709, 6571, 10654, 6520, 9742, 6510, 10496, 8188, 9486, 8223, 6375, 7631, 10281, 6520, 10231, 6558, 9211, 6409, 6140, 6989, 6406, 7969, 6279, 8102, 6221, 7938, 8588, 7226, 11313, 6353, 10497, 6346, 10492, 6088, 7284, 6140, 6045, 8609, 5760, 8751, 7406, 9622, 8872, 6113, 7631, 6301, 7611, 6475, 6347, 7105, 6076, 9163, 6794, 10545, 8827, 9930, 10436, 8880, 11068, 8758, 10695, 9380, 10847, 9150, 6387, 6271, 6294, 6717, 6043, 6466, 7787, 6693, 10158, 6688, 6755, 6865, 5679, 9811, 6901, 6011, 7186, 6519, 6255, 8034, 5947, 6331, 8340, 8321, 6347, 11940, 9969, 8725, 10671, 7213, 11095, 7661, 11542, 7364, 11237, 7615, 11464, 7074, 11167, 8329, 10244, 6433, 5764, 6163, 6177, 5887, 5750, 6670, 5798, 8235, 5905, 6020, 6215, 5873, 6316, 5953, 7896, 6324, 8937], 'WindowCenter': [3841.0, 3850.0, 3815.0, 3835.0, 3811.0, 3842.0, 3813.0, 3859.0, 3835.0, 3797.0, 3824.0, 3806.0, 3814.0, 3813.0, 3831.0, 3822.0, 3832.0, 3822.0, 3791.0, 3800.0, 3800.0, 3810.0, 3812.0, 3833.0, 3810.0, 3842.0, 3826.0, 3823.0, 3811.0, 3800.0, 3813.0, 3815.0, 3825.0, 3814.0, 3816.0, 3847.0, 3827.0, 3827.0, 3867.0, 3858.0, 3815.0, 3844.0, 3824.0, 3859.0, 3848.0, 3815.0, 3835.0, 3807.0, 3879.0, 3844.0, 3840.0, 3785.0, 3784.0, 3810.0, 3798.0, 3833.0, 3780.0, 3810.0, 3781.0, 3804.0, 3777.0, 3773.0, 3772.0, 3776.0, 3799.0, 3790.0, 3802.0, 3803.0, 3824.0, 3811.0, 3846.0, 3815.0, 3844.0, 3803.0, 3831.0, 3831.0, 3843.0, 3823.0, 3840.0, 3820.0, 3832.0, 3798.0, 3830.0, 3799.0, 3819.0, 3809.0, 3821.0, 3820.0, 3799.0, 3797.0, 3787.0, 3797.0, 3789.0, 3822.0, 3819.0, 3829.0, 3797.0, 3797.0, 3787.0, 3786.0, 3787.0, 3789.0, 3817.0, 3788.0, 3827.0, 3820.0, 3777.0, 3790.0, 3827.0, 3789.0, 3818.0, 3786.0, 3816.0, 3788.0, 3816.0, 3804.0, 3843.0, 3821.0, 3796.0, 3795.0, 3802.0, 3792.0, 3805.0, 3689.0, 3754.0, 3756.0, 3737.0, 3762.0, 3708.0, 3858.0, 3863.0, 3858.0, 3816.0, 3853.0, 3823.0, 3833.0, 3812.0, 3820.0, 3821.0, 3836.0, 3802.0, 3836.0, 3801.0, 3815.0, 3801.0, 3834.0, 3788.0, 3832.0, 3821.0, 3823.0, 3814.0, 3805.0, 3799.0, 3824.0, 3789.0, 3831.0, 3805.0, 3834.0, 3822.0, 3822.0, 3813.0, 3811.0, 3799.0, 3824.0, 3790.0, 3845.0, 3824.0, 3821.0, 3802.0, 3803.0, 3790.0, 3813.0, 3802.0, 3800.0, 3822.0, 3812.0, 3845.0, 3811.0, 3861.0, 3831.0, 3868.0, 3820.0, 3834.0, 3811.0, 3802.0, 3792.0, 3830.0, 3800.0, 3813.0, 3814.0, 3822.0, 3812.0, 3790.0, 3799.0, 3798.0, 3786.0, 3802.0, 3798.0, 3787.0, 3836.0, 3804.0, 3791.0, 3792.0, 3770.0, 3793.0, 3797.0, 3816.0, 3798.0, 3836.0, 3825.0, 3827.0, 3816.0, 3805.0, 3819.0, 3801.0, 3821.0, 3799.0, 3831.0, 3792.0, 3824.0, 3837.0, 3826.0, 3835.0, 3811.0, 3832.0, 3780.0, 3822.0, 3791.0, 3821.0, 3802.0, 3832.0, 3822.0, 3787.0, 3801.0, 3799.0, 3810.0, 3801.0, 3822.0, 3804.0, 3863.0, 3838.0, 3841.0, 3794.0, 3794.0, 3825.0, 3782.0, 3837.0, 3802.0, 3823.0, 3793.0, 3823.0, 3794.0, 3824.0, 3811.0, 3834.0, 3811.0, 3803.0, 3792.0, 3769.0, 3790.0, 3779.0, 3790.0, 3790.0, 3834.0, 3790.0, 3821.0, 3779.0, 3811.0, 3781.0, 3820.0, 3789.0, 3820.0, 3792.0, 3820.0, 3802.0, 3822.0, 3789.0, 3811.0, 3794.0, 3814.0, 3776.0, 3785.0, 3775.0, 3763.0, 3786.0, 3790.0, 3789.0, 3791.0, 3815.0, 3806.0, 3815.0, 3834.0, 3801.0, 3814.0, 3805.0, 3816.0, 3804.0, 3805.0, 3817.0, 3807.0, 3846.0, 3818.0, 3817.0, 3858.0, 3851.0, 3848.0, 3872.0, 3862.0, 3860.0, 3841.0, 3821.0, 3879.0, 3857.0, 3873.0, 3839.0, 3805.0, 3791.0, 3794.0, 3822.0, 3804.0, 3836.0, 3836.0, 3824.0, 3802.0, 3794.0, 3795.0, 3823.0, 3803.0, 3835.0, 3824.0, 3823.0, 3813.0, 3789.0, 3792.0, 3800.0, 3784.0, 3821.0, 3780.0, 3823.0, 3812.0, 3833.0, 3803.0, 3834.0, 3780.0, 3798.0, 3780.0, 3783.0, 3802.0, 3772.0, 3814.0, 3783.0, 3803.0, 3815.0, 3827.0, 3847.0, 3804.0, 3838.0, 3801.0, 3803.0, 3771.0, 3836.0, 3793.0, 3833.0, 3772.0, 3822.0, 3791.0, 3824.0, 3770.0, 3774.0, 3775.0, 3796.0, 3777.0, 3778.0, 3779.0, 3781.0, 3814.0, 3781.0, 3826.0, 3838.0, 3835.0, 3848.0, 3827.0, 3836.0, 3804.0, 3813.0, 3793.0, 3836.0, 3794.0, 3822.0, 3802.0, 3835.0, 3791.0, 3832.0, 3810.0, 3831.0, 3831.0, 3848.0, 3794.0, 3782.0, 3763.0, 3777.0, 3791.0, 3827.0, 3803.0, 3771.0, 3821.0, 3812.0, 3820.0, 3810.0, 3778.0, 3828.0, 3802.0, 3820.0, 3821.0, 3823.0, 3823.0, 3811.0, 3797.0, 3786.0, 3788.0, 3798.0, 3763.0, 3794.0, 3762.0, 3786.0, 3765.0, 3763.0, 3775.0, 3777.0, 3778.0, 3794.0, 3768.0, 3799.0, 3778.0, 3797.0, 3779.0, 3788.0, 3790.0, 3789.0, 3806.0, 3814.0, 3805.0, 3815.0, 3779.0, 3779.0, 3781.0, 3780.0, 3815.0, 3794.0, 3835.0, 3826.0, 3845.0, 3837.0, 3845.0, 3838.0, 3846.0, 3849.0, 3833.0, 3835.0, 3802.0, 3824.0, 3815.0, 3834.0, 3793.0, 3863.0, 3842.0, 3888.0, 3810.0, 3845.0, 3802.0, 3831.0, 3811.0, 3833.0, 3823.0, 3778.0, 3812.0, 3781.0, 3821.0, 3793.0, 3823.0, 3781.0, 3819.0, 3779.0, 3810.0, 3768.0, 3791.0, 3776.0, 3778.0, 3769.0, 3780.0, 3767.0, 3791.0, 3780.0, 3809.0, 3778.0, 3799.0, 3778.0, 3802.0, 3778.0, 3809.0, 3784.0, 3824.0, 3806.0, 3795.0, 3783.0, 3781.0, 3778.0, 3778.0, 3810.0, 3792.0, 3825.0, 3796.0, 3825.0, 3803.0, 3827.0, 3837.0, 3816.0, 3858.0, 3795.0, 3836.0, 3791.0, 3836.0, 3806.0, 3832.0, 3834.0, 3848.0, 3833.0, 3812.0, 3813.0, 3780.0, 3822.0, 3792.0, 3822.0, 3824.0, 3813.0, 3836.0, 3804.0, 3824.0, 3802.0, 3824.0, 3823.0, 3822.0, 3836.0, 3811.0, 3801.0, 3789.0, 3803.0, 3793.0, 3823.0, 3791.0, 3832.0, 3811.0, 3832.0, 3790.0, 3846.0, 3820.0, 3845.0, 3799.0, 3840.0, 3818.0, 3842.0, 3803.0, 3806.0, 3791.0, 3794.0, 3794.0, 3814.0, 3806.0, 3834.0, 3807.0, 3839.0, 3786.0, 3780.0, 3801.0, 3781.0, 3832.0, 3780.0, 3836.0, 3809.0, 3824.0, 3852.0, 3822.0, 3863.0, 3839.0, 3839.0, 3845.0, 3826.0, 3834.0, 3814.0, 3815.0, 3836.0, 3805.0, 3837.0, 3788.0, 3797.0, 3791.0, 3818.0, 3779.0, 3800.0, 3801.0, 3779.0, 3812.0, 3791.0, 3814.0, 3806.0, 3828.0, 3812.0, 3835.0, 3824.0, 3795.0, 3814.0, 3803.0, 3823.0, 3795.0, 3837.0, 3827.0, 3806.0, 3813.0, 3793.0, 3802.0, 3794.0, 3824.0, 3803.0, 3832.0, 3827.0, 3821.0, 3790.0, 3811.0, 3790.0, 3812.0, 3779.0, 3810.0, 3793.0, 3821.0, 3795.0, 3809.0, 3791.0, 3779.0, 3793.0, 3792.0, 3790.0, 3802.0, 3823.0, 3803.0, 3822.0, 3806.0, 3826.0, 3812.0, 3830.0, 3803.0, 3824.0, 3824.0, 3802.0, 3795.0, 3823.0, 3805.0, 3792.0, 3823.0, 3807.0, 3819.0, 3862.0, 3854.0, 3875.0, 3850.0, 3838.0, 3839.0, 3813.0, 3794.0, 3794.0, 3794.0, 3791.0, 3772.0, 3789.0, 3749.0, 3791.0, 3762.0, 3800.0, 3749.0, 3786.0, 3780.0, 3765.0, 3784.0, 3753.0, 3783.0, 3753.0, 3784.0, 3753.0, 3775.0, 3768.0, 3779.0, 3771.0, 3794.0, 3782.0, 3780.0, 3783.0, 3781.0, 3813.0, 3771.0, 3812.0, 3772.0, 3814.0, 3771.0, 3804.0, 3773.0, 3813.0, 3770.0, 3814.0, 3774.0, 3826.0, 3815.0, 3792.0, 3804.0, 3771.0, 3785.0, 3768.0, 3801.0, 3771.0, 3783.0, 3793.0, 3799.0, 3801.0, 3813.0, 3822.0, 3840.0, 3822.0, 3849.0, 3817.0, 3799.0, 3851.0, 3798.0, 3847.0, 3838.0, 3827.0, 3835.0, 3806.0, 3842.0, 3840.0, 3849.0, 3852.0, 3850.0, 3839.0, 3839.0, 3845.0, 3802.0, 3835.0, 3794.0, 3811.0, 3810.0, 3800.0, 3833.0, 3789.0, 3820.0, 3779.0, 3823.0, 3781.0, 3820.0, 3814.0, 3821.0, 3801.0, 3778.0, 3799.0, 3821.0, 3779.0, 3820.0, 3777.0, 3810.0, 3781.0, 3783.0, 3794.0, 3780.0, 3811.0, 3792.0, 3814.0, 3792.0, 3816.0, 3826.0, 3802.0, 3849.0, 3795.0, 3834.0, 3793.0, 3851.0, 3797.0, 3816.0, 3786.0, 3781.0, 3801.0, 3754.0, 3796.0, 3788.0, 3820.0, 3810.0, 3767.0, 3797.0, 3790.0, 3811.0, 3790.0, 3790.0, 3801.0, 3781.0, 3823.0, 3790.0, 3820.0, 3812.0, 3819.0, 3820.0, 3807.0, 3834.0, 3809.0, 3817.0, 3807.0, 3831.0, 3807.0, 3774.0, 3774.0, 3775.0, 3777.0, 3764.0, 3775.0, 3797.0, 3790.0, 3818.0, 3789.0, 3800.0, 3790.0, 3782.0, 3863.0, 3817.0, 3793.0, 3806.0, 3798.0, 3796.0, 3827.0, 3795.0, 3810.0, 3838.0, 3830.0, 3806.0, 3860.0, 3851.0, 3828.0, 3839.0, 3802.0, 3833.0, 3803.0, 3823.0, 3789.0, 3819.0, 3789.0, 3820.0, 3775.0, 3819.0, 3799.0, 3807.0, 3777.0, 3770.0, 3767.0, 3768.0, 3758.0, 3756.0, 3761.0, 3756.0, 3795.0, 3766.0, 3767.0, 3778.0, 3782.0, 3789.0, 3779.0, 3826.0, 3819.0, 3837.0], 'WindowWidth': [8626.0, 8632.0, 8578.0, 8601.0, 8568.0, 8608.0, 8572.0, 8641.0, 8600.0, 8535.0, 8588.0, 8568.0, 8572.0, 8570.0, 8590.0, 8581.0, 8592.0, 8579.0, 8537.0, 8550.0, 8549.0, 8564.0, 8568.0, 8597.0, 8564.0, 8609.0, 8595.0, 8584.0, 8569.0, 8551.0, 8571.0, 8577.0, 8591.0, 8575.0, 8578.0, 8620.0, 8597.0, 8597.0, 8649.0, 8641.0, 8578.0, 8613.0, 8588.0, 8638.0, 8621.0, 8572.0, 8598.0, 8568.0, 8678.0, 8623.0, 8605.0, 8528.0, 8523.0, 8552.0, 8533.0, 8583.0, 8514.0, 8549.0, 8513.0, 8550.0, 8505.0, 8493.0, 8493.0, 8506.0, 8541.0, 8533.0, 8551.0, 8558.0, 8586.0, 8565.0, 8616.0, 8576.0, 8612.0, 8557.0, 8590.0, 8590.0, 8607.0, 8581.0, 8600.0, 8571.0, 8587.0, 8542.0, 8585.0, 8543.0, 8570.0, 8557.0, 8574.0, 8572.0, 8544.0, 8540.0, 8526.0, 8540.0, 8530.0, 8579.0, 8570.0, 8584.0, 8539.0, 8538.0, 8526.0, 8523.0, 8523.0, 8528.0, 8564.0, 8529.0, 8578.0, 8571.0, 8512.0, 8532.0, 8577.0, 8529.0, 8566.0, 8522.0, 8561.0, 8528.0, 8563.0, 8558.0, 8621.0, 8591.0, 8546.0, 8543.0, 8544.0, 8532.0, 8537.0, 8314.0, 8460.0, 8465.0, 8443.0, 8463.0, 8380.0, 8640.0, 8650.0, 8638.0, 8578.0, 8622.0, 8584.0, 8595.0, 8567.0, 8574.0, 8575.0, 8601.0, 8554.0, 8603.0, 8553.0, 8576.0, 8552.0, 8596.0, 8531.0, 8592.0, 8577.0, 8580.0, 8571.0, 8558.0, 8547.0, 8583.0, 8533.0, 8590.0, 8558.0, 8596.0, 8578.0, 8578.0, 8566.0, 8561.0, 8546.0, 8582.0, 8536.0, 8612.0, 8583.0, 8576.0, 8552.0, 8554.0, 8536.0, 8569.0, 8555.0, 8550.0, 8582.0, 8572.0, 8616.0, 8567.0, 8646.0, 8611.0, 8667.0, 8590.0, 8597.0, 8562.0, 8546.0, 8537.0, 8583.0, 8543.0, 8561.0, 8566.0, 8573.0, 8560.0, 8530.0, 8545.0, 8539.0, 8520.0, 8546.0, 8539.0, 8524.0, 8598.0, 8550.0, 8531.0, 8534.0, 8502.0, 8539.0, 8549.0, 8575.0, 8551.0, 8600.0, 8584.0, 8590.0, 8574.0, 8557.0, 8564.0, 8543.0, 8571.0, 8541.0, 8586.0, 8536.0, 8579.0, 8603.0, 8588.0, 8598.0, 8560.0, 8587.0, 8519.0, 8574.0, 8534.0, 8572.0, 8548.0, 8590.0, 8576.0, 8525.0, 8548.0, 8542.0, 8559.0, 8551.0, 8579.0, 8557.0, 8649.0, 8630.0, 8618.0, 8543.0, 8539.0, 8581.0, 8521.0, 8600.0, 8548.0, 8576.0, 8538.0, 8577.0, 8541.0, 8578.0, 8560.0, 8593.0, 8558.0, 8547.0, 8533.0, 8500.0, 8529.0, 8514.0, 8530.0, 8530.0, 8591.0, 8529.0, 8571.0, 8513.0, 8558.0, 8519.0, 8569.0, 8528.0, 8569.0, 8534.0, 8569.0, 8548.0, 8572.0, 8528.0, 8557.0, 8541.0, 8565.0, 8501.0, 8512.0, 8502.0, 8487.0, 8520.0, 8531.0, 8529.0, 8537.0, 8575.0, 8564.0, 8576.0, 8614.0, 8565.0, 8569.0, 8561.0, 8578.0, 8561.0, 8562.0, 8578.0, 8568.0, 8617.0, 8584.0, 8581.0, 8636.0, 8632.0, 8626.0, 8662.0, 8647.0, 8642.0, 8616.0, 8592.0, 8681.0, 8648.0, 8663.0, 8606.0, 8557.0, 8532.0, 8539.0, 8575.0, 8552.0, 8598.0, 8599.0, 8578.0, 8549.0, 8538.0, 8541.0, 8576.0, 8550.0, 8594.0, 8578.0, 8573.0, 8560.0, 8525.0, 8533.0, 8539.0, 8523.0, 8568.0, 8514.0, 8572.0, 8559.0, 8588.0, 8549.0, 8590.0, 8516.0, 8546.0, 8515.0, 8520.0, 8543.0, 8506.0, 8563.0, 8525.0, 8549.0, 8568.0, 8586.0, 8616.0, 8553.0, 8600.0, 8546.0, 8548.0, 8506.0, 8595.0, 8533.0, 8585.0, 8506.0, 8570.0, 8531.0, 8580.0, 8500.0, 8492.0, 8498.0, 8528.0, 8509.0, 8510.0, 8515.0, 8521.0, 8569.0, 8524.0, 8586.0, 8605.0, 8600.0, 8622.0, 8591.0, 8602.0, 8556.0, 8568.0, 8540.0, 8598.0, 8541.0, 8576.0, 8550.0, 8595.0, 8533.0, 8589.0, 8560.0, 8587.0, 8584.0, 8616.0, 8519.0, 8500.0, 8476.0, 8501.0, 8533.0, 8587.0, 8549.0, 8504.0, 8567.0, 8556.0, 8565.0, 8551.0, 8508.0, 8575.0, 8545.0, 8567.0, 8572.0, 8573.0, 8574.0, 8555.0, 8532.0, 8514.0, 8518.0, 8527.0, 8478.0, 8518.0, 8478.0, 8512.0, 8483.0, 8479.0, 8499.0, 8506.0, 8507.0, 8523.0, 8492.0, 8533.0, 8509.0, 8530.0, 8509.0, 8520.0, 8532.0, 8528.0, 8563.0, 8571.0, 8559.0, 8571.0, 8517.0, 8515.0, 8520.0, 8521.0, 8572.0, 8547.0, 8601.0, 8589.0, 8612.0, 8603.0, 8613.0, 8608.0, 8616.0, 8621.0, 8594.0, 8598.0, 8549.0, 8581.0, 8571.0, 8595.0, 8540.0, 8651.0, 8619.0, 8692.0, 8573.0, 8609.0, 8546.0, 8581.0, 8558.0, 8587.0, 8575.0, 8510.0, 8559.0, 8519.0, 8572.0, 8536.0, 8574.0, 8517.0, 8566.0, 8511.0, 8551.0, 8494.0, 8527.0, 8504.0, 8508.0, 8497.0, 8515.0, 8495.0, 8530.0, 8515.0, 8552.0, 8508.0, 8538.0, 8510.0, 8545.0, 8512.0, 8554.0, 8527.0, 8576.0, 8560.0, 8545.0, 8524.0, 8518.0, 8511.0, 8514.0, 8559.0, 8539.0, 8584.0, 8548.0, 8585.0, 8557.0, 8591.0, 8605.0, 8579.0, 8639.0, 8547.0, 8601.0, 8538.0, 8601.0, 8566.0, 8591.0, 8598.0, 8620.0, 8593.0, 8566.0, 8565.0, 8521.0, 8578.0, 8538.0, 8577.0, 8582.0, 8568.0, 8601.0, 8558.0, 8583.0, 8552.0, 8582.0, 8581.0, 8578.0, 8599.0, 8561.0, 8548.0, 8532.0, 8552.0, 8541.0, 8578.0, 8537.0, 8589.0, 8561.0, 8589.0, 8532.0, 8618.0, 8592.0, 8613.0, 8554.0, 8611.0, 8578.0, 8610.0, 8543.0, 8555.0, 8524.0, 8533.0, 8537.0, 8566.0, 8558.0, 8593.0, 8560.0, 8605.0, 8533.0, 8511.0, 8545.0, 8518.0, 8587.0, 8518.0, 8598.0, 8569.0, 8598.0, 8629.0, 8587.0, 8642.0, 8604.0, 8602.0, 8606.0, 8581.0, 8591.0, 8564.0, 8568.0, 8599.0, 8555.0, 8598.0, 8521.0, 8531.0, 8530.0, 8580.0, 8511.0, 8540.0, 8545.0, 8513.0, 8559.0, 8533.0, 8564.0, 8557.0, 8592.0, 8578.0, 8596.0, 8578.0, 8541.0, 8566.0, 8550.0, 8575.0, 8543.0, 8600.0, 8585.0, 8557.0, 8565.0, 8538.0, 8549.0, 8537.0, 8578.0, 8548.0, 8587.0, 8583.0, 8572.0, 8526.0, 8553.0, 8527.0, 8558.0, 8512.0, 8553.0, 8536.0, 8570.0, 8538.0, 8550.0, 8529.0, 8512.0, 8533.0, 8532.0, 8529.0, 8547.0, 8576.0, 8549.0, 8573.0, 8559.0, 8582.0, 8562.0, 8598.0, 8555.0, 8582.0, 8581.0, 8552.0, 8551.0, 8584.0, 8564.0, 8541.0, 8584.0, 8567.0, 8588.0, 8648.0, 8639.0, 8668.0, 8628.0, 8606.0, 8606.0, 8557.0, 8518.0, 8521.0, 8520.0, 8512.0, 8484.0, 8505.0, 8455.0, 8510.0, 8475.0, 8522.0, 8454.0, 8510.0, 8512.0, 8484.0, 8507.0, 8466.0, 8506.0, 8466.0, 8508.0, 8467.0, 8500.0, 8496.0, 8511.0, 8504.0, 8539.0, 8522.0, 8517.0, 8522.0, 8518.0, 8561.0, 8505.0, 8559.0, 8506.0, 8562.0, 8505.0, 8550.0, 8509.0, 8560.0, 8503.0, 8562.0, 8512.0, 8582.0, 8568.0, 8533.0, 8550.0, 8506.0, 8530.0, 8495.0, 8543.0, 8506.0, 8524.0, 8539.0, 8555.0, 8564.0, 8583.0, 8591.0, 8612.0, 8588.0, 8620.0, 8576.0, 8557.0, 8630.0, 8557.0, 8613.0, 8604.0, 8588.0, 8597.0, 8560.0, 8605.0, 8611.0, 8622.0, 8628.0, 8628.0, 8610.0, 8604.0, 8608.0, 8545.0, 8591.0, 8536.0, 8555.0, 8551.0, 8540.0, 8587.0, 8525.0, 8568.0, 8513.0, 8574.0, 8516.0, 8566.0, 8565.0, 8570.0, 8542.0, 8509.0, 8538.0, 8568.0, 8510.0, 8563.0, 8504.0, 8552.0, 8515.0, 8520.0, 8536.0, 8516.0, 8556.0, 8533.0, 8566.0, 8538.0, 8571.0, 8584.0, 8548.0, 8620.0, 8543.0, 8592.0, 8538.0, 8625.0, 8550.0, 8572.0, 8531.0, 8518.0, 8539.0, 8466.0, 8528.0, 8522.0, 8568.0, 8554.0, 8495.0, 8535.0, 8530.0, 8560.0, 8531.0, 8530.0, 8546.0, 8520.0, 8577.0, 8530.0, 8570.0, 8560.0, 8566.0, 8569.0, 8546.0, 8594.0, 8552.0, 8560.0, 8545.0, 8587.0, 8547.0, 8500.0, 8501.0, 8503.0, 8508.0, 8489.0, 8503.0, 8536.0, 8530.0, 8565.0, 8528.0, 8548.0, 8531.0, 8525.0, 8650.0, 8579.0, 8539.0, 8560.0, 8552.0, 8546.0, 8589.0, 8545.0, 8570.0, 8606.0, 8597.0, 8564.0, 8639.0, 8625.0, 8590.0, 8606.0, 8548.0, 8590.0, 8546.0, 8571.0, 8522.0, 8562.0, 8521.0, 8563.0, 8501.0, 8562.0, 8536.0, 8542.0, 8506.0, 8501.0, 8495.0, 8493.0, 8479.0, 8475.0, 8471.0, 8473.0, 8527.0, 8492.0, 8493.0, 8512.0, 8523.0, 8530.0, 8518.0, 8588.0, 8588.0, 8604.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.015013509174311924</td></tr>
<tr><td colspan=3>aqi</td><td>0.12108069036697248</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.17945530700344</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1151892449253729</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1039051196440877</td></tr>
<tr><td colspan=3>efc</td><td>0.4627</td></tr>
<tr><td colspan=3>fber</td><td>4526.2832</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3354682188402252</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>339</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>38.87614678899082</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.854978661390618</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.794586024280968</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0753055630426376</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.695044396848248</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115733</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004572355654090643</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01703011244535446</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>4.037068599905737</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>26.5837</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2687</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.5029</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305011.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>634.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.7576</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2276</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>396.7322</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3038.6768</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71533.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>809.4926</td></tr>
<tr><td colspan=3>tsnr</td><td>19.24027237482369</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>