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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-01/func/sub-0061_ses-01_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>96cd431c82a8b36ae5cc85714fee2281</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>13:42:45.885000</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.997945, -0.0608871, 0.0199451, 0.0582402, 0.991807, 0.113698]</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-03_task-alignvideo_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.078607</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7767, -7272, 585, -90, -154, -12, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.122</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0cbc9d03-faea-4644-a5a4-b885157b22de||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.6774144172668457, 0.15625421702861786, 0.07210192829370499, 101.62539672851562], [0.16335567831993103, 2.660945415496826, 0.3032171428203583, -110.36578369140625], [0.05351123586297035, -0.3050430417060852, 2.6819510459899902, -53.168033599853516], [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, 621]</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], 'AcquisitionTime': ['134245.885000', '134246.345000', '134246.805000', '134247.265000', '134247.725000', '134248.185000', '134248.645000', '134249.105000', '134249.565000', '134250.025000', '134250.485000', '134250.945000', '134251.405000', '134251.865000', '134252.325000', '134252.785000', '134253.245000', '134253.705000', '134254.165000', '134254.625000', '134255.085000', '134255.545000', '134256.005000', '134256.465000', '134256.925000', '134257.385000', '134257.845000', '134258.305000', '134258.765000', '134259.225000', '134259.685000', '134300.145000', '134300.605000', '134301.065000', '134301.525000', '134301.985000', '134302.445000', '134302.905000', '134303.365000', '134303.825000', '134304.285000', '134304.745000', '134305.205000', '134305.665000', '134306.125000', '134306.585000', '134307.045000', '134307.505000', '134307.965000', '134308.425000', '134308.885000', '134309.345000', '134309.805000', '134310.265000', '134310.725000', '134311.185000', '134311.645000', '134312.105000', '134312.565000', '134313.025000', '134313.485000', '134313.945000', '134314.405000', '134314.865000', '134315.325000', '134315.785000', '134316.245000', '134316.705000', '134317.165000', '134317.625000', '134318.085000', '134318.545000', '134319.005000', '134319.465000', '134319.925000', '134320.385000', '134320.845000', '134321.305000', '134321.765000', '134322.225000', '134322.685000', '134323.145000', '134323.605000', '134324.065000', '134324.525000', '134324.985000', '134325.445000', '134325.905000', '134326.365000', '134326.825000', '134327.285000', '134327.745000', '134328.205000', '134328.665000', '134329.125000', '134329.585000', '134330.045000', '134330.505000', '134330.965000', '134331.425000', '134331.885000', '134332.345000', '134332.805000', '134333.265000', '134333.725000', '134334.185000', '134334.645000', '134335.105000', '134335.565000', '134336.025000', '134336.485000', '134336.945000', '134337.405000', '134337.865000', '134338.325000', '134338.785000', '134339.245000', '134339.705000', '134340.165000', '134340.625000', '134341.085000', '134341.545000', '134342.005000', '134342.465000', '134342.925000', '134343.385000', '134343.845000', '134344.305000', '134344.765000', '134345.225000', '134345.685000', '134346.145000', '134346.605000', '134347.065000', '134347.525000', '134347.985000', '134348.445000', '134348.905000', '134349.365000', '134349.825000', '134350.285000', '134350.745000', '134351.205000', '134351.665000', '134352.125000', '134352.585000', '134353.045000', '134353.505000', '134353.965000', '134354.425000', '134354.885000', '134355.345000', '134355.805000', '134356.265000', '134356.725000', '134357.185000', '134357.645000', '134358.105000', '134358.565000', '134359.025000', '134359.485000', '134359.945000', '134400.405000', '134400.865000', '134401.325000', '134401.785000', '134402.245000', '134402.705000', '134403.165000', '134403.625000', '134404.085000', '134404.545000', '134405.005000', '134405.465000', '134405.925000', '134406.385000', '134406.845000', '134407.305000', '134407.765000', '134408.225000', '134408.685000', '134409.145000', '134409.605000', '134410.065000', '134410.525000', '134410.985000', '134411.445000', '134411.905000', '134412.365000', '134412.825000', '134413.285000', '134413.745000', '134414.205000', '134414.665000', '134415.125000', '134415.585000', '134416.045000', '134416.505000', '134416.965000', '134417.425000', '134417.885000', '134418.345000', '134418.805000', '134419.265000', '134419.725000', '134420.185000', '134420.645000', '134421.105000', '134421.565000', '134422.025000', '134422.485000', '134422.945000', '134423.405000', '134423.865000', '134424.325000', '134424.785000', '134425.245000', '134425.705000', '134426.165000', '134426.625000', '134427.085000', '134427.545000', '134428.005000', '134428.465000', '134428.925000', '134429.385000', '134429.845000', '134430.305000', '134430.765000', '134431.225000', '134431.685000', '134432.145000', '134432.605000', '134433.065000', '134433.525000', '134433.985000', '134434.445000', '134434.905000', '134435.365000', '134435.825000', '134436.285000', '134436.745000', '134437.205000', '134437.665000', '134438.125000', '134438.585000', '134439.045000', '134439.505000', '134439.965000', '134440.425000', '134440.885000', '134441.345000', '134441.805000', '134442.265000', '134442.725000', '134443.185000', '134443.645000', '134444.105000', '134444.565000', '134445.025000', '134445.485000', '134445.945000', '134446.405000', '134446.865000', '134447.325000', '134447.785000', '134448.245000', '134448.705000', '134449.165000', '134449.625000', '134450.085000', '134450.545000', '134451.005000', '134451.465000', '134451.925000', '134452.385000', '134452.845000', '134453.305000', '134453.765000', '134454.225000', '134454.685000', '134455.145000', '134455.605000', '134456.065000', '134456.525000', '134456.985000', '134457.445000', '134457.905000', '134458.365000', '134458.825000', '134459.285000', '134459.745000', '134500.205000', '134500.665000', '134501.125000', '134501.585000', '134502.045000', '134502.505000', '134502.965000', '134503.425000', '134503.885000', '134504.345000', '134504.805000', '134505.265000', '134505.725000', '134506.185000', '134506.645000', '134507.105000', '134507.565000', '134508.025000', '134508.485000', '134508.945000', '134509.405000', '134509.865000', '134510.325000', '134510.785000', '134511.245000', '134511.705000', '134512.165000', '134512.625000', '134513.085000', '134513.545000', '134514.005000', '134514.465000', '134514.925000', '134515.385000', '134515.845000', '134516.305000', '134516.765000', '134517.225000', '134517.685000', '134518.145000', '134518.605000', '134519.065000', '134519.525000', '134519.985000', '134520.445000', '134520.905000', '134521.365000', '134521.825000', '134522.285000', '134522.745000', '134523.205000', '134523.665000', '134524.125000', '134524.585000', '134525.045000', '134525.505000', '134525.965000', '134526.425000', '134526.885000', '134527.345000', '134527.805000', '134528.265000', '134528.725000', '134529.185000', '134529.645000', '134530.105000', '134530.565000', '134531.025000', '134531.485000', '134531.945000', '134532.405000', '134532.865000', '134533.325000', '134533.785000', '134534.245000', '134534.705000', '134535.165000', '134535.625000', '134536.085000', '134536.545000', '134537.005000', '134537.465000', '134537.925000', '134538.385000', '134538.845000', '134539.305000', '134539.765000', '134540.225000', '134540.685000', '134541.145000', '134541.605000', '134542.065000', '134542.525000', '134542.985000', '134543.445000', '134543.905000', '134544.365000', '134544.825000', '134545.285000', '134545.745000', '134546.205000', '134546.665000', '134547.125000', '134547.585000', '134548.045000', '134548.505000', '134548.965000', '134549.425000', '134549.885000', '134550.345000', '134550.805000', '134551.265000', '134551.725000', '134552.185000', '134552.645000', '134553.105000', '134553.565000', '134554.025000', '134554.485000', '134554.945000', '134555.405000', '134555.865000', '134556.325000', '134556.785000', '134557.245000', '134557.705000', '134558.165000', '134558.625000', '134559.085000', '134559.545000', '134600.005000', '134600.465000', '134600.925000', '134601.385000', '134601.845000', '134602.305000', '134602.765000', '134603.225000', '134603.685000', '134604.145000', '134604.605000', '134605.065000', '134605.525000', '134605.985000', '134606.445000', '134606.905000', '134607.365000', '134607.825000', '134608.285000', '134608.745000', '134609.205000', '134609.665000', '134610.125000', '134610.585000', '134611.045000', '134611.505000', '134611.965000', '134612.425000', '134612.885000', '134613.345000', '134613.805000', '134614.265000', '134614.725000', '134615.185000', '134615.645000', '134616.105000', '134616.565000', '134617.025000', '134617.485000', '134617.945000', '134618.405000', '134618.865000', '134619.325000', '134619.785000', '134620.245000', '134620.705000', '134621.165000', '134621.625000', '134622.085000', '134622.545000', '134623.005000', '134623.465000', '134623.925000', '134624.385000', '134624.845000', '134625.305000', '134625.765000', '134626.225000', '134626.685000', '134627.145000', '134627.605000', '134628.065000', '134628.525000', '134628.985000', '134629.445000', '134629.905000', '134630.365000', '134630.825000', '134631.285000', '134631.745000', '134632.205000', '134632.665000', '134633.125000', '134633.585000', '134634.045000', '134634.505000', '134634.965000', '134635.425000', '134635.885000', '134636.345000', '134636.805000', '134637.265000', '134637.725000', '134638.185000', '134638.645000', '134639.105000', '134639.565000', '134640.025000', '134640.485000', '134640.945000', '134641.405000', '134641.865000', '134642.325000', '134642.785000', '134643.245000', '134643.705000', '134644.165000', '134644.625000', '134645.085000', '134645.545000', '134646.005000', '134646.465000', '134646.925000', '134647.385000', '134647.845000', '134648.305000', '134648.765000', '134649.225000', '134649.685000', '134650.145000', '134650.605000', '134651.065000', '134651.525000', '134651.985000', '134652.445000', '134652.905000', '134653.365000', '134653.825000', '134654.285000', '134654.745000', '134655.205000', '134655.665000', '134656.125000', '134656.585000', '134657.045000', '134657.505000', '134657.965000', '134658.425000', '134658.885000', '134659.345000', '134659.805000', '134700.265000', '134700.725000', '134701.185000', '134701.645000', '134702.105000', '134702.565000', '134703.025000', '134703.485000', '134703.945000', '134704.405000', '134704.865000', '134705.325000', '134705.785000', '134706.245000', '134706.705000', '134707.165000', '134707.625000', '134708.085000', '134708.545000', '134709.005000', '134709.465000', '134709.925000', '134710.385000', '134710.845000', '134711.305000', '134711.765000', '134712.225000', '134712.685000', '134713.145000', '134713.605000', '134714.065000', '134714.525000', '134714.985000', '134715.445000', '134715.905000', '134716.365000', '134716.825000', '134717.285000', '134717.745000', '134718.205000', '134718.665000', '134719.125000', '134719.585000', '134720.045000', '134720.505000', '134720.965000', '134721.425000', '134721.885000', '134722.345000', '134722.805000', '134723.265000', '134723.725000', '134724.185000', '134724.645000', '134725.105000', '134725.565000', '134726.025000', '134726.485000', '134726.945000', '134727.405000', '134727.865000', '134728.325000', '134728.785000', '134729.245000', '134729.705000', '134730.165000', '134730.625000', '134731.085000'], 'ContentTime': ['134314.733000', '134314.736000', '134314.739000', '134314.742000', '134314.745000', '134314.748000', '134314.750000', '134314.753000', '134314.756000', '134314.758000', '134314.761000', '134314.764000', '134314.766000', '134314.769000', '134314.772000', '134314.775000', '134314.777000', '134314.780000', '134314.782000', '134314.785000', '134314.788000', '134314.790000', '134314.793000', '134314.800000', '134314.802000', '134314.805000', '134314.808000', '134314.811000', '134314.814000', '134314.817000', '134314.820000', '134314.822000', '134314.825000', '134314.828000', '134314.831000', '134314.833000', '134314.836000', '134314.838000', '134314.841000', '134314.844000', '134314.846000', '134314.849000', '134314.852000', '134314.855000', '134314.857000', '134314.860000', '134314.862000', '134314.865000', '134314.867000', '134314.870000', '134314.876000', '134314.879000', '134314.881000', '134314.884000', '134314.887000', '134314.889000', '134314.892000', '134314.895000', '134314.897000', '134314.900000', '134334.686000', '134334.689000', '134334.692000', '134334.695000', '134334.697000', '134334.700000', '134334.702000', '134334.705000', '134334.708000', '134334.710000', '134334.713000', '134334.715000', '134334.718000', '134334.721000', '134334.723000', '134334.726000', '134334.728000', '134334.731000', '134334.733000', '134334.736000', '134334.739000', '134334.741000', '134334.744000', '134334.746000', '134334.749000', '134334.752000', '134334.754000', '134334.757000', '134334.759000', '134334.762000', '134334.765000', '134334.767000', '134334.770000', '134334.772000', '134334.775000', '134334.777000', '134334.780000', '134334.783000', '134334.798000', '134334.800000', '134334.803000', '134334.805000', '134334.808000', '134354.686000', '134354.689000', '134354.692000', '134354.694000', '134354.697000', '134354.700000', '134354.702000', '134354.705000', '134354.708000', '134354.710000', '134354.713000', '134354.715000', '134354.718000', '134354.721000', '134354.723000', '134354.726000', '134354.729000', '134354.731000', '134354.734000', '134354.736000', '134354.739000', '134354.741000', '134354.744000', '134354.747000', '134354.749000', '134354.752000', '134354.755000', '134354.757000', '134354.760000', '134354.762000', '134354.765000', '134354.768000', '134354.770000', '134354.773000', '134354.775000', '134354.778000', '134354.781000', '134354.783000', '134354.786000', '134354.789000', '134354.791000', '134354.794000', '134354.796000', '134354.799000', '134414.686000', '134414.689000', '134414.692000', '134414.695000', '134414.697000', '134414.700000', '134414.702000', '134414.705000', '134414.708000', '134414.710000', '134414.713000', '134414.716000', '134414.718000', '134414.721000', '134414.723000', '134414.726000', '134414.729000', '134414.731000', '134414.734000', '134414.736000', '134414.739000', '134414.742000', '134414.744000', '134414.747000', '134414.750000', '134414.752000', '134414.755000', '134414.757000', '134414.760000', '134414.762000', '134414.765000', '134414.768000', '134414.770000', '134414.773000', '134414.776000', '134414.778000', '134414.781000', '134414.784000', '134414.786000', '134414.789000', '134414.791000', '134414.794000', '134414.796000', '134434.686000', '134434.689000', '134434.692000', '134434.698000', '134434.701000', '134434.704000', '134434.706000', '134434.709000', '134434.712000', '134434.714000', '134434.717000', '134434.719000', '134434.722000', '134434.725000', '134434.727000', '134434.730000', '134434.733000', '134434.735000', '134434.738000', '134434.741000', '134434.743000', '134434.746000', '134434.749000', '134434.751000', '134434.754000', '134434.757000', '134434.759000', '134434.762000', '134434.764000', '134434.767000', '134434.770000', '134434.773000', '134434.775000', '134434.778000', '134434.780000', '134434.783000', '134434.786000', '134434.788000', '134434.791000', '134434.794000', '134434.796000', '134434.799000', '134434.801000', '134434.804000', '134454.685000', '134454.688000', '134454.691000', '134454.694000', '134454.696000', '134454.699000', '134454.702000', '134454.704000', '134454.707000', '134454.710000', '134454.712000', '134454.715000', '134454.717000', '134454.720000', '134454.723000', '134454.725000', '134454.728000', '134454.730000', '134454.733000', '134454.736000', '134454.738000', '134454.741000', '134454.744000', '134454.746000', '134454.749000', '134454.751000', '134454.754000', '134454.757000', '134454.759000', '134454.762000', '134454.764000', '134454.767000', '134454.770000', '134454.772000', '134454.775000', '134454.778000', '134454.780000', '134454.783000', '134454.785000', '134454.788000', '134454.791000', '134454.793000', '134454.796000', '134514.685000', '134514.688000', '134514.691000', '134514.693000', '134514.696000', '134514.699000', '134514.701000', '134514.704000', '134514.707000', '134514.709000', '134514.712000', '134514.714000', '134514.717000', '134514.720000', '134514.722000', '134514.725000', '134514.727000', '134514.730000', '134514.733000', '134514.735000', '134514.738000', '134514.740000', '134514.743000', '134514.746000', '134514.748000', '134514.751000', '134514.753000', '134514.756000', '134514.759000', '134514.761000', '134514.764000', '134514.766000', '134514.769000', '134514.772000', '134514.810000', '134514.813000', '134514.815000', '134514.821000', '134514.824000', '134514.827000', '134514.829000', '134514.832000', '134514.834000', '134514.837000', '134534.686000', '134534.689000', '134534.691000', '134534.694000', '134534.696000', '134534.699000', '134534.702000', '134534.704000', '134534.707000', '134534.709000', '134534.712000', '134534.715000', '134534.717000', '134534.720000', '134534.723000', '134534.725000', '134534.728000', '134534.730000', '134534.733000', '134534.736000', '134534.738000', '134534.741000', '134534.744000', '134534.746000', '134534.749000', '134534.751000', '134534.754000', '134534.757000', '134534.759000', '134534.762000', '134534.764000', '134534.767000', '134534.770000', '134534.772000', '134534.775000', '134534.777000', '134534.780000', '134534.783000', '134534.785000', '134534.788000', '134534.791000', '134534.793000', '134534.796000', '134554.687000', '134554.689000', '134554.692000', '134554.695000', '134554.697000', '134554.700000', '134554.703000', '134554.705000', '134554.708000', '134554.710000', '134554.713000', '134554.716000', '134554.719000', '134554.722000', '134554.725000', '134554.727000', '134554.730000', '134554.733000', '134554.735000', '134554.738000', '134554.741000', '134554.743000', '134554.746000', '134554.748000', '134554.751000', '134554.754000', '134554.756000', '134554.759000', '134554.761000', '134554.764000', '134554.767000', '134554.769000', '134554.772000', '134554.775000', '134554.777000', '134554.780000', '134554.783000', '134554.785000', '134554.788000', '134554.790000', '134554.793000', '134554.796000', '134554.798000', '134614.687000', '134614.690000', '134614.692000', '134614.695000', '134614.697000', '134614.700000', '134614.703000', '134614.705000', '134614.708000', '134614.710000', '134614.713000', '134614.716000', '134614.718000', '134614.721000', '134614.723000', '134614.726000', '134614.729000', '134614.731000', '134614.734000', '134614.737000', '134614.739000', '134614.742000', '134614.745000', '134614.747000', '134614.750000', '134614.752000', '134614.755000', '134614.757000', '134614.760000', '134614.763000', '134614.765000', '134614.768000', '134614.771000', '134614.773000', '134614.776000', '134614.779000', '134614.781000', '134614.784000', '134614.786000', '134614.789000', '134614.792000', '134614.794000', '134614.797000', '134614.799000', '134634.687000', '134634.690000', '134634.692000', '134634.695000', '134634.698000', '134634.700000', '134634.703000', '134634.705000', '134634.708000', '134634.711000', '134634.713000', '134634.716000', '134634.718000', '134634.721000', '134634.724000', '134634.726000', '134634.729000', '134634.732000', '134634.734000', '134634.737000', '134634.739000', '134634.742000', '134634.744000', '134634.747000', '134634.750000', '134634.752000', '134634.755000', '134634.757000', '134634.760000', '134634.763000', '134634.765000', '134634.768000', '134634.770000', '134634.773000', '134634.776000', '134634.778000', '134634.781000', '134634.784000', '134634.786000', '134634.789000', '134634.791000', '134634.794000', '134634.796000', '134654.686000', '134654.689000', '134654.692000', '134654.695000', '134654.697000', '134654.705000', '134654.707000', '134654.710000', '134654.713000', '134654.715000', '134654.718000', '134654.721000', '134654.723000', '134654.726000', '134654.728000', '134654.731000', '134654.757000', '134654.759000', '134654.762000', '134654.765000', '134654.767000', '134654.770000', '134654.772000', '134654.775000', '134654.778000', '134654.780000', '134654.783000', '134654.785000', '134654.788000', '134654.791000', '134654.793000', '134654.801000', '134654.803000', '134654.806000', '134654.809000', '134654.811000', '134654.814000', '134654.817000', '134654.819000', '134654.822000', '134654.825000', '134654.827000', '134654.830000', '134654.833000', '134714.686000', '134714.689000', '134714.691000', '134714.694000', '134714.697000', '134714.699000', '134714.702000', '134714.704000', '134714.707000', '134714.710000', '134714.712000', '134714.715000', '134714.717000', '134714.720000', '134714.723000', '134714.725000', '134714.728000', '134714.730000', '134714.733000', '134714.736000', '134714.738000', '134714.741000', '134714.744000', '134714.746000', '134714.749000', '134714.751000', '134714.754000', '134714.757000', '134714.761000', '134714.764000', '134714.767000', '134714.769000', '134714.772000', '134714.775000', '134714.777000', '134714.780000', '134714.782000', '134714.785000', '134714.788000', '134714.790000', '134714.793000', '134714.795000', '134714.798000', '134732.663000', '134732.666000', '134732.669000', '134732.672000', '134732.674000', '134732.677000', '134732.680000', '134732.682000', '134732.685000', '134732.687000', '134732.690000', '134732.693000', '134732.695000', '134732.698000', '134732.701000', '134732.703000', '134732.706000', '134732.708000', '134732.711000', '134732.714000', '134732.716000', '134732.719000', '134732.722000', '134732.724000', '134732.727000', '134732.729000', '134732.732000', '134732.735000', '134732.737000', '134732.740000', '134732.743000', '134732.745000', '134732.748000', '134732.750000', '134732.753000', '134732.756000', '134732.758000', '134732.761000', '134732.763000', '134732.766000'], 'InstanceCreationTime': ['134314.733000', '134314.736000', '134314.739000', '134314.742000', '134314.745000', '134314.748000', '134314.750000', '134314.753000', '134314.756000', '134314.758000', '134314.761000', '134314.764000', '134314.766000', '134314.769000', '134314.772000', '134314.775000', '134314.777000', '134314.780000', '134314.782000', '134314.785000', '134314.788000', '134314.790000', '134314.793000', '134314.800000', '134314.802000', '134314.805000', '134314.808000', '134314.811000', '134314.814000', '134314.817000', '134314.820000', '134314.822000', '134314.825000', '134314.828000', '134314.831000', '134314.833000', '134314.836000', '134314.838000', '134314.841000', '134314.844000', '134314.846000', '134314.849000', '134314.852000', '134314.855000', '134314.857000', '134314.860000', '134314.862000', '134314.865000', '134314.867000', '134314.870000', '134314.876000', '134314.879000', '134314.881000', '134314.884000', '134314.887000', '134314.889000', '134314.892000', '134314.895000', '134314.897000', '134314.900000', '134334.686000', '134334.689000', '134334.692000', '134334.695000', '134334.697000', '134334.700000', '134334.702000', '134334.705000', '134334.708000', '134334.710000', '134334.713000', '134334.715000', '134334.718000', '134334.721000', '134334.723000', '134334.726000', '134334.728000', '134334.731000', '134334.733000', '134334.736000', '134334.739000', '134334.741000', '134334.744000', '134334.746000', '134334.749000', '134334.752000', '134334.754000', '134334.757000', '134334.759000', '134334.762000', '134334.765000', '134334.767000', '134334.770000', '134334.772000', '134334.775000', '134334.777000', '134334.780000', '134334.783000', '134334.798000', '134334.800000', '134334.803000', '134334.805000', '134334.808000', '134354.686000', '134354.689000', '134354.692000', '134354.694000', '134354.697000', '134354.700000', '134354.702000', '134354.705000', '134354.708000', '134354.710000', '134354.713000', '134354.715000', '134354.718000', '134354.721000', '134354.723000', '134354.726000', '134354.729000', '134354.731000', '134354.734000', '134354.736000', '134354.739000', '134354.741000', '134354.744000', '134354.747000', '134354.749000', '134354.752000', '134354.755000', '134354.757000', '134354.760000', '134354.762000', '134354.765000', '134354.768000', '134354.770000', '134354.773000', '134354.775000', '134354.778000', '134354.781000', '134354.783000', '134354.786000', '134354.789000', '134354.791000', '134354.794000', '134354.796000', '134354.799000', '134414.686000', '134414.689000', '134414.692000', '134414.695000', '134414.697000', '134414.700000', '134414.702000', '134414.705000', '134414.708000', '134414.710000', '134414.713000', '134414.716000', '134414.718000', '134414.721000', '134414.723000', '134414.726000', '134414.729000', '134414.731000', '134414.734000', '134414.736000', '134414.739000', '134414.742000', '134414.744000', '134414.747000', '134414.750000', '134414.752000', '134414.755000', '134414.757000', '134414.760000', '134414.762000', '134414.765000', '134414.768000', '134414.770000', '134414.773000', '134414.776000', '134414.778000', '134414.781000', '134414.784000', '134414.786000', '134414.789000', '134414.791000', '134414.794000', '134414.796000', '134434.686000', '134434.689000', '134434.692000', '134434.698000', '134434.701000', '134434.704000', '134434.706000', '134434.709000', '134434.712000', '134434.714000', '134434.717000', '134434.719000', '134434.722000', '134434.725000', '134434.727000', '134434.730000', '134434.733000', '134434.735000', '134434.738000', '134434.741000', '134434.743000', '134434.746000', '134434.749000', '134434.751000', '134434.754000', '134434.757000', '134434.759000', '134434.762000', '134434.764000', '134434.767000', '134434.770000', '134434.773000', '134434.775000', '134434.778000', '134434.780000', '134434.783000', '134434.786000', '134434.788000', '134434.791000', '134434.794000', '134434.796000', '134434.799000', '134434.801000', '134434.804000', '134454.685000', '134454.688000', '134454.691000', '134454.694000', '134454.696000', '134454.699000', '134454.702000', '134454.704000', '134454.707000', '134454.710000', '134454.712000', '134454.715000', '134454.717000', '134454.720000', '134454.723000', '134454.725000', '134454.728000', '134454.730000', '134454.733000', '134454.736000', '134454.738000', '134454.741000', '134454.744000', '134454.746000', '134454.749000', '134454.751000', '134454.754000', '134454.757000', '134454.759000', '134454.762000', '134454.764000', '134454.767000', '134454.770000', '134454.772000', '134454.775000', '134454.778000', '134454.780000', '134454.783000', '134454.785000', '134454.788000', '134454.791000', '134454.793000', '134454.796000', '134514.685000', '134514.688000', '134514.691000', '134514.693000', '134514.696000', '134514.699000', '134514.701000', '134514.704000', '134514.707000', '134514.709000', '134514.712000', '134514.714000', '134514.717000', '134514.720000', '134514.722000', '134514.725000', '134514.727000', '134514.730000', '134514.733000', '134514.735000', '134514.738000', '134514.740000', '134514.743000', '134514.746000', '134514.748000', '134514.751000', '134514.753000', '134514.756000', '134514.759000', '134514.761000', '134514.764000', '134514.766000', '134514.769000', '134514.772000', '134514.810000', '134514.813000', '134514.815000', '134514.821000', '134514.824000', '134514.827000', '134514.829000', '134514.832000', '134514.834000', '134514.837000', '134534.686000', '134534.689000', '134534.691000', '134534.694000', '134534.696000', '134534.699000', '134534.702000', '134534.704000', '134534.707000', '134534.709000', '134534.712000', '134534.715000', '134534.717000', '134534.720000', '134534.723000', '134534.725000', '134534.728000', '134534.730000', '134534.733000', '134534.736000', '134534.738000', '134534.741000', '134534.744000', '134534.746000', '134534.749000', '134534.751000', '134534.754000', '134534.757000', '134534.759000', '134534.762000', '134534.764000', '134534.767000', '134534.770000', '134534.772000', '134534.775000', '134534.777000', '134534.780000', '134534.783000', '134534.785000', '134534.788000', '134534.791000', '134534.793000', '134534.796000', '134554.687000', '134554.689000', '134554.692000', '134554.695000', '134554.697000', '134554.700000', '134554.703000', '134554.705000', '134554.708000', '134554.710000', '134554.713000', '134554.716000', '134554.719000', '134554.722000', '134554.725000', '134554.727000', '134554.730000', '134554.733000', '134554.735000', '134554.738000', '134554.741000', '134554.743000', '134554.746000', '134554.748000', '134554.751000', '134554.754000', '134554.756000', '134554.759000', '134554.761000', '134554.764000', '134554.767000', '134554.769000', '134554.772000', '134554.775000', '134554.777000', '134554.780000', '134554.783000', '134554.785000', '134554.788000', '134554.790000', '134554.793000', '134554.796000', '134554.798000', '134614.687000', '134614.690000', '134614.692000', '134614.695000', '134614.697000', '134614.700000', '134614.703000', '134614.705000', '134614.708000', '134614.710000', '134614.713000', '134614.716000', '134614.718000', '134614.721000', '134614.723000', '134614.726000', '134614.729000', '134614.731000', '134614.734000', '134614.737000', '134614.739000', '134614.742000', '134614.745000', '134614.747000', '134614.750000', '134614.752000', '134614.755000', '134614.757000', '134614.760000', '134614.763000', '134614.765000', '134614.768000', '134614.771000', '134614.773000', '134614.776000', '134614.779000', '134614.781000', '134614.784000', '134614.786000', '134614.789000', '134614.792000', '134614.794000', '134614.797000', '134614.799000', '134634.687000', '134634.690000', '134634.692000', '134634.695000', '134634.698000', '134634.700000', '134634.703000', '134634.705000', '134634.708000', '134634.711000', '134634.713000', '134634.716000', '134634.718000', '134634.721000', '134634.724000', '134634.726000', '134634.729000', '134634.732000', '134634.734000', '134634.737000', '134634.739000', '134634.742000', '134634.744000', '134634.747000', '134634.750000', '134634.752000', '134634.755000', '134634.757000', '134634.760000', '134634.763000', '134634.765000', '134634.768000', '134634.770000', '134634.773000', '134634.776000', '134634.778000', '134634.781000', '134634.784000', '134634.786000', '134634.789000', '134634.791000', '134634.794000', '134634.796000', '134654.686000', '134654.689000', '134654.692000', '134654.695000', '134654.697000', '134654.705000', '134654.707000', '134654.710000', '134654.713000', '134654.715000', '134654.718000', '134654.721000', '134654.723000', '134654.726000', '134654.728000', '134654.731000', '134654.757000', '134654.759000', '134654.762000', '134654.765000', '134654.767000', '134654.770000', '134654.772000', '134654.775000', '134654.778000', '134654.780000', '134654.783000', '134654.785000', '134654.788000', '134654.791000', '134654.793000', '134654.801000', '134654.803000', '134654.806000', '134654.809000', '134654.811000', '134654.814000', '134654.817000', '134654.819000', '134654.822000', '134654.825000', '134654.827000', '134654.830000', '134654.833000', '134714.686000', '134714.689000', '134714.691000', '134714.694000', '134714.697000', '134714.699000', '134714.702000', '134714.704000', '134714.707000', '134714.710000', '134714.712000', '134714.715000', '134714.717000', '134714.720000', '134714.723000', '134714.725000', '134714.728000', '134714.730000', '134714.733000', '134714.736000', '134714.738000', '134714.741000', '134714.744000', '134714.746000', '134714.749000', '134714.751000', '134714.754000', '134714.757000', '134714.761000', '134714.764000', '134714.767000', '134714.769000', '134714.772000', '134714.775000', '134714.777000', '134714.780000', '134714.782000', '134714.785000', '134714.788000', '134714.790000', '134714.793000', '134714.795000', '134714.798000', '134732.663000', '134732.666000', '134732.669000', '134732.672000', '134732.674000', '134732.677000', '134732.680000', '134732.682000', '134732.685000', '134732.687000', '134732.690000', '134732.693000', '134732.695000', '134732.698000', '134732.701000', '134732.703000', '134732.706000', '134732.708000', '134732.711000', '134732.714000', '134732.716000', '134732.719000', '134732.722000', '134732.724000', '134732.727000', '134732.729000', '134732.732000', '134732.735000', '134732.737000', '134732.740000', '134732.743000', '134732.745000', '134732.748000', '134732.750000', '134732.753000', '134732.756000', '134732.758000', '134732.761000', '134732.763000', '134732.766000'], '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], 'LargestImagePixelValue': [12448, 9369, 12930, 9255, 11078, 8925, 11505, 9030, 12535, 9555, 12060, 9616, 11866, 9657, 11603, 10003, 10184, 9992, 9210, 10241, 9337, 10630, 9836, 10507, 9546, 10234, 9378, 9939, 9496, 9826, 9564, 10175, 9646, 10599, 9558, 11830, 9422, 11675, 9437, 10788, 9686, 10581, 9502, 10327, 9507, 10338, 9163, 9861, 9469, 10224, 9216, 10252, 9620, 9821, 12997, 9700, 10490, 9510, 9300, 9791, 10458, 9898, 9430, 10048, 9364, 9985, 12570, 9534, 10634, 9653, 10324, 9744, 10264, 9526, 10733, 10245, 9296, 10126, 9297, 9969, 11219, 9549, 9243, 9914, 10249, 9472, 13924, 9018, 11928, 8837, 12606, 9190, 12224, 9435, 12689, 9794, 11645, 9176, 11328, 8818, 11368, 9089, 9995, 9923, 11406, 9454, 13903, 9064, 12503, 9049, 12705, 9109, 12357, 9035, 12120, 9580, 11770, 9141, 11450, 9207, 11772, 9401, 10458, 9368, 10444, 9425, 10589, 11252, 9655, 9896, 10030, 9071, 10072, 9811, 9658, 13397, 9397, 12300, 9308, 13175, 9007, 12077, 8643, 11243, 8722, 11342, 8907, 10946, 9322, 10477, 9403, 10251, 9202, 9905, 10274, 9658, 10267, 9732, 13127, 9339, 13296, 9115, 12430, 9018, 11041, 9108, 10496, 9073, 10876, 9511, 10649, 9502, 10514, 9414, 11132, 9152, 10142, 9222, 9862, 12533, 9112, 13179, 9078, 12340, 8601, 11938, 9140, 10800, 9070, 10921, 9301, 10486, 9107, 9825, 11608, 8921, 13393, 8893, 11982, 8826, 11705, 8917, 12230, 8631, 11481, 8723, 11712, 8745, 11983, 8835, 11684, 9386, 10650, 9263, 10269, 9315, 9895, 13798, 9430, 12850, 9166, 12759, 9024, 12637, 8896, 11808, 9384, 11252, 9297, 10612, 9126, 9834, 10486, 9400, 12561, 8692, 12424, 9437, 12730, 9362, 11720, 8904, 12374, 9565, 12924, 9472, 11574, 9236, 12267, 8989, 12626, 9350, 11762, 8742, 11835, 8695, 12086, 9290, 11184, 9120, 11075, 9385, 10431, 9416, 10181, 9441, 10350, 9202, 10057, 13189, 9395, 11734, 9539, 12298, 9469, 13370, 9207, 12414, 9180, 12498, 9015, 12486, 9205, 12622, 8994, 11544, 9175, 11619, 9738, 11956, 9000, 11066, 9187, 10804, 9116, 10566, 9524, 10120, 9454, 10437, 9529, 10147, 10214, 9468, 11785, 9672, 10958, 9147, 12756, 9235, 13263, 9173, 11527, 9044, 12163, 9317, 13016, 9328, 11851, 9064, 12112, 8842, 12023, 9007, 12276, 8867, 12050, 8617, 11845, 8976, 11869, 9574, 10443, 9218, 10569, 9297, 11540, 9496, 10427, 9668, 10094, 9362, 10022, 9935, 9780, 10039, 10034, 11215, 9602, 13642, 9311, 13382, 9211, 12920, 9003, 12595, 9086, 12763, 9553, 11799, 9068, 11950, 9132, 12250, 9445, 12101, 9084, 12228, 8912, 12447, 8950, 12347, 8815, 12068, 8747, 11671, 9093, 11809, 9367, 11156, 9346, 10684, 9517, 11676, 9376, 10658, 9603, 12111, 9760, 11192, 9648, 10423, 9279, 9924, 9237, 9922, 9351, 9785, 9285, 10179, 9684, 9830, 11872, 9101, 11882, 9412, 13596, 8916, 13448, 9541, 12209, 8971, 12672, 9106, 12728, 9126, 12398, 8848, 11777, 8851, 12115, 9322, 12375, 9394, 10641, 9779, 11187, 9853, 10648, 9445, 10303, 9414, 10329, 9245, 10134, 9527, 10252, 9922, 10306, 9355, 10009, 12750, 9251, 14054, 9151, 12240, 8826, 11833, 9159, 12126, 9382, 10576, 8973, 10904, 9504, 11692, 8824, 11604, 9493, 11768, 9147, 12214, 9032, 11987, 9098, 11346, 9152, 10747, 9261, 10892, 10671, 10330, 9429, 10190, 10977, 9606, 14117, 9724, 10421, 9635, 11142, 9464, 13715, 9346, 12219, 9675, 12729, 9493, 13367, 9438, 11616, 9777, 11916, 9384, 13175, 9570, 10872, 9584, 11597, 9642, 12870, 9286, 10635, 9707, 9899, 9967, 9688, 10076, 9440, 10272, 9294, 11057, 9013, 12399, 8672, 10882, 8757, 11498, 9249, 11757, 9323, 12265, 9625, 12422, 9417, 11981, 9070, 12213, 9222, 11836, 9115, 11579, 9007, 12391, 8900, 11800, 9117, 11793, 9083, 12630, 9242, 11946, 8922, 12240, 9585, 12883, 9589, 11863, 9456, 12171, 9500, 13621, 9559, 12309, 9264, 12993, 9300, 13444, 9748, 12373, 8908, 12875, 9179, 13265, 9486, 12247, 8932, 12609, 9225, 13037, 9030, 11430, 8974, 10028, 9485, 9187, 11188, 8986, 11380, 9015, 12247, 8507, 13057, 8946, 12463, 8753, 11893, 8762, 12999, 9215, 12017, 8650, 11989, 8789, 12813, 8935, 12021, 8834, 12247, 9161, 12396, 8759, 12522, 8837, 11937, 9119, 11914, 8773, 12896, 8884, 11141, 8637, 11026, 8738, 12743, 9567, 13102, 9316, 11922, 8626, 11459], 'WindowCenter': [4390.0, 4343.0, 4361.0, 4316.0, 4323.0, 4302.0, 4321.0, 4300.0, 4332.0, 4312.0, 4330.0, 4312.0, 4330.0, 4323.0, 4344.0, 4325.0, 4322.0, 4312.0, 4300.0, 4322.0, 4312.0, 4322.0, 4311.0, 4322.0, 4300.0, 4310.0, 4300.0, 4312.0, 4310.0, 4310.0, 4298.0, 4311.0, 4310.0, 4321.0, 4312.0, 4333.0, 4300.0, 4320.0, 4300.0, 4323.0, 4311.0, 4320.0, 4300.0, 4310.0, 4299.0, 4311.0, 4301.0, 4311.0, 4298.0, 4310.0, 4299.0, 4311.0, 4299.0, 4310.0, 4330.0, 4311.0, 4307.0, 4299.0, 4299.0, 4311.0, 4320.0, 4310.0, 4298.0, 4313.0, 4298.0, 4311.0, 4330.0, 4313.0, 4309.0, 4300.0, 4307.0, 4301.0, 4310.0, 4312.0, 4322.0, 4309.0, 4299.0, 4310.0, 4299.0, 4312.0, 4320.0, 4309.0, 4299.0, 4310.0, 4308.0, 4311.0, 4340.0, 4300.0, 4318.0, 4299.0, 4320.0, 4302.0, 4319.0, 4301.0, 4330.0, 4311.0, 4320.0, 4300.0, 4319.0, 4311.0, 4332.0, 4301.0, 4311.0, 4314.0, 4321.0, 4312.0, 4344.0, 4300.0, 4330.0, 4299.0, 4329.0, 4300.0, 4329.0, 4300.0, 4318.0, 4299.0, 4318.0, 4298.0, 4319.0, 4301.0, 4329.0, 4298.0, 4311.0, 4298.0, 4309.0, 4298.0, 4320.0, 4320.0, 4311.0, 4309.0, 4309.0, 4299.0, 4310.0, 4310.0, 4314.0, 4341.0, 4312.0, 4329.0, 4300.0, 4330.0, 4301.0, 4329.0, 4289.0, 4321.0, 4288.0, 4318.0, 4300.0, 4322.0, 4300.0, 4310.0, 4299.0, 4309.0, 4298.0, 4310.0, 4312.0, 4311.0, 4308.0, 4309.0, 4327.0, 4300.0, 4329.0, 4302.0, 4331.0, 4288.0, 4308.0, 4284.0, 4309.0, 4298.0, 4320.0, 4299.0, 4310.0, 4299.0, 4309.0, 4301.0, 4321.0, 4301.0, 4311.0, 4300.0, 4310.0, 4327.0, 4297.0, 4330.0, 4298.0, 4329.0, 4287.0, 4319.0, 4297.0, 4317.0, 4300.0, 4319.0, 4299.0, 4308.0, 4290.0, 4309.0, 4320.0, 4299.0, 4328.0, 4301.0, 4318.0, 4299.0, 4318.0, 4299.0, 4330.0, 4300.0, 4319.0, 4292.0, 4319.0, 4299.0, 4319.0, 4299.0, 4331.0, 4299.0, 4321.0, 4299.0, 4311.0, 4299.0, 4311.0, 4341.0, 4300.0, 4328.0, 4300.0, 4329.0, 4300.0, 4330.0, 4301.0, 4319.0, 4298.0, 4318.0, 4298.0, 4309.0, 4301.0, 4309.0, 4308.0, 4300.0, 4328.0, 4300.0, 4330.0, 4312.0, 4341.0, 4312.0, 4331.0, 4312.0, 4329.0, 4312.0, 4343.0, 4315.0, 4332.0, 4311.0, 4331.0, 4312.0, 4342.0, 4312.0, 4332.0, 4304.0, 4329.0, 4301.0, 4332.0, 4312.0, 4322.0, 4302.0, 4319.0, 4298.0, 4322.0, 4302.0, 4321.0, 4299.0, 4310.0, 4298.0, 4309.0, 4331.0, 4300.0, 4319.0, 4310.0, 4317.0, 4310.0, 4340.0, 4301.0, 4329.0, 4299.0, 4317.0, 4299.0, 4328.0, 4300.0, 4330.0, 4302.0, 4318.0, 4299.0, 4319.0, 4297.0, 4320.0, 4299.0, 4319.0, 4298.0, 4310.0, 4287.0, 4307.0, 4298.0, 4311.0, 4298.0, 4308.0, 4296.0, 4309.0, 4311.0, 4310.0, 4319.0, 4310.0, 4320.0, 4300.0, 4331.0, 4312.0, 4340.0, 4312.0, 4320.0, 4302.0, 4329.0, 4311.0, 4341.0, 4301.0, 4332.0, 4300.0, 4330.0, 4299.0, 4331.0, 4301.0, 4329.0, 4299.0, 4320.0, 4291.0, 4321.0, 4299.0, 4322.0, 4299.0, 4309.0, 4298.0, 4309.0, 4299.0, 4330.0, 4310.0, 4320.0, 4299.0, 4310.0, 4300.0, 4310.0, 4311.0, 4310.0, 4298.0, 4310.0, 4307.0, 4300.0, 4340.0, 4302.0, 4330.0, 4300.0, 4318.0, 4300.0, 4327.0, 4299.0, 4331.0, 4310.0, 4319.0, 4299.0, 4318.0, 4301.0, 4333.0, 4312.0, 4331.0, 4301.0, 4319.0, 4300.0, 4330.0, 4303.0, 4330.0, 4301.0, 4321.0, 4288.0, 4319.0, 4302.0, 4333.0, 4300.0, 4321.0, 4302.0, 4320.0, 4312.0, 4333.0, 4301.0, 4321.0, 4311.0, 4331.0, 4310.0, 4320.0, 4310.0, 4310.0, 4299.0, 4310.0, 4301.0, 4311.0, 4300.0, 4311.0, 4299.0, 4310.0, 4300.0, 4313.0, 4334.0, 4302.0, 4331.0, 4312.0, 4329.0, 4303.0, 4344.0, 4313.0, 4330.0, 4300.0, 4328.0, 4300.0, 4343.0, 4314.0, 4330.0, 4301.0, 4320.0, 4300.0, 4320.0, 4300.0, 4333.0, 4301.0, 4311.0, 4310.0, 4319.0, 4308.0, 4321.0, 4310.0, 4311.0, 4299.0, 4310.0, 4300.0, 4323.0, 4313.0, 4322.0, 4311.0, 4310.0, 4299.0, 4311.0, 4329.0, 4312.0, 4341.0, 4300.0, 4319.0, 4298.0, 4320.0, 4300.0, 4319.0, 4300.0, 4310.0, 4299.0, 4319.0, 4310.0, 4332.0, 4311.0, 4332.0, 4312.0, 4331.0, 4302.0, 4332.0, 4301.0, 4333.0, 4300.0, 4321.0, 4300.0, 4320.0, 4301.0, 4322.0, 4309.0, 4309.0, 4288.0, 4310.0, 4309.0, 4310.0, 4340.0, 4311.0, 4309.0, 4299.0, 4309.0, 4309.0, 4339.0, 4302.0, 4321.0, 4310.0, 4330.0, 4310.0, 4329.0, 4300.0, 4319.0, 4310.0, 4319.0, 4299.0, 4331.0, 4301.0, 4308.0, 4300.0, 4306.0, 4298.0, 4330.0, 4299.0, 4309.0, 4299.0, 4298.0, 4310.0, 4311.0, 4312.0, 4301.0, 4311.0, 4298.0, 4309.0, 4300.0, 4330.0, 4290.0, 4310.0, 4289.0, 4308.0, 4299.0, 4320.0, 4301.0, 4320.0, 4299.0, 4319.0, 4298.0, 4319.0, 4300.0, 4318.0, 4298.0, 4319.0, 4289.0, 4319.0, 4302.0, 4330.0, 4300.0, 4319.0, 4289.0, 4320.0, 4301.0, 4330.0, 4299.0, 4320.0, 4299.0, 4320.0, 4311.0, 4331.0, 4310.0, 4320.0, 4301.0, 4331.0, 4313.0, 4342.0, 4312.0, 4319.0, 4301.0, 4330.0, 4302.0, 4342.0, 4300.0, 4319.0, 4290.0, 4318.0, 4300.0, 4328.0, 4300.0, 4316.0, 4288.0, 4319.0, 4298.0, 4331.0, 4300.0, 4316.0, 4289.0, 4298.0, 4311.0, 4300.0, 4320.0, 4299.0, 4321.0, 4300.0, 4319.0, 4291.0, 4332.0, 4299.0, 4317.0, 4288.0, 4317.0, 4288.0, 4328.0, 4288.0, 4317.0, 4277.0, 4306.0, 4276.0, 4316.0, 4287.0, 4317.0, 4287.0, 4305.0, 4287.0, 4317.0, 4288.0, 4317.0, 4287.0, 4306.0, 4286.0, 4305.0, 4288.0, 4317.0, 4286.0, 4307.0, 4287.0, 4307.0, 4287.0, 4318.0, 4299.0, 4317.0, 4297.0, 4306.0, 4288.0, 4306.0], 'WindowWidth': [9682.0, 9604.0, 9622.0, 9552.0, 9555.0, 9523.0, 9547.0, 9519.0, 9563.0, 9538.0, 9558.0, 9536.0, 9557.0, 9554.0, 9585.0, 9559.0, 9551.0, 9537.0, 9518.0, 9549.0, 9537.0, 9551.0, 9534.0, 9547.0, 9515.0, 9529.0, 9515.0, 9536.0, 9530.0, 9529.0, 9512.0, 9531.0, 9529.0, 9548.0, 9535.0, 9564.0, 9516.0, 9545.0, 9514.0, 9550.0, 9534.0, 9542.0, 9513.0, 9528.0, 9512.0, 9532.0, 9520.0, 9532.0, 9511.0, 9529.0, 9512.0, 9531.0, 9514.0, 9532.0, 9556.0, 9530.0, 9521.0, 9513.0, 9512.0, 9534.0, 9544.0, 9531.0, 9512.0, 9535.0, 9511.0, 9533.0, 9559.0, 9536.0, 9527.0, 9513.0, 9520.0, 9516.0, 9531.0, 9536.0, 9548.0, 9528.0, 9512.0, 9528.0, 9513.0, 9537.0, 9545.0, 9529.0, 9514.0, 9529.0, 9524.0, 9532.0, 9572.0, 9517.0, 9536.0, 9513.0, 9540.0, 9519.0, 9539.0, 9518.0, 9556.0, 9531.0, 9541.0, 9517.0, 9541.0, 9535.0, 9563.0, 9521.0, 9531.0, 9539.0, 9545.0, 9536.0, 9582.0, 9517.0, 9556.0, 9514.0, 9552.0, 9514.0, 9553.0, 9516.0, 9538.0, 9514.0, 9537.0, 9510.0, 9537.0, 9517.0, 9553.0, 9510.0, 9531.0, 9512.0, 9528.0, 9511.0, 9542.0, 9546.0, 9533.0, 9527.0, 9527.0, 9513.0, 9531.0, 9529.0, 9540.0, 9572.0, 9535.0, 9553.0, 9518.0, 9557.0, 9517.0, 9555.0, 9501.0, 9543.0, 9498.0, 9537.0, 9515.0, 9547.0, 9516.0, 9529.0, 9511.0, 9527.0, 9511.0, 9530.0, 9536.0, 9533.0, 9526.0, 9528.0, 9550.0, 9514.0, 9553.0, 9520.0, 9558.0, 9497.0, 9522.0, 9488.0, 9524.0, 9512.0, 9543.0, 9512.0, 9529.0, 9512.0, 9529.0, 9518.0, 9548.0, 9519.0, 9533.0, 9515.0, 9529.0, 9548.0, 9508.0, 9557.0, 9513.0, 9552.0, 9496.0, 9537.0, 9507.0, 9536.0, 9517.0, 9540.0, 9512.0, 9525.0, 9500.0, 9526.0, 9543.0, 9514.0, 9552.0, 9519.0, 9537.0, 9513.0, 9538.0, 9516.0, 9558.0, 9517.0, 9541.0, 9506.0, 9539.0, 9515.0, 9541.0, 9516.0, 9561.0, 9515.0, 9545.0, 9512.0, 9530.0, 9515.0, 9535.0, 9574.0, 9517.0, 9552.0, 9516.0, 9552.0, 9516.0, 9558.0, 9518.0, 9541.0, 9510.0, 9539.0, 9510.0, 9527.0, 9518.0, 9526.0, 9525.0, 9516.0, 9551.0, 9518.0, 9556.0, 9537.0, 9573.0, 9535.0, 9560.0, 9536.0, 9556.0, 9539.0, 9581.0, 9544.0, 9563.0, 9536.0, 9561.0, 9538.0, 9579.0, 9537.0, 9562.0, 9526.0, 9555.0, 9519.0, 9563.0, 9537.0, 9548.0, 9522.0, 9543.0, 9512.0, 9550.0, 9522.0, 9547.0, 9514.0, 9529.0, 9512.0, 9527.0, 9559.0, 9517.0, 9540.0, 9529.0, 9536.0, 9529.0, 9571.0, 9519.0, 9553.0, 9513.0, 9534.0, 9514.0, 9550.0, 9517.0, 9556.0, 9520.0, 9538.0, 9512.0, 9538.0, 9509.0, 9543.0, 9513.0, 9538.0, 9509.0, 9527.0, 9493.0, 9522.0, 9511.0, 9529.0, 9509.0, 9524.0, 9505.0, 9526.0, 9532.0, 9530.0, 9540.0, 9530.0, 9542.0, 9517.0, 9559.0, 9535.0, 9570.0, 9537.0, 9544.0, 9522.0, 9554.0, 9533.0, 9574.0, 9520.0, 9561.0, 9517.0, 9557.0, 9516.0, 9561.0, 9522.0, 9555.0, 9515.0, 9541.0, 9504.0, 9542.0, 9514.0, 9547.0, 9513.0, 9526.0, 9510.0, 9525.0, 9514.0, 9557.0, 9529.0, 9543.0, 9512.0, 9529.0, 9513.0, 9528.0, 9532.0, 9528.0, 9511.0, 9527.0, 9521.0, 9514.0, 9571.0, 9521.0, 9554.0, 9516.0, 9535.0, 9514.0, 9547.0, 9515.0, 9559.0, 9530.0, 9538.0, 9513.0, 9537.0, 9517.0, 9563.0, 9537.0, 9558.0, 9520.0, 9539.0, 9515.0, 9558.0, 9525.0, 9554.0, 9517.0, 9542.0, 9497.0, 9538.0, 9522.0, 9563.0, 9517.0, 9545.0, 9519.0, 9544.0, 9534.0, 9567.0, 9519.0, 9547.0, 9530.0, 9557.0, 9529.0, 9544.0, 9528.0, 9531.0, 9512.0, 9530.0, 9518.0, 9532.0, 9517.0, 9533.0, 9515.0, 9531.0, 9516.0, 9538.0, 9569.0, 9524.0, 9559.0, 9535.0, 9555.0, 9524.0, 9582.0, 9537.0, 9558.0, 9517.0, 9551.0, 9516.0, 9579.0, 9541.0, 9556.0, 9519.0, 9541.0, 9516.0, 9541.0, 9516.0, 9565.0, 9519.0, 9531.0, 9529.0, 9541.0, 9524.0, 9546.0, 9531.0, 9534.0, 9515.0, 9531.0, 9516.0, 9551.0, 9539.0, 9549.0, 9532.0, 9530.0, 9513.0, 9531.0, 9553.0, 9534.0, 9572.0, 9516.0, 9538.0, 9510.0, 9539.0, 9515.0, 9541.0, 9516.0, 9528.0, 9513.0, 9540.0, 9529.0, 9562.0, 9536.0, 9563.0, 9535.0, 9559.0, 9520.0, 9562.0, 9520.0, 9564.0, 9516.0, 9546.0, 9514.0, 9541.0, 9518.0, 9547.0, 9525.0, 9525.0, 9496.0, 9528.0, 9524.0, 9530.0, 9570.0, 9530.0, 9527.0, 9514.0, 9524.0, 9528.0, 9568.0, 9519.0, 9544.0, 9529.0, 9554.0, 9529.0, 9553.0, 9516.0, 9539.0, 9527.0, 9536.0, 9513.0, 9557.0, 9517.0, 9523.0, 9514.0, 9516.0, 9511.0, 9554.0, 9513.0, 9526.0, 9513.0, 9508.0, 9528.0, 9531.0, 9534.0, 9516.0, 9532.0, 9510.0, 9524.0, 9513.0, 9557.0, 9500.0, 9527.0, 9497.0, 9521.0, 9511.0, 9540.0, 9517.0, 9540.0, 9512.0, 9536.0, 9507.0, 9537.0, 9514.0, 9536.0, 9510.0, 9535.0, 9496.0, 9538.0, 9521.0, 9554.0, 9514.0, 9536.0, 9497.0, 9541.0, 9521.0, 9556.0, 9514.0, 9540.0, 9513.0, 9540.0, 9531.0, 9557.0, 9529.0, 9540.0, 9517.0, 9557.0, 9539.0, 9573.0, 9534.0, 9538.0, 9516.0, 9554.0, 9521.0, 9574.0, 9516.0, 9538.0, 9500.0, 9535.0, 9515.0, 9549.0, 9516.0, 9531.0, 9496.0, 9535.0, 9510.0, 9559.0, 9516.0, 9532.0, 9498.0, 9510.0, 9531.0, 9516.0, 9542.0, 9512.0, 9543.0, 9515.0, 9538.0, 9503.0, 9559.0, 9512.0, 9533.0, 9495.0, 9532.0, 9497.0, 9549.0, 9495.0, 9531.0, 9477.0, 9515.0, 9475.0, 9529.0, 9491.0, 9530.0, 9490.0, 9512.0, 9490.0, 9532.0, 9495.0, 9530.0, 9490.0, 9513.0, 9488.0, 9512.0, 9495.0, 9531.0, 9490.0, 9517.0, 9493.0, 9519.0, 9494.0, 9536.0, 9511.0, 9532.0, 9506.0, 9515.0, 9492.0, 9516.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.000843160453808752</td></tr>
<tr><td colspan=3>aqi</td><td>0.02130189400324149</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.49513081762988</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2417932100487017</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9908220328084414</td></tr>
<tr><td colspan=3>efc</td><td>0.4595</td></tr>
<tr><td colspan=3>fber</td><td>6679.5908</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08172518324505125</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8103727714748784</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.374068107457336</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3405781260144507</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.506329940244438</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2752962561131187</td></tr>
<tr><td colspan=3>gcor</td><td>0.0041426</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012382223270833492</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023602599278092384</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>617</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.075704819119652</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>30.5424</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6486</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.6736</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304012.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.6773</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8003</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.4763</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3569.4453</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.4963</td></tr>
<tr><td colspan=3>tsnr</td><td>43.91784181538969</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>