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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0030/figures/sub-0030_ses-01_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_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-0030/ses-01/func/sub-0030_ses-01_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>3244b0ccc0ac9bfc8eca74ba5fb15efd</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:14:47.202500</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.995708, -0.0166834, 0.0910373, 0.0298998, 0.988861, -0.145807]</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.102539</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7705, -7256, 437, -117, -310, -112, 101]</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>255.309</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36b7c850-075e-48d7-b7ff-27663b9bd4ac||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.6714110374450684, 0.08021902292966843, 0.23649485409259796, 103.17628479003906], [0.0447603315114975, 2.6530418395996094, -0.3993397355079651, -89.08854675292969], [0.2442464381456375, 0.3911907374858856, 2.6598117351531982, -114.89617919921875], [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': ['181447.202500', '181447.662500', '181448.122500', '181448.582500', '181449.042500', '181449.502500', '181449.962500', '181450.422500', '181450.882500', '181451.342500', '181451.802500', '181452.262500', '181452.722500', '181453.182500', '181453.642500', '181454.102500', '181454.562500', '181455.022500', '181455.482500', '181455.942500', '181456.402500', '181456.862500', '181457.322500', '181457.782500', '181458.242500', '181458.702500', '181459.162500', '181459.622500', '181500.082500', '181500.542500', '181501.002500', '181501.462500', '181501.922500', '181502.382500', '181502.842500', '181503.302500', '181503.762500', '181504.222500', '181504.682500', '181505.142500', '181505.602500', '181506.062500', '181506.522500', '181506.982500', '181507.442500', '181507.902500', '181508.362500', '181508.822500', '181509.282500', '181509.742500', '181510.202500', '181510.662500', '181511.122500', '181511.582500', '181512.042500', '181512.502500', '181512.962500', '181513.422500', '181513.882500', '181514.342500', '181514.802500', '181515.262500', '181515.722500', '181516.182500', '181516.642500', '181517.102500', '181517.562500', '181518.022500', '181518.482500', '181518.942500', '181519.402500', '181519.862500', '181520.322500', '181520.782500', '181521.242500', '181521.702500', '181522.162500', '181522.622500', '181523.082500', '181523.542500', '181524.002500', '181524.462500', '181524.922500', '181525.382500', '181525.842500', '181526.302500', '181526.762500', '181527.222500', '181527.682500', '181528.142500', '181528.602500', '181529.062500', '181529.522500', '181529.982500', '181530.442500', '181530.902500', '181531.362500', '181531.822500', '181532.282500', '181532.742500', '181533.202500', '181533.662500', '181534.122500', '181534.582500', '181535.042500', '181535.502500', '181535.962500', '181536.422500', '181536.882500', '181537.342500', '181537.802500', '181538.262500', '181538.722500', '181539.182500', '181539.642500', '181540.102500', '181540.562500', '181541.022500', '181541.482500', '181541.942500', '181542.402500', '181542.862500', '181543.322500', '181543.782500', '181544.242500', '181544.702500', '181545.162500', '181545.622500', '181546.082500', '181546.542500', '181547.002500', '181547.462500', '181547.922500', '181548.382500', '181548.842500', '181549.302500', '181549.762500', '181550.222500', '181550.682500', '181551.142500', '181551.602500', '181552.062500', '181552.522500', '181552.982500', '181553.442500', '181553.902500', '181554.362500', '181554.822500', '181555.282500', '181555.742500', '181556.202500', '181556.662500', '181557.122500', '181557.582500', '181558.042500', '181558.502500', '181558.962500', '181559.422500', '181559.882500', '181600.342500', '181600.802500', '181601.262500', '181601.722500', '181602.182500', '181602.642500', '181603.102500', '181603.562500', '181604.022500', '181604.482500', '181604.942500', '181605.402500', '181605.862500', '181606.322500', '181606.782500', '181607.242500', '181607.702500', '181608.162500', '181608.622500', '181609.082500', '181609.542500', '181610.002500', '181610.462500', '181610.922500', '181611.382500', '181611.842500', '181612.302500', '181612.762500', '181613.222500', '181613.682500', '181614.142500', '181614.602500', '181615.062500', '181615.522500', '181615.982500', '181616.442500', '181616.902500', '181617.362500', '181617.822500', '181618.282500', '181618.742500', '181619.202500', '181619.662500', '181620.122500', '181620.582500', '181621.042500', '181621.502500', '181621.962500', '181622.422500', '181622.882500', '181623.342500', '181623.802500', '181624.262500', '181624.722500', '181625.182500', '181625.642500', '181626.102500', '181626.562500', '181627.022500', '181627.482500', '181627.942500', '181628.402500', '181628.862500', '181629.322500', '181629.782500', '181630.242500', '181630.702500', '181631.162500', '181631.622500', '181632.082500', '181632.542500', '181633.002500', '181633.462500', '181633.922500', '181634.382500', '181634.842500', '181635.302500', '181635.762500', '181636.222500', '181636.682500', '181637.142500', '181637.602500', '181638.062500', '181638.522500', '181638.982500', '181639.442500', '181639.902500', '181640.362500', '181640.822500', '181641.282500', '181641.742500', '181642.202500', '181642.662500', '181643.122500', '181643.582500', '181644.042500', '181644.502500', '181644.962500', '181645.422500', '181645.882500', '181646.342500', '181646.802500', '181647.262500', '181647.722500', '181648.182500', '181648.642500', '181649.102500', '181649.562500', '181650.022500', '181650.482500', '181650.942500', '181651.402500', '181651.862500', '181652.322500', '181652.782500', '181653.242500', '181653.702500', '181654.162500', '181654.622500', '181655.082500', '181655.542500', '181656.002500', '181656.462500', '181656.922500', '181657.382500', '181657.842500', '181658.302500', '181658.762500', '181659.222500', '181659.682500', '181700.142500', '181700.602500', '181701.062500', '181701.522500', '181701.982500', '181702.442500', '181702.902500', '181703.362500', '181703.822500', '181704.282500', '181704.742500', '181705.202500', '181705.662500', '181706.122500', '181706.582500', '181707.042500', '181707.502500', '181707.962500', '181708.422500', '181708.882500', '181709.342500', '181709.802500', '181710.262500', '181710.722500', '181711.182500', '181711.642500', '181712.102500', '181712.562500', '181713.022500', '181713.482500', '181713.942500', '181714.402500', '181714.862500', '181715.322500', '181715.782500', '181716.242500', '181716.702500', '181717.162500', '181717.622500', '181718.082500', '181718.542500', '181719.002500', '181719.462500', '181719.922500', '181720.382500', '181720.842500', '181721.302500', '181721.762500', '181722.222500', '181722.682500', '181723.142500', '181723.602500', '181724.062500', '181724.522500', '181724.982500', '181725.442500', '181725.902500', '181726.362500', '181726.822500', '181727.282500', '181727.742500', '181728.202500', '181728.662500', '181729.122500', '181729.582500', '181730.042500', '181730.502500', '181730.962500', '181731.422500', '181731.882500', '181732.342500', '181732.802500', '181733.262500', '181733.722500', '181734.182500', '181734.642500', '181735.102500', '181735.562500', '181736.022500', '181736.482500', '181736.942500', '181737.402500', '181737.862500', '181738.322500', '181738.782500', '181739.242500', '181739.702500', '181740.162500', '181740.622500', '181741.082500', '181741.542500', '181742.002500', '181742.462500', '181742.922500', '181743.382500', '181743.842500', '181744.302500', '181744.762500', '181745.222500', '181745.682500', '181746.142500', '181746.602500', '181747.062500', '181747.522500', '181747.982500', '181748.442500', '181748.902500', '181749.362500', '181749.822500', '181750.282500', '181750.742500', '181751.202500', '181751.662500', '181752.122500', '181752.582500', '181753.042500', '181753.502500', '181753.962500', '181754.422500', '181754.882500', '181755.342500', '181755.802500', '181756.262500', '181756.722500', '181757.182500', '181757.642500', '181758.102500', '181758.562500', '181759.022500', '181759.482500', '181759.942500', '181800.402500', '181800.862500', '181801.322500', '181801.782500', '181802.242500', '181802.702500', '181803.162500', '181803.622500', '181804.082500', '181804.542500', '181805.002500', '181805.462500', '181805.922500', '181806.382500', '181806.842500', '181807.302500', '181807.762500', '181808.222500', '181808.682500', '181809.142500', '181809.602500', '181810.062500', '181810.522500', '181810.982500', '181811.442500', '181811.902500', '181812.362500', '181812.822500', '181813.282500', '181813.742500', '181814.202500', '181814.662500', '181815.122500', '181815.582500', '181816.042500', '181816.502500', '181816.962500', '181817.422500', '181817.882500', '181818.342500', '181818.802500', '181819.262500', '181819.722500', '181820.182500', '181820.642500', '181821.102500', '181821.562500', '181822.022500', '181822.482500', '181822.942500', '181823.402500', '181823.862500', '181824.322500', '181824.782500', '181825.242500', '181825.702500', '181826.162500', '181826.622500', '181827.082500', '181827.542500', '181828.002500', '181828.462500', '181828.922500', '181829.382500', '181829.842500', '181830.302500', '181830.762500', '181831.222500', '181831.682500', '181832.142500', '181832.602500', '181833.062500', '181833.522500', '181833.982500', '181834.442500', '181834.902500', '181835.362500', '181835.822500', '181836.282500', '181836.742500', '181837.202500', '181837.662500', '181838.122500', '181838.582500', '181839.042500', '181839.502500', '181839.962500', '181840.422500', '181840.882500', '181841.342500', '181841.802500', '181842.262500', '181842.722500', '181843.182500', '181843.642500', '181844.102500', '181844.562500', '181845.022500', '181845.482500', '181845.942500', '181846.402500', '181846.862500', '181847.322500', '181847.782500', '181848.242500', '181848.702500', '181849.162500', '181849.622500', '181850.082500', '181850.542500', '181851.002500', '181851.462500', '181851.922500', '181852.382500', '181852.842500', '181853.302500', '181853.762500', '181854.222500', '181854.682500', '181855.142500', '181855.602500', '181856.062500', '181856.522500', '181856.982500', '181857.442500', '181857.902500', '181858.362500', '181858.822500', '181859.282500', '181859.742500', '181900.202500', '181900.662500', '181901.122500', '181901.582500', '181902.042500', '181902.502500', '181902.962500', '181903.422500', '181903.882500', '181904.342500', '181904.802500', '181905.262500', '181905.722500', '181906.182500', '181906.642500', '181907.102500', '181907.562500', '181908.022500', '181908.482500', '181908.942500', '181909.402500', '181909.862500', '181910.322500', '181910.782500', '181911.242500', '181911.702500', '181912.162500', '181912.622500', '181913.082500', '181913.542500', '181914.002500', '181914.462500', '181914.922500', '181915.382500', '181915.842500', '181916.302500', '181916.762500', '181917.222500', '181917.682500', '181918.142500', '181918.602500', '181919.062500', '181919.522500', '181919.982500', '181920.442500', '181920.902500', '181921.362500', '181921.822500', '181922.282500', '181922.742500', '181923.202500', '181923.662500', '181924.122500', '181924.582500', '181925.042500', '181925.502500', '181925.962500', '181926.422500', '181926.882500', '181927.342500', '181927.802500', '181928.262500', '181928.722500', '181929.182500', '181929.642500', '181930.102500', '181930.562500', '181931.022500', '181931.482500', '181931.942500', '181932.402500', '181932.862500', '181933.322500', '181933.782500', '181934.242500', '181934.702500', '181935.162500', '181935.622500', '181936.082500', '181936.542500', '181937.002500', '181937.462500', '181937.922500', '181938.382500', '181938.842500', '181939.302500', '181939.762500', '181940.222500', '181940.682500', '181941.142500', '181941.602500', '181942.062500', '181942.522500', '181942.982500', '181943.442500', '181943.902500', '181944.362500', '181944.822500', '181945.282500', '181945.742500', '181946.202500', '181946.662500', '181947.122500', '181947.582500', '181948.042500', '181948.502500', '181948.962500', '181949.422500', '181949.882500', '181950.342500', '181950.802500', '181951.262500', '181951.722500', '181952.182500', '181952.642500', '181953.102500', '181953.562500', '181954.022500', '181954.482500', '181954.942500', '181955.402500', '181955.862500', '181956.322500', '181956.782500', '181957.242500', '181957.702500', '181958.162500', '181958.622500', '181959.082500', '181959.542500', '182000.002500', '182000.462500', '182000.922500', '182001.382500', '182001.842500', '182002.302500', '182002.762500', '182003.222500', '182003.682500', '182004.142500', '182004.602500', '182005.062500', '182005.522500', '182005.982500', '182006.442500', '182006.902500', '182007.362500', '182007.822500', '182008.282500', '182008.742500', '182009.202500', '182009.662500', '182010.122500', '182010.582500', '182011.042500', '182011.502500', '182011.962500', '182012.422500', '182012.882500', '182013.342500', '182013.802500', '182014.262500', '182014.722500', '182015.182500', '182015.642500', '182016.102500', '182016.562500', '182017.022500', '182017.482500', '182017.942500', '182018.402500', '182018.862500', '182019.322500', '182019.782500', '182020.242500', '182020.702500', '182021.162500', '182021.622500', '182022.082500', '182022.542500', '182023.002500', '182023.462500', '182023.922500', '182024.382500', '182024.842500', '182025.302500', '182025.762500', '182026.222500', '182026.682500', '182027.142500', '182027.602500', '182028.062500', '182028.522500', '182028.982500', '182029.442500', '182029.902500', '182030.362500', '182030.822500', '182031.282500', '182031.742500', '182032.202500', '182032.662500', '182033.122500', '182033.582500', '182034.042500', '182034.502500', '182034.962500', '182035.422500', '182035.882500', '182036.342500', '182036.802500', '182037.262500', '182037.722500', '182038.182500', '182038.642500', '182039.102500', '182039.562500', '182040.022500', '182040.482500', '182040.942500', '182041.402500', '182041.862500', '182042.322500', '182042.782500', '182043.242500', '182043.702500', '182044.162500', '182044.622500', '182045.082500', '182045.542500', '182046.002500', '182046.462500', '182046.922500', '182047.382500', '182047.842500', '182048.302500', '182048.762500', '182049.222500', '182049.682500', '182050.142500', '182050.602500', '182051.062500', '182051.522500', '182051.982500', '182052.442500', '182052.902500', '182053.362500', '182053.822500', '182054.282500', '182054.742500', '182055.202500', '182055.662500', '182056.122500', '182056.582500', '182057.042500', '182057.502500', '182057.962500', '182058.422500', '182058.882500', '182059.342500', '182059.802500', '182100.262500', '182100.722500', '182101.182500', '182101.642500', '182102.102500', '182102.562500', '182103.022500', '182103.482500', '182103.942500', '182104.402500', '182104.862500', '182105.322500', '182105.782500', '182106.242500', '182106.702500', '182107.162500', '182107.622500', '182108.082500', '182108.542500', '182109.002500', '182109.462500', '182109.922500', '182110.382500', '182110.842500', '182111.302500', '182111.762500', '182112.222500', '182112.682500', '182113.142500', '182113.602500', '182114.062500', '182114.522500', '182114.982500', '182115.442500', '182115.902500', '182116.362500', '182116.822500', '182117.282500', '182117.742500', '182118.202500', '182118.662500', '182119.122500', '182119.582500', '182120.042500', '182120.502500', '182120.962500', '182121.422500', '182121.882500', '182122.342500', '182122.802500', '182123.262500', '182123.722500', '182124.182500', '182124.642500', '182125.102500', '182125.562500', '182126.022500', '182126.482500', '182126.942500', '182127.402500', '182127.862500'], 'ContentTime': ['181513.439000', '181513.442000', '181513.445000', '181513.447000', '181513.450000', '181513.453000', '181513.455000', '181513.458000', '181513.460000', '181513.463000', '181513.465000', '181513.468000', '181513.470000', '181513.473000', '181513.476000', '181513.478000', '181513.485000', '181513.487000', '181513.490000', '181513.492000', '181513.495000', '181513.497000', '181513.500000', '181513.503000', '181513.505000', '181513.508000', '181513.510000', '181513.513000', '181513.515000', '181513.518000', '181513.521000', '181513.523000', '181513.526000', '181513.528000', '181513.531000', '181513.533000', '181513.536000', '181513.538000', '181513.541000', '181513.543000', '181513.546000', '181513.549000', '181513.551000', '181513.554000', '181513.556000', '181513.559000', '181513.561000', '181513.564000', '181513.566000', '181513.569000', '181513.572000', '181513.574000', '181513.577000', '181513.579000', '181513.582000', '181533.419000', '181533.421000', '181533.424000', '181533.426000', '181533.429000', '181533.432000', '181533.434000', '181533.437000', '181533.439000', '181533.442000', '181533.444000', '181533.447000', '181533.449000', '181533.452000', '181533.456000', '181533.458000', '181533.461000', '181533.464000', '181533.466000', '181533.469000', '181533.471000', '181533.474000', '181533.476000', '181533.479000', '181533.481000', '181533.484000', '181533.486000', '181533.489000', '181533.491000', '181533.504000', '181533.506000', '181533.509000', '181533.511000', '181533.514000', '181533.516000', '181533.519000', '181533.521000', '181533.524000', '181533.527000', '181533.529000', '181533.532000', '181533.534000', '181533.537000', '181553.418000', '181553.421000', '181553.424000', '181553.426000', '181553.429000', '181553.432000', '181553.436000', '181553.439000', '181553.442000', '181553.444000', '181553.447000', '181553.449000', '181553.452000', '181553.454000', '181553.457000', '181553.460000', '181553.462000', '181553.465000', '181553.467000', '181553.470000', '181553.472000', '181553.475000', '181553.477000', '181553.480000', '181553.483000', '181553.485000', '181553.488000', '181553.490000', '181553.493000', '181553.496000', '181553.499000', '181553.501000', '181553.504000', '181553.506000', '181553.509000', '181553.512000', '181553.514000', '181553.517000', '181553.519000', '181553.522000', '181553.524000', '181553.527000', '181553.529000', '181613.418000', '181613.421000', '181613.424000', '181613.426000', '181613.429000', '181613.431000', '181613.434000', '181613.436000', '181613.439000', '181613.442000', '181613.444000', '181613.447000', '181613.449000', '181613.452000', '181613.455000', '181613.457000', '181613.460000', '181613.462000', '181613.465000', '181613.467000', '181613.470000', '181613.472000', '181613.475000', '181613.478000', '181613.480000', '181613.483000', '181613.485000', '181613.488000', '181613.491000', '181613.493000', '181613.496000', '181613.498000', '181613.501000', '181613.503000', '181613.506000', '181613.509000', '181613.511000', '181613.514000', '181613.516000', '181613.519000', '181613.521000', '181613.524000', '181613.527000', '181613.529000', '181633.419000', '181633.421000', '181633.424000', '181633.427000', '181633.429000', '181633.432000', '181633.434000', '181633.437000', '181633.439000', '181633.442000', '181633.444000', '181633.447000', '181633.450000', '181633.452000', '181633.455000', '181633.465000', '181633.468000', '181633.470000', '181633.473000', '181633.475000', '181633.478000', '181633.480000', '181633.483000', '181633.486000', '181633.488000', '181633.491000', '181633.494000', '181633.496000', '181633.499000', '181633.501000', '181633.504000', '181633.506000', '181633.509000', '181633.511000', '181633.514000', '181633.517000', '181633.520000', '181633.523000', '181633.525000', '181633.528000', '181633.530000', '181633.533000', '181633.536000', '181653.418000', '181653.421000', '181653.424000', '181653.426000', '181653.429000', '181653.431000', '181653.434000', '181653.437000', '181653.439000', '181653.442000', '181653.444000', '181653.447000', '181653.450000', '181653.452000', '181653.455000', '181653.457000', '181653.460000', '181653.462000', '181653.465000', '181653.468000', '181653.470000', '181653.473000', '181653.475000', '181653.478000', '181653.480000', '181653.489000', '181653.492000', '181653.495000', '181653.497000', '181653.500000', '181653.502000', '181653.505000', '181653.507000', '181653.510000', '181653.512000', '181653.515000', '181653.518000', '181653.520000', '181653.523000', '181653.525000', '181653.528000', '181653.530000', '181653.533000', '181653.535000', '181713.418000', '181713.421000', '181713.424000', '181713.426000', '181713.429000', '181713.432000', '181713.434000', '181713.437000', '181713.439000', '181713.442000', '181713.445000', '181713.447000', '181713.450000', '181713.452000', '181713.455000', '181713.457000', '181713.460000', '181713.463000', '181713.465000', '181713.468000', '181713.470000', '181713.473000', '181713.475000', '181713.478000', '181713.481000', '181713.498000', '181713.501000', '181713.504000', '181713.506000', '181713.509000', '181713.512000', '181713.514000', '181713.517000', '181713.519000', '181713.522000', '181713.525000', '181713.527000', '181713.530000', '181713.532000', '181713.535000', '181713.538000', '181713.541000', '181713.544000', '181733.419000', '181733.421000', '181733.424000', '181733.427000', '181733.429000', '181733.432000', '181733.434000', '181733.437000', '181733.440000', '181733.442000', '181733.445000', '181733.447000', '181733.450000', '181733.452000', '181733.455000', '181733.458000', '181733.460000', '181733.463000', '181733.465000', '181733.468000', '181733.470000', '181733.473000', '181733.476000', '181733.478000', '181733.481000', '181733.483000', '181733.486000', '181733.488000', '181733.491000', '181733.494000', '181733.496000', '181733.499000', '181733.501000', '181733.504000', '181733.507000', '181733.509000', '181733.512000', '181733.514000', '181733.517000', '181733.520000', '181733.522000', '181733.525000', '181733.527000', '181733.530000', '181753.418000', '181753.421000', '181753.424000', '181753.426000', '181753.429000', '181753.432000', '181753.434000', '181753.437000', '181753.439000', '181753.442000', '181753.445000', '181753.447000', '181753.450000', '181753.452000', '181753.455000', '181753.457000', '181753.460000', '181753.463000', '181753.465000', '181753.468000', '181753.470000', '181753.473000', '181753.475000', '181753.478000', '181753.481000', '181753.483000', '181753.486000', '181753.488000', '181753.491000', '181753.493000', '181753.496000', '181753.498000', '181753.501000', '181753.504000', '181753.506000', '181753.509000', '181753.511000', '181753.514000', '181753.517000', '181753.520000', '181753.522000', '181753.525000', '181753.528000', '181813.419000', '181813.421000', '181813.424000', '181813.426000', '181813.429000', '181813.445000', '181813.447000', '181813.450000', '181813.453000', '181813.455000', '181813.458000', '181813.460000', '181813.463000', '181813.466000', '181813.468000', '181813.471000', '181813.473000', '181813.476000', '181813.479000', '181813.481000', '181813.484000', '181813.486000', '181813.489000', '181813.491000', '181813.494000', '181813.496000', '181813.499000', '181813.502000', '181813.504000', '181813.507000', '181813.509000', '181813.512000', '181813.515000', '181813.517000', '181813.520000', '181813.522000', '181813.525000', '181813.527000', '181813.530000', '181813.533000', '181813.535000', '181813.538000', '181813.540000', '181813.543000', '181833.419000', '181833.421000', '181833.424000', '181833.427000', '181833.429000', '181833.432000', '181833.434000', '181833.437000', '181833.440000', '181833.442000', '181833.445000', '181833.447000', '181833.450000', '181833.452000', '181833.455000', '181833.458000', '181833.460000', '181833.463000', '181833.465000', '181833.468000', '181833.470000', '181833.473000', '181833.476000', '181833.478000', '181833.481000', '181833.483000', '181833.486000', '181833.488000', '181833.491000', '181833.494000', '181833.496000', '181833.499000', '181833.501000', '181833.504000', '181833.507000', '181833.509000', '181833.512000', '181833.514000', '181833.517000', '181833.519000', '181833.522000', '181833.525000', '181833.527000', '181853.418000', '181853.421000', '181853.424000', '181853.426000', '181853.429000', '181853.431000', '181853.434000', '181853.453000', '181853.456000', '181853.458000', '181853.461000', '181853.464000', '181853.466000', '181853.469000', '181853.471000', '181853.474000', '181853.477000', '181853.479000', '181853.482000', '181853.484000', '181853.487000', '181853.490000', '181853.492000', '181853.495000', '181853.497000', '181853.500000', '181853.503000', '181853.505000', '181853.508000', '181853.510000', '181853.513000', '181853.515000', '181853.518000', '181853.520000', '181853.523000', '181853.526000', '181853.528000', '181853.531000', '181853.534000', '181853.536000', '181853.539000', '181853.541000', '181853.544000', '181853.547000', '181913.418000', '181913.421000', '181913.424000', '181913.427000', '181913.429000', '181913.432000', '181913.435000', '181913.437000', '181913.440000', '181913.443000', '181913.445000', '181913.448000', '181913.450000', '181913.453000', '181913.456000', '181913.458000', '181913.461000', '181913.463000', '181913.466000', '181913.469000', '181913.471000', '181913.474000', '181913.476000', '181913.479000', '181913.482000', '181913.484000', '181913.487000', '181913.490000', '181913.492000', '181913.495000', '181913.497000', '181913.500000', '181913.503000', '181913.505000', '181913.508000', '181913.511000', '181913.513000', '181913.516000', '181913.518000', '181913.521000', '181913.524000', '181913.526000', '181913.529000', '181933.419000', '181933.422000', '181933.424000', '181933.427000', '181933.429000', '181933.432000', '181933.435000', '181933.438000', '181933.440000', '181933.443000', '181933.445000', '181933.448000', '181933.451000', '181933.453000', '181933.456000', '181933.458000', '181933.461000', '181933.463000', '181933.466000', '181933.469000', '181933.471000', '181933.474000', '181933.476000', '181933.479000', '181933.481000', '181933.484000', '181933.487000', '181933.489000', '181933.492000', '181933.494000', '181933.497000', '181933.499000', '181933.502000', '181933.505000', '181933.507000', '181933.510000', '181933.513000', '181933.515000', '181933.518000', '181933.520000', '181933.523000', '181933.525000', '181933.528000', '181933.531000', '181953.419000', '181953.421000', '181953.424000', '181953.427000', '181953.429000', '181953.432000', '181953.434000', '181953.437000', '181953.440000', '181953.442000', '181953.445000', '181953.447000', '181953.450000', '181953.453000', '181953.455000', '181953.458000', '181953.460000', '181953.463000', '181953.465000', '181953.468000', '181953.471000', '181953.473000', '181953.476000', '181953.478000', '181953.481000', '181953.484000', '181953.486000', '181953.489000', '181953.491000', '181953.494000', '181953.496000', '181953.499000', '181953.501000', '181953.504000', '181953.507000', '181953.509000', '181953.512000', '181953.514000', '181953.517000', '181953.519000', '181953.522000', '181953.525000', '181953.527000', '182013.419000', '182013.421000', '182013.424000', '182013.427000', '182013.429000', '182013.432000', '182013.434000', '182013.437000', '182013.439000', '182013.442000', '182013.445000', '182013.447000', '182013.450000', '182013.452000', '182013.455000', '182013.457000', '182013.464000', '182013.477000', '182013.480000', '182013.482000', '182013.485000', '182013.488000', '182013.490000', '182013.493000', '182013.495000', '182013.498000', '182013.500000', '182013.503000', '182013.506000', '182013.508000', '182013.511000', '182013.513000', '182013.516000', '182013.519000', '182013.521000', '182013.524000', '182013.526000', '182013.529000', '182013.531000', '182013.534000', '182013.537000', '182013.539000', '182013.542000', '182013.544000', '182033.419000', '182033.421000', '182033.424000', '182033.427000', '182033.429000', '182033.432000', '182033.434000', '182033.437000', '182033.440000', '182033.442000', '182033.445000', '182033.447000', '182033.450000', '182033.452000', '182033.455000', '182033.458000', '182033.460000', '182033.463000', '182033.465000', '182033.468000', '182033.471000', '182033.473000', '182033.476000', '182033.478000', '182033.481000', '182033.483000', '182033.486000', '182033.489000', '182033.491000', '182033.494000', '182033.497000', '182033.499000', '182033.502000', '182033.504000', '182033.507000', '182033.510000', '182033.512000', '182033.515000', '182033.517000', '182033.520000', '182033.522000', '182033.525000', '182033.528000', '182053.419000', '182053.422000', '182053.425000', '182053.428000', '182053.430000', '182053.433000', '182053.435000', '182053.438000', '182053.440000', '182053.443000', '182053.446000', '182053.448000', '182053.451000', '182053.453000', '182053.456000', '182053.458000', '182053.461000', '182053.464000', '182053.466000', '182053.469000', '182053.471000', '182053.474000', '182053.477000', '182053.479000', '182053.482000', '182053.484000', '182053.487000', '182053.490000', '182053.492000', '182053.496000', '182053.499000', '182053.501000', '182053.504000', '182053.507000', '182053.509000', '182053.512000', '182053.514000', '182053.517000', '182053.520000', '182053.522000', '182053.525000', '182053.527000', '182053.530000', '182053.533000', '182113.419000', '182113.422000', '182113.424000', '182113.427000', '182113.430000', '182113.432000', '182113.435000', '182113.437000', '182113.440000', '182113.443000', '182113.445000', '182113.448000', '182113.450000', '182113.453000', '182113.455000', '182113.458000', '182113.461000', '182113.463000', '182113.466000', '182113.468000', '182113.471000', '182113.473000', '182113.476000', '182113.479000', '182113.481000', '182113.484000', '182113.486000', '182113.489000', '182113.492000', '182113.494000', '182113.497000', '182113.500000', '182113.502000', '182113.505000', '182113.507000', '182113.510000', '182113.513000', '182113.515000', '182113.518000', '182113.520000', '182113.523000', '182113.525000', '182113.528000', '182129.232000', '182129.235000', '182129.238000', '182129.241000', '182129.244000', '182129.247000', '182129.250000', '182129.253000', '182129.256000', '182129.259000', '182129.262000', '182129.277000', '182129.281000', '182129.285000', '182129.288000', '182129.291000', '182129.293000', '182129.296000', '182129.299000', '182129.301000', '182129.304000', '182129.307000', '182129.310000', '182129.312000', '182129.315000', '182129.318000', '182129.321000', '182129.323000', '182129.332000', '182129.335000', '182129.338000', '182129.340000', '182129.343000', '182129.346000', '182129.349000'], 'InstanceCreationTime': ['181513.439000', '181513.442000', '181513.445000', '181513.447000', '181513.450000', '181513.453000', '181513.455000', '181513.458000', '181513.460000', '181513.463000', '181513.465000', '181513.468000', '181513.470000', '181513.473000', '181513.476000', '181513.478000', '181513.485000', '181513.487000', '181513.490000', '181513.492000', '181513.495000', '181513.497000', '181513.500000', '181513.503000', '181513.505000', '181513.508000', '181513.510000', '181513.513000', '181513.515000', '181513.518000', '181513.521000', '181513.523000', '181513.526000', '181513.528000', '181513.531000', '181513.533000', '181513.536000', '181513.538000', '181513.541000', '181513.543000', '181513.546000', '181513.549000', '181513.551000', '181513.554000', '181513.556000', '181513.559000', '181513.561000', '181513.564000', '181513.566000', '181513.569000', '181513.572000', '181513.574000', '181513.577000', '181513.579000', '181513.582000', '181533.419000', '181533.421000', '181533.424000', '181533.426000', '181533.429000', '181533.432000', '181533.434000', '181533.437000', '181533.439000', '181533.442000', '181533.444000', '181533.447000', '181533.449000', '181533.452000', '181533.456000', '181533.458000', '181533.461000', '181533.464000', '181533.466000', '181533.469000', '181533.471000', '181533.474000', '181533.476000', '181533.479000', '181533.481000', '181533.484000', '181533.486000', '181533.489000', '181533.491000', '181533.504000', '181533.506000', '181533.509000', '181533.511000', '181533.514000', '181533.516000', '181533.519000', '181533.521000', '181533.524000', '181533.527000', '181533.529000', '181533.532000', '181533.534000', '181533.537000', '181553.418000', '181553.421000', '181553.424000', '181553.426000', '181553.429000', '181553.432000', '181553.436000', '181553.439000', '181553.442000', '181553.444000', '181553.447000', '181553.449000', '181553.452000', '181553.454000', '181553.457000', '181553.460000', '181553.462000', '181553.465000', '181553.467000', '181553.470000', '181553.472000', '181553.475000', '181553.477000', '181553.480000', '181553.483000', '181553.485000', '181553.488000', '181553.490000', '181553.493000', '181553.496000', '181553.499000', '181553.501000', '181553.504000', '181553.506000', '181553.509000', '181553.512000', '181553.514000', '181553.517000', '181553.519000', '181553.522000', '181553.524000', '181553.527000', '181553.529000', '181613.418000', '181613.421000', '181613.424000', '181613.426000', '181613.429000', '181613.431000', '181613.434000', '181613.436000', '181613.439000', '181613.442000', '181613.444000', '181613.447000', '181613.449000', '181613.452000', '181613.455000', '181613.457000', '181613.460000', '181613.462000', '181613.465000', '181613.467000', '181613.470000', '181613.472000', '181613.475000', '181613.478000', '181613.480000', '181613.483000', '181613.485000', '181613.488000', '181613.491000', '181613.493000', '181613.496000', '181613.498000', '181613.501000', '181613.503000', '181613.506000', '181613.509000', '181613.511000', '181613.514000', '181613.516000', '181613.519000', '181613.521000', '181613.524000', '181613.527000', '181613.529000', '181633.419000', '181633.421000', '181633.424000', '181633.427000', '181633.429000', '181633.432000', '181633.434000', '181633.437000', '181633.439000', '181633.442000', '181633.444000', '181633.447000', '181633.450000', '181633.452000', '181633.455000', '181633.465000', '181633.468000', '181633.470000', '181633.473000', '181633.475000', '181633.478000', '181633.480000', '181633.483000', '181633.486000', '181633.488000', '181633.491000', '181633.494000', '181633.496000', '181633.499000', '181633.501000', '181633.504000', '181633.506000', '181633.509000', '181633.511000', '181633.514000', '181633.517000', '181633.520000', '181633.523000', '181633.525000', '181633.528000', '181633.530000', '181633.533000', '181633.536000', '181653.418000', '181653.421000', '181653.424000', '181653.426000', '181653.429000', '181653.431000', '181653.434000', '181653.437000', '181653.439000', '181653.442000', '181653.444000', '181653.447000', '181653.450000', '181653.452000', '181653.455000', '181653.457000', '181653.460000', '181653.462000', '181653.465000', '181653.468000', '181653.470000', '181653.473000', '181653.475000', '181653.478000', '181653.480000', '181653.489000', '181653.492000', '181653.495000', '181653.497000', '181653.500000', '181653.502000', '181653.505000', '181653.507000', '181653.510000', '181653.512000', '181653.515000', '181653.518000', '181653.520000', '181653.523000', '181653.525000', '181653.528000', '181653.530000', '181653.533000', '181653.535000', '181713.418000', '181713.421000', '181713.424000', '181713.426000', '181713.429000', '181713.432000', '181713.434000', '181713.437000', '181713.439000', '181713.442000', '181713.445000', '181713.447000', '181713.450000', '181713.452000', '181713.455000', '181713.457000', '181713.460000', '181713.463000', '181713.465000', '181713.468000', '181713.470000', '181713.473000', '181713.475000', '181713.478000', '181713.481000', '181713.498000', '181713.501000', '181713.504000', '181713.506000', '181713.509000', '181713.512000', '181713.514000', '181713.517000', '181713.519000', '181713.522000', '181713.525000', '181713.527000', '181713.530000', '181713.532000', '181713.535000', '181713.538000', '181713.541000', '181713.544000', '181733.419000', '181733.421000', '181733.424000', '181733.427000', '181733.429000', '181733.432000', '181733.434000', '181733.437000', '181733.440000', '181733.442000', '181733.445000', '181733.447000', '181733.450000', '181733.452000', '181733.455000', '181733.458000', '181733.460000', '181733.463000', '181733.465000', '181733.468000', '181733.470000', '181733.473000', '181733.476000', '181733.478000', '181733.481000', '181733.483000', '181733.486000', '181733.488000', '181733.491000', '181733.494000', '181733.496000', '181733.499000', '181733.501000', '181733.504000', '181733.507000', '181733.509000', '181733.512000', '181733.514000', '181733.517000', '181733.520000', '181733.522000', '181733.525000', '181733.527000', '181733.530000', '181753.418000', '181753.421000', '181753.424000', '181753.426000', '181753.429000', '181753.432000', '181753.434000', '181753.437000', '181753.439000', '181753.442000', '181753.445000', '181753.447000', '181753.450000', '181753.452000', '181753.455000', '181753.457000', '181753.460000', '181753.463000', '181753.465000', '181753.468000', '181753.470000', '181753.473000', '181753.475000', '181753.478000', '181753.481000', '181753.483000', '181753.486000', '181753.488000', '181753.491000', '181753.493000', '181753.496000', '181753.498000', '181753.501000', '181753.504000', '181753.506000', '181753.509000', '181753.511000', '181753.514000', '181753.517000', '181753.520000', '181753.522000', '181753.525000', '181753.528000', '181813.419000', '181813.421000', '181813.424000', '181813.426000', '181813.429000', '181813.445000', '181813.447000', '181813.450000', '181813.453000', '181813.455000', '181813.458000', '181813.460000', '181813.463000', '181813.466000', '181813.468000', '181813.471000', '181813.473000', '181813.476000', '181813.479000', '181813.481000', '181813.484000', '181813.486000', '181813.489000', '181813.491000', '181813.494000', '181813.496000', '181813.499000', '181813.502000', '181813.504000', '181813.507000', '181813.509000', '181813.512000', '181813.515000', '181813.517000', '181813.520000', '181813.522000', '181813.525000', '181813.527000', '181813.530000', '181813.533000', '181813.535000', '181813.538000', '181813.540000', '181813.543000', '181833.419000', '181833.421000', '181833.424000', '181833.427000', '181833.429000', '181833.432000', '181833.434000', '181833.437000', '181833.440000', '181833.442000', '181833.445000', '181833.447000', '181833.450000', '181833.452000', '181833.455000', '181833.458000', '181833.460000', '181833.463000', '181833.465000', '181833.468000', '181833.470000', '181833.473000', '181833.476000', '181833.478000', '181833.481000', '181833.483000', '181833.486000', '181833.488000', '181833.491000', '181833.494000', '181833.496000', '181833.499000', '181833.501000', '181833.504000', '181833.507000', '181833.509000', '181833.512000', '181833.514000', '181833.517000', '181833.519000', '181833.522000', '181833.525000', '181833.527000', '181853.418000', '181853.421000', '181853.424000', '181853.426000', '181853.429000', '181853.431000', '181853.434000', '181853.453000', '181853.456000', '181853.458000', '181853.461000', '181853.464000', '181853.466000', '181853.469000', '181853.471000', '181853.474000', '181853.477000', '181853.479000', '181853.482000', '181853.484000', '181853.487000', '181853.490000', '181853.492000', '181853.495000', '181853.497000', '181853.500000', '181853.503000', '181853.505000', '181853.508000', '181853.510000', '181853.513000', '181853.515000', '181853.518000', '181853.520000', '181853.523000', '181853.526000', '181853.528000', '181853.531000', '181853.534000', '181853.536000', '181853.539000', '181853.541000', '181853.544000', '181853.547000', '181913.418000', '181913.421000', '181913.424000', '181913.427000', '181913.429000', '181913.432000', '181913.435000', '181913.437000', '181913.440000', '181913.443000', '181913.445000', '181913.448000', '181913.450000', '181913.453000', '181913.456000', '181913.458000', '181913.461000', '181913.463000', '181913.466000', '181913.469000', '181913.471000', '181913.474000', '181913.476000', '181913.479000', '181913.482000', '181913.484000', '181913.487000', '181913.490000', '181913.492000', '181913.495000', '181913.497000', '181913.500000', '181913.503000', '181913.505000', '181913.508000', '181913.511000', '181913.513000', '181913.516000', '181913.518000', '181913.521000', '181913.524000', '181913.526000', '181913.529000', '181933.419000', '181933.422000', '181933.424000', '181933.427000', '181933.429000', '181933.432000', '181933.435000', '181933.438000', '181933.440000', '181933.443000', '181933.445000', '181933.448000', '181933.451000', '181933.453000', '181933.456000', '181933.458000', '181933.461000', '181933.463000', '181933.466000', '181933.469000', '181933.471000', '181933.474000', '181933.476000', '181933.479000', '181933.481000', '181933.484000', '181933.487000', '181933.489000', '181933.492000', '181933.494000', '181933.497000', '181933.499000', '181933.502000', '181933.505000', '181933.507000', '181933.510000', '181933.513000', '181933.515000', '181933.518000', '181933.520000', '181933.523000', '181933.525000', '181933.528000', '181933.531000', '181953.419000', '181953.421000', '181953.424000', '181953.427000', '181953.429000', '181953.432000', '181953.434000', '181953.437000', '181953.440000', '181953.442000', '181953.445000', '181953.447000', '181953.450000', '181953.453000', '181953.455000', '181953.458000', '181953.460000', '181953.463000', '181953.465000', '181953.468000', '181953.471000', '181953.473000', '181953.476000', '181953.478000', '181953.481000', '181953.484000', '181953.486000', '181953.489000', '181953.491000', '181953.494000', '181953.496000', '181953.499000', '181953.501000', '181953.504000', '181953.507000', '181953.509000', '181953.512000', '181953.514000', '181953.517000', '181953.519000', '181953.522000', '181953.525000', '181953.527000', '182013.419000', '182013.421000', '182013.424000', '182013.427000', '182013.429000', '182013.432000', '182013.434000', '182013.437000', '182013.439000', '182013.442000', '182013.445000', '182013.447000', '182013.450000', '182013.452000', '182013.455000', '182013.457000', '182013.464000', '182013.477000', '182013.480000', '182013.482000', '182013.485000', '182013.488000', '182013.490000', '182013.493000', '182013.495000', '182013.498000', '182013.500000', '182013.503000', '182013.506000', '182013.508000', '182013.511000', '182013.513000', '182013.516000', '182013.519000', '182013.521000', '182013.524000', '182013.526000', '182013.529000', '182013.531000', '182013.534000', '182013.537000', '182013.539000', '182013.542000', '182013.544000', '182033.419000', '182033.421000', '182033.424000', '182033.427000', '182033.429000', '182033.432000', '182033.434000', '182033.437000', '182033.440000', '182033.442000', '182033.445000', '182033.447000', '182033.450000', '182033.452000', '182033.455000', '182033.458000', '182033.460000', '182033.463000', '182033.465000', '182033.468000', '182033.471000', '182033.473000', '182033.476000', '182033.478000', '182033.481000', '182033.483000', '182033.486000', '182033.489000', '182033.491000', '182033.494000', '182033.497000', '182033.499000', '182033.502000', '182033.504000', '182033.507000', '182033.510000', '182033.512000', '182033.515000', '182033.517000', '182033.520000', '182033.522000', '182033.525000', '182033.528000', '182053.419000', '182053.422000', '182053.425000', '182053.428000', '182053.430000', '182053.433000', '182053.435000', '182053.438000', '182053.440000', '182053.443000', '182053.446000', '182053.448000', '182053.451000', '182053.453000', '182053.456000', '182053.458000', '182053.461000', '182053.464000', '182053.466000', '182053.469000', '182053.471000', '182053.474000', '182053.477000', '182053.479000', '182053.482000', '182053.484000', '182053.487000', '182053.490000', '182053.492000', '182053.496000', '182053.499000', '182053.501000', '182053.504000', '182053.507000', '182053.509000', '182053.512000', '182053.514000', '182053.517000', '182053.520000', '182053.522000', '182053.525000', '182053.527000', '182053.530000', '182053.533000', '182113.419000', '182113.422000', '182113.424000', '182113.427000', '182113.430000', '182113.432000', '182113.435000', '182113.437000', '182113.440000', '182113.443000', '182113.445000', '182113.448000', '182113.450000', '182113.453000', '182113.455000', '182113.458000', '182113.461000', '182113.463000', '182113.466000', '182113.468000', '182113.471000', '182113.473000', '182113.476000', '182113.479000', '182113.481000', '182113.484000', '182113.486000', '182113.489000', '182113.492000', '182113.494000', '182113.497000', '182113.500000', '182113.502000', '182113.505000', '182113.507000', '182113.510000', '182113.513000', '182113.515000', '182113.518000', '182113.520000', '182113.523000', '182113.525000', '182113.528000', '182129.232000', '182129.235000', '182129.238000', '182129.241000', '182129.244000', '182129.247000', '182129.250000', '182129.253000', '182129.256000', '182129.259000', '182129.262000', '182129.277000', '182129.281000', '182129.285000', '182129.288000', '182129.291000', '182129.293000', '182129.296000', '182129.299000', '182129.301000', '182129.304000', '182129.307000', '182129.310000', '182129.312000', '182129.315000', '182129.318000', '182129.321000', '182129.323000', '182129.332000', '182129.335000', '182129.338000', '182129.340000', '182129.343000', '182129.346000', '182129.349000'], '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': [9285, 11540, 8957, 10609, 8340, 11191, 8350, 11564, 8853, 11352, 7829, 10751, 6760, 10453, 6567, 11076, 6228, 10465, 9895, 9214, 12382, 9166, 11111, 9619, 11501, 8466, 9456, 7772, 5981, 9382, 6131, 10407, 6493, 10850, 6667, 11503, 6405, 10621, 9088, 9283, 13054, 9473, 11211, 7005, 9353, 11231, 8699, 10338, 8084, 11031, 7630, 10541, 7602, 10280, 6816, 9484, 6618, 8627, 6269, 8766, 11015, 8447, 11776, 8503, 10610, 6519, 9752, 9575, 8208, 11604, 8253, 10710, 8178, 10908, 7588, 10954, 8347, 10983, 8219, 10494, 8228, 10910, 8133, 10915, 8062, 7608, 8598, 6627, 9992, 12730, 9796, 11076, 8895, 11074, 6838, 9719, 11480, 9116, 10252, 8534, 12031, 8495, 11681, 8250, 10684, 6455, 8645, 8300, 8399, 6251, 8541, 8590, 7929, 11767, 8202, 10959, 6994, 10057, 6600, 10669, 6319, 10525, 6294, 10060, 8082, 9322, 12710, 9388, 11185, 9252, 10501, 8426, 11028, 8536, 11480, 7585, 10960, 6695, 9843, 12788, 9472, 11216, 7675, 10624, 6378, 10286, 6178, 9929, 6518, 9581, 10098, 9428, 7724, 9686, 6314, 10315, 6493, 12198, 8442, 12546, 7760, 11266, 7445, 10420, 12378, 9782, 11653, 9375, 10886, 7471, 10925, 7082, 10592, 6399, 10466, 6232, 10364, 6278, 9397, 9522, 8982, 11652, 8798, 11082, 8047, 10945, 8235, 11016, 8260, 10748, 7272, 11162, 6708, 10287, 8125, 9631, 6504, 10163, 6310, 10526, 6904, 9845, 10575, 9616, 7052, 9897, 6091, 10518, 7353, 12097, 8904, 12272, 8486, 11393, 7295, 11035, 9858, 9972, 13331, 9752, 11205, 8519, 11788, 8955, 10858, 6870, 9584, 8524, 8504, 11533, 8187, 10193, 7298, 9330, 7211, 9345, 7060, 10095, 7354, 10101, 6190, 8577, 11605, 8536, 10757, 8452, 10489, 7410, 10140, 6344, 9834, 8124, 8490, 11946, 9456, 11219, 7420, 10551, 6992, 11215, 7355, 11262, 6562, 10516, 6625, 9052, 11687, 8825, 11204, 8588, 10992, 8376, 11182, 7453, 10699, 6501, 9700, 11752, 9374, 11429, 8991, 11159, 8047, 11121, 8243, 10766, 7202, 10416, 6301, 10087, 6326, 11399, 6807, 11046, 6923, 11309, 6667, 11011, 6730, 10078, 9503, 9784, 8694, 9670, 12887, 9678, 11564, 9520, 10926, 7278, 10359, 6466, 10298, 6207, 9853, 11815, 8833, 10999, 8313, 10574, 8070, 10095, 8151, 10458, 7613, 10810, 7081, 10466, 6676, 10214, 6412, 10230, 6321, 10597, 6462, 10549, 6862, 11218, 8273, 11292, 8377, 11617, 8802, 10636, 8340, 11273, 7713, 11084, 6651, 10186, 7791, 8709, 10310, 8838, 7912, 8647, 11674, 8274, 11517, 8573, 10512, 6668, 9964, 6158, 10855, 8195, 11368, 8964, 11563, 9279, 11348, 8176, 11280, 7126, 10526, 6864, 10721, 6090, 10240, 10304, 9184, 12293, 8906, 10535, 6782, 9795, 6418, 10967, 6460, 10442, 6342, 10123, 6297, 9560, 6218, 10022, 6274, 10133, 6251, 9383, 12534, 9480, 11107, 7513, 10465, 6530, 10124, 6295, 11436, 6727, 12455, 7033, 11895, 6883, 11205, 8154, 10820, 7517, 11015, 6772, 11100, 8517, 10654, 10952, 9850, 10743, 9731, 7127, 10180, 8534, 10365, 13590, 10468, 11955, 9885, 11830, 8957, 11465, 7201, 10736, 6670, 11583, 6803, 11493, 6530, 11393, 8889, 10026, 12982, 9360, 11184, 9100, 10446, 8671, 10745, 8247, 11009, 8200, 10923, 8459, 11186, 8029, 10946, 6673, 10643, 6462, 10561, 7902, 9841, 7453, 9722, 11008, 9640, 11855, 8869, 11240, 9086, 10604, 8435, 9955, 7656, 8624, 7872, 5976, 9303, 6502, 11527, 6744, 10782, 10625, 9860, 12281, 9969, 11234, 9083, 11287, 8628, 11098, 7085, 10093, 12361, 8891, 10895, 8798, 9863, 7674, 10394, 7132, 10581, 6557, 10158, 6394, 9527, 6509, 10466, 6225, 10315, 6426, 10020, 6337, 9994, 6285, 9680, 9143, 9518, 7784, 9725, 9605, 9628, 12369, 10015, 11461, 9203, 10659, 8925, 11421, 8991, 11937, 8868, 11672, 7653, 11090, 6779, 10247, 12636, 9783, 12085, 9950, 10900, 8996, 11157, 8419, 11011, 8017, 10856, 6876, 10827, 6838, 10349, 6369, 10735, 7069, 10816, 6420, 10437, 6342, 10012, 6917, 10185, 6764, 10287, 6996, 10820, 7542, 11891, 8655, 12019, 9096, 11477, 9144, 12129, 8313, 11428, 6962, 10138, 12926, 9573, 11658, 8888, 10891, 7093, 10619, 6602, 10049, 6071, 9130, 8573, 8604, 6821, 8866, 5859, 9163, 8002, 9238, 12452, 8896, 11416, 8942, 11324, 8742, 10786, 9057, 11527, 9156, 11561, 9202, 11483, 7787, 11558, 7176, 10730, 11960, 9749, 12439, 9449, 11123, 7228, 10855, 6501, 9770, 6667, 9703, 11643, 9111, 11860, 9013, 11519, 8299, 11228, 8201, 10552, 6546, 9496, 8613, 8775, 12130, 8422, 10884, 8404, 9016, 8107, 8227, 8449, 12427, 8537, 11341, 9207, 11108, 8213, 11093, 7580, 11252, 7224, 11517, 7190, 11382, 6854, 10663, 7348, 9905, 6472, 10729, 6385, 10720, 7685, 11088, 8493, 11947, 8642, 11453, 9331, 11133, 8646, 11894, 8161, 11099, 6717, 10142, 11822, 8884, 11387, 9112, 10805, 7178, 10684, 6331, 9207, 5997, 9637, 6014, 9015, 9131, 8462, 11764, 8430, 10729, 6712, 10166, 6213, 9296, 6132, 10155, 6278, 10664, 6372, 10450, 8298, 9306, 12306, 9129, 11051, 8552, 9926, 8386, 6421, 9327, 6147, 11556, 6875, 11116, 8999, 10343, 11796, 10125, 10075, 9487, 8567, 9765, 12821, 10023, 12442, 9547, 11176, 7137, 10396, 6735, 9071, 12647, 9067, 10802, 8220, 9044, 7799, 10700, 7835, 10879, 8418, 10812, 8876, 10437, 8493, 10955, 8317, 11285, 8443, 10981, 7591, 11193, 6841, 10565, 6943, 10455, 6228, 10800, 6727, 10009, 12989, 9567, 11561, 9735, 10769, 8180, 11114, 8173, 11128, 7252, 11087, 7030, 11508, 8002, 11828, 8075, 11893, 7047, 10836, 6482, 9992, 11255, 9438, 11216, 9164, 7549, 9113, 7365, 9396, 11615, 9791, 12558, 9610, 11018, 9394, 11368, 8453, 11068, 8464, 6916, 9162, 6123, 11043, 6806, 11856, 7729, 12358, 7993, 12018, 7294, 10735, 8499, 9674, 12689, 9952, 12038, 10112, 10643, 8886, 10777, 8358, 11261, 7258, 10696, 6499, 10197, 9958, 9392, 12696, 9509, 11026, 7688, 10681, 7732, 10710, 6949, 10557, 6126, 9824, 9291, 9003, 11545, 9089, 9799, 8250, 9656, 8595, 10949, 8399, 7078, 8749, 5999, 11005, 7481, 11870, 9617], 'WindowCenter': [3882.0, 3898.0, 3851.0, 3856.0, 3836.0, 3852.0, 3824.0, 3851.0, 3831.0, 3840.0, 3810.0, 3841.0, 3800.0, 3841.0, 3799.0, 3840.0, 3777.0, 3839.0, 3828.0, 3818.0, 3849.0, 3830.0, 3852.0, 3829.0, 3836.0, 3820.0, 3829.0, 3809.0, 3788.0, 3832.0, 3791.0, 3852.0, 3789.0, 3853.0, 3800.0, 3851.0, 3788.0, 3841.0, 3818.0, 3818.0, 3850.0, 3828.0, 3838.0, 3797.0, 3818.0, 3837.0, 3806.0, 3825.0, 3795.0, 3825.0, 3796.0, 3826.0, 3796.0, 3827.0, 3787.0, 3830.0, 3787.0, 3818.0, 3787.0, 3818.0, 3827.0, 3807.0, 3838.0, 3806.0, 3826.0, 3775.0, 3827.0, 3817.0, 3808.0, 3838.0, 3819.0, 3827.0, 3819.0, 3838.0, 3808.0, 3837.0, 3807.0, 3840.0, 3820.0, 3839.0, 3821.0, 3838.0, 3822.0, 3839.0, 3822.0, 3810.0, 3821.0, 3800.0, 3841.0, 3852.0, 3831.0, 3839.0, 3818.0, 3839.0, 3786.0, 3818.0, 3838.0, 3806.0, 3815.0, 3805.0, 3825.0, 3805.0, 3824.0, 3793.0, 3814.0, 3773.0, 3819.0, 3806.0, 3807.0, 3774.0, 3806.0, 3805.0, 3806.0, 3836.0, 3807.0, 3838.0, 3798.0, 3829.0, 3788.0, 3841.0, 3787.0, 3840.0, 3787.0, 3828.0, 3807.0, 3819.0, 3850.0, 3819.0, 3828.0, 3819.0, 3828.0, 3809.0, 3827.0, 3807.0, 3826.0, 3796.0, 3827.0, 3774.0, 3815.0, 3837.0, 3816.0, 3828.0, 3796.0, 3826.0, 3773.0, 3814.0, 3762.0, 3815.0, 3773.0, 3817.0, 3828.0, 3818.0, 3796.0, 3829.0, 3787.0, 3829.0, 3788.0, 3851.0, 3820.0, 3851.0, 3797.0, 3840.0, 3797.0, 3828.0, 3839.0, 3817.0, 3827.0, 3806.0, 3824.0, 3796.0, 3828.0, 3785.0, 3827.0, 3773.0, 3826.0, 3763.0, 3826.0, 3774.0, 3818.0, 3817.0, 3818.0, 3839.0, 3819.0, 3838.0, 3809.0, 3838.0, 3818.0, 3827.0, 3808.0, 3827.0, 3796.0, 3840.0, 3786.0, 3830.0, 3808.0, 3818.0, 3777.0, 3828.0, 3776.0, 3826.0, 3785.0, 3842.0, 3841.0, 3830.0, 3797.0, 3828.0, 3778.0, 3840.0, 3809.0, 3851.0, 3831.0, 3851.0, 3820.0, 3841.0, 3798.0, 3828.0, 3830.0, 3829.0, 3837.0, 3816.0, 3825.0, 3794.0, 3823.0, 3793.0, 3812.0, 3771.0, 3803.0, 3792.0, 3793.0, 3822.0, 3794.0, 3826.0, 3796.0, 3815.0, 3798.0, 3817.0, 3798.0, 3828.0, 3797.0, 3830.0, 3777.0, 3819.0, 3840.0, 3821.0, 3840.0, 3808.0, 3829.0, 3796.0, 3828.0, 3776.0, 3829.0, 3807.0, 3819.0, 3839.0, 3829.0, 3840.0, 3810.0, 3829.0, 3786.0, 3840.0, 3798.0, 3839.0, 3787.0, 3840.0, 3786.0, 3819.0, 3840.0, 3818.0, 3839.0, 3820.0, 3839.0, 3809.0, 3838.0, 3797.0, 3829.0, 3776.0, 3817.0, 3838.0, 3819.0, 3838.0, 3819.0, 3837.0, 3808.0, 3827.0, 3806.0, 3826.0, 3785.0, 3827.0, 3789.0, 3842.0, 3788.0, 3839.0, 3786.0, 3838.0, 3786.0, 3838.0, 3786.0, 3840.0, 3787.0, 3831.0, 3830.0, 3830.0, 3807.0, 3818.0, 3838.0, 3815.0, 3825.0, 3815.0, 3825.0, 3784.0, 3814.0, 3774.0, 3815.0, 3763.0, 3815.0, 3824.0, 3802.0, 3813.0, 3806.0, 3826.0, 3796.0, 3826.0, 3807.0, 3826.0, 3797.0, 3826.0, 3784.0, 3826.0, 3785.0, 3828.0, 3776.0, 3829.0, 3776.0, 3828.0, 3774.0, 3828.0, 3786.0, 3840.0, 3820.0, 3851.0, 3822.0, 3852.0, 3833.0, 3841.0, 3820.0, 3839.0, 3798.0, 3838.0, 3786.0, 3829.0, 3808.0, 3820.0, 3828.0, 3820.0, 3808.0, 3819.0, 3838.0, 3808.0, 3837.0, 3818.0, 3828.0, 3785.0, 3829.0, 3777.0, 3840.0, 3821.0, 3851.0, 3821.0, 3839.0, 3818.0, 3827.0, 3796.0, 3827.0, 3786.0, 3815.0, 3773.0, 3815.0, 3762.0, 3816.0, 3815.0, 3805.0, 3824.0, 3804.0, 3826.0, 3785.0, 3827.0, 3775.0, 3827.0, 3785.0, 3827.0, 3775.0, 3828.0, 3787.0, 3831.0, 3790.0, 3831.0, 3789.0, 3842.0, 3788.0, 3831.0, 3850.0, 3830.0, 3840.0, 3798.0, 3842.0, 3790.0, 3841.0, 3788.0, 3851.0, 3789.0, 3852.0, 3799.0, 3852.0, 3799.0, 3853.0, 3811.0, 3841.0, 3811.0, 3842.0, 3788.0, 3839.0, 3818.0, 3841.0, 3840.0, 3843.0, 3841.0, 3831.0, 3799.0, 3841.0, 3819.0, 3830.0, 3849.0, 3840.0, 3838.0, 3829.0, 3837.0, 3818.0, 3826.0, 3797.0, 3827.0, 3786.0, 3837.0, 3774.0, 3826.0, 3774.0, 3838.0, 3805.0, 3815.0, 3837.0, 3816.0, 3827.0, 3819.0, 3827.0, 3807.0, 3826.0, 3808.0, 3825.0, 3808.0, 3837.0, 3808.0, 3839.0, 3809.0, 3839.0, 3788.0, 3839.0, 3788.0, 3842.0, 3810.0, 3829.0, 3797.0, 3818.0, 3827.0, 3818.0, 3838.0, 3819.0, 3838.0, 3831.0, 3828.0, 3809.0, 3815.0, 3809.0, 3818.0, 3809.0, 3789.0, 3831.0, 3790.0, 3853.0, 3800.0, 3842.0, 3842.0, 3832.0, 3851.0, 3830.0, 3828.0, 3817.0, 3827.0, 3806.0, 3827.0, 3784.0, 3816.0, 3836.0, 3807.0, 3827.0, 3804.0, 3814.0, 3796.0, 3815.0, 3784.0, 3825.0, 3775.0, 3828.0, 3789.0, 3829.0, 3787.0, 3840.0, 3789.0, 3829.0, 3786.0, 3829.0, 3787.0, 3831.0, 3789.0, 3844.0, 3833.0, 3831.0, 3811.0, 3831.0, 3830.0, 3830.0, 3850.0, 3830.0, 3839.0, 3833.0, 3830.0, 3820.0, 3839.0, 3819.0, 3838.0, 3818.0, 3838.0, 3796.0, 3828.0, 3775.0, 3827.0, 3837.0, 3816.0, 3838.0, 3817.0, 3826.0, 3806.0, 3824.0, 3794.0, 3814.0, 3794.0, 3825.0, 3774.0, 3827.0, 3786.0, 3828.0, 3775.0, 3827.0, 3785.0, 3826.0, 3775.0, 3828.0, 3787.0, 3830.0, 3787.0, 3828.0, 3786.0, 3829.0, 3787.0, 3840.0, 3809.0, 3851.0, 3832.0, 3853.0, 3831.0, 3841.0, 3832.0, 3850.0, 3819.0, 3840.0, 3787.0, 3829.0, 3838.0, 3818.0, 3827.0, 3818.0, 3828.0, 3785.0, 3825.0, 3774.0, 3816.0, 3764.0, 3818.0, 3807.0, 3820.0, 3787.0, 3818.0, 3777.0, 3830.0, 3809.0, 3830.0, 3850.0, 3831.0, 3840.0, 3821.0, 3841.0, 3821.0, 3841.0, 3820.0, 3840.0, 3819.0, 3839.0, 3819.0, 3839.0, 3796.0, 3838.0, 3787.0, 3830.0, 3839.0, 3818.0, 3839.0, 3818.0, 3825.0, 3783.0, 3826.0, 3773.0, 3815.0, 3772.0, 3816.0, 3837.0, 3807.0, 3837.0, 3817.0, 3827.0, 3807.0, 3826.0, 3806.0, 3826.0, 3774.0, 3817.0, 3805.0, 3807.0, 3839.0, 3822.0, 3839.0, 3809.0, 3818.0, 3808.0, 3808.0, 3809.0, 3850.0, 3820.0, 3840.0, 3820.0, 3840.0, 3821.0, 3841.0, 3809.0, 3840.0, 3797.0, 3838.0, 3786.0, 3839.0, 3786.0, 3829.0, 3798.0, 3829.0, 3776.0, 3828.0, 3775.0, 3839.0, 3809.0, 3839.0, 3821.0, 3851.0, 3822.0, 3841.0, 3832.0, 3840.0, 3821.0, 3839.0, 3808.0, 3829.0, 3776.0, 3828.0, 3837.0, 3806.0, 3827.0, 3806.0, 3826.0, 3785.0, 3826.0, 3775.0, 3816.0, 3764.0, 3816.0, 3764.0, 3806.0, 3817.0, 3807.0, 3838.0, 3808.0, 3827.0, 3787.0, 3829.0, 3778.0, 3830.0, 3778.0, 3829.0, 3787.0, 3840.0, 3788.0, 3841.0, 3809.0, 3831.0, 3853.0, 3833.0, 3840.0, 3820.0, 3830.0, 3821.0, 3790.0, 3830.0, 3790.0, 3854.0, 3801.0, 3854.0, 3820.0, 3831.0, 3854.0, 3843.0, 3830.0, 3820.0, 3807.0, 3818.0, 3838.0, 3817.0, 3838.0, 3816.0, 3826.0, 3774.0, 3816.0, 3773.0, 3806.0, 3848.0, 3818.0, 3826.0, 3806.0, 3804.0, 3795.0, 3827.0, 3798.0, 3828.0, 3809.0, 3840.0, 3821.0, 3830.0, 3821.0, 3828.0, 3809.0, 3828.0, 3808.0, 3829.0, 3798.0, 3840.0, 3787.0, 3841.0, 3799.0, 3828.0, 3777.0, 3829.0, 3785.0, 3817.0, 3848.0, 3818.0, 3839.0, 3819.0, 3828.0, 3809.0, 3838.0, 3808.0, 3827.0, 3797.0, 3839.0, 3799.0, 3839.0, 3808.0, 3840.0, 3809.0, 3840.0, 3787.0, 3829.0, 3776.0, 3818.0, 3840.0, 3820.0, 3841.0, 3820.0, 3797.0, 3817.0, 3797.0, 3819.0, 3839.0, 3829.0, 3850.0, 3830.0, 3828.0, 3820.0, 3838.0, 3808.0, 3838.0, 3809.0, 3786.0, 3819.0, 3792.0, 3853.0, 3801.0, 3851.0, 3810.0, 3851.0, 3809.0, 3851.0, 3798.0, 3840.0, 3808.0, 3818.0, 3839.0, 3819.0, 3840.0, 3829.0, 3816.0, 3807.0, 3826.0, 3795.0, 3826.0, 3784.0, 3816.0, 3764.0, 3816.0, 3815.0, 3806.0, 3836.0, 3816.0, 3825.0, 3794.0, 3815.0, 3795.0, 3825.0, 3784.0, 3827.0, 3764.0, 3817.0, 3816.0, 3817.0, 3839.0, 3818.0, 3828.0, 3809.0, 3818.0, 3819.0, 3827.0, 3809.0, 3800.0, 3820.0, 3791.0, 3853.0, 3827.0, 3866.0, 3845.0], 'WindowWidth': [8724.0, 8733.0, 8657.0, 8651.0, 8624.0, 8638.0, 8602.0, 8634.0, 8606.0, 8616.0, 8576.0, 8618.0, 8564.0, 8617.0, 8560.0, 8615.0, 8527.0, 8611.0, 8595.0, 8582.0, 8625.0, 8602.0, 8633.0, 8600.0, 8602.0, 8589.0, 8597.0, 8573.0, 8546.0, 8609.0, 8554.0, 8634.0, 8549.0, 8635.0, 8562.0, 8631.0, 8545.0, 8616.0, 8584.0, 8582.0, 8627.0, 8594.0, 8609.0, 8554.0, 8582.0, 8606.0, 8561.0, 8586.0, 8546.0, 8585.0, 8549.0, 8588.0, 8551.0, 8592.0, 8539.0, 8601.0, 8541.0, 8581.0, 8539.0, 8581.0, 8592.0, 8568.0, 8609.0, 8563.0, 8590.0, 8522.0, 8593.0, 8578.0, 8568.0, 8612.0, 8586.0, 8593.0, 8584.0, 8607.0, 8571.0, 8604.0, 8567.0, 8617.0, 8591.0, 8613.0, 8593.0, 8607.0, 8593.0, 8613.0, 8594.0, 8575.0, 8590.0, 8562.0, 8618.0, 8634.0, 8603.0, 8611.0, 8580.0, 8611.0, 8535.0, 8579.0, 8606.0, 8560.0, 8571.0, 8559.0, 8583.0, 8557.0, 8582.0, 8540.0, 8567.0, 8516.0, 8584.0, 8562.0, 8566.0, 8517.0, 8562.0, 8558.0, 8563.0, 8602.0, 8567.0, 8607.0, 8555.0, 8598.0, 8543.0, 8615.0, 8542.0, 8614.0, 8540.0, 8595.0, 8565.0, 8582.0, 8626.0, 8584.0, 8595.0, 8585.0, 8592.0, 8570.0, 8590.0, 8567.0, 8587.0, 8547.0, 8591.0, 8517.0, 8572.0, 8603.0, 8574.0, 8593.0, 8550.0, 8586.0, 8513.0, 8569.0, 8499.0, 8571.0, 8515.0, 8578.0, 8595.0, 8581.0, 8549.0, 8595.0, 8540.0, 8596.0, 8542.0, 8628.0, 8590.0, 8630.0, 8553.0, 8614.0, 8553.0, 8593.0, 8610.0, 8578.0, 8589.0, 8560.0, 8584.0, 8548.0, 8595.0, 8535.0, 8592.0, 8516.0, 8586.0, 8502.0, 8588.0, 8519.0, 8580.0, 8578.0, 8581.0, 8611.0, 8583.0, 8608.0, 8572.0, 8608.0, 8582.0, 8591.0, 8568.0, 8591.0, 8551.0, 8612.0, 8537.0, 8601.0, 8569.0, 8582.0, 8527.0, 8594.0, 8524.0, 8590.0, 8535.0, 8620.0, 8619.0, 8601.0, 8552.0, 8594.0, 8529.0, 8613.0, 8573.0, 8629.0, 8605.0, 8630.0, 8587.0, 8617.0, 8556.0, 8595.0, 8600.0, 8595.0, 8604.0, 8572.0, 8582.0, 8541.0, 8577.0, 8537.0, 8562.0, 8506.0, 8550.0, 8534.0, 8537.0, 8576.0, 8542.0, 8587.0, 8549.0, 8572.0, 8555.0, 8577.0, 8557.0, 8593.0, 8555.0, 8599.0, 8527.0, 8584.0, 8614.0, 8590.0, 8611.0, 8569.0, 8595.0, 8551.0, 8592.0, 8522.0, 8596.0, 8565.0, 8582.0, 8610.0, 8597.0, 8613.0, 8575.0, 8596.0, 8536.0, 8611.0, 8557.0, 8610.0, 8540.0, 8612.0, 8537.0, 8582.0, 8612.0, 8583.0, 8610.0, 8587.0, 8610.0, 8570.0, 8607.0, 8552.0, 8596.0, 8523.0, 8577.0, 8608.0, 8584.0, 8607.0, 8582.0, 8606.0, 8567.0, 8589.0, 8562.0, 8586.0, 8532.0, 8591.0, 8546.0, 8619.0, 8545.0, 8610.0, 8538.0, 8607.0, 8537.0, 8607.0, 8537.0, 8613.0, 8540.0, 8602.0, 8599.0, 8598.0, 8566.0, 8580.0, 8609.0, 8572.0, 8585.0, 8570.0, 8585.0, 8530.0, 8570.0, 8516.0, 8572.0, 8500.0, 8570.0, 8582.0, 8550.0, 8566.0, 8560.0, 8589.0, 8548.0, 8586.0, 8566.0, 8586.0, 8551.0, 8586.0, 8532.0, 8586.0, 8535.0, 8595.0, 8522.0, 8597.0, 8524.0, 8592.0, 8518.0, 8591.0, 8538.0, 8612.0, 8589.0, 8631.0, 8594.0, 8636.0, 8613.0, 8616.0, 8587.0, 8609.0, 8554.0, 8607.0, 8536.0, 8594.0, 8571.0, 8589.0, 8595.0, 8587.0, 8568.0, 8583.0, 8606.0, 8569.0, 8606.0, 8580.0, 8592.0, 8531.0, 8595.0, 8529.0, 8614.0, 8591.0, 8629.0, 8590.0, 8610.0, 8581.0, 8590.0, 8549.0, 8593.0, 8536.0, 8570.0, 8514.0, 8569.0, 8497.0, 8572.0, 8570.0, 8556.0, 8582.0, 8555.0, 8588.0, 8533.0, 8591.0, 8521.0, 8588.0, 8535.0, 8591.0, 8522.0, 8594.0, 8539.0, 8604.0, 8548.0, 8602.0, 8547.0, 8618.0, 8543.0, 8601.0, 8629.0, 8601.0, 8611.0, 8555.0, 8618.0, 8550.0, 8617.0, 8544.0, 8629.0, 8545.0, 8632.0, 8558.0, 8631.0, 8559.0, 8634.0, 8578.0, 8617.0, 8577.0, 8619.0, 8543.0, 8612.0, 8582.0, 8616.0, 8616.0, 8623.0, 8616.0, 8602.0, 8559.0, 8616.0, 8584.0, 8600.0, 8626.0, 8612.0, 8609.0, 8598.0, 8606.0, 8580.0, 8590.0, 8554.0, 8592.0, 8535.0, 8604.0, 8518.0, 8588.0, 8516.0, 8605.0, 8560.0, 8573.0, 8604.0, 8575.0, 8591.0, 8585.0, 8591.0, 8567.0, 8587.0, 8567.0, 8586.0, 8568.0, 8605.0, 8569.0, 8609.0, 8571.0, 8611.0, 8542.0, 8610.0, 8542.0, 8621.0, 8574.0, 8596.0, 8553.0, 8581.0, 8592.0, 8579.0, 8606.0, 8584.0, 8608.0, 8605.0, 8594.0, 8571.0, 8570.0, 8571.0, 8582.0, 8572.0, 8548.0, 8604.0, 8550.0, 8636.0, 8561.0, 8619.0, 8618.0, 8606.0, 8630.0, 8599.0, 8594.0, 8579.0, 8589.0, 8560.0, 8588.0, 8529.0, 8572.0, 8602.0, 8563.0, 8589.0, 8557.0, 8567.0, 8549.0, 8569.0, 8530.0, 8583.0, 8519.0, 8595.0, 8547.0, 8598.0, 8541.0, 8614.0, 8545.0, 8597.0, 8538.0, 8597.0, 8540.0, 8603.0, 8546.0, 8625.0, 8610.0, 8605.0, 8578.0, 8603.0, 8600.0, 8600.0, 8627.0, 8598.0, 8610.0, 8609.0, 8600.0, 8586.0, 8608.0, 8584.0, 8605.0, 8581.0, 8608.0, 8548.0, 8593.0, 8518.0, 8589.0, 8604.0, 8574.0, 8608.0, 8579.0, 8585.0, 8562.0, 8581.0, 8544.0, 8566.0, 8543.0, 8583.0, 8516.0, 8590.0, 8539.0, 8592.0, 8520.0, 8591.0, 8533.0, 8589.0, 8520.0, 8593.0, 8541.0, 8600.0, 8539.0, 8594.0, 8536.0, 8594.0, 8538.0, 8613.0, 8573.0, 8628.0, 8610.0, 8636.0, 8605.0, 8616.0, 8606.0, 8627.0, 8584.0, 8612.0, 8540.0, 8596.0, 8607.0, 8581.0, 8590.0, 8582.0, 8592.0, 8532.0, 8585.0, 8516.0, 8575.0, 8505.0, 8581.0, 8565.0, 8587.0, 8539.0, 8582.0, 8528.0, 8601.0, 8571.0, 8601.0, 8627.0, 8603.0, 8614.0, 8589.0, 8615.0, 8591.0, 8614.0, 8587.0, 8613.0, 8585.0, 8608.0, 8583.0, 8607.0, 8551.0, 8608.0, 8537.0, 8598.0, 8610.0, 8580.0, 8610.0, 8580.0, 8585.0, 8527.0, 8585.0, 8513.0, 8571.0, 8511.0, 8574.0, 8604.0, 8563.0, 8603.0, 8577.0, 8589.0, 8564.0, 8587.0, 8561.0, 8586.0, 8516.0, 8576.0, 8558.0, 8563.0, 8610.0, 8593.0, 8610.0, 8572.0, 8581.0, 8568.0, 8567.0, 8572.0, 8625.0, 8588.0, 8613.0, 8587.0, 8611.0, 8589.0, 8616.0, 8570.0, 8611.0, 8551.0, 8606.0, 8536.0, 8607.0, 8535.0, 8595.0, 8555.0, 8596.0, 8521.0, 8590.0, 8519.0, 8610.0, 8570.0, 8610.0, 8589.0, 8627.0, 8592.0, 8614.0, 8604.0, 8613.0, 8589.0, 8608.0, 8567.0, 8594.0, 8521.0, 8592.0, 8603.0, 8560.0, 8589.0, 8561.0, 8586.0, 8531.0, 8586.0, 8519.0, 8573.0, 8503.0, 8573.0, 8504.0, 8561.0, 8575.0, 8564.0, 8605.0, 8566.0, 8591.0, 8537.0, 8594.0, 8529.0, 8600.0, 8529.0, 8597.0, 8540.0, 8612.0, 8541.0, 8615.0, 8570.0, 8602.0, 8634.0, 8609.0, 8613.0, 8586.0, 8600.0, 8590.0, 8547.0, 8601.0, 8549.0, 8637.0, 8564.0, 8636.0, 8589.0, 8603.0, 8641.0, 8623.0, 8600.0, 8584.0, 8564.0, 8579.0, 8605.0, 8577.0, 8604.0, 8574.0, 8587.0, 8514.0, 8573.0, 8514.0, 8561.0, 8622.0, 8578.0, 8585.0, 8561.0, 8555.0, 8547.0, 8588.0, 8553.0, 8594.0, 8571.0, 8612.0, 8589.0, 8597.0, 8588.0, 8592.0, 8571.0, 8593.0, 8567.0, 8595.0, 8554.0, 8612.0, 8540.0, 8614.0, 8557.0, 8592.0, 8524.0, 8595.0, 8533.0, 8577.0, 8620.0, 8580.0, 8609.0, 8582.0, 8592.0, 8569.0, 8605.0, 8567.0, 8590.0, 8550.0, 8609.0, 8557.0, 8609.0, 8569.0, 8610.0, 8570.0, 8610.0, 8539.0, 8595.0, 8522.0, 8580.0, 8611.0, 8587.0, 8614.0, 8585.0, 8551.0, 8578.0, 8550.0, 8581.0, 8609.0, 8596.0, 8625.0, 8599.0, 8595.0, 8587.0, 8606.0, 8566.0, 8606.0, 8571.0, 8538.0, 8583.0, 8555.0, 8635.0, 8563.0, 8630.0, 8575.0, 8627.0, 8572.0, 8627.0, 8554.0, 8611.0, 8565.0, 8579.0, 8609.0, 8581.0, 8611.0, 8595.0, 8573.0, 8562.0, 8584.0, 8545.0, 8586.0, 8528.0, 8573.0, 8502.0, 8573.0, 8571.0, 8558.0, 8600.0, 8574.0, 8585.0, 8543.0, 8569.0, 8544.0, 8582.0, 8528.0, 8588.0, 8503.0, 8575.0, 8574.0, 8577.0, 8609.0, 8580.0, 8593.0, 8570.0, 8580.0, 8583.0, 8592.0, 8569.0, 8560.0, 8589.0, 8551.0, 8636.0, 8609.0, 8658.0, 8629.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.00025675489067894134</td></tr>
<tr><td colspan=3>aqi</td><td>0.018635794591484463</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.91264566084101</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2109288832027645</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0016765106221204</td></tr>
<tr><td colspan=3>efc</td><td>0.4964</td></tr>
<tr><td colspan=3>fber</td><td>3151.9441</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08923708329254683</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.142692750287687</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4679222020203</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4112472152386593</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5813972111819674</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4111221796402726</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102197</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011721190996468067</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03356938436627388</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.180258136133777</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>22.1576</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.6411</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.8198</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298331.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.0206</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5258</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>445.9476</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3050.1519</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>759.2784</td></tr>
<tr><td colspan=3>tsnr</td><td>43.96047202334739</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>