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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-06_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-06_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-0083/ses-04/func/sub-0083_ses-04_task-social_acq-mb8_run-06_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>5df8e010e7b66d3cbf75d23126aaf7d4</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:22:3.055000</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.998972, 0.0310527, 0.0330108, -0.0354086, 0.989402, 0.140819]</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-06_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.0878664</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7866, -7309, 806, -91, -676, 198, 4]</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>229.066</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b1455ee-3ca9-435b-a2e4-a287e6549a9b||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.6801700592041016, -0.0949985608458519, 0.07637805491685867, 117.42262268066406], [-0.08331214636564255, 2.6544930934906006, 0.38297709822654724, -105.67506408691406], [0.08856566250324249, -0.3778076171875, 2.6716089248657227, -67.68357849121094], [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': ['202203.055000', '202203.515000', '202203.975000', '202204.435000', '202204.895000', '202205.355000', '202205.815000', '202206.275000', '202206.735000', '202207.195000', '202207.655000', '202208.115000', '202208.575000', '202209.035000', '202209.495000', '202209.955000', '202210.415000', '202210.875000', '202211.335000', '202211.795000', '202212.255000', '202212.715000', '202213.175000', '202213.635000', '202214.095000', '202214.555000', '202215.015000', '202215.475000', '202215.935000', '202216.395000', '202216.855000', '202217.315000', '202217.775000', '202218.235000', '202218.695000', '202219.155000', '202219.615000', '202220.075000', '202220.535000', '202220.995000', '202221.455000', '202221.915000', '202222.375000', '202222.835000', '202223.295000', '202223.755000', '202224.215000', '202224.675000', '202225.135000', '202225.595000', '202226.055000', '202226.515000', '202226.975000', '202227.435000', '202227.895000', '202228.355000', '202228.815000', '202229.275000', '202229.735000', '202230.195000', '202230.655000', '202231.115000', '202231.575000', '202232.035000', '202232.495000', '202232.955000', '202233.415000', '202233.875000', '202234.335000', '202234.795000', '202235.255000', '202235.715000', '202236.175000', '202236.635000', '202237.095000', '202237.555000', '202238.015000', '202238.475000', '202238.935000', '202239.395000', '202239.855000', '202240.315000', '202240.775000', '202241.235000', '202241.695000', '202242.155000', '202242.615000', '202243.075000', '202243.535000', '202243.995000', '202244.455000', '202244.915000', '202245.375000', '202245.835000', '202246.295000', '202246.755000', '202247.215000', '202247.675000', '202248.135000', '202248.595000', '202249.055000', '202249.515000', '202249.975000', '202250.435000', '202250.895000', '202251.355000', '202251.815000', '202252.275000', '202252.735000', '202253.195000', '202253.655000', '202254.115000', '202254.575000', '202255.035000', '202255.495000', '202255.955000', '202256.415000', '202256.875000', '202257.335000', '202257.795000', '202258.255000', '202258.715000', '202259.175000', '202259.635000', '202300.095000', '202300.555000', '202301.015000', '202301.475000', '202301.935000', '202302.395000', '202302.855000', '202303.315000', '202303.775000', '202304.235000', '202304.695000', '202305.155000', '202305.615000', '202306.075000', '202306.535000', '202306.995000', '202307.455000', '202307.915000', '202308.375000', '202308.835000', '202309.295000', '202309.755000', '202310.215000', '202310.675000', '202311.135000', '202311.595000', '202312.055000', '202312.515000', '202312.975000', '202313.435000', '202313.895000', '202314.355000', '202314.815000', '202315.275000', '202315.735000', '202316.195000', '202316.655000', '202317.115000', '202317.575000', '202318.035000', '202318.495000', '202318.955000', '202319.415000', '202319.875000', '202320.335000', '202320.795000', '202321.255000', '202321.715000', '202322.175000', '202322.635000', '202323.095000', '202323.555000', '202324.015000', '202324.475000', '202324.935000', '202325.395000', '202325.855000', '202326.315000', '202326.775000', '202327.235000', '202327.695000', '202328.155000', '202328.615000', '202329.075000', '202329.535000', '202329.995000', '202330.455000', '202330.915000', '202331.375000', '202331.835000', '202332.295000', '202332.755000', '202333.215000', '202333.675000', '202334.135000', '202334.595000', '202335.055000', '202335.515000', '202335.975000', '202336.435000', '202336.895000', '202337.355000', '202337.815000', '202338.275000', '202338.735000', '202339.195000', '202339.655000', '202340.115000', '202340.575000', '202341.035000', '202341.495000', '202341.955000', '202342.415000', '202342.875000', '202343.335000', '202343.795000', '202344.255000', '202344.715000', '202345.175000', '202345.635000', '202346.095000', '202346.555000', '202347.015000', '202347.475000', '202347.935000', '202348.395000', '202348.855000', '202349.315000', '202349.775000', '202350.235000', '202350.695000', '202351.155000', '202351.615000', '202352.075000', '202352.535000', '202352.995000', '202353.455000', '202353.915000', '202354.375000', '202354.835000', '202355.295000', '202355.755000', '202356.215000', '202356.675000', '202357.135000', '202357.595000', '202358.055000', '202358.515000', '202358.975000', '202359.435000', '202359.895000', '202400.355000', '202400.815000', '202401.275000', '202401.735000', '202402.195000', '202402.655000', '202403.115000', '202403.575000', '202404.035000', '202404.495000', '202404.955000', '202405.415000', '202405.875000', '202406.335000', '202406.795000', '202407.255000', '202407.715000', '202408.175000', '202408.635000', '202409.095000', '202409.555000', '202410.015000', '202410.475000', '202410.935000', '202411.395000', '202411.855000', '202412.315000', '202412.775000', '202413.235000', '202413.695000', '202414.155000', '202414.615000', '202415.075000', '202415.535000', '202415.995000', '202416.455000', '202416.915000', '202417.375000', '202417.835000', '202418.295000', '202418.755000', '202419.215000', '202419.675000', '202420.135000', '202420.595000', '202421.055000', '202421.515000', '202421.975000', '202422.435000', '202422.895000', '202423.355000', '202423.815000', '202424.275000', '202424.735000', '202425.195000', '202425.655000', '202426.115000', '202426.575000', '202427.035000', '202427.495000', '202427.955000', '202428.415000', '202428.875000', '202429.335000', '202429.795000', '202430.255000', '202430.715000', '202431.175000', '202431.635000', '202432.095000', '202432.555000', '202433.015000', '202433.475000', '202433.935000', '202434.395000', '202434.855000', '202435.315000', '202435.775000', '202436.235000', '202436.695000', '202437.155000', '202437.615000', '202438.075000', '202438.535000', '202438.995000', '202439.455000', '202439.915000', '202440.375000', '202440.835000', '202441.295000', '202441.755000', '202442.215000', '202442.675000', '202443.135000', '202443.595000', '202444.055000', '202444.515000', '202444.975000', '202445.435000', '202445.895000', '202446.355000', '202446.815000', '202447.275000', '202447.735000', '202448.195000', '202448.655000', '202449.115000', '202449.575000', '202450.035000', '202450.495000', '202450.955000', '202451.415000', '202451.875000', '202452.335000', '202452.795000', '202453.255000', '202453.715000', '202454.175000', '202454.635000', '202455.095000', '202455.555000', '202456.015000', '202456.475000', '202456.935000', '202457.395000', '202457.855000', '202458.315000', '202458.775000', '202459.235000', '202459.695000', '202500.155000', '202500.615000', '202501.075000', '202501.535000', '202501.995000', '202502.455000', '202502.915000', '202503.375000', '202503.835000', '202504.295000', '202504.755000', '202505.215000', '202505.675000', '202506.135000', '202506.595000', '202507.055000', '202507.515000', '202507.975000', '202508.435000', '202508.895000', '202509.355000', '202509.815000', '202510.275000', '202510.735000', '202511.195000', '202511.655000', '202512.115000', '202512.575000', '202513.035000', '202513.495000', '202513.955000', '202514.415000', '202514.875000', '202515.335000', '202515.795000', '202516.255000', '202516.715000', '202517.175000', '202517.635000', '202518.095000', '202518.555000', '202519.015000', '202519.475000', '202519.935000', '202520.395000', '202520.855000', '202521.315000', '202521.775000', '202522.235000', '202522.695000', '202523.155000', '202523.615000', '202524.075000', '202524.535000', '202524.995000', '202525.455000', '202525.915000', '202526.375000', '202526.835000', '202527.295000', '202527.755000', '202528.215000', '202528.675000', '202529.135000', '202529.595000', '202530.055000', '202530.515000', '202530.975000', '202531.435000', '202531.895000', '202532.355000', '202532.815000', '202533.275000', '202533.735000', '202534.195000', '202534.655000', '202535.115000', '202535.575000', '202536.035000', '202536.495000', '202536.955000', '202537.415000', '202537.875000', '202538.335000', '202538.795000', '202539.255000', '202539.715000', '202540.175000', '202540.635000', '202541.095000', '202541.555000', '202542.015000', '202542.475000', '202542.935000', '202543.395000', '202543.855000', '202544.315000', '202544.775000', '202545.235000', '202545.695000', '202546.155000', '202546.615000', '202547.075000', '202547.535000', '202547.995000', '202548.455000', '202548.915000', '202549.375000', '202549.835000', '202550.295000', '202550.755000', '202551.215000', '202551.675000', '202552.135000', '202552.595000', '202553.055000', '202553.515000', '202553.975000', '202554.435000', '202554.895000', '202555.355000', '202555.815000', '202556.275000', '202556.735000', '202557.195000', '202557.655000', '202558.115000', '202558.575000', '202559.035000', '202559.495000', '202559.955000', '202600.415000', '202600.875000', '202601.335000', '202601.795000', '202602.255000', '202602.715000', '202603.175000', '202603.635000', '202604.095000', '202604.555000', '202605.015000', '202605.475000', '202605.935000', '202606.395000', '202606.855000', '202607.315000', '202607.775000', '202608.235000', '202608.695000', '202609.155000', '202609.615000', '202610.075000', '202610.535000', '202610.995000', '202611.455000', '202611.915000', '202612.375000', '202612.835000', '202613.295000', '202613.755000', '202614.215000', '202614.675000', '202615.135000', '202615.595000', '202616.055000', '202616.515000', '202616.975000', '202617.435000', '202617.895000', '202618.355000', '202618.815000', '202619.275000', '202619.735000', '202620.195000', '202620.655000', '202621.115000', '202621.575000', '202622.035000', '202622.495000', '202622.955000', '202623.415000', '202623.875000', '202624.335000', '202624.795000', '202625.255000', '202625.715000', '202626.175000', '202626.635000', '202627.095000', '202627.555000', '202628.015000', '202628.475000', '202628.935000', '202629.395000', '202629.855000', '202630.315000', '202630.775000', '202631.235000', '202631.695000', '202632.155000', '202632.615000', '202633.075000', '202633.535000', '202633.995000', '202634.455000', '202634.915000', '202635.375000', '202635.835000', '202636.295000', '202636.755000', '202637.215000', '202637.675000', '202638.135000', '202638.595000', '202639.055000', '202639.515000', '202639.975000', '202640.435000', '202640.895000', '202641.355000', '202641.815000', '202642.275000', '202642.735000', '202643.195000', '202643.655000', '202644.115000', '202644.575000', '202645.035000', '202645.495000', '202645.955000', '202646.415000', '202646.875000', '202647.335000', '202647.795000', '202648.255000', '202648.715000', '202649.175000', '202649.635000', '202650.095000', '202650.555000', '202651.015000', '202651.475000', '202651.935000', '202652.395000', '202652.855000', '202653.315000', '202653.775000', '202654.235000', '202654.695000', '202655.155000', '202655.615000', '202656.075000', '202656.535000', '202656.995000', '202657.455000', '202657.915000', '202658.375000', '202658.835000', '202659.295000', '202659.755000', '202700.215000', '202700.675000', '202701.135000', '202701.595000', '202702.055000', '202702.515000', '202702.975000', '202703.435000', '202703.895000', '202704.355000', '202704.815000', '202705.275000', '202705.735000', '202706.195000', '202706.655000', '202707.115000', '202707.575000', '202708.035000', '202708.495000', '202708.955000', '202709.415000', '202709.875000', '202710.335000', '202710.795000', '202711.255000', '202711.715000', '202712.175000', '202712.635000', '202713.095000', '202713.555000', '202714.015000', '202714.475000', '202714.935000', '202715.395000', '202715.855000', '202716.315000', '202716.775000', '202717.235000', '202717.695000', '202718.155000', '202718.615000', '202719.075000', '202719.535000', '202719.995000', '202720.455000', '202720.915000', '202721.375000', '202721.835000', '202722.295000', '202722.755000', '202723.215000', '202723.675000', '202724.135000', '202724.595000', '202725.055000', '202725.515000', '202725.975000', '202726.435000', '202726.895000', '202727.355000', '202727.815000', '202728.275000', '202728.735000', '202729.195000', '202729.655000', '202730.115000', '202730.575000', '202731.035000', '202731.495000', '202731.955000', '202732.415000', '202732.875000', '202733.335000', '202733.795000', '202734.255000', '202734.715000', '202735.175000', '202735.635000', '202736.095000', '202736.555000', '202737.015000', '202737.475000', '202737.935000', '202738.395000', '202738.855000', '202739.315000', '202739.775000', '202740.235000', '202740.695000', '202741.155000', '202741.615000', '202742.075000', '202742.535000', '202742.995000', '202743.455000', '202743.915000', '202744.375000', '202744.835000', '202745.295000', '202745.755000', '202746.215000', '202746.675000', '202747.135000', '202747.595000', '202748.055000', '202748.515000', '202748.975000', '202749.435000', '202749.895000', '202750.355000', '202750.815000', '202751.275000', '202751.735000', '202752.195000', '202752.655000', '202753.115000', '202753.575000', '202754.035000', '202754.495000', '202754.955000', '202755.415000', '202755.875000', '202756.335000', '202756.795000', '202757.255000', '202757.715000', '202758.175000', '202758.635000', '202759.095000', '202759.555000', '202800.015000', '202800.475000', '202800.935000', '202801.395000', '202801.855000', '202802.315000', '202802.775000', '202803.235000', '202803.695000', '202804.155000', '202804.615000', '202805.075000', '202805.535000', '202805.995000', '202806.455000', '202806.915000', '202807.375000', '202807.835000', '202808.295000', '202808.755000', '202809.215000', '202809.675000', '202810.135000', '202810.595000', '202811.055000', '202811.515000', '202811.975000', '202812.435000', '202812.895000', '202813.355000', '202813.815000', '202814.275000', '202814.735000', '202815.195000', '202815.655000', '202816.115000', '202816.575000', '202817.035000', '202817.495000', '202817.955000', '202818.415000', '202818.875000', '202819.335000', '202819.795000', '202820.255000', '202820.715000', '202821.175000', '202821.635000', '202822.095000', '202822.555000', '202823.015000', '202823.475000', '202823.935000', '202824.395000', '202824.855000', '202825.315000', '202825.775000', '202826.235000', '202826.695000', '202827.155000', '202827.615000', '202828.075000', '202828.535000', '202828.995000', '202829.455000', '202829.915000', '202830.375000', '202830.835000', '202831.295000', '202831.755000', '202832.215000', '202832.675000', '202833.135000', '202833.595000', '202834.055000', '202834.515000', '202834.975000', '202835.435000', '202835.895000', '202836.355000', '202836.815000', '202837.275000', '202837.735000', '202838.195000', '202838.655000', '202839.115000', '202839.575000', '202840.035000', '202840.495000', '202840.955000', '202841.415000', '202841.875000', '202842.335000', '202842.795000', '202843.255000', '202843.715000'], 'ContentTime': ['202218.975000', '202218.978000', '202218.981000', '202218.984000', '202218.986000', '202218.989000', '202218.991000', '202218.994000', '202218.996000', '202219.000000', '202219.003000', '202219.005000', '202219.008000', '202219.011000', '202219.013000', '202219.016000', '202219.018000', '202219.047000', '202219.049000', '202219.052000', '202219.054000', '202219.057000', '202219.059000', '202219.062000', '202219.064000', '202219.067000', '202219.070000', '202219.072000', '202219.075000', '202219.078000', '202219.080000', '202219.083000', '202238.937000', '202238.939000', '202238.942000', '202238.945000', '202238.947000', '202238.950000', '202238.952000', '202238.955000', '202238.957000', '202238.960000', '202238.963000', '202238.965000', '202238.968000', '202238.970000', '202238.973000', '202238.975000', '202238.978000', '202238.980000', '202238.983000', '202238.986000', '202238.989000', '202238.991000', '202238.994000', '202239.008000', '202239.011000', '202239.014000', '202239.016000', '202239.019000', '202239.022000', '202239.025000', '202239.028000', '202239.031000', '202239.034000', '202239.036000', '202239.039000', '202239.041000', '202239.044000', '202239.047000', '202239.050000', '202239.052000', '202239.055000', '202239.057000', '202239.060000', '202258.936000', '202258.939000', '202258.942000', '202258.944000', '202258.947000', '202258.950000', '202258.952000', '202258.955000', '202258.958000', '202258.960000', '202258.963000', '202258.965000', '202258.968000', '202258.971000', '202258.973000', '202258.976000', '202258.982000', '202258.984000', '202258.987000', '202258.990000', '202258.992000', '202258.995000', '202258.997000', '202259.001000', '202259.004000', '202259.006000', '202259.009000', '202259.012000', '202259.015000', '202259.017000', '202259.020000', '202259.022000', '202259.025000', '202259.028000', '202259.030000', '202259.033000', '202259.035000', '202259.038000', '202259.041000', '202259.049000', '202259.051000', '202259.054000', '202259.057000', '202259.059000', '202318.936000', '202318.939000', '202318.942000', '202318.944000', '202318.947000', '202318.950000', '202318.952000', '202318.955000', '202318.957000', '202318.960000', '202318.963000', '202318.965000', '202318.968000', '202318.971000', '202318.973000', '202318.976000', '202318.978000', '202318.981000', '202318.984000', '202318.986000', '202318.989000', '202318.992000', '202318.994000', '202318.997000', '202319.000000', '202319.003000', '202319.006000', '202319.008000', '202319.011000', '202319.014000', '202319.016000', '202319.019000', '202319.021000', '202319.024000', '202319.027000', '202319.029000', '202319.032000', '202319.035000', '202319.037000', '202319.040000', '202319.043000', '202319.045000', '202319.048000', '202338.935000', '202338.938000', '202338.941000', '202338.944000', '202338.946000', '202338.949000', '202338.952000', '202338.954000', '202338.957000', '202338.960000', '202338.962000', '202338.965000', '202338.968000', '202338.970000', '202338.973000', '202338.975000', '202338.978000', '202338.981000', '202338.983000', '202338.986000', '202338.989000', '202338.991000', '202338.994000', '202338.997000', '202339.000000', '202339.003000', '202339.005000', '202339.008000', '202339.011000', '202339.013000', '202339.016000', '202339.019000', '202339.021000', '202339.024000', '202339.026000', '202339.029000', '202339.032000', '202339.034000', '202339.037000', '202339.039000', '202339.042000', '202339.045000', '202339.047000', '202339.050000', '202358.935000', '202358.938000', '202358.941000', '202358.943000', '202358.946000', '202358.949000', '202358.951000', '202358.954000', '202358.957000', '202358.960000', '202358.962000', '202358.965000', '202358.967000', '202358.970000', '202358.973000', '202358.975000', '202358.978000', '202358.980000', '202358.983000', '202358.985000', '202358.988000', '202358.991000', '202358.993000', '202358.996000', '202359.000000', '202359.002000', '202359.005000', '202359.007000', '202359.010000', '202359.013000', '202359.015000', '202359.018000', '202359.020000', '202359.023000', '202359.026000', '202359.028000', '202359.031000', '202359.033000', '202359.036000', '202359.039000', '202359.041000', '202359.044000', '202359.047000', '202418.936000', '202418.939000', '202418.942000', '202418.945000', '202418.947000', '202418.950000', '202418.952000', '202418.955000', '202418.958000', '202418.960000', '202418.963000', '202418.965000', '202418.968000', '202418.971000', '202418.973000', '202418.976000', '202418.978000', '202418.981000', '202418.984000', '202418.994000', '202418.997000', '202419.000000', '202419.003000', '202419.005000', '202419.008000', '202419.011000', '202419.013000', '202419.016000', '202419.018000', '202419.021000', '202419.024000', '202419.026000', '202419.029000', '202419.032000', '202419.034000', '202419.037000', '202419.039000', '202419.042000', '202419.044000', '202419.047000', '202419.050000', '202419.052000', '202419.055000', '202419.057000', '202438.936000', '202438.939000', '202438.942000', '202438.945000', '202438.948000', '202438.950000', '202438.953000', '202438.956000', '202438.958000', '202438.961000', '202438.963000', '202438.966000', '202438.969000', '202438.972000', '202438.974000', '202438.977000', '202438.980000', '202438.982000', '202438.985000', '202438.987000', '202438.990000', '202438.993000', '202438.995000', '202438.998000', '202439.001000', '202439.004000', '202439.006000', '202439.009000', '202439.012000', '202439.014000', '202439.017000', '202439.019000', '202439.022000', '202439.024000', '202439.027000', '202439.034000', '202439.037000', '202439.039000', '202439.042000', '202439.045000', '202439.047000', '202439.050000', '202439.052000', '202458.937000', '202458.939000', '202458.942000', '202458.945000', '202458.947000', '202458.950000', '202458.952000', '202458.955000', '202458.958000', '202458.960000', '202458.963000', '202458.965000', '202458.968000', '202458.971000', '202458.973000', '202458.976000', '202458.978000', '202458.981000', '202458.984000', '202458.986000', '202458.989000', '202458.991000', '202458.994000', '202458.996000', '202459.000000', '202459.003000', '202459.005000', '202459.008000', '202459.010000', '202459.013000', '202459.015000', '202459.018000', '202459.021000', '202459.023000', '202459.026000', '202459.028000', '202459.031000', '202459.034000', '202459.036000', '202459.039000', '202459.041000', '202459.044000', '202459.047000', '202459.049000', '202518.937000', '202518.939000', '202518.942000', '202518.945000', '202518.947000', '202518.950000', '202518.953000', '202518.955000', '202518.958000', '202518.960000', '202518.963000', '202518.965000', '202518.968000', '202518.970000', '202518.974000', '202518.977000', '202518.979000', '202518.982000', '202518.985000', '202518.987000', '202518.990000', '202518.993000', '202518.995000', '202518.998000', '202519.001000', '202519.004000', '202519.007000', '202519.009000', '202519.012000', '202519.015000', '202519.018000', '202519.020000', '202519.023000', '202519.025000', '202519.028000', '202519.031000', '202519.033000', '202519.036000', '202519.039000', '202519.051000', '202519.053000', '202519.056000', '202519.059000', '202538.935000', '202538.938000', '202538.941000', '202538.943000', '202538.946000', '202538.949000', '202538.951000', '202538.954000', '202538.956000', '202538.959000', '202538.961000', '202538.964000', '202538.967000', '202538.969000', '202538.972000', '202538.974000', '202538.977000', '202538.980000', '202538.982000', '202538.985000', '202538.987000', '202538.990000', '202538.992000', '202538.995000', '202538.998000', '202539.001000', '202539.004000', '202539.006000', '202539.009000', '202539.012000', '202539.015000', '202539.017000', '202539.020000', '202539.023000', '202539.025000', '202539.028000', '202539.031000', '202539.033000', '202539.036000', '202539.039000', '202539.041000', '202539.044000', '202539.046000', '202558.935000', '202558.969000', '202558.973000', '202558.975000', '202558.978000', '202558.981000', '202558.983000', '202558.986000', '202558.989000', '202558.991000', '202558.994000', '202558.996000', '202559.000000', '202559.002000', '202559.005000', '202559.008000', '202559.010000', '202559.013000', '202559.015000', '202559.018000', '202559.021000', '202559.023000', '202559.026000', '202559.028000', '202559.031000', '202559.034000', '202559.036000', '202559.039000', '202559.041000', '202559.044000', '202559.047000', '202559.049000', '202559.052000', '202559.054000', '202559.057000', '202559.060000', '202559.062000', '202559.065000', '202559.067000', '202559.070000', '202559.072000', '202559.075000', '202559.078000', '202559.080000', '202618.935000', '202618.938000', '202618.941000', '202618.943000', '202618.946000', '202618.949000', '202618.952000', '202618.955000', '202618.958000', '202618.961000', '202618.963000', '202618.966000', '202618.969000', '202618.971000', '202618.974000', '202618.976000', '202618.979000', '202618.982000', '202618.984000', '202618.987000', '202618.990000', '202618.992000', '202618.995000', '202618.997000', '202619.001000', '202619.004000', '202619.006000', '202619.009000', '202619.012000', '202619.015000', '202619.017000', '202619.020000', '202619.023000', '202619.025000', '202619.028000', '202619.031000', '202619.033000', '202619.036000', '202619.039000', '202619.041000', '202619.044000', '202619.046000', '202619.049000', '202638.936000', '202638.940000', '202638.942000', '202638.945000', '202638.947000', '202638.950000', '202638.953000', '202638.955000', '202638.958000', '202638.960000', '202638.963000', '202638.966000', '202638.968000', '202638.971000', '202638.974000', '202638.976000', '202638.979000', '202638.982000', '202638.984000', '202638.987000', '202638.990000', '202638.992000', '202638.995000', '202638.998000', '202639.000000', '202639.003000', '202639.006000', '202639.008000', '202639.011000', '202639.014000', '202639.017000', '202639.019000', '202639.022000', '202639.025000', '202639.027000', '202639.030000', '202639.032000', '202639.035000', '202639.038000', '202639.040000', '202639.043000', '202639.046000', '202639.049000', '202639.051000', '202658.937000', '202658.939000', '202658.942000', '202658.945000', '202658.947000', '202658.950000', '202658.953000', '202658.955000', '202658.958000', '202658.961000', '202658.963000', '202658.966000', '202658.969000', '202658.971000', '202658.974000', '202658.977000', '202658.979000', '202658.982000', '202658.985000', '202658.987000', '202658.990000', '202658.993000', '202658.995000', '202658.998000', '202659.001000', '202659.005000', '202659.007000', '202659.010000', '202659.013000', '202659.015000', '202659.018000', '202659.021000', '202659.023000', '202659.026000', '202659.029000', '202659.031000', '202659.034000', '202659.036000', '202659.039000', '202659.042000', '202659.044000', '202659.047000', '202659.050000', '202659.052000', '202718.936000', '202718.939000', '202718.942000', '202718.945000', '202718.947000', '202718.950000', '202718.953000', '202718.955000', '202718.958000', '202718.961000', '202718.963000', '202718.966000', '202718.969000', '202718.971000', '202718.974000', '202718.977000', '202718.980000', '202718.982000', '202718.985000', '202718.988000', '202718.990000', '202718.993000', '202718.995000', '202718.998000', '202719.002000', '202719.016000', '202719.018000', '202719.021000', '202719.024000', '202719.026000', '202719.029000', '202719.032000', '202719.034000', '202719.037000', '202719.039000', '202719.042000', '202719.045000', '202719.047000', '202719.050000', '202719.053000', '202719.055000', '202719.058000', '202719.060000', '202738.936000', '202738.938000', '202738.941000', '202738.944000', '202738.946000', '202738.949000', '202738.952000', '202738.954000', '202738.957000', '202738.960000', '202738.962000', '202738.965000', '202738.968000', '202738.970000', '202738.973000', '202738.975000', '202738.978000', '202738.981000', '202738.984000', '202738.987000', '202738.990000', '202738.992000', '202738.996000', '202739.000000', '202739.002000', '202739.005000', '202739.008000', '202739.010000', '202739.013000', '202739.016000', '202739.020000', '202739.023000', '202739.026000', '202739.028000', '202739.031000', '202739.033000', '202739.036000', '202739.039000', '202739.041000', '202739.044000', '202739.047000', '202739.049000', '202739.052000', '202758.936000', '202758.938000', '202758.941000', '202758.944000', '202758.946000', '202758.949000', '202758.951000', '202758.954000', '202758.956000', '202758.959000', '202758.963000', '202758.965000', '202758.968000', '202758.971000', '202758.973000', '202758.976000', '202758.978000', '202758.981000', '202758.983000', '202758.986000', '202758.988000', '202758.991000', '202758.994000', '202758.996000', '202759.000000', '202759.003000', '202759.005000', '202759.008000', '202759.010000', '202759.013000', '202759.016000', '202759.018000', '202759.021000', '202759.023000', '202759.026000', '202759.028000', '202759.031000', '202759.034000', '202759.036000', '202759.039000', '202759.042000', '202759.044000', '202759.047000', '202759.050000', '202818.936000', '202818.939000', '202818.941000', '202818.944000', '202818.946000', '202818.949000', '202818.952000', '202818.956000', '202818.959000', '202818.961000', '202818.964000', '202818.967000', '202818.969000', '202818.972000', '202818.974000', '202818.977000', '202818.980000', '202818.982000', '202818.985000', '202818.988000', '202818.990000', '202818.993000', '202818.995000', '202818.998000', '202819.002000', '202819.004000', '202819.007000', '202819.010000', '202819.012000', '202819.015000', '202819.017000', '202819.020000', '202819.022000', '202819.025000', '202819.027000', '202819.030000', '202819.033000', '202819.035000', '202819.038000', '202819.041000', '202819.043000', '202819.055000', '202819.057000', '202838.935000', '202838.938000', '202838.941000', '202838.943000', '202838.946000', '202838.949000', '202838.952000', '202838.955000', '202838.957000', '202838.960000', '202838.963000', '202838.965000', '202838.968000', '202838.971000', '202838.973000', '202838.976000', '202838.979000', '202838.981000', '202838.984000', '202838.986000', '202838.989000', '202838.992000', '202838.994000', '202838.997000', '202839.000000', '202839.003000', '202839.006000', '202839.008000', '202839.011000', '202839.013000', '202839.016000', '202839.019000', '202839.021000', '202839.024000', '202839.026000', '202839.029000', '202839.032000', '202839.054000', '202839.057000', '202839.059000', '202839.062000', '202839.064000', '202839.067000', '202839.070000', '202845.179000', '202845.182000', '202845.184000', '202845.187000', '202845.190000', '202845.197000', '202845.200000', '202845.202000', '202845.205000', '202845.207000', '202845.210000', '202845.213000', '202845.215000', '202845.218000'], 'InstanceCreationTime': ['202218.975000', '202218.978000', '202218.981000', '202218.984000', '202218.986000', '202218.989000', '202218.991000', '202218.994000', '202218.996000', '202219.000000', '202219.003000', '202219.005000', '202219.008000', '202219.011000', '202219.013000', '202219.016000', '202219.018000', '202219.047000', '202219.049000', '202219.052000', '202219.054000', '202219.057000', '202219.059000', '202219.062000', '202219.064000', '202219.067000', '202219.070000', '202219.072000', '202219.075000', '202219.078000', '202219.080000', '202219.083000', '202238.937000', '202238.939000', '202238.942000', '202238.945000', '202238.947000', '202238.950000', '202238.952000', '202238.955000', '202238.957000', '202238.960000', '202238.963000', '202238.965000', '202238.968000', '202238.970000', '202238.973000', '202238.975000', '202238.978000', '202238.980000', '202238.983000', '202238.986000', '202238.989000', '202238.991000', '202238.994000', '202239.008000', '202239.011000', '202239.014000', '202239.016000', '202239.019000', '202239.022000', '202239.025000', '202239.028000', '202239.031000', '202239.034000', '202239.036000', '202239.039000', '202239.041000', '202239.044000', '202239.047000', '202239.050000', '202239.052000', '202239.055000', '202239.057000', '202239.060000', '202258.936000', '202258.939000', '202258.942000', '202258.944000', '202258.947000', '202258.950000', '202258.952000', '202258.955000', '202258.958000', '202258.960000', '202258.963000', '202258.965000', '202258.968000', '202258.971000', '202258.973000', '202258.976000', '202258.982000', '202258.984000', '202258.987000', '202258.990000', '202258.992000', '202258.995000', '202258.997000', '202259.001000', '202259.004000', '202259.006000', '202259.009000', '202259.012000', '202259.015000', '202259.017000', '202259.020000', '202259.022000', '202259.025000', '202259.028000', '202259.030000', '202259.033000', '202259.035000', '202259.038000', '202259.041000', '202259.049000', '202259.051000', '202259.054000', '202259.057000', '202259.059000', '202318.936000', '202318.939000', '202318.942000', '202318.944000', '202318.947000', '202318.950000', '202318.952000', '202318.955000', '202318.957000', '202318.960000', '202318.963000', '202318.965000', '202318.968000', '202318.971000', '202318.973000', '202318.976000', '202318.978000', '202318.981000', '202318.984000', '202318.986000', '202318.989000', '202318.992000', '202318.994000', '202318.997000', '202319.000000', '202319.003000', '202319.006000', '202319.008000', '202319.011000', '202319.014000', '202319.016000', '202319.019000', '202319.021000', '202319.024000', '202319.027000', '202319.029000', '202319.032000', '202319.035000', '202319.037000', '202319.040000', '202319.043000', '202319.045000', '202319.048000', '202338.935000', '202338.938000', '202338.941000', '202338.944000', '202338.946000', '202338.949000', '202338.952000', '202338.954000', '202338.957000', '202338.960000', '202338.962000', '202338.965000', '202338.968000', '202338.970000', '202338.973000', '202338.975000', '202338.978000', '202338.981000', '202338.983000', '202338.986000', '202338.989000', '202338.991000', '202338.994000', '202338.997000', '202339.000000', '202339.003000', '202339.005000', '202339.008000', '202339.011000', '202339.013000', '202339.016000', '202339.019000', '202339.021000', '202339.024000', '202339.026000', '202339.029000', '202339.032000', '202339.034000', '202339.037000', '202339.039000', '202339.042000', '202339.045000', '202339.047000', '202339.050000', '202358.935000', '202358.938000', '202358.941000', '202358.943000', '202358.946000', '202358.949000', '202358.951000', '202358.954000', '202358.957000', '202358.960000', '202358.962000', '202358.965000', '202358.967000', '202358.970000', '202358.973000', '202358.975000', '202358.978000', '202358.980000', '202358.983000', '202358.985000', '202358.988000', '202358.991000', '202358.993000', '202358.996000', '202359.000000', '202359.002000', '202359.005000', '202359.007000', '202359.010000', '202359.013000', '202359.015000', '202359.018000', '202359.020000', '202359.023000', '202359.026000', '202359.028000', '202359.031000', '202359.033000', '202359.036000', '202359.039000', '202359.041000', '202359.044000', '202359.047000', '202418.936000', '202418.939000', '202418.942000', '202418.945000', '202418.947000', '202418.950000', '202418.952000', '202418.955000', '202418.958000', '202418.960000', '202418.963000', '202418.965000', '202418.968000', '202418.971000', '202418.973000', '202418.976000', '202418.978000', '202418.981000', '202418.984000', '202418.994000', '202418.997000', '202419.000000', '202419.003000', '202419.005000', '202419.008000', '202419.011000', '202419.013000', '202419.016000', '202419.018000', '202419.021000', '202419.024000', '202419.026000', '202419.029000', '202419.032000', '202419.034000', '202419.037000', '202419.039000', '202419.042000', '202419.044000', '202419.047000', '202419.050000', '202419.052000', '202419.055000', '202419.057000', '202438.936000', '202438.939000', '202438.942000', '202438.945000', '202438.948000', '202438.950000', '202438.953000', '202438.956000', '202438.958000', '202438.961000', '202438.963000', '202438.966000', '202438.969000', '202438.972000', '202438.974000', '202438.977000', '202438.980000', '202438.982000', '202438.985000', '202438.987000', '202438.990000', '202438.993000', '202438.995000', '202438.998000', '202439.001000', '202439.004000', '202439.006000', '202439.009000', '202439.012000', '202439.014000', '202439.017000', '202439.019000', '202439.022000', '202439.024000', '202439.027000', '202439.034000', '202439.037000', '202439.039000', '202439.042000', '202439.045000', '202439.047000', '202439.050000', '202439.052000', '202458.937000', '202458.939000', '202458.942000', '202458.945000', '202458.947000', '202458.950000', '202458.952000', '202458.955000', '202458.958000', '202458.960000', '202458.963000', '202458.965000', '202458.968000', '202458.971000', '202458.973000', '202458.976000', '202458.978000', '202458.981000', '202458.984000', '202458.986000', '202458.989000', '202458.991000', '202458.994000', '202458.996000', '202459.000000', '202459.003000', '202459.005000', '202459.008000', '202459.010000', '202459.013000', '202459.015000', '202459.018000', '202459.021000', '202459.023000', '202459.026000', '202459.028000', '202459.031000', '202459.034000', '202459.036000', '202459.039000', '202459.041000', '202459.044000', '202459.047000', '202459.049000', '202518.937000', '202518.939000', '202518.942000', '202518.945000', '202518.947000', '202518.950000', '202518.953000', '202518.955000', '202518.958000', '202518.960000', '202518.963000', '202518.965000', '202518.968000', '202518.970000', '202518.974000', '202518.977000', '202518.979000', '202518.982000', '202518.985000', '202518.987000', '202518.990000', '202518.993000', '202518.995000', '202518.998000', '202519.001000', '202519.004000', '202519.007000', '202519.009000', '202519.012000', '202519.015000', '202519.018000', '202519.020000', '202519.023000', '202519.025000', '202519.028000', '202519.031000', '202519.033000', '202519.036000', '202519.039000', '202519.051000', '202519.053000', '202519.056000', '202519.059000', '202538.935000', '202538.938000', '202538.941000', '202538.943000', '202538.946000', '202538.949000', '202538.951000', '202538.954000', '202538.956000', '202538.959000', '202538.961000', '202538.964000', '202538.967000', '202538.969000', '202538.972000', '202538.974000', '202538.977000', '202538.980000', '202538.982000', '202538.985000', '202538.987000', '202538.990000', '202538.992000', '202538.995000', '202538.998000', '202539.001000', '202539.004000', '202539.006000', '202539.009000', '202539.012000', '202539.015000', '202539.017000', '202539.020000', '202539.023000', '202539.025000', '202539.028000', '202539.031000', '202539.033000', '202539.036000', '202539.039000', '202539.041000', '202539.044000', '202539.046000', '202558.935000', '202558.969000', '202558.973000', '202558.975000', '202558.978000', '202558.981000', '202558.983000', '202558.986000', '202558.989000', '202558.991000', '202558.994000', '202558.996000', '202559.000000', '202559.002000', '202559.005000', '202559.008000', '202559.010000', '202559.013000', '202559.015000', '202559.018000', '202559.021000', '202559.023000', '202559.026000', '202559.028000', '202559.031000', '202559.034000', '202559.036000', '202559.039000', '202559.041000', '202559.044000', '202559.047000', '202559.049000', '202559.052000', '202559.054000', '202559.057000', '202559.060000', '202559.062000', '202559.065000', '202559.067000', '202559.070000', '202559.072000', '202559.075000', '202559.078000', '202559.080000', '202618.935000', '202618.938000', '202618.941000', '202618.943000', '202618.946000', '202618.949000', '202618.952000', '202618.955000', '202618.958000', '202618.961000', '202618.963000', '202618.966000', '202618.969000', '202618.971000', '202618.974000', '202618.976000', '202618.979000', '202618.982000', '202618.984000', '202618.987000', '202618.990000', '202618.992000', '202618.995000', '202618.997000', '202619.001000', '202619.004000', '202619.006000', '202619.009000', '202619.012000', '202619.015000', '202619.017000', '202619.020000', '202619.023000', '202619.025000', '202619.028000', '202619.031000', '202619.033000', '202619.036000', '202619.039000', '202619.041000', '202619.044000', '202619.046000', '202619.049000', '202638.936000', '202638.940000', '202638.942000', '202638.945000', '202638.947000', '202638.950000', '202638.953000', '202638.955000', '202638.958000', '202638.960000', '202638.963000', '202638.966000', '202638.968000', '202638.971000', '202638.974000', '202638.976000', '202638.979000', '202638.982000', '202638.984000', '202638.987000', '202638.990000', '202638.992000', '202638.995000', '202638.998000', '202639.000000', '202639.003000', '202639.006000', '202639.008000', '202639.011000', '202639.014000', '202639.017000', '202639.019000', '202639.022000', '202639.025000', '202639.027000', '202639.030000', '202639.032000', '202639.035000', '202639.038000', '202639.040000', '202639.043000', '202639.046000', '202639.049000', '202639.051000', '202658.937000', '202658.939000', '202658.942000', '202658.945000', '202658.947000', '202658.950000', '202658.953000', '202658.955000', '202658.958000', '202658.961000', '202658.963000', '202658.966000', '202658.969000', '202658.971000', '202658.974000', '202658.977000', '202658.979000', '202658.982000', '202658.985000', '202658.987000', '202658.990000', '202658.993000', '202658.995000', '202658.998000', '202659.001000', '202659.005000', '202659.007000', '202659.010000', '202659.013000', '202659.015000', '202659.018000', '202659.021000', '202659.023000', '202659.026000', '202659.029000', '202659.031000', '202659.034000', '202659.036000', '202659.039000', '202659.042000', '202659.044000', '202659.047000', '202659.050000', '202659.052000', '202718.936000', '202718.939000', '202718.942000', '202718.945000', '202718.947000', '202718.950000', '202718.953000', '202718.955000', '202718.958000', '202718.961000', '202718.963000', '202718.966000', '202718.969000', '202718.971000', '202718.974000', '202718.977000', '202718.980000', '202718.982000', '202718.985000', '202718.988000', '202718.990000', '202718.993000', '202718.995000', '202718.998000', '202719.002000', '202719.016000', '202719.018000', '202719.021000', '202719.024000', '202719.026000', '202719.029000', '202719.032000', '202719.034000', '202719.037000', '202719.039000', '202719.042000', '202719.045000', '202719.047000', '202719.050000', '202719.053000', '202719.055000', '202719.058000', '202719.060000', '202738.936000', '202738.938000', '202738.941000', '202738.944000', '202738.946000', '202738.949000', '202738.952000', '202738.954000', '202738.957000', '202738.960000', '202738.962000', '202738.965000', '202738.968000', '202738.970000', '202738.973000', '202738.975000', '202738.978000', '202738.981000', '202738.984000', '202738.987000', '202738.990000', '202738.992000', '202738.996000', '202739.000000', '202739.002000', '202739.005000', '202739.008000', '202739.010000', '202739.013000', '202739.016000', '202739.020000', '202739.023000', '202739.026000', '202739.028000', '202739.031000', '202739.033000', '202739.036000', '202739.039000', '202739.041000', '202739.044000', '202739.047000', '202739.049000', '202739.052000', '202758.936000', '202758.938000', '202758.941000', '202758.944000', '202758.946000', '202758.949000', '202758.951000', '202758.954000', '202758.956000', '202758.959000', '202758.963000', '202758.965000', '202758.968000', '202758.971000', '202758.973000', '202758.976000', '202758.978000', '202758.981000', '202758.983000', '202758.986000', '202758.988000', '202758.991000', '202758.994000', '202758.996000', '202759.000000', '202759.003000', '202759.005000', '202759.008000', '202759.010000', '202759.013000', '202759.016000', '202759.018000', '202759.021000', '202759.023000', '202759.026000', '202759.028000', '202759.031000', '202759.034000', '202759.036000', '202759.039000', '202759.042000', '202759.044000', '202759.047000', '202759.050000', '202818.936000', '202818.939000', '202818.941000', '202818.944000', '202818.946000', '202818.949000', '202818.952000', '202818.956000', '202818.959000', '202818.961000', '202818.964000', '202818.967000', '202818.969000', '202818.972000', '202818.974000', '202818.977000', '202818.980000', '202818.982000', '202818.985000', '202818.988000', '202818.990000', '202818.993000', '202818.995000', '202818.998000', '202819.002000', '202819.004000', '202819.007000', '202819.010000', '202819.012000', '202819.015000', '202819.017000', '202819.020000', '202819.022000', '202819.025000', '202819.027000', '202819.030000', '202819.033000', '202819.035000', '202819.038000', '202819.041000', '202819.043000', '202819.055000', '202819.057000', '202838.935000', '202838.938000', '202838.941000', '202838.943000', '202838.946000', '202838.949000', '202838.952000', '202838.955000', '202838.957000', '202838.960000', '202838.963000', '202838.965000', '202838.968000', '202838.971000', '202838.973000', '202838.976000', '202838.979000', '202838.981000', '202838.984000', '202838.986000', '202838.989000', '202838.992000', '202838.994000', '202838.997000', '202839.000000', '202839.003000', '202839.006000', '202839.008000', '202839.011000', '202839.013000', '202839.016000', '202839.019000', '202839.021000', '202839.024000', '202839.026000', '202839.029000', '202839.032000', '202839.054000', '202839.057000', '202839.059000', '202839.062000', '202839.064000', '202839.067000', '202839.070000', '202845.179000', '202845.182000', '202845.184000', '202845.187000', '202845.190000', '202845.197000', '202845.200000', '202845.202000', '202845.205000', '202845.207000', '202845.210000', '202845.213000', '202845.215000', '202845.218000'], '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': [7072, 6248, 7516, 6151, 6424, 7318, 5984, 6234, 6125, 6420, 8366, 6147, 7505, 6082, 6647, 6144, 6311, 6212, 6142, 7067, 6214, 6162, 6278, 6268, 8153, 6252, 6357, 6056, 6253, 6626, 6299, 8027, 6084, 6815, 6232, 6893, 6169, 6402, 6473, 6111, 6842, 6157, 6169, 6133, 6285, 6892, 6215, 7907, 5980, 7196, 6210, 6549, 6375, 7391, 6148, 6156, 6227, 6152, 6418, 6530, 7627, 6248, 8146, 6270, 6605, 6266, 5963, 6809, 6281, 7380, 6270, 6783, 6236, 6437, 6441, 5897, 6037, 6015, 6381, 6140, 7423, 6166, 8320, 6174, 6008, 6347, 6279, 7322, 5992, 6771, 5866, 6528, 6086, 7834, 6209, 7264, 6157, 6828, 6162, 7658, 6120, 7328, 6010, 6482, 6282, 6159, 6631, 6114, 5959, 6174, 6160, 6728, 6179, 7590, 6089, 8441, 6031, 6679, 6076, 6108, 6888, 6127, 7730, 6079, 7238, 6003, 6236, 6238, 6164, 7318, 6094, 6054, 6166, 6136, 6306, 6189, 6670, 6132, 7147, 5648, 5928, 6575, 6252, 5907, 7885, 6054, 6225, 7667, 6156, 6104, 5946, 6124, 6271, 6202, 6694, 6432, 8297, 6353, 6190, 6458, 6188, 6165, 6224, 5995, 7743, 6116, 8144, 6020, 6017, 5925, 5981, 6321, 6129, 6804, 6351, 7179, 6144, 6818, 6137, 6005, 6797, 5702, 7474, 5931, 7252, 6013, 6071, 5765, 5780, 6501, 6233, 7327, 6116, 8454, 6132, 6273, 6220, 5969, 6285, 5989, 6343, 5672, 6302, 6099, 6430, 6162, 7659, 6029, 5666, 5816, 5894, 7108, 5870, 7308, 6230, 6257, 6729, 5973, 7467, 5962, 7375, 6202, 7936, 6125, 8067, 6004, 5930, 5935, 5937, 6607, 6170, 7999, 5926, 8138, 6119, 5853, 5982, 6020, 6283, 5879, 6726, 6146, 7279, 5729, 6199, 5909, 5965, 6086, 5905, 6766, 5876, 7629, 6041, 7789, 5768, 6612, 5944, 6409, 5952, 6285, 5945, 6041, 6794, 5850, 6866, 6035, 6534, 5929, 6189, 6173, 6175, 8105, 6047, 7561, 5849, 7483, 5718, 6587, 6180, 6035, 6268, 5894, 7047, 6018, 6903, 5979, 6772, 5925, 6478, 6119, 6044, 7048, 6036, 6794, 6023, 6731, 5877, 7350, 6056, 7121, 6063, 7029, 5869, 5914, 5981, 5933, 6578, 5898, 7551, 6249, 7644, 6496, 8295, 5912, 5791, 5917, 6075, 6648, 5874, 8009, 6203, 6381, 5899, 5802, 6522, 5955, 7335, 5930, 7779, 5980, 8214, 5960, 7096, 6299, 5861, 6046, 5986, 6544, 6110, 6917, 6142, 7221, 5793, 5813, 6000, 5923, 6996, 6160, 7733, 6009, 7337, 6005, 6972, 5946, 5733, 6361, 5975, 6724, 6145, 7938, 5975, 6344, 5862, 5760, 6499, 5959, 7599, 6194, 7699, 5877, 6445, 5954, 5769, 7052, 5887, 7191, 6147, 6027, 6585, 5670, 8120, 5794, 5799, 6316, 5923, 6972, 6044, 7490, 6045, 5815, 6603, 5705, 7662, 5890, 7392, 5869, 6952, 5977, 6809, 5971, 5988, 5984, 5858, 6405, 5995, 5849, 6074, 5971, 7841, 6246, 8197, 5766, 6183, 5748, 6169, 5997, 7265, 5696, 6371, 6066, 5953, 5936, 5626, 6881, 5943, 5729, 5986, 5799, 7912, 6025, 7887, 6307, 6101, 6668, 5721, 6818, 7110, 6197, 6817, 5986, 6017, 6741, 5830, 6708, 5793, 6639, 5914, 6840, 6117, 5889, 6204, 5821, 7840, 5848, 6774, 5759, 7028, 6083, 5844, 6242, 6195, 7174, 6023, 6877, 5833, 5864, 5971, 5790, 6781, 5801, 8189, 6035, 7005, 5895, 5983, 6942, 6088, 7569, 5868, 6971, 6091, 7121, 5973, 8496, 6144, 6122, 6423, 5668, 6850, 5809, 7902, 6163, 6357, 6035, 5845, 7003, 5988, 7308, 5796, 5907, 6155, 6032, 7621, 5951, 7085, 5794, 5927, 6882, 5928, 8155, 5933, 8432, 5907, 6252, 5943, 5876, 6652, 5781, 7309, 5820, 6461, 6167, 5532, 7085, 6020, 5931, 6681, 6083, 6080, 7616, 6153, 7153, 6344, 5943, 7738, 5998, 7713, 5862, 7250, 6007, 7368, 6032, 6024, 6368, 5957, 6735, 5702, 6842, 6132, 5814, 6410, 5948, 6844, 5893, 6878, 5985, 7137, 6058, 6632, 5917, 6213, 7039, 5893, 7807, 5914, 6217, 5986, 6104, 6720, 5917, 7154, 5935, 7206, 6028, 6222, 5950, 5790, 6946, 6110, 7190, 5971, 7852, 6225, 8452, 6019, 6582, 5832, 5874, 6300, 5930, 6720, 5791, 8395, 6037, 5927, 6375, 5806, 7248, 5794, 7018, 5845, 6203, 7064, 6038, 8179, 5923, 5854, 6255, 5805, 7185, 6225, 8087, 5909, 6636, 5858, 5797, 6295, 5838, 6560, 5998, 7041, 5986, 8578, 5974, 5760, 6959, 6138, 6172, 5851, 5945, 7634, 6104, 8472, 6048, 6380, 5994, 6548, 6028, 6729, 6084, 5988, 6441, 5957, 7186, 5734, 5861, 6136, 5969, 7980, 5898, 7859, 5724, 7422, 5886, 6753, 5982, 6804, 6195, 7160, 5956, 6010, 5930, 5989, 6484, 6126, 7666, 5902, 6413, 6122, 5978, 6613, 6128, 7699, 6137, 8172, 5944, 6727, 5974, 6152, 6575, 6255, 7699, 5836, 6793, 5964, 5897, 6495, 5898, 8222, 6329, 6438, 6140, 5895, 7301, 5991, 8209, 5971, 6298, 6401, 5784, 5925, 5931, 5731, 6856, 6011, 7217, 6090, 7223, 6119, 8213, 6032, 6417, 5904, 5837, 6988, 5967, 7572, 5834, 7642, 5957, 5946, 6411, 5855, 6818, 5894, 6437, 5954, 5984, 7170, 6186, 8149, 5925, 5619, 6554, 6041, 7689, 6089, 8221, 5894, 6054, 6631, 5959, 6668, 5947, 5887, 6151, 6235, 7107, 5725, 7837, 5967, 5961, 6534, 5809, 7803, 5954, 5914, 6295, 5917, 7488, 5970, 5833, 6265, 5908, 7140, 5859, 7154, 6166, 7654, 5854, 5951, 6392, 5948, 6706, 5860, 5950, 5790, 5949, 6373, 6064, 7686, 5633, 7078, 5986, 7162, 6135, 7512, 6029, 6761, 6045, 5864, 6148, 5948, 6716, 5937, 7884, 6052, 7373, 5920, 5702, 6463, 6047, 7469, 6007, 5977, 6309, 5842, 6869, 5974, 5859, 6396, 5967, 6155, 7292, 5952, 5875, 6634, 6271, 7871, 6156, 6066, 6824, 6184, 7490, 6099, 5916, 6430, 5846, 6581, 6116, 6028, 5984, 6001, 6588, 6021, 7231, 6094, 7734, 5975, 6055, 6247, 6121, 7095, 6190, 7624, 6267, 6189, 5970, 5745, 6520, 6076, 6446, 6041, 6106, 6808, 6149, 8487, 5868, 7859, 6039, 6045, 6043, 6020, 7085, 6053, 7789, 6069, 6204, 5673, 5820, 7259, 6113], 'WindowCenter': [3638.0, 3627.0, 3635.0, 3612.0, 3612.0, 3619.0, 3585.0, 3585.0, 3595.0, 3594.0, 3614.0, 3582.0, 3591.0, 3582.0, 3592.0, 3584.0, 3607.0, 3596.0, 3596.0, 3607.0, 3596.0, 3596.0, 3595.0, 3596.0, 3616.0, 3597.0, 3598.0, 3597.0, 3597.0, 3606.0, 3596.0, 3616.0, 3584.0, 3594.0, 3584.0, 3592.0, 3582.0, 3582.0, 3594.0, 3595.0, 3606.0, 3596.0, 3595.0, 3585.0, 3594.0, 3604.0, 3584.0, 3615.0, 3584.0, 3593.0, 3583.0, 3594.0, 3596.0, 3616.0, 3596.0, 3584.0, 3584.0, 3583.0, 3593.0, 3583.0, 3604.0, 3594.0, 3615.0, 3595.0, 3595.0, 3595.0, 3595.0, 3594.0, 3595.0, 3603.0, 3594.0, 3593.0, 3584.0, 3594.0, 3595.0, 3584.0, 3585.0, 3584.0, 3594.0, 3584.0, 3604.0, 3584.0, 3615.0, 3584.0, 3584.0, 3595.0, 3595.0, 3605.0, 3582.0, 3592.0, 3572.0, 3582.0, 3583.0, 3605.0, 3584.0, 3605.0, 3596.0, 3593.0, 3583.0, 3602.0, 3582.0, 3592.0, 3582.0, 3582.0, 3593.0, 3584.0, 3594.0, 3595.0, 3595.0, 3584.0, 3595.0, 3606.0, 3585.0, 3617.0, 3586.0, 3628.0, 3597.0, 3607.0, 3595.0, 3584.0, 3604.0, 3583.0, 3603.0, 3583.0, 3604.0, 3584.0, 3584.0, 3584.0, 3595.0, 3605.0, 3583.0, 3582.0, 3581.0, 3570.0, 3581.0, 3582.0, 3593.0, 3584.0, 3606.0, 3586.0, 3595.0, 3605.0, 3607.0, 3597.0, 3617.0, 3596.0, 3596.0, 3617.0, 3596.0, 3583.0, 3583.0, 3582.0, 3582.0, 3582.0, 3593.0, 3594.0, 3615.0, 3594.0, 3595.0, 3595.0, 3585.0, 3583.0, 3583.0, 3583.0, 3605.0, 3584.0, 3615.0, 3584.0, 3584.0, 3583.0, 3582.0, 3581.0, 3581.0, 3591.0, 3582.0, 3593.0, 3584.0, 3605.0, 3595.0, 3596.0, 3605.0, 3584.0, 3604.0, 3583.0, 3604.0, 3584.0, 3584.0, 3584.0, 3585.0, 3595.0, 3595.0, 3605.0, 3584.0, 3615.0, 3584.0, 3594.0, 3584.0, 3583.0, 3593.0, 3582.0, 3582.0, 3571.0, 3593.0, 3583.0, 3594.0, 3584.0, 3615.0, 3595.0, 3585.0, 3585.0, 3585.0, 3606.0, 3586.0, 3617.0, 3596.0, 3597.0, 3607.0, 3597.0, 3606.0, 3585.0, 3605.0, 3583.0, 3615.0, 3585.0, 3616.0, 3584.0, 3584.0, 3584.0, 3583.0, 3593.0, 3583.0, 3604.0, 3584.0, 3615.0, 3584.0, 3583.0, 3583.0, 3581.0, 3582.0, 3571.0, 3592.0, 3582.0, 3603.0, 3583.0, 3583.0, 3584.0, 3583.0, 3584.0, 3584.0, 3595.0, 3584.0, 3616.0, 3596.0, 3617.0, 3586.0, 3595.0, 3584.0, 3582.0, 3583.0, 3582.0, 3582.0, 3582.0, 3593.0, 3583.0, 3594.0, 3594.0, 3595.0, 3595.0, 3595.0, 3596.0, 3596.0, 3617.0, 3596.0, 3616.0, 3585.0, 3604.0, 3584.0, 3594.0, 3584.0, 3584.0, 3595.0, 3585.0, 3606.0, 3596.0, 3605.0, 3584.0, 3594.0, 3584.0, 3583.0, 3583.0, 3584.0, 3605.0, 3595.0, 3606.0, 3596.0, 3594.0, 3584.0, 3604.0, 3584.0, 3605.0, 3585.0, 3606.0, 3586.0, 3586.0, 3597.0, 3596.0, 3595.0, 3583.0, 3604.0, 3584.0, 3604.0, 3595.0, 3616.0, 3585.0, 3585.0, 3584.0, 3583.0, 3593.0, 3583.0, 3615.0, 3595.0, 3595.0, 3585.0, 3597.0, 3607.0, 3597.0, 3607.0, 3585.0, 3616.0, 3585.0, 3616.0, 3596.0, 3606.0, 3595.0, 3583.0, 3583.0, 3582.0, 3582.0, 3582.0, 3593.0, 3583.0, 3604.0, 3584.0, 3584.0, 3595.0, 3595.0, 3605.0, 3596.0, 3616.0, 3596.0, 3617.0, 3597.0, 3606.0, 3596.0, 3585.0, 3594.0, 3584.0, 3595.0, 3585.0, 3616.0, 3596.0, 3596.0, 3585.0, 3586.0, 3596.0, 3596.0, 3616.0, 3596.0, 3616.0, 3586.0, 3596.0, 3597.0, 3597.0, 3618.0, 3586.0, 3606.0, 3596.0, 3585.0, 3606.0, 3586.0, 3618.0, 3597.0, 3597.0, 3608.0, 3597.0, 3607.0, 3597.0, 3618.0, 3598.0, 3598.0, 3608.0, 3598.0, 3617.0, 3585.0, 3604.0, 3573.0, 3604.0, 3584.0, 3594.0, 3596.0, 3596.0, 3596.0, 3586.0, 3607.0, 3597.0, 3585.0, 3596.0, 3597.0, 3618.0, 3608.0, 3629.0, 3598.0, 3598.0, 3598.0, 3596.0, 3585.0, 3604.0, 3584.0, 3594.0, 3585.0, 3584.0, 3596.0, 3586.0, 3618.0, 3598.0, 3597.0, 3597.0, 3599.0, 3629.0, 3599.0, 3631.0, 3610.0, 3599.0, 3609.0, 3597.0, 3607.0, 3594.0, 3583.0, 3593.0, 3583.0, 3583.0, 3594.0, 3585.0, 3606.0, 3586.0, 3606.0, 3586.0, 3606.0, 3597.0, 3586.0, 3597.0, 3598.0, 3629.0, 3599.0, 3608.0, 3587.0, 3606.0, 3585.0, 3584.0, 3595.0, 3585.0, 3606.0, 3596.0, 3607.0, 3586.0, 3585.0, 3596.0, 3584.0, 3596.0, 3585.0, 3617.0, 3597.0, 3607.0, 3586.0, 3597.0, 3607.0, 3597.0, 3617.0, 3586.0, 3606.0, 3596.0, 3607.0, 3597.0, 3629.0, 3598.0, 3597.0, 3596.0, 3585.0, 3595.0, 3584.0, 3616.0, 3585.0, 3595.0, 3596.0, 3586.0, 3607.0, 3597.0, 3606.0, 3585.0, 3584.0, 3585.0, 3596.0, 3618.0, 3598.0, 3619.0, 3598.0, 3597.0, 3607.0, 3597.0, 3617.0, 3597.0, 3617.0, 3586.0, 3595.0, 3585.0, 3584.0, 3594.0, 3584.0, 3605.0, 3585.0, 3596.0, 3597.0, 3588.0, 3620.0, 3598.0, 3598.0, 3620.0, 3610.0, 3599.0, 3630.0, 3599.0, 3619.0, 3609.0, 3598.0, 3617.0, 3585.0, 3604.0, 3572.0, 3603.0, 3583.0, 3604.0, 3584.0, 3595.0, 3595.0, 3596.0, 3606.0, 3586.0, 3607.0, 3597.0, 3586.0, 3597.0, 3597.0, 3608.0, 3599.0, 3608.0, 3598.0, 3607.0, 3598.0, 3608.0, 3598.0, 3598.0, 3620.0, 3599.0, 3619.0, 3587.0, 3586.0, 3586.0, 3585.0, 3596.0, 3586.0, 3607.0, 3598.0, 3618.0, 3598.0, 3597.0, 3598.0, 3597.0, 3608.0, 3597.0, 3607.0, 3598.0, 3618.0, 3598.0, 3628.0, 3597.0, 3607.0, 3586.0, 3586.0, 3596.0, 3596.0, 3607.0, 3587.0, 3629.0, 3599.0, 3610.0, 3609.0, 3600.0, 3619.0, 3598.0, 3608.0, 3588.0, 3598.0, 3619.0, 3598.0, 3629.0, 3598.0, 3586.0, 3595.0, 3585.0, 3606.0, 3585.0, 3617.0, 3586.0, 3607.0, 3597.0, 3597.0, 3597.0, 3585.0, 3595.0, 3584.0, 3606.0, 3596.0, 3628.0, 3597.0, 3597.0, 3619.0, 3598.0, 3597.0, 3587.0, 3598.0, 3619.0, 3599.0, 3630.0, 3610.0, 3609.0, 3598.0, 3597.0, 3585.0, 3594.0, 3584.0, 3584.0, 3596.0, 3596.0, 3607.0, 3598.0, 3597.0, 3597.0, 3596.0, 3617.0, 3586.0, 3617.0, 3587.0, 3617.0, 3586.0, 3595.0, 3597.0, 3606.0, 3596.0, 3605.0, 3596.0, 3585.0, 3596.0, 3596.0, 3596.0, 3598.0, 3619.0, 3599.0, 3609.0, 3598.0, 3598.0, 3608.0, 3598.0, 3619.0, 3598.0, 3631.0, 3599.0, 3610.0, 3598.0, 3598.0, 3609.0, 3609.0, 3630.0, 3599.0, 3609.0, 3598.0, 3598.0, 3609.0, 3598.0, 3630.0, 3609.0, 3609.0, 3598.0, 3598.0, 3618.0, 3598.0, 3629.0, 3598.0, 3609.0, 3609.0, 3600.0, 3610.0, 3599.0, 3598.0, 3609.0, 3598.0, 3619.0, 3597.0, 3619.0, 3598.0, 3630.0, 3598.0, 3608.0, 3586.0, 3585.0, 3606.0, 3595.0, 3606.0, 3586.0, 3617.0, 3597.0, 3597.0, 3597.0, 3587.0, 3606.0, 3585.0, 3595.0, 3596.0, 3585.0, 3607.0, 3597.0, 3629.0, 3597.0, 3597.0, 3597.0, 3595.0, 3616.0, 3585.0, 3616.0, 3586.0, 3597.0, 3608.0, 3598.0, 3608.0, 3597.0, 3585.0, 3596.0, 3596.0, 3607.0, 3587.0, 3618.0, 3597.0, 3598.0, 3608.0, 3587.0, 3617.0, 3597.0, 3586.0, 3597.0, 3587.0, 3619.0, 3599.0, 3598.0, 3608.0, 3586.0, 3607.0, 3585.0, 3607.0, 3597.0, 3618.0, 3598.0, 3598.0, 3609.0, 3599.0, 3608.0, 3598.0, 3597.0, 3587.0, 3597.0, 3608.0, 3598.0, 3630.0, 3599.0, 3619.0, 3598.0, 3607.0, 3597.0, 3617.0, 3597.0, 3608.0, 3598.0, 3598.0, 3598.0, 3599.0, 3608.0, 3598.0, 3629.0, 3598.0, 3619.0, 3598.0, 3598.0, 3609.0, 3599.0, 3620.0, 3611.0, 3611.0, 3610.0, 3600.0, 3610.0, 3599.0, 3599.0, 3610.0, 3610.0, 3612.0, 3633.0, 3612.0, 3614.0, 3621.0, 3624.0, 3631.0, 3599.0, 3599.0, 3610.0, 3612.0, 3632.0, 3610.0, 3601.0, 3610.0, 3600.0, 3609.0, 3599.0, 3598.0, 3599.0, 3599.0, 3610.0, 3611.0, 3631.0, 3611.0, 3631.0, 3599.0, 3599.0, 3610.0, 3610.0, 3621.0, 3600.0, 3620.0, 3611.0, 3599.0, 3611.0, 3601.0, 3610.0, 3612.0, 3610.0, 3610.0, 3599.0, 3621.0, 3612.0, 3643.0, 3600.0, 3632.0, 3611.0, 3611.0, 3599.0, 3600.0, 3620.0, 3599.0, 3620.0, 3611.0, 3612.0, 3601.0, 3601.0, 3633.0, 3611.0], 'WindowWidth': [8237.0, 8216.0, 8225.0, 8190.0, 8185.0, 8189.0, 8139.0, 8137.0, 8151.0, 8148.0, 8171.0, 8127.0, 8137.0, 8126.0, 8141.0, 8136.0, 8171.0, 8154.0, 8155.0, 8170.0, 8156.0, 8153.0, 8152.0, 8154.0, 8180.0, 8156.0, 8160.0, 8158.0, 8158.0, 8166.0, 8154.0, 8178.0, 8135.0, 8147.0, 8135.0, 8140.0, 8126.0, 8127.0, 8145.0, 8152.0, 8168.0, 8156.0, 8152.0, 8137.0, 8150.0, 8161.0, 8134.0, 8175.0, 8133.0, 8144.0, 8132.0, 8147.0, 8154.0, 8180.0, 8154.0, 8137.0, 8135.0, 8133.0, 8145.0, 8129.0, 8158.0, 8147.0, 8176.0, 8150.0, 8149.0, 8149.0, 8150.0, 8148.0, 8151.0, 8157.0, 8147.0, 8144.0, 8134.0, 8147.0, 8149.0, 8136.0, 8137.0, 8134.0, 8147.0, 8136.0, 8161.0, 8134.0, 8177.0, 8136.0, 8135.0, 8150.0, 8150.0, 8162.0, 8128.0, 8142.0, 8114.0, 8127.0, 8131.0, 8161.0, 8134.0, 8163.0, 8152.0, 8145.0, 8131.0, 8153.0, 8126.0, 8139.0, 8126.0, 8127.0, 8144.0, 8134.0, 8149.0, 8154.0, 8152.0, 8137.0, 8151.0, 8167.0, 8137.0, 8181.0, 8140.0, 8197.0, 8156.0, 8169.0, 8153.0, 8135.0, 8161.0, 8131.0, 8157.0, 8132.0, 8159.0, 8133.0, 8135.0, 8136.0, 8153.0, 8165.0, 8133.0, 8127.0, 8125.0, 8108.0, 8125.0, 8129.0, 8144.0, 8135.0, 8168.0, 8143.0, 8151.0, 8166.0, 8173.0, 8159.0, 8184.0, 8154.0, 8154.0, 8182.0, 8153.0, 8133.0, 8132.0, 8128.0, 8128.0, 8129.0, 8144.0, 8146.0, 8176.0, 8149.0, 8152.0, 8151.0, 8138.0, 8132.0, 8132.0, 8132.0, 8161.0, 8134.0, 8177.0, 8135.0, 8134.0, 8131.0, 8129.0, 8126.0, 8123.0, 8139.0, 8127.0, 8143.0, 8134.0, 8165.0, 8152.0, 8154.0, 8165.0, 8136.0, 8158.0, 8132.0, 8161.0, 8133.0, 8134.0, 8136.0, 8138.0, 8150.0, 8152.0, 8163.0, 8133.0, 8176.0, 8134.0, 8146.0, 8133.0, 8130.0, 8144.0, 8127.0, 8127.0, 8112.0, 8143.0, 8130.0, 8146.0, 8134.0, 8176.0, 8152.0, 8138.0, 8138.0, 8138.0, 8167.0, 8142.0, 8183.0, 8154.0, 8156.0, 8169.0, 8156.0, 8167.0, 8136.0, 8162.0, 8133.0, 8175.0, 8136.0, 8178.0, 8136.0, 8135.0, 8134.0, 8130.0, 8145.0, 8132.0, 8159.0, 8134.0, 8177.0, 8135.0, 8133.0, 8131.0, 8126.0, 8126.0, 8110.0, 8140.0, 8127.0, 8157.0, 8133.0, 8134.0, 8135.0, 8133.0, 8134.0, 8133.0, 8149.0, 8134.0, 8180.0, 8155.0, 8183.0, 8141.0, 8150.0, 8134.0, 8128.0, 8128.0, 8129.0, 8127.0, 8127.0, 8144.0, 8134.0, 8146.0, 8150.0, 8150.0, 8152.0, 8152.0, 8153.0, 8155.0, 8183.0, 8156.0, 8180.0, 8137.0, 8159.0, 8133.0, 8147.0, 8132.0, 8132.0, 8149.0, 8138.0, 8166.0, 8153.0, 8164.0, 8136.0, 8146.0, 8134.0, 8132.0, 8132.0, 8134.0, 8164.0, 8153.0, 8167.0, 8153.0, 8148.0, 8134.0, 8159.0, 8135.0, 8163.0, 8139.0, 8167.0, 8142.0, 8143.0, 8157.0, 8155.0, 8150.0, 8131.0, 8160.0, 8133.0, 8159.0, 8149.0, 8178.0, 8138.0, 8138.0, 8137.0, 8133.0, 8145.0, 8132.0, 8175.0, 8151.0, 8152.0, 8141.0, 8158.0, 8173.0, 8158.0, 8169.0, 8137.0, 8180.0, 8137.0, 8180.0, 8154.0, 8166.0, 8150.0, 8131.0, 8132.0, 8127.0, 8128.0, 8127.0, 8143.0, 8130.0, 8161.0, 8134.0, 8135.0, 8151.0, 8152.0, 8166.0, 8154.0, 8180.0, 8155.0, 8183.0, 8157.0, 8168.0, 8155.0, 8138.0, 8149.0, 8135.0, 8150.0, 8137.0, 8179.0, 8154.0, 8155.0, 8140.0, 8143.0, 8154.0, 8153.0, 8179.0, 8153.0, 8180.0, 8141.0, 8155.0, 8157.0, 8159.0, 8186.0, 8143.0, 8166.0, 8152.0, 8136.0, 8166.0, 8140.0, 8186.0, 8159.0, 8161.0, 8173.0, 8158.0, 8170.0, 8159.0, 8186.0, 8160.0, 8160.0, 8175.0, 8161.0, 8183.0, 8139.0, 8160.0, 8118.0, 8160.0, 8135.0, 8149.0, 8153.0, 8153.0, 8155.0, 8144.0, 8170.0, 8157.0, 8141.0, 8155.0, 8156.0, 8185.0, 8174.0, 8204.0, 8163.0, 8163.0, 8161.0, 8153.0, 8137.0, 8160.0, 8132.0, 8147.0, 8136.0, 8136.0, 8153.0, 8143.0, 8187.0, 8161.0, 8159.0, 8159.0, 8162.0, 8203.0, 8165.0, 8207.0, 8179.0, 8163.0, 8176.0, 8159.0, 8169.0, 8147.0, 8130.0, 8144.0, 8129.0, 8130.0, 8147.0, 8137.0, 8166.0, 8141.0, 8168.0, 8142.0, 8169.0, 8157.0, 8141.0, 8159.0, 8161.0, 8204.0, 8163.0, 8174.0, 8145.0, 8166.0, 8136.0, 8135.0, 8150.0, 8136.0, 8167.0, 8154.0, 8172.0, 8144.0, 8140.0, 8153.0, 8135.0, 8152.0, 8138.0, 8181.0, 8157.0, 8172.0, 8144.0, 8159.0, 8170.0, 8157.0, 8182.0, 8140.0, 8168.0, 8155.0, 8169.0, 8159.0, 8201.0, 8161.0, 8157.0, 8155.0, 8139.0, 8149.0, 8135.0, 8177.0, 8136.0, 8151.0, 8153.0, 8142.0, 8170.0, 8157.0, 8166.0, 8138.0, 8136.0, 8138.0, 8153.0, 8185.0, 8160.0, 8189.0, 8160.0, 8157.0, 8171.0, 8157.0, 8184.0, 8155.0, 8182.0, 8140.0, 8151.0, 8136.0, 8134.0, 8148.0, 8136.0, 8164.0, 8139.0, 8156.0, 8159.0, 8147.0, 8194.0, 8162.0, 8164.0, 8196.0, 8183.0, 8164.0, 8206.0, 8163.0, 8191.0, 8177.0, 8160.0, 8184.0, 8137.0, 8159.0, 8116.0, 8157.0, 8132.0, 8160.0, 8134.0, 8150.0, 8153.0, 8156.0, 8168.0, 8142.0, 8170.0, 8157.0, 8141.0, 8156.0, 8157.0, 8175.0, 8165.0, 8173.0, 8160.0, 8171.0, 8160.0, 8172.0, 8159.0, 8161.0, 8192.0, 8165.0, 8190.0, 8146.0, 8141.0, 8140.0, 8138.0, 8154.0, 8140.0, 8170.0, 8160.0, 8186.0, 8161.0, 8157.0, 8161.0, 8158.0, 8172.0, 8159.0, 8171.0, 8159.0, 8184.0, 8159.0, 8199.0, 8157.0, 8172.0, 8142.0, 8140.0, 8154.0, 8155.0, 8170.0, 8144.0, 8203.0, 8165.0, 8180.0, 8179.0, 8167.0, 8190.0, 8162.0, 8175.0, 8147.0, 8159.0, 8190.0, 8161.0, 8203.0, 8159.0, 8141.0, 8152.0, 8136.0, 8165.0, 8138.0, 8182.0, 8141.0, 8172.0, 8159.0, 8160.0, 8156.0, 8137.0, 8150.0, 8135.0, 8165.0, 8153.0, 8199.0, 8157.0, 8160.0, 8189.0, 8163.0, 8159.0, 8144.0, 8159.0, 8189.0, 8162.0, 8206.0, 8179.0, 8176.0, 8161.0, 8156.0, 8138.0, 8148.0, 8134.0, 8133.0, 8152.0, 8155.0, 8172.0, 8161.0, 8161.0, 8158.0, 8156.0, 8184.0, 8142.0, 8183.0, 8143.0, 8183.0, 8142.0, 8152.0, 8158.0, 8167.0, 8155.0, 8163.0, 8155.0, 8138.0, 8153.0, 8155.0, 8156.0, 8161.0, 8188.0, 8164.0, 8176.0, 8161.0, 8161.0, 8175.0, 8160.0, 8189.0, 8161.0, 8208.0, 8163.0, 8179.0, 8162.0, 8163.0, 8178.0, 8178.0, 8206.0, 8163.0, 8177.0, 8162.0, 8162.0, 8176.0, 8162.0, 8205.0, 8177.0, 8177.0, 8162.0, 8163.0, 8187.0, 8162.0, 8203.0, 8160.0, 8176.0, 8176.0, 8167.0, 8180.0, 8165.0, 8163.0, 8177.0, 8159.0, 8190.0, 8158.0, 8188.0, 8161.0, 8205.0, 8162.0, 8175.0, 8143.0, 8140.0, 8166.0, 8152.0, 8166.0, 8140.0, 8182.0, 8156.0, 8156.0, 8157.0, 8144.0, 8167.0, 8139.0, 8150.0, 8152.0, 8138.0, 8169.0, 8158.0, 8202.0, 8159.0, 8159.0, 8157.0, 8152.0, 8179.0, 8138.0, 8180.0, 8141.0, 8156.0, 8173.0, 8161.0, 8174.0, 8158.0, 8139.0, 8154.0, 8155.0, 8170.0, 8144.0, 8188.0, 8159.0, 8161.0, 8173.0, 8145.0, 8183.0, 8157.0, 8141.0, 8158.0, 8145.0, 8190.0, 8163.0, 8162.0, 8174.0, 8143.0, 8169.0, 8139.0, 8169.0, 8157.0, 8187.0, 8160.0, 8162.0, 8176.0, 8164.0, 8175.0, 8161.0, 8157.0, 8145.0, 8157.0, 8173.0, 8161.0, 8205.0, 8163.0, 8191.0, 8162.0, 8172.0, 8159.0, 8183.0, 8158.0, 8172.0, 8161.0, 8161.0, 8162.0, 8164.0, 8175.0, 8162.0, 8202.0, 8162.0, 8188.0, 8161.0, 8161.0, 8176.0, 8165.0, 8192.0, 8183.0, 8183.0, 8182.0, 8167.0, 8178.0, 8165.0, 8164.0, 8179.0, 8181.0, 8188.0, 8216.0, 8186.0, 8193.0, 8198.0, 8206.0, 8210.0, 8164.0, 8164.0, 8179.0, 8186.0, 8212.0, 8181.0, 8173.0, 8183.0, 8169.0, 8178.0, 8166.0, 8163.0, 8163.0, 8165.0, 8180.0, 8183.0, 8210.0, 8185.0, 8209.0, 8165.0, 8165.0, 8180.0, 8182.0, 8195.0, 8167.0, 8193.0, 8181.0, 8165.0, 8182.0, 8170.0, 8182.0, 8185.0, 8183.0, 8182.0, 8166.0, 8197.0, 8186.0, 8227.0, 8167.0, 8212.0, 8183.0, 8184.0, 8165.0, 8165.0, 8193.0, 8165.0, 8193.0, 8184.0, 8187.0, 8172.0, 8174.0, 8215.0, 8186.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.00046175115207373267</td></tr>
<tr><td colspan=3>aqi</td><td>0.01801738801843318</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.67697619204152</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1742484270126863</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0040121235524793</td></tr>
<tr><td colspan=3>efc</td><td>0.4458</td></tr>
<tr><td colspan=3>fber</td><td>6413.9175</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08386757704717998</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3824884792626728</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.671720253078935</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.586406665607987</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.925394657525884</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5033594361029334</td></tr>
<tr><td colspan=3>gcor</td><td>0.00929896</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009066147729754448</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019838541746139526</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.6149540539579244</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.569</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.0593</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>124.4478</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307092.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>570.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>251.9158</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8533</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.166</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2843.0309</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.4348</td></tr>
<tr><td colspan=3>tsnr</td><td>42.34770658798516</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>