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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-04/func/sub-0126_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b74ea30b65c2042a5517cd4c17aeaf36</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:23:4.775000</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.999475, 0.0125274, 0.0298718, -0.0141307, 0.998437, 0.0540794]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.111059</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7800, -7209, -8, -136, -129, -13, 102]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>295.539</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0942aaa4-aa40-49c3-b2fb-cf1040bb9e0d||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.681519031524658, -0.03791151940822601, 0.07869859784841537, 116.43205261230469], [-0.033610038459300995, 2.6787326335906982, 0.14707744121551514, -86.81262969970703], [0.08014386147260666, -0.14509107172489166, 2.6948423385620117, -72.54352569580078], [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': ['202304.775000', '202305.235000', '202305.695000', '202306.155000', '202306.615000', '202307.075000', '202307.535000', '202307.995000', '202308.455000', '202308.915000', '202309.375000', '202309.835000', '202310.295000', '202310.755000', '202311.215000', '202311.675000', '202312.135000', '202312.595000', '202313.055000', '202313.515000', '202313.975000', '202314.435000', '202314.895000', '202315.355000', '202315.815000', '202316.275000', '202316.735000', '202317.195000', '202317.655000', '202318.115000', '202318.575000', '202319.035000', '202319.495000', '202319.955000', '202320.415000', '202320.875000', '202321.335000', '202321.795000', '202322.255000', '202322.715000', '202323.175000', '202323.635000', '202324.095000', '202324.555000', '202325.015000', '202325.475000', '202325.935000', '202326.395000', '202326.855000', '202327.315000', '202327.775000', '202328.235000', '202328.695000', '202329.155000', '202329.615000', '202330.075000', '202330.535000', '202330.995000', '202331.455000', '202331.915000', '202332.375000', '202332.835000', '202333.295000', '202333.755000', '202334.215000', '202334.675000', '202335.135000', '202335.595000', '202336.055000', '202336.515000', '202336.975000', '202337.435000', '202337.895000', '202338.355000', '202338.815000', '202339.275000', '202339.735000', '202340.195000', '202340.655000', '202341.115000', '202341.575000', '202342.035000', '202342.495000', '202342.955000', '202343.415000', '202343.875000', '202344.335000', '202344.795000', '202345.255000', '202345.715000', '202346.175000', '202346.635000', '202347.095000', '202347.555000', '202348.015000', '202348.475000', '202348.935000', '202349.395000', '202349.855000', '202350.315000', '202350.775000', '202351.235000', '202351.695000', '202352.155000', '202352.615000', '202353.075000', '202353.535000', '202353.995000', '202354.455000', '202354.915000', '202355.375000', '202355.835000', '202356.295000', '202356.755000', '202357.215000', '202357.675000', '202358.135000', '202358.595000', '202359.055000', '202359.515000', '202359.975000', '202400.435000', '202400.895000', '202401.355000', '202401.815000', '202402.275000', '202402.735000', '202403.195000', '202403.655000', '202404.115000', '202404.575000', '202405.035000', '202405.495000', '202405.955000', '202406.415000', '202406.875000', '202407.335000', '202407.795000', '202408.255000', '202408.715000', '202409.175000', '202409.635000', '202410.095000', '202410.555000', '202411.015000', '202411.475000', '202411.935000', '202412.395000', '202412.855000', '202413.315000', '202413.775000', '202414.235000', '202414.695000', '202415.155000', '202415.615000', '202416.075000', '202416.535000', '202416.995000', '202417.455000', '202417.915000', '202418.375000', '202418.835000', '202419.295000', '202419.755000', '202420.215000', '202420.675000', '202421.135000', '202421.595000', '202422.055000', '202422.515000', '202422.975000', '202423.435000', '202423.895000', '202424.355000', '202424.815000', '202425.275000', '202425.735000', '202426.195000', '202426.655000', '202427.115000', '202427.575000', '202428.035000', '202428.495000', '202428.955000', '202429.415000', '202429.875000', '202430.335000', '202430.795000', '202431.255000', '202431.715000', '202432.175000', '202432.635000', '202433.095000', '202433.555000', '202434.015000', '202434.475000', '202434.935000', '202435.395000', '202435.855000', '202436.315000', '202436.775000', '202437.235000', '202437.695000', '202438.155000', '202438.615000', '202439.075000', '202439.535000', '202439.995000', '202440.455000', '202440.915000', '202441.375000', '202441.835000', '202442.295000', '202442.755000', '202443.215000', '202443.675000', '202444.135000', '202444.595000', '202445.055000', '202445.515000', '202445.975000', '202446.435000', '202446.895000', '202447.355000', '202447.815000', '202448.275000', '202448.735000', '202449.195000', '202449.655000', '202450.115000', '202450.575000', '202451.035000', '202451.495000', '202451.955000', '202452.415000', '202452.875000', '202453.335000', '202453.795000', '202454.255000', '202454.715000', '202455.175000', '202455.635000', '202456.095000', '202456.555000', '202457.015000', '202457.475000', '202457.935000', '202458.395000', '202458.855000', '202459.315000', '202459.775000', '202500.235000', '202500.695000', '202501.155000', '202501.615000', '202502.075000', '202502.535000', '202502.995000', '202503.455000', '202503.915000', '202504.375000', '202504.835000', '202505.295000', '202505.755000', '202506.215000', '202506.675000', '202507.135000', '202507.595000', '202508.055000', '202508.515000', '202508.975000', '202509.435000', '202509.895000', '202510.355000', '202510.815000', '202511.275000', '202511.735000', '202512.195000', '202512.655000', '202513.115000', '202513.575000', '202514.035000', '202514.495000', '202514.955000', '202515.415000', '202515.875000', '202516.335000', '202516.795000', '202517.255000', '202517.715000', '202518.175000', '202518.635000', '202519.095000', '202519.555000', '202520.015000', '202520.475000', '202520.935000', '202521.395000', '202521.855000', '202522.315000', '202522.775000', '202523.235000', '202523.695000', '202524.155000', '202524.615000', '202525.075000', '202525.535000', '202525.995000', '202526.455000', '202526.915000', '202527.375000', '202527.835000', '202528.295000', '202528.755000', '202529.215000', '202529.675000', '202530.135000', '202530.595000', '202531.055000', '202531.515000', '202531.975000', '202532.435000', '202532.895000', '202533.355000', '202533.815000', '202534.275000', '202534.735000', '202535.195000', '202535.655000', '202536.115000', '202536.575000', '202537.035000', '202537.495000', '202537.955000', '202538.415000', '202538.875000', '202539.335000', '202539.795000', '202540.255000', '202540.715000', '202541.175000', '202541.635000', '202542.095000', '202542.555000', '202543.015000', '202543.475000', '202543.935000', '202544.395000', '202544.855000', '202545.315000', '202545.775000', '202546.235000', '202546.695000', '202547.155000', '202547.615000', '202548.075000', '202548.535000', '202548.995000', '202549.455000', '202549.915000', '202550.375000', '202550.835000', '202551.295000', '202551.755000', '202552.215000', '202552.675000', '202553.135000', '202553.595000', '202554.055000', '202554.515000', '202554.975000', '202555.435000', '202555.895000', '202556.355000', '202556.815000', '202557.275000', '202557.735000', '202558.195000', '202558.655000', '202559.115000', '202559.575000', '202600.035000', '202600.495000', '202600.955000', '202601.415000', '202601.875000', '202602.335000', '202602.795000', '202603.255000', '202603.715000', '202604.175000', '202604.635000', '202605.095000', '202605.555000', '202606.015000', '202606.475000', '202606.935000', '202607.395000', '202607.855000', '202608.315000', '202608.775000', '202609.235000', '202609.695000', '202610.155000', '202610.615000', '202611.075000', '202611.535000', '202611.995000', '202612.455000', '202612.915000', '202613.375000', '202613.835000', '202614.295000', '202614.755000', '202615.215000', '202615.675000', '202616.135000', '202616.595000', '202617.055000', '202617.515000', '202617.975000', '202618.435000', '202618.895000', '202619.355000', '202619.815000', '202620.275000', '202620.735000', '202621.195000', '202621.655000', '202622.115000', '202622.575000', '202623.035000', '202623.495000', '202623.955000', '202624.415000', '202624.875000', '202625.335000', '202625.795000', '202626.255000', '202626.715000', '202627.175000', '202627.635000', '202628.095000', '202628.555000', '202629.015000', '202629.475000', '202629.935000', '202630.395000', '202630.855000', '202631.315000', '202631.775000', '202632.235000', '202632.695000', '202633.155000', '202633.615000', '202634.075000', '202634.535000', '202634.995000', '202635.455000', '202635.915000', '202636.375000', '202636.835000', '202637.295000', '202637.755000', '202638.215000', '202638.675000', '202639.135000', '202639.595000', '202640.055000', '202640.515000', '202640.975000', '202641.435000', '202641.895000', '202642.355000', '202642.815000', '202643.275000', '202643.735000', '202644.195000', '202644.655000', '202645.115000', '202645.575000', '202646.035000', '202646.495000', '202646.955000', '202647.415000', '202647.875000', '202648.335000', '202648.795000', '202649.255000', '202649.715000', '202650.175000', '202650.635000', '202651.095000', '202651.555000', '202652.015000', '202652.475000', '202652.935000', '202653.395000', '202653.855000', '202654.315000', '202654.775000', '202655.235000', '202655.695000', '202656.155000', '202656.615000', '202657.075000', '202657.535000', '202657.995000', '202658.455000', '202658.915000', '202659.375000', '202659.835000', '202700.295000', '202700.755000', '202701.215000', '202701.675000', '202702.135000', '202702.595000', '202703.055000', '202703.515000', '202703.975000', '202704.435000', '202704.895000', '202705.355000', '202705.815000', '202706.275000', '202706.735000', '202707.195000', '202707.655000', '202708.115000', '202708.575000', '202709.035000', '202709.495000', '202709.955000', '202710.415000', '202710.875000', '202711.335000', '202711.795000', '202712.255000', '202712.715000', '202713.175000', '202713.635000', '202714.095000', '202714.555000', '202715.015000', '202715.475000', '202715.935000', '202716.395000', '202716.855000', '202717.315000', '202717.775000', '202718.235000', '202718.695000', '202719.155000', '202719.615000', '202720.075000', '202720.535000', '202720.995000', '202721.455000', '202721.915000', '202722.375000', '202722.835000', '202723.295000', '202723.755000', '202724.215000', '202724.675000', '202725.135000', '202725.595000', '202726.055000', '202726.515000', '202726.975000', '202727.435000', '202727.895000', '202728.355000', '202728.815000', '202729.275000', '202729.735000', '202730.195000', '202730.655000', '202731.115000', '202731.575000', '202732.035000', '202732.495000', '202732.955000', '202733.415000', '202733.875000', '202734.335000', '202734.795000', '202735.255000', '202735.715000', '202736.175000', '202736.635000', '202737.095000', '202737.555000', '202738.015000', '202738.475000', '202738.935000', '202739.395000', '202739.855000', '202740.315000', '202740.775000', '202741.235000', '202741.695000', '202742.155000', '202742.615000', '202743.075000', '202743.535000', '202743.995000', '202744.455000', '202744.915000', '202745.375000', '202745.835000', '202746.295000', '202746.755000', '202747.215000', '202747.675000', '202748.135000', '202748.595000', '202749.055000', '202749.515000', '202749.975000', '202750.435000', '202750.895000', '202751.355000', '202751.815000', '202752.275000', '202752.735000', '202753.195000', '202753.655000', '202754.115000', '202754.575000', '202755.035000', '202755.495000', '202755.955000', '202756.415000', '202756.875000', '202757.335000', '202757.795000', '202758.255000', '202758.715000', '202759.175000', '202759.635000', '202800.095000', '202800.555000', '202801.015000', '202801.475000', '202801.935000', '202802.395000', '202802.855000', '202803.315000', '202803.775000', '202804.235000', '202804.695000', '202805.155000', '202805.615000', '202806.075000', '202806.535000', '202806.995000', '202807.455000', '202807.915000', '202808.375000', '202808.835000', '202809.295000', '202809.755000', '202810.215000', '202810.675000', '202811.135000', '202811.595000', '202812.055000', '202812.515000', '202812.975000', '202813.435000', '202813.895000', '202814.355000', '202814.815000', '202815.275000', '202815.735000', '202816.195000', '202816.655000', '202817.115000', '202817.575000', '202818.035000', '202818.495000', '202818.955000', '202819.415000', '202819.875000', '202820.335000', '202820.795000', '202821.255000', '202821.715000', '202822.175000', '202822.635000', '202823.095000', '202823.555000', '202824.015000', '202824.475000', '202824.935000', '202825.395000', '202825.855000', '202826.315000', '202826.775000', '202827.235000', '202827.695000', '202828.155000', '202828.615000', '202829.075000', '202829.535000', '202829.995000', '202830.455000', '202830.915000', '202831.375000', '202831.835000', '202832.295000', '202832.755000', '202833.215000', '202833.675000', '202834.135000', '202834.595000', '202835.055000', '202835.515000', '202835.975000', '202836.435000', '202836.895000', '202837.355000', '202837.815000', '202838.275000', '202838.735000', '202839.195000', '202839.655000', '202840.115000', '202840.575000', '202841.035000', '202841.495000', '202841.955000', '202842.415000', '202842.875000', '202843.335000', '202843.795000', '202844.255000', '202844.715000', '202845.175000', '202845.635000', '202846.095000', '202846.555000', '202847.015000', '202847.475000', '202847.935000', '202848.395000', '202848.855000', '202849.315000', '202849.775000', '202850.235000', '202850.695000', '202851.155000', '202851.615000', '202852.075000', '202852.535000', '202852.995000', '202853.455000', '202853.915000', '202854.375000', '202854.835000', '202855.295000', '202855.755000', '202856.215000', '202856.675000', '202857.135000', '202857.595000', '202858.055000', '202858.515000', '202858.975000', '202859.435000', '202859.895000', '202900.355000', '202900.815000', '202901.275000', '202901.735000', '202902.195000', '202902.655000', '202903.115000', '202903.575000', '202904.035000', '202904.495000', '202904.955000', '202905.415000', '202905.875000', '202906.335000', '202906.795000', '202907.255000', '202907.715000', '202908.175000', '202908.635000', '202909.095000', '202909.555000', '202910.015000', '202910.475000', '202910.935000', '202911.395000', '202911.855000', '202912.315000', '202912.775000', '202913.235000', '202913.695000', '202914.155000', '202914.615000', '202915.075000', '202915.535000', '202915.995000', '202916.455000', '202916.915000', '202917.375000', '202917.835000', '202918.295000', '202918.755000', '202919.215000', '202919.675000', '202920.135000', '202920.595000', '202921.055000', '202921.515000', '202921.975000', '202922.435000', '202922.895000', '202923.355000', '202923.815000', '202924.275000', '202924.735000', '202925.195000', '202925.655000', '202926.115000', '202926.575000', '202927.035000', '202927.495000', '202927.955000', '202928.415000', '202928.875000', '202929.335000', '202929.795000', '202930.255000', '202930.715000', '202931.175000', '202931.635000', '202932.095000', '202932.555000', '202933.015000', '202933.475000', '202933.935000', '202934.395000', '202934.855000', '202935.315000', '202935.775000', '202936.235000', '202936.695000', '202937.155000', '202937.615000', '202938.075000', '202938.535000', '202938.995000', '202939.455000', '202939.915000', '202940.375000', '202940.835000', '202941.295000', '202941.755000', '202942.215000', '202942.675000', '202943.135000', '202943.595000', '202944.055000', '202944.515000', '202944.975000', '202945.435000'], 'ContentTime': ['202319.764000', '202319.767000', '202319.770000', '202319.773000', '202319.775000', '202319.778000', '202319.780000', '202319.783000', '202319.785000', '202319.788000', '202319.790000', '202319.793000', '202319.796000', '202319.798000', '202319.801000', '202319.803000', '202319.816000', '202319.818000', '202319.821000', '202319.823000', '202319.826000', '202319.828000', '202319.831000', '202319.833000', '202319.836000', '202319.838000', '202319.841000', '202319.843000', '202319.846000', '202319.849000', '202319.851000', '202339.737000', '202339.740000', '202339.743000', '202339.745000', '202339.748000', '202339.750000', '202339.753000', '202339.755000', '202339.758000', '202339.760000', '202339.763000', '202339.766000', '202339.768000', '202339.771000', '202339.773000', '202339.776000', '202339.778000', '202339.781000', '202339.783000', '202339.786000', '202339.789000', '202339.791000', '202339.794000', '202339.796000', '202339.816000', '202339.819000', '202339.821000', '202339.824000', '202339.826000', '202339.829000', '202339.831000', '202339.834000', '202339.837000', '202339.839000', '202339.842000', '202339.844000', '202339.857000', '202339.859000', '202339.862000', '202339.865000', '202339.874000', '202339.876000', '202339.879000', '202359.737000', '202359.740000', '202359.743000', '202359.746000', '202359.748000', '202359.751000', '202359.753000', '202359.756000', '202359.758000', '202359.761000', '202359.764000', '202359.766000', '202359.769000', '202359.771000', '202359.774000', '202359.776000', '202359.779000', '202359.782000', '202359.784000', '202359.787000', '202359.789000', '202359.792000', '202359.794000', '202359.797000', '202359.799000', '202359.802000', '202359.804000', '202359.807000', '202359.810000', '202359.812000', '202359.815000', '202359.817000', '202359.820000', '202359.822000', '202359.837000', '202359.840000', '202359.842000', '202359.845000', '202359.847000', '202359.850000', '202359.852000', '202359.855000', '202359.857000', '202359.860000', '202419.739000', '202419.741000', '202419.744000', '202419.747000', '202419.749000', '202419.752000', '202419.754000', '202419.757000', '202419.759000', '202419.762000', '202419.765000', '202419.767000', '202419.770000', '202419.772000', '202419.775000', '202419.777000', '202419.780000', '202419.783000', '202419.785000', '202419.788000', '202419.790000', '202419.793000', '202419.796000', '202419.798000', '202419.801000', '202419.803000', '202419.806000', '202419.808000', '202419.811000', '202419.814000', '202419.816000', '202419.825000', '202419.827000', '202419.830000', '202419.833000', '202419.835000', '202419.838000', '202419.840000', '202419.843000', '202419.845000', '202419.848000', '202419.851000', '202419.853000', '202439.738000', '202439.741000', '202439.744000', '202439.746000', '202439.749000', '202439.751000', '202439.754000', '202439.756000', '202439.759000', '202439.762000', '202439.764000', '202439.767000', '202439.769000', '202439.772000', '202439.774000', '202439.777000', '202439.780000', '202439.782000', '202439.785000', '202439.787000', '202439.790000', '202439.792000', '202439.795000', '202439.797000', '202439.800000', '202439.803000', '202439.805000', '202439.808000', '202439.810000', '202439.813000', '202439.815000', '202439.818000', '202439.820000', '202439.823000', '202439.826000', '202439.828000', '202439.831000', '202439.833000', '202439.836000', '202439.839000', '202439.841000', '202439.844000', '202439.846000', '202439.849000', '202459.737000', '202459.740000', '202459.743000', '202459.745000', '202459.748000', '202459.751000', '202459.753000', '202459.756000', '202459.758000', '202459.761000', '202459.763000', '202459.766000', '202459.769000', '202459.771000', '202459.774000', '202459.776000', '202459.779000', '202459.781000', '202459.784000', '202459.786000', '202459.789000', '202459.792000', '202459.794000', '202459.797000', '202459.799000', '202459.802000', '202459.805000', '202459.807000', '202459.810000', '202459.812000', '202459.815000', '202459.817000', '202459.820000', '202459.823000', '202459.825000', '202459.828000', '202459.830000', '202459.833000', '202459.835000', '202459.838000', '202459.841000', '202459.843000', '202459.846000', '202519.738000', '202519.740000', '202519.743000', '202519.745000', '202519.748000', '202519.751000', '202519.753000', '202519.756000', '202519.758000', '202519.761000', '202519.763000', '202519.766000', '202519.769000', '202519.771000', '202519.774000', '202519.776000', '202519.779000', '202519.782000', '202519.784000', '202519.787000', '202519.817000', '202519.820000', '202519.822000', '202519.825000', '202519.827000', '202519.830000', '202519.833000', '202519.835000', '202519.838000', '202519.840000', '202519.849000', '202519.851000', '202519.854000', '202519.857000', '202519.859000', '202519.862000', '202519.864000', '202519.867000', '202519.870000', '202519.872000', '202519.875000', '202519.877000', '202519.880000', '202519.883000', '202539.737000', '202539.740000', '202539.743000', '202539.745000', '202539.748000', '202539.751000', '202539.753000', '202539.756000', '202539.758000', '202539.761000', '202539.764000', '202539.766000', '202539.769000', '202539.771000', '202539.774000', '202539.776000', '202539.779000', '202539.782000', '202539.784000', '202539.787000', '202539.790000', '202539.792000', '202539.795000', '202539.797000', '202539.800000', '202539.802000', '202539.805000', '202539.808000', '202539.810000', '202539.813000', '202539.815000', '202539.818000', '202539.820000', '202539.823000', '202539.826000', '202539.828000', '202539.831000', '202539.833000', '202539.836000', '202539.838000', '202539.841000', '202539.844000', '202539.846000', '202559.738000', '202559.740000', '202559.743000', '202559.746000', '202559.748000', '202559.751000', '202559.753000', '202559.756000', '202559.759000', '202559.761000', '202559.764000', '202559.766000', '202559.769000', '202559.771000', '202559.774000', '202559.777000', '202559.779000', '202559.782000', '202559.784000', '202559.787000', '202559.790000', '202559.792000', '202559.795000', '202559.797000', '202559.800000', '202559.803000', '202559.805000', '202559.808000', '202559.810000', '202559.813000', '202559.816000', '202559.818000', '202559.821000', '202559.823000', '202559.826000', '202559.829000', '202559.831000', '202559.834000', '202559.836000', '202559.839000', '202559.842000', '202559.844000', '202559.847000', '202559.849000', '202619.737000', '202619.740000', '202619.743000', '202619.746000', '202619.748000', '202619.751000', '202619.753000', '202619.756000', '202619.758000', '202619.761000', '202619.764000', '202619.766000', '202619.769000', '202619.771000', '202619.774000', '202619.777000', '202619.779000', '202619.782000', '202619.784000', '202619.787000', '202619.789000', '202619.792000', '202619.795000', '202619.797000', '202619.800000', '202619.802000', '202619.805000', '202619.807000', '202619.810000', '202619.812000', '202619.815000', '202619.818000', '202619.820000', '202619.823000', '202619.825000', '202619.828000', '202619.831000', '202619.833000', '202619.836000', '202619.838000', '202619.841000', '202619.843000', '202619.846000', '202639.739000', '202639.741000', '202639.744000', '202639.747000', '202639.749000', '202639.752000', '202639.754000', '202639.757000', '202639.759000', '202639.762000', '202639.765000', '202639.768000', '202639.770000', '202639.773000', '202639.775000', '202639.778000', '202639.781000', '202639.783000', '202639.786000', '202639.788000', '202639.791000', '202639.794000', '202639.796000', '202639.799000', '202639.801000', '202639.804000', '202639.807000', '202639.809000', '202639.812000', '202639.814000', '202639.817000', '202639.820000', '202639.823000', '202639.825000', '202639.828000', '202639.830000', '202639.833000', '202639.836000', '202639.849000', '202639.852000', '202639.855000', '202639.857000', '202639.860000', '202659.738000', '202659.741000', '202659.754000', '202659.757000', '202659.760000', '202659.762000', '202659.765000', '202659.767000', '202659.770000', '202659.772000', '202659.775000', '202659.778000', '202659.780000', '202659.783000', '202659.785000', '202659.788000', '202659.791000', '202659.793000', '202659.796000', '202659.798000', '202659.801000', '202659.803000', '202659.806000', '202659.809000', '202659.811000', '202659.814000', '202659.816000', '202659.819000', '202659.821000', '202659.824000', '202659.827000', '202659.829000', '202659.832000', '202659.835000', '202659.837000', '202659.840000', '202659.843000', '202659.845000', '202659.848000', '202659.850000', '202659.853000', '202659.856000', '202659.858000', '202659.861000', '202719.737000', '202719.740000', '202719.743000', '202719.746000', '202719.748000', '202719.751000', '202719.753000', '202719.756000', '202719.758000', '202719.761000', '202719.763000', '202719.766000', '202719.769000', '202719.771000', '202719.774000', '202719.777000', '202719.779000', '202719.782000', '202719.784000', '202719.787000', '202719.790000', '202719.792000', '202719.795000', '202719.797000', '202719.800000', '202719.802000', '202719.805000', '202719.808000', '202719.810000', '202719.813000', '202719.815000', '202719.818000', '202719.820000', '202719.823000', '202719.826000', '202719.828000', '202719.831000', '202719.833000', '202719.836000', '202719.839000', '202719.841000', '202719.844000', '202719.846000', '202739.737000', '202739.740000', '202739.743000', '202739.745000', '202739.748000', '202739.751000', '202739.753000', '202739.756000', '202739.758000', '202739.761000', '202739.764000', '202739.766000', '202739.769000', '202739.771000', '202739.774000', '202739.777000', '202739.779000', '202739.782000', '202739.784000', '202739.787000', '202739.789000', '202739.792000', '202739.795000', '202739.797000', '202739.800000', '202739.802000', '202739.805000', '202739.808000', '202739.810000', '202739.813000', '202739.815000', '202739.818000', '202739.820000', '202739.823000', '202739.826000', '202739.828000', '202739.831000', '202739.833000', '202739.836000', '202739.838000', '202739.841000', '202739.844000', '202739.846000', '202739.849000', '202759.737000', '202759.740000', '202759.743000', '202759.746000', '202759.748000', '202759.751000', '202759.753000', '202759.756000', '202759.759000', '202759.761000', '202759.764000', '202759.766000', '202759.769000', '202759.772000', '202759.774000', '202759.777000', '202759.779000', '202759.782000', '202759.785000', '202759.787000', '202759.790000', '202759.793000', '202759.795000', '202759.798000', '202759.800000', '202759.804000', '202759.806000', '202759.809000', '202759.812000', '202759.814000', '202759.817000', '202759.819000', '202759.822000', '202759.825000', '202759.827000', '202759.830000', '202759.832000', '202759.835000', '202759.838000', '202759.840000', '202759.843000', '202759.845000', '202759.848000', '202819.737000', '202819.740000', '202819.743000', '202819.745000', '202819.748000', '202819.751000', '202819.753000', '202819.756000', '202819.758000', '202819.761000', '202819.764000', '202819.767000', '202819.769000', '202819.772000', '202819.774000', '202819.777000', '202819.780000', '202819.782000', '202819.785000', '202819.787000', '202819.790000', '202819.793000', '202819.795000', '202819.798000', '202819.800000', '202819.803000', '202819.805000', '202819.815000', '202819.817000', '202819.820000', '202819.822000', '202819.825000', '202819.828000', '202819.830000', '202819.833000', '202819.835000', '202819.838000', '202819.841000', '202819.843000', '202819.846000', '202819.848000', '202819.851000', '202819.854000', '202819.856000', '202839.737000', '202839.740000', '202839.743000', '202839.745000', '202839.748000', '202839.751000', '202839.753000', '202839.756000', '202839.758000', '202839.761000', '202839.763000', '202839.766000', '202839.769000', '202839.771000', '202839.774000', '202839.778000', '202839.781000', '202839.783000', '202839.786000', '202839.788000', '202839.791000', '202839.794000', '202839.796000', '202839.799000', '202839.801000', '202839.804000', '202839.806000', '202839.809000', '202839.812000', '202839.814000', '202839.817000', '202839.819000', '202839.822000', '202839.825000', '202839.827000', '202839.830000', '202839.832000', '202839.835000', '202839.837000', '202839.840000', '202839.843000', '202839.845000', '202839.848000', '202859.739000', '202859.741000', '202859.744000', '202859.747000', '202859.749000', '202859.752000', '202859.754000', '202859.757000', '202859.759000', '202859.762000', '202859.765000', '202859.767000', '202859.770000', '202859.773000', '202859.775000', '202859.778000', '202859.782000', '202859.785000', '202859.787000', '202859.790000', '202859.792000', '202859.795000', '202859.797000', '202859.800000', '202859.803000', '202859.805000', '202859.808000', '202859.810000', '202859.813000', '202859.816000', '202859.818000', '202859.821000', '202859.823000', '202859.826000', '202859.829000', '202859.831000', '202859.834000', '202859.836000', '202859.839000', '202859.841000', '202859.844000', '202859.847000', '202859.849000', '202859.852000', '202919.738000', '202919.741000', '202919.744000', '202919.747000', '202919.749000', '202919.752000', '202919.754000', '202919.757000', '202919.760000', '202919.762000', '202919.765000', '202919.767000', '202919.770000', '202919.773000', '202919.775000', '202919.778000', '202919.780000', '202919.783000', '202919.785000', '202919.788000', '202919.791000', '202919.793000', '202919.796000', '202919.798000', '202919.801000', '202919.804000', '202919.806000', '202919.809000', '202919.812000', '202919.814000', '202919.817000', '202919.819000', '202919.822000', '202919.825000', '202919.827000', '202919.830000', '202919.832000', '202919.835000', '202919.838000', '202919.841000', '202919.844000', '202919.848000', '202919.851000', '202939.738000', '202939.740000', '202939.743000', '202939.746000', '202939.748000', '202939.751000', '202939.753000', '202939.756000', '202939.758000', '202939.761000', '202939.764000', '202939.766000', '202939.769000', '202939.771000', '202939.774000', '202939.777000', '202939.779000', '202939.782000', '202939.784000', '202939.787000', '202939.789000', '202939.792000', '202939.794000', '202939.797000', '202939.800000', '202939.802000', '202939.805000', '202939.807000', '202939.810000', '202939.813000', '202939.815000', '202939.818000', '202939.820000', '202939.823000', '202939.826000', '202939.828000', '202939.831000', '202939.833000', '202939.851000', '202939.854000', '202939.857000', '202939.859000', '202939.862000', '202939.864000', '202946.496000', '202946.499000', '202946.502000', '202946.504000', '202946.507000', '202946.510000', '202946.513000', '202946.516000', '202946.519000', '202946.522000', '202946.525000', '202946.529000', '202946.534000', '202946.537000', '202946.540000'], 'InstanceCreationTime': ['202319.764000', '202319.767000', '202319.770000', '202319.773000', '202319.775000', '202319.778000', '202319.780000', '202319.783000', '202319.785000', '202319.788000', '202319.790000', '202319.793000', '202319.796000', '202319.798000', '202319.801000', '202319.803000', '202319.816000', '202319.818000', '202319.821000', '202319.823000', '202319.826000', '202319.828000', '202319.831000', '202319.833000', '202319.836000', '202319.838000', '202319.841000', '202319.843000', '202319.846000', '202319.849000', '202319.851000', '202339.737000', '202339.740000', '202339.743000', '202339.745000', '202339.748000', '202339.750000', '202339.753000', '202339.755000', '202339.758000', '202339.760000', '202339.763000', '202339.766000', '202339.768000', '202339.771000', '202339.773000', '202339.776000', '202339.778000', '202339.781000', '202339.783000', '202339.786000', '202339.789000', '202339.791000', '202339.794000', '202339.796000', '202339.816000', '202339.819000', '202339.821000', '202339.824000', '202339.826000', '202339.829000', '202339.831000', '202339.834000', '202339.837000', '202339.839000', '202339.842000', '202339.844000', '202339.857000', '202339.859000', '202339.862000', '202339.865000', '202339.874000', '202339.876000', '202339.879000', '202359.737000', '202359.740000', '202359.743000', '202359.746000', '202359.748000', '202359.751000', '202359.753000', '202359.756000', '202359.758000', '202359.761000', '202359.764000', '202359.766000', '202359.769000', '202359.771000', '202359.774000', '202359.776000', '202359.779000', '202359.782000', '202359.784000', '202359.787000', '202359.789000', '202359.792000', '202359.794000', '202359.797000', '202359.799000', '202359.802000', '202359.804000', '202359.807000', '202359.810000', '202359.812000', '202359.815000', '202359.817000', '202359.820000', '202359.822000', '202359.837000', '202359.840000', '202359.842000', '202359.845000', '202359.847000', '202359.850000', '202359.852000', '202359.855000', '202359.857000', '202359.860000', '202419.739000', '202419.741000', '202419.744000', '202419.747000', '202419.749000', '202419.752000', '202419.754000', '202419.757000', '202419.759000', '202419.762000', '202419.765000', '202419.767000', '202419.770000', '202419.772000', '202419.775000', '202419.777000', '202419.780000', '202419.783000', '202419.785000', '202419.788000', '202419.790000', '202419.793000', '202419.796000', '202419.798000', '202419.801000', '202419.803000', '202419.806000', '202419.808000', '202419.811000', '202419.814000', '202419.816000', '202419.825000', '202419.827000', '202419.830000', '202419.833000', '202419.835000', '202419.838000', '202419.840000', '202419.843000', '202419.845000', '202419.848000', '202419.851000', '202419.853000', '202439.738000', '202439.741000', '202439.744000', '202439.746000', '202439.749000', '202439.751000', '202439.754000', '202439.756000', '202439.759000', '202439.762000', '202439.764000', '202439.767000', '202439.769000', '202439.772000', '202439.774000', '202439.777000', '202439.780000', '202439.782000', '202439.785000', '202439.787000', '202439.790000', '202439.792000', '202439.795000', '202439.797000', '202439.800000', '202439.803000', '202439.805000', '202439.808000', '202439.810000', '202439.813000', '202439.815000', '202439.818000', '202439.820000', '202439.823000', '202439.826000', '202439.828000', '202439.831000', '202439.833000', '202439.836000', '202439.839000', '202439.841000', '202439.844000', '202439.846000', '202439.849000', '202459.737000', '202459.740000', '202459.743000', '202459.745000', '202459.748000', '202459.751000', '202459.753000', '202459.756000', '202459.758000', '202459.761000', '202459.763000', '202459.766000', '202459.769000', '202459.771000', '202459.774000', '202459.776000', '202459.779000', '202459.781000', '202459.784000', '202459.786000', '202459.789000', '202459.792000', '202459.794000', '202459.797000', '202459.799000', '202459.802000', '202459.805000', '202459.807000', '202459.810000', '202459.812000', '202459.815000', '202459.817000', '202459.820000', '202459.823000', '202459.825000', '202459.828000', '202459.830000', '202459.833000', '202459.835000', '202459.838000', '202459.841000', '202459.843000', '202459.846000', '202519.738000', '202519.740000', '202519.743000', '202519.745000', '202519.748000', '202519.751000', '202519.753000', '202519.756000', '202519.758000', '202519.761000', '202519.763000', '202519.766000', '202519.769000', '202519.771000', '202519.774000', '202519.776000', '202519.779000', '202519.782000', '202519.784000', '202519.787000', '202519.817000', '202519.820000', '202519.822000', '202519.825000', '202519.827000', '202519.830000', '202519.833000', '202519.835000', '202519.838000', '202519.840000', '202519.849000', '202519.851000', '202519.854000', '202519.857000', '202519.859000', '202519.862000', '202519.864000', '202519.867000', '202519.870000', '202519.872000', '202519.875000', '202519.877000', '202519.880000', '202519.883000', '202539.737000', '202539.740000', '202539.743000', '202539.745000', '202539.748000', '202539.751000', '202539.753000', '202539.756000', '202539.758000', '202539.761000', '202539.764000', '202539.766000', '202539.769000', '202539.771000', '202539.774000', '202539.776000', '202539.779000', '202539.782000', '202539.784000', '202539.787000', '202539.790000', '202539.792000', '202539.795000', '202539.797000', '202539.800000', '202539.802000', '202539.805000', '202539.808000', '202539.810000', '202539.813000', '202539.815000', '202539.818000', '202539.820000', '202539.823000', '202539.826000', '202539.828000', '202539.831000', '202539.833000', '202539.836000', '202539.838000', '202539.841000', '202539.844000', '202539.846000', '202559.738000', '202559.740000', '202559.743000', '202559.746000', '202559.748000', '202559.751000', '202559.753000', '202559.756000', '202559.759000', '202559.761000', '202559.764000', '202559.766000', '202559.769000', '202559.771000', '202559.774000', '202559.777000', '202559.779000', '202559.782000', '202559.784000', '202559.787000', '202559.790000', '202559.792000', '202559.795000', '202559.797000', '202559.800000', '202559.803000', '202559.805000', '202559.808000', '202559.810000', '202559.813000', '202559.816000', '202559.818000', '202559.821000', '202559.823000', '202559.826000', '202559.829000', '202559.831000', '202559.834000', '202559.836000', '202559.839000', '202559.842000', '202559.844000', '202559.847000', '202559.849000', '202619.737000', '202619.740000', '202619.743000', '202619.746000', '202619.748000', '202619.751000', '202619.753000', '202619.756000', '202619.758000', '202619.761000', '202619.764000', '202619.766000', '202619.769000', '202619.771000', '202619.774000', '202619.777000', '202619.779000', '202619.782000', '202619.784000', '202619.787000', '202619.789000', '202619.792000', '202619.795000', '202619.797000', '202619.800000', '202619.802000', '202619.805000', '202619.807000', '202619.810000', '202619.812000', '202619.815000', '202619.818000', '202619.820000', '202619.823000', '202619.825000', '202619.828000', '202619.831000', '202619.833000', '202619.836000', '202619.838000', '202619.841000', '202619.843000', '202619.846000', '202639.739000', '202639.741000', '202639.744000', '202639.747000', '202639.749000', '202639.752000', '202639.754000', '202639.757000', '202639.759000', '202639.762000', '202639.765000', '202639.768000', '202639.770000', '202639.773000', '202639.775000', '202639.778000', '202639.781000', '202639.783000', '202639.786000', '202639.788000', '202639.791000', '202639.794000', '202639.796000', '202639.799000', '202639.801000', '202639.804000', '202639.807000', '202639.809000', '202639.812000', '202639.814000', '202639.817000', '202639.820000', '202639.823000', '202639.825000', '202639.828000', '202639.830000', '202639.833000', '202639.836000', '202639.849000', '202639.852000', '202639.855000', '202639.857000', '202639.860000', '202659.738000', '202659.741000', '202659.754000', '202659.757000', '202659.760000', '202659.762000', '202659.765000', '202659.767000', '202659.770000', '202659.772000', '202659.775000', '202659.778000', '202659.780000', '202659.783000', '202659.785000', '202659.788000', '202659.791000', '202659.793000', '202659.796000', '202659.798000', '202659.801000', '202659.803000', '202659.806000', '202659.809000', '202659.811000', '202659.814000', '202659.816000', '202659.819000', '202659.821000', '202659.824000', '202659.827000', '202659.829000', '202659.832000', '202659.835000', '202659.837000', '202659.840000', '202659.843000', '202659.845000', '202659.848000', '202659.850000', '202659.853000', '202659.856000', '202659.858000', '202659.861000', '202719.737000', '202719.740000', '202719.743000', '202719.746000', '202719.748000', '202719.751000', '202719.753000', '202719.756000', '202719.758000', '202719.761000', '202719.763000', '202719.766000', '202719.769000', '202719.771000', '202719.774000', '202719.777000', '202719.779000', '202719.782000', '202719.784000', '202719.787000', '202719.790000', '202719.792000', '202719.795000', '202719.797000', '202719.800000', '202719.802000', '202719.805000', '202719.808000', '202719.810000', '202719.813000', '202719.815000', '202719.818000', '202719.820000', '202719.823000', '202719.826000', '202719.828000', '202719.831000', '202719.833000', '202719.836000', '202719.839000', '202719.841000', '202719.844000', '202719.846000', '202739.737000', '202739.740000', '202739.743000', '202739.745000', '202739.748000', '202739.751000', '202739.753000', '202739.756000', '202739.758000', '202739.761000', '202739.764000', '202739.766000', '202739.769000', '202739.771000', '202739.774000', '202739.777000', '202739.779000', '202739.782000', '202739.784000', '202739.787000', '202739.789000', '202739.792000', '202739.795000', '202739.797000', '202739.800000', '202739.802000', '202739.805000', '202739.808000', '202739.810000', '202739.813000', '202739.815000', '202739.818000', '202739.820000', '202739.823000', '202739.826000', '202739.828000', '202739.831000', '202739.833000', '202739.836000', '202739.838000', '202739.841000', '202739.844000', '202739.846000', '202739.849000', '202759.737000', '202759.740000', '202759.743000', '202759.746000', '202759.748000', '202759.751000', '202759.753000', '202759.756000', '202759.759000', '202759.761000', '202759.764000', '202759.766000', '202759.769000', '202759.772000', '202759.774000', '202759.777000', '202759.779000', '202759.782000', '202759.785000', '202759.787000', '202759.790000', '202759.793000', '202759.795000', '202759.798000', '202759.800000', '202759.804000', '202759.806000', '202759.809000', '202759.812000', '202759.814000', '202759.817000', '202759.819000', '202759.822000', '202759.825000', '202759.827000', '202759.830000', '202759.832000', '202759.835000', '202759.838000', '202759.840000', '202759.843000', '202759.845000', '202759.848000', '202819.737000', '202819.740000', '202819.743000', '202819.745000', '202819.748000', '202819.751000', '202819.753000', '202819.756000', '202819.758000', '202819.761000', '202819.764000', '202819.767000', '202819.769000', '202819.772000', '202819.774000', '202819.777000', '202819.780000', '202819.782000', '202819.785000', '202819.787000', '202819.790000', '202819.793000', '202819.795000', '202819.798000', '202819.800000', '202819.803000', '202819.805000', '202819.815000', '202819.817000', '202819.820000', '202819.822000', '202819.825000', '202819.828000', '202819.830000', '202819.833000', '202819.835000', '202819.838000', '202819.841000', '202819.843000', '202819.846000', '202819.848000', '202819.851000', '202819.854000', '202819.856000', '202839.737000', '202839.740000', '202839.743000', '202839.745000', '202839.748000', '202839.751000', '202839.753000', '202839.756000', '202839.758000', '202839.761000', '202839.763000', '202839.766000', '202839.769000', '202839.771000', '202839.774000', '202839.778000', '202839.781000', '202839.783000', '202839.786000', '202839.788000', '202839.791000', '202839.794000', '202839.796000', '202839.799000', '202839.801000', '202839.804000', '202839.806000', '202839.809000', '202839.812000', '202839.814000', '202839.817000', '202839.819000', '202839.822000', '202839.825000', '202839.827000', '202839.830000', '202839.832000', '202839.835000', '202839.837000', '202839.840000', '202839.843000', '202839.845000', '202839.848000', '202859.739000', '202859.741000', '202859.744000', '202859.747000', '202859.749000', '202859.752000', '202859.754000', '202859.757000', '202859.759000', '202859.762000', '202859.765000', '202859.767000', '202859.770000', '202859.773000', '202859.775000', '202859.778000', '202859.782000', '202859.785000', '202859.787000', '202859.790000', '202859.792000', '202859.795000', '202859.797000', '202859.800000', '202859.803000', '202859.805000', '202859.808000', '202859.810000', '202859.813000', '202859.816000', '202859.818000', '202859.821000', '202859.823000', '202859.826000', '202859.829000', '202859.831000', '202859.834000', '202859.836000', '202859.839000', '202859.841000', '202859.844000', '202859.847000', '202859.849000', '202859.852000', '202919.738000', '202919.741000', '202919.744000', '202919.747000', '202919.749000', '202919.752000', '202919.754000', '202919.757000', '202919.760000', '202919.762000', '202919.765000', '202919.767000', '202919.770000', '202919.773000', '202919.775000', '202919.778000', '202919.780000', '202919.783000', '202919.785000', '202919.788000', '202919.791000', '202919.793000', '202919.796000', '202919.798000', '202919.801000', '202919.804000', '202919.806000', '202919.809000', '202919.812000', '202919.814000', '202919.817000', '202919.819000', '202919.822000', '202919.825000', '202919.827000', '202919.830000', '202919.832000', '202919.835000', '202919.838000', '202919.841000', '202919.844000', '202919.848000', '202919.851000', '202939.738000', '202939.740000', '202939.743000', '202939.746000', '202939.748000', '202939.751000', '202939.753000', '202939.756000', '202939.758000', '202939.761000', '202939.764000', '202939.766000', '202939.769000', '202939.771000', '202939.774000', '202939.777000', '202939.779000', '202939.782000', '202939.784000', '202939.787000', '202939.789000', '202939.792000', '202939.794000', '202939.797000', '202939.800000', '202939.802000', '202939.805000', '202939.807000', '202939.810000', '202939.813000', '202939.815000', '202939.818000', '202939.820000', '202939.823000', '202939.826000', '202939.828000', '202939.831000', '202939.833000', '202939.851000', '202939.854000', '202939.857000', '202939.859000', '202939.862000', '202939.864000', '202946.496000', '202946.499000', '202946.502000', '202946.504000', '202946.507000', '202946.510000', '202946.513000', '202946.516000', '202946.519000', '202946.522000', '202946.525000', '202946.529000', '202946.534000', '202946.537000', '202946.540000'], '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': [7438, 13883, 8871, 13837, 14767, 7959, 10295, 8306, 8966, 9754, 8084, 8907, 8461, 8014, 9249, 9297, 10264, 13804, 8385, 8007, 8630, 7486, 9054, 8602, 7433, 9992, 8575, 7058, 8199, 7959, 7072, 8251, 8294, 7190, 8721, 8119, 7276, 9383, 8290, 7824, 8728, 9087, 7840, 15389, 11997, 8704, 9090, 7763, 7535, 8593, 7290, 9580, 8356, 7335, 6951, 8271, 7250, 10483, 8419, 7391, 6677, 8229, 7159, 10279, 9196, 7905, 12983, 8173, 8190, 9040, 7232, 15165, 10849, 7022, 7314, 7610, 7695, 8455, 7306, 9328, 8183, 7967, 9659, 8530, 10035, 12168, 8288, 7982, 7515, 7649, 9147, 9174, 7350, 8300, 7750, 8033, 7766, 8465, 7525, 10470, 8745, 7731, 7300, 8594, 7381, 10726, 8189, 7330, 6559, 8779, 7540, 10320, 9121, 7712, 14675, 7952, 7512, 7931, 7909, 7803, 7637, 8035, 7737, 7980, 7486, 8814, 8004, 8177, 14352, 8358, 10683, 10906, 7476, 7431, 8542, 8168, 8168, 8954, 7761, 6788, 7850, 8638, 7150, 8770, 7923, 7166, 6782, 6447, 7247, 7112, 7890, 7249, 9691, 8312, 7353, 14199, 7269, 15088, 10790, 13687, 9356, 8388, 9137, 7269, 10157, 7809, 8131, 8519, 8195, 8089, 8688, 8005, 14846, 11971, 8169, 10540, 8420, 8720, 10348, 8894, 7482, 9521, 8160, 7606, 8284, 8291, 7270, 9258, 6658, 7644, 7676, 7380, 7389, 6890, 7484, 7349, 8385, 7454, 8156, 8142, 7049, 7431, 8583, 8544, 12497, 8922, 12195, 13432, 7373, 7380, 8480, 7897, 11673, 10041, 15054, 12326, 7617, 8152, 8434, 6902, 8918, 8790, 6622, 8391, 7186, 8466, 8095, 8212, 13393, 9772, 7801, 12242, 8774, 9753, 15469, 8513, 7032, 7452, 7710, 9409, 11187, 8220, 7363, 7865, 7945, 7237, 9423, 7997, 7747, 7466, 8650, 7350, 11571, 8726, 7914, 12644, 8121, 7411, 7742, 7170, 8019, 9096, 7488, 7696, 8054, 7515, 8422, 9232, 7573, 7268, 6338, 7705, 7489, 9095, 7249, 10328, 8658, 8579, 7646, 8533, 7500, 14876, 11296, 7894, 8436, 8767, 7158, 10611, 8694, 7519, 9817, 8253, 7694, 10366, 8776, 8969, 11379, 7914, 7088, 8113, 7649, 8388, 8061, 7554, 10678, 8118, 7170, 9621, 8341, 8754, 9780, 7587, 8002, 6859, 7417, 8358, 8727, 7347, 8634, 7025, 7369, 8598, 8972, 7119, 9052, 10192, 7457, 8459, 8974, 7277, 11601, 11085, 7826, 8121, 8386, 7343, 11270, 8843, 7757, 7284, 8064, 7967, 9787, 8796, 7291, 9644, 8494, 8046, 6925, 8390, 7125, 11192, 9277, 7387, 8604, 8266, 7166, 9736, 8528, 6860, 8561, 7532, 7895, 7541, 8142, 7589, 8876, 11248, 7765, 8858, 8763, 8723, 15458, 10770, 8240, 6716, 7550, 6962, 8871, 8754, 6986, 10944, 8218, 7437, 10006, 7724, 15088, 11524, 8131, 9381, 7815, 7656, 8411, 7469, 10999, 8114, 7097, 8259, 7339, 8601, 7865, 7051, 6868, 8314, 7754, 8131, 7842, 6825, 8469, 7889, 7735, 7767, 7731, 6897, 11194, 8652, 7434, 9435, 9647, 7042, 15005, 11320, 7651, 8791, 8129, 11290, 9127, 8606, 12797, 8345, 8367, 7262, 8154, 7026, 9164, 7856, 7773, 6903, 8432, 7651, 10098, 9055, 7731, 7232, 8715, 7433, 8435, 8726, 7209, 6672, 7532, 8218, 8930, 8409, 7269, 7528, 7701, 7924, 7558, 8724, 10724, 14220, 11907, 7956, 10630, 9723, 7149, 14178, 8990, 7587, 6882, 8686, 7508, 8480, 8037, 7649, 6979, 8787, 8055, 9283, 8140, 6991, 7773, 7937, 8037, 6648, 8425, 7758, 11455, 9758, 7809, 6828, 8151, 7214, 11052, 9307, 9362, 7821, 6956, 7904, 7389, 12253, 15017, 9968, 7732, 8051, 8056, 7479, 7991, 7316, 7236, 7117, 7270, 7878, 7162, 9452, 7629, 7647, 7395, 7849, 7312, 9478, 14235, 10419, 8868, 7576, 7116, 8599, 9576, 7686, 7763, 8108, 8144, 7257, 7446, 7430, 7197, 6947, 8064, 8126, 7306, 11121, 8764, 7643, 9602, 7697, 8094, 13346, 9877, 8166, 10005, 8166, 7758, 8513, 7879, 7044, 7387, 8105, 7592, 8545, 7983, 7006, 7406, 8008, 7864, 8728, 8103, 7296, 8486, 8523, 8130, 7968, 8092, 7195, 8707, 9044, 7065, 8597, 8679, 7817, 8416, 10670, 7417, 7561, 8275, 7869, 8181, 11661, 7880, 6865, 7929, 7244, 8566, 9680, 8147, 7029, 7811, 7327, 7689, 9572, 7917, 11938, 15155, 8156, 8950, 8044, 7395, 8615, 11324, 6991, 7077, 7927, 8185, 7535, 10394, 8046, 7562, 8890, 7830, 9663, 9386, 7497, 7763, 11000, 6744, 7456, 7908, 8757, 7955, 12393, 9496, 7417, 14781, 8213, 7745, 7530, 7770, 8521, 10444, 7792, 8132, 10759, 7852, 9297, 11611, 7006, 7626, 6869, 8122, 6956, 8678, 7503, 7667, 10005, 9225, 7202, 13726, 9837, 7276, 9316, 8266, 8577, 13515, 10106, 7878, 9505, 7816, 7269, 8205, 8779, 7767, 7352, 9640, 9492, 7027, 13708, 10927, 7793, 7368, 8071, 7374, 14330, 10879, 7694, 6806, 8156, 7224, 7423, 8283, 7223, 7899, 7277, 7675, 6965, 9455, 8243, 6997, 8413, 8453, 7287, 10506, 8312, 7054, 6606, 8247, 7199, 7860, 8508, 7170, 7290, 7723, 8820, 7310, 10388, 8434, 7479, 8702, 10080, 8107, 9808, 15104, 10591, 7513, 6683, 7945, 7057, 8063, 7679, 6776, 7032, 7659, 7898, 7204, 9725, 8308, 7207, 8316, 7700, 8343, 13357, 9477, 8453, 14705, 7811, 7681, 9293, 9534, 7178, 13795, 7881, 7592, 8138, 8175, 7196, 10156, 8256, 7421, 7360, 8738, 7794, 8204, 10234, 7375, 8453, 7232, 7220, 7477, 8686, 6886, 7987, 7420, 7402, 7972, 9716, 8242, 7564, 13432, 8115, 8260, 8073, 8433, 7596, 12956, 9940, 8339, 9553, 9783, 7427, 15088, 11526, 8246, 8885, 8292, 7860, 9222, 8682, 7244, 7836, 7435, 7826, 7260, 9076, 8367, 7585, 8287, 8420, 8013, 9471, 9012, 7131, 13116, 8261, 7846, 11015, 8438, 10592, 14452, 8840, 9429, 7618, 7813, 7745, 10345, 8135, 7767, 9403, 8445, 7838, 10636, 8916, 7382, 10938, 7686, 8129, 8392, 7505, 13966, 10214, 7425, 7780, 6840, 8591, 7408, 8041, 9038, 8349, 7852, 6629, 8192, 7473, 10488, 8859, 7434, 11567, 7791, 13107, 11098, 8063, 12964, 8630, 8542, 14446, 10472, 7450, 8468, 8234, 8366, 10485, 8796, 7575, 10323, 8511], 'WindowCenter': [3973.0, 4033.0, 3978.0, 4006.0, 4014.0, 3939.0, 3970.0, 3937.0, 3949.0, 3959.0, 3937.0, 3962.0, 3939.0, 3938.0, 3956.0, 3960.0, 3956.0, 3991.0, 3939.0, 3937.0, 3937.0, 3929.0, 3944.0, 3947.0, 3928.0, 3959.0, 3947.0, 3927.0, 3946.0, 3938.0, 3917.0, 3937.0, 3937.0, 3919.0, 3951.0, 3934.0, 3925.0, 3946.0, 3936.0, 3928.0, 3949.0, 3961.0, 3940.0, 4000.0, 3969.0, 3936.0, 3936.0, 3922.0, 3940.0, 3934.0, 3915.0, 3972.0, 3949.0, 3928.0, 3917.0, 3936.0, 3927.0, 3969.0, 3949.0, 3928.0, 3906.0, 3936.0, 3930.0, 3959.0, 3961.0, 3941.0, 3992.0, 3939.0, 3937.0, 3947.0, 3926.0, 3988.0, 3970.0, 3915.0, 3917.0, 3926.0, 3925.0, 3935.0, 3918.0, 3959.0, 3939.0, 3936.0, 3956.0, 3948.0, 3956.0, 3978.0, 3939.0, 3938.0, 3915.0, 3925.0, 3947.0, 3957.0, 3928.0, 3937.0, 3928.0, 3940.0, 3939.0, 3948.0, 3929.0, 3969.0, 3948.0, 3925.0, 3917.0, 3945.0, 3929.0, 3969.0, 3937.0, 3926.0, 3906.0, 3949.0, 3940.0, 3968.0, 3948.0, 3926.0, 4000.0, 3937.0, 3927.0, 3938.0, 3937.0, 3928.0, 3926.0, 3940.0, 3939.0, 3937.0, 3928.0, 3962.0, 3938.0, 3948.0, 3999.0, 3939.0, 3956.0, 3969.0, 3929.0, 3927.0, 3947.0, 3949.0, 3946.0, 3948.0, 3930.0, 3907.0, 3938.0, 3946.0, 3932.0, 3947.0, 3938.0, 3931.0, 3920.0, 3906.0, 3928.0, 3928.0, 3940.0, 3930.0, 3975.0, 3954.0, 3929.0, 4002.0, 3927.0, 4003.0, 3971.0, 4003.0, 3958.0, 3937.0, 3946.0, 3927.0, 3958.0, 3924.0, 3926.0, 3935.0, 3935.0, 3924.0, 3934.0, 3936.0, 3985.0, 3967.0, 3934.0, 3956.0, 3925.0, 3936.0, 3954.0, 3935.0, 3915.0, 3947.0, 3937.0, 3927.0, 3937.0, 3935.0, 3916.0, 3949.0, 3906.0, 3928.0, 3942.0, 3931.0, 3928.0, 3932.0, 3931.0, 3932.0, 3953.0, 3944.0, 3954.0, 3940.0, 3934.0, 3945.0, 3963.0, 3966.0, 4009.0, 3964.0, 3993.0, 4006.0, 3931.0, 3931.0, 3963.0, 3941.0, 3982.0, 3960.0, 4003.0, 3981.0, 3928.0, 3940.0, 3949.0, 3931.0, 3949.0, 3962.0, 3922.0, 3949.0, 3921.0, 3951.0, 3939.0, 3950.0, 4005.0, 3960.0, 3928.0, 3981.0, 3950.0, 3949.0, 4004.0, 3950.0, 3918.0, 3928.0, 3927.0, 3946.0, 3980.0, 3938.0, 3930.0, 3940.0, 3936.0, 3931.0, 3962.0, 3941.0, 3928.0, 3929.0, 3948.0, 3930.0, 3970.0, 3937.0, 3940.0, 3992.0, 3940.0, 3929.0, 3927.0, 3917.0, 3939.0, 3961.0, 3931.0, 3931.0, 3939.0, 3929.0, 3951.0, 3957.0, 3929.0, 3929.0, 3896.0, 3940.0, 3928.0, 3951.0, 3929.0, 3970.0, 3950.0, 3949.0, 3928.0, 3948.0, 3928.0, 4001.0, 3982.0, 3938.0, 3937.0, 3948.0, 3919.0, 3968.0, 3938.0, 3928.0, 3960.0, 3939.0, 3938.0, 3969.0, 3951.0, 3947.0, 3977.0, 3939.0, 3916.0, 3937.0, 3929.0, 3940.0, 3937.0, 3928.0, 3968.0, 3938.0, 3920.0, 3960.0, 3939.0, 3948.0, 3958.0, 3942.0, 3940.0, 3909.0, 3928.0, 3949.0, 3950.0, 3928.0, 3949.0, 3918.0, 3929.0, 3949.0, 3951.0, 3917.0, 3962.0, 3968.0, 3927.0, 3938.0, 3948.0, 3918.0, 3969.0, 3969.0, 3926.0, 3939.0, 3936.0, 3929.0, 3969.0, 3949.0, 3928.0, 3927.0, 3937.0, 3939.0, 3969.0, 3946.0, 3918.0, 3959.0, 3949.0, 3940.0, 3918.0, 3938.0, 3918.0, 3968.0, 3960.0, 3927.0, 3949.0, 3948.0, 3919.0, 3961.0, 3950.0, 3919.0, 3951.0, 3937.0, 3942.0, 3941.0, 3941.0, 3930.0, 3962.0, 3982.0, 3941.0, 3949.0, 3949.0, 3935.0, 3990.0, 3968.0, 3938.0, 3907.0, 3928.0, 3918.0, 3949.0, 3949.0, 3919.0, 3982.0, 3948.0, 3930.0, 3969.0, 3929.0, 4002.0, 3980.0, 3924.0, 3947.0, 3926.0, 3914.0, 3935.0, 3915.0, 3968.0, 3927.0, 3917.0, 3937.0, 3926.0, 3937.0, 3925.0, 3917.0, 3906.0, 3938.0, 3929.0, 3941.0, 3940.0, 3907.0, 3950.0, 3940.0, 3942.0, 3940.0, 3939.0, 3929.0, 3983.0, 3964.0, 3930.0, 3962.0, 3973.0, 3931.0, 4003.0, 3983.0, 3929.0, 3950.0, 3941.0, 3968.0, 3947.0, 3951.0, 3990.0, 3938.0, 3940.0, 3929.0, 3938.0, 3916.0, 3961.0, 3939.0, 3930.0, 3918.0, 3950.0, 3938.0, 3970.0, 3949.0, 3936.0, 3928.0, 3947.0, 3928.0, 3937.0, 3936.0, 3927.0, 3907.0, 3939.0, 3950.0, 3962.0, 3950.0, 3930.0, 3941.0, 3940.0, 3936.0, 3936.0, 3951.0, 3969.0, 4005.0, 3981.0, 3941.0, 3968.0, 3959.0, 3915.0, 3990.0, 3948.0, 3928.0, 3917.0, 3948.0, 3928.0, 3948.0, 3939.0, 3928.0, 3918.0, 3949.0, 3937.0, 3958.0, 3937.0, 3915.0, 3939.0, 3938.0, 3940.0, 3920.0, 3950.0, 3938.0, 3991.0, 3962.0, 3940.0, 3909.0, 3940.0, 3926.0, 3981.0, 3961.0, 3962.0, 3939.0, 3931.0, 3951.0, 3930.0, 3979.0, 3989.0, 3958.0, 3926.0, 3939.0, 3935.0, 3929.0, 3937.0, 3919.0, 3927.0, 3918.0, 3929.0, 3937.0, 3916.0, 3959.0, 3941.0, 3928.0, 3929.0, 3938.0, 3941.0, 3960.0, 3989.0, 3970.0, 3947.0, 3925.0, 3914.0, 3948.0, 3960.0, 3928.0, 3927.0, 3936.0, 3926.0, 3927.0, 3915.0, 3915.0, 3931.0, 3918.0, 3939.0, 3939.0, 3928.0, 3980.0, 3950.0, 3941.0, 3961.0, 3928.0, 3940.0, 3989.0, 3959.0, 3939.0, 3958.0, 3938.0, 3925.0, 3936.0, 3927.0, 3919.0, 3917.0, 3938.0, 3937.0, 3947.0, 3937.0, 3918.0, 3929.0, 3940.0, 3939.0, 3950.0, 3927.0, 3928.0, 3950.0, 3950.0, 3939.0, 3939.0, 3938.0, 3918.0, 3951.0, 3960.0, 3916.0, 3950.0, 3949.0, 3939.0, 3951.0, 3971.0, 3931.0, 3940.0, 3951.0, 3941.0, 3940.0, 3980.0, 3940.0, 3908.0, 3938.0, 3926.0, 3949.0, 3958.0, 3939.0, 3917.0, 3938.0, 3928.0, 3928.0, 3959.0, 3937.0, 3980.0, 4005.0, 3938.0, 3948.0, 3924.0, 3928.0, 3948.0, 3969.0, 3918.0, 3916.0, 3928.0, 3937.0, 3928.0, 3957.0, 3939.0, 3928.0, 3949.0, 3928.0, 3957.0, 3960.0, 3931.0, 3926.0, 3981.0, 3920.0, 3927.0, 3939.0, 3948.0, 3926.0, 3979.0, 3944.0, 3930.0, 4000.0, 3938.0, 3928.0, 3927.0, 3928.0, 3950.0, 3971.0, 3930.0, 3927.0, 3968.0, 3927.0, 3949.0, 3981.0, 3918.0, 3931.0, 3906.0, 3938.0, 3919.0, 3951.0, 3932.0, 3938.0, 3968.0, 3961.0, 3928.0, 3990.0, 3972.0, 3929.0, 3960.0, 3940.0, 3947.0, 3990.0, 3971.0, 3939.0, 3959.0, 3928.0, 3918.0, 3936.0, 3950.0, 3928.0, 3927.0, 3959.0, 3959.0, 3917.0, 4002.0, 3970.0, 3927.0, 3917.0, 3927.0, 3927.0, 3989.0, 3972.0, 3929.0, 3907.0, 3926.0, 3916.0, 3917.0, 3937.0, 3928.0, 3939.0, 3929.0, 3929.0, 3917.0, 3960.0, 3942.0, 3918.0, 3948.0, 3950.0, 3927.0, 3969.0, 3950.0, 3930.0, 3918.0, 3948.0, 3930.0, 3939.0, 3951.0, 3920.0, 3932.0, 3943.0, 3962.0, 3932.0, 3986.0, 3951.0, 3930.0, 3949.0, 3970.0, 3953.0, 3973.0, 4002.0, 3972.0, 3927.0, 3909.0, 3938.0, 3919.0, 3939.0, 3927.0, 3908.0, 3920.0, 3940.0, 3941.0, 3940.0, 3972.0, 3940.0, 3927.0, 3950.0, 3939.0, 3952.0, 4001.0, 3958.0, 3940.0, 4002.0, 3926.0, 3929.0, 3958.0, 3957.0, 3914.0, 4002.0, 3938.0, 3927.0, 3938.0, 3937.0, 3916.0, 3957.0, 3940.0, 3926.0, 3928.0, 3948.0, 3939.0, 3938.0, 3968.0, 3928.0, 3938.0, 3929.0, 3930.0, 3929.0, 3951.0, 3918.0, 3940.0, 3928.0, 3930.0, 3936.0, 3973.0, 3947.0, 3939.0, 4004.0, 3939.0, 3940.0, 3940.0, 3940.0, 3930.0, 3994.0, 3962.0, 3939.0, 3960.0, 3959.0, 3927.0, 4003.0, 3981.0, 3937.0, 3948.0, 3938.0, 3938.0, 3946.0, 3950.0, 3927.0, 3930.0, 3929.0, 3928.0, 3928.0, 3959.0, 3936.0, 3940.0, 3941.0, 3949.0, 3942.0, 3960.0, 3951.0, 3930.0, 4004.0, 3951.0, 3941.0, 3970.0, 3937.0, 3970.0, 3992.0, 3949.0, 3949.0, 3927.0, 3941.0, 3927.0, 3969.0, 3939.0, 3928.0, 3949.0, 3936.0, 3929.0, 3955.0, 3951.0, 3931.0, 3969.0, 3929.0, 3927.0, 3937.0, 3915.0, 3987.0, 3958.0, 3916.0, 3927.0, 3907.0, 3950.0, 3929.0, 3941.0, 3961.0, 3951.0, 3951.0, 3920.0, 3950.0, 3943.0, 3982.0, 3963.0, 3932.0, 3982.0, 3941.0, 3993.0, 3981.0, 3939.0, 3991.0, 3937.0, 3940.0, 3991.0, 3971.0, 3917.0, 3938.0, 3938.0, 3936.0, 3959.0, 3938.0, 3928.0, 3969.0, 3949.0], 'WindowWidth': [8904.0, 8981.0, 8894.0, 8924.0, 8936.0, 8824.0, 8865.0, 8818.0, 8838.0, 8850.0, 8821.0, 8856.0, 8821.0, 8820.0, 8844.0, 8850.0, 8840.0, 8896.0, 8822.0, 8816.0, 8816.0, 8811.0, 8826.0, 8829.0, 8806.0, 8847.0, 8829.0, 8807.0, 8830.0, 8819.0, 8792.0, 8819.0, 8818.0, 8795.0, 8840.0, 8812.0, 8800.0, 8828.0, 8815.0, 8806.0, 8835.0, 8854.0, 8827.0, 8909.0, 8861.0, 8812.0, 8811.0, 8790.0, 8826.0, 8809.0, 8783.0, 8871.0, 8835.0, 8806.0, 8789.0, 8814.0, 8803.0, 8861.0, 8837.0, 8808.0, 8774.0, 8814.0, 8813.0, 8849.0, 8852.0, 8828.0, 8897.0, 8821.0, 8814.0, 8830.0, 8802.0, 8888.0, 8863.0, 8785.0, 8789.0, 8800.0, 8801.0, 8813.0, 8791.0, 8849.0, 8820.0, 8815.0, 8840.0, 8833.0, 8842.0, 8870.0, 8822.0, 8817.0, 8784.0, 8799.0, 8828.0, 8844.0, 8807.0, 8817.0, 8806.0, 8823.0, 8824.0, 8835.0, 8809.0, 8860.0, 8833.0, 8801.0, 8790.0, 8825.0, 8810.0, 8860.0, 8817.0, 8801.0, 8777.0, 8833.0, 8826.0, 8862.0, 8830.0, 8800.0, 8907.0, 8816.0, 8805.0, 8819.0, 8815.0, 8807.0, 8803.0, 8825.0, 8824.0, 8818.0, 8807.0, 8857.0, 8821.0, 8834.0, 8906.0, 8822.0, 8840.0, 8861.0, 8809.0, 8803.0, 8829.0, 8834.0, 8829.0, 8831.0, 8810.0, 8778.0, 8819.0, 8829.0, 8819.0, 8832.0, 8819.0, 8817.0, 8801.0, 8779.0, 8811.0, 8811.0, 8827.0, 8815.0, 8881.0, 8850.0, 8811.0, 8914.0, 8809.0, 8918.0, 8868.0, 8915.0, 8848.0, 8817.0, 8828.0, 8805.0, 8843.0, 8796.0, 8801.0, 8811.0, 8810.0, 8794.0, 8807.0, 8812.0, 8882.0, 8857.0, 8808.0, 8840.0, 8796.0, 8813.0, 8834.0, 8808.0, 8784.0, 8827.0, 8812.0, 8801.0, 8815.0, 8808.0, 8785.0, 8832.0, 8774.0, 8805.0, 8832.0, 8814.0, 8805.0, 8816.0, 8816.0, 8817.0, 8845.0, 8837.0, 8848.0, 8824.0, 8824.0, 8839.0, 8860.0, 8868.0, 8930.0, 8863.0, 8900.0, 8921.0, 8816.0, 8814.0, 8861.0, 8827.0, 8883.0, 8850.0, 8914.0, 8879.0, 8804.0, 8823.0, 8836.0, 8813.0, 8834.0, 8859.0, 8804.0, 8835.0, 8801.0, 8840.0, 8822.0, 8837.0, 8918.0, 8851.0, 8806.0, 8883.0, 8836.0, 8831.0, 8916.0, 8835.0, 8791.0, 8805.0, 8804.0, 8825.0, 8878.0, 8820.0, 8809.0, 8822.0, 8817.0, 8815.0, 8853.0, 8828.0, 8806.0, 8808.0, 8832.0, 8810.0, 8863.0, 8814.0, 8823.0, 8896.0, 8823.0, 8809.0, 8803.0, 8790.0, 8820.0, 8854.0, 8811.0, 8812.0, 8821.0, 8810.0, 8838.0, 8843.0, 8809.0, 8807.0, 8761.0, 8825.0, 8809.0, 8838.0, 8809.0, 8865.0, 8835.0, 8834.0, 8804.0, 8832.0, 8806.0, 8909.0, 8883.0, 8820.0, 8816.0, 8832.0, 8795.0, 8860.0, 8817.0, 8806.0, 8851.0, 8820.0, 8820.0, 8863.0, 8840.0, 8830.0, 8871.0, 8821.0, 8787.0, 8816.0, 8809.0, 8823.0, 8817.0, 8805.0, 8859.0, 8818.0, 8795.0, 8850.0, 8821.0, 8830.0, 8844.0, 8828.0, 8823.0, 8783.0, 8809.0, 8836.0, 8836.0, 8807.0, 8835.0, 8792.0, 8809.0, 8836.0, 8840.0, 8791.0, 8856.0, 8860.0, 8803.0, 8819.0, 8832.0, 8792.0, 8861.0, 8862.0, 8802.0, 8820.0, 8812.0, 8807.0, 8860.0, 8836.0, 8805.0, 8804.0, 8814.0, 8819.0, 8864.0, 8827.0, 8790.0, 8849.0, 8833.0, 8825.0, 8792.0, 8820.0, 8793.0, 8860.0, 8853.0, 8805.0, 8835.0, 8834.0, 8796.0, 8854.0, 8838.0, 8798.0, 8843.0, 8820.0, 8831.0, 8828.0, 8828.0, 8812.0, 8856.0, 8884.0, 8829.0, 8838.0, 8835.0, 8811.0, 8893.0, 8858.0, 8818.0, 8778.0, 8806.0, 8793.0, 8835.0, 8835.0, 8795.0, 8883.0, 8834.0, 8810.0, 8862.0, 8810.0, 8911.0, 8880.0, 8797.0, 8829.0, 8799.0, 8781.0, 8810.0, 8782.0, 8857.0, 8800.0, 8788.0, 8815.0, 8803.0, 8815.0, 8797.0, 8789.0, 8775.0, 8818.0, 8809.0, 8827.0, 8824.0, 8777.0, 8838.0, 8827.0, 8831.0, 8827.0, 8824.0, 8811.0, 8886.0, 8862.0, 8815.0, 8859.0, 8872.0, 8814.0, 8917.0, 8888.0, 8810.0, 8838.0, 8827.0, 8862.0, 8830.0, 8839.0, 8892.0, 8818.0, 8823.0, 8810.0, 8820.0, 8788.0, 8854.0, 8821.0, 8810.0, 8794.0, 8837.0, 8821.0, 8863.0, 8837.0, 8817.0, 8805.0, 8830.0, 8808.0, 8815.0, 8814.0, 8806.0, 8778.0, 8822.0, 8840.0, 8857.0, 8839.0, 8814.0, 8828.0, 8825.0, 8817.0, 8818.0, 8838.0, 8862.0, 8919.0, 8880.0, 8826.0, 8862.0, 8847.0, 8786.0, 8893.0, 8833.0, 8806.0, 8790.0, 8832.0, 8806.0, 8831.0, 8824.0, 8807.0, 8793.0, 8832.0, 8817.0, 8847.0, 8816.0, 8785.0, 8823.0, 8821.0, 8825.0, 8802.0, 8839.0, 8821.0, 8897.0, 8856.0, 8824.0, 8782.0, 8825.0, 8802.0, 8880.0, 8855.0, 8859.0, 8825.0, 8815.0, 8843.0, 8814.0, 8874.0, 8890.0, 8846.0, 8802.0, 8820.0, 8813.0, 8810.0, 8815.0, 8794.0, 8805.0, 8792.0, 8807.0, 8819.0, 8789.0, 8848.0, 8827.0, 8807.0, 8809.0, 8821.0, 8830.0, 8851.0, 8891.0, 8865.0, 8830.0, 8797.0, 8785.0, 8831.0, 8853.0, 8806.0, 8803.0, 8815.0, 8800.0, 8804.0, 8786.0, 8786.0, 8816.0, 8794.0, 8824.0, 8822.0, 8806.0, 8879.0, 8839.0, 8828.0, 8853.0, 8806.0, 8826.0, 8891.0, 8848.0, 8823.0, 8847.0, 8817.0, 8799.0, 8813.0, 8802.0, 8794.0, 8790.0, 8817.0, 8819.0, 8830.0, 8815.0, 8793.0, 8808.0, 8820.0, 8820.0, 8837.0, 8803.0, 8807.0, 8837.0, 8835.0, 8821.0, 8823.0, 8821.0, 8793.0, 8839.0, 8851.0, 8790.0, 8838.0, 8836.0, 8824.0, 8841.0, 8867.0, 8812.0, 8824.0, 8839.0, 8827.0, 8823.0, 8878.0, 8825.0, 8780.0, 8819.0, 8803.0, 8838.0, 8845.0, 8819.0, 8791.0, 8820.0, 8806.0, 8805.0, 8849.0, 8816.0, 8876.0, 8920.0, 8819.0, 8832.0, 8797.0, 8805.0, 8831.0, 8861.0, 8793.0, 8787.0, 8804.0, 8815.0, 8805.0, 8842.0, 8822.0, 8806.0, 8834.0, 8805.0, 8841.0, 8849.0, 8817.0, 8799.0, 8880.0, 8800.0, 8804.0, 8821.0, 8832.0, 8799.0, 8874.0, 8823.0, 8811.0, 8907.0, 8819.0, 8807.0, 8804.0, 8807.0, 8835.0, 8866.0, 8809.0, 8802.0, 8857.0, 8803.0, 8833.0, 8881.0, 8792.0, 8811.0, 8776.0, 8820.0, 8795.0, 8840.0, 8816.0, 8821.0, 8861.0, 8853.0, 8808.0, 8892.0, 8873.0, 8810.0, 8852.0, 8822.0, 8830.0, 8893.0, 8867.0, 8819.0, 8846.0, 8806.0, 8792.0, 8814.0, 8835.0, 8806.0, 8805.0, 8850.0, 8848.0, 8789.0, 8911.0, 8865.0, 8803.0, 8790.0, 8803.0, 8803.0, 8890.0, 8868.0, 8806.0, 8775.0, 8798.0, 8786.0, 8787.0, 8815.0, 8807.0, 8821.0, 8807.0, 8807.0, 8789.0, 8847.0, 8828.0, 8794.0, 8834.0, 8838.0, 8806.0, 8863.0, 8841.0, 8812.0, 8796.0, 8835.0, 8815.0, 8825.0, 8842.0, 8799.0, 8816.0, 8835.0, 8857.0, 8819.0, 8897.0, 8843.0, 8815.0, 8837.0, 8868.0, 8849.0, 8871.0, 8910.0, 8868.0, 8803.0, 8780.0, 8818.0, 8797.0, 8822.0, 8803.0, 8781.0, 8799.0, 8827.0, 8828.0, 8829.0, 8871.0, 8824.0, 8806.0, 8839.0, 8822.0, 8843.0, 8910.0, 8846.0, 8823.0, 8913.0, 8801.0, 8807.0, 8848.0, 8844.0, 8783.0, 8912.0, 8819.0, 8805.0, 8817.0, 8817.0, 8788.0, 8841.0, 8825.0, 8802.0, 8806.0, 8834.0, 8825.0, 8819.0, 8860.0, 8809.0, 8820.0, 8808.0, 8810.0, 8811.0, 8839.0, 8792.0, 8826.0, 8806.0, 8811.0, 8816.0, 8872.0, 8831.0, 8823.0, 8917.0, 8823.0, 8823.0, 8827.0, 8824.0, 8810.0, 8902.0, 8854.0, 8821.0, 8850.0, 8848.0, 8803.0, 8913.0, 8882.0, 8817.0, 8833.0, 8817.0, 8818.0, 8826.0, 8837.0, 8804.0, 8811.0, 8809.0, 8805.0, 8811.0, 8850.0, 8815.0, 8827.0, 8826.0, 8836.0, 8830.0, 8854.0, 8839.0, 8813.0, 8918.0, 8839.0, 8826.0, 8865.0, 8819.0, 8863.0, 8896.0, 8834.0, 8833.0, 8802.0, 8827.0, 8805.0, 8861.0, 8822.0, 8806.0, 8834.0, 8815.0, 8809.0, 8839.0, 8839.0, 8812.0, 8863.0, 8807.0, 8802.0, 8813.0, 8785.0, 8882.0, 8846.0, 8786.0, 8802.0, 8779.0, 8837.0, 8809.0, 8829.0, 8855.0, 8842.0, 8844.0, 8801.0, 8839.0, 8835.0, 8886.0, 8861.0, 8816.0, 8885.0, 8830.0, 8899.0, 8881.0, 8821.0, 8893.0, 8816.0, 8823.0, 8895.0, 8868.0, 8790.0, 8819.0, 8820.0, 8815.0, 8848.0, 8820.0, 8804.0, 8863.0, 8834.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.00025063437139561707</td></tr>
<tr><td colspan=3>aqi</td><td>0.019657606574394467</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.185984014572796</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1546467804734417</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9965325314665126</td></tr>
<tr><td colspan=3>efc</td><td>0.4886</td></tr>
<tr><td colspan=3>fber</td><td>3599.8406</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1309881019613784</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>163</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.800461361014996</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.523694333944555</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.543867302985841</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7635564795662244</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.263659219281599</td></tr>
<tr><td colspan=3>gcor</td><td>0.00425448</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0037284267600625753</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018151262775063515</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.659944510591041</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.014</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.8515</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.1992</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299603.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.4438</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8994</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.2587</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3127.6935</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.3904</td></tr>
<tr><td colspan=3>tsnr</td><td>38.57192761730403</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>