<?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-04_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-04_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-04_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-04_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-04_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_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-04_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-04_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_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-04_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-04_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_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-04_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-04_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-04_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-04_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-04_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-04_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_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-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-04_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-04_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-01_task-social_acq-mb8_run-04_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-04_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>3aa9ce598913376324f39fdc9d806cad</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:27:54.365000</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-04_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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>6a6610fe-3d0c-4f84-9f60-b3bfbfb16d30||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': ['202754.365000', '202754.825000', '202755.285000', '202755.745000', '202756.205000', '202756.665000', '202757.125000', '202757.585000', '202758.045000', '202758.505000', '202758.965000', '202759.425000', '202759.885000', '202800.345000', '202800.805000', '202801.265000', '202801.725000', '202802.185000', '202802.645000', '202803.105000', '202803.565000', '202804.025000', '202804.485000', '202804.945000', '202805.405000', '202805.865000', '202806.325000', '202806.785000', '202807.245000', '202807.705000', '202808.165000', '202808.625000', '202809.085000', '202809.545000', '202810.005000', '202810.465000', '202810.925000', '202811.385000', '202811.845000', '202812.305000', '202812.765000', '202813.225000', '202813.685000', '202814.145000', '202814.605000', '202815.065000', '202815.525000', '202815.985000', '202816.445000', '202816.905000', '202817.365000', '202817.825000', '202818.285000', '202818.745000', '202819.205000', '202819.665000', '202820.125000', '202820.585000', '202821.045000', '202821.505000', '202821.965000', '202822.425000', '202822.885000', '202823.345000', '202823.805000', '202824.265000', '202824.725000', '202825.185000', '202825.645000', '202826.105000', '202826.565000', '202827.025000', '202827.485000', '202827.945000', '202828.405000', '202828.865000', '202829.325000', '202829.785000', '202830.245000', '202830.705000', '202831.165000', '202831.625000', '202832.085000', '202832.545000', '202833.005000', '202833.465000', '202833.925000', '202834.385000', '202834.845000', '202835.305000', '202835.765000', '202836.225000', '202836.685000', '202837.145000', '202837.605000', '202838.065000', '202838.525000', '202838.985000', '202839.445000', '202839.905000', '202840.365000', '202840.825000', '202841.285000', '202841.745000', '202842.205000', '202842.665000', '202843.125000', '202843.585000', '202844.045000', '202844.505000', '202844.965000', '202845.425000', '202845.885000', '202846.345000', '202846.805000', '202847.265000', '202847.725000', '202848.185000', '202848.645000', '202849.105000', '202849.565000', '202850.025000', '202850.485000', '202850.945000', '202851.405000', '202851.865000', '202852.325000', '202852.785000', '202853.245000', '202853.705000', '202854.165000', '202854.625000', '202855.085000', '202855.545000', '202856.005000', '202856.465000', '202856.925000', '202857.385000', '202857.845000', '202858.305000', '202858.765000', '202859.225000', '202859.685000', '202900.145000', '202900.605000', '202901.065000', '202901.525000', '202901.985000', '202902.445000', '202902.905000', '202903.365000', '202903.825000', '202904.285000', '202904.745000', '202905.205000', '202905.665000', '202906.125000', '202906.585000', '202907.045000', '202907.505000', '202907.965000', '202908.425000', '202908.885000', '202909.345000', '202909.805000', '202910.265000', '202910.725000', '202911.185000', '202911.645000', '202912.105000', '202912.565000', '202913.025000', '202913.485000', '202913.945000', '202914.405000', '202914.865000', '202915.325000', '202915.785000', '202916.245000', '202916.705000', '202917.165000', '202917.625000', '202918.085000', '202918.545000', '202919.005000', '202919.465000', '202919.925000', '202920.385000', '202920.845000', '202921.305000', '202921.765000', '202922.225000', '202922.685000', '202923.145000', '202923.605000', '202924.065000', '202924.525000', '202924.985000', '202925.445000', '202925.905000', '202926.365000', '202926.825000', '202927.285000', '202927.745000', '202928.205000', '202928.665000', '202929.125000', '202929.585000', '202930.045000', '202930.505000', '202930.965000', '202931.425000', '202931.885000', '202932.345000', '202932.805000', '202933.265000', '202933.725000', '202934.185000', '202934.645000', '202935.105000', '202935.565000', '202936.025000', '202936.485000', '202936.945000', '202937.405000', '202937.865000', '202938.325000', '202938.785000', '202939.245000', '202939.705000', '202940.165000', '202940.625000', '202941.085000', '202941.545000', '202942.005000', '202942.465000', '202942.925000', '202943.385000', '202943.845000', '202944.305000', '202944.765000', '202945.225000', '202945.685000', '202946.145000', '202946.605000', '202947.065000', '202947.525000', '202947.985000', '202948.445000', '202948.905000', '202949.365000', '202949.825000', '202950.285000', '202950.745000', '202951.205000', '202951.665000', '202952.125000', '202952.585000', '202953.045000', '202953.505000', '202953.965000', '202954.425000', '202954.885000', '202955.345000', '202955.805000', '202956.265000', '202956.725000', '202957.185000', '202957.645000', '202958.105000', '202958.565000', '202959.025000', '202959.485000', '202959.945000', '203000.405000', '203000.865000', '203001.325000', '203001.785000', '203002.245000', '203002.705000', '203003.165000', '203003.625000', '203004.085000', '203004.545000', '203005.005000', '203005.465000', '203005.925000', '203006.385000', '203006.845000', '203007.305000', '203007.765000', '203008.225000', '203008.685000', '203009.145000', '203009.605000', '203010.065000', '203010.525000', '203010.985000', '203011.445000', '203011.905000', '203012.365000', '203012.825000', '203013.285000', '203013.745000', '203014.205000', '203014.665000', '203015.125000', '203015.585000', '203016.045000', '203016.505000', '203016.965000', '203017.425000', '203017.885000', '203018.345000', '203018.805000', '203019.265000', '203019.725000', '203020.185000', '203020.645000', '203021.105000', '203021.565000', '203022.025000', '203022.485000', '203022.945000', '203023.405000', '203023.865000', '203024.325000', '203024.785000', '203025.245000', '203025.705000', '203026.165000', '203026.625000', '203027.085000', '203027.545000', '203028.005000', '203028.465000', '203028.925000', '203029.385000', '203029.845000', '203030.305000', '203030.765000', '203031.225000', '203031.685000', '203032.145000', '203032.605000', '203033.065000', '203033.525000', '203033.985000', '203034.445000', '203034.905000', '203035.365000', '203035.825000', '203036.285000', '203036.745000', '203037.205000', '203037.665000', '203038.125000', '203038.585000', '203039.045000', '203039.505000', '203039.965000', '203040.425000', '203040.885000', '203041.345000', '203041.805000', '203042.265000', '203042.725000', '203043.185000', '203043.645000', '203044.105000', '203044.565000', '203045.025000', '203045.485000', '203045.945000', '203046.405000', '203046.865000', '203047.325000', '203047.785000', '203048.245000', '203048.705000', '203049.165000', '203049.625000', '203050.085000', '203050.545000', '203051.005000', '203051.465000', '203051.925000', '203052.385000', '203052.845000', '203053.305000', '203053.765000', '203054.225000', '203054.685000', '203055.145000', '203055.605000', '203056.065000', '203056.525000', '203056.985000', '203057.445000', '203057.905000', '203058.365000', '203058.825000', '203059.285000', '203059.745000', '203100.205000', '203100.665000', '203101.125000', '203101.585000', '203102.045000', '203102.505000', '203102.965000', '203103.425000', '203103.885000', '203104.345000', '203104.805000', '203105.265000', '203105.725000', '203106.185000', '203106.645000', '203107.105000', '203107.565000', '203108.025000', '203108.485000', '203108.945000', '203109.405000', '203109.865000', '203110.325000', '203110.785000', '203111.245000', '203111.705000', '203112.165000', '203112.625000', '203113.085000', '203113.545000', '203114.005000', '203114.465000', '203114.925000', '203115.385000', '203115.845000', '203116.305000', '203116.765000', '203117.225000', '203117.685000', '203118.145000', '203118.605000', '203119.065000', '203119.525000', '203119.985000', '203120.445000', '203120.905000', '203121.365000', '203121.825000', '203122.285000', '203122.745000', '203123.205000', '203123.665000', '203124.125000', '203124.585000', '203125.045000', '203125.505000', '203125.965000', '203126.425000', '203126.885000', '203127.345000', '203127.805000', '203128.265000', '203128.725000', '203129.185000', '203129.645000', '203130.105000', '203130.565000', '203131.025000', '203131.485000', '203131.945000', '203132.405000', '203132.865000', '203133.325000', '203133.785000', '203134.245000', '203134.705000', '203135.165000', '203135.625000', '203136.085000', '203136.545000', '203137.005000', '203137.465000', '203137.925000', '203138.385000', '203138.845000', '203139.305000', '203139.765000', '203140.225000', '203140.685000', '203141.145000', '203141.605000', '203142.065000', '203142.525000', '203142.985000', '203143.445000', '203143.905000', '203144.365000', '203144.825000', '203145.285000', '203145.745000', '203146.205000', '203146.665000', '203147.125000', '203147.585000', '203148.045000', '203148.505000', '203148.965000', '203149.425000', '203149.885000', '203150.345000', '203150.805000', '203151.265000', '203151.725000', '203152.185000', '203152.645000', '203153.105000', '203153.565000', '203154.025000', '203154.485000', '203154.945000', '203155.405000', '203155.865000', '203156.325000', '203156.785000', '203157.245000', '203157.705000', '203158.165000', '203158.625000', '203159.085000', '203159.545000', '203200.005000', '203200.465000', '203200.925000', '203201.385000', '203201.845000', '203202.305000', '203202.765000', '203203.225000', '203203.685000', '203204.145000', '203204.605000', '203205.065000', '203205.525000', '203205.985000', '203206.445000', '203206.905000', '203207.365000', '203207.825000', '203208.285000', '203208.745000', '203209.205000', '203209.665000', '203210.125000', '203210.585000', '203211.045000', '203211.505000', '203211.965000', '203212.425000', '203212.885000', '203213.345000', '203213.805000', '203214.265000', '203214.725000', '203215.185000', '203215.645000', '203216.105000', '203216.565000', '203217.025000', '203217.485000', '203217.945000', '203218.405000', '203218.865000', '203219.325000', '203219.785000', '203220.245000', '203220.705000', '203221.165000', '203221.625000', '203222.085000', '203222.545000', '203223.005000', '203223.465000', '203223.925000', '203224.385000', '203224.845000', '203225.305000', '203225.765000', '203226.225000', '203226.685000', '203227.145000', '203227.605000', '203228.065000', '203228.525000', '203228.985000', '203229.445000', '203229.905000', '203230.365000', '203230.825000', '203231.285000', '203231.745000', '203232.205000', '203232.665000', '203233.125000', '203233.585000', '203234.045000', '203234.505000', '203234.965000', '203235.425000', '203235.885000', '203236.345000', '203236.805000', '203237.265000', '203237.725000', '203238.185000', '203238.645000', '203239.105000', '203239.565000', '203240.025000', '203240.485000', '203240.945000', '203241.405000', '203241.865000', '203242.325000', '203242.785000', '203243.245000', '203243.705000', '203244.165000', '203244.625000', '203245.085000', '203245.545000', '203246.005000', '203246.465000', '203246.925000', '203247.385000', '203247.845000', '203248.305000', '203248.765000', '203249.225000', '203249.685000', '203250.145000', '203250.605000', '203251.065000', '203251.525000', '203251.985000', '203252.445000', '203252.905000', '203253.365000', '203253.825000', '203254.285000', '203254.745000', '203255.205000', '203255.665000', '203256.125000', '203256.585000', '203257.045000', '203257.505000', '203257.965000', '203258.425000', '203258.885000', '203259.345000', '203259.805000', '203300.265000', '203300.725000', '203301.185000', '203301.645000', '203302.105000', '203302.565000', '203303.025000', '203303.485000', '203303.945000', '203304.405000', '203304.865000', '203305.325000', '203305.785000', '203306.245000', '203306.705000', '203307.165000', '203307.625000', '203308.085000', '203308.545000', '203309.005000', '203309.465000', '203309.925000', '203310.385000', '203310.845000', '203311.305000', '203311.765000', '203312.225000', '203312.685000', '203313.145000', '203313.605000', '203314.065000', '203314.525000', '203314.985000', '203315.445000', '203315.905000', '203316.365000', '203316.825000', '203317.285000', '203317.745000', '203318.205000', '203318.665000', '203319.125000', '203319.585000', '203320.045000', '203320.505000', '203320.965000', '203321.425000', '203321.885000', '203322.345000', '203322.805000', '203323.265000', '203323.725000', '203324.185000', '203324.645000', '203325.105000', '203325.565000', '203326.025000', '203326.485000', '203326.945000', '203327.405000', '203327.865000', '203328.325000', '203328.785000', '203329.245000', '203329.705000', '203330.165000', '203330.625000', '203331.085000', '203331.545000', '203332.005000', '203332.465000', '203332.925000', '203333.385000', '203333.845000', '203334.305000', '203334.765000', '203335.225000', '203335.685000', '203336.145000', '203336.605000', '203337.065000', '203337.525000', '203337.985000', '203338.445000', '203338.905000', '203339.365000', '203339.825000', '203340.285000', '203340.745000', '203341.205000', '203341.665000', '203342.125000', '203342.585000', '203343.045000', '203343.505000', '203343.965000', '203344.425000', '203344.885000', '203345.345000', '203345.805000', '203346.265000', '203346.725000', '203347.185000', '203347.645000', '203348.105000', '203348.565000', '203349.025000', '203349.485000', '203349.945000', '203350.405000', '203350.865000', '203351.325000', '203351.785000', '203352.245000', '203352.705000', '203353.165000', '203353.625000', '203354.085000', '203354.545000', '203355.005000', '203355.465000', '203355.925000', '203356.385000', '203356.845000', '203357.305000', '203357.765000', '203358.225000', '203358.685000', '203359.145000', '203359.605000', '203400.065000', '203400.525000', '203400.985000', '203401.445000', '203401.905000', '203402.365000', '203402.825000', '203403.285000', '203403.745000', '203404.205000', '203404.665000', '203405.125000', '203405.585000', '203406.045000', '203406.505000', '203406.965000', '203407.425000', '203407.885000', '203408.345000', '203408.805000', '203409.265000', '203409.725000', '203410.185000', '203410.645000', '203411.105000', '203411.565000', '203412.025000', '203412.485000', '203412.945000', '203413.405000', '203413.865000', '203414.325000', '203414.785000', '203415.245000', '203415.705000', '203416.165000', '203416.625000', '203417.085000', '203417.545000', '203418.005000', '203418.465000', '203418.925000', '203419.385000', '203419.845000', '203420.305000', '203420.765000', '203421.225000', '203421.685000', '203422.145000', '203422.605000', '203423.065000', '203423.525000', '203423.985000', '203424.445000', '203424.905000', '203425.365000', '203425.825000', '203426.285000', '203426.745000', '203427.205000', '203427.665000', '203428.125000', '203428.585000', '203429.045000', '203429.505000', '203429.965000', '203430.425000', '203430.885000', '203431.345000', '203431.805000', '203432.265000', '203432.725000', '203433.185000', '203433.645000', '203434.105000', '203434.565000', '203435.025000'], 'ContentTime': ['202811.947000', '202811.950000', '202811.953000', '202811.955000', '202811.958000', '202811.961000', '202811.963000', '202811.966000', '202811.968000', '202811.971000', '202811.973000', '202811.976000', '202811.979000', '202811.981000', '202811.989000', '202811.992000', '202811.994000', '202811.997000', '202812.001000', '202812.003000', '202812.006000', '202812.008000', '202812.011000', '202812.013000', '202812.016000', '202812.019000', '202812.021000', '202812.024000', '202812.027000', '202812.029000', '202812.032000', '202812.034000', '202812.037000', '202812.039000', '202812.042000', '202831.914000', '202831.917000', '202831.920000', '202831.925000', '202831.928000', '202831.931000', '202831.933000', '202831.936000', '202831.938000', '202831.941000', '202831.943000', '202831.946000', '202831.949000', '202831.951000', '202831.954000', '202831.956000', '202831.959000', '202831.961000', '202831.964000', '202831.966000', '202831.969000', '202831.972000', '202831.974000', '202831.977000', '202831.979000', '202831.982000', '202831.984000', '202831.987000', '202831.989000', '202831.992000', '202831.994000', '202831.997000', '202832.000000', '202832.003000', '202832.006000', '202832.008000', '202832.011000', '202832.013000', '202832.016000', '202832.019000', '202832.021000', '202832.024000', '202832.026000', '202832.029000', '202851.914000', '202851.917000', '202851.920000', '202851.922000', '202851.925000', '202851.928000', '202851.930000', '202851.933000', '202851.935000', '202851.938000', '202851.941000', '202851.952000', '202851.954000', '202851.957000', '202851.960000', '202851.962000', '202851.965000', '202851.967000', '202851.970000', '202851.972000', '202851.975000', '202851.978000', '202851.980000', '202851.983000', '202851.985000', '202851.988000', '202851.990000', '202851.993000', '202851.996000', '202852.000000', '202852.003000', '202852.006000', '202852.008000', '202852.011000', '202852.014000', '202852.016000', '202852.019000', '202852.021000', '202852.024000', '202852.026000', '202852.029000', '202852.031000', '202852.034000', '202911.915000', '202911.918000', '202911.920000', '202911.923000', '202911.925000', '202911.928000', '202911.931000', '202911.933000', '202911.936000', '202911.938000', '202911.941000', '202911.943000', '202911.946000', '202911.948000', '202911.951000', '202911.953000', '202911.956000', '202911.959000', '202911.961000', '202911.964000', '202911.966000', '202911.969000', '202911.971000', '202911.974000', '202911.977000', '202911.979000', '202911.982000', '202911.984000', '202911.987000', '202911.989000', '202911.992000', '202911.995000', '202911.997000', '202912.001000', '202912.003000', '202912.006000', '202912.009000', '202912.011000', '202912.014000', '202912.016000', '202912.019000', '202912.021000', '202912.024000', '202912.027000', '202931.914000', '202931.917000', '202931.920000', '202931.922000', '202931.925000', '202931.928000', '202931.930000', '202931.933000', '202931.935000', '202931.938000', '202931.940000', '202931.943000', '202931.946000', '202931.948000', '202931.951000', '202931.953000', '202931.956000', '202931.959000', '202931.961000', '202931.964000', '202931.966000', '202931.969000', '202931.971000', '202931.974000', '202931.977000', '202931.979000', '202931.982000', '202931.984000', '202931.987000', '202931.989000', '202931.992000', '202931.995000', '202931.997000', '202932.001000', '202932.003000', '202932.006000', '202932.009000', '202932.011000', '202932.014000', '202932.016000', '202932.019000', '202932.021000', '202932.024000', '202951.915000', '202951.917000', '202951.920000', '202951.923000', '202951.925000', '202951.928000', '202951.931000', '202951.933000', '202951.936000', '202951.939000', '202951.941000', '202951.944000', '202951.946000', '202951.949000', '202951.951000', '202951.954000', '202951.957000', '202951.959000', '202951.962000', '202951.964000', '202951.967000', '202951.970000', '202951.972000', '202951.975000', '202951.977000', '202951.980000', '202951.982000', '202951.985000', '202951.988000', '202951.990000', '202951.993000', '202952.020000', '202952.022000', '202952.025000', '202952.027000', '202952.030000', '202952.033000', '202952.035000', '202952.038000', '202952.040000', '202952.043000', '202952.045000', '202952.048000', '202952.050000', '203011.915000', '203011.918000', '203011.921000', '203011.924000', '203011.926000', '203011.929000', '203011.932000', '203011.934000', '203011.937000', '203011.940000', '203011.942000', '203011.945000', '203011.947000', '203011.950000', '203011.953000', '203011.955000', '203011.958000', '203011.960000', '203011.963000', '203011.966000', '203011.968000', '203011.971000', '203011.974000', '203011.976000', '203011.979000', '203011.981000', '203011.984000', '203011.986000', '203011.989000', '203011.992000', '203011.994000', '203011.997000', '203012.000000', '203012.002000', '203012.005000', '203012.008000', '203012.010000', '203012.013000', '203012.015000', '203012.018000', '203012.021000', '203012.023000', '203012.026000', '203031.914000', '203031.917000', '203031.920000', '203031.923000', '203031.925000', '203031.928000', '203031.930000', '203031.933000', '203031.935000', '203031.938000', '203031.941000', '203031.943000', '203031.946000', '203031.949000', '203031.951000', '203031.954000', '203031.957000', '203031.959000', '203031.962000', '203031.964000', '203031.967000', '203031.969000', '203031.972000', '203031.975000', '203031.977000', '203031.980000', '203031.982000', '203031.985000', '203031.988000', '203031.990000', '203031.993000', '203031.995000', '203031.998000', '203032.001000', '203032.003000', '203032.006000', '203032.009000', '203032.011000', '203032.014000', '203032.016000', '203032.019000', '203032.021000', '203032.024000', '203032.027000', '203051.915000', '203051.918000', '203051.920000', '203051.923000', '203051.925000', '203051.928000', '203051.930000', '203051.933000', '203051.936000', '203051.938000', '203051.941000', '203051.943000', '203051.946000', '203051.948000', '203051.951000', '203051.954000', '203051.956000', '203051.959000', '203051.962000', '203051.964000', '203051.967000', '203051.969000', '203051.972000', '203051.974000', '203051.977000', '203051.979000', '203051.982000', '203051.985000', '203051.987000', '203051.990000', '203051.992000', '203051.995000', '203051.998000', '203052.000000', '203052.003000', '203052.005000', '203052.008000', '203052.010000', '203052.013000', '203052.016000', '203052.018000', '203052.021000', '203052.023000', '203111.915000', '203111.917000', '203111.920000', '203111.923000', '203111.925000', '203111.928000', '203111.930000', '203111.933000', '203111.936000', '203111.938000', '203111.941000', '203111.943000', '203111.946000', '203111.948000', '203111.951000', '203111.954000', '203111.956000', '203111.959000', '203111.961000', '203111.964000', '203111.967000', '203111.969000', '203111.972000', '203111.975000', '203111.977000', '203111.980000', '203111.982000', '203111.985000', '203111.988000', '203111.990000', '203111.993000', '203111.995000', '203111.998000', '203112.002000', '203112.004000', '203112.007000', '203112.009000', '203112.012000', '203112.015000', '203112.017000', '203112.020000', '203112.022000', '203112.025000', '203112.028000', '203131.915000', '203131.918000', '203131.920000', '203131.923000', '203131.925000', '203131.928000', '203131.930000', '203131.933000', '203131.936000', '203131.938000', '203131.941000', '203131.943000', '203131.956000', '203131.958000', '203131.961000', '203131.964000', '203131.966000', '203131.969000', '203131.971000', '203131.974000', '203131.976000', '203131.979000', '203131.982000', '203131.984000', '203131.987000', '203131.989000', '203131.992000', '203131.995000', '203131.997000', '203132.001000', '203132.003000', '203132.006000', '203132.009000', '203132.011000', '203132.014000', '203132.016000', '203132.019000', '203132.021000', '203132.024000', '203132.027000', '203132.029000', '203132.032000', '203132.035000', '203151.914000', '203151.917000', '203151.920000', '203151.922000', '203151.926000', '203151.929000', '203151.932000', '203151.934000', '203151.937000', '203151.939000', '203151.942000', '203151.945000', '203151.947000', '203151.950000', '203151.952000', '203151.955000', '203151.958000', '203151.960000', '203151.963000', '203151.965000', '203151.968000', '203151.970000', '203151.973000', '203151.976000', '203151.978000', '203151.981000', '203151.984000', '203151.986000', '203151.989000', '203151.991000', '203151.994000', '203151.997000', '203152.000000', '203152.003000', '203152.005000', '203152.008000', '203152.010000', '203152.013000', '203152.016000', '203152.018000', '203152.021000', '203152.023000', '203152.026000', '203152.029000', '203211.915000', '203211.917000', '203211.920000', '203211.923000', '203211.925000', '203211.928000', '203211.930000', '203211.933000', '203211.936000', '203211.938000', '203211.941000', '203211.943000', '203211.946000', '203211.949000', '203211.951000', '203211.954000', '203211.956000', '203211.959000', '203211.962000', '203211.964000', '203211.967000', '203211.969000', '203211.972000', '203211.974000', '203211.977000', '203211.980000', '203211.982000', '203211.985000', '203211.988000', '203211.990000', '203211.993000', '203211.995000', '203211.998000', '203212.002000', '203212.004000', '203212.007000', '203212.009000', '203212.012000', '203212.015000', '203212.017000', '203212.020000', '203212.023000', '203212.025000', '203231.915000', '203231.918000', '203231.921000', '203231.924000', '203231.926000', '203231.929000', '203231.931000', '203231.934000', '203231.937000', '203231.939000', '203231.942000', '203231.944000', '203231.947000', '203231.950000', '203231.952000', '203231.955000', '203231.957000', '203231.960000', '203231.963000', '203231.965000', '203231.968000', '203231.970000', '203231.973000', '203231.975000', '203231.978000', '203231.981000', '203231.983000', '203231.986000', '203231.989000', '203231.991000', '203231.994000', '203231.996000', '203231.999000', '203232.001000', '203232.004000', '203232.007000', '203232.009000', '203232.012000', '203232.014000', '203232.017000', '203232.020000', '203232.022000', '203232.025000', '203251.915000', '203251.918000', '203251.920000', '203251.923000', '203251.926000', '203251.928000', '203251.931000', '203251.933000', '203251.936000', '203251.939000', '203251.941000', '203251.944000', '203251.946000', '203251.949000', '203251.952000', '203251.954000', '203251.957000', '203251.959000', '203251.962000', '203251.965000', '203251.967000', '203251.970000', '203251.972000', '203251.975000', '203251.978000', '203251.980000', '203251.983000', '203251.985000', '203251.988000', '203251.991000', '203251.993000', '203251.996000', '203251.998000', '203252.002000', '203252.005000', '203252.007000', '203252.010000', '203252.012000', '203252.024000', '203252.026000', '203252.029000', '203252.032000', '203252.034000', '203252.037000', '203311.914000', '203311.917000', '203311.920000', '203311.923000', '203311.925000', '203311.928000', '203311.931000', '203311.933000', '203311.936000', '203311.939000', '203311.941000', '203311.944000', '203311.946000', '203311.949000', '203311.952000', '203311.954000', '203311.957000', '203311.960000', '203311.963000', '203311.967000', '203311.971000', '203311.973000', '203311.976000', '203311.979000', '203311.981000', '203311.984000', '203311.986000', '203311.989000', '203311.992000', '203311.994000', '203311.997000', '203312.000000', '203312.003000', '203312.005000', '203312.008000', '203312.011000', '203312.013000', '203312.016000', '203312.019000', '203312.021000', '203312.024000', '203312.027000', '203312.029000', '203331.914000', '203331.917000', '203331.920000', '203331.923000', '203331.925000', '203331.928000', '203331.930000', '203331.933000', '203331.936000', '203331.938000', '203331.941000', '203331.943000', '203331.946000', '203331.949000', '203331.951000', '203331.954000', '203331.956000', '203331.959000', '203331.962000', '203331.964000', '203331.967000', '203331.969000', '203331.972000', '203331.975000', '203331.977000', '203331.980000', '203331.982000', '203331.985000', '203331.988000', '203331.990000', '203331.993000', '203331.995000', '203331.998000', '203332.002000', '203332.004000', '203332.007000', '203332.009000', '203332.012000', '203332.015000', '203332.017000', '203332.020000', '203332.022000', '203332.025000', '203332.028000', '203351.915000', '203351.918000', '203351.920000', '203351.923000', '203351.925000', '203351.928000', '203351.931000', '203351.933000', '203351.936000', '203351.939000', '203351.941000', '203351.944000', '203351.948000', '203351.951000', '203351.953000', '203351.956000', '203351.958000', '203351.961000', '203351.964000', '203351.966000', '203351.969000', '203351.971000', '203351.974000', '203351.977000', '203351.979000', '203351.982000', '203351.984000', '203351.989000', '203351.991000', '203351.994000', '203351.996000', '203351.999000', '203352.002000', '203352.004000', '203352.007000', '203352.010000', '203352.012000', '203352.015000', '203352.017000', '203352.020000', '203352.023000', '203352.025000', '203352.028000', '203411.915000', '203411.918000', '203411.920000', '203411.923000', '203411.925000', '203411.928000', '203411.931000', '203411.933000', '203411.936000', '203411.938000', '203411.941000', '203411.944000', '203411.946000', '203411.949000', '203411.951000', '203411.954000', '203411.956000', '203411.959000', '203411.961000', '203411.964000', '203411.967000', '203411.969000', '203411.972000', '203411.975000', '203411.977000', '203411.980000', '203411.982000', '203411.985000', '203411.987000', '203411.990000', '203411.993000', '203411.995000', '203411.998000', '203412.001000', '203412.004000', '203412.006000', '203412.009000', '203412.012000', '203412.015000', '203412.017000', '203412.020000', '203412.022000', '203412.025000', '203412.027000', '203431.915000', '203431.918000', '203431.920000', '203431.923000', '203431.947000', '203431.950000', '203431.952000', '203431.955000', '203431.958000', '203431.960000', '203431.963000', '203431.965000', '203431.968000', '203431.971000', '203431.973000', '203431.976000', '203431.978000', '203431.981000', '203431.984000', '203431.986000', '203431.989000', '203431.992000', '203431.994000', '203431.997000', '203432.000000', '203432.003000', '203432.007000', '203432.009000', '203432.012000', '203432.015000', '203432.017000', '203432.020000', '203432.022000', '203432.025000', '203432.028000', '203432.030000', '203432.033000', '203432.036000', '203432.039000', '203432.042000', '203432.045000', '203432.047000', '203432.050000', '203436.571000', '203436.574000', '203436.577000', '203436.579000', '203436.583000', '203436.586000', '203436.589000', '203436.592000', '203436.595000', '203436.598000', '203436.601000'], 'InstanceCreationTime': ['202811.947000', '202811.950000', '202811.953000', '202811.955000', '202811.958000', '202811.961000', '202811.963000', '202811.966000', '202811.968000', '202811.971000', '202811.973000', '202811.976000', '202811.979000', '202811.981000', '202811.989000', '202811.992000', '202811.994000', '202811.997000', '202812.001000', '202812.003000', '202812.006000', '202812.008000', '202812.011000', '202812.013000', '202812.016000', '202812.019000', '202812.021000', '202812.024000', '202812.027000', '202812.029000', '202812.032000', '202812.034000', '202812.037000', '202812.039000', '202812.042000', '202831.914000', '202831.917000', '202831.920000', '202831.925000', '202831.928000', '202831.931000', '202831.933000', '202831.936000', '202831.938000', '202831.941000', '202831.943000', '202831.946000', '202831.949000', '202831.951000', '202831.954000', '202831.956000', '202831.959000', '202831.961000', '202831.964000', '202831.966000', '202831.969000', '202831.972000', '202831.974000', '202831.977000', '202831.979000', '202831.982000', '202831.984000', '202831.987000', '202831.989000', '202831.992000', '202831.994000', '202831.997000', '202832.000000', '202832.003000', '202832.006000', '202832.008000', '202832.011000', '202832.013000', '202832.016000', '202832.019000', '202832.021000', '202832.024000', '202832.026000', '202832.029000', '202851.914000', '202851.917000', '202851.920000', '202851.922000', '202851.925000', '202851.928000', '202851.930000', '202851.933000', '202851.935000', '202851.938000', '202851.941000', '202851.952000', '202851.954000', '202851.957000', '202851.960000', '202851.962000', '202851.965000', '202851.967000', '202851.970000', '202851.972000', '202851.975000', '202851.978000', '202851.980000', '202851.983000', '202851.985000', '202851.988000', '202851.990000', '202851.993000', '202851.996000', '202852.000000', '202852.003000', '202852.006000', '202852.008000', '202852.011000', '202852.014000', '202852.016000', '202852.019000', '202852.021000', '202852.024000', '202852.026000', '202852.029000', '202852.031000', '202852.034000', '202911.915000', '202911.918000', '202911.920000', '202911.923000', '202911.925000', '202911.928000', '202911.931000', '202911.933000', '202911.936000', '202911.938000', '202911.941000', '202911.943000', '202911.946000', '202911.948000', '202911.951000', '202911.953000', '202911.956000', '202911.959000', '202911.961000', '202911.964000', '202911.966000', '202911.969000', '202911.971000', '202911.974000', '202911.977000', '202911.979000', '202911.982000', '202911.984000', '202911.987000', '202911.989000', '202911.992000', '202911.995000', '202911.997000', '202912.001000', '202912.003000', '202912.006000', '202912.009000', '202912.011000', '202912.014000', '202912.016000', '202912.019000', '202912.021000', '202912.024000', '202912.027000', '202931.914000', '202931.917000', '202931.920000', '202931.922000', '202931.925000', '202931.928000', '202931.930000', '202931.933000', '202931.935000', '202931.938000', '202931.940000', '202931.943000', '202931.946000', '202931.948000', '202931.951000', '202931.953000', '202931.956000', '202931.959000', '202931.961000', '202931.964000', '202931.966000', '202931.969000', '202931.971000', '202931.974000', '202931.977000', '202931.979000', '202931.982000', '202931.984000', '202931.987000', '202931.989000', '202931.992000', '202931.995000', '202931.997000', '202932.001000', '202932.003000', '202932.006000', '202932.009000', '202932.011000', '202932.014000', '202932.016000', '202932.019000', '202932.021000', '202932.024000', '202951.915000', '202951.917000', '202951.920000', '202951.923000', '202951.925000', '202951.928000', '202951.931000', '202951.933000', '202951.936000', '202951.939000', '202951.941000', '202951.944000', '202951.946000', '202951.949000', '202951.951000', '202951.954000', '202951.957000', '202951.959000', '202951.962000', '202951.964000', '202951.967000', '202951.970000', '202951.972000', '202951.975000', '202951.977000', '202951.980000', '202951.982000', '202951.985000', '202951.988000', '202951.990000', '202951.993000', '202952.020000', '202952.022000', '202952.025000', '202952.027000', '202952.030000', '202952.033000', '202952.035000', '202952.038000', '202952.040000', '202952.043000', '202952.045000', '202952.048000', '202952.050000', '203011.915000', '203011.918000', '203011.921000', '203011.924000', '203011.926000', '203011.929000', '203011.932000', '203011.934000', '203011.937000', '203011.940000', '203011.942000', '203011.945000', '203011.947000', '203011.950000', '203011.953000', '203011.955000', '203011.958000', '203011.960000', '203011.963000', '203011.966000', '203011.968000', '203011.971000', '203011.974000', '203011.976000', '203011.979000', '203011.981000', '203011.984000', '203011.986000', '203011.989000', '203011.992000', '203011.994000', '203011.997000', '203012.000000', '203012.002000', '203012.005000', '203012.008000', '203012.010000', '203012.013000', '203012.015000', '203012.018000', '203012.021000', '203012.023000', '203012.026000', '203031.914000', '203031.917000', '203031.920000', '203031.923000', '203031.925000', '203031.928000', '203031.930000', '203031.933000', '203031.935000', '203031.938000', '203031.941000', '203031.943000', '203031.946000', '203031.949000', '203031.951000', '203031.954000', '203031.957000', '203031.959000', '203031.962000', '203031.964000', '203031.967000', '203031.969000', '203031.972000', '203031.975000', '203031.977000', '203031.980000', '203031.982000', '203031.985000', '203031.988000', '203031.990000', '203031.993000', '203031.995000', '203031.998000', '203032.001000', '203032.003000', '203032.006000', '203032.009000', '203032.011000', '203032.014000', '203032.016000', '203032.019000', '203032.021000', '203032.024000', '203032.027000', '203051.915000', '203051.918000', '203051.920000', '203051.923000', '203051.925000', '203051.928000', '203051.930000', '203051.933000', '203051.936000', '203051.938000', '203051.941000', '203051.943000', '203051.946000', '203051.948000', '203051.951000', '203051.954000', '203051.956000', '203051.959000', '203051.962000', '203051.964000', '203051.967000', '203051.969000', '203051.972000', '203051.974000', '203051.977000', '203051.979000', '203051.982000', '203051.985000', '203051.987000', '203051.990000', '203051.992000', '203051.995000', '203051.998000', '203052.000000', '203052.003000', '203052.005000', '203052.008000', '203052.010000', '203052.013000', '203052.016000', '203052.018000', '203052.021000', '203052.023000', '203111.915000', '203111.917000', '203111.920000', '203111.923000', '203111.925000', '203111.928000', '203111.930000', '203111.933000', '203111.936000', '203111.938000', '203111.941000', '203111.943000', '203111.946000', '203111.948000', '203111.951000', '203111.954000', '203111.956000', '203111.959000', '203111.961000', '203111.964000', '203111.967000', '203111.969000', '203111.972000', '203111.975000', '203111.977000', '203111.980000', '203111.982000', '203111.985000', '203111.988000', '203111.990000', '203111.993000', '203111.995000', '203111.998000', '203112.002000', '203112.004000', '203112.007000', '203112.009000', '203112.012000', '203112.015000', '203112.017000', '203112.020000', '203112.022000', '203112.025000', '203112.028000', '203131.915000', '203131.918000', '203131.920000', '203131.923000', '203131.925000', '203131.928000', '203131.930000', '203131.933000', '203131.936000', '203131.938000', '203131.941000', '203131.943000', '203131.956000', '203131.958000', '203131.961000', '203131.964000', '203131.966000', '203131.969000', '203131.971000', '203131.974000', '203131.976000', '203131.979000', '203131.982000', '203131.984000', '203131.987000', '203131.989000', '203131.992000', '203131.995000', '203131.997000', '203132.001000', '203132.003000', '203132.006000', '203132.009000', '203132.011000', '203132.014000', '203132.016000', '203132.019000', '203132.021000', '203132.024000', '203132.027000', '203132.029000', '203132.032000', '203132.035000', '203151.914000', '203151.917000', '203151.920000', '203151.922000', '203151.926000', '203151.929000', '203151.932000', '203151.934000', '203151.937000', '203151.939000', '203151.942000', '203151.945000', '203151.947000', '203151.950000', '203151.952000', '203151.955000', '203151.958000', '203151.960000', '203151.963000', '203151.965000', '203151.968000', '203151.970000', '203151.973000', '203151.976000', '203151.978000', '203151.981000', '203151.984000', '203151.986000', '203151.989000', '203151.991000', '203151.994000', '203151.997000', '203152.000000', '203152.003000', '203152.005000', '203152.008000', '203152.010000', '203152.013000', '203152.016000', '203152.018000', '203152.021000', '203152.023000', '203152.026000', '203152.029000', '203211.915000', '203211.917000', '203211.920000', '203211.923000', '203211.925000', '203211.928000', '203211.930000', '203211.933000', '203211.936000', '203211.938000', '203211.941000', '203211.943000', '203211.946000', '203211.949000', '203211.951000', '203211.954000', '203211.956000', '203211.959000', '203211.962000', '203211.964000', '203211.967000', '203211.969000', '203211.972000', '203211.974000', '203211.977000', '203211.980000', '203211.982000', '203211.985000', '203211.988000', '203211.990000', '203211.993000', '203211.995000', '203211.998000', '203212.002000', '203212.004000', '203212.007000', '203212.009000', '203212.012000', '203212.015000', '203212.017000', '203212.020000', '203212.023000', '203212.025000', '203231.915000', '203231.918000', '203231.921000', '203231.924000', '203231.926000', '203231.929000', '203231.931000', '203231.934000', '203231.937000', '203231.939000', '203231.942000', '203231.944000', '203231.947000', '203231.950000', '203231.952000', '203231.955000', '203231.957000', '203231.960000', '203231.963000', '203231.965000', '203231.968000', '203231.970000', '203231.973000', '203231.975000', '203231.978000', '203231.981000', '203231.983000', '203231.986000', '203231.989000', '203231.991000', '203231.994000', '203231.996000', '203231.999000', '203232.001000', '203232.004000', '203232.007000', '203232.009000', '203232.012000', '203232.014000', '203232.017000', '203232.020000', '203232.022000', '203232.025000', '203251.915000', '203251.918000', '203251.920000', '203251.923000', '203251.926000', '203251.928000', '203251.931000', '203251.933000', '203251.936000', '203251.939000', '203251.941000', '203251.944000', '203251.946000', '203251.949000', '203251.952000', '203251.954000', '203251.957000', '203251.959000', '203251.962000', '203251.965000', '203251.967000', '203251.970000', '203251.972000', '203251.975000', '203251.978000', '203251.980000', '203251.983000', '203251.985000', '203251.988000', '203251.991000', '203251.993000', '203251.996000', '203251.998000', '203252.002000', '203252.005000', '203252.007000', '203252.010000', '203252.012000', '203252.024000', '203252.026000', '203252.029000', '203252.032000', '203252.034000', '203252.037000', '203311.914000', '203311.917000', '203311.920000', '203311.923000', '203311.925000', '203311.928000', '203311.931000', '203311.933000', '203311.936000', '203311.939000', '203311.941000', '203311.944000', '203311.946000', '203311.949000', '203311.952000', '203311.954000', '203311.957000', '203311.960000', '203311.963000', '203311.967000', '203311.971000', '203311.973000', '203311.976000', '203311.979000', '203311.981000', '203311.984000', '203311.986000', '203311.989000', '203311.992000', '203311.994000', '203311.997000', '203312.000000', '203312.003000', '203312.005000', '203312.008000', '203312.011000', '203312.013000', '203312.016000', '203312.019000', '203312.021000', '203312.024000', '203312.027000', '203312.029000', '203331.914000', '203331.917000', '203331.920000', '203331.923000', '203331.925000', '203331.928000', '203331.930000', '203331.933000', '203331.936000', '203331.938000', '203331.941000', '203331.943000', '203331.946000', '203331.949000', '203331.951000', '203331.954000', '203331.956000', '203331.959000', '203331.962000', '203331.964000', '203331.967000', '203331.969000', '203331.972000', '203331.975000', '203331.977000', '203331.980000', '203331.982000', '203331.985000', '203331.988000', '203331.990000', '203331.993000', '203331.995000', '203331.998000', '203332.002000', '203332.004000', '203332.007000', '203332.009000', '203332.012000', '203332.015000', '203332.017000', '203332.020000', '203332.022000', '203332.025000', '203332.028000', '203351.915000', '203351.918000', '203351.920000', '203351.923000', '203351.925000', '203351.928000', '203351.931000', '203351.933000', '203351.936000', '203351.939000', '203351.941000', '203351.944000', '203351.948000', '203351.951000', '203351.953000', '203351.956000', '203351.958000', '203351.961000', '203351.964000', '203351.966000', '203351.969000', '203351.971000', '203351.974000', '203351.977000', '203351.979000', '203351.982000', '203351.984000', '203351.989000', '203351.991000', '203351.994000', '203351.996000', '203351.999000', '203352.002000', '203352.004000', '203352.007000', '203352.010000', '203352.012000', '203352.015000', '203352.017000', '203352.020000', '203352.023000', '203352.025000', '203352.028000', '203411.915000', '203411.918000', '203411.920000', '203411.923000', '203411.925000', '203411.928000', '203411.931000', '203411.933000', '203411.936000', '203411.938000', '203411.941000', '203411.944000', '203411.946000', '203411.949000', '203411.951000', '203411.954000', '203411.956000', '203411.959000', '203411.961000', '203411.964000', '203411.967000', '203411.969000', '203411.972000', '203411.975000', '203411.977000', '203411.980000', '203411.982000', '203411.985000', '203411.987000', '203411.990000', '203411.993000', '203411.995000', '203411.998000', '203412.001000', '203412.004000', '203412.006000', '203412.009000', '203412.012000', '203412.015000', '203412.017000', '203412.020000', '203412.022000', '203412.025000', '203412.027000', '203431.915000', '203431.918000', '203431.920000', '203431.923000', '203431.947000', '203431.950000', '203431.952000', '203431.955000', '203431.958000', '203431.960000', '203431.963000', '203431.965000', '203431.968000', '203431.971000', '203431.973000', '203431.976000', '203431.978000', '203431.981000', '203431.984000', '203431.986000', '203431.989000', '203431.992000', '203431.994000', '203431.997000', '203432.000000', '203432.003000', '203432.007000', '203432.009000', '203432.012000', '203432.015000', '203432.017000', '203432.020000', '203432.022000', '203432.025000', '203432.028000', '203432.030000', '203432.033000', '203432.036000', '203432.039000', '203432.042000', '203432.045000', '203432.047000', '203432.050000', '203436.571000', '203436.574000', '203436.577000', '203436.579000', '203436.583000', '203436.586000', '203436.589000', '203436.592000', '203436.595000', '203436.598000', '203436.601000'], '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': [11923, 9526, 11288, 11006, 10985, 13087, 9099, 12924, 6535, 12520, 7672, 10997, 9639, 10679, 9423, 9067, 13028, 7011, 12132, 6628, 6913, 6400, 6921, 10601, 9518, 12150, 9065, 7658, 6306, 6579, 8892, 9274, 6771, 8997, 6915, 8959, 7370, 7305, 10365, 8337, 10563, 6726, 6229, 8241, 6241, 9807, 7850, 10166, 9320, 10796, 8882, 7559, 7035, 6180, 6830, 6716, 8679, 6305, 10468, 6589, 8544, 6472, 6417, 6120, 6032, 8262, 6599, 10048, 6498, 9030, 6405, 6616, 6648, 6577, 10473, 6270, 9078, 6491, 9744, 7106, 10000, 9791, 7502, 9204, 6547, 8921, 6404, 10089, 8445, 11280, 8567, 6351, 7309, 6884, 9376, 6691, 10874, 8674, 11074, 6787, 8610, 6375, 6210, 8276, 6216, 10714, 6992, 10574, 6666, 9520, 6513, 8572, 6443, 7221, 6886, 8192, 7130, 6431, 6694, 6702, 7193, 6402, 9250, 6756, 10484, 8656, 8112, 7194, 6308, 6624, 6335, 8351, 6301, 10999, 6305, 9819, 6214, 6404, 9733, 6895, 10965, 8193, 10945, 6540, 11086, 9290, 9108, 9242, 8660, 10261, 6780, 9577, 6526, 7814, 7288, 6128, 11428, 8947, 8132, 8450, 6423, 9151, 6245, 10625, 6808, 11040, 6330, 8857, 6414, 6700, 7198, 6431, 7506, 6457, 11022, 6433, 9472, 6883, 7052, 6624, 6413, 8864, 6157, 8610, 6175, 6176, 5958, 6129, 9259, 6253, 11005, 9006, 7618, 7727, 6706, 7243, 6406, 9934, 6678, 10731, 8450, 11394, 8091, 6373, 6405, 6110, 7916, 6730, 10779, 7537, 11599, 6051, 9823, 6100, 7635, 6650, 6967, 8058, 6862, 10902, 6696, 8901, 6426, 8359, 6156, 8159, 6970, 6915, 9508, 6405, 10365, 6387, 8852, 6258, 9710, 6327, 10649, 8271, 10381, 11073, 6847, 7581, 6141, 8585, 7444, 10921, 7459, 7471, 7222, 6545, 10855, 7531, 11169, 5986, 9480, 7057, 8298, 7743, 11524, 8752, 12042, 7843, 11395, 7250, 8600, 5940, 8918, 6022, 8423, 6237, 9756, 6799, 6283, 6082, 6089, 6172, 6158, 6149, 6134, 8367, 6223, 8669, 6354, 8079, 6123, 9317, 6950, 10303, 7445, 6670, 6477, 6291, 7857, 6237, 9464, 6455, 11489, 6079, 10675, 6221, 11207, 7212, 11278, 7586, 11460, 9356, 6571, 7990, 6323, 7080, 6168, 10900, 7875, 8940, 6505, 6208, 6577, 6190, 9250, 6113, 11737, 9272, 8733, 7786, 6225, 8590, 6198, 11150, 8230, 12254, 8670, 9117, 6391, 6288, 6605, 6080, 9606, 6198, 11429, 6991, 10449, 6067, 6745, 6254, 6171, 8251, 6157, 11031, 6170, 9567, 6127, 9038, 6095, 9989, 8075, 7196, 7853, 6328, 8184, 6158, 8964, 6090, 10065, 7841, 7482, 7479, 6116, 7388, 6091, 9745, 6814, 10312, 9924, 6865, 13724, 7533, 8437, 8501, 6523, 8347, 6873, 6869, 8957, 6527, 6176, 9273, 7187, 11411, 8316, 11721, 9171, 11595, 10053, 8794, 10740, 7296, 9872, 6476, 10702, 6774, 10988, 8945, 6669, 7757, 6637, 7606, 6609, 9235, 6619, 10146, 6746, 10456, 8382, 10389, 6822, 10483, 6655, 10415, 6531, 10669, 6560, 10339, 7950, 8795, 6534, 6682, 6610, 6494, 6518, 6866, 7631, 6483, 10393, 6371, 10003, 6130, 10255, 6560, 10695, 7490, 11158, 9651, 8687, 7615, 6972, 7143, 7071, 7404, 6421, 12319, 8735, 10667, 6286, 9196, 7500, 10479, 9134, 10723, 12555, 8833, 11476, 6098, 9820, 6344, 10846, 7667, 10675, 9761, 8298, 8294, 6868, 8725, 6519, 11807, 9388, 13427, 8907, 11249, 6724, 8357, 7040, 6813, 8681, 7927, 11761, 8417, 10384, 6374, 8793, 6259, 8832, 6303, 9838, 7216, 12996, 6498, 10678, 6440, 9917, 6603, 7694, 6717, 6946, 8802, 6454, 8353, 6423, 8428, 6235, 8918, 6190, 9807, 7154, 12113, 6475, 10300, 6290, 10281, 6258, 8394, 6265, 6107, 10983, 6299, 8989, 6157, 8905, 6236, 9854, 7906, 11171, 9138, 7573, 7394, 6823, 8902, 6524, 10708, 8367, 10523, 9143, 8158, 8706, 7558, 8781, 6674, 11045, 7272, 11803, 9243, 10609, 6554, 8579, 6499, 6858, 8608, 7988, 10271, 6754, 8824, 6590, 7090, 7559, 6173, 7143, 6660, 6451, 7246, 7083, 7079, 6848, 7507, 6615, 8725, 6546, 10998, 6396, 8819, 6394, 7195, 7269, 8850, 11357, 8228, 11700, 6819, 10599, 6911, 11323, 7035, 11001, 9392, 11606, 6504, 10120, 6482, 7903, 8613, 7992, 11665, 6969, 8758, 6607, 8079, 6701, 8831, 6450, 10167, 6919, 9021, 6275, 6271, 6486, 7689, 6558, 9597, 8733, 9216, 11049, 7540, 8358, 6541, 7716, 6511, 8125, 8072, 9143, 6685, 9520, 7006, 8065, 6652, 8016, 6794, 8582, 6812, 9296, 6667, 10337, 6420, 8289, 6379, 7944, 6550, 9467, 9306, 8263, 7978, 7069, 7801, 6730, 8761, 6760, 9362, 6488, 8428, 6600, 10864, 6619, 9979, 6467, 6799, 6298, 6319, 6480, 6870, 9707, 6806, 8790, 6642, 8652, 6364, 6453, 7295, 6953, 10902, 6539, 9712, 6598, 7368, 6804, 6705, 10208, 7527, 11850, 6508, 10934, 6439, 8353, 8612, 7486, 11250, 6742, 10541, 6578, 7859, 6395, 6720, 9565, 6952, 12096, 7002, 10332, 8511, 7477, 11246, 7413, 11989, 9319, 11991, 6845, 10164, 8187, 6927, 9052, 6330, 11246, 8752, 11429, 6424, 6826, 6241, 6436, 8410, 6856, 11437, 6539, 6472, 6372, 6975, 7240, 6892, 9978, 7764, 7508, 6466, 6811, 7431, 6369, 10674, 9206, 9416, 7808, 6506, 8048, 6706, 8867, 9251, 6643, 8437, 6490, 9709, 6886, 9762, 10445, 8607, 11489, 6470, 11041, 6524, 11696, 9089, 10030, 8564, 7441, 12023, 7653, 11498, 6460, 7588, 6492, 7087, 9690, 6382, 6867, 6168, 6829, 8515, 6624, 11304, 10073, 9169, 9521, 6669, 9790, 6686, 11582, 8646, 10993, 11483, 8941, 9502, 6970, 8690, 6472, 9495, 6397, 10499, 9508, 8159, 7923, 6700, 7623, 6225, 8221, 7749, 6424, 8899, 6085, 8659, 6156, 9179, 8484, 7737, 9840, 6904, 8579, 6154, 8856, 6198, 9471, 8472, 8238, 10924, 7022, 8310, 6103, 8220, 6105, 9215, 8157, 9555, 8910, 7944, 7551, 6251, 8350, 6199, 9577, 6951, 10905, 11521, 10940, 11389, 7281, 8057, 6569, 6066, 7938, 8109, 7248, 10698, 6752, 12579, 8008, 10680, 8135, 10676, 9640, 11742, 10461, 12139, 10832, 12153, 9405, 11281, 6934, 11154, 6930, 8186, 6824, 6383], 'WindowCenter': [3885.0, 3862.0, 3871.0, 3859.0, 3859.0, 3866.0, 3835.0, 3853.0, 3803.0, 3854.0, 3811.0, 3843.0, 3833.0, 3846.0, 3836.0, 3832.0, 3853.0, 3798.0, 3839.0, 3802.0, 3809.0, 3800.0, 3812.0, 3847.0, 3817.0, 3871.0, 3821.0, 3822.0, 3801.0, 3814.0, 3834.0, 3835.0, 3798.0, 3830.0, 3825.0, 3844.0, 3823.0, 3823.0, 3828.0, 3809.0, 3827.0, 3786.0, 3788.0, 3820.0, 3790.0, 3829.0, 3821.0, 3840.0, 3830.0, 3840.0, 3817.0, 3807.0, 3796.0, 3775.0, 3785.0, 3786.0, 3818.0, 3786.0, 3828.0, 3797.0, 3817.0, 3787.0, 3786.0, 3788.0, 3788.0, 3820.0, 3812.0, 3842.0, 3813.0, 3832.0, 3801.0, 3824.0, 3814.0, 3812.0, 3855.0, 3800.0, 3831.0, 3800.0, 3841.0, 3812.0, 3842.0, 3844.0, 3823.0, 3843.0, 3801.0, 3832.0, 3800.0, 3842.0, 3833.0, 3853.0, 3834.0, 3801.0, 3809.0, 3809.0, 3829.0, 3800.0, 3841.0, 3820.0, 3840.0, 3799.0, 3818.0, 3787.0, 3787.0, 3820.0, 3790.0, 3840.0, 3798.0, 3829.0, 3788.0, 3816.0, 3786.0, 3817.0, 3787.0, 3808.0, 3811.0, 3820.0, 3810.0, 3799.0, 3799.0, 3799.0, 3811.0, 3800.0, 3833.0, 3811.0, 3842.0, 3821.0, 3820.0, 3804.0, 3788.0, 3800.0, 3799.0, 3832.0, 3801.0, 3852.0, 3802.0, 3841.0, 3791.0, 3800.0, 3844.0, 3811.0, 3842.0, 3821.0, 3840.0, 3790.0, 3840.0, 3831.0, 3818.0, 3829.0, 3819.0, 3829.0, 3786.0, 3817.0, 3787.0, 3807.0, 3797.0, 3788.0, 3842.0, 3819.0, 3807.0, 3807.0, 3786.0, 3817.0, 3786.0, 3827.0, 3786.0, 3826.0, 3785.0, 3817.0, 3785.0, 3786.0, 3796.0, 3788.0, 3809.0, 3788.0, 3829.0, 3787.0, 3828.0, 3810.0, 3813.0, 3806.0, 3765.0, 3849.0, 3778.0, 3834.0, 3791.0, 3791.0, 3791.0, 3790.0, 3832.0, 3800.0, 3843.0, 3820.0, 3810.0, 3810.0, 3798.0, 3824.0, 3818.0, 3848.0, 3803.0, 3827.0, 3794.0, 3828.0, 3808.0, 3787.0, 3788.0, 3776.0, 3809.0, 3799.0, 3840.0, 3809.0, 3840.0, 3787.0, 3830.0, 3788.0, 3808.0, 3800.0, 3812.0, 3826.0, 3800.0, 3841.0, 3799.0, 3820.0, 3787.0, 3819.0, 3790.0, 3811.0, 3798.0, 3800.0, 3831.0, 3790.0, 3829.0, 3788.0, 3817.0, 3799.0, 3829.0, 3802.0, 3844.0, 3824.0, 3828.0, 3857.0, 3809.0, 3813.0, 3790.0, 3832.0, 3827.0, 3858.0, 3825.0, 3817.0, 3815.0, 3803.0, 3843.0, 3814.0, 3841.0, 3779.0, 3831.0, 3802.0, 3810.0, 3811.0, 3842.0, 3810.0, 3832.0, 3809.0, 3827.0, 3786.0, 3806.0, 3775.0, 3807.0, 3777.0, 3808.0, 3779.0, 3819.0, 3793.0, 3788.0, 3778.0, 3777.0, 3778.0, 3778.0, 3791.0, 3791.0, 3825.0, 3791.0, 3824.0, 3803.0, 3823.0, 3796.0, 3837.0, 3814.0, 3844.0, 3815.0, 3803.0, 3803.0, 3793.0, 3823.0, 3795.0, 3834.0, 3802.0, 3843.0, 3792.0, 3835.0, 3792.0, 3843.0, 3805.0, 3841.0, 3811.0, 3842.0, 3820.0, 3790.0, 3811.0, 3791.0, 3799.0, 3792.0, 3844.0, 3813.0, 3824.0, 3803.0, 3793.0, 3802.0, 3796.0, 3833.0, 3793.0, 3855.0, 3834.0, 3823.0, 3813.0, 3795.0, 3823.0, 3790.0, 3843.0, 3822.0, 3843.0, 3826.0, 3821.0, 3789.0, 3790.0, 3790.0, 3792.0, 3833.0, 3792.0, 3842.0, 3801.0, 3833.0, 3780.0, 3789.0, 3793.0, 3794.0, 3824.0, 3781.0, 3832.0, 3781.0, 3832.0, 3781.0, 3821.0, 3792.0, 3835.0, 3824.0, 3802.0, 3822.0, 3791.0, 3822.0, 3791.0, 3827.0, 3792.0, 3837.0, 3828.0, 3813.0, 3813.0, 3793.0, 3825.0, 3794.0, 3834.0, 3821.0, 3857.0, 3829.0, 3773.0, 3841.0, 3740.0, 3636.0, 3773.0, 3830.0, 3817.0, 3796.0, 3807.0, 3835.0, 3791.0, 3767.0, 3808.0, 3788.0, 3832.0, 3812.0, 3844.0, 3824.0, 3844.0, 3823.0, 3809.0, 3818.0, 3785.0, 3806.0, 3762.0, 3804.0, 3763.0, 3816.0, 3795.0, 3774.0, 3786.0, 3775.0, 3785.0, 3775.0, 3805.0, 3775.0, 3816.0, 3776.0, 3817.0, 3797.0, 3817.0, 3777.0, 3817.0, 3776.0, 3815.0, 3765.0, 3816.0, 3776.0, 3816.0, 3796.0, 3796.0, 3776.0, 3775.0, 3777.0, 3776.0, 3778.0, 3789.0, 3811.0, 3791.0, 3832.0, 3780.0, 3832.0, 3780.0, 3832.0, 3791.0, 3832.0, 3802.0, 3843.0, 3822.0, 3811.0, 3812.0, 3801.0, 3802.0, 3814.0, 3814.0, 3793.0, 3855.0, 3823.0, 3832.0, 3791.0, 3822.0, 3802.0, 3833.0, 3833.0, 3832.0, 3843.0, 3821.0, 3831.0, 3780.0, 3831.0, 3791.0, 3832.0, 3812.0, 3832.0, 3832.0, 3811.0, 3812.0, 3790.0, 3811.0, 3780.0, 3842.0, 3823.0, 3843.0, 3821.0, 3830.0, 3789.0, 3809.0, 3789.0, 3788.0, 3811.0, 3810.0, 3832.0, 3809.0, 3820.0, 3777.0, 3809.0, 3777.0, 3809.0, 3778.0, 3820.0, 3799.0, 3840.0, 3777.0, 3818.0, 3777.0, 3818.0, 3777.0, 3797.0, 3788.0, 3788.0, 3810.0, 3777.0, 3809.0, 3777.0, 3808.0, 3767.0, 3810.0, 3778.0, 3821.0, 3790.0, 3841.0, 3779.0, 3830.0, 3779.0, 3832.0, 3790.0, 3810.0, 3790.0, 3779.0, 3832.0, 3780.0, 3821.0, 3780.0, 3822.0, 3792.0, 3847.0, 3799.0, 3827.0, 3850.0, 3826.0, 3812.0, 3800.0, 3820.0, 3789.0, 3844.0, 3823.0, 3845.0, 3824.0, 3812.0, 3822.0, 3811.0, 3822.0, 3789.0, 3843.0, 3800.0, 3840.0, 3820.0, 3829.0, 3778.0, 3808.0, 3777.0, 3788.0, 3810.0, 3809.0, 3830.0, 3787.0, 3808.0, 3775.0, 3787.0, 3786.0, 3766.0, 3786.0, 3787.0, 3776.0, 3786.0, 3786.0, 3787.0, 3788.0, 3799.0, 3788.0, 3823.0, 3792.0, 3844.0, 3791.0, 3822.0, 3792.0, 3802.0, 3813.0, 3822.0, 3845.0, 3821.0, 3844.0, 3790.0, 3830.0, 3789.0, 3832.0, 3801.0, 3831.0, 3821.0, 3830.0, 3781.0, 3831.0, 3778.0, 3798.0, 3810.0, 3797.0, 3831.0, 3787.0, 3809.0, 3788.0, 3798.0, 3789.0, 3808.0, 3779.0, 3830.0, 3789.0, 3821.0, 3778.0, 3777.0, 3788.0, 3798.0, 3780.0, 3820.0, 3811.0, 3820.0, 3832.0, 3799.0, 3809.0, 3777.0, 3798.0, 3777.0, 3798.0, 3797.0, 3808.0, 3777.0, 3807.0, 3786.0, 3796.0, 3777.0, 3798.0, 3788.0, 3807.0, 3788.0, 3820.0, 3789.0, 3821.0, 3789.0, 3809.0, 3788.0, 3810.0, 3790.0, 3822.0, 3822.0, 3810.0, 3811.0, 3790.0, 3799.0, 3789.0, 3809.0, 3788.0, 3808.0, 3778.0, 3809.0, 3788.0, 3829.0, 3789.0, 3818.0, 3778.0, 3787.0, 3789.0, 3789.0, 3790.0, 3789.0, 3832.0, 3791.0, 3821.0, 3792.0, 3820.0, 3790.0, 3790.0, 3813.0, 3803.0, 3847.0, 3793.0, 3832.0, 3802.0, 3802.0, 3802.0, 3802.0, 3834.0, 3815.0, 3844.0, 3792.0, 3833.0, 3791.0, 3811.0, 3823.0, 3801.0, 3845.0, 3791.0, 3833.0, 3792.0, 3812.0, 3791.0, 3801.0, 3834.0, 3802.0, 3843.0, 3803.0, 3832.0, 3822.0, 3801.0, 3833.0, 3801.0, 3843.0, 3821.0, 3833.0, 3789.0, 3819.0, 3809.0, 3788.0, 3809.0, 3779.0, 3831.0, 3811.0, 3830.0, 3779.0, 3790.0, 3780.0, 3789.0, 3811.0, 3791.0, 3841.0, 3790.0, 3789.0, 3789.0, 3800.0, 3802.0, 3803.0, 3832.0, 3812.0, 3801.0, 3791.0, 3803.0, 3816.0, 3804.0, 3847.0, 3836.0, 3836.0, 3814.0, 3803.0, 3812.0, 3805.0, 3824.0, 3833.0, 3802.0, 3823.0, 3792.0, 3833.0, 3802.0, 3835.0, 3845.0, 3823.0, 3844.0, 3791.0, 3843.0, 3791.0, 3841.0, 3821.0, 3821.0, 3811.0, 3800.0, 3841.0, 3813.0, 3844.0, 3792.0, 3811.0, 3791.0, 3800.0, 3821.0, 3791.0, 3802.0, 3781.0, 3803.0, 3823.0, 3804.0, 3843.0, 3835.0, 3834.0, 3834.0, 3801.0, 3832.0, 3791.0, 3844.0, 3823.0, 3832.0, 3844.0, 3823.0, 3821.0, 3801.0, 3811.0, 3790.0, 3821.0, 3791.0, 3833.0, 3835.0, 3812.0, 3770.0, 3791.0, 3814.0, 3784.0, 3813.0, 3804.0, 3795.0, 3826.0, 3782.0, 3816.0, 3781.0, 3822.0, 3815.0, 3802.0, 3824.0, 3791.0, 3814.0, 3780.0, 3824.0, 3785.0, 3825.0, 3813.0, 3812.0, 3832.0, 3791.0, 3811.0, 3781.0, 3812.0, 3782.0, 3821.0, 3812.0, 3823.0, 3824.0, 3812.0, 3802.0, 3780.0, 3811.0, 3781.0, 3821.0, 3806.0, 3835.0, 3837.0, 3837.0, 3848.0, 3809.0, 3813.0, 3791.0, 3782.0, 3813.0, 3801.0, 3805.0, 3836.0, 3782.0, 3848.0, 3733.0, 3846.0, 3827.0, 3834.0, 3822.0, 3830.0, 3818.0, 3815.0, 3804.0, 3802.0, 3793.0, 3803.0, 3764.0, 3803.0, 3772.0, 3781.0, 3760.0, 3760.0], 'WindowWidth': [8693.0, 8656.0, 8663.0, 8643.0, 8642.0, 8648.0, 8603.0, 8623.0, 8557.0, 8624.0, 8565.0, 8608.0, 8597.0, 8620.0, 8606.0, 8594.0, 8620.0, 8543.0, 8597.0, 8553.0, 8563.0, 8552.0, 8569.0, 8620.0, 8564.0, 8661.0, 8573.0, 8583.0, 8555.0, 8575.0, 8600.0, 8599.0, 8545.0, 8589.0, 8594.0, 8618.0, 8588.0, 8587.0, 8582.0, 8556.0, 8578.0, 8524.0, 8530.0, 8574.0, 8536.0, 8587.0, 8578.0, 8604.0, 8590.0, 8599.0, 8567.0, 8552.0, 8537.0, 8509.0, 8523.0, 8526.0, 8568.0, 8526.0, 8581.0, 8541.0, 8566.0, 8529.0, 8526.0, 8530.0, 8533.0, 8579.0, 8570.0, 8609.0, 8575.0, 8597.0, 8556.0, 8591.0, 8575.0, 8570.0, 8629.0, 8553.0, 8593.0, 8553.0, 8607.0, 8570.0, 8609.0, 8615.0, 8586.0, 8612.0, 8555.0, 8594.0, 8552.0, 8609.0, 8599.0, 8624.0, 8604.0, 8555.0, 8561.0, 8561.0, 8587.0, 8550.0, 8606.0, 8576.0, 8604.0, 8549.0, 8571.0, 8530.0, 8529.0, 8576.0, 8539.0, 8604.0, 8543.0, 8585.0, 8529.0, 8564.0, 8525.0, 8566.0, 8530.0, 8557.0, 8567.0, 8577.0, 8564.0, 8548.0, 8549.0, 8549.0, 8566.0, 8552.0, 8597.0, 8568.0, 8610.0, 8581.0, 8575.0, 8558.0, 8532.0, 8550.0, 8549.0, 8596.0, 8556.0, 8623.0, 8557.0, 8608.0, 8541.0, 8552.0, 8614.0, 8569.0, 8610.0, 8580.0, 8602.0, 8536.0, 8601.0, 8590.0, 8570.0, 8587.0, 8571.0, 8585.0, 8524.0, 8566.0, 8527.0, 8554.0, 8542.0, 8530.0, 8607.0, 8572.0, 8554.0, 8553.0, 8524.0, 8565.0, 8523.0, 8580.0, 8525.0, 8577.0, 8521.0, 8564.0, 8523.0, 8525.0, 8539.0, 8530.0, 8559.0, 8532.0, 8584.0, 8527.0, 8583.0, 8565.0, 8575.0, 8564.0, 8488.0, 8627.0, 8511.0, 8602.0, 8539.0, 8538.0, 8538.0, 8537.0, 8593.0, 8551.0, 8610.0, 8575.0, 8560.0, 8560.0, 8542.0, 8589.0, 8592.0, 8627.0, 8557.0, 8578.0, 8529.0, 8579.0, 8553.0, 8528.0, 8528.0, 8511.0, 8558.0, 8546.0, 8601.0, 8561.0, 8603.0, 8529.0, 8589.0, 8531.0, 8556.0, 8548.0, 8571.0, 8590.0, 8548.0, 8605.0, 8546.0, 8572.0, 8529.0, 8573.0, 8536.0, 8563.0, 8546.0, 8550.0, 8592.0, 8535.0, 8587.0, 8533.0, 8570.0, 8547.0, 8588.0, 8555.0, 8614.0, 8587.0, 8583.0, 8635.0, 8570.0, 8567.0, 8535.0, 8595.0, 8597.0, 8637.0, 8593.0, 8580.0, 8576.0, 8557.0, 8608.0, 8570.0, 8603.0, 8519.0, 8587.0, 8552.0, 8560.0, 8562.0, 8603.0, 8559.0, 8590.0, 8556.0, 8577.0, 8520.0, 8546.0, 8506.0, 8548.0, 8511.0, 8553.0, 8518.0, 8571.0, 8539.0, 8527.0, 8516.0, 8513.0, 8517.0, 8515.0, 8537.0, 8538.0, 8586.0, 8538.0, 8584.0, 8557.0, 8582.0, 8551.0, 8604.0, 8574.0, 8612.0, 8575.0, 8556.0, 8557.0, 8543.0, 8582.0, 8547.0, 8599.0, 8554.0, 8610.0, 8541.0, 8598.0, 8540.0, 8606.0, 8558.0, 8603.0, 8564.0, 8605.0, 8574.0, 8533.0, 8561.0, 8537.0, 8547.0, 8540.0, 8610.0, 8568.0, 8585.0, 8557.0, 8544.0, 8555.0, 8548.0, 8595.0, 8544.0, 8628.0, 8597.0, 8581.0, 8568.0, 8547.0, 8583.0, 8536.0, 8608.0, 8581.0, 8609.0, 8586.0, 8576.0, 8533.0, 8534.0, 8534.0, 8538.0, 8593.0, 8539.0, 8605.0, 8551.0, 8593.0, 8521.0, 8532.0, 8540.0, 8544.0, 8584.0, 8523.0, 8591.0, 8524.0, 8590.0, 8523.0, 8576.0, 8541.0, 8598.0, 8584.0, 8552.0, 8579.0, 8538.0, 8580.0, 8539.0, 8589.0, 8542.0, 8605.0, 8593.0, 8571.0, 8571.0, 8545.0, 8590.0, 8548.0, 8599.0, 8593.0, 8637.0, 8585.0, 8496.0, 8589.0, 8436.0, 8226.0, 8494.0, 8624.0, 8573.0, 8546.0, 8564.0, 8596.0, 8533.0, 8493.0, 8547.0, 8523.0, 8586.0, 8561.0, 8606.0, 8582.0, 8607.0, 8576.0, 8551.0, 8558.0, 8512.0, 8540.0, 8478.0, 8534.0, 8481.0, 8554.0, 8526.0, 8497.0, 8515.0, 8498.0, 8512.0, 8498.0, 8538.0, 8500.0, 8555.0, 8503.0, 8558.0, 8532.0, 8558.0, 8504.0, 8557.0, 8501.0, 8552.0, 8485.0, 8553.0, 8502.0, 8557.0, 8530.0, 8529.0, 8503.0, 8502.0, 8508.0, 8505.0, 8512.0, 8528.0, 8559.0, 8533.0, 8586.0, 8517.0, 8586.0, 8518.0, 8586.0, 8533.0, 8587.0, 8548.0, 8604.0, 8576.0, 8556.0, 8563.0, 8545.0, 8550.0, 8569.0, 8569.0, 8540.0, 8623.0, 8576.0, 8588.0, 8532.0, 8574.0, 8550.0, 8590.0, 8592.0, 8587.0, 8605.0, 8572.0, 8584.0, 8519.0, 8586.0, 8535.0, 8588.0, 8563.0, 8590.0, 8590.0, 8559.0, 8561.0, 8530.0, 8557.0, 8516.0, 8602.0, 8577.0, 8603.0, 8570.0, 8581.0, 8526.0, 8553.0, 8527.0, 8525.0, 8558.0, 8555.0, 8586.0, 8552.0, 8566.0, 8507.0, 8549.0, 8507.0, 8550.0, 8510.0, 8567.0, 8541.0, 8594.0, 8508.0, 8561.0, 8507.0, 8561.0, 8508.0, 8534.0, 8524.0, 8524.0, 8554.0, 8509.0, 8551.0, 8509.0, 8550.0, 8496.0, 8553.0, 8512.0, 8570.0, 8529.0, 8597.0, 8514.0, 8581.0, 8514.0, 8589.0, 8531.0, 8558.0, 8532.0, 8516.0, 8589.0, 8517.0, 8573.0, 8519.0, 8576.0, 8539.0, 8618.0, 8538.0, 8572.0, 8631.0, 8589.0, 8564.0, 8545.0, 8570.0, 8530.0, 8607.0, 8581.0, 8609.0, 8581.0, 8562.0, 8576.0, 8562.0, 8575.0, 8530.0, 8605.0, 8543.0, 8596.0, 8569.0, 8580.0, 8511.0, 8550.0, 8510.0, 8524.0, 8555.0, 8553.0, 8581.0, 8522.0, 8550.0, 8502.0, 8520.0, 8516.0, 8492.0, 8519.0, 8521.0, 8505.0, 8519.0, 8521.0, 8522.0, 8526.0, 8539.0, 8528.0, 8577.0, 8540.0, 8609.0, 8536.0, 8576.0, 8539.0, 8550.0, 8566.0, 8578.0, 8611.0, 8573.0, 8606.0, 8530.0, 8584.0, 8528.0, 8588.0, 8547.0, 8587.0, 8571.0, 8582.0, 8518.0, 8585.0, 8513.0, 8537.0, 8557.0, 8536.0, 8585.0, 8523.0, 8554.0, 8525.0, 8537.0, 8527.0, 8551.0, 8515.0, 8583.0, 8527.0, 8572.0, 8513.0, 8509.0, 8527.0, 8538.0, 8516.0, 8568.0, 8558.0, 8570.0, 8587.0, 8539.0, 8553.0, 8507.0, 8537.0, 8506.0, 8536.0, 8533.0, 8550.0, 8506.0, 8546.0, 8517.0, 8530.0, 8507.0, 8535.0, 8524.0, 8548.0, 8525.0, 8570.0, 8528.0, 8572.0, 8528.0, 8554.0, 8527.0, 8557.0, 8532.0, 8575.0, 8575.0, 8557.0, 8559.0, 8529.0, 8542.0, 8526.0, 8554.0, 8523.0, 8550.0, 8510.0, 8553.0, 8524.0, 8578.0, 8526.0, 8563.0, 8512.0, 8523.0, 8528.0, 8529.0, 8533.0, 8531.0, 8590.0, 8535.0, 8573.0, 8536.0, 8572.0, 8532.0, 8532.0, 8567.0, 8552.0, 8616.0, 8538.0, 8589.0, 8549.0, 8549.0, 8550.0, 8552.0, 8596.0, 8570.0, 8607.0, 8538.0, 8591.0, 8534.0, 8560.0, 8579.0, 8547.0, 8610.0, 8535.0, 8591.0, 8537.0, 8563.0, 8536.0, 8548.0, 8594.0, 8550.0, 8606.0, 8552.0, 8589.0, 8575.0, 8546.0, 8591.0, 8547.0, 8604.0, 8572.0, 8588.0, 8527.0, 8566.0, 8554.0, 8524.0, 8553.0, 8514.0, 8585.0, 8558.0, 8582.0, 8515.0, 8530.0, 8516.0, 8528.0, 8558.0, 8533.0, 8599.0, 8530.0, 8528.0, 8529.0, 8544.0, 8547.0, 8552.0, 8590.0, 8563.0, 8546.0, 8533.0, 8553.0, 8577.0, 8558.0, 8618.0, 8601.0, 8601.0, 8571.0, 8554.0, 8565.0, 8558.0, 8579.0, 8592.0, 8551.0, 8578.0, 8538.0, 8591.0, 8552.0, 8597.0, 8611.0, 8576.0, 8606.0, 8534.0, 8602.0, 8533.0, 8598.0, 8573.0, 8570.0, 8557.0, 8542.0, 8599.0, 8564.0, 8608.0, 8536.0, 8559.0, 8534.0, 8546.0, 8573.0, 8534.0, 8549.0, 8521.0, 8552.0, 8580.0, 8555.0, 8607.0, 8599.0, 8594.0, 8595.0, 8548.0, 8590.0, 8535.0, 8605.0, 8577.0, 8590.0, 8607.0, 8576.0, 8572.0, 8545.0, 8559.0, 8532.0, 8573.0, 8536.0, 8590.0, 8598.0, 8561.0, 8484.0, 8531.0, 8567.0, 8527.0, 8562.0, 8553.0, 8543.0, 8588.0, 8525.0, 8570.0, 8521.0, 8575.0, 8568.0, 8548.0, 8580.0, 8532.0, 8564.0, 8519.0, 8579.0, 8530.0, 8580.0, 8564.0, 8561.0, 8589.0, 8531.0, 8557.0, 8519.0, 8560.0, 8521.0, 8573.0, 8562.0, 8577.0, 8579.0, 8562.0, 8547.0, 8516.0, 8557.0, 8519.0, 8571.0, 8561.0, 8596.0, 8600.0, 8603.0, 8619.0, 8566.0, 8565.0, 8533.0, 8523.0, 8563.0, 8543.0, 8554.0, 8599.0, 8517.0, 8615.0, 8409.0, 8615.0, 8593.0, 8595.0, 8575.0, 8580.0, 8561.0, 8552.0, 8533.0, 8526.0, 8517.0, 8530.0, 8480.0, 8530.0, 8491.0, 8501.0, 8472.0, 8472.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.01364851724137931</td></tr>
<tr><td colspan=3>aqi</td><td>0.2160449620689655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.772103233912574</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9075482476869954</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9014704322899881</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>4127.9414</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2050698824515913</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.367816091954023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.111368981348605</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.970442474633678</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3804163739500477</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.983248095462091</td></tr>
<tr><td colspan=3>gcor</td><td>0.00823669</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0040456317365169525</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020477140322327614</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.364464530480609</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>21.7807</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9409</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.5833</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306388.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>707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>286.8329</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2282</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>371.5419</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3054.1316</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.5401</td></tr>
<tr><td colspan=3>tsnr</td><td>15.871522803092375</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>