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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-04_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-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-04_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-04/func/sub-0061_ses-04_task-social_acq-mb8_run-04_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>cc11aee4a0c9271fa0d00a6b52a7292b</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>17:13:2.500000</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.998967, 0.0236772, 0.0387982, -0.0299977, 0.984741, 0.171419]</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-04_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.0852325</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7777, -7255, 554, -30, -174, 3, 107]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.231</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9c9d805c-5e97-4ebf-bf37-cbcc2e1f0f04||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.6801540851593018, -0.0804816484451294, 0.09219814836978912, 112.24178314208984], [-0.0635242909193039, 2.641989231109619, 0.46549537777900696, -95.00112915039062], [0.10409272462129593, -0.45990464091300964, 2.6579718589782715, -50.743526458740234], [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': ['171302.500000', '171302.960000', '171303.420000', '171303.880000', '171304.340000', '171304.800000', '171305.260000', '171305.720000', '171306.180000', '171306.640000', '171307.100000', '171307.560000', '171308.020000', '171308.480000', '171308.940000', '171309.400000', '171309.860000', '171310.320000', '171310.780000', '171311.240000', '171311.700000', '171312.160000', '171312.620000', '171313.080000', '171313.540000', '171314.000000', '171314.460000', '171314.920000', '171315.380000', '171315.840000', '171316.300000', '171316.760000', '171317.220000', '171317.680000', '171318.140000', '171318.600000', '171319.060000', '171319.520000', '171319.980000', '171320.440000', '171320.900000', '171321.360000', '171321.820000', '171322.280000', '171322.740000', '171323.200000', '171323.660000', '171324.120000', '171324.580000', '171325.040000', '171325.500000', '171325.960000', '171326.420000', '171326.880000', '171327.340000', '171327.800000', '171328.260000', '171328.720000', '171329.180000', '171329.640000', '171330.100000', '171330.560000', '171331.020000', '171331.480000', '171331.940000', '171332.400000', '171332.860000', '171333.320000', '171333.780000', '171334.240000', '171334.700000', '171335.160000', '171335.620000', '171336.080000', '171336.540000', '171337.000000', '171337.460000', '171337.920000', '171338.380000', '171338.840000', '171339.300000', '171339.760000', '171340.220000', '171340.680000', '171341.140000', '171341.600000', '171342.060000', '171342.520000', '171342.980000', '171343.440000', '171343.900000', '171344.360000', '171344.820000', '171345.280000', '171345.740000', '171346.200000', '171346.660000', '171347.120000', '171347.580000', '171348.040000', '171348.500000', '171348.960000', '171349.420000', '171349.880000', '171350.340000', '171350.800000', '171351.260000', '171351.720000', '171352.180000', '171352.640000', '171353.100000', '171353.560000', '171354.020000', '171354.480000', '171354.940000', '171355.400000', '171355.860000', '171356.320000', '171356.780000', '171357.240000', '171357.700000', '171358.160000', '171358.620000', '171359.080000', '171359.540000', '171400.000000', '171400.460000', '171400.920000', '171401.380000', '171401.840000', '171402.300000', '171402.760000', '171403.220000', '171403.680000', '171404.140000', '171404.600000', '171405.060000', '171405.520000', '171405.980000', '171406.440000', '171406.900000', '171407.360000', '171407.820000', '171408.280000', '171408.740000', '171409.200000', '171409.660000', '171410.120000', '171410.580000', '171411.040000', '171411.500000', '171411.960000', '171412.420000', '171412.880000', '171413.340000', '171413.800000', '171414.260000', '171414.720000', '171415.180000', '171415.640000', '171416.100000', '171416.560000', '171417.020000', '171417.480000', '171417.940000', '171418.400000', '171418.860000', '171419.320000', '171419.780000', '171420.240000', '171420.700000', '171421.160000', '171421.620000', '171422.080000', '171422.540000', '171423.000000', '171423.460000', '171423.920000', '171424.380000', '171424.840000', '171425.300000', '171425.760000', '171426.220000', '171426.680000', '171427.140000', '171427.600000', '171428.060000', '171428.520000', '171428.980000', '171429.440000', '171429.900000', '171430.360000', '171430.820000', '171431.280000', '171431.740000', '171432.200000', '171432.660000', '171433.120000', '171433.580000', '171434.040000', '171434.500000', '171434.960000', '171435.420000', '171435.880000', '171436.340000', '171436.800000', '171437.260000', '171437.720000', '171438.180000', '171438.640000', '171439.100000', '171439.560000', '171440.020000', '171440.480000', '171440.940000', '171441.400000', '171441.860000', '171442.320000', '171442.780000', '171443.240000', '171443.700000', '171444.160000', '171444.620000', '171445.080000', '171445.540000', '171446.000000', '171446.460000', '171446.920000', '171447.380000', '171447.840000', '171448.300000', '171448.760000', '171449.220000', '171449.680000', '171450.140000', '171450.600000', '171451.060000', '171451.520000', '171451.980000', '171452.440000', '171452.900000', '171453.360000', '171453.820000', '171454.280000', '171454.740000', '171455.200000', '171455.660000', '171456.120000', '171456.580000', '171457.040000', '171457.500000', '171457.960000', '171458.420000', '171458.880000', '171459.340000', '171459.800000', '171500.260000', '171500.720000', '171501.180000', '171501.640000', '171502.100000', '171502.560000', '171503.020000', '171503.480000', '171503.940000', '171504.400000', '171504.860000', '171505.320000', '171505.780000', '171506.240000', '171506.700000', '171507.160000', '171507.620000', '171508.080000', '171508.540000', '171509.000000', '171509.460000', '171509.920000', '171510.380000', '171510.840000', '171511.300000', '171511.760000', '171512.220000', '171512.680000', '171513.140000', '171513.600000', '171514.060000', '171514.520000', '171514.980000', '171515.440000', '171515.900000', '171516.360000', '171516.820000', '171517.280000', '171517.740000', '171518.200000', '171518.660000', '171519.120000', '171519.580000', '171520.040000', '171520.500000', '171520.960000', '171521.420000', '171521.880000', '171522.340000', '171522.800000', '171523.260000', '171523.720000', '171524.180000', '171524.640000', '171525.100000', '171525.560000', '171526.020000', '171526.480000', '171526.940000', '171527.400000', '171527.860000', '171528.320000', '171528.780000', '171529.240000', '171529.700000', '171530.160000', '171530.620000', '171531.080000', '171531.540000', '171532.000000', '171532.460000', '171532.920000', '171533.380000', '171533.840000', '171534.300000', '171534.760000', '171535.220000', '171535.680000', '171536.140000', '171536.600000', '171537.060000', '171537.520000', '171537.980000', '171538.440000', '171538.900000', '171539.360000', '171539.820000', '171540.280000', '171540.740000', '171541.200000', '171541.660000', '171542.120000', '171542.580000', '171543.040000', '171543.500000', '171543.960000', '171544.420000', '171544.880000', '171545.340000', '171545.800000', '171546.260000', '171546.720000', '171547.180000', '171547.640000', '171548.100000', '171548.560000', '171549.020000', '171549.480000', '171549.940000', '171550.400000', '171550.860000', '171551.320000', '171551.780000', '171552.240000', '171552.700000', '171553.160000', '171553.620000', '171554.080000', '171554.540000', '171555.000000', '171555.460000', '171555.920000', '171556.380000', '171556.840000', '171557.300000', '171557.760000', '171558.220000', '171558.680000', '171559.140000', '171559.600000', '171600.060000', '171600.520000', '171600.980000', '171601.440000', '171601.900000', '171602.360000', '171602.820000', '171603.280000', '171603.740000', '171604.200000', '171604.660000', '171605.120000', '171605.580000', '171606.040000', '171606.500000', '171606.960000', '171607.420000', '171607.880000', '171608.340000', '171608.800000', '171609.260000', '171609.720000', '171610.180000', '171610.640000', '171611.100000', '171611.560000', '171612.020000', '171612.480000', '171612.940000', '171613.400000', '171613.860000', '171614.320000', '171614.780000', '171615.240000', '171615.700000', '171616.160000', '171616.620000', '171617.080000', '171617.540000', '171618.000000', '171618.460000', '171618.920000', '171619.380000', '171619.840000', '171620.300000', '171620.760000', '171621.220000', '171621.680000', '171622.140000', '171622.600000', '171623.060000', '171623.520000', '171623.980000', '171624.440000', '171624.900000', '171625.360000', '171625.820000', '171626.280000', '171626.740000', '171627.200000', '171627.660000', '171628.120000', '171628.580000', '171629.040000', '171629.500000', '171629.960000', '171630.420000', '171630.880000', '171631.340000', '171631.800000', '171632.260000', '171632.720000', '171633.180000', '171633.640000', '171634.100000', '171634.560000', '171635.020000', '171635.480000', '171635.940000', '171636.400000', '171636.860000', '171637.320000', '171637.780000', '171638.240000', '171638.700000', '171639.160000', '171639.620000', '171640.080000', '171640.540000', '171641.000000', '171641.460000', '171641.920000', '171642.380000', '171642.840000', '171643.300000', '171643.760000', '171644.220000', '171644.680000', '171645.140000', '171645.600000', '171646.060000', '171646.520000', '171646.980000', '171647.440000', '171647.900000', '171648.360000', '171648.820000', '171649.280000', '171649.740000', '171650.200000', '171650.660000', '171651.120000', '171651.580000', '171652.040000', '171652.500000', '171652.960000', '171653.420000', '171653.880000', '171654.340000', '171654.800000', '171655.260000', '171655.720000', '171656.180000', '171656.640000', '171657.100000', '171657.560000', '171658.020000', '171658.480000', '171658.940000', '171659.400000', '171659.860000', '171700.320000', '171700.780000', '171701.240000', '171701.700000', '171702.160000', '171702.620000', '171703.080000', '171703.540000', '171704.000000', '171704.460000', '171704.920000', '171705.380000', '171705.840000', '171706.300000', '171706.760000', '171707.220000', '171707.680000', '171708.140000', '171708.600000', '171709.060000', '171709.520000', '171709.980000', '171710.440000', '171710.900000', '171711.360000', '171711.820000', '171712.280000', '171712.740000', '171713.200000', '171713.660000', '171714.120000', '171714.580000', '171715.040000', '171715.500000', '171715.960000', '171716.420000', '171716.880000', '171717.340000', '171717.800000', '171718.260000', '171718.720000', '171719.180000', '171719.640000', '171720.100000', '171720.560000', '171721.020000', '171721.480000', '171721.940000', '171722.400000', '171722.860000', '171723.320000', '171723.780000', '171724.240000', '171724.700000', '171725.160000', '171725.620000', '171726.080000', '171726.540000', '171727.000000', '171727.460000', '171727.920000', '171728.380000', '171728.840000', '171729.300000', '171729.760000', '171730.220000', '171730.680000', '171731.140000', '171731.600000', '171732.060000', '171732.520000', '171732.980000', '171733.440000', '171733.900000', '171734.360000', '171734.820000', '171735.280000', '171735.740000', '171736.200000', '171736.660000', '171737.120000', '171737.580000', '171738.040000', '171738.500000', '171738.960000', '171739.420000', '171739.880000', '171740.340000', '171740.800000', '171741.260000', '171741.720000', '171742.180000', '171742.640000', '171743.100000', '171743.560000', '171744.020000', '171744.480000', '171744.940000', '171745.400000', '171745.860000', '171746.320000', '171746.780000', '171747.240000', '171747.700000', '171748.160000', '171748.620000', '171749.080000', '171749.540000', '171750.000000', '171750.460000', '171750.920000', '171751.380000', '171751.840000', '171752.300000', '171752.760000', '171753.220000', '171753.680000', '171754.140000', '171754.600000', '171755.060000', '171755.520000', '171755.980000', '171756.440000', '171756.900000', '171757.360000', '171757.820000', '171758.280000', '171758.740000', '171759.200000', '171759.660000', '171800.120000', '171800.580000', '171801.040000', '171801.500000', '171801.960000', '171802.420000', '171802.880000', '171803.340000', '171803.800000', '171804.260000', '171804.720000', '171805.180000', '171805.640000', '171806.100000', '171806.560000', '171807.020000', '171807.480000', '171807.940000', '171808.400000', '171808.860000', '171809.320000', '171809.780000', '171810.240000', '171810.700000', '171811.160000', '171811.620000', '171812.080000', '171812.540000', '171813.000000', '171813.460000', '171813.920000', '171814.380000', '171814.840000', '171815.300000', '171815.760000', '171816.220000', '171816.680000', '171817.140000', '171817.600000', '171818.060000', '171818.520000', '171818.980000', '171819.440000', '171819.900000', '171820.360000', '171820.820000', '171821.280000', '171821.740000', '171822.200000', '171822.660000', '171823.120000', '171823.580000', '171824.040000', '171824.500000', '171824.960000', '171825.420000', '171825.880000', '171826.340000', '171826.800000', '171827.260000', '171827.720000', '171828.180000', '171828.640000', '171829.100000', '171829.560000', '171830.020000', '171830.480000', '171830.940000', '171831.400000', '171831.860000', '171832.320000', '171832.780000', '171833.240000', '171833.700000', '171834.160000', '171834.620000', '171835.080000', '171835.540000', '171836.000000', '171836.460000', '171836.920000', '171837.380000', '171837.840000', '171838.300000', '171838.760000', '171839.220000', '171839.680000', '171840.140000', '171840.600000', '171841.060000', '171841.520000', '171841.980000', '171842.440000', '171842.900000', '171843.360000', '171843.820000', '171844.280000', '171844.740000', '171845.200000', '171845.660000', '171846.120000', '171846.580000', '171847.040000', '171847.500000', '171847.960000', '171848.420000', '171848.880000', '171849.340000', '171849.800000', '171850.260000', '171850.720000', '171851.180000', '171851.640000', '171852.100000', '171852.560000', '171853.020000', '171853.480000', '171853.940000', '171854.400000', '171854.860000', '171855.320000', '171855.780000', '171856.240000', '171856.700000', '171857.160000', '171857.620000', '171858.080000', '171858.540000', '171859.000000', '171859.460000', '171859.920000', '171900.380000', '171900.840000', '171901.300000', '171901.760000', '171902.220000', '171902.680000', '171903.140000', '171903.600000', '171904.060000', '171904.520000', '171904.980000', '171905.440000', '171905.900000', '171906.360000', '171906.820000', '171907.280000', '171907.740000', '171908.200000', '171908.660000', '171909.120000', '171909.580000', '171910.040000', '171910.500000', '171910.960000', '171911.420000', '171911.880000', '171912.340000', '171912.800000', '171913.260000', '171913.720000', '171914.180000', '171914.640000', '171915.100000', '171915.560000', '171916.020000', '171916.480000', '171916.940000', '171917.400000', '171917.860000', '171918.320000', '171918.780000', '171919.240000', '171919.700000', '171920.160000', '171920.620000', '171921.080000', '171921.540000', '171922.000000', '171922.460000', '171922.920000', '171923.380000', '171923.840000', '171924.300000', '171924.760000', '171925.220000', '171925.680000', '171926.140000', '171926.600000', '171927.060000', '171927.520000', '171927.980000', '171928.440000', '171928.900000', '171929.360000', '171929.820000', '171930.280000', '171930.740000', '171931.200000', '171931.660000', '171932.120000', '171932.580000', '171933.040000', '171933.500000', '171933.960000', '171934.420000', '171934.880000', '171935.340000', '171935.800000', '171936.260000', '171936.720000', '171937.180000', '171937.640000', '171938.100000', '171938.560000', '171939.020000', '171939.480000', '171939.940000', '171940.400000', '171940.860000', '171941.320000', '171941.780000', '171942.240000', '171942.700000', '171943.160000'], 'ContentTime': ['171329.636000', '171329.639000', '171329.642000', '171329.645000', '171329.647000', '171329.650000', '171329.653000', '171329.656000', '171329.659000', '171329.661000', '171329.664000', '171329.667000', '171329.669000', '171329.672000', '171329.675000', '171329.677000', '171329.680000', '171329.683000', '171329.685000', '171329.688000', '171329.694000', '171329.697000', '171329.699000', '171329.702000', '171329.705000', '171329.707000', '171329.710000', '171329.713000', '171329.715000', '171329.718000', '171329.721000', '171329.723000', '171329.726000', '171329.728000', '171329.731000', '171329.734000', '171329.736000', '171329.739000', '171329.741000', '171329.744000', '171329.747000', '171329.749000', '171329.752000', '171329.755000', '171329.757000', '171329.760000', '171329.762000', '171329.765000', '171329.768000', '171329.770000', '171329.773000', '171329.776000', '171329.778000', '171329.783000', '171329.786000', '171329.789000', '171349.610000', '171349.613000', '171349.616000', '171349.619000', '171349.622000', '171349.624000', '171349.627000', '171349.629000', '171349.632000', '171349.634000', '171349.643000', '171349.645000', '171349.648000', '171349.651000', '171349.653000', '171349.656000', '171349.659000', '171349.661000', '171349.664000', '171349.667000', '171349.669000', '171349.672000', '171349.674000', '171349.677000', '171349.680000', '171349.682000', '171349.685000', '171349.687000', '171349.701000', '171349.704000', '171349.706000', '171349.709000', '171349.712000', '171349.714000', '171349.717000', '171349.720000', '171349.722000', '171349.725000', '171349.727000', '171349.730000', '171349.733000', '171349.735000', '171349.738000', '171349.741000', '171409.612000', '171409.615000', '171409.617000', '171409.620000', '171409.623000', '171409.625000', '171409.628000', '171409.631000', '171409.633000', '171409.636000', '171409.638000', '171409.641000', '171409.644000', '171409.646000', '171409.649000', '171409.652000', '171409.654000', '171409.657000', '171409.659000', '171409.662000', '171409.665000', '171409.667000', '171409.670000', '171409.673000', '171409.675000', '171409.678000', '171409.680000', '171409.683000', '171409.686000', '171409.688000', '171409.691000', '171409.694000', '171409.696000', '171409.699000', '171409.701000', '171409.704000', '171409.707000', '171409.709000', '171409.712000', '171409.715000', '171409.717000', '171409.720000', '171409.722000', '171409.725000', '171429.611000', '171429.614000', '171429.617000', '171429.620000', '171429.622000', '171429.625000', '171429.628000', '171429.630000', '171429.633000', '171429.635000', '171429.638000', '171429.641000', '171429.643000', '171429.646000', '171429.649000', '171429.651000', '171429.654000', '171429.657000', '171429.659000', '171429.662000', '171429.665000', '171429.667000', '171429.670000', '171429.673000', '171429.675000', '171429.678000', '171429.681000', '171429.683000', '171429.686000', '171429.689000', '171429.691000', '171429.694000', '171429.696000', '171429.699000', '171429.702000', '171429.704000', '171429.707000', '171429.710000', '171429.712000', '171429.715000', '171429.718000', '171429.720000', '171429.723000', '171449.612000', '171449.614000', '171449.617000', '171449.620000', '171449.622000', '171449.625000', '171449.628000', '171449.630000', '171449.633000', '171449.636000', '171449.639000', '171449.641000', '171449.644000', '171449.646000', '171449.649000', '171449.652000', '171449.654000', '171449.657000', '171449.660000', '171449.662000', '171449.665000', '171449.668000', '171449.670000', '171449.673000', '171449.676000', '171449.678000', '171449.681000', '171449.684000', '171449.686000', '171449.689000', '171449.692000', '171449.695000', '171449.697000', '171449.700000', '171449.703000', '171449.705000', '171449.708000', '171449.711000', '171449.713000', '171449.716000', '171449.719000', '171449.721000', '171449.724000', '171449.727000', '171509.611000', '171509.614000', '171509.617000', '171509.620000', '171509.623000', '171509.626000', '171509.628000', '171509.631000', '171509.634000', '171509.636000', '171509.639000', '171509.642000', '171509.644000', '171509.647000', '171509.650000', '171509.652000', '171509.655000', '171509.658000', '171509.660000', '171509.663000', '171509.666000', '171509.668000', '171509.671000', '171509.674000', '171509.676000', '171509.679000', '171509.682000', '171509.684000', '171509.687000', '171509.690000', '171509.692000', '171509.695000', '171509.697000', '171509.700000', '171509.703000', '171509.705000', '171509.708000', '171509.711000', '171509.713000', '171509.716000', '171509.719000', '171509.721000', '171509.724000', '171529.611000', '171529.614000', '171529.617000', '171529.620000', '171529.622000', '171529.631000', '171529.634000', '171529.637000', '171529.639000', '171529.642000', '171529.645000', '171529.647000', '171529.650000', '171529.653000', '171529.655000', '171529.658000', '171529.661000', '171529.663000', '171529.666000', '171529.668000', '171529.671000', '171529.674000', '171529.676000', '171529.687000', '171529.689000', '171529.692000', '171529.694000', '171529.697000', '171529.700000', '171529.702000', '171529.705000', '171529.708000', '171529.710000', '171529.713000', '171529.716000', '171529.718000', '171529.721000', '171529.724000', '171529.726000', '171529.729000', '171529.732000', '171529.734000', '171529.737000', '171529.740000', '171549.611000', '171549.614000', '171549.617000', '171549.620000', '171549.623000', '171549.626000', '171549.628000', '171549.631000', '171549.634000', '171549.636000', '171549.639000', '171549.642000', '171549.644000', '171549.647000', '171549.650000', '171549.652000', '171549.655000', '171549.658000', '171549.660000', '171549.663000', '171549.666000', '171549.668000', '171549.671000', '171549.674000', '171549.676000', '171549.679000', '171549.682000', '171549.684000', '171549.687000', '171549.689000', '171549.692000', '171549.695000', '171549.697000', '171549.700000', '171549.703000', '171549.705000', '171549.708000', '171549.711000', '171549.713000', '171549.716000', '171549.719000', '171549.721000', '171549.724000', '171609.611000', '171609.613000', '171609.616000', '171609.619000', '171609.622000', '171609.625000', '171609.627000', '171609.630000', '171609.633000', '171609.635000', '171609.638000', '171609.640000', '171609.643000', '171609.646000', '171609.649000', '171609.651000', '171609.654000', '171609.657000', '171609.659000', '171609.662000', '171609.665000', '171609.667000', '171609.670000', '171609.673000', '171609.675000', '171609.678000', '171609.681000', '171609.683000', '171609.686000', '171609.689000', '171609.691000', '171609.694000', '171609.697000', '171609.699000', '171609.702000', '171609.705000', '171609.708000', '171609.710000', '171609.713000', '171609.715000', '171609.718000', '171609.721000', '171609.723000', '171629.612000', '171629.615000', '171629.617000', '171629.620000', '171629.623000', '171629.625000', '171629.628000', '171629.631000', '171629.633000', '171629.636000', '171629.638000', '171629.641000', '171629.644000', '171629.646000', '171629.649000', '171629.652000', '171629.654000', '171629.657000', '171629.660000', '171629.663000', '171629.665000', '171629.668000', '171629.670000', '171629.673000', '171629.676000', '171629.678000', '171629.681000', '171629.684000', '171629.687000', '171629.689000', '171629.692000', '171629.695000', '171629.697000', '171629.700000', '171629.702000', '171629.705000', '171629.708000', '171629.710000', '171629.713000', '171629.716000', '171629.718000', '171629.721000', '171629.724000', '171629.726000', '171649.611000', '171649.615000', '171649.618000', '171649.621000', '171649.624000', '171649.626000', '171649.629000', '171649.632000', '171649.635000', '171649.639000', '171649.641000', '171649.644000', '171649.647000', '171649.649000', '171649.652000', '171649.655000', '171649.657000', '171649.660000', '171649.663000', '171649.665000', '171649.668000', '171649.671000', '171649.673000', '171649.676000', '171649.679000', '171649.681000', '171649.684000', '171649.687000', '171649.689000', '171649.692000', '171649.695000', '171649.697000', '171649.700000', '171649.703000', '171649.705000', '171649.708000', '171649.711000', '171649.713000', '171649.716000', '171649.719000', '171649.721000', '171649.724000', '171649.726000', '171709.612000', '171709.615000', '171709.617000', '171709.620000', '171709.623000', '171709.634000', '171709.637000', '171709.639000', '171709.642000', '171709.644000', '171709.647000', '171709.650000', '171709.653000', '171709.655000', '171709.658000', '171709.661000', '171709.663000', '171709.666000', '171709.669000', '171709.671000', '171709.674000', '171709.677000', '171709.685000', '171709.688000', '171709.691000', '171709.693000', '171709.696000', '171709.699000', '171709.702000', '171709.704000', '171709.707000', '171709.710000', '171709.712000', '171709.715000', '171709.718000', '171709.720000', '171709.723000', '171709.725000', '171709.728000', '171709.731000', '171709.733000', '171709.736000', '171709.739000', '171709.741000', '171729.612000', '171729.615000', '171729.617000', '171729.620000', '171729.623000', '171729.625000', '171729.628000', '171729.631000', '171729.633000', '171729.636000', '171729.639000', '171729.641000', '171729.644000', '171729.647000', '171729.649000', '171729.652000', '171729.655000', '171729.657000', '171729.660000', '171729.663000', '171729.666000', '171729.668000', '171729.671000', '171729.673000', '171729.676000', '171729.679000', '171729.682000', '171729.684000', '171729.687000', '171729.690000', '171729.693000', '171729.695000', '171729.698000', '171729.700000', '171729.704000', '171729.706000', '171729.709000', '171729.712000', '171729.714000', '171729.717000', '171729.720000', '171729.722000', '171729.725000', '171749.612000', '171749.615000', '171749.618000', '171749.620000', '171749.623000', '171749.626000', '171749.629000', '171749.631000', '171749.634000', '171749.637000', '171749.639000', '171749.642000', '171749.644000', '171749.647000', '171749.650000', '171749.652000', '171749.655000', '171749.658000', '171749.660000', '171749.663000', '171749.666000', '171749.668000', '171749.671000', '171749.674000', '171749.676000', '171749.679000', '171749.682000', '171749.684000', '171749.687000', '171749.690000', '171749.692000', '171749.695000', '171749.698000', '171749.700000', '171749.703000', '171749.706000', '171749.708000', '171749.711000', '171749.714000', '171749.716000', '171749.719000', '171749.722000', '171749.724000', '171749.727000', '171809.612000', '171809.615000', '171809.617000', '171809.621000', '171809.623000', '171809.626000', '171809.629000', '171809.632000', '171809.635000', '171809.637000', '171809.640000', '171809.643000', '171809.645000', '171809.648000', '171809.651000', '171809.653000', '171809.656000', '171809.659000', '171809.662000', '171809.664000', '171809.667000', '171809.670000', '171809.672000', '171809.676000', '171809.678000', '171809.681000', '171809.684000', '171809.687000', '171809.689000', '171809.692000', '171809.695000', '171809.697000', '171809.700000', '171809.703000', '171809.706000', '171809.708000', '171809.711000', '171809.713000', '171809.716000', '171809.719000', '171809.721000', '171809.724000', '171809.727000', '171829.611000', '171829.614000', '171829.617000', '171829.619000', '171829.622000', '171829.625000', '171829.627000', '171829.630000', '171829.633000', '171829.635000', '171829.638000', '171829.641000', '171829.643000', '171829.646000', '171829.649000', '171829.651000', '171829.654000', '171829.657000', '171829.659000', '171829.662000', '171829.665000', '171829.667000', '171829.670000', '171829.673000', '171829.676000', '171829.678000', '171829.681000', '171829.683000', '171829.686000', '171829.689000', '171829.702000', '171829.705000', '171829.708000', '171829.710000', '171829.713000', '171829.716000', '171829.718000', '171829.721000', '171829.724000', '171829.726000', '171829.729000', '171829.731000', '171829.734000', '171829.737000', '171849.612000', '171849.614000', '171849.617000', '171849.620000', '171849.622000', '171849.625000', '171849.628000', '171849.630000', '171849.633000', '171849.636000', '171849.638000', '171849.641000', '171849.644000', '171849.646000', '171849.649000', '171849.652000', '171849.655000', '171849.657000', '171849.660000', '171849.663000', '171849.665000', '171849.668000', '171849.672000', '171849.675000', '171849.678000', '171849.683000', '171849.685000', '171849.688000', '171849.691000', '171849.693000', '171849.696000', '171849.699000', '171849.702000', '171849.704000', '171849.707000', '171849.709000', '171849.712000', '171849.715000', '171849.717000', '171849.720000', '171849.723000', '171849.725000', '171849.728000', '171909.612000', '171909.615000', '171909.618000', '171909.621000', '171909.624000', '171909.627000', '171909.630000', '171909.633000', '171909.636000', '171909.638000', '171909.641000', '171909.644000', '171909.646000', '171909.649000', '171909.652000', '171909.654000', '171909.657000', '171909.660000', '171909.662000', '171909.665000', '171909.668000', '171909.670000', '171909.673000', '171909.676000', '171909.678000', '171909.681000', '171909.684000', '171909.686000', '171909.689000', '171909.692000', '171909.694000', '171909.697000', '171909.700000', '171909.702000', '171909.705000', '171909.708000', '171909.710000', '171909.713000', '171909.716000', '171909.718000', '171909.721000', '171909.724000', '171909.726000', '171909.729000', '171929.612000', '171929.615000', '171929.617000', '171929.620000', '171929.622000', '171929.625000', '171929.628000', '171929.630000', '171929.633000', '171929.636000', '171929.638000', '171929.641000', '171929.644000', '171929.647000', '171929.649000', '171929.652000', '171929.654000', '171929.657000', '171929.660000', '171929.662000', '171929.665000', '171929.668000', '171929.670000', '171929.673000', '171929.676000', '171929.678000', '171929.681000', '171929.684000', '171929.686000', '171929.689000', '171929.692000', '171929.694000', '171929.697000', '171929.700000', '171929.703000', '171929.705000', '171929.708000', '171929.711000', '171929.713000', '171929.718000', '171929.721000', '171929.723000', '171929.726000', '171944.380000', '171944.383000', '171944.386000', '171944.389000', '171944.392000', '171944.395000', '171944.397000', '171944.400000', '171944.403000', '171944.405000', '171944.408000', '171944.411000', '171944.414000', '171944.417000', '171944.420000', '171944.422000', '171944.425000', '171944.428000', '171944.431000', '171944.434000', '171944.437000', '171944.440000', '171944.443000', '171944.446000', '171944.449000', '171944.451000', '171944.454000', '171944.457000', '171944.460000', '171944.463000', '171944.465000', '171944.468000', '171944.471000'], 'InstanceCreationTime': ['171329.636000', '171329.639000', '171329.642000', '171329.645000', '171329.647000', '171329.650000', '171329.653000', '171329.656000', '171329.659000', '171329.661000', '171329.664000', '171329.667000', '171329.669000', '171329.672000', '171329.675000', '171329.677000', '171329.680000', '171329.683000', '171329.685000', '171329.688000', '171329.694000', '171329.697000', '171329.699000', '171329.702000', '171329.705000', '171329.707000', '171329.710000', '171329.713000', '171329.715000', '171329.718000', '171329.721000', '171329.723000', '171329.726000', '171329.728000', '171329.731000', '171329.734000', '171329.736000', '171329.739000', '171329.741000', '171329.744000', '171329.747000', '171329.749000', '171329.752000', '171329.755000', '171329.757000', '171329.760000', '171329.762000', '171329.765000', '171329.768000', '171329.770000', '171329.773000', '171329.776000', '171329.778000', '171329.783000', '171329.786000', '171329.789000', '171349.610000', '171349.613000', '171349.616000', '171349.619000', '171349.622000', '171349.624000', '171349.627000', '171349.629000', '171349.632000', '171349.634000', '171349.643000', '171349.645000', '171349.648000', '171349.651000', '171349.653000', '171349.656000', '171349.659000', '171349.661000', '171349.664000', '171349.667000', '171349.669000', '171349.672000', '171349.674000', '171349.677000', '171349.680000', '171349.682000', '171349.685000', '171349.687000', '171349.701000', '171349.704000', '171349.706000', '171349.709000', '171349.712000', '171349.714000', '171349.717000', '171349.720000', '171349.722000', '171349.725000', '171349.727000', '171349.730000', '171349.733000', '171349.735000', '171349.738000', '171349.741000', '171409.612000', '171409.615000', '171409.617000', '171409.620000', '171409.623000', '171409.625000', '171409.628000', '171409.631000', '171409.633000', '171409.636000', '171409.638000', '171409.641000', '171409.644000', '171409.646000', '171409.649000', '171409.652000', '171409.654000', '171409.657000', '171409.659000', '171409.662000', '171409.665000', '171409.667000', '171409.670000', '171409.673000', '171409.675000', '171409.678000', '171409.680000', '171409.683000', '171409.686000', '171409.688000', '171409.691000', '171409.694000', '171409.696000', '171409.699000', '171409.701000', '171409.704000', '171409.707000', '171409.709000', '171409.712000', '171409.715000', '171409.717000', '171409.720000', '171409.722000', '171409.725000', '171429.611000', '171429.614000', '171429.617000', '171429.620000', '171429.622000', '171429.625000', '171429.628000', '171429.630000', '171429.633000', '171429.635000', '171429.638000', '171429.641000', '171429.643000', '171429.646000', '171429.649000', '171429.651000', '171429.654000', '171429.657000', '171429.659000', '171429.662000', '171429.665000', '171429.667000', '171429.670000', '171429.673000', '171429.675000', '171429.678000', '171429.681000', '171429.683000', '171429.686000', '171429.689000', '171429.691000', '171429.694000', '171429.696000', '171429.699000', '171429.702000', '171429.704000', '171429.707000', '171429.710000', '171429.712000', '171429.715000', '171429.718000', '171429.720000', '171429.723000', '171449.612000', '171449.614000', '171449.617000', '171449.620000', '171449.622000', '171449.625000', '171449.628000', '171449.630000', '171449.633000', '171449.636000', '171449.639000', '171449.641000', '171449.644000', '171449.646000', '171449.649000', '171449.652000', '171449.654000', '171449.657000', '171449.660000', '171449.662000', '171449.665000', '171449.668000', '171449.670000', '171449.673000', '171449.676000', '171449.678000', '171449.681000', '171449.684000', '171449.686000', '171449.689000', '171449.692000', '171449.695000', '171449.697000', '171449.700000', '171449.703000', '171449.705000', '171449.708000', '171449.711000', '171449.713000', '171449.716000', '171449.719000', '171449.721000', '171449.724000', '171449.727000', '171509.611000', '171509.614000', '171509.617000', '171509.620000', '171509.623000', '171509.626000', '171509.628000', '171509.631000', '171509.634000', '171509.636000', '171509.639000', '171509.642000', '171509.644000', '171509.647000', '171509.650000', '171509.652000', '171509.655000', '171509.658000', '171509.660000', '171509.663000', '171509.666000', '171509.668000', '171509.671000', '171509.674000', '171509.676000', '171509.679000', '171509.682000', '171509.684000', '171509.687000', '171509.690000', '171509.692000', '171509.695000', '171509.697000', '171509.700000', '171509.703000', '171509.705000', '171509.708000', '171509.711000', '171509.713000', '171509.716000', '171509.719000', '171509.721000', '171509.724000', '171529.611000', '171529.614000', '171529.617000', '171529.620000', '171529.622000', '171529.631000', '171529.634000', '171529.637000', '171529.639000', '171529.642000', '171529.645000', '171529.647000', '171529.650000', '171529.653000', '171529.655000', '171529.658000', '171529.661000', '171529.663000', '171529.666000', '171529.668000', '171529.671000', '171529.674000', '171529.676000', '171529.687000', '171529.689000', '171529.692000', '171529.694000', '171529.697000', '171529.700000', '171529.702000', '171529.705000', '171529.708000', '171529.710000', '171529.713000', '171529.716000', '171529.718000', '171529.721000', '171529.724000', '171529.726000', '171529.729000', '171529.732000', '171529.734000', '171529.737000', '171529.740000', '171549.611000', '171549.614000', '171549.617000', '171549.620000', '171549.623000', '171549.626000', '171549.628000', '171549.631000', '171549.634000', '171549.636000', '171549.639000', '171549.642000', '171549.644000', '171549.647000', '171549.650000', '171549.652000', '171549.655000', '171549.658000', '171549.660000', '171549.663000', '171549.666000', '171549.668000', '171549.671000', '171549.674000', '171549.676000', '171549.679000', '171549.682000', '171549.684000', '171549.687000', '171549.689000', '171549.692000', '171549.695000', '171549.697000', '171549.700000', '171549.703000', '171549.705000', '171549.708000', '171549.711000', '171549.713000', '171549.716000', '171549.719000', '171549.721000', '171549.724000', '171609.611000', '171609.613000', '171609.616000', '171609.619000', '171609.622000', '171609.625000', '171609.627000', '171609.630000', '171609.633000', '171609.635000', '171609.638000', '171609.640000', '171609.643000', '171609.646000', '171609.649000', '171609.651000', '171609.654000', '171609.657000', '171609.659000', '171609.662000', '171609.665000', '171609.667000', '171609.670000', '171609.673000', '171609.675000', '171609.678000', '171609.681000', '171609.683000', '171609.686000', '171609.689000', '171609.691000', '171609.694000', '171609.697000', '171609.699000', '171609.702000', '171609.705000', '171609.708000', '171609.710000', '171609.713000', '171609.715000', '171609.718000', '171609.721000', '171609.723000', '171629.612000', '171629.615000', '171629.617000', '171629.620000', '171629.623000', '171629.625000', '171629.628000', '171629.631000', '171629.633000', '171629.636000', '171629.638000', '171629.641000', '171629.644000', '171629.646000', '171629.649000', '171629.652000', '171629.654000', '171629.657000', '171629.660000', '171629.663000', '171629.665000', '171629.668000', '171629.670000', '171629.673000', '171629.676000', '171629.678000', '171629.681000', '171629.684000', '171629.687000', '171629.689000', '171629.692000', '171629.695000', '171629.697000', '171629.700000', '171629.702000', '171629.705000', '171629.708000', '171629.710000', '171629.713000', '171629.716000', '171629.718000', '171629.721000', '171629.724000', '171629.726000', '171649.611000', '171649.615000', '171649.618000', '171649.621000', '171649.624000', '171649.626000', '171649.629000', '171649.632000', '171649.635000', '171649.639000', '171649.641000', '171649.644000', '171649.647000', '171649.649000', '171649.652000', '171649.655000', '171649.657000', '171649.660000', '171649.663000', '171649.665000', '171649.668000', '171649.671000', '171649.673000', '171649.676000', '171649.679000', '171649.681000', '171649.684000', '171649.687000', '171649.689000', '171649.692000', '171649.695000', '171649.697000', '171649.700000', '171649.703000', '171649.705000', '171649.708000', '171649.711000', '171649.713000', '171649.716000', '171649.719000', '171649.721000', '171649.724000', '171649.726000', '171709.612000', '171709.615000', '171709.617000', '171709.620000', '171709.623000', '171709.634000', '171709.637000', '171709.639000', '171709.642000', '171709.644000', '171709.647000', '171709.650000', '171709.653000', '171709.655000', '171709.658000', '171709.661000', '171709.663000', '171709.666000', '171709.669000', '171709.671000', '171709.674000', '171709.677000', '171709.685000', '171709.688000', '171709.691000', '171709.693000', '171709.696000', '171709.699000', '171709.702000', '171709.704000', '171709.707000', '171709.710000', '171709.712000', '171709.715000', '171709.718000', '171709.720000', '171709.723000', '171709.725000', '171709.728000', '171709.731000', '171709.733000', '171709.736000', '171709.739000', '171709.741000', '171729.612000', '171729.615000', '171729.617000', '171729.620000', '171729.623000', '171729.625000', '171729.628000', '171729.631000', '171729.633000', '171729.636000', '171729.639000', '171729.641000', '171729.644000', '171729.647000', '171729.649000', '171729.652000', '171729.655000', '171729.657000', '171729.660000', '171729.663000', '171729.666000', '171729.668000', '171729.671000', '171729.673000', '171729.676000', '171729.679000', '171729.682000', '171729.684000', '171729.687000', '171729.690000', '171729.693000', '171729.695000', '171729.698000', '171729.700000', '171729.704000', '171729.706000', '171729.709000', '171729.712000', '171729.714000', '171729.717000', '171729.720000', '171729.722000', '171729.725000', '171749.612000', '171749.615000', '171749.618000', '171749.620000', '171749.623000', '171749.626000', '171749.629000', '171749.631000', '171749.634000', '171749.637000', '171749.639000', '171749.642000', '171749.644000', '171749.647000', '171749.650000', '171749.652000', '171749.655000', '171749.658000', '171749.660000', '171749.663000', '171749.666000', '171749.668000', '171749.671000', '171749.674000', '171749.676000', '171749.679000', '171749.682000', '171749.684000', '171749.687000', '171749.690000', '171749.692000', '171749.695000', '171749.698000', '171749.700000', '171749.703000', '171749.706000', '171749.708000', '171749.711000', '171749.714000', '171749.716000', '171749.719000', '171749.722000', '171749.724000', '171749.727000', '171809.612000', '171809.615000', '171809.617000', '171809.621000', '171809.623000', '171809.626000', '171809.629000', '171809.632000', '171809.635000', '171809.637000', '171809.640000', '171809.643000', '171809.645000', '171809.648000', '171809.651000', '171809.653000', '171809.656000', '171809.659000', '171809.662000', '171809.664000', '171809.667000', '171809.670000', '171809.672000', '171809.676000', '171809.678000', '171809.681000', '171809.684000', '171809.687000', '171809.689000', '171809.692000', '171809.695000', '171809.697000', '171809.700000', '171809.703000', '171809.706000', '171809.708000', '171809.711000', '171809.713000', '171809.716000', '171809.719000', '171809.721000', '171809.724000', '171809.727000', '171829.611000', '171829.614000', '171829.617000', '171829.619000', '171829.622000', '171829.625000', '171829.627000', '171829.630000', '171829.633000', '171829.635000', '171829.638000', '171829.641000', '171829.643000', '171829.646000', '171829.649000', '171829.651000', '171829.654000', '171829.657000', '171829.659000', '171829.662000', '171829.665000', '171829.667000', '171829.670000', '171829.673000', '171829.676000', '171829.678000', '171829.681000', '171829.683000', '171829.686000', '171829.689000', '171829.702000', '171829.705000', '171829.708000', '171829.710000', '171829.713000', '171829.716000', '171829.718000', '171829.721000', '171829.724000', '171829.726000', '171829.729000', '171829.731000', '171829.734000', '171829.737000', '171849.612000', '171849.614000', '171849.617000', '171849.620000', '171849.622000', '171849.625000', '171849.628000', '171849.630000', '171849.633000', '171849.636000', '171849.638000', '171849.641000', '171849.644000', '171849.646000', '171849.649000', '171849.652000', '171849.655000', '171849.657000', '171849.660000', '171849.663000', '171849.665000', '171849.668000', '171849.672000', '171849.675000', '171849.678000', '171849.683000', '171849.685000', '171849.688000', '171849.691000', '171849.693000', '171849.696000', '171849.699000', '171849.702000', '171849.704000', '171849.707000', '171849.709000', '171849.712000', '171849.715000', '171849.717000', '171849.720000', '171849.723000', '171849.725000', '171849.728000', '171909.612000', '171909.615000', '171909.618000', '171909.621000', '171909.624000', '171909.627000', '171909.630000', '171909.633000', '171909.636000', '171909.638000', '171909.641000', '171909.644000', '171909.646000', '171909.649000', '171909.652000', '171909.654000', '171909.657000', '171909.660000', '171909.662000', '171909.665000', '171909.668000', '171909.670000', '171909.673000', '171909.676000', '171909.678000', '171909.681000', '171909.684000', '171909.686000', '171909.689000', '171909.692000', '171909.694000', '171909.697000', '171909.700000', '171909.702000', '171909.705000', '171909.708000', '171909.710000', '171909.713000', '171909.716000', '171909.718000', '171909.721000', '171909.724000', '171909.726000', '171909.729000', '171929.612000', '171929.615000', '171929.617000', '171929.620000', '171929.622000', '171929.625000', '171929.628000', '171929.630000', '171929.633000', '171929.636000', '171929.638000', '171929.641000', '171929.644000', '171929.647000', '171929.649000', '171929.652000', '171929.654000', '171929.657000', '171929.660000', '171929.662000', '171929.665000', '171929.668000', '171929.670000', '171929.673000', '171929.676000', '171929.678000', '171929.681000', '171929.684000', '171929.686000', '171929.689000', '171929.692000', '171929.694000', '171929.697000', '171929.700000', '171929.703000', '171929.705000', '171929.708000', '171929.711000', '171929.713000', '171929.718000', '171929.721000', '171929.723000', '171929.726000', '171944.380000', '171944.383000', '171944.386000', '171944.389000', '171944.392000', '171944.395000', '171944.397000', '171944.400000', '171944.403000', '171944.405000', '171944.408000', '171944.411000', '171944.414000', '171944.417000', '171944.420000', '171944.422000', '171944.425000', '171944.428000', '171944.431000', '171944.434000', '171944.437000', '171944.440000', '171944.443000', '171944.446000', '171944.449000', '171944.451000', '171944.454000', '171944.457000', '171944.460000', '171944.463000', '171944.465000', '171944.468000', '171944.471000'], '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': [7057, 8282, 6626, 9823, 7374, 7841, 7779, 6777, 10438, 6410, 9926, 6925, 8071, 7297, 6698, 9979, 6615, 10710, 6801, 7866, 6828, 6638, 8426, 6310, 9300, 6489, 6731, 6993, 6675, 8938, 6945, 9988, 7187, 7424, 7464, 6695, 8852, 6428, 8849, 6654, 9236, 7183, 6517, 7480, 6337, 8208, 6350, 10279, 7448, 6823, 7599, 6437, 8991, 7021, 10570, 8745, 6595, 7767, 6601, 9753, 7335, 12223, 8948, 9812, 7463, 6464, 8300, 6572, 10659, 7201, 10579, 7406, 8227, 7317, 6488, 8722, 6496, 9185, 7289, 6652, 7820, 6528, 8988, 6815, 9564, 7458, 7759, 7329, 6493, 8529, 6676, 8912, 7232, 7884, 7651, 6503, 8702, 6777, 9505, 7717, 6623, 8088, 6453, 9097, 6984, 10903, 8478, 6675, 7712, 6366, 9126, 7394, 8359, 7841, 6415, 8458, 6484, 9018, 7448, 6831, 8586, 6535, 9726, 7376, 9888, 8269, 6798, 7950, 6352, 8896, 6775, 9487, 7619, 6717, 7395, 6599, 8090, 6429, 9520, 7531, 7487, 7111, 6597, 8420, 6433, 9918, 8229, 8668, 7229, 6625, 7655, 6685, 10208, 7931, 10021, 7310, 6780, 7925, 6628, 9491, 6708, 7724, 7066, 6726, 9406, 7092, 7998, 7479, 6802, 8481, 7408, 6497, 11106, 9275, 6652, 8608, 6446, 11631, 8092, 11840, 9802, 9970, 6927, 6632, 7319, 6825, 8504, 6290, 8430, 6800, 6799, 7150, 6692, 7660, 6432, 9474, 7364, 10147, 7986, 7048, 7500, 6546, 7781, 6876, 9833, 7141, 10632, 6585, 9398, 7010, 8261, 7325, 6839, 7191, 6439, 8050, 6401, 9350, 7548, 9403, 7621, 6663, 7062, 6737, 8452, 7114, 9190, 6370, 8059, 7245, 7710, 7595, 6675, 8115, 6522, 8876, 6900, 11924, 8502, 8734, 7056, 6756, 7129, 6750, 8604, 7132, 9575, 7123, 8319, 6889, 7742, 7381, 7707, 7716, 6776, 8208, 6740, 8890, 7232, 9578, 6990, 7342, 6957, 6715, 8179, 6676, 8554, 6430, 9255, 7514, 8698, 7921, 6768, 8154, 6579, 10142, 7288, 11504, 9019, 9359, 6908, 6578, 8006, 6706, 8639, 7314, 8598, 6520, 8790, 7011, 9605, 8071, 8182, 6910, 6687, 6684, 6624, 8498, 6640, 8734, 6740, 8462, 7157, 6613, 7860, 6479, 8607, 6996, 7680, 7137, 6365, 8195, 6776, 8429, 7051, 10941, 8729, 11692, 7672, 8490, 7800, 6439, 9142, 6578, 9033, 6667, 9254, 7442, 8433, 7638, 6892, 7503, 6563, 8613, 6682, 9072, 6706, 8825, 6691, 9853, 7910, 11329, 6627, 8495, 6794, 6767, 7172, 6256, 7997, 6333, 8325, 6476, 10839, 7940, 8205, 6797, 6778, 7114, 6993, 7701, 6431, 7902, 7184, 8531, 6692, 9956, 7976, 10833, 6843, 6959, 6967, 6809, 8387, 6443, 9792, 6780, 8695, 7142, 9290, 8199, 6587, 7709, 6923, 8087, 6689, 10096, 6998, 9100, 7006, 6564, 7109, 6425, 7872, 6366, 8968, 6992, 10755, 8543, 7380, 6844, 6705, 7728, 6769, 9054, 6531, 9666, 6930, 7781, 7133, 7145, 7472, 6618, 7989, 6324, 9098, 7398, 11583, 7076, 9582, 6939, 9291, 7885, 7946, 7504, 6876, 7336, 6866, 7800, 6812, 8343, 6206, 9417, 6791, 8702, 8034, 6793, 7289, 6735, 7820, 6733, 8446, 6764, 9576, 6465, 9269, 6807, 9373, 8131, 6676, 6841, 6670, 8080, 6844, 10322, 7146, 6785, 7074, 6540, 9089, 6771, 10515, 6466, 9342, 6568, 9863, 8028, 8929, 6817, 6912, 6792, 6541, 8241, 6630, 9478, 6202, 9083, 6552, 10015, 8140, 7532, 6912, 6758, 7513, 6583, 8737, 6307, 9483, 6629, 9037, 7370, 7919, 7393, 6727, 7117, 7038, 7749, 6748, 8543, 6270, 8740, 6737, 7461, 7111, 6464, 7828, 6282, 9085, 7323, 10559, 8251, 6639, 7291, 6427, 8350, 6898, 10528, 7427, 6862, 6996, 6466, 8874, 6675, 11375, 6753, 8230, 6955, 7718, 8078, 6629, 8506, 6197, 8996, 6955, 8340, 7595, 6533, 7398, 6524, 9018, 7174, 11260, 8120, 11011, 6519, 8808, 7099, 6981, 7385, 6543, 7391, 6465, 8681, 6962, 9046, 7546, 7020, 6974, 7376, 7040, 10765, 8426, 7072, 7255, 6781, 7183, 6826, 8137, 6148, 8063, 6354, 7084, 6700, 6733, 7114, 6633, 7418, 6482, 8911, 6886, 9931, 6163, 9676, 7314, 11073, 8379, 7418, 7136, 6709, 7400, 6680, 8738, 6731, 9485, 6218, 9332, 6919, 8758, 7574, 6712, 6944, 6474, 8598, 6845, 8738, 6728, 6669, 7131, 6510, 9112, 7217, 6630, 9206, 7723, 11755, 8035, 10965, 7524, 11109, 8935, 7565, 7132, 6772, 7064, 6712, 7774, 6500, 8332, 6433, 7657, 6668, 7407, 7282, 6554, 7520, 6399, 7952, 6437, 10261, 7939, 8473, 7257, 6666, 7320, 6577, 8167, 6341, 8520, 7315, 11880, 9430, 7992, 7370, 6759, 7698, 6973, 11559, 7111, 11061, 6839, 10272, 7989, 10706, 8794, 6613, 6981, 6709, 8397, 6525, 9131, 6411, 8570, 6662, 10638, 7716, 8042, 7033, 7028, 6956, 6514, 8035, 6930, 8412, 6342, 8516, 6504, 8529, 7464, 10098, 7766, 8522, 7258, 6691, 7150, 6636, 7949, 6620, 7358, 6358, 8286, 7176, 10144, 7458, 10725, 6468, 9544, 7235, 10405, 7808, 10234, 6799, 8687, 6807, 7549, 7357, 6572, 7040, 6799, 7761, 6664, 8759, 6401, 8792, 6295, 8760, 6932, 9141, 7810, 6709, 6813, 6715, 7025, 6799, 8183, 6505, 8753, 6376, 9106, 7588, 8528, 7321, 6669, 6928, 6560, 7966, 6518, 9515, 6339, 10028, 7597, 10092, 8259, 6817, 7075, 6739, 7283, 6776, 8440, 6425, 9852, 6390, 8529, 6873, 7815, 7558, 6515, 7356, 6579, 8080, 6871, 10666, 7177, 9705, 7083, 8066, 7394, 6804, 8175, 6452, 9059, 7549, 9229, 7948, 6759, 6950, 6808, 7179, 6563, 8147, 6396, 8209, 6163, 9584, 7424, 7973, 7169, 6901, 7033, 6655, 8415, 6716, 9423, 6620, 9636, 7586, 11164, 8428, 8619, 7072, 7025, 7071, 6535, 8159, 7223, 9852, 6392, 8934, 7010, 8371, 7963, 6775, 7398, 6838, 8212, 6875, 10011, 7154, 10038, 6327, 7794, 7320, 6460, 7569, 6630, 7269, 6202, 8735, 7367, 10011, 6854, 9341, 7006, 8589, 7782, 6661, 7271, 6637, 7407, 6427, 8821, 7847, 7829, 6611, 6662, 6923, 6597, 9242, 6981, 10629, 7011, 9577, 8143, 9254, 7947, 6747, 7116, 6518, 8686, 7661, 8190, 6876, 6552, 7075], 'WindowCenter': [4029.0, 4034.0, 4001.0, 4029.0, 3999.0, 4007.0, 3997.0, 3987.0, 4027.0, 3975.0, 4014.0, 3983.0, 3993.0, 3994.0, 3973.0, 4025.0, 3986.0, 4025.0, 3985.0, 4005.0, 3984.0, 3985.0, 4005.0, 3974.0, 4014.0, 3974.0, 3984.0, 3984.0, 3986.0, 4016.0, 3996.0, 4024.0, 3985.0, 3994.0, 3995.0, 3984.0, 4016.0, 3974.0, 4015.0, 3985.0, 4028.0, 3997.0, 3985.0, 3995.0, 3975.0, 4005.0, 3986.0, 4028.0, 3998.0, 3986.0, 4007.0, 3986.0, 4017.0, 3999.0, 4039.0, 4018.0, 3987.0, 3996.0, 3985.0, 4016.0, 3996.0, 4036.0, 4016.0, 4015.0, 3994.0, 3974.0, 4005.0, 3985.0, 4025.0, 3994.0, 4024.0, 3983.0, 4004.0, 3995.0, 3974.0, 4004.0, 3974.0, 4014.0, 3995.0, 3984.0, 3996.0, 3986.0, 4016.0, 3985.0, 4015.0, 3995.0, 4006.0, 3998.0, 3986.0, 4006.0, 3986.0, 4016.0, 3997.0, 4008.0, 4008.0, 3987.0, 4016.0, 3986.0, 4027.0, 4008.0, 3986.0, 4007.0, 3986.0, 4016.0, 3997.0, 4039.0, 4007.0, 3985.0, 3996.0, 3975.0, 4015.0, 3997.0, 4018.0, 4007.0, 3986.0, 4006.0, 3986.0, 4016.0, 3997.0, 3986.0, 4006.0, 3975.0, 4015.0, 3995.0, 4015.0, 4006.0, 3984.0, 3994.0, 3974.0, 4004.0, 3985.0, 4016.0, 3996.0, 3985.0, 3995.0, 3985.0, 4006.0, 3976.0, 4028.0, 4007.0, 3995.0, 3985.0, 3984.0, 4005.0, 3987.0, 4027.0, 4007.0, 4016.0, 3995.0, 3985.0, 3996.0, 3986.0, 4027.0, 4007.0, 4026.0, 3994.0, 3984.0, 4008.0, 3997.0, 4026.0, 3986.0, 3995.0, 3996.0, 3987.0, 4029.0, 3996.0, 4006.0, 3996.0, 3983.0, 4016.0, 3996.0, 3988.0, 4039.0, 4029.0, 3986.0, 4015.0, 3975.0, 4037.0, 4007.0, 4035.0, 4027.0, 4014.0, 3984.0, 3983.0, 3994.0, 3985.0, 4005.0, 3974.0, 4004.0, 3985.0, 3986.0, 3998.0, 3986.0, 3996.0, 3986.0, 4016.0, 3998.0, 4029.0, 4007.0, 3984.0, 3995.0, 3973.0, 3994.0, 3985.0, 4016.0, 3984.0, 4024.0, 3973.0, 4003.0, 3984.0, 4005.0, 3995.0, 3984.0, 3984.0, 3972.0, 3994.0, 3974.0, 4016.0, 3997.0, 4015.0, 3995.0, 3984.0, 3985.0, 3998.0, 4006.0, 3997.0, 4016.0, 3985.0, 4005.0, 3996.0, 4007.0, 3997.0, 3985.0, 4005.0, 3974.0, 4015.0, 3996.0, 4037.0, 4005.0, 4004.0, 3984.0, 3984.0, 3984.0, 3984.0, 4005.0, 3985.0, 4015.0, 3984.0, 4004.0, 3985.0, 3994.0, 3996.0, 3996.0, 3995.0, 3985.0, 4005.0, 3985.0, 4018.0, 3997.0, 4016.0, 3996.0, 3994.0, 3985.0, 3986.0, 4006.0, 3986.0, 4016.0, 3986.0, 4016.0, 3997.0, 4017.0, 4007.0, 3985.0, 4006.0, 3986.0, 4015.0, 3996.0, 4026.0, 4015.0, 4014.0, 3983.0, 3971.0, 4005.0, 3985.0, 4004.0, 3984.0, 4003.0, 3973.0, 4003.0, 3985.0, 4016.0, 4007.0, 4004.0, 3984.0, 3973.0, 3985.0, 3985.0, 4005.0, 3985.0, 4005.0, 3985.0, 4005.0, 3997.0, 3986.0, 4007.0, 3987.0, 4017.0, 3998.0, 4010.0, 4010.0, 3988.0, 4019.0, 3998.0, 4007.0, 3998.0, 4039.0, 4018.0, 4038.0, 3996.0, 4006.0, 3996.0, 3986.0, 4017.0, 3984.0, 4015.0, 3985.0, 4016.0, 3997.0, 4006.0, 4007.0, 3985.0, 3995.0, 3986.0, 4017.0, 3986.0, 4016.0, 3985.0, 4005.0, 3986.0, 4028.0, 4007.0, 4037.0, 3985.0, 4004.0, 3984.0, 3985.0, 3985.0, 3975.0, 4005.0, 3974.0, 4005.0, 3987.0, 4039.0, 4007.0, 4005.0, 3986.0, 3984.0, 3997.0, 3997.0, 3996.0, 3975.0, 3994.0, 3985.0, 4005.0, 3985.0, 4014.0, 3995.0, 4024.0, 3984.0, 3983.0, 3986.0, 3985.0, 4006.0, 3975.0, 4015.0, 3985.0, 4004.0, 3997.0, 4016.0, 4006.0, 3984.0, 3993.0, 3983.0, 4005.0, 3986.0, 4014.0, 3985.0, 4003.0, 3984.0, 3984.0, 3985.0, 3975.0, 4005.0, 3975.0, 4004.0, 3997.0, 4027.0, 4006.0, 3994.0, 3985.0, 3984.0, 3995.0, 3985.0, 4005.0, 3974.0, 4014.0, 3984.0, 3994.0, 3984.0, 3985.0, 3995.0, 3984.0, 3993.0, 3974.0, 4016.0, 3995.0, 4025.0, 3985.0, 4013.0, 3984.0, 4015.0, 3995.0, 3993.0, 3984.0, 3972.0, 3984.0, 3984.0, 3994.0, 3984.0, 4004.0, 3974.0, 4014.0, 3985.0, 4015.0, 4006.0, 3985.0, 3994.0, 3984.0, 3994.0, 3985.0, 4006.0, 3985.0, 4016.0, 3975.0, 4014.0, 3987.0, 4028.0, 4007.0, 3985.0, 3985.0, 3985.0, 4007.0, 3986.0, 4026.0, 3986.0, 3984.0, 3985.0, 3986.0, 4017.0, 3987.0, 4026.0, 3974.0, 4015.0, 3985.0, 4026.0, 4006.0, 4003.0, 3983.0, 3983.0, 3983.0, 3973.0, 4005.0, 3984.0, 4014.0, 3963.0, 4004.0, 3975.0, 4016.0, 4005.0, 3993.0, 3984.0, 3972.0, 3994.0, 3984.0, 4006.0, 3974.0, 4015.0, 3984.0, 4016.0, 3996.0, 4005.0, 3995.0, 3973.0, 3984.0, 3985.0, 3995.0, 3984.0, 4005.0, 3974.0, 4005.0, 3985.0, 3996.0, 3987.0, 3984.0, 3995.0, 3975.0, 4017.0, 3998.0, 4027.0, 4007.0, 3986.0, 3995.0, 3974.0, 4007.0, 3997.0, 4028.0, 3995.0, 3984.0, 3985.0, 3987.0, 4017.0, 3986.0, 4036.0, 3985.0, 4004.0, 3985.0, 4005.0, 4006.0, 3985.0, 4005.0, 3972.0, 4015.0, 3995.0, 4005.0, 3995.0, 3973.0, 3995.0, 3975.0, 4015.0, 3996.0, 4025.0, 4006.0, 4024.0, 3973.0, 4003.0, 3985.0, 3984.0, 3995.0, 3974.0, 3993.0, 3974.0, 4017.0, 3998.0, 4016.0, 4007.0, 3985.0, 3985.0, 3993.0, 3997.0, 4026.0, 4007.0, 3983.0, 3983.0, 3972.0, 3985.0, 3984.0, 4004.0, 3975.0, 4004.0, 3975.0, 3997.0, 3987.0, 3987.0, 3997.0, 3987.0, 3996.0, 3987.0, 4018.0, 3996.0, 4016.0, 3976.0, 4015.0, 3996.0, 4037.0, 4006.0, 3994.0, 3984.0, 3983.0, 3994.0, 3985.0, 4005.0, 3985.0, 4014.0, 3963.0, 4015.0, 3997.0, 4005.0, 3995.0, 3984.0, 3984.0, 3973.0, 4006.0, 3986.0, 4006.0, 3986.0, 3985.0, 3996.0, 3986.0, 4018.0, 4007.0, 3998.0, 4031.0, 4009.0, 4037.0, 4006.0, 4024.0, 3995.0, 4025.0, 4005.0, 3994.0, 3983.0, 3973.0, 3984.0, 3985.0, 3995.0, 3975.0, 4004.0, 3973.0, 3994.0, 3988.0, 3996.0, 3997.0, 3986.0, 4007.0, 3986.0, 4007.0, 3988.0, 4028.0, 4008.0, 4006.0, 3997.0, 3998.0, 4009.0, 3998.0, 4008.0, 3986.0, 4018.0, 3997.0, 4038.0, 4018.0, 4006.0, 3995.0, 3984.0, 4007.0, 3996.0, 4036.0, 3985.0, 4025.0, 3973.0, 4025.0, 4006.0, 4026.0, 4004.0, 3983.0, 3983.0, 3983.0, 4006.0, 3975.0, 4016.0, 3974.0, 4004.0, 3985.0, 4027.0, 4022.0, 4008.0, 3995.0, 3983.0, 3983.0, 3973.0, 4007.0, 3995.0, 4007.0, 3985.0, 4004.0, 3974.0, 4006.0, 3996.0, 4026.0, 3996.0, 4004.0, 3995.0, 3983.0, 3996.0, 3985.0, 4007.0, 3985.0, 3994.0, 3974.0, 4005.0, 3997.0, 4026.0, 3995.0, 4025.0, 3974.0, 4013.0, 3993.0, 4025.0, 3994.0, 4013.0, 3973.0, 4002.0, 3973.0, 3994.0, 3994.0, 3983.0, 3983.0, 3983.0, 3995.0, 3986.0, 4005.0, 3985.0, 4004.0, 3974.0, 4004.0, 3996.0, 4016.0, 3996.0, 3984.0, 3985.0, 3984.0, 3986.0, 3986.0, 4005.0, 3975.0, 4004.0, 3974.0, 4016.0, 4007.0, 4005.0, 3995.0, 3984.0, 3985.0, 3986.0, 4006.0, 3987.0, 4015.0, 3975.0, 4015.0, 3996.0, 4027.0, 4006.0, 3984.0, 3984.0, 3983.0, 3995.0, 3985.0, 4005.0, 3974.0, 4013.0, 3974.0, 4005.0, 3987.0, 3995.0, 3996.0, 3974.0, 3994.0, 3986.0, 4006.0, 3985.0, 4026.0, 3984.0, 4014.0, 3984.0, 4006.0, 3995.0, 3985.0, 4005.0, 3974.0, 4015.0, 4007.0, 4016.0, 4006.0, 3984.0, 3984.0, 3985.0, 3996.0, 3985.0, 3995.0, 3974.0, 4004.0, 3974.0, 4016.0, 3996.0, 4004.0, 3985.0, 3985.0, 3984.0, 3986.0, 4005.0, 3985.0, 4015.0, 3984.0, 4013.0, 3995.0, 4025.0, 4005.0, 4004.0, 3984.0, 3983.0, 3983.0, 3974.0, 4005.0, 3995.0, 4015.0, 3974.0, 4004.0, 3996.0, 4006.0, 4007.0, 3984.0, 3984.0, 3983.0, 4005.0, 3986.0, 4015.0, 3985.0, 4014.0, 3974.0, 3995.0, 3996.0, 3973.0, 3995.0, 3984.0, 3994.0, 3976.0, 4007.0, 3995.0, 4014.0, 3985.0, 4014.0, 3984.0, 4006.0, 3995.0, 3984.0, 3994.0, 3973.0, 3983.0, 3976.0, 4016.0, 4006.0, 3994.0, 3985.0, 3984.0, 3996.0, 3986.0, 4016.0, 3984.0, 4026.0, 3985.0, 4015.0, 4006.0, 4014.0, 3994.0, 3972.0, 3983.0, 3974.0, 4005.0, 3996.0, 4004.0, 3984.0, 3973.0, 3997.0], 'WindowWidth': [9005.0, 9000.0, 8951.0, 8982.0, 8941.0, 8947.0, 8936.0, 8921.0, 8975.0, 8903.0, 8953.0, 8910.0, 8922.0, 8925.0, 8896.0, 8970.0, 8917.0, 8968.0, 8914.0, 8941.0, 8912.0, 8915.0, 8942.0, 8900.0, 8952.0, 8898.0, 8911.0, 8913.0, 8918.0, 8958.0, 8930.0, 8966.0, 8915.0, 8925.0, 8929.0, 8914.0, 8957.0, 8900.0, 8952.0, 8916.0, 8980.0, 8935.0, 8917.0, 8929.0, 8901.0, 8941.0, 8920.0, 8977.0, 8937.0, 8919.0, 8947.0, 8920.0, 8959.0, 8939.0, 8992.0, 8963.0, 8920.0, 8931.0, 8917.0, 8958.0, 8932.0, 8983.0, 8957.0, 8953.0, 8926.0, 8898.0, 8939.0, 8914.0, 8967.0, 8926.0, 8964.0, 8909.0, 8937.0, 8927.0, 8900.0, 8938.0, 8900.0, 8953.0, 8927.0, 8912.0, 8930.0, 8918.0, 8958.0, 8916.0, 8955.0, 8929.0, 8946.0, 8935.0, 8917.0, 8943.0, 8918.0, 8958.0, 8936.0, 8953.0, 8950.0, 8921.0, 8959.0, 8920.0, 8975.0, 8952.0, 8920.0, 8947.0, 8919.0, 8958.0, 8934.0, 8994.0, 8949.0, 8916.0, 8930.0, 8902.0, 8955.0, 8935.0, 8964.0, 8948.0, 8920.0, 8944.0, 8919.0, 8957.0, 8935.0, 8917.0, 8945.0, 8902.0, 8954.0, 8928.0, 8956.0, 8944.0, 8913.0, 8924.0, 8898.0, 8938.0, 8914.0, 8958.0, 8930.0, 8914.0, 8927.0, 8916.0, 8942.0, 8906.0, 8977.0, 8947.0, 8929.0, 8916.0, 8914.0, 8942.0, 8922.0, 8975.0, 8947.0, 8958.0, 8930.0, 8914.0, 8930.0, 8919.0, 8972.0, 8947.0, 8970.0, 8927.0, 8914.0, 8952.0, 8938.0, 8973.0, 8919.0, 8929.0, 8931.0, 8922.0, 8979.0, 8932.0, 8942.0, 8929.0, 8912.0, 8958.0, 8932.0, 8925.0, 8997.0, 8980.0, 8921.0, 8956.0, 8903.0, 8986.0, 8949.0, 8983.0, 8973.0, 8951.0, 8911.0, 8909.0, 8925.0, 8915.0, 8940.0, 8900.0, 8938.0, 8914.0, 8918.0, 8935.0, 8919.0, 8931.0, 8920.0, 8958.0, 8936.0, 8982.0, 8949.0, 8914.0, 8929.0, 8897.0, 8926.0, 8915.0, 8957.0, 8912.0, 8965.0, 8896.0, 8934.0, 8910.0, 8941.0, 8929.0, 8911.0, 8912.0, 8895.0, 8923.0, 8900.0, 8957.0, 8933.0, 8955.0, 8930.0, 8913.0, 8915.0, 8940.0, 8946.0, 8935.0, 8957.0, 8917.0, 8941.0, 8932.0, 8947.0, 8934.0, 8916.0, 8941.0, 8899.0, 8954.0, 8932.0, 8986.0, 8941.0, 8938.0, 8910.0, 8911.0, 8910.0, 8912.0, 8942.0, 8914.0, 8953.0, 8913.0, 8937.0, 8914.0, 8925.0, 8932.0, 8932.0, 8929.0, 8914.0, 8941.0, 8917.0, 8965.0, 8936.0, 8958.0, 8930.0, 8925.0, 8915.0, 8919.0, 8946.0, 8919.0, 8958.0, 8918.0, 8957.0, 8934.0, 8962.0, 8947.0, 8916.0, 8943.0, 8916.0, 8955.0, 8933.0, 8972.0, 8954.0, 8951.0, 8909.0, 8892.0, 8941.0, 8914.0, 8938.0, 8910.0, 8935.0, 8896.0, 8935.0, 8916.0, 8957.0, 8945.0, 8938.0, 8912.0, 8895.0, 8914.0, 8916.0, 8942.0, 8916.0, 8940.0, 8915.0, 8943.0, 8934.0, 8921.0, 8948.0, 8921.0, 8961.0, 8938.0, 8957.0, 8958.0, 8926.0, 8967.0, 8937.0, 8949.0, 8938.0, 8995.0, 8966.0, 8989.0, 8932.0, 8942.0, 8931.0, 8918.0, 8961.0, 8914.0, 8956.0, 8916.0, 8958.0, 8936.0, 8945.0, 8948.0, 8916.0, 8930.0, 8919.0, 8961.0, 8919.0, 8958.0, 8917.0, 8940.0, 8918.0, 8978.0, 8949.0, 8987.0, 8915.0, 8938.0, 8913.0, 8916.0, 8916.0, 8902.0, 8940.0, 8900.0, 8941.0, 8921.0, 8992.0, 8946.0, 8941.0, 8918.0, 8912.0, 8935.0, 8934.0, 8930.0, 8900.0, 8925.0, 8912.0, 8940.0, 8914.0, 8952.0, 8927.0, 8965.0, 8910.0, 8908.0, 8916.0, 8917.0, 8943.0, 8902.0, 8954.0, 8913.0, 8939.0, 8933.0, 8958.0, 8944.0, 8911.0, 8923.0, 8908.0, 8943.0, 8917.0, 8951.0, 8913.0, 8935.0, 8910.0, 8913.0, 8915.0, 8901.0, 8939.0, 8901.0, 8938.0, 8934.0, 8973.0, 8945.0, 8925.0, 8913.0, 8910.0, 8928.0, 8915.0, 8940.0, 8900.0, 8952.0, 8911.0, 8925.0, 8914.0, 8915.0, 8928.0, 8912.0, 8922.0, 8899.0, 8956.0, 8928.0, 8967.0, 8914.0, 8949.0, 8912.0, 8956.0, 8927.0, 8923.0, 8910.0, 8892.0, 8911.0, 8913.0, 8925.0, 8912.0, 8938.0, 8899.0, 8952.0, 8916.0, 8958.0, 8944.0, 8915.0, 8927.0, 8912.0, 8925.0, 8916.0, 8944.0, 8916.0, 8956.0, 8902.0, 8952.0, 8921.0, 8979.0, 8949.0, 8917.0, 8916.0, 8916.0, 8948.0, 8920.0, 8971.0, 8918.0, 8914.0, 8916.0, 8920.0, 8959.0, 8921.0, 8970.0, 8899.0, 8954.0, 8916.0, 8971.0, 8942.0, 8938.0, 8909.0, 8908.0, 8909.0, 8899.0, 8940.0, 8913.0, 8951.0, 8883.0, 8937.0, 8903.0, 8957.0, 8942.0, 8922.0, 8910.0, 8892.0, 8926.0, 8914.0, 8942.0, 8899.0, 8953.0, 8913.0, 8958.0, 8930.0, 8940.0, 8927.0, 8895.0, 8910.0, 8915.0, 8928.0, 8913.0, 8941.0, 8899.0, 8940.0, 8916.0, 8931.0, 8919.0, 8914.0, 8928.0, 8902.0, 8960.0, 8937.0, 8975.0, 8948.0, 8917.0, 8928.0, 8899.0, 8948.0, 8935.0, 8976.0, 8929.0, 8913.0, 8916.0, 8921.0, 8960.0, 8919.0, 8985.0, 8915.0, 8939.0, 8917.0, 8943.0, 8944.0, 8914.0, 8939.0, 8895.0, 8955.0, 8931.0, 8943.0, 8930.0, 8896.0, 8927.0, 8902.0, 8955.0, 8931.0, 8968.0, 8943.0, 8963.0, 8896.0, 8936.0, 8915.0, 8913.0, 8927.0, 8898.0, 8923.0, 8900.0, 8961.0, 8937.0, 8959.0, 8946.0, 8915.0, 8916.0, 8924.0, 8933.0, 8970.0, 8944.0, 8908.0, 8908.0, 8893.0, 8914.0, 8914.0, 8940.0, 8902.0, 8940.0, 8902.0, 8935.0, 8924.0, 8921.0, 8935.0, 8921.0, 8932.0, 8923.0, 8964.0, 8931.0, 8957.0, 8903.0, 8954.0, 8930.0, 8988.0, 8945.0, 8927.0, 8914.0, 8908.0, 8924.0, 8917.0, 8940.0, 8915.0, 8949.0, 8882.0, 8954.0, 8934.0, 8943.0, 8929.0, 8912.0, 8911.0, 8897.0, 8943.0, 8919.0, 8944.0, 8918.0, 8913.0, 8931.0, 8921.0, 8966.0, 8950.0, 8938.0, 8988.0, 8954.0, 8989.0, 8943.0, 8965.0, 8926.0, 8967.0, 8940.0, 8923.0, 8909.0, 8894.0, 8913.0, 8917.0, 8929.0, 8901.0, 8939.0, 8898.0, 8926.0, 8923.0, 8933.0, 8936.0, 8920.0, 8947.0, 8919.0, 8948.0, 8926.0, 8976.0, 8952.0, 8945.0, 8934.0, 8940.0, 8955.0, 8938.0, 8950.0, 8920.0, 8961.0, 8936.0, 8992.0, 8963.0, 8944.0, 8929.0, 8913.0, 8947.0, 8932.0, 8984.0, 8915.0, 8966.0, 8897.0, 8970.0, 8945.0, 8970.0, 8941.0, 8910.0, 8910.0, 8909.0, 8945.0, 8902.0, 8956.0, 8899.0, 8937.0, 8914.0, 8975.0, 8978.0, 8951.0, 8930.0, 8910.0, 8911.0, 8898.0, 8945.0, 8930.0, 8945.0, 8916.0, 8938.0, 8900.0, 8943.0, 8931.0, 8971.0, 8931.0, 8938.0, 8928.0, 8911.0, 8932.0, 8916.0, 8946.0, 8914.0, 8926.0, 8899.0, 8942.0, 8934.0, 8969.0, 8930.0, 8965.0, 8898.0, 8947.0, 8923.0, 8966.0, 8925.0, 8948.0, 8895.0, 8932.0, 8897.0, 8927.0, 8926.0, 8910.0, 8910.0, 8910.0, 8928.0, 8920.0, 8941.0, 8915.0, 8937.0, 8898.0, 8938.0, 8931.0, 8958.0, 8932.0, 8912.0, 8914.0, 8911.0, 8919.0, 8918.0, 8943.0, 8902.0, 8938.0, 8900.0, 8959.0, 8947.0, 8942.0, 8929.0, 8912.0, 8914.0, 8921.0, 8944.0, 8922.0, 8956.0, 8902.0, 8953.0, 8931.0, 8973.0, 8943.0, 8912.0, 8911.0, 8910.0, 8929.0, 8916.0, 8940.0, 8900.0, 8949.0, 8899.0, 8942.0, 8922.0, 8929.0, 8930.0, 8899.0, 8925.0, 8917.0, 8944.0, 8917.0, 8970.0, 8913.0, 8951.0, 8912.0, 8943.0, 8929.0, 8914.0, 8940.0, 8900.0, 8953.0, 8946.0, 8958.0, 8943.0, 8912.0, 8911.0, 8913.0, 8930.0, 8917.0, 8927.0, 8899.0, 8937.0, 8899.0, 8958.0, 8931.0, 8939.0, 8914.0, 8912.0, 8912.0, 8918.0, 8942.0, 8916.0, 8953.0, 8912.0, 8948.0, 8927.0, 8969.0, 8940.0, 8937.0, 8911.0, 8907.0, 8908.0, 8901.0, 8943.0, 8930.0, 8955.0, 8901.0, 8938.0, 8931.0, 8946.0, 8945.0, 8912.0, 8910.0, 8909.0, 8941.0, 8919.0, 8953.0, 8914.0, 8951.0, 8898.0, 8928.0, 8930.0, 8898.0, 8928.0, 8911.0, 8924.0, 8903.0, 8946.0, 8930.0, 8952.0, 8914.0, 8951.0, 8912.0, 8943.0, 8928.0, 8912.0, 8925.0, 8894.0, 8910.0, 8905.0, 8958.0, 8944.0, 8926.0, 8914.0, 8910.0, 8931.0, 8918.0, 8958.0, 8913.0, 8969.0, 8913.0, 8956.0, 8944.0, 8951.0, 8926.0, 8893.0, 8908.0, 8901.0, 8941.0, 8930.0, 8939.0, 8912.0, 8897.0, 8935.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.0001392980437284235</td></tr>
<tr><td colspan=3>aqi</td><td>0.02185287364787112</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.623702022765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1567719958410136</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9799313483640539</td></tr>
<tr><td colspan=3>efc</td><td>0.4595</td></tr>
<tr><td colspan=3>fber</td><td>6380.8511</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0850991371069813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.380897583429229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4788081973306753</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.407083851701558</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.589459301898843</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4398814383916245</td></tr>
<tr><td colspan=3>gcor</td><td>0.00331405</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007415699772536755</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02817419171333313</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.096167606246823</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.317</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5415</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.2195</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303134.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>611.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.2294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8713</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.7626</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3257.4273</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.4656</td></tr>
<tr><td colspan=3>tsnr</td><td>42.30379193747649</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>