<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0083_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0083_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0083_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0083_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0083_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0083_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0083_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0083_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-03/func/sub-0083_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>df2845c89db6782e8c9c031b4680cf38</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:07:36.252500</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.99849, -0.0217415, 0.0504503, 0.0155112, 0.992561, 0.120753]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0963024</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7890, -7276, 749, -83, -724, 253, 25]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.076</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb5622b2-5a88-4015-b995-4e1f96d30271||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.67887544631958, 0.04161541908979416, 0.1422908753156662, 106.50147247314453], [0.05833085998892784, 2.6629698276519775, 0.3234267234802246, -106.35067749023438], [0.13535435497760773, -0.32397031784057617, 2.6767795085906982, -57.5254020690918], [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': ['210736.252500', '210736.712500', '210737.172500', '210737.632500', '210738.092500', '210738.552500', '210739.012500', '210739.472500', '210739.932500', '210740.392500', '210740.852500', '210741.312500', '210741.772500', '210742.232500', '210742.692500', '210743.152500', '210743.612500', '210744.072500', '210744.532500', '210744.992500', '210745.452500', '210745.912500', '210746.372500', '210746.832500', '210747.292500', '210747.752500', '210748.212500', '210748.672500', '210749.132500', '210749.592500', '210750.052500', '210750.512500', '210750.972500', '210751.432500', '210751.892500', '210752.352500', '210752.812500', '210753.272500', '210753.732500', '210754.192500', '210754.652500', '210755.112500', '210755.572500', '210756.032500', '210756.492500', '210756.952500', '210757.412500', '210757.872500', '210758.332500', '210758.792500', '210759.252500', '210759.712500', '210800.172500', '210800.632500', '210801.092500', '210801.552500', '210802.012500', '210802.472500', '210802.932500', '210803.392500', '210803.852500', '210804.312500', '210804.772500', '210805.232500', '210805.692500', '210806.152500', '210806.612500', '210807.072500', '210807.532500', '210807.992500', '210808.452500', '210808.912500', '210809.372500', '210809.832500', '210810.292500', '210810.752500', '210811.212500', '210811.672500', '210812.132500', '210812.592500', '210813.052500', '210813.512500', '210813.972500', '210814.432500', '210814.892500', '210815.352500', '210815.812500', '210816.272500', '210816.732500', '210817.192500', '210817.652500', '210818.112500', '210818.572500', '210819.032500', '210819.492500', '210819.952500', '210820.412500', '210820.872500', '210821.332500', '210821.792500', '210822.252500', '210822.712500', '210823.172500', '210823.632500', '210824.092500', '210824.552500', '210825.012500', '210825.472500', '210825.932500', '210826.392500', '210826.852500', '210827.312500', '210827.772500', '210828.232500', '210828.692500', '210829.152500', '210829.612500', '210830.072500', '210830.532500', '210830.992500', '210831.452500', '210831.912500', '210832.372500', '210832.832500', '210833.292500', '210833.752500', '210834.212500', '210834.672500', '210835.132500', '210835.592500', '210836.052500', '210836.512500', '210836.972500', '210837.432500', '210837.892500', '210838.352500', '210838.812500', '210839.272500', '210839.732500', '210840.192500', '210840.652500', '210841.112500', '210841.572500', '210842.032500', '210842.492500', '210842.952500', '210843.412500', '210843.872500', '210844.332500', '210844.792500', '210845.252500', '210845.712500', '210846.172500', '210846.632500', '210847.092500', '210847.552500', '210848.012500', '210848.472500', '210848.932500', '210849.392500', '210849.852500', '210850.312500', '210850.772500', '210851.232500', '210851.692500', '210852.152500', '210852.612500', '210853.072500', '210853.532500', '210853.992500', '210854.452500', '210854.912500', '210855.372500', '210855.832500', '210856.292500', '210856.752500', '210857.212500', '210857.672500', '210858.132500', '210858.592500', '210859.052500', '210859.512500', '210859.972500', '210900.432500', '210900.892500', '210901.352500', '210901.812500', '210902.272500', '210902.732500', '210903.192500', '210903.652500', '210904.112500', '210904.572500', '210905.032500', '210905.492500', '210905.952500', '210906.412500', '210906.872500', '210907.332500', '210907.792500', '210908.252500', '210908.712500', '210909.172500', '210909.632500', '210910.092500', '210910.552500', '210911.012500', '210911.472500', '210911.932500', '210912.392500', '210912.852500', '210913.312500', '210913.772500', '210914.232500', '210914.692500', '210915.152500', '210915.612500', '210916.072500', '210916.532500', '210916.992500', '210917.452500', '210917.912500', '210918.372500', '210918.832500', '210919.292500', '210919.752500', '210920.212500', '210920.672500', '210921.132500', '210921.592500', '210922.052500', '210922.512500', '210922.972500', '210923.432500', '210923.892500', '210924.352500', '210924.812500', '210925.272500', '210925.732500', '210926.192500', '210926.652500', '210927.112500', '210927.572500', '210928.032500', '210928.492500', '210928.952500', '210929.412500', '210929.872500', '210930.332500', '210930.792500', '210931.252500', '210931.712500', '210932.172500', '210932.632500', '210933.092500', '210933.552500', '210934.012500', '210934.472500', '210934.932500', '210935.392500', '210935.852500', '210936.312500', '210936.772500', '210937.232500', '210937.692500', '210938.152500', '210938.612500', '210939.072500', '210939.532500', '210939.992500', '210940.452500', '210940.912500', '210941.372500', '210941.832500', '210942.292500', '210942.752500', '210943.212500', '210943.672500', '210944.132500', '210944.592500', '210945.052500', '210945.512500', '210945.972500', '210946.432500', '210946.892500', '210947.352500', '210947.812500', '210948.272500', '210948.732500', '210949.192500', '210949.652500', '210950.112500', '210950.572500', '210951.032500', '210951.492500', '210951.952500', '210952.412500', '210952.872500', '210953.332500', '210953.792500', '210954.252500', '210954.712500', '210955.172500', '210955.632500', '210956.092500', '210956.552500', '210957.012500', '210957.472500', '210957.932500', '210958.392500', '210958.852500', '210959.312500', '210959.772500', '211000.232500', '211000.692500', '211001.152500', '211001.612500', '211002.072500', '211002.532500', '211002.992500', '211003.452500', '211003.912500', '211004.372500', '211004.832500', '211005.292500', '211005.752500', '211006.212500', '211006.672500', '211007.132500', '211007.592500', '211008.052500', '211008.512500', '211008.972500', '211009.432500', '211009.892500', '211010.352500', '211010.812500', '211011.272500', '211011.732500', '211012.192500', '211012.652500', '211013.112500', '211013.572500', '211014.032500', '211014.492500', '211014.952500', '211015.412500', '211015.872500', '211016.332500', '211016.792500', '211017.252500', '211017.712500', '211018.172500', '211018.632500', '211019.092500', '211019.552500', '211020.012500', '211020.472500', '211020.932500', '211021.392500', '211021.852500', '211022.312500', '211022.772500', '211023.232500', '211023.692500', '211024.152500', '211024.612500', '211025.072500', '211025.532500', '211025.992500', '211026.452500', '211026.912500', '211027.372500', '211027.832500', '211028.292500', '211028.752500', '211029.212500', '211029.672500', '211030.132500', '211030.592500', '211031.052500', '211031.512500', '211031.972500', '211032.432500', '211032.892500', '211033.352500', '211033.812500', '211034.272500', '211034.732500', '211035.192500', '211035.652500', '211036.112500', '211036.572500', '211037.032500', '211037.492500', '211037.952500', '211038.412500', '211038.872500', '211039.332500', '211039.792500', '211040.252500', '211040.712500', '211041.172500', '211041.632500', '211042.092500', '211042.552500', '211043.012500', '211043.472500', '211043.932500', '211044.392500', '211044.852500', '211045.312500', '211045.772500', '211046.232500', '211046.692500', '211047.152500', '211047.612500', '211048.072500', '211048.532500', '211048.992500', '211049.452500', '211049.912500', '211050.372500', '211050.832500', '211051.292500', '211051.752500', '211052.212500', '211052.672500', '211053.132500', '211053.592500', '211054.052500', '211054.512500', '211054.972500', '211055.432500', '211055.892500', '211056.352500', '211056.812500', '211057.272500', '211057.732500', '211058.192500', '211058.652500', '211059.112500', '211059.572500', '211100.032500', '211100.492500', '211100.952500', '211101.412500', '211101.872500', '211102.332500', '211102.792500', '211103.252500', '211103.712500', '211104.172500', '211104.632500', '211105.092500', '211105.552500', '211106.012500', '211106.472500', '211106.932500', '211107.392500', '211107.852500', '211108.312500', '211108.772500', '211109.232500', '211109.692500', '211110.152500', '211110.612500', '211111.072500', '211111.532500', '211111.992500', '211112.452500', '211112.912500', '211113.372500', '211113.832500', '211114.292500', '211114.752500', '211115.212500', '211115.672500', '211116.132500', '211116.592500', '211117.052500', '211117.512500', '211117.972500', '211118.432500', '211118.892500', '211119.352500', '211119.812500', '211120.272500', '211120.732500', '211121.192500', '211121.652500', '211122.112500', '211122.572500', '211123.032500', '211123.492500', '211123.952500', '211124.412500', '211124.872500', '211125.332500', '211125.792500', '211126.252500', '211126.712500', '211127.172500', '211127.632500', '211128.092500', '211128.552500', '211129.012500', '211129.472500', '211129.932500', '211130.392500', '211130.852500', '211131.312500', '211131.772500', '211132.232500', '211132.692500', '211133.152500', '211133.612500', '211134.072500', '211134.532500', '211134.992500', '211135.452500', '211135.912500', '211136.372500', '211136.832500', '211137.292500', '211137.752500', '211138.212500', '211138.672500', '211139.132500', '211139.592500', '211140.052500', '211140.512500', '211140.972500', '211141.432500', '211141.892500', '211142.352500', '211142.812500', '211143.272500', '211143.732500', '211144.192500', '211144.652500', '211145.112500', '211145.572500', '211146.032500', '211146.492500', '211146.952500', '211147.412500', '211147.872500', '211148.332500', '211148.792500', '211149.252500', '211149.712500', '211150.172500', '211150.632500', '211151.092500', '211151.552500', '211152.012500', '211152.472500', '211152.932500', '211153.392500', '211153.852500', '211154.312500', '211154.772500', '211155.232500', '211155.692500', '211156.152500', '211156.612500', '211157.072500', '211157.532500', '211157.992500', '211158.452500', '211158.912500', '211159.372500', '211159.832500', '211200.292500', '211200.752500', '211201.212500', '211201.672500', '211202.132500', '211202.592500', '211203.052500', '211203.512500', '211203.972500', '211204.432500', '211204.892500', '211205.352500', '211205.812500', '211206.272500', '211206.732500', '211207.192500', '211207.652500', '211208.112500', '211208.572500', '211209.032500', '211209.492500', '211209.952500', '211210.412500', '211210.872500', '211211.332500', '211211.792500', '211212.252500', '211212.712500', '211213.172500', '211213.632500', '211214.092500', '211214.552500', '211215.012500', '211215.472500', '211215.932500', '211216.392500', '211216.852500', '211217.312500', '211217.772500', '211218.232500', '211218.692500', '211219.152500', '211219.612500', '211220.072500', '211220.532500', '211220.992500', '211221.452500', '211221.912500', '211222.372500', '211222.832500', '211223.292500', '211223.752500', '211224.212500', '211224.672500', '211225.132500', '211225.592500', '211226.052500', '211226.512500', '211226.972500', '211227.432500', '211227.892500', '211228.352500', '211228.812500', '211229.272500', '211229.732500', '211230.192500', '211230.652500', '211231.112500', '211231.572500', '211232.032500', '211232.492500', '211232.952500', '211233.412500', '211233.872500', '211234.332500', '211234.792500', '211235.252500', '211235.712500', '211236.172500', '211236.632500', '211237.092500', '211237.552500', '211238.012500', '211238.472500', '211238.932500', '211239.392500', '211239.852500', '211240.312500', '211240.772500', '211241.232500', '211241.692500', '211242.152500', '211242.612500', '211243.072500', '211243.532500', '211243.992500', '211244.452500', '211244.912500', '211245.372500', '211245.832500', '211246.292500', '211246.752500', '211247.212500', '211247.672500', '211248.132500', '211248.592500', '211249.052500', '211249.512500', '211249.972500', '211250.432500', '211250.892500', '211251.352500', '211251.812500', '211252.272500', '211252.732500', '211253.192500', '211253.652500', '211254.112500', '211254.572500', '211255.032500', '211255.492500', '211255.952500', '211256.412500', '211256.872500', '211257.332500', '211257.792500', '211258.252500', '211258.712500', '211259.172500', '211259.632500', '211300.092500', '211300.552500', '211301.012500', '211301.472500', '211301.932500', '211302.392500', '211302.852500', '211303.312500', '211303.772500', '211304.232500', '211304.692500', '211305.152500', '211305.612500', '211306.072500', '211306.532500', '211306.992500', '211307.452500', '211307.912500', '211308.372500', '211308.832500', '211309.292500', '211309.752500', '211310.212500', '211310.672500', '211311.132500', '211311.592500', '211312.052500', '211312.512500', '211312.972500', '211313.432500', '211313.892500', '211314.352500', '211314.812500', '211315.272500', '211315.732500', '211316.192500', '211316.652500', '211317.112500', '211317.572500', '211318.032500', '211318.492500', '211318.952500', '211319.412500', '211319.872500', '211320.332500', '211320.792500', '211321.252500', '211321.712500', '211322.172500', '211322.632500', '211323.092500', '211323.552500', '211324.012500', '211324.472500', '211324.932500', '211325.392500', '211325.852500', '211326.312500', '211326.772500', '211327.232500', '211327.692500', '211328.152500', '211328.612500', '211329.072500', '211329.532500', '211329.992500', '211330.452500', '211330.912500', '211331.372500', '211331.832500', '211332.292500', '211332.752500', '211333.212500', '211333.672500', '211334.132500', '211334.592500', '211335.052500', '211335.512500', '211335.972500', '211336.432500', '211336.892500', '211337.352500', '211337.812500', '211338.272500', '211338.732500', '211339.192500', '211339.652500', '211340.112500', '211340.572500', '211341.032500', '211341.492500', '211341.952500', '211342.412500', '211342.872500', '211343.332500', '211343.792500', '211344.252500', '211344.712500', '211345.172500', '211345.632500', '211346.092500', '211346.552500', '211347.012500', '211347.472500', '211347.932500', '211348.392500', '211348.852500', '211349.312500', '211349.772500', '211350.232500', '211350.692500', '211351.152500', '211351.612500', '211352.072500', '211352.532500', '211352.992500', '211353.452500', '211353.912500', '211354.372500', '211354.832500', '211355.292500', '211355.752500', '211356.212500', '211356.672500', '211357.132500', '211357.592500', '211358.052500', '211358.512500', '211358.972500', '211359.432500', '211359.892500', '211400.352500', '211400.812500', '211401.272500', '211401.732500', '211402.192500', '211402.652500', '211403.112500', '211403.572500', '211404.032500', '211404.492500', '211404.952500', '211405.412500', '211405.872500', '211406.332500', '211406.792500', '211407.252500', '211407.712500', '211408.172500', '211408.632500', '211409.092500', '211409.552500', '211410.012500', '211410.472500', '211410.932500', '211411.392500', '211411.852500', '211412.312500', '211412.772500', '211413.232500', '211413.692500', '211414.152500', '211414.612500', '211415.072500', '211415.532500', '211415.992500', '211416.452500', '211416.912500'], 'ContentTime': ['210747.476000', '210747.479000', '210747.482000', '210747.484000', '210747.487000', '210747.490000', '210747.492000', '210747.495000', '210747.497000', '210747.500000', '210747.508000', '210747.510000', '210747.516000', '210747.518000', '210747.521000', '210747.524000', '210747.526000', '210747.529000', '210747.532000', '210747.534000', '210747.537000', '210807.438000', '210807.441000', '210807.443000', '210807.446000', '210807.448000', '210807.451000', '210807.453000', '210807.456000', '210807.459000', '210807.461000', '210807.464000', '210807.466000', '210807.469000', '210807.471000', '210807.474000', '210807.477000', '210807.479000', '210807.482000', '210807.484000', '210807.487000', '210807.490000', '210807.492000', '210807.495000', '210807.497000', '210807.501000', '210807.504000', '210807.507000', '210807.528000', '210807.530000', '210807.533000', '210807.536000', '210807.538000', '210807.541000', '210807.543000', '210807.546000', '210807.549000', '210807.551000', '210807.554000', '210807.556000', '210807.559000', '210807.562000', '210807.564000', '210807.567000', '210827.437000', '210827.440000', '210827.443000', '210827.445000', '210827.448000', '210827.451000', '210827.453000', '210827.456000', '210827.459000', '210827.461000', '210827.464000', '210827.466000', '210827.469000', '210827.472000', '210827.474000', '210827.477000', '210827.480000', '210827.482000', '210827.485000', '210827.487000', '210827.490000', '210827.493000', '210827.495000', '210827.498000', '210827.500000', '210827.503000', '210827.505000', '210827.508000', '210827.510000', '210827.513000', '210827.516000', '210827.518000', '210827.521000', '210827.524000', '210827.526000', '210827.529000', '210827.532000', '210827.534000', '210827.537000', '210827.539000', '210827.542000', '210827.545000', '210827.547000', '210827.550000', '210847.438000', '210847.441000', '210847.443000', '210847.446000', '210847.463000', '210847.465000', '210847.468000', '210847.470000', '210847.473000', '210847.475000', '210847.478000', '210847.481000', '210847.483000', '210847.486000', '210847.488000', '210847.491000', '210847.493000', '210847.496000', '210847.499000', '210847.501000', '210847.504000', '210847.506000', '210847.509000', '210847.512000', '210847.514000', '210847.518000', '210847.521000', '210847.524000', '210847.526000', '210847.529000', '210847.531000', '210847.534000', '210847.537000', '210847.539000', '210847.542000', '210847.544000', '210847.547000', '210847.550000', '210847.552000', '210847.555000', '210847.557000', '210847.560000', '210847.562000', '210907.438000', '210907.441000', '210907.444000', '210907.447000', '210907.449000', '210907.452000', '210907.454000', '210907.457000', '210907.460000', '210907.462000', '210907.465000', '210907.467000', '210907.470000', '210907.473000', '210907.475000', '210907.478000', '210907.480000', '210907.483000', '210907.486000', '210907.488000', '210907.491000', '210907.494000', '210907.496000', '210907.499000', '210907.501000', '210907.504000', '210907.507000', '210907.509000', '210907.512000', '210907.514000', '210907.517000', '210907.520000', '210907.522000', '210907.525000', '210907.527000', '210907.530000', '210907.533000', '210907.535000', '210907.538000', '210907.541000', '210907.543000', '210907.546000', '210907.548000', '210907.551000', '210927.439000', '210927.441000', '210927.444000', '210927.447000', '210927.449000', '210927.452000', '210927.455000', '210927.457000', '210927.460000', '210927.462000', '210927.465000', '210927.467000', '210927.470000', '210927.473000', '210927.475000', '210927.478000', '210927.481000', '210927.483000', '210927.486000', '210927.488000', '210927.491000', '210927.493000', '210927.496000', '210927.499000', '210927.501000', '210927.504000', '210927.506000', '210927.509000', '210927.511000', '210927.514000', '210927.517000', '210927.519000', '210927.522000', '210927.524000', '210927.527000', '210927.530000', '210927.532000', '210927.535000', '210927.537000', '210927.540000', '210927.543000', '210927.545000', '210927.548000', '210947.439000', '210947.441000', '210947.444000', '210947.447000', '210947.449000', '210947.452000', '210947.455000', '210947.457000', '210947.460000', '210947.462000', '210947.465000', '210947.468000', '210947.470000', '210947.473000', '210947.475000', '210947.478000', '210947.481000', '210947.483000', '210947.486000', '210947.489000', '210947.491000', '210947.494000', '210947.496000', '210947.499000', '210947.502000', '210947.504000', '210947.507000', '210947.509000', '210947.512000', '210947.515000', '210947.517000', '210947.520000', '210947.523000', '210947.525000', '210947.528000', '210947.530000', '210947.533000', '210947.536000', '210947.538000', '210947.541000', '210947.543000', '210947.546000', '210947.549000', '210947.551000', '211007.438000', '211007.441000', '211007.443000', '211007.446000', '211007.448000', '211007.457000', '211007.459000', '211007.462000', '211007.465000', '211007.467000', '211007.470000', '211007.472000', '211007.475000', '211007.478000', '211007.480000', '211007.483000', '211007.486000', '211007.488000', '211007.491000', '211007.494000', '211007.496000', '211007.499000', '211007.501000', '211007.504000', '211007.506000', '211007.509000', '211007.512000', '211007.514000', '211007.517000', '211007.519000', '211007.522000', '211007.525000', '211007.527000', '211007.530000', '211007.532000', '211007.535000', '211007.537000', '211007.540000', '211007.543000', '211007.545000', '211007.548000', '211007.550000', '211007.553000', '211027.449000', '211027.452000', '211027.454000', '211027.457000', '211027.460000', '211027.462000', '211027.465000', '211027.468000', '211027.470000', '211027.473000', '211027.475000', '211027.478000', '211027.480000', '211027.483000', '211027.486000', '211027.488000', '211027.491000', '211027.493000', '211027.496000', '211027.499000', '211027.502000', '211027.504000', '211027.507000', '211027.510000', '211027.512000', '211027.515000', '211027.518000', '211027.520000', '211027.523000', '211027.525000', '211027.528000', '211027.531000', '211027.533000', '211027.536000', '211027.538000', '211027.541000', '211027.544000', '211027.546000', '211027.549000', '211027.551000', '211027.554000', '211027.557000', '211027.559000', '211027.562000', '211047.438000', '211047.440000', '211047.443000', '211047.446000', '211047.449000', '211047.451000', '211047.454000', '211047.456000', '211047.459000', '211047.462000', '211047.464000', '211047.467000', '211047.470000', '211047.473000', '211047.475000', '211047.478000', '211047.481000', '211047.483000', '211047.486000', '211047.488000', '211047.491000', '211047.494000', '211047.496000', '211047.499000', '211047.502000', '211047.504000', '211047.507000', '211047.510000', '211047.512000', '211047.515000', '211047.518000', '211047.520000', '211047.523000', '211047.526000', '211047.528000', '211047.531000', '211047.534000', '211047.536000', '211047.539000', '211047.541000', '211047.544000', '211047.547000', '211047.550000', '211107.438000', '211107.441000', '211107.444000', '211107.447000', '211107.449000', '211107.452000', '211107.455000', '211107.458000', '211107.461000', '211107.464000', '211107.467000', '211107.470000', '211107.473000', '211107.475000', '211107.478000', '211107.481000', '211107.484000', '211107.487000', '211107.490000', '211107.493000', '211107.496000', '211107.498000', '211107.501000', '211107.504000', '211107.506000', '211107.509000', '211107.512000', '211107.514000', '211107.517000', '211107.520000', '211107.522000', '211107.525000', '211107.527000', '211107.530000', '211107.533000', '211107.535000', '211107.538000', '211107.541000', '211107.543000', '211107.546000', '211107.549000', '211107.551000', '211107.554000', '211107.557000', '211127.438000', '211127.441000', '211127.444000', '211127.447000', '211127.449000', '211127.452000', '211127.454000', '211127.457000', '211127.460000', '211127.462000', '211127.465000', '211127.467000', '211127.470000', '211127.473000', '211127.475000', '211127.478000', '211127.480000', '211127.483000', '211127.486000', '211127.488000', '211127.491000', '211127.493000', '211127.496000', '211127.499000', '211127.501000', '211127.504000', '211127.506000', '211127.509000', '211127.512000', '211127.514000', '211127.517000', '211127.520000', '211127.522000', '211127.525000', '211127.527000', '211127.530000', '211127.532000', '211127.535000', '211127.538000', '211127.540000', '211127.543000', '211127.546000', '211127.548000', '211147.439000', '211147.442000', '211147.444000', '211147.447000', '211147.450000', '211147.452000', '211147.455000', '211147.457000', '211147.460000', '211147.463000', '211147.465000', '211147.468000', '211147.471000', '211147.474000', '211147.476000', '211147.479000', '211147.482000', '211147.485000', '211147.487000', '211147.490000', '211147.493000', '211147.495000', '211147.498000', '211147.500000', '211147.503000', '211147.521000', '211147.524000', '211147.527000', '211147.529000', '211147.532000', '211147.535000', '211147.537000', '211147.540000', '211147.542000', '211147.545000', '211147.548000', '211147.550000', '211147.553000', '211147.555000', '211147.558000', '211147.561000', '211147.563000', '211147.566000', '211147.569000', '211207.439000', '211207.442000', '211207.444000', '211207.447000', '211207.450000', '211207.452000', '211207.455000', '211207.458000', '211207.460000', '211207.463000', '211207.466000', '211207.468000', '211207.471000', '211207.473000', '211207.476000', '211207.478000', '211207.481000', '211207.484000', '211207.486000', '211207.489000', '211207.492000', '211207.494000', '211207.497000', '211207.499000', '211207.502000', '211207.505000', '211207.507000', '211207.510000', '211207.512000', '211207.515000', '211207.518000', '211207.520000', '211207.523000', '211207.525000', '211207.528000', '211207.531000', '211207.533000', '211207.536000', '211207.539000', '211207.541000', '211207.544000', '211207.547000', '211207.549000', '211227.437000', '211227.441000', '211227.443000', '211227.447000', '211227.450000', '211227.453000', '211227.455000', '211227.458000', '211227.460000', '211227.463000', '211227.466000', '211227.468000', '211227.471000', '211227.474000', '211227.476000', '211227.479000', '211227.482000', '211227.484000', '211227.487000', '211227.490000', '211227.492000', '211227.495000', '211227.498000', '211227.501000', '211227.503000', '211227.506000', '211227.509000', '211227.511000', '211227.514000', '211227.517000', '211227.520000', '211227.523000', '211227.526000', '211227.528000', '211227.531000', '211227.534000', '211227.536000', '211227.539000', '211227.542000', '211227.544000', '211227.547000', '211227.550000', '211227.552000', '211247.438000', '211247.440000', '211247.444000', '211247.446000', '211247.449000', '211247.451000', '211247.455000', '211247.457000', '211247.460000', '211247.463000', '211247.465000', '211247.468000', '211247.471000', '211247.473000', '211247.476000', '211247.479000', '211247.481000', '211247.484000', '211247.487000', '211247.489000', '211247.492000', '211247.494000', '211247.497000', '211247.500000', '211247.502000', '211247.505000', '211247.508000', '211247.510000', '211247.513000', '211247.516000', '211247.518000', '211247.521000', '211247.523000', '211247.526000', '211247.529000', '211247.531000', '211247.534000', '211247.537000', '211247.539000', '211247.542000', '211247.545000', '211247.548000', '211247.551000', '211247.553000', '211307.438000', '211307.440000', '211307.444000', '211307.446000', '211307.449000', '211307.451000', '211307.454000', '211307.457000', '211307.460000', '211307.462000', '211307.465000', '211307.468000', '211307.470000', '211307.473000', '211307.476000', '211307.478000', '211307.481000', '211307.483000', '211307.486000', '211307.489000', '211307.491000', '211307.494000', '211307.497000', '211307.500000', '211307.502000', '211307.505000', '211307.507000', '211307.510000', '211307.513000', '211307.515000', '211307.518000', '211307.521000', '211307.523000', '211307.526000', '211307.529000', '211307.531000', '211307.534000', '211307.537000', '211307.539000', '211307.542000', '211307.545000', '211307.547000', '211307.550000', '211307.553000', '211327.437000', '211327.440000', '211327.443000', '211327.445000', '211327.449000', '211327.452000', '211327.454000', '211327.457000', '211327.460000', '211327.463000', '211327.465000', '211327.468000', '211327.471000', '211327.473000', '211327.476000', '211327.478000', '211327.481000', '211327.484000', '211327.486000', '211327.489000', '211327.492000', '211327.494000', '211327.497000', '211327.500000', '211327.502000', '211327.505000', '211327.507000', '211327.510000', '211327.513000', '211327.515000', '211327.518000', '211327.521000', '211327.523000', '211327.526000', '211327.529000', '211327.531000', '211327.534000', '211327.537000', '211327.539000', '211327.542000', '211327.545000', '211327.547000', '211327.550000', '211347.439000', '211347.442000', '211347.444000', '211347.448000', '211347.450000', '211347.453000', '211347.456000', '211347.459000', '211347.461000', '211347.464000', '211347.467000', '211347.470000', '211347.472000', '211347.475000', '211347.478000', '211347.480000', '211347.483000', '211347.487000', '211347.490000', '211347.492000', '211347.495000', '211347.498000', '211347.500000', '211347.503000', '211347.506000', '211347.508000', '211347.511000', '211347.514000', '211347.516000', '211347.519000', '211347.522000', '211347.524000', '211347.527000', '211347.530000', '211347.532000', '211347.535000', '211347.538000', '211347.542000', '211347.545000', '211347.547000', '211347.550000', '211347.553000', '211347.555000', '211407.439000', '211407.442000', '211407.444000', '211407.447000', '211407.450000', '211407.452000', '211407.455000', '211407.458000', '211407.460000', '211407.463000', '211407.466000', '211407.468000', '211407.471000', '211407.474000', '211407.476000', '211407.479000', '211407.482000', '211407.484000', '211407.487000', '211407.490000', '211407.492000', '211407.495000', '211407.498000', '211407.500000', '211407.503000', '211407.505000', '211407.508000', '211407.511000', '211407.513000', '211407.516000', '211407.519000', '211407.521000', '211407.524000', '211407.527000', '211407.529000', '211407.532000', '211407.535000', '211407.537000', '211407.540000', '211407.543000', '211407.545000', '211407.548000', '211407.550000', '211407.553000', '211418.720000', '211418.723000', '211418.726000', '211418.729000', '211418.734000', '211418.737000', '211418.740000', '211418.742000', '211418.745000', '211418.748000', '211418.751000', '211418.754000', '211418.757000', '211418.759000', '211418.762000', '211418.765000', '211418.767000', '211418.770000', '211418.773000', '211418.776000', '211418.779000', '211418.783000', '211418.786000', '211418.788000', '211418.791000'], 'InstanceCreationTime': ['210747.476000', '210747.479000', '210747.482000', '210747.484000', '210747.487000', '210747.490000', '210747.492000', '210747.495000', '210747.497000', '210747.500000', '210747.508000', '210747.510000', '210747.516000', '210747.518000', '210747.521000', '210747.524000', '210747.526000', '210747.529000', '210747.532000', '210747.534000', '210747.537000', '210807.438000', '210807.441000', '210807.443000', '210807.446000', '210807.448000', '210807.451000', '210807.453000', '210807.456000', '210807.459000', '210807.461000', '210807.464000', '210807.466000', '210807.469000', '210807.471000', '210807.474000', '210807.477000', '210807.479000', '210807.482000', '210807.484000', '210807.487000', '210807.490000', '210807.492000', '210807.495000', '210807.497000', '210807.501000', '210807.504000', '210807.507000', '210807.528000', '210807.530000', '210807.533000', '210807.536000', '210807.538000', '210807.541000', '210807.543000', '210807.546000', '210807.549000', '210807.551000', '210807.554000', '210807.556000', '210807.559000', '210807.562000', '210807.564000', '210807.567000', '210827.437000', '210827.440000', '210827.443000', '210827.445000', '210827.448000', '210827.451000', '210827.453000', '210827.456000', '210827.459000', '210827.461000', '210827.464000', '210827.466000', '210827.469000', '210827.472000', '210827.474000', '210827.477000', '210827.480000', '210827.482000', '210827.485000', '210827.487000', '210827.490000', '210827.493000', '210827.495000', '210827.498000', '210827.500000', '210827.503000', '210827.505000', '210827.508000', '210827.510000', '210827.513000', '210827.516000', '210827.518000', '210827.521000', '210827.524000', '210827.526000', '210827.529000', '210827.532000', '210827.534000', '210827.537000', '210827.539000', '210827.542000', '210827.545000', '210827.547000', '210827.550000', '210847.438000', '210847.441000', '210847.443000', '210847.446000', '210847.463000', '210847.465000', '210847.468000', '210847.470000', '210847.473000', '210847.475000', '210847.478000', '210847.481000', '210847.483000', '210847.486000', '210847.488000', '210847.491000', '210847.493000', '210847.496000', '210847.499000', '210847.501000', '210847.504000', '210847.506000', '210847.509000', '210847.512000', '210847.514000', '210847.518000', '210847.521000', '210847.524000', '210847.526000', '210847.529000', '210847.531000', '210847.534000', '210847.537000', '210847.539000', '210847.542000', '210847.544000', '210847.547000', '210847.550000', '210847.552000', '210847.555000', '210847.557000', '210847.560000', '210847.562000', '210907.438000', '210907.441000', '210907.444000', '210907.447000', '210907.449000', '210907.452000', '210907.454000', '210907.457000', '210907.460000', '210907.462000', '210907.465000', '210907.467000', '210907.470000', '210907.473000', '210907.475000', '210907.478000', '210907.480000', '210907.483000', '210907.486000', '210907.488000', '210907.491000', '210907.494000', '210907.496000', '210907.499000', '210907.501000', '210907.504000', '210907.507000', '210907.509000', '210907.512000', '210907.514000', '210907.517000', '210907.520000', '210907.522000', '210907.525000', '210907.527000', '210907.530000', '210907.533000', '210907.535000', '210907.538000', '210907.541000', '210907.543000', '210907.546000', '210907.548000', '210907.551000', '210927.439000', '210927.441000', '210927.444000', '210927.447000', '210927.449000', '210927.452000', '210927.455000', '210927.457000', '210927.460000', '210927.462000', '210927.465000', '210927.467000', '210927.470000', '210927.473000', '210927.475000', '210927.478000', '210927.481000', '210927.483000', '210927.486000', '210927.488000', '210927.491000', '210927.493000', '210927.496000', '210927.499000', '210927.501000', '210927.504000', '210927.506000', '210927.509000', '210927.511000', '210927.514000', '210927.517000', '210927.519000', '210927.522000', '210927.524000', '210927.527000', '210927.530000', '210927.532000', '210927.535000', '210927.537000', '210927.540000', '210927.543000', '210927.545000', '210927.548000', '210947.439000', '210947.441000', '210947.444000', '210947.447000', '210947.449000', '210947.452000', '210947.455000', '210947.457000', '210947.460000', '210947.462000', '210947.465000', '210947.468000', '210947.470000', '210947.473000', '210947.475000', '210947.478000', '210947.481000', '210947.483000', '210947.486000', '210947.489000', '210947.491000', '210947.494000', '210947.496000', '210947.499000', '210947.502000', '210947.504000', '210947.507000', '210947.509000', '210947.512000', '210947.515000', '210947.517000', '210947.520000', '210947.523000', '210947.525000', '210947.528000', '210947.530000', '210947.533000', '210947.536000', '210947.538000', '210947.541000', '210947.543000', '210947.546000', '210947.549000', '210947.551000', '211007.438000', '211007.441000', '211007.443000', '211007.446000', '211007.448000', '211007.457000', '211007.459000', '211007.462000', '211007.465000', '211007.467000', '211007.470000', '211007.472000', '211007.475000', '211007.478000', '211007.480000', '211007.483000', '211007.486000', '211007.488000', '211007.491000', '211007.494000', '211007.496000', '211007.499000', '211007.501000', '211007.504000', '211007.506000', '211007.509000', '211007.512000', '211007.514000', '211007.517000', '211007.519000', '211007.522000', '211007.525000', '211007.527000', '211007.530000', '211007.532000', '211007.535000', '211007.537000', '211007.540000', '211007.543000', '211007.545000', '211007.548000', '211007.550000', '211007.553000', '211027.449000', '211027.452000', '211027.454000', '211027.457000', '211027.460000', '211027.462000', '211027.465000', '211027.468000', '211027.470000', '211027.473000', '211027.475000', '211027.478000', '211027.480000', '211027.483000', '211027.486000', '211027.488000', '211027.491000', '211027.493000', '211027.496000', '211027.499000', '211027.502000', '211027.504000', '211027.507000', '211027.510000', '211027.512000', '211027.515000', '211027.518000', '211027.520000', '211027.523000', '211027.525000', '211027.528000', '211027.531000', '211027.533000', '211027.536000', '211027.538000', '211027.541000', '211027.544000', '211027.546000', '211027.549000', '211027.551000', '211027.554000', '211027.557000', '211027.559000', '211027.562000', '211047.438000', '211047.440000', '211047.443000', '211047.446000', '211047.449000', '211047.451000', '211047.454000', '211047.456000', '211047.459000', '211047.462000', '211047.464000', '211047.467000', '211047.470000', '211047.473000', '211047.475000', '211047.478000', '211047.481000', '211047.483000', '211047.486000', '211047.488000', '211047.491000', '211047.494000', '211047.496000', '211047.499000', '211047.502000', '211047.504000', '211047.507000', '211047.510000', '211047.512000', '211047.515000', '211047.518000', '211047.520000', '211047.523000', '211047.526000', '211047.528000', '211047.531000', '211047.534000', '211047.536000', '211047.539000', '211047.541000', '211047.544000', '211047.547000', '211047.550000', '211107.438000', '211107.441000', '211107.444000', '211107.447000', '211107.449000', '211107.452000', '211107.455000', '211107.458000', '211107.461000', '211107.464000', '211107.467000', '211107.470000', '211107.473000', '211107.475000', '211107.478000', '211107.481000', '211107.484000', '211107.487000', '211107.490000', '211107.493000', '211107.496000', '211107.498000', '211107.501000', '211107.504000', '211107.506000', '211107.509000', '211107.512000', '211107.514000', '211107.517000', '211107.520000', '211107.522000', '211107.525000', '211107.527000', '211107.530000', '211107.533000', '211107.535000', '211107.538000', '211107.541000', '211107.543000', '211107.546000', '211107.549000', '211107.551000', '211107.554000', '211107.557000', '211127.438000', '211127.441000', '211127.444000', '211127.447000', '211127.449000', '211127.452000', '211127.454000', '211127.457000', '211127.460000', '211127.462000', '211127.465000', '211127.467000', '211127.470000', '211127.473000', '211127.475000', '211127.478000', '211127.480000', '211127.483000', '211127.486000', '211127.488000', '211127.491000', '211127.493000', '211127.496000', '211127.499000', '211127.501000', '211127.504000', '211127.506000', '211127.509000', '211127.512000', '211127.514000', '211127.517000', '211127.520000', '211127.522000', '211127.525000', '211127.527000', '211127.530000', '211127.532000', '211127.535000', '211127.538000', '211127.540000', '211127.543000', '211127.546000', '211127.548000', '211147.439000', '211147.442000', '211147.444000', '211147.447000', '211147.450000', '211147.452000', '211147.455000', '211147.457000', '211147.460000', '211147.463000', '211147.465000', '211147.468000', '211147.471000', '211147.474000', '211147.476000', '211147.479000', '211147.482000', '211147.485000', '211147.487000', '211147.490000', '211147.493000', '211147.495000', '211147.498000', '211147.500000', '211147.503000', '211147.521000', '211147.524000', '211147.527000', '211147.529000', '211147.532000', '211147.535000', '211147.537000', '211147.540000', '211147.542000', '211147.545000', '211147.548000', '211147.550000', '211147.553000', '211147.555000', '211147.558000', '211147.561000', '211147.563000', '211147.566000', '211147.569000', '211207.439000', '211207.442000', '211207.444000', '211207.447000', '211207.450000', '211207.452000', '211207.455000', '211207.458000', '211207.460000', '211207.463000', '211207.466000', '211207.468000', '211207.471000', '211207.473000', '211207.476000', '211207.478000', '211207.481000', '211207.484000', '211207.486000', '211207.489000', '211207.492000', '211207.494000', '211207.497000', '211207.499000', '211207.502000', '211207.505000', '211207.507000', '211207.510000', '211207.512000', '211207.515000', '211207.518000', '211207.520000', '211207.523000', '211207.525000', '211207.528000', '211207.531000', '211207.533000', '211207.536000', '211207.539000', '211207.541000', '211207.544000', '211207.547000', '211207.549000', '211227.437000', '211227.441000', '211227.443000', '211227.447000', '211227.450000', '211227.453000', '211227.455000', '211227.458000', '211227.460000', '211227.463000', '211227.466000', '211227.468000', '211227.471000', '211227.474000', '211227.476000', '211227.479000', '211227.482000', '211227.484000', '211227.487000', '211227.490000', '211227.492000', '211227.495000', '211227.498000', '211227.501000', '211227.503000', '211227.506000', '211227.509000', '211227.511000', '211227.514000', '211227.517000', '211227.520000', '211227.523000', '211227.526000', '211227.528000', '211227.531000', '211227.534000', '211227.536000', '211227.539000', '211227.542000', '211227.544000', '211227.547000', '211227.550000', '211227.552000', '211247.438000', '211247.440000', '211247.444000', '211247.446000', '211247.449000', '211247.451000', '211247.455000', '211247.457000', '211247.460000', '211247.463000', '211247.465000', '211247.468000', '211247.471000', '211247.473000', '211247.476000', '211247.479000', '211247.481000', '211247.484000', '211247.487000', '211247.489000', '211247.492000', '211247.494000', '211247.497000', '211247.500000', '211247.502000', '211247.505000', '211247.508000', '211247.510000', '211247.513000', '211247.516000', '211247.518000', '211247.521000', '211247.523000', '211247.526000', '211247.529000', '211247.531000', '211247.534000', '211247.537000', '211247.539000', '211247.542000', '211247.545000', '211247.548000', '211247.551000', '211247.553000', '211307.438000', '211307.440000', '211307.444000', '211307.446000', '211307.449000', '211307.451000', '211307.454000', '211307.457000', '211307.460000', '211307.462000', '211307.465000', '211307.468000', '211307.470000', '211307.473000', '211307.476000', '211307.478000', '211307.481000', '211307.483000', '211307.486000', '211307.489000', '211307.491000', '211307.494000', '211307.497000', '211307.500000', '211307.502000', '211307.505000', '211307.507000', '211307.510000', '211307.513000', '211307.515000', '211307.518000', '211307.521000', '211307.523000', '211307.526000', '211307.529000', '211307.531000', '211307.534000', '211307.537000', '211307.539000', '211307.542000', '211307.545000', '211307.547000', '211307.550000', '211307.553000', '211327.437000', '211327.440000', '211327.443000', '211327.445000', '211327.449000', '211327.452000', '211327.454000', '211327.457000', '211327.460000', '211327.463000', '211327.465000', '211327.468000', '211327.471000', '211327.473000', '211327.476000', '211327.478000', '211327.481000', '211327.484000', '211327.486000', '211327.489000', '211327.492000', '211327.494000', '211327.497000', '211327.500000', '211327.502000', '211327.505000', '211327.507000', '211327.510000', '211327.513000', '211327.515000', '211327.518000', '211327.521000', '211327.523000', '211327.526000', '211327.529000', '211327.531000', '211327.534000', '211327.537000', '211327.539000', '211327.542000', '211327.545000', '211327.547000', '211327.550000', '211347.439000', '211347.442000', '211347.444000', '211347.448000', '211347.450000', '211347.453000', '211347.456000', '211347.459000', '211347.461000', '211347.464000', '211347.467000', '211347.470000', '211347.472000', '211347.475000', '211347.478000', '211347.480000', '211347.483000', '211347.487000', '211347.490000', '211347.492000', '211347.495000', '211347.498000', '211347.500000', '211347.503000', '211347.506000', '211347.508000', '211347.511000', '211347.514000', '211347.516000', '211347.519000', '211347.522000', '211347.524000', '211347.527000', '211347.530000', '211347.532000', '211347.535000', '211347.538000', '211347.542000', '211347.545000', '211347.547000', '211347.550000', '211347.553000', '211347.555000', '211407.439000', '211407.442000', '211407.444000', '211407.447000', '211407.450000', '211407.452000', '211407.455000', '211407.458000', '211407.460000', '211407.463000', '211407.466000', '211407.468000', '211407.471000', '211407.474000', '211407.476000', '211407.479000', '211407.482000', '211407.484000', '211407.487000', '211407.490000', '211407.492000', '211407.495000', '211407.498000', '211407.500000', '211407.503000', '211407.505000', '211407.508000', '211407.511000', '211407.513000', '211407.516000', '211407.519000', '211407.521000', '211407.524000', '211407.527000', '211407.529000', '211407.532000', '211407.535000', '211407.537000', '211407.540000', '211407.543000', '211407.545000', '211407.548000', '211407.550000', '211407.553000', '211418.720000', '211418.723000', '211418.726000', '211418.729000', '211418.734000', '211418.737000', '211418.740000', '211418.742000', '211418.745000', '211418.748000', '211418.751000', '211418.754000', '211418.757000', '211418.759000', '211418.762000', '211418.765000', '211418.767000', '211418.770000', '211418.773000', '211418.776000', '211418.779000', '211418.783000', '211418.786000', '211418.788000', '211418.791000'], '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': [8475, 6522, 7213, 6298, 7953, 6769, 7236, 6558, 6697, 6562, 6708, 6356, 6739, 6360, 6624, 6522, 6788, 6536, 6670, 6487, 6838, 6017, 6744, 6336, 6670, 5930, 6588, 6017, 6600, 6314, 6464, 6370, 6712, 6446, 6747, 6355, 6836, 6330, 6737, 6276, 6749, 6205, 6569, 9027, 6464, 7767, 6476, 7267, 6558, 7017, 6694, 7081, 6601, 7254, 6533, 6807, 6650, 6785, 6606, 6810, 6241, 6787, 6328, 6836, 6577, 6960, 6772, 6969, 6829, 6764, 6734, 7377, 6426, 7061, 6537, 6573, 6629, 8447, 6766, 7464, 6521, 6885, 6523, 6753, 6618, 6785, 6509, 7073, 6480, 6794, 6570, 6908, 6523, 6843, 6442, 7066, 6717, 6792, 7022, 7089, 6858, 6646, 7076, 6659, 8395, 6600, 7107, 6505, 6784, 6608, 6892, 6614, 6757, 7432, 6669, 7105, 6796, 6414, 6537, 6613, 6580, 6517, 6780, 7021, 6869, 7097, 6718, 6845, 6912, 6792, 6734, 7099, 6840, 6862, 6771, 7178, 7141, 6659, 7342, 6835, 6257, 6872, 6488, 6838, 6908, 6619, 7075, 6393, 7320, 6514, 7461, 9392, 6661, 7870, 8698, 6604, 7021, 6801, 6886, 6698, 6698, 6613, 6824, 6658, 6624, 6645, 6744, 6657, 6860, 7524, 6732, 7224, 6560, 7352, 6791, 7353, 7258, 6631, 8029, 6678, 8232, 6628, 7143, 6788, 6785, 8872, 6789, 7284, 6745, 7234, 6706, 6833, 6972, 6861, 8239, 6588, 7213, 6614, 6637, 6785, 6788, 6614, 6793, 6929, 6718, 7338, 6592, 7476, 6757, 6891, 6641, 6526, 7535, 6502, 7272, 6641, 6788, 6887, 6853, 6758, 6937, 6414, 6924, 7027, 6868, 6705, 6896, 6774, 7062, 7130, 6104, 7208, 6772, 6804, 6873, 7054, 6669, 6860, 6777, 7223, 6656, 7189, 6572, 6989, 6854, 6746, 7627, 7009, 6859, 6906, 6681, 6704, 6685, 6725, 6897, 7475, 6480, 8142, 6624, 6949, 6853, 6774, 6608, 6509, 7046, 6736, 8118, 6761, 6815, 6761, 6783, 6722, 6460, 6887, 6693, 6900, 6780, 6778, 6690, 7479, 6751, 6890, 6528, 6836, 7787, 6672, 6845, 6643, 6797, 6730, 6873, 6644, 6787, 6534, 6935, 6804, 6541, 7627, 6814, 6599, 6735, 6710, 6647, 6649, 6565, 6945, 6532, 6747, 7187, 6728, 6478, 6634, 6829, 7337, 7332, 6668, 8377, 6722, 6390, 7927, 6585, 7170, 6648, 6729, 6617, 6594, 6948, 6723, 6951, 6719, 6932, 6744, 6704, 6542, 8034, 6753, 7314, 6654, 6777, 7428, 6689, 8023, 6744, 7145, 6770, 6517, 6652, 7420, 6645, 7467, 6782, 6542, 6610, 6946, 6846, 6730, 6769, 6642, 7570, 6689, 6769, 6542, 6704, 6663, 6759, 6623, 6950, 7353, 6744, 6723, 6782, 6553, 6831, 6726, 6760, 6987, 6595, 6818, 7740, 6560, 7250, 6453, 7600, 6854, 6980, 6605, 6760, 7902, 6800, 7061, 6727, 6742, 6763, 6672, 6774, 6448, 6765, 6567, 6422, 6737, 7662, 6616, 7381, 6553, 6882, 6756, 6718, 6856, 6988, 6788, 6666, 7738, 6972, 7063, 6733, 6870, 6770, 7481, 6551, 7200, 6672, 7718, 6826, 6952, 6707, 7210, 6523, 6552, 8613, 6696, 7109, 6585, 7370, 6632, 6844, 6845, 6967, 6658, 6612, 6715, 6722, 6800, 6744, 7243, 6820, 6888, 6671, 6880, 6678, 6837, 6742, 6759, 7050, 7085, 6537, 6920, 6644, 6626, 7946, 6559, 7132, 6744, 6445, 6584, 6754, 6796, 6893, 6871, 6408, 6540, 6954, 6633, 6758, 6905, 6444, 9103, 6804, 7115, 6782, 6675, 8136, 6795, 6784, 6702, 6851, 6568, 6934, 6648, 6625, 6702, 6614, 6826, 6668, 6749, 6825, 6841, 6737, 8438, 6489, 7560, 6609, 7058, 6617, 7412, 6461, 7449, 6440, 7119, 6728, 6917, 6569, 7016, 6868, 6876, 8209, 6641, 6890, 6514, 6519, 6678, 6588, 6599, 6527, 6681, 7011, 6547, 6940, 8494, 6802, 7768, 6946, 7470, 6507, 7276, 6679, 6927, 8516, 6829, 7155, 6706, 6732, 6779, 6711, 6665, 6845, 6699, 6977, 6764, 6797, 6914, 6948, 7456, 6606, 7532, 6702, 6820, 6795, 6798, 6719, 6694, 6691, 6989, 7042, 6683, 7237, 6508, 7399, 6321, 6996, 7071, 7074, 6824, 6754, 6833, 6649, 7731, 6658, 7150, 6643, 6890, 6481, 6644, 6600, 6872, 6565, 7019, 6521, 6517, 7527, 6609, 6990, 6694, 6557, 6624, 6652, 6889, 7038, 6751, 6771, 6758, 7363, 6615, 7358, 6577, 6630, 7826, 6711, 7511, 6537, 7109, 6487, 6894, 6460, 6598, 6467, 6992, 6640, 7160, 6565, 6790, 7305, 6613, 7342, 6784, 6735, 6704, 6997, 6900, 7218, 6885, 6882, 6762, 6763, 6886, 7918, 6641, 6748, 7334, 6912, 7018, 6790, 7002, 6700, 7334, 6854, 7120, 6755, 7161, 6598, 6994, 6854, 7287, 6776, 7262, 6613, 6627, 6873, 6759, 6696, 6953, 6882, 6689, 8776, 7010, 7638, 6981, 6880, 6848, 6695, 6863, 6722, 6614, 8331, 6922, 7170, 6548, 7121, 6680, 7056, 7232, 6852, 7662, 6596, 7006, 6966, 6783, 6750, 7078, 6779, 6831, 6777, 6813, 6673, 7132, 6522, 7230, 6749, 6690, 6680, 6742, 7182, 6957, 7334, 7005, 6992, 7023, 7120, 6767, 7299, 6915, 7235, 7025, 7565, 6617, 6964, 6715, 6685, 6638, 6952, 6814, 6789, 7557, 6863, 6959, 6686, 7014, 6682, 6540, 6565, 6890, 6785, 6976, 6780, 6847, 6822, 6635, 6819, 7022, 8551, 6660, 7533, 6618, 6782, 6804, 6946, 6833, 7186, 6926, 7199, 6740, 6728, 7701, 6645, 6888, 6620, 6717, 7097, 6816, 6675, 6822, 6837, 8042, 6832, 6835, 6585, 6883, 6659, 6789, 6932, 6963, 6811, 6725, 6848, 6605, 6678, 6915, 7499, 6912, 7491, 6960, 6743, 6837, 7259, 6802, 7402, 6848, 6831, 6980, 6920, 6673, 6920, 6956, 7027, 6791, 6772, 6787, 6810, 6840, 6839, 7462, 6939, 6942, 6869, 7141, 6749, 6943, 6814, 7097, 6992, 6977, 6748, 6761, 6826, 7040, 6844, 7072, 6817, 7262, 6773, 6741, 6497, 7145, 6713, 7171, 6808, 6970, 8117, 6802, 7279, 6943, 6583, 7016, 6808, 7609, 6840, 7261, 7778, 6724, 6801, 6622, 6928, 6758, 8316, 6978, 7241, 6838, 6835, 6935, 6662, 7590, 6769, 7196, 7035, 6970, 6923, 6821, 6953, 6728, 7061, 6900, 6961, 7074, 6914, 7124, 6978, 7181, 6899, 7304, 7155, 7109, 6632, 6998], 'WindowCenter': [3928.0, 3894.0, 3889.0, 3868.0, 3885.0, 3865.0, 3874.0, 3851.0, 3862.0, 3863.0, 3851.0, 3852.0, 3863.0, 3852.0, 3850.0, 3850.0, 3861.0, 3864.0, 3877.0, 3866.0, 3864.0, 3855.0, 3862.0, 3853.0, 3863.0, 3841.0, 3864.0, 3852.0, 3863.0, 3852.0, 3852.0, 3851.0, 3851.0, 3850.0, 3861.0, 3864.0, 3862.0, 3852.0, 3851.0, 3851.0, 3861.0, 3840.0, 3864.0, 3882.0, 3850.0, 3871.0, 3852.0, 3861.0, 3852.0, 3861.0, 3862.0, 3861.0, 3863.0, 3873.0, 3852.0, 3850.0, 3851.0, 3862.0, 3863.0, 3851.0, 3852.0, 3851.0, 3851.0, 3862.0, 3864.0, 3862.0, 3876.0, 3873.0, 3863.0, 3864.0, 3875.0, 3888.0, 3864.0, 3862.0, 3852.0, 3851.0, 3863.0, 3871.0, 3851.0, 3860.0, 3852.0, 3860.0, 3850.0, 3850.0, 3851.0, 3850.0, 3851.0, 3862.0, 3852.0, 3851.0, 3850.0, 3862.0, 3864.0, 3863.0, 3852.0, 3861.0, 3862.0, 3851.0, 3862.0, 3863.0, 3849.0, 3849.0, 3848.0, 3850.0, 3869.0, 3849.0, 3847.0, 3838.0, 3836.0, 3835.0, 3846.0, 3835.0, 3837.0, 3846.0, 3847.0, 3847.0, 3837.0, 3836.0, 3839.0, 3847.0, 3850.0, 3851.0, 3850.0, 3862.0, 3863.0, 3861.0, 3863.0, 3864.0, 3874.0, 3863.0, 3864.0, 3863.0, 3864.0, 3863.0, 3863.0, 3864.0, 3861.0, 3862.0, 3860.0, 3851.0, 3851.0, 3864.0, 3865.0, 3876.0, 3889.0, 3877.0, 3890.0, 3879.0, 3888.0, 3866.0, 3877.0, 3883.0, 3851.0, 3871.0, 3881.0, 3850.0, 3848.0, 3837.0, 3846.0, 3837.0, 3837.0, 3836.0, 3847.0, 3837.0, 3849.0, 3849.0, 3851.0, 3862.0, 3864.0, 3874.0, 3864.0, 3873.0, 3864.0, 3872.0, 3863.0, 3874.0, 3862.0, 3851.0, 3859.0, 3839.0, 3858.0, 3847.0, 3846.0, 3835.0, 3836.0, 3856.0, 3834.0, 3845.0, 3836.0, 3846.0, 3835.0, 3835.0, 3835.0, 3834.0, 3843.0, 3822.0, 3833.0, 3823.0, 3822.0, 3823.0, 3834.0, 3832.0, 3833.0, 3835.0, 3836.0, 3845.0, 3835.0, 3845.0, 3835.0, 3835.0, 3835.0, 3826.0, 3844.0, 3824.0, 3844.0, 3834.0, 3835.0, 3847.0, 3836.0, 3848.0, 3849.0, 3850.0, 3850.0, 3849.0, 3849.0, 3851.0, 3859.0, 3850.0, 3861.0, 3860.0, 3853.0, 3861.0, 3851.0, 3849.0, 3849.0, 3848.0, 3849.0, 3849.0, 3849.0, 3859.0, 3850.0, 3848.0, 3849.0, 3849.0, 3837.0, 3849.0, 3858.0, 3848.0, 3836.0, 3847.0, 3837.0, 3848.0, 3847.0, 3847.0, 3848.0, 3847.0, 3838.0, 3857.0, 3847.0, 3847.0, 3836.0, 3836.0, 3835.0, 3837.0, 3835.0, 3836.0, 3845.0, 3835.0, 3835.0, 3835.0, 3835.0, 3836.0, 3837.0, 3836.0, 3835.0, 3835.0, 3836.0, 3836.0, 3848.0, 3847.0, 3837.0, 3848.0, 3825.0, 3848.0, 3846.0, 3837.0, 3836.0, 3847.0, 3849.0, 3849.0, 3837.0, 3849.0, 3847.0, 3849.0, 3860.0, 3848.0, 3839.0, 3859.0, 3849.0, 3849.0, 3850.0, 3849.0, 3861.0, 3850.0, 3851.0, 3861.0, 3850.0, 3852.0, 3861.0, 3851.0, 3850.0, 3850.0, 3850.0, 3860.0, 3859.0, 3849.0, 3859.0, 3837.0, 3838.0, 3857.0, 3837.0, 3846.0, 3837.0, 3835.0, 3835.0, 3836.0, 3835.0, 3836.0, 3845.0, 3837.0, 3846.0, 3849.0, 3847.0, 3850.0, 3858.0, 3836.0, 3846.0, 3836.0, 3849.0, 3846.0, 3837.0, 3857.0, 3835.0, 3846.0, 3848.0, 3837.0, 3849.0, 3848.0, 3847.0, 3860.0, 3837.0, 3837.0, 3836.0, 3846.0, 3846.0, 3847.0, 3835.0, 3836.0, 3845.0, 3836.0, 3835.0, 3836.0, 3836.0, 3836.0, 3837.0, 3835.0, 3848.0, 3846.0, 3837.0, 3836.0, 3848.0, 3838.0, 3849.0, 3849.0, 3849.0, 3848.0, 3837.0, 3849.0, 3846.0, 3836.0, 3846.0, 3837.0, 3846.0, 3836.0, 3846.0, 3835.0, 3835.0, 3844.0, 3834.0, 3832.0, 3834.0, 3834.0, 3835.0, 3836.0, 3834.0, 3825.0, 3833.0, 3835.0, 3835.0, 3837.0, 3857.0, 3837.0, 3847.0, 3836.0, 3847.0, 3848.0, 3836.0, 3848.0, 3847.0, 3836.0, 3848.0, 3846.0, 3847.0, 3846.0, 3848.0, 3848.0, 3849.0, 3859.0, 3849.0, 3859.0, 3848.0, 3858.0, 3849.0, 3847.0, 3848.0, 3846.0, 3824.0, 3836.0, 3867.0, 3835.0, 3834.0, 3835.0, 3845.0, 3836.0, 3835.0, 3837.0, 3847.0, 3837.0, 3837.0, 3836.0, 3849.0, 3848.0, 3849.0, 3847.0, 3848.0, 3848.0, 3848.0, 3847.0, 3848.0, 3847.0, 3849.0, 3848.0, 3849.0, 3849.0, 3837.0, 3846.0, 3836.0, 3848.0, 3856.0, 3837.0, 3847.0, 3836.0, 3837.0, 3836.0, 3837.0, 3837.0, 3847.0, 3849.0, 3848.0, 3849.0, 3861.0, 3849.0, 3850.0, 3860.0, 3849.0, 3869.0, 3848.0, 3847.0, 3835.0, 3836.0, 3856.0, 3835.0, 3834.0, 3836.0, 3835.0, 3848.0, 3847.0, 3848.0, 3849.0, 3848.0, 3848.0, 3848.0, 3849.0, 3848.0, 3849.0, 3847.0, 3850.0, 3870.0, 3840.0, 3858.0, 3838.0, 3848.0, 3849.0, 3857.0, 3849.0, 3857.0, 3839.0, 3849.0, 3837.0, 3846.0, 3837.0, 3847.0, 3835.0, 3837.0, 3855.0, 3835.0, 3834.0, 3825.0, 3825.0, 3836.0, 3836.0, 3848.0, 3837.0, 3848.0, 3848.0, 3838.0, 3860.0, 3869.0, 3849.0, 3859.0, 3849.0, 3859.0, 3849.0, 3858.0, 3837.0, 3848.0, 3866.0, 3836.0, 3847.0, 3837.0, 3836.0, 3836.0, 3837.0, 3847.0, 3848.0, 3849.0, 3849.0, 3848.0, 3838.0, 3848.0, 3848.0, 3847.0, 3837.0, 3856.0, 3836.0, 3834.0, 3835.0, 3835.0, 3835.0, 3835.0, 3836.0, 3847.0, 3846.0, 3837.0, 3846.0, 3836.0, 3847.0, 3837.0, 3846.0, 3847.0, 3847.0, 3835.0, 3836.0, 3834.0, 3836.0, 3845.0, 3836.0, 3845.0, 3836.0, 3834.0, 3825.0, 3835.0, 3836.0, 3836.0, 3837.0, 3846.0, 3835.0, 3837.0, 3846.0, 3836.0, 3846.0, 3848.0, 3836.0, 3849.0, 3849.0, 3862.0, 3859.0, 3861.0, 3862.0, 3861.0, 3861.0, 3862.0, 3861.0, 3850.0, 3851.0, 3858.0, 3849.0, 3859.0, 3839.0, 3848.0, 3839.0, 3860.0, 3850.0, 3848.0, 3849.0, 3859.0, 3849.0, 3861.0, 3850.0, 3852.0, 3859.0, 3851.0, 3860.0, 3851.0, 3850.0, 3861.0, 3861.0, 3862.0, 3861.0, 3862.0, 3861.0, 3861.0, 3851.0, 3863.0, 3872.0, 3849.0, 3851.0, 3859.0, 3849.0, 3849.0, 3850.0, 3859.0, 3862.0, 3861.0, 3852.0, 3861.0, 3862.0, 3861.0, 3862.0, 3861.0, 3862.0, 3860.0, 3862.0, 3861.0, 3850.0, 3850.0, 3848.0, 3849.0, 3849.0, 3850.0, 3849.0, 3850.0, 3870.0, 3849.0, 3859.0, 3860.0, 3859.0, 3850.0, 3850.0, 3862.0, 3850.0, 3861.0, 3872.0, 3849.0, 3848.0, 3839.0, 3848.0, 3848.0, 3848.0, 3847.0, 3838.0, 3846.0, 3835.0, 3835.0, 3847.0, 3837.0, 3848.0, 3849.0, 3849.0, 3848.0, 3849.0, 3848.0, 3849.0, 3848.0, 3850.0, 3861.0, 3849.0, 3848.0, 3849.0, 3850.0, 3848.0, 3860.0, 3859.0, 3849.0, 3848.0, 3849.0, 3849.0, 3850.0, 3861.0, 3862.0, 3859.0, 3861.0, 3860.0, 3850.0, 3850.0, 3849.0, 3848.0, 3847.0, 3848.0, 3837.0, 3848.0, 3858.0, 3837.0, 3848.0, 3837.0, 3848.0, 3848.0, 3838.0, 3849.0, 3860.0, 3850.0, 3861.0, 3851.0, 3851.0, 3851.0, 3851.0, 3851.0, 3861.0, 3869.0, 3849.0, 3858.0, 3838.0, 3838.0, 3849.0, 3848.0, 3850.0, 3848.0, 3849.0, 3848.0, 3836.0, 3848.0, 3858.0, 3838.0, 3848.0, 3848.0, 3848.0, 3848.0, 3837.0, 3849.0, 3836.0, 3848.0, 3859.0, 3837.0, 3836.0, 3836.0, 3847.0, 3836.0, 3837.0, 3846.0, 3848.0, 3837.0, 3848.0, 3849.0, 3849.0, 3849.0, 3860.0, 3859.0, 3849.0, 3848.0, 3849.0, 3848.0, 3849.0, 3848.0, 3848.0, 3848.0, 3837.0, 3836.0, 3848.0, 3847.0, 3848.0, 3848.0, 3848.0, 3848.0, 3849.0, 3849.0, 3838.0, 3849.0, 3848.0, 3850.0, 3848.0, 3850.0, 3849.0, 3849.0, 3848.0, 3850.0, 3860.0, 3850.0, 3861.0, 3861.0, 3861.0, 3850.0, 3850.0, 3851.0, 3860.0, 3862.0, 3860.0, 3862.0, 3873.0, 3852.0, 3851.0, 3853.0, 3863.0, 3863.0, 3863.0, 3851.0, 3862.0, 3872.0, 3851.0, 3861.0, 3863.0, 3852.0, 3862.0, 3850.0, 3872.0, 3850.0, 3861.0, 3859.0, 3849.0, 3849.0, 3849.0, 3848.0, 3849.0, 3856.0, 3847.0, 3847.0, 3836.0, 3835.0, 3835.0, 3837.0, 3846.0, 3837.0, 3846.0, 3847.0, 3836.0, 3848.0, 3836.0, 3850.0, 3850.0, 3861.0, 3861.0, 3863.0, 3861.0, 3863.0, 3862.0, 3863.0, 3861.0, 3863.0, 3873.0, 3860.0, 3861.0, 3850.0, 3861.0], 'WindowWidth': [8792.0, 8738.0, 8721.0, 8689.0, 8705.0, 8681.0, 8690.0, 8655.0, 8669.0, 8673.0, 8654.0, 8657.0, 8675.0, 8658.0, 8652.0, 8653.0, 8669.0, 8680.0, 8701.0, 8683.0, 8678.0, 8666.0, 8672.0, 8660.0, 8672.0, 8642.0, 8674.0, 8659.0, 8674.0, 8657.0, 8657.0, 8654.0, 8653.0, 8653.0, 8668.0, 8677.0, 8669.0, 8656.0, 8653.0, 8656.0, 8668.0, 8640.0, 8678.0, 8697.0, 8651.0, 8680.0, 8658.0, 8666.0, 8657.0, 8668.0, 8672.0, 8668.0, 8673.0, 8688.0, 8656.0, 8650.0, 8653.0, 8669.0, 8675.0, 8655.0, 8657.0, 8652.0, 8653.0, 8670.0, 8678.0, 8671.0, 8695.0, 8688.0, 8674.0, 8675.0, 8695.0, 8715.0, 8678.0, 8672.0, 8658.0, 8655.0, 8673.0, 8678.0, 8654.0, 8665.0, 8657.0, 8664.0, 8651.0, 8651.0, 8655.0, 8650.0, 8655.0, 8671.0, 8654.0, 8654.0, 8650.0, 8670.0, 8678.0, 8672.0, 8658.0, 8668.0, 8670.0, 8653.0, 8669.0, 8670.0, 8647.0, 8647.0, 8644.0, 8649.0, 8672.0, 8647.0, 8640.0, 8629.0, 8624.0, 8620.0, 8636.0, 8622.0, 8628.0, 8637.0, 8641.0, 8639.0, 8627.0, 8625.0, 8633.0, 8643.0, 8652.0, 8653.0, 8652.0, 8669.0, 8673.0, 8670.0, 8674.0, 8677.0, 8691.0, 8674.0, 8676.0, 8672.0, 8677.0, 8673.0, 8674.0, 8674.0, 8667.0, 8670.0, 8665.0, 8654.0, 8655.0, 8678.0, 8681.0, 8697.0, 8721.0, 8703.0, 8723.0, 8708.0, 8716.0, 8682.0, 8698.0, 8698.0, 8653.0, 8679.0, 8691.0, 8647.0, 8640.0, 8627.0, 8635.0, 8626.0, 8626.0, 8622.0, 8641.0, 8627.0, 8646.0, 8648.0, 8653.0, 8672.0, 8679.0, 8689.0, 8675.0, 8687.0, 8675.0, 8683.0, 8674.0, 8687.0, 8668.0, 8650.0, 8658.0, 8630.0, 8655.0, 8640.0, 8638.0, 8620.0, 8622.0, 8648.0, 8617.0, 8633.0, 8623.0, 8636.0, 8622.0, 8620.0, 8620.0, 8617.0, 8626.0, 8596.0, 8612.0, 8600.0, 8598.0, 8600.0, 8615.0, 8611.0, 8614.0, 8619.0, 8622.0, 8631.0, 8620.0, 8631.0, 8620.0, 8620.0, 8619.0, 8608.0, 8628.0, 8603.0, 8630.0, 8618.0, 8619.0, 8640.0, 8625.0, 8644.0, 8648.0, 8651.0, 8648.0, 8647.0, 8646.0, 8651.0, 8661.0, 8651.0, 8667.0, 8664.0, 8660.0, 8666.0, 8652.0, 8645.0, 8647.0, 8644.0, 8647.0, 8647.0, 8648.0, 8659.0, 8648.0, 8644.0, 8646.0, 8648.0, 8626.0, 8647.0, 8655.0, 8641.0, 8625.0, 8641.0, 8625.0, 8642.0, 8640.0, 8642.0, 8644.0, 8640.0, 8630.0, 8652.0, 8641.0, 8639.0, 8626.0, 8625.0, 8622.0, 8627.0, 8621.0, 8621.0, 8633.0, 8620.0, 8620.0, 8621.0, 8620.0, 8623.0, 8625.0, 8622.0, 8621.0, 8621.0, 8624.0, 8626.0, 8644.0, 8640.0, 8625.0, 8641.0, 8607.0, 8644.0, 8637.0, 8627.0, 8624.0, 8640.0, 8648.0, 8647.0, 8628.0, 8645.0, 8642.0, 8649.0, 8662.0, 8644.0, 8635.0, 8659.0, 8647.0, 8645.0, 8650.0, 8648.0, 8668.0, 8652.0, 8654.0, 8667.0, 8651.0, 8655.0, 8666.0, 8652.0, 8651.0, 8651.0, 8651.0, 8664.0, 8657.0, 8645.0, 8658.0, 8626.0, 8627.0, 8651.0, 8625.0, 8637.0, 8625.0, 8620.0, 8620.0, 8623.0, 8620.0, 8622.0, 8635.0, 8627.0, 8639.0, 8646.0, 8642.0, 8649.0, 8657.0, 8624.0, 8636.0, 8623.0, 8646.0, 8636.0, 8626.0, 8651.0, 8622.0, 8638.0, 8643.0, 8629.0, 8647.0, 8642.0, 8642.0, 8660.0, 8628.0, 8624.0, 8625.0, 8637.0, 8639.0, 8640.0, 8621.0, 8624.0, 8633.0, 8622.0, 8621.0, 8624.0, 8624.0, 8626.0, 8626.0, 8621.0, 8643.0, 8638.0, 8627.0, 8625.0, 8642.0, 8628.0, 8646.0, 8646.0, 8648.0, 8643.0, 8628.0, 8644.0, 8637.0, 8621.0, 8635.0, 8625.0, 8636.0, 8624.0, 8635.0, 8618.0, 8620.0, 8629.0, 8616.0, 8612.0, 8618.0, 8618.0, 8619.0, 8622.0, 8617.0, 8605.0, 8615.0, 8620.0, 8621.0, 8627.0, 8653.0, 8627.0, 8638.0, 8625.0, 8638.0, 8642.0, 8625.0, 8643.0, 8641.0, 8625.0, 8642.0, 8636.0, 8640.0, 8639.0, 8643.0, 8645.0, 8648.0, 8661.0, 8649.0, 8660.0, 8643.0, 8655.0, 8645.0, 8640.0, 8642.0, 8638.0, 8603.0, 8622.0, 8667.0, 8619.0, 8617.0, 8620.0, 8634.0, 8624.0, 8622.0, 8626.0, 8640.0, 8627.0, 8626.0, 8624.0, 8647.0, 8643.0, 8645.0, 8639.0, 8643.0, 8642.0, 8642.0, 8640.0, 8644.0, 8642.0, 8647.0, 8644.0, 8646.0, 8646.0, 8626.0, 8637.0, 8623.0, 8642.0, 8650.0, 8627.0, 8639.0, 8622.0, 8625.0, 8622.0, 8628.0, 8626.0, 8641.0, 8646.0, 8646.0, 8649.0, 8665.0, 8650.0, 8651.0, 8662.0, 8647.0, 8672.0, 8642.0, 8639.0, 8621.0, 8623.0, 8649.0, 8620.0, 8618.0, 8624.0, 8622.0, 8643.0, 8640.0, 8645.0, 8645.0, 8642.0, 8644.0, 8642.0, 8646.0, 8647.0, 8647.0, 8643.0, 8653.0, 8676.0, 8635.0, 8656.0, 8630.0, 8643.0, 8646.0, 8656.0, 8648.0, 8656.0, 8633.0, 8644.0, 8627.0, 8636.0, 8627.0, 8638.0, 8623.0, 8627.0, 8647.0, 8621.0, 8617.0, 8607.0, 8608.0, 8622.0, 8622.0, 8642.0, 8628.0, 8644.0, 8645.0, 8631.0, 8662.0, 8673.0, 8645.0, 8657.0, 8646.0, 8660.0, 8648.0, 8657.0, 8627.0, 8643.0, 8662.0, 8623.0, 8640.0, 8625.0, 8623.0, 8625.0, 8626.0, 8642.0, 8643.0, 8646.0, 8645.0, 8642.0, 8628.0, 8641.0, 8644.0, 8639.0, 8626.0, 8650.0, 8621.0, 8616.0, 8618.0, 8618.0, 8620.0, 8621.0, 8622.0, 8638.0, 8637.0, 8626.0, 8636.0, 8625.0, 8639.0, 8627.0, 8637.0, 8639.0, 8639.0, 8621.0, 8622.0, 8616.0, 8622.0, 8634.0, 8623.0, 8634.0, 8624.0, 8619.0, 8608.0, 8620.0, 8624.0, 8623.0, 8627.0, 8638.0, 8621.0, 8626.0, 8635.0, 8622.0, 8637.0, 8641.0, 8627.0, 8648.0, 8649.0, 8670.0, 8663.0, 8668.0, 8669.0, 8668.0, 8668.0, 8669.0, 8666.0, 8651.0, 8652.0, 8657.0, 8647.0, 8658.0, 8634.0, 8644.0, 8633.0, 8662.0, 8650.0, 8644.0, 8648.0, 8660.0, 8648.0, 8665.0, 8652.0, 8655.0, 8661.0, 8651.0, 8663.0, 8652.0, 8649.0, 8667.0, 8668.0, 8670.0, 8667.0, 8669.0, 8667.0, 8668.0, 8654.0, 8671.0, 8681.0, 8649.0, 8652.0, 8659.0, 8646.0, 8647.0, 8650.0, 8660.0, 8668.0, 8666.0, 8655.0, 8665.0, 8669.0, 8667.0, 8671.0, 8667.0, 8670.0, 8666.0, 8670.0, 8667.0, 8650.0, 8650.0, 8645.0, 8646.0, 8648.0, 8649.0, 8647.0, 8650.0, 8675.0, 8647.0, 8659.0, 8662.0, 8662.0, 8651.0, 8652.0, 8669.0, 8651.0, 8667.0, 8681.0, 8647.0, 8642.0, 8632.0, 8644.0, 8644.0, 8643.0, 8640.0, 8628.0, 8637.0, 8621.0, 8621.0, 8641.0, 8626.0, 8644.0, 8645.0, 8645.0, 8643.0, 8645.0, 8645.0, 8649.0, 8645.0, 8649.0, 8666.0, 8647.0, 8645.0, 8648.0, 8650.0, 8643.0, 8662.0, 8659.0, 8646.0, 8644.0, 8646.0, 8648.0, 8651.0, 8666.0, 8668.0, 8662.0, 8667.0, 8663.0, 8650.0, 8648.0, 8644.0, 8644.0, 8642.0, 8643.0, 8626.0, 8643.0, 8655.0, 8628.0, 8642.0, 8626.0, 8643.0, 8643.0, 8632.0, 8648.0, 8663.0, 8651.0, 8668.0, 8654.0, 8653.0, 8653.0, 8652.0, 8653.0, 8667.0, 8672.0, 8645.0, 8656.0, 8630.0, 8628.0, 8646.0, 8644.0, 8648.0, 8644.0, 8645.0, 8644.0, 8625.0, 8642.0, 8656.0, 8627.0, 8641.0, 8643.0, 8643.0, 8643.0, 8627.0, 8644.0, 8625.0, 8644.0, 8657.0, 8625.0, 8622.0, 8624.0, 8639.0, 8624.0, 8627.0, 8638.0, 8641.0, 8627.0, 8644.0, 8644.0, 8646.0, 8645.0, 8663.0, 8661.0, 8646.0, 8643.0, 8644.0, 8642.0, 8646.0, 8642.0, 8642.0, 8642.0, 8627.0, 8624.0, 8641.0, 8639.0, 8643.0, 8642.0, 8644.0, 8643.0, 8645.0, 8646.0, 8629.0, 8644.0, 8644.0, 8648.0, 8644.0, 8648.0, 8646.0, 8647.0, 8643.0, 8649.0, 8663.0, 8652.0, 8666.0, 8664.0, 8665.0, 8651.0, 8650.0, 8655.0, 8664.0, 8669.0, 8664.0, 8669.0, 8686.0, 8656.0, 8654.0, 8660.0, 8672.0, 8672.0, 8672.0, 8652.0, 8670.0, 8683.0, 8652.0, 8666.0, 8670.0, 8655.0, 8669.0, 8651.0, 8682.0, 8648.0, 8665.0, 8659.0, 8646.0, 8646.0, 8645.0, 8642.0, 8645.0, 8652.0, 8637.0, 8637.0, 8622.0, 8620.0, 8620.0, 8624.0, 8635.0, 8625.0, 8636.0, 8637.0, 8622.0, 8641.0, 8626.0, 8648.0, 8649.0, 8666.0, 8668.0, 8672.0, 8667.0, 8672.0, 8668.0, 8673.0, 8667.0, 8672.0, 8686.0, 8663.0, 8665.0, 8650.0, 8665.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.0005853225806451614</td></tr>
<tr><td colspan=3>aqi</td><td>0.019172175576036867</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.73228300145329</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1834519859284878</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9979023365282584</td></tr>
<tr><td colspan=3>efc</td><td>0.4429</td></tr>
<tr><td colspan=3>fber</td><td>7603.9434</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07920260331451462</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.728110599078341</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.692848670571949</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.612997028610387</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9140786577956783</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.551470325309783</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127126</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008896199986338615</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025274500250816345</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6453756726642395</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>29.8705</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.7357</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.2156</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307036.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>590.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>264.2431</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9259</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.2917</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3091.6797</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3312.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.5418</td></tr>
<tr><td colspan=3>tsnr</td><td>42.077177127823234</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>