<?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-0117_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0117_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0117/ses-01/func/sub-0117_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3f475e86e8219bbe3a659c4caa85d402</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:14:33.927500</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.999262, -0.030937, 0.0227707, 0.0310539, 0.999506, -0.0047972]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100479</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7724, -7259, 384, -147, 78, -21, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>263.911</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8fd2d7e0-89e1-4422-a83c-4f49535eb6e8||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.6809465885162354, 0.08331534266471863, 0.061049848794937134, 107.35619354248047], [0.0830017626285553, 2.6816020011901855, -0.01485210470855236, -100.31358337402344], [0.06109214946627617, 0.012870539911091328, 2.6992688179016113, -69.64543151855469], [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': ['201433.927500', '201434.387500', '201434.847500', '201435.307500', '201435.767500', '201436.227500', '201436.687500', '201437.147500', '201437.607500', '201438.067500', '201438.527500', '201438.987500', '201439.447500', '201439.907500', '201440.367500', '201440.827500', '201441.287500', '201441.747500', '201442.207500', '201442.667500', '201443.127500', '201443.587500', '201444.047500', '201444.507500', '201444.967500', '201445.427500', '201445.887500', '201446.347500', '201446.807500', '201447.267500', '201447.727500', '201448.187500', '201448.647500', '201449.107500', '201449.567500', '201450.027500', '201450.487500', '201450.947500', '201451.407500', '201451.867500', '201452.327500', '201452.787500', '201453.247500', '201453.707500', '201454.167500', '201454.627500', '201455.087500', '201455.547500', '201456.007500', '201456.467500', '201456.927500', '201457.387500', '201457.847500', '201458.307500', '201458.767500', '201459.227500', '201459.687500', '201500.147500', '201500.607500', '201501.067500', '201501.527500', '201501.987500', '201502.447500', '201502.907500', '201503.367500', '201503.827500', '201504.287500', '201504.747500', '201505.207500', '201505.667500', '201506.127500', '201506.587500', '201507.047500', '201507.507500', '201507.967500', '201508.427500', '201508.887500', '201509.347500', '201509.807500', '201510.267500', '201510.727500', '201511.187500', '201511.647500', '201512.107500', '201512.567500', '201513.027500', '201513.487500', '201513.947500', '201514.407500', '201514.867500', '201515.327500', '201515.787500', '201516.247500', '201516.707500', '201517.167500', '201517.627500', '201518.087500', '201518.547500', '201519.007500', '201519.467500', '201519.927500', '201520.387500', '201520.847500', '201521.307500', '201521.767500', '201522.227500', '201522.687500', '201523.147500', '201523.607500', '201524.067500', '201524.527500', '201524.987500', '201525.447500', '201525.907500', '201526.367500', '201526.827500', '201527.287500', '201527.747500', '201528.207500', '201528.667500', '201529.127500', '201529.587500', '201530.047500', '201530.507500', '201530.967500', '201531.427500', '201531.887500', '201532.347500', '201532.807500', '201533.267500', '201533.727500', '201534.187500', '201534.647500', '201535.107500', '201535.567500', '201536.027500', '201536.487500', '201536.947500', '201537.407500', '201537.867500', '201538.327500', '201538.787500', '201539.247500', '201539.707500', '201540.167500', '201540.627500', '201541.087500', '201541.547500', '201542.007500', '201542.467500', '201542.927500', '201543.387500', '201543.847500', '201544.307500', '201544.767500', '201545.227500', '201545.687500', '201546.147500', '201546.607500', '201547.067500', '201547.527500', '201547.987500', '201548.447500', '201548.907500', '201549.367500', '201549.827500', '201550.287500', '201550.747500', '201551.207500', '201551.667500', '201552.127500', '201552.587500', '201553.047500', '201553.507500', '201553.967500', '201554.427500', '201554.887500', '201555.347500', '201555.807500', '201556.267500', '201556.727500', '201557.187500', '201557.647500', '201558.107500', '201558.567500', '201559.027500', '201559.487500', '201559.947500', '201600.407500', '201600.867500', '201601.327500', '201601.787500', '201602.247500', '201602.707500', '201603.167500', '201603.627500', '201604.087500', '201604.547500', '201605.007500', '201605.467500', '201605.927500', '201606.387500', '201606.847500', '201607.307500', '201607.767500', '201608.227500', '201608.687500', '201609.147500', '201609.607500', '201610.067500', '201610.527500', '201610.987500', '201611.447500', '201611.907500', '201612.367500', '201612.827500', '201613.287500', '201613.747500', '201614.207500', '201614.667500', '201615.127500', '201615.587500', '201616.047500', '201616.507500', '201616.967500', '201617.427500', '201617.887500', '201618.347500', '201618.807500', '201619.267500', '201619.727500', '201620.187500', '201620.647500', '201621.107500', '201621.567500', '201622.027500', '201622.487500', '201622.947500', '201623.407500', '201623.867500', '201624.327500', '201624.787500', '201625.247500', '201625.707500', '201626.167500', '201626.627500', '201627.087500', '201627.547500', '201628.007500', '201628.467500', '201628.927500', '201629.387500', '201629.847500', '201630.307500', '201630.767500', '201631.227500', '201631.687500', '201632.147500', '201632.607500', '201633.067500', '201633.527500', '201633.987500', '201634.447500', '201634.907500', '201635.367500', '201635.827500', '201636.287500', '201636.747500', '201637.207500', '201637.667500', '201638.127500', '201638.587500', '201639.047500', '201639.507500', '201639.967500', '201640.427500', '201640.887500', '201641.347500', '201641.807500', '201642.267500', '201642.727500', '201643.187500', '201643.647500', '201644.107500', '201644.567500', '201645.027500', '201645.487500', '201645.947500', '201646.407500', '201646.867500', '201647.327500', '201647.787500', '201648.247500', '201648.707500', '201649.167500', '201649.627500', '201650.087500', '201650.547500', '201651.007500', '201651.467500', '201651.927500', '201652.387500', '201652.847500', '201653.307500', '201653.767500', '201654.227500', '201654.687500', '201655.147500', '201655.607500', '201656.067500', '201656.527500', '201656.987500', '201657.447500', '201657.907500', '201658.367500', '201658.827500', '201659.287500', '201659.747500', '201700.207500', '201700.667500', '201701.127500', '201701.587500', '201702.047500', '201702.507500', '201702.967500', '201703.427500', '201703.887500', '201704.347500', '201704.807500', '201705.267500', '201705.727500', '201706.187500', '201706.647500', '201707.107500', '201707.567500', '201708.027500', '201708.487500', '201708.947500', '201709.407500', '201709.867500', '201710.327500', '201710.787500', '201711.247500', '201711.707500', '201712.167500', '201712.627500', '201713.087500', '201713.547500', '201714.007500', '201714.467500', '201714.927500', '201715.387500', '201715.847500', '201716.307500', '201716.767500', '201717.227500', '201717.687500', '201718.147500', '201718.607500', '201719.067500', '201719.527500', '201719.987500', '201720.447500', '201720.907500', '201721.367500', '201721.827500', '201722.287500', '201722.747500', '201723.207500', '201723.667500', '201724.127500', '201724.587500', '201725.047500', '201725.507500', '201725.967500', '201726.427500', '201726.887500', '201727.347500', '201727.807500', '201728.267500', '201728.727500', '201729.187500', '201729.647500', '201730.107500', '201730.567500', '201731.027500', '201731.487500', '201731.947500', '201732.407500', '201732.867500', '201733.327500', '201733.787500', '201734.247500', '201734.707500', '201735.167500', '201735.627500', '201736.087500', '201736.547500', '201737.007500', '201737.467500', '201737.927500', '201738.387500', '201738.847500', '201739.307500', '201739.767500', '201740.227500', '201740.687500', '201741.147500', '201741.607500', '201742.067500', '201742.527500', '201742.987500', '201743.447500', '201743.907500', '201744.367500', '201744.827500', '201745.287500', '201745.747500', '201746.207500', '201746.667500', '201747.127500', '201747.587500', '201748.047500', '201748.507500', '201748.967500', '201749.427500', '201749.887500', '201750.347500', '201750.807500', '201751.267500', '201751.727500', '201752.187500', '201752.647500', '201753.107500', '201753.567500', '201754.027500', '201754.487500', '201754.947500', '201755.407500', '201755.867500', '201756.327500', '201756.787500', '201757.247500', '201757.707500', '201758.167500', '201758.627500', '201759.087500', '201759.547500', '201800.007500', '201800.467500', '201800.927500', '201801.387500', '201801.847500', '201802.307500', '201802.767500', '201803.227500', '201803.687500', '201804.147500', '201804.607500', '201805.067500', '201805.527500', '201805.987500', '201806.447500', '201806.907500', '201807.367500', '201807.827500', '201808.287500', '201808.747500', '201809.207500', '201809.667500', '201810.127500', '201810.587500', '201811.047500', '201811.507500', '201811.967500', '201812.427500', '201812.887500', '201813.347500', '201813.807500', '201814.267500', '201814.727500', '201815.187500', '201815.647500', '201816.107500', '201816.567500', '201817.027500', '201817.487500', '201817.947500', '201818.407500', '201818.867500', '201819.327500', '201819.787500', '201820.247500', '201820.707500', '201821.167500', '201821.627500', '201822.087500', '201822.547500', '201823.007500', '201823.467500', '201823.927500', '201824.387500', '201824.847500', '201825.307500', '201825.767500', '201826.227500', '201826.687500', '201827.147500', '201827.607500', '201828.067500', '201828.527500', '201828.987500', '201829.447500', '201829.907500', '201830.367500', '201830.827500', '201831.287500', '201831.747500', '201832.207500', '201832.667500', '201833.127500', '201833.587500', '201834.047500', '201834.507500', '201834.967500', '201835.427500', '201835.887500', '201836.347500', '201836.807500', '201837.267500', '201837.727500', '201838.187500', '201838.647500', '201839.107500', '201839.567500', '201840.027500', '201840.487500', '201840.947500', '201841.407500', '201841.867500', '201842.327500', '201842.787500', '201843.247500', '201843.707500', '201844.167500', '201844.627500', '201845.087500', '201845.547500', '201846.007500', '201846.467500', '201846.927500', '201847.387500', '201847.847500', '201848.307500', '201848.767500', '201849.227500', '201849.687500', '201850.147500', '201850.607500', '201851.067500', '201851.527500', '201851.987500', '201852.447500', '201852.907500', '201853.367500', '201853.827500', '201854.287500', '201854.747500', '201855.207500', '201855.667500', '201856.127500', '201856.587500', '201857.047500', '201857.507500', '201857.967500', '201858.427500', '201858.887500', '201859.347500', '201859.807500', '201900.267500', '201900.727500', '201901.187500', '201901.647500', '201902.107500', '201902.567500', '201903.027500', '201903.487500', '201903.947500', '201904.407500', '201904.867500', '201905.327500', '201905.787500', '201906.247500', '201906.707500', '201907.167500', '201907.627500', '201908.087500', '201908.547500', '201909.007500', '201909.467500', '201909.927500', '201910.387500', '201910.847500', '201911.307500', '201911.767500', '201912.227500', '201912.687500', '201913.147500', '201913.607500', '201914.067500', '201914.527500', '201914.987500', '201915.447500', '201915.907500', '201916.367500', '201916.827500', '201917.287500', '201917.747500', '201918.207500', '201918.667500', '201919.127500', '201919.587500', '201920.047500', '201920.507500', '201920.967500', '201921.427500', '201921.887500', '201922.347500', '201922.807500', '201923.267500', '201923.727500', '201924.187500', '201924.647500', '201925.107500', '201925.567500', '201926.027500', '201926.487500', '201926.947500', '201927.407500', '201927.867500', '201928.327500', '201928.787500', '201929.247500', '201929.707500', '201930.167500', '201930.627500', '201931.087500', '201931.547500', '201932.007500', '201932.467500', '201932.927500', '201933.387500', '201933.847500', '201934.307500', '201934.767500', '201935.227500', '201935.687500', '201936.147500', '201936.607500', '201937.067500', '201937.527500', '201937.987500', '201938.447500', '201938.907500', '201939.367500', '201939.827500', '201940.287500', '201940.747500', '201941.207500', '201941.667500', '201942.127500', '201942.587500', '201943.047500', '201943.507500', '201943.967500', '201944.427500', '201944.887500', '201945.347500', '201945.807500', '201946.267500', '201946.727500', '201947.187500', '201947.647500', '201948.107500', '201948.567500', '201949.027500', '201949.487500', '201949.947500', '201950.407500', '201950.867500', '201951.327500', '201951.787500', '201952.247500', '201952.707500', '201953.167500', '201953.627500', '201954.087500', '201954.547500', '201955.007500', '201955.467500', '201955.927500', '201956.387500', '201956.847500', '201957.307500', '201957.767500', '201958.227500', '201958.687500', '201959.147500', '201959.607500', '202000.067500', '202000.527500', '202000.987500', '202001.447500', '202001.907500', '202002.367500', '202002.827500', '202003.287500', '202003.747500', '202004.207500', '202004.667500', '202005.127500', '202005.587500', '202006.047500', '202006.507500', '202006.967500', '202007.427500', '202007.887500', '202008.347500', '202008.807500', '202009.267500', '202009.727500', '202010.187500', '202010.647500', '202011.107500', '202011.567500', '202012.027500', '202012.487500', '202012.947500', '202013.407500', '202013.867500', '202014.327500', '202014.787500', '202015.247500', '202015.707500', '202016.167500', '202016.627500', '202017.087500', '202017.547500', '202018.007500', '202018.467500', '202018.927500', '202019.387500', '202019.847500', '202020.307500', '202020.767500', '202021.227500', '202021.687500', '202022.147500', '202022.607500', '202023.067500', '202023.527500', '202023.987500', '202024.447500', '202024.907500', '202025.367500', '202025.827500', '202026.287500', '202026.747500', '202027.207500', '202027.667500', '202028.127500', '202028.587500', '202029.047500', '202029.507500', '202029.967500', '202030.427500', '202030.887500', '202031.347500', '202031.807500', '202032.267500', '202032.727500', '202033.187500', '202033.647500', '202034.107500', '202034.567500', '202035.027500', '202035.487500', '202035.947500', '202036.407500', '202036.867500', '202037.327500', '202037.787500', '202038.247500', '202038.707500', '202039.167500', '202039.627500', '202040.087500', '202040.547500', '202041.007500', '202041.467500', '202041.927500', '202042.387500', '202042.847500', '202043.307500', '202043.767500', '202044.227500', '202044.687500', '202045.147500', '202045.607500', '202046.067500', '202046.527500', '202046.987500', '202047.447500', '202047.907500', '202048.367500', '202048.827500', '202049.287500', '202049.747500', '202050.207500', '202050.667500', '202051.127500', '202051.587500', '202052.047500', '202052.507500', '202052.967500', '202053.427500', '202053.887500', '202054.347500', '202054.807500', '202055.267500', '202055.727500', '202056.187500', '202056.647500', '202057.107500', '202057.567500', '202058.027500', '202058.487500', '202058.947500', '202059.407500', '202059.867500', '202100.327500', '202100.787500', '202101.247500', '202101.707500', '202102.167500', '202102.627500', '202103.087500', '202103.547500', '202104.007500', '202104.467500', '202104.927500', '202105.387500', '202105.847500', '202106.307500', '202106.767500', '202107.227500', '202107.687500', '202108.147500', '202108.607500', '202109.067500', '202109.527500', '202109.987500', '202110.447500', '202110.907500', '202111.367500', '202111.827500', '202112.287500', '202112.747500', '202113.207500', '202113.667500', '202114.127500', '202114.587500'], 'ContentTime': ['201442.732000', '201442.735000', '201442.737000', '201442.740000', '201442.743000', '201442.745000', '201442.748000', '201442.750000', '201442.753000', '201442.755000', '201442.758000', '201442.761000', '201442.763000', '201442.766000', '201442.768000', '201442.771000', '201442.774000', '201502.698000', '201502.701000', '201502.704000', '201502.706000', '201502.709000', '201502.711000', '201502.714000', '201502.717000', '201502.719000', '201502.722000', '201502.724000', '201502.727000', '201502.729000', '201502.732000', '201502.734000', '201502.737000', '201502.740000', '201502.742000', '201502.745000', '201502.747000', '201502.750000', '201502.752000', '201502.755000', '201502.757000', '201502.760000', '201502.763000', '201502.765000', '201502.768000', '201502.770000', '201502.773000', '201502.775000', '201502.778000', '201502.807000', '201502.810000', '201502.812000', '201502.815000', '201502.817000', '201502.820000', '201502.823000', '201502.825000', '201502.828000', '201502.830000', '201502.833000', '201502.835000', '201522.698000', '201522.701000', '201522.704000', '201522.706000', '201522.709000', '201522.718000', '201522.720000', '201522.723000', '201522.725000', '201522.728000', '201522.730000', '201522.733000', '201522.736000', '201522.738000', '201522.741000', '201522.743000', '201522.746000', '201522.748000', '201522.751000', '201522.753000', '201522.756000', '201522.759000', '201522.761000', '201522.764000', '201522.766000', '201522.769000', '201522.771000', '201522.774000', '201522.777000', '201522.779000', '201522.782000', '201522.784000', '201522.787000', '201522.789000', '201522.792000', '201522.794000', '201522.797000', '201522.800000', '201522.802000', '201522.805000', '201522.807000', '201522.810000', '201522.819000', '201542.699000', '201542.701000', '201542.704000', '201542.707000', '201542.709000', '201542.712000', '201542.714000', '201542.717000', '201542.720000', '201542.722000', '201542.725000', '201542.727000', '201542.730000', '201542.732000', '201542.735000', '201542.738000', '201542.740000', '201542.743000', '201542.745000', '201542.748000', '201542.750000', '201542.753000', '201542.767000', '201542.770000', '201542.772000', '201542.775000', '201542.777000', '201542.780000', '201542.783000', '201542.785000', '201542.788000', '201542.790000', '201542.793000', '201542.796000', '201542.798000', '201542.801000', '201542.803000', '201542.806000', '201542.809000', '201542.811000', '201542.814000', '201542.816000', '201542.819000', '201542.821000', '201602.698000', '201602.701000', '201602.704000', '201602.706000', '201602.709000', '201602.711000', '201602.714000', '201602.717000', '201602.719000', '201602.722000', '201602.724000', '201602.727000', '201602.729000', '201602.732000', '201602.735000', '201602.737000', '201602.740000', '201602.742000', '201602.745000', '201602.747000', '201602.750000', '201602.753000', '201602.755000', '201602.758000', '201602.761000', '201602.763000', '201602.766000', '201602.768000', '201602.771000', '201602.773000', '201602.776000', '201602.778000', '201602.781000', '201602.784000', '201602.786000', '201602.789000', '201602.791000', '201602.794000', '201602.796000', '201602.799000', '201602.802000', '201602.804000', '201602.807000', '201622.698000', '201622.701000', '201622.704000', '201622.707000', '201622.709000', '201622.712000', '201622.714000', '201622.717000', '201622.720000', '201622.722000', '201622.725000', '201622.727000', '201622.730000', '201622.732000', '201622.735000', '201622.737000', '201622.740000', '201622.743000', '201622.745000', '201622.748000', '201622.750000', '201622.753000', '201622.755000', '201622.758000', '201622.761000', '201622.763000', '201622.766000', '201622.768000', '201622.771000', '201622.773000', '201622.776000', '201622.778000', '201622.781000', '201622.784000', '201622.786000', '201622.789000', '201622.791000', '201622.794000', '201622.796000', '201622.799000', '201622.802000', '201622.804000', '201622.807000', '201642.699000', '201642.702000', '201642.705000', '201642.707000', '201642.710000', '201642.713000', '201642.715000', '201642.718000', '201642.720000', '201642.723000', '201642.725000', '201642.728000', '201642.731000', '201642.733000', '201642.736000', '201642.738000', '201642.741000', '201642.743000', '201642.746000', '201642.749000', '201642.751000', '201642.754000', '201642.756000', '201642.759000', '201642.761000', '201642.764000', '201642.767000', '201642.769000', '201642.772000', '201642.774000', '201642.777000', '201642.779000', '201642.782000', '201642.785000', '201642.792000', '201642.794000', '201642.797000', '201642.800000', '201642.802000', '201642.805000', '201642.807000', '201642.810000', '201642.812000', '201642.815000', '201702.699000', '201702.702000', '201702.705000', '201702.707000', '201702.710000', '201702.713000', '201702.715000', '201702.718000', '201702.721000', '201702.723000', '201702.726000', '201702.728000', '201702.731000', '201702.733000', '201702.736000', '201702.739000', '201702.741000', '201702.744000', '201702.746000', '201702.749000', '201702.752000', '201702.754000', '201702.757000', '201702.759000', '201702.762000', '201702.764000', '201702.767000', '201702.770000', '201702.772000', '201702.775000', '201702.777000', '201702.780000', '201702.782000', '201702.785000', '201702.788000', '201702.790000', '201702.793000', '201702.795000', '201702.798000', '201702.801000', '201702.803000', '201702.806000', '201702.808000', '201702.811000', '201722.698000', '201722.701000', '201722.704000', '201722.707000', '201722.709000', '201722.712000', '201722.714000', '201722.717000', '201722.719000', '201722.722000', '201722.724000', '201722.727000', '201722.729000', '201722.732000', '201722.735000', '201722.737000', '201722.740000', '201722.750000', '201722.753000', '201722.756000', '201722.758000', '201722.761000', '201722.763000', '201722.766000', '201722.768000', '201722.771000', '201722.774000', '201722.776000', '201722.779000', '201722.781000', '201722.784000', '201722.787000', '201722.789000', '201722.792000', '201722.794000', '201722.797000', '201722.799000', '201722.802000', '201722.805000', '201722.807000', '201722.810000', '201722.812000', '201722.815000', '201742.698000', '201742.701000', '201742.704000', '201742.706000', '201742.709000', '201742.711000', '201742.714000', '201742.717000', '201742.719000', '201742.722000', '201742.724000', '201742.727000', '201742.730000', '201742.732000', '201742.735000', '201742.737000', '201742.740000', '201742.743000', '201742.745000', '201742.748000', '201742.750000', '201742.753000', '201742.755000', '201742.758000', '201742.761000', '201742.763000', '201742.766000', '201742.768000', '201742.771000', '201742.773000', '201742.776000', '201742.779000', '201742.781000', '201742.784000', '201742.786000', '201742.789000', '201742.792000', '201742.794000', '201742.797000', '201742.799000', '201742.802000', '201742.805000', '201742.807000', '201742.810000', '201802.699000', '201802.702000', '201802.704000', '201802.707000', '201802.709000', '201802.712000', '201802.715000', '201802.717000', '201802.720000', '201802.722000', '201802.725000', '201802.727000', '201802.730000', '201802.732000', '201802.735000', '201802.738000', '201802.740000', '201802.743000', '201802.745000', '201802.748000', '201802.750000', '201802.753000', '201802.755000', '201802.758000', '201802.761000', '201802.763000', '201802.766000', '201802.768000', '201802.771000', '201802.773000', '201802.776000', '201802.779000', '201802.781000', '201802.784000', '201802.786000', '201802.789000', '201802.791000', '201802.794000', '201802.796000', '201802.799000', '201802.802000', '201802.804000', '201802.807000', '201822.698000', '201822.702000', '201822.705000', '201822.708000', '201822.710000', '201822.713000', '201822.716000', '201822.718000', '201822.721000', '201822.723000', '201822.726000', '201822.728000', '201822.731000', '201822.733000', '201822.736000', '201822.739000', '201822.741000', '201822.744000', '201822.747000', '201822.749000', '201822.752000', '201822.754000', '201822.757000', '201822.759000', '201822.762000', '201822.765000', '201822.767000', '201822.770000', '201822.772000', '201822.775000', '201822.778000', '201822.780000', '201822.783000', '201822.785000', '201822.788000', '201822.790000', '201822.793000', '201822.796000', '201822.798000', '201822.801000', '201822.803000', '201822.806000', '201822.809000', '201842.698000', '201842.701000', '201842.704000', '201842.706000', '201842.709000', '201842.712000', '201842.714000', '201842.720000', '201842.723000', '201842.725000', '201842.728000', '201842.731000', '201842.733000', '201842.736000', '201842.738000', '201842.741000', '201842.744000', '201842.746000', '201842.749000', '201842.751000', '201842.754000', '201842.757000', '201842.759000', '201842.762000', '201842.764000', '201842.767000', '201842.769000', '201842.772000', '201842.775000', '201842.777000', '201842.780000', '201842.782000', '201842.785000', '201842.788000', '201842.790000', '201842.793000', '201842.795000', '201842.798000', '201842.800000', '201842.803000', '201842.805000', '201842.808000', '201842.811000', '201842.822000', '201902.700000', '201902.703000', '201902.705000', '201902.708000', '201902.710000', '201902.713000', '201902.715000', '201902.718000', '201902.721000', '201902.723000', '201902.726000', '201902.728000', '201902.731000', '201902.734000', '201902.736000', '201902.739000', '201902.742000', '201902.745000', '201902.748000', '201902.751000', '201902.754000', '201902.756000', '201902.759000', '201902.761000', '201902.764000', '201902.766000', '201902.769000', '201902.772000', '201902.774000', '201902.777000', '201902.779000', '201902.782000', '201902.785000', '201902.787000', '201902.790000', '201902.792000', '201902.795000', '201902.797000', '201902.800000', '201902.803000', '201902.805000', '201902.808000', '201902.811000', '201922.699000', '201922.702000', '201922.705000', '201922.707000', '201922.710000', '201922.713000', '201922.715000', '201922.718000', '201922.720000', '201922.723000', '201922.725000', '201922.728000', '201922.730000', '201922.733000', '201922.736000', '201922.738000', '201922.741000', '201922.744000', '201922.746000', '201922.749000', '201922.751000', '201922.754000', '201922.756000', '201922.759000', '201922.761000', '201922.764000', '201922.767000', '201922.769000', '201922.772000', '201922.774000', '201922.777000', '201922.780000', '201922.782000', '201922.785000', '201922.787000', '201922.790000', '201922.792000', '201922.795000', '201922.798000', '201922.800000', '201922.803000', '201922.805000', '201922.808000', '201922.811000', '201942.699000', '201942.701000', '201942.704000', '201942.707000', '201942.709000', '201942.712000', '201942.714000', '201942.717000', '201942.720000', '201942.722000', '201942.725000', '201942.727000', '201942.730000', '201942.732000', '201942.735000', '201942.738000', '201942.740000', '201942.744000', '201942.747000', '201942.750000', '201942.752000', '201942.755000', '201942.757000', '201942.760000', '201942.763000', '201942.766000', '201942.769000', '201942.772000', '201942.775000', '201942.778000', '201942.780000', '201942.783000', '201942.786000', '201942.788000', '201942.791000', '201942.793000', '201942.796000', '201942.799000', '201942.801000', '201942.804000', '201942.807000', '201942.809000', '201942.812000', '202002.699000', '202002.701000', '202002.704000', '202002.707000', '202002.709000', '202002.712000', '202002.715000', '202002.717000', '202002.720000', '202002.722000', '202002.725000', '202002.728000', '202002.730000', '202002.733000', '202002.735000', '202002.738000', '202002.741000', '202002.743000', '202002.746000', '202002.748000', '202002.751000', '202002.754000', '202002.756000', '202002.759000', '202002.761000', '202002.764000', '202002.767000', '202002.769000', '202002.772000', '202002.774000', '202002.777000', '202002.780000', '202002.782000', '202002.785000', '202002.787000', '202002.790000', '202002.792000', '202002.795000', '202002.797000', '202002.800000', '202002.803000', '202002.805000', '202002.808000', '202002.811000', '202022.698000', '202022.701000', '202022.704000', '202022.707000', '202022.709000', '202022.712000', '202022.714000', '202022.718000', '202022.721000', '202022.724000', '202022.735000', '202022.737000', '202022.740000', '202022.742000', '202022.745000', '202022.748000', '202022.750000', '202022.753000', '202022.755000', '202022.758000', '202022.760000', '202022.763000', '202022.766000', '202022.768000', '202022.771000', '202022.773000', '202022.776000', '202022.779000', '202022.781000', '202022.784000', '202022.786000', '202022.789000', '202022.791000', '202022.794000', '202022.796000', '202022.799000', '202022.802000', '202022.804000', '202022.807000', '202022.809000', '202022.812000', '202022.814000', '202022.817000', '202042.699000', '202042.701000', '202042.704000', '202042.707000', '202042.709000', '202042.712000', '202042.715000', '202042.717000', '202042.720000', '202042.724000', '202042.726000', '202042.729000', '202042.732000', '202042.734000', '202042.737000', '202042.739000', '202042.742000', '202042.745000', '202042.748000', '202042.750000', '202042.753000', '202042.755000', '202042.758000', '202042.760000', '202042.763000', '202042.766000', '202042.768000', '202042.771000', '202042.773000', '202042.776000', '202042.779000', '202042.781000', '202042.784000', '202042.787000', '202042.789000', '202042.792000', '202042.794000', '202042.797000', '202042.800000', '202042.802000', '202042.805000', '202042.808000', '202042.810000', '202042.813000', '202102.698000', '202102.701000', '202102.704000', '202102.707000', '202102.709000', '202102.712000', '202102.715000', '202102.717000', '202102.720000', '202102.723000', '202102.725000', '202102.728000', '202102.730000', '202102.733000', '202102.736000', '202102.738000', '202102.741000', '202102.743000', '202102.746000', '202102.749000', '202102.751000', '202102.754000', '202102.757000', '202102.759000', '202102.762000', '202102.764000', '202102.767000', '202102.770000', '202102.772000', '202102.775000', '202102.777000', '202102.781000', '202102.784000', '202102.786000', '202102.789000', '202102.791000', '202102.794000', '202102.797000', '202102.799000', '202102.802000', '202102.804000', '202102.807000', '202102.810000', '202115.613000', '202115.616000', '202115.618000', '202115.621000', '202115.624000', '202115.627000', '202115.629000', '202115.632000', '202115.635000', '202115.638000', '202115.641000', '202115.644000', '202115.646000', '202115.649000', '202115.652000', '202115.654000', '202115.657000', '202115.660000', '202115.662000', '202115.665000', '202115.668000', '202115.670000', '202115.673000', '202115.676000', '202115.691000', '202115.693000', '202115.697000', '202115.699000', '202115.702000'], 'InstanceCreationTime': ['201442.732000', '201442.735000', '201442.737000', '201442.740000', '201442.743000', '201442.745000', '201442.748000', '201442.750000', '201442.753000', '201442.755000', '201442.758000', '201442.761000', '201442.763000', '201442.766000', '201442.768000', '201442.771000', '201442.774000', '201502.698000', '201502.701000', '201502.704000', '201502.706000', '201502.709000', '201502.711000', '201502.714000', '201502.717000', '201502.719000', '201502.722000', '201502.724000', '201502.727000', '201502.729000', '201502.732000', '201502.734000', '201502.737000', '201502.740000', '201502.742000', '201502.745000', '201502.747000', '201502.750000', '201502.752000', '201502.755000', '201502.757000', '201502.760000', '201502.763000', '201502.765000', '201502.768000', '201502.770000', '201502.773000', '201502.775000', '201502.778000', '201502.807000', '201502.810000', '201502.812000', '201502.815000', '201502.817000', '201502.820000', '201502.823000', '201502.825000', '201502.828000', '201502.830000', '201502.833000', '201502.835000', '201522.698000', '201522.701000', '201522.704000', '201522.706000', '201522.709000', '201522.718000', '201522.720000', '201522.723000', '201522.725000', '201522.728000', '201522.730000', '201522.733000', '201522.736000', '201522.738000', '201522.741000', '201522.743000', '201522.746000', '201522.748000', '201522.751000', '201522.753000', '201522.756000', '201522.759000', '201522.761000', '201522.764000', '201522.766000', '201522.769000', '201522.771000', '201522.774000', '201522.777000', '201522.779000', '201522.782000', '201522.784000', '201522.787000', '201522.789000', '201522.792000', '201522.794000', '201522.797000', '201522.800000', '201522.802000', '201522.805000', '201522.807000', '201522.810000', '201522.819000', '201542.699000', '201542.701000', '201542.704000', '201542.707000', '201542.709000', '201542.712000', '201542.714000', '201542.717000', '201542.720000', '201542.722000', '201542.725000', '201542.727000', '201542.730000', '201542.732000', '201542.735000', '201542.738000', '201542.740000', '201542.743000', '201542.745000', '201542.748000', '201542.750000', '201542.753000', '201542.767000', '201542.770000', '201542.772000', '201542.775000', '201542.777000', '201542.780000', '201542.783000', '201542.785000', '201542.788000', '201542.790000', '201542.793000', '201542.796000', '201542.798000', '201542.801000', '201542.803000', '201542.806000', '201542.809000', '201542.811000', '201542.814000', '201542.816000', '201542.819000', '201542.821000', '201602.698000', '201602.701000', '201602.704000', '201602.706000', '201602.709000', '201602.711000', '201602.714000', '201602.717000', '201602.719000', '201602.722000', '201602.724000', '201602.727000', '201602.729000', '201602.732000', '201602.735000', '201602.737000', '201602.740000', '201602.742000', '201602.745000', '201602.747000', '201602.750000', '201602.753000', '201602.755000', '201602.758000', '201602.761000', '201602.763000', '201602.766000', '201602.768000', '201602.771000', '201602.773000', '201602.776000', '201602.778000', '201602.781000', '201602.784000', '201602.786000', '201602.789000', '201602.791000', '201602.794000', '201602.796000', '201602.799000', '201602.802000', '201602.804000', '201602.807000', '201622.698000', '201622.701000', '201622.704000', '201622.707000', '201622.709000', '201622.712000', '201622.714000', '201622.717000', '201622.720000', '201622.722000', '201622.725000', '201622.727000', '201622.730000', '201622.732000', '201622.735000', '201622.737000', '201622.740000', '201622.743000', '201622.745000', '201622.748000', '201622.750000', '201622.753000', '201622.755000', '201622.758000', '201622.761000', '201622.763000', '201622.766000', '201622.768000', '201622.771000', '201622.773000', '201622.776000', '201622.778000', '201622.781000', '201622.784000', '201622.786000', '201622.789000', '201622.791000', '201622.794000', '201622.796000', '201622.799000', '201622.802000', '201622.804000', '201622.807000', '201642.699000', '201642.702000', '201642.705000', '201642.707000', '201642.710000', '201642.713000', '201642.715000', '201642.718000', '201642.720000', '201642.723000', '201642.725000', '201642.728000', '201642.731000', '201642.733000', '201642.736000', '201642.738000', '201642.741000', '201642.743000', '201642.746000', '201642.749000', '201642.751000', '201642.754000', '201642.756000', '201642.759000', '201642.761000', '201642.764000', '201642.767000', '201642.769000', '201642.772000', '201642.774000', '201642.777000', '201642.779000', '201642.782000', '201642.785000', '201642.792000', '201642.794000', '201642.797000', '201642.800000', '201642.802000', '201642.805000', '201642.807000', '201642.810000', '201642.812000', '201642.815000', '201702.699000', '201702.702000', '201702.705000', '201702.707000', '201702.710000', '201702.713000', '201702.715000', '201702.718000', '201702.721000', '201702.723000', '201702.726000', '201702.728000', '201702.731000', '201702.733000', '201702.736000', '201702.739000', '201702.741000', '201702.744000', '201702.746000', '201702.749000', '201702.752000', '201702.754000', '201702.757000', '201702.759000', '201702.762000', '201702.764000', '201702.767000', '201702.770000', '201702.772000', '201702.775000', '201702.777000', '201702.780000', '201702.782000', '201702.785000', '201702.788000', '201702.790000', '201702.793000', '201702.795000', '201702.798000', '201702.801000', '201702.803000', '201702.806000', '201702.808000', '201702.811000', '201722.698000', '201722.701000', '201722.704000', '201722.707000', '201722.709000', '201722.712000', '201722.714000', '201722.717000', '201722.719000', '201722.722000', '201722.724000', '201722.727000', '201722.729000', '201722.732000', '201722.735000', '201722.737000', '201722.740000', '201722.750000', '201722.753000', '201722.756000', '201722.758000', '201722.761000', '201722.763000', '201722.766000', '201722.768000', '201722.771000', '201722.774000', '201722.776000', '201722.779000', '201722.781000', '201722.784000', '201722.787000', '201722.789000', '201722.792000', '201722.794000', '201722.797000', '201722.799000', '201722.802000', '201722.805000', '201722.807000', '201722.810000', '201722.812000', '201722.815000', '201742.698000', '201742.701000', '201742.704000', '201742.706000', '201742.709000', '201742.711000', '201742.714000', '201742.717000', '201742.719000', '201742.722000', '201742.724000', '201742.727000', '201742.730000', '201742.732000', '201742.735000', '201742.737000', '201742.740000', '201742.743000', '201742.745000', '201742.748000', '201742.750000', '201742.753000', '201742.755000', '201742.758000', '201742.761000', '201742.763000', '201742.766000', '201742.768000', '201742.771000', '201742.773000', '201742.776000', '201742.779000', '201742.781000', '201742.784000', '201742.786000', '201742.789000', '201742.792000', '201742.794000', '201742.797000', '201742.799000', '201742.802000', '201742.805000', '201742.807000', '201742.810000', '201802.699000', '201802.702000', '201802.704000', '201802.707000', '201802.709000', '201802.712000', '201802.715000', '201802.717000', '201802.720000', '201802.722000', '201802.725000', '201802.727000', '201802.730000', '201802.732000', '201802.735000', '201802.738000', '201802.740000', '201802.743000', '201802.745000', '201802.748000', '201802.750000', '201802.753000', '201802.755000', '201802.758000', '201802.761000', '201802.763000', '201802.766000', '201802.768000', '201802.771000', '201802.773000', '201802.776000', '201802.779000', '201802.781000', '201802.784000', '201802.786000', '201802.789000', '201802.791000', '201802.794000', '201802.796000', '201802.799000', '201802.802000', '201802.804000', '201802.807000', '201822.698000', '201822.702000', '201822.705000', '201822.708000', '201822.710000', '201822.713000', '201822.716000', '201822.718000', '201822.721000', '201822.723000', '201822.726000', '201822.728000', '201822.731000', '201822.733000', '201822.736000', '201822.739000', '201822.741000', '201822.744000', '201822.747000', '201822.749000', '201822.752000', '201822.754000', '201822.757000', '201822.759000', '201822.762000', '201822.765000', '201822.767000', '201822.770000', '201822.772000', '201822.775000', '201822.778000', '201822.780000', '201822.783000', '201822.785000', '201822.788000', '201822.790000', '201822.793000', '201822.796000', '201822.798000', '201822.801000', '201822.803000', '201822.806000', '201822.809000', '201842.698000', '201842.701000', '201842.704000', '201842.706000', '201842.709000', '201842.712000', '201842.714000', '201842.720000', '201842.723000', '201842.725000', '201842.728000', '201842.731000', '201842.733000', '201842.736000', '201842.738000', '201842.741000', '201842.744000', '201842.746000', '201842.749000', '201842.751000', '201842.754000', '201842.757000', '201842.759000', '201842.762000', '201842.764000', '201842.767000', '201842.769000', '201842.772000', '201842.775000', '201842.777000', '201842.780000', '201842.782000', '201842.785000', '201842.788000', '201842.790000', '201842.793000', '201842.795000', '201842.798000', '201842.800000', '201842.803000', '201842.805000', '201842.808000', '201842.811000', '201842.822000', '201902.700000', '201902.703000', '201902.705000', '201902.708000', '201902.710000', '201902.713000', '201902.715000', '201902.718000', '201902.721000', '201902.723000', '201902.726000', '201902.728000', '201902.731000', '201902.734000', '201902.736000', '201902.739000', '201902.742000', '201902.745000', '201902.748000', '201902.751000', '201902.754000', '201902.756000', '201902.759000', '201902.761000', '201902.764000', '201902.766000', '201902.769000', '201902.772000', '201902.774000', '201902.777000', '201902.779000', '201902.782000', '201902.785000', '201902.787000', '201902.790000', '201902.792000', '201902.795000', '201902.797000', '201902.800000', '201902.803000', '201902.805000', '201902.808000', '201902.811000', '201922.699000', '201922.702000', '201922.705000', '201922.707000', '201922.710000', '201922.713000', '201922.715000', '201922.718000', '201922.720000', '201922.723000', '201922.725000', '201922.728000', '201922.730000', '201922.733000', '201922.736000', '201922.738000', '201922.741000', '201922.744000', '201922.746000', '201922.749000', '201922.751000', '201922.754000', '201922.756000', '201922.759000', '201922.761000', '201922.764000', '201922.767000', '201922.769000', '201922.772000', '201922.774000', '201922.777000', '201922.780000', '201922.782000', '201922.785000', '201922.787000', '201922.790000', '201922.792000', '201922.795000', '201922.798000', '201922.800000', '201922.803000', '201922.805000', '201922.808000', '201922.811000', '201942.699000', '201942.701000', '201942.704000', '201942.707000', '201942.709000', '201942.712000', '201942.714000', '201942.717000', '201942.720000', '201942.722000', '201942.725000', '201942.727000', '201942.730000', '201942.732000', '201942.735000', '201942.738000', '201942.740000', '201942.744000', '201942.747000', '201942.750000', '201942.752000', '201942.755000', '201942.757000', '201942.760000', '201942.763000', '201942.766000', '201942.769000', '201942.772000', '201942.775000', '201942.778000', '201942.780000', '201942.783000', '201942.786000', '201942.788000', '201942.791000', '201942.793000', '201942.796000', '201942.799000', '201942.801000', '201942.804000', '201942.807000', '201942.809000', '201942.812000', '202002.699000', '202002.701000', '202002.704000', '202002.707000', '202002.709000', '202002.712000', '202002.715000', '202002.717000', '202002.720000', '202002.722000', '202002.725000', '202002.728000', '202002.730000', '202002.733000', '202002.735000', '202002.738000', '202002.741000', '202002.743000', '202002.746000', '202002.748000', '202002.751000', '202002.754000', '202002.756000', '202002.759000', '202002.761000', '202002.764000', '202002.767000', '202002.769000', '202002.772000', '202002.774000', '202002.777000', '202002.780000', '202002.782000', '202002.785000', '202002.787000', '202002.790000', '202002.792000', '202002.795000', '202002.797000', '202002.800000', '202002.803000', '202002.805000', '202002.808000', '202002.811000', '202022.698000', '202022.701000', '202022.704000', '202022.707000', '202022.709000', '202022.712000', '202022.714000', '202022.718000', '202022.721000', '202022.724000', '202022.735000', '202022.737000', '202022.740000', '202022.742000', '202022.745000', '202022.748000', '202022.750000', '202022.753000', '202022.755000', '202022.758000', '202022.760000', '202022.763000', '202022.766000', '202022.768000', '202022.771000', '202022.773000', '202022.776000', '202022.779000', '202022.781000', '202022.784000', '202022.786000', '202022.789000', '202022.791000', '202022.794000', '202022.796000', '202022.799000', '202022.802000', '202022.804000', '202022.807000', '202022.809000', '202022.812000', '202022.814000', '202022.817000', '202042.699000', '202042.701000', '202042.704000', '202042.707000', '202042.709000', '202042.712000', '202042.715000', '202042.717000', '202042.720000', '202042.724000', '202042.726000', '202042.729000', '202042.732000', '202042.734000', '202042.737000', '202042.739000', '202042.742000', '202042.745000', '202042.748000', '202042.750000', '202042.753000', '202042.755000', '202042.758000', '202042.760000', '202042.763000', '202042.766000', '202042.768000', '202042.771000', '202042.773000', '202042.776000', '202042.779000', '202042.781000', '202042.784000', '202042.787000', '202042.789000', '202042.792000', '202042.794000', '202042.797000', '202042.800000', '202042.802000', '202042.805000', '202042.808000', '202042.810000', '202042.813000', '202102.698000', '202102.701000', '202102.704000', '202102.707000', '202102.709000', '202102.712000', '202102.715000', '202102.717000', '202102.720000', '202102.723000', '202102.725000', '202102.728000', '202102.730000', '202102.733000', '202102.736000', '202102.738000', '202102.741000', '202102.743000', '202102.746000', '202102.749000', '202102.751000', '202102.754000', '202102.757000', '202102.759000', '202102.762000', '202102.764000', '202102.767000', '202102.770000', '202102.772000', '202102.775000', '202102.777000', '202102.781000', '202102.784000', '202102.786000', '202102.789000', '202102.791000', '202102.794000', '202102.797000', '202102.799000', '202102.802000', '202102.804000', '202102.807000', '202102.810000', '202115.613000', '202115.616000', '202115.618000', '202115.621000', '202115.624000', '202115.627000', '202115.629000', '202115.632000', '202115.635000', '202115.638000', '202115.641000', '202115.644000', '202115.646000', '202115.649000', '202115.652000', '202115.654000', '202115.657000', '202115.660000', '202115.662000', '202115.665000', '202115.668000', '202115.670000', '202115.673000', '202115.676000', '202115.691000', '202115.693000', '202115.697000', '202115.699000', '202115.702000'], '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': [10016, 14058, 9685, 13611, 15095, 12909, 17284, 11007, 15966, 10534, 13014, 12328, 14473, 15089, 11159, 14968, 9605, 13207, 8964, 11888, 9659, 15195, 11100, 12399, 9506, 11247, 12491, 10455, 9103, 10466, 9851, 13670, 16797, 12102, 17358, 10704, 13158, 9856, 12848, 17402, 11687, 15311, 10187, 12956, 9264, 11654, 16238, 10750, 14019, 10671, 12524, 8513, 11662, 8635, 11270, 14618, 10932, 11537, 9973, 15169, 9881, 13106, 10567, 13650, 10196, 10368, 16240, 11467, 14440, 11450, 14366, 9699, 10372, 15663, 10438, 12835, 9488, 13817, 9834, 10728, 15491, 10603, 12612, 9406, 11575, 8658, 9781, 14899, 10092, 12073, 8773, 11141, 13537, 9284, 13778, 8572, 11169, 8386, 10613, 15412, 11020, 12747, 8625, 11420, 15366, 10771, 14958, 10079, 11480, 8922, 9880, 15202, 10957, 13051, 11067, 12026, 14802, 9305, 13587, 8951, 12384, 11945, 10761, 12828, 9238, 12815, 9508, 12006, 17298, 12668, 11585, 8681, 9703, 16450, 11219, 13115, 12957, 10828, 18157, 9897, 12050, 8923, 11764, 16687, 10433, 12886, 8868, 10983, 8847, 11093, 15957, 10584, 11465, 8374, 10979, 9804, 10113, 15562, 11409, 11249, 9168, 10678, 16179, 10837, 13459, 9595, 14384, 19034, 12095, 14493, 9392, 11635, 10004, 10901, 16286, 12181, 11065, 9535, 10676, 12602, 11063, 14190, 9902, 11445, 8793, 8876, 8761, 10459, 8316, 10496, 15558, 10694, 11883, 8657, 11005, 17181, 10137, 13800, 10833, 11467, 9399, 10636, 14578, 10040, 12540, 9089, 10741, 8404, 9712, 13809, 9639, 12950, 8501, 9972, 8277, 8930, 14700, 9451, 12464, 8761, 10496, 9126, 9680, 15189, 9924, 11934, 14336, 11879, 16031, 10054, 12798, 8813, 12680, 19760, 15641, 13611, 9020, 11389, 13280, 10620, 16397, 12150, 11404, 9432, 10500, 9081, 11868, 9512, 11507, 9351, 11453, 12754, 10687, 16063, 11752, 14730, 10163, 10860, 18939, 11735, 14179, 11169, 13539, 14421, 9858, 14146, 9332, 11729, 9711, 10750, 11389, 9471, 13583, 9479, 12174, 9694, 10768, 9143, 9197, 14878, 10055, 13051, 9858, 11388, 10056, 9461, 14978, 10602, 12792, 9404, 12199, 10612, 10261, 15282, 11397, 13678, 13434, 14985, 15172, 9695, 14100, 9928, 12051, 13052, 11753, 17128, 9957, 12216, 9986, 12899, 10052, 11999, 9640, 11622, 14833, 10204, 15388, 10879, 12447, 10397, 9857, 15331, 10499, 12856, 10858, 12577, 12753, 10047, 13655, 10024, 12510, 10445, 11116, 18038, 10119, 12838, 9829, 11812, 9929, 11335, 16752, 11490, 11613, 10196, 12107, 10075, 11519, 16448, 11385, 12164, 9745, 11952, 9067, 11246, 16535, 11219, 13123, 9882, 11888, 9922, 10775, 16300, 11840, 14025, 10872, 11196, 13994, 9976, 13308, 11345, 12984, 11225, 19450, 15012, 20018, 12769, 14770, 15337, 12168, 20576, 17096, 17507, 9695, 11618, 9403, 12005, 9970, 9643, 13045, 9572, 12773, 9132, 11566, 8405, 11442, 8031, 10881, 15419, 11501, 11331, 9244, 12555, 8216, 11934, 12430, 11667, 11878, 9761, 14218, 10308, 13534, 9738, 12372, 8894, 12733, 9510, 13236, 16833, 18467, 11983, 13068, 9344, 13150, 19852, 15888, 18906, 15615, 18033, 20639, 16849, 16739, 12623, 16842, 20709, 17204, 19922, 15347, 18397, 19177, 12858, 17159, 11250, 12999, 10292, 10975, 16981, 9779, 11817, 10729, 10760, 9244, 9935, 12604, 9776, 11517, 10618, 10540, 8841, 9584, 12908, 9774, 11788, 10170, 9955, 12294, 9684, 12350, 9202, 11605, 13598, 10680, 11828, 9615, 11762, 9380, 11731, 13169, 10300, 13259, 10082, 12597, 9693, 12604, 10914, 10216, 14978, 9728, 12746, 9630, 12374, 10137, 10897, 14544, 10071, 13869, 10180, 12918, 10153, 12246, 9752, 9809, 14886, 10213, 13548, 10305, 11359, 9735, 9845, 14486, 10307, 11098, 9986, 13117, 12213, 8527, 12816, 16385, 12404, 17546, 14907, 18010, 13722, 14012, 18415, 10450, 15144, 10022, 12897, 9928, 12122, 19511, 10011, 11769, 9487, 11676, 9326, 11846, 9070, 10914, 7789, 10976, 10656, 9639, 13840, 10207, 12007, 8685, 11047, 8076, 10746, 15806, 11163, 13018, 9460, 13292, 10488, 13072, 10035, 13948, 10356, 11845, 9160, 9748, 11970, 15452, 10898, 17562, 13782, 18900, 15731, 19022, 20471, 17523, 20104, 14187, 18075, 19188, 13962, 20048, 14736, 17580, 12782, 11849, 11455, 11768, 12709, 10277, 12024, 9957, 11102, 11886, 11001, 12804, 9014, 11571, 13551, 9935, 11892, 8821, 10657, 9310, 10435, 14521, 9657, 11060, 8370, 10559, 8175, 10637, 14341, 9991, 12405, 8696, 10355, 16401, 8903, 13030, 9335, 12054, 17568, 10389, 13223, 9491, 11805, 8600, 10866, 17346, 11590, 10494, 9090, 10966, 8457, 10689, 16093, 10475, 10990, 8779, 11038, 9619, 9807, 15707, 10994, 10338, 9249, 10915, 10272, 10817, 15429, 10788, 9280, 10376, 14249, 10334, 15834, 10289, 13794, 9063, 10382, 17160, 10537, 15546, 13520, 14751, 13999, 9751, 14756, 10309, 13868, 9445, 11224, 8884, 10056, 8282, 10411, 15501, 10737, 12883, 10255, 12591, 9407, 12308, 10155, 14132, 11062, 13576, 9906, 13270, 14004, 11654, 16393, 12596, 18929, 12507, 13031, 12772, 11345, 9165, 12550, 11481, 11631, 8852, 11180, 14992, 9903, 12877, 8311, 11108, 8130, 10375, 14657, 9604, 12788, 8169, 10413, 8569, 9133, 14183, 9289, 13058, 8144, 10873, 7661, 10215, 14748, 10121, 13885, 9900, 10877, 7934, 11434, 9670, 11262, 16425, 11524, 13837, 9150, 12934, 8370, 12665, 9753, 10880, 8722, 14114, 11026, 14630, 10994, 15838, 17865, 17074, 15744, 11514, 15496, 10546, 13765, 12551, 14535, 10240, 10553, 14490, 9448, 13119, 9183, 9344, 9345, 14502, 10096, 8000, 9605, 14429, 9785, 13329, 10621, 9913, 15114, 10717, 12710, 18210, 11856, 18513, 13576, 18406, 19868, 15092, 19770, 14924, 17982, 18437, 12195, 18153, 12707, 11464, 9238, 11765, 14283, 11087, 11304, 12054, 11167, 11724, 9456, 10814, 8252, 9927, 14095, 9448, 9795, 8549, 9713, 10820, 9104, 13637, 9013, 11250, 8732, 10142, 13210, 8875, 12710, 9000, 11530, 12653, 9862, 12924, 9111, 12807, 9062, 11328, 8670, 10563, 16370, 10214, 14628, 11030, 11906, 8389, 12446, 8653, 14551, 10024, 8504, 11117, 8355, 13100, 18615, 14631, 18050, 13908, 14363, 10591, 16128, 17347, 12904, 19955, 13201, 14847, 9562, 12646, 8942, 10769, 14161, 10075, 14409, 9802, 12774, 9427, 11935, 8200, 11170, 8910, 10819, 15271, 9659], 'WindowCenter': [4647.0, 4660.0, 4613.0, 4642.0, 4639.0, 4618.0, 4636.0, 4593.0, 4609.0, 4582.0, 4604.0, 4604.0, 4617.0, 4611.0, 4581.0, 4622.0, 4583.0, 4601.0, 4572.0, 4591.0, 4596.0, 4624.0, 4607.0, 4615.0, 4588.0, 4603.0, 4615.0, 4595.0, 4584.0, 4595.0, 4596.0, 4628.0, 4648.0, 4618.0, 4636.0, 4592.0, 4602.0, 4571.0, 4603.0, 4632.0, 4591.0, 4610.0, 4582.0, 4600.0, 4570.0, 4589.0, 4631.0, 4591.0, 4611.0, 4591.0, 4599.0, 4560.0, 4590.0, 4560.0, 4605.0, 4621.0, 4593.0, 4604.0, 4583.0, 4623.0, 4585.0, 4612.0, 4594.0, 4613.0, 4581.0, 4580.0, 4620.0, 4589.0, 4613.0, 4591.0, 4614.0, 4568.0, 4583.0, 4608.0, 4580.0, 4604.0, 4570.0, 4599.0, 4569.0, 4578.0, 4608.0, 4579.0, 4599.0, 4570.0, 4590.0, 4558.0, 4579.0, 4607.0, 4579.0, 4600.0, 4573.0, 4603.0, 4612.0, 4583.0, 4610.0, 4572.0, 4592.0, 4574.0, 4596.0, 4636.0, 4604.0, 4614.0, 4574.0, 4605.0, 4624.0, 4593.0, 4624.0, 4585.0, 4592.0, 4570.0, 4579.0, 4620.0, 4589.0, 4602.0, 4592.0, 4601.0, 4608.0, 4569.0, 4595.0, 4570.0, 4602.0, 4602.0, 4593.0, 4600.0, 4581.0, 4614.0, 4583.0, 4615.0, 4635.0, 4615.0, 4595.0, 4559.0, 4574.0, 4620.0, 4591.0, 4599.0, 4599.0, 4579.0, 4630.0, 4568.0, 4586.0, 4569.0, 4600.0, 4629.0, 4589.0, 4599.0, 4569.0, 4588.0, 4571.0, 4601.0, 4632.0, 4594.0, 4600.0, 4561.0, 4590.0, 4579.0, 4593.0, 4633.0, 4604.0, 4595.0, 4571.0, 4580.0, 4621.0, 4578.0, 4602.0, 4569.0, 4609.0, 4629.0, 4587.0, 4600.0, 4554.0, 4577.0, 4566.0, 4577.0, 4608.0, 4586.0, 4577.0, 4554.0, 4579.0, 4586.0, 4586.0, 4595.0, 4567.0, 4588.0, 4560.0, 4575.0, 4569.0, 4589.0, 4560.0, 4593.0, 4622.0, 4594.0, 4589.0, 4558.0, 4590.0, 4632.0, 4580.0, 4604.0, 4579.0, 4589.0, 4567.0, 4578.0, 4608.0, 4581.0, 4601.0, 4569.0, 4592.0, 4557.0, 4573.0, 4608.0, 4584.0, 4600.0, 4568.0, 4581.0, 4560.0, 4570.0, 4620.0, 4585.0, 4613.0, 4573.0, 4597.0, 4583.0, 4583.0, 4621.0, 4592.0, 4604.0, 4623.0, 4603.0, 4620.0, 4579.0, 4589.0, 4559.0, 4600.0, 4631.0, 4609.0, 4596.0, 4555.0, 4577.0, 4595.0, 4577.0, 4621.0, 4588.0, 4578.0, 4555.0, 4582.0, 4555.0, 4592.0, 4569.0, 4590.0, 4567.0, 4591.0, 4602.0, 4594.0, 4632.0, 4604.0, 4614.0, 4567.0, 4578.0, 4630.0, 4575.0, 4599.0, 4576.0, 4600.0, 4594.0, 4564.0, 4594.0, 4556.0, 4586.0, 4565.0, 4575.0, 4585.0, 4567.0, 4595.0, 4567.0, 4599.0, 4579.0, 4590.0, 4569.0, 4581.0, 4622.0, 4595.0, 4613.0, 4594.0, 4604.0, 4581.0, 4581.0, 4621.0, 4593.0, 4604.0, 4573.0, 4602.0, 4580.0, 4584.0, 4610.0, 4590.0, 4609.0, 4598.0, 4613.0, 4606.0, 4557.0, 4595.0, 4566.0, 4588.0, 4597.0, 4591.0, 4617.0, 4565.0, 4589.0, 4569.0, 4598.0, 4566.0, 4591.0, 4568.0, 4589.0, 4624.0, 4579.0, 4619.0, 4579.0, 4599.0, 4577.0, 4571.0, 4606.0, 4578.0, 4588.0, 4575.0, 4587.0, 4584.0, 4567.0, 4599.0, 4566.0, 4588.0, 4576.0, 4589.0, 4630.0, 4576.0, 4586.0, 4569.0, 4586.0, 4567.0, 4592.0, 4619.0, 4590.0, 4585.0, 4577.0, 4588.0, 4567.0, 4587.0, 4618.0, 4592.0, 4598.0, 4581.0, 4592.0, 4568.0, 4588.0, 4633.0, 4594.0, 4601.0, 4578.0, 4591.0, 4568.0, 4581.0, 4619.0, 4592.0, 4612.0, 4588.0, 4595.0, 4609.0, 4583.0, 4609.0, 4602.0, 4625.0, 4605.0, 4660.0, 4626.0, 4646.0, 4588.0, 4609.0, 4609.0, 4590.0, 4646.0, 4636.0, 4617.0, 4556.0, 4578.0, 4558.0, 4592.0, 4578.0, 4570.0, 4597.0, 4571.0, 4600.0, 4583.0, 4601.0, 4574.0, 4602.0, 4572.0, 4618.0, 4639.0, 4618.0, 4604.0, 4586.0, 4615.0, 4587.0, 4632.0, 4629.0, 4633.0, 4618.0, 4610.0, 4636.0, 4610.0, 4638.0, 4611.0, 4631.0, 4600.0, 4630.0, 4612.0, 4640.0, 4650.0, 4662.0, 4607.0, 4613.0, 4586.0, 4619.0, 4647.0, 4634.0, 4645.0, 4623.0, 4635.0, 4643.0, 4623.0, 4624.0, 4575.0, 4608.0, 4629.0, 4604.0, 4617.0, 4580.0, 4595.0, 4601.0, 4557.0, 4580.0, 4534.0, 4558.0, 4522.0, 4534.0, 4573.0, 4526.0, 4546.0, 4534.0, 4537.0, 4523.0, 4538.0, 4555.0, 4537.0, 4561.0, 4549.0, 4563.0, 4540.0, 4554.0, 4572.0, 4563.0, 4576.0, 4566.0, 4569.0, 4590.0, 4571.0, 4585.0, 4557.0, 4590.0, 4610.0, 4580.0, 4588.0, 4569.0, 4588.0, 4570.0, 4601.0, 4599.0, 4580.0, 4601.0, 4581.0, 4600.0, 4581.0, 4602.0, 4589.0, 4581.0, 4621.0, 4570.0, 4599.0, 4568.0, 4602.0, 4582.0, 4594.0, 4619.0, 4581.0, 4608.0, 4592.0, 4601.0, 4582.0, 4599.0, 4597.0, 4586.0, 4609.0, 4579.0, 4601.0, 4580.0, 4595.0, 4582.0, 4594.0, 4623.0, 4596.0, 4604.0, 4591.0, 4613.0, 4616.0, 4584.0, 4630.0, 4647.0, 4614.0, 4660.0, 4636.0, 4647.0, 4614.0, 4614.0, 4643.0, 4577.0, 4609.0, 4568.0, 4601.0, 4569.0, 4604.0, 4641.0, 4583.0, 4588.0, 4569.0, 4586.0, 4581.0, 4601.0, 4583.0, 4592.0, 4575.0, 4608.0, 4607.0, 4610.0, 4639.0, 4610.0, 4629.0, 4587.0, 4610.0, 4577.0, 4604.0, 4637.0, 4622.0, 4625.0, 4599.0, 4637.0, 4624.0, 4654.0, 4626.0, 4642.0, 4610.0, 4617.0, 4599.0, 4584.0, 4631.0, 4649.0, 4611.0, 4663.0, 4631.0, 4660.0, 4636.0, 4649.0, 4649.0, 4625.0, 4620.0, 4585.0, 4598.0, 4601.0, 4570.0, 4602.0, 4569.0, 4594.0, 4558.0, 4552.0, 4544.0, 4548.0, 4556.0, 4538.0, 4561.0, 4537.0, 4549.0, 4571.0, 4561.0, 4573.0, 4543.0, 4569.0, 4582.0, 4555.0, 4561.0, 4545.0, 4561.0, 4552.0, 4562.0, 4593.0, 4568.0, 4576.0, 4571.0, 4589.0, 4561.0, 4591.0, 4611.0, 4593.0, 4604.0, 4571.0, 4582.0, 4618.0, 4558.0, 4598.0, 4568.0, 4602.0, 4641.0, 4580.0, 4600.0, 4584.0, 4604.0, 4559.0, 4580.0, 4632.0, 4589.0, 4577.0, 4558.0, 4579.0, 4559.0, 4582.0, 4623.0, 4593.0, 4593.0, 4570.0, 4590.0, 4569.0, 4581.0, 4622.0, 4592.0, 4585.0, 4596.0, 4610.0, 4594.0, 4591.0, 4634.0, 4594.0, 4582.0, 4594.0, 4635.0, 4610.0, 4651.0, 4608.0, 4628.0, 4573.0, 4582.0, 4634.0, 4596.0, 4623.0, 4600.0, 4613.0, 4596.0, 4568.0, 4608.0, 4580.0, 4610.0, 4581.0, 4591.0, 4557.0, 4568.0, 4547.0, 4579.0, 4622.0, 4594.0, 4615.0, 4584.0, 4603.0, 4586.0, 4603.0, 4597.0, 4626.0, 4606.0, 4614.0, 4584.0, 4603.0, 4613.0, 4591.0, 4624.0, 4605.0, 4645.0, 4590.0, 4586.0, 4587.0, 4580.0, 4555.0, 4587.0, 4588.0, 4589.0, 4558.0, 4590.0, 4609.0, 4581.0, 4599.0, 4559.0, 4591.0, 4549.0, 4581.0, 4608.0, 4571.0, 4602.0, 4561.0, 4591.0, 4570.0, 4581.0, 4621.0, 4584.0, 4610.0, 4576.0, 4604.0, 4563.0, 4593.0, 4624.0, 4594.0, 4624.0, 4596.0, 4604.0, 4574.0, 4603.0, 4596.0, 4607.0, 4652.0, 4621.0, 4625.0, 4584.0, 4615.0, 4574.0, 4613.0, 4584.0, 4604.0, 4573.0, 4626.0, 4607.0, 4641.0, 4611.0, 4653.0, 4649.0, 4639.0, 4623.0, 4591.0, 4612.0, 4580.0, 4614.0, 4602.0, 4611.0, 4580.0, 4579.0, 4608.0, 4571.0, 4610.0, 4584.0, 4597.0, 4586.0, 4622.0, 4595.0, 4562.0, 4594.0, 4623.0, 4583.0, 4614.0, 4592.0, 4595.0, 4624.0, 4595.0, 4603.0, 4642.0, 4591.0, 4633.0, 4588.0, 4621.0, 4618.0, 4582.0, 4616.0, 4572.0, 4594.0, 4587.0, 4547.0, 4591.0, 4544.0, 4536.0, 4512.0, 4528.0, 4552.0, 4531.0, 4546.0, 4544.0, 4544.0, 4548.0, 4534.0, 4548.0, 4516.0, 4549.0, 4579.0, 4549.0, 4553.0, 4537.0, 4555.0, 4573.0, 4542.0, 4597.0, 4555.0, 4590.0, 4570.0, 4590.0, 4610.0, 4570.0, 4596.0, 4585.0, 4607.0, 4613.0, 4596.0, 4615.0, 4586.0, 4615.0, 4584.0, 4607.0, 4575.0, 4595.0, 4634.0, 4595.0, 4638.0, 4607.0, 4616.0, 4562.0, 4614.0, 4580.0, 4636.0, 4609.0, 4588.0, 4609.0, 4593.0, 4644.0, 4677.0, 4642.0, 4652.0, 4613.0, 4613.0, 4581.0, 4623.0, 4632.0, 4600.0, 4646.0, 4599.0, 4611.0, 4568.0, 4599.0, 4557.0, 4578.0, 4598.0, 4566.0, 4612.0, 4580.0, 4598.0, 4567.0, 4587.0, 4563.0, 4588.0, 4559.0, 4591.0, 4623.0, 4583.0], 'WindowWidth': [10172.0, 10176.0, 10099.0, 10135.0, 10128.0, 10097.0, 10123.0, 10051.0, 10071.0, 10035.0, 10067.0, 10067.0, 10089.0, 10076.0, 10032.0, 10092.0, 10038.0, 10062.0, 10024.0, 10047.0, 10062.0, 10099.0, 10082.0, 10086.0, 10050.0, 10068.0, 10086.0, 10057.0, 10045.0, 10059.0, 10062.0, 10107.0, 10140.0, 10095.0, 10126.0, 10051.0, 10063.0, 10018.0, 10065.0, 10111.0, 10048.0, 10076.0, 10035.0, 10059.0, 10018.0, 10039.0, 10105.0, 10047.0, 10077.0, 10050.0, 10055.0, 10006.0, 10044.0, 10005.0, 10072.0, 10092.0, 10055.0, 10070.0, 10043.0, 10095.0, 10046.0, 10082.0, 10057.0, 10083.0, 10034.0, 10031.0, 10096.0, 10045.0, 10084.0, 10048.0, 10082.0, 10015.0, 10036.0, 10073.0, 10030.0, 10067.0, 10018.0, 10058.0, 10014.0, 10025.0, 10068.0, 10029.0, 10056.0, 10020.0, 10045.0, 10000.0, 10029.0, 10066.0, 10031.0, 10060.0, 10026.0, 10068.0, 10079.0, 10040.0, 10075.0, 10027.0, 10051.0, 10030.0, 10061.0, 10119.0, 10073.0, 10084.0, 10031.0, 10072.0, 10099.0, 10056.0, 10100.0, 10045.0, 10051.0, 10018.0, 10029.0, 10086.0, 10044.0, 10064.0, 10050.0, 10063.0, 10072.0, 10017.0, 10051.0, 10019.0, 10066.0, 10068.0, 10052.0, 10064.0, 10037.0, 10085.0, 10040.0, 10089.0, 10123.0, 10089.0, 10058.0, 10006.0, 10026.0, 10092.0, 10049.0, 10061.0, 10057.0, 10030.0, 10107.0, 10014.0, 10036.0, 10017.0, 10060.0, 10101.0, 10046.0, 10060.0, 10019.0, 10043.0, 10022.0, 10064.0, 10110.0, 10058.0, 10061.0, 10010.0, 10046.0, 10032.0, 10053.0, 10112.0, 10072.0, 10057.0, 10021.0, 10032.0, 10096.0, 10028.0, 10062.0, 10016.0, 10074.0, 10108.0, 10038.0, 10060.0, 9990.0, 10023.0, 10006.0, 10022.0, 10075.0, 10038.0, 10023.0, 9989.0, 10026.0, 10038.0, 10035.0, 10048.0, 10011.0, 10040.0, 10005.0, 10033.0, 10019.0, 10046.0, 10008.0, 10055.0, 10099.0, 10058.0, 10047.0, 10001.0, 10046.0, 10108.0, 10033.0, 10070.0, 10029.0, 10043.0, 10011.0, 10025.0, 10067.0, 10033.0, 10060.0, 10015.0, 10048.0, 9999.0, 10021.0, 10067.0, 10041.0, 10059.0, 10016.0, 10036.0, 10005.0, 10021.0, 10088.0, 10046.0, 10083.0, 10029.0, 10063.0, 10041.0, 10040.0, 10091.0, 10055.0, 10073.0, 10098.0, 10070.0, 10093.0, 10030.0, 10043.0, 10002.0, 10060.0, 10116.0, 10073.0, 10049.0, 9992.0, 10021.0, 10045.0, 10023.0, 10093.0, 10040.0, 10022.0, 9993.0, 10031.0, 9993.0, 10049.0, 10020.0, 10048.0, 10014.0, 10050.0, 10067.0, 10057.0, 10114.0, 10071.0, 10086.0, 10012.0, 10028.0, 10110.0, 10020.0, 10059.0, 10023.0, 10057.0, 10046.0, 10003.0, 10045.0, 9994.0, 10035.0, 10007.0, 10021.0, 10034.0, 10011.0, 10045.0, 10014.0, 10058.0, 10032.0, 10049.0, 10018.0, 10038.0, 10092.0, 10062.0, 10084.0, 10056.0, 10071.0, 10038.0, 10035.0, 10093.0, 10056.0, 10071.0, 10027.0, 10067.0, 10034.0, 10039.0, 10078.0, 10047.0, 10075.0, 10057.0, 10081.0, 10064.0, 9996.0, 10049.0, 10008.0, 10040.0, 10053.0, 10049.0, 10088.0, 10010.0, 10044.0, 10017.0, 10055.0, 10012.0, 10047.0, 10015.0, 10044.0, 10098.0, 10032.0, 10089.0, 10032.0, 10057.0, 10025.0, 10018.0, 10068.0, 10026.0, 10041.0, 10020.0, 10039.0, 10032.0, 10010.0, 10054.0, 10009.0, 10039.0, 10025.0, 10043.0, 10104.0, 10024.0, 10037.0, 10017.0, 10037.0, 10013.0, 10050.0, 10091.0, 10048.0, 10035.0, 10028.0, 10041.0, 10012.0, 10040.0, 10090.0, 10054.0, 10057.0, 10036.0, 10049.0, 10016.0, 10044.0, 10112.0, 10055.0, 10063.0, 10030.0, 10048.0, 10015.0, 10033.0, 10093.0, 10053.0, 10079.0, 10043.0, 10058.0, 10073.0, 10037.0, 10076.0, 10069.0, 10106.0, 10078.0, 10166.0, 10107.0, 10139.0, 10039.0, 10068.0, 10067.0, 10046.0, 10149.0, 10127.0, 10081.0, 9994.0, 10024.0, 9998.0, 10045.0, 10027.0, 10017.0, 10050.0, 10019.0, 10058.0, 10040.0, 10062.0, 10030.0, 10063.0, 10027.0, 10096.0, 10126.0, 10098.0, 10072.0, 10049.0, 10087.0, 10053.0, 10116.0, 10114.0, 10123.0, 10097.0, 10086.0, 10119.0, 10090.0, 10126.0, 10091.0, 10117.0, 10073.0, 10114.0, 10095.0, 10129.0, 10147.0, 10171.0, 10078.0, 10081.0, 10047.0, 10096.0, 10149.0, 10116.0, 10136.0, 10097.0, 10115.0, 10138.0, 10094.0, 10099.0, 10019.0, 10069.0, 10116.0, 10061.0, 10087.0, 10019.0, 10043.0, 10049.0, 9978.0, 10017.0, 9945.0, 9980.0, 9926.0, 9941.0, 10001.0, 9934.0, 9961.0, 9944.0, 9951.0, 9930.0, 9955.0, 9975.0, 9955.0, 9989.0, 9976.0, 9996.0, 9964.0, 9985.0, 10007.0, 10000.0, 10019.0, 10008.0, 10013.0, 10041.0, 10019.0, 10033.0, 9995.0, 10046.0, 10076.0, 10032.0, 10040.0, 10018.0, 10040.0, 10017.0, 10063.0, 10060.0, 10032.0, 10062.0, 10035.0, 10059.0, 10036.0, 10067.0, 10046.0, 10031.0, 10096.0, 10020.0, 10054.0, 10016.0, 10062.0, 10034.0, 10051.0, 10086.0, 10033.0, 10069.0, 10052.0, 10063.0, 10036.0, 10061.0, 10068.0, 10046.0, 10071.0, 10031.0, 10063.0, 10031.0, 10058.0, 10039.0, 10058.0, 10097.0, 10061.0, 10068.0, 10051.0, 10085.0, 10093.0, 10043.0, 10115.0, 10140.0, 10089.0, 10166.0, 10122.0, 10140.0, 10086.0, 10084.0, 10125.0, 10023.0, 10074.0, 10014.0, 10061.0, 10015.0, 10070.0, 10125.0, 10036.0, 10040.0, 10014.0, 10033.0, 10036.0, 10061.0, 10042.0, 10054.0, 10035.0, 10081.0, 10081.0, 10089.0, 10128.0, 10089.0, 10112.0, 10053.0, 10085.0, 10040.0, 10071.0, 10126.0, 10107.0, 10102.0, 10073.0, 10123.0, 10117.0, 10161.0, 10124.0, 10139.0, 10090.0, 10096.0, 10072.0, 10042.0, 10118.0, 10145.0, 10091.0, 10174.0, 10119.0, 10166.0, 10119.0, 10144.0, 10168.0, 10110.0, 10102.0, 10030.0, 10051.0, 10052.0, 10001.0, 10061.0, 10000.0, 10042.0, 9985.0, 9976.0, 9959.0, 9966.0, 9976.0, 9955.0, 9989.0, 9954.0, 9972.0, 10008.0, 9994.0, 10010.0, 9972.0, 10006.0, 10021.0, 9984.0, 9991.0, 9975.0, 9993.0, 9982.0, 9997.0, 10042.0, 10012.0, 10021.0, 10026.0, 10045.0, 10009.0, 10049.0, 10079.0, 10056.0, 10071.0, 10023.0, 10036.0, 10085.0, 10000.0, 10053.0, 10014.0, 10063.0, 10121.0, 10034.0, 10060.0, 10044.0, 10069.0, 10004.0, 10031.0, 10113.0, 10045.0, 10024.0, 10000.0, 10028.0, 10002.0, 10036.0, 10099.0, 10054.0, 10051.0, 10020.0, 10047.0, 10017.0, 10034.0, 10095.0, 10052.0, 10044.0, 10067.0, 10088.0, 10062.0, 10052.0, 10119.0, 10057.0, 10040.0, 10062.0, 10118.0, 10091.0, 10153.0, 10086.0, 10109.0, 10030.0, 10040.0, 10120.0, 10060.0, 10101.0, 10061.0, 10080.0, 10045.0, 10012.0, 10071.0, 10035.0, 10073.0, 10037.0, 10046.0, 9995.0, 10011.0, 9984.0, 10031.0, 10096.0, 10056.0, 10083.0, 10042.0, 10065.0, 10053.0, 10070.0, 10068.0, 10104.0, 10075.0, 10083.0, 10042.0, 10069.0, 10081.0, 10048.0, 10104.0, 10075.0, 10136.0, 10046.0, 10035.0, 10036.0, 10027.0, 9992.0, 10039.0, 10041.0, 10042.0, 10001.0, 10044.0, 10069.0, 10034.0, 10057.0, 10003.0, 10047.0, 9991.0, 10032.0, 10068.0, 10023.0, 10065.0, 10008.0, 10049.0, 10022.0, 10036.0, 10091.0, 10046.0, 10072.0, 10034.0, 10072.0, 10015.0, 10056.0, 10098.0, 10058.0, 10102.0, 10066.0, 10072.0, 10033.0, 10068.0, 10062.0, 10081.0, 10151.0, 10106.0, 10104.0, 10043.0, 10086.0, 10032.0, 10083.0, 10044.0, 10068.0, 10025.0, 10104.0, 10083.0, 10133.0, 10090.0, 10160.0, 10146.0, 10128.0, 10092.0, 10047.0, 10076.0, 10031.0, 10085.0, 10065.0, 10078.0, 10031.0, 10029.0, 10070.0, 10023.0, 10074.0, 10047.0, 10069.0, 10054.0, 10098.0, 10063.0, 10011.0, 10063.0, 10099.0, 10044.0, 10085.0, 10052.0, 10059.0, 10101.0, 10060.0, 10068.0, 10126.0, 10049.0, 10117.0, 10040.0, 10093.0, 10088.0, 10028.0, 10087.0, 10008.0, 10040.0, 10024.0, 9963.0, 10033.0, 9958.0, 9947.0, 9911.0, 9926.0, 9968.0, 9936.0, 9962.0, 9959.0, 9957.0, 9966.0, 9948.0, 9967.0, 9925.0, 9973.0, 10014.0, 9976.0, 9981.0, 9958.0, 9989.0, 10013.0, 9968.0, 10052.0, 9992.0, 10047.0, 10019.0, 10048.0, 10076.0, 10022.0, 10049.0, 10048.0, 10080.0, 10083.0, 10064.0, 10090.0, 10049.0, 10086.0, 10047.0, 10080.0, 10034.0, 10059.0, 10115.0, 10060.0, 10126.0, 10081.0, 10090.0, 10012.0, 10080.0, 10040.0, 10117.0, 10088.0, 10054.0, 10083.0, 10069.0, 10141.0, 10201.0, 10138.0, 10148.0, 10083.0, 10081.0, 10036.0, 10098.0, 10109.0, 10059.0, 10139.0, 10056.0, 10074.0, 10012.0, 10057.0, 9998.0, 10027.0, 10053.0, 10007.0, 10076.0, 10032.0, 10055.0, 10013.0, 10038.0, 10010.0, 10040.0, 10002.0, 10048.0, 10097.0, 10044.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.0009319655172413794</td></tr>
<tr><td colspan=3>aqi</td><td>0.031247949425287358</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.70814872361333</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2378484804142693</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001990003878021</td></tr>
<tr><td colspan=3>efc</td><td>0.559</td></tr>
<tr><td colspan=3>fber</td><td>2928.0188</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12514008249543185</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.494252873563218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3539831258778148</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.204260583809969</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5900295746125193</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.267659219210956</td></tr>
<tr><td colspan=3>gcor</td><td>0.0179066</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02930048294365406</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0707789808511734</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.2654608714081474</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>10.6305</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.1635</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>291.9149</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>278186.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1369.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>480.4833</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1606</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.9423</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3666.0633</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3794.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>98358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.4656</td></tr>
<tr><td colspan=3>tsnr</td><td>33.42836461553816</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>