<?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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-04/func/sub-0076_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>ce4d9c6aab0c0eee04f07818450b26d9</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>11:28:44.677500</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.99932, 0.0138227, -0.0341878, -0.0101164, 0.994283, 0.1063]</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.0981394</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>[4156, -7734, -7313, 767, 3, -53, -25, 93]</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>241.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>862598f8-78eb-42c4-adcc-6a82ff9708cb||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.6811020374298096, -0.027141498401761055, -0.0957464873790741, 114.12370300292969], [-0.037085242569446564, 2.6675877571105957, 0.2858806252479553, -99.89689636230469], [-0.09172330796718597, -0.2851947844028473, 2.683114767074585, -59.92231369018555], [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': ['112844.677500', '112845.137500', '112845.597500', '112846.057500', '112846.517500', '112846.977500', '112847.437500', '112847.897500', '112848.357500', '112848.817500', '112849.277500', '112849.737500', '112850.197500', '112850.657500', '112851.117500', '112851.577500', '112852.037500', '112852.497500', '112852.957500', '112853.417500', '112853.877500', '112854.337500', '112854.797500', '112855.257500', '112855.717500', '112856.177500', '112856.637500', '112857.097500', '112857.557500', '112858.017500', '112858.477500', '112858.937500', '112859.397500', '112859.857500', '112900.317500', '112900.777500', '112901.237500', '112901.697500', '112902.157500', '112902.617500', '112903.077500', '112903.537500', '112903.997500', '112904.457500', '112904.917500', '112905.377500', '112905.837500', '112906.297500', '112906.757500', '112907.217500', '112907.677500', '112908.137500', '112908.597500', '112909.057500', '112909.517500', '112909.977500', '112910.437500', '112910.897500', '112911.357500', '112911.817500', '112912.277500', '112912.737500', '112913.197500', '112913.657500', '112914.117500', '112914.577500', '112915.037500', '112915.497500', '112915.957500', '112916.417500', '112916.877500', '112917.337500', '112917.797500', '112918.257500', '112918.717500', '112919.177500', '112919.637500', '112920.097500', '112920.557500', '112921.017500', '112921.477500', '112921.937500', '112922.397500', '112922.857500', '112923.317500', '112923.777500', '112924.237500', '112924.697500', '112925.157500', '112925.617500', '112926.077500', '112926.537500', '112926.997500', '112927.457500', '112927.917500', '112928.377500', '112928.837500', '112929.297500', '112929.757500', '112930.217500', '112930.677500', '112931.137500', '112931.597500', '112932.057500', '112932.517500', '112932.977500', '112933.437500', '112933.897500', '112934.357500', '112934.817500', '112935.277500', '112935.737500', '112936.197500', '112936.657500', '112937.117500', '112937.577500', '112938.037500', '112938.497500', '112938.957500', '112939.417500', '112939.877500', '112940.337500', '112940.797500', '112941.257500', '112941.717500', '112942.177500', '112942.637500', '112943.097500', '112943.557500', '112944.017500', '112944.477500', '112944.937500', '112945.397500', '112945.857500', '112946.317500', '112946.777500', '112947.237500', '112947.697500', '112948.157500', '112948.617500', '112949.077500', '112949.537500', '112949.997500', '112950.457500', '112950.917500', '112951.377500', '112951.837500', '112952.297500', '112952.757500', '112953.217500', '112953.677500', '112954.137500', '112954.597500', '112955.057500', '112955.517500', '112955.977500', '112956.437500', '112956.897500', '112957.357500', '112957.817500', '112958.277500', '112958.737500', '112959.197500', '112959.657500', '113000.117500', '113000.577500', '113001.037500', '113001.497500', '113001.957500', '113002.417500', '113002.877500', '113003.337500', '113003.797500', '113004.257500', '113004.717500', '113005.177500', '113005.637500', '113006.097500', '113006.557500', '113007.017500', '113007.477500', '113007.937500', '113008.397500', '113008.857500', '113009.317500', '113009.777500', '113010.237500', '113010.697500', '113011.157500', '113011.617500', '113012.077500', '113012.537500', '113012.997500', '113013.457500', '113013.917500', '113014.377500', '113014.837500', '113015.297500', '113015.757500', '113016.217500', '113016.677500', '113017.137500', '113017.597500', '113018.057500', '113018.517500', '113018.977500', '113019.437500', '113019.897500', '113020.357500', '113020.817500', '113021.277500', '113021.737500', '113022.197500', '113022.657500', '113023.117500', '113023.577500', '113024.037500', '113024.497500', '113024.957500', '113025.417500', '113025.877500', '113026.337500', '113026.797500', '113027.257500', '113027.717500', '113028.177500', '113028.637500', '113029.097500', '113029.557500', '113030.017500', '113030.477500', '113030.937500', '113031.397500', '113031.857500', '113032.317500', '113032.777500', '113033.237500', '113033.697500', '113034.157500', '113034.617500', '113035.077500', '113035.537500', '113035.997500', '113036.457500', '113036.917500', '113037.377500', '113037.837500', '113038.297500', '113038.757500', '113039.217500', '113039.677500', '113040.137500', '113040.597500', '113041.057500', '113041.517500', '113041.977500', '113042.437500', '113042.897500', '113043.357500', '113043.817500', '113044.277500', '113044.737500', '113045.197500', '113045.657500', '113046.117500', '113046.577500', '113047.037500', '113047.497500', '113047.957500', '113048.417500', '113048.877500', '113049.337500', '113049.797500', '113050.257500', '113050.717500', '113051.177500', '113051.637500', '113052.097500', '113052.557500', '113053.017500', '113053.477500', '113053.937500', '113054.397500', '113054.857500', '113055.317500', '113055.777500', '113056.237500', '113056.697500', '113057.157500', '113057.617500', '113058.077500', '113058.537500', '113058.997500', '113059.457500', '113059.917500', '113100.377500', '113100.837500', '113101.297500', '113101.757500', '113102.217500', '113102.677500', '113103.137500', '113103.597500', '113104.057500', '113104.517500', '113104.977500', '113105.437500', '113105.897500', '113106.357500', '113106.817500', '113107.277500', '113107.737500', '113108.197500', '113108.657500', '113109.117500', '113109.577500', '113110.037500', '113110.497500', '113110.957500', '113111.417500', '113111.877500', '113112.337500', '113112.797500', '113113.257500', '113113.717500', '113114.177500', '113114.637500', '113115.097500', '113115.557500', '113116.017500', '113116.477500', '113116.937500', '113117.397500', '113117.857500', '113118.317500', '113118.777500', '113119.237500', '113119.697500', '113120.157500', '113120.617500', '113121.077500', '113121.537500', '113121.997500', '113122.457500', '113122.917500', '113123.377500', '113123.837500', '113124.297500', '113124.757500', '113125.217500', '113125.677500', '113126.137500', '113126.597500', '113127.057500', '113127.517500', '113127.977500', '113128.437500', '113128.897500', '113129.357500', '113129.817500', '113130.277500', '113130.737500', '113131.197500', '113131.657500', '113132.117500', '113132.577500', '113133.037500', '113133.497500', '113133.957500', '113134.417500', '113134.877500', '113135.337500', '113135.797500', '113136.257500', '113136.717500', '113137.177500', '113137.637500', '113138.097500', '113138.557500', '113139.017500', '113139.477500', '113139.937500', '113140.397500', '113140.857500', '113141.317500', '113141.777500', '113142.237500', '113142.697500', '113143.157500', '113143.617500', '113144.077500', '113144.537500', '113144.997500', '113145.457500', '113145.917500', '113146.377500', '113146.837500', '113147.297500', '113147.757500', '113148.217500', '113148.677500', '113149.137500', '113149.597500', '113150.057500', '113150.517500', '113150.977500', '113151.437500', '113151.897500', '113152.357500', '113152.817500', '113153.277500', '113153.737500', '113154.197500', '113154.657500', '113155.117500', '113155.577500', '113156.037500', '113156.497500', '113156.957500', '113157.417500', '113157.877500', '113158.337500', '113158.797500', '113159.257500', '113159.717500', '113200.177500', '113200.637500', '113201.097500', '113201.557500', '113202.017500', '113202.477500', '113202.937500', '113203.397500', '113203.857500', '113204.317500', '113204.777500', '113205.237500', '113205.697500', '113206.157500', '113206.617500', '113207.077500', '113207.537500', '113207.997500', '113208.457500', '113208.917500', '113209.377500', '113209.837500', '113210.297500', '113210.757500', '113211.217500', '113211.677500', '113212.137500', '113212.597500', '113213.057500', '113213.517500', '113213.977500', '113214.437500', '113214.897500', '113215.357500', '113215.817500', '113216.277500', '113216.737500', '113217.197500', '113217.657500', '113218.117500', '113218.577500', '113219.037500', '113219.497500', '113219.957500', '113220.417500', '113220.877500', '113221.337500', '113221.797500', '113222.257500', '113222.717500', '113223.177500', '113223.637500', '113224.097500', '113224.557500', '113225.017500', '113225.477500', '113225.937500', '113226.397500', '113226.857500', '113227.317500', '113227.777500', '113228.237500', '113228.697500', '113229.157500', '113229.617500', '113230.077500', '113230.537500', '113230.997500', '113231.457500', '113231.917500', '113232.377500', '113232.837500', '113233.297500', '113233.757500', '113234.217500', '113234.677500', '113235.137500', '113235.597500', '113236.057500', '113236.517500', '113236.977500', '113237.437500', '113237.897500', '113238.357500', '113238.817500', '113239.277500', '113239.737500', '113240.197500', '113240.657500', '113241.117500', '113241.577500', '113242.037500', '113242.497500', '113242.957500', '113243.417500', '113243.877500', '113244.337500', '113244.797500', '113245.257500', '113245.717500', '113246.177500', '113246.637500', '113247.097500', '113247.557500', '113248.017500', '113248.477500', '113248.937500', '113249.397500', '113249.857500', '113250.317500', '113250.777500', '113251.237500', '113251.697500', '113252.157500', '113252.617500', '113253.077500', '113253.537500', '113253.997500', '113254.457500', '113254.917500', '113255.377500', '113255.837500', '113256.297500', '113256.757500', '113257.217500', '113257.677500', '113258.137500', '113258.597500', '113259.057500', '113259.517500', '113259.977500', '113300.437500', '113300.897500', '113301.357500', '113301.817500', '113302.277500', '113302.737500', '113303.197500', '113303.657500', '113304.117500', '113304.577500', '113305.037500', '113305.497500', '113305.957500', '113306.417500', '113306.877500', '113307.337500', '113307.797500', '113308.257500', '113308.717500', '113309.177500', '113309.637500', '113310.097500', '113310.557500', '113311.017500', '113311.477500', '113311.937500', '113312.397500', '113312.857500', '113313.317500', '113313.777500', '113314.237500', '113314.697500', '113315.157500', '113315.617500', '113316.077500', '113316.537500', '113316.997500', '113317.457500', '113317.917500', '113318.377500', '113318.837500', '113319.297500', '113319.757500', '113320.217500', '113320.677500', '113321.137500', '113321.597500', '113322.057500', '113322.517500', '113322.977500', '113323.437500', '113323.897500', '113324.357500', '113324.817500', '113325.277500', '113325.737500', '113326.197500', '113326.657500', '113327.117500', '113327.577500', '113328.037500', '113328.497500', '113328.957500', '113329.417500', '113329.877500', '113330.337500', '113330.797500', '113331.257500', '113331.717500', '113332.177500', '113332.637500', '113333.097500', '113333.557500', '113334.017500', '113334.477500', '113334.937500', '113335.397500', '113335.857500', '113336.317500', '113336.777500', '113337.237500', '113337.697500', '113338.157500', '113338.617500', '113339.077500', '113339.537500', '113339.997500', '113340.457500', '113340.917500', '113341.377500', '113341.837500', '113342.297500', '113342.757500', '113343.217500', '113343.677500', '113344.137500', '113344.597500', '113345.057500', '113345.517500', '113345.977500', '113346.437500', '113346.897500', '113347.357500', '113347.817500', '113348.277500', '113348.737500', '113349.197500', '113349.657500', '113350.117500', '113350.577500', '113351.037500', '113351.497500', '113351.957500', '113352.417500', '113352.877500', '113353.337500', '113353.797500', '113354.257500', '113354.717500', '113355.177500', '113355.637500', '113356.097500', '113356.557500', '113357.017500', '113357.477500', '113357.937500', '113358.397500', '113358.857500', '113359.317500', '113359.777500', '113400.237500', '113400.697500', '113401.157500', '113401.617500', '113402.077500', '113402.537500', '113402.997500', '113403.457500', '113403.917500', '113404.377500', '113404.837500', '113405.297500', '113405.757500', '113406.217500', '113406.677500', '113407.137500', '113407.597500', '113408.057500', '113408.517500', '113408.977500', '113409.437500', '113409.897500', '113410.357500', '113410.817500', '113411.277500', '113411.737500', '113412.197500', '113412.657500', '113413.117500', '113413.577500', '113414.037500', '113414.497500', '113414.957500', '113415.417500', '113415.877500', '113416.337500', '113416.797500', '113417.257500', '113417.717500', '113418.177500', '113418.637500', '113419.097500', '113419.557500', '113420.017500', '113420.477500', '113420.937500', '113421.397500', '113421.857500', '113422.317500', '113422.777500', '113423.237500', '113423.697500', '113424.157500', '113424.617500', '113425.077500', '113425.537500', '113425.997500', '113426.457500', '113426.917500', '113427.377500', '113427.837500', '113428.297500', '113428.757500', '113429.217500', '113429.677500', '113430.137500', '113430.597500', '113431.057500', '113431.517500', '113431.977500', '113432.437500', '113432.897500', '113433.357500', '113433.817500', '113434.277500', '113434.737500', '113435.197500', '113435.657500', '113436.117500', '113436.577500', '113437.037500', '113437.497500', '113437.957500', '113438.417500', '113438.877500', '113439.337500', '113439.797500', '113440.257500', '113440.717500', '113441.177500', '113441.637500', '113442.097500', '113442.557500', '113443.017500', '113443.477500', '113443.937500', '113444.397500', '113444.857500', '113445.317500', '113445.777500', '113446.237500', '113446.697500', '113447.157500', '113447.617500', '113448.077500', '113448.537500', '113448.997500', '113449.457500', '113449.917500', '113450.377500', '113450.837500', '113451.297500', '113451.757500', '113452.217500', '113452.677500', '113453.137500', '113453.597500', '113454.057500', '113454.517500', '113454.977500', '113455.437500', '113455.897500', '113456.357500', '113456.817500', '113457.277500', '113457.737500', '113458.197500', '113458.657500', '113459.117500', '113459.577500', '113500.037500', '113500.497500', '113500.957500', '113501.417500', '113501.877500', '113502.337500', '113502.797500', '113503.257500', '113503.717500', '113504.177500', '113504.637500', '113505.097500', '113505.557500', '113506.017500', '113506.477500', '113506.937500', '113507.397500', '113507.857500', '113508.317500', '113508.777500', '113509.237500', '113509.697500', '113510.157500', '113510.617500', '113511.077500', '113511.537500', '113511.997500', '113512.457500', '113512.917500', '113513.377500', '113513.837500', '113514.297500', '113514.757500', '113515.217500', '113515.677500', '113516.137500', '113516.597500', '113517.057500', '113517.517500', '113517.977500', '113518.437500', '113518.897500', '113519.357500', '113519.817500', '113520.277500', '113520.737500', '113521.197500', '113521.657500', '113522.117500', '113522.577500', '113523.037500', '113523.497500', '113523.957500', '113524.417500', '113524.877500', '113525.337500'], 'ContentTime': ['112857.603000', '112857.607000', '112857.609000', '112857.612000', '112857.615000', '112857.617000', '112857.620000', '112857.623000', '112857.625000', '112857.628000', '112857.637000', '112857.640000', '112857.643000', '112857.645000', '112857.648000', '112857.651000', '112857.653000', '112857.656000', '112857.659000', '112857.661000', '112857.664000', '112857.667000', '112857.669000', '112857.672000', '112857.674000', '112857.677000', '112917.567000', '112917.570000', '112917.573000', '112917.576000', '112917.579000', '112917.581000', '112917.584000', '112917.587000', '112917.589000', '112917.592000', '112917.595000', '112917.597000', '112917.600000', '112917.602000', '112917.605000', '112917.608000', '112917.610000', '112917.613000', '112917.616000', '112917.618000', '112917.621000', '112917.624000', '112917.627000', '112917.629000', '112917.632000', '112917.634000', '112917.637000', '112917.639000', '112917.642000', '112917.645000', '112917.647000', '112917.650000', '112917.652000', '112917.655000', '112917.660000', '112917.662000', '112917.665000', '112917.668000', '112917.670000', '112917.673000', '112917.676000', '112917.678000', '112917.681000', '112917.684000', '112937.566000', '112937.569000', '112937.572000', '112937.574000', '112937.577000', '112937.580000', '112937.582000', '112937.585000', '112937.588000', '112937.590000', '112937.593000', '112937.595000', '112937.598000', '112937.601000', '112937.603000', '112937.606000', '112937.609000', '112937.611000', '112937.614000', '112937.616000', '112937.619000', '112937.622000', '112937.624000', '112937.627000', '112937.629000', '112937.632000', '112937.635000', '112937.637000', '112937.640000', '112937.642000', '112937.645000', '112937.647000', '112937.650000', '112937.653000', '112937.659000', '112937.661000', '112937.664000', '112937.667000', '112937.669000', '112937.672000', '112937.675000', '112937.677000', '112937.680000', '112957.566000', '112957.569000', '112957.572000', '112957.575000', '112957.577000', '112957.580000', '112957.583000', '112957.585000', '112957.588000', '112957.591000', '112957.593000', '112957.596000', '112957.598000', '112957.601000', '112957.604000', '112957.606000', '112957.609000', '112957.612000', '112957.614000', '112957.617000', '112957.619000', '112957.622000', '112957.625000', '112957.627000', '112957.630000', '112957.633000', '112957.635000', '112957.638000', '112957.640000', '112957.643000', '112957.646000', '112957.648000', '112957.651000', '112957.654000', '112957.656000', '112957.659000', '112957.661000', '112957.664000', '112957.667000', '112957.669000', '112957.672000', '112957.675000', '112957.677000', '112957.680000', '113017.567000', '113017.569000', '113017.572000', '113017.575000', '113017.578000', '113017.580000', '113017.583000', '113017.585000', '113017.588000', '113017.591000', '113017.593000', '113017.596000', '113017.599000', '113017.602000', '113017.604000', '113017.607000', '113017.610000', '113017.612000', '113017.615000', '113017.617000', '113017.620000', '113017.623000', '113017.625000', '113017.628000', '113017.631000', '113017.633000', '113017.653000', '113017.656000', '113017.659000', '113017.661000', '113017.664000', '113017.666000', '113017.669000', '113017.672000', '113017.674000', '113017.677000', '113017.679000', '113017.682000', '113017.685000', '113017.688000', '113017.690000', '113017.693000', '113017.695000', '113037.567000', '113037.569000', '113037.572000', '113037.575000', '113037.577000', '113037.580000', '113037.583000', '113037.585000', '113037.588000', '113037.591000', '113037.593000', '113037.596000', '113037.599000', '113037.601000', '113037.604000', '113037.607000', '113037.610000', '113037.615000', '113037.617000', '113037.620000', '113037.623000', '113037.625000', '113037.628000', '113037.630000', '113037.633000', '113037.636000', '113037.638000', '113037.641000', '113037.644000', '113037.646000', '113037.649000', '113037.652000', '113037.654000', '113037.657000', '113037.660000', '113037.662000', '113037.665000', '113037.668000', '113037.670000', '113037.673000', '113037.676000', '113037.678000', '113037.681000', '113057.566000', '113057.568000', '113057.571000', '113057.575000', '113057.578000', '113057.580000', '113057.583000', '113057.586000', '113057.588000', '113057.591000', '113057.594000', '113057.596000', '113057.599000', '113057.602000', '113057.604000', '113057.607000', '113057.610000', '113057.612000', '113057.615000', '113057.618000', '113057.620000', '113057.623000', '113057.625000', '113057.628000', '113057.631000', '113057.633000', '113057.636000', '113057.639000', '113057.641000', '113057.644000', '113057.646000', '113057.649000', '113057.652000', '113057.654000', '113057.657000', '113057.660000', '113057.662000', '113057.665000', '113057.668000', '113057.670000', '113057.673000', '113057.676000', '113057.678000', '113057.681000', '113117.566000', '113117.569000', '113117.572000', '113117.580000', '113117.583000', '113117.586000', '113117.588000', '113117.591000', '113117.593000', '113117.596000', '113117.599000', '113117.602000', '113117.604000', '113117.607000', '113117.610000', '113117.613000', '113117.616000', '113117.618000', '113117.621000', '113117.624000', '113117.626000', '113117.629000', '113117.631000', '113117.634000', '113117.637000', '113117.639000', '113117.642000', '113117.645000', '113117.647000', '113117.650000', '113117.653000', '113117.655000', '113117.658000', '113117.661000', '113117.663000', '113117.666000', '113117.669000', '113117.671000', '113117.674000', '113117.677000', '113117.679000', '113117.682000', '113117.684000', '113137.567000', '113137.569000', '113137.572000', '113137.575000', '113137.578000', '113137.580000', '113137.583000', '113137.586000', '113137.588000', '113137.591000', '113137.594000', '113137.596000', '113137.599000', '113137.602000', '113137.605000', '113137.607000', '113137.610000', '113137.612000', '113137.615000', '113137.618000', '113137.620000', '113137.623000', '113137.626000', '113137.629000', '113137.631000', '113137.634000', '113137.636000', '113137.639000', '113137.642000', '113137.644000', '113137.647000', '113137.650000', '113137.652000', '113137.655000', '113137.658000', '113137.660000', '113137.663000', '113137.665000', '113137.668000', '113137.671000', '113137.674000', '113137.676000', '113137.679000', '113137.682000', '113157.566000', '113157.569000', '113157.572000', '113157.574000', '113157.577000', '113157.580000', '113157.582000', '113157.585000', '113157.599000', '113157.602000', '113157.605000', '113157.607000', '113157.610000', '113157.613000', '113157.616000', '113157.618000', '113157.621000', '113157.623000', '113157.626000', '113157.629000', '113157.631000', '113157.634000', '113157.637000', '113157.640000', '113157.642000', '113157.646000', '113157.649000', '113157.652000', '113157.654000', '113157.657000', '113157.660000', '113157.662000', '113157.665000', '113157.668000', '113157.670000', '113157.673000', '113157.676000', '113157.678000', '113157.681000', '113157.684000', '113157.686000', '113157.689000', '113157.692000', '113217.566000', '113217.570000', '113217.572000', '113217.581000', '113217.584000', '113217.586000', '113217.589000', '113217.592000', '113217.594000', '113217.597000', '113217.600000', '113217.603000', '113217.605000', '113217.608000', '113217.611000', '113217.613000', '113217.616000', '113217.618000', '113217.621000', '113217.624000', '113217.626000', '113217.629000', '113217.632000', '113217.634000', '113217.637000', '113217.640000', '113217.642000', '113217.645000', '113217.647000', '113217.650000', '113217.653000', '113217.655000', '113217.658000', '113217.661000', '113217.663000', '113217.666000', '113217.669000', '113217.671000', '113217.674000', '113217.677000', '113217.679000', '113217.682000', '113217.685000', '113217.687000', '113237.566000', '113237.569000', '113237.572000', '113237.575000', '113237.577000', '113237.580000', '113237.583000', '113237.585000', '113237.588000', '113237.591000', '113237.593000', '113237.596000', '113237.599000', '113237.601000', '113237.604000', '113237.606000', '113237.609000', '113237.612000', '113237.614000', '113237.617000', '113237.620000', '113237.622000', '113237.625000', '113237.628000', '113237.630000', '113237.633000', '113237.636000', '113237.638000', '113237.641000', '113237.644000', '113237.646000', '113237.649000', '113237.652000', '113237.656000', '113237.659000', '113237.662000', '113237.664000', '113237.667000', '113237.670000', '113237.672000', '113237.675000', '113237.678000', '113237.680000', '113257.567000', '113257.569000', '113257.572000', '113257.575000', '113257.578000', '113257.580000', '113257.583000', '113257.586000', '113257.589000', '113257.591000', '113257.594000', '113257.597000', '113257.600000', '113257.602000', '113257.605000', '113257.607000', '113257.610000', '113257.613000', '113257.616000', '113257.618000', '113257.621000', '113257.624000', '113257.626000', '113257.629000', '113257.632000', '113257.634000', '113257.637000', '113257.640000', '113257.642000', '113257.645000', '113257.648000', '113257.650000', '113257.653000', '113257.655000', '113257.658000', '113257.661000', '113257.663000', '113257.666000', '113257.669000', '113257.671000', '113257.674000', '113257.677000', '113257.679000', '113257.682000', '113317.566000', '113317.568000', '113317.571000', '113317.574000', '113317.577000', '113317.579000', '113317.582000', '113317.584000', '113317.587000', '113317.589000', '113317.592000', '113317.595000', '113317.597000', '113317.600000', '113317.603000', '113317.605000', '113317.608000', '113317.610000', '113317.613000', '113317.616000', '113317.618000', '113317.621000', '113317.623000', '113317.626000', '113317.629000', '113317.631000', '113317.634000', '113317.637000', '113317.640000', '113317.642000', '113317.645000', '113317.647000', '113317.650000', '113317.665000', '113317.668000', '113317.670000', '113317.673000', '113317.676000', '113317.678000', '113317.681000', '113317.685000', '113317.688000', '113317.690000', '113337.566000', '113337.569000', '113337.572000', '113337.575000', '113337.578000', '113337.581000', '113337.583000', '113337.586000', '113337.589000', '113337.591000', '113337.594000', '113337.597000', '113337.599000', '113337.602000', '113337.605000', '113337.607000', '113337.610000', '113337.612000', '113337.615000', '113337.618000', '113337.620000', '113337.623000', '113337.625000', '113337.628000', '113337.631000', '113337.633000', '113337.636000', '113337.639000', '113337.641000', '113337.644000', '113337.646000', '113337.649000', '113337.652000', '113337.654000', '113337.657000', '113337.660000', '113337.662000', '113337.665000', '113337.668000', '113337.670000', '113337.673000', '113337.676000', '113337.678000', '113337.681000', '113357.566000', '113357.570000', '113357.572000', '113357.575000', '113357.577000', '113357.580000', '113357.583000', '113357.585000', '113357.588000', '113357.591000', '113357.593000', '113357.596000', '113357.599000', '113357.601000', '113357.604000', '113357.607000', '113357.609000', '113357.612000', '113357.615000', '113357.617000', '113357.620000', '113357.622000', '113357.625000', '113357.628000', '113357.630000', '113357.633000', '113357.636000', '113357.638000', '113357.641000', '113357.644000', '113357.646000', '113357.649000', '113357.651000', '113357.654000', '113357.657000', '113357.660000', '113357.665000', '113357.667000', '113357.670000', '113357.673000', '113357.675000', '113357.678000', '113357.681000', '113417.566000', '113417.569000', '113417.572000', '113417.575000', '113417.578000', '113417.580000', '113417.583000', '113417.586000', '113417.588000', '113417.591000', '113417.594000', '113417.596000', '113417.599000', '113417.601000', '113417.604000', '113417.607000', '113417.610000', '113417.612000', '113417.615000', '113417.624000', '113417.627000', '113417.629000', '113417.632000', '113417.635000', '113417.637000', '113417.640000', '113417.642000', '113417.645000', '113417.648000', '113417.650000', '113417.653000', '113417.656000', '113417.658000', '113417.661000', '113417.664000', '113417.666000', '113417.669000', '113417.671000', '113417.674000', '113417.677000', '113417.679000', '113417.682000', '113417.685000', '113417.687000', '113437.567000', '113437.569000', '113437.572000', '113437.575000', '113437.578000', '113437.580000', '113437.583000', '113437.585000', '113437.590000', '113437.593000', '113437.595000', '113437.598000', '113437.601000', '113437.603000', '113437.606000', '113437.609000', '113437.611000', '113437.614000', '113437.617000', '113437.619000', '113437.622000', '113437.625000', '113437.627000', '113437.630000', '113437.633000', '113437.635000', '113437.638000', '113437.641000', '113437.643000', '113437.646000', '113437.649000', '113437.651000', '113437.654000', '113437.657000', '113437.659000', '113437.662000', '113437.665000', '113437.667000', '113437.670000', '113437.673000', '113437.675000', '113437.678000', '113437.681000', '113457.566000', '113457.570000', '113457.572000', '113457.575000', '113457.577000', '113457.580000', '113457.583000', '113457.585000', '113457.588000', '113457.591000', '113457.593000', '113457.596000', '113457.599000', '113457.601000', '113457.604000', '113457.625000', '113457.627000', '113457.630000', '113457.633000', '113457.635000', '113457.638000', '113457.641000', '113457.643000', '113457.646000', '113457.648000', '113457.651000', '113457.654000', '113457.656000', '113457.659000', '113457.662000', '113457.664000', '113457.667000', '113457.669000', '113457.672000', '113457.675000', '113457.677000', '113457.680000', '113457.683000', '113457.685000', '113457.688000', '113457.690000', '113457.694000', '113457.697000', '113457.699000', '113517.567000', '113517.569000', '113517.572000', '113517.575000', '113517.577000', '113517.580000', '113517.583000', '113517.585000', '113517.588000', '113517.591000', '113517.593000', '113517.596000', '113517.599000', '113517.601000', '113517.604000', '113517.607000', '113517.609000', '113517.612000', '113517.614000', '113517.617000', '113517.620000', '113517.622000', '113517.625000', '113517.628000', '113517.630000', '113517.633000', '113517.635000', '113517.638000', '113517.641000', '113517.643000', '113517.646000', '113517.649000', '113517.651000', '113517.654000', '113517.657000', '113517.660000', '113517.662000', '113517.665000', '113517.667000', '113517.670000', '113517.673000', '113517.676000', '113517.678000', '113526.438000', '113526.441000', '113526.444000', '113526.447000', '113526.450000', '113526.453000', '113526.456000', '113526.458000', '113526.461000', '113526.464000', '113526.467000', '113526.469000', '113526.473000', '113526.476000', '113526.479000', '113526.482000', '113526.485000', '113526.488000', '113526.491000', '113526.494000'], 'InstanceCreationTime': ['112857.603000', '112857.607000', '112857.609000', '112857.612000', '112857.615000', '112857.617000', '112857.620000', '112857.623000', '112857.625000', '112857.628000', '112857.637000', '112857.640000', '112857.643000', '112857.645000', '112857.648000', '112857.651000', '112857.653000', '112857.656000', '112857.659000', '112857.661000', '112857.664000', '112857.667000', '112857.669000', '112857.672000', '112857.674000', '112857.677000', '112917.567000', '112917.570000', '112917.573000', '112917.576000', '112917.579000', '112917.581000', '112917.584000', '112917.587000', '112917.589000', '112917.592000', '112917.595000', '112917.597000', '112917.600000', '112917.602000', '112917.605000', '112917.608000', '112917.610000', '112917.613000', '112917.616000', '112917.618000', '112917.621000', '112917.624000', '112917.627000', '112917.629000', '112917.632000', '112917.634000', '112917.637000', '112917.639000', '112917.642000', '112917.645000', '112917.647000', '112917.650000', '112917.652000', '112917.655000', '112917.660000', '112917.662000', '112917.665000', '112917.668000', '112917.670000', '112917.673000', '112917.676000', '112917.678000', '112917.681000', '112917.684000', '112937.566000', '112937.569000', '112937.572000', '112937.574000', '112937.577000', '112937.580000', '112937.582000', '112937.585000', '112937.588000', '112937.590000', '112937.593000', '112937.595000', '112937.598000', '112937.601000', '112937.603000', '112937.606000', '112937.609000', '112937.611000', '112937.614000', '112937.616000', '112937.619000', '112937.622000', '112937.624000', '112937.627000', '112937.629000', '112937.632000', '112937.635000', '112937.637000', '112937.640000', '112937.642000', '112937.645000', '112937.647000', '112937.650000', '112937.653000', '112937.659000', '112937.661000', '112937.664000', '112937.667000', '112937.669000', '112937.672000', '112937.675000', '112937.677000', '112937.680000', '112957.566000', '112957.569000', '112957.572000', '112957.575000', '112957.577000', '112957.580000', '112957.583000', '112957.585000', '112957.588000', '112957.591000', '112957.593000', '112957.596000', '112957.598000', '112957.601000', '112957.604000', '112957.606000', '112957.609000', '112957.612000', '112957.614000', '112957.617000', '112957.619000', '112957.622000', '112957.625000', '112957.627000', '112957.630000', '112957.633000', '112957.635000', '112957.638000', '112957.640000', '112957.643000', '112957.646000', '112957.648000', '112957.651000', '112957.654000', '112957.656000', '112957.659000', '112957.661000', '112957.664000', '112957.667000', '112957.669000', '112957.672000', '112957.675000', '112957.677000', '112957.680000', '113017.567000', '113017.569000', '113017.572000', '113017.575000', '113017.578000', '113017.580000', '113017.583000', '113017.585000', '113017.588000', '113017.591000', '113017.593000', '113017.596000', '113017.599000', '113017.602000', '113017.604000', '113017.607000', '113017.610000', '113017.612000', '113017.615000', '113017.617000', '113017.620000', '113017.623000', '113017.625000', '113017.628000', '113017.631000', '113017.633000', '113017.653000', '113017.656000', '113017.659000', '113017.661000', '113017.664000', '113017.666000', '113017.669000', '113017.672000', '113017.674000', '113017.677000', '113017.679000', '113017.682000', '113017.685000', '113017.688000', '113017.690000', '113017.693000', '113017.695000', '113037.567000', '113037.569000', '113037.572000', '113037.575000', '113037.577000', '113037.580000', '113037.583000', '113037.585000', '113037.588000', '113037.591000', '113037.593000', '113037.596000', '113037.599000', '113037.601000', '113037.604000', '113037.607000', '113037.610000', '113037.615000', '113037.617000', '113037.620000', '113037.623000', '113037.625000', '113037.628000', '113037.630000', '113037.633000', '113037.636000', '113037.638000', '113037.641000', '113037.644000', '113037.646000', '113037.649000', '113037.652000', '113037.654000', '113037.657000', '113037.660000', '113037.662000', '113037.665000', '113037.668000', '113037.670000', '113037.673000', '113037.676000', '113037.678000', '113037.681000', '113057.566000', '113057.568000', '113057.571000', '113057.575000', '113057.578000', '113057.580000', '113057.583000', '113057.586000', '113057.588000', '113057.591000', '113057.594000', '113057.596000', '113057.599000', '113057.602000', '113057.604000', '113057.607000', '113057.610000', '113057.612000', '113057.615000', '113057.618000', '113057.620000', '113057.623000', '113057.625000', '113057.628000', '113057.631000', '113057.633000', '113057.636000', '113057.639000', '113057.641000', '113057.644000', '113057.646000', '113057.649000', '113057.652000', '113057.654000', '113057.657000', '113057.660000', '113057.662000', '113057.665000', '113057.668000', '113057.670000', '113057.673000', '113057.676000', '113057.678000', '113057.681000', '113117.566000', '113117.569000', '113117.572000', '113117.580000', '113117.583000', '113117.586000', '113117.588000', '113117.591000', '113117.593000', '113117.596000', '113117.599000', '113117.602000', '113117.604000', '113117.607000', '113117.610000', '113117.613000', '113117.616000', '113117.618000', '113117.621000', '113117.624000', '113117.626000', '113117.629000', '113117.631000', '113117.634000', '113117.637000', '113117.639000', '113117.642000', '113117.645000', '113117.647000', '113117.650000', '113117.653000', '113117.655000', '113117.658000', '113117.661000', '113117.663000', '113117.666000', '113117.669000', '113117.671000', '113117.674000', '113117.677000', '113117.679000', '113117.682000', '113117.684000', '113137.567000', '113137.569000', '113137.572000', '113137.575000', '113137.578000', '113137.580000', '113137.583000', '113137.586000', '113137.588000', '113137.591000', '113137.594000', '113137.596000', '113137.599000', '113137.602000', '113137.605000', '113137.607000', '113137.610000', '113137.612000', '113137.615000', '113137.618000', '113137.620000', '113137.623000', '113137.626000', '113137.629000', '113137.631000', '113137.634000', '113137.636000', '113137.639000', '113137.642000', '113137.644000', '113137.647000', '113137.650000', '113137.652000', '113137.655000', '113137.658000', '113137.660000', '113137.663000', '113137.665000', '113137.668000', '113137.671000', '113137.674000', '113137.676000', '113137.679000', '113137.682000', '113157.566000', '113157.569000', '113157.572000', '113157.574000', '113157.577000', '113157.580000', '113157.582000', '113157.585000', '113157.599000', '113157.602000', '113157.605000', '113157.607000', '113157.610000', '113157.613000', '113157.616000', '113157.618000', '113157.621000', '113157.623000', '113157.626000', '113157.629000', '113157.631000', '113157.634000', '113157.637000', '113157.640000', '113157.642000', '113157.646000', '113157.649000', '113157.652000', '113157.654000', '113157.657000', '113157.660000', '113157.662000', '113157.665000', '113157.668000', '113157.670000', '113157.673000', '113157.676000', '113157.678000', '113157.681000', '113157.684000', '113157.686000', '113157.689000', '113157.692000', '113217.566000', '113217.570000', '113217.572000', '113217.581000', '113217.584000', '113217.586000', '113217.589000', '113217.592000', '113217.594000', '113217.597000', '113217.600000', '113217.603000', '113217.605000', '113217.608000', '113217.611000', '113217.613000', '113217.616000', '113217.618000', '113217.621000', '113217.624000', '113217.626000', '113217.629000', '113217.632000', '113217.634000', '113217.637000', '113217.640000', '113217.642000', '113217.645000', '113217.647000', '113217.650000', '113217.653000', '113217.655000', '113217.658000', '113217.661000', '113217.663000', '113217.666000', '113217.669000', '113217.671000', '113217.674000', '113217.677000', '113217.679000', '113217.682000', '113217.685000', '113217.687000', '113237.566000', '113237.569000', '113237.572000', '113237.575000', '113237.577000', '113237.580000', '113237.583000', '113237.585000', '113237.588000', '113237.591000', '113237.593000', '113237.596000', '113237.599000', '113237.601000', '113237.604000', '113237.606000', '113237.609000', '113237.612000', '113237.614000', '113237.617000', '113237.620000', '113237.622000', '113237.625000', '113237.628000', '113237.630000', '113237.633000', '113237.636000', '113237.638000', '113237.641000', '113237.644000', '113237.646000', '113237.649000', '113237.652000', '113237.656000', '113237.659000', '113237.662000', '113237.664000', '113237.667000', '113237.670000', '113237.672000', '113237.675000', '113237.678000', '113237.680000', '113257.567000', '113257.569000', '113257.572000', '113257.575000', '113257.578000', '113257.580000', '113257.583000', '113257.586000', '113257.589000', '113257.591000', '113257.594000', '113257.597000', '113257.600000', '113257.602000', '113257.605000', '113257.607000', '113257.610000', '113257.613000', '113257.616000', '113257.618000', '113257.621000', '113257.624000', '113257.626000', '113257.629000', '113257.632000', '113257.634000', '113257.637000', '113257.640000', '113257.642000', '113257.645000', '113257.648000', '113257.650000', '113257.653000', '113257.655000', '113257.658000', '113257.661000', '113257.663000', '113257.666000', '113257.669000', '113257.671000', '113257.674000', '113257.677000', '113257.679000', '113257.682000', '113317.566000', '113317.568000', '113317.571000', '113317.574000', '113317.577000', '113317.579000', '113317.582000', '113317.584000', '113317.587000', '113317.589000', '113317.592000', '113317.595000', '113317.597000', '113317.600000', '113317.603000', '113317.605000', '113317.608000', '113317.610000', '113317.613000', '113317.616000', '113317.618000', '113317.621000', '113317.623000', '113317.626000', '113317.629000', '113317.631000', '113317.634000', '113317.637000', '113317.640000', '113317.642000', '113317.645000', '113317.647000', '113317.650000', '113317.665000', '113317.668000', '113317.670000', '113317.673000', '113317.676000', '113317.678000', '113317.681000', '113317.685000', '113317.688000', '113317.690000', '113337.566000', '113337.569000', '113337.572000', '113337.575000', '113337.578000', '113337.581000', '113337.583000', '113337.586000', '113337.589000', '113337.591000', '113337.594000', '113337.597000', '113337.599000', '113337.602000', '113337.605000', '113337.607000', '113337.610000', '113337.612000', '113337.615000', '113337.618000', '113337.620000', '113337.623000', '113337.625000', '113337.628000', '113337.631000', '113337.633000', '113337.636000', '113337.639000', '113337.641000', '113337.644000', '113337.646000', '113337.649000', '113337.652000', '113337.654000', '113337.657000', '113337.660000', '113337.662000', '113337.665000', '113337.668000', '113337.670000', '113337.673000', '113337.676000', '113337.678000', '113337.681000', '113357.566000', '113357.570000', '113357.572000', '113357.575000', '113357.577000', '113357.580000', '113357.583000', '113357.585000', '113357.588000', '113357.591000', '113357.593000', '113357.596000', '113357.599000', '113357.601000', '113357.604000', '113357.607000', '113357.609000', '113357.612000', '113357.615000', '113357.617000', '113357.620000', '113357.622000', '113357.625000', '113357.628000', '113357.630000', '113357.633000', '113357.636000', '113357.638000', '113357.641000', '113357.644000', '113357.646000', '113357.649000', '113357.651000', '113357.654000', '113357.657000', '113357.660000', '113357.665000', '113357.667000', '113357.670000', '113357.673000', '113357.675000', '113357.678000', '113357.681000', '113417.566000', '113417.569000', '113417.572000', '113417.575000', '113417.578000', '113417.580000', '113417.583000', '113417.586000', '113417.588000', '113417.591000', '113417.594000', '113417.596000', '113417.599000', '113417.601000', '113417.604000', '113417.607000', '113417.610000', '113417.612000', '113417.615000', '113417.624000', '113417.627000', '113417.629000', '113417.632000', '113417.635000', '113417.637000', '113417.640000', '113417.642000', '113417.645000', '113417.648000', '113417.650000', '113417.653000', '113417.656000', '113417.658000', '113417.661000', '113417.664000', '113417.666000', '113417.669000', '113417.671000', '113417.674000', '113417.677000', '113417.679000', '113417.682000', '113417.685000', '113417.687000', '113437.567000', '113437.569000', '113437.572000', '113437.575000', '113437.578000', '113437.580000', '113437.583000', '113437.585000', '113437.590000', '113437.593000', '113437.595000', '113437.598000', '113437.601000', '113437.603000', '113437.606000', '113437.609000', '113437.611000', '113437.614000', '113437.617000', '113437.619000', '113437.622000', '113437.625000', '113437.627000', '113437.630000', '113437.633000', '113437.635000', '113437.638000', '113437.641000', '113437.643000', '113437.646000', '113437.649000', '113437.651000', '113437.654000', '113437.657000', '113437.659000', '113437.662000', '113437.665000', '113437.667000', '113437.670000', '113437.673000', '113437.675000', '113437.678000', '113437.681000', '113457.566000', '113457.570000', '113457.572000', '113457.575000', '113457.577000', '113457.580000', '113457.583000', '113457.585000', '113457.588000', '113457.591000', '113457.593000', '113457.596000', '113457.599000', '113457.601000', '113457.604000', '113457.625000', '113457.627000', '113457.630000', '113457.633000', '113457.635000', '113457.638000', '113457.641000', '113457.643000', '113457.646000', '113457.648000', '113457.651000', '113457.654000', '113457.656000', '113457.659000', '113457.662000', '113457.664000', '113457.667000', '113457.669000', '113457.672000', '113457.675000', '113457.677000', '113457.680000', '113457.683000', '113457.685000', '113457.688000', '113457.690000', '113457.694000', '113457.697000', '113457.699000', '113517.567000', '113517.569000', '113517.572000', '113517.575000', '113517.577000', '113517.580000', '113517.583000', '113517.585000', '113517.588000', '113517.591000', '113517.593000', '113517.596000', '113517.599000', '113517.601000', '113517.604000', '113517.607000', '113517.609000', '113517.612000', '113517.614000', '113517.617000', '113517.620000', '113517.622000', '113517.625000', '113517.628000', '113517.630000', '113517.633000', '113517.635000', '113517.638000', '113517.641000', '113517.643000', '113517.646000', '113517.649000', '113517.651000', '113517.654000', '113517.657000', '113517.660000', '113517.662000', '113517.665000', '113517.667000', '113517.670000', '113517.673000', '113517.676000', '113517.678000', '113526.438000', '113526.441000', '113526.444000', '113526.447000', '113526.450000', '113526.453000', '113526.456000', '113526.458000', '113526.461000', '113526.464000', '113526.467000', '113526.469000', '113526.473000', '113526.476000', '113526.479000', '113526.482000', '113526.485000', '113526.488000', '113526.491000', '113526.494000'], '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': [11898, 12528, 9997, 12019, 14266, 11635, 12064, 13285, 16593, 11431, 11970, 15352, 11485, 12334, 14015, 9910, 11737, 12400, 8867, 11814, 12168, 9690, 11505, 11672, 10434, 11320, 11201, 9231, 11815, 12835, 9383, 11981, 12653, 9952, 11884, 14116, 10681, 12202, 11052, 11191, 12419, 11181, 11474, 12957, 9030, 11596, 13878, 13017, 10995, 12815, 10832, 11196, 11608, 9492, 11418, 12011, 8897, 11217, 12194, 10204, 11838, 15111, 10594, 11641, 8712, 11515, 13778, 9474, 11382, 14328, 10335, 12015, 15924, 10780, 11307, 14456, 9417, 11104, 13108, 8418, 11461, 13324, 8754, 11212, 12010, 11747, 10287, 10686, 10102, 10471, 11919, 15204, 9802, 11494, 14178, 9248, 11074, 13866, 9678, 11612, 13732, 10054, 11370, 12247, 9202, 11263, 11668, 16203, 11638, 13572, 16704, 11698, 12137, 14697, 10879, 12112, 13269, 10717, 11931, 14015, 13765, 12105, 12788, 15710, 11607, 11435, 14139, 11778, 12828, 15402, 11786, 11823, 14539, 11836, 11825, 14357, 11980, 12899, 14989, 11769, 11618, 13847, 11670, 11760, 13816, 11050, 11769, 12530, 12105, 12270, 12459, 14993, 11790, 12131, 13793, 11765, 11947, 13642, 11506, 12064, 13482, 11942, 11888, 12798, 11296, 12059, 12741, 11153, 11161, 11761, 11225, 11922, 14811, 10834, 11482, 13701, 10575, 11420, 13343, 10311, 11735, 13598, 10184, 11563, 13177, 9279, 10524, 12400, 10165, 11710, 14863, 9645, 11346, 13739, 9137, 10775, 12482, 9921, 11693, 14966, 9389, 11422, 14067, 9241, 12678, 15336, 9890, 11097, 13796, 8864, 10915, 12809, 9469, 11143, 14813, 10044, 11691, 13996, 10200, 10914, 12412, 12639, 10698, 12551, 16147, 11310, 11964, 14855, 10614, 11179, 12945, 9117, 11478, 11803, 16470, 11279, 11375, 14744, 11016, 11030, 14427, 10953, 11636, 10918, 11238, 12644, 9792, 11053, 13696, 11244, 11292, 14673, 10805, 11421, 14605, 10211, 11319, 12426, 9244, 11204, 12396, 8419, 11400, 11767, 8584, 10737, 11981, 8511, 10722, 12001, 8381, 10871, 12382, 9081, 10657, 11573, 9212, 10434, 11189, 8375, 10694, 12361, 8710, 11014, 11875, 9702, 10909, 11416, 8577, 11598, 15094, 12899, 10925, 13086, 15686, 10762, 11662, 15162, 11130, 12737, 15029, 10953, 12025, 12576, 11317, 12666, 10961, 11395, 11688, 10030, 11644, 14246, 10462, 11539, 15041, 11286, 11492, 14280, 11081, 11316, 12500, 9982, 10981, 11850, 15704, 10860, 11325, 13670, 9914, 11175, 11873, 14105, 10687, 11095, 13275, 10338, 11466, 13491, 9913, 11309, 13079, 8908, 11152, 11822, 9816, 11275, 13569, 9061, 11337, 13166, 9248, 11280, 11823, 8695, 11718, 12260, 9791, 11471, 12695, 16465, 11202, 12520, 14642, 11036, 11490, 14376, 11478, 11461, 13960, 10329, 11266, 12176, 10235, 11547, 12927, 10191, 11168, 12181, 9372, 11237, 11948, 9230, 11223, 12219, 11316, 11078, 11741, 14858, 10734, 11255, 13732, 10564, 11246, 13609, 9929, 11272, 12874, 9580, 10835, 11480, 8495, 10939, 11765, 8178, 10513, 11442, 15399, 10451, 11568, 14453, 9437, 11099, 13704, 9943, 11128, 13330, 9333, 11310, 13685, 9674, 11587, 12136, 11088, 11450, 11186, 10721, 11344, 12132, 10572, 11256, 12109, 16273, 10867, 11134, 14217, 10618, 11284, 13754, 10634, 11319, 13841, 10979, 11573, 13804, 11115, 12154, 15575, 10505, 11508, 13476, 10765, 11838, 13592, 10292, 11537, 12533, 16455, 11324, 12050, 14743, 11098, 11443, 13522, 9724, 11756, 12017, 16009, 11657, 11885, 14205, 11270, 11440, 13748, 10559, 11849, 13194, 10406, 11700, 11989, 15298, 11184, 11569, 13511, 11232, 11336, 13085, 11208, 11925, 13737, 10217, 11529, 12326, 10224, 11833, 12329, 9342, 11751, 12338, 16248, 11451, 11727, 14889, 11355, 11782, 14285, 10764, 11733, 13735, 10982, 11395, 13046, 10811, 11759, 13481, 11072, 12214, 9264, 11344, 12587, 15201, 11121, 12102, 12897, 11134, 11597, 14242, 10531, 11107, 14164, 9376, 11216, 12411, 9273, 10995, 11716, 13601, 10425, 11509, 14591, 9500, 10722, 13503, 9305, 10518, 12035, 12061, 9923, 11040, 13398, 10018, 11378, 14185, 10317, 11656, 14200, 9900, 11354, 13360, 9761, 11764, 14549, 9123, 11212, 13261, 13744, 10825, 11921, 12672, 11468, 12620, 15833, 11186, 12495, 14720, 11271, 12026, 13964, 11209, 12975, 15018, 11313, 12215, 14147, 10736, 11353, 12701, 10242, 11991, 13192, 9573, 11420, 12191, 9068, 10776, 12319, 10526, 11792, 9434, 11755, 12840, 9778, 11946, 14480, 15597, 11100, 11499, 14779, 11161, 12013, 14235, 10760, 11606, 14221, 10225, 11304, 12590, 8943, 11386, 12233, 8502, 11560, 11946, 12285, 11465, 11664, 14168, 10717, 11811, 13725, 10885, 11722, 13613, 9926, 11617, 12733, 9614, 11588, 12177, 11027, 11343, 11979, 15589, 11167, 11506, 14461, 11345, 11791, 14493, 10448, 11540, 13097, 9838, 11508, 12153, 9546, 11271, 12199, 16122, 10887, 11517, 14290, 11085, 11469, 13253, 9127, 11008, 11567, 15267, 10680, 11586, 14466, 10653, 11511, 13349, 9870, 11207, 11675, 8639, 11151, 11668, 15198, 10319, 11781, 14436, 9713, 11165, 13540, 8445, 11270, 12417, 9317, 11467, 14227, 10268, 11542, 13073, 12611, 11038, 11979, 16273, 11081, 13132, 15488, 11332, 11909, 15399, 10646, 11658, 13384, 11392, 12031, 14396, 10709, 11557, 13320, 10001, 11786, 12258, 15833, 11772, 12150, 15389, 11128, 11500, 13976, 10916, 11684, 12538, 9869, 11663, 12025, 9372, 11232, 11772, 15793, 11017, 11608, 13684, 10687, 11690, 12797, 10004, 11931, 12049, 10986, 11260, 11568, 15488, 11205, 10906, 13270, 11218, 11858, 14275, 10654, 11835, 13843, 10604, 11225, 13040, 11151, 11891, 15636, 10610, 11964, 14560, 10254, 11708, 13262, 10920, 11838, 14872, 10345, 12141, 14130, 9805, 11700, 12242, 9490, 11864, 12678, 11472, 11692, 12491, 12465, 11725, 12444, 16030, 11723, 12216, 14694, 11732, 11871, 14484, 10963, 12010, 13767, 10224, 11758, 12095, 13429, 11324, 11654, 14061, 10730, 11910, 13202, 9821, 11580, 11822, 8770, 11561, 11594, 11644, 11070, 12233, 14544, 10365, 11475, 13181, 10011, 11422, 12209, 8619, 11436, 11787, 8632, 11055, 11449, 12690, 10848, 10647, 12008, 10843, 11873, 15660, 10686, 11419, 14166, 10562, 11872, 13489, 9864, 11793, 13154, 10013, 11565, 12102, 15887, 11346, 11896, 14904, 11103, 11804, 13940, 10300, 11911, 12732, 9329, 11145, 11814, 15796, 10902, 11670, 14031, 10734, 11930, 13587, 10094, 11572, 12513, 9571], 'WindowCenter': [4757.0, 4740.0, 4715.0, 4722.0, 4732.0, 4707.0, 4708.0, 4717.0, 4725.0, 4695.0, 4696.0, 4714.0, 4693.0, 4703.0, 4706.0, 4673.0, 4693.0, 4692.0, 4672.0, 4695.0, 4704.0, 4674.0, 4695.0, 4697.0, 4684.0, 4698.0, 4698.0, 4687.0, 4718.0, 4720.0, 4689.0, 4720.0, 4719.0, 4712.0, 4723.0, 4742.0, 4724.0, 4732.0, 4720.0, 4725.0, 4736.0, 4711.0, 4722.0, 4723.0, 4689.0, 4713.0, 4733.0, 4719.0, 4710.0, 4718.0, 4696.0, 4711.0, 4707.0, 4687.0, 4709.0, 4719.0, 4689.0, 4710.0, 4720.0, 4699.0, 4724.0, 4731.0, 4710.0, 4723.0, 4690.0, 4723.0, 4735.0, 4701.0, 4723.0, 4732.0, 4713.0, 4735.0, 4743.0, 4710.0, 4712.0, 4728.0, 4703.0, 4722.0, 4719.0, 4691.0, 4723.0, 4733.0, 4691.0, 4724.0, 4724.0, 4721.0, 4713.0, 4713.0, 4711.0, 4724.0, 4734.0, 4743.0, 4712.0, 4725.0, 4732.0, 4703.0, 4725.0, 4735.0, 4712.0, 4726.0, 4748.0, 4701.0, 4722.0, 4725.0, 4701.0, 4724.0, 4726.0, 4740.0, 4713.0, 4735.0, 4742.0, 4710.0, 4711.0, 4718.0, 4697.0, 4709.0, 4708.0, 4683.0, 4695.0, 4716.0, 4704.0, 4696.0, 4695.0, 4712.0, 4685.0, 4694.0, 4703.0, 4692.0, 4706.0, 4703.0, 4684.0, 4683.0, 4702.0, 4681.0, 4695.0, 4700.0, 4682.0, 4691.0, 4701.0, 4681.0, 4681.0, 4692.0, 4681.0, 4683.0, 4693.0, 4667.0, 4677.0, 4680.0, 4666.0, 4679.0, 4681.0, 4696.0, 4679.0, 4679.0, 4687.0, 4680.0, 4680.0, 4688.0, 4681.0, 4693.0, 4689.0, 4681.0, 4693.0, 4691.0, 4683.0, 4693.0, 4693.0, 4695.0, 4696.0, 4696.0, 4707.0, 4709.0, 4715.0, 4696.0, 4707.0, 4715.0, 4696.0, 4707.0, 4717.0, 4698.0, 4720.0, 4718.0, 4701.0, 4710.0, 4718.0, 4701.0, 4711.0, 4720.0, 4711.0, 4726.0, 4740.0, 4700.0, 4722.0, 4731.0, 4703.0, 4724.0, 4733.0, 4717.0, 4737.0, 4744.0, 4716.0, 4736.0, 4744.0, 4715.0, 4736.0, 4746.0, 4704.0, 4723.0, 4733.0, 4692.0, 4713.0, 4723.0, 4703.0, 4723.0, 4742.0, 4701.0, 4712.0, 4720.0, 4696.0, 4700.0, 4709.0, 4706.0, 4698.0, 4710.0, 4726.0, 4696.0, 4694.0, 4714.0, 4674.0, 4682.0, 4694.0, 4662.0, 4681.0, 4693.0, 4712.0, 4682.0, 4681.0, 4699.0, 4670.0, 4684.0, 4700.0, 4684.0, 4695.0, 4681.0, 4695.0, 4705.0, 4673.0, 4696.0, 4705.0, 4684.0, 4694.0, 4702.0, 4684.0, 4694.0, 4701.0, 4671.0, 4682.0, 4690.0, 4671.0, 4692.0, 4693.0, 4661.0, 4694.0, 4707.0, 4665.0, 4697.0, 4707.0, 4676.0, 4710.0, 4708.0, 4680.0, 4709.0, 4722.0, 4690.0, 4710.0, 4712.0, 4690.0, 4710.0, 4711.0, 4690.0, 4713.0, 4734.0, 4693.0, 4714.0, 4723.0, 4701.0, 4712.0, 4722.0, 4691.0, 4724.0, 4742.0, 4720.0, 4709.0, 4722.0, 4727.0, 4697.0, 4709.0, 4724.0, 4697.0, 4708.0, 4716.0, 4696.0, 4707.0, 4706.0, 4696.0, 4708.0, 4694.0, 4698.0, 4697.0, 4684.0, 4698.0, 4718.0, 4684.0, 4698.0, 4716.0, 4696.0, 4697.0, 4716.0, 4683.0, 4685.0, 4694.0, 4671.0, 4694.0, 4706.0, 4716.0, 4684.0, 4694.0, 4703.0, 4673.0, 4692.0, 4696.0, 4703.0, 4683.0, 4697.0, 4701.0, 4683.0, 4707.0, 4717.0, 4686.0, 4709.0, 4707.0, 4686.0, 4709.0, 4708.0, 4700.0, 4722.0, 4732.0, 4691.0, 4711.0, 4720.0, 4689.0, 4710.0, 4708.0, 4680.0, 4710.0, 4712.0, 4699.0, 4708.0, 4722.0, 4726.0, 4697.0, 4708.0, 4717.0, 4684.0, 4694.0, 4715.0, 4695.0, 4696.0, 4704.0, 4671.0, 4684.0, 4694.0, 4683.0, 4696.0, 4704.0, 4673.0, 4686.0, 4696.0, 4672.0, 4685.0, 4695.0, 4673.0, 4694.0, 4707.0, 4684.0, 4694.0, 4696.0, 4714.0, 4696.0, 4698.0, 4704.0, 4696.0, 4707.0, 4717.0, 4685.0, 4698.0, 4706.0, 4687.0, 4698.0, 4709.0, 4689.0, 4710.0, 4722.0, 4680.0, 4709.0, 4722.0, 4730.0, 4711.0, 4713.0, 4731.0, 4690.0, 4713.0, 4719.0, 4700.0, 4712.0, 4720.0, 4689.0, 4709.0, 4733.0, 4690.0, 4710.0, 4721.0, 4698.0, 4711.0, 4709.0, 4698.0, 4712.0, 4723.0, 4699.0, 4709.0, 4723.0, 4729.0, 4698.0, 4697.0, 4718.0, 4697.0, 4697.0, 4717.0, 4698.0, 4710.0, 4718.0, 4696.0, 4711.0, 4717.0, 4708.0, 4721.0, 4728.0, 4688.0, 4699.0, 4707.0, 4683.0, 4697.0, 4706.0, 4684.0, 4694.0, 4694.0, 4711.0, 4683.0, 4694.0, 4702.0, 4681.0, 4692.0, 4704.0, 4673.0, 4694.0, 4705.0, 4712.0, 4694.0, 4692.0, 4702.0, 4683.0, 4696.0, 4705.0, 4683.0, 4696.0, 4707.0, 4684.0, 4694.0, 4695.0, 4714.0, 4693.0, 4696.0, 4701.0, 4695.0, 4697.0, 4706.0, 4694.0, 4709.0, 4715.0, 4686.0, 4697.0, 4708.0, 4686.0, 4709.0, 4710.0, 4676.0, 4702.0, 4710.0, 4726.0, 4696.0, 4697.0, 4713.0, 4694.0, 4698.0, 4715.0, 4685.0, 4695.0, 4704.0, 4682.0, 4694.0, 4706.0, 4697.0, 4709.0, 4717.0, 4698.0, 4709.0, 4685.0, 4697.0, 4708.0, 4714.0, 4686.0, 4697.0, 4690.0, 4695.0, 4698.0, 4715.0, 4696.0, 4698.0, 4718.0, 4674.0, 4697.0, 4704.0, 4685.0, 4699.0, 4712.0, 4714.0, 4699.0, 4708.0, 4728.0, 4687.0, 4709.0, 4717.0, 4684.0, 4697.0, 4719.0, 4705.0, 4698.0, 4710.0, 4716.0, 4701.0, 4712.0, 4727.0, 4710.0, 4724.0, 4729.0, 4703.0, 4713.0, 4732.0, 4712.0, 4724.0, 4733.0, 4688.0, 4712.0, 4723.0, 4717.0, 4699.0, 4710.0, 4708.0, 4709.0, 4721.0, 4726.0, 4696.0, 4707.0, 4715.0, 4696.0, 4696.0, 4701.0, 4694.0, 4707.0, 4703.0, 4684.0, 4694.0, 4701.0, 4668.0, 4685.0, 4692.0, 4671.0, 4694.0, 4703.0, 4673.0, 4682.0, 4694.0, 4662.0, 4683.0, 4695.0, 4683.0, 4706.0, 4687.0, 4721.0, 4720.0, 4699.0, 4708.0, 4729.0, 4716.0, 4697.0, 4694.0, 4701.0, 4696.0, 4707.0, 4705.0, 4684.0, 4694.0, 4705.0, 4683.0, 4694.0, 4691.0, 4662.0, 4695.0, 4696.0, 4664.0, 4696.0, 4704.0, 4693.0, 4695.0, 4699.0, 4712.0, 4696.0, 4707.0, 4716.0, 4694.0, 4709.0, 4705.0, 4685.0, 4699.0, 4705.0, 4676.0, 4693.0, 4709.0, 4686.0, 4696.0, 4696.0, 4714.0, 4685.0, 4696.0, 4705.0, 4694.0, 4705.0, 4715.0, 4683.0, 4696.0, 4692.0, 4672.0, 4694.0, 4695.0, 4671.0, 4683.0, 4696.0, 4711.0, 4681.0, 4696.0, 4701.0, 4692.0, 4695.0, 4704.0, 4674.0, 4695.0, 4695.0, 4714.0, 4696.0, 4707.0, 4717.0, 4685.0, 4706.0, 4717.0, 4686.0, 4709.0, 4708.0, 4677.0, 4710.0, 4711.0, 4729.0, 4699.0, 4721.0, 4729.0, 4688.0, 4709.0, 4718.0, 4678.0, 4710.0, 4720.0, 4701.0, 4724.0, 4733.0, 4699.0, 4712.0, 4720.0, 4709.0, 4699.0, 4712.0, 4726.0, 4698.0, 4719.0, 4718.0, 4697.0, 4698.0, 4716.0, 4684.0, 4696.0, 4703.0, 4694.0, 4695.0, 4706.0, 4681.0, 4695.0, 4692.0, 4670.0, 4681.0, 4695.0, 4700.0, 4681.0, 4692.0, 4702.0, 4669.0, 4678.0, 4701.0, 4682.0, 4691.0, 4694.0, 4672.0, 4694.0, 4695.0, 4672.0, 4681.0, 4696.0, 4712.0, 4683.0, 4691.0, 4703.0, 4682.0, 4696.0, 4705.0, 4672.0, 4694.0, 4697.0, 4685.0, 4691.0, 4695.0, 4712.0, 4694.0, 4698.0, 4705.0, 4707.0, 4720.0, 4728.0, 4698.0, 4708.0, 4717.0, 4697.0, 4711.0, 4718.0, 4722.0, 4724.0, 4727.0, 4696.0, 4709.0, 4718.0, 4684.0, 4709.0, 4706.0, 4698.0, 4709.0, 4718.0, 4687.0, 4706.0, 4710.0, 4675.0, 4693.0, 4693.0, 4673.0, 4695.0, 4703.0, 4681.0, 4695.0, 4694.0, 4693.0, 4694.0, 4696.0, 4708.0, 4681.0, 4691.0, 4699.0, 4682.0, 4694.0, 4701.0, 4679.0, 4693.0, 4702.0, 4672.0, 4693.0, 4694.0, 4691.0, 4681.0, 4694.0, 4703.0, 4680.0, 4695.0, 4705.0, 4669.0, 4692.0, 4695.0, 4673.0, 4706.0, 4709.0, 4696.0, 4706.0, 4709.0, 4715.0, 4697.0, 4708.0, 4716.0, 4698.0, 4710.0, 4710.0, 4686.0, 4721.0, 4723.0, 4689.0, 4712.0, 4709.0, 4721.0, 4712.0, 4713.0, 4719.0, 4712.0, 4723.0, 4732.0, 4700.0, 4710.0, 4719.0, 4699.0, 4711.0, 4719.0, 4688.0, 4709.0, 4717.0, 4685.0, 4698.0, 4706.0, 4714.0, 4696.0, 4698.0, 4715.0, 4693.0, 4695.0, 4706.0, 4674.0, 4694.0, 4705.0, 4673.0, 4692.0, 4693.0, 4713.0, 4684.0, 4694.0, 4704.0, 4683.0, 4698.0, 4706.0, 4683.0, 4693.0, 4704.0, 4684.0], 'WindowWidth': [10397.0, 10360.0, 10314.0, 10319.0, 10333.0, 10288.0, 10288.0, 10300.0, 10309.0, 10266.0, 10270.0, 10292.0, 10258.0, 10273.0, 10282.0, 10229.0, 10259.0, 10257.0, 10231.0, 10265.0, 10279.0, 10234.0, 10265.0, 10271.0, 10249.0, 10272.0, 10273.0, 10261.0, 10304.0, 10311.0, 10265.0, 10309.0, 10307.0, 10301.0, 10319.0, 10342.0, 10320.0, 10332.0, 10312.0, 10321.0, 10339.0, 10299.0, 10313.0, 10318.0, 10266.0, 10301.0, 10332.0, 10305.0, 10291.0, 10303.0, 10269.0, 10293.0, 10289.0, 10259.0, 10290.0, 10307.0, 10264.0, 10294.0, 10307.0, 10280.0, 10319.0, 10325.0, 10296.0, 10316.0, 10269.0, 10319.0, 10338.0, 10285.0, 10317.0, 10327.0, 10301.0, 10335.0, 10345.0, 10293.0, 10298.0, 10318.0, 10288.0, 10314.0, 10308.0, 10270.0, 10317.0, 10332.0, 10271.0, 10317.0, 10319.0, 10312.0, 10304.0, 10305.0, 10297.0, 10320.0, 10336.0, 10345.0, 10303.0, 10324.0, 10328.0, 10289.0, 10322.0, 10335.0, 10301.0, 10325.0, 10358.0, 10284.0, 10314.0, 10321.0, 10284.0, 10317.0, 10325.0, 10338.0, 10301.0, 10334.0, 10343.0, 10291.0, 10296.0, 10304.0, 10268.0, 10287.0, 10288.0, 10245.0, 10265.0, 10297.0, 10275.0, 10263.0, 10264.0, 10286.0, 10247.0, 10262.0, 10270.0, 10256.0, 10280.0, 10274.0, 10244.0, 10245.0, 10269.0, 10239.0, 10263.0, 10266.0, 10242.0, 10256.0, 10269.0, 10236.0, 10239.0, 10254.0, 10235.0, 10241.0, 10258.0, 10214.0, 10230.0, 10237.0, 10212.0, 10231.0, 10237.0, 10254.0, 10232.0, 10235.0, 10242.0, 10235.0, 10238.0, 10246.0, 10237.0, 10257.0, 10248.0, 10238.0, 10258.0, 10252.0, 10244.0, 10260.0, 10259.0, 10264.0, 10269.0, 10268.0, 10285.0, 10292.0, 10295.0, 10267.0, 10284.0, 10294.0, 10269.0, 10288.0, 10298.0, 10275.0, 10308.0, 10302.0, 10281.0, 10295.0, 10303.0, 10282.0, 10299.0, 10309.0, 10300.0, 10324.0, 10339.0, 10284.0, 10315.0, 10325.0, 10292.0, 10321.0, 10333.0, 10313.0, 10342.0, 10349.0, 10311.0, 10340.0, 10347.0, 10309.0, 10341.0, 10354.0, 10291.0, 10317.0, 10331.0, 10271.0, 10302.0, 10315.0, 10288.0, 10318.0, 10345.0, 10282.0, 10297.0, 10312.0, 10269.0, 10277.0, 10291.0, 10283.0, 10273.0, 10292.0, 10314.0, 10267.0, 10265.0, 10294.0, 10231.0, 10242.0, 10260.0, 10213.0, 10241.0, 10259.0, 10285.0, 10240.0, 10239.0, 10263.0, 10222.0, 10246.0, 10264.0, 10245.0, 10264.0, 10241.0, 10263.0, 10278.0, 10231.0, 10266.0, 10276.0, 10246.0, 10262.0, 10273.0, 10244.0, 10260.0, 10273.0, 10224.0, 10240.0, 10251.0, 10227.0, 10257.0, 10259.0, 10213.0, 10262.0, 10284.0, 10223.0, 10269.0, 10283.0, 10241.0, 10292.0, 10289.0, 10251.0, 10293.0, 10314.0, 10263.0, 10294.0, 10298.0, 10265.0, 10294.0, 10298.0, 10267.0, 10303.0, 10334.0, 10274.0, 10303.0, 10316.0, 10282.0, 10301.0, 10314.0, 10271.0, 10319.0, 10349.0, 10308.0, 10290.0, 10311.0, 10315.0, 10271.0, 10290.0, 10307.0, 10270.0, 10288.0, 10298.0, 10267.0, 10285.0, 10281.0, 10268.0, 10288.0, 10262.0, 10272.0, 10271.0, 10248.0, 10272.0, 10301.0, 10249.0, 10271.0, 10295.0, 10266.0, 10271.0, 10300.0, 10245.0, 10249.0, 10262.0, 10227.0, 10261.0, 10282.0, 10295.0, 10244.0, 10260.0, 10273.0, 10230.0, 10257.0, 10266.0, 10272.0, 10246.0, 10268.0, 10269.0, 10247.0, 10286.0, 10296.0, 10254.0, 10289.0, 10286.0, 10256.0, 10290.0, 10287.0, 10281.0, 10316.0, 10327.0, 10269.0, 10297.0, 10310.0, 10262.0, 10293.0, 10291.0, 10251.0, 10292.0, 10298.0, 10276.0, 10287.0, 10311.0, 10312.0, 10269.0, 10285.0, 10297.0, 10247.0, 10263.0, 10292.0, 10261.0, 10266.0, 10275.0, 10226.0, 10247.0, 10261.0, 10244.0, 10265.0, 10276.0, 10231.0, 10250.0, 10265.0, 10226.0, 10248.0, 10264.0, 10231.0, 10262.0, 10283.0, 10247.0, 10261.0, 10267.0, 10288.0, 10266.0, 10272.0, 10278.0, 10267.0, 10288.0, 10298.0, 10252.0, 10272.0, 10284.0, 10256.0, 10275.0, 10290.0, 10262.0, 10294.0, 10313.0, 10252.0, 10292.0, 10313.0, 10321.0, 10295.0, 10300.0, 10322.0, 10265.0, 10300.0, 10305.0, 10279.0, 10298.0, 10306.0, 10264.0, 10294.0, 10330.0, 10266.0, 10293.0, 10310.0, 10274.0, 10293.0, 10293.0, 10274.0, 10296.0, 10314.0, 10277.0, 10290.0, 10314.0, 10322.0, 10271.0, 10273.0, 10301.0, 10268.0, 10272.0, 10299.0, 10271.0, 10292.0, 10301.0, 10268.0, 10293.0, 10299.0, 10288.0, 10309.0, 10319.0, 10256.0, 10273.0, 10285.0, 10245.0, 10269.0, 10284.0, 10247.0, 10260.0, 10263.0, 10286.0, 10243.0, 10260.0, 10270.0, 10238.0, 10256.0, 10274.0, 10230.0, 10260.0, 10279.0, 10286.0, 10261.0, 10258.0, 10271.0, 10244.0, 10266.0, 10279.0, 10244.0, 10267.0, 10285.0, 10245.0, 10259.0, 10265.0, 10288.0, 10258.0, 10267.0, 10269.0, 10264.0, 10271.0, 10281.0, 10263.0, 10288.0, 10295.0, 10252.0, 10270.0, 10284.0, 10255.0, 10289.0, 10292.0, 10239.0, 10275.0, 10291.0, 10310.0, 10264.0, 10270.0, 10288.0, 10261.0, 10272.0, 10291.0, 10248.0, 10264.0, 10274.0, 10243.0, 10264.0, 10280.0, 10270.0, 10289.0, 10297.0, 10272.0, 10289.0, 10253.0, 10272.0, 10290.0, 10291.0, 10251.0, 10268.0, 10254.0, 10264.0, 10273.0, 10293.0, 10266.0, 10272.0, 10299.0, 10234.0, 10269.0, 10279.0, 10252.0, 10276.0, 10297.0, 10293.0, 10276.0, 10289.0, 10315.0, 10257.0, 10289.0, 10302.0, 10251.0, 10272.0, 10304.0, 10281.0, 10275.0, 10296.0, 10298.0, 10283.0, 10299.0, 10315.0, 10294.0, 10317.0, 10320.0, 10287.0, 10302.0, 10325.0, 10300.0, 10319.0, 10332.0, 10262.0, 10296.0, 10315.0, 10299.0, 10272.0, 10291.0, 10284.0, 10289.0, 10310.0, 10312.0, 10267.0, 10285.0, 10293.0, 10266.0, 10268.0, 10269.0, 10261.0, 10284.0, 10276.0, 10246.0, 10260.0, 10269.0, 10219.0, 10248.0, 10255.0, 10225.0, 10259.0, 10276.0, 10228.0, 10241.0, 10258.0, 10214.0, 10245.0, 10260.0, 10245.0, 10280.0, 10257.0, 10308.0, 10309.0, 10276.0, 10290.0, 10323.0, 10297.0, 10266.0, 10263.0, 10269.0, 10264.0, 10283.0, 10280.0, 10247.0, 10263.0, 10281.0, 10244.0, 10261.0, 10256.0, 10214.0, 10262.0, 10267.0, 10220.0, 10268.0, 10280.0, 10261.0, 10265.0, 10275.0, 10286.0, 10267.0, 10284.0, 10295.0, 10264.0, 10290.0, 10281.0, 10251.0, 10273.0, 10280.0, 10239.0, 10263.0, 10289.0, 10253.0, 10266.0, 10268.0, 10290.0, 10249.0, 10266.0, 10277.0, 10261.0, 10280.0, 10294.0, 10243.0, 10263.0, 10257.0, 10226.0, 10260.0, 10265.0, 10225.0, 10245.0, 10267.0, 10283.0, 10240.0, 10265.0, 10268.0, 10257.0, 10264.0, 10279.0, 10234.0, 10266.0, 10268.0, 10290.0, 10266.0, 10285.0, 10298.0, 10250.0, 10283.0, 10298.0, 10255.0, 10290.0, 10287.0, 10243.0, 10294.0, 10298.0, 10319.0, 10276.0, 10310.0, 10320.0, 10261.0, 10292.0, 10302.0, 10249.0, 10295.0, 10307.0, 10282.0, 10317.0, 10332.0, 10278.0, 10297.0, 10309.0, 10290.0, 10275.0, 10297.0, 10312.0, 10272.0, 10304.0, 10302.0, 10269.0, 10273.0, 10296.0, 10245.0, 10265.0, 10272.0, 10260.0, 10265.0, 10282.0, 10241.0, 10262.0, 10259.0, 10223.0, 10239.0, 10262.0, 10265.0, 10237.0, 10257.0, 10269.0, 10220.0, 10233.0, 10267.0, 10240.0, 10255.0, 10260.0, 10225.0, 10259.0, 10262.0, 10227.0, 10240.0, 10266.0, 10285.0, 10243.0, 10255.0, 10272.0, 10243.0, 10265.0, 10278.0, 10229.0, 10263.0, 10270.0, 10248.0, 10256.0, 10266.0, 10285.0, 10262.0, 10271.0, 10277.0, 10287.0, 10310.0, 10314.0, 10273.0, 10289.0, 10300.0, 10271.0, 10296.0, 10301.0, 10313.0, 10319.0, 10318.0, 10269.0, 10288.0, 10302.0, 10250.0, 10287.0, 10281.0, 10272.0, 10292.0, 10304.0, 10256.0, 10281.0, 10291.0, 10234.0, 10258.0, 10259.0, 10229.0, 10263.0, 10276.0, 10241.0, 10262.0, 10263.0, 10256.0, 10260.0, 10267.0, 10278.0, 10239.0, 10254.0, 10264.0, 10242.0, 10261.0, 10268.0, 10235.0, 10258.0, 10270.0, 10227.0, 10258.0, 10261.0, 10253.0, 10239.0, 10262.0, 10271.0, 10238.0, 10262.0, 10278.0, 10222.0, 10257.0, 10263.0, 10233.0, 10282.0, 10290.0, 10268.0, 10283.0, 10292.0, 10297.0, 10271.0, 10288.0, 10298.0, 10273.0, 10294.0, 10293.0, 10258.0, 10310.0, 10315.0, 10263.0, 10298.0, 10294.0, 10309.0, 10297.0, 10301.0, 10304.0, 10297.0, 10316.0, 10327.0, 10278.0, 10292.0, 10304.0, 10274.0, 10294.0, 10307.0, 10259.0, 10289.0, 10302.0, 10251.0, 10271.0, 10282.0, 10290.0, 10265.0, 10272.0, 10293.0, 10259.0, 10267.0, 10282.0, 10232.0, 10261.0, 10279.0, 10230.0, 10259.0, 10262.0, 10288.0, 10248.0, 10264.0, 10276.0, 10246.0, 10271.0, 10283.0, 10245.0, 10261.0, 10276.0, 10248.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.0003984518348623853</td></tr>
<tr><td colspan=3>aqi</td><td>0.017473890481651374</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.087913648874846</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.248919125132032</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998645121664753</td></tr>
<tr><td colspan=3>efc</td><td>0.5156</td></tr>
<tr><td colspan=3>fber</td><td>4405.9863</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0814322531962273</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3440366972477064</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5601902367711875</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.58061821120054</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.730719207621853</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.369233291491168</td></tr>
<tr><td colspan=3>gcor</td><td>0.0202908</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0066136023961007595</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028980625793337822</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.058553293406093</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.623</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.1864</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.6418</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288064.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1203.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.5221</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6976</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.8201</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3819.6194</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.4807</td></tr>
<tr><td colspan=3>tsnr</td><td>47.19469240447506</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>