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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0056_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-05_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-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-04_task-social_acq-mb8_run-05_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-0056/ses-04/func/sub-0056_ses-04_task-social_acq-mb8_run-05_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>19ff19027da5a5ad0c42408add4529e1</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>18:40:35.220000</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.998507, 0.0503019, 0.021298, -0.0523296, 0.992684, 0.108813]</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-05_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.0861828</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7785, -7284, 828, -17, -386, 100, 35]</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>226.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ec03f336-e336-43ab-abb1-20b7fe84c503||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.6789212226867676, -0.1403963565826416, 0.042305391281843185, 117.38031768798828], [-0.13495641946792603, 2.6632983684539795, 0.2963653802871704, -100.77108764648438], [0.05714092776179314, -0.29193708300590515, 2.683351993560791, -67.05414581298828], [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': ['184035.220000', '184035.680000', '184036.140000', '184036.600000', '184037.060000', '184037.520000', '184037.980000', '184038.440000', '184038.900000', '184039.360000', '184039.820000', '184040.280000', '184040.740000', '184041.200000', '184041.660000', '184042.120000', '184042.580000', '184043.040000', '184043.500000', '184043.960000', '184044.420000', '184044.880000', '184045.340000', '184045.800000', '184046.260000', '184046.720000', '184047.180000', '184047.640000', '184048.100000', '184048.560000', '184049.020000', '184049.480000', '184049.940000', '184050.400000', '184050.860000', '184051.320000', '184051.780000', '184052.240000', '184052.700000', '184053.160000', '184053.620000', '184054.080000', '184054.540000', '184055.000000', '184055.460000', '184055.920000', '184056.380000', '184056.840000', '184057.300000', '184057.760000', '184058.220000', '184058.680000', '184059.140000', '184059.600000', '184100.060000', '184100.520000', '184100.980000', '184101.440000', '184101.900000', '184102.360000', '184102.820000', '184103.280000', '184103.740000', '184104.200000', '184104.660000', '184105.120000', '184105.580000', '184106.040000', '184106.500000', '184106.960000', '184107.420000', '184107.880000', '184108.340000', '184108.800000', '184109.260000', '184109.720000', '184110.180000', '184110.640000', '184111.100000', '184111.560000', '184112.020000', '184112.480000', '184112.940000', '184113.400000', '184113.860000', '184114.320000', '184114.780000', '184115.240000', '184115.700000', '184116.160000', '184116.620000', '184117.080000', '184117.540000', '184118.000000', '184118.460000', '184118.920000', '184119.380000', '184119.840000', '184120.300000', '184120.760000', '184121.220000', '184121.680000', '184122.140000', '184122.600000', '184123.060000', '184123.520000', '184123.980000', '184124.440000', '184124.900000', '184125.360000', '184125.820000', '184126.280000', '184126.740000', '184127.200000', '184127.660000', '184128.120000', '184128.580000', '184129.040000', '184129.500000', '184129.960000', '184130.420000', '184130.880000', '184131.340000', '184131.800000', '184132.260000', '184132.720000', '184133.180000', '184133.640000', '184134.100000', '184134.560000', '184135.020000', '184135.480000', '184135.940000', '184136.400000', '184136.860000', '184137.320000', '184137.780000', '184138.240000', '184138.700000', '184139.160000', '184139.620000', '184140.080000', '184140.540000', '184141.000000', '184141.460000', '184141.920000', '184142.380000', '184142.840000', '184143.300000', '184143.760000', '184144.220000', '184144.680000', '184145.140000', '184145.600000', '184146.060000', '184146.520000', '184146.980000', '184147.440000', '184147.900000', '184148.360000', '184148.820000', '184149.280000', '184149.740000', '184150.200000', '184150.660000', '184151.120000', '184151.580000', '184152.040000', '184152.500000', '184152.960000', '184153.420000', '184153.880000', '184154.340000', '184154.800000', '184155.260000', '184155.720000', '184156.180000', '184156.640000', '184157.100000', '184157.560000', '184158.020000', '184158.480000', '184158.940000', '184159.400000', '184159.860000', '184200.320000', '184200.780000', '184201.240000', '184201.700000', '184202.160000', '184202.620000', '184203.080000', '184203.540000', '184204.000000', '184204.460000', '184204.920000', '184205.380000', '184205.840000', '184206.300000', '184206.760000', '184207.220000', '184207.680000', '184208.140000', '184208.600000', '184209.060000', '184209.520000', '184209.980000', '184210.440000', '184210.900000', '184211.360000', '184211.820000', '184212.280000', '184212.740000', '184213.200000', '184213.660000', '184214.120000', '184214.580000', '184215.040000', '184215.500000', '184215.960000', '184216.420000', '184216.880000', '184217.340000', '184217.800000', '184218.260000', '184218.720000', '184219.180000', '184219.640000', '184220.100000', '184220.560000', '184221.020000', '184221.480000', '184221.940000', '184222.400000', '184222.860000', '184223.320000', '184223.780000', '184224.240000', '184224.700000', '184225.160000', '184225.620000', '184226.080000', '184226.540000', '184227.000000', '184227.460000', '184227.920000', '184228.380000', '184228.840000', '184229.300000', '184229.760000', '184230.220000', '184230.680000', '184231.140000', '184231.600000', '184232.060000', '184232.520000', '184232.980000', '184233.440000', '184233.900000', '184234.360000', '184234.820000', '184235.280000', '184235.740000', '184236.200000', '184236.660000', '184237.120000', '184237.580000', '184238.040000', '184238.500000', '184238.960000', '184239.420000', '184239.880000', '184240.340000', '184240.800000', '184241.260000', '184241.720000', '184242.180000', '184242.640000', '184243.100000', '184243.560000', '184244.020000', '184244.480000', '184244.940000', '184245.400000', '184245.860000', '184246.320000', '184246.780000', '184247.240000', '184247.700000', '184248.160000', '184248.620000', '184249.080000', '184249.540000', '184250.000000', '184250.460000', '184250.920000', '184251.380000', '184251.840000', '184252.300000', '184252.760000', '184253.220000', '184253.680000', '184254.140000', '184254.600000', '184255.060000', '184255.520000', '184255.980000', '184256.440000', '184256.900000', '184257.360000', '184257.820000', '184258.280000', '184258.740000', '184259.200000', '184259.660000', '184300.120000', '184300.580000', '184301.040000', '184301.500000', '184301.960000', '184302.420000', '184302.880000', '184303.340000', '184303.800000', '184304.260000', '184304.720000', '184305.180000', '184305.640000', '184306.100000', '184306.560000', '184307.020000', '184307.480000', '184307.940000', '184308.400000', '184308.860000', '184309.320000', '184309.780000', '184310.240000', '184310.700000', '184311.160000', '184311.620000', '184312.080000', '184312.540000', '184313.000000', '184313.460000', '184313.920000', '184314.380000', '184314.840000', '184315.300000', '184315.760000', '184316.220000', '184316.680000', '184317.140000', '184317.600000', '184318.060000', '184318.520000', '184318.980000', '184319.440000', '184319.900000', '184320.360000', '184320.820000', '184321.280000', '184321.740000', '184322.200000', '184322.660000', '184323.120000', '184323.580000', '184324.040000', '184324.500000', '184324.960000', '184325.420000', '184325.880000', '184326.340000', '184326.800000', '184327.260000', '184327.720000', '184328.180000', '184328.640000', '184329.100000', '184329.560000', '184330.020000', '184330.480000', '184330.940000', '184331.400000', '184331.860000', '184332.320000', '184332.780000', '184333.240000', '184333.700000', '184334.160000', '184334.620000', '184335.080000', '184335.540000', '184336.000000', '184336.460000', '184336.920000', '184337.380000', '184337.840000', '184338.300000', '184338.760000', '184339.220000', '184339.680000', '184340.140000', '184340.600000', '184341.060000', '184341.520000', '184341.980000', '184342.440000', '184342.900000', '184343.360000', '184343.820000', '184344.280000', '184344.740000', '184345.200000', '184345.660000', '184346.120000', '184346.580000', '184347.040000', '184347.500000', '184347.960000', '184348.420000', '184348.880000', '184349.340000', '184349.800000', '184350.260000', '184350.720000', '184351.180000', '184351.640000', '184352.100000', '184352.560000', '184353.020000', '184353.480000', '184353.940000', '184354.400000', '184354.860000', '184355.320000', '184355.780000', '184356.240000', '184356.700000', '184357.160000', '184357.620000', '184358.080000', '184358.540000', '184359.000000', '184359.460000', '184359.920000', '184400.380000', '184400.840000', '184401.300000', '184401.760000', '184402.220000', '184402.680000', '184403.140000', '184403.600000', '184404.060000', '184404.520000', '184404.980000', '184405.440000', '184405.900000', '184406.360000', '184406.820000', '184407.280000', '184407.740000', '184408.200000', '184408.660000', '184409.120000', '184409.580000', '184410.040000', '184410.500000', '184410.960000', '184411.420000', '184411.880000', '184412.340000', '184412.800000', '184413.260000', '184413.720000', '184414.180000', '184414.640000', '184415.100000', '184415.560000', '184416.020000', '184416.480000', '184416.940000', '184417.400000', '184417.860000', '184418.320000', '184418.780000', '184419.240000', '184419.700000', '184420.160000', '184420.620000', '184421.080000', '184421.540000', '184422.000000', '184422.460000', '184422.920000', '184423.380000', '184423.840000', '184424.300000', '184424.760000', '184425.220000', '184425.680000', '184426.140000', '184426.600000', '184427.060000', '184427.520000', '184427.980000', '184428.440000', '184428.900000', '184429.360000', '184429.820000', '184430.280000', '184430.740000', '184431.200000', '184431.660000', '184432.120000', '184432.580000', '184433.040000', '184433.500000', '184433.960000', '184434.420000', '184434.880000', '184435.340000', '184435.800000', '184436.260000', '184436.720000', '184437.180000', '184437.640000', '184438.100000', '184438.560000', '184439.020000', '184439.480000', '184439.940000', '184440.400000', '184440.860000', '184441.320000', '184441.780000', '184442.240000', '184442.700000', '184443.160000', '184443.620000', '184444.080000', '184444.540000', '184445.000000', '184445.460000', '184445.920000', '184446.380000', '184446.840000', '184447.300000', '184447.760000', '184448.220000', '184448.680000', '184449.140000', '184449.600000', '184450.060000', '184450.520000', '184450.980000', '184451.440000', '184451.900000', '184452.360000', '184452.820000', '184453.280000', '184453.740000', '184454.200000', '184454.660000', '184455.120000', '184455.580000', '184456.040000', '184456.500000', '184456.960000', '184457.420000', '184457.880000', '184458.340000', '184458.800000', '184459.260000', '184459.720000', '184500.180000', '184500.640000', '184501.100000', '184501.560000', '184502.020000', '184502.480000', '184502.940000', '184503.400000', '184503.860000', '184504.320000', '184504.780000', '184505.240000', '184505.700000', '184506.160000', '184506.620000', '184507.080000', '184507.540000', '184508.000000', '184508.460000', '184508.920000', '184509.380000', '184509.840000', '184510.300000', '184510.760000', '184511.220000', '184511.680000', '184512.140000', '184512.600000', '184513.060000', '184513.520000', '184513.980000', '184514.440000', '184514.900000', '184515.360000', '184515.820000', '184516.280000', '184516.740000', '184517.200000', '184517.660000', '184518.120000', '184518.580000', '184519.040000', '184519.500000', '184519.960000', '184520.420000', '184520.880000', '184521.340000', '184521.800000', '184522.260000', '184522.720000', '184523.180000', '184523.640000', '184524.100000', '184524.560000', '184525.020000', '184525.480000', '184525.940000', '184526.400000', '184526.860000', '184527.320000', '184527.780000', '184528.240000', '184528.700000', '184529.160000', '184529.620000', '184530.080000', '184530.540000', '184531.000000', '184531.460000', '184531.920000', '184532.380000', '184532.840000', '184533.300000', '184533.760000', '184534.220000', '184534.680000', '184535.140000', '184535.600000', '184536.060000', '184536.520000', '184536.980000', '184537.440000', '184537.900000', '184538.360000', '184538.820000', '184539.280000', '184539.740000', '184540.200000', '184540.660000', '184541.120000', '184541.580000', '184542.040000', '184542.500000', '184542.960000', '184543.420000', '184543.880000', '184544.340000', '184544.800000', '184545.260000', '184545.720000', '184546.180000', '184546.640000', '184547.100000', '184547.560000', '184548.020000', '184548.480000', '184548.940000', '184549.400000', '184549.860000', '184550.320000', '184550.780000', '184551.240000', '184551.700000', '184552.160000', '184552.620000', '184553.080000', '184553.540000', '184554.000000', '184554.460000', '184554.920000', '184555.380000', '184555.840000', '184556.300000', '184556.760000', '184557.220000', '184557.680000', '184558.140000', '184558.600000', '184559.060000', '184559.520000', '184559.980000', '184600.440000', '184600.900000', '184601.360000', '184601.820000', '184602.280000', '184602.740000', '184603.200000', '184603.660000', '184604.120000', '184604.580000', '184605.040000', '184605.500000', '184605.960000', '184606.420000', '184606.880000', '184607.340000', '184607.800000', '184608.260000', '184608.720000', '184609.180000', '184609.640000', '184610.100000', '184610.560000', '184611.020000', '184611.480000', '184611.940000', '184612.400000', '184612.860000', '184613.320000', '184613.780000', '184614.240000', '184614.700000', '184615.160000', '184615.620000', '184616.080000', '184616.540000', '184617.000000', '184617.460000', '184617.920000', '184618.380000', '184618.840000', '184619.300000', '184619.760000', '184620.220000', '184620.680000', '184621.140000', '184621.600000', '184622.060000', '184622.520000', '184622.980000', '184623.440000', '184623.900000', '184624.360000', '184624.820000', '184625.280000', '184625.740000', '184626.200000', '184626.660000', '184627.120000', '184627.580000', '184628.040000', '184628.500000', '184628.960000', '184629.420000', '184629.880000', '184630.340000', '184630.800000', '184631.260000', '184631.720000', '184632.180000', '184632.640000', '184633.100000', '184633.560000', '184634.020000', '184634.480000', '184634.940000', '184635.400000', '184635.860000', '184636.320000', '184636.780000', '184637.240000', '184637.700000', '184638.160000', '184638.620000', '184639.080000', '184639.540000', '184640.000000', '184640.460000', '184640.920000', '184641.380000', '184641.840000', '184642.300000', '184642.760000', '184643.220000', '184643.680000', '184644.140000', '184644.600000', '184645.060000', '184645.520000', '184645.980000', '184646.440000', '184646.900000', '184647.360000', '184647.820000', '184648.280000', '184648.740000', '184649.200000', '184649.660000', '184650.120000', '184650.580000', '184651.040000', '184651.500000', '184651.960000', '184652.420000', '184652.880000', '184653.340000', '184653.800000', '184654.260000', '184654.720000', '184655.180000', '184655.640000', '184656.100000', '184656.560000', '184657.020000', '184657.480000', '184657.940000', '184658.400000', '184658.860000', '184659.320000', '184659.780000', '184700.240000', '184700.700000', '184701.160000', '184701.620000', '184702.080000', '184702.540000', '184703.000000', '184703.460000', '184703.920000', '184704.380000', '184704.840000', '184705.300000', '184705.760000', '184706.220000', '184706.680000', '184707.140000', '184707.600000', '184708.060000', '184708.520000', '184708.980000', '184709.440000', '184709.900000', '184710.360000', '184710.820000', '184711.280000', '184711.740000', '184712.200000', '184712.660000', '184713.120000', '184713.580000', '184714.040000', '184714.500000', '184714.960000', '184715.420000', '184715.880000'], 'ContentTime': ['184058.649000', '184058.652000', '184058.655000', '184058.658000', '184058.660000', '184058.663000', '184058.665000', '184058.668000', '184058.671000', '184058.673000', '184058.676000', '184058.678000', '184058.681000', '184058.683000', '184058.686000', '184058.688000', '184058.691000', '184058.693000', '184058.696000', '184058.699000', '184058.701000', '184058.704000', '184058.706000', '184058.709000', '184058.711000', '184058.714000', '184058.716000', '184058.719000', '184058.721000', '184058.724000', '184058.727000', '184058.729000', '184058.732000', '184058.734000', '184058.737000', '184058.739000', '184058.742000', '184058.744000', '184058.747000', '184058.750000', '184058.752000', '184058.755000', '184058.757000', '184058.760000', '184058.762000', '184058.765000', '184058.768000', '184058.770000', '184058.777000', '184118.613000', '184118.616000', '184118.619000', '184118.622000', '184118.624000', '184118.627000', '184118.629000', '184118.632000', '184118.634000', '184118.637000', '184118.639000', '184118.642000', '184118.644000', '184118.647000', '184118.649000', '184118.652000', '184118.655000', '184118.657000', '184118.660000', '184118.663000', '184118.680000', '184118.682000', '184118.685000', '184118.687000', '184118.690000', '184118.692000', '184118.695000', '184118.697000', '184118.700000', '184118.702000', '184118.705000', '184118.708000', '184118.714000', '184118.717000', '184118.719000', '184118.722000', '184118.724000', '184118.727000', '184118.730000', '184118.732000', '184118.735000', '184118.737000', '184118.740000', '184138.614000', '184138.618000', '184138.620000', '184138.623000', '184138.625000', '184138.628000', '184138.630000', '184138.633000', '184138.635000', '184138.638000', '184138.641000', '184138.643000', '184138.646000', '184138.648000', '184138.651000', '184138.653000', '184138.656000', '184138.658000', '184138.661000', '184138.663000', '184138.666000', '184138.669000', '184138.671000', '184138.674000', '184138.676000', '184138.679000', '184138.682000', '184138.685000', '184138.687000', '184138.690000', '184138.697000', '184138.699000', '184138.702000', '184138.704000', '184138.707000', '184138.709000', '184138.712000', '184138.714000', '184138.717000', '184138.719000', '184138.722000', '184138.725000', '184138.727000', '184138.730000', '184158.614000', '184158.617000', '184158.620000', '184158.623000', '184158.625000', '184158.628000', '184158.630000', '184158.633000', '184158.636000', '184158.638000', '184158.641000', '184158.643000', '184158.646000', '184158.648000', '184158.651000', '184158.653000', '184158.656000', '184158.658000', '184158.661000', '184158.664000', '184158.666000', '184158.669000', '184158.671000', '184158.674000', '184158.676000', '184158.679000', '184158.681000', '184158.684000', '184158.697000', '184158.699000', '184158.702000', '184158.704000', '184158.707000', '184158.710000', '184158.712000', '184158.715000', '184158.717000', '184158.720000', '184158.722000', '184158.725000', '184158.728000', '184158.731000', '184158.734000', '184218.615000', '184218.617000', '184218.620000', '184218.623000', '184218.625000', '184218.628000', '184218.633000', '184218.636000', '184218.639000', '184218.641000', '184218.644000', '184218.646000', '184218.649000', '184218.651000', '184218.654000', '184218.656000', '184218.659000', '184218.661000', '184218.664000', '184218.667000', '184218.669000', '184218.672000', '184218.674000', '184218.677000', '184218.679000', '184218.682000', '184218.684000', '184218.687000', '184218.690000', '184218.692000', '184218.695000', '184218.697000', '184218.700000', '184218.702000', '184218.705000', '184218.708000', '184218.710000', '184218.713000', '184218.715000', '184218.718000', '184218.720000', '184218.723000', '184218.725000', '184218.728000', '184238.614000', '184238.616000', '184238.619000', '184238.622000', '184238.624000', '184238.627000', '184238.630000', '184238.632000', '184238.635000', '184238.637000', '184238.640000', '184238.643000', '184238.651000', '184238.654000', '184238.656000', '184238.659000', '184238.662000', '184238.664000', '184238.667000', '184238.669000', '184238.672000', '184238.675000', '184238.677000', '184238.680000', '184238.682000', '184238.685000', '184238.687000', '184238.690000', '184238.693000', '184238.695000', '184238.698000', '184238.700000', '184238.703000', '184238.705000', '184238.708000', '184238.711000', '184238.713000', '184238.716000', '184238.718000', '184238.721000', '184238.723000', '184238.726000', '184238.729000', '184258.613000', '184258.616000', '184258.645000', '184258.648000', '184258.651000', '184258.653000', '184258.656000', '184258.658000', '184258.661000', '184258.664000', '184258.666000', '184258.669000', '184258.671000', '184258.674000', '184258.676000', '184258.679000', '184258.682000', '184258.684000', '184258.687000', '184258.689000', '184258.692000', '184258.694000', '184258.697000', '184258.699000', '184258.702000', '184258.704000', '184258.707000', '184258.710000', '184258.712000', '184258.715000', '184258.717000', '184258.720000', '184258.722000', '184258.725000', '184258.728000', '184258.730000', '184258.733000', '184258.735000', '184258.738000', '184258.740000', '184258.743000', '184258.745000', '184258.748000', '184258.751000', '184318.614000', '184318.617000', '184318.619000', '184318.622000', '184318.624000', '184318.627000', '184318.629000', '184318.632000', '184318.635000', '184318.637000', '184318.640000', '184318.642000', '184318.645000', '184318.647000', '184318.650000', '184318.653000', '184318.655000', '184318.658000', '184318.660000', '184318.663000', '184318.666000', '184318.668000', '184318.671000', '184318.673000', '184318.676000', '184318.678000', '184318.681000', '184318.684000', '184318.686000', '184318.689000', '184318.691000', '184318.694000', '184318.697000', '184318.699000', '184318.702000', '184318.704000', '184318.707000', '184318.709000', '184318.712000', '184318.714000', '184318.717000', '184318.720000', '184318.722000', '184338.614000', '184338.616000', '184338.619000', '184338.622000', '184338.624000', '184338.627000', '184338.629000', '184338.632000', '184338.634000', '184338.637000', '184338.640000', '184338.642000', '184338.645000', '184338.647000', '184338.650000', '184338.652000', '184338.655000', '184338.658000', '184338.660000', '184338.663000', '184338.665000', '184338.668000', '184338.670000', '184338.673000', '184338.675000', '184338.678000', '184338.681000', '184338.683000', '184338.686000', '184338.688000', '184338.691000', '184338.694000', '184338.696000', '184338.699000', '184338.701000', '184338.704000', '184338.706000', '184338.709000', '184338.711000', '184338.714000', '184338.717000', '184338.719000', '184338.722000', '184338.724000', '184358.614000', '184358.617000', '184358.620000', '184358.623000', '184358.625000', '184358.628000', '184358.630000', '184358.633000', '184358.635000', '184358.638000', '184358.640000', '184358.643000', '184358.646000', '184358.648000', '184358.651000', '184358.653000', '184358.656000', '184358.659000', '184358.661000', '184358.664000', '184358.666000', '184358.669000', '184358.671000', '184358.674000', '184358.676000', '184358.679000', '184358.682000', '184358.684000', '184358.687000', '184358.689000', '184358.692000', '184358.695000', '184358.697000', '184358.700000', '184358.702000', '184358.705000', '184358.707000', '184358.710000', '184358.712000', '184358.715000', '184358.718000', '184358.720000', '184358.723000', '184418.615000', '184418.617000', '184418.621000', '184418.623000', '184418.626000', '184418.628000', '184418.631000', '184418.634000', '184418.636000', '184418.639000', '184418.641000', '184418.644000', '184418.646000', '184418.649000', '184418.652000', '184418.654000', '184418.657000', '184418.659000', '184418.662000', '184418.664000', '184418.667000', '184418.669000', '184418.672000', '184418.675000', '184418.677000', '184418.680000', '184418.683000', '184418.685000', '184418.688000', '184418.690000', '184418.693000', '184418.696000', '184418.698000', '184418.701000', '184418.703000', '184418.706000', '184418.708000', '184418.711000', '184418.713000', '184418.716000', '184418.719000', '184418.760000', '184418.763000', '184418.765000', '184438.615000', '184438.617000', '184438.620000', '184438.622000', '184438.625000', '184438.628000', '184438.630000', '184438.633000', '184438.635000', '184438.638000', '184438.640000', '184438.643000', '184438.646000', '184438.648000', '184438.651000', '184438.653000', '184438.656000', '184438.659000', '184438.661000', '184438.664000', '184438.666000', '184438.669000', '184438.671000', '184438.674000', '184438.677000', '184438.679000', '184438.682000', '184438.684000', '184438.687000', '184438.690000', '184438.692000', '184438.695000', '184438.697000', '184438.700000', '184438.703000', '184438.705000', '184438.708000', '184438.710000', '184438.713000', '184438.715000', '184438.718000', '184438.721000', '184438.723000', '184458.613000', '184458.616000', '184458.619000', '184458.622000', '184458.624000', '184458.627000', '184458.629000', '184458.632000', '184458.634000', '184458.637000', '184458.640000', '184458.642000', '184458.645000', '184458.647000', '184458.650000', '184458.652000', '184458.655000', '184458.658000', '184458.660000', '184458.663000', '184458.665000', '184458.668000', '184458.670000', '184458.673000', '184458.676000', '184458.678000', '184458.681000', '184458.684000', '184458.686000', '184458.689000', '184458.691000', '184458.694000', '184458.696000', '184458.699000', '184458.702000', '184458.704000', '184458.707000', '184458.709000', '184458.712000', '184458.714000', '184458.717000', '184458.719000', '184458.722000', '184458.725000', '184518.614000', '184518.624000', '184518.626000', '184518.629000', '184518.631000', '184518.634000', '184518.636000', '184518.639000', '184518.642000', '184518.644000', '184518.647000', '184518.649000', '184518.652000', '184518.655000', '184518.657000', '184518.660000', '184518.662000', '184518.665000', '184518.667000', '184518.670000', '184518.673000', '184518.675000', '184518.678000', '184518.680000', '184518.683000', '184518.686000', '184518.688000', '184518.691000', '184518.693000', '184518.696000', '184518.698000', '184518.701000', '184518.704000', '184518.706000', '184518.709000', '184518.711000', '184518.714000', '184518.716000', '184518.719000', '184518.722000', '184518.724000', '184518.727000', '184518.729000', '184538.613000', '184538.617000', '184538.619000', '184538.622000', '184538.625000', '184538.627000', '184538.630000', '184538.632000', '184538.635000', '184538.638000', '184538.640000', '184538.643000', '184538.645000', '184538.648000', '184538.650000', '184538.653000', '184538.656000', '184538.659000', '184538.662000', '184538.664000', '184538.667000', '184538.669000', '184538.672000', '184538.675000', '184538.677000', '184538.680000', '184538.682000', '184538.685000', '184538.688000', '184538.690000', '184538.693000', '184538.695000', '184538.698000', '184538.700000', '184538.703000', '184538.706000', '184538.708000', '184538.711000', '184538.713000', '184538.716000', '184538.718000', '184538.721000', '184538.724000', '184558.614000', '184558.617000', '184558.619000', '184558.622000', '184558.625000', '184558.627000', '184558.630000', '184558.632000', '184558.635000', '184558.667000', '184558.669000', '184558.672000', '184558.675000', '184558.677000', '184558.680000', '184558.683000', '184558.685000', '184558.688000', '184558.690000', '184558.693000', '184558.695000', '184558.698000', '184558.701000', '184558.703000', '184558.706000', '184558.708000', '184558.711000', '184558.714000', '184558.716000', '184558.719000', '184558.721000', '184558.724000', '184558.727000', '184558.729000', '184558.732000', '184558.734000', '184558.737000', '184558.739000', '184558.742000', '184558.745000', '184558.748000', '184558.750000', '184558.761000', '184558.763000', '184618.615000', '184618.618000', '184618.621000', '184618.624000', '184618.627000', '184618.630000', '184618.632000', '184618.635000', '184618.638000', '184618.640000', '184618.643000', '184618.645000', '184618.648000', '184618.650000', '184618.653000', '184618.656000', '184618.658000', '184618.661000', '184618.663000', '184618.666000', '184618.668000', '184618.673000', '184618.675000', '184618.678000', '184618.681000', '184618.683000', '184618.686000', '184618.688000', '184618.691000', '184618.693000', '184618.696000', '184618.698000', '184618.701000', '184618.703000', '184618.706000', '184618.709000', '184618.711000', '184618.714000', '184618.716000', '184618.719000', '184618.722000', '184618.724000', '184618.727000', '184638.615000', '184638.617000', '184638.620000', '184638.623000', '184638.625000', '184638.628000', '184638.631000', '184638.633000', '184638.636000', '184638.639000', '184638.641000', '184638.644000', '184638.646000', '184638.649000', '184638.652000', '184638.654000', '184638.657000', '184638.659000', '184638.662000', '184638.664000', '184638.667000', '184638.670000', '184638.672000', '184638.675000', '184638.677000', '184638.680000', '184638.683000', '184638.685000', '184638.688000', '184638.690000', '184638.693000', '184638.695000', '184638.698000', '184638.701000', '184638.703000', '184638.706000', '184638.708000', '184638.711000', '184638.714000', '184638.716000', '184638.719000', '184638.721000', '184638.724000', '184638.727000', '184658.615000', '184658.618000', '184658.620000', '184658.623000', '184658.625000', '184658.628000', '184658.631000', '184658.633000', '184658.636000', '184658.638000', '184658.641000', '184658.644000', '184658.646000', '184658.649000', '184658.651000', '184658.654000', '184658.656000', '184658.659000', '184658.662000', '184658.664000', '184658.667000', '184658.669000', '184658.672000', '184658.675000', '184658.678000', '184658.681000', '184658.684000', '184658.686000', '184658.689000', '184658.692000', '184658.694000', '184658.697000', '184658.701000', '184658.703000', '184658.706000', '184658.709000', '184658.711000', '184658.714000', '184658.716000', '184658.719000', '184658.722000', '184658.724000', '184658.727000', '184717.046000', '184717.049000', '184717.052000', '184717.054000', '184717.057000', '184717.060000', '184717.064000', '184717.067000', '184717.070000', '184717.072000', '184717.075000', '184717.078000', '184717.081000', '184717.084000', '184717.087000', '184717.089000', '184717.092000', '184717.094000', '184717.097000', '184717.100000', '184717.117000', '184717.120000', '184717.123000', '184717.125000', '184717.128000', '184717.131000', '184717.133000', '184717.139000', '184717.142000', '184717.145000', '184717.148000', '184717.151000', '184717.154000', '184717.157000', '184717.160000', '184717.163000', '184717.166000', '184717.168000', '184717.173000', '184717.177000', '184717.184000'], 'InstanceCreationTime': ['184058.649000', '184058.652000', '184058.655000', '184058.658000', '184058.660000', '184058.663000', '184058.665000', '184058.668000', '184058.671000', '184058.673000', '184058.676000', '184058.678000', '184058.681000', '184058.683000', '184058.686000', '184058.688000', '184058.691000', '184058.693000', '184058.696000', '184058.699000', '184058.701000', '184058.704000', '184058.706000', '184058.709000', '184058.711000', '184058.714000', '184058.716000', '184058.719000', '184058.721000', '184058.724000', '184058.727000', '184058.729000', '184058.732000', '184058.734000', '184058.737000', '184058.739000', '184058.742000', '184058.744000', '184058.747000', '184058.750000', '184058.752000', '184058.755000', '184058.757000', '184058.760000', '184058.762000', '184058.765000', '184058.768000', '184058.770000', '184058.777000', '184118.613000', '184118.616000', '184118.619000', '184118.622000', '184118.624000', '184118.627000', '184118.629000', '184118.632000', '184118.634000', '184118.637000', '184118.639000', '184118.642000', '184118.644000', '184118.647000', '184118.649000', '184118.652000', '184118.655000', '184118.657000', '184118.660000', '184118.663000', '184118.680000', '184118.682000', '184118.685000', '184118.687000', '184118.690000', '184118.692000', '184118.695000', '184118.697000', '184118.700000', '184118.702000', '184118.705000', '184118.708000', '184118.714000', '184118.717000', '184118.719000', '184118.722000', '184118.724000', '184118.727000', '184118.730000', '184118.732000', '184118.735000', '184118.737000', '184118.740000', '184138.614000', '184138.618000', '184138.620000', '184138.623000', '184138.625000', '184138.628000', '184138.630000', '184138.633000', '184138.635000', '184138.638000', '184138.641000', '184138.643000', '184138.646000', '184138.648000', '184138.651000', '184138.653000', '184138.656000', '184138.658000', '184138.661000', '184138.663000', '184138.666000', '184138.669000', '184138.671000', '184138.674000', '184138.676000', '184138.679000', '184138.682000', '184138.685000', '184138.687000', '184138.690000', '184138.697000', '184138.699000', '184138.702000', '184138.704000', '184138.707000', '184138.709000', '184138.712000', '184138.714000', '184138.717000', '184138.719000', '184138.722000', '184138.725000', '184138.727000', '184138.730000', '184158.614000', '184158.617000', '184158.620000', '184158.623000', '184158.625000', '184158.628000', '184158.630000', '184158.633000', '184158.636000', '184158.638000', '184158.641000', '184158.643000', '184158.646000', '184158.648000', '184158.651000', '184158.653000', '184158.656000', '184158.658000', '184158.661000', '184158.664000', '184158.666000', '184158.669000', '184158.671000', '184158.674000', '184158.676000', '184158.679000', '184158.681000', '184158.684000', '184158.697000', '184158.699000', '184158.702000', '184158.704000', '184158.707000', '184158.710000', '184158.712000', '184158.715000', '184158.717000', '184158.720000', '184158.722000', '184158.725000', '184158.728000', '184158.731000', '184158.734000', '184218.615000', '184218.617000', '184218.620000', '184218.623000', '184218.625000', '184218.628000', '184218.633000', '184218.636000', '184218.639000', '184218.641000', '184218.644000', '184218.646000', '184218.649000', '184218.651000', '184218.654000', '184218.656000', '184218.659000', '184218.661000', '184218.664000', '184218.667000', '184218.669000', '184218.672000', '184218.674000', '184218.677000', '184218.679000', '184218.682000', '184218.684000', '184218.687000', '184218.690000', '184218.692000', '184218.695000', '184218.697000', '184218.700000', '184218.702000', '184218.705000', '184218.708000', '184218.710000', '184218.713000', '184218.715000', '184218.718000', '184218.720000', '184218.723000', '184218.725000', '184218.728000', '184238.614000', '184238.616000', '184238.619000', '184238.622000', '184238.624000', '184238.627000', '184238.630000', '184238.632000', '184238.635000', '184238.637000', '184238.640000', '184238.643000', '184238.651000', '184238.654000', '184238.656000', '184238.659000', '184238.662000', '184238.664000', '184238.667000', '184238.669000', '184238.672000', '184238.675000', '184238.677000', '184238.680000', '184238.682000', '184238.685000', '184238.687000', '184238.690000', '184238.693000', '184238.695000', '184238.698000', '184238.700000', '184238.703000', '184238.705000', '184238.708000', '184238.711000', '184238.713000', '184238.716000', '184238.718000', '184238.721000', '184238.723000', '184238.726000', '184238.729000', '184258.613000', '184258.616000', '184258.645000', '184258.648000', '184258.651000', '184258.653000', '184258.656000', '184258.658000', '184258.661000', '184258.664000', '184258.666000', '184258.669000', '184258.671000', '184258.674000', '184258.676000', '184258.679000', '184258.682000', '184258.684000', '184258.687000', '184258.689000', '184258.692000', '184258.694000', '184258.697000', '184258.699000', '184258.702000', '184258.704000', '184258.707000', '184258.710000', '184258.712000', '184258.715000', '184258.717000', '184258.720000', '184258.722000', '184258.725000', '184258.728000', '184258.730000', '184258.733000', '184258.735000', '184258.738000', '184258.740000', '184258.743000', '184258.745000', '184258.748000', '184258.751000', '184318.614000', '184318.617000', '184318.619000', '184318.622000', '184318.624000', '184318.627000', '184318.629000', '184318.632000', '184318.635000', '184318.637000', '184318.640000', '184318.642000', '184318.645000', '184318.647000', '184318.650000', '184318.653000', '184318.655000', '184318.658000', '184318.660000', '184318.663000', '184318.666000', '184318.668000', '184318.671000', '184318.673000', '184318.676000', '184318.678000', '184318.681000', '184318.684000', '184318.686000', '184318.689000', '184318.691000', '184318.694000', '184318.697000', '184318.699000', '184318.702000', '184318.704000', '184318.707000', '184318.709000', '184318.712000', '184318.714000', '184318.717000', '184318.720000', '184318.722000', '184338.614000', '184338.616000', '184338.619000', '184338.622000', '184338.624000', '184338.627000', '184338.629000', '184338.632000', '184338.634000', '184338.637000', '184338.640000', '184338.642000', '184338.645000', '184338.647000', '184338.650000', '184338.652000', '184338.655000', '184338.658000', '184338.660000', '184338.663000', '184338.665000', '184338.668000', '184338.670000', '184338.673000', '184338.675000', '184338.678000', '184338.681000', '184338.683000', '184338.686000', '184338.688000', '184338.691000', '184338.694000', '184338.696000', '184338.699000', '184338.701000', '184338.704000', '184338.706000', '184338.709000', '184338.711000', '184338.714000', '184338.717000', '184338.719000', '184338.722000', '184338.724000', '184358.614000', '184358.617000', '184358.620000', '184358.623000', '184358.625000', '184358.628000', '184358.630000', '184358.633000', '184358.635000', '184358.638000', '184358.640000', '184358.643000', '184358.646000', '184358.648000', '184358.651000', '184358.653000', '184358.656000', '184358.659000', '184358.661000', '184358.664000', '184358.666000', '184358.669000', '184358.671000', '184358.674000', '184358.676000', '184358.679000', '184358.682000', '184358.684000', '184358.687000', '184358.689000', '184358.692000', '184358.695000', '184358.697000', '184358.700000', '184358.702000', '184358.705000', '184358.707000', '184358.710000', '184358.712000', '184358.715000', '184358.718000', '184358.720000', '184358.723000', '184418.615000', '184418.617000', '184418.621000', '184418.623000', '184418.626000', '184418.628000', '184418.631000', '184418.634000', '184418.636000', '184418.639000', '184418.641000', '184418.644000', '184418.646000', '184418.649000', '184418.652000', '184418.654000', '184418.657000', '184418.659000', '184418.662000', '184418.664000', '184418.667000', '184418.669000', '184418.672000', '184418.675000', '184418.677000', '184418.680000', '184418.683000', '184418.685000', '184418.688000', '184418.690000', '184418.693000', '184418.696000', '184418.698000', '184418.701000', '184418.703000', '184418.706000', '184418.708000', '184418.711000', '184418.713000', '184418.716000', '184418.719000', '184418.760000', '184418.763000', '184418.765000', '184438.615000', '184438.617000', '184438.620000', '184438.622000', '184438.625000', '184438.628000', '184438.630000', '184438.633000', '184438.635000', '184438.638000', '184438.640000', '184438.643000', '184438.646000', '184438.648000', '184438.651000', '184438.653000', '184438.656000', '184438.659000', '184438.661000', '184438.664000', '184438.666000', '184438.669000', '184438.671000', '184438.674000', '184438.677000', '184438.679000', '184438.682000', '184438.684000', '184438.687000', '184438.690000', '184438.692000', '184438.695000', '184438.697000', '184438.700000', '184438.703000', '184438.705000', '184438.708000', '184438.710000', '184438.713000', '184438.715000', '184438.718000', '184438.721000', '184438.723000', '184458.613000', '184458.616000', '184458.619000', '184458.622000', '184458.624000', '184458.627000', '184458.629000', '184458.632000', '184458.634000', '184458.637000', '184458.640000', '184458.642000', '184458.645000', '184458.647000', '184458.650000', '184458.652000', '184458.655000', '184458.658000', '184458.660000', '184458.663000', '184458.665000', '184458.668000', '184458.670000', '184458.673000', '184458.676000', '184458.678000', '184458.681000', '184458.684000', '184458.686000', '184458.689000', '184458.691000', '184458.694000', '184458.696000', '184458.699000', '184458.702000', '184458.704000', '184458.707000', '184458.709000', '184458.712000', '184458.714000', '184458.717000', '184458.719000', '184458.722000', '184458.725000', '184518.614000', '184518.624000', '184518.626000', '184518.629000', '184518.631000', '184518.634000', '184518.636000', '184518.639000', '184518.642000', '184518.644000', '184518.647000', '184518.649000', '184518.652000', '184518.655000', '184518.657000', '184518.660000', '184518.662000', '184518.665000', '184518.667000', '184518.670000', '184518.673000', '184518.675000', '184518.678000', '184518.680000', '184518.683000', '184518.686000', '184518.688000', '184518.691000', '184518.693000', '184518.696000', '184518.698000', '184518.701000', '184518.704000', '184518.706000', '184518.709000', '184518.711000', '184518.714000', '184518.716000', '184518.719000', '184518.722000', '184518.724000', '184518.727000', '184518.729000', '184538.613000', '184538.617000', '184538.619000', '184538.622000', '184538.625000', '184538.627000', '184538.630000', '184538.632000', '184538.635000', '184538.638000', '184538.640000', '184538.643000', '184538.645000', '184538.648000', '184538.650000', '184538.653000', '184538.656000', '184538.659000', '184538.662000', '184538.664000', '184538.667000', '184538.669000', '184538.672000', '184538.675000', '184538.677000', '184538.680000', '184538.682000', '184538.685000', '184538.688000', '184538.690000', '184538.693000', '184538.695000', '184538.698000', '184538.700000', '184538.703000', '184538.706000', '184538.708000', '184538.711000', '184538.713000', '184538.716000', '184538.718000', '184538.721000', '184538.724000', '184558.614000', '184558.617000', '184558.619000', '184558.622000', '184558.625000', '184558.627000', '184558.630000', '184558.632000', '184558.635000', '184558.667000', '184558.669000', '184558.672000', '184558.675000', '184558.677000', '184558.680000', '184558.683000', '184558.685000', '184558.688000', '184558.690000', '184558.693000', '184558.695000', '184558.698000', '184558.701000', '184558.703000', '184558.706000', '184558.708000', '184558.711000', '184558.714000', '184558.716000', '184558.719000', '184558.721000', '184558.724000', '184558.727000', '184558.729000', '184558.732000', '184558.734000', '184558.737000', '184558.739000', '184558.742000', '184558.745000', '184558.748000', '184558.750000', '184558.761000', '184558.763000', '184618.615000', '184618.618000', '184618.621000', '184618.624000', '184618.627000', '184618.630000', '184618.632000', '184618.635000', '184618.638000', '184618.640000', '184618.643000', '184618.645000', '184618.648000', '184618.650000', '184618.653000', '184618.656000', '184618.658000', '184618.661000', '184618.663000', '184618.666000', '184618.668000', '184618.673000', '184618.675000', '184618.678000', '184618.681000', '184618.683000', '184618.686000', '184618.688000', '184618.691000', '184618.693000', '184618.696000', '184618.698000', '184618.701000', '184618.703000', '184618.706000', '184618.709000', '184618.711000', '184618.714000', '184618.716000', '184618.719000', '184618.722000', '184618.724000', '184618.727000', '184638.615000', '184638.617000', '184638.620000', '184638.623000', '184638.625000', '184638.628000', '184638.631000', '184638.633000', '184638.636000', '184638.639000', '184638.641000', '184638.644000', '184638.646000', '184638.649000', '184638.652000', '184638.654000', '184638.657000', '184638.659000', '184638.662000', '184638.664000', '184638.667000', '184638.670000', '184638.672000', '184638.675000', '184638.677000', '184638.680000', '184638.683000', '184638.685000', '184638.688000', '184638.690000', '184638.693000', '184638.695000', '184638.698000', '184638.701000', '184638.703000', '184638.706000', '184638.708000', '184638.711000', '184638.714000', '184638.716000', '184638.719000', '184638.721000', '184638.724000', '184638.727000', '184658.615000', '184658.618000', '184658.620000', '184658.623000', '184658.625000', '184658.628000', '184658.631000', '184658.633000', '184658.636000', '184658.638000', '184658.641000', '184658.644000', '184658.646000', '184658.649000', '184658.651000', '184658.654000', '184658.656000', '184658.659000', '184658.662000', '184658.664000', '184658.667000', '184658.669000', '184658.672000', '184658.675000', '184658.678000', '184658.681000', '184658.684000', '184658.686000', '184658.689000', '184658.692000', '184658.694000', '184658.697000', '184658.701000', '184658.703000', '184658.706000', '184658.709000', '184658.711000', '184658.714000', '184658.716000', '184658.719000', '184658.722000', '184658.724000', '184658.727000', '184717.046000', '184717.049000', '184717.052000', '184717.054000', '184717.057000', '184717.060000', '184717.064000', '184717.067000', '184717.070000', '184717.072000', '184717.075000', '184717.078000', '184717.081000', '184717.084000', '184717.087000', '184717.089000', '184717.092000', '184717.094000', '184717.097000', '184717.100000', '184717.117000', '184717.120000', '184717.123000', '184717.125000', '184717.128000', '184717.131000', '184717.133000', '184717.139000', '184717.142000', '184717.145000', '184717.148000', '184717.151000', '184717.154000', '184717.157000', '184717.160000', '184717.163000', '184717.166000', '184717.168000', '184717.173000', '184717.177000', '184717.184000'], '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': [7367, 7716, 7389, 7138, 7625, 6875, 7741, 6533, 7519, 7392, 7560, 7750, 7573, 7409, 6863, 7527, 7571, 7049, 7719, 7186, 7739, 7373, 7146, 7564, 7102, 7519, 7597, 7869, 7440, 10032, 7130, 9726, 7121, 8848, 7075, 8264, 6996, 7390, 6853, 7160, 6670, 7058, 6959, 7116, 6752, 6897, 7138, 7188, 6734, 7070, 7315, 7341, 7298, 7279, 7266, 7371, 7351, 7044, 7586, 7091, 7481, 7154, 7324, 6838, 7264, 6992, 7240, 6785, 7199, 7356, 7134, 6999, 6950, 7389, 7304, 7528, 7620, 7269, 7231, 7490, 7289, 7729, 7413, 7698, 7018, 7648, 6869, 7453, 7167, 7341, 6950, 7307, 7465, 7441, 7349, 7361, 7471, 7237, 7387, 7458, 7633, 6941, 7651, 7546, 7399, 7604, 7141, 7433, 7382, 7494, 7121, 7123, 7464, 7598, 7483, 7299, 7503, 7226, 7423, 7461, 7421, 7301, 7804, 6913, 7375, 6769, 7293, 7419, 7308, 7417, 7256, 7676, 7544, 7664, 7477, 8042, 7114, 7842, 7218, 7484, 6946, 7330, 7805, 7886, 7583, 7482, 7538, 7388, 7644, 7583, 7699, 6991, 7639, 6840, 7306, 7324, 7374, 7073, 7474, 7479, 7393, 7643, 7394, 7696, 7502, 7601, 7288, 7361, 7349, 7384, 7577, 7717, 7344, 7573, 7186, 7555, 7272, 7497, 7075, 7429, 7009, 7257, 7319, 7244, 7251, 7438, 7283, 7470, 6702, 7213, 7061, 7283, 7164, 7597, 7374, 7379, 7441, 6979, 7601, 7195, 7351, 6569, 7391, 7244, 7769, 7202, 7494, 7383, 7564, 7380, 7586, 7619, 7350, 7890, 7452, 7501, 7234, 7446, 7092, 7593, 7214, 7575, 7160, 7595, 7183, 7477, 6867, 7540, 7739, 7585, 7659, 7396, 7562, 7704, 7740, 7667, 7909, 7415, 7712, 6979, 7469, 7116, 7311, 7025, 7292, 7474, 7596, 7382, 7220, 7328, 7359, 7480, 7503, 7323, 6980, 7525, 6959, 7565, 6948, 7384, 7373, 7311, 7005, 7261, 7152, 7249, 7287, 7013, 7288, 7061, 7181, 7605, 7352, 7252, 7534, 7286, 7431, 7125, 7231, 6884, 7271, 6822, 7242, 6707, 7325, 7190, 7289, 6795, 7223, 6521, 7297, 7157, 7319, 7155, 7412, 7295, 7657, 7253, 7182, 7651, 7180, 7780, 7372, 7521, 6954, 7223, 7651, 7255, 7125, 6849, 9548, 6989, 8408, 6856, 7344, 6978, 6946, 7530, 6646, 7478, 7447, 7469, 7006, 8418, 7563, 7070, 8974, 7192, 10605, 7116, 10490, 7043, 9079, 7053, 8379, 7189, 7643, 7099, 8175, 7067, 7303, 7137, 7609, 7207, 7351, 7373, 7512, 7166, 7252, 7138, 7654, 6884, 7647, 6956, 7373, 6785, 7502, 7574, 7558, 7596, 7486, 7585, 7456, 7925, 7158, 7800, 6910, 7640, 7209, 7397, 6765, 7407, 7498, 7337, 7415, 7664, 7626, 7743, 7789, 7006, 7520, 6433, 7398, 7633, 7549, 7237, 7589, 7593, 7387, 7643, 7340, 7167, 7356, 7627, 7186, 7713, 7337, 7636, 7598, 7380, 7699, 7783, 7806, 7215, 7980, 7423, 7342, 6832, 7495, 7339, 7397, 6674, 7160, 7494, 7226, 7582, 7252, 7352, 7413, 7141, 7418, 7364, 7424, 7387, 7344, 7437, 7158, 7691, 7146, 7724, 7189, 7376, 6824, 7553, 6733, 7604, 7420, 7509, 7421, 7417, 7557, 7514, 7744, 7136, 8527, 6854, 7874, 7177, 7449, 7171, 7473, 7634, 7578, 7590, 7593, 7392, 7303, 7465, 7206, 7621, 6829, 7356, 6936, 7190, 7171, 7497, 7432, 7256, 7264, 7236, 7143, 7518, 7489, 7137, 7925, 7364, 7564, 7169, 7624, 7081, 7394, 7108, 7603, 6464, 7392, 7534, 7242, 7202, 7232, 7651, 7491, 7727, 7252, 7694, 7043, 7456, 7298, 7286, 7366, 7186, 7613, 7439, 7749, 7496, 7210, 7447, 7376, 7155, 7671, 7105, 7472, 7694, 7600, 7315, 7804, 7417, 7595, 7752, 7303, 8204, 7159, 7583, 7148, 7415, 6946, 7454, 7461, 7281, 7149, 7400, 7561, 7052, 7552, 6945, 7631, 7059, 7501, 6770, 7216, 7106, 7256, 7025, 7160, 7476, 7499, 7299, 7278, 7273, 7314, 7548, 7326, 7754, 7426, 7466, 7402, 7880, 7108, 7930, 6925, 7772, 7268, 7620, 7529, 7405, 7700, 7424, 7679, 7650, 7589, 7275, 7353, 7542, 7870, 7780, 7509, 7343, 7301, 7569, 7596, 7548, 7340, 7352, 7514, 7075, 7752, 7105, 7480, 7021, 7582, 7185, 7306, 6887, 7294, 6858, 7315, 7251, 7343, 7448, 7196, 7561, 7334, 7586, 7526, 7249, 7394, 7332, 7343, 7490, 7739, 7475, 7162, 7584, 7267, 7410, 7156, 7677, 7315, 7491, 7510, 7434, 7170, 8285, 7090, 7419, 7026, 7436, 7033, 7579, 7137, 7524, 6953, 7442, 7042, 7295, 7027, 7439, 6913, 7238, 6849, 7001, 7003, 7541, 7458, 7277, 7368, 7212, 7596, 7186, 7634, 7496, 7303, 7348, 7117, 8413, 7012, 7466, 7098, 7481, 7322, 7032, 6805, 7004, 7270, 7192, 7426, 7456, 7173, 7422, 7228, 7174, 7507, 7195, 7127, 7202, 7264, 7313, 7226, 7549, 7458, 7601, 7284, 7325, 7399, 7303, 7226, 7473, 7355, 7387, 7060, 7506, 6955, 7509, 7100, 7236, 7399, 7318, 7569, 7512, 7262, 7282, 7349, 7353, 7377, 7565, 7417, 7214, 7551, 7316, 7564, 7199, 7467, 6964, 7407, 7180, 7486, 6905, 7259, 6961, 7100, 7583, 7343, 7469, 7483, 7493, 7291, 8819, 7588, 7758, 7101, 7421, 7008, 7350, 7572, 7418, 7432, 7330, 7737, 6978, 7201, 7564, 7265, 7263, 7452, 7441, 7130, 8539, 7189, 7660, 6928, 7376, 7155, 7382, 7264, 7173, 7374, 7562, 7438, 7302, 7487, 6921, 7560, 7075, 7357, 6740, 7382, 6919, 7450, 7150, 7208, 6402, 7210, 6470, 7399, 7023, 7026, 7469, 7222, 7407, 7522, 7413, 7089, 7251, 7156, 7131, 7292, 7370, 7275, 7451, 7085, 7487, 7026, 7342, 6949, 7432, 6972, 7850, 6946, 7257, 6803, 7328, 6953, 7446, 7422, 7172, 7276, 7453, 7396, 7526, 7608, 7049, 7968, 7020, 7370, 6894, 7276, 6949, 7344, 6659, 7192, 6502, 7311, 7460, 7180, 7187, 7321, 7500, 7457, 7592, 7314, 7686, 7460, 7575, 7289, 7195, 7171, 7357, 7459, 7175, 7333, 7281, 7140, 7339, 7425, 7675, 6903, 7553, 6949, 7573, 7208, 7483, 6862, 7353, 6870, 7618, 6811, 7474, 7005, 7551, 7097, 7515, 6972, 7362, 7144, 7849, 7142, 7496, 7122, 7421, 6772, 7336, 7449, 7077], 'WindowCenter': [3866.0, 3860.0, 3849.0, 3837.0, 3845.0, 3823.0, 3833.0, 3824.0, 3842.0, 3843.0, 3845.0, 3845.0, 3855.0, 3844.0, 3831.0, 3843.0, 3842.0, 3842.0, 3844.0, 3847.0, 3845.0, 3844.0, 3834.0, 3842.0, 3833.0, 3831.0, 3830.0, 3829.0, 3818.0, 3851.0, 3807.0, 3838.0, 3804.0, 3826.0, 3805.0, 3814.0, 3804.0, 3804.0, 3793.0, 3803.0, 3792.0, 3804.0, 3802.0, 3803.0, 3793.0, 3802.0, 3803.0, 3804.0, 3802.0, 3804.0, 3815.0, 3816.0, 3814.0, 3817.0, 3816.0, 3818.0, 3817.0, 3817.0, 3829.0, 3819.0, 3817.0, 3819.0, 3817.0, 3808.0, 3815.0, 3819.0, 3816.0, 3805.0, 3815.0, 3817.0, 3816.0, 3819.0, 3818.0, 3817.0, 3829.0, 3828.0, 3830.0, 3831.0, 3829.0, 3830.0, 3831.0, 3830.0, 3831.0, 3828.0, 3818.0, 3827.0, 3821.0, 3830.0, 3831.0, 3830.0, 3820.0, 3831.0, 3832.0, 3831.0, 3832.0, 3830.0, 3831.0, 3831.0, 3831.0, 3833.0, 3839.0, 3831.0, 3829.0, 3843.0, 3844.0, 3844.0, 3844.0, 3842.0, 3844.0, 3845.0, 3834.0, 3833.0, 3833.0, 3844.0, 3831.0, 3831.0, 3832.0, 3831.0, 3830.0, 3829.0, 3829.0, 3831.0, 3832.0, 3829.0, 3830.0, 3821.0, 3831.0, 3833.0, 3829.0, 3832.0, 3831.0, 3843.0, 3843.0, 3832.0, 3834.0, 3843.0, 3831.0, 3841.0, 3830.0, 3831.0, 3832.0, 3832.0, 3841.0, 3840.0, 3843.0, 3833.0, 3839.0, 3830.0, 3830.0, 3842.0, 3831.0, 3820.0, 3831.0, 3819.0, 3828.0, 3830.0, 3831.0, 3820.0, 3831.0, 3829.0, 3831.0, 3830.0, 3831.0, 3830.0, 3830.0, 3829.0, 3830.0, 3831.0, 3832.0, 3829.0, 3829.0, 3831.0, 3832.0, 3843.0, 3831.0, 3845.0, 3843.0, 3845.0, 3844.0, 3844.0, 3835.0, 3844.0, 3844.0, 3833.0, 3833.0, 3833.0, 3832.0, 3831.0, 3820.0, 3831.0, 3819.0, 3829.0, 3831.0, 3831.0, 3831.0, 3832.0, 3832.0, 3833.0, 3842.0, 3833.0, 3844.0, 3833.0, 3842.0, 3831.0, 3843.0, 3832.0, 3831.0, 3831.0, 3842.0, 3833.0, 3829.0, 3833.0, 3832.0, 3841.0, 3829.0, 3830.0, 3829.0, 3830.0, 3820.0, 3829.0, 3830.0, 3830.0, 3819.0, 3830.0, 3829.0, 3831.0, 3819.0, 3843.0, 3842.0, 3831.0, 3829.0, 3832.0, 3832.0, 3842.0, 3842.0, 3828.0, 3842.0, 3829.0, 3842.0, 3831.0, 3831.0, 3833.0, 3829.0, 3831.0, 3831.0, 3831.0, 3828.0, 3831.0, 3831.0, 3832.0, 3832.0, 3831.0, 3832.0, 3827.0, 3830.0, 3842.0, 3832.0, 3842.0, 3832.0, 3832.0, 3833.0, 3830.0, 3834.0, 3831.0, 3829.0, 3829.0, 3831.0, 3819.0, 3829.0, 3820.0, 3820.0, 3832.0, 3831.0, 3828.0, 3831.0, 3832.0, 3831.0, 3833.0, 3832.0, 3831.0, 3831.0, 3821.0, 3831.0, 3819.0, 3827.0, 3821.0, 3831.0, 3821.0, 3829.0, 3821.0, 3830.0, 3831.0, 3830.0, 3829.0, 3841.0, 3831.0, 3842.0, 3831.0, 3829.0, 3842.0, 3832.0, 3842.0, 3833.0, 3840.0, 3834.0, 3844.0, 3842.0, 3831.0, 3843.0, 3836.0, 3862.0, 3820.0, 3826.0, 3809.0, 3817.0, 3819.0, 3819.0, 3832.0, 3820.0, 3819.0, 3818.0, 3817.0, 3815.0, 3827.0, 3817.0, 3806.0, 3825.0, 3793.0, 3832.0, 3789.0, 3833.0, 3791.0, 3811.0, 3790.0, 3799.0, 3786.0, 3797.0, 3790.0, 3800.0, 3790.0, 3789.0, 3789.0, 3800.0, 3801.0, 3790.0, 3802.0, 3799.0, 3800.0, 3802.0, 3803.0, 3813.0, 3802.0, 3814.0, 3806.0, 3814.0, 3807.0, 3817.0, 3828.0, 3829.0, 3828.0, 3819.0, 3828.0, 3829.0, 3828.0, 3820.0, 3828.0, 3819.0, 3828.0, 3831.0, 3827.0, 3820.0, 3828.0, 3831.0, 3830.0, 3831.0, 3842.0, 3842.0, 3840.0, 3842.0, 3829.0, 3842.0, 3820.0, 3843.0, 3841.0, 3844.0, 3830.0, 3842.0, 3841.0, 3841.0, 3842.0, 3833.0, 3832.0, 3844.0, 3843.0, 3833.0, 3843.0, 3844.0, 3843.0, 3842.0, 3843.0, 3844.0, 3844.0, 3843.0, 3843.0, 3843.0, 3842.0, 3831.0, 3823.0, 3831.0, 3833.0, 3831.0, 3822.0, 3830.0, 3831.0, 3832.0, 3832.0, 3831.0, 3829.0, 3830.0, 3832.0, 3831.0, 3829.0, 3830.0, 3830.0, 3832.0, 3830.0, 3831.0, 3831.0, 3831.0, 3831.0, 3830.0, 3831.0, 3819.0, 3830.0, 3821.0, 3843.0, 3833.0, 3833.0, 3833.0, 3844.0, 3843.0, 3845.0, 3843.0, 3834.0, 3853.0, 3821.0, 3843.0, 3833.0, 3830.0, 3821.0, 3831.0, 3831.0, 3831.0, 3831.0, 3831.0, 3830.0, 3831.0, 3831.0, 3830.0, 3842.0, 3819.0, 3830.0, 3831.0, 3830.0, 3821.0, 3831.0, 3830.0, 3831.0, 3831.0, 3829.0, 3819.0, 3829.0, 3828.0, 3821.0, 3839.0, 3829.0, 3830.0, 3819.0, 3828.0, 3819.0, 3829.0, 3820.0, 3830.0, 3820.0, 3830.0, 3840.0, 3831.0, 3831.0, 3831.0, 3840.0, 3831.0, 3840.0, 3832.0, 3842.0, 3832.0, 3831.0, 3831.0, 3832.0, 3830.0, 3832.0, 3840.0, 3831.0, 3843.0, 3832.0, 3831.0, 3832.0, 3830.0, 3831.0, 3840.0, 3830.0, 3831.0, 3842.0, 3842.0, 3843.0, 3844.0, 3842.0, 3843.0, 3844.0, 3843.0, 3853.0, 3834.0, 3841.0, 3833.0, 3831.0, 3830.0, 3832.0, 3832.0, 3829.0, 3831.0, 3832.0, 3839.0, 3832.0, 3840.0, 3831.0, 3832.0, 3820.0, 3831.0, 3820.0, 3829.0, 3820.0, 3830.0, 3820.0, 3820.0, 3829.0, 3829.0, 3828.0, 3829.0, 3829.0, 3829.0, 3831.0, 3829.0, 3830.0, 3828.0, 3830.0, 3827.0, 3839.0, 3817.0, 3829.0, 3820.0, 3828.0, 3827.0, 3830.0, 3829.0, 3830.0, 3831.0, 3832.0, 3840.0, 3831.0, 3829.0, 3831.0, 3830.0, 3830.0, 3838.0, 3829.0, 3830.0, 3830.0, 3829.0, 3830.0, 3828.0, 3830.0, 3829.0, 3830.0, 3828.0, 3820.0, 3829.0, 3831.0, 3831.0, 3829.0, 3831.0, 3832.0, 3830.0, 3832.0, 3831.0, 3821.0, 3831.0, 3829.0, 3831.0, 3831.0, 3820.0, 3829.0, 3830.0, 3829.0, 3829.0, 3828.0, 3829.0, 3819.0, 3830.0, 3830.0, 3830.0, 3831.0, 3821.0, 3841.0, 3832.0, 3829.0, 3832.0, 3832.0, 3831.0, 3831.0, 3830.0, 3830.0, 3832.0, 3840.0, 3819.0, 3830.0, 3831.0, 3831.0, 3822.0, 3830.0, 3820.0, 3830.0, 3829.0, 3828.0, 3821.0, 3829.0, 3818.0, 3830.0, 3819.0, 3830.0, 3817.0, 3820.0, 3831.0, 3831.0, 3830.0, 3829.0, 3831.0, 3832.0, 3827.0, 3832.0, 3843.0, 3832.0, 3833.0, 3830.0, 3833.0, 3842.0, 3833.0, 3832.0, 3822.0, 3830.0, 3829.0, 3818.0, 3821.0, 3817.0, 3830.0, 3820.0, 3830.0, 3819.0, 3820.0, 3828.0, 3827.0, 3820.0, 3830.0, 3821.0, 3819.0, 3831.0, 3829.0, 3830.0, 3829.0, 3829.0, 3831.0, 3832.0, 3830.0, 3831.0, 3829.0, 3830.0, 3829.0, 3830.0, 3829.0, 3830.0, 3818.0, 3828.0, 3821.0, 3831.0, 3821.0, 3829.0, 3831.0, 3831.0, 3831.0, 3832.0, 3831.0, 3831.0, 3830.0, 3831.0, 3830.0, 3831.0, 3830.0, 3830.0, 3830.0, 3827.0, 3826.0, 3818.0, 3830.0, 3819.0, 3828.0, 3817.0, 3830.0, 3829.0, 3831.0, 3832.0, 3830.0, 3831.0, 3832.0, 3828.0, 3828.0, 3830.0, 3831.0, 3850.0, 3843.0, 3828.0, 3831.0, 3831.0, 3831.0, 3831.0, 3831.0, 3832.0, 3830.0, 3844.0, 3840.0, 3829.0, 3832.0, 3832.0, 3832.0, 3830.0, 3832.0, 3832.0, 3831.0, 3853.0, 3822.0, 3829.0, 3821.0, 3830.0, 3821.0, 3829.0, 3830.0, 3820.0, 3827.0, 3829.0, 3830.0, 3828.0, 3831.0, 3832.0, 3842.0, 3833.0, 3834.0, 3834.0, 3832.0, 3830.0, 3829.0, 3832.0, 3832.0, 3822.0, 3832.0, 3820.0, 3832.0, 3820.0, 3821.0, 3831.0, 3831.0, 3828.0, 3829.0, 3830.0, 3819.0, 3830.0, 3819.0, 3820.0, 3830.0, 3829.0, 3831.0, 3831.0, 3831.0, 3830.0, 3833.0, 3830.0, 3832.0, 3829.0, 3831.0, 3841.0, 3821.0, 3831.0, 3822.0, 3830.0, 3820.0, 3830.0, 3833.0, 3833.0, 3833.0, 3833.0, 3830.0, 3842.0, 3841.0, 3830.0, 3843.0, 3833.0, 3832.0, 3833.0, 3833.0, 3831.0, 3831.0, 3822.0, 3832.0, 3820.0, 3830.0, 3831.0, 3832.0, 3830.0, 3833.0, 3833.0, 3834.0, 3842.0, 3833.0, 3843.0, 3833.0, 3843.0, 3832.0, 3830.0, 3830.0, 3831.0, 3830.0, 3818.0, 3829.0, 3829.0, 3821.0, 3829.0, 3831.0, 3842.0, 3830.0, 3831.0, 3832.0, 3830.0, 3830.0, 3831.0, 3820.0, 3830.0, 3822.0, 3830.0, 3822.0, 3830.0, 3821.0, 3829.0, 3821.0, 3831.0, 3832.0, 3831.0, 3819.0, 3840.0, 3832.0, 3831.0, 3832.0, 3830.0, 3820.0, 3828.0, 3831.0, 3831.0], 'WindowWidth': [8693.0, 8673.0, 8651.0, 8629.0, 8635.0, 8605.0, 8615.0, 8605.0, 8628.0, 8629.0, 8634.0, 8633.0, 8650.0, 8632.0, 8612.0, 8628.0, 8628.0, 8628.0, 8633.0, 8640.0, 8635.0, 8633.0, 8618.0, 8626.0, 8615.0, 8608.0, 8603.0, 8601.0, 8584.0, 8630.0, 8568.0, 8608.0, 8560.0, 8589.0, 8561.0, 8571.0, 8559.0, 8557.0, 8543.0, 8555.0, 8541.0, 8557.0, 8554.0, 8556.0, 8544.0, 8554.0, 8555.0, 8557.0, 8555.0, 8559.0, 8575.0, 8578.0, 8574.0, 8581.0, 8580.0, 8584.0, 8582.0, 8583.0, 8599.0, 8587.0, 8583.0, 8587.0, 8582.0, 8572.0, 8576.0, 8586.0, 8580.0, 8564.0, 8578.0, 8581.0, 8580.0, 8586.0, 8586.0, 8584.0, 8602.0, 8601.0, 8604.0, 8607.0, 8604.0, 8604.0, 8607.0, 8605.0, 8607.0, 8601.0, 8589.0, 8599.0, 8594.0, 8606.0, 8608.0, 8606.0, 8593.0, 8607.0, 8610.0, 8609.0, 8610.0, 8607.0, 8607.0, 8609.0, 8609.0, 8615.0, 8618.0, 8609.0, 8603.0, 8627.0, 8631.0, 8632.0, 8634.0, 8628.0, 8632.0, 8634.0, 8618.0, 8615.0, 8614.0, 8628.0, 8609.0, 8608.0, 8610.0, 8608.0, 8605.0, 8602.0, 8602.0, 8608.0, 8608.0, 8603.0, 8606.0, 8596.0, 8608.0, 8613.0, 8606.0, 8612.0, 8609.0, 8626.0, 8626.0, 8611.0, 8618.0, 8627.0, 8610.0, 8620.0, 8607.0, 8609.0, 8611.0, 8611.0, 8622.0, 8622.0, 8627.0, 8613.0, 8618.0, 8607.0, 8605.0, 8624.0, 8608.0, 8593.0, 8607.0, 8589.0, 8600.0, 8605.0, 8606.0, 8592.0, 8606.0, 8602.0, 8607.0, 8606.0, 8607.0, 8604.0, 8605.0, 8603.0, 8604.0, 8605.0, 8609.0, 8604.0, 8604.0, 8608.0, 8612.0, 8627.0, 8613.0, 8634.0, 8631.0, 8634.0, 8634.0, 8630.0, 8620.0, 8631.0, 8631.0, 8613.0, 8613.0, 8613.0, 8611.0, 8607.0, 8593.0, 8608.0, 8590.0, 8603.0, 8609.0, 8609.0, 8609.0, 8611.0, 8611.0, 8613.0, 8625.0, 8616.0, 8630.0, 8615.0, 8627.0, 8610.0, 8629.0, 8613.0, 8611.0, 8609.0, 8625.0, 8613.0, 8604.0, 8612.0, 8611.0, 8621.0, 8603.0, 8605.0, 8602.0, 8604.0, 8591.0, 8603.0, 8605.0, 8604.0, 8589.0, 8605.0, 8604.0, 8608.0, 8592.0, 8626.0, 8625.0, 8609.0, 8603.0, 8610.0, 8609.0, 8623.0, 8625.0, 8603.0, 8623.0, 8605.0, 8623.0, 8608.0, 8610.0, 8613.0, 8604.0, 8608.0, 8606.0, 8608.0, 8602.0, 8608.0, 8607.0, 8608.0, 8610.0, 8607.0, 8612.0, 8601.0, 8608.0, 8625.0, 8612.0, 8624.0, 8611.0, 8611.0, 8613.0, 8605.0, 8617.0, 8609.0, 8603.0, 8603.0, 8606.0, 8590.0, 8602.0, 8592.0, 8592.0, 8609.0, 8608.0, 8601.0, 8607.0, 8611.0, 8608.0, 8612.0, 8609.0, 8609.0, 8608.0, 8594.0, 8606.0, 8589.0, 8598.0, 8593.0, 8605.0, 8594.0, 8602.0, 8596.0, 8606.0, 8608.0, 8606.0, 8603.0, 8623.0, 8609.0, 8626.0, 8609.0, 8606.0, 8624.0, 8611.0, 8623.0, 8612.0, 8618.0, 8614.0, 8632.0, 8627.0, 8610.0, 8629.0, 8625.0, 8650.0, 8589.0, 8593.0, 8573.0, 8582.0, 8589.0, 8590.0, 8611.0, 8592.0, 8589.0, 8585.0, 8581.0, 8576.0, 8593.0, 8580.0, 8562.0, 8587.0, 8541.0, 8592.0, 8531.0, 8591.0, 8535.0, 8558.0, 8529.0, 8540.0, 8522.0, 8537.0, 8529.0, 8542.0, 8530.0, 8529.0, 8530.0, 8544.0, 8547.0, 8531.0, 8550.0, 8544.0, 8548.0, 8551.0, 8554.0, 8568.0, 8555.0, 8573.0, 8565.0, 8574.0, 8567.0, 8581.0, 8597.0, 8599.0, 8598.0, 8587.0, 8598.0, 8603.0, 8598.0, 8590.0, 8599.0, 8589.0, 8597.0, 8606.0, 8598.0, 8591.0, 8600.0, 8606.0, 8605.0, 8607.0, 8624.0, 8624.0, 8620.0, 8623.0, 8604.0, 8624.0, 8595.0, 8627.0, 8624.0, 8628.0, 8607.0, 8624.0, 8622.0, 8624.0, 8625.0, 8615.0, 8612.0, 8630.0, 8628.0, 8616.0, 8630.0, 8631.0, 8631.0, 8626.0, 8628.0, 8632.0, 8630.0, 8627.0, 8629.0, 8628.0, 8627.0, 8609.0, 8600.0, 8608.0, 8612.0, 8610.0, 8598.0, 8607.0, 8608.0, 8610.0, 8609.0, 8608.0, 8602.0, 8606.0, 8610.0, 8607.0, 8603.0, 8605.0, 8607.0, 8610.0, 8606.0, 8609.0, 8608.0, 8609.0, 8608.0, 8606.0, 8606.0, 8590.0, 8605.0, 8595.0, 8626.0, 8614.0, 8614.0, 8615.0, 8631.0, 8627.0, 8632.0, 8629.0, 8617.0, 8641.0, 8596.0, 8627.0, 8612.0, 8605.0, 8594.0, 8608.0, 8606.0, 8609.0, 8607.0, 8607.0, 8604.0, 8608.0, 8606.0, 8607.0, 8624.0, 8592.0, 8607.0, 8609.0, 8607.0, 8595.0, 8607.0, 8605.0, 8608.0, 8607.0, 8603.0, 8588.0, 8602.0, 8599.0, 8593.0, 8615.0, 8603.0, 8603.0, 8591.0, 8600.0, 8589.0, 8603.0, 8593.0, 8605.0, 8592.0, 8607.0, 8620.0, 8609.0, 8608.0, 8609.0, 8620.0, 8609.0, 8619.0, 8610.0, 8624.0, 8611.0, 8609.0, 8609.0, 8610.0, 8607.0, 8611.0, 8621.0, 8610.0, 8626.0, 8611.0, 8608.0, 8611.0, 8606.0, 8609.0, 8618.0, 8608.0, 8610.0, 8625.0, 8626.0, 8629.0, 8632.0, 8626.0, 8630.0, 8630.0, 8629.0, 8641.0, 8617.0, 8623.0, 8614.0, 8609.0, 8605.0, 8609.0, 8610.0, 8605.0, 8609.0, 8612.0, 8618.0, 8613.0, 8621.0, 8610.0, 8610.0, 8593.0, 8608.0, 8593.0, 8603.0, 8592.0, 8604.0, 8592.0, 8592.0, 8602.0, 8603.0, 8601.0, 8602.0, 8602.0, 8603.0, 8607.0, 8602.0, 8603.0, 8601.0, 8603.0, 8599.0, 8615.0, 8586.0, 8602.0, 8593.0, 8600.0, 8600.0, 8604.0, 8604.0, 8604.0, 8606.0, 8610.0, 8618.0, 8609.0, 8603.0, 8608.0, 8605.0, 8605.0, 8613.0, 8602.0, 8605.0, 8605.0, 8601.0, 8605.0, 8600.0, 8604.0, 8600.0, 8605.0, 8599.0, 8593.0, 8603.0, 8607.0, 8608.0, 8605.0, 8609.0, 8611.0, 8606.0, 8612.0, 8608.0, 8596.0, 8608.0, 8603.0, 8608.0, 8607.0, 8592.0, 8603.0, 8605.0, 8601.0, 8602.0, 8598.0, 8601.0, 8588.0, 8604.0, 8604.0, 8605.0, 8606.0, 8595.0, 8622.0, 8612.0, 8605.0, 8611.0, 8610.0, 8610.0, 8607.0, 8607.0, 8606.0, 8610.0, 8618.0, 8590.0, 8606.0, 8609.0, 8607.0, 8596.0, 8604.0, 8591.0, 8605.0, 8602.0, 8599.0, 8594.0, 8602.0, 8588.0, 8605.0, 8589.0, 8603.0, 8584.0, 8593.0, 8607.0, 8606.0, 8606.0, 8606.0, 8609.0, 8612.0, 8598.0, 8612.0, 8627.0, 8613.0, 8614.0, 8608.0, 8613.0, 8625.0, 8612.0, 8608.0, 8596.0, 8604.0, 8602.0, 8586.0, 8592.0, 8583.0, 8602.0, 8591.0, 8603.0, 8588.0, 8589.0, 8600.0, 8597.0, 8592.0, 8605.0, 8593.0, 8589.0, 8608.0, 8604.0, 8605.0, 8604.0, 8604.0, 8610.0, 8609.0, 8604.0, 8606.0, 8603.0, 8602.0, 8603.0, 8604.0, 8602.0, 8605.0, 8587.0, 8600.0, 8594.0, 8606.0, 8594.0, 8602.0, 8607.0, 8608.0, 8608.0, 8609.0, 8607.0, 8608.0, 8605.0, 8606.0, 8604.0, 8606.0, 8605.0, 8604.0, 8604.0, 8598.0, 8594.0, 8588.0, 8603.0, 8589.0, 8601.0, 8585.0, 8605.0, 8604.0, 8607.0, 8609.0, 8604.0, 8609.0, 8610.0, 8602.0, 8604.0, 8607.0, 8610.0, 8633.0, 8626.0, 8601.0, 8609.0, 8609.0, 8610.0, 8609.0, 8609.0, 8611.0, 8608.0, 8630.0, 8620.0, 8604.0, 8611.0, 8610.0, 8610.0, 8606.0, 8612.0, 8610.0, 8611.0, 8638.0, 8597.0, 8603.0, 8595.0, 8604.0, 8594.0, 8602.0, 8605.0, 8593.0, 8597.0, 8604.0, 8605.0, 8601.0, 8607.0, 8612.0, 8623.0, 8615.0, 8617.0, 8618.0, 8612.0, 8605.0, 8604.0, 8611.0, 8611.0, 8598.0, 8611.0, 8594.0, 8611.0, 8593.0, 8593.0, 8606.0, 8606.0, 8600.0, 8601.0, 8604.0, 8590.0, 8604.0, 8589.0, 8591.0, 8606.0, 8602.0, 8607.0, 8608.0, 8608.0, 8605.0, 8613.0, 8606.0, 8612.0, 8604.0, 8608.0, 8621.0, 8595.0, 8608.0, 8597.0, 8604.0, 8592.0, 8606.0, 8613.0, 8614.0, 8613.0, 8614.0, 8606.0, 8626.0, 8623.0, 8609.0, 8627.0, 8615.0, 8612.0, 8614.0, 8613.0, 8610.0, 8608.0, 8597.0, 8610.0, 8594.0, 8606.0, 8610.0, 8610.0, 8607.0, 8614.0, 8614.0, 8616.0, 8626.0, 8614.0, 8626.0, 8614.0, 8626.0, 8612.0, 8607.0, 8606.0, 8607.0, 8605.0, 8587.0, 8604.0, 8602.0, 8594.0, 8602.0, 8609.0, 8624.0, 8607.0, 8609.0, 8610.0, 8606.0, 8606.0, 8608.0, 8594.0, 8605.0, 8597.0, 8605.0, 8596.0, 8606.0, 8596.0, 8602.0, 8595.0, 8607.0, 8610.0, 8607.0, 8592.0, 8617.0, 8612.0, 8608.0, 8610.0, 8604.0, 8592.0, 8600.0, 8608.0, 8608.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.0008954587155963303</td></tr>
<tr><td colspan=3>aqi</td><td>0.01440209759174312</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.14201873977042</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1691820435361648</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0133494102525824</td></tr>
<tr><td colspan=3>efc</td><td>0.4513</td></tr>
<tr><td colspan=3>fber</td><td>6320.1797</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06943826754990781</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.834862385321101</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.395507167586246</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.305478399578566</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.589246847358454</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291796255821718</td></tr>
<tr><td colspan=3>gcor</td><td>0.016271</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012589029967784882</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022968405857682228</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>3.791581726831267</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.4048</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8555</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6421</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306582.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.9247</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0573</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.1675</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3084.8153</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.4857</td></tr>
<tr><td colspan=3>tsnr</td><td>46.06471156026237</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>