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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-01_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-01_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-0112/ses-03/func/sub-0112_ses-03_task-social_acq-mb8_run-01_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>15fc832cac87bf896482d3c37a6b32cd</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:58:21.482500</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.990884, 0.0891463, 0.101006, -0.0851229, 0.995422, -0.0434753]</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-01_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.077383</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7797, -7274, 190, -156, -140, -154, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.439</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f71978b8-c9d0-494a-98d7-84030c7fd1c8||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.658468723297119, -0.22837845981121063, 0.2819322943687439, 117.1225357055664], [-0.2391730397939682, 2.6706430912017822, -0.09309882670640945, -88.25395965576172], [0.27099213004112244, 0.1166410818696022, 2.6836256980895996, -97.76757049560547], [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': ['185821.482500', '185821.942500', '185822.402500', '185822.862500', '185823.322500', '185823.782500', '185824.242500', '185824.702500', '185825.162500', '185825.622500', '185826.082500', '185826.542500', '185827.002500', '185827.462500', '185827.922500', '185828.382500', '185828.842500', '185829.302500', '185829.762500', '185830.222500', '185830.682500', '185831.142500', '185831.602500', '185832.062500', '185832.522500', '185832.982500', '185833.442500', '185833.902500', '185834.362500', '185834.822500', '185835.282500', '185835.742500', '185836.202500', '185836.662500', '185837.122500', '185837.582500', '185838.042500', '185838.502500', '185838.962500', '185839.422500', '185839.882500', '185840.342500', '185840.802500', '185841.262500', '185841.722500', '185842.182500', '185842.642500', '185843.102500', '185843.562500', '185844.022500', '185844.482500', '185844.942500', '185845.402500', '185845.862500', '185846.322500', '185846.782500', '185847.242500', '185847.702500', '185848.162500', '185848.622500', '185849.082500', '185849.542500', '185850.002500', '185850.462500', '185850.922500', '185851.382500', '185851.842500', '185852.302500', '185852.762500', '185853.222500', '185853.682500', '185854.142500', '185854.602500', '185855.062500', '185855.522500', '185855.982500', '185856.442500', '185856.902500', '185857.362500', '185857.822500', '185858.282500', '185858.742500', '185859.202500', '185859.662500', '185900.122500', '185900.582500', '185901.042500', '185901.502500', '185901.962500', '185902.422500', '185902.882500', '185903.342500', '185903.802500', '185904.262500', '185904.722500', '185905.182500', '185905.642500', '185906.102500', '185906.562500', '185907.022500', '185907.482500', '185907.942500', '185908.402500', '185908.862500', '185909.322500', '185909.782500', '185910.242500', '185910.702500', '185911.162500', '185911.622500', '185912.082500', '185912.542500', '185913.002500', '185913.462500', '185913.922500', '185914.382500', '185914.842500', '185915.302500', '185915.762500', '185916.222500', '185916.682500', '185917.142500', '185917.602500', '185918.062500', '185918.522500', '185918.982500', '185919.442500', '185919.902500', '185920.362500', '185920.822500', '185921.282500', '185921.742500', '185922.202500', '185922.662500', '185923.122500', '185923.582500', '185924.042500', '185924.502500', '185924.962500', '185925.422500', '185925.882500', '185926.342500', '185926.802500', '185927.262500', '185927.722500', '185928.182500', '185928.642500', '185929.102500', '185929.562500', '185930.022500', '185930.482500', '185930.942500', '185931.402500', '185931.862500', '185932.322500', '185932.782500', '185933.242500', '185933.702500', '185934.162500', '185934.622500', '185935.082500', '185935.542500', '185936.002500', '185936.462500', '185936.922500', '185937.382500', '185937.842500', '185938.302500', '185938.762500', '185939.222500', '185939.682500', '185940.142500', '185940.602500', '185941.062500', '185941.522500', '185941.982500', '185942.442500', '185942.902500', '185943.362500', '185943.822500', '185944.282500', '185944.742500', '185945.202500', '185945.662500', '185946.122500', '185946.582500', '185947.042500', '185947.502500', '185947.962500', '185948.422500', '185948.882500', '185949.342500', '185949.802500', '185950.262500', '185950.722500', '185951.182500', '185951.642500', '185952.102500', '185952.562500', '185953.022500', '185953.482500', '185953.942500', '185954.402500', '185954.862500', '185955.322500', '185955.782500', '185956.242500', '185956.702500', '185957.162500', '185957.622500', '185958.082500', '185958.542500', '185959.002500', '185959.462500', '185959.922500', '190000.382500', '190000.842500', '190001.302500', '190001.762500', '190002.222500', '190002.682500', '190003.142500', '190003.602500', '190004.062500', '190004.522500', '190004.982500', '190005.442500', '190005.902500', '190006.362500', '190006.822500', '190007.282500', '190007.742500', '190008.202500', '190008.662500', '190009.122500', '190009.582500', '190010.042500', '190010.502500', '190010.962500', '190011.422500', '190011.882500', '190012.342500', '190012.802500', '190013.262500', '190013.722500', '190014.182500', '190014.642500', '190015.102500', '190015.562500', '190016.022500', '190016.482500', '190016.942500', '190017.402500', '190017.862500', '190018.322500', '190018.782500', '190019.242500', '190019.702500', '190020.162500', '190020.622500', '190021.082500', '190021.542500', '190022.002500', '190022.462500', '190022.922500', '190023.382500', '190023.842500', '190024.302500', '190024.762500', '190025.222500', '190025.682500', '190026.142500', '190026.602500', '190027.062500', '190027.522500', '190027.982500', '190028.442500', '190028.902500', '190029.362500', '190029.822500', '190030.282500', '190030.742500', '190031.202500', '190031.662500', '190032.122500', '190032.582500', '190033.042500', '190033.502500', '190033.962500', '190034.422500', '190034.882500', '190035.342500', '190035.802500', '190036.262500', '190036.722500', '190037.182500', '190037.642500', '190038.102500', '190038.562500', '190039.022500', '190039.482500', '190039.942500', '190040.402500', '190040.862500', '190041.322500', '190041.782500', '190042.242500', '190042.702500', '190043.162500', '190043.622500', '190044.082500', '190044.542500', '190045.002500', '190045.462500', '190045.922500', '190046.382500', '190046.842500', '190047.302500', '190047.762500', '190048.222500', '190048.682500', '190049.142500', '190049.602500', '190050.062500', '190050.522500', '190050.982500', '190051.442500', '190051.902500', '190052.362500', '190052.822500', '190053.282500', '190053.742500', '190054.202500', '190054.662500', '190055.122500', '190055.582500', '190056.042500', '190056.502500', '190056.962500', '190057.422500', '190057.882500', '190058.342500', '190058.802500', '190059.262500', '190059.722500', '190100.182500', '190100.642500', '190101.102500', '190101.562500', '190102.022500', '190102.482500', '190102.942500', '190103.402500', '190103.862500', '190104.322500', '190104.782500', '190105.242500', '190105.702500', '190106.162500', '190106.622500', '190107.082500', '190107.542500', '190108.002500', '190108.462500', '190108.922500', '190109.382500', '190109.842500', '190110.302500', '190110.762500', '190111.222500', '190111.682500', '190112.142500', '190112.602500', '190113.062500', '190113.522500', '190113.982500', '190114.442500', '190114.902500', '190115.362500', '190115.822500', '190116.282500', '190116.742500', '190117.202500', '190117.662500', '190118.122500', '190118.582500', '190119.042500', '190119.502500', '190119.962500', '190120.422500', '190120.882500', '190121.342500', '190121.802500', '190122.262500', '190122.722500', '190123.182500', '190123.642500', '190124.102500', '190124.562500', '190125.022500', '190125.482500', '190125.942500', '190126.402500', '190126.862500', '190127.322500', '190127.782500', '190128.242500', '190128.702500', '190129.162500', '190129.622500', '190130.082500', '190130.542500', '190131.002500', '190131.462500', '190131.922500', '190132.382500', '190132.842500', '190133.302500', '190133.762500', '190134.222500', '190134.682500', '190135.142500', '190135.602500', '190136.062500', '190136.522500', '190136.982500', '190137.442500', '190137.902500', '190138.362500', '190138.822500', '190139.282500', '190139.742500', '190140.202500', '190140.662500', '190141.122500', '190141.582500', '190142.042500', '190142.502500', '190142.962500', '190143.422500', '190143.882500', '190144.342500', '190144.802500', '190145.262500', '190145.722500', '190146.182500', '190146.642500', '190147.102500', '190147.562500', '190148.022500', '190148.482500', '190148.942500', '190149.402500', '190149.862500', '190150.322500', '190150.782500', '190151.242500', '190151.702500', '190152.162500', '190152.622500', '190153.082500', '190153.542500', '190154.002500', '190154.462500', '190154.922500', '190155.382500', '190155.842500', '190156.302500', '190156.762500', '190157.222500', '190157.682500', '190158.142500', '190158.602500', '190159.062500', '190159.522500', '190159.982500', '190200.442500', '190200.902500', '190201.362500', '190201.822500', '190202.282500', '190202.742500', '190203.202500', '190203.662500', '190204.122500', '190204.582500', '190205.042500', '190205.502500', '190205.962500', '190206.422500', '190206.882500', '190207.342500', '190207.802500', '190208.262500', '190208.722500', '190209.182500', '190209.642500', '190210.102500', '190210.562500', '190211.022500', '190211.482500', '190211.942500', '190212.402500', '190212.862500', '190213.322500', '190213.782500', '190214.242500', '190214.702500', '190215.162500', '190215.622500', '190216.082500', '190216.542500', '190217.002500', '190217.462500', '190217.922500', '190218.382500', '190218.842500', '190219.302500', '190219.762500', '190220.222500', '190220.682500', '190221.142500', '190221.602500', '190222.062500', '190222.522500', '190222.982500', '190223.442500', '190223.902500', '190224.362500', '190224.822500', '190225.282500', '190225.742500', '190226.202500', '190226.662500', '190227.122500', '190227.582500', '190228.042500', '190228.502500', '190228.962500', '190229.422500', '190229.882500', '190230.342500', '190230.802500', '190231.262500', '190231.722500', '190232.182500', '190232.642500', '190233.102500', '190233.562500', '190234.022500', '190234.482500', '190234.942500', '190235.402500', '190235.862500', '190236.322500', '190236.782500', '190237.242500', '190237.702500', '190238.162500', '190238.622500', '190239.082500', '190239.542500', '190240.002500', '190240.462500', '190240.922500', '190241.382500', '190241.842500', '190242.302500', '190242.762500', '190243.222500', '190243.682500', '190244.142500', '190244.602500', '190245.062500', '190245.522500', '190245.982500', '190246.442500', '190246.902500', '190247.362500', '190247.822500', '190248.282500', '190248.742500', '190249.202500', '190249.662500', '190250.122500', '190250.582500', '190251.042500', '190251.502500', '190251.962500', '190252.422500', '190252.882500', '190253.342500', '190253.802500', '190254.262500', '190254.722500', '190255.182500', '190255.642500', '190256.102500', '190256.562500', '190257.022500', '190257.482500', '190257.942500', '190258.402500', '190258.862500', '190259.322500', '190259.782500', '190300.242500', '190300.702500', '190301.162500', '190301.622500', '190302.082500', '190302.542500', '190303.002500', '190303.462500', '190303.922500', '190304.382500', '190304.842500', '190305.302500', '190305.762500', '190306.222500', '190306.682500', '190307.142500', '190307.602500', '190308.062500', '190308.522500', '190308.982500', '190309.442500', '190309.902500', '190310.362500', '190310.822500', '190311.282500', '190311.742500', '190312.202500', '190312.662500', '190313.122500', '190313.582500', '190314.042500', '190314.502500', '190314.962500', '190315.422500', '190315.882500', '190316.342500', '190316.802500', '190317.262500', '190317.722500', '190318.182500', '190318.642500', '190319.102500', '190319.562500', '190320.022500', '190320.482500', '190320.942500', '190321.402500', '190321.862500', '190322.322500', '190322.782500', '190323.242500', '190323.702500', '190324.162500', '190324.622500', '190325.082500', '190325.542500', '190326.002500', '190326.462500', '190326.922500', '190327.382500', '190327.842500', '190328.302500', '190328.762500', '190329.222500', '190329.682500', '190330.142500', '190330.602500', '190331.062500', '190331.522500', '190331.982500', '190332.442500', '190332.902500', '190333.362500', '190333.822500', '190334.282500', '190334.742500', '190335.202500', '190335.662500', '190336.122500', '190336.582500', '190337.042500', '190337.502500', '190337.962500', '190338.422500', '190338.882500', '190339.342500', '190339.802500', '190340.262500', '190340.722500', '190341.182500', '190341.642500', '190342.102500', '190342.562500', '190343.022500', '190343.482500', '190343.942500', '190344.402500', '190344.862500', '190345.322500', '190345.782500', '190346.242500', '190346.702500', '190347.162500', '190347.622500', '190348.082500', '190348.542500', '190349.002500', '190349.462500', '190349.922500', '190350.382500', '190350.842500', '190351.302500', '190351.762500', '190352.222500', '190352.682500', '190353.142500', '190353.602500', '190354.062500', '190354.522500', '190354.982500', '190355.442500', '190355.902500', '190356.362500', '190356.822500', '190357.282500', '190357.742500', '190358.202500', '190358.662500', '190359.122500', '190359.582500', '190400.042500', '190400.502500', '190400.962500', '190401.422500', '190401.882500', '190402.342500', '190402.802500', '190403.262500', '190403.722500', '190404.182500', '190404.642500', '190405.102500', '190405.562500', '190406.022500', '190406.482500', '190406.942500', '190407.402500', '190407.862500', '190408.322500', '190408.782500', '190409.242500', '190409.702500', '190410.162500', '190410.622500', '190411.082500', '190411.542500', '190412.002500', '190412.462500', '190412.922500', '190413.382500', '190413.842500', '190414.302500', '190414.762500', '190415.222500', '190415.682500', '190416.142500', '190416.602500', '190417.062500', '190417.522500', '190417.982500', '190418.442500', '190418.902500', '190419.362500', '190419.822500', '190420.282500', '190420.742500', '190421.202500', '190421.662500', '190422.122500', '190422.582500', '190423.042500', '190423.502500', '190423.962500', '190424.422500', '190424.882500', '190425.342500', '190425.802500', '190426.262500', '190426.722500', '190427.182500', '190427.642500', '190428.102500', '190428.562500', '190429.022500', '190429.482500', '190429.942500', '190430.402500', '190430.862500', '190431.322500', '190431.782500', '190432.242500', '190432.702500', '190433.162500', '190433.622500', '190434.082500', '190434.542500', '190435.002500', '190435.462500', '190435.922500', '190436.382500', '190436.842500', '190437.302500', '190437.762500', '190438.222500', '190438.682500', '190439.142500', '190439.602500', '190440.062500', '190440.522500', '190440.982500', '190441.442500', '190441.902500', '190442.362500', '190442.822500', '190443.282500', '190443.742500', '190444.202500', '190444.662500', '190445.122500', '190445.582500', '190446.042500', '190446.502500', '190446.962500', '190447.422500', '190447.882500', '190448.342500', '190448.802500', '190449.262500', '190449.722500', '190450.182500', '190450.642500', '190451.102500', '190451.562500', '190452.022500', '190452.482500', '190452.942500', '190453.402500', '190453.862500', '190454.322500', '190454.782500', '190455.242500', '190455.702500', '190456.162500', '190456.622500', '190457.082500', '190457.542500', '190458.002500', '190458.462500', '190458.922500', '190459.382500', '190459.842500', '190500.302500', '190500.762500', '190501.222500', '190501.682500', '190502.142500'], 'ContentTime': ['185846.455000', '185846.458000', '185846.460000', '185846.463000', '185846.465000', '185846.468000', '185846.471000', '185846.473000', '185846.476000', '185846.478000', '185846.481000', '185846.483000', '185846.486000', '185846.489000', '185846.491000', '185846.494000', '185846.497000', '185846.500000', '185846.503000', '185846.505000', '185846.508000', '185846.511000', '185846.513000', '185846.516000', '185846.518000', '185846.521000', '185846.523000', '185846.526000', '185846.529000', '185846.531000', '185846.534000', '185846.536000', '185846.539000', '185846.541000', '185846.544000', '185846.546000', '185846.549000', '185846.558000', '185846.560000', '185846.563000', '185846.565000', '185846.568000', '185846.571000', '185846.573000', '185846.576000', '185846.578000', '185846.581000', '185846.583000', '185846.586000', '185846.588000', '185846.591000', '185846.594000', '185906.430000', '185906.432000', '185906.435000', '185906.438000', '185906.440000', '185906.443000', '185906.445000', '185906.448000', '185906.450000', '185906.453000', '185906.455000', '185906.458000', '185906.461000', '185906.463000', '185906.466000', '185906.468000', '185906.471000', '185906.473000', '185906.476000', '185906.478000', '185906.481000', '185906.483000', '185906.486000', '185906.497000', '185906.500000', '185906.502000', '185906.505000', '185906.507000', '185906.510000', '185906.513000', '185906.515000', '185906.518000', '185906.531000', '185906.533000', '185906.536000', '185906.539000', '185906.541000', '185906.544000', '185906.546000', '185906.549000', '185906.551000', '185906.554000', '185906.556000', '185906.559000', '185926.429000', '185926.432000', '185926.435000', '185926.437000', '185926.440000', '185926.442000', '185926.445000', '185926.448000', '185926.450000', '185926.453000', '185926.461000', '185926.464000', '185926.466000', '185926.469000', '185926.471000', '185926.474000', '185926.476000', '185926.479000', '185926.482000', '185926.484000', '185926.487000', '185926.489000', '185926.492000', '185926.494000', '185926.497000', '185926.500000', '185926.502000', '185926.505000', '185926.507000', '185926.510000', '185926.513000', '185926.515000', '185926.518000', '185926.520000', '185926.523000', '185926.525000', '185926.528000', '185926.531000', '185926.533000', '185926.536000', '185926.538000', '185926.541000', '185926.544000', '185946.430000', '185946.432000', '185946.435000', '185946.438000', '185946.440000', '185946.443000', '185946.445000', '185946.448000', '185946.454000', '185946.456000', '185946.459000', '185946.462000', '185946.464000', '185946.467000', '185946.469000', '185946.472000', '185946.475000', '185946.477000', '185946.480000', '185946.482000', '185946.485000', '185946.488000', '185946.490000', '185946.493000', '185946.495000', '185946.506000', '185946.509000', '185946.511000', '185946.514000', '185946.516000', '185946.519000', '185946.521000', '185946.524000', '185946.527000', '185946.529000', '185946.532000', '185946.534000', '185946.537000', '185946.539000', '185946.542000', '185946.544000', '185946.547000', '185946.550000', '185946.552000', '190006.429000', '190006.432000', '190006.435000', '190006.437000', '190006.440000', '190006.442000', '190006.445000', '190006.448000', '190006.450000', '190006.453000', '190006.455000', '190006.458000', '190006.461000', '190006.463000', '190006.466000', '190006.468000', '190006.471000', '190006.473000', '190006.476000', '190006.479000', '190006.481000', '190006.484000', '190006.486000', '190006.489000', '190006.491000', '190006.494000', '190006.496000', '190006.499000', '190006.502000', '190006.504000', '190006.507000', '190006.509000', '190006.512000', '190006.515000', '190006.517000', '190006.520000', '190006.522000', '190006.525000', '190006.527000', '190006.530000', '190006.533000', '190006.535000', '190006.538000', '190026.430000', '190026.433000', '190026.435000', '190026.438000', '190026.440000', '190026.443000', '190026.445000', '190026.448000', '190026.450000', '190026.453000', '190026.456000', '190026.458000', '190026.461000', '190026.463000', '190026.466000', '190026.468000', '190026.471000', '190026.473000', '190026.476000', '190026.479000', '190026.481000', '190026.484000', '190026.486000', '190026.489000', '190026.491000', '190026.494000', '190026.497000', '190026.499000', '190026.502000', '190026.504000', '190026.507000', '190026.509000', '190026.512000', '190026.514000', '190026.517000', '190026.520000', '190026.522000', '190026.525000', '190026.527000', '190026.530000', '190026.532000', '190026.535000', '190026.538000', '190026.540000', '190046.429000', '190046.431000', '190046.434000', '190046.437000', '190046.439000', '190046.442000', '190046.444000', '190046.447000', '190046.449000', '190046.452000', '190046.454000', '190046.457000', '190046.460000', '190046.462000', '190046.465000', '190046.467000', '190046.470000', '190046.473000', '190046.475000', '190046.478000', '190046.480000', '190046.483000', '190046.485000', '190046.488000', '190046.491000', '190046.493000', '190046.496000', '190046.510000', '190046.512000', '190046.515000', '190046.517000', '190046.520000', '190046.522000', '190046.525000', '190046.528000', '190046.530000', '190046.533000', '190046.535000', '190046.538000', '190046.540000', '190046.543000', '190046.546000', '190046.548000', '190106.429000', '190106.432000', '190106.435000', '190106.437000', '190106.440000', '190106.442000', '190106.445000', '190106.447000', '190106.450000', '190106.452000', '190106.455000', '190106.458000', '190106.460000', '190106.463000', '190106.465000', '190106.468000', '190106.470000', '190106.473000', '190106.476000', '190106.478000', '190106.481000', '190106.483000', '190106.486000', '190106.488000', '190106.491000', '190106.493000', '190106.496000', '190106.499000', '190106.501000', '190106.504000', '190106.506000', '190106.509000', '190106.511000', '190106.514000', '190106.517000', '190106.519000', '190106.522000', '190106.524000', '190106.527000', '190106.529000', '190106.532000', '190106.535000', '190106.537000', '190106.540000', '190126.430000', '190126.432000', '190126.435000', '190126.438000', '190126.440000', '190126.443000', '190126.445000', '190126.448000', '190126.450000', '190126.453000', '190126.455000', '190126.458000', '190126.461000', '190126.463000', '190126.466000', '190126.468000', '190126.471000', '190126.474000', '190126.476000', '190126.479000', '190126.481000', '190126.484000', '190126.486000', '190126.489000', '190126.492000', '190126.494000', '190126.497000', '190126.500000', '190126.502000', '190126.505000', '190126.507000', '190126.510000', '190126.513000', '190126.515000', '190126.518000', '190126.520000', '190126.523000', '190126.526000', '190126.528000', '190126.531000', '190126.533000', '190126.536000', '190126.539000', '190146.429000', '190146.432000', '190146.435000', '190146.437000', '190146.440000', '190146.442000', '190146.445000', '190146.448000', '190146.450000', '190146.453000', '190146.455000', '190146.458000', '190146.461000', '190146.463000', '190146.466000', '190146.468000', '190146.471000', '190146.474000', '190146.476000', '190146.479000', '190146.481000', '190146.484000', '190146.487000', '190146.489000', '190146.492000', '190146.494000', '190146.497000', '190146.500000', '190146.502000', '190146.505000', '190146.513000', '190146.516000', '190146.518000', '190146.521000', '190146.523000', '190146.526000', '190146.529000', '190146.531000', '190146.534000', '190146.536000', '190146.539000', '190146.541000', '190146.544000', '190146.547000', '190206.430000', '190206.432000', '190206.435000', '190206.437000', '190206.440000', '190206.443000', '190206.445000', '190206.448000', '190206.450000', '190206.453000', '190206.456000', '190206.458000', '190206.461000', '190206.463000', '190206.466000', '190206.468000', '190206.471000', '190206.474000', '190206.476000', '190206.479000', '190206.481000', '190206.484000', '190206.486000', '190206.489000', '190206.492000', '190206.494000', '190206.497000', '190206.499000', '190206.502000', '190206.504000', '190206.507000', '190206.510000', '190206.512000', '190206.515000', '190206.517000', '190206.520000', '190206.522000', '190206.525000', '190206.528000', '190206.530000', '190206.533000', '190206.535000', '190206.538000', '190226.429000', '190226.432000', '190226.435000', '190226.437000', '190226.440000', '190226.442000', '190226.445000', '190226.447000', '190226.450000', '190226.476000', '190226.478000', '190226.481000', '190226.484000', '190226.486000', '190226.489000', '190226.491000', '190226.494000', '190226.497000', '190226.499000', '190226.502000', '190226.504000', '190226.507000', '190226.509000', '190226.512000', '190226.515000', '190226.517000', '190226.520000', '190226.522000', '190226.525000', '190226.527000', '190226.530000', '190226.532000', '190226.535000', '190226.537000', '190226.540000', '190226.543000', '190226.545000', '190226.548000', '190226.550000', '190226.553000', '190226.555000', '190226.558000', '190226.560000', '190226.563000', '190246.430000', '190246.432000', '190246.435000', '190246.437000', '190246.440000', '190246.443000', '190246.445000', '190246.448000', '190246.450000', '190246.453000', '190246.455000', '190246.458000', '190246.461000', '190246.463000', '190246.466000', '190246.468000', '190246.471000', '190246.473000', '190246.476000', '190246.479000', '190246.481000', '190246.484000', '190246.486000', '190246.489000', '190246.492000', '190246.494000', '190246.497000', '190246.499000', '190246.502000', '190246.505000', '190246.507000', '190246.510000', '190246.512000', '190246.515000', '190246.517000', '190246.520000', '190246.523000', '190246.525000', '190246.528000', '190246.530000', '190246.533000', '190246.535000', '190246.538000', '190306.428000', '190306.431000', '190306.434000', '190306.437000', '190306.439000', '190306.442000', '190306.445000', '190306.447000', '190306.450000', '190306.452000', '190306.456000', '190306.459000', '190306.461000', '190306.464000', '190306.467000', '190306.469000', '190306.472000', '190306.474000', '190306.477000', '190306.479000', '190306.482000', '190306.485000', '190306.487000', '190306.490000', '190306.492000', '190306.495000', '190306.498000', '190306.500000', '190306.503000', '190306.505000', '190306.508000', '190306.513000', '190306.516000', '190306.519000', '190306.521000', '190306.524000', '190306.526000', '190306.529000', '190306.531000', '190306.534000', '190306.537000', '190306.539000', '190306.542000', '190326.429000', '190326.432000', '190326.435000', '190326.437000', '190326.440000', '190326.442000', '190326.445000', '190326.448000', '190326.450000', '190326.453000', '190326.455000', '190326.458000', '190326.461000', '190326.463000', '190326.466000', '190326.468000', '190326.471000', '190326.473000', '190326.476000', '190326.479000', '190326.481000', '190326.484000', '190326.486000', '190326.489000', '190326.492000', '190326.494000', '190326.497000', '190326.499000', '190326.502000', '190326.505000', '190326.507000', '190326.510000', '190326.512000', '190326.515000', '190326.517000', '190326.520000', '190326.523000', '190326.525000', '190326.528000', '190326.530000', '190326.533000', '190326.535000', '190326.538000', '190326.541000', '190346.429000', '190346.432000', '190346.435000', '190346.437000', '190346.440000', '190346.443000', '190346.445000', '190346.448000', '190346.450000', '190346.453000', '190346.455000', '190346.458000', '190346.461000', '190346.463000', '190346.466000', '190346.468000', '190346.471000', '190346.473000', '190346.476000', '190346.479000', '190346.481000', '190346.484000', '190346.486000', '190346.489000', '190346.491000', '190346.494000', '190346.497000', '190346.499000', '190346.502000', '190346.504000', '190346.507000', '190346.509000', '190346.512000', '190346.515000', '190346.530000', '190346.532000', '190346.535000', '190346.538000', '190346.540000', '190346.543000', '190346.545000', '190346.548000', '190346.550000', '190346.553000', '190406.429000', '190406.432000', '190406.435000', '190406.437000', '190406.440000', '190406.443000', '190406.445000', '190406.448000', '190406.451000', '190406.453000', '190406.456000', '190406.458000', '190406.461000', '190406.464000', '190406.466000', '190406.469000', '190406.471000', '190406.474000', '190406.477000', '190406.479000', '190406.482000', '190406.484000', '190406.487000', '190406.489000', '190406.492000', '190406.495000', '190406.497000', '190406.500000', '190406.502000', '190406.505000', '190406.508000', '190406.510000', '190406.513000', '190406.515000', '190406.518000', '190406.521000', '190406.523000', '190406.526000', '190406.528000', '190406.531000', '190406.533000', '190406.536000', '190406.538000', '190426.430000', '190426.432000', '190426.435000', '190426.438000', '190426.440000', '190426.443000', '190426.446000', '190426.448000', '190426.451000', '190426.453000', '190426.456000', '190426.459000', '190426.461000', '190426.464000', '190426.466000', '190426.469000', '190426.471000', '190426.474000', '190426.477000', '190426.479000', '190426.482000', '190426.484000', '190426.487000', '190426.490000', '190426.492000', '190426.496000', '190426.499000', '190426.501000', '190426.504000', '190426.506000', '190426.509000', '190426.512000', '190426.514000', '190426.517000', '190426.519000', '190426.522000', '190426.524000', '190426.527000', '190426.530000', '190426.532000', '190426.535000', '190426.537000', '190426.540000', '190446.429000', '190446.432000', '190446.435000', '190446.438000', '190446.440000', '190446.443000', '190446.445000', '190446.448000', '190446.450000', '190446.453000', '190446.456000', '190446.458000', '190446.461000', '190446.463000', '190446.466000', '190446.469000', '190446.471000', '190446.474000', '190446.477000', '190446.479000', '190446.482000', '190446.484000', '190446.487000', '190446.489000', '190446.492000', '190446.494000', '190446.497000', '190446.500000', '190446.502000', '190446.505000', '190446.507000', '190446.510000', '190446.513000', '190446.515000', '190446.518000', '190446.520000', '190446.523000', '190446.526000', '190446.528000', '190446.531000', '190446.533000', '190446.536000', '190446.538000', '190446.541000', '190503.248000', '190503.251000', '190503.253000', '190503.256000', '190503.259000', '190503.262000', '190503.265000', '190503.267000', '190503.270000', '190503.273000', '190503.276000', '190503.279000', '190503.282000', '190503.285000', '190503.287000', '190503.290000', '190503.293000', '190503.296000', '190503.298000', '190503.301000', '190503.304000', '190503.306000', '190503.309000', '190503.312000', '190503.315000', '190503.318000', '190503.321000', '190503.324000', '190503.327000', '190503.329000', '190503.343000', '190503.346000', '190503.348000', '190503.351000', '190503.354000', '190503.356000', '190503.359000'], 'InstanceCreationTime': ['185846.455000', '185846.458000', '185846.460000', '185846.463000', '185846.465000', '185846.468000', '185846.471000', '185846.473000', '185846.476000', '185846.478000', '185846.481000', '185846.483000', '185846.486000', '185846.489000', '185846.491000', '185846.494000', '185846.497000', '185846.500000', '185846.503000', '185846.505000', '185846.508000', '185846.511000', '185846.513000', '185846.516000', '185846.518000', '185846.521000', '185846.523000', '185846.526000', '185846.529000', '185846.531000', '185846.534000', '185846.536000', '185846.539000', '185846.541000', '185846.544000', '185846.546000', '185846.549000', '185846.558000', '185846.560000', '185846.563000', '185846.565000', '185846.568000', '185846.571000', '185846.573000', '185846.576000', '185846.578000', '185846.581000', '185846.583000', '185846.586000', '185846.588000', '185846.591000', '185846.594000', '185906.430000', '185906.432000', '185906.435000', '185906.438000', '185906.440000', '185906.443000', '185906.445000', '185906.448000', '185906.450000', '185906.453000', '185906.455000', '185906.458000', '185906.461000', '185906.463000', '185906.466000', '185906.468000', '185906.471000', '185906.473000', '185906.476000', '185906.478000', '185906.481000', '185906.483000', '185906.486000', '185906.497000', '185906.500000', '185906.502000', '185906.505000', '185906.507000', '185906.510000', '185906.513000', '185906.515000', '185906.518000', '185906.531000', '185906.533000', '185906.536000', '185906.539000', '185906.541000', '185906.544000', '185906.546000', '185906.549000', '185906.551000', '185906.554000', '185906.556000', '185906.559000', '185926.429000', '185926.432000', '185926.435000', '185926.437000', '185926.440000', '185926.442000', '185926.445000', '185926.448000', '185926.450000', '185926.453000', '185926.461000', '185926.464000', '185926.466000', '185926.469000', '185926.471000', '185926.474000', '185926.476000', '185926.479000', '185926.482000', '185926.484000', '185926.487000', '185926.489000', '185926.492000', '185926.494000', '185926.497000', '185926.500000', '185926.502000', '185926.505000', '185926.507000', '185926.510000', '185926.513000', '185926.515000', '185926.518000', '185926.520000', '185926.523000', '185926.525000', '185926.528000', '185926.531000', '185926.533000', '185926.536000', '185926.538000', '185926.541000', '185926.544000', '185946.430000', '185946.432000', '185946.435000', '185946.438000', '185946.440000', '185946.443000', '185946.445000', '185946.448000', '185946.454000', '185946.456000', '185946.459000', '185946.462000', '185946.464000', '185946.467000', '185946.469000', '185946.472000', '185946.475000', '185946.477000', '185946.480000', '185946.482000', '185946.485000', '185946.488000', '185946.490000', '185946.493000', '185946.495000', '185946.506000', '185946.509000', '185946.511000', '185946.514000', '185946.516000', '185946.519000', '185946.521000', '185946.524000', '185946.527000', '185946.529000', '185946.532000', '185946.534000', '185946.537000', '185946.539000', '185946.542000', '185946.544000', '185946.547000', '185946.550000', '185946.552000', '190006.429000', '190006.432000', '190006.435000', '190006.437000', '190006.440000', '190006.442000', '190006.445000', '190006.448000', '190006.450000', '190006.453000', '190006.455000', '190006.458000', '190006.461000', '190006.463000', '190006.466000', '190006.468000', '190006.471000', '190006.473000', '190006.476000', '190006.479000', '190006.481000', '190006.484000', '190006.486000', '190006.489000', '190006.491000', '190006.494000', '190006.496000', '190006.499000', '190006.502000', '190006.504000', '190006.507000', '190006.509000', '190006.512000', '190006.515000', '190006.517000', '190006.520000', '190006.522000', '190006.525000', '190006.527000', '190006.530000', '190006.533000', '190006.535000', '190006.538000', '190026.430000', '190026.433000', '190026.435000', '190026.438000', '190026.440000', '190026.443000', '190026.445000', '190026.448000', '190026.450000', '190026.453000', '190026.456000', '190026.458000', '190026.461000', '190026.463000', '190026.466000', '190026.468000', '190026.471000', '190026.473000', '190026.476000', '190026.479000', '190026.481000', '190026.484000', '190026.486000', '190026.489000', '190026.491000', '190026.494000', '190026.497000', '190026.499000', '190026.502000', '190026.504000', '190026.507000', '190026.509000', '190026.512000', '190026.514000', '190026.517000', '190026.520000', '190026.522000', '190026.525000', '190026.527000', '190026.530000', '190026.532000', '190026.535000', '190026.538000', '190026.540000', '190046.429000', '190046.431000', '190046.434000', '190046.437000', '190046.439000', '190046.442000', '190046.444000', '190046.447000', '190046.449000', '190046.452000', '190046.454000', '190046.457000', '190046.460000', '190046.462000', '190046.465000', '190046.467000', '190046.470000', '190046.473000', '190046.475000', '190046.478000', '190046.480000', '190046.483000', '190046.485000', '190046.488000', '190046.491000', '190046.493000', '190046.496000', '190046.510000', '190046.512000', '190046.515000', '190046.517000', '190046.520000', '190046.522000', '190046.525000', '190046.528000', '190046.530000', '190046.533000', '190046.535000', '190046.538000', '190046.540000', '190046.543000', '190046.546000', '190046.548000', '190106.429000', '190106.432000', '190106.435000', '190106.437000', '190106.440000', '190106.442000', '190106.445000', '190106.447000', '190106.450000', '190106.452000', '190106.455000', '190106.458000', '190106.460000', '190106.463000', '190106.465000', '190106.468000', '190106.470000', '190106.473000', '190106.476000', '190106.478000', '190106.481000', '190106.483000', '190106.486000', '190106.488000', '190106.491000', '190106.493000', '190106.496000', '190106.499000', '190106.501000', '190106.504000', '190106.506000', '190106.509000', '190106.511000', '190106.514000', '190106.517000', '190106.519000', '190106.522000', '190106.524000', '190106.527000', '190106.529000', '190106.532000', '190106.535000', '190106.537000', '190106.540000', '190126.430000', '190126.432000', '190126.435000', '190126.438000', '190126.440000', '190126.443000', '190126.445000', '190126.448000', '190126.450000', '190126.453000', '190126.455000', '190126.458000', '190126.461000', '190126.463000', '190126.466000', '190126.468000', '190126.471000', '190126.474000', '190126.476000', '190126.479000', '190126.481000', '190126.484000', '190126.486000', '190126.489000', '190126.492000', '190126.494000', '190126.497000', '190126.500000', '190126.502000', '190126.505000', '190126.507000', '190126.510000', '190126.513000', '190126.515000', '190126.518000', '190126.520000', '190126.523000', '190126.526000', '190126.528000', '190126.531000', '190126.533000', '190126.536000', '190126.539000', '190146.429000', '190146.432000', '190146.435000', '190146.437000', '190146.440000', '190146.442000', '190146.445000', '190146.448000', '190146.450000', '190146.453000', '190146.455000', '190146.458000', '190146.461000', '190146.463000', '190146.466000', '190146.468000', '190146.471000', '190146.474000', '190146.476000', '190146.479000', '190146.481000', '190146.484000', '190146.487000', '190146.489000', '190146.492000', '190146.494000', '190146.497000', '190146.500000', '190146.502000', '190146.505000', '190146.513000', '190146.516000', '190146.518000', '190146.521000', '190146.523000', '190146.526000', '190146.529000', '190146.531000', '190146.534000', '190146.536000', '190146.539000', '190146.541000', '190146.544000', '190146.547000', '190206.430000', '190206.432000', '190206.435000', '190206.437000', '190206.440000', '190206.443000', '190206.445000', '190206.448000', '190206.450000', '190206.453000', '190206.456000', '190206.458000', '190206.461000', '190206.463000', '190206.466000', '190206.468000', '190206.471000', '190206.474000', '190206.476000', '190206.479000', '190206.481000', '190206.484000', '190206.486000', '190206.489000', '190206.492000', '190206.494000', '190206.497000', '190206.499000', '190206.502000', '190206.504000', '190206.507000', '190206.510000', '190206.512000', '190206.515000', '190206.517000', '190206.520000', '190206.522000', '190206.525000', '190206.528000', '190206.530000', '190206.533000', '190206.535000', '190206.538000', '190226.429000', '190226.432000', '190226.435000', '190226.437000', '190226.440000', '190226.442000', '190226.445000', '190226.447000', '190226.450000', '190226.476000', '190226.478000', '190226.481000', '190226.484000', '190226.486000', '190226.489000', '190226.491000', '190226.494000', '190226.497000', '190226.499000', '190226.502000', '190226.504000', '190226.507000', '190226.509000', '190226.512000', '190226.515000', '190226.517000', '190226.520000', '190226.522000', '190226.525000', '190226.527000', '190226.530000', '190226.532000', '190226.535000', '190226.537000', '190226.540000', '190226.543000', '190226.545000', '190226.548000', '190226.550000', '190226.553000', '190226.555000', '190226.558000', '190226.560000', '190226.563000', '190246.430000', '190246.432000', '190246.435000', '190246.437000', '190246.440000', '190246.443000', '190246.445000', '190246.448000', '190246.450000', '190246.453000', '190246.455000', '190246.458000', '190246.461000', '190246.463000', '190246.466000', '190246.468000', '190246.471000', '190246.473000', '190246.476000', '190246.479000', '190246.481000', '190246.484000', '190246.486000', '190246.489000', '190246.492000', '190246.494000', '190246.497000', '190246.499000', '190246.502000', '190246.505000', '190246.507000', '190246.510000', '190246.512000', '190246.515000', '190246.517000', '190246.520000', '190246.523000', '190246.525000', '190246.528000', '190246.530000', '190246.533000', '190246.535000', '190246.538000', '190306.428000', '190306.431000', '190306.434000', '190306.437000', '190306.439000', '190306.442000', '190306.445000', '190306.447000', '190306.450000', '190306.452000', '190306.456000', '190306.459000', '190306.461000', '190306.464000', '190306.467000', '190306.469000', '190306.472000', '190306.474000', '190306.477000', '190306.479000', '190306.482000', '190306.485000', '190306.487000', '190306.490000', '190306.492000', '190306.495000', '190306.498000', '190306.500000', '190306.503000', '190306.505000', '190306.508000', '190306.513000', '190306.516000', '190306.519000', '190306.521000', '190306.524000', '190306.526000', '190306.529000', '190306.531000', '190306.534000', '190306.537000', '190306.539000', '190306.542000', '190326.429000', '190326.432000', '190326.435000', '190326.437000', '190326.440000', '190326.442000', '190326.445000', '190326.448000', '190326.450000', '190326.453000', '190326.455000', '190326.458000', '190326.461000', '190326.463000', '190326.466000', '190326.468000', '190326.471000', '190326.473000', '190326.476000', '190326.479000', '190326.481000', '190326.484000', '190326.486000', '190326.489000', '190326.492000', '190326.494000', '190326.497000', '190326.499000', '190326.502000', '190326.505000', '190326.507000', '190326.510000', '190326.512000', '190326.515000', '190326.517000', '190326.520000', '190326.523000', '190326.525000', '190326.528000', '190326.530000', '190326.533000', '190326.535000', '190326.538000', '190326.541000', '190346.429000', '190346.432000', '190346.435000', '190346.437000', '190346.440000', '190346.443000', '190346.445000', '190346.448000', '190346.450000', '190346.453000', '190346.455000', '190346.458000', '190346.461000', '190346.463000', '190346.466000', '190346.468000', '190346.471000', '190346.473000', '190346.476000', '190346.479000', '190346.481000', '190346.484000', '190346.486000', '190346.489000', '190346.491000', '190346.494000', '190346.497000', '190346.499000', '190346.502000', '190346.504000', '190346.507000', '190346.509000', '190346.512000', '190346.515000', '190346.530000', '190346.532000', '190346.535000', '190346.538000', '190346.540000', '190346.543000', '190346.545000', '190346.548000', '190346.550000', '190346.553000', '190406.429000', '190406.432000', '190406.435000', '190406.437000', '190406.440000', '190406.443000', '190406.445000', '190406.448000', '190406.451000', '190406.453000', '190406.456000', '190406.458000', '190406.461000', '190406.464000', '190406.466000', '190406.469000', '190406.471000', '190406.474000', '190406.477000', '190406.479000', '190406.482000', '190406.484000', '190406.487000', '190406.489000', '190406.492000', '190406.495000', '190406.497000', '190406.500000', '190406.502000', '190406.505000', '190406.508000', '190406.510000', '190406.513000', '190406.515000', '190406.518000', '190406.521000', '190406.523000', '190406.526000', '190406.528000', '190406.531000', '190406.533000', '190406.536000', '190406.538000', '190426.430000', '190426.432000', '190426.435000', '190426.438000', '190426.440000', '190426.443000', '190426.446000', '190426.448000', '190426.451000', '190426.453000', '190426.456000', '190426.459000', '190426.461000', '190426.464000', '190426.466000', '190426.469000', '190426.471000', '190426.474000', '190426.477000', '190426.479000', '190426.482000', '190426.484000', '190426.487000', '190426.490000', '190426.492000', '190426.496000', '190426.499000', '190426.501000', '190426.504000', '190426.506000', '190426.509000', '190426.512000', '190426.514000', '190426.517000', '190426.519000', '190426.522000', '190426.524000', '190426.527000', '190426.530000', '190426.532000', '190426.535000', '190426.537000', '190426.540000', '190446.429000', '190446.432000', '190446.435000', '190446.438000', '190446.440000', '190446.443000', '190446.445000', '190446.448000', '190446.450000', '190446.453000', '190446.456000', '190446.458000', '190446.461000', '190446.463000', '190446.466000', '190446.469000', '190446.471000', '190446.474000', '190446.477000', '190446.479000', '190446.482000', '190446.484000', '190446.487000', '190446.489000', '190446.492000', '190446.494000', '190446.497000', '190446.500000', '190446.502000', '190446.505000', '190446.507000', '190446.510000', '190446.513000', '190446.515000', '190446.518000', '190446.520000', '190446.523000', '190446.526000', '190446.528000', '190446.531000', '190446.533000', '190446.536000', '190446.538000', '190446.541000', '190503.248000', '190503.251000', '190503.253000', '190503.256000', '190503.259000', '190503.262000', '190503.265000', '190503.267000', '190503.270000', '190503.273000', '190503.276000', '190503.279000', '190503.282000', '190503.285000', '190503.287000', '190503.290000', '190503.293000', '190503.296000', '190503.298000', '190503.301000', '190503.304000', '190503.306000', '190503.309000', '190503.312000', '190503.315000', '190503.318000', '190503.321000', '190503.324000', '190503.327000', '190503.329000', '190503.343000', '190503.346000', '190503.348000', '190503.351000', '190503.354000', '190503.356000', '190503.359000'], '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': [10409, 10997, 12232, 8003, 13433, 10939, 14193, 11369, 9821, 11003, 7889, 11516, 10189, 8615, 12706, 11012, 8396, 8109, 7041, 10206, 7450, 11465, 9715, 12515, 9003, 7110, 9335, 7209, 11015, 8859, 7666, 10493, 7182, 10007, 7219, 7207, 8618, 7023, 7470, 7316, 7286, 9279, 7544, 7280, 10629, 7093, 7494, 9638, 7823, 8634, 9910, 6938, 10969, 8313, 10455, 8966, 7416, 10535, 7198, 12604, 10825, 12589, 8974, 7254, 10284, 7089, 13293, 9510, 6933, 10132, 6534, 10953, 9012, 7958, 11194, 7556, 10710, 7480, 7072, 10123, 6956, 11244, 7515, 7169, 10424, 6968, 10161, 7038, 7040, 9196, 7366, 11985, 9618, 6938, 10757, 7213, 11887, 9881, 7326, 11068, 8749, 7543, 12435, 8916, 12495, 10394, 12800, 10180, 9642, 12190, 7088, 9441, 6729, 10911, 9270, 7223, 10351, 7116, 10084, 7098, 8207, 10673, 7007, 9750, 7410, 10111, 7298, 7631, 11998, 6959, 7088, 6930, 7016, 9500, 7198, 7129, 9934, 7009, 10365, 7210, 9940, 8504, 7006, 11960, 7065, 11796, 7159, 7411, 7392, 7261, 7390, 7528, 7158, 10257, 8528, 7060, 9428, 7345, 10765, 9293, 7367, 9517, 7149, 9480, 7132, 10703, 8660, 8275, 7855, 7195, 7601, 7095, 10877, 8097, 11560, 7381, 8242, 7233, 7377, 7388, 7177, 10874, 7517, 9879, 7579, 7242, 9292, 7523, 10173, 7606, 7164, 10088, 7305, 7731, 10953, 7298, 12648, 8904, 6969, 12528, 10434, 12556, 12840, 7362, 9978, 7888, 8720, 14502, 11240, 8969, 13728, 7907, 10488, 10693, 8766, 7711, 10479, 7985, 11261, 12213, 8517, 12453, 12663, 9542, 14139, 11953, 7878, 10704, 8371, 14613, 10612, 8720, 9769, 7326, 13916, 10314, 8669, 11619, 6927, 10292, 8639, 7264, 12952, 6962, 11482, 6994, 6667, 10655, 7231, 7017, 8236, 6911, 9426, 10669, 7604, 7439, 7690, 6889, 6711, 7009, 7568, 9113, 11938, 6916, 8751, 10199, 10590, 7743, 9126, 8589, 7681, 12674, 10773, 8165, 13174, 10676, 8057, 12799, 8827, 7270, 10378, 9274, 6775, 12969, 9358, 6763, 10721, 7382, 13205, 11447, 7303, 12971, 6969, 12343, 9241, 9083, 12371, 6920, 12443, 7054, 10570, 7842, 7369, 11625, 6822, 10626, 6706, 10638, 7506, 8598, 10862, 7017, 9383, 7290, 8500, 7896, 7684, 8500, 7819, 7247, 8216, 7429, 7142, 7396, 6858, 8996, 8900, 7244, 11456, 8493, 7352, 11904, 11856, 7508, 12472, 9680, 7279, 9642, 9960, 10152, 11671, 10114, 8262, 8553, 7413, 13423, 10421, 7981, 10995, 7863, 6888, 12392, 10540, 6818, 10797, 8926, 12360, 10464, 8354, 10150, 7513, 9219, 10893, 7227, 12164, 7425, 10776, 7824, 7748, 11567, 7740, 11369, 7226, 10804, 8365, 7746, 11851, 7692, 11087, 7112, 11611, 8626, 9482, 11089, 7088, 10410, 7675, 10073, 7851, 7085, 10005, 7188, 8835, 7338, 6555, 10650, 8086, 9121, 7724, 7058, 10673, 9686, 10816, 7487, 6837, 10656, 7809, 10291, 8422, 7544, 8271, 7727, 8670, 10913, 6978, 8893, 7169, 7247, 7803, 9213, 9714, 11319, 9904, 7173, 12060, 10582, 9452, 14929, 11039, 9973, 12640, 8307, 7518, 11159, 10132, 13498, 9045, 7574, 8908, 9946, 7797, 11959, 10345, 7523, 9959, 7925, 13475, 10825, 7883, 11433, 8031, 10714, 8625, 8453, 11306, 8099, 10831, 7851, 11895, 9019, 10795, 10293, 7646, 10264, 7934, 9984, 8269, 6926, 9429, 8224, 9986, 7682, 7474, 7870, 8354, 10509, 8199, 7672, 7738, 8163, 9765, 10379, 8279, 13661, 10121, 7851, 11646, 10143, 13279, 9992, 8441, 12911, 8003, 7663, 9603, 8894, 7389, 11842, 7199, 13222, 13092, 9029, 12031, 8348, 6951, 13019, 11079, 10544, 13863, 10431, 11376, 9429, 6907, 13588, 11562, 9522, 13298, 8024, 12711, 11023, 6989, 14148, 8734, 7025, 10018, 7139, 7144, 9899, 7087, 7279, 7281, 7951, 11332, 8264, 7701, 8045, 7494, 7727, 7187, 7621, 7094, 7279, 7683, 9296, 7200, 12390, 7834, 7114, 9928, 8732, 7815, 9800, 11585, 11171, 7576, 12614, 9415, 7759, 11514, 7849, 7889, 10867, 9074, 7368, 7583, 8871, 7705, 10701, 8638, 7670, 10121, 7751, 7071, 11381, 7734, 7281, 7926, 7521, 10592, 8619, 10462, 9692, 7289, 8368, 7487, 10240, 8320, 7485, 8969, 7648, 8908, 7471, 8745, 7953, 7329, 8477, 7469, 8237, 7720, 8672, 9342, 7434, 9281, 7517, 8615, 7557, 8200, 8374, 7846, 11534, 7573, 8252, 8422, 6854, 12062, 9811, 7906, 10759, 7153, 10148, 9966, 7435, 12333, 10648, 8073, 8532, 7163, 13131, 11146, 7908, 12533, 10323, 8398, 8543, 7219, 13303, 10118, 7567, 11825, 7279, 7372, 8358, 7380, 12364, 10603, 10909, 11852, 7559, 12657, 7393, 7021, 9919, 8471, 10599, 8212, 7206, 8724, 7559, 7507, 11565, 8584, 7938, 7772, 7804, 10546, 8957, 7440, 7064, 7362, 7395, 9706, 7642, 7206, 9635, 7671, 9160, 9192, 7414, 12578, 10141, 7422, 10476, 9374, 8421, 11726, 8654, 7586, 10351, 7801, 9448, 11651, 7505, 9822, 8101, 8360, 13618, 10443, 8346, 11694, 7641, 7752, 8761, 8257, 13683, 9541, 7375, 9068, 7714, 7940, 9224, 7976, 12131, 8001, 7670, 8541, 7816, 7988, 9011, 7675, 7299, 7385, 7535, 7265, 7207, 7140, 7943, 10141, 7660, 7013, 7897, 7749, 7361, 11014, 8750, 6984, 8965, 7697, 7602, 8718, 7025, 11534, 8651, 11574, 9877, 6707, 8549, 7413, 10233, 7360, 11528, 9555, 7415, 8924, 7275, 8694, 7331, 10332, 8373, 10152, 7551, 10055, 7226, 7159, 8955, 7649, 8665, 7495, 7200, 7726, 7987, 9767, 8056, 7334, 7982, 8119, 12776, 9775, 7298, 10627, 7197, 8019, 8277, 7993, 14911, 10845, 9441, 11557, 8411, 14254, 10543, 12456, 12534, 10042, 15430, 8650, 7477, 9169, 7217, 13051, 10810, 11243, 12707, 7401, 12939, 7284, 7470, 11468, 10664, 15077, 10515, 7686, 8682, 8040, 10465, 7957, 6624, 8204, 7129, 7165, 10541, 6999, 10135, 7064, 7155, 11374, 7133, 12179, 7390, 11317, 7804, 10451, 8840, 9656, 10439, 6696, 9259, 7176, 9683, 7044, 11395, 9712, 7971, 7246, 6647, 7856, 7082, 10098, 7253, 6886, 7652, 7259, 8902, 7280, 7311, 9490, 7497, 10899, 8640, 10338, 11082, 9703, 12246, 10961, 8414, 8219, 7299, 11021, 8171, 12778, 10785, 9769, 9999], 'WindowCenter': [4443.0, 4428.0, 4436.0, 4384.0, 4422.0, 4400.0, 4417.0, 4397.0, 4388.0, 4397.0, 4366.0, 4394.0, 4385.0, 4363.0, 4395.0, 4384.0, 4364.0, 4354.0, 4332.0, 4383.0, 4344.0, 4393.0, 4374.0, 4391.0, 4362.0, 4333.0, 4373.0, 4343.0, 4384.0, 4375.0, 4354.0, 4384.0, 4347.0, 4397.0, 4356.0, 4372.0, 4390.0, 4360.0, 4368.0, 4370.0, 4368.0, 4399.0, 4379.0, 4383.0, 4439.0, 4407.0, 4388.0, 4391.0, 4373.0, 4390.0, 4398.0, 4347.0, 4384.0, 4367.0, 4386.0, 4377.0, 4345.0, 4387.0, 4348.0, 4407.0, 4413.0, 4409.0, 4365.0, 4334.0, 4373.0, 4335.0, 4404.0, 4374.0, 4334.0, 4385.0, 4337.0, 4396.0, 4377.0, 4353.0, 4367.0, 4327.0, 4367.0, 4341.0, 4342.0, 4384.0, 4347.0, 4394.0, 4356.0, 4357.0, 4407.0, 4370.0, 4398.0, 4346.0, 4357.0, 4386.0, 4368.0, 4407.0, 4390.0, 4357.0, 4408.0, 4411.0, 4451.0, 4416.0, 4361.0, 4397.0, 4365.0, 4342.0, 4393.0, 4364.0, 4381.0, 4369.0, 4392.0, 4387.0, 4374.0, 4406.0, 4346.0, 4372.0, 4334.0, 4370.0, 4363.0, 4342.0, 4372.0, 4335.0, 4386.0, 4342.0, 4351.0, 4386.0, 4334.0, 4371.0, 4342.0, 4380.0, 4325.0, 4323.0, 4375.0, 4328.0, 4329.0, 4343.0, 4353.0, 4386.0, 4355.0, 4354.0, 4384.0, 4345.0, 4392.0, 4356.0, 4386.0, 4374.0, 4346.0, 4403.0, 4343.0, 4405.0, 4386.0, 4401.0, 4385.0, 4371.0, 4371.0, 4366.0, 4343.0, 4383.0, 4376.0, 4346.0, 4378.0, 4358.0, 4391.0, 4388.0, 4358.0, 4383.0, 4343.0, 4374.0, 4356.0, 4383.0, 4365.0, 4364.0, 4354.0, 4343.0, 4352.0, 4344.0, 4383.0, 4355.0, 4383.0, 4345.0, 4359.0, 4342.0, 4344.0, 4356.0, 4344.0, 4382.0, 4354.0, 4381.0, 4367.0, 4355.0, 4386.0, 4345.0, 4373.0, 4359.0, 4348.0, 4385.0, 4354.0, 4354.0, 4392.0, 4342.0, 4402.0, 4381.0, 4343.0, 4386.0, 4379.0, 4403.0, 4413.0, 4365.0, 4395.0, 4378.0, 4387.0, 4423.0, 4404.0, 4388.0, 4423.0, 4392.0, 4439.0, 4435.0, 4403.0, 4362.0, 4392.0, 4365.0, 4379.0, 4376.0, 4361.0, 4384.0, 4389.0, 4373.0, 4423.0, 4403.0, 4362.0, 4378.0, 4361.0, 4401.0, 4379.0, 4349.0, 4365.0, 4340.0, 4397.0, 4371.0, 4358.0, 4379.0, 4328.0, 4365.0, 4358.0, 4341.0, 4390.0, 4331.0, 4387.0, 4340.0, 4342.0, 4403.0, 4362.0, 4340.0, 4344.0, 4326.0, 4368.0, 4388.0, 4365.0, 4382.0, 4383.0, 4363.0, 4342.0, 4354.0, 4351.0, 4369.0, 4403.0, 4339.0, 4345.0, 4379.0, 4392.0, 4363.0, 4393.0, 4385.0, 4377.0, 4425.0, 4415.0, 4374.0, 4411.0, 4406.0, 4377.0, 4385.0, 4415.0, 4382.0, 4397.0, 4370.0, 4330.0, 4389.0, 4359.0, 4317.0, 4365.0, 4336.0, 4387.0, 4393.0, 4336.0, 4399.0, 4329.0, 4375.0, 4355.0, 4345.0, 4376.0, 4317.0, 4377.0, 4327.0, 4365.0, 4337.0, 4328.0, 4377.0, 4316.0, 4352.0, 4315.0, 4365.0, 4327.0, 4345.0, 4380.0, 4338.0, 4357.0, 4322.0, 4343.0, 4346.0, 4349.0, 4359.0, 4347.0, 4377.0, 4377.0, 4358.0, 4355.0, 4349.0, 4338.0, 4354.0, 4330.0, 4326.0, 4378.0, 4371.0, 4354.0, 4403.0, 4404.0, 4353.0, 4403.0, 4382.0, 4366.0, 4385.0, 4382.0, 4392.0, 4402.0, 4392.0, 4361.0, 4373.0, 4353.0, 4440.0, 4447.0, 4376.0, 4407.0, 4360.0, 4339.0, 4388.0, 4365.0, 4315.0, 4374.0, 4359.0, 4384.0, 4374.0, 4360.0, 4364.0, 4339.0, 4354.0, 4374.0, 4338.0, 4374.0, 4327.0, 4365.0, 4335.0, 4335.0, 4374.0, 4338.0, 4377.0, 4338.0, 4377.0, 4345.0, 4336.0, 4376.0, 4335.0, 4361.0, 4324.0, 4374.0, 4348.0, 4357.0, 4374.0, 4324.0, 4374.0, 4348.0, 4368.0, 4346.0, 4328.0, 4369.0, 4340.0, 4368.0, 4352.0, 4319.0, 4381.0, 4351.0, 4369.0, 4345.0, 4336.0, 4376.0, 4378.0, 4390.0, 4341.0, 4327.0, 4379.0, 4350.0, 4389.0, 4373.0, 4360.0, 4374.0, 4361.0, 4395.0, 4402.0, 4340.0, 4369.0, 4337.0, 4348.0, 4359.0, 4381.0, 4392.0, 4399.0, 4389.0, 4350.0, 4415.0, 4374.0, 4351.0, 4393.0, 4390.0, 4378.0, 4409.0, 4371.0, 4348.0, 4404.0, 4395.0, 4438.0, 4414.0, 4377.0, 4394.0, 4392.0, 4348.0, 4387.0, 4376.0, 4345.0, 4377.0, 4362.0, 4397.0, 4388.0, 4358.0, 4388.0, 4350.0, 4376.0, 4358.0, 4346.0, 4376.0, 4336.0, 4367.0, 4337.0, 4374.0, 4359.0, 4379.0, 4369.0, 4337.0, 4363.0, 4335.0, 4368.0, 4344.0, 4326.0, 4370.0, 4346.0, 4338.0, 4319.0, 4321.0, 4344.0, 4358.0, 4376.0, 4358.0, 4350.0, 4351.0, 4373.0, 4390.0, 4392.0, 4374.0, 4422.0, 4392.0, 4373.0, 4402.0, 4395.0, 4409.0, 4393.0, 4374.0, 4422.0, 4391.0, 4379.0, 4412.0, 4411.0, 4362.0, 4399.0, 4353.0, 4412.0, 4413.0, 4370.0, 4400.0, 4359.0, 4339.0, 4409.0, 4391.0, 4382.0, 4397.0, 4379.0, 4389.0, 4365.0, 4339.0, 4399.0, 4375.0, 4357.0, 4382.0, 4337.0, 4383.0, 4366.0, 4327.0, 4384.0, 4342.0, 4314.0, 4366.0, 4327.0, 4325.0, 4368.0, 4324.0, 4325.0, 4338.0, 4344.0, 4349.0, 4337.0, 4336.0, 4351.0, 4352.0, 4363.0, 4368.0, 4379.0, 4383.0, 4338.0, 4312.0, 4356.0, 4342.0, 4403.0, 4364.0, 4356.0, 4397.0, 4386.0, 4365.0, 4394.0, 4416.0, 4406.0, 4365.0, 4417.0, 4398.0, 4365.0, 4433.0, 4392.0, 4395.0, 4418.0, 4382.0, 4349.0, 4350.0, 4372.0, 4353.0, 4390.0, 4371.0, 4350.0, 4379.0, 4365.0, 4343.0, 4392.0, 4352.0, 4341.0, 4347.0, 4349.0, 4380.0, 4362.0, 4379.0, 4369.0, 4349.0, 4358.0, 4349.0, 4380.0, 4364.0, 4340.0, 4367.0, 4353.0, 4373.0, 4352.0, 4371.0, 4365.0, 4339.0, 4356.0, 4340.0, 4357.0, 4350.0, 4357.0, 4369.0, 4338.0, 4368.0, 4340.0, 4360.0, 4352.0, 4361.0, 4360.0, 4364.0, 4401.0, 4354.0, 4375.0, 4372.0, 4331.0, 4388.0, 4357.0, 4308.0, 4365.0, 4327.0, 4380.0, 4380.0, 4352.0, 4413.0, 4393.0, 4360.0, 4373.0, 4352.0, 4412.0, 4406.0, 4363.0, 4403.0, 4393.0, 4373.0, 4373.0, 4352.0, 4413.0, 4393.0, 4352.0, 4402.0, 4351.0, 4352.0, 4361.0, 4353.0, 4402.0, 4393.0, 4392.0, 4392.0, 4350.0, 4400.0, 4382.0, 4386.0, 4396.0, 4364.0, 4368.0, 4335.0, 4325.0, 4347.0, 4339.0, 4339.0, 4390.0, 4362.0, 4349.0, 4349.0, 4361.0, 4378.0, 4342.0, 4339.0, 4366.0, 4370.0, 4353.0, 4368.0, 4351.0, 4337.0, 4368.0, 4349.0, 4369.0, 4370.0, 4353.0, 4402.0, 4392.0, 4326.0, 4352.0, 4354.0, 4360.0, 4400.0, 4371.0, 4350.0, 4379.0, 4351.0, 4380.0, 4390.0, 4354.0, 4382.0, 4359.0, 4360.0, 4412.0, 4393.0, 4359.0, 4389.0, 4349.0, 4349.0, 4360.0, 4362.0, 4410.0, 4373.0, 4342.0, 4371.0, 4350.0, 4362.0, 4372.0, 4364.0, 4400.0, 4363.0, 4352.0, 4369.0, 4361.0, 4362.0, 4373.0, 4364.0, 4369.0, 4410.0, 4420.0, 4382.0, 4365.0, 4355.0, 4362.0, 4395.0, 4350.0, 4340.0, 4360.0, 4365.0, 4352.0, 4405.0, 4373.0, 4341.0, 4372.0, 4362.0, 4361.0, 4372.0, 4341.0, 4393.0, 4364.0, 4390.0, 4379.0, 4330.0, 4373.0, 4354.0, 4381.0, 4340.0, 4389.0, 4370.0, 4339.0, 4357.0, 4338.0, 4357.0, 4340.0, 4377.0, 4362.0, 4380.0, 4368.0, 4396.0, 4349.0, 4338.0, 4371.0, 4350.0, 4359.0, 4353.0, 4352.0, 4355.0, 4365.0, 4382.0, 4375.0, 4364.0, 4347.0, 4324.0, 4384.0, 4369.0, 4342.0, 4393.0, 4354.0, 4362.0, 4375.0, 4376.0, 4435.0, 4404.0, 4395.0, 4416.0, 4376.0, 4423.0, 4405.0, 4413.0, 4415.0, 4383.0, 4421.0, 4371.0, 4353.0, 4381.0, 4353.0, 4413.0, 4393.0, 4392.0, 4401.0, 4351.0, 4402.0, 4354.0, 4352.0, 4402.0, 4405.0, 4433.0, 4392.0, 4361.0, 4403.0, 4420.0, 4418.0, 4378.0, 4342.0, 4359.0, 4342.0, 4340.0, 4379.0, 4341.0, 4378.0, 4343.0, 4342.0, 4388.0, 4349.0, 4400.0, 4349.0, 4390.0, 4337.0, 4374.0, 4358.0, 4365.0, 4375.0, 4314.0, 4356.0, 4339.0, 4365.0, 4327.0, 4389.0, 4370.0, 4345.0, 4340.0, 4326.0, 4347.0, 4338.0, 4377.0, 4339.0, 4339.0, 4321.0, 4309.0, 4345.0, 4337.0, 4341.0, 4369.0, 4353.0, 4392.0, 4372.0, 4394.0, 4403.0, 4385.0, 4403.0, 4392.0, 4361.0, 4360.0, 4351.0, 4390.0, 4361.0, 4402.0, 4392.0, 4379.0, 4379.0], 'WindowWidth': [9777.0, 9745.0, 9750.0, 9675.0, 9724.0, 9690.0, 9708.0, 9680.0, 9667.0, 9678.0, 9637.0, 9671.0, 9660.0, 9629.0, 9672.0, 9657.0, 9630.0, 9617.0, 9586.0, 9654.0, 9603.0, 9667.0, 9644.0, 9664.0, 9625.0, 9588.0, 9640.0, 9602.0, 9660.0, 9647.0, 9619.0, 9659.0, 9615.0, 9684.0, 9629.0, 9659.0, 9677.0, 9636.0, 9648.0, 9655.0, 9648.0, 9691.0, 9665.0, 9677.0, 9764.0, 9731.0, 9688.0, 9679.0, 9658.0, 9677.0, 9684.0, 9613.0, 9658.0, 9639.0, 9663.0, 9653.0, 9608.0, 9665.0, 9615.0, 9695.0, 9711.0, 9696.0, 9630.0, 9585.0, 9635.0, 9590.0, 9683.0, 9643.0, 9590.0, 9660.0, 9603.0, 9676.0, 9653.0, 9614.0, 9624.0, 9566.0, 9624.0, 9596.0, 9599.0, 9658.0, 9615.0, 9675.0, 9626.0, 9632.0, 9698.0, 9654.0, 9683.0, 9613.0, 9628.0, 9667.0, 9647.0, 9697.0, 9676.0, 9630.0, 9700.0, 9730.0, 9782.0, 9719.0, 9638.0, 9678.0, 9631.0, 9596.0, 9666.0, 9627.0, 9646.0, 9631.0, 9661.0, 9663.0, 9643.0, 9696.0, 9608.0, 9638.0, 9589.0, 9632.0, 9624.0, 9597.0, 9638.0, 9591.0, 9663.0, 9600.0, 9610.0, 9659.0, 9589.0, 9634.0, 9598.0, 9648.0, 9563.0, 9557.0, 9632.0, 9575.0, 9579.0, 9604.0, 9621.0, 9669.0, 9627.0, 9621.0, 9662.0, 9610.0, 9670.0, 9627.0, 9666.0, 9649.0, 9613.0, 9686.0, 9605.0, 9691.0, 9688.0, 9720.0, 9682.0, 9656.0, 9651.0, 9640.0, 9602.0, 9654.0, 9650.0, 9610.0, 9654.0, 9629.0, 9667.0, 9671.0, 9629.0, 9658.0, 9605.0, 9645.0, 9626.0, 9657.0, 9634.0, 9632.0, 9617.0, 9601.0, 9612.0, 9604.0, 9656.0, 9620.0, 9655.0, 9604.0, 9621.0, 9600.0, 9604.0, 9623.0, 9606.0, 9655.0, 9623.0, 9654.0, 9645.0, 9626.0, 9667.0, 9604.0, 9637.0, 9629.0, 9615.0, 9660.0, 9618.0, 9616.0, 9666.0, 9598.0, 9682.0, 9656.0, 9605.0, 9649.0, 9646.0, 9684.0, 9703.0, 9641.0, 9682.0, 9661.0, 9674.0, 9715.0, 9692.0, 9672.0, 9718.0, 9693.0, 9765.0, 9754.0, 9702.0, 9631.0, 9670.0, 9635.0, 9644.0, 9635.0, 9622.0, 9646.0, 9660.0, 9642.0, 9716.0, 9685.0, 9627.0, 9646.0, 9624.0, 9675.0, 9647.0, 9603.0, 9620.0, 9594.0, 9667.0, 9637.0, 9617.0, 9644.0, 9575.0, 9622.0, 9616.0, 9595.0, 9660.0, 9582.0, 9654.0, 9595.0, 9603.0, 9689.0, 9634.0, 9594.0, 9591.0, 9572.0, 9633.0, 9661.0, 9640.0, 9679.0, 9676.0, 9638.0, 9608.0, 9623.0, 9614.0, 9635.0, 9686.0, 9597.0, 9590.0, 9646.0, 9669.0, 9637.0, 9680.0, 9670.0, 9662.0, 9724.0, 9711.0, 9654.0, 9701.0, 9699.0, 9661.0, 9647.0, 9728.0, 9679.0, 9685.0, 9638.0, 9579.0, 9655.0, 9616.0, 9558.0, 9620.0, 9585.0, 9655.0, 9668.0, 9585.0, 9672.0, 9577.0, 9633.0, 9606.0, 9591.0, 9635.0, 9557.0, 9635.0, 9570.0, 9619.0, 9585.0, 9572.0, 9638.0, 9553.0, 9597.0, 9552.0, 9617.0, 9570.0, 9593.0, 9646.0, 9590.0, 9613.0, 9556.0, 9588.0, 9598.0, 9606.0, 9622.0, 9604.0, 9663.0, 9659.0, 9630.0, 9625.0, 9612.0, 9596.0, 9605.0, 9562.0, 9565.0, 9642.0, 9641.0, 9622.0, 9689.0, 9691.0, 9622.0, 9687.0, 9660.0, 9647.0, 9665.0, 9658.0, 9671.0, 9683.0, 9671.0, 9629.0, 9646.0, 9624.0, 9752.0, 9778.0, 9660.0, 9698.0, 9628.0, 9593.0, 9657.0, 9622.0, 9554.0, 9636.0, 9619.0, 9649.0, 9637.0, 9623.0, 9620.0, 9591.0, 9605.0, 9632.0, 9590.0, 9631.0, 9570.0, 9619.0, 9582.0, 9583.0, 9632.0, 9587.0, 9637.0, 9587.0, 9639.0, 9593.0, 9581.0, 9633.0, 9581.0, 9610.0, 9563.0, 9630.0, 9599.0, 9610.0, 9633.0, 9567.0, 9633.0, 9605.0, 9629.0, 9598.0, 9575.0, 9631.0, 9600.0, 9633.0, 9617.0, 9568.0, 9651.0, 9611.0, 9633.0, 9597.0, 9588.0, 9641.0, 9647.0, 9662.0, 9601.0, 9574.0, 9646.0, 9611.0, 9665.0, 9646.0, 9627.0, 9649.0, 9631.0, 9686.0, 9687.0, 9600.0, 9634.0, 9590.0, 9609.0, 9625.0, 9656.0, 9676.0, 9680.0, 9667.0, 9616.0, 9706.0, 9634.0, 9593.0, 9659.0, 9665.0, 9646.0, 9692.0, 9642.0, 9611.0, 9694.0, 9681.0, 9747.0, 9722.0, 9665.0, 9682.0, 9672.0, 9607.0, 9655.0, 9639.0, 9597.0, 9642.0, 9627.0, 9671.0, 9660.0, 9621.0, 9660.0, 9609.0, 9639.0, 9617.0, 9598.0, 9639.0, 9584.0, 9625.0, 9585.0, 9632.0, 9616.0, 9642.0, 9631.0, 9585.0, 9615.0, 9581.0, 9626.0, 9592.0, 9570.0, 9637.0, 9595.0, 9567.0, 9550.0, 9556.0, 9594.0, 9617.0, 9641.0, 9618.0, 9610.0, 9615.0, 9649.0, 9670.0, 9673.0, 9650.0, 9713.0, 9675.0, 9650.0, 9688.0, 9680.0, 9694.0, 9677.0, 9653.0, 9716.0, 9690.0, 9672.0, 9717.0, 9716.0, 9635.0, 9678.0, 9619.0, 9697.0, 9701.0, 9638.0, 9678.0, 9621.0, 9594.0, 9692.0, 9669.0, 9654.0, 9670.0, 9647.0, 9659.0, 9624.0, 9595.0, 9673.0, 9637.0, 9612.0, 9641.0, 9585.0, 9643.0, 9624.0, 9570.0, 9643.0, 9587.0, 9550.0, 9621.0, 9571.0, 9568.0, 9626.0, 9567.0, 9569.0, 9590.0, 9595.0, 9587.0, 9581.0, 9585.0, 9612.0, 9618.0, 9634.0, 9654.0, 9668.0, 9679.0, 9591.0, 9535.0, 9608.0, 9597.0, 9686.0, 9637.0, 9631.0, 9685.0, 9670.0, 9641.0, 9679.0, 9710.0, 9698.0, 9641.0, 9714.0, 9689.0, 9640.0, 9748.0, 9693.0, 9698.0, 9721.0, 9658.0, 9610.0, 9609.0, 9640.0, 9619.0, 9664.0, 9639.0, 9612.0, 9649.0, 9638.0, 9607.0, 9669.0, 9616.0, 9600.0, 9604.0, 9608.0, 9651.0, 9627.0, 9648.0, 9634.0, 9609.0, 9619.0, 9609.0, 9650.0, 9632.0, 9594.0, 9630.0, 9619.0, 9647.0, 9618.0, 9643.0, 9637.0, 9595.0, 9613.0, 9595.0, 9616.0, 9609.0, 9617.0, 9634.0, 9592.0, 9630.0, 9596.0, 9624.0, 9616.0, 9627.0, 9625.0, 9638.0, 9683.0, 9620.0, 9651.0, 9645.0, 9587.0, 9660.0, 9608.0, 9529.0, 9617.0, 9572.0, 9651.0, 9652.0, 9619.0, 9702.0, 9674.0, 9626.0, 9646.0, 9620.0, 9700.0, 9694.0, 9634.0, 9688.0, 9674.0, 9648.0, 9646.0, 9619.0, 9699.0, 9674.0, 9619.0, 9683.0, 9615.0, 9618.0, 9629.0, 9620.0, 9683.0, 9673.0, 9668.0, 9667.0, 9611.0, 9676.0, 9678.0, 9692.0, 9686.0, 9636.0, 9626.0, 9578.0, 9565.0, 9598.0, 9591.0, 9592.0, 9662.0, 9625.0, 9605.0, 9608.0, 9630.0, 9645.0, 9583.0, 9591.0, 9647.0, 9658.0, 9617.0, 9632.0, 9610.0, 9588.0, 9629.0, 9607.0, 9636.0, 9639.0, 9619.0, 9682.0, 9671.0, 9568.0, 9595.0, 9605.0, 9623.0, 9681.0, 9640.0, 9610.0, 9649.0, 9615.0, 9652.0, 9665.0, 9621.0, 9657.0, 9624.0, 9626.0, 9697.0, 9671.0, 9622.0, 9664.0, 9610.0, 9610.0, 9625.0, 9629.0, 9691.0, 9645.0, 9603.0, 9640.0, 9613.0, 9630.0, 9645.0, 9635.0, 9679.0, 9631.0, 9617.0, 9636.0, 9630.0, 9631.0, 9647.0, 9639.0, 9654.0, 9732.0, 9745.0, 9678.0, 9641.0, 9628.0, 9631.0, 9678.0, 9612.0, 9598.0, 9625.0, 9636.0, 9619.0, 9691.0, 9648.0, 9604.0, 9643.0, 9632.0, 9630.0, 9643.0, 9601.0, 9670.0, 9633.0, 9663.0, 9648.0, 9583.0, 9647.0, 9622.0, 9650.0, 9597.0, 9658.0, 9635.0, 9593.0, 9614.0, 9590.0, 9613.0, 9596.0, 9641.0, 9627.0, 9650.0, 9646.0, 9680.0, 9609.0, 9593.0, 9638.0, 9612.0, 9621.0, 9618.0, 9617.0, 9623.0, 9638.0, 9656.0, 9655.0, 9639.0, 9600.0, 9560.0, 9644.0, 9633.0, 9602.0, 9673.0, 9623.0, 9633.0, 9654.0, 9658.0, 9735.0, 9693.0, 9682.0, 9711.0, 9658.0, 9718.0, 9694.0, 9702.0, 9706.0, 9660.0, 9710.0, 9642.0, 9620.0, 9655.0, 9621.0, 9702.0, 9674.0, 9669.0, 9683.0, 9616.0, 9683.0, 9620.0, 9618.0, 9686.0, 9694.0, 9731.0, 9673.0, 9629.0, 9707.0, 9746.0, 9721.0, 9661.0, 9607.0, 9624.0, 9601.0, 9597.0, 9647.0, 9598.0, 9646.0, 9604.0, 9602.0, 9661.0, 9613.0, 9682.0, 9611.0, 9661.0, 9588.0, 9634.0, 9615.0, 9622.0, 9635.0, 9554.0, 9610.0, 9591.0, 9623.0, 9577.0, 9658.0, 9634.0, 9597.0, 9594.0, 9571.0, 9602.0, 9593.0, 9642.0, 9594.0, 9592.0, 9555.0, 9536.0, 9591.0, 9588.0, 9597.0, 9635.0, 9618.0, 9670.0, 9645.0, 9675.0, 9689.0, 9666.0, 9688.0, 9672.0, 9629.0, 9627.0, 9615.0, 9666.0, 9630.0, 9683.0, 9670.0, 9647.0, 9647.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.006382522935779816</td></tr>
<tr><td colspan=3>aqi</td><td>0.1081242995412844</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.51991254450061</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0623201382548786</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9838991579908147</td></tr>
<tr><td colspan=3>efc</td><td>0.4628</td></tr>
<tr><td colspan=3>fber</td><td>4900.3955</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2436799559472556</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>244</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.98165137614679</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8027113395249095</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.724151753232979</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9304712028593944</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7535110624823558</td></tr>
<tr><td colspan=3>gcor</td><td>0.00781582</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004002590198069811</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02092154137790203</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.241333503572168</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>21.2465</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.8265</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2487</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305911.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>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.7726</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5331</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.9346</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3635.2956</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70633.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.7351</td></tr>
<tr><td colspan=3>tsnr</td><td>21.900401324266568</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>