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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-02_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-02_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-0077/ses-03/func/sub-0077_ses-03_task-social_acq-mb8_run-02_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>24e1c9667684b9f3a5819618ad29557a</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:07:40.827500</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.999879, 0.014073, -0.00656595, -0.0139618, 0.999763, 0.0166756]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0793763</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7720, -7213, 759, -23, -61, -65, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>229.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e76604ec-a68c-4285-b105-a3e9c8384e14||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.682603359222412, -0.03745853900909424, -0.018357496708631516, 117.05907440185547], [-0.03775671124458313, 2.6822922229766846, 0.04477105289697647, -89.07964324951172], [-0.017615968361496925, -0.04473929479718208, 2.69956636428833, -56.42960739135742], [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': ['190740.827500', '190741.287500', '190741.747500', '190742.207500', '190742.667500', '190743.127500', '190743.587500', '190744.047500', '190744.507500', '190744.967500', '190745.427500', '190745.887500', '190746.347500', '190746.807500', '190747.267500', '190747.727500', '190748.187500', '190748.647500', '190749.107500', '190749.567500', '190750.027500', '190750.487500', '190750.947500', '190751.407500', '190751.867500', '190752.327500', '190752.787500', '190753.247500', '190753.707500', '190754.167500', '190754.627500', '190755.087500', '190755.547500', '190756.007500', '190756.467500', '190756.927500', '190757.387500', '190757.847500', '190758.307500', '190758.767500', '190759.227500', '190759.687500', '190800.147500', '190800.607500', '190801.067500', '190801.527500', '190801.987500', '190802.447500', '190802.907500', '190803.367500', '190803.827500', '190804.287500', '190804.747500', '190805.207500', '190805.667500', '190806.127500', '190806.587500', '190807.047500', '190807.507500', '190807.967500', '190808.427500', '190808.887500', '190809.347500', '190809.807500', '190810.267500', '190810.727500', '190811.187500', '190811.647500', '190812.107500', '190812.567500', '190813.027500', '190813.487500', '190813.947500', '190814.407500', '190814.867500', '190815.327500', '190815.787500', '190816.247500', '190816.707500', '190817.167500', '190817.627500', '190818.087500', '190818.547500', '190819.007500', '190819.467500', '190819.927500', '190820.387500', '190820.847500', '190821.307500', '190821.767500', '190822.227500', '190822.687500', '190823.147500', '190823.607500', '190824.067500', '190824.527500', '190824.987500', '190825.447500', '190825.907500', '190826.367500', '190826.827500', '190827.287500', '190827.747500', '190828.207500', '190828.667500', '190829.127500', '190829.587500', '190830.047500', '190830.507500', '190830.967500', '190831.427500', '190831.887500', '190832.347500', '190832.807500', '190833.267500', '190833.727500', '190834.187500', '190834.647500', '190835.107500', '190835.567500', '190836.027500', '190836.487500', '190836.947500', '190837.407500', '190837.867500', '190838.327500', '190838.787500', '190839.247500', '190839.707500', '190840.167500', '190840.627500', '190841.087500', '190841.547500', '190842.007500', '190842.467500', '190842.927500', '190843.387500', '190843.847500', '190844.307500', '190844.767500', '190845.227500', '190845.687500', '190846.147500', '190846.607500', '190847.067500', '190847.527500', '190847.987500', '190848.447500', '190848.907500', '190849.367500', '190849.827500', '190850.287500', '190850.747500', '190851.207500', '190851.667500', '190852.127500', '190852.587500', '190853.047500', '190853.507500', '190853.967500', '190854.427500', '190854.887500', '190855.347500', '190855.807500', '190856.267500', '190856.727500', '190857.187500', '190857.647500', '190858.107500', '190858.567500', '190859.027500', '190859.487500', '190859.947500', '190900.407500', '190900.867500', '190901.327500', '190901.787500', '190902.247500', '190902.707500', '190903.167500', '190903.627500', '190904.087500', '190904.547500', '190905.007500', '190905.467500', '190905.927500', '190906.387500', '190906.847500', '190907.307500', '190907.767500', '190908.227500', '190908.687500', '190909.147500', '190909.607500', '190910.067500', '190910.527500', '190910.987500', '190911.447500', '190911.907500', '190912.367500', '190912.827500', '190913.287500', '190913.747500', '190914.207500', '190914.667500', '190915.127500', '190915.587500', '190916.047500', '190916.507500', '190916.967500', '190917.427500', '190917.887500', '190918.347500', '190918.807500', '190919.267500', '190919.727500', '190920.187500', '190920.647500', '190921.107500', '190921.567500', '190922.027500', '190922.487500', '190922.947500', '190923.407500', '190923.867500', '190924.327500', '190924.787500', '190925.247500', '190925.707500', '190926.167500', '190926.627500', '190927.087500', '190927.547500', '190928.007500', '190928.467500', '190928.927500', '190929.387500', '190929.847500', '190930.307500', '190930.767500', '190931.227500', '190931.687500', '190932.147500', '190932.607500', '190933.067500', '190933.527500', '190933.987500', '190934.447500', '190934.907500', '190935.367500', '190935.827500', '190936.287500', '190936.747500', '190937.207500', '190937.667500', '190938.127500', '190938.587500', '190939.047500', '190939.507500', '190939.967500', '190940.427500', '190940.887500', '190941.347500', '190941.807500', '190942.267500', '190942.727500', '190943.187500', '190943.647500', '190944.107500', '190944.567500', '190945.027500', '190945.487500', '190945.947500', '190946.407500', '190946.867500', '190947.327500', '190947.787500', '190948.247500', '190948.707500', '190949.167500', '190949.627500', '190950.087500', '190950.547500', '190951.007500', '190951.467500', '190951.927500', '190952.387500', '190952.847500', '190953.307500', '190953.767500', '190954.227500', '190954.687500', '190955.147500', '190955.607500', '190956.067500', '190956.527500', '190956.987500', '190957.447500', '190957.907500', '190958.367500', '190958.827500', '190959.287500', '190959.747500', '191000.207500', '191000.667500', '191001.127500', '191001.587500', '191002.047500', '191002.507500', '191002.967500', '191003.427500', '191003.887500', '191004.347500', '191004.807500', '191005.267500', '191005.727500', '191006.187500', '191006.647500', '191007.107500', '191007.567500', '191008.027500', '191008.487500', '191008.947500', '191009.407500', '191009.867500', '191010.327500', '191010.787500', '191011.247500', '191011.707500', '191012.167500', '191012.627500', '191013.087500', '191013.547500', '191014.007500', '191014.467500', '191014.927500', '191015.387500', '191015.847500', '191016.307500', '191016.767500', '191017.227500', '191017.687500', '191018.147500', '191018.607500', '191019.067500', '191019.527500', '191019.987500', '191020.447500', '191020.907500', '191021.367500', '191021.827500', '191022.287500', '191022.747500', '191023.207500', '191023.667500', '191024.127500', '191024.587500', '191025.047500', '191025.507500', '191025.967500', '191026.427500', '191026.887500', '191027.347500', '191027.807500', '191028.267500', '191028.727500', '191029.187500', '191029.647500', '191030.107500', '191030.567500', '191031.027500', '191031.487500', '191031.947500', '191032.407500', '191032.867500', '191033.327500', '191033.787500', '191034.247500', '191034.707500', '191035.167500', '191035.627500', '191036.087500', '191036.547500', '191037.007500', '191037.467500', '191037.927500', '191038.387500', '191038.847500', '191039.307500', '191039.767500', '191040.227500', '191040.687500', '191041.147500', '191041.607500', '191042.067500', '191042.527500', '191042.987500', '191043.447500', '191043.907500', '191044.367500', '191044.827500', '191045.287500', '191045.747500', '191046.207500', '191046.667500', '191047.127500', '191047.587500', '191048.047500', '191048.507500', '191048.967500', '191049.427500', '191049.887500', '191050.347500', '191050.807500', '191051.267500', '191051.727500', '191052.187500', '191052.647500', '191053.107500', '191053.567500', '191054.027500', '191054.487500', '191054.947500', '191055.407500', '191055.867500', '191056.327500', '191056.787500', '191057.247500', '191057.707500', '191058.167500', '191058.627500', '191059.087500', '191059.547500', '191100.007500', '191100.467500', '191100.927500', '191101.387500', '191101.847500', '191102.307500', '191102.767500', '191103.227500', '191103.687500', '191104.147500', '191104.607500', '191105.067500', '191105.527500', '191105.987500', '191106.447500', '191106.907500', '191107.367500', '191107.827500', '191108.287500', '191108.747500', '191109.207500', '191109.667500', '191110.127500', '191110.587500', '191111.047500', '191111.507500', '191111.967500', '191112.427500', '191112.887500', '191113.347500', '191113.807500', '191114.267500', '191114.727500', '191115.187500', '191115.647500', '191116.107500', '191116.567500', '191117.027500', '191117.487500', '191117.947500', '191118.407500', '191118.867500', '191119.327500', '191119.787500', '191120.247500', '191120.707500', '191121.167500', '191121.627500', '191122.087500', '191122.547500', '191123.007500', '191123.467500', '191123.927500', '191124.387500', '191124.847500', '191125.307500', '191125.767500', '191126.227500', '191126.687500', '191127.147500', '191127.607500', '191128.067500', '191128.527500', '191128.987500', '191129.447500', '191129.907500', '191130.367500', '191130.827500', '191131.287500', '191131.747500', '191132.207500', '191132.667500', '191133.127500', '191133.587500', '191134.047500', '191134.507500', '191134.967500', '191135.427500', '191135.887500', '191136.347500', '191136.807500', '191137.267500', '191137.727500', '191138.187500', '191138.647500', '191139.107500', '191139.567500', '191140.027500', '191140.487500', '191140.947500', '191141.407500', '191141.867500', '191142.327500', '191142.787500', '191143.247500', '191143.707500', '191144.167500', '191144.627500', '191145.087500', '191145.547500', '191146.007500', '191146.467500', '191146.927500', '191147.387500', '191147.847500', '191148.307500', '191148.767500', '191149.227500', '191149.687500', '191150.147500', '191150.607500', '191151.067500', '191151.527500', '191151.987500', '191152.447500', '191152.907500', '191153.367500', '191153.827500', '191154.287500', '191154.747500', '191155.207500', '191155.667500', '191156.127500', '191156.587500', '191157.047500', '191157.507500', '191157.967500', '191158.427500', '191158.887500', '191159.347500', '191159.807500', '191200.267500', '191200.727500', '191201.187500', '191201.647500', '191202.107500', '191202.567500', '191203.027500', '191203.487500', '191203.947500', '191204.407500', '191204.867500', '191205.327500', '191205.787500', '191206.247500', '191206.707500', '191207.167500', '191207.627500', '191208.087500', '191208.547500', '191209.007500', '191209.467500', '191209.927500', '191210.387500', '191210.847500', '191211.307500', '191211.767500', '191212.227500', '191212.687500', '191213.147500', '191213.607500', '191214.067500', '191214.527500', '191214.987500', '191215.447500', '191215.907500', '191216.367500', '191216.827500', '191217.287500', '191217.747500', '191218.207500', '191218.667500', '191219.127500', '191219.587500', '191220.047500', '191220.507500', '191220.967500', '191221.427500', '191221.887500', '191222.347500', '191222.807500', '191223.267500', '191223.727500', '191224.187500', '191224.647500', '191225.107500', '191225.567500', '191226.027500', '191226.487500', '191226.947500', '191227.407500', '191227.867500', '191228.327500', '191228.787500', '191229.247500', '191229.707500', '191230.167500', '191230.627500', '191231.087500', '191231.547500', '191232.007500', '191232.467500', '191232.927500', '191233.387500', '191233.847500', '191234.307500', '191234.767500', '191235.227500', '191235.687500', '191236.147500', '191236.607500', '191237.067500', '191237.527500', '191237.987500', '191238.447500', '191238.907500', '191239.367500', '191239.827500', '191240.287500', '191240.747500', '191241.207500', '191241.667500', '191242.127500', '191242.587500', '191243.047500', '191243.507500', '191243.967500', '191244.427500', '191244.887500', '191245.347500', '191245.807500', '191246.267500', '191246.727500', '191247.187500', '191247.647500', '191248.107500', '191248.567500', '191249.027500', '191249.487500', '191249.947500', '191250.407500', '191250.867500', '191251.327500', '191251.787500', '191252.247500', '191252.707500', '191253.167500', '191253.627500', '191254.087500', '191254.547500', '191255.007500', '191255.467500', '191255.927500', '191256.387500', '191256.847500', '191257.307500', '191257.767500', '191258.227500', '191258.687500', '191259.147500', '191259.607500', '191300.067500', '191300.527500', '191300.987500', '191301.447500', '191301.907500', '191302.367500', '191302.827500', '191303.287500', '191303.747500', '191304.207500', '191304.667500', '191305.127500', '191305.587500', '191306.047500', '191306.507500', '191306.967500', '191307.427500', '191307.887500', '191308.347500', '191308.807500', '191309.267500', '191309.727500', '191310.187500', '191310.647500', '191311.107500', '191311.567500', '191312.027500', '191312.487500', '191312.947500', '191313.407500', '191313.867500', '191314.327500', '191314.787500', '191315.247500', '191315.707500', '191316.167500', '191316.627500', '191317.087500', '191317.547500', '191318.007500', '191318.467500', '191318.927500', '191319.387500', '191319.847500', '191320.307500', '191320.767500', '191321.227500', '191321.687500', '191322.147500', '191322.607500', '191323.067500', '191323.527500', '191323.987500', '191324.447500', '191324.907500', '191325.367500', '191325.827500', '191326.287500', '191326.747500', '191327.207500', '191327.667500', '191328.127500', '191328.587500', '191329.047500', '191329.507500', '191329.967500', '191330.427500', '191330.887500', '191331.347500', '191331.807500', '191332.267500', '191332.727500', '191333.187500', '191333.647500', '191334.107500', '191334.567500', '191335.027500', '191335.487500', '191335.947500', '191336.407500', '191336.867500', '191337.327500', '191337.787500', '191338.247500', '191338.707500', '191339.167500', '191339.627500', '191340.087500', '191340.547500', '191341.007500', '191341.467500', '191341.927500', '191342.387500', '191342.847500', '191343.307500', '191343.767500', '191344.227500', '191344.687500', '191345.147500', '191345.607500', '191346.067500', '191346.527500', '191346.987500', '191347.447500', '191347.907500', '191348.367500', '191348.827500', '191349.287500', '191349.747500', '191350.207500', '191350.667500', '191351.127500', '191351.587500', '191352.047500', '191352.507500', '191352.967500', '191353.427500', '191353.887500', '191354.347500', '191354.807500', '191355.267500', '191355.727500', '191356.187500', '191356.647500', '191357.107500', '191357.567500', '191358.027500', '191358.487500', '191358.947500', '191359.407500', '191359.867500', '191400.327500', '191400.787500', '191401.247500', '191401.707500', '191402.167500', '191402.627500', '191403.087500', '191403.547500', '191404.007500', '191404.467500', '191404.927500', '191405.387500', '191405.847500', '191406.307500', '191406.767500', '191407.227500', '191407.687500', '191408.147500', '191408.607500', '191409.067500', '191409.527500', '191409.987500', '191410.447500', '191410.907500', '191411.367500', '191411.827500', '191412.287500', '191412.747500', '191413.207500', '191413.667500', '191414.127500', '191414.587500', '191415.047500', '191415.507500', '191415.967500', '191416.427500', '191416.887500', '191417.347500', '191417.807500', '191418.267500', '191418.727500', '191419.187500', '191419.647500', '191420.107500', '191420.567500', '191421.027500', '191421.487500'], 'ContentTime': ['190806.757000', '190806.760000', '190806.768000', '190806.771000', '190806.773000', '190806.776000', '190806.779000', '190806.781000', '190806.784000', '190806.787000', '190806.789000', '190806.792000', '190806.795000', '190806.826000', '190806.828000', '190806.831000', '190806.834000', '190806.836000', '190806.839000', '190806.841000', '190806.844000', '190806.847000', '190806.849000', '190806.859000', '190806.861000', '190806.864000', '190806.866000', '190806.869000', '190806.872000', '190806.874000', '190806.877000', '190806.879000', '190806.882000', '190806.884000', '190806.887000', '190806.889000', '190806.892000', '190806.895000', '190806.897000', '190806.900000', '190806.902000', '190806.905000', '190806.907000', '190806.910000', '190806.912000', '190806.915000', '190806.918000', '190806.920000', '190806.923000', '190806.925000', '190806.928000', '190806.930000', '190806.933000', '190826.727000', '190826.729000', '190826.732000', '190826.735000', '190826.737000', '190826.740000', '190826.742000', '190826.745000', '190826.747000', '190826.750000', '190826.752000', '190826.755000', '190826.758000', '190826.760000', '190826.763000', '190826.765000', '190826.768000', '190826.770000', '190826.773000', '190826.776000', '190826.778000', '190826.781000', '190826.783000', '190826.786000', '190826.789000', '190826.791000', '190826.794000', '190826.796000', '190826.805000', '190826.808000', '190826.810000', '190826.813000', '190826.816000', '190826.819000', '190826.822000', '190826.825000', '190826.828000', '190826.830000', '190826.833000', '190826.835000', '190826.838000', '190826.840000', '190826.843000', '190846.725000', '190846.728000', '190846.731000', '190846.733000', '190846.736000', '190846.739000', '190846.741000', '190846.744000', '190846.746000', '190846.755000', '190846.758000', '190846.761000', '190846.763000', '190846.766000', '190846.768000', '190846.771000', '190846.774000', '190846.776000', '190846.779000', '190846.781000', '190846.784000', '190846.786000', '190846.789000', '190846.792000', '190846.794000', '190846.797000', '190846.799000', '190846.802000', '190846.804000', '190846.807000', '190846.810000', '190846.812000', '190846.815000', '190846.817000', '190846.820000', '190846.823000', '190846.825000', '190846.828000', '190846.830000', '190846.833000', '190846.835000', '190846.838000', '190846.841000', '190846.843000', '190906.726000', '190906.729000', '190906.732000', '190906.735000', '190906.737000', '190906.740000', '190906.742000', '190906.745000', '190906.754000', '190906.757000', '190906.759000', '190906.762000', '190906.765000', '190906.767000', '190906.770000', '190906.772000', '190906.775000', '190906.778000', '190906.780000', '190906.783000', '190906.785000', '190906.788000', '190906.790000', '190906.793000', '190906.796000', '190906.798000', '190906.801000', '190906.803000', '190906.806000', '190906.809000', '190906.811000', '190906.814000', '190906.816000', '190906.819000', '190906.822000', '190906.824000', '190906.827000', '190906.829000', '190906.832000', '190906.835000', '190906.837000', '190906.840000', '190906.842000', '190926.727000', '190926.729000', '190926.732000', '190926.735000', '190926.737000', '190926.740000', '190926.742000', '190926.745000', '190926.747000', '190926.750000', '190926.753000', '190926.755000', '190926.758000', '190926.760000', '190926.763000', '190926.765000', '190926.768000', '190926.771000', '190926.773000', '190926.776000', '190926.778000', '190926.781000', '190926.783000', '190926.786000', '190926.789000', '190926.791000', '190926.794000', '190926.796000', '190926.799000', '190926.802000', '190926.804000', '190926.807000', '190926.809000', '190926.812000', '190926.815000', '190926.817000', '190926.820000', '190926.822000', '190926.825000', '190926.828000', '190926.830000', '190926.833000', '190926.835000', '190926.854000', '190946.727000', '190946.729000', '190946.732000', '190946.735000', '190946.737000', '190946.740000', '190946.742000', '190946.745000', '190946.747000', '190946.750000', '190946.761000', '190946.764000', '190946.767000', '190946.769000', '190946.772000', '190946.775000', '190946.777000', '190946.780000', '190946.782000', '190946.785000', '190946.788000', '190946.790000', '190946.793000', '190946.795000', '190946.798000', '190946.800000', '190946.803000', '190946.806000', '190946.808000', '190946.811000', '190946.813000', '190946.816000', '190946.819000', '190946.821000', '190946.824000', '190946.826000', '190946.829000', '190946.832000', '190946.834000', '190946.837000', '190946.839000', '190946.842000', '190946.845000', '191006.726000', '191006.729000', '191006.732000', '191006.735000', '191006.737000', '191006.740000', '191006.742000', '191006.745000', '191006.748000', '191006.750000', '191006.753000', '191006.755000', '191006.758000', '191006.761000', '191006.763000', '191006.766000', '191006.768000', '191006.771000', '191006.773000', '191006.776000', '191006.779000', '191006.781000', '191006.784000', '191006.786000', '191006.789000', '191006.791000', '191006.794000', '191006.797000', '191006.799000', '191006.802000', '191006.804000', '191006.807000', '191006.810000', '191006.812000', '191006.815000', '191006.817000', '191006.820000', '191006.823000', '191006.825000', '191006.828000', '191006.830000', '191006.833000', '191006.836000', '191006.838000', '191026.727000', '191026.729000', '191026.732000', '191026.735000', '191026.737000', '191026.740000', '191026.742000', '191026.745000', '191026.747000', '191026.750000', '191026.753000', '191026.755000', '191026.758000', '191026.761000', '191026.763000', '191026.766000', '191026.768000', '191026.771000', '191026.773000', '191026.776000', '191026.779000', '191026.781000', '191026.784000', '191026.786000', '191026.789000', '191026.792000', '191026.794000', '191026.797000', '191026.799000', '191026.802000', '191026.805000', '191026.807000', '191026.810000', '191026.812000', '191026.815000', '191026.818000', '191026.820000', '191026.823000', '191026.825000', '191026.828000', '191026.831000', '191026.833000', '191026.836000', '191046.727000', '191046.729000', '191046.732000', '191046.735000', '191046.737000', '191046.740000', '191046.742000', '191046.745000', '191046.748000', '191046.750000', '191046.753000', '191046.755000', '191046.758000', '191046.761000', '191046.763000', '191046.766000', '191046.768000', '191046.771000', '191046.774000', '191046.776000', '191046.779000', '191046.781000', '191046.784000', '191046.787000', '191046.789000', '191046.792000', '191046.795000', '191046.797000', '191046.800000', '191046.802000', '191046.805000', '191046.807000', '191046.810000', '191046.813000', '191046.815000', '191046.818000', '191046.821000', '191046.823000', '191046.826000', '191046.829000', '191046.831000', '191046.834000', '191046.836000', '191046.839000', '191106.725000', '191106.728000', '191106.731000', '191106.733000', '191106.736000', '191106.739000', '191106.741000', '191106.744000', '191106.746000', '191106.749000', '191106.751000', '191106.754000', '191106.757000', '191106.759000', '191106.762000', '191106.764000', '191106.767000', '191106.769000', '191106.772000', '191106.775000', '191106.777000', '191106.780000', '191106.782000', '191106.785000', '191106.788000', '191106.790000', '191106.793000', '191106.795000', '191106.798000', '191106.800000', '191106.803000', '191106.806000', '191106.808000', '191106.811000', '191106.813000', '191106.816000', '191106.819000', '191106.821000', '191106.838000', '191106.840000', '191106.843000', '191106.845000', '191106.848000', '191126.727000', '191126.729000', '191126.732000', '191126.735000', '191126.737000', '191126.740000', '191126.742000', '191126.745000', '191126.748000', '191126.751000', '191126.753000', '191126.756000', '191126.758000', '191126.761000', '191126.764000', '191126.766000', '191126.769000', '191126.771000', '191126.774000', '191126.776000', '191126.779000', '191126.782000', '191126.784000', '191126.787000', '191126.790000', '191126.792000', '191126.795000', '191126.797000', '191126.800000', '191126.802000', '191126.805000', '191126.808000', '191126.810000', '191126.813000', '191126.815000', '191126.818000', '191126.820000', '191126.823000', '191126.826000', '191126.828000', '191126.831000', '191126.834000', '191126.836000', '191126.839000', '191146.727000', '191146.729000', '191146.732000', '191146.735000', '191146.737000', '191146.740000', '191146.742000', '191146.745000', '191146.748000', '191146.750000', '191146.753000', '191146.755000', '191146.758000', '191146.761000', '191146.763000', '191146.766000', '191146.768000', '191146.771000', '191146.774000', '191146.776000', '191146.779000', '191146.781000', '191146.784000', '191146.787000', '191146.789000', '191146.792000', '191146.794000', '191146.797000', '191146.800000', '191146.802000', '191146.805000', '191146.807000', '191146.810000', '191146.813000', '191146.815000', '191146.818000', '191146.821000', '191146.824000', '191146.826000', '191146.829000', '191146.832000', '191146.834000', '191146.837000', '191206.726000', '191206.729000', '191206.732000', '191206.735000', '191206.737000', '191206.740000', '191206.742000', '191206.745000', '191206.748000', '191206.750000', '191206.753000', '191206.755000', '191206.758000', '191206.761000', '191206.763000', '191206.766000', '191206.769000', '191206.771000', '191206.774000', '191206.777000', '191206.779000', '191206.782000', '191206.784000', '191206.787000', '191206.790000', '191206.792000', '191206.795000', '191206.797000', '191206.800000', '191206.803000', '191206.805000', '191206.808000', '191206.810000', '191206.813000', '191206.816000', '191206.818000', '191206.821000', '191206.823000', '191206.826000', '191206.829000', '191206.831000', '191206.834000', '191206.837000', '191226.727000', '191226.729000', '191226.732000', '191226.735000', '191226.737000', '191226.740000', '191226.742000', '191226.745000', '191226.748000', '191226.750000', '191226.753000', '191226.755000', '191226.758000', '191226.761000', '191226.763000', '191226.766000', '191226.769000', '191226.771000', '191226.774000', '191226.776000', '191226.779000', '191226.782000', '191226.784000', '191226.787000', '191226.789000', '191226.792000', '191226.795000', '191226.797000', '191226.800000', '191226.802000', '191226.805000', '191226.808000', '191226.810000', '191226.813000', '191226.815000', '191226.818000', '191226.821000', '191226.823000', '191226.826000', '191226.828000', '191226.831000', '191226.833000', '191226.836000', '191226.839000', '191246.726000', '191246.729000', '191246.732000', '191246.735000', '191246.738000', '191246.773000', '191246.776000', '191246.779000', '191246.781000', '191246.784000', '191246.787000', '191246.789000', '191246.792000', '191246.795000', '191246.797000', '191246.800000', '191246.803000', '191246.805000', '191246.808000', '191246.811000', '191246.814000', '191246.816000', '191246.819000', '191246.822000', '191246.824000', '191246.827000', '191246.829000', '191246.832000', '191246.835000', '191246.837000', '191246.840000', '191246.842000', '191246.845000', '191246.848000', '191246.850000', '191246.853000', '191246.856000', '191246.858000', '191246.861000', '191246.863000', '191246.866000', '191246.868000', '191246.871000', '191306.727000', '191306.729000', '191306.732000', '191306.735000', '191306.737000', '191306.740000', '191306.742000', '191306.745000', '191306.748000', '191306.750000', '191306.753000', '191306.755000', '191306.758000', '191306.760000', '191306.763000', '191306.766000', '191306.768000', '191306.771000', '191306.773000', '191306.776000', '191306.779000', '191306.781000', '191306.784000', '191306.786000', '191306.789000', '191306.792000', '191306.794000', '191306.797000', '191306.799000', '191306.802000', '191306.804000', '191306.811000', '191306.814000', '191306.817000', '191306.819000', '191306.822000', '191306.824000', '191306.827000', '191306.830000', '191306.832000', '191306.835000', '191306.837000', '191306.840000', '191306.843000', '191326.726000', '191326.729000', '191326.731000', '191326.734000', '191326.737000', '191326.740000', '191326.742000', '191326.745000', '191326.747000', '191326.750000', '191326.753000', '191326.755000', '191326.758000', '191326.760000', '191326.763000', '191326.766000', '191326.768000', '191326.771000', '191326.774000', '191326.776000', '191326.779000', '191326.781000', '191326.784000', '191326.787000', '191326.789000', '191326.792000', '191326.794000', '191326.797000', '191326.800000', '191326.802000', '191326.805000', '191326.807000', '191326.810000', '191326.813000', '191326.815000', '191326.818000', '191326.821000', '191326.823000', '191326.826000', '191326.828000', '191326.831000', '191326.834000', '191326.836000', '191346.727000', '191346.729000', '191346.732000', '191346.735000', '191346.737000', '191346.740000', '191346.743000', '191346.745000', '191346.748000', '191346.750000', '191346.753000', '191346.756000', '191346.758000', '191346.761000', '191346.763000', '191346.766000', '191346.769000', '191346.771000', '191346.774000', '191346.776000', '191346.779000', '191346.782000', '191346.784000', '191346.787000', '191346.789000', '191346.792000', '191346.795000', '191346.797000', '191346.800000', '191346.802000', '191346.806000', '191346.809000', '191346.812000', '191346.814000', '191346.817000', '191346.819000', '191346.822000', '191346.825000', '191346.827000', '191346.830000', '191346.832000', '191346.835000', '191346.838000', '191346.840000', '191406.726000', '191406.729000', '191406.732000', '191406.735000', '191406.737000', '191406.740000', '191406.742000', '191406.745000', '191406.748000', '191406.750000', '191406.753000', '191406.755000', '191406.758000', '191406.761000', '191406.763000', '191406.766000', '191406.777000', '191406.779000', '191406.782000', '191406.786000', '191406.789000', '191406.791000', '191406.794000', '191406.797000', '191406.799000', '191406.802000', '191406.804000', '191406.807000', '191406.810000', '191406.812000', '191406.815000', '191406.817000', '191406.820000', '191406.823000', '191406.825000', '191406.828000', '191406.831000', '191406.833000', '191406.836000', '191406.838000', '191406.841000', '191406.844000', '191406.846000', '191423.271000', '191423.274000', '191423.277000', '191423.279000', '191423.282000', '191423.285000', '191423.288000', '191423.290000', '191423.293000', '191423.296000', '191423.298000', '191423.301000', '191423.304000', '191423.307000', '191423.310000', '191423.313000', '191423.316000', '191423.319000', '191423.322000', '191423.325000', '191423.328000', '191423.331000', '191423.334000', '191423.337000', '191423.340000', '191423.343000', '191423.346000', '191423.349000', '191423.353000', '191423.356000', '191423.359000', '191423.362000', '191423.365000', '191423.368000', '191423.371000', '191423.374000', '191423.377000'], 'InstanceCreationTime': ['190806.757000', '190806.760000', '190806.768000', '190806.771000', '190806.773000', '190806.776000', '190806.779000', '190806.781000', '190806.784000', '190806.787000', '190806.789000', '190806.792000', '190806.795000', '190806.826000', '190806.828000', '190806.831000', '190806.834000', '190806.836000', '190806.839000', '190806.841000', '190806.844000', '190806.847000', '190806.849000', '190806.859000', '190806.861000', '190806.864000', '190806.866000', '190806.869000', '190806.872000', '190806.874000', '190806.877000', '190806.879000', '190806.882000', '190806.884000', '190806.887000', '190806.889000', '190806.892000', '190806.895000', '190806.897000', '190806.900000', '190806.902000', '190806.905000', '190806.907000', '190806.910000', '190806.912000', '190806.915000', '190806.918000', '190806.920000', '190806.923000', '190806.925000', '190806.928000', '190806.930000', '190806.933000', '190826.727000', '190826.729000', '190826.732000', '190826.735000', '190826.737000', '190826.740000', '190826.742000', '190826.745000', '190826.747000', '190826.750000', '190826.752000', '190826.755000', '190826.758000', '190826.760000', '190826.763000', '190826.765000', '190826.768000', '190826.770000', '190826.773000', '190826.776000', '190826.778000', '190826.781000', '190826.783000', '190826.786000', '190826.789000', '190826.791000', '190826.794000', '190826.796000', '190826.805000', '190826.808000', '190826.810000', '190826.813000', '190826.816000', '190826.819000', '190826.822000', '190826.825000', '190826.828000', '190826.830000', '190826.833000', '190826.835000', '190826.838000', '190826.840000', '190826.843000', '190846.725000', '190846.728000', '190846.731000', '190846.733000', '190846.736000', '190846.739000', '190846.741000', '190846.744000', '190846.746000', '190846.755000', '190846.758000', '190846.761000', '190846.763000', '190846.766000', '190846.768000', '190846.771000', '190846.774000', '190846.776000', '190846.779000', '190846.781000', '190846.784000', '190846.786000', '190846.789000', '190846.792000', '190846.794000', '190846.797000', '190846.799000', '190846.802000', '190846.804000', '190846.807000', '190846.810000', '190846.812000', '190846.815000', '190846.817000', '190846.820000', '190846.823000', '190846.825000', '190846.828000', '190846.830000', '190846.833000', '190846.835000', '190846.838000', '190846.841000', '190846.843000', '190906.726000', '190906.729000', '190906.732000', '190906.735000', '190906.737000', '190906.740000', '190906.742000', '190906.745000', '190906.754000', '190906.757000', '190906.759000', '190906.762000', '190906.765000', '190906.767000', '190906.770000', '190906.772000', '190906.775000', '190906.778000', '190906.780000', '190906.783000', '190906.785000', '190906.788000', '190906.790000', '190906.793000', '190906.796000', '190906.798000', '190906.801000', '190906.803000', '190906.806000', '190906.809000', '190906.811000', '190906.814000', '190906.816000', '190906.819000', '190906.822000', '190906.824000', '190906.827000', '190906.829000', '190906.832000', '190906.835000', '190906.837000', '190906.840000', '190906.842000', '190926.727000', '190926.729000', '190926.732000', '190926.735000', '190926.737000', '190926.740000', '190926.742000', '190926.745000', '190926.747000', '190926.750000', '190926.753000', '190926.755000', '190926.758000', '190926.760000', '190926.763000', '190926.765000', '190926.768000', '190926.771000', '190926.773000', '190926.776000', '190926.778000', '190926.781000', '190926.783000', '190926.786000', '190926.789000', '190926.791000', '190926.794000', '190926.796000', '190926.799000', '190926.802000', '190926.804000', '190926.807000', '190926.809000', '190926.812000', '190926.815000', '190926.817000', '190926.820000', '190926.822000', '190926.825000', '190926.828000', '190926.830000', '190926.833000', '190926.835000', '190926.854000', '190946.727000', '190946.729000', '190946.732000', '190946.735000', '190946.737000', '190946.740000', '190946.742000', '190946.745000', '190946.747000', '190946.750000', '190946.761000', '190946.764000', '190946.767000', '190946.769000', '190946.772000', '190946.775000', '190946.777000', '190946.780000', '190946.782000', '190946.785000', '190946.788000', '190946.790000', '190946.793000', '190946.795000', '190946.798000', '190946.800000', '190946.803000', '190946.806000', '190946.808000', '190946.811000', '190946.813000', '190946.816000', '190946.819000', '190946.821000', '190946.824000', '190946.826000', '190946.829000', '190946.832000', '190946.834000', '190946.837000', '190946.839000', '190946.842000', '190946.845000', '191006.726000', '191006.729000', '191006.732000', '191006.735000', '191006.737000', '191006.740000', '191006.742000', '191006.745000', '191006.748000', '191006.750000', '191006.753000', '191006.755000', '191006.758000', '191006.761000', '191006.763000', '191006.766000', '191006.768000', '191006.771000', '191006.773000', '191006.776000', '191006.779000', '191006.781000', '191006.784000', '191006.786000', '191006.789000', '191006.791000', '191006.794000', '191006.797000', '191006.799000', '191006.802000', '191006.804000', '191006.807000', '191006.810000', '191006.812000', '191006.815000', '191006.817000', '191006.820000', '191006.823000', '191006.825000', '191006.828000', '191006.830000', '191006.833000', '191006.836000', '191006.838000', '191026.727000', '191026.729000', '191026.732000', '191026.735000', '191026.737000', '191026.740000', '191026.742000', '191026.745000', '191026.747000', '191026.750000', '191026.753000', '191026.755000', '191026.758000', '191026.761000', '191026.763000', '191026.766000', '191026.768000', '191026.771000', '191026.773000', '191026.776000', '191026.779000', '191026.781000', '191026.784000', '191026.786000', '191026.789000', '191026.792000', '191026.794000', '191026.797000', '191026.799000', '191026.802000', '191026.805000', '191026.807000', '191026.810000', '191026.812000', '191026.815000', '191026.818000', '191026.820000', '191026.823000', '191026.825000', '191026.828000', '191026.831000', '191026.833000', '191026.836000', '191046.727000', '191046.729000', '191046.732000', '191046.735000', '191046.737000', '191046.740000', '191046.742000', '191046.745000', '191046.748000', '191046.750000', '191046.753000', '191046.755000', '191046.758000', '191046.761000', '191046.763000', '191046.766000', '191046.768000', '191046.771000', '191046.774000', '191046.776000', '191046.779000', '191046.781000', '191046.784000', '191046.787000', '191046.789000', '191046.792000', '191046.795000', '191046.797000', '191046.800000', '191046.802000', '191046.805000', '191046.807000', '191046.810000', '191046.813000', '191046.815000', '191046.818000', '191046.821000', '191046.823000', '191046.826000', '191046.829000', '191046.831000', '191046.834000', '191046.836000', '191046.839000', '191106.725000', '191106.728000', '191106.731000', '191106.733000', '191106.736000', '191106.739000', '191106.741000', '191106.744000', '191106.746000', '191106.749000', '191106.751000', '191106.754000', '191106.757000', '191106.759000', '191106.762000', '191106.764000', '191106.767000', '191106.769000', '191106.772000', '191106.775000', '191106.777000', '191106.780000', '191106.782000', '191106.785000', '191106.788000', '191106.790000', '191106.793000', '191106.795000', '191106.798000', '191106.800000', '191106.803000', '191106.806000', '191106.808000', '191106.811000', '191106.813000', '191106.816000', '191106.819000', '191106.821000', '191106.838000', '191106.840000', '191106.843000', '191106.845000', '191106.848000', '191126.727000', '191126.729000', '191126.732000', '191126.735000', '191126.737000', '191126.740000', '191126.742000', '191126.745000', '191126.748000', '191126.751000', '191126.753000', '191126.756000', '191126.758000', '191126.761000', '191126.764000', '191126.766000', '191126.769000', '191126.771000', '191126.774000', '191126.776000', '191126.779000', '191126.782000', '191126.784000', '191126.787000', '191126.790000', '191126.792000', '191126.795000', '191126.797000', '191126.800000', '191126.802000', '191126.805000', '191126.808000', '191126.810000', '191126.813000', '191126.815000', '191126.818000', '191126.820000', '191126.823000', '191126.826000', '191126.828000', '191126.831000', '191126.834000', '191126.836000', '191126.839000', '191146.727000', '191146.729000', '191146.732000', '191146.735000', '191146.737000', '191146.740000', '191146.742000', '191146.745000', '191146.748000', '191146.750000', '191146.753000', '191146.755000', '191146.758000', '191146.761000', '191146.763000', '191146.766000', '191146.768000', '191146.771000', '191146.774000', '191146.776000', '191146.779000', '191146.781000', '191146.784000', '191146.787000', '191146.789000', '191146.792000', '191146.794000', '191146.797000', '191146.800000', '191146.802000', '191146.805000', '191146.807000', '191146.810000', '191146.813000', '191146.815000', '191146.818000', '191146.821000', '191146.824000', '191146.826000', '191146.829000', '191146.832000', '191146.834000', '191146.837000', '191206.726000', '191206.729000', '191206.732000', '191206.735000', '191206.737000', '191206.740000', '191206.742000', '191206.745000', '191206.748000', '191206.750000', '191206.753000', '191206.755000', '191206.758000', '191206.761000', '191206.763000', '191206.766000', '191206.769000', '191206.771000', '191206.774000', '191206.777000', '191206.779000', '191206.782000', '191206.784000', '191206.787000', '191206.790000', '191206.792000', '191206.795000', '191206.797000', '191206.800000', '191206.803000', '191206.805000', '191206.808000', '191206.810000', '191206.813000', '191206.816000', '191206.818000', '191206.821000', '191206.823000', '191206.826000', '191206.829000', '191206.831000', '191206.834000', '191206.837000', '191226.727000', '191226.729000', '191226.732000', '191226.735000', '191226.737000', '191226.740000', '191226.742000', '191226.745000', '191226.748000', '191226.750000', '191226.753000', '191226.755000', '191226.758000', '191226.761000', '191226.763000', '191226.766000', '191226.769000', '191226.771000', '191226.774000', '191226.776000', '191226.779000', '191226.782000', '191226.784000', '191226.787000', '191226.789000', '191226.792000', '191226.795000', '191226.797000', '191226.800000', '191226.802000', '191226.805000', '191226.808000', '191226.810000', '191226.813000', '191226.815000', '191226.818000', '191226.821000', '191226.823000', '191226.826000', '191226.828000', '191226.831000', '191226.833000', '191226.836000', '191226.839000', '191246.726000', '191246.729000', '191246.732000', '191246.735000', '191246.738000', '191246.773000', '191246.776000', '191246.779000', '191246.781000', '191246.784000', '191246.787000', '191246.789000', '191246.792000', '191246.795000', '191246.797000', '191246.800000', '191246.803000', '191246.805000', '191246.808000', '191246.811000', '191246.814000', '191246.816000', '191246.819000', '191246.822000', '191246.824000', '191246.827000', '191246.829000', '191246.832000', '191246.835000', '191246.837000', '191246.840000', '191246.842000', '191246.845000', '191246.848000', '191246.850000', '191246.853000', '191246.856000', '191246.858000', '191246.861000', '191246.863000', '191246.866000', '191246.868000', '191246.871000', '191306.727000', '191306.729000', '191306.732000', '191306.735000', '191306.737000', '191306.740000', '191306.742000', '191306.745000', '191306.748000', '191306.750000', '191306.753000', '191306.755000', '191306.758000', '191306.760000', '191306.763000', '191306.766000', '191306.768000', '191306.771000', '191306.773000', '191306.776000', '191306.779000', '191306.781000', '191306.784000', '191306.786000', '191306.789000', '191306.792000', '191306.794000', '191306.797000', '191306.799000', '191306.802000', '191306.804000', '191306.811000', '191306.814000', '191306.817000', '191306.819000', '191306.822000', '191306.824000', '191306.827000', '191306.830000', '191306.832000', '191306.835000', '191306.837000', '191306.840000', '191306.843000', '191326.726000', '191326.729000', '191326.731000', '191326.734000', '191326.737000', '191326.740000', '191326.742000', '191326.745000', '191326.747000', '191326.750000', '191326.753000', '191326.755000', '191326.758000', '191326.760000', '191326.763000', '191326.766000', '191326.768000', '191326.771000', '191326.774000', '191326.776000', '191326.779000', '191326.781000', '191326.784000', '191326.787000', '191326.789000', '191326.792000', '191326.794000', '191326.797000', '191326.800000', '191326.802000', '191326.805000', '191326.807000', '191326.810000', '191326.813000', '191326.815000', '191326.818000', '191326.821000', '191326.823000', '191326.826000', '191326.828000', '191326.831000', '191326.834000', '191326.836000', '191346.727000', '191346.729000', '191346.732000', '191346.735000', '191346.737000', '191346.740000', '191346.743000', '191346.745000', '191346.748000', '191346.750000', '191346.753000', '191346.756000', '191346.758000', '191346.761000', '191346.763000', '191346.766000', '191346.769000', '191346.771000', '191346.774000', '191346.776000', '191346.779000', '191346.782000', '191346.784000', '191346.787000', '191346.789000', '191346.792000', '191346.795000', '191346.797000', '191346.800000', '191346.802000', '191346.806000', '191346.809000', '191346.812000', '191346.814000', '191346.817000', '191346.819000', '191346.822000', '191346.825000', '191346.827000', '191346.830000', '191346.832000', '191346.835000', '191346.838000', '191346.840000', '191406.726000', '191406.729000', '191406.732000', '191406.735000', '191406.737000', '191406.740000', '191406.742000', '191406.745000', '191406.748000', '191406.750000', '191406.753000', '191406.755000', '191406.758000', '191406.761000', '191406.763000', '191406.766000', '191406.777000', '191406.779000', '191406.782000', '191406.786000', '191406.789000', '191406.791000', '191406.794000', '191406.797000', '191406.799000', '191406.802000', '191406.804000', '191406.807000', '191406.810000', '191406.812000', '191406.815000', '191406.817000', '191406.820000', '191406.823000', '191406.825000', '191406.828000', '191406.831000', '191406.833000', '191406.836000', '191406.838000', '191406.841000', '191406.844000', '191406.846000', '191423.271000', '191423.274000', '191423.277000', '191423.279000', '191423.282000', '191423.285000', '191423.288000', '191423.290000', '191423.293000', '191423.296000', '191423.298000', '191423.301000', '191423.304000', '191423.307000', '191423.310000', '191423.313000', '191423.316000', '191423.319000', '191423.322000', '191423.325000', '191423.328000', '191423.331000', '191423.334000', '191423.337000', '191423.340000', '191423.343000', '191423.346000', '191423.349000', '191423.353000', '191423.356000', '191423.359000', '191423.362000', '191423.365000', '191423.368000', '191423.371000', '191423.374000', '191423.377000'], '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': [15428, 20888, 16798, 18792, 13630, 11537, 11710, 11328, 19366, 14415, 16768, 12860, 15129, 18963, 12307, 19537, 14326, 19471, 15405, 20618, 15887, 11407, 11659, 8437, 17543, 11508, 19261, 13499, 12104, 11218, 10696, 18607, 14835, 17509, 14605, 17517, 18805, 11704, 19303, 14508, 20045, 15956, 14426, 15127, 9034, 17973, 11688, 19550, 14382, 16980, 11429, 15292, 14159, 15507, 19625, 10847, 18117, 13425, 20008, 15954, 16718, 11922, 9927, 12664, 12413, 19533, 13167, 18469, 11433, 14645, 14256, 12118, 18886, 13634, 19041, 14312, 17941, 17514, 11223, 18361, 13485, 18655, 15261, 11776, 19081, 14339, 14833, 18060, 12840, 20608, 16130, 15824, 17633, 13163, 20196, 16518, 13219, 13624, 13198, 19686, 15908, 18046, 14309, 12649, 18123, 12405, 19583, 15670, 19106, 13424, 17130, 15345, 13339, 18648, 10434, 17233, 13585, 18282, 15486, 11187, 18619, 13604, 19507, 14833, 18575, 16799, 11030, 17656, 12342, 19815, 16223, 16615, 12915, 9362, 17847, 13321, 20529, 16212, 11740, 15138, 12773, 20003, 16360, 17878, 13683, 16684, 16015, 13533, 18935, 10108, 17551, 11910, 19329, 15607, 16024, 11792, 14191, 16042, 9158, 19170, 14735, 11536, 16525, 13826, 20335, 16452, 17727, 13309, 17620, 17444, 12924, 19167, 10414, 18293, 11456, 19298, 15508, 17196, 11475, 14562, 11701, 18470, 15495, 14328, 11004, 10684, 10282, 17694, 15989, 11929, 16215, 8880, 16618, 10847, 19110, 13416, 18259, 13363, 18168, 13806, 19191, 15627, 10896, 12681, 15962, 17650, 11144, 18281, 10995, 19028, 14066, 16109, 18206, 11168, 19443, 15132, 19763, 16040, 16576, 13453, 15763, 16458, 15326, 18297, 9441, 16502, 9963, 19529, 15676, 19550, 12660, 14660, 12107, 18623, 15671, 11095, 14013, 10399, 17403, 16550, 18188, 11427, 15590, 8934, 17522, 12016, 19107, 12039, 16500, 11575, 18521, 13244, 18558, 15108, 11693, 15154, 18048, 17702, 16399, 14236, 11464, 11247, 18610, 15241, 11936, 14297, 8952, 16235, 14842, 18574, 9926, 17037, 10878, 18813, 15050, 19847, 15769, 11323, 12486, 13682, 18898, 12388, 18922, 14244, 17759, 14266, 19500, 15836, 12765, 10452, 14112, 17777, 13050, 19542, 11994, 17951, 13529, 19043, 15389, 17833, 11922, 14633, 11133, 16428, 13474, 9189, 16400, 8823, 18560, 13885, 19020, 15699, 16514, 12028, 11663, 12282, 17788, 17926, 10795, 14738, 8619, 18509, 12047, 19221, 14173, 16276, 11838, 18680, 13435, 13150, 13353, 8340, 15830, 12035, 18504, 13522, 18390, 13204, 18159, 13800, 17985, 15103, 13616, 12448, 12596, 18256, 8899, 17759, 11113, 19244, 15717, 19137, 14479, 17127, 12526, 19566, 14948, 19607, 14282, 15795, 11536, 17612, 13016, 18519, 14016, 15812, 11086, 17071, 12877, 18338, 13739, 16371, 11708, 19050, 13238, 18983, 15372, 15629, 12030, 15617, 12686, 16986, 15505, 9444, 17356, 10202, 19147, 13881, 19172, 16061, 17432, 12965, 19194, 14938, 16930, 12993, 9641, 14275, 12928, 18443, 12598, 18040, 13702, 19778, 14518, 10700, 13650, 8568, 18606, 12535, 19327, 15910, 15890, 12699, 17607, 17481, 11072, 18563, 10974, 18709, 14281, 19305, 15558, 13899, 12355, 17361, 17939, 11028, 18248, 10470, 18750, 15248, 19647, 15565, 13664, 11336, 16447, 17205, 10291, 17355, 9340, 17825, 12232, 18818, 11203, 16188, 8868, 16825, 11089, 19013, 10953, 16885, 11674, 18296, 14464, 17784, 14348, 10045, 15043, 10066, 19273, 15237, 19779, 14213, 16715, 13573, 17535, 15875, 9659, 16099, 11237, 18880, 13808, 18207, 11990, 19073, 13529, 16868, 15467, 9345, 14542, 8922, 18715, 15650, 16992, 12200, 12208, 17440, 12194, 18859, 12942, 17766, 13360, 18695, 15125, 11362, 13564, 8459, 17050, 13005, 20006, 14245, 13908, 18871, 14340, 18987, 14345, 15922, 14597, 17450, 17797, 10620, 15439, 8527, 17152, 12591, 18758, 10642, 16809, 10403, 16773, 13060, 18986, 15013, 11827, 13355, 10779, 18272, 14801, 18832, 11346, 16767, 9910, 18016, 12640, 18998, 15774, 17881, 12551, 19257, 13565, 16172, 13115, 8800, 15882, 10141, 18742, 15928, 18828, 13551, 16398, 12785, 18341, 15707, 10572, 16658, 9447, 18676, 12522, 18978, 13598, 17409, 13361, 18669, 15257, 18749, 14567, 16623, 12729, 18042, 14175, 17656, 11888, 16028, 10333, 18068, 11870, 18046, 13233, 16930, 12496, 15184, 14290, 9284, 16980, 10505, 18568, 16128, 19612, 15605, 17115, 13828, 19634, 15241, 16770, 13205, 12897, 10168, 17228, 14269, 10473, 15148, 8878, 16801, 11154, 18433, 15062, 18569, 13152, 15245, 12525, 17833, 15852, 10964, 14958, 9171, 17247, 13750, 18134, 10065, 16275, 10584, 18155, 14334, 19506, 15038, 11992, 11115, 11710, 18114, 13658, 18536, 13214, 19231, 13409, 18404, 15146, 11236, 10618, 11292, 15193, 16266, 16081, 9168, 15933, 8913, 18520, 10835, 18129, 14210, 16489, 12057, 18698, 13408, 17582, 14316, 9646, 14707, 10282, 17885, 12547, 18110, 11586, 16763, 11620, 18149, 12023, 17886, 11627, 16816, 11127, 15060, 11914, 17779, 14573, 18944, 13670, 14181, 10930, 17139, 14876, 10312, 14246, 10754, 16553, 14094, 17448, 9540, 15804, 10129, 17607, 14346, 17520, 12615, 17270, 12510, 17251, 10918, 16646, 8907, 13748, 8661, 17432, 11866, 17835, 10024, 16459, 10894, 17421, 13877, 16251, 12452, 13828, 11098, 17152, 13791, 16934, 13376, 13674, 10532, 16984, 13821, 15916, 15113, 9081, 17168, 10274, 17841, 15046, 14302, 10730, 10252, 16211, 13068, 18347, 14079, 18215, 14079, 18110, 14437, 15688, 11434, 15626, 11599, 18671, 14610, 16283, 11382, 12574, 9983, 16837, 11953, 16460, 12027, 13477, 10138, 17609, 11895, 17307, 13604, 15634, 10674, 14375, 10997, 16722, 13054, 13793, 10929, 10017, 13811, 15020, 16956, 11576, 17389, 10014, 16835, 12077, 17521, 11453, 16570, 8834, 15507, 9769, 17370, 13422, 15774, 8335, 12083, 8039, 16661, 12205, 17547, 11644, 13858, 11006, 15326, 17158, 10986, 18051, 11781, 17574, 11702, 17711, 11326, 17173, 10425, 15130, 11586, 17651, 13575, 9791, 11107, 7869, 16673, 12576, 17636, 13069, 16349, 12010, 17965, 13405, 12771, 12978, 8916, 16727, 11102, 17881, 14376, 16755, 12051, 17551, 13538, 13908, 10526, 16932, 13557, 13009, 14102, 11568, 13280, 16961, 13952, 14288, 11652, 9017, 10324, 14669, 14501, 12986, 15983, 8256, 14536, 9320, 17712, 13696, 17794, 14737, 16943, 11933, 18011, 13009, 16995, 13884, 12322, 12159, 15483, 15650, 10319, 16061, 8525, 16103, 10415], 'WindowCenter': [4014.0, 4010.0, 3998.0, 3992.0, 3970.0, 3947.0, 3958.0, 3949.0, 3992.0, 3970.0, 3979.0, 3960.0, 3970.0, 3981.0, 3959.0, 3981.0, 3970.0, 3980.0, 3970.0, 3980.0, 3969.0, 3949.0, 3948.0, 3927.0, 3981.0, 3948.0, 3981.0, 3972.0, 3972.0, 3962.0, 3962.0, 3995.0, 3984.0, 3993.0, 3984.0, 3983.0, 3995.0, 3962.0, 3994.0, 3971.0, 3982.0, 3972.0, 3959.0, 3968.0, 3928.0, 3970.0, 3948.0, 3977.0, 3958.0, 3969.0, 3949.0, 3966.0, 3957.0, 3958.0, 3980.0, 3935.0, 3968.0, 3947.0, 3967.0, 3957.0, 3956.0, 3947.0, 3926.0, 3947.0, 3945.0, 3966.0, 3948.0, 3978.0, 3949.0, 3957.0, 3958.0, 3947.0, 3980.0, 3959.0, 3979.0, 3959.0, 3978.0, 3982.0, 3961.0, 3994.0, 3971.0, 3981.0, 3972.0, 3959.0, 3980.0, 3969.0, 3970.0, 3983.0, 3972.0, 3993.0, 3984.0, 3983.0, 3983.0, 3959.0, 3980.0, 3981.0, 3958.0, 3958.0, 3958.0, 3980.0, 3970.0, 3967.0, 3959.0, 3945.0, 3969.0, 3946.0, 3967.0, 3957.0, 3967.0, 3947.0, 3966.0, 3955.0, 3946.0, 3967.0, 3934.0, 3966.0, 3958.0, 3966.0, 3956.0, 3937.0, 3968.0, 3958.0, 3977.0, 3959.0, 3969.0, 3969.0, 3947.0, 3969.0, 3957.0, 3979.0, 3982.0, 3968.0, 3959.0, 3938.0, 3981.0, 3970.0, 3992.0, 3982.0, 3959.0, 3970.0, 3959.0, 3982.0, 3970.0, 3980.0, 3959.0, 3967.0, 3968.0, 3958.0, 3981.0, 3938.0, 3969.0, 3949.0, 3978.0, 3970.0, 3967.0, 3961.0, 3968.0, 3970.0, 3937.0, 3981.0, 3969.0, 3960.0, 3981.0, 3971.0, 3991.0, 3981.0, 3969.0, 3959.0, 3968.0, 3970.0, 3948.0, 3969.0, 3935.0, 3967.0, 3933.0, 3967.0, 3957.0, 3966.0, 3934.0, 3954.0, 3947.0, 3965.0, 3957.0, 3945.0, 3934.0, 3933.0, 3936.0, 3966.0, 3955.0, 3934.0, 3966.0, 3924.0, 3965.0, 3934.0, 3979.0, 3956.0, 3967.0, 3957.0, 3967.0, 3958.0, 3979.0, 3968.0, 3948.0, 3973.0, 3982.0, 3979.0, 3949.0, 3980.0, 3949.0, 3980.0, 3972.0, 3982.0, 3983.0, 3961.0, 3992.0, 3982.0, 3990.0, 3971.0, 3969.0, 3961.0, 3981.0, 3982.0, 3968.0, 3979.0, 3937.0, 3968.0, 3938.0, 3979.0, 3968.0, 3979.0, 3959.0, 3956.0, 3948.0, 3980.0, 3968.0, 3936.0, 3957.0, 3933.0, 3968.0, 3965.0, 3968.0, 3935.0, 3954.0, 3913.0, 3967.0, 3943.0, 3965.0, 3946.0, 3967.0, 3947.0, 3966.0, 3959.0, 3967.0, 3969.0, 3946.0, 3957.0, 3968.0, 3969.0, 3955.0, 3955.0, 3934.0, 3935.0, 3967.0, 3956.0, 3946.0, 3956.0, 3925.0, 3967.0, 3957.0, 3969.0, 3936.0, 3981.0, 3950.0, 3979.0, 3968.0, 3980.0, 3969.0, 3947.0, 3959.0, 3958.0, 3982.0, 3958.0, 3981.0, 3969.0, 3978.0, 3971.0, 3980.0, 3968.0, 3957.0, 3936.0, 3956.0, 3979.0, 3958.0, 3980.0, 3946.0, 3967.0, 3947.0, 3968.0, 3958.0, 3966.0, 3947.0, 3955.0, 3945.0, 3966.0, 3957.0, 3926.0, 3968.0, 3926.0, 3968.0, 3958.0, 3969.0, 3958.0, 3956.0, 3946.0, 3935.0, 3946.0, 3967.0, 3968.0, 3935.0, 3956.0, 3914.0, 3966.0, 3946.0, 3966.0, 3955.0, 3968.0, 3947.0, 3968.0, 3958.0, 3957.0, 3959.0, 3929.0, 3967.0, 3958.0, 3980.0, 3959.0, 3980.0, 3961.0, 3980.0, 3971.0, 3979.0, 3971.0, 3958.0, 3958.0, 3958.0, 3981.0, 3939.0, 3979.0, 3948.0, 3981.0, 3969.0, 3978.0, 3959.0, 3968.0, 3948.0, 3968.0, 3957.0, 3967.0, 3945.0, 3954.0, 3935.0, 3954.0, 3945.0, 3953.0, 3944.0, 3953.0, 3933.0, 3954.0, 3946.0, 3964.0, 3955.0, 3956.0, 3945.0, 3966.0, 3947.0, 3965.0, 3957.0, 3956.0, 3946.0, 3955.0, 3947.0, 3966.0, 3958.0, 3936.0, 3969.0, 3936.0, 3979.0, 3959.0, 3969.0, 3968.0, 3966.0, 3957.0, 3976.0, 3958.0, 3966.0, 3957.0, 3927.0, 3958.0, 3957.0, 3978.0, 3957.0, 3979.0, 3960.0, 3981.0, 3970.0, 3962.0, 3971.0, 3939.0, 3992.0, 3960.0, 3980.0, 3981.0, 3980.0, 3962.0, 3981.0, 3983.0, 3950.0, 3993.0, 3950.0, 3981.0, 3970.0, 3981.0, 3971.0, 3984.0, 3962.0, 3980.0, 3981.0, 3948.0, 3979.0, 3938.0, 3978.0, 3968.0, 3968.0, 3967.0, 3955.0, 3937.0, 3958.0, 3969.0, 3936.0, 3967.0, 3926.0, 3966.0, 3933.0, 3966.0, 3935.0, 3955.0, 3913.0, 3954.0, 3932.0, 3967.0, 3934.0, 3954.0, 3946.0, 3967.0, 3956.0, 3967.0, 3958.0, 3936.0, 3969.0, 3936.0, 3978.0, 3967.0, 3977.0, 3956.0, 3967.0, 3958.0, 3968.0, 3966.0, 3925.0, 3956.0, 3934.0, 3967.0, 3956.0, 3979.0, 3947.0, 3977.0, 3957.0, 3968.0, 3970.0, 3938.0, 3958.0, 3937.0, 3978.0, 3970.0, 3968.0, 3960.0, 3947.0, 3981.0, 3958.0, 3981.0, 3960.0, 3979.0, 3958.0, 3979.0, 3970.0, 3948.0, 3958.0, 3928.0, 3970.0, 3959.0, 3990.0, 3970.0, 3959.0, 3980.0, 3959.0, 3981.0, 3959.0, 3956.0, 3959.0, 3968.0, 3969.0, 3935.0, 3955.0, 3914.0, 3967.0, 3945.0, 3968.0, 3934.0, 3966.0, 3936.0, 3966.0, 3957.0, 3969.0, 3957.0, 3947.0, 3957.0, 3937.0, 3969.0, 3957.0, 3969.0, 3936.0, 3968.0, 3925.0, 3966.0, 3946.0, 3967.0, 3968.0, 3966.0, 3958.0, 3978.0, 3959.0, 3968.0, 3959.0, 3927.0, 3969.0, 3937.0, 3980.0, 3970.0, 3981.0, 3960.0, 3969.0, 3959.0, 3968.0, 3970.0, 3936.0, 3968.0, 3926.0, 3968.0, 3946.0, 3968.0, 3958.0, 3966.0, 3957.0, 3966.0, 3958.0, 3967.0, 3957.0, 3954.0, 3945.0, 3966.0, 3957.0, 3966.0, 3947.0, 3967.0, 3936.0, 3968.0, 3946.0, 3967.0, 3958.0, 3968.0, 3959.0, 3970.0, 3972.0, 3939.0, 3981.0, 3950.0, 3981.0, 3982.0, 3981.0, 3971.0, 3969.0, 3959.0, 3978.0, 3970.0, 3967.0, 3958.0, 3945.0, 3935.0, 3965.0, 3956.0, 3937.0, 3958.0, 3926.0, 3969.0, 3947.0, 3967.0, 3959.0, 3967.0, 3958.0, 3966.0, 3959.0, 3969.0, 3969.0, 3936.0, 3969.0, 3925.0, 3967.0, 3957.0, 3970.0, 3938.0, 3967.0, 3948.0, 3978.0, 3969.0, 3981.0, 3970.0, 3960.0, 3948.0, 3957.0, 3981.0, 3969.0, 3981.0, 3960.0, 3979.0, 3958.0, 3969.0, 3970.0, 3949.0, 3950.0, 3947.0, 3968.0, 3968.0, 3967.0, 3940.0, 3982.0, 3939.0, 3982.0, 3949.0, 3980.0, 3970.0, 3968.0, 3958.0, 3978.0, 3959.0, 3969.0, 3959.0, 3936.0, 3959.0, 3936.0, 3968.0, 3947.0, 3969.0, 3946.0, 3966.0, 3946.0, 3968.0, 3947.0, 3968.0, 3934.0, 3964.0, 3947.0, 3956.0, 3945.0, 3966.0, 3958.0, 3965.0, 3956.0, 3955.0, 3947.0, 3967.0, 3969.0, 3936.0, 3958.0, 3937.0, 3968.0, 3970.0, 3993.0, 3950.0, 3980.0, 3948.0, 3980.0, 3969.0, 3979.0, 3959.0, 3968.0, 3959.0, 3967.0, 3936.0, 3968.0, 3926.0, 3955.0, 3925.0, 3968.0, 3945.0, 3969.0, 3937.0, 3967.0, 3937.0, 3965.0, 3956.0, 3966.0, 3948.0, 3956.0, 3948.0, 3967.0, 3957.0, 3967.0, 3959.0, 3957.0, 3937.0, 3967.0, 3957.0, 3967.0, 3968.0, 3939.0, 3980.0, 3938.0, 3969.0, 3970.0, 3969.0, 3950.0, 3948.0, 3982.0, 3961.0, 3981.0, 3971.0, 3980.0, 3959.0, 3968.0, 3959.0, 3968.0, 3947.0, 3955.0, 3945.0, 3967.0, 3957.0, 3954.0, 3936.0, 3944.0, 3923.0, 3955.0, 3935.0, 3953.0, 3934.0, 3942.0, 3923.0, 3964.0, 3934.0, 3955.0, 3944.0, 3955.0, 3934.0, 3955.0, 3936.0, 3966.0, 3956.0, 3956.0, 3948.0, 3938.0, 3958.0, 3969.0, 3970.0, 3949.0, 3979.0, 3936.0, 3969.0, 3946.0, 3981.0, 3947.0, 3969.0, 3926.0, 3970.0, 3936.0, 3980.0, 3958.0, 3969.0, 3926.0, 3960.0, 3928.0, 3979.0, 3960.0, 3981.0, 3963.0, 3970.0, 3960.0, 3982.0, 3982.0, 3950.0, 3984.0, 3961.0, 3981.0, 3961.0, 3983.0, 3949.0, 3969.0, 3949.0, 3957.0, 3950.0, 3980.0, 3959.0, 3938.0, 3947.0, 3928.0, 3982.0, 3960.0, 3980.0, 3960.0, 3970.0, 3960.0, 3981.0, 3960.0, 3960.0, 3959.0, 3926.0, 3971.0, 3948.0, 3971.0, 3969.0, 3969.0, 3958.0, 3969.0, 3960.0, 3956.0, 3939.0, 3968.0, 3957.0, 3957.0, 3958.0, 3934.0, 3947.0, 3955.0, 3947.0, 3946.0, 3935.0, 3924.0, 3936.0, 3955.0, 3957.0, 3946.0, 3966.0, 3915.0, 3956.0, 3925.0, 3967.0, 3959.0, 3967.0, 3959.0, 3968.0, 3947.0, 3968.0, 3959.0, 3967.0, 3958.0, 3958.0, 3958.0, 3967.0, 3969.0, 3935.0, 3969.0, 3925.0, 3969.0, 3946.0], 'WindowWidth': [8934.0, 8920.0, 8895.0, 8879.0, 8845.0, 8809.0, 8825.0, 8813.0, 8875.0, 8843.0, 8855.0, 8829.0, 8844.0, 8861.0, 8826.0, 8861.0, 8843.0, 8855.0, 8843.0, 8857.0, 8840.0, 8812.0, 8810.0, 8780.0, 8859.0, 8811.0, 8861.0, 8847.0, 8851.0, 8837.0, 8836.0, 8887.0, 8871.0, 8881.0, 8868.0, 8867.0, 8887.0, 8835.0, 8880.0, 8845.0, 8863.0, 8847.0, 8827.0, 8838.0, 8781.0, 8840.0, 8806.0, 8848.0, 8823.0, 8840.0, 8812.0, 8832.0, 8821.0, 8821.0, 8855.0, 8787.0, 8833.0, 8805.0, 8832.0, 8820.0, 8815.0, 8804.0, 8773.0, 8803.0, 8798.0, 8832.0, 8806.0, 8851.0, 8811.0, 8820.0, 8823.0, 8808.0, 8857.0, 8827.0, 8853.0, 8826.0, 8851.0, 8863.0, 8831.0, 8884.0, 8847.0, 8860.0, 8848.0, 8825.0, 8858.0, 8841.0, 8842.0, 8865.0, 8849.0, 8881.0, 8869.0, 8866.0, 8867.0, 8828.0, 8859.0, 8858.0, 8823.0, 8823.0, 8824.0, 8858.0, 8843.0, 8836.0, 8825.0, 8801.0, 8841.0, 8804.0, 8835.0, 8818.0, 8833.0, 8805.0, 8829.0, 8815.0, 8800.0, 8832.0, 8786.0, 8828.0, 8820.0, 8832.0, 8818.0, 8791.0, 8837.0, 8822.0, 8848.0, 8825.0, 8839.0, 8839.0, 8805.0, 8838.0, 8820.0, 8854.0, 8864.0, 8837.0, 8826.0, 8795.0, 8858.0, 8842.0, 8876.0, 8861.0, 8827.0, 8843.0, 8826.0, 8864.0, 8845.0, 8856.0, 8827.0, 8835.0, 8838.0, 8823.0, 8858.0, 8795.0, 8840.0, 8811.0, 8850.0, 8842.0, 8836.0, 8833.0, 8837.0, 8844.0, 8795.0, 8859.0, 8841.0, 8830.0, 8861.0, 8847.0, 8876.0, 8860.0, 8841.0, 8825.0, 8836.0, 8840.0, 8806.0, 8839.0, 8786.0, 8831.0, 8781.0, 8831.0, 8818.0, 8829.0, 8785.0, 8811.0, 8803.0, 8829.0, 8817.0, 8797.0, 8784.0, 8781.0, 8787.0, 8830.0, 8813.0, 8784.0, 8830.0, 8772.0, 8830.0, 8786.0, 8851.0, 8817.0, 8832.0, 8820.0, 8833.0, 8823.0, 8853.0, 8837.0, 8809.0, 8852.0, 8861.0, 8855.0, 8812.0, 8856.0, 8815.0, 8858.0, 8850.0, 8863.0, 8866.0, 8833.0, 8876.0, 8863.0, 8874.0, 8847.0, 8842.0, 8831.0, 8861.0, 8861.0, 8837.0, 8854.0, 8794.0, 8836.0, 8798.0, 8855.0, 8838.0, 8853.0, 8824.0, 8818.0, 8809.0, 8858.0, 8839.0, 8790.0, 8818.0, 8782.0, 8836.0, 8827.0, 8836.0, 8785.0, 8811.0, 8753.0, 8832.0, 8793.0, 8827.0, 8802.0, 8830.0, 8807.0, 8832.0, 8824.0, 8836.0, 8838.0, 8804.0, 8819.0, 8837.0, 8840.0, 8816.0, 8813.0, 8783.0, 8786.0, 8832.0, 8816.0, 8803.0, 8817.0, 8772.0, 8832.0, 8818.0, 8839.0, 8790.0, 8859.0, 8816.0, 8853.0, 8837.0, 8857.0, 8841.0, 8809.0, 8827.0, 8825.0, 8866.0, 8824.0, 8859.0, 8840.0, 8851.0, 8847.0, 8857.0, 8839.0, 8820.0, 8791.0, 8819.0, 8855.0, 8820.0, 8855.0, 8804.0, 8833.0, 8806.0, 8835.0, 8822.0, 8828.0, 8803.0, 8814.0, 8801.0, 8829.0, 8818.0, 8776.0, 8834.0, 8777.0, 8835.0, 8821.0, 8837.0, 8823.0, 8816.0, 8802.0, 8787.0, 8802.0, 8832.0, 8836.0, 8787.0, 8815.0, 8756.0, 8831.0, 8802.0, 8832.0, 8814.0, 8834.0, 8805.0, 8838.0, 8821.0, 8820.0, 8825.0, 8786.0, 8836.0, 8822.0, 8856.0, 8826.0, 8858.0, 8831.0, 8857.0, 8845.0, 8854.0, 8843.0, 8822.0, 8822.0, 8823.0, 8860.0, 8799.0, 8853.0, 8810.0, 8858.0, 8839.0, 8851.0, 8826.0, 8837.0, 8808.0, 8835.0, 8818.0, 8834.0, 8799.0, 8810.0, 8786.0, 8810.0, 8799.0, 8810.0, 8796.0, 8806.0, 8782.0, 8811.0, 8802.0, 8824.0, 8813.0, 8815.0, 8800.0, 8831.0, 8805.0, 8829.0, 8819.0, 8817.0, 8804.0, 8814.0, 8805.0, 8830.0, 8823.0, 8790.0, 8840.0, 8790.0, 8855.0, 8823.0, 8839.0, 8836.0, 8829.0, 8820.0, 8847.0, 8823.0, 8831.0, 8820.0, 8777.0, 8823.0, 8819.0, 8851.0, 8820.0, 8854.0, 8828.0, 8859.0, 8842.0, 8835.0, 8846.0, 8802.0, 8879.0, 8830.0, 8860.0, 8862.0, 8857.0, 8833.0, 8859.0, 8866.0, 8814.0, 8879.0, 8818.0, 8860.0, 8842.0, 8860.0, 8847.0, 8869.0, 8837.0, 8856.0, 8859.0, 8807.0, 8852.0, 8795.0, 8851.0, 8837.0, 8839.0, 8834.0, 8815.0, 8792.0, 8820.0, 8838.0, 8788.0, 8832.0, 8774.0, 8830.0, 8781.0, 8830.0, 8784.0, 8813.0, 8752.0, 8811.0, 8778.0, 8831.0, 8782.0, 8810.0, 8803.0, 8831.0, 8817.0, 8833.0, 8820.0, 8788.0, 8836.0, 8790.0, 8852.0, 8834.0, 8848.0, 8818.0, 8833.0, 8822.0, 8836.0, 8832.0, 8774.0, 8817.0, 8784.0, 8834.0, 8817.0, 8853.0, 8805.0, 8848.0, 8820.0, 8835.0, 8843.0, 8797.0, 8822.0, 8792.0, 8850.0, 8841.0, 8838.0, 8827.0, 8807.0, 8860.0, 8823.0, 8857.0, 8826.0, 8852.0, 8824.0, 8854.0, 8843.0, 8809.0, 8822.0, 8785.0, 8842.0, 8825.0, 8872.0, 8841.0, 8826.0, 8858.0, 8826.0, 8858.0, 8824.0, 8817.0, 8824.0, 8836.0, 8837.0, 8786.0, 8815.0, 8758.0, 8832.0, 8798.0, 8836.0, 8782.0, 8828.0, 8788.0, 8829.0, 8819.0, 8838.0, 8821.0, 8806.0, 8818.0, 8791.0, 8840.0, 8819.0, 8840.0, 8788.0, 8834.0, 8774.0, 8832.0, 8803.0, 8833.0, 8835.0, 8830.0, 8822.0, 8851.0, 8824.0, 8835.0, 8825.0, 8780.0, 8838.0, 8794.0, 8857.0, 8843.0, 8859.0, 8829.0, 8840.0, 8826.0, 8837.0, 8840.0, 8790.0, 8837.0, 8775.0, 8837.0, 8803.0, 8838.0, 8821.0, 8831.0, 8819.0, 8833.0, 8823.0, 8832.0, 8817.0, 8811.0, 8802.0, 8830.0, 8819.0, 8830.0, 8806.0, 8832.0, 8790.0, 8837.0, 8803.0, 8835.0, 8824.0, 8837.0, 8827.0, 8843.0, 8847.0, 8801.0, 8859.0, 8815.0, 8861.0, 8862.0, 8862.0, 8845.0, 8840.0, 8825.0, 8854.0, 8842.0, 8834.0, 8822.0, 8801.0, 8788.0, 8829.0, 8817.0, 8791.0, 8823.0, 8777.0, 8838.0, 8806.0, 8835.0, 8826.0, 8837.0, 8822.0, 8831.0, 8824.0, 8841.0, 8840.0, 8791.0, 8838.0, 8775.0, 8835.0, 8819.0, 8842.0, 8795.0, 8833.0, 8810.0, 8851.0, 8841.0, 8861.0, 8843.0, 8829.0, 8811.0, 8822.0, 8861.0, 8841.0, 8861.0, 8829.0, 8853.0, 8826.0, 8840.0, 8843.0, 8814.0, 8816.0, 8805.0, 8837.0, 8835.0, 8835.0, 8804.0, 8862.0, 8798.0, 8862.0, 8813.0, 8854.0, 8841.0, 8836.0, 8822.0, 8852.0, 8825.0, 8839.0, 8825.0, 8792.0, 8824.0, 8790.0, 8839.0, 8806.0, 8839.0, 8804.0, 8832.0, 8804.0, 8837.0, 8804.0, 8837.0, 8784.0, 8826.0, 8804.0, 8816.0, 8801.0, 8830.0, 8822.0, 8831.0, 8817.0, 8814.0, 8806.0, 8833.0, 8839.0, 8792.0, 8824.0, 8791.0, 8837.0, 8841.0, 8884.0, 8818.0, 8860.0, 8811.0, 8858.0, 8843.0, 8854.0, 8828.0, 8839.0, 8825.0, 8837.0, 8790.0, 8835.0, 8776.0, 8816.0, 8775.0, 8837.0, 8800.0, 8842.0, 8794.0, 8834.0, 8792.0, 8830.0, 8818.0, 8830.0, 8809.0, 8817.0, 8808.0, 8835.0, 8820.0, 8835.0, 8824.0, 8820.0, 8794.0, 8835.0, 8822.0, 8835.0, 8837.0, 8798.0, 8857.0, 8796.0, 8840.0, 8843.0, 8838.0, 8814.0, 8811.0, 8864.0, 8830.0, 8859.0, 8844.0, 8857.0, 8827.0, 8837.0, 8826.0, 8835.0, 8806.0, 8816.0, 8801.0, 8834.0, 8819.0, 8811.0, 8787.0, 8796.0, 8769.0, 8813.0, 8785.0, 8809.0, 8784.0, 8793.0, 8768.0, 8825.0, 8784.0, 8814.0, 8797.0, 8812.0, 8784.0, 8813.0, 8789.0, 8831.0, 8819.0, 8818.0, 8809.0, 8794.0, 8824.0, 8839.0, 8844.0, 8810.0, 8854.0, 8793.0, 8841.0, 8805.0, 8859.0, 8807.0, 8839.0, 8777.0, 8841.0, 8790.0, 8858.0, 8822.0, 8840.0, 8779.0, 8828.0, 8783.0, 8855.0, 8829.0, 8863.0, 8837.0, 8845.0, 8831.0, 8862.0, 8865.0, 8816.0, 8868.0, 8832.0, 8861.0, 8831.0, 8865.0, 8811.0, 8840.0, 8812.0, 8821.0, 8814.0, 8859.0, 8828.0, 8797.0, 8809.0, 8784.0, 8862.0, 8831.0, 8859.0, 8829.0, 8842.0, 8830.0, 8862.0, 8831.0, 8830.0, 8827.0, 8778.0, 8846.0, 8810.0, 8844.0, 8839.0, 8839.0, 8824.0, 8840.0, 8829.0, 8819.0, 8797.0, 8836.0, 8820.0, 8818.0, 8823.0, 8785.0, 8805.0, 8815.0, 8805.0, 8801.0, 8785.0, 8769.0, 8789.0, 8812.0, 8819.0, 8802.0, 8830.0, 8762.0, 8816.0, 8775.0, 8834.0, 8825.0, 8833.0, 8826.0, 8836.0, 8806.0, 8837.0, 8826.0, 8835.0, 8823.0, 8822.0, 8824.0, 8832.0, 8839.0, 8788.0, 8837.0, 8774.0, 8838.0, 8805.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.00033600000000000004</td></tr>
<tr><td colspan=3>aqi</td><td>0.020601844827586206</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.273173188538536</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.199527174764099</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0028617639700803</td></tr>
<tr><td colspan=3>efc</td><td>0.4451</td></tr>
<tr><td colspan=3>fber</td><td>7200.5146</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08381729829310376</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7241379310344827</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.567406284784656</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4533206687810045</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9160019304770963</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.332896255095866</td></tr>
<tr><td colspan=3>gcor</td><td>0.00908338</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020991919562220573</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020845571532845497</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.827648094958392</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>61.7257</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.2042</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.8544</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308698.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>688.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.3506</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3971</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.5173</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3179.0764</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67846.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.3124</td></tr>
<tr><td colspan=3>tsnr</td><td>44.02898638031911</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>