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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-03/func/sub-0094_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>382c287a2e7b328767b20d6a6a3d1d6d</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:15:55.692500</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.998922, -0.036031, 0.0292677, 0.0371525, 0.998559, -0.0387251]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-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.114347</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7895, -7077, 668, -37, -211, 342, 91]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6d9a5c8-868c-479b-baaa-baf44ccead58||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.680034637451172, 0.09967745840549469, 0.07514169067144394, 106.14152526855469], [0.09666848182678223, 2.679060697555542, -0.1073809564113617, -107.5296630859375], [0.078523188829422, 0.1038966104388237, 2.69681715965271, -39.82487487792969], [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': ['181555.692500', '181556.152500', '181556.612500', '181557.072500', '181557.532500', '181557.992500', '181558.452500', '181558.912500', '181559.372500', '181559.832500', '181600.292500', '181600.752500', '181601.212500', '181601.672500', '181602.132500', '181602.592500', '181603.052500', '181603.512500', '181603.972500', '181604.432500', '181604.892500', '181605.352500', '181605.812500', '181606.272500', '181606.732500', '181607.192500', '181607.652500', '181608.112500', '181608.572500', '181609.032500', '181609.492500', '181609.952500', '181610.412500', '181610.872500', '181611.332500', '181611.792500', '181612.252500', '181612.712500', '181613.172500', '181613.632500', '181614.092500', '181614.552500', '181615.012500', '181615.472500', '181615.932500', '181616.392500', '181616.852500', '181617.312500', '181617.772500', '181618.232500', '181618.692500', '181619.152500', '181619.612500', '181620.072500', '181620.532500', '181620.992500', '181621.452500', '181621.912500', '181622.372500', '181622.832500', '181623.292500', '181623.752500', '181624.212500', '181624.672500', '181625.132500', '181625.592500', '181626.052500', '181626.512500', '181626.972500', '181627.432500', '181627.892500', '181628.352500', '181628.812500', '181629.272500', '181629.732500', '181630.192500', '181630.652500', '181631.112500', '181631.572500', '181632.032500', '181632.492500', '181632.952500', '181633.412500', '181633.872500', '181634.332500', '181634.792500', '181635.252500', '181635.712500', '181636.172500', '181636.632500', '181637.092500', '181637.552500', '181638.012500', '181638.472500', '181638.932500', '181639.392500', '181639.852500', '181640.312500', '181640.772500', '181641.232500', '181641.692500', '181642.152500', '181642.612500', '181643.072500', '181643.532500', '181643.992500', '181644.452500', '181644.912500', '181645.372500', '181645.832500', '181646.292500', '181646.752500', '181647.212500', '181647.672500', '181648.132500', '181648.592500', '181649.052500', '181649.512500', '181649.972500', '181650.432500', '181650.892500', '181651.352500', '181651.812500', '181652.272500', '181652.732500', '181653.192500', '181653.652500', '181654.112500', '181654.572500', '181655.032500', '181655.492500', '181655.952500', '181656.412500', '181656.872500', '181657.332500', '181657.792500', '181658.252500', '181658.712500', '181659.172500', '181659.632500', '181700.092500', '181700.552500', '181701.012500', '181701.472500', '181701.932500', '181702.392500', '181702.852500', '181703.312500', '181703.772500', '181704.232500', '181704.692500', '181705.152500', '181705.612500', '181706.072500', '181706.532500', '181706.992500', '181707.452500', '181707.912500', '181708.372500', '181708.832500', '181709.292500', '181709.752500', '181710.212500', '181710.672500', '181711.132500', '181711.592500', '181712.052500', '181712.512500', '181712.972500', '181713.432500', '181713.892500', '181714.352500', '181714.812500', '181715.272500', '181715.732500', '181716.192500', '181716.652500', '181717.112500', '181717.572500', '181718.032500', '181718.492500', '181718.952500', '181719.412500', '181719.872500', '181720.332500', '181720.792500', '181721.252500', '181721.712500', '181722.172500', '181722.632500', '181723.092500', '181723.552500', '181724.012500', '181724.472500', '181724.932500', '181725.392500', '181725.852500', '181726.312500', '181726.772500', '181727.232500', '181727.692500', '181728.152500', '181728.612500', '181729.072500', '181729.532500', '181729.992500', '181730.452500', '181730.912500', '181731.372500', '181731.832500', '181732.292500', '181732.752500', '181733.212500', '181733.672500', '181734.132500', '181734.592500', '181735.052500', '181735.512500', '181735.972500', '181736.432500', '181736.892500', '181737.352500', '181737.812500', '181738.272500', '181738.732500', '181739.192500', '181739.652500', '181740.112500', '181740.572500', '181741.032500', '181741.492500', '181741.952500', '181742.412500', '181742.872500', '181743.332500', '181743.792500', '181744.252500', '181744.712500', '181745.172500', '181745.632500', '181746.092500', '181746.552500', '181747.012500', '181747.472500', '181747.932500', '181748.392500', '181748.852500', '181749.312500', '181749.772500', '181750.232500', '181750.692500', '181751.152500', '181751.612500', '181752.072500', '181752.532500', '181752.992500', '181753.452500', '181753.912500', '181754.372500', '181754.832500', '181755.292500', '181755.752500', '181756.212500', '181756.672500', '181757.132500', '181757.592500', '181758.052500', '181758.512500', '181758.972500', '181759.432500', '181759.892500', '181800.352500', '181800.812500', '181801.272500', '181801.732500', '181802.192500', '181802.652500', '181803.112500', '181803.572500', '181804.032500', '181804.492500', '181804.952500', '181805.412500', '181805.872500', '181806.332500', '181806.792500', '181807.252500', '181807.712500', '181808.172500', '181808.632500', '181809.092500', '181809.552500', '181810.012500', '181810.472500', '181810.932500', '181811.392500', '181811.852500', '181812.312500', '181812.772500', '181813.232500', '181813.692500', '181814.152500', '181814.612500', '181815.072500', '181815.532500', '181815.992500', '181816.452500', '181816.912500', '181817.372500', '181817.832500', '181818.292500', '181818.752500', '181819.212500', '181819.672500', '181820.132500', '181820.592500', '181821.052500', '181821.512500', '181821.972500', '181822.432500', '181822.892500', '181823.352500', '181823.812500', '181824.272500', '181824.732500', '181825.192500', '181825.652500', '181826.112500', '181826.572500', '181827.032500', '181827.492500', '181827.952500', '181828.412500', '181828.872500', '181829.332500', '181829.792500', '181830.252500', '181830.712500', '181831.172500', '181831.632500', '181832.092500', '181832.552500', '181833.012500', '181833.472500', '181833.932500', '181834.392500', '181834.852500', '181835.312500', '181835.772500', '181836.232500', '181836.692500', '181837.152500', '181837.612500', '181838.072500', '181838.532500', '181838.992500', '181839.452500', '181839.912500', '181840.372500', '181840.832500', '181841.292500', '181841.752500', '181842.212500', '181842.672500', '181843.132500', '181843.592500', '181844.052500', '181844.512500', '181844.972500', '181845.432500', '181845.892500', '181846.352500', '181846.812500', '181847.272500', '181847.732500', '181848.192500', '181848.652500', '181849.112500', '181849.572500', '181850.032500', '181850.492500', '181850.952500', '181851.412500', '181851.872500', '181852.332500', '181852.792500', '181853.252500', '181853.712500', '181854.172500', '181854.632500', '181855.092500', '181855.552500', '181856.012500', '181856.472500', '181856.932500', '181857.392500', '181857.852500', '181858.312500', '181858.772500', '181859.232500', '181859.692500', '181900.152500', '181900.612500', '181901.072500', '181901.532500', '181901.992500', '181902.452500', '181902.912500', '181903.372500', '181903.832500', '181904.292500', '181904.752500', '181905.212500', '181905.672500', '181906.132500', '181906.592500', '181907.052500', '181907.512500', '181907.972500', '181908.432500', '181908.892500', '181909.352500', '181909.812500', '181910.272500', '181910.732500', '181911.192500', '181911.652500', '181912.112500', '181912.572500', '181913.032500', '181913.492500', '181913.952500', '181914.412500', '181914.872500', '181915.332500', '181915.792500', '181916.252500', '181916.712500', '181917.172500', '181917.632500', '181918.092500', '181918.552500', '181919.012500', '181919.472500', '181919.932500', '181920.392500', '181920.852500', '181921.312500', '181921.772500', '181922.232500', '181922.692500', '181923.152500', '181923.612500', '181924.072500', '181924.532500', '181924.992500', '181925.452500', '181925.912500', '181926.372500', '181926.832500', '181927.292500', '181927.752500', '181928.212500', '181928.672500', '181929.132500', '181929.592500', '181930.052500', '181930.512500', '181930.972500', '181931.432500', '181931.892500', '181932.352500', '181932.812500', '181933.272500', '181933.732500', '181934.192500', '181934.652500', '181935.112500', '181935.572500', '181936.032500', '181936.492500', '181936.952500', '181937.412500', '181937.872500', '181938.332500', '181938.792500', '181939.252500', '181939.712500', '181940.172500', '181940.632500', '181941.092500', '181941.552500', '181942.012500', '181942.472500', '181942.932500', '181943.392500', '181943.852500', '181944.312500', '181944.772500', '181945.232500', '181945.692500', '181946.152500', '181946.612500', '181947.072500', '181947.532500', '181947.992500', '181948.452500', '181948.912500', '181949.372500', '181949.832500', '181950.292500', '181950.752500', '181951.212500', '181951.672500', '181952.132500', '181952.592500', '181953.052500', '181953.512500', '181953.972500', '181954.432500', '181954.892500', '181955.352500', '181955.812500', '181956.272500', '181956.732500', '181957.192500', '181957.652500', '181958.112500', '181958.572500', '181959.032500', '181959.492500', '181959.952500', '182000.412500', '182000.872500', '182001.332500', '182001.792500', '182002.252500', '182002.712500', '182003.172500', '182003.632500', '182004.092500', '182004.552500', '182005.012500', '182005.472500', '182005.932500', '182006.392500', '182006.852500', '182007.312500', '182007.772500', '182008.232500', '182008.692500', '182009.152500', '182009.612500', '182010.072500', '182010.532500', '182010.992500', '182011.452500', '182011.912500', '182012.372500', '182012.832500', '182013.292500', '182013.752500', '182014.212500', '182014.672500', '182015.132500', '182015.592500', '182016.052500', '182016.512500', '182016.972500', '182017.432500', '182017.892500', '182018.352500', '182018.812500', '182019.272500', '182019.732500', '182020.192500', '182020.652500', '182021.112500', '182021.572500', '182022.032500', '182022.492500', '182022.952500', '182023.412500', '182023.872500', '182024.332500', '182024.792500', '182025.252500', '182025.712500', '182026.172500', '182026.632500', '182027.092500', '182027.552500', '182028.012500', '182028.472500', '182028.932500', '182029.392500', '182029.852500', '182030.312500', '182030.772500', '182031.232500', '182031.692500', '182032.152500', '182032.612500', '182033.072500', '182033.532500', '182033.992500', '182034.452500', '182034.912500', '182035.372500', '182035.832500', '182036.292500', '182036.752500', '182037.212500', '182037.672500', '182038.132500', '182038.592500', '182039.052500', '182039.512500', '182039.972500', '182040.432500', '182040.892500', '182041.352500', '182041.812500', '182042.272500', '182042.732500', '182043.192500', '182043.652500', '182044.112500', '182044.572500', '182045.032500', '182045.492500', '182045.952500', '182046.412500', '182046.872500', '182047.332500', '182047.792500', '182048.252500', '182048.712500', '182049.172500', '182049.632500', '182050.092500', '182050.552500', '182051.012500', '182051.472500', '182051.932500', '182052.392500', '182052.852500', '182053.312500', '182053.772500', '182054.232500', '182054.692500', '182055.152500', '182055.612500', '182056.072500', '182056.532500', '182056.992500', '182057.452500', '182057.912500', '182058.372500', '182058.832500', '182059.292500', '182059.752500', '182100.212500', '182100.672500', '182101.132500', '182101.592500', '182102.052500', '182102.512500', '182102.972500', '182103.432500', '182103.892500', '182104.352500', '182104.812500', '182105.272500', '182105.732500', '182106.192500', '182106.652500', '182107.112500', '182107.572500', '182108.032500', '182108.492500', '182108.952500', '182109.412500', '182109.872500', '182110.332500', '182110.792500', '182111.252500', '182111.712500', '182112.172500', '182112.632500', '182113.092500', '182113.552500', '182114.012500', '182114.472500', '182114.932500', '182115.392500', '182115.852500', '182116.312500', '182116.772500', '182117.232500', '182117.692500', '182118.152500', '182118.612500', '182119.072500', '182119.532500', '182119.992500', '182120.452500', '182120.912500', '182121.372500', '182121.832500', '182122.292500', '182122.752500', '182123.212500', '182123.672500', '182124.132500', '182124.592500', '182125.052500', '182125.512500', '182125.972500', '182126.432500', '182126.892500', '182127.352500', '182127.812500', '182128.272500', '182128.732500', '182129.192500', '182129.652500', '182130.112500', '182130.572500', '182131.032500', '182131.492500', '182131.952500', '182132.412500', '182132.872500', '182133.332500', '182133.792500', '182134.252500', '182134.712500', '182135.172500', '182135.632500', '182136.092500', '182136.552500', '182137.012500', '182137.472500', '182137.932500', '182138.392500', '182138.852500', '182139.312500', '182139.772500', '182140.232500', '182140.692500', '182141.152500', '182141.612500', '182142.072500', '182142.532500', '182142.992500', '182143.452500', '182143.912500', '182144.372500', '182144.832500', '182145.292500', '182145.752500', '182146.212500', '182146.672500', '182147.132500', '182147.592500', '182148.052500', '182148.512500', '182148.972500', '182149.432500', '182149.892500', '182150.352500', '182150.812500', '182151.272500', '182151.732500', '182152.192500', '182152.652500', '182153.112500', '182153.572500', '182154.032500', '182154.492500', '182154.952500', '182155.412500', '182155.872500', '182156.332500', '182156.792500', '182157.252500', '182157.712500', '182158.172500', '182158.632500', '182159.092500', '182159.552500', '182200.012500', '182200.472500', '182200.932500', '182201.392500', '182201.852500', '182202.312500', '182202.772500', '182203.232500', '182203.692500', '182204.152500', '182204.612500', '182205.072500', '182205.532500', '182205.992500', '182206.452500', '182206.912500', '182207.372500', '182207.832500', '182208.292500', '182208.752500', '182209.212500', '182209.672500', '182210.132500', '182210.592500', '182211.052500', '182211.512500', '182211.972500', '182212.432500', '182212.892500', '182213.352500', '182213.812500', '182214.272500', '182214.732500', '182215.192500', '182215.652500', '182216.112500', '182216.572500', '182217.032500', '182217.492500', '182217.952500', '182218.412500', '182218.872500', '182219.332500', '182219.792500', '182220.252500', '182220.712500', '182221.172500', '182221.632500', '182222.092500', '182222.552500', '182223.012500', '182223.472500', '182223.932500', '182224.392500', '182224.852500', '182225.312500', '182225.772500', '182226.232500', '182226.692500', '182227.152500', '182227.612500', '182228.072500', '182228.532500', '182228.992500', '182229.452500', '182229.912500', '182230.372500', '182230.832500', '182231.292500', '182231.752500', '182232.212500', '182232.672500', '182233.132500', '182233.592500', '182234.052500', '182234.512500', '182234.972500', '182235.432500', '182235.892500', '182236.352500'], 'ContentTime': ['181620.821000', '181620.849000', '181620.852000', '181620.855000', '181620.857000', '181620.860000', '181620.862000', '181620.865000', '181620.867000', '181620.870000', '181620.873000', '181620.875000', '181620.941000', '181620.943000', '181620.946000', '181620.948000', '181620.951000', '181620.953000', '181620.956000', '181620.958000', '181620.980000', '181620.983000', '181620.985000', '181620.988000', '181620.990000', '181620.993000', '181620.995000', '181621.010000', '181621.013000', '181621.015000', '181621.018000', '181621.020000', '181621.023000', '181621.025000', '181621.028000', '181621.030000', '181621.033000', '181621.035000', '181621.039000', '181621.041000', '181621.044000', '181621.046000', '181621.049000', '181621.051000', '181621.054000', '181621.057000', '181621.059000', '181621.062000', '181621.064000', '181621.067000', '181621.069000', '181621.072000', '181621.074000', '181640.772000', '181640.774000', '181640.777000', '181640.780000', '181640.782000', '181640.785000', '181640.787000', '181640.790000', '181640.792000', '181640.795000', '181640.797000', '181640.800000', '181640.802000', '181640.805000', '181640.807000', '181640.810000', '181640.813000', '181640.815000', '181640.824000', '181640.826000', '181640.829000', '181640.831000', '181640.834000', '181640.837000', '181640.840000', '181640.843000', '181640.846000', '181640.848000', '181640.851000', '181640.853000', '181640.856000', '181640.858000', '181640.861000', '181640.864000', '181640.866000', '181640.869000', '181640.871000', '181640.874000', '181640.877000', '181640.879000', '181640.882000', '181640.884000', '181640.887000', '181700.771000', '181700.774000', '181700.777000', '181700.779000', '181700.782000', '181700.784000', '181700.787000', '181700.789000', '181700.792000', '181700.795000', '181700.797000', '181700.821000', '181700.823000', '181700.826000', '181700.828000', '181700.831000', '181700.833000', '181700.836000', '181700.838000', '181700.841000', '181700.843000', '181700.846000', '181700.848000', '181700.851000', '181700.853000', '181700.856000', '181700.858000', '181700.861000', '181700.864000', '181700.866000', '181700.875000', '181700.878000', '181700.880000', '181700.883000', '181700.885000', '181700.888000', '181700.890000', '181700.893000', '181700.896000', '181700.898000', '181700.901000', '181700.903000', '181700.906000', '181700.908000', '181720.772000', '181720.775000', '181720.778000', '181720.781000', '181720.783000', '181720.786000', '181720.789000', '181720.792000', '181720.794000', '181720.805000', '181720.808000', '181720.810000', '181720.813000', '181720.816000', '181720.818000', '181720.821000', '181720.823000', '181720.826000', '181720.829000', '181720.831000', '181720.834000', '181720.837000', '181720.840000', '181720.843000', '181720.845000', '181720.848000', '181720.850000', '181720.853000', '181720.855000', '181720.858000', '181720.861000', '181720.863000', '181720.866000', '181720.869000', '181720.871000', '181720.874000', '181720.876000', '181720.879000', '181720.881000', '181720.884000', '181720.887000', '181720.889000', '181720.892000', '181740.772000', '181740.775000', '181740.784000', '181740.787000', '181740.789000', '181740.792000', '181740.794000', '181740.797000', '181740.800000', '181740.802000', '181740.805000', '181740.807000', '181740.810000', '181740.812000', '181740.815000', '181740.818000', '181740.820000', '181740.823000', '181740.825000', '181740.828000', '181740.830000', '181740.833000', '181740.835000', '181740.838000', '181740.840000', '181740.843000', '181740.845000', '181740.848000', '181740.851000', '181740.853000', '181740.856000', '181740.858000', '181740.861000', '181740.864000', '181740.866000', '181740.869000', '181740.871000', '181740.874000', '181740.876000', '181740.879000', '181740.881000', '181740.884000', '181740.886000', '181740.889000', '181800.772000', '181800.775000', '181800.778000', '181800.780000', '181800.783000', '181800.785000', '181800.788000', '181800.790000', '181800.793000', '181800.795000', '181800.798000', '181800.828000', '181800.831000', '181800.842000', '181800.845000', '181800.847000', '181800.850000', '181800.852000', '181800.855000', '181800.857000', '181800.860000', '181800.863000', '181800.865000', '181800.868000', '181800.870000', '181800.873000', '181800.876000', '181800.878000', '181800.881000', '181800.883000', '181800.886000', '181800.888000', '181800.891000', '181800.893000', '181800.896000', '181800.899000', '181800.901000', '181800.906000', '181800.909000', '181800.911000', '181800.914000', '181800.917000', '181800.919000', '181820.772000', '181820.774000', '181820.777000', '181820.780000', '181820.782000', '181820.785000', '181820.787000', '181820.790000', '181820.792000', '181820.795000', '181820.798000', '181820.822000', '181820.825000', '181820.827000', '181820.830000', '181820.832000', '181820.835000', '181820.837000', '181820.840000', '181820.843000', '181820.845000', '181820.848000', '181820.850000', '181820.853000', '181820.855000', '181820.858000', '181820.860000', '181820.863000', '181820.866000', '181820.868000', '181820.871000', '181820.873000', '181820.876000', '181820.878000', '181820.881000', '181820.883000', '181820.886000', '181820.888000', '181820.891000', '181820.894000', '181820.896000', '181820.899000', '181820.901000', '181820.904000', '181840.771000', '181840.774000', '181840.777000', '181840.779000', '181840.782000', '181840.785000', '181840.787000', '181840.790000', '181840.792000', '181840.795000', '181840.797000', '181840.800000', '181840.803000', '181840.805000', '181840.808000', '181840.810000', '181840.813000', '181840.815000', '181840.818000', '181840.820000', '181840.823000', '181840.832000', '181840.834000', '181840.837000', '181840.839000', '181840.842000', '181840.845000', '181840.848000', '181840.851000', '181840.854000', '181840.856000', '181840.859000', '181840.861000', '181840.864000', '181840.866000', '181840.869000', '181840.872000', '181840.874000', '181840.878000', '181840.880000', '181840.883000', '181840.885000', '181840.888000', '181900.772000', '181900.774000', '181900.777000', '181900.780000', '181900.782000', '181900.785000', '181900.787000', '181900.790000', '181900.792000', '181900.795000', '181900.797000', '181900.835000', '181900.837000', '181900.840000', '181900.842000', '181900.845000', '181900.848000', '181900.850000', '181900.853000', '181900.855000', '181900.858000', '181900.860000', '181900.863000', '181900.865000', '181900.868000', '181900.871000', '181900.873000', '181900.876000', '181900.878000', '181900.881000', '181900.883000', '181900.886000', '181900.888000', '181900.891000', '181900.894000', '181900.896000', '181900.899000', '181900.901000', '181900.904000', '181900.906000', '181900.909000', '181900.911000', '181900.914000', '181900.916000', '181920.771000', '181920.774000', '181920.777000', '181920.779000', '181920.782000', '181920.784000', '181920.787000', '181920.789000', '181920.792000', '181920.795000', '181920.797000', '181920.812000', '181920.814000', '181920.817000', '181920.819000', '181920.823000', '181920.826000', '181920.829000', '181920.831000', '181920.834000', '181920.837000', '181920.839000', '181920.842000', '181920.844000', '181920.847000', '181920.850000', '181920.852000', '181920.855000', '181920.857000', '181920.860000', '181920.863000', '181920.869000', '181920.871000', '181920.874000', '181920.877000', '181920.879000', '181920.882000', '181920.884000', '181920.897000', '181920.899000', '181920.902000', '181920.904000', '181920.907000', '181940.772000', '181940.775000', '181940.778000', '181940.780000', '181940.783000', '181940.785000', '181940.788000', '181940.790000', '181940.793000', '181940.796000', '181940.798000', '181940.848000', '181940.850000', '181940.853000', '181940.855000', '181940.858000', '181940.861000', '181940.863000', '181940.866000', '181940.868000', '181940.871000', '181940.873000', '181940.876000', '181940.879000', '181940.881000', '181940.884000', '181940.886000', '181940.889000', '181940.891000', '181940.894000', '181940.896000', '181940.899000', '181940.902000', '181940.904000', '181940.907000', '181940.909000', '181940.912000', '181940.914000', '181940.917000', '181940.920000', '181940.922000', '181940.925000', '181940.927000', '181940.930000', '182000.772000', '182000.775000', '182000.778000', '182000.780000', '182000.783000', '182000.785000', '182000.788000', '182000.791000', '182000.793000', '182000.796000', '182000.798000', '182000.834000', '182000.837000', '182000.839000', '182000.842000', '182000.845000', '182000.847000', '182000.850000', '182000.854000', '182000.856000', '182000.859000', '182000.862000', '182000.864000', '182000.867000', '182000.869000', '182000.872000', '182000.874000', '182000.877000', '182000.880000', '182000.882000', '182000.885000', '182000.887000', '182000.890000', '182000.892000', '182000.895000', '182000.897000', '182000.900000', '182000.903000', '182000.905000', '182000.908000', '182000.910000', '182000.913000', '182000.915000', '182020.772000', '182020.774000', '182020.777000', '182020.779000', '182020.782000', '182020.784000', '182020.787000', '182020.790000', '182020.792000', '182020.795000', '182020.797000', '182020.832000', '182020.835000', '182020.837000', '182020.849000', '182020.852000', '182020.855000', '182020.857000', '182020.860000', '182020.862000', '182020.865000', '182020.868000', '182020.870000', '182020.873000', '182020.875000', '182020.878000', '182020.880000', '182020.883000', '182020.885000', '182020.888000', '182020.891000', '182020.893000', '182020.896000', '182020.898000', '182020.901000', '182020.903000', '182020.906000', '182020.909000', '182020.911000', '182020.914000', '182020.916000', '182020.919000', '182020.921000', '182020.924000', '182040.772000', '182040.774000', '182040.777000', '182040.780000', '182040.782000', '182040.785000', '182040.787000', '182040.790000', '182040.793000', '182040.795000', '182040.798000', '182040.850000', '182040.852000', '182040.855000', '182040.858000', '182040.860000', '182040.863000', '182040.865000', '182040.868000', '182040.870000', '182040.873000', '182040.876000', '182040.878000', '182040.881000', '182040.883000', '182040.886000', '182040.888000', '182040.891000', '182040.894000', '182040.896000', '182040.899000', '182040.901000', '182040.904000', '182040.906000', '182040.909000', '182040.912000', '182040.914000', '182040.917000', '182040.920000', '182040.923000', '182040.926000', '182040.929000', '182040.932000', '182100.771000', '182100.774000', '182100.777000', '182100.779000', '182100.782000', '182100.797000', '182100.852000', '182100.855000', '182100.857000', '182100.860000', '182100.862000', '182100.865000', '182100.868000', '182100.870000', '182100.873000', '182100.875000', '182100.878000', '182100.880000', '182100.883000', '182100.885000', '182100.888000', '182100.891000', '182100.893000', '182100.896000', '182100.898000', '182100.901000', '182100.903000', '182100.906000', '182100.908000', '182100.911000', '182100.913000', '182100.916000', '182100.919000', '182100.921000', '182100.924000', '182100.926000', '182100.929000', '182100.931000', '182100.934000', '182100.936000', '182100.939000', '182100.941000', '182100.944000', '182100.947000', '182120.771000', '182120.774000', '182120.777000', '182120.779000', '182120.782000', '182120.785000', '182120.787000', '182120.790000', '182120.792000', '182120.795000', '182120.797000', '182120.861000', '182120.863000', '182120.866000', '182120.868000', '182120.871000', '182120.873000', '182120.876000', '182120.878000', '182120.881000', '182120.884000', '182120.886000', '182120.889000', '182120.892000', '182120.895000', '182120.898000', '182120.901000', '182120.903000', '182120.906000', '182120.908000', '182120.911000', '182120.913000', '182120.916000', '182120.918000', '182120.921000', '182120.924000', '182120.926000', '182120.929000', '182120.931000', '182120.934000', '182120.936000', '182120.939000', '182120.942000', '182140.771000', '182140.774000', '182140.777000', '182140.779000', '182140.782000', '182140.784000', '182140.787000', '182140.790000', '182140.792000', '182140.795000', '182140.797000', '182140.801000', '182140.804000', '182140.806000', '182140.809000', '182140.811000', '182140.814000', '182140.817000', '182140.819000', '182140.822000', '182140.824000', '182140.827000', '182140.830000', '182140.832000', '182140.835000', '182140.837000', '182140.840000', '182140.842000', '182140.845000', '182140.848000', '182140.850000', '182140.853000', '182140.855000', '182140.858000', '182140.860000', '182140.863000', '182140.866000', '182140.868000', '182140.871000', '182140.874000', '182140.876000', '182140.879000', '182140.881000', '182200.772000', '182200.775000', '182200.778000', '182200.781000', '182200.783000', '182200.786000', '182200.788000', '182200.791000', '182200.793000', '182200.796000', '182200.799000', '182200.801000', '182200.804000', '182200.806000', '182200.809000', '182200.812000', '182200.814000', '182200.817000', '182200.819000', '182200.822000', '182200.824000', '182200.827000', '182200.829000', '182200.832000', '182200.835000', '182200.837000', '182200.840000', '182200.844000', '182200.846000', '182200.849000', '182200.851000', '182200.854000', '182200.857000', '182200.859000', '182200.862000', '182200.864000', '182200.867000', '182200.869000', '182200.872000', '182200.875000', '182200.877000', '182200.880000', '182200.882000', '182200.885000', '182220.772000', '182220.775000', '182220.778000', '182220.780000', '182220.783000', '182220.786000', '182220.788000', '182220.791000', '182220.793000', '182220.796000', '182220.798000', '182220.801000', '182220.804000', '182220.806000', '182220.809000', '182220.811000', '182220.814000', '182220.816000', '182220.819000', '182220.822000', '182220.824000', '182220.827000', '182220.829000', '182220.832000', '182220.834000', '182220.837000', '182220.839000', '182220.842000', '182220.844000', '182220.847000', '182220.858000', '182220.861000', '182220.864000', '182220.866000', '182220.869000', '182220.871000', '182220.874000', '182220.877000', '182220.879000', '182220.882000', '182220.884000', '182220.887000', '182220.890000', '182220.892000', '182237.268000', '182237.271000', '182237.274000', '182237.277000', '182237.280000', '182237.283000', '182237.286000', '182237.289000', '182237.292000', '182237.295000', '182237.298000', '182237.300000', '182237.303000', '182237.306000', '182237.309000', '182237.311000', '182237.314000', '182237.317000', '182237.319000', '182237.322000', '182237.325000', '182237.328000', '182237.330000', '182237.333000', '182237.336000', '182237.339000', '182237.342000', '182237.345000', '182237.348000', '182237.350000', '182237.353000', '182237.356000', '182237.358000', '182237.361000', '182237.364000', '182237.366000'], 'InstanceCreationTime': ['181620.821000', '181620.849000', '181620.852000', '181620.855000', '181620.857000', '181620.860000', '181620.862000', '181620.865000', '181620.867000', '181620.870000', '181620.873000', '181620.875000', '181620.941000', '181620.943000', '181620.946000', '181620.948000', '181620.951000', '181620.953000', '181620.956000', '181620.958000', '181620.980000', '181620.983000', '181620.985000', '181620.988000', '181620.990000', '181620.993000', '181620.995000', '181621.010000', '181621.013000', '181621.015000', '181621.018000', '181621.020000', '181621.023000', '181621.025000', '181621.028000', '181621.030000', '181621.033000', '181621.035000', '181621.039000', '181621.041000', '181621.044000', '181621.046000', '181621.049000', '181621.051000', '181621.054000', '181621.057000', '181621.059000', '181621.062000', '181621.064000', '181621.067000', '181621.069000', '181621.072000', '181621.074000', '181640.772000', '181640.774000', '181640.777000', '181640.780000', '181640.782000', '181640.785000', '181640.787000', '181640.790000', '181640.792000', '181640.795000', '181640.797000', '181640.800000', '181640.802000', '181640.805000', '181640.807000', '181640.810000', '181640.813000', '181640.815000', '181640.824000', '181640.826000', '181640.829000', '181640.831000', '181640.834000', '181640.837000', '181640.840000', '181640.843000', '181640.846000', '181640.848000', '181640.851000', '181640.853000', '181640.856000', '181640.858000', '181640.861000', '181640.864000', '181640.866000', '181640.869000', '181640.871000', '181640.874000', '181640.877000', '181640.879000', '181640.882000', '181640.884000', '181640.887000', '181700.771000', '181700.774000', '181700.777000', '181700.779000', '181700.782000', '181700.784000', '181700.787000', '181700.789000', '181700.792000', '181700.795000', '181700.797000', '181700.821000', '181700.823000', '181700.826000', '181700.828000', '181700.831000', '181700.833000', '181700.836000', '181700.838000', '181700.841000', '181700.843000', '181700.846000', '181700.848000', '181700.851000', '181700.853000', '181700.856000', '181700.858000', '181700.861000', '181700.864000', '181700.866000', '181700.875000', '181700.878000', '181700.880000', '181700.883000', '181700.885000', '181700.888000', '181700.890000', '181700.893000', '181700.896000', '181700.898000', '181700.901000', '181700.903000', '181700.906000', '181700.908000', '181720.772000', '181720.775000', '181720.778000', '181720.781000', '181720.783000', '181720.786000', '181720.789000', '181720.792000', '181720.794000', '181720.805000', '181720.808000', '181720.810000', '181720.813000', '181720.816000', '181720.818000', '181720.821000', '181720.823000', '181720.826000', '181720.829000', '181720.831000', '181720.834000', '181720.837000', '181720.840000', '181720.843000', '181720.845000', '181720.848000', '181720.850000', '181720.853000', '181720.855000', '181720.858000', '181720.861000', '181720.863000', '181720.866000', '181720.869000', '181720.871000', '181720.874000', '181720.876000', '181720.879000', '181720.881000', '181720.884000', '181720.887000', '181720.889000', '181720.892000', '181740.772000', '181740.775000', '181740.784000', '181740.787000', '181740.789000', '181740.792000', '181740.794000', '181740.797000', '181740.800000', '181740.802000', '181740.805000', '181740.807000', '181740.810000', '181740.812000', '181740.815000', '181740.818000', '181740.820000', '181740.823000', '181740.825000', '181740.828000', '181740.830000', '181740.833000', '181740.835000', '181740.838000', '181740.840000', '181740.843000', '181740.845000', '181740.848000', '181740.851000', '181740.853000', '181740.856000', '181740.858000', '181740.861000', '181740.864000', '181740.866000', '181740.869000', '181740.871000', '181740.874000', '181740.876000', '181740.879000', '181740.881000', '181740.884000', '181740.886000', '181740.889000', '181800.772000', '181800.775000', '181800.778000', '181800.780000', '181800.783000', '181800.785000', '181800.788000', '181800.790000', '181800.793000', '181800.795000', '181800.798000', '181800.828000', '181800.831000', '181800.842000', '181800.845000', '181800.847000', '181800.850000', '181800.852000', '181800.855000', '181800.857000', '181800.860000', '181800.863000', '181800.865000', '181800.868000', '181800.870000', '181800.873000', '181800.876000', '181800.878000', '181800.881000', '181800.883000', '181800.886000', '181800.888000', '181800.891000', '181800.893000', '181800.896000', '181800.899000', '181800.901000', '181800.906000', '181800.909000', '181800.911000', '181800.914000', '181800.917000', '181800.919000', '181820.772000', '181820.774000', '181820.777000', '181820.780000', '181820.782000', '181820.785000', '181820.787000', '181820.790000', '181820.792000', '181820.795000', '181820.798000', '181820.822000', '181820.825000', '181820.827000', '181820.830000', '181820.832000', '181820.835000', '181820.837000', '181820.840000', '181820.843000', '181820.845000', '181820.848000', '181820.850000', '181820.853000', '181820.855000', '181820.858000', '181820.860000', '181820.863000', '181820.866000', '181820.868000', '181820.871000', '181820.873000', '181820.876000', '181820.878000', '181820.881000', '181820.883000', '181820.886000', '181820.888000', '181820.891000', '181820.894000', '181820.896000', '181820.899000', '181820.901000', '181820.904000', '181840.771000', '181840.774000', '181840.777000', '181840.779000', '181840.782000', '181840.785000', '181840.787000', '181840.790000', '181840.792000', '181840.795000', '181840.797000', '181840.800000', '181840.803000', '181840.805000', '181840.808000', '181840.810000', '181840.813000', '181840.815000', '181840.818000', '181840.820000', '181840.823000', '181840.832000', '181840.834000', '181840.837000', '181840.839000', '181840.842000', '181840.845000', '181840.848000', '181840.851000', '181840.854000', '181840.856000', '181840.859000', '181840.861000', '181840.864000', '181840.866000', '181840.869000', '181840.872000', '181840.874000', '181840.878000', '181840.880000', '181840.883000', '181840.885000', '181840.888000', '181900.772000', '181900.774000', '181900.777000', '181900.780000', '181900.782000', '181900.785000', '181900.787000', '181900.790000', '181900.792000', '181900.795000', '181900.797000', '181900.835000', '181900.837000', '181900.840000', '181900.842000', '181900.845000', '181900.848000', '181900.850000', '181900.853000', '181900.855000', '181900.858000', '181900.860000', '181900.863000', '181900.865000', '181900.868000', '181900.871000', '181900.873000', '181900.876000', '181900.878000', '181900.881000', '181900.883000', '181900.886000', '181900.888000', '181900.891000', '181900.894000', '181900.896000', '181900.899000', '181900.901000', '181900.904000', '181900.906000', '181900.909000', '181900.911000', '181900.914000', '181900.916000', '181920.771000', '181920.774000', '181920.777000', '181920.779000', '181920.782000', '181920.784000', '181920.787000', '181920.789000', '181920.792000', '181920.795000', '181920.797000', '181920.812000', '181920.814000', '181920.817000', '181920.819000', '181920.823000', '181920.826000', '181920.829000', '181920.831000', '181920.834000', '181920.837000', '181920.839000', '181920.842000', '181920.844000', '181920.847000', '181920.850000', '181920.852000', '181920.855000', '181920.857000', '181920.860000', '181920.863000', '181920.869000', '181920.871000', '181920.874000', '181920.877000', '181920.879000', '181920.882000', '181920.884000', '181920.897000', '181920.899000', '181920.902000', '181920.904000', '181920.907000', '181940.772000', '181940.775000', '181940.778000', '181940.780000', '181940.783000', '181940.785000', '181940.788000', '181940.790000', '181940.793000', '181940.796000', '181940.798000', '181940.848000', '181940.850000', '181940.853000', '181940.855000', '181940.858000', '181940.861000', '181940.863000', '181940.866000', '181940.868000', '181940.871000', '181940.873000', '181940.876000', '181940.879000', '181940.881000', '181940.884000', '181940.886000', '181940.889000', '181940.891000', '181940.894000', '181940.896000', '181940.899000', '181940.902000', '181940.904000', '181940.907000', '181940.909000', '181940.912000', '181940.914000', '181940.917000', '181940.920000', '181940.922000', '181940.925000', '181940.927000', '181940.930000', '182000.772000', '182000.775000', '182000.778000', '182000.780000', '182000.783000', '182000.785000', '182000.788000', '182000.791000', '182000.793000', '182000.796000', '182000.798000', '182000.834000', '182000.837000', '182000.839000', '182000.842000', '182000.845000', '182000.847000', '182000.850000', '182000.854000', '182000.856000', '182000.859000', '182000.862000', '182000.864000', '182000.867000', '182000.869000', '182000.872000', '182000.874000', '182000.877000', '182000.880000', '182000.882000', '182000.885000', '182000.887000', '182000.890000', '182000.892000', '182000.895000', '182000.897000', '182000.900000', '182000.903000', '182000.905000', '182000.908000', '182000.910000', '182000.913000', '182000.915000', '182020.772000', '182020.774000', '182020.777000', '182020.779000', '182020.782000', '182020.784000', '182020.787000', '182020.790000', '182020.792000', '182020.795000', '182020.797000', '182020.832000', '182020.835000', '182020.837000', '182020.849000', '182020.852000', '182020.855000', '182020.857000', '182020.860000', '182020.862000', '182020.865000', '182020.868000', '182020.870000', '182020.873000', '182020.875000', '182020.878000', '182020.880000', '182020.883000', '182020.885000', '182020.888000', '182020.891000', '182020.893000', '182020.896000', '182020.898000', '182020.901000', '182020.903000', '182020.906000', '182020.909000', '182020.911000', '182020.914000', '182020.916000', '182020.919000', '182020.921000', '182020.924000', '182040.772000', '182040.774000', '182040.777000', '182040.780000', '182040.782000', '182040.785000', '182040.787000', '182040.790000', '182040.793000', '182040.795000', '182040.798000', '182040.850000', '182040.852000', '182040.855000', '182040.858000', '182040.860000', '182040.863000', '182040.865000', '182040.868000', '182040.870000', '182040.873000', '182040.876000', '182040.878000', '182040.881000', '182040.883000', '182040.886000', '182040.888000', '182040.891000', '182040.894000', '182040.896000', '182040.899000', '182040.901000', '182040.904000', '182040.906000', '182040.909000', '182040.912000', '182040.914000', '182040.917000', '182040.920000', '182040.923000', '182040.926000', '182040.929000', '182040.932000', '182100.771000', '182100.774000', '182100.777000', '182100.779000', '182100.782000', '182100.797000', '182100.852000', '182100.855000', '182100.857000', '182100.860000', '182100.862000', '182100.865000', '182100.868000', '182100.870000', '182100.873000', '182100.875000', '182100.878000', '182100.880000', '182100.883000', '182100.885000', '182100.888000', '182100.891000', '182100.893000', '182100.896000', '182100.898000', '182100.901000', '182100.903000', '182100.906000', '182100.908000', '182100.911000', '182100.913000', '182100.916000', '182100.919000', '182100.921000', '182100.924000', '182100.926000', '182100.929000', '182100.931000', '182100.934000', '182100.936000', '182100.939000', '182100.941000', '182100.944000', '182100.947000', '182120.771000', '182120.774000', '182120.777000', '182120.779000', '182120.782000', '182120.785000', '182120.787000', '182120.790000', '182120.792000', '182120.795000', '182120.797000', '182120.861000', '182120.863000', '182120.866000', '182120.868000', '182120.871000', '182120.873000', '182120.876000', '182120.878000', '182120.881000', '182120.884000', '182120.886000', '182120.889000', '182120.892000', '182120.895000', '182120.898000', '182120.901000', '182120.903000', '182120.906000', '182120.908000', '182120.911000', '182120.913000', '182120.916000', '182120.918000', '182120.921000', '182120.924000', '182120.926000', '182120.929000', '182120.931000', '182120.934000', '182120.936000', '182120.939000', '182120.942000', '182140.771000', '182140.774000', '182140.777000', '182140.779000', '182140.782000', '182140.784000', '182140.787000', '182140.790000', '182140.792000', '182140.795000', '182140.797000', '182140.801000', '182140.804000', '182140.806000', '182140.809000', '182140.811000', '182140.814000', '182140.817000', '182140.819000', '182140.822000', '182140.824000', '182140.827000', '182140.830000', '182140.832000', '182140.835000', '182140.837000', '182140.840000', '182140.842000', '182140.845000', '182140.848000', '182140.850000', '182140.853000', '182140.855000', '182140.858000', '182140.860000', '182140.863000', '182140.866000', '182140.868000', '182140.871000', '182140.874000', '182140.876000', '182140.879000', '182140.881000', '182200.772000', '182200.775000', '182200.778000', '182200.781000', '182200.783000', '182200.786000', '182200.788000', '182200.791000', '182200.793000', '182200.796000', '182200.799000', '182200.801000', '182200.804000', '182200.806000', '182200.809000', '182200.812000', '182200.814000', '182200.817000', '182200.819000', '182200.822000', '182200.824000', '182200.827000', '182200.829000', '182200.832000', '182200.835000', '182200.837000', '182200.840000', '182200.844000', '182200.846000', '182200.849000', '182200.851000', '182200.854000', '182200.857000', '182200.859000', '182200.862000', '182200.864000', '182200.867000', '182200.869000', '182200.872000', '182200.875000', '182200.877000', '182200.880000', '182200.882000', '182200.885000', '182220.772000', '182220.775000', '182220.778000', '182220.780000', '182220.783000', '182220.786000', '182220.788000', '182220.791000', '182220.793000', '182220.796000', '182220.798000', '182220.801000', '182220.804000', '182220.806000', '182220.809000', '182220.811000', '182220.814000', '182220.816000', '182220.819000', '182220.822000', '182220.824000', '182220.827000', '182220.829000', '182220.832000', '182220.834000', '182220.837000', '182220.839000', '182220.842000', '182220.844000', '182220.847000', '182220.858000', '182220.861000', '182220.864000', '182220.866000', '182220.869000', '182220.871000', '182220.874000', '182220.877000', '182220.879000', '182220.882000', '182220.884000', '182220.887000', '182220.890000', '182220.892000', '182237.268000', '182237.271000', '182237.274000', '182237.277000', '182237.280000', '182237.283000', '182237.286000', '182237.289000', '182237.292000', '182237.295000', '182237.298000', '182237.300000', '182237.303000', '182237.306000', '182237.309000', '182237.311000', '182237.314000', '182237.317000', '182237.319000', '182237.322000', '182237.325000', '182237.328000', '182237.330000', '182237.333000', '182237.336000', '182237.339000', '182237.342000', '182237.345000', '182237.348000', '182237.350000', '182237.353000', '182237.356000', '182237.358000', '182237.361000', '182237.364000', '182237.366000'], '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': [9270, 9085, 8806, 8672, 8541, 8417, 8311, 8223, 8335, 8237, 8248, 8355, 8471, 9407, 8314, 8222, 8136, 8295, 8340, 8114, 8306, 8606, 8234, 7903, 8690, 8238, 8586, 8273, 8457, 8227, 8406, 8202, 8640, 7989, 8272, 8235, 8336, 7953, 8249, 8145, 8126, 8494, 8029, 7934, 8321, 9147, 9272, 9613, 8878, 9096, 8828, 9343, 8322, 9434, 8485, 9013, 9228, 9029, 9240, 9338, 9503, 9119, 8860, 8441, 9491, 8622, 9054, 9042, 9310, 8149, 9291, 8256, 9637, 8342, 9521, 8523, 9440, 7877, 9376, 8548, 9898, 8301, 9559, 8624, 8875, 9862, 8441, 8685, 9404, 8307, 9751, 8763, 8845, 7742, 8884, 8271, 9809, 8184, 9672, 8465, 9045, 8113, 9688, 8635, 9796, 8643, 9728, 8535, 9026, 8703, 9029, 9382, 8727, 9509, 8656, 9462, 8712, 9128, 8737, 9300, 9004, 8845, 8485, 8332, 8647, 8143, 9493, 8261, 9645, 8265, 9681, 8950, 8200, 9551, 8432, 9101, 8607, 9139, 7932, 9424, 8149, 9471, 8178, 9412, 8721, 9447, 8837, 9351, 8731, 9784, 8642, 9444, 7925, 9393, 8043, 9250, 7870, 9507, 8285, 9582, 8260, 9768, 7919, 9042, 8779, 9332, 9068, 9414, 9049, 9395, 8683, 9472, 7902, 8895, 9174, 9257, 8445, 8219, 8670, 8539, 8476, 8581, 7938, 8543, 8413, 9896, 8312, 7937, 9850, 9049, 8479, 8497, 8795, 7873, 10121, 8831, 10081, 8338, 9742, 8014, 9569, 8825, 9420, 8580, 8315, 9962, 9139, 9522, 9480, 9089, 9137, 9496, 8714, 9151, 9065, 9455, 8337, 9052, 9587, 8449, 10086, 8432, 9678, 9875, 8921, 9981, 8898, 9737, 8729, 9833, 8360, 9485, 8005, 9620, 8037, 9947, 7978, 8823, 8224, 8713, 8218, 8586, 8651, 8042, 8220, 8124, 9114, 8668, 9919, 8305, 10222, 9097, 8598, 8413, 9647, 9866, 8009, 9293, 8048, 9118, 8420, 9626, 7934, 9035, 8007, 9348, 8063, 9391, 8083, 9663, 8202, 9483, 8280, 9850, 9283, 9444, 8102, 10052, 8052, 9825, 8717, 9367, 8592, 9114, 8958, 9473, 8701, 8588, 8724, 10076, 8332, 9502, 8422, 9705, 8417, 9635, 8767, 8221, 8057, 8233, 8550, 8888, 8414, 7889, 8716, 7946, 8845, 7940, 8921, 7942, 8778, 7969, 8695, 8023, 8806, 8068, 8828, 8099, 8699, 8351, 8575, 8444, 8576, 8877, 8356, 9584, 8524, 9795, 8718, 9536, 8549, 9416, 8626, 9214, 8292, 8920, 8388, 8165, 8588, 7690, 8699, 8452, 8679, 8754, 8553, 8231, 8648, 8278, 8509, 8240, 8308, 8500, 8476, 8520, 8590, 8213, 8024, 9621, 8449, 9585, 9454, 8771, 8963, 9778, 8443, 10164, 9287, 9082, 9320, 9554, 9543, 8805, 9379, 8629, 9118, 9032, 8959, 8093, 8953, 9228, 8839, 9059, 8509, 8935, 8400, 8892, 8248, 9875, 8096, 9266, 7875, 9088, 8018, 9210, 7896, 9363, 7856, 9272, 7815, 9528, 8559, 9465, 8452, 9471, 8713, 8955, 8647, 9406, 8905, 8659, 9169, 8906, 9479, 8662, 8668, 8709, 8700, 8041, 9649, 8671, 9810, 8386, 9418, 7915, 9407, 8077, 9577, 8324, 9501, 8045, 8787, 7994, 9002, 8277, 8774, 7921, 8896, 7935, 9146, 8481, 9326, 7946, 9351, 8196, 9162, 8510, 9203, 8319, 9075, 8017, 8802, 8085, 8738, 8234, 8791, 9285, 8790, 9313, 8785, 8806, 8507, 8969, 8080, 8827, 7921, 9080, 7902, 8988, 8204, 9295, 8823, 9523, 8341, 8672, 7948, 8545, 8241, 8722, 8713, 8171, 9455, 8195, 9320, 7874, 9065, 7971, 9343, 8071, 9513, 8453, 9480, 9066, 8819, 9048, 8682, 8915, 8951, 8415, 8455, 8862, 8236, 9247, 8616, 8712, 8790, 8118, 8793, 9221, 8290, 9411, 7899, 9673, 9781, 9861, 8722, 9907, 9494, 8077, 9234, 8011, 9494, 8707, 9304, 8382, 9887, 9048, 9739, 8664, 9715, 8369, 9805, 7971, 8884, 8167, 9258, 8008, 9254, 8267, 10138, 8434, 9585, 8139, 9366, 7973, 9475, 8153, 9450, 7975, 9659, 8283, 9073, 8177, 9103, 8149, 8635, 9669, 8512, 9850, 8827, 9190, 8588, 8633, 8760, 9734, 8461, 8721, 9020, 7904, 9124, 8086, 9027, 8276, 8847, 7928, 8625, 8646, 8239, 9225, 8469, 9826, 8193, 9518, 8624, 8950, 8346, 8447, 8801, 8639, 8350, 9686, 8636, 9227, 8134, 9197, 8250, 9128, 7830, 9536, 9008, 9563, 8390, 8762, 8024, 8945, 8648, 8589, 8964, 7987, 9087, 8000, 9393, 8517, 9269, 8692, 8696, 8428, 8715, 8052, 8807, 8711, 8904, 8627, 8498, 7997, 8919, 8717, 9481, 7983, 9402, 7917, 9367, 8100, 9254, 8055, 9468, 7888, 9226, 7858, 9087, 7920, 8836, 7938, 9165, 8244, 8978, 8931, 9215, 8297, 8761, 7943, 8528, 7960, 8278, 8612, 8905, 8083, 8615, 8107, 7926, 9143, 8109, 9085, 9475, 9085, 8663, 11110, 9136, 10151, 9609, 9561, 9070, 8333, 9029, 8865, 8496, 9562, 8534, 8908, 8494, 8373, 8473, 9009, 7956, 8995, 8192, 9167, 7934, 9103, 8001, 9660, 8129, 9496, 8306, 9450, 8844, 9367, 9041, 9368, 8827, 8655, 8671, 8808, 9428, 8556, 9925, 8477, 9494, 8653, 9435, 8112, 9359, 8441, 9360, 8604, 9033, 9340, 8993, 9138, 8925, 9600, 8930, 9229, 8560, 9578, 8152, 9454, 8671, 9353, 8312, 9259, 8577, 9767, 8632, 9297, 8451, 9104, 8622, 10035, 8669, 10048, 8545, 10321, 8042, 9776, 8354, 9035, 9852, 9246, 8640, 9560, 8603, 9231, 10153, 8440, 9971, 8660, 9982, 9559, 8545, 9613, 9654, 8931, 9830, 8868, 9855, 9146, 9466, 8878, 9534, 8435, 8904, 7983, 9553, 8648, 9704, 8569, 9511, 8085, 9129, 8143, 9305, 8584, 9735, 8213, 9366, 8763, 9504, 8490, 9101, 8263, 9621, 8359, 9092, 7977, 9121, 8050, 9311, 7796, 9094, 7805, 9122, 7955, 9205, 7913, 9407, 8487, 8948, 8380, 9061, 8337, 9232, 8800, 9103, 8851, 9113, 8581, 9367, 8323, 9443, 8370, 9360, 9056, 9394, 8759, 9689, 7890, 9591, 7928, 9556, 7933, 9133, 8000, 9401, 7997, 9563, 8259, 9443, 8277, 9325, 9554, 9216, 9168, 9059, 9699, 8921, 8426, 9905, 8225, 9652, 8407, 9192, 8547, 9767, 8583, 9766, 8454, 9361, 8355, 9321, 8972, 9178, 9595, 8263, 9905, 8126, 9446, 8426, 9121, 8142, 9614, 8329, 9672], 'WindowCenter': [4573.0, 4546.0, 4531.0, 4507.0, 4504.0, 4494.0, 4494.0, 4491.0, 4492.0, 4479.0, 4479.0, 4478.0, 4479.0, 4500.0, 4491.0, 4488.0, 4491.0, 4490.0, 4488.0, 4479.0, 4480.0, 4499.0, 4493.0, 4495.0, 4504.0, 4493.0, 4503.0, 4493.0, 4492.0, 4490.0, 4491.0, 4492.0, 4491.0, 4491.0, 4491.0, 4494.0, 4492.0, 4484.0, 4492.0, 4480.0, 4481.0, 4518.0, 4505.0, 4496.0, 4505.0, 4517.0, 4505.0, 4518.0, 4511.0, 4510.0, 4509.0, 4523.0, 4498.0, 4509.0, 4496.0, 4506.0, 4506.0, 4508.0, 4508.0, 4506.0, 4506.0, 4498.0, 4497.0, 4486.0, 4508.0, 4496.0, 4498.0, 4495.0, 4508.0, 4486.0, 4505.0, 4481.0, 4506.0, 4482.0, 4507.0, 4493.0, 4505.0, 4482.0, 4497.0, 4496.0, 4506.0, 4487.0, 4521.0, 4497.0, 4518.0, 4514.0, 4485.0, 4497.0, 4506.0, 4510.0, 4521.0, 4497.0, 4495.0, 4476.0, 4494.0, 4485.0, 4506.0, 4487.0, 4508.0, 4496.0, 4510.0, 4487.0, 4507.0, 4493.0, 4519.0, 4498.0, 4524.0, 4510.0, 4510.0, 4497.0, 4505.0, 4506.0, 4495.0, 4506.0, 4492.0, 4506.0, 4492.0, 4506.0, 4498.0, 4496.0, 4496.0, 4483.0, 4483.0, 4469.0, 4472.0, 4457.0, 4483.0, 4461.0, 4482.0, 4460.0, 4482.0, 4480.0, 4470.0, 4494.0, 4481.0, 4481.0, 4470.0, 4479.0, 4456.0, 4477.0, 4471.0, 4492.0, 4482.0, 4492.0, 4480.0, 4490.0, 4480.0, 4490.0, 4482.0, 4503.0, 4494.0, 4504.0, 4485.0, 4504.0, 4483.0, 4493.0, 4469.0, 4494.0, 4482.0, 4504.0, 4485.0, 4505.0, 4484.0, 4492.0, 4484.0, 4494.0, 4488.0, 4494.0, 4493.0, 4505.0, 4495.0, 4507.0, 4484.0, 4500.0, 4496.0, 4517.0, 4483.0, 4492.0, 4489.0, 4496.0, 4501.0, 4504.0, 4492.0, 4497.0, 4485.0, 4505.0, 4487.0, 4475.0, 4489.0, 4483.0, 4473.0, 4471.0, 4460.0, 4449.0, 4481.0, 4457.0, 4477.0, 4449.0, 4464.0, 4462.0, 4481.0, 4455.0, 4458.0, 4458.0, 4460.0, 4478.0, 4479.0, 4482.0, 4479.0, 4470.0, 4469.0, 4478.0, 4459.0, 4482.0, 4481.0, 4489.0, 4469.0, 4481.0, 4490.0, 4485.0, 4503.0, 4471.0, 4479.0, 4491.0, 4480.0, 4492.0, 4481.0, 4490.0, 4481.0, 4502.0, 4480.0, 4490.0, 4459.0, 4477.0, 4458.0, 4477.0, 4466.0, 4478.0, 4464.0, 4476.0, 4462.0, 4464.0, 4473.0, 4452.0, 4453.0, 4456.0, 4467.0, 4468.0, 4480.0, 4461.0, 4501.0, 4496.0, 4495.0, 4475.0, 4494.0, 4505.0, 4473.0, 4505.0, 4475.0, 4481.0, 4462.0, 4470.0, 4447.0, 4457.0, 4446.0, 4456.0, 4445.0, 4455.0, 4443.0, 4465.0, 4444.0, 4465.0, 4444.0, 4465.0, 4467.0, 4478.0, 4459.0, 4480.0, 4460.0, 4491.0, 4483.0, 4491.0, 4493.0, 4492.0, 4491.0, 4495.0, 4483.0, 4498.0, 4485.0, 4508.0, 4489.0, 4507.0, 4480.0, 4504.0, 4483.0, 4492.0, 4483.0, 4481.0, 4492.0, 4478.0, 4478.0, 4486.0, 4476.0, 4465.0, 4476.0, 4463.0, 4475.0, 4463.0, 4475.0, 4465.0, 4477.0, 4466.0, 4477.0, 4466.0, 4473.0, 4465.0, 4478.0, 4467.0, 4477.0, 4475.0, 4478.0, 4479.0, 4502.0, 4499.0, 4491.0, 4500.0, 4504.0, 4511.0, 4504.0, 4511.0, 4505.0, 4513.0, 4514.0, 4524.0, 4517.0, 4518.0, 4506.0, 4506.0, 4516.0, 4495.0, 4505.0, 4493.0, 4494.0, 4494.0, 4494.0, 4492.0, 4493.0, 4493.0, 4490.0, 4482.0, 4481.0, 4492.0, 4480.0, 4492.0, 4491.0, 4479.0, 4472.0, 4494.0, 4485.0, 4505.0, 4504.0, 4503.0, 4508.0, 4521.0, 4499.0, 4517.0, 4522.0, 4521.0, 4521.0, 4515.0, 4517.0, 4507.0, 4508.0, 4498.0, 4506.0, 4497.0, 4495.0, 4486.0, 4493.0, 4496.0, 4494.0, 4497.0, 4484.0, 4493.0, 4483.0, 4495.0, 4480.0, 4505.0, 4483.0, 4507.0, 4485.0, 4495.0, 4484.0, 4495.0, 4483.0, 4498.0, 4483.0, 4497.0, 4476.0, 4505.0, 4492.0, 4507.0, 4488.0, 4505.0, 4482.0, 4493.0, 4484.0, 4494.0, 4493.0, 4483.0, 4495.0, 4495.0, 4507.0, 4494.0, 4494.0, 4494.0, 4494.0, 4481.0, 4506.0, 4491.0, 4508.0, 4486.0, 4507.0, 4487.0, 4506.0, 4484.0, 4509.0, 4482.0, 4507.0, 4499.0, 4509.0, 4484.0, 4503.0, 4494.0, 4493.0, 4483.0, 4494.0, 4484.0, 4506.0, 4497.0, 4508.0, 4486.0, 4505.0, 4481.0, 4497.0, 4494.0, 4505.0, 4496.0, 4497.0, 4484.0, 4492.0, 4483.0, 4491.0, 4484.0, 4495.0, 4497.0, 4491.0, 4506.0, 4494.0, 4496.0, 4494.0, 4494.0, 4482.0, 4494.0, 4484.0, 4496.0, 4483.0, 4495.0, 4483.0, 4506.0, 4492.0, 4505.0, 4481.0, 4493.0, 4482.0, 4481.0, 4483.0, 4482.0, 4494.0, 4495.0, 4509.0, 4483.0, 4505.0, 4483.0, 4503.0, 4483.0, 4504.0, 4488.0, 4507.0, 4494.0, 4514.0, 4505.0, 4507.0, 4509.0, 4506.0, 4508.0, 4506.0, 4499.0, 4496.0, 4506.0, 4497.0, 4508.0, 4497.0, 4497.0, 4495.0, 4484.0, 4496.0, 4504.0, 4483.0, 4493.0, 4485.0, 4510.0, 4508.0, 4510.0, 4496.0, 4507.0, 4518.0, 4499.0, 4512.0, 4487.0, 4507.0, 4490.0, 4498.0, 4488.0, 4509.0, 4486.0, 4508.0, 4482.0, 4502.0, 4487.0, 4508.0, 4487.0, 4498.0, 4481.0, 4495.0, 4475.0, 4493.0, 4483.0, 4517.0, 4486.0, 4507.0, 4485.0, 4496.0, 4477.0, 4495.0, 4475.0, 4505.0, 4475.0, 4495.0, 4484.0, 4493.0, 4483.0, 4493.0, 4474.0, 4483.0, 4496.0, 4484.0, 4507.0, 4495.0, 4496.0, 4496.0, 4506.0, 4494.0, 4507.0, 4495.0, 4497.0, 4504.0, 4485.0, 4503.0, 4487.0, 4494.0, 4484.0, 4494.0, 4485.0, 4483.0, 4482.0, 4469.0, 4494.0, 4472.0, 4495.0, 4471.0, 4493.0, 4481.0, 4482.0, 4483.0, 4495.0, 4520.0, 4521.0, 4508.0, 4519.0, 4505.0, 4521.0, 4498.0, 4519.0, 4482.0, 4506.0, 4478.0, 4504.0, 4494.0, 4494.0, 4483.0, 4483.0, 4476.0, 4483.0, 4483.0, 4481.0, 4483.0, 4471.0, 4481.0, 4472.0, 4493.0, 4483.0, 4494.0, 4484.0, 4481.0, 4470.0, 4480.0, 4471.0, 4494.0, 4498.0, 4492.0, 4494.0, 4494.0, 4484.0, 4504.0, 4497.0, 4505.0, 4483.0, 4495.0, 4485.0, 4504.0, 4485.0, 4505.0, 4484.0, 4509.0, 4486.0, 4508.0, 4487.0, 4494.0, 4483.0, 4493.0, 4482.0, 4507.0, 4483.0, 4494.0, 4494.0, 4506.0, 4497.0, 4494.0, 4483.0, 4493.0, 4481.0, 4483.0, 4497.0, 4494.0, 4484.0, 4481.0, 4481.0, 4485.0, 4504.0, 4482.0, 4495.0, 4503.0, 4497.0, 4494.0, 4523.0, 4506.0, 4514.0, 4520.0, 4519.0, 4508.0, 4496.0, 4496.0, 4495.0, 4483.0, 4509.0, 4486.0, 4494.0, 4479.0, 4483.0, 4482.0, 4495.0, 4472.0, 4493.0, 4472.0, 4493.0, 4474.0, 4493.0, 4473.0, 4506.0, 4486.0, 4506.0, 4483.0, 4504.0, 4495.0, 4493.0, 4488.0, 4493.0, 4494.0, 4494.0, 4492.0, 4494.0, 4506.0, 4492.0, 4508.0, 4484.0, 4510.0, 4491.0, 4504.0, 4488.0, 4506.0, 4499.0, 4511.0, 4498.0, 4509.0, 4505.0, 4508.0, 4507.0, 4507.0, 4509.0, 4508.0, 4509.0, 4495.0, 4520.0, 4500.0, 4521.0, 4509.0, 4524.0, 4497.0, 4510.0, 4498.0, 4519.0, 4498.0, 4508.0, 4497.0, 4498.0, 4494.0, 4511.0, 4487.0, 4509.0, 4483.0, 4506.0, 4486.0, 4509.0, 4488.0, 4505.0, 4519.0, 4512.0, 4501.0, 4499.0, 4486.0, 4497.0, 4506.0, 4475.0, 4495.0, 4483.0, 4491.0, 4484.0, 4468.0, 4479.0, 4481.0, 4472.0, 4481.0, 4471.0, 4482.0, 4479.0, 4481.0, 4483.0, 4494.0, 4475.0, 4485.0, 4469.0, 4495.0, 4486.0, 4497.0, 4482.0, 4495.0, 4473.0, 4495.0, 4476.0, 4493.0, 4487.0, 4507.0, 4486.0, 4497.0, 4486.0, 4494.0, 4486.0, 4493.0, 4485.0, 4520.0, 4484.0, 4495.0, 4482.0, 4505.0, 4486.0, 4505.0, 4474.0, 4494.0, 4473.0, 4492.0, 4473.0, 4494.0, 4486.0, 4496.0, 4494.0, 4497.0, 4483.0, 4494.0, 4484.0, 4494.0, 4495.0, 4494.0, 4494.0, 4495.0, 4484.0, 4495.0, 4483.0, 4494.0, 4486.0, 4494.0, 4495.0, 4496.0, 4483.0, 4494.0, 4471.0, 4491.0, 4483.0, 4496.0, 4471.0, 4493.0, 4472.0, 4484.0, 4472.0, 4493.0, 4484.0, 4493.0, 4475.0, 4483.0, 4481.0, 4496.0, 4492.0, 4483.0, 4495.0, 4485.0, 4484.0, 4508.0, 4488.0, 4507.0, 4485.0, 4499.0, 4484.0, 4498.0, 4483.0, 4495.0, 4472.0, 4495.0, 4473.0, 4484.0, 4482.0, 4482.0, 4493.0, 4472.0, 4494.0, 4474.0, 4493.0, 4473.0, 4493.0, 4469.0, 4504.0, 4485.0, 4505.0], 'WindowWidth': [10057.0, 10001.0, 9968.0, 9926.0, 9919.0, 9900.0, 9898.0, 9890.0, 9893.0, 9871.0, 9870.0, 9868.0, 9870.0, 9899.0, 9888.0, 9884.0, 9891.0, 9888.0, 9883.0, 9870.0, 9872.0, 9900.0, 9895.0, 9899.0, 9909.0, 9895.0, 9909.0, 9896.0, 9893.0, 9888.0, 9890.0, 9893.0, 9888.0, 9889.0, 9889.0, 9897.0, 9892.0, 9881.0, 9891.0, 9875.0, 9875.0, 9940.0, 9918.0, 9904.0, 9914.0, 9934.0, 9912.0, 9932.0, 9926.0, 9923.0, 9921.0, 9943.0, 9905.0, 9920.0, 9900.0, 9913.0, 9912.0, 9918.0, 9915.0, 9911.0, 9909.0, 9901.0, 9900.0, 9884.0, 9914.0, 9898.0, 9901.0, 9894.0, 9914.0, 9881.0, 9908.0, 9871.0, 9912.0, 9875.0, 9915.0, 9891.0, 9910.0, 9875.0, 9899.0, 9896.0, 9910.0, 9886.0, 9940.0, 9900.0, 9935.0, 9921.0, 9881.0, 9897.0, 9914.0, 9926.0, 9940.0, 9901.0, 9895.0, 9869.0, 9892.0, 9878.0, 9910.0, 9884.0, 9916.0, 9899.0, 9922.0, 9886.0, 9913.0, 9891.0, 9932.0, 9903.0, 9948.0, 9925.0, 9921.0, 9903.0, 9909.0, 9913.0, 9894.0, 9910.0, 9887.0, 9910.0, 9889.0, 9910.0, 9902.0, 9897.0, 9894.0, 9872.0, 9873.0, 9847.0, 9853.0, 9829.0, 9867.0, 9835.0, 9866.0, 9834.0, 9868.0, 9862.0, 9851.0, 9887.0, 9869.0, 9871.0, 9850.0, 9862.0, 9828.0, 9859.0, 9854.0, 9884.0, 9869.0, 9885.0, 9867.0, 9882.0, 9867.0, 9880.0, 9870.0, 9904.0, 9891.0, 9906.0, 9880.0, 9905.0, 9877.0, 9889.0, 9851.0, 9890.0, 9873.0, 9906.0, 9879.0, 9905.0, 9878.0, 9888.0, 9877.0, 9890.0, 9876.0, 9891.0, 9889.0, 9910.0, 9894.0, 9913.0, 9881.0, 9905.0, 9894.0, 9931.0, 9876.0, 9891.0, 9885.0, 9892.0, 9906.0, 9909.0, 9890.0, 9899.0, 9880.0, 9906.0, 9882.0, 9862.0, 9875.0, 9869.0, 9857.0, 9849.0, 9832.0, 9814.0, 9857.0, 9824.0, 9850.0, 9815.0, 9832.0, 9836.0, 9859.0, 9817.0, 9824.0, 9825.0, 9831.0, 9854.0, 9858.0, 9866.0, 9858.0, 9848.0, 9842.0, 9852.0, 9827.0, 9867.0, 9866.0, 9874.0, 9847.0, 9865.0, 9877.0, 9880.0, 9899.0, 9851.0, 9858.0, 9878.0, 9865.0, 9883.0, 9866.0, 9878.0, 9868.0, 9899.0, 9865.0, 9882.0, 9835.0, 9856.0, 9829.0, 9855.0, 9843.0, 9861.0, 9838.0, 9858.0, 9835.0, 9838.0, 9849.0, 9819.0, 9819.0, 9827.0, 9841.0, 9842.0, 9861.0, 9836.0, 9895.0, 9895.0, 9892.0, 9860.0, 9887.0, 9905.0, 9861.0, 9907.0, 9864.0, 9865.0, 9840.0, 9844.0, 9808.0, 9822.0, 9804.0, 9818.0, 9803.0, 9816.0, 9800.0, 9832.0, 9802.0, 9831.0, 9802.0, 9832.0, 9838.0, 9855.0, 9831.0, 9862.0, 9835.0, 9878.0, 9872.0, 9884.0, 9889.0, 9885.0, 9883.0, 9890.0, 9874.0, 9899.0, 9877.0, 9915.0, 9890.0, 9913.0, 9869.0, 9902.0, 9871.0, 9886.0, 9873.0, 9873.0, 9892.0, 9867.0, 9863.0, 9874.0, 9858.0, 9844.0, 9857.0, 9836.0, 9855.0, 9836.0, 9856.0, 9841.0, 9862.0, 9843.0, 9860.0, 9843.0, 9852.0, 9841.0, 9863.0, 9847.0, 9861.0, 9858.0, 9865.0, 9869.0, 9907.0, 9899.0, 9888.0, 9899.0, 9910.0, 9917.0, 9913.0, 9919.0, 9916.0, 9924.0, 9929.0, 9943.0, 9937.0, 9938.0, 9920.0, 9919.0, 9933.0, 9902.0, 9914.0, 9894.0, 9897.0, 9895.0, 9895.0, 9890.0, 9892.0, 9893.0, 9885.0, 9874.0, 9873.0, 9889.0, 9869.0, 9888.0, 9884.0, 9867.0, 9858.0, 9888.0, 9877.0, 9907.0, 9906.0, 9913.0, 9917.0, 9937.0, 9905.0, 9930.0, 9944.0, 9945.0, 9941.0, 9925.0, 9928.0, 9914.0, 9917.0, 9902.0, 9913.0, 9900.0, 9895.0, 9882.0, 9888.0, 9894.0, 9892.0, 9897.0, 9878.0, 9888.0, 9875.0, 9894.0, 9872.0, 9907.0, 9878.0, 9913.0, 9882.0, 9896.0, 9879.0, 9894.0, 9876.0, 9900.0, 9876.0, 9897.0, 9867.0, 9906.0, 9889.0, 9913.0, 9886.0, 9906.0, 9872.0, 9888.0, 9875.0, 9891.0, 9889.0, 9875.0, 9895.0, 9893.0, 9914.0, 9893.0, 9893.0, 9894.0, 9893.0, 9871.0, 9909.0, 9885.0, 9914.0, 9884.0, 9912.0, 9886.0, 9910.0, 9879.0, 9916.0, 9874.0, 9914.0, 9906.0, 9924.0, 9882.0, 9907.0, 9894.0, 9894.0, 9879.0, 9896.0, 9879.0, 9913.0, 9900.0, 9916.0, 9884.0, 9909.0, 9874.0, 9900.0, 9892.0, 9908.0, 9899.0, 9899.0, 9878.0, 9888.0, 9877.0, 9886.0, 9879.0, 9895.0, 9899.0, 9886.0, 9909.0, 9891.0, 9897.0, 9892.0, 9892.0, 9874.0, 9894.0, 9879.0, 9897.0, 9877.0, 9895.0, 9879.0, 9913.0, 9889.0, 9908.0, 9873.0, 9891.0, 9874.0, 9870.0, 9875.0, 9874.0, 9891.0, 9897.0, 9918.0, 9878.0, 9907.0, 9877.0, 9906.0, 9877.0, 9908.0, 9888.0, 9914.0, 9894.0, 9923.0, 9910.0, 9915.0, 9920.0, 9917.0, 9917.0, 9914.0, 9907.0, 9899.0, 9915.0, 9902.0, 9918.0, 9903.0, 9900.0, 9894.0, 9881.0, 9899.0, 9906.0, 9873.0, 9887.0, 9881.0, 9918.0, 9914.0, 9919.0, 9897.0, 9913.0, 9931.0, 9905.0, 9926.0, 9886.0, 9912.0, 9889.0, 9897.0, 9887.0, 9913.0, 9879.0, 9911.0, 9871.0, 9902.0, 9886.0, 9915.0, 9886.0, 9902.0, 9871.0, 9892.0, 9865.0, 9890.0, 9875.0, 9925.0, 9883.0, 9910.0, 9880.0, 9896.0, 9870.0, 9891.0, 9867.0, 9908.0, 9865.0, 9893.0, 9876.0, 9888.0, 9875.0, 9886.0, 9862.0, 9874.0, 9893.0, 9876.0, 9911.0, 9892.0, 9896.0, 9898.0, 9912.0, 9897.0, 9913.0, 9897.0, 9899.0, 9909.0, 9881.0, 9904.0, 9885.0, 9890.0, 9879.0, 9891.0, 9878.0, 9873.0, 9870.0, 9849.0, 9889.0, 9858.0, 9889.0, 9853.0, 9885.0, 9866.0, 9871.0, 9876.0, 9896.0, 9938.0, 9944.0, 9922.0, 9935.0, 9912.0, 9938.0, 9906.0, 9934.0, 9875.0, 9912.0, 9873.0, 9905.0, 9891.0, 9890.0, 9873.0, 9874.0, 9864.0, 9871.0, 9872.0, 9866.0, 9870.0, 9853.0, 9868.0, 9855.0, 9887.0, 9874.0, 9889.0, 9873.0, 9869.0, 9853.0, 9864.0, 9855.0, 9888.0, 9902.0, 9888.0, 9892.0, 9895.0, 9882.0, 9909.0, 9903.0, 9910.0, 9877.0, 9893.0, 9880.0, 9905.0, 9880.0, 9908.0, 9879.0, 9918.0, 9882.0, 9914.0, 9883.0, 9891.0, 9875.0, 9890.0, 9873.0, 9912.0, 9877.0, 9894.0, 9894.0, 9911.0, 9898.0, 9894.0, 9879.0, 9889.0, 9870.0, 9877.0, 9898.0, 9891.0, 9878.0, 9872.0, 9871.0, 9884.0, 9905.0, 9872.0, 9892.0, 9900.0, 9897.0, 9892.0, 9930.0, 9911.0, 9922.0, 9937.0, 9933.0, 9917.0, 9898.0, 9898.0, 9894.0, 9876.0, 9915.0, 9881.0, 9888.0, 9865.0, 9873.0, 9871.0, 9891.0, 9857.0, 9888.0, 9858.0, 9888.0, 9862.0, 9889.0, 9861.0, 9908.0, 9881.0, 9908.0, 9874.0, 9904.0, 9891.0, 9889.0, 9877.0, 9888.0, 9892.0, 9892.0, 9889.0, 9892.0, 9911.0, 9891.0, 9916.0, 9879.0, 9919.0, 9887.0, 9907.0, 9888.0, 9914.0, 9905.0, 9924.0, 9902.0, 9920.0, 9911.0, 9917.0, 9913.0, 9913.0, 9917.0, 9917.0, 9919.0, 9898.0, 9934.0, 9909.0, 9938.0, 9920.0, 9944.0, 9902.0, 9923.0, 9903.0, 9932.0, 9903.0, 9917.0, 9901.0, 9900.0, 9893.0, 9919.0, 9883.0, 9915.0, 9874.0, 9907.0, 9880.0, 9914.0, 9887.0, 9908.0, 9936.0, 9925.0, 9906.0, 9900.0, 9881.0, 9897.0, 9907.0, 9864.0, 9889.0, 9870.0, 9877.0, 9870.0, 9844.0, 9856.0, 9860.0, 9850.0, 9863.0, 9850.0, 9865.0, 9860.0, 9865.0, 9868.0, 9886.0, 9862.0, 9876.0, 9851.0, 9890.0, 9880.0, 9895.0, 9870.0, 9891.0, 9860.0, 9891.0, 9865.0, 9888.0, 9883.0, 9910.0, 9879.0, 9894.0, 9876.0, 9887.0, 9880.0, 9890.0, 9876.0, 9936.0, 9878.0, 9897.0, 9873.0, 9907.0, 9883.0, 9907.0, 9863.0, 9890.0, 9860.0, 9887.0, 9860.0, 9891.0, 9882.0, 9896.0, 9890.0, 9899.0, 9875.0, 9892.0, 9878.0, 9890.0, 9891.0, 9892.0, 9890.0, 9893.0, 9878.0, 9894.0, 9875.0, 9891.0, 9879.0, 9889.0, 9893.0, 9895.0, 9873.0, 9888.0, 9854.0, 9882.0, 9877.0, 9893.0, 9855.0, 9885.0, 9855.0, 9874.0, 9854.0, 9885.0, 9875.0, 9885.0, 9862.0, 9871.0, 9864.0, 9892.0, 9885.0, 9872.0, 9887.0, 9877.0, 9876.0, 9913.0, 9886.0, 9911.0, 9879.0, 9899.0, 9874.0, 9895.0, 9871.0, 9890.0, 9855.0, 9888.0, 9858.0, 9873.0, 9868.0, 9868.0, 9886.0, 9854.0, 9887.0, 9861.0, 9886.0, 9858.0, 9886.0, 9852.0, 9903.0, 9879.0, 9906.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.0013037011494252875</td></tr>
<tr><td colspan=3>aqi</td><td>0.020063282068965516</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.4889276174223</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.21461199447641</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0228273310586895</td></tr>
<tr><td colspan=3>efc</td><td>0.4552</td></tr>
<tr><td colspan=3>fber</td><td>7638.0054</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11480740692091869</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.954022988505747</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4129445519116235</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4042921244953908</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.649326755016946</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.185214776222533</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155644</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018497025594115257</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028806429356336594</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.93141420957308</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>28.6836</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8653</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.797</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306987.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>946.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.9563</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3329</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.3956</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3764.6473</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1347.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4948.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1007.7726</td></tr>
<tr><td colspan=3>tsnr</td><td>43.5579524114728</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>