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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0077_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-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-01_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-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-04_task-social_acq-mb8_run-01_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-0077/ses-04/func/sub-0077_ses-04_task-social_acq-mb8_run-01_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>a216fc6e64dfa48226481185140f6aa1</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>21:04:1.562500</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.999617, -0.0207263, -0.0183467, 0.0204154, 0.999647, -0.0169742]</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.252</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-01_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.0915305</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7713, -7248, 767, -42, -127, -86, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.426</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>15915d35-a925-403f-a32b-1eb98bb9d360||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.681898832321167, 0.05477306619286537, -0.05046864598989487, 107.95767211914062], [0.05560719966888428, 2.681981086730957, -0.04480137676000595, -96.75068664550781], [-0.04922298341989517, 0.04554044082760811, 2.6991565227508545, -70.22222900390625], [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': ['210401.562500', '210402.022500', '210402.482500', '210402.942500', '210403.402500', '210403.862500', '210404.322500', '210404.782500', '210405.242500', '210405.702500', '210406.162500', '210406.622500', '210407.082500', '210407.542500', '210408.002500', '210408.462500', '210408.922500', '210409.382500', '210409.842500', '210410.302500', '210410.762500', '210411.222500', '210411.682500', '210412.142500', '210412.602500', '210413.062500', '210413.522500', '210413.982500', '210414.442500', '210414.902500', '210415.362500', '210415.822500', '210416.282500', '210416.742500', '210417.202500', '210417.662500', '210418.122500', '210418.582500', '210419.042500', '210419.502500', '210419.962500', '210420.422500', '210420.882500', '210421.342500', '210421.802500', '210422.262500', '210422.722500', '210423.182500', '210423.642500', '210424.102500', '210424.562500', '210425.022500', '210425.482500', '210425.942500', '210426.402500', '210426.862500', '210427.322500', '210427.782500', '210428.242500', '210428.702500', '210429.162500', '210429.622500', '210430.082500', '210430.542500', '210431.002500', '210431.462500', '210431.922500', '210432.382500', '210432.842500', '210433.302500', '210433.762500', '210434.222500', '210434.682500', '210435.142500', '210435.602500', '210436.062500', '210436.522500', '210436.982500', '210437.442500', '210437.902500', '210438.362500', '210438.822500', '210439.282500', '210439.742500', '210440.202500', '210440.662500', '210441.122500', '210441.582500', '210442.042500', '210442.502500', '210442.962500', '210443.422500', '210443.882500', '210444.342500', '210444.802500', '210445.262500', '210445.722500', '210446.182500', '210446.642500', '210447.102500', '210447.562500', '210448.022500', '210448.482500', '210448.942500', '210449.402500', '210449.862500', '210450.322500', '210450.782500', '210451.242500', '210451.702500', '210452.162500', '210452.622500', '210453.082500', '210453.542500', '210454.002500', '210454.462500', '210454.922500', '210455.382500', '210455.842500', '210456.302500', '210456.762500', '210457.222500', '210457.682500', '210458.142500', '210458.602500', '210459.062500', '210459.522500', '210459.982500', '210500.442500', '210500.902500', '210501.362500', '210501.822500', '210502.282500', '210502.742500', '210503.202500', '210503.662500', '210504.122500', '210504.582500', '210505.042500', '210505.502500', '210505.962500', '210506.422500', '210506.882500', '210507.342500', '210507.802500', '210508.262500', '210508.722500', '210509.182500', '210509.642500', '210510.102500', '210510.562500', '210511.022500', '210511.482500', '210511.942500', '210512.402500', '210512.862500', '210513.322500', '210513.782500', '210514.242500', '210514.702500', '210515.162500', '210515.622500', '210516.082500', '210516.542500', '210517.002500', '210517.462500', '210517.922500', '210518.382500', '210518.842500', '210519.302500', '210519.762500', '210520.222500', '210520.682500', '210521.142500', '210521.602500', '210522.062500', '210522.522500', '210522.982500', '210523.442500', '210523.902500', '210524.362500', '210524.822500', '210525.282500', '210525.742500', '210526.202500', '210526.662500', '210527.122500', '210527.582500', '210528.042500', '210528.502500', '210528.962500', '210529.422500', '210529.882500', '210530.342500', '210530.802500', '210531.262500', '210531.722500', '210532.182500', '210532.642500', '210533.102500', '210533.562500', '210534.022500', '210534.482500', '210534.942500', '210535.402500', '210535.862500', '210536.322500', '210536.782500', '210537.242500', '210537.702500', '210538.162500', '210538.622500', '210539.082500', '210539.542500', '210540.002500', '210540.462500', '210540.922500', '210541.382500', '210541.842500', '210542.302500', '210542.762500', '210543.222500', '210543.682500', '210544.142500', '210544.602500', '210545.062500', '210545.522500', '210545.982500', '210546.442500', '210546.902500', '210547.362500', '210547.822500', '210548.282500', '210548.742500', '210549.202500', '210549.662500', '210550.122500', '210550.582500', '210551.042500', '210551.502500', '210551.962500', '210552.422500', '210552.882500', '210553.342500', '210553.802500', '210554.262500', '210554.722500', '210555.182500', '210555.642500', '210556.102500', '210556.562500', '210557.022500', '210557.482500', '210557.942500', '210558.402500', '210558.862500', '210559.322500', '210559.782500', '210600.242500', '210600.702500', '210601.162500', '210601.622500', '210602.082500', '210602.542500', '210603.002500', '210603.462500', '210603.922500', '210604.382500', '210604.842500', '210605.302500', '210605.762500', '210606.222500', '210606.682500', '210607.142500', '210607.602500', '210608.062500', '210608.522500', '210608.982500', '210609.442500', '210609.902500', '210610.362500', '210610.822500', '210611.282500', '210611.742500', '210612.202500', '210612.662500', '210613.122500', '210613.582500', '210614.042500', '210614.502500', '210614.962500', '210615.422500', '210615.882500', '210616.342500', '210616.802500', '210617.262500', '210617.722500', '210618.182500', '210618.642500', '210619.102500', '210619.562500', '210620.022500', '210620.482500', '210620.942500', '210621.402500', '210621.862500', '210622.322500', '210622.782500', '210623.242500', '210623.702500', '210624.162500', '210624.622500', '210625.082500', '210625.542500', '210626.002500', '210626.462500', '210626.922500', '210627.382500', '210627.842500', '210628.302500', '210628.762500', '210629.222500', '210629.682500', '210630.142500', '210630.602500', '210631.062500', '210631.522500', '210631.982500', '210632.442500', '210632.902500', '210633.362500', '210633.822500', '210634.282500', '210634.742500', '210635.202500', '210635.662500', '210636.122500', '210636.582500', '210637.042500', '210637.502500', '210637.962500', '210638.422500', '210638.882500', '210639.342500', '210639.802500', '210640.262500', '210640.722500', '210641.182500', '210641.642500', '210642.102500', '210642.562500', '210643.022500', '210643.482500', '210643.942500', '210644.402500', '210644.862500', '210645.322500', '210645.782500', '210646.242500', '210646.702500', '210647.162500', '210647.622500', '210648.082500', '210648.542500', '210649.002500', '210649.462500', '210649.922500', '210650.382500', '210650.842500', '210651.302500', '210651.762500', '210652.222500', '210652.682500', '210653.142500', '210653.602500', '210654.062500', '210654.522500', '210654.982500', '210655.442500', '210655.902500', '210656.362500', '210656.822500', '210657.282500', '210657.742500', '210658.202500', '210658.662500', '210659.122500', '210659.582500', '210700.042500', '210700.502500', '210700.962500', '210701.422500', '210701.882500', '210702.342500', '210702.802500', '210703.262500', '210703.722500', '210704.182500', '210704.642500', '210705.102500', '210705.562500', '210706.022500', '210706.482500', '210706.942500', '210707.402500', '210707.862500', '210708.322500', '210708.782500', '210709.242500', '210709.702500', '210710.162500', '210710.622500', '210711.082500', '210711.542500', '210712.002500', '210712.462500', '210712.922500', '210713.382500', '210713.842500', '210714.302500', '210714.762500', '210715.222500', '210715.682500', '210716.142500', '210716.602500', '210717.062500', '210717.522500', '210717.982500', '210718.442500', '210718.902500', '210719.362500', '210719.822500', '210720.282500', '210720.742500', '210721.202500', '210721.662500', '210722.122500', '210722.582500', '210723.042500', '210723.502500', '210723.962500', '210724.422500', '210724.882500', '210725.342500', '210725.802500', '210726.262500', '210726.722500', '210727.182500', '210727.642500', '210728.102500', '210728.562500', '210729.022500', '210729.482500', '210729.942500', '210730.402500', '210730.862500', '210731.322500', '210731.782500', '210732.242500', '210732.702500', '210733.162500', '210733.622500', '210734.082500', '210734.542500', '210735.002500', '210735.462500', '210735.922500', '210736.382500', '210736.842500', '210737.302500', '210737.762500', '210738.222500', '210738.682500', '210739.142500', '210739.602500', '210740.062500', '210740.522500', '210740.982500', '210741.442500', '210741.902500', '210742.362500', '210742.822500', '210743.282500', '210743.742500', '210744.202500', '210744.662500', '210745.122500', '210745.582500', '210746.042500', '210746.502500', '210746.962500', '210747.422500', '210747.882500', '210748.342500', '210748.802500', '210749.262500', '210749.722500', '210750.182500', '210750.642500', '210751.102500', '210751.562500', '210752.022500', '210752.482500', '210752.942500', '210753.402500', '210753.862500', '210754.322500', '210754.782500', '210755.242500', '210755.702500', '210756.162500', '210756.622500', '210757.082500', '210757.542500', '210758.002500', '210758.462500', '210758.922500', '210759.382500', '210759.842500', '210800.302500', '210800.762500', '210801.222500', '210801.682500', '210802.142500', '210802.602500', '210803.062500', '210803.522500', '210803.982500', '210804.442500', '210804.902500', '210805.362500', '210805.822500', '210806.282500', '210806.742500', '210807.202500', '210807.662500', '210808.122500', '210808.582500', '210809.042500', '210809.502500', '210809.962500', '210810.422500', '210810.882500', '210811.342500', '210811.802500', '210812.262500', '210812.722500', '210813.182500', '210813.642500', '210814.102500', '210814.562500', '210815.022500', '210815.482500', '210815.942500', '210816.402500', '210816.862500', '210817.322500', '210817.782500', '210818.242500', '210818.702500', '210819.162500', '210819.622500', '210820.082500', '210820.542500', '210821.002500', '210821.462500', '210821.922500', '210822.382500', '210822.842500', '210823.302500', '210823.762500', '210824.222500', '210824.682500', '210825.142500', '210825.602500', '210826.062500', '210826.522500', '210826.982500', '210827.442500', '210827.902500', '210828.362500', '210828.822500', '210829.282500', '210829.742500', '210830.202500', '210830.662500', '210831.122500', '210831.582500', '210832.042500', '210832.502500', '210832.962500', '210833.422500', '210833.882500', '210834.342500', '210834.802500', '210835.262500', '210835.722500', '210836.182500', '210836.642500', '210837.102500', '210837.562500', '210838.022500', '210838.482500', '210838.942500', '210839.402500', '210839.862500', '210840.322500', '210840.782500', '210841.242500', '210841.702500', '210842.162500', '210842.622500', '210843.082500', '210843.542500', '210844.002500', '210844.462500', '210844.922500', '210845.382500', '210845.842500', '210846.302500', '210846.762500', '210847.222500', '210847.682500', '210848.142500', '210848.602500', '210849.062500', '210849.522500', '210849.982500', '210850.442500', '210850.902500', '210851.362500', '210851.822500', '210852.282500', '210852.742500', '210853.202500', '210853.662500', '210854.122500', '210854.582500', '210855.042500', '210855.502500', '210855.962500', '210856.422500', '210856.882500', '210857.342500', '210857.802500', '210858.262500', '210858.722500', '210859.182500', '210859.642500', '210900.102500', '210900.562500', '210901.022500', '210901.482500', '210901.942500', '210902.402500', '210902.862500', '210903.322500', '210903.782500', '210904.242500', '210904.702500', '210905.162500', '210905.622500', '210906.082500', '210906.542500', '210907.002500', '210907.462500', '210907.922500', '210908.382500', '210908.842500', '210909.302500', '210909.762500', '210910.222500', '210910.682500', '210911.142500', '210911.602500', '210912.062500', '210912.522500', '210912.982500', '210913.442500', '210913.902500', '210914.362500', '210914.822500', '210915.282500', '210915.742500', '210916.202500', '210916.662500', '210917.122500', '210917.582500', '210918.042500', '210918.502500', '210918.962500', '210919.422500', '210919.882500', '210920.342500', '210920.802500', '210921.262500', '210921.722500', '210922.182500', '210922.642500', '210923.102500', '210923.562500', '210924.022500', '210924.482500', '210924.942500', '210925.402500', '210925.862500', '210926.322500', '210926.782500', '210927.242500', '210927.702500', '210928.162500', '210928.622500', '210929.082500', '210929.542500', '210930.002500', '210930.462500', '210930.922500', '210931.382500', '210931.842500', '210932.302500', '210932.762500', '210933.222500', '210933.682500', '210934.142500', '210934.602500', '210935.062500', '210935.522500', '210935.982500', '210936.442500', '210936.902500', '210937.362500', '210937.822500', '210938.282500', '210938.742500', '210939.202500', '210939.662500', '210940.122500', '210940.582500', '210941.042500', '210941.502500', '210941.962500', '210942.422500', '210942.882500', '210943.342500', '210943.802500', '210944.262500', '210944.722500', '210945.182500', '210945.642500', '210946.102500', '210946.562500', '210947.022500', '210947.482500', '210947.942500', '210948.402500', '210948.862500', '210949.322500', '210949.782500', '210950.242500', '210950.702500', '210951.162500', '210951.622500', '210952.082500', '210952.542500', '210953.002500', '210953.462500', '210953.922500', '210954.382500', '210954.842500', '210955.302500', '210955.762500', '210956.222500', '210956.682500', '210957.142500', '210957.602500', '210958.062500', '210958.522500', '210958.982500', '210959.442500', '210959.902500', '211000.362500', '211000.822500', '211001.282500', '211001.742500', '211002.202500', '211002.662500', '211003.122500', '211003.582500', '211004.042500', '211004.502500', '211004.962500', '211005.422500', '211005.882500', '211006.342500', '211006.802500', '211007.262500', '211007.722500', '211008.182500', '211008.642500', '211009.102500', '211009.562500', '211010.022500', '211010.482500', '211010.942500', '211011.402500', '211011.862500', '211012.322500', '211012.782500', '211013.242500', '211013.702500', '211014.162500', '211014.622500', '211015.082500', '211015.542500', '211016.002500', '211016.462500', '211016.922500', '211017.382500', '211017.842500', '211018.302500', '211018.762500', '211019.222500', '211019.682500', '211020.142500', '211020.602500', '211021.062500', '211021.522500', '211021.982500', '211022.442500', '211022.902500', '211023.362500', '211023.822500', '211024.282500', '211024.742500', '211025.202500', '211025.662500', '211026.122500', '211026.582500', '211027.042500', '211027.502500', '211027.962500', '211028.422500', '211028.882500', '211029.342500', '211029.802500', '211030.262500', '211030.722500', '211031.182500', '211031.642500', '211032.102500', '211032.562500', '211033.022500', '211033.482500', '211033.942500', '211034.402500', '211034.862500', '211035.322500', '211035.782500', '211036.242500', '211036.702500', '211037.162500', '211037.622500', '211038.082500', '211038.542500', '211039.002500', '211039.462500', '211039.922500', '211040.382500', '211040.842500', '211041.302500', '211041.762500', '211042.222500'], 'ContentTime': ['210424.771000', '210424.774000', '210424.777000', '210424.779000', '210424.783000', '210424.786000', '210424.788000', '210424.791000', '210424.794000', '210424.796000', '210424.799000', '210424.801000', '210424.804000', '210424.807000', '210424.809000', '210424.812000', '210424.814000', '210424.817000', '210424.819000', '210424.822000', '210424.825000', '210424.827000', '210424.830000', '210424.832000', '210424.835000', '210424.837000', '210424.840000', '210424.843000', '210424.845000', '210424.848000', '210424.850000', '210424.853000', '210424.861000', '210424.863000', '210424.866000', '210424.868000', '210424.871000', '210424.874000', '210424.876000', '210424.879000', '210424.881000', '210424.884000', '210424.886000', '210424.889000', '210424.891000', '210424.894000', '210424.897000', '210424.899000', '210444.744000', '210444.746000', '210444.749000', '210444.752000', '210444.754000', '210444.757000', '210444.759000', '210444.762000', '210444.765000', '210444.767000', '210444.770000', '210444.772000', '210444.775000', '210444.777000', '210444.780000', '210444.783000', '210444.785000', '210444.788000', '210444.790000', '210444.793000', '210444.795000', '210444.798000', '210444.800000', '210444.803000', '210444.806000', '210444.808000', '210444.811000', '210444.813000', '210444.816000', '210444.818000', '210444.821000', '210444.823000', '210444.826000', '210444.829000', '210444.831000', '210444.834000', '210444.836000', '210444.839000', '210444.842000', '210444.844000', '210444.847000', '210444.849000', '210444.852000', '210504.742000', '210504.745000', '210504.748000', '210504.751000', '210504.753000', '210504.756000', '210504.758000', '210504.769000', '210504.772000', '210504.775000', '210504.777000', '210504.780000', '210504.783000', '210504.796000', '210504.799000', '210504.801000', '210504.804000', '210504.806000', '210504.809000', '210504.812000', '210504.814000', '210504.817000', '210504.819000', '210504.822000', '210504.825000', '210504.827000', '210504.830000', '210504.832000', '210504.835000', '210504.837000', '210504.840000', '210504.843000', '210504.845000', '210504.848000', '210504.850000', '210504.853000', '210504.856000', '210504.858000', '210504.861000', '210504.863000', '210504.866000', '210504.868000', '210504.871000', '210524.742000', '210524.745000', '210524.748000', '210524.751000', '210524.753000', '210524.756000', '210524.758000', '210524.761000', '210524.764000', '210524.766000', '210524.769000', '210524.771000', '210524.774000', '210524.776000', '210524.779000', '210524.782000', '210524.784000', '210524.787000', '210524.789000', '210524.792000', '210524.795000', '210524.797000', '210524.800000', '210524.802000', '210524.805000', '210524.808000', '210524.810000', '210524.813000', '210524.815000', '210524.818000', '210524.821000', '210524.823000', '210524.826000', '210524.828000', '210524.831000', '210524.834000', '210524.836000', '210524.839000', '210524.841000', '210524.844000', '210524.847000', '210524.849000', '210524.852000', '210524.855000', '210544.743000', '210544.746000', '210544.749000', '210544.752000', '210544.754000', '210544.757000', '210544.760000', '210544.762000', '210544.765000', '210544.767000', '210544.770000', '210544.773000', '210544.775000', '210544.778000', '210544.780000', '210544.783000', '210544.786000', '210544.788000', '210544.791000', '210544.793000', '210544.796000', '210544.799000', '210544.801000', '210544.804000', '210544.807000', '210544.809000', '210544.812000', '210544.814000', '210544.817000', '210544.820000', '210544.822000', '210544.825000', '210544.828000', '210544.830000', '210544.833000', '210544.836000', '210544.838000', '210544.845000', '210544.848000', '210544.851000', '210544.853000', '210544.856000', '210544.858000', '210544.861000', '210604.742000', '210604.745000', '210604.748000', '210604.750000', '210604.753000', '210604.756000', '210604.758000', '210604.761000', '210604.764000', '210604.766000', '210604.769000', '210604.771000', '210604.774000', '210604.777000', '210604.779000', '210604.782000', '210604.784000', '210604.787000', '210604.790000', '210604.792000', '210604.795000', '210604.797000', '210604.800000', '210604.831000', '210604.834000', '210604.836000', '210604.839000', '210604.841000', '210604.844000', '210604.846000', '210604.849000', '210604.852000', '210604.854000', '210604.857000', '210604.859000', '210604.862000', '210604.865000', '210604.867000', '210604.870000', '210604.873000', '210604.875000', '210604.878000', '210604.880000', '210624.742000', '210624.745000', '210624.748000', '210624.751000', '210624.753000', '210624.756000', '210624.759000', '210624.761000', '210624.764000', '210624.766000', '210624.769000', '210624.771000', '210624.774000', '210624.777000', '210624.779000', '210624.782000', '210624.784000', '210624.787000', '210624.790000', '210624.792000', '210624.795000', '210624.797000', '210624.855000', '210624.858000', '210624.860000', '210624.863000', '210624.865000', '210624.868000', '210624.871000', '210624.873000', '210624.876000', '210624.878000', '210624.881000', '210624.883000', '210624.886000', '210624.889000', '210624.891000', '210624.894000', '210624.896000', '210624.899000', '210624.902000', '210624.904000', '210624.907000', '210644.744000', '210644.746000', '210644.749000', '210644.778000', '210644.781000', '210644.784000', '210644.786000', '210644.789000', '210644.792000', '210644.794000', '210644.797000', '210644.799000', '210644.802000', '210644.804000', '210644.807000', '210644.810000', '210644.812000', '210644.815000', '210644.817000', '210644.820000', '210644.822000', '210644.825000', '210644.827000', '210644.836000', '210644.839000', '210644.842000', '210644.844000', '210644.847000', '210644.849000', '210644.852000', '210644.854000', '210644.857000', '210644.860000', '210644.862000', '210644.865000', '210644.867000', '210644.870000', '210644.872000', '210644.875000', '210644.878000', '210644.880000', '210644.883000', '210644.885000', '210644.888000', '210704.743000', '210704.746000', '210704.749000', '210704.752000', '210704.754000', '210704.757000', '210704.759000', '210704.762000', '210704.765000', '210704.767000', '210704.770000', '210704.772000', '210704.775000', '210704.777000', '210704.780000', '210704.783000', '210704.786000', '210704.789000', '210704.791000', '210704.794000', '210704.797000', '210704.799000', '210704.828000', '210704.831000', '210704.833000', '210704.836000', '210704.839000', '210704.841000', '210704.844000', '210704.846000', '210704.849000', '210704.852000', '210704.854000', '210704.857000', '210704.859000', '210704.862000', '210704.864000', '210704.867000', '210704.870000', '210704.872000', '210704.875000', '210704.878000', '210704.880000', '210704.883000', '210724.742000', '210724.745000', '210724.748000', '210724.752000', '210724.754000', '210724.757000', '210724.759000', '210724.762000', '210724.765000', '210724.767000', '210724.770000', '210724.772000', '210724.775000', '210724.778000', '210724.780000', '210724.783000', '210724.785000', '210724.788000', '210724.791000', '210724.793000', '210724.796000', '210724.798000', '210724.854000', '210724.856000', '210724.859000', '210724.861000', '210724.864000', '210724.867000', '210724.869000', '210724.872000', '210724.874000', '210724.877000', '210724.879000', '210724.882000', '210724.885000', '210724.887000', '210724.890000', '210724.892000', '210724.895000', '210724.898000', '210724.900000', '210724.903000', '210724.905000', '210744.743000', '210744.745000', '210744.748000', '210744.751000', '210744.753000', '210744.756000', '210744.758000', '210744.761000', '210744.764000', '210744.766000', '210744.769000', '210744.771000', '210744.774000', '210744.776000', '210744.779000', '210744.782000', '210744.784000', '210744.787000', '210744.789000', '210744.792000', '210744.794000', '210744.797000', '210744.829000', '210744.831000', '210744.834000', '210744.836000', '210744.839000', '210744.842000', '210744.844000', '210744.847000', '210744.849000', '210744.852000', '210744.855000', '210744.857000', '210744.860000', '210744.863000', '210744.865000', '210744.868000', '210744.870000', '210744.873000', '210744.876000', '210744.878000', '210744.881000', '210804.743000', '210804.745000', '210804.748000', '210804.751000', '210804.753000', '210804.756000', '210804.758000', '210804.761000', '210804.763000', '210804.766000', '210804.769000', '210804.771000', '210804.774000', '210804.776000', '210804.779000', '210804.782000', '210804.784000', '210804.787000', '210804.790000', '210804.792000', '210804.795000', '210804.797000', '210804.800000', '210804.803000', '210804.805000', '210804.808000', '210804.811000', '210804.813000', '210804.827000', '210804.830000', '210804.832000', '210804.835000', '210804.838000', '210804.840000', '210804.843000', '210804.845000', '210804.848000', '210804.851000', '210804.853000', '210804.856000', '210804.858000', '210804.861000', '210804.864000', '210804.866000', '210824.743000', '210824.745000', '210824.748000', '210824.751000', '210824.753000', '210824.756000', '210824.759000', '210824.761000', '210824.764000', '210824.766000', '210824.769000', '210824.771000', '210824.774000', '210824.777000', '210824.779000', '210824.782000', '210824.784000', '210824.787000', '210824.790000', '210824.792000', '210824.795000', '210824.797000', '210824.840000', '210824.843000', '210824.846000', '210824.848000', '210824.851000', '210824.853000', '210824.856000', '210824.859000', '210824.861000', '210824.864000', '210824.866000', '210824.869000', '210824.871000', '210824.874000', '210824.877000', '210824.880000', '210824.883000', '210824.885000', '210824.888000', '210824.890000', '210824.893000', '210844.742000', '210844.745000', '210844.748000', '210844.750000', '210844.753000', '210844.756000', '210844.758000', '210844.761000', '210844.763000', '210844.766000', '210844.768000', '210844.771000', '210844.774000', '210844.776000', '210844.779000', '210844.782000', '210844.784000', '210844.787000', '210844.789000', '210844.792000', '210844.795000', '210844.797000', '210844.880000', '210844.882000', '210844.885000', '210844.887000', '210844.890000', '210844.893000', '210844.895000', '210844.898000', '210844.900000', '210844.903000', '210844.906000', '210844.908000', '210844.911000', '210844.913000', '210844.916000', '210844.919000', '210844.921000', '210844.924000', '210844.926000', '210844.929000', '210844.932000', '210844.934000', '210904.744000', '210904.747000', '210904.749000', '210904.752000', '210904.754000', '210904.757000', '210904.760000', '210904.762000', '210904.765000', '210904.767000', '210904.770000', '210904.773000', '210904.775000', '210904.778000', '210904.780000', '210904.783000', '210904.787000', '210904.790000', '210904.792000', '210904.795000', '210904.798000', '210904.845000', '210904.847000', '210904.850000', '210904.853000', '210904.855000', '210904.858000', '210904.861000', '210904.863000', '210904.866000', '210904.868000', '210904.871000', '210904.873000', '210904.876000', '210904.879000', '210904.881000', '210904.884000', '210904.886000', '210904.889000', '210904.892000', '210904.894000', '210904.897000', '210904.900000', '210924.744000', '210924.747000', '210924.749000', '210924.752000', '210924.754000', '210924.757000', '210924.760000', '210924.762000', '210924.765000', '210924.767000', '210924.770000', '210924.773000', '210924.775000', '210924.778000', '210924.780000', '210924.783000', '210924.786000', '210924.788000', '210924.791000', '210924.793000', '210924.796000', '210924.799000', '210924.837000', '210924.839000', '210924.842000', '210924.844000', '210924.847000', '210924.850000', '210924.852000', '210924.855000', '210924.857000', '210924.860000', '210924.863000', '210924.865000', '210924.868000', '210924.871000', '210924.873000', '210924.876000', '210924.878000', '210924.881000', '210924.884000', '210924.886000', '210924.889000', '210924.891000', '210944.743000', '210944.745000', '210944.748000', '210944.751000', '210944.753000', '210944.756000', '210944.759000', '210944.761000', '210944.764000', '210944.766000', '210944.769000', '210944.772000', '210944.774000', '210944.777000', '210944.779000', '210944.782000', '210944.785000', '210944.787000', '210944.790000', '210944.793000', '210944.795000', '210944.798000', '210944.800000', '210944.803000', '210944.806000', '210944.808000', '210944.811000', '210944.814000', '210944.816000', '210944.819000', '210944.821000', '210944.824000', '210944.826000', '210944.829000', '210944.832000', '210944.834000', '210944.837000', '210944.840000', '210944.842000', '210944.845000', '210944.848000', '210944.851000', '210944.853000', '211004.742000', '211004.745000', '211004.748000', '211004.751000', '211004.753000', '211004.756000', '211004.758000', '211004.761000', '211004.764000', '211004.766000', '211004.769000', '211004.771000', '211004.774000', '211004.777000', '211004.779000', '211004.782000', '211004.784000', '211004.787000', '211004.790000', '211004.792000', '211004.796000', '211004.799000', '211004.874000', '211004.877000', '211004.880000', '211004.882000', '211004.885000', '211004.887000', '211004.890000', '211004.893000', '211004.895000', '211004.898000', '211004.900000', '211004.903000', '211004.905000', '211004.908000', '211004.911000', '211004.913000', '211004.916000', '211004.919000', '211004.921000', '211004.924000', '211004.926000', '211004.929000', '211024.743000', '211024.745000', '211024.748000', '211024.751000', '211024.753000', '211024.756000', '211024.758000', '211024.761000', '211024.764000', '211024.766000', '211024.769000', '211024.771000', '211024.774000', '211024.776000', '211024.779000', '211024.782000', '211024.784000', '211024.787000', '211024.789000', '211024.792000', '211024.795000', '211024.797000', '211024.848000', '211024.851000', '211024.853000', '211024.856000', '211024.859000', '211024.861000', '211024.864000', '211024.866000', '211024.869000', '211024.872000', '211024.874000', '211024.877000', '211024.879000', '211024.882000', '211024.885000', '211024.887000', '211024.890000', '211024.893000', '211024.895000', '211024.898000', '211024.900000', '211043.689000', '211043.692000', '211043.694000', '211043.697000', '211043.700000', '211043.702000', '211043.705000', '211043.708000', '211043.711000', '211043.713000', '211043.716000', '211043.719000', '211043.721000', '211043.724000', '211043.727000', '211043.730000', '211043.732000', '211043.735000', '211043.738000', '211043.741000', '211043.744000', '211043.749000', '211043.757000', '211043.760000', '211043.764000', '211043.767000', '211043.769000', '211043.772000', '211043.781000', '211043.784000', '211043.787000', '211043.790000', '211043.793000', '211043.796000', '211043.799000', '211043.801000', '211043.804000', '211043.807000', '211043.809000', '211043.812000', '211043.814000', '211043.817000'], 'InstanceCreationTime': ['210424.771000', '210424.774000', '210424.777000', '210424.779000', '210424.783000', '210424.786000', '210424.788000', '210424.791000', '210424.794000', '210424.796000', '210424.799000', '210424.801000', '210424.804000', '210424.807000', '210424.809000', '210424.812000', '210424.814000', '210424.817000', '210424.819000', '210424.822000', '210424.825000', '210424.827000', '210424.830000', '210424.832000', '210424.835000', '210424.837000', '210424.840000', '210424.843000', '210424.845000', '210424.848000', '210424.850000', '210424.853000', '210424.861000', '210424.863000', '210424.866000', '210424.868000', '210424.871000', '210424.874000', '210424.876000', '210424.879000', '210424.881000', '210424.884000', '210424.886000', '210424.889000', '210424.891000', '210424.894000', '210424.897000', '210424.899000', '210444.744000', '210444.746000', '210444.749000', '210444.752000', '210444.754000', '210444.757000', '210444.759000', '210444.762000', '210444.765000', '210444.767000', '210444.770000', '210444.772000', '210444.775000', '210444.777000', '210444.780000', '210444.783000', '210444.785000', '210444.788000', '210444.790000', '210444.793000', '210444.795000', '210444.798000', '210444.800000', '210444.803000', '210444.806000', '210444.808000', '210444.811000', '210444.813000', '210444.816000', '210444.818000', '210444.821000', '210444.823000', '210444.826000', '210444.829000', '210444.831000', '210444.834000', '210444.836000', '210444.839000', '210444.842000', '210444.844000', '210444.847000', '210444.849000', '210444.852000', '210504.742000', '210504.745000', '210504.748000', '210504.751000', '210504.753000', '210504.756000', '210504.758000', '210504.769000', '210504.772000', '210504.775000', '210504.777000', '210504.780000', '210504.783000', '210504.796000', '210504.799000', '210504.801000', '210504.804000', '210504.806000', '210504.809000', '210504.812000', '210504.814000', '210504.817000', '210504.819000', '210504.822000', '210504.825000', '210504.827000', '210504.830000', '210504.832000', '210504.835000', '210504.837000', '210504.840000', '210504.843000', '210504.845000', '210504.848000', '210504.850000', '210504.853000', '210504.856000', '210504.858000', '210504.861000', '210504.863000', '210504.866000', '210504.868000', '210504.871000', '210524.742000', '210524.745000', '210524.748000', '210524.751000', '210524.753000', '210524.756000', '210524.758000', '210524.761000', '210524.764000', '210524.766000', '210524.769000', '210524.771000', '210524.774000', '210524.776000', '210524.779000', '210524.782000', '210524.784000', '210524.787000', '210524.789000', '210524.792000', '210524.795000', '210524.797000', '210524.800000', '210524.802000', '210524.805000', '210524.808000', '210524.810000', '210524.813000', '210524.815000', '210524.818000', '210524.821000', '210524.823000', '210524.826000', '210524.828000', '210524.831000', '210524.834000', '210524.836000', '210524.839000', '210524.841000', '210524.844000', '210524.847000', '210524.849000', '210524.852000', '210524.855000', '210544.743000', '210544.746000', '210544.749000', '210544.752000', '210544.754000', '210544.757000', '210544.760000', '210544.762000', '210544.765000', '210544.767000', '210544.770000', '210544.773000', '210544.775000', '210544.778000', '210544.780000', '210544.783000', '210544.786000', '210544.788000', '210544.791000', '210544.793000', '210544.796000', '210544.799000', '210544.801000', '210544.804000', '210544.807000', '210544.809000', '210544.812000', '210544.814000', '210544.817000', '210544.820000', '210544.822000', '210544.825000', '210544.828000', '210544.830000', '210544.833000', '210544.836000', '210544.838000', '210544.845000', '210544.848000', '210544.851000', '210544.853000', '210544.856000', '210544.858000', '210544.861000', '210604.742000', '210604.745000', '210604.748000', '210604.750000', '210604.753000', '210604.756000', '210604.758000', '210604.761000', '210604.764000', '210604.766000', '210604.769000', '210604.771000', '210604.774000', '210604.777000', '210604.779000', '210604.782000', '210604.784000', '210604.787000', '210604.790000', '210604.792000', '210604.795000', '210604.797000', '210604.800000', '210604.831000', '210604.834000', '210604.836000', '210604.839000', '210604.841000', '210604.844000', '210604.846000', '210604.849000', '210604.852000', '210604.854000', '210604.857000', '210604.859000', '210604.862000', '210604.865000', '210604.867000', '210604.870000', '210604.873000', '210604.875000', '210604.878000', '210604.880000', '210624.742000', '210624.745000', '210624.748000', '210624.751000', '210624.753000', '210624.756000', '210624.759000', '210624.761000', '210624.764000', '210624.766000', '210624.769000', '210624.771000', '210624.774000', '210624.777000', '210624.779000', '210624.782000', '210624.784000', '210624.787000', '210624.790000', '210624.792000', '210624.795000', '210624.797000', '210624.855000', '210624.858000', '210624.860000', '210624.863000', '210624.865000', '210624.868000', '210624.871000', '210624.873000', '210624.876000', '210624.878000', '210624.881000', '210624.883000', '210624.886000', '210624.889000', '210624.891000', '210624.894000', '210624.896000', '210624.899000', '210624.902000', '210624.904000', '210624.907000', '210644.744000', '210644.746000', '210644.749000', '210644.778000', '210644.781000', '210644.784000', '210644.786000', '210644.789000', '210644.792000', '210644.794000', '210644.797000', '210644.799000', '210644.802000', '210644.804000', '210644.807000', '210644.810000', '210644.812000', '210644.815000', '210644.817000', '210644.820000', '210644.822000', '210644.825000', '210644.827000', '210644.836000', '210644.839000', '210644.842000', '210644.844000', '210644.847000', '210644.849000', '210644.852000', '210644.854000', '210644.857000', '210644.860000', '210644.862000', '210644.865000', '210644.867000', '210644.870000', '210644.872000', '210644.875000', '210644.878000', '210644.880000', '210644.883000', '210644.885000', '210644.888000', '210704.743000', '210704.746000', '210704.749000', '210704.752000', '210704.754000', '210704.757000', '210704.759000', '210704.762000', '210704.765000', '210704.767000', '210704.770000', '210704.772000', '210704.775000', '210704.777000', '210704.780000', '210704.783000', '210704.786000', '210704.789000', '210704.791000', '210704.794000', '210704.797000', '210704.799000', '210704.828000', '210704.831000', '210704.833000', '210704.836000', '210704.839000', '210704.841000', '210704.844000', '210704.846000', '210704.849000', '210704.852000', '210704.854000', '210704.857000', '210704.859000', '210704.862000', '210704.864000', '210704.867000', '210704.870000', '210704.872000', '210704.875000', '210704.878000', '210704.880000', '210704.883000', '210724.742000', '210724.745000', '210724.748000', '210724.752000', '210724.754000', '210724.757000', '210724.759000', '210724.762000', '210724.765000', '210724.767000', '210724.770000', '210724.772000', '210724.775000', '210724.778000', '210724.780000', '210724.783000', '210724.785000', '210724.788000', '210724.791000', '210724.793000', '210724.796000', '210724.798000', '210724.854000', '210724.856000', '210724.859000', '210724.861000', '210724.864000', '210724.867000', '210724.869000', '210724.872000', '210724.874000', '210724.877000', '210724.879000', '210724.882000', '210724.885000', '210724.887000', '210724.890000', '210724.892000', '210724.895000', '210724.898000', '210724.900000', '210724.903000', '210724.905000', '210744.743000', '210744.745000', '210744.748000', '210744.751000', '210744.753000', '210744.756000', '210744.758000', '210744.761000', '210744.764000', '210744.766000', '210744.769000', '210744.771000', '210744.774000', '210744.776000', '210744.779000', '210744.782000', '210744.784000', '210744.787000', '210744.789000', '210744.792000', '210744.794000', '210744.797000', '210744.829000', '210744.831000', '210744.834000', '210744.836000', '210744.839000', '210744.842000', '210744.844000', '210744.847000', '210744.849000', '210744.852000', '210744.855000', '210744.857000', '210744.860000', '210744.863000', '210744.865000', '210744.868000', '210744.870000', '210744.873000', '210744.876000', '210744.878000', '210744.881000', '210804.743000', '210804.745000', '210804.748000', '210804.751000', '210804.753000', '210804.756000', '210804.758000', '210804.761000', '210804.763000', '210804.766000', '210804.769000', '210804.771000', '210804.774000', '210804.776000', '210804.779000', '210804.782000', '210804.784000', '210804.787000', '210804.790000', '210804.792000', '210804.795000', '210804.797000', '210804.800000', '210804.803000', '210804.805000', '210804.808000', '210804.811000', '210804.813000', '210804.827000', '210804.830000', '210804.832000', '210804.835000', '210804.838000', '210804.840000', '210804.843000', '210804.845000', '210804.848000', '210804.851000', '210804.853000', '210804.856000', '210804.858000', '210804.861000', '210804.864000', '210804.866000', '210824.743000', '210824.745000', '210824.748000', '210824.751000', '210824.753000', '210824.756000', '210824.759000', '210824.761000', '210824.764000', '210824.766000', '210824.769000', '210824.771000', '210824.774000', '210824.777000', '210824.779000', '210824.782000', '210824.784000', '210824.787000', '210824.790000', '210824.792000', '210824.795000', '210824.797000', '210824.840000', '210824.843000', '210824.846000', '210824.848000', '210824.851000', '210824.853000', '210824.856000', '210824.859000', '210824.861000', '210824.864000', '210824.866000', '210824.869000', '210824.871000', '210824.874000', '210824.877000', '210824.880000', '210824.883000', '210824.885000', '210824.888000', '210824.890000', '210824.893000', '210844.742000', '210844.745000', '210844.748000', '210844.750000', '210844.753000', '210844.756000', '210844.758000', '210844.761000', '210844.763000', '210844.766000', '210844.768000', '210844.771000', '210844.774000', '210844.776000', '210844.779000', '210844.782000', '210844.784000', '210844.787000', '210844.789000', '210844.792000', '210844.795000', '210844.797000', '210844.880000', '210844.882000', '210844.885000', '210844.887000', '210844.890000', '210844.893000', '210844.895000', '210844.898000', '210844.900000', '210844.903000', '210844.906000', '210844.908000', '210844.911000', '210844.913000', '210844.916000', '210844.919000', '210844.921000', '210844.924000', '210844.926000', '210844.929000', '210844.932000', '210844.934000', '210904.744000', '210904.747000', '210904.749000', '210904.752000', '210904.754000', '210904.757000', '210904.760000', '210904.762000', '210904.765000', '210904.767000', '210904.770000', '210904.773000', '210904.775000', '210904.778000', '210904.780000', '210904.783000', '210904.787000', '210904.790000', '210904.792000', '210904.795000', '210904.798000', '210904.845000', '210904.847000', '210904.850000', '210904.853000', '210904.855000', '210904.858000', '210904.861000', '210904.863000', '210904.866000', '210904.868000', '210904.871000', '210904.873000', '210904.876000', '210904.879000', '210904.881000', '210904.884000', '210904.886000', '210904.889000', '210904.892000', '210904.894000', '210904.897000', '210904.900000', '210924.744000', '210924.747000', '210924.749000', '210924.752000', '210924.754000', '210924.757000', '210924.760000', '210924.762000', '210924.765000', '210924.767000', '210924.770000', '210924.773000', '210924.775000', '210924.778000', '210924.780000', '210924.783000', '210924.786000', '210924.788000', '210924.791000', '210924.793000', '210924.796000', '210924.799000', '210924.837000', '210924.839000', '210924.842000', '210924.844000', '210924.847000', '210924.850000', '210924.852000', '210924.855000', '210924.857000', '210924.860000', '210924.863000', '210924.865000', '210924.868000', '210924.871000', '210924.873000', '210924.876000', '210924.878000', '210924.881000', '210924.884000', '210924.886000', '210924.889000', '210924.891000', '210944.743000', '210944.745000', '210944.748000', '210944.751000', '210944.753000', '210944.756000', '210944.759000', '210944.761000', '210944.764000', '210944.766000', '210944.769000', '210944.772000', '210944.774000', '210944.777000', '210944.779000', '210944.782000', '210944.785000', '210944.787000', '210944.790000', '210944.793000', '210944.795000', '210944.798000', '210944.800000', '210944.803000', '210944.806000', '210944.808000', '210944.811000', '210944.814000', '210944.816000', '210944.819000', '210944.821000', '210944.824000', '210944.826000', '210944.829000', '210944.832000', '210944.834000', '210944.837000', '210944.840000', '210944.842000', '210944.845000', '210944.848000', '210944.851000', '210944.853000', '211004.742000', '211004.745000', '211004.748000', '211004.751000', '211004.753000', '211004.756000', '211004.758000', '211004.761000', '211004.764000', '211004.766000', '211004.769000', '211004.771000', '211004.774000', '211004.777000', '211004.779000', '211004.782000', '211004.784000', '211004.787000', '211004.790000', '211004.792000', '211004.796000', '211004.799000', '211004.874000', '211004.877000', '211004.880000', '211004.882000', '211004.885000', '211004.887000', '211004.890000', '211004.893000', '211004.895000', '211004.898000', '211004.900000', '211004.903000', '211004.905000', '211004.908000', '211004.911000', '211004.913000', '211004.916000', '211004.919000', '211004.921000', '211004.924000', '211004.926000', '211004.929000', '211024.743000', '211024.745000', '211024.748000', '211024.751000', '211024.753000', '211024.756000', '211024.758000', '211024.761000', '211024.764000', '211024.766000', '211024.769000', '211024.771000', '211024.774000', '211024.776000', '211024.779000', '211024.782000', '211024.784000', '211024.787000', '211024.789000', '211024.792000', '211024.795000', '211024.797000', '211024.848000', '211024.851000', '211024.853000', '211024.856000', '211024.859000', '211024.861000', '211024.864000', '211024.866000', '211024.869000', '211024.872000', '211024.874000', '211024.877000', '211024.879000', '211024.882000', '211024.885000', '211024.887000', '211024.890000', '211024.893000', '211024.895000', '211024.898000', '211024.900000', '211043.689000', '211043.692000', '211043.694000', '211043.697000', '211043.700000', '211043.702000', '211043.705000', '211043.708000', '211043.711000', '211043.713000', '211043.716000', '211043.719000', '211043.721000', '211043.724000', '211043.727000', '211043.730000', '211043.732000', '211043.735000', '211043.738000', '211043.741000', '211043.744000', '211043.749000', '211043.757000', '211043.760000', '211043.764000', '211043.767000', '211043.769000', '211043.772000', '211043.781000', '211043.784000', '211043.787000', '211043.790000', '211043.793000', '211043.796000', '211043.799000', '211043.801000', '211043.804000', '211043.807000', '211043.809000', '211043.812000', '211043.814000', '211043.817000'], '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': [15922, 12470, 14348, 11821, 15807, 13576, 16498, 12090, 11179, 12280, 15683, 15273, 11091, 14995, 9416, 14192, 10710, 15685, 12215, 13443, 10992, 15122, 13423, 15744, 12141, 15320, 11921, 16478, 13809, 17385, 11539, 14518, 12096, 15185, 13248, 16631, 10586, 14455, 11565, 15497, 12498, 16204, 10833, 15129, 11447, 15557, 11374, 10406, 10537, 14782, 15589, 10285, 14688, 10881, 13528, 12060, 16593, 12814, 10644, 12560, 10228, 15468, 13426, 15856, 10270, 11847, 13891, 14038, 17831, 12663, 15438, 10713, 12956, 11657, 14136, 11921, 11552, 9889, 12988, 12324, 14352, 10857, 10027, 12496, 16489, 15222, 11298, 13322, 13641, 13880, 17179, 14483, 9835, 11820, 13818, 14077, 13316, 13906, 9938, 12311, 13641, 15141, 11784, 14346, 9379, 12449, 10143, 16053, 10885, 15257, 11810, 15405, 9868, 15753, 9246, 13544, 9382, 14981, 10354, 15220, 9575, 12777, 10060, 15431, 10299, 15263, 9018, 12996, 9065, 15770, 10129, 15780, 12548, 13494, 11180, 15252, 12572, 15428, 10537, 12409, 10302, 17363, 13209, 11845, 9767, 17528, 13011, 15306, 10415, 14848, 11610, 15712, 9447, 12999, 9523, 10199, 16247, 12436, 10460, 8924, 11269, 12580, 9708, 12505, 9480, 14386, 10892, 14176, 10298, 14730, 12760, 14748, 13700, 9783, 16348, 13399, 12131, 9050, 10205, 9818, 13232, 16348, 11222, 14693, 9850, 10342, 9788, 12817, 10127, 12355, 9159, 14787, 10983, 15277, 9927, 14704, 10708, 15383, 10604, 15279, 8717, 12477, 8942, 13589, 9804, 15247, 9260, 12627, 9797, 14378, 10973, 15608, 10285, 10576, 18286, 12981, 14832, 11376, 11673, 8920, 9712, 11882, 13742, 8582, 9953, 9350, 12354, 15638, 13949, 10220, 10161, 15077, 11324, 18472, 13147, 11848, 9018, 13376, 10895, 14103, 13053, 9520, 11581, 10716, 16121, 13197, 15174, 9220, 11815, 10219, 15463, 13003, 14828, 11849, 10724, 14721, 10772, 17211, 12404, 13211, 9584, 12234, 9717, 15155, 12171, 11320, 9848, 12270, 11207, 16252, 13283, 12837, 9405, 17465, 13082, 15359, 10982, 13975, 11320, 14267, 9115, 13622, 8710, 13715, 9872, 15458, 9326, 13033, 10188, 15142, 12845, 15843, 11281, 13442, 10535, 17229, 13683, 11886, 12066, 10713, 13475, 14704, 15327, 9294, 11796, 10184, 15851, 11597, 15623, 9178, 12806, 9775, 15605, 11054, 14194, 8877, 11716, 8859, 16144, 9985, 15460, 8560, 14431, 10202, 15395, 8787, 13458, 8713, 15645, 10212, 14841, 9391, 12346, 11936, 14955, 10468, 13057, 9063, 11368, 9972, 12892, 10064, 13907, 10066, 15545, 11555, 14004, 9797, 14603, 10474, 16439, 13590, 13075, 13345, 9283, 13486, 9971, 16029, 10673, 9925, 8859, 12669, 10235, 15971, 12000, 9900, 9923, 15014, 11984, 17560, 13220, 11061, 8773, 13947, 10786, 17139, 12860, 10737, 9362, 8961, 11810, 13275, 15353, 9332, 13709, 11121, 16356, 11859, 15585, 9931, 12144, 17201, 13060, 16366, 12137, 13941, 10003, 10425, 9587, 12238, 9725, 9496, 10658, 9741, 11053, 15961, 13454, 16307, 13562, 14026, 9011, 14290, 12988, 14480, 9737, 9564, 14065, 10710, 16236, 13331, 11620, 9567, 11436, 10826, 15617, 12226, 14341, 11052, 15211, 13008, 16744, 11436, 14953, 10344, 16158, 12021, 15452, 11536, 10548, 10447, 16172, 13926, 12943, 14301, 9556, 12436, 10645, 16273, 11325, 15766, 8879, 13831, 9994, 15988, 10265, 16223, 9574, 13664, 9373, 12888, 13080, 14888, 10410, 12256, 8778, 12032, 11544, 15338, 9564, 14559, 9713, 14397, 9941, 15967, 11867, 15407, 11521, 16358, 13648, 16203, 11855, 15033, 9668, 14835, 11100, 16163, 9113, 12577, 9104, 14515, 10959, 15717, 9859, 13600, 11034, 16008, 13347, 15491, 11595, 11302, 11120, 16464, 13998, 11561, 13913, 9754, 14681, 13566, 16034, 10630, 14060, 9143, 13229, 11873, 16085, 13894, 13466, 9241, 10593, 9288, 15117, 10331, 16293, 12501, 13336, 10862, 16253, 12099, 13648, 12867, 10593, 14666, 12924, 16562, 10499, 15183, 8703, 14818, 9377, 16378, 11700, 15599, 12339, 15212, 10796, 16284, 10419, 15645, 8073, 13218, 8234, 14246, 11197, 16252, 10419, 13688, 9342, 11472, 10231, 11161, 9427, 10185, 9092, 12191, 11401, 13083, 11567, 16266, 12132, 16419, 17017, 13509, 12215, 9432, 16163, 12441, 15674, 10800, 14015, 9952, 15917, 11838, 10634, 8858, 14780, 12565, 11949, 14436, 9538, 13181, 12259, 16173, 11830, 14997, 8968, 12363, 13070, 15820, 12217, 12982, 9633, 12341, 12087, 16203, 9351, 14083, 9851, 14947, 11076, 16514, 12833, 16028, 11590, 16272, 13400, 16254, 11889, 15603, 10551, 16018, 12956, 17292, 12054, 16160, 10607, 15962, 12551, 15670, 10412, 14116, 8177, 14181, 10356, 15378, 8446, 12505, 9138, 13069, 8842, 15160, 9281, 14597, 8839, 16158, 11200, 16143, 9315, 13353, 9384, 15744, 15615, 13272, 9225, 9045, 13745, 12219, 16289, 12913, 10617, 8855, 14878, 11641, 14035, 10960, 9200, 11485, 11942, 16431, 12337, 15842, 9516, 14448, 10957, 16372, 13678, 15883, 8772, 12014, 8740, 14731, 8958, 15984, 12079, 15189, 11474, 16200, 13252, 15049, 11488, 12380, 10212, 15518, 13386, 14870, 11690, 8823, 11120, 10229, 15449, 9718, 16376, 11817, 15675, 12691, 16731, 14040, 14062, 10220, 14268, 11838, 15670, 13314, 9404, 11507, 11911, 16175, 11977, 15155, 8664, 13257, 9315, 16518, 12438, 15804, 10645, 17188, 11846, 13834, 10360, 13946, 12405, 16593, 13908, 9844, 10752, 15221, 13512, 16901, 12258, 14331, 9298, 17236, 11047, 13562, 9485, 9883, 11189, 12535, 15928, 9273, 14837, 9258, 15721, 12619, 16367, 12540, 16252, 10997, 16722, 12489, 15995, 11987, 14127, 10129, 15410, 12328, 10764, 13920, 8632, 12626, 9959, 15621, 12802, 16228, 11834, 14766, 10498, 17515, 13429, 14396, 10601, 10761, 9752, 15778, 13988, 10023, 11892, 9082, 14455, 11503, 16254, 10204, 14203, 10993, 15262, 12770, 16289, 11797, 15108, 10965, 15923, 13715, 9276, 12305, 8867, 15037, 11634, 16489, 9388, 14798, 8929, 14626, 9079, 16179, 11630, 13901, 10228, 14538, 11632, 16708, 11753, 13990, 9143, 16516, 10401, 17176, 12597, 12831, 8963, 12915, 9240, 15653, 11967, 13584, 10553, 8554, 10823, 9211, 14135, 10686, 14128, 8899, 13549, 10344, 16527, 12997, 15594, 8931, 12384, 14191, 14863, 11521, 11472, 11351, 11288, 16381, 12832, 11152, 9174, 15639, 11492, 16833, 12586, 10665, 8416, 12571, 10403, 15240, 14457, 9083, 11777, 9297], 'WindowCenter': [3827.0, 3804.0, 3800.0, 3789.0, 3798.0, 3789.0, 3787.0, 3777.0, 3775.0, 3776.0, 3785.0, 3786.0, 3764.0, 3787.0, 3753.0, 3786.0, 3764.0, 3787.0, 3787.0, 3787.0, 3776.0, 3785.0, 3787.0, 3786.0, 3777.0, 3786.0, 3776.0, 3786.0, 3776.0, 3785.0, 3764.0, 3773.0, 3763.0, 3772.0, 3774.0, 3783.0, 3764.0, 3772.0, 3762.0, 3772.0, 3762.0, 3782.0, 3762.0, 3772.0, 3763.0, 3773.0, 3763.0, 3751.0, 3752.0, 3773.0, 3774.0, 3752.0, 3773.0, 3753.0, 3762.0, 3764.0, 3785.0, 3765.0, 3754.0, 3776.0, 3764.0, 3787.0, 3775.0, 3787.0, 3754.0, 3765.0, 3774.0, 3775.0, 3785.0, 3764.0, 3773.0, 3764.0, 3762.0, 3763.0, 3774.0, 3763.0, 3763.0, 3754.0, 3774.0, 3776.0, 3786.0, 3777.0, 3765.0, 3777.0, 3787.0, 3788.0, 3765.0, 3776.0, 3775.0, 3776.0, 3785.0, 3775.0, 3752.0, 3763.0, 3772.0, 3774.0, 3762.0, 3774.0, 3752.0, 3763.0, 3772.0, 3774.0, 3762.0, 3773.0, 3741.0, 3762.0, 3752.0, 3784.0, 3763.0, 3772.0, 3762.0, 3773.0, 3740.0, 3772.0, 3740.0, 3760.0, 3739.0, 3761.0, 3738.0, 3760.0, 3738.0, 3759.0, 3738.0, 3771.0, 3739.0, 3770.0, 3739.0, 3759.0, 3739.0, 3771.0, 3751.0, 3771.0, 3761.0, 3760.0, 3751.0, 3770.0, 3763.0, 3772.0, 3763.0, 3762.0, 3752.0, 3784.0, 3775.0, 3763.0, 3753.0, 3784.0, 3775.0, 3774.0, 3764.0, 3773.0, 3762.0, 3773.0, 3740.0, 3761.0, 3739.0, 3751.0, 3772.0, 3762.0, 3751.0, 3753.0, 3762.0, 3773.0, 3764.0, 3776.0, 3753.0, 3785.0, 3763.0, 3775.0, 3753.0, 3774.0, 3762.0, 3774.0, 3771.0, 3751.0, 3772.0, 3761.0, 3749.0, 3738.0, 3738.0, 3738.0, 3761.0, 3770.0, 3749.0, 3758.0, 3739.0, 3737.0, 3739.0, 3759.0, 3750.0, 3760.0, 3741.0, 3770.0, 3751.0, 3771.0, 3750.0, 3759.0, 3749.0, 3770.0, 3750.0, 3759.0, 3728.0, 3748.0, 3738.0, 3759.0, 3739.0, 3771.0, 3739.0, 3760.0, 3750.0, 3771.0, 3750.0, 3773.0, 3750.0, 3750.0, 3781.0, 3761.0, 3759.0, 3750.0, 3749.0, 3738.0, 3738.0, 3748.0, 3760.0, 3739.0, 3750.0, 3738.0, 3761.0, 3771.0, 3772.0, 3750.0, 3752.0, 3770.0, 3751.0, 3782.0, 3761.0, 3760.0, 3741.0, 3759.0, 3751.0, 3771.0, 3772.0, 3751.0, 3761.0, 3750.0, 3783.0, 3761.0, 3772.0, 3739.0, 3760.0, 3749.0, 3772.0, 3759.0, 3771.0, 3748.0, 3749.0, 3759.0, 3749.0, 3770.0, 3760.0, 3760.0, 3750.0, 3759.0, 3750.0, 3771.0, 3762.0, 3761.0, 3752.0, 3761.0, 3763.0, 3783.0, 3773.0, 3772.0, 3741.0, 3782.0, 3773.0, 3771.0, 3751.0, 3759.0, 3750.0, 3760.0, 3739.0, 3760.0, 3739.0, 3771.0, 3751.0, 3772.0, 3753.0, 3772.0, 3752.0, 3772.0, 3773.0, 3784.0, 3775.0, 3773.0, 3763.0, 3783.0, 3773.0, 3762.0, 3763.0, 3750.0, 3772.0, 3772.0, 3772.0, 3740.0, 3761.0, 3750.0, 3772.0, 3761.0, 3771.0, 3739.0, 3761.0, 3739.0, 3771.0, 3750.0, 3772.0, 3741.0, 3760.0, 3740.0, 3772.0, 3751.0, 3771.0, 3739.0, 3771.0, 3749.0, 3770.0, 3739.0, 3759.0, 3728.0, 3771.0, 3738.0, 3760.0, 3738.0, 3759.0, 3748.0, 3771.0, 3749.0, 3760.0, 3739.0, 3760.0, 3751.0, 3773.0, 3752.0, 3773.0, 3753.0, 3784.0, 3764.0, 3773.0, 3753.0, 3774.0, 3751.0, 3774.0, 3761.0, 3761.0, 3759.0, 3739.0, 3759.0, 3750.0, 3772.0, 3751.0, 3750.0, 3741.0, 3760.0, 3752.0, 3783.0, 3763.0, 3751.0, 3753.0, 3773.0, 3763.0, 3783.0, 3764.0, 3761.0, 3741.0, 3771.0, 3763.0, 3783.0, 3763.0, 3751.0, 3752.0, 3740.0, 3762.0, 3773.0, 3784.0, 3752.0, 3773.0, 3762.0, 3784.0, 3762.0, 3773.0, 3750.0, 3761.0, 3770.0, 3761.0, 3771.0, 3761.0, 3759.0, 3740.0, 3749.0, 3751.0, 3762.0, 3752.0, 3752.0, 3765.0, 3754.0, 3776.0, 3785.0, 3776.0, 3785.0, 3774.0, 3772.0, 3740.0, 3772.0, 3761.0, 3773.0, 3740.0, 3751.0, 3771.0, 3751.0, 3771.0, 3762.0, 3760.0, 3751.0, 3760.0, 3762.0, 3772.0, 3763.0, 3772.0, 3762.0, 3771.0, 3773.0, 3783.0, 3763.0, 3784.0, 3752.0, 3772.0, 3763.0, 3773.0, 3763.0, 3751.0, 3752.0, 3782.0, 3773.0, 3761.0, 3772.0, 3741.0, 3761.0, 3749.0, 3772.0, 3750.0, 3772.0, 3740.0, 3760.0, 3740.0, 3771.0, 3739.0, 3771.0, 3738.0, 3760.0, 3737.0, 3759.0, 3758.0, 3760.0, 3737.0, 3749.0, 3727.0, 3760.0, 3749.0, 3772.0, 3750.0, 3772.0, 3752.0, 3773.0, 3752.0, 3784.0, 3775.0, 3784.0, 3764.0, 3784.0, 3775.0, 3784.0, 3763.0, 3773.0, 3751.0, 3773.0, 3751.0, 3783.0, 3741.0, 3761.0, 3740.0, 3773.0, 3762.0, 3784.0, 3753.0, 3772.0, 3762.0, 3784.0, 3775.0, 3784.0, 3764.0, 3762.0, 3764.0, 3784.0, 3774.0, 3762.0, 3773.0, 3740.0, 3772.0, 3761.0, 3773.0, 3750.0, 3772.0, 3739.0, 3761.0, 3750.0, 3773.0, 3760.0, 3760.0, 3739.0, 3750.0, 3739.0, 3772.0, 3751.0, 3783.0, 3773.0, 3772.0, 3763.0, 3783.0, 3763.0, 3773.0, 3774.0, 3751.0, 3773.0, 3762.0, 3784.0, 3751.0, 3773.0, 3741.0, 3772.0, 3741.0, 3772.0, 3762.0, 3772.0, 3762.0, 3771.0, 3751.0, 3772.0, 3739.0, 3759.0, 3728.0, 3759.0, 3728.0, 3759.0, 3748.0, 3771.0, 3738.0, 3759.0, 3738.0, 3750.0, 3750.0, 3750.0, 3751.0, 3751.0, 3740.0, 3763.0, 3762.0, 3775.0, 3775.0, 3787.0, 3774.0, 3787.0, 3785.0, 3775.0, 3762.0, 3742.0, 3783.0, 3763.0, 3783.0, 3763.0, 3772.0, 3752.0, 3783.0, 3764.0, 3763.0, 3753.0, 3773.0, 3774.0, 3762.0, 3774.0, 3752.0, 3773.0, 3762.0, 3784.0, 3762.0, 3773.0, 3754.0, 3773.0, 3761.0, 3773.0, 3761.0, 3761.0, 3739.0, 3762.0, 3761.0, 3773.0, 3752.0, 3772.0, 3751.0, 3772.0, 3763.0, 3783.0, 3762.0, 3772.0, 3762.0, 3771.0, 3762.0, 3771.0, 3751.0, 3770.0, 3750.0, 3770.0, 3761.0, 3770.0, 3750.0, 3769.0, 3738.0, 3769.0, 3749.0, 3758.0, 3738.0, 3758.0, 3726.0, 3758.0, 3737.0, 3759.0, 3728.0, 3759.0, 3739.0, 3760.0, 3740.0, 3772.0, 3741.0, 3773.0, 3741.0, 3784.0, 3762.0, 3784.0, 3741.0, 3773.0, 3740.0, 3784.0, 3772.0, 3762.0, 3740.0, 3740.0, 3770.0, 3762.0, 3771.0, 3762.0, 3749.0, 3741.0, 3771.0, 3762.0, 3772.0, 3762.0, 3751.0, 3762.0, 3762.0, 3784.0, 3762.0, 3784.0, 3740.0, 3772.0, 3750.0, 3773.0, 3760.0, 3771.0, 3728.0, 3749.0, 3727.0, 3770.0, 3739.0, 3770.0, 3761.0, 3770.0, 3761.0, 3771.0, 3762.0, 3771.0, 3761.0, 3760.0, 3750.0, 3770.0, 3761.0, 3770.0, 3760.0, 3739.0, 3750.0, 3751.0, 3773.0, 3752.0, 3783.0, 3763.0, 3772.0, 3773.0, 3783.0, 3774.0, 3772.0, 3752.0, 3771.0, 3762.0, 3772.0, 3772.0, 3740.0, 3761.0, 3760.0, 3783.0, 3761.0, 3773.0, 3741.0, 3761.0, 3740.0, 3783.0, 3773.0, 3782.0, 3751.0, 3782.0, 3762.0, 3772.0, 3752.0, 3771.0, 3762.0, 3772.0, 3773.0, 3739.0, 3750.0, 3770.0, 3761.0, 3770.0, 3750.0, 3758.0, 3738.0, 3769.0, 3749.0, 3759.0, 3739.0, 3738.0, 3750.0, 3760.0, 3772.0, 3740.0, 3771.0, 3740.0, 3771.0, 3762.0, 3772.0, 3762.0, 3771.0, 3751.0, 3771.0, 3761.0, 3770.0, 3750.0, 3758.0, 3738.0, 3758.0, 3749.0, 3748.0, 3759.0, 3729.0, 3761.0, 3751.0, 3772.0, 3763.0, 3783.0, 3763.0, 3773.0, 3752.0, 3783.0, 3773.0, 3773.0, 3752.0, 3750.0, 3752.0, 3783.0, 3773.0, 3752.0, 3762.0, 3740.0, 3772.0, 3761.0, 3783.0, 3752.0, 3772.0, 3762.0, 3772.0, 3774.0, 3783.0, 3763.0, 3773.0, 3763.0, 3783.0, 3773.0, 3752.0, 3762.0, 3741.0, 3773.0, 3761.0, 3773.0, 3740.0, 3772.0, 3739.0, 3771.0, 3739.0, 3770.0, 3750.0, 3759.0, 3739.0, 3759.0, 3750.0, 3770.0, 3750.0, 3759.0, 3739.0, 3770.0, 3749.0, 3770.0, 3749.0, 3758.0, 3728.0, 3759.0, 3740.0, 3770.0, 3751.0, 3760.0, 3751.0, 3740.0, 3751.0, 3740.0, 3774.0, 3763.0, 3775.0, 3754.0, 3774.0, 3753.0, 3785.0, 3773.0, 3785.0, 3741.0, 3762.0, 3772.0, 3773.0, 3762.0, 3762.0, 3750.0, 3761.0, 3772.0, 3762.0, 3750.0, 3740.0, 3771.0, 3762.0, 3782.0, 3762.0, 3750.0, 3741.0, 3760.0, 3752.0, 3772.0, 3773.0, 3740.0, 3762.0, 3740.0], 'WindowWidth': [8571.0, 8532.0, 8519.0, 8500.0, 8512.0, 8500.0, 8494.0, 8479.0, 8474.0, 8476.0, 8489.0, 8493.0, 8457.0, 8494.0, 8443.0, 8490.0, 8459.0, 8495.0, 8494.0, 8494.0, 8478.0, 8489.0, 8494.0, 8490.0, 8479.0, 8490.0, 8479.0, 8493.0, 8479.0, 8488.0, 8458.0, 8466.0, 8454.0, 8464.0, 8470.0, 8482.0, 8455.0, 8463.0, 8452.0, 8465.0, 8452.0, 8480.0, 8450.0, 8465.0, 8453.0, 8466.0, 8454.0, 8435.0, 8437.0, 8465.0, 8471.0, 8434.0, 8465.0, 8437.0, 8449.0, 8456.0, 8484.0, 8458.0, 8441.0, 8476.0, 8456.0, 8492.0, 8471.0, 8492.0, 8441.0, 8457.0, 8467.0, 8474.0, 8486.0, 8457.0, 8466.0, 8455.0, 8448.0, 8453.0, 8467.0, 8452.0, 8452.0, 8444.0, 8469.0, 8475.0, 8488.0, 8477.0, 8458.0, 8478.0, 8493.0, 8496.0, 8459.0, 8476.0, 8470.0, 8475.0, 8486.0, 8472.0, 8437.0, 8451.0, 8461.0, 8469.0, 8448.0, 8469.0, 8435.0, 8452.0, 8462.0, 8469.0, 8448.0, 8467.0, 8421.0, 8450.0, 8436.0, 8484.0, 8453.0, 8465.0, 8449.0, 8466.0, 8418.0, 8461.0, 8416.0, 8443.0, 8412.0, 8447.0, 8412.0, 8444.0, 8412.0, 8440.0, 8411.0, 8460.0, 8412.0, 8458.0, 8415.0, 8442.0, 8413.0, 8461.0, 8432.0, 8461.0, 8447.0, 8444.0, 8433.0, 8459.0, 8452.0, 8465.0, 8455.0, 8449.0, 8439.0, 8486.0, 8473.0, 8454.0, 8442.0, 8485.0, 8472.0, 8470.0, 8455.0, 8466.0, 8451.0, 8466.0, 8418.0, 8448.0, 8414.0, 8435.0, 8463.0, 8450.0, 8433.0, 8442.0, 8451.0, 8467.0, 8459.0, 8477.0, 8441.0, 8486.0, 8454.0, 8474.0, 8439.0, 8471.0, 8451.0, 8471.0, 8461.0, 8433.0, 8464.0, 8448.0, 8427.0, 8412.0, 8411.0, 8410.0, 8447.0, 8457.0, 8426.0, 8438.0, 8414.0, 8407.0, 8413.0, 8440.0, 8430.0, 8443.0, 8419.0, 8459.0, 8435.0, 8461.0, 8431.0, 8441.0, 8428.0, 8458.0, 8428.0, 8440.0, 8397.0, 8423.0, 8410.0, 8441.0, 8413.0, 8460.0, 8415.0, 8444.0, 8430.0, 8463.0, 8430.0, 8468.0, 8430.0, 8432.0, 8477.0, 8446.0, 8442.0, 8430.0, 8427.0, 8412.0, 8411.0, 8425.0, 8445.0, 8414.0, 8430.0, 8413.0, 8449.0, 8461.0, 8464.0, 8430.0, 8435.0, 8459.0, 8434.0, 8479.0, 8449.0, 8443.0, 8420.0, 8443.0, 8433.0, 8461.0, 8464.0, 8434.0, 8449.0, 8430.0, 8482.0, 8446.0, 8465.0, 8415.0, 8444.0, 8427.0, 8463.0, 8442.0, 8460.0, 8423.0, 8427.0, 8440.0, 8429.0, 8460.0, 8444.0, 8443.0, 8431.0, 8441.0, 8431.0, 8463.0, 8450.0, 8446.0, 8438.0, 8448.0, 8452.0, 8482.0, 8468.0, 8465.0, 8420.0, 8481.0, 8466.0, 8462.0, 8433.0, 8443.0, 8430.0, 8443.0, 8416.0, 8443.0, 8414.0, 8460.0, 8434.0, 8464.0, 8439.0, 8464.0, 8437.0, 8464.0, 8468.0, 8483.0, 8475.0, 8466.0, 8454.0, 8483.0, 8469.0, 8450.0, 8452.0, 8430.0, 8465.0, 8463.0, 8466.0, 8418.0, 8447.0, 8429.0, 8467.0, 8446.0, 8463.0, 8416.0, 8447.0, 8414.0, 8463.0, 8429.0, 8463.0, 8419.0, 8444.0, 8417.0, 8466.0, 8434.0, 8461.0, 8414.0, 8459.0, 8428.0, 8459.0, 8415.0, 8442.0, 8399.0, 8460.0, 8412.0, 8443.0, 8411.0, 8441.0, 8424.0, 8459.0, 8426.0, 8444.0, 8415.0, 8445.0, 8434.0, 8467.0, 8440.0, 8469.0, 8442.0, 8484.0, 8458.0, 8468.0, 8440.0, 8469.0, 8435.0, 8471.0, 8446.0, 8446.0, 8441.0, 8415.0, 8441.0, 8431.0, 8463.0, 8434.0, 8432.0, 8420.0, 8444.0, 8438.0, 8480.0, 8454.0, 8435.0, 8439.0, 8466.0, 8455.0, 8483.0, 8455.0, 8447.0, 8420.0, 8461.0, 8452.0, 8481.0, 8453.0, 8433.0, 8437.0, 8417.0, 8451.0, 8465.0, 8485.0, 8436.0, 8467.0, 8448.0, 8485.0, 8448.0, 8467.0, 8429.0, 8448.0, 8459.0, 8445.0, 8459.0, 8444.0, 8441.0, 8416.0, 8428.0, 8435.0, 8449.0, 8439.0, 8438.0, 8460.0, 8443.0, 8476.0, 8490.0, 8477.0, 8486.0, 8472.0, 8464.0, 8418.0, 8463.0, 8446.0, 8466.0, 8416.0, 8434.0, 8459.0, 8434.0, 8462.0, 8449.0, 8444.0, 8434.0, 8445.0, 8451.0, 8464.0, 8453.0, 8463.0, 8451.0, 8462.0, 8467.0, 8481.0, 8453.0, 8483.0, 8438.0, 8466.0, 8453.0, 8466.0, 8453.0, 8432.0, 8436.0, 8477.0, 8466.0, 8447.0, 8464.0, 8418.0, 8446.0, 8427.0, 8465.0, 8428.0, 8463.0, 8417.0, 8444.0, 8416.0, 8462.0, 8413.0, 8461.0, 8410.0, 8443.0, 8408.0, 8441.0, 8436.0, 8443.0, 8407.0, 8427.0, 8396.0, 8444.0, 8428.0, 8464.0, 8431.0, 8465.0, 8437.0, 8467.0, 8439.0, 8483.0, 8473.0, 8484.0, 8458.0, 8485.0, 8473.0, 8483.0, 8456.0, 8465.0, 8435.0, 8466.0, 8433.0, 8481.0, 8419.0, 8448.0, 8418.0, 8466.0, 8450.0, 8482.0, 8440.0, 8463.0, 8452.0, 8482.0, 8472.0, 8485.0, 8458.0, 8450.0, 8456.0, 8483.0, 8469.0, 8449.0, 8466.0, 8417.0, 8463.0, 8446.0, 8468.0, 8430.0, 8462.0, 8415.0, 8446.0, 8427.0, 8466.0, 8443.0, 8444.0, 8413.0, 8429.0, 8414.0, 8464.0, 8434.0, 8478.0, 8466.0, 8463.0, 8452.0, 8482.0, 8454.0, 8466.0, 8468.0, 8434.0, 8467.0, 8450.0, 8484.0, 8433.0, 8465.0, 8420.0, 8462.0, 8418.0, 8464.0, 8449.0, 8462.0, 8448.0, 8458.0, 8432.0, 8463.0, 8413.0, 8441.0, 8397.0, 8439.0, 8397.0, 8441.0, 8423.0, 8459.0, 8409.0, 8441.0, 8411.0, 8430.0, 8429.0, 8432.0, 8433.0, 8434.0, 8419.0, 8453.0, 8451.0, 8476.0, 8472.0, 8494.0, 8470.0, 8493.0, 8487.0, 8472.0, 8449.0, 8422.0, 8481.0, 8453.0, 8481.0, 8454.0, 8463.0, 8436.0, 8482.0, 8455.0, 8453.0, 8440.0, 8466.0, 8469.0, 8450.0, 8469.0, 8436.0, 8466.0, 8448.0, 8484.0, 8448.0, 8468.0, 8443.0, 8467.0, 8446.0, 8467.0, 8447.0, 8448.0, 8415.0, 8451.0, 8446.0, 8467.0, 8438.0, 8464.0, 8434.0, 8462.0, 8451.0, 8478.0, 8451.0, 8462.0, 8448.0, 8461.0, 8449.0, 8459.0, 8432.0, 8457.0, 8430.0, 8456.0, 8445.0, 8459.0, 8429.0, 8455.0, 8412.0, 8453.0, 8427.0, 8438.0, 8409.0, 8435.0, 8392.0, 8438.0, 8406.0, 8439.0, 8398.0, 8440.0, 8415.0, 8445.0, 8419.0, 8464.0, 8422.0, 8466.0, 8421.0, 8483.0, 8448.0, 8482.0, 8420.0, 8467.0, 8417.0, 8482.0, 8464.0, 8449.0, 8416.0, 8418.0, 8457.0, 8448.0, 8464.0, 8449.0, 8429.0, 8420.0, 8462.0, 8451.0, 8463.0, 8452.0, 8434.0, 8451.0, 8448.0, 8486.0, 8450.0, 8483.0, 8418.0, 8464.0, 8429.0, 8466.0, 8443.0, 8462.0, 8398.0, 8426.0, 8396.0, 8459.0, 8415.0, 8459.0, 8446.0, 8457.0, 8446.0, 8460.0, 8450.0, 8461.0, 8447.0, 8443.0, 8432.0, 8459.0, 8447.0, 8458.0, 8445.0, 8416.0, 8432.0, 8433.0, 8467.0, 8437.0, 8481.0, 8453.0, 8464.0, 8467.0, 8481.0, 8469.0, 8465.0, 8437.0, 8461.0, 8451.0, 8464.0, 8463.0, 8416.0, 8446.0, 8444.0, 8481.0, 8446.0, 8466.0, 8420.0, 8448.0, 8419.0, 8479.0, 8468.0, 8479.0, 8435.0, 8479.0, 8451.0, 8463.0, 8436.0, 8460.0, 8451.0, 8465.0, 8466.0, 8415.0, 8431.0, 8456.0, 8446.0, 8458.0, 8429.0, 8437.0, 8411.0, 8456.0, 8429.0, 8439.0, 8414.0, 8411.0, 8430.0, 8443.0, 8463.0, 8418.0, 8459.0, 8417.0, 8461.0, 8449.0, 8463.0, 8450.0, 8463.0, 8433.0, 8459.0, 8446.0, 8458.0, 8429.0, 8438.0, 8411.0, 8438.0, 8426.0, 8424.0, 8442.0, 8401.0, 8445.0, 8435.0, 8463.0, 8453.0, 8479.0, 8453.0, 8466.0, 8437.0, 8481.0, 8467.0, 8466.0, 8437.0, 8431.0, 8438.0, 8479.0, 8466.0, 8437.0, 8450.0, 8418.0, 8464.0, 8447.0, 8480.0, 8437.0, 8463.0, 8451.0, 8464.0, 8469.0, 8481.0, 8455.0, 8466.0, 8452.0, 8481.0, 8467.0, 8436.0, 8451.0, 8421.0, 8466.0, 8447.0, 8468.0, 8418.0, 8462.0, 8415.0, 8458.0, 8415.0, 8458.0, 8430.0, 8440.0, 8414.0, 8439.0, 8430.0, 8459.0, 8429.0, 8440.0, 8413.0, 8456.0, 8428.0, 8457.0, 8427.0, 8437.0, 8397.0, 8440.0, 8415.0, 8457.0, 8432.0, 8443.0, 8432.0, 8417.0, 8434.0, 8418.0, 8469.0, 8451.0, 8471.0, 8443.0, 8471.0, 8439.0, 8488.0, 8467.0, 8485.0, 8420.0, 8450.0, 8462.0, 8467.0, 8449.0, 8449.0, 8429.0, 8447.0, 8465.0, 8450.0, 8430.0, 8418.0, 8460.0, 8448.0, 8480.0, 8448.0, 8429.0, 8421.0, 8445.0, 8436.0, 8464.0, 8466.0, 8418.0, 8449.0, 8419.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.0008740689655172412</td></tr>
<tr><td colspan=3>aqi</td><td>0.021112396781609196</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.035817751035694</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.247816401783659</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0150166260299192</td></tr>
<tr><td colspan=3>efc</td><td>0.4431</td></tr>
<tr><td colspan=3>fber</td><td>7852.6504</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07463211684503554</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8045977011494253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.581676009534783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4632501230897224</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9186520213230045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.363125884191621</td></tr>
<tr><td colspan=3>gcor</td><td>0.00742421</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019884973764419556</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026988698169589043</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>3.802008124069501</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>40.2843</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.7451</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.3754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308704.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>632.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.6102</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5871</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>427.1487</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2992.9303</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>901.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.4954</td></tr>
<tr><td colspan=3>tsnr</td><td>44.46503558463883</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>