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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-04/func/sub-0122_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8b8e0323535ec92cb6411cbc1e5c3398</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>19:03:28.745000</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.999228, 0.0349686, -0.0178879, -0.0336716, 0.997097, 0.068286]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0846848</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7659, -7103, 778, -68, 199, -270, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.418</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46584f4d-4e49-433a-80be-6f92e8dc7c81||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.680856466293335, -0.0903383418917656, -0.0546044185757637, 118.17657470703125], [-0.09381812810897827, 2.6751394271850586, 0.18260374665260315, -101.6076889038086], [-0.04799196869134903, -0.18320642411708832, 2.6932644844055176, -47.46393966674805], [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': ['190328.745000', '190329.205000', '190329.665000', '190330.125000', '190330.585000', '190331.045000', '190331.505000', '190331.965000', '190332.425000', '190332.885000', '190333.345000', '190333.805000', '190334.265000', '190334.725000', '190335.185000', '190335.645000', '190336.105000', '190336.565000', '190337.025000', '190337.485000', '190337.945000', '190338.405000', '190338.865000', '190339.325000', '190339.785000', '190340.245000', '190340.705000', '190341.165000', '190341.625000', '190342.085000', '190342.545000', '190343.005000', '190343.465000', '190343.925000', '190344.385000', '190344.845000', '190345.305000', '190345.765000', '190346.225000', '190346.685000', '190347.145000', '190347.605000', '190348.065000', '190348.525000', '190348.985000', '190349.445000', '190349.905000', '190350.365000', '190350.825000', '190351.285000', '190351.745000', '190352.205000', '190352.665000', '190353.125000', '190353.585000', '190354.045000', '190354.505000', '190354.965000', '190355.425000', '190355.885000', '190356.345000', '190356.805000', '190357.265000', '190357.725000', '190358.185000', '190358.645000', '190359.105000', '190359.565000', '190400.025000', '190400.485000', '190400.945000', '190401.405000', '190401.865000', '190402.325000', '190402.785000', '190403.245000', '190403.705000', '190404.165000', '190404.625000', '190405.085000', '190405.545000', '190406.005000', '190406.465000', '190406.925000', '190407.385000', '190407.845000', '190408.305000', '190408.765000', '190409.225000', '190409.685000', '190410.145000', '190410.605000', '190411.065000', '190411.525000', '190411.985000', '190412.445000', '190412.905000', '190413.365000', '190413.825000', '190414.285000', '190414.745000', '190415.205000', '190415.665000', '190416.125000', '190416.585000', '190417.045000', '190417.505000', '190417.965000', '190418.425000', '190418.885000', '190419.345000', '190419.805000', '190420.265000', '190420.725000', '190421.185000', '190421.645000', '190422.105000', '190422.565000', '190423.025000', '190423.485000', '190423.945000', '190424.405000', '190424.865000', '190425.325000', '190425.785000', '190426.245000', '190426.705000', '190427.165000', '190427.625000', '190428.085000', '190428.545000', '190429.005000', '190429.465000', '190429.925000', '190430.385000', '190430.845000', '190431.305000', '190431.765000', '190432.225000', '190432.685000', '190433.145000', '190433.605000', '190434.065000', '190434.525000', '190434.985000', '190435.445000', '190435.905000', '190436.365000', '190436.825000', '190437.285000', '190437.745000', '190438.205000', '190438.665000', '190439.125000', '190439.585000', '190440.045000', '190440.505000', '190440.965000', '190441.425000', '190441.885000', '190442.345000', '190442.805000', '190443.265000', '190443.725000', '190444.185000', '190444.645000', '190445.105000', '190445.565000', '190446.025000', '190446.485000', '190446.945000', '190447.405000', '190447.865000', '190448.325000', '190448.785000', '190449.245000', '190449.705000', '190450.165000', '190450.625000', '190451.085000', '190451.545000', '190452.005000', '190452.465000', '190452.925000', '190453.385000', '190453.845000', '190454.305000', '190454.765000', '190455.225000', '190455.685000', '190456.145000', '190456.605000', '190457.065000', '190457.525000', '190457.985000', '190458.445000', '190458.905000', '190459.365000', '190459.825000', '190500.285000', '190500.745000', '190501.205000', '190501.665000', '190502.125000', '190502.585000', '190503.045000', '190503.505000', '190503.965000', '190504.425000', '190504.885000', '190505.345000', '190505.805000', '190506.265000', '190506.725000', '190507.185000', '190507.645000', '190508.105000', '190508.565000', '190509.025000', '190509.485000', '190509.945000', '190510.405000', '190510.865000', '190511.325000', '190511.785000', '190512.245000', '190512.705000', '190513.165000', '190513.625000', '190514.085000', '190514.545000', '190515.005000', '190515.465000', '190515.925000', '190516.385000', '190516.845000', '190517.305000', '190517.765000', '190518.225000', '190518.685000', '190519.145000', '190519.605000', '190520.065000', '190520.525000', '190520.985000', '190521.445000', '190521.905000', '190522.365000', '190522.825000', '190523.285000', '190523.745000', '190524.205000', '190524.665000', '190525.125000', '190525.585000', '190526.045000', '190526.505000', '190526.965000', '190527.425000', '190527.885000', '190528.345000', '190528.805000', '190529.265000', '190529.725000', '190530.185000', '190530.645000', '190531.105000', '190531.565000', '190532.025000', '190532.485000', '190532.945000', '190533.405000', '190533.865000', '190534.325000', '190534.785000', '190535.245000', '190535.705000', '190536.165000', '190536.625000', '190537.085000', '190537.545000', '190538.005000', '190538.465000', '190538.925000', '190539.385000', '190539.845000', '190540.305000', '190540.765000', '190541.225000', '190541.685000', '190542.145000', '190542.605000', '190543.065000', '190543.525000', '190543.985000', '190544.445000', '190544.905000', '190545.365000', '190545.825000', '190546.285000', '190546.745000', '190547.205000', '190547.665000', '190548.125000', '190548.585000', '190549.045000', '190549.505000', '190549.965000', '190550.425000', '190550.885000', '190551.345000', '190551.805000', '190552.265000', '190552.725000', '190553.185000', '190553.645000', '190554.105000', '190554.565000', '190555.025000', '190555.485000', '190555.945000', '190556.405000', '190556.865000', '190557.325000', '190557.785000', '190558.245000', '190558.705000', '190559.165000', '190559.625000', '190600.085000', '190600.545000', '190601.005000', '190601.465000', '190601.925000', '190602.385000', '190602.845000', '190603.305000', '190603.765000', '190604.225000', '190604.685000', '190605.145000', '190605.605000', '190606.065000', '190606.525000', '190606.985000', '190607.445000', '190607.905000', '190608.365000', '190608.825000', '190609.285000', '190609.745000', '190610.205000', '190610.665000', '190611.125000', '190611.585000', '190612.045000', '190612.505000', '190612.965000', '190613.425000', '190613.885000', '190614.345000', '190614.805000', '190615.265000', '190615.725000', '190616.185000', '190616.645000', '190617.105000', '190617.565000', '190618.025000', '190618.485000', '190618.945000', '190619.405000', '190619.865000', '190620.325000', '190620.785000', '190621.245000', '190621.705000', '190622.165000', '190622.625000', '190623.085000', '190623.545000', '190624.005000', '190624.465000', '190624.925000', '190625.385000', '190625.845000', '190626.305000', '190626.765000', '190627.225000', '190627.685000', '190628.145000', '190628.605000', '190629.065000', '190629.525000', '190629.985000', '190630.445000', '190630.905000', '190631.365000', '190631.825000', '190632.285000', '190632.745000', '190633.205000', '190633.665000', '190634.125000', '190634.585000', '190635.045000', '190635.505000', '190635.965000', '190636.425000', '190636.885000', '190637.345000', '190637.805000', '190638.265000', '190638.725000', '190639.185000', '190639.645000', '190640.105000', '190640.565000', '190641.025000', '190641.485000', '190641.945000', '190642.405000', '190642.865000', '190643.325000', '190643.785000', '190644.245000', '190644.705000', '190645.165000', '190645.625000', '190646.085000', '190646.545000', '190647.005000', '190647.465000', '190647.925000', '190648.385000', '190648.845000', '190649.305000', '190649.765000', '190650.225000', '190650.685000', '190651.145000', '190651.605000', '190652.065000', '190652.525000', '190652.985000', '190653.445000', '190653.905000', '190654.365000', '190654.825000', '190655.285000', '190655.745000', '190656.205000', '190656.665000', '190657.125000', '190657.585000', '190658.045000', '190658.505000', '190658.965000', '190659.425000', '190659.885000', '190700.345000', '190700.805000', '190701.265000', '190701.725000', '190702.185000', '190702.645000', '190703.105000', '190703.565000', '190704.025000', '190704.485000', '190704.945000', '190705.405000', '190705.865000', '190706.325000', '190706.785000', '190707.245000', '190707.705000', '190708.165000', '190708.625000', '190709.085000', '190709.545000', '190710.005000', '190710.465000', '190710.925000', '190711.385000', '190711.845000', '190712.305000', '190712.765000', '190713.225000', '190713.685000', '190714.145000', '190714.605000', '190715.065000', '190715.525000', '190715.985000', '190716.445000', '190716.905000', '190717.365000', '190717.825000', '190718.285000', '190718.745000', '190719.205000', '190719.665000', '190720.125000', '190720.585000', '190721.045000', '190721.505000', '190721.965000', '190722.425000', '190722.885000', '190723.345000', '190723.805000', '190724.265000', '190724.725000', '190725.185000', '190725.645000', '190726.105000', '190726.565000', '190727.025000', '190727.485000', '190727.945000', '190728.405000', '190728.865000', '190729.325000', '190729.785000', '190730.245000', '190730.705000', '190731.165000', '190731.625000', '190732.085000', '190732.545000', '190733.005000', '190733.465000', '190733.925000', '190734.385000', '190734.845000', '190735.305000', '190735.765000', '190736.225000', '190736.685000', '190737.145000', '190737.605000', '190738.065000', '190738.525000', '190738.985000', '190739.445000', '190739.905000', '190740.365000', '190740.825000', '190741.285000', '190741.745000', '190742.205000', '190742.665000', '190743.125000', '190743.585000', '190744.045000', '190744.505000', '190744.965000', '190745.425000', '190745.885000', '190746.345000', '190746.805000', '190747.265000', '190747.725000', '190748.185000', '190748.645000', '190749.105000', '190749.565000', '190750.025000', '190750.485000', '190750.945000', '190751.405000', '190751.865000', '190752.325000', '190752.785000', '190753.245000', '190753.705000', '190754.165000', '190754.625000', '190755.085000', '190755.545000', '190756.005000', '190756.465000', '190756.925000', '190757.385000', '190757.845000', '190758.305000', '190758.765000', '190759.225000', '190759.685000', '190800.145000', '190800.605000', '190801.065000', '190801.525000', '190801.985000', '190802.445000', '190802.905000', '190803.365000', '190803.825000', '190804.285000', '190804.745000', '190805.205000', '190805.665000', '190806.125000', '190806.585000', '190807.045000', '190807.505000', '190807.965000', '190808.425000', '190808.885000', '190809.345000', '190809.805000', '190810.265000', '190810.725000', '190811.185000', '190811.645000', '190812.105000', '190812.565000', '190813.025000', '190813.485000', '190813.945000', '190814.405000', '190814.865000', '190815.325000', '190815.785000', '190816.245000', '190816.705000', '190817.165000', '190817.625000', '190818.085000', '190818.545000', '190819.005000', '190819.465000', '190819.925000', '190820.385000', '190820.845000', '190821.305000', '190821.765000', '190822.225000', '190822.685000', '190823.145000', '190823.605000', '190824.065000', '190824.525000', '190824.985000', '190825.445000', '190825.905000', '190826.365000', '190826.825000', '190827.285000', '190827.745000', '190828.205000', '190828.665000', '190829.125000', '190829.585000', '190830.045000', '190830.505000', '190830.965000', '190831.425000', '190831.885000', '190832.345000', '190832.805000', '190833.265000', '190833.725000', '190834.185000', '190834.645000', '190835.105000', '190835.565000', '190836.025000', '190836.485000', '190836.945000', '190837.405000', '190837.865000', '190838.325000', '190838.785000', '190839.245000', '190839.705000', '190840.165000', '190840.625000', '190841.085000', '190841.545000', '190842.005000', '190842.465000', '190842.925000', '190843.385000', '190843.845000', '190844.305000', '190844.765000', '190845.225000', '190845.685000', '190846.145000', '190846.605000', '190847.065000', '190847.525000', '190847.985000', '190848.445000', '190848.905000', '190849.365000', '190849.825000', '190850.285000', '190850.745000', '190851.205000', '190851.665000', '190852.125000', '190852.585000', '190853.045000', '190853.505000', '190853.965000', '190854.425000', '190854.885000', '190855.345000', '190855.805000', '190856.265000', '190856.725000', '190857.185000', '190857.645000', '190858.105000', '190858.565000', '190859.025000', '190859.485000', '190859.945000', '190900.405000', '190900.865000', '190901.325000', '190901.785000', '190902.245000', '190902.705000', '190903.165000', '190903.625000', '190904.085000', '190904.545000', '190905.005000', '190905.465000', '190905.925000', '190906.385000', '190906.845000', '190907.305000', '190907.765000', '190908.225000', '190908.685000', '190909.145000', '190909.605000', '190910.065000', '190910.525000', '190910.985000', '190911.445000', '190911.905000', '190912.365000', '190912.825000', '190913.285000', '190913.745000', '190914.205000', '190914.665000', '190915.125000', '190915.585000', '190916.045000', '190916.505000', '190916.965000', '190917.425000', '190917.885000', '190918.345000', '190918.805000', '190919.265000', '190919.725000', '190920.185000', '190920.645000', '190921.105000', '190921.565000', '190922.025000', '190922.485000', '190922.945000', '190923.405000', '190923.865000', '190924.325000', '190924.785000', '190925.245000', '190925.705000', '190926.165000', '190926.625000', '190927.085000', '190927.545000', '190928.005000', '190928.465000', '190928.925000', '190929.385000', '190929.845000', '190930.305000', '190930.765000', '190931.225000', '190931.685000', '190932.145000', '190932.605000', '190933.065000', '190933.525000', '190933.985000', '190934.445000', '190934.905000', '190935.365000', '190935.825000', '190936.285000', '190936.745000', '190937.205000', '190937.665000', '190938.125000', '190938.585000', '190939.045000', '190939.505000', '190939.965000', '190940.425000', '190940.885000', '190941.345000', '190941.805000', '190942.265000', '190942.725000', '190943.185000', '190943.645000', '190944.105000', '190944.565000', '190945.025000', '190945.485000', '190945.945000', '190946.405000', '190946.865000', '190947.325000', '190947.785000', '190948.245000', '190948.705000', '190949.165000', '190949.625000', '190950.085000', '190950.545000', '190951.005000', '190951.465000', '190951.925000', '190952.385000', '190952.845000', '190953.305000', '190953.765000', '190954.225000', '190954.685000', '190955.145000', '190955.605000', '190956.065000', '190956.525000', '190956.985000', '190957.445000', '190957.905000', '190958.365000', '190958.825000', '190959.285000', '190959.745000', '191000.205000', '191000.665000', '191001.125000', '191001.585000', '191002.045000', '191002.505000', '191002.965000', '191003.425000', '191003.885000', '191004.345000', '191004.805000', '191005.265000', '191005.725000', '191006.185000', '191006.645000', '191007.105000', '191007.565000', '191008.025000', '191008.485000', '191008.945000', '191009.405000'], 'ContentTime': ['190348.537000', '190348.540000', '190348.543000', '190348.546000', '190348.548000', '190348.554000', '190348.557000', '190348.559000', '190348.562000', '190348.564000', '190348.567000', '190348.569000', '190348.572000', '190348.575000', '190348.577000', '190348.580000', '190348.582000', '190348.585000', '190348.587000', '190348.590000', '190348.592000', '190348.595000', '190348.598000', '190348.600000', '190348.603000', '190348.605000', '190348.608000', '190348.611000', '190348.613000', '190348.616000', '190348.618000', '190348.621000', '190348.624000', '190348.626000', '190348.629000', '190348.637000', '190348.639000', '190348.642000', '190348.644000', '190348.647000', '190408.491000', '190408.504000', '190408.506000', '190408.509000', '190408.511000', '190408.514000', '190408.517000', '190408.519000', '190408.522000', '190408.524000', '190408.527000', '190408.529000', '190408.532000', '190408.535000', '190408.537000', '190408.540000', '190408.542000', '190408.545000', '190408.547000', '190408.550000', '190408.552000', '190408.555000', '190408.558000', '190408.560000', '190408.563000', '190408.565000', '190408.568000', '190408.570000', '190408.573000', '190408.576000', '190408.579000', '190408.582000', '190408.584000', '190408.587000', '190408.589000', '190408.592000', '190408.595000', '190408.597000', '190408.600000', '190408.602000', '190408.605000', '190408.607000', '190408.610000', '190428.491000', '190428.494000', '190428.497000', '190428.499000', '190428.502000', '190428.504000', '190428.507000', '190428.510000', '190428.512000', '190428.515000', '190428.517000', '190428.520000', '190428.522000', '190428.525000', '190428.527000', '190428.530000', '190428.533000', '190428.535000', '190428.538000', '190428.540000', '190428.543000', '190428.545000', '190428.548000', '190428.550000', '190428.553000', '190428.555000', '190428.558000', '190428.560000', '190428.563000', '190428.566000', '190428.568000', '190428.571000', '190428.574000', '190428.576000', '190428.579000', '190428.581000', '190428.584000', '190428.592000', '190428.594000', '190428.597000', '190428.600000', '190428.602000', '190428.605000', '190428.607000', '190448.493000', '190448.496000', '190448.498000', '190448.501000', '190448.503000', '190448.506000', '190448.508000', '190448.511000', '190448.513000', '190448.516000', '190448.519000', '190448.521000', '190448.524000', '190448.526000', '190448.529000', '190448.532000', '190448.534000', '190448.537000', '190448.539000', '190448.542000', '190448.544000', '190448.547000', '190448.549000', '190448.552000', '190448.554000', '190448.557000', '190448.560000', '190448.562000', '190448.565000', '190448.567000', '190448.570000', '190448.572000', '190448.575000', '190448.578000', '190448.580000', '190448.583000', '190448.585000', '190448.588000', '190448.590000', '190448.593000', '190448.603000', '190448.605000', '190448.608000', '190508.493000', '190508.495000', '190508.498000', '190508.501000', '190508.503000', '190508.506000', '190508.508000', '190508.511000', '190508.513000', '190508.516000', '190508.518000', '190508.521000', '190508.523000', '190508.526000', '190508.529000', '190508.531000', '190508.534000', '190508.536000', '190508.539000', '190508.542000', '190508.544000', '190508.547000', '190508.549000', '190508.552000', '190508.554000', '190508.557000', '190508.559000', '190508.562000', '190508.565000', '190508.567000', '190508.570000', '190508.572000', '190508.575000', '190508.577000', '190508.580000', '190508.583000', '190508.585000', '190508.588000', '190508.590000', '190508.593000', '190508.595000', '190508.598000', '190508.600000', '190508.603000', '190528.491000', '190528.494000', '190528.497000', '190528.499000', '190528.502000', '190528.504000', '190528.507000', '190528.509000', '190528.512000', '190528.515000', '190528.517000', '190528.520000', '190528.522000', '190528.525000', '190528.528000', '190528.530000', '190528.533000', '190528.535000', '190528.538000', '190528.540000', '190528.543000', '190528.545000', '190528.548000', '190528.550000', '190528.553000', '190528.555000', '190528.558000', '190528.561000', '190528.563000', '190528.566000', '190528.568000', '190528.571000', '190528.574000', '190528.576000', '190528.579000', '190528.581000', '190528.584000', '190528.586000', '190528.589000', '190528.592000', '190528.595000', '190528.598000', '190528.601000', '190548.491000', '190548.494000', '190548.497000', '190548.499000', '190548.502000', '190548.504000', '190548.507000', '190548.510000', '190548.512000', '190548.515000', '190548.517000', '190548.541000', '190548.544000', '190548.546000', '190548.549000', '190548.551000', '190548.554000', '190548.557000', '190548.559000', '190548.562000', '190548.564000', '190548.567000', '190548.569000', '190548.572000', '190548.574000', '190548.577000', '190548.580000', '190548.582000', '190548.585000', '190548.588000', '190548.590000', '190548.593000', '190548.595000', '190548.598000', '190548.600000', '190548.603000', '190548.606000', '190548.608000', '190548.611000', '190548.613000', '190548.616000', '190548.618000', '190548.621000', '190548.624000', '190608.492000', '190608.494000', '190608.497000', '190608.500000', '190608.502000', '190608.505000', '190608.507000', '190608.510000', '190608.513000', '190608.515000', '190608.518000', '190608.520000', '190608.523000', '190608.526000', '190608.528000', '190608.531000', '190608.533000', '190608.536000', '190608.539000', '190608.541000', '190608.544000', '190608.546000', '190608.549000', '190608.552000', '190608.554000', '190608.557000', '190608.559000', '190608.562000', '190608.565000', '190608.567000', '190608.570000', '190608.572000', '190608.575000', '190608.577000', '190608.580000', '190608.582000', '190608.585000', '190608.588000', '190608.590000', '190608.593000', '190608.596000', '190608.598000', '190608.601000', '190628.491000', '190628.494000', '190628.497000', '190628.499000', '190628.502000', '190628.505000', '190628.507000', '190628.510000', '190628.512000', '190628.515000', '190628.518000', '190628.520000', '190628.523000', '190628.526000', '190628.528000', '190628.531000', '190628.533000', '190628.536000', '190628.538000', '190628.551000', '190628.553000', '190628.556000', '190628.558000', '190628.561000', '190628.564000', '190628.566000', '190628.569000', '190628.571000', '190628.574000', '190628.576000', '190628.579000', '190628.581000', '190628.584000', '190628.587000', '190628.589000', '190628.592000', '190628.594000', '190628.597000', '190628.600000', '190628.602000', '190628.605000', '190628.607000', '190628.610000', '190628.613000', '190648.491000', '190648.494000', '190648.497000', '190648.499000', '190648.502000', '190648.504000', '190648.507000', '190648.510000', '190648.512000', '190648.515000', '190648.517000', '190648.520000', '190648.523000', '190648.525000', '190648.528000', '190648.530000', '190648.533000', '190648.535000', '190648.538000', '190648.540000', '190648.543000', '190648.546000', '190648.548000', '190648.551000', '190648.553000', '190648.556000', '190648.558000', '190648.561000', '190648.564000', '190648.567000', '190648.569000', '190648.572000', '190648.574000', '190648.577000', '190648.579000', '190648.582000', '190648.585000', '190648.587000', '190648.590000', '190648.592000', '190648.595000', '190648.597000', '190648.600000', '190708.493000', '190708.495000', '190708.498000', '190708.501000', '190708.503000', '190708.506000', '190708.508000', '190708.511000', '190708.513000', '190708.516000', '190708.519000', '190708.521000', '190708.524000', '190708.526000', '190708.529000', '190708.532000', '190708.534000', '190708.537000', '190708.539000', '190708.542000', '190708.544000', '190708.547000', '190708.550000', '190708.552000', '190708.555000', '190708.557000', '190708.560000', '190708.563000', '190708.565000', '190708.568000', '190708.570000', '190708.573000', '190708.575000', '190708.578000', '190708.581000', '190708.583000', '190708.597000', '190708.599000', '190708.602000', '190708.604000', '190708.607000', '190708.610000', '190708.612000', '190708.615000', '190728.492000', '190728.495000', '190728.498000', '190728.501000', '190728.503000', '190728.506000', '190728.508000', '190728.511000', '190728.513000', '190728.516000', '190728.519000', '190728.521000', '190728.524000', '190728.526000', '190728.529000', '190728.531000', '190728.534000', '190728.537000', '190728.539000', '190728.542000', '190728.544000', '190728.547000', '190728.550000', '190728.552000', '190728.555000', '190728.557000', '190728.560000', '190728.562000', '190728.565000', '190728.568000', '190728.570000', '190728.573000', '190728.576000', '190728.578000', '190728.581000', '190728.583000', '190728.586000', '190728.589000', '190728.591000', '190728.594000', '190728.596000', '190728.599000', '190728.602000', '190748.492000', '190748.495000', '190748.497000', '190748.500000', '190748.503000', '190748.505000', '190748.509000', '190748.512000', '190748.514000', '190748.517000', '190748.519000', '190748.522000', '190748.525000', '190748.527000', '190748.539000', '190748.541000', '190748.544000', '190748.547000', '190748.549000', '190748.552000', '190748.554000', '190748.557000', '190748.560000', '190748.562000', '190748.565000', '190748.567000', '190748.570000', '190748.573000', '190748.575000', '190748.578000', '190748.580000', '190748.583000', '190748.586000', '190748.588000', '190748.591000', '190748.594000', '190748.596000', '190748.599000', '190748.602000', '190748.604000', '190748.607000', '190748.609000', '190748.612000', '190808.491000', '190808.494000', '190808.497000', '190808.500000', '190808.502000', '190808.505000', '190808.507000', '190808.510000', '190808.513000', '190808.515000', '190808.518000', '190808.520000', '190808.523000', '190808.526000', '190808.528000', '190808.531000', '190808.533000', '190808.536000', '190808.538000', '190808.541000', '190808.544000', '190808.546000', '190808.549000', '190808.552000', '190808.554000', '190808.557000', '190808.560000', '190808.562000', '190808.565000', '190808.568000', '190808.570000', '190808.573000', '190808.575000', '190808.578000', '190808.581000', '190808.583000', '190808.586000', '190808.589000', '190808.591000', '190808.594000', '190808.596000', '190808.599000', '190808.602000', '190808.604000', '190828.512000', '190828.515000', '190828.517000', '190828.520000', '190828.522000', '190828.525000', '190828.528000', '190828.530000', '190828.533000', '190828.535000', '190828.538000', '190828.541000', '190828.543000', '190828.546000', '190828.548000', '190828.551000', '190828.554000', '190828.556000', '190828.559000', '190828.562000', '190828.564000', '190828.567000', '190828.570000', '190828.572000', '190828.575000', '190828.578000', '190828.580000', '190828.583000', '190828.586000', '190828.588000', '190828.591000', '190828.593000', '190828.596000', '190828.599000', '190828.601000', '190828.604000', '190828.606000', '190828.609000', '190828.612000', '190828.614000', '190828.617000', '190828.619000', '190828.622000', '190848.491000', '190848.494000', '190848.497000', '190848.500000', '190848.527000', '190848.530000', '190848.532000', '190848.535000', '190848.538000', '190848.540000', '190848.543000', '190848.545000', '190848.548000', '190848.550000', '190848.553000', '190848.556000', '190848.558000', '190848.561000', '190848.564000', '190848.566000', '190848.569000', '190848.571000', '190848.574000', '190848.577000', '190848.579000', '190848.582000', '190848.584000', '190848.587000', '190848.590000', '190848.592000', '190848.595000', '190848.597000', '190848.600000', '190848.603000', '190848.605000', '190848.608000', '190848.610000', '190848.613000', '190848.616000', '190848.618000', '190848.621000', '190848.623000', '190848.626000', '190848.628000', '190908.492000', '190908.494000', '190908.497000', '190908.500000', '190908.503000', '190908.505000', '190908.508000', '190908.511000', '190908.514000', '190908.517000', '190908.519000', '190908.522000', '190908.524000', '190908.527000', '190908.530000', '190908.532000', '190908.535000', '190908.538000', '190908.540000', '190908.543000', '190908.545000', '190908.549000', '190908.552000', '190908.555000', '190908.557000', '190908.560000', '190908.562000', '190908.565000', '190908.568000', '190908.570000', '190908.573000', '190908.576000', '190908.578000', '190908.581000', '190908.583000', '190908.586000', '190908.588000', '190908.591000', '190908.594000', '190908.596000', '190908.599000', '190908.602000', '190908.605000', '190928.492000', '190928.495000', '190928.498000', '190928.501000', '190928.503000', '190928.506000', '190928.508000', '190928.511000', '190928.514000', '190928.516000', '190928.519000', '190928.521000', '190928.524000', '190928.527000', '190928.529000', '190928.532000', '190928.534000', '190928.537000', '190928.540000', '190928.542000', '190928.545000', '190928.547000', '190928.550000', '190928.553000', '190928.555000', '190928.558000', '190928.560000', '190928.563000', '190928.566000', '190928.568000', '190928.571000', '190928.573000', '190928.576000', '190928.579000', '190928.581000', '190928.584000', '190928.586000', '190928.589000', '190928.591000', '190928.594000', '190928.597000', '190928.599000', '190928.602000', '190928.604000', '190948.492000', '190948.495000', '190948.498000', '190948.501000', '190948.503000', '190948.506000', '190948.508000', '190948.511000', '190948.514000', '190948.517000', '190948.520000', '190948.523000', '190948.526000', '190948.528000', '190948.531000', '190948.534000', '190948.536000', '190948.539000', '190948.542000', '190948.544000', '190948.547000', '190948.549000', '190948.552000', '190948.555000', '190948.557000', '190948.560000', '190948.562000', '190948.565000', '190948.567000', '190948.570000', '190948.573000', '190948.575000', '190948.578000', '190948.581000', '190948.583000', '190948.586000', '190948.588000', '190948.591000', '190948.593000', '190948.596000', '190948.599000', '190948.601000', '190948.604000', '191008.492000', '191008.495000', '191008.497000', '191008.500000', '191008.502000', '191008.505000', '191008.507000', '191008.510000', '191008.513000', '191008.515000', '191008.518000', '191008.520000', '191008.523000', '191008.525000', '191008.528000', '191008.531000', '191008.533000', '191008.536000', '191008.538000', '191008.541000', '191008.544000', '191008.546000', '191008.549000', '191008.551000', '191008.554000', '191008.556000', '191008.559000', '191008.561000', '191008.564000', '191008.575000', '191008.578000', '191008.580000', '191008.583000', '191008.585000', '191008.588000', '191008.591000', '191008.593000', '191008.596000', '191008.598000', '191008.601000', '191008.603000', '191008.606000', '191008.609000', '191008.611000', '191011.070000', '191011.073000', '191011.076000', '191011.079000', '191011.082000', '191011.085000'], 'InstanceCreationTime': ['190348.537000', '190348.540000', '190348.543000', '190348.546000', '190348.548000', '190348.554000', '190348.557000', '190348.559000', '190348.562000', '190348.564000', '190348.567000', '190348.569000', '190348.572000', '190348.575000', '190348.577000', '190348.580000', '190348.582000', '190348.585000', '190348.587000', '190348.590000', '190348.592000', '190348.595000', '190348.598000', '190348.600000', '190348.603000', '190348.605000', '190348.608000', '190348.611000', '190348.613000', '190348.616000', '190348.618000', '190348.621000', '190348.624000', '190348.626000', '190348.629000', '190348.637000', '190348.639000', '190348.642000', '190348.644000', '190348.647000', '190408.491000', '190408.504000', '190408.506000', '190408.509000', '190408.511000', '190408.514000', '190408.517000', '190408.519000', '190408.522000', '190408.524000', '190408.527000', '190408.529000', '190408.532000', '190408.535000', '190408.537000', '190408.540000', '190408.542000', '190408.545000', '190408.547000', '190408.550000', '190408.552000', '190408.555000', '190408.558000', '190408.560000', '190408.563000', '190408.565000', '190408.568000', '190408.570000', '190408.573000', '190408.576000', '190408.579000', '190408.582000', '190408.584000', '190408.587000', '190408.589000', '190408.592000', '190408.595000', '190408.597000', '190408.600000', '190408.602000', '190408.605000', '190408.607000', '190408.610000', '190428.491000', '190428.494000', '190428.497000', '190428.499000', '190428.502000', '190428.504000', '190428.507000', '190428.510000', '190428.512000', '190428.515000', '190428.517000', '190428.520000', '190428.522000', '190428.525000', '190428.527000', '190428.530000', '190428.533000', '190428.535000', '190428.538000', '190428.540000', '190428.543000', '190428.545000', '190428.548000', '190428.550000', '190428.553000', '190428.555000', '190428.558000', '190428.560000', '190428.563000', '190428.566000', '190428.568000', '190428.571000', '190428.574000', '190428.576000', '190428.579000', '190428.581000', '190428.584000', '190428.592000', '190428.594000', '190428.597000', '190428.600000', '190428.602000', '190428.605000', '190428.607000', '190448.493000', '190448.496000', '190448.498000', '190448.501000', '190448.503000', '190448.506000', '190448.508000', '190448.511000', '190448.513000', '190448.516000', '190448.519000', '190448.521000', '190448.524000', '190448.526000', '190448.529000', '190448.532000', '190448.534000', '190448.537000', '190448.539000', '190448.542000', '190448.544000', '190448.547000', '190448.549000', '190448.552000', '190448.554000', '190448.557000', '190448.560000', '190448.562000', '190448.565000', '190448.567000', '190448.570000', '190448.572000', '190448.575000', '190448.578000', '190448.580000', '190448.583000', '190448.585000', '190448.588000', '190448.590000', '190448.593000', '190448.603000', '190448.605000', '190448.608000', '190508.493000', '190508.495000', '190508.498000', '190508.501000', '190508.503000', '190508.506000', '190508.508000', '190508.511000', '190508.513000', '190508.516000', '190508.518000', '190508.521000', '190508.523000', '190508.526000', '190508.529000', '190508.531000', '190508.534000', '190508.536000', '190508.539000', '190508.542000', '190508.544000', '190508.547000', '190508.549000', '190508.552000', '190508.554000', '190508.557000', '190508.559000', '190508.562000', '190508.565000', '190508.567000', '190508.570000', '190508.572000', '190508.575000', '190508.577000', '190508.580000', '190508.583000', '190508.585000', '190508.588000', '190508.590000', '190508.593000', '190508.595000', '190508.598000', '190508.600000', '190508.603000', '190528.491000', '190528.494000', '190528.497000', '190528.499000', '190528.502000', '190528.504000', '190528.507000', '190528.509000', '190528.512000', '190528.515000', '190528.517000', '190528.520000', '190528.522000', '190528.525000', '190528.528000', '190528.530000', '190528.533000', '190528.535000', '190528.538000', '190528.540000', '190528.543000', '190528.545000', '190528.548000', '190528.550000', '190528.553000', '190528.555000', '190528.558000', '190528.561000', '190528.563000', '190528.566000', '190528.568000', '190528.571000', '190528.574000', '190528.576000', '190528.579000', '190528.581000', '190528.584000', '190528.586000', '190528.589000', '190528.592000', '190528.595000', '190528.598000', '190528.601000', '190548.491000', '190548.494000', '190548.497000', '190548.499000', '190548.502000', '190548.504000', '190548.507000', '190548.510000', '190548.512000', '190548.515000', '190548.517000', '190548.541000', '190548.544000', '190548.546000', '190548.549000', '190548.551000', '190548.554000', '190548.557000', '190548.559000', '190548.562000', '190548.564000', '190548.567000', '190548.569000', '190548.572000', '190548.574000', '190548.577000', '190548.580000', '190548.582000', '190548.585000', '190548.588000', '190548.590000', '190548.593000', '190548.595000', '190548.598000', '190548.600000', '190548.603000', '190548.606000', '190548.608000', '190548.611000', '190548.613000', '190548.616000', '190548.618000', '190548.621000', '190548.624000', '190608.492000', '190608.494000', '190608.497000', '190608.500000', '190608.502000', '190608.505000', '190608.507000', '190608.510000', '190608.513000', '190608.515000', '190608.518000', '190608.520000', '190608.523000', '190608.526000', '190608.528000', '190608.531000', '190608.533000', '190608.536000', '190608.539000', '190608.541000', '190608.544000', '190608.546000', '190608.549000', '190608.552000', '190608.554000', '190608.557000', '190608.559000', '190608.562000', '190608.565000', '190608.567000', '190608.570000', '190608.572000', '190608.575000', '190608.577000', '190608.580000', '190608.582000', '190608.585000', '190608.588000', '190608.590000', '190608.593000', '190608.596000', '190608.598000', '190608.601000', '190628.491000', '190628.494000', '190628.497000', '190628.499000', '190628.502000', '190628.505000', '190628.507000', '190628.510000', '190628.512000', '190628.515000', '190628.518000', '190628.520000', '190628.523000', '190628.526000', '190628.528000', '190628.531000', '190628.533000', '190628.536000', '190628.538000', '190628.551000', '190628.553000', '190628.556000', '190628.558000', '190628.561000', '190628.564000', '190628.566000', '190628.569000', '190628.571000', '190628.574000', '190628.576000', '190628.579000', '190628.581000', '190628.584000', '190628.587000', '190628.589000', '190628.592000', '190628.594000', '190628.597000', '190628.600000', '190628.602000', '190628.605000', '190628.607000', '190628.610000', '190628.613000', '190648.491000', '190648.494000', '190648.497000', '190648.499000', '190648.502000', '190648.504000', '190648.507000', '190648.510000', '190648.512000', '190648.515000', '190648.517000', '190648.520000', '190648.523000', '190648.525000', '190648.528000', '190648.530000', '190648.533000', '190648.535000', '190648.538000', '190648.540000', '190648.543000', '190648.546000', '190648.548000', '190648.551000', '190648.553000', '190648.556000', '190648.558000', '190648.561000', '190648.564000', '190648.567000', '190648.569000', '190648.572000', '190648.574000', '190648.577000', '190648.579000', '190648.582000', '190648.585000', '190648.587000', '190648.590000', '190648.592000', '190648.595000', '190648.597000', '190648.600000', '190708.493000', '190708.495000', '190708.498000', '190708.501000', '190708.503000', '190708.506000', '190708.508000', '190708.511000', '190708.513000', '190708.516000', '190708.519000', '190708.521000', '190708.524000', '190708.526000', '190708.529000', '190708.532000', '190708.534000', '190708.537000', '190708.539000', '190708.542000', '190708.544000', '190708.547000', '190708.550000', '190708.552000', '190708.555000', '190708.557000', '190708.560000', '190708.563000', '190708.565000', '190708.568000', '190708.570000', '190708.573000', '190708.575000', '190708.578000', '190708.581000', '190708.583000', '190708.597000', '190708.599000', '190708.602000', '190708.604000', '190708.607000', '190708.610000', '190708.612000', '190708.615000', '190728.492000', '190728.495000', '190728.498000', '190728.501000', '190728.503000', '190728.506000', '190728.508000', '190728.511000', '190728.513000', '190728.516000', '190728.519000', '190728.521000', '190728.524000', '190728.526000', '190728.529000', '190728.531000', '190728.534000', '190728.537000', '190728.539000', '190728.542000', '190728.544000', '190728.547000', '190728.550000', '190728.552000', '190728.555000', '190728.557000', '190728.560000', '190728.562000', '190728.565000', '190728.568000', '190728.570000', '190728.573000', '190728.576000', '190728.578000', '190728.581000', '190728.583000', '190728.586000', '190728.589000', '190728.591000', '190728.594000', '190728.596000', '190728.599000', '190728.602000', '190748.492000', '190748.495000', '190748.497000', '190748.500000', '190748.503000', '190748.505000', '190748.509000', '190748.512000', '190748.514000', '190748.517000', '190748.519000', '190748.522000', '190748.525000', '190748.527000', '190748.539000', '190748.541000', '190748.544000', '190748.547000', '190748.549000', '190748.552000', '190748.554000', '190748.557000', '190748.560000', '190748.562000', '190748.565000', '190748.567000', '190748.570000', '190748.573000', '190748.575000', '190748.578000', '190748.580000', '190748.583000', '190748.586000', '190748.588000', '190748.591000', '190748.594000', '190748.596000', '190748.599000', '190748.602000', '190748.604000', '190748.607000', '190748.609000', '190748.612000', '190808.491000', '190808.494000', '190808.497000', '190808.500000', '190808.502000', '190808.505000', '190808.507000', '190808.510000', '190808.513000', '190808.515000', '190808.518000', '190808.520000', '190808.523000', '190808.526000', '190808.528000', '190808.531000', '190808.533000', '190808.536000', '190808.538000', '190808.541000', '190808.544000', '190808.546000', '190808.549000', '190808.552000', '190808.554000', '190808.557000', '190808.560000', '190808.562000', '190808.565000', '190808.568000', '190808.570000', '190808.573000', '190808.575000', '190808.578000', '190808.581000', '190808.583000', '190808.586000', '190808.589000', '190808.591000', '190808.594000', '190808.596000', '190808.599000', '190808.602000', '190808.604000', '190828.512000', '190828.515000', '190828.517000', '190828.520000', '190828.522000', '190828.525000', '190828.528000', '190828.530000', '190828.533000', '190828.535000', '190828.538000', '190828.541000', '190828.543000', '190828.546000', '190828.548000', '190828.551000', '190828.554000', '190828.556000', '190828.559000', '190828.562000', '190828.564000', '190828.567000', '190828.570000', '190828.572000', '190828.575000', '190828.578000', '190828.580000', '190828.583000', '190828.586000', '190828.588000', '190828.591000', '190828.593000', '190828.596000', '190828.599000', '190828.601000', '190828.604000', '190828.606000', '190828.609000', '190828.612000', '190828.614000', '190828.617000', '190828.619000', '190828.622000', '190848.491000', '190848.494000', '190848.497000', '190848.500000', '190848.527000', '190848.530000', '190848.532000', '190848.535000', '190848.538000', '190848.540000', '190848.543000', '190848.545000', '190848.548000', '190848.550000', '190848.553000', '190848.556000', '190848.558000', '190848.561000', '190848.564000', '190848.566000', '190848.569000', '190848.571000', '190848.574000', '190848.577000', '190848.579000', '190848.582000', '190848.584000', '190848.587000', '190848.590000', '190848.592000', '190848.595000', '190848.597000', '190848.600000', '190848.603000', '190848.605000', '190848.608000', '190848.610000', '190848.613000', '190848.616000', '190848.618000', '190848.621000', '190848.623000', '190848.626000', '190848.628000', '190908.492000', '190908.494000', '190908.497000', '190908.500000', '190908.503000', '190908.505000', '190908.508000', '190908.511000', '190908.514000', '190908.517000', '190908.519000', '190908.522000', '190908.524000', '190908.527000', '190908.530000', '190908.532000', '190908.535000', '190908.538000', '190908.540000', '190908.543000', '190908.545000', '190908.549000', '190908.552000', '190908.555000', '190908.557000', '190908.560000', '190908.562000', '190908.565000', '190908.568000', '190908.570000', '190908.573000', '190908.576000', '190908.578000', '190908.581000', '190908.583000', '190908.586000', '190908.588000', '190908.591000', '190908.594000', '190908.596000', '190908.599000', '190908.602000', '190908.605000', '190928.492000', '190928.495000', '190928.498000', '190928.501000', '190928.503000', '190928.506000', '190928.508000', '190928.511000', '190928.514000', '190928.516000', '190928.519000', '190928.521000', '190928.524000', '190928.527000', '190928.529000', '190928.532000', '190928.534000', '190928.537000', '190928.540000', '190928.542000', '190928.545000', '190928.547000', '190928.550000', '190928.553000', '190928.555000', '190928.558000', '190928.560000', '190928.563000', '190928.566000', '190928.568000', '190928.571000', '190928.573000', '190928.576000', '190928.579000', '190928.581000', '190928.584000', '190928.586000', '190928.589000', '190928.591000', '190928.594000', '190928.597000', '190928.599000', '190928.602000', '190928.604000', '190948.492000', '190948.495000', '190948.498000', '190948.501000', '190948.503000', '190948.506000', '190948.508000', '190948.511000', '190948.514000', '190948.517000', '190948.520000', '190948.523000', '190948.526000', '190948.528000', '190948.531000', '190948.534000', '190948.536000', '190948.539000', '190948.542000', '190948.544000', '190948.547000', '190948.549000', '190948.552000', '190948.555000', '190948.557000', '190948.560000', '190948.562000', '190948.565000', '190948.567000', '190948.570000', '190948.573000', '190948.575000', '190948.578000', '190948.581000', '190948.583000', '190948.586000', '190948.588000', '190948.591000', '190948.593000', '190948.596000', '190948.599000', '190948.601000', '190948.604000', '191008.492000', '191008.495000', '191008.497000', '191008.500000', '191008.502000', '191008.505000', '191008.507000', '191008.510000', '191008.513000', '191008.515000', '191008.518000', '191008.520000', '191008.523000', '191008.525000', '191008.528000', '191008.531000', '191008.533000', '191008.536000', '191008.538000', '191008.541000', '191008.544000', '191008.546000', '191008.549000', '191008.551000', '191008.554000', '191008.556000', '191008.559000', '191008.561000', '191008.564000', '191008.575000', '191008.578000', '191008.580000', '191008.583000', '191008.585000', '191008.588000', '191008.591000', '191008.593000', '191008.596000', '191008.598000', '191008.601000', '191008.603000', '191008.606000', '191008.609000', '191008.611000', '191011.070000', '191011.073000', '191011.076000', '191011.079000', '191011.082000', '191011.085000'], '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': [9432, 9985, 15575, 10101, 12500, 10292, 10337, 9280, 10634, 11905, 11023, 10054, 14808, 10265, 13530, 10921, 10618, 9340, 10225, 11284, 9943, 9384, 11682, 9458, 11715, 9343, 10130, 10023, 9328, 8836, 9476, 13775, 10030, 11747, 12602, 9749, 15831, 9931, 14199, 11776, 10479, 10123, 11164, 9519, 12387, 8504, 9979, 11069, 14176, 11747, 8978, 13927, 11699, 16586, 13699, 12607, 14453, 10654, 15103, 14918, 13471, 15297, 12395, 13950, 10361, 10964, 12928, 11150, 13976, 10409, 11784, 10240, 10134, 8804, 10188, 10509, 10222, 10196, 9290, 10058, 10471, 9975, 9930, 9546, 10009, 9389, 9899, 8751, 9881, 9206, 10463, 13988, 10652, 11294, 14530, 10385, 12965, 10456, 11495, 9996, 10569, 11285, 10709, 14495, 10395, 12737, 9754, 10041, 9802, 10451, 9824, 9208, 8777, 9262, 11493, 9775, 12043, 12105, 10137, 15118, 12996, 14715, 14093, 12449, 15541, 13591, 13873, 10857, 11687, 8410, 9937, 8649, 10336, 8652, 11096, 8593, 11124, 13950, 9560, 12574, 8680, 10166, 12509, 9274, 12163, 9143, 11255, 8555, 10628, 13571, 10003, 12300, 9745, 11717, 8295, 10254, 12573, 9116, 11851, 8595, 10594, 8833, 9866, 7976, 9291, 9369, 12924, 9606, 11000, 14851, 9803, 16332, 10399, 12917, 14178, 10748, 15608, 11115, 15233, 12496, 15622, 11571, 14485, 11110, 11644, 14663, 11366, 13671, 10436, 11695, 10916, 10875, 10119, 12116, 11277, 12276, 13391, 11136, 11636, 9378, 10284, 10362, 9227, 8434, 8830, 10255, 8858, 8162, 10314, 8855, 12260, 14694, 11546, 12809, 8928, 11068, 14000, 9241, 11902, 9539, 12038, 8383, 9921, 9107, 7931, 9174, 8594, 11012, 13696, 9884, 13058, 10145, 11103, 14662, 12498, 14565, 9912, 12826, 9500, 8961, 10279, 10997, 14680, 12182, 12055, 15557, 14988, 15998, 12355, 11001, 12501, 11959, 15738, 13115, 15582, 10706, 13908, 9724, 12486, 9915, 12347, 11376, 12509, 11470, 11854, 10245, 11275, 10322, 11718, 8886, 11774, 9532, 10248, 9795, 12731, 10394, 13097, 9439, 12659, 9779, 12422, 9447, 12063, 8898, 11953, 8672, 11715, 10294, 9343, 13329, 9519, 12963, 9551, 12080, 9182, 12017, 9050, 12548, 9048, 12801, 10253, 12767, 10081, 12034, 8553, 11895, 16066, 10127, 13882, 12349, 10476, 14829, 11123, 13812, 9289, 11532, 8303, 10255, 13003, 9926, 12591, 9472, 12625, 10370, 9581, 10485, 9756, 12478, 10355, 15469, 10685, 11608, 13984, 10076, 15292, 10124, 12764, 9819, 12661, 11226, 13828, 9725, 13093, 11361, 10010, 14914, 9518, 12300, 8193, 10054, 13150, 10097, 12907, 9181, 11276, 9127, 10604, 8235, 9823, 9821, 9242, 11790, 10470, 11730, 11320, 11707, 10352, 11691, 9354, 12856, 10213, 12921, 11307, 12291, 9154, 10634, 15013, 9943, 13890, 10221, 13040, 10355, 12429, 9457, 12050, 10496, 12898, 9280, 12264, 10292, 11804, 8210, 12190, 9991, 14614, 11447, 10325, 14249, 10865, 14630, 11276, 13140, 15797, 11350, 13928, 9651, 9958, 14707, 10411, 12999, 8868, 11025, 13245, 10192, 10215, 10179, 11817, 11162, 15122, 10492, 13977, 10433, 11138, 15291, 10422, 13529, 10302, 11102, 9230, 10279, 10208, 10032, 8984, 11117, 8935, 13674, 11843, 12105, 14490, 12566, 16312, 13378, 14811, 13650, 15969, 14057, 13971, 10756, 11447, 12436, 9262, 11864, 9541, 10861, 10210, 10565, 9064, 9050, 12375, 9437, 11880, 9313, 11242, 9689, 11612, 10558, 11746, 10969, 12080, 10611, 11426, 14075, 9769, 13534, 10430, 12864, 11450, 11824, 11049, 12091, 11127, 9922, 14217, 11189, 12715, 8954, 11354, 10495, 9593, 8763, 9849, 8450, 11045, 15234, 10948, 13539, 13798, 10142, 14422, 11236, 13560, 10838, 13508, 11088, 12847, 9258, 12238, 8788, 12578, 9928, 13007, 14305, 9418, 10100, 9400, 8900, 11263, 9394, 15962, 10555, 15802, 12890, 13354, 10881, 8786, 13027, 12557, 11331, 15815, 10739, 13777, 8875, 10768, 8907, 9930, 8793, 9470, 8526, 9926, 9026, 9963, 10748, 9918, 13534, 9837, 13170, 10032, 12623, 9598, 11032, 9990, 9807, 12731, 10079, 12052, 9692, 11478, 9477, 12295, 10289, 12792, 9367, 12455, 8395, 11345, 9488, 10891, 13526, 9480, 13715, 10908, 12783, 10304, 9993, 15498, 11171, 14023, 9418, 12173, 9484, 8742, 9082, 7703, 9931, 10481, 9539, 13987, 10376, 13060, 9499, 14048, 10652, 16486, 11840, 16013, 12244, 15631, 12939, 14506, 11484, 14311, 11761, 15123, 11144, 13582, 8851, 12154, 10832, 10314, 10372, 11698, 11302, 12734, 11213, 12017, 10091, 13390, 10824, 13022, 10706, 12777, 11284, 12155, 11128, 12387, 10786, 11637, 9478, 9650, 13504, 10032, 12701, 8805, 10682, 8341, 10840, 9500, 11191, 8801, 11155, 8967, 8955, 10917, 9280, 11898, 8816, 12211, 13585, 13161, 14762, 12799, 13624, 11855, 12125, 11933, 9852, 16038, 10284, 16945, 11267, 17317, 11416, 15848, 11665, 14814, 10486, 12911, 10223, 11460, 9208, 10377, 8743, 9911, 9998, 10676, 10583, 11677, 10259, 11931, 11326, 12330, 11152, 11444, 13026, 10030, 14680, 10058, 12489, 8785, 11602, 8945, 10606, 8535, 9128, 13207, 8823, 13071, 9555, 12876, 9077, 12660, 9330, 8607, 10007, 10411, 10544, 15186, 12101, 15197, 12213, 11306, 10579, 8724, 12622, 10742, 11249, 15142, 10883, 16041, 12604, 16147, 14116, 12974, 18190, 11891, 17045, 11473, 16193, 9599, 10590, 13007, 9668, 9853, 9363, 9764, 10032, 11507, 10879, 10744, 11577, 9557, 12279, 8677, 13467, 11327, 12651, 11171, 12523, 10465, 11745, 15253, 10398, 14435, 10059, 12840, 8970, 10626, 8777, 11278, 8169, 7896, 9283, 9184, 10767, 10100, 14490, 12252, 11667, 15345, 10814, 14209, 10112, 14794, 11637, 14279, 13299, 11587, 15515, 12634, 15999, 12306, 9342, 10767, 15886, 12220, 14844, 11187, 11238, 9980, 10816, 8452, 12310, 10023, 9294, 11509, 9183, 12294, 11349, 15481, 12662, 15263, 10933, 14531, 9983, 11869, 10007, 13053, 9769, 12863, 9528, 14126, 8421, 11489, 8326, 11714, 8133, 11346, 7817, 9666, 11126, 9431, 9962, 8781, 12100, 8455, 11974, 7969, 11181, 8348, 10822, 8991, 11060, 7785, 11917, 8643, 11625, 12533, 11799, 13069, 12317, 8029, 10361, 16062, 11671, 14931, 9179, 14694, 9415, 14767, 9881, 13106, 8931, 10096, 11466, 9940, 13221, 12098, 13409, 12112, 13633, 12758, 15713, 13941, 15905, 12945, 15664, 11388, 10942, 10104, 9937, 14688, 9435], 'WindowCenter': [4882.0, 4865.0, 4888.0, 4848.0, 4853.0, 4833.0, 4833.0, 4811.0, 4832.0, 4840.0, 4829.0, 4822.0, 4861.0, 4831.0, 4849.0, 4818.0, 4820.0, 4796.0, 4818.0, 4818.0, 4807.0, 4809.0, 4827.0, 4820.0, 4853.0, 4821.0, 4820.0, 4833.0, 4821.0, 4822.0, 4835.0, 4861.0, 4822.0, 4855.0, 4852.0, 4822.0, 4860.0, 4835.0, 4863.0, 4856.0, 4846.0, 4849.0, 4868.0, 4836.0, 4865.0, 4827.0, 4858.0, 4871.0, 4889.0, 4870.0, 4839.0, 4881.0, 4859.0, 4889.0, 4878.0, 4854.0, 4854.0, 4833.0, 4877.0, 4863.0, 4855.0, 4862.0, 4841.0, 4838.0, 4807.0, 4807.0, 4839.0, 4818.0, 4837.0, 4795.0, 4801.0, 4794.0, 4794.0, 4773.0, 4806.0, 4792.0, 4795.0, 4794.0, 4784.0, 4798.0, 4805.0, 4807.0, 4810.0, 4811.0, 4812.0, 4812.0, 4837.0, 4814.0, 4825.0, 4824.0, 4837.0, 4851.0, 4814.0, 4821.0, 4839.0, 4812.0, 4841.0, 4823.0, 4829.0, 4812.0, 4821.0, 4818.0, 4810.0, 4850.0, 4823.0, 4842.0, 4815.0, 4827.0, 4837.0, 4857.0, 4860.0, 4863.0, 4853.0, 4840.0, 4858.0, 4861.0, 4880.0, 4880.0, 4852.0, 4888.0, 4871.0, 4877.0, 4863.0, 4855.0, 4846.0, 4826.0, 4826.0, 4820.0, 4819.0, 4801.0, 4810.0, 4799.0, 4820.0, 4810.0, 4839.0, 4811.0, 4843.0, 4847.0, 4811.0, 4838.0, 4813.0, 4830.0, 4840.0, 4809.0, 4836.0, 4811.0, 4828.0, 4799.0, 4832.0, 4850.0, 4824.0, 4850.0, 4824.0, 4841.0, 4813.0, 4834.0, 4840.0, 4824.0, 4854.0, 4818.0, 4848.0, 4846.0, 4848.0, 4830.0, 4863.0, 4864.0, 4878.0, 4847.0, 4856.0, 4899.0, 4851.0, 4901.0, 4847.0, 4866.0, 4876.0, 4857.0, 4882.0, 4844.0, 4875.0, 4865.0, 4862.0, 4842.0, 4849.0, 4816.0, 4819.0, 4824.0, 4828.0, 4836.0, 4804.0, 4811.0, 4801.0, 4802.0, 4794.0, 4813.0, 4801.0, 4811.0, 4810.0, 4801.0, 4802.0, 4782.0, 4807.0, 4793.0, 4785.0, 4799.0, 4798.0, 4831.0, 4822.0, 4811.0, 4830.0, 4811.0, 4852.0, 4848.0, 4828.0, 4827.0, 4800.0, 4828.0, 4848.0, 4822.0, 4841.0, 4823.0, 4852.0, 4805.0, 4822.0, 4841.0, 4820.0, 4852.0, 4840.0, 4876.0, 4876.0, 4838.0, 4880.0, 4834.0, 4848.0, 4864.0, 4857.0, 4875.0, 4829.0, 4853.0, 4836.0, 4828.0, 4848.0, 4849.0, 4866.0, 4848.0, 4847.0, 4876.0, 4865.0, 4863.0, 4828.0, 4821.0, 4830.0, 4818.0, 4836.0, 4829.0, 4834.0, 4784.0, 4823.0, 4782.0, 4810.0, 4783.0, 4801.0, 4803.0, 4800.0, 4800.0, 4812.0, 4795.0, 4803.0, 4794.0, 4812.0, 4782.0, 4811.0, 4794.0, 4803.0, 4805.0, 4824.0, 4807.0, 4836.0, 4808.0, 4836.0, 4810.0, 4837.0, 4809.0, 4826.0, 4799.0, 4829.0, 4788.0, 4831.0, 4807.0, 4809.0, 4847.0, 4812.0, 4852.0, 4824.0, 4840.0, 4812.0, 4840.0, 4826.0, 4854.0, 4812.0, 4853.0, 4834.0, 4852.0, 4826.0, 4842.0, 4800.0, 4831.0, 4848.0, 4798.0, 4829.0, 4815.0, 4807.0, 4834.0, 4816.0, 4836.0, 4796.0, 4814.0, 4773.0, 4807.0, 4824.0, 4805.0, 4839.0, 4812.0, 4836.0, 4818.0, 4808.0, 4818.0, 4821.0, 4865.0, 4848.0, 4873.0, 4818.0, 4819.0, 4825.0, 4808.0, 4846.0, 4808.0, 4839.0, 4834.0, 4839.0, 4818.0, 4825.0, 4794.0, 4822.0, 4789.0, 4782.0, 4819.0, 4781.0, 4800.0, 4761.0, 4792.0, 4812.0, 4791.0, 4810.0, 4785.0, 4811.0, 4785.0, 4805.0, 4784.0, 4822.0, 4806.0, 4824.0, 4851.0, 4833.0, 4853.0, 4843.0, 4853.0, 4847.0, 4841.0, 4813.0, 4850.0, 4833.0, 4852.0, 4842.0, 4840.0, 4808.0, 4821.0, 4848.0, 4811.0, 4850.0, 4818.0, 4837.0, 4821.0, 4840.0, 4821.0, 4839.0, 4832.0, 4863.0, 4824.0, 4869.0, 4835.0, 4852.0, 4815.0, 4865.0, 4849.0, 4878.0, 4854.0, 4836.0, 4862.0, 4819.0, 4849.0, 4818.0, 4840.0, 4836.0, 4807.0, 4835.0, 4786.0, 4797.0, 4832.0, 4807.0, 4837.0, 4785.0, 4805.0, 4824.0, 4805.0, 4794.0, 4806.0, 4824.0, 4829.0, 4847.0, 4817.0, 4835.0, 4793.0, 4803.0, 4833.0, 4804.0, 4824.0, 4805.0, 4814.0, 4809.0, 4833.0, 4822.0, 4835.0, 4840.0, 4858.0, 4829.0, 4889.0, 4871.0, 4869.0, 4875.0, 4854.0, 4873.0, 4854.0, 4837.0, 4824.0, 4821.0, 4825.0, 4825.0, 4794.0, 4806.0, 4812.0, 4799.0, 4811.0, 4794.0, 4788.0, 4777.0, 4789.0, 4781.0, 4784.0, 4811.0, 4783.0, 4811.0, 4796.0, 4812.0, 4809.0, 4815.0, 4817.0, 4826.0, 4828.0, 4837.0, 4817.0, 4829.0, 4846.0, 4808.0, 4851.0, 4831.0, 4836.0, 4840.0, 4827.0, 4829.0, 4840.0, 4828.0, 4818.0, 4846.0, 4829.0, 4838.0, 4800.0, 4832.0, 4829.0, 4821.0, 4801.0, 4820.0, 4801.0, 4846.0, 4861.0, 4830.0, 4851.0, 4835.0, 4819.0, 4848.0, 4830.0, 4849.0, 4830.0, 4848.0, 4828.0, 4850.0, 4823.0, 4854.0, 4814.0, 4852.0, 4826.0, 4856.0, 4869.0, 4829.0, 4835.0, 4828.0, 4819.0, 4860.0, 4826.0, 4873.0, 4835.0, 4861.0, 4840.0, 4849.0, 4833.0, 4787.0, 4824.0, 4811.0, 4793.0, 4819.0, 4778.0, 4809.0, 4757.0, 4790.0, 4770.0, 4782.0, 4770.0, 4782.0, 4771.0, 4793.0, 4785.0, 4805.0, 4814.0, 4808.0, 4836.0, 4808.0, 4837.0, 4806.0, 4825.0, 4795.0, 4817.0, 4806.0, 4819.0, 4838.0, 4823.0, 4839.0, 4820.0, 4838.0, 4820.0, 4837.0, 4829.0, 4850.0, 4822.0, 4869.0, 4815.0, 4854.0, 4849.0, 4847.0, 4852.0, 4836.0, 4874.0, 4832.0, 4839.0, 4820.0, 4821.0, 4860.0, 4841.0, 4862.0, 4825.0, 4840.0, 4824.0, 4814.0, 4813.0, 4810.0, 4840.0, 4847.0, 4839.0, 4884.0, 4851.0, 4866.0, 4826.0, 4865.0, 4846.0, 4872.0, 4844.0, 4862.0, 4842.0, 4847.0, 4840.0, 4835.0, 4816.0, 4834.0, 4804.0, 4821.0, 4802.0, 4810.0, 4772.0, 4801.0, 4792.0, 4789.0, 4804.0, 4822.0, 4814.0, 4822.0, 4815.0, 4823.0, 4805.0, 4821.0, 4804.0, 4822.0, 4817.0, 4825.0, 4828.0, 4825.0, 4830.0, 4837.0, 4828.0, 4828.0, 4806.0, 4808.0, 4847.0, 4820.0, 4838.0, 4798.0, 4830.0, 4814.0, 4843.0, 4838.0, 4843.0, 4829.0, 4844.0, 4817.0, 4842.0, 4860.0, 4843.0, 4848.0, 4818.0, 4845.0, 4856.0, 4859.0, 4853.0, 4844.0, 4840.0, 4843.0, 4846.0, 4845.0, 4823.0, 4849.0, 4810.0, 4845.0, 4817.0, 4844.0, 4815.0, 4845.0, 4803.0, 4820.0, 4781.0, 4799.0, 4779.0, 4799.0, 4771.0, 4791.0, 4771.0, 4806.0, 4806.0, 4829.0, 4830.0, 4827.0, 4829.0, 4852.0, 4840.0, 4836.0, 4817.0, 4828.0, 4835.0, 4808.0, 4845.0, 4807.0, 4837.0, 4799.0, 4838.0, 4811.0, 4829.0, 4799.0, 4821.0, 4849.0, 4811.0, 4860.0, 4821.0, 4850.0, 4823.0, 4851.0, 4825.0, 4815.0, 4836.0, 4845.0, 4858.0, 4888.0, 4869.0, 4898.0, 4869.0, 4858.0, 4859.0, 4842.0, 4880.0, 4858.0, 4844.0, 4874.0, 4845.0, 4873.0, 4868.0, 4874.0, 4862.0, 4840.0, 4869.0, 4827.0, 4844.0, 4806.0, 4858.0, 4796.0, 4794.0, 4822.0, 4782.0, 4793.0, 4798.0, 4792.0, 4792.0, 4812.0, 4813.0, 4814.0, 4825.0, 4818.0, 4838.0, 4801.0, 4849.0, 4840.0, 4839.0, 4840.0, 4839.0, 4818.0, 4828.0, 4845.0, 4807.0, 4847.0, 4807.0, 4851.0, 4797.0, 4831.0, 4813.0, 4831.0, 4802.0, 4806.0, 4837.0, 4839.0, 4857.0, 4860.0, 4889.0, 4868.0, 4873.0, 4878.0, 4838.0, 4854.0, 4848.0, 4864.0, 4835.0, 4853.0, 4841.0, 4822.0, 4839.0, 4818.0, 4837.0, 4820.0, 4787.0, 4822.0, 4838.0, 4831.0, 4829.0, 4799.0, 4796.0, 4798.0, 4795.0, 4766.0, 4804.0, 4795.0, 4783.0, 4815.0, 4810.0, 4814.0, 4817.0, 4834.0, 4818.0, 4836.0, 4805.0, 4822.0, 4806.0, 4814.0, 4795.0, 4811.0, 4782.0, 4814.0, 4782.0, 4810.0, 4763.0, 4800.0, 4763.0, 4801.0, 4764.0, 4804.0, 4763.0, 4784.0, 4814.0, 4797.0, 4794.0, 4786.0, 4813.0, 4787.0, 4815.0, 4779.0, 4819.0, 4792.0, 4829.0, 4813.0, 4830.0, 4803.0, 4842.0, 4801.0, 4833.0, 4841.0, 4844.0, 4842.0, 4843.0, 4781.0, 4825.0, 4850.0, 4809.0, 4838.0, 4791.0, 4841.0, 4794.0, 4840.0, 4827.0, 4842.0, 4817.0, 4812.0, 4818.0, 4823.0, 4850.0, 4872.0, 4863.0, 4854.0, 4852.0, 4854.0, 4848.0, 4827.0, 4834.0, 4812.0, 4820.0, 4790.0, 4791.0, 4779.0, 4781.0, 4818.0, 4783.0], 'WindowWidth': [10660.0, 10621.0, 10636.0, 10577.0, 10576.0, 10548.0, 10546.0, 10511.0, 10541.0, 10549.0, 10531.0, 10524.0, 10580.0, 10538.0, 10558.0, 10513.0, 10518.0, 10481.0, 10512.0, 10511.0, 10498.0, 10506.0, 10528.0, 10521.0, 10570.0, 10525.0, 10520.0, 10541.0, 10525.0, 10527.0, 10552.0, 10579.0, 10526.0, 10573.0, 10565.0, 10524.0, 10573.0, 10545.0, 10583.0, 10577.0, 10567.0, 10569.0, 10605.0, 10557.0, 10592.0, 10544.0, 10590.0, 10611.0, 10633.0, 10608.0, 10564.0, 10620.0, 10586.0, 10631.0, 10613.0, 10572.0, 10571.0, 10540.0, 10611.0, 10586.0, 10574.0, 10580.0, 10548.0, 10539.0, 10492.0, 10491.0, 10542.0, 10510.0, 10535.0, 10472.0, 10475.0, 10470.0, 10470.0, 10438.0, 10490.0, 10466.0, 10473.0, 10471.0, 10458.0, 10481.0, 10487.0, 10494.0, 10503.0, 10506.0, 10507.0, 10510.0, 10551.0, 10516.0, 10533.0, 10531.0, 10551.0, 10567.0, 10511.0, 10517.0, 10539.0, 10505.0, 10542.0, 10524.0, 10528.0, 10507.0, 10519.0, 10509.0, 10501.0, 10555.0, 10525.0, 10548.0, 10514.0, 10535.0, 10555.0, 10584.0, 10599.0, 10607.0, 10592.0, 10560.0, 10582.0, 10598.0, 10621.0, 10621.0, 10583.0, 10631.0, 10605.0, 10613.0, 10585.0, 10576.0, 10549.0, 10518.0, 10517.0, 10516.0, 10513.0, 10493.0, 10504.0, 10492.0, 10521.0, 10508.0, 10546.0, 10510.0, 10556.0, 10553.0, 10507.0, 10543.0, 10519.0, 10536.0, 10546.0, 10504.0, 10538.0, 10509.0, 10530.0, 10490.0, 10540.0, 10561.0, 10529.0, 10564.0, 10532.0, 10553.0, 10516.0, 10547.0, 10548.0, 10531.0, 10573.0, 10527.0, 10569.0, 10576.0, 10571.0, 10554.0, 10605.0, 10610.0, 10619.0, 10575.0, 10583.0, 10651.0, 10585.0, 10654.0, 10575.0, 10596.0, 10614.0, 10587.0, 10618.0, 10559.0, 10609.0, 10596.0, 10584.0, 10556.0, 10563.0, 10508.0, 10516.0, 10515.0, 10528.0, 10532.0, 10491.0, 10490.0, 10481.0, 10480.0, 10472.0, 10499.0, 10478.0, 10492.0, 10488.0, 10477.0, 10480.0, 10453.0, 10497.0, 10472.0, 10458.0, 10490.0, 10482.0, 10539.0, 10532.0, 10514.0, 10535.0, 10511.0, 10569.0, 10556.0, 10527.0, 10524.0, 10490.0, 10529.0, 10553.0, 10526.0, 10551.0, 10529.0, 10568.0, 10506.0, 10524.0, 10566.0, 10537.0, 10583.0, 10566.0, 10623.0, 10612.0, 10558.0, 10620.0, 10546.0, 10570.0, 10587.0, 10580.0, 10602.0, 10540.0, 10567.0, 10553.0, 10545.0, 10573.0, 10570.0, 10588.0, 10567.0, 10565.0, 10608.0, 10587.0, 10583.0, 10525.0, 10518.0, 10529.0, 10512.0, 10534.0, 10529.0, 10527.0, 10452.0, 10511.0, 10453.0, 10487.0, 10453.0, 10473.0, 10481.0, 10473.0, 10471.0, 10494.0, 10474.0, 10485.0, 10469.0, 10494.0, 10455.0, 10493.0, 10475.0, 10484.0, 10493.0, 10513.0, 10495.0, 10533.0, 10500.0, 10534.0, 10504.0, 10536.0, 10501.0, 10517.0, 10488.0, 10527.0, 10471.0, 10531.0, 10495.0, 10501.0, 10552.0, 10510.0, 10563.0, 10531.0, 10547.0, 10511.0, 10545.0, 10539.0, 10571.0, 10513.0, 10571.0, 10543.0, 10566.0, 10533.0, 10551.0, 10490.0, 10533.0, 10551.0, 10479.0, 10525.0, 10500.0, 10491.0, 10526.0, 10504.0, 10533.0, 10477.0, 10501.0, 10442.0, 10497.0, 10514.0, 10489.0, 10541.0, 10510.0, 10534.0, 10514.0, 10500.0, 10513.0, 10522.0, 10594.0, 10573.0, 10601.0, 10512.0, 10512.0, 10515.0, 10497.0, 10551.0, 10497.0, 10545.0, 10546.0, 10543.0, 10514.0, 10516.0, 10472.0, 10507.0, 10457.0, 10450.0, 10496.0, 10448.0, 10473.0, 10421.0, 10465.0, 10493.0, 10464.0, 10489.0, 10461.0, 10493.0, 10461.0, 10490.0, 10462.0, 10525.0, 10494.0, 10534.0, 10566.0, 10543.0, 10571.0, 10559.0, 10571.0, 10568.0, 10552.0, 10512.0, 10561.0, 10544.0, 10565.0, 10554.0, 10550.0, 10501.0, 10520.0, 10552.0, 10504.0, 10559.0, 10514.0, 10538.0, 10521.0, 10545.0, 10522.0, 10545.0, 10540.0, 10586.0, 10534.0, 10603.0, 10547.0, 10568.0, 10525.0, 10592.0, 10575.0, 10612.0, 10575.0, 10549.0, 10577.0, 10516.0, 10554.0, 10507.0, 10543.0, 10534.0, 10493.0, 10529.0, 10462.0, 10478.0, 10520.0, 10494.0, 10536.0, 10460.0, 10484.0, 10512.0, 10487.0, 10471.0, 10490.0, 10514.0, 10527.0, 10550.0, 10509.0, 10529.0, 10466.0, 10483.0, 10524.0, 10487.0, 10514.0, 10487.0, 10499.0, 10503.0, 10543.0, 10523.0, 10549.0, 10567.0, 10583.0, 10546.0, 10631.0, 10609.0, 10606.0, 10606.0, 10577.0, 10598.0, 10571.0, 10533.0, 10511.0, 10503.0, 10512.0, 10514.0, 10468.0, 10488.0, 10493.0, 10487.0, 10490.0, 10471.0, 10455.0, 10436.0, 10455.0, 10452.0, 10456.0, 10490.0, 10455.0, 10491.0, 10477.0, 10496.0, 10500.0, 10503.0, 10510.0, 10520.0, 10527.0, 10539.0, 10510.0, 10530.0, 10547.0, 10497.0, 10563.0, 10538.0, 10535.0, 10545.0, 10525.0, 10529.0, 10547.0, 10526.0, 10514.0, 10549.0, 10529.0, 10540.0, 10489.0, 10535.0, 10532.0, 10522.0, 10494.0, 10519.0, 10497.0, 10563.0, 10577.0, 10531.0, 10562.0, 10533.0, 10516.0, 10554.0, 10533.0, 10556.0, 10534.0, 10554.0, 10527.0, 10562.0, 10531.0, 10570.0, 10519.0, 10564.0, 10532.0, 10578.0, 10598.0, 10545.0, 10546.0, 10541.0, 10528.0, 10593.0, 10538.0, 10599.0, 10545.0, 10577.0, 10548.0, 10563.0, 10543.0, 10469.0, 10516.0, 10489.0, 10466.0, 10496.0, 10439.0, 10483.0, 10410.0, 10457.0, 10431.0, 10450.0, 10434.0, 10453.0, 10438.0, 10470.0, 10461.0, 10492.0, 10502.0, 10499.0, 10533.0, 10500.0, 10536.0, 10495.0, 10518.0, 10476.0, 10508.0, 10494.0, 10515.0, 10542.0, 10528.0, 10543.0, 10520.0, 10543.0, 10521.0, 10539.0, 10532.0, 10561.0, 10525.0, 10601.0, 10523.0, 10575.0, 10574.0, 10567.0, 10566.0, 10553.0, 10604.0, 10539.0, 10545.0, 10517.0, 10522.0, 10573.0, 10551.0, 10579.0, 10533.0, 10545.0, 10529.0, 10516.0, 10515.0, 10520.0, 10560.0, 10567.0, 10562.0, 10628.0, 10579.0, 10594.0, 10537.0, 10589.0, 10565.0, 10596.0, 10558.0, 10580.0, 10550.0, 10549.0, 10546.0, 10530.0, 10506.0, 10527.0, 10483.0, 10506.0, 10479.0, 10486.0, 10436.0, 10476.0, 10463.0, 10457.0, 10486.0, 10511.0, 10503.0, 10509.0, 10506.0, 10513.0, 10491.0, 10508.0, 10487.0, 10506.0, 10509.0, 10516.0, 10525.0, 10519.0, 10534.0, 10539.0, 10529.0, 10528.0, 10493.0, 10500.0, 10552.0, 10518.0, 10540.0, 10488.0, 10534.0, 10518.0, 10556.0, 10557.0, 10555.0, 10543.0, 10558.0, 10524.0, 10568.0, 10587.0, 10567.0, 10566.0, 10523.0, 10558.0, 10574.0, 10580.0, 10567.0, 10555.0, 10546.0, 10554.0, 10564.0, 10561.0, 10524.0, 10555.0, 10501.0, 10545.0, 10508.0, 10541.0, 10502.0, 10544.0, 10482.0, 10499.0, 10446.0, 10468.0, 10440.0, 10468.0, 10434.0, 10461.0, 10436.0, 10492.0, 10492.0, 10532.0, 10536.0, 10524.0, 10534.0, 10571.0, 10549.0, 10535.0, 10507.0, 10525.0, 10531.0, 10499.0, 10547.0, 10497.0, 10537.0, 10488.0, 10542.0, 10510.0, 10531.0, 10490.0, 10524.0, 10557.0, 10512.0, 10576.0, 10524.0, 10561.0, 10528.0, 10565.0, 10533.0, 10520.0, 10550.0, 10559.0, 10585.0, 10629.0, 10604.0, 10644.0, 10602.0, 10586.0, 10589.0, 10569.0, 10622.0, 10589.0, 10561.0, 10604.0, 10561.0, 10600.0, 10599.0, 10603.0, 10580.0, 10546.0, 10585.0, 10523.0, 10543.0, 10488.0, 10567.0, 10477.0, 10469.0, 10507.0, 10450.0, 10468.0, 10485.0, 10468.0, 10468.0, 10494.0, 10499.0, 10503.0, 10519.0, 10514.0, 10541.0, 10494.0, 10557.0, 10548.0, 10543.0, 10547.0, 10542.0, 10511.0, 10526.0, 10544.0, 10496.0, 10549.0, 10495.0, 10565.0, 10483.0, 10537.0, 10517.0, 10534.0, 10497.0, 10504.0, 10552.0, 10558.0, 10581.0, 10588.0, 10627.0, 10595.0, 10613.0, 10609.0, 10549.0, 10568.0, 10571.0, 10585.0, 10544.0, 10566.0, 10545.0, 10519.0, 10536.0, 10503.0, 10531.0, 10510.0, 10461.0, 10520.0, 10537.0, 10530.0, 10525.0, 10477.0, 10465.0, 10481.0, 10470.0, 10430.0, 10478.0, 10469.0, 10451.0, 10503.0, 10504.0, 10498.0, 10507.0, 10525.0, 10505.0, 10532.0, 10487.0, 10507.0, 10493.0, 10498.0, 10471.0, 10486.0, 10449.0, 10496.0, 10449.0, 10485.0, 10425.0, 10470.0, 10425.0, 10473.0, 10427.0, 10483.0, 10426.0, 10456.0, 10500.0, 10478.0, 10473.0, 10465.0, 10495.0, 10467.0, 10502.0, 10456.0, 10513.0, 10480.0, 10528.0, 10513.0, 10533.0, 10502.0, 10552.0, 10492.0, 10538.0, 10547.0, 10556.0, 10548.0, 10551.0, 10463.0, 10529.0, 10554.0, 10495.0, 10534.0, 10473.0, 10544.0, 10476.0, 10539.0, 10537.0, 10549.0, 10522.0, 10505.0, 10508.0, 10522.0, 10559.0, 10611.0, 10583.0, 10573.0, 10564.0, 10576.0, 10553.0, 10519.0, 10526.0, 10491.0, 10497.0, 10456.0, 10460.0, 10439.0, 10447.0, 10495.0, 10453.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.002324385763490241</td></tr>
<tr><td colspan=3>aqi</td><td>0.03763648645235362</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.301959351333295</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2255176932068959</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.023279917942528</td></tr>
<tr><td colspan=3>efc</td><td>0.4784</td></tr>
<tr><td colspan=3>fber</td><td>7407.623</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17116941483933912</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>253</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>29.04707233065442</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.398245174156303</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3773402160470654</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5734879386432663</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2439073677785775</td></tr>
<tr><td colspan=3>gcor</td><td>0.0208459</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012096486054360867</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021703051403164864</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.203844136871376</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.4357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6806</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.384</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297434.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>960.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.577</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7945</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.8754</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4041.8324</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1004.5504</td></tr>
<tr><td colspan=3>tsnr</td><td>32.915892981458455</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>