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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-06_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-06_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-0128/ses-01/func/sub-0128_ses-01_task-social_acq-mb8_run-06_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>eb7dea6191da0c38c6a6265471290ce7</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>20:25:15.292500</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.998662, -0.027073, 0.0440709, 0.0179548, 0.980541, 0.195492]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.084234</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7815, -7248, 321, -167, -33, 118, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c6f306a-20da-4b53-b075-943d14cd6c42||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.679335832595825, 0.04817129671573639, 0.13096588850021362, 104.93226623535156], [0.0726349875330925, 2.6307196617126465, 0.5249849557876587, -101.50318908691406], [0.11823901534080505, -0.524490237236023, 2.6452295780181885, -46.44853973388672], [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': ['202515.292500', '202515.752500', '202516.212500', '202516.672500', '202517.132500', '202517.592500', '202518.052500', '202518.512500', '202518.972500', '202519.432500', '202519.892500', '202520.352500', '202520.812500', '202521.272500', '202521.732500', '202522.192500', '202522.652500', '202523.112500', '202523.572500', '202524.032500', '202524.492500', '202524.952500', '202525.412500', '202525.872500', '202526.332500', '202526.792500', '202527.252500', '202527.712500', '202528.172500', '202528.632500', '202529.092500', '202529.552500', '202530.012500', '202530.472500', '202530.932500', '202531.392500', '202531.852500', '202532.312500', '202532.772500', '202533.232500', '202533.692500', '202534.152500', '202534.612500', '202535.072500', '202535.532500', '202535.992500', '202536.452500', '202536.912500', '202537.372500', '202537.832500', '202538.292500', '202538.752500', '202539.212500', '202539.672500', '202540.132500', '202540.592500', '202541.052500', '202541.512500', '202541.972500', '202542.432500', '202542.892500', '202543.352500', '202543.812500', '202544.272500', '202544.732500', '202545.192500', '202545.652500', '202546.112500', '202546.572500', '202547.032500', '202547.492500', '202547.952500', '202548.412500', '202548.872500', '202549.332500', '202549.792500', '202550.252500', '202550.712500', '202551.172500', '202551.632500', '202552.092500', '202552.552500', '202553.012500', '202553.472500', '202553.932500', '202554.392500', '202554.852500', '202555.312500', '202555.772500', '202556.232500', '202556.692500', '202557.152500', '202557.612500', '202558.072500', '202558.532500', '202558.992500', '202559.452500', '202559.912500', '202600.372500', '202600.832500', '202601.292500', '202601.752500', '202602.212500', '202602.672500', '202603.132500', '202603.592500', '202604.052500', '202604.512500', '202604.972500', '202605.432500', '202605.892500', '202606.352500', '202606.812500', '202607.272500', '202607.732500', '202608.192500', '202608.652500', '202609.112500', '202609.572500', '202610.032500', '202610.492500', '202610.952500', '202611.412500', '202611.872500', '202612.332500', '202612.792500', '202613.252500', '202613.712500', '202614.172500', '202614.632500', '202615.092500', '202615.552500', '202616.012500', '202616.472500', '202616.932500', '202617.392500', '202617.852500', '202618.312500', '202618.772500', '202619.232500', '202619.692500', '202620.152500', '202620.612500', '202621.072500', '202621.532500', '202621.992500', '202622.452500', '202622.912500', '202623.372500', '202623.832500', '202624.292500', '202624.752500', '202625.212500', '202625.672500', '202626.132500', '202626.592500', '202627.052500', '202627.512500', '202627.972500', '202628.432500', '202628.892500', '202629.352500', '202629.812500', '202630.272500', '202630.732500', '202631.192500', '202631.652500', '202632.112500', '202632.572500', '202633.032500', '202633.492500', '202633.952500', '202634.412500', '202634.872500', '202635.332500', '202635.792500', '202636.252500', '202636.712500', '202637.172500', '202637.632500', '202638.092500', '202638.552500', '202639.012500', '202639.472500', '202639.932500', '202640.392500', '202640.852500', '202641.312500', '202641.772500', '202642.232500', '202642.692500', '202643.152500', '202643.612500', '202644.072500', '202644.532500', '202644.992500', '202645.452500', '202645.912500', '202646.372500', '202646.832500', '202647.292500', '202647.752500', '202648.212500', '202648.672500', '202649.132500', '202649.592500', '202650.052500', '202650.512500', '202650.972500', '202651.432500', '202651.892500', '202652.352500', '202652.812500', '202653.272500', '202653.732500', '202654.192500', '202654.652500', '202655.112500', '202655.572500', '202656.032500', '202656.492500', '202656.952500', '202657.412500', '202657.872500', '202658.332500', '202658.792500', '202659.252500', '202659.712500', '202700.172500', '202700.632500', '202701.092500', '202701.552500', '202702.012500', '202702.472500', '202702.932500', '202703.392500', '202703.852500', '202704.312500', '202704.772500', '202705.232500', '202705.692500', '202706.152500', '202706.612500', '202707.072500', '202707.532500', '202707.992500', '202708.452500', '202708.912500', '202709.372500', '202709.832500', '202710.292500', '202710.752500', '202711.212500', '202711.672500', '202712.132500', '202712.592500', '202713.052500', '202713.512500', '202713.972500', '202714.432500', '202714.892500', '202715.352500', '202715.812500', '202716.272500', '202716.732500', '202717.192500', '202717.652500', '202718.112500', '202718.572500', '202719.032500', '202719.492500', '202719.952500', '202720.412500', '202720.872500', '202721.332500', '202721.792500', '202722.252500', '202722.712500', '202723.172500', '202723.632500', '202724.092500', '202724.552500', '202725.012500', '202725.472500', '202725.932500', '202726.392500', '202726.852500', '202727.312500', '202727.772500', '202728.232500', '202728.692500', '202729.152500', '202729.612500', '202730.072500', '202730.532500', '202730.992500', '202731.452500', '202731.912500', '202732.372500', '202732.832500', '202733.292500', '202733.752500', '202734.212500', '202734.672500', '202735.132500', '202735.592500', '202736.052500', '202736.512500', '202736.972500', '202737.432500', '202737.892500', '202738.352500', '202738.812500', '202739.272500', '202739.732500', '202740.192500', '202740.652500', '202741.112500', '202741.572500', '202742.032500', '202742.492500', '202742.952500', '202743.412500', '202743.872500', '202744.332500', '202744.792500', '202745.252500', '202745.712500', '202746.172500', '202746.632500', '202747.092500', '202747.552500', '202748.012500', '202748.472500', '202748.932500', '202749.392500', '202749.852500', '202750.312500', '202750.772500', '202751.232500', '202751.692500', '202752.152500', '202752.612500', '202753.072500', '202753.532500', '202753.992500', '202754.452500', '202754.912500', '202755.372500', '202755.832500', '202756.292500', '202756.752500', '202757.212500', '202757.672500', '202758.132500', '202758.592500', '202759.052500', '202759.512500', '202759.972500', '202800.432500', '202800.892500', '202801.352500', '202801.812500', '202802.272500', '202802.732500', '202803.192500', '202803.652500', '202804.112500', '202804.572500', '202805.032500', '202805.492500', '202805.952500', '202806.412500', '202806.872500', '202807.332500', '202807.792500', '202808.252500', '202808.712500', '202809.172500', '202809.632500', '202810.092500', '202810.552500', '202811.012500', '202811.472500', '202811.932500', '202812.392500', '202812.852500', '202813.312500', '202813.772500', '202814.232500', '202814.692500', '202815.152500', '202815.612500', '202816.072500', '202816.532500', '202816.992500', '202817.452500', '202817.912500', '202818.372500', '202818.832500', '202819.292500', '202819.752500', '202820.212500', '202820.672500', '202821.132500', '202821.592500', '202822.052500', '202822.512500', '202822.972500', '202823.432500', '202823.892500', '202824.352500', '202824.812500', '202825.272500', '202825.732500', '202826.192500', '202826.652500', '202827.112500', '202827.572500', '202828.032500', '202828.492500', '202828.952500', '202829.412500', '202829.872500', '202830.332500', '202830.792500', '202831.252500', '202831.712500', '202832.172500', '202832.632500', '202833.092500', '202833.552500', '202834.012500', '202834.472500', '202834.932500', '202835.392500', '202835.852500', '202836.312500', '202836.772500', '202837.232500', '202837.692500', '202838.152500', '202838.612500', '202839.072500', '202839.532500', '202839.992500', '202840.452500', '202840.912500', '202841.372500', '202841.832500', '202842.292500', '202842.752500', '202843.212500', '202843.672500', '202844.132500', '202844.592500', '202845.052500', '202845.512500', '202845.972500', '202846.432500', '202846.892500', '202847.352500', '202847.812500', '202848.272500', '202848.732500', '202849.192500', '202849.652500', '202850.112500', '202850.572500', '202851.032500', '202851.492500', '202851.952500', '202852.412500', '202852.872500', '202853.332500', '202853.792500', '202854.252500', '202854.712500', '202855.172500', '202855.632500', '202856.092500', '202856.552500', '202857.012500', '202857.472500', '202857.932500', '202858.392500', '202858.852500', '202859.312500', '202859.772500', '202900.232500', '202900.692500', '202901.152500', '202901.612500', '202902.072500', '202902.532500', '202902.992500', '202903.452500', '202903.912500', '202904.372500', '202904.832500', '202905.292500', '202905.752500', '202906.212500', '202906.672500', '202907.132500', '202907.592500', '202908.052500', '202908.512500', '202908.972500', '202909.432500', '202909.892500', '202910.352500', '202910.812500', '202911.272500', '202911.732500', '202912.192500', '202912.652500', '202913.112500', '202913.572500', '202914.032500', '202914.492500', '202914.952500', '202915.412500', '202915.872500', '202916.332500', '202916.792500', '202917.252500', '202917.712500', '202918.172500', '202918.632500', '202919.092500', '202919.552500', '202920.012500', '202920.472500', '202920.932500', '202921.392500', '202921.852500', '202922.312500', '202922.772500', '202923.232500', '202923.692500', '202924.152500', '202924.612500', '202925.072500', '202925.532500', '202925.992500', '202926.452500', '202926.912500', '202927.372500', '202927.832500', '202928.292500', '202928.752500', '202929.212500', '202929.672500', '202930.132500', '202930.592500', '202931.052500', '202931.512500', '202931.972500', '202932.432500', '202932.892500', '202933.352500', '202933.812500', '202934.272500', '202934.732500', '202935.192500', '202935.652500', '202936.112500', '202936.572500', '202937.032500', '202937.492500', '202937.952500', '202938.412500', '202938.872500', '202939.332500', '202939.792500', '202940.252500', '202940.712500', '202941.172500', '202941.632500', '202942.092500', '202942.552500', '202943.012500', '202943.472500', '202943.932500', '202944.392500', '202944.852500', '202945.312500', '202945.772500', '202946.232500', '202946.692500', '202947.152500', '202947.612500', '202948.072500', '202948.532500', '202948.992500', '202949.452500', '202949.912500', '202950.372500', '202950.832500', '202951.292500', '202951.752500', '202952.212500', '202952.672500', '202953.132500', '202953.592500', '202954.052500', '202954.512500', '202954.972500', '202955.432500', '202955.892500', '202956.352500', '202956.812500', '202957.272500', '202957.732500', '202958.192500', '202958.652500', '202959.112500', '202959.572500', '203000.032500', '203000.492500', '203000.952500', '203001.412500', '203001.872500', '203002.332500', '203002.792500', '203003.252500', '203003.712500', '203004.172500', '203004.632500', '203005.092500', '203005.552500', '203006.012500', '203006.472500', '203006.932500', '203007.392500', '203007.852500', '203008.312500', '203008.772500', '203009.232500', '203009.692500', '203010.152500', '203010.612500', '203011.072500', '203011.532500', '203011.992500', '203012.452500', '203012.912500', '203013.372500', '203013.832500', '203014.292500', '203014.752500', '203015.212500', '203015.672500', '203016.132500', '203016.592500', '203017.052500', '203017.512500', '203017.972500', '203018.432500', '203018.892500', '203019.352500', '203019.812500', '203020.272500', '203020.732500', '203021.192500', '203021.652500', '203022.112500', '203022.572500', '203023.032500', '203023.492500', '203023.952500', '203024.412500', '203024.872500', '203025.332500', '203025.792500', '203026.252500', '203026.712500', '203027.172500', '203027.632500', '203028.092500', '203028.552500', '203029.012500', '203029.472500', '203029.932500', '203030.392500', '203030.852500', '203031.312500', '203031.772500', '203032.232500', '203032.692500', '203033.152500', '203033.612500', '203034.072500', '203034.532500', '203034.992500', '203035.452500', '203035.912500', '203036.372500', '203036.832500', '203037.292500', '203037.752500', '203038.212500', '203038.672500', '203039.132500', '203039.592500', '203040.052500', '203040.512500', '203040.972500', '203041.432500', '203041.892500', '203042.352500', '203042.812500', '203043.272500', '203043.732500', '203044.192500', '203044.652500', '203045.112500', '203045.572500', '203046.032500', '203046.492500', '203046.952500', '203047.412500', '203047.872500', '203048.332500', '203048.792500', '203049.252500', '203049.712500', '203050.172500', '203050.632500', '203051.092500', '203051.552500', '203052.012500', '203052.472500', '203052.932500', '203053.392500', '203053.852500', '203054.312500', '203054.772500', '203055.232500', '203055.692500', '203056.152500', '203056.612500', '203057.072500', '203057.532500', '203057.992500', '203058.452500', '203058.912500', '203059.372500', '203059.832500', '203100.292500', '203100.752500', '203101.212500', '203101.672500', '203102.132500', '203102.592500', '203103.052500', '203103.512500', '203103.972500', '203104.432500', '203104.892500', '203105.352500', '203105.812500', '203106.272500', '203106.732500', '203107.192500', '203107.652500', '203108.112500', '203108.572500', '203109.032500', '203109.492500', '203109.952500', '203110.412500', '203110.872500', '203111.332500', '203111.792500', '203112.252500', '203112.712500', '203113.172500', '203113.632500', '203114.092500', '203114.552500', '203115.012500', '203115.472500', '203115.932500', '203116.392500', '203116.852500', '203117.312500', '203117.772500', '203118.232500', '203118.692500', '203119.152500', '203119.612500', '203120.072500', '203120.532500', '203120.992500', '203121.452500', '203121.912500', '203122.372500', '203122.832500', '203123.292500', '203123.752500', '203124.212500', '203124.672500', '203125.132500', '203125.592500', '203126.052500', '203126.512500', '203126.972500', '203127.432500', '203127.892500', '203128.352500', '203128.812500', '203129.272500', '203129.732500', '203130.192500', '203130.652500', '203131.112500', '203131.572500', '203132.032500', '203132.492500', '203132.952500', '203133.412500', '203133.872500', '203134.332500', '203134.792500', '203135.252500', '203135.712500', '203136.172500', '203136.632500', '203137.092500', '203137.552500', '203138.012500', '203138.472500', '203138.932500', '203139.392500', '203139.852500', '203140.312500', '203140.772500', '203141.232500', '203141.692500', '203142.152500', '203142.612500', '203143.072500', '203143.532500', '203143.992500', '203144.452500', '203144.912500', '203145.372500', '203145.832500', '203146.292500', '203146.752500', '203147.212500', '203147.672500', '203148.132500', '203148.592500', '203149.052500', '203149.512500', '203149.972500', '203150.432500', '203150.892500', '203151.352500', '203151.812500', '203152.272500', '203152.732500', '203153.192500', '203153.652500', '203154.112500', '203154.572500', '203155.032500', '203155.492500', '203155.952500'], 'ContentTime': ['202529.068000', '202529.071000', '202529.073000', '202529.076000', '202529.078000', '202529.087000', '202529.090000', '202529.092000', '202529.102000', '202529.105000', '202529.108000', '202529.110000', '202529.113000', '202529.115000', '202529.118000', '202529.120000', '202529.123000', '202529.125000', '202529.128000', '202529.130000', '202529.133000', '202529.136000', '202529.138000', '202529.141000', '202529.143000', '202529.146000', '202529.148000', '202549.041000', '202549.043000', '202549.046000', '202549.048000', '202549.051000', '202549.053000', '202549.056000', '202549.059000', '202549.061000', '202549.064000', '202549.066000', '202549.069000', '202549.071000', '202549.074000', '202549.077000', '202549.079000', '202549.082000', '202549.084000', '202549.087000', '202549.089000', '202549.092000', '202549.094000', '202549.097000', '202549.099000', '202549.102000', '202549.110000', '202549.113000', '202549.115000', '202549.118000', '202549.120000', '202549.123000', '202549.126000', '202549.128000', '202549.131000', '202549.133000', '202549.136000', '202549.138000', '202549.141000', '202549.143000', '202549.146000', '202549.148000', '202549.151000', '202549.154000', '202609.040000', '202609.043000', '202609.046000', '202609.048000', '202609.051000', '202609.054000', '202609.056000', '202609.059000', '202609.062000', '202609.064000', '202609.067000', '202609.070000', '202609.072000', '202609.075000', '202609.077000', '202609.080000', '202609.082000', '202609.085000', '202609.088000', '202609.090000', '202609.093000', '202609.096000', '202609.099000', '202609.102000', '202609.104000', '202609.107000', '202609.110000', '202609.112000', '202609.115000', '202609.117000', '202609.120000', '202609.122000', '202609.125000', '202609.127000', '202609.130000', '202609.132000', '202609.135000', '202609.139000', '202609.142000', '202609.144000', '202609.147000', '202609.149000', '202609.152000', '202629.039000', '202629.042000', '202629.045000', '202629.047000', '202629.050000', '202629.053000', '202629.055000', '202629.058000', '202629.060000', '202629.063000', '202629.065000', '202629.068000', '202629.070000', '202629.073000', '202629.076000', '202629.078000', '202629.081000', '202629.083000', '202629.086000', '202629.089000', '202629.091000', '202629.094000', '202629.096000', '202629.099000', '202629.101000', '202629.104000', '202629.106000', '202629.109000', '202629.112000', '202629.114000', '202629.117000', '202629.119000', '202629.122000', '202629.124000', '202629.127000', '202629.129000', '202629.132000', '202629.134000', '202629.137000', '202629.140000', '202629.142000', '202629.145000', '202629.160000', '202629.162000', '202649.040000', '202649.043000', '202649.046000', '202649.048000', '202649.051000', '202649.053000', '202649.056000', '202649.059000', '202649.061000', '202649.064000', '202649.066000', '202649.069000', '202649.072000', '202649.074000', '202649.077000', '202649.079000', '202649.082000', '202649.085000', '202649.087000', '202649.090000', '202649.092000', '202649.095000', '202649.097000', '202649.100000', '202649.102000', '202649.105000', '202649.108000', '202649.110000', '202649.113000', '202649.115000', '202649.118000', '202649.121000', '202649.123000', '202649.126000', '202649.128000', '202649.131000', '202649.133000', '202649.136000', '202649.139000', '202649.141000', '202649.144000', '202649.146000', '202649.149000', '202649.151000', '202709.040000', '202709.043000', '202709.046000', '202709.048000', '202709.051000', '202709.054000', '202709.056000', '202709.059000', '202709.061000', '202709.064000', '202709.067000', '202709.069000', '202709.072000', '202709.074000', '202709.077000', '202709.080000', '202709.082000', '202709.085000', '202709.087000', '202709.090000', '202709.092000', '202709.095000', '202709.097000', '202709.100000', '202709.103000', '202709.105000', '202709.108000', '202709.110000', '202709.113000', '202709.115000', '202709.118000', '202709.121000', '202709.123000', '202709.126000', '202709.128000', '202709.131000', '202709.133000', '202709.136000', '202709.139000', '202709.141000', '202709.144000', '202709.146000', '202709.149000', '202729.041000', '202729.044000', '202729.047000', '202729.049000', '202729.052000', '202729.055000', '202729.057000', '202729.060000', '202729.062000', '202729.065000', '202729.067000', '202729.070000', '202729.073000', '202729.075000', '202729.078000', '202729.080000', '202729.083000', '202729.085000', '202729.088000', '202729.091000', '202729.093000', '202729.096000', '202729.099000', '202729.101000', '202729.104000', '202729.106000', '202729.109000', '202729.112000', '202729.114000', '202729.117000', '202729.119000', '202729.122000', '202729.125000', '202729.127000', '202729.130000', '202729.132000', '202729.135000', '202729.137000', '202729.140000', '202729.143000', '202729.145000', '202729.148000', '202729.150000', '202729.153000', '202749.040000', '202749.043000', '202749.046000', '202749.048000', '202749.051000', '202749.054000', '202749.056000', '202749.059000', '202749.061000', '202749.064000', '202749.066000', '202749.069000', '202749.072000', '202749.074000', '202749.077000', '202749.079000', '202749.082000', '202749.084000', '202749.087000', '202749.089000', '202749.092000', '202749.095000', '202749.097000', '202749.100000', '202749.102000', '202749.105000', '202749.108000', '202749.110000', '202749.113000', '202749.115000', '202749.118000', '202749.121000', '202749.123000', '202749.126000', '202749.128000', '202749.131000', '202749.134000', '202749.136000', '202749.139000', '202749.142000', '202749.144000', '202749.147000', '202749.149000', '202809.040000', '202809.043000', '202809.046000', '202809.048000', '202809.051000', '202809.053000', '202809.056000', '202809.058000', '202809.061000', '202809.064000', '202809.066000', '202809.069000', '202809.071000', '202809.074000', '202809.076000', '202809.079000', '202809.081000', '202809.084000', '202809.087000', '202809.089000', '202809.092000', '202809.094000', '202809.097000', '202809.100000', '202809.102000', '202809.105000', '202809.107000', '202809.110000', '202809.113000', '202809.115000', '202809.118000', '202809.120000', '202809.123000', '202809.126000', '202809.128000', '202809.131000', '202809.133000', '202809.151000', '202809.153000', '202809.156000', '202809.158000', '202809.161000', '202809.164000', '202829.041000', '202829.044000', '202829.046000', '202829.049000', '202829.051000', '202829.054000', '202829.056000', '202829.059000', '202829.062000', '202829.064000', '202829.067000', '202829.070000', '202829.072000', '202829.075000', '202829.078000', '202829.080000', '202829.083000', '202829.085000', '202829.088000', '202829.091000', '202829.093000', '202829.096000', '202829.099000', '202829.101000', '202829.104000', '202829.107000', '202829.109000', '202829.112000', '202829.114000', '202829.117000', '202829.120000', '202829.122000', '202829.125000', '202829.127000', '202829.130000', '202829.132000', '202829.135000', '202829.138000', '202829.140000', '202829.143000', '202829.145000', '202829.148000', '202829.150000', '202829.153000', '202849.039000', '202849.042000', '202849.045000', '202849.047000', '202849.050000', '202849.053000', '202849.056000', '202849.059000', '202849.061000', '202849.064000', '202849.066000', '202849.069000', '202849.072000', '202849.074000', '202849.077000', '202849.080000', '202849.083000', '202849.086000', '202849.088000', '202849.091000', '202849.094000', '202849.096000', '202849.099000', '202849.101000', '202849.104000', '202849.107000', '202849.109000', '202849.112000', '202849.114000', '202849.117000', '202849.119000', '202849.122000', '202849.125000', '202849.127000', '202849.130000', '202849.132000', '202849.135000', '202849.138000', '202849.140000', '202849.143000', '202849.145000', '202849.148000', '202849.150000', '202909.040000', '202909.043000', '202909.046000', '202909.048000', '202909.051000', '202909.054000', '202909.056000', '202909.059000', '202909.061000', '202909.064000', '202909.067000', '202909.069000', '202909.072000', '202909.074000', '202909.077000', '202909.079000', '202909.082000', '202909.085000', '202909.087000', '202909.090000', '202909.092000', '202909.095000', '202909.097000', '202909.100000', '202909.103000', '202909.105000', '202909.108000', '202909.110000', '202909.113000', '202909.116000', '202909.118000', '202909.121000', '202909.123000', '202909.126000', '202909.128000', '202909.131000', '202909.134000', '202909.136000', '202909.139000', '202909.141000', '202909.144000', '202909.147000', '202909.149000', '202909.152000', '202929.040000', '202929.052000', '202929.055000', '202929.057000', '202929.060000', '202929.063000', '202929.065000', '202929.068000', '202929.071000', '202929.073000', '202929.076000', '202929.078000', '202929.081000', '202929.084000', '202929.086000', '202929.089000', '202929.092000', '202929.094000', '202929.097000', '202929.100000', '202929.102000', '202929.105000', '202929.107000', '202929.110000', '202929.113000', '202929.115000', '202929.118000', '202929.120000', '202929.123000', '202929.125000', '202929.128000', '202929.130000', '202929.133000', '202929.136000', '202929.138000', '202929.141000', '202929.143000', '202929.146000', '202929.148000', '202929.151000', '202929.154000', '202929.156000', '202929.159000', '202949.040000', '202949.043000', '202949.046000', '202949.048000', '202949.051000', '202949.054000', '202949.056000', '202949.059000', '202949.062000', '202949.064000', '202949.067000', '202949.069000', '202949.072000', '202949.075000', '202949.077000', '202949.080000', '202949.082000', '202949.085000', '202949.088000', '202949.104000', '202949.107000', '202949.110000', '202949.112000', '202949.115000', '202949.117000', '202949.120000', '202949.123000', '202949.125000', '202949.128000', '202949.130000', '202949.133000', '202949.135000', '202949.138000', '202949.141000', '202949.143000', '202949.146000', '202949.148000', '202949.151000', '202949.154000', '202949.156000', '202949.159000', '202949.161000', '202949.164000', '202949.167000', '203009.040000', '203009.043000', '203009.046000', '203009.049000', '203009.051000', '203009.054000', '203009.056000', '203009.059000', '203009.061000', '203009.064000', '203009.067000', '203009.069000', '203009.072000', '203009.074000', '203009.077000', '203009.079000', '203009.082000', '203009.085000', '203009.087000', '203009.090000', '203009.092000', '203009.095000', '203009.097000', '203009.100000', '203009.103000', '203009.105000', '203009.108000', '203009.110000', '203009.113000', '203009.116000', '203009.118000', '203009.122000', '203009.125000', '203009.127000', '203009.130000', '203009.133000', '203009.135000', '203009.138000', '203009.141000', '203009.144000', '203009.146000', '203009.149000', '203009.151000', '203029.040000', '203029.043000', '203029.046000', '203029.049000', '203029.051000', '203029.054000', '203029.057000', '203029.059000', '203029.062000', '203029.065000', '203029.067000', '203029.070000', '203029.072000', '203029.075000', '203029.078000', '203029.080000', '203029.083000', '203029.085000', '203029.088000', '203029.091000', '203029.093000', '203029.096000', '203029.099000', '203029.101000', '203029.104000', '203029.106000', '203029.109000', '203029.112000', '203029.114000', '203029.117000', '203029.119000', '203029.122000', '203029.124000', '203029.127000', '203029.130000', '203029.132000', '203029.135000', '203029.137000', '203029.140000', '203029.142000', '203029.145000', '203029.148000', '203029.150000', '203029.153000', '203049.041000', '203049.044000', '203049.046000', '203049.049000', '203049.051000', '203049.054000', '203049.056000', '203049.059000', '203049.062000', '203049.064000', '203049.067000', '203049.069000', '203049.072000', '203049.074000', '203049.077000', '203049.080000', '203049.082000', '203049.085000', '203049.088000', '203049.090000', '203049.093000', '203049.095000', '203049.098000', '203049.101000', '203049.103000', '203049.106000', '203049.108000', '203049.111000', '203049.113000', '203049.116000', '203049.119000', '203049.122000', '203049.125000', '203049.128000', '203049.131000', '203049.149000', '203049.152000', '203049.154000', '203049.157000', '203049.160000', '203049.162000', '203049.165000', '203049.167000', '203109.039000', '203109.042000', '203109.045000', '203109.048000', '203109.050000', '203109.053000', '203109.055000', '203109.058000', '203109.060000', '203109.063000', '203109.066000', '203109.068000', '203109.071000', '203109.075000', '203109.078000', '203109.081000', '203109.083000', '203109.086000', '203109.088000', '203109.091000', '203109.094000', '203109.096000', '203109.099000', '203109.102000', '203109.104000', '203109.107000', '203109.109000', '203109.112000', '203109.114000', '203109.146000', '203109.149000', '203109.152000', '203109.154000', '203109.157000', '203109.159000', '203109.162000', '203109.165000', '203109.167000', '203109.170000', '203109.172000', '203109.175000', '203109.177000', '203109.180000', '203109.183000', '203129.041000', '203129.044000', '203129.046000', '203129.049000', '203129.051000', '203129.054000', '203129.056000', '203129.059000', '203129.062000', '203129.064000', '203129.067000', '203129.069000', '203129.072000', '203129.074000', '203129.077000', '203129.080000', '203129.082000', '203129.085000', '203129.088000', '203129.090000', '203129.093000', '203129.095000', '203129.098000', '203129.100000', '203129.103000', '203129.106000', '203129.108000', '203129.111000', '203129.114000', '203129.116000', '203129.119000', '203129.121000', '203129.124000', '203129.126000', '203129.129000', '203129.132000', '203129.134000', '203129.137000', '203129.139000', '203129.142000', '203129.145000', '203129.147000', '203129.150000', '203149.040000', '203149.043000', '203149.046000', '203149.048000', '203149.051000', '203149.054000', '203149.056000', '203149.059000', '203149.061000', '203149.064000', '203149.067000', '203149.069000', '203149.072000', '203149.074000', '203149.077000', '203149.079000', '203149.082000', '203149.085000', '203149.087000', '203149.090000', '203149.093000', '203149.095000', '203149.098000', '203149.100000', '203149.103000', '203149.105000', '203149.108000', '203149.111000', '203149.113000', '203149.116000', '203149.118000', '203149.121000', '203149.124000', '203149.126000', '203149.129000', '203149.131000', '203149.134000', '203149.136000', '203149.139000', '203149.142000', '203149.144000', '203149.147000', '203149.150000', '203149.152000', '203157.616000', '203157.618000', '203157.621000', '203157.624000', '203157.626000', '203157.629000', '203157.631000', '203157.634000', '203157.637000', '203157.639000', '203157.642000', '203157.644000', '203157.647000', '203157.650000', '203157.652000', '203157.655000', '203157.657000', '203157.660000', '203157.662000'], 'InstanceCreationTime': ['202529.068000', '202529.071000', '202529.073000', '202529.076000', '202529.078000', '202529.087000', '202529.090000', '202529.092000', '202529.102000', '202529.105000', '202529.108000', '202529.110000', '202529.113000', '202529.115000', '202529.118000', '202529.120000', '202529.123000', '202529.125000', '202529.128000', '202529.130000', '202529.133000', '202529.136000', '202529.138000', '202529.141000', '202529.143000', '202529.146000', '202529.148000', '202549.041000', '202549.043000', '202549.046000', '202549.048000', '202549.051000', '202549.053000', '202549.056000', '202549.059000', '202549.061000', '202549.064000', '202549.066000', '202549.069000', '202549.071000', '202549.074000', '202549.077000', '202549.079000', '202549.082000', '202549.084000', '202549.087000', '202549.089000', '202549.092000', '202549.094000', '202549.097000', '202549.099000', '202549.102000', '202549.110000', '202549.113000', '202549.115000', '202549.118000', '202549.120000', '202549.123000', '202549.126000', '202549.128000', '202549.131000', '202549.133000', '202549.136000', '202549.138000', '202549.141000', '202549.143000', '202549.146000', '202549.148000', '202549.151000', '202549.154000', '202609.040000', '202609.043000', '202609.046000', '202609.048000', '202609.051000', '202609.054000', '202609.056000', '202609.059000', '202609.062000', '202609.064000', '202609.067000', '202609.070000', '202609.072000', '202609.075000', '202609.077000', '202609.080000', '202609.082000', '202609.085000', '202609.088000', '202609.090000', '202609.093000', '202609.096000', '202609.099000', '202609.102000', '202609.104000', '202609.107000', '202609.110000', '202609.112000', '202609.115000', '202609.117000', '202609.120000', '202609.122000', '202609.125000', '202609.127000', '202609.130000', '202609.132000', '202609.135000', '202609.139000', '202609.142000', '202609.144000', '202609.147000', '202609.149000', '202609.152000', '202629.039000', '202629.042000', '202629.045000', '202629.047000', '202629.050000', '202629.053000', '202629.055000', '202629.058000', '202629.060000', '202629.063000', '202629.065000', '202629.068000', '202629.070000', '202629.073000', '202629.076000', '202629.078000', '202629.081000', '202629.083000', '202629.086000', '202629.089000', '202629.091000', '202629.094000', '202629.096000', '202629.099000', '202629.101000', '202629.104000', '202629.106000', '202629.109000', '202629.112000', '202629.114000', '202629.117000', '202629.119000', '202629.122000', '202629.124000', '202629.127000', '202629.129000', '202629.132000', '202629.134000', '202629.137000', '202629.140000', '202629.142000', '202629.145000', '202629.160000', '202629.162000', '202649.040000', '202649.043000', '202649.046000', '202649.048000', '202649.051000', '202649.053000', '202649.056000', '202649.059000', '202649.061000', '202649.064000', '202649.066000', '202649.069000', '202649.072000', '202649.074000', '202649.077000', '202649.079000', '202649.082000', '202649.085000', '202649.087000', '202649.090000', '202649.092000', '202649.095000', '202649.097000', '202649.100000', '202649.102000', '202649.105000', '202649.108000', '202649.110000', '202649.113000', '202649.115000', '202649.118000', '202649.121000', '202649.123000', '202649.126000', '202649.128000', '202649.131000', '202649.133000', '202649.136000', '202649.139000', '202649.141000', '202649.144000', '202649.146000', '202649.149000', '202649.151000', '202709.040000', '202709.043000', '202709.046000', '202709.048000', '202709.051000', '202709.054000', '202709.056000', '202709.059000', '202709.061000', '202709.064000', '202709.067000', '202709.069000', '202709.072000', '202709.074000', '202709.077000', '202709.080000', '202709.082000', '202709.085000', '202709.087000', '202709.090000', '202709.092000', '202709.095000', '202709.097000', '202709.100000', '202709.103000', '202709.105000', '202709.108000', '202709.110000', '202709.113000', '202709.115000', '202709.118000', '202709.121000', '202709.123000', '202709.126000', '202709.128000', '202709.131000', '202709.133000', '202709.136000', '202709.139000', '202709.141000', '202709.144000', '202709.146000', '202709.149000', '202729.041000', '202729.044000', '202729.047000', '202729.049000', '202729.052000', '202729.055000', '202729.057000', '202729.060000', '202729.062000', '202729.065000', '202729.067000', '202729.070000', '202729.073000', '202729.075000', '202729.078000', '202729.080000', '202729.083000', '202729.085000', '202729.088000', '202729.091000', '202729.093000', '202729.096000', '202729.099000', '202729.101000', '202729.104000', '202729.106000', '202729.109000', '202729.112000', '202729.114000', '202729.117000', '202729.119000', '202729.122000', '202729.125000', '202729.127000', '202729.130000', '202729.132000', '202729.135000', '202729.137000', '202729.140000', '202729.143000', '202729.145000', '202729.148000', '202729.150000', '202729.153000', '202749.040000', '202749.043000', '202749.046000', '202749.048000', '202749.051000', '202749.054000', '202749.056000', '202749.059000', '202749.061000', '202749.064000', '202749.066000', '202749.069000', '202749.072000', '202749.074000', '202749.077000', '202749.079000', '202749.082000', '202749.084000', '202749.087000', '202749.089000', '202749.092000', '202749.095000', '202749.097000', '202749.100000', '202749.102000', '202749.105000', '202749.108000', '202749.110000', '202749.113000', '202749.115000', '202749.118000', '202749.121000', '202749.123000', '202749.126000', '202749.128000', '202749.131000', '202749.134000', '202749.136000', '202749.139000', '202749.142000', '202749.144000', '202749.147000', '202749.149000', '202809.040000', '202809.043000', '202809.046000', '202809.048000', '202809.051000', '202809.053000', '202809.056000', '202809.058000', '202809.061000', '202809.064000', '202809.066000', '202809.069000', '202809.071000', '202809.074000', '202809.076000', '202809.079000', '202809.081000', '202809.084000', '202809.087000', '202809.089000', '202809.092000', '202809.094000', '202809.097000', '202809.100000', '202809.102000', '202809.105000', '202809.107000', '202809.110000', '202809.113000', '202809.115000', '202809.118000', '202809.120000', '202809.123000', '202809.126000', '202809.128000', '202809.131000', '202809.133000', '202809.151000', '202809.153000', '202809.156000', '202809.158000', '202809.161000', '202809.164000', '202829.041000', '202829.044000', '202829.046000', '202829.049000', '202829.051000', '202829.054000', '202829.056000', '202829.059000', '202829.062000', '202829.064000', '202829.067000', '202829.070000', '202829.072000', '202829.075000', '202829.078000', '202829.080000', '202829.083000', '202829.085000', '202829.088000', '202829.091000', '202829.093000', '202829.096000', '202829.099000', '202829.101000', '202829.104000', '202829.107000', '202829.109000', '202829.112000', '202829.114000', '202829.117000', '202829.120000', '202829.122000', '202829.125000', '202829.127000', '202829.130000', '202829.132000', '202829.135000', '202829.138000', '202829.140000', '202829.143000', '202829.145000', '202829.148000', '202829.150000', '202829.153000', '202849.039000', '202849.042000', '202849.045000', '202849.047000', '202849.050000', '202849.053000', '202849.056000', '202849.059000', '202849.061000', '202849.064000', '202849.066000', '202849.069000', '202849.072000', '202849.074000', '202849.077000', '202849.080000', '202849.083000', '202849.086000', '202849.088000', '202849.091000', '202849.094000', '202849.096000', '202849.099000', '202849.101000', '202849.104000', '202849.107000', '202849.109000', '202849.112000', '202849.114000', '202849.117000', '202849.119000', '202849.122000', '202849.125000', '202849.127000', '202849.130000', '202849.132000', '202849.135000', '202849.138000', '202849.140000', '202849.143000', '202849.145000', '202849.148000', '202849.150000', '202909.040000', '202909.043000', '202909.046000', '202909.048000', '202909.051000', '202909.054000', '202909.056000', '202909.059000', '202909.061000', '202909.064000', '202909.067000', '202909.069000', '202909.072000', '202909.074000', '202909.077000', '202909.079000', '202909.082000', '202909.085000', '202909.087000', '202909.090000', '202909.092000', '202909.095000', '202909.097000', '202909.100000', '202909.103000', '202909.105000', '202909.108000', '202909.110000', '202909.113000', '202909.116000', '202909.118000', '202909.121000', '202909.123000', '202909.126000', '202909.128000', '202909.131000', '202909.134000', '202909.136000', '202909.139000', '202909.141000', '202909.144000', '202909.147000', '202909.149000', '202909.152000', '202929.040000', '202929.052000', '202929.055000', '202929.057000', '202929.060000', '202929.063000', '202929.065000', '202929.068000', '202929.071000', '202929.073000', '202929.076000', '202929.078000', '202929.081000', '202929.084000', '202929.086000', '202929.089000', '202929.092000', '202929.094000', '202929.097000', '202929.100000', '202929.102000', '202929.105000', '202929.107000', '202929.110000', '202929.113000', '202929.115000', '202929.118000', '202929.120000', '202929.123000', '202929.125000', '202929.128000', '202929.130000', '202929.133000', '202929.136000', '202929.138000', '202929.141000', '202929.143000', '202929.146000', '202929.148000', '202929.151000', '202929.154000', '202929.156000', '202929.159000', '202949.040000', '202949.043000', '202949.046000', '202949.048000', '202949.051000', '202949.054000', '202949.056000', '202949.059000', '202949.062000', '202949.064000', '202949.067000', '202949.069000', '202949.072000', '202949.075000', '202949.077000', '202949.080000', '202949.082000', '202949.085000', '202949.088000', '202949.104000', '202949.107000', '202949.110000', '202949.112000', '202949.115000', '202949.117000', '202949.120000', '202949.123000', '202949.125000', '202949.128000', '202949.130000', '202949.133000', '202949.135000', '202949.138000', '202949.141000', '202949.143000', '202949.146000', '202949.148000', '202949.151000', '202949.154000', '202949.156000', '202949.159000', '202949.161000', '202949.164000', '202949.167000', '203009.040000', '203009.043000', '203009.046000', '203009.049000', '203009.051000', '203009.054000', '203009.056000', '203009.059000', '203009.061000', '203009.064000', '203009.067000', '203009.069000', '203009.072000', '203009.074000', '203009.077000', '203009.079000', '203009.082000', '203009.085000', '203009.087000', '203009.090000', '203009.092000', '203009.095000', '203009.097000', '203009.100000', '203009.103000', '203009.105000', '203009.108000', '203009.110000', '203009.113000', '203009.116000', '203009.118000', '203009.122000', '203009.125000', '203009.127000', '203009.130000', '203009.133000', '203009.135000', '203009.138000', '203009.141000', '203009.144000', '203009.146000', '203009.149000', '203009.151000', '203029.040000', '203029.043000', '203029.046000', '203029.049000', '203029.051000', '203029.054000', '203029.057000', '203029.059000', '203029.062000', '203029.065000', '203029.067000', '203029.070000', '203029.072000', '203029.075000', '203029.078000', '203029.080000', '203029.083000', '203029.085000', '203029.088000', '203029.091000', '203029.093000', '203029.096000', '203029.099000', '203029.101000', '203029.104000', '203029.106000', '203029.109000', '203029.112000', '203029.114000', '203029.117000', '203029.119000', '203029.122000', '203029.124000', '203029.127000', '203029.130000', '203029.132000', '203029.135000', '203029.137000', '203029.140000', '203029.142000', '203029.145000', '203029.148000', '203029.150000', '203029.153000', '203049.041000', '203049.044000', '203049.046000', '203049.049000', '203049.051000', '203049.054000', '203049.056000', '203049.059000', '203049.062000', '203049.064000', '203049.067000', '203049.069000', '203049.072000', '203049.074000', '203049.077000', '203049.080000', '203049.082000', '203049.085000', '203049.088000', '203049.090000', '203049.093000', '203049.095000', '203049.098000', '203049.101000', '203049.103000', '203049.106000', '203049.108000', '203049.111000', '203049.113000', '203049.116000', '203049.119000', '203049.122000', '203049.125000', '203049.128000', '203049.131000', '203049.149000', '203049.152000', '203049.154000', '203049.157000', '203049.160000', '203049.162000', '203049.165000', '203049.167000', '203109.039000', '203109.042000', '203109.045000', '203109.048000', '203109.050000', '203109.053000', '203109.055000', '203109.058000', '203109.060000', '203109.063000', '203109.066000', '203109.068000', '203109.071000', '203109.075000', '203109.078000', '203109.081000', '203109.083000', '203109.086000', '203109.088000', '203109.091000', '203109.094000', '203109.096000', '203109.099000', '203109.102000', '203109.104000', '203109.107000', '203109.109000', '203109.112000', '203109.114000', '203109.146000', '203109.149000', '203109.152000', '203109.154000', '203109.157000', '203109.159000', '203109.162000', '203109.165000', '203109.167000', '203109.170000', '203109.172000', '203109.175000', '203109.177000', '203109.180000', '203109.183000', '203129.041000', '203129.044000', '203129.046000', '203129.049000', '203129.051000', '203129.054000', '203129.056000', '203129.059000', '203129.062000', '203129.064000', '203129.067000', '203129.069000', '203129.072000', '203129.074000', '203129.077000', '203129.080000', '203129.082000', '203129.085000', '203129.088000', '203129.090000', '203129.093000', '203129.095000', '203129.098000', '203129.100000', '203129.103000', '203129.106000', '203129.108000', '203129.111000', '203129.114000', '203129.116000', '203129.119000', '203129.121000', '203129.124000', '203129.126000', '203129.129000', '203129.132000', '203129.134000', '203129.137000', '203129.139000', '203129.142000', '203129.145000', '203129.147000', '203129.150000', '203149.040000', '203149.043000', '203149.046000', '203149.048000', '203149.051000', '203149.054000', '203149.056000', '203149.059000', '203149.061000', '203149.064000', '203149.067000', '203149.069000', '203149.072000', '203149.074000', '203149.077000', '203149.079000', '203149.082000', '203149.085000', '203149.087000', '203149.090000', '203149.093000', '203149.095000', '203149.098000', '203149.100000', '203149.103000', '203149.105000', '203149.108000', '203149.111000', '203149.113000', '203149.116000', '203149.118000', '203149.121000', '203149.124000', '203149.126000', '203149.129000', '203149.131000', '203149.134000', '203149.136000', '203149.139000', '203149.142000', '203149.144000', '203149.147000', '203149.150000', '203149.152000', '203157.616000', '203157.618000', '203157.621000', '203157.624000', '203157.626000', '203157.629000', '203157.631000', '203157.634000', '203157.637000', '203157.639000', '203157.642000', '203157.644000', '203157.647000', '203157.650000', '203157.652000', '203157.655000', '203157.657000', '203157.660000', '203157.662000'], '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': [9937, 8559, 10852, 8625, 11285, 9517, 8991, 8235, 8675, 8365, 8705, 8748, 9144, 11752, 8900, 9148, 9040, 9446, 8903, 12029, 8392, 10072, 9041, 8926, 8529, 9152, 8624, 8633, 8075, 8964, 8614, 8824, 8098, 9474, 8092, 10577, 11995, 10517, 10079, 8715, 8996, 8524, 9256, 10294, 8452, 10182, 8723, 8747, 8665, 8798, 8657, 8811, 8289, 9048, 12052, 8287, 10321, 8806, 8791, 8817, 8807, 8143, 9001, 8683, 9079, 10581, 8796, 9254, 8760, 9181, 8873, 12338, 8378, 10638, 8947, 9572, 8572, 8993, 8413, 10652, 8345, 10436, 8447, 9070, 11596, 8610, 9479, 8660, 8384, 8515, 8535, 8839, 8622, 8634, 8759, 12117, 8573, 9854, 8737, 8853, 8817, 8724, 8869, 8732, 9273, 8711, 9403, 8893, 12507, 8219, 10491, 8763, 9094, 8602, 8923, 9173, 8882, 8723, 8962, 12355, 8278, 10436, 8759, 8739, 8424, 8916, 8192, 9529, 10846, 9067, 10330, 8281, 8675, 8877, 8742, 11308, 8180, 9391, 8456, 8710, 8572, 8983, 9517, 8670, 10248, 8582, 8758, 8470, 9673, 8267, 9083, 11007, 8641, 10614, 8752, 9169, 9018, 9127, 9119, 8929, 11228, 8701, 10868, 8527, 8858, 9755, 8825, 8916, 8930, 9477, 9193, 8910, 11901, 8387, 9498, 8770, 8812, 7903, 8544, 9656, 8577, 10000, 8200, 9661, 8506, 9214, 10837, 9093, 10814, 8400, 8951, 8180, 9207, 8214, 10110, 9525, 8713, 10913, 8613, 8467, 8189, 9185, 11477, 8222, 9658, 8011, 8928, 8795, 8640, 10703, 8149, 9190, 8664, 9070, 9049, 9131, 10909, 8367, 10188, 8371, 8629, 8671, 8934, 9040, 8350, 9392, 8903, 12310, 7870, 10504, 8904, 9065, 8847, 8945, 10697, 8412, 10259, 8179, 8733, 8527, 8887, 11372, 8397, 9895, 8355, 8925, 9889, 8366, 9666, 8206, 9644, 8365, 8640, 8026, 8586, 9564, 8852, 10201, 8522, 8795, 10264, 8752, 10443, 7846, 9644, 7838, 8626, 11800, 7934, 9638, 8337, 8679, 8435, 8706, 10441, 8769, 10627, 8144, 9013, 8227, 8830, 8170, 9975, 8823, 9268, 11331, 8155, 8809, 8258, 8894, 11736, 8390, 9514, 8545, 8756, 8375, 8838, 11553, 7771, 9574, 8506, 8631, 8623, 8898, 8221, 8883, 11965, 8731, 9349, 8820, 8757, 9311, 9037, 11579, 8740, 9192, 8810, 8822, 8536, 8818, 8778, 9009, 12409, 9972, 9627, 8814, 8793, 9250, 8896, 11733, 8220, 9537, 8430, 8929, 8734, 8734, 8634, 8705, 9715, 9281, 12305, 9526, 8931, 8202, 8888, 9703, 8723, 10250, 9055, 8622, 8640, 8670, 8636, 9378, 8611, 10661, 8579, 10696, 8369, 9639, 8369, 8956, 11989, 8492, 9979, 7883, 8581, 8431, 8933, 10946, 8301, 9764, 8593, 8195, 8780, 8854, 8704, 9121, 12222, 8324, 9455, 8334, 9013, 8358, 9266, 8664, 8937, 11612, 8599, 10003, 8358, 8881, 8216, 8651, 9197, 9076, 11020, 8286, 9214, 8262, 9079, 8127, 8707, 10465, 8896, 9928, 8331, 9114, 8117, 8847, 8331, 9022, 9093, 9115, 8699, 9113, 11961, 8559, 9357, 9134, 8575, 8943, 8458, 10251, 8397, 9070, 8576, 8475, 7861, 8652, 9546, 8675, 12119, 8167, 9406, 8187, 8970, 8703, 8822, 9014, 12192, 8757, 9378, 10142, 9580, 10633, 8146, 8652, 9491, 9069, 12568, 8588, 9425, 8163, 8813, 8273, 9105, 9855, 8745, 8658, 8820, 10347, 8490, 9580, 8604, 8645, 8463, 8829, 9448, 8845, 12359, 8394, 9294, 8788, 8969, 8942, 9088, 9094, 9161, 9281, 8897, 11995, 9259, 9175, 8246, 8708, 8678, 8796, 11902, 8681, 9880, 8381, 8994, 8321, 9098, 9940, 8600, 9971, 8642, 8903, 8949, 8908, 8513, 8781, 11856, 8445, 9838, 8599, 8742, 8609, 8851, 8151, 8769, 9232, 8929, 11956, 8094, 9543, 8245, 8935, 8198, 8752, 10487, 8793, 10036, 8051, 8726, 7968, 9506, 8001, 9169, 7852, 8946, 8494, 8770, 8886, 9117, 12369, 8551, 9729, 8894, 9024, 9459, 8834, 10357, 8009, 9546, 8431, 9076, 8240, 8554, 8199, 8664, 11153, 8829, 10224, 8165, 8455, 8361, 8559, 7855, 8631, 8379, 8652, 8865, 8426, 8410, 9040, 12252, 9925, 9693, 8997, 9085, 10741, 8283, 9438, 8020, 8728, 8392, 8644, 8265, 8337, 9888, 8685, 11413, 8392, 9114, 8291, 8526, 8446, 9179, 8158, 9075, 12241, 8954, 9990, 8730, 8885, 8347, 9267, 9366, 9001, 11296, 8227, 9319, 8533, 8157, 8161, 8547, 8213, 8803, 9516, 8897, 11104, 8829, 8768, 7937, 8881, 9673, 8555, 11178, 8599, 8775, 8558, 8594, 9087, 9154, 8845, 9355, 11925, 8624, 9711, 8255, 8903, 10887, 8732, 10231, 8898, 8407, 8424, 8421, 8747, 9155, 10811, 8397, 9676, 8506, 8956, 8414, 8853, 11845, 8733, 10169, 8480, 8837, 8785, 8984, 10715, 8800, 9871, 8347, 8542, 8294, 8451, 8258, 9125, 8103, 8952, 12378, 8702, 9861, 8132, 8662, 8499, 8637, 8845, 9087, 8805, 8903, 8952, 8989, 11197, 8349, 9562, 7941, 8618, 8404, 8714, 7857, 8955, 9606, 9169, 12037, 9604, 10062, 8898, 8763, 9757, 11398, 8658, 9691, 8533, 8742, 8121, 8595, 11893, 8190, 9822, 8691, 8149, 8161, 8458, 8122, 8555, 8234, 8854, 9098, 8771, 9244, 8851, 10254, 8329, 8816, 8648, 8973, 8847, 8697, 8507, 8579, 10449, 8589, 10171, 8869, 9355, 9063, 10629, 8056, 9148, 11652, 8572, 8757, 7986, 8652, 7708, 8861, 8083, 8994, 8464, 9456, 8275, 8525, 7859, 9438, 11020, 9256, 10227, 8245, 8973, 9249, 8777, 7825, 8712, 8555, 9131, 10952, 9103, 11805, 9256, 8846, 8345, 8540, 8389, 8819, 9054, 9063, 11765, 8547, 8699, 8151, 8589, 9100, 8657, 11405, 8239, 9208, 8325, 8726, 8436, 8892, 8863, 9339, 11594, 8454, 8889, 7917, 8981, 7870, 9014, 7997, 9497, 11975, 8472, 9576, 8132, 9094, 8242, 10086, 8907, 8957, 11777, 8442, 9937, 7765, 9015, 8093, 8825, 7999, 9106, 11914, 8238, 9448, 7687, 8991, 9209, 9179, 11846, 8333, 9926, 8462, 8868, 8430, 9424, 7790, 9126, 8898, 9153, 10295, 8883, 10669, 8193, 9078, 8098, 9242, 7893, 9059, 11702, 8659, 10352, 7916, 9081, 8954, 9074, 8776, 9086, 12273, 8460, 9875, 8731, 9172, 8371, 9011, 8233, 9117, 11245, 7923, 9256, 7983, 9269, 8513, 8734, 7564, 9057], 'WindowCenter': [4442.0, 4417.0, 4422.0, 4402.0, 4419.0, 4387.0, 4386.0, 4364.0, 4373.0, 4373.0, 4375.0, 4375.0, 4385.0, 4403.0, 4373.0, 4372.0, 4373.0, 4382.0, 4374.0, 4403.0, 4374.0, 4382.0, 4372.0, 4371.0, 4372.0, 4373.0, 4373.0, 4374.0, 4374.0, 4386.0, 4385.0, 4386.0, 4375.0, 4397.0, 4375.0, 4407.0, 4404.0, 4394.0, 4384.0, 4362.0, 4361.0, 4360.0, 4371.0, 4369.0, 4360.0, 4380.0, 4362.0, 4361.0, 4361.0, 4361.0, 4372.0, 4385.0, 4372.0, 4386.0, 4404.0, 4375.0, 4383.0, 4372.0, 4372.0, 4373.0, 4372.0, 4364.0, 4385.0, 4374.0, 4386.0, 4394.0, 4374.0, 4384.0, 4386.0, 4384.0, 4386.0, 4416.0, 4385.0, 4408.0, 4386.0, 4385.0, 4375.0, 4385.0, 4375.0, 4396.0, 4376.0, 4395.0, 4362.0, 4374.0, 4403.0, 4385.0, 4384.0, 4373.0, 4362.0, 4373.0, 4373.0, 4382.0, 4375.0, 4385.0, 4386.0, 4404.0, 4374.0, 4383.0, 4374.0, 4373.0, 4373.0, 4375.0, 4374.0, 4375.0, 4373.0, 4374.0, 4373.0, 4384.0, 4403.0, 4374.0, 4394.0, 4374.0, 4383.0, 4373.0, 4374.0, 4374.0, 4374.0, 4373.0, 4374.0, 4415.0, 4376.0, 4393.0, 4375.0, 4373.0, 4375.0, 4384.0, 4374.0, 4397.0, 4394.0, 4385.0, 4383.0, 4363.0, 4373.0, 4371.0, 4374.0, 4393.0, 4374.0, 4384.0, 4373.0, 4373.0, 4373.0, 4386.0, 4383.0, 4374.0, 4394.0, 4386.0, 4385.0, 4374.0, 4397.0, 4388.0, 4398.0, 4407.0, 4385.0, 4395.0, 4375.0, 4385.0, 4374.0, 4383.0, 4373.0, 4384.0, 4393.0, 4374.0, 4394.0, 4375.0, 4373.0, 4372.0, 4372.0, 4371.0, 4373.0, 4383.0, 4371.0, 4373.0, 4391.0, 4360.0, 4370.0, 4361.0, 4372.0, 4361.0, 4373.0, 4382.0, 4374.0, 4385.0, 4386.0, 4386.0, 4374.0, 4387.0, 4406.0, 4387.0, 4393.0, 4375.0, 4372.0, 4375.0, 4384.0, 4374.0, 4395.0, 4384.0, 4374.0, 4392.0, 4363.0, 4363.0, 4363.0, 4374.0, 4392.0, 4361.0, 4384.0, 4363.0, 4373.0, 4363.0, 4373.0, 4382.0, 4362.0, 4383.0, 4372.0, 4374.0, 4373.0, 4372.0, 4381.0, 4362.0, 4382.0, 4362.0, 4373.0, 4374.0, 4373.0, 4371.0, 4362.0, 4372.0, 4385.0, 4415.0, 4376.0, 4395.0, 4384.0, 4375.0, 4372.0, 4373.0, 4383.0, 4364.0, 4384.0, 4374.0, 4385.0, 4374.0, 4385.0, 4404.0, 4375.0, 4386.0, 4374.0, 4384.0, 4382.0, 4363.0, 4371.0, 4374.0, 4384.0, 4374.0, 4386.0, 4364.0, 4385.0, 4384.0, 4385.0, 4394.0, 4386.0, 4387.0, 4394.0, 4387.0, 4396.0, 4388.0, 4398.0, 4364.0, 4387.0, 4417.0, 4374.0, 4383.0, 4374.0, 4386.0, 4373.0, 4374.0, 4394.0, 4375.0, 4394.0, 4362.0, 4371.0, 4375.0, 4384.0, 4387.0, 4408.0, 4385.0, 4387.0, 4394.0, 4364.0, 4373.0, 4363.0, 4385.0, 4404.0, 4374.0, 4373.0, 4373.0, 4373.0, 4362.0, 4385.0, 4404.0, 4364.0, 4385.0, 4373.0, 4373.0, 4375.0, 4385.0, 4373.0, 4386.0, 4406.0, 4375.0, 4384.0, 4374.0, 4374.0, 4373.0, 4373.0, 4392.0, 4373.0, 4383.0, 4372.0, 4373.0, 4372.0, 4384.0, 4374.0, 4387.0, 4414.0, 4383.0, 4383.0, 4371.0, 4363.0, 4370.0, 4372.0, 4391.0, 4362.0, 4383.0, 4363.0, 4373.0, 4362.0, 4374.0, 4374.0, 4375.0, 4385.0, 4386.0, 4403.0, 4373.0, 4372.0, 4361.0, 4373.0, 4371.0, 4375.0, 4394.0, 4373.0, 4362.0, 4373.0, 4375.0, 4374.0, 4386.0, 4386.0, 4406.0, 4387.0, 4394.0, 4376.0, 4395.0, 4377.0, 4387.0, 4405.0, 4386.0, 4384.0, 4363.0, 4374.0, 4363.0, 4383.0, 4395.0, 4375.0, 4384.0, 4374.0, 4374.0, 4376.0, 4387.0, 4374.0, 4385.0, 4405.0, 4374.0, 4373.0, 4362.0, 4373.0, 4373.0, 4385.0, 4373.0, 4375.0, 4392.0, 4363.0, 4371.0, 4362.0, 4372.0, 4361.0, 4373.0, 4372.0, 4373.0, 4382.0, 4361.0, 4373.0, 4373.0, 4375.0, 4364.0, 4384.0, 4393.0, 4373.0, 4381.0, 4363.0, 4371.0, 4363.0, 4384.0, 4375.0, 4373.0, 4371.0, 4372.0, 4361.0, 4373.0, 4393.0, 4374.0, 4385.0, 4373.0, 4373.0, 4371.0, 4374.0, 4392.0, 4375.0, 4386.0, 4373.0, 4376.0, 4376.0, 4399.0, 4396.0, 4388.0, 4416.0, 4387.0, 4385.0, 4376.0, 4386.0, 4399.0, 4386.0, 4400.0, 4429.0, 4388.0, 4387.0, 4382.0, 4383.0, 4381.0, 4363.0, 4375.0, 4383.0, 4372.0, 4401.0, 4373.0, 4372.0, 4364.0, 4373.0, 4373.0, 4373.0, 4371.0, 4360.0, 4360.0, 4372.0, 4382.0, 4372.0, 4384.0, 4373.0, 4362.0, 4361.0, 4373.0, 4371.0, 4373.0, 4401.0, 4362.0, 4372.0, 4360.0, 4371.0, 4370.0, 4372.0, 4372.0, 4383.0, 4382.0, 4385.0, 4405.0, 4386.0, 4375.0, 4373.0, 4373.0, 4374.0, 4385.0, 4403.0, 4374.0, 4383.0, 4362.0, 4372.0, 4359.0, 4373.0, 4371.0, 4362.0, 4381.0, 4374.0, 4372.0, 4371.0, 4372.0, 4372.0, 4374.0, 4402.0, 4372.0, 4382.0, 4372.0, 4373.0, 4373.0, 4383.0, 4364.0, 4386.0, 4384.0, 4386.0, 4404.0, 4364.0, 4382.0, 4374.0, 4383.0, 4372.0, 4386.0, 4394.0, 4373.0, 4383.0, 4362.0, 4375.0, 4375.0, 4393.0, 4377.0, 4397.0, 4376.0, 4385.0, 4374.0, 4374.0, 4374.0, 4385.0, 4416.0, 4385.0, 4385.0, 4373.0, 4385.0, 4383.0, 4375.0, 4394.0, 4376.0, 4384.0, 4374.0, 4372.0, 4362.0, 4373.0, 4374.0, 4387.0, 4404.0, 4384.0, 4382.0, 4364.0, 4362.0, 4363.0, 4373.0, 4374.0, 4387.0, 4376.0, 4386.0, 4385.0, 4388.0, 4376.0, 4397.0, 4418.0, 4395.0, 4384.0, 4373.0, 4374.0, 4391.0, 4374.0, 4373.0, 4364.0, 4374.0, 4375.0, 4374.0, 4374.0, 4374.0, 4382.0, 4376.0, 4404.0, 4374.0, 4373.0, 4362.0, 4370.0, 4361.0, 4372.0, 4362.0, 4372.0, 4402.0, 4372.0, 4382.0, 4360.0, 4360.0, 4349.0, 4371.0, 4359.0, 4370.0, 4380.0, 4361.0, 4371.0, 4360.0, 4349.0, 4361.0, 4370.0, 4374.0, 4385.0, 4383.0, 4383.0, 4393.0, 4373.0, 4361.0, 4362.0, 4374.0, 4383.0, 4375.0, 4395.0, 4374.0, 4363.0, 4362.0, 4373.0, 4372.0, 4383.0, 4385.0, 4384.0, 4403.0, 4373.0, 4382.0, 4364.0, 4385.0, 4381.0, 4373.0, 4384.0, 4372.0, 4362.0, 4362.0, 4374.0, 4374.0, 4386.0, 4406.0, 4387.0, 4397.0, 4386.0, 4386.0, 4375.0, 4386.0, 4403.0, 4374.0, 4385.0, 4361.0, 4373.0, 4361.0, 4372.0, 4381.0, 4373.0, 4381.0, 4361.0, 4362.0, 4360.0, 4360.0, 4360.0, 4382.0, 4361.0, 4384.0, 4401.0, 4371.0, 4371.0, 4362.0, 4362.0, 4371.0, 4372.0, 4373.0, 4384.0, 4373.0, 4374.0, 4383.0, 4385.0, 4404.0, 4388.0, 4397.0, 4375.0, 4376.0, 4375.0, 4386.0, 4376.0, 4398.0, 4397.0, 4397.0, 4417.0, 4386.0, 4383.0, 4375.0, 4374.0, 4384.0, 4403.0, 4372.0, 4384.0, 4363.0, 4362.0, 4363.0, 4372.0, 4392.0, 4362.0, 4381.0, 4362.0, 4350.0, 4351.0, 4359.0, 4361.0, 4371.0, 4373.0, 4385.0, 4374.0, 4374.0, 4372.0, 4372.0, 4381.0, 4363.0, 4373.0, 4361.0, 4373.0, 4371.0, 4373.0, 4373.0, 4374.0, 4393.0, 4386.0, 4395.0, 4387.0, 4384.0, 4385.0, 4397.0, 4364.0, 4373.0, 4393.0, 4362.0, 4360.0, 4352.0, 4361.0, 4352.0, 4373.0, 4363.0, 4375.0, 4363.0, 4371.0, 4363.0, 4373.0, 4365.0, 4386.0, 4393.0, 4373.0, 4382.0, 4363.0, 4375.0, 4372.0, 4362.0, 4351.0, 4374.0, 4372.0, 4374.0, 4382.0, 4373.0, 4392.0, 4362.0, 4359.0, 4352.0, 4359.0, 4360.0, 4372.0, 4360.0, 4360.0, 4379.0, 4348.0, 4347.0, 4350.0, 4362.0, 4358.0, 4371.0, 4391.0, 4361.0, 4371.0, 4359.0, 4360.0, 4350.0, 4372.0, 4360.0, 4371.0, 4390.0, 4362.0, 4359.0, 4362.0, 4372.0, 4361.0, 4375.0, 4364.0, 4385.0, 4393.0, 4363.0, 4371.0, 4364.0, 4373.0, 4375.0, 4397.0, 4373.0, 4385.0, 4392.0, 4362.0, 4370.0, 4351.0, 4371.0, 4362.0, 4374.0, 4361.0, 4384.0, 4403.0, 4362.0, 4382.0, 4363.0, 4374.0, 4373.0, 4385.0, 4403.0, 4373.0, 4383.0, 4373.0, 4372.0, 4374.0, 4384.0, 4365.0, 4397.0, 4384.0, 4385.0, 4383.0, 4374.0, 4394.0, 4373.0, 4374.0, 4364.0, 4383.0, 4363.0, 4373.0, 4393.0, 4374.0, 4383.0, 4376.0, 4383.0, 4373.0, 4373.0, 4373.0, 4384.0, 4402.0, 4362.0, 4384.0, 4372.0, 4373.0, 4362.0, 4371.0, 4362.0, 4374.0, 4393.0, 4375.0, 4386.0, 4363.0, 4371.0, 4361.0, 4362.0, 4363.0, 4383.0], 'WindowWidth': [9785.0, 9738.0, 9737.0, 9706.0, 9726.0, 9674.0, 9670.0, 9636.0, 9648.0, 9648.0, 9656.0, 9654.0, 9668.0, 9690.0, 9647.0, 9643.0, 9647.0, 9657.0, 9650.0, 9689.0, 9649.0, 9660.0, 9644.0, 9641.0, 9645.0, 9647.0, 9647.0, 9651.0, 9650.0, 9670.0, 9666.0, 9670.0, 9653.0, 9687.0, 9653.0, 9702.0, 9693.0, 9676.0, 9663.0, 9628.0, 9625.0, 9622.0, 9639.0, 9636.0, 9624.0, 9652.0, 9630.0, 9629.0, 9628.0, 9628.0, 9643.0, 9667.0, 9646.0, 9672.0, 9692.0, 9652.0, 9662.0, 9644.0, 9645.0, 9648.0, 9646.0, 9636.0, 9668.0, 9651.0, 9670.0, 9678.0, 9651.0, 9664.0, 9670.0, 9664.0, 9673.0, 9714.0, 9671.0, 9704.0, 9671.0, 9666.0, 9655.0, 9666.0, 9656.0, 9684.0, 9656.0, 9682.0, 9631.0, 9649.0, 9689.0, 9668.0, 9665.0, 9648.0, 9632.0, 9648.0, 9646.0, 9660.0, 9656.0, 9668.0, 9669.0, 9690.0, 9648.0, 9659.0, 9650.0, 9646.0, 9649.0, 9653.0, 9652.0, 9655.0, 9648.0, 9649.0, 9648.0, 9665.0, 9690.0, 9651.0, 9679.0, 9651.0, 9664.0, 9647.0, 9650.0, 9648.0, 9650.0, 9647.0, 9652.0, 9708.0, 9658.0, 9678.0, 9653.0, 9649.0, 9653.0, 9664.0, 9654.0, 9689.0, 9680.0, 9666.0, 9662.0, 9634.0, 9647.0, 9643.0, 9650.0, 9675.0, 9652.0, 9666.0, 9648.0, 9649.0, 9646.0, 9670.0, 9662.0, 9651.0, 9681.0, 9672.0, 9669.0, 9653.0, 9687.0, 9677.0, 9692.0, 9700.0, 9667.0, 9683.0, 9654.0, 9666.0, 9649.0, 9660.0, 9647.0, 9665.0, 9675.0, 9652.0, 9680.0, 9653.0, 9649.0, 9643.0, 9644.0, 9642.0, 9646.0, 9663.0, 9641.0, 9648.0, 9668.0, 9624.0, 9638.0, 9628.0, 9645.0, 9628.0, 9650.0, 9660.0, 9653.0, 9668.0, 9672.0, 9672.0, 9652.0, 9674.0, 9697.0, 9671.0, 9675.0, 9651.0, 9645.0, 9654.0, 9665.0, 9654.0, 9685.0, 9663.0, 9651.0, 9673.0, 9632.0, 9630.0, 9630.0, 9648.0, 9670.0, 9627.0, 9663.0, 9635.0, 9647.0, 9631.0, 9645.0, 9657.0, 9632.0, 9663.0, 9645.0, 9650.0, 9645.0, 9645.0, 9655.0, 9630.0, 9659.0, 9630.0, 9650.0, 9649.0, 9646.0, 9641.0, 9630.0, 9645.0, 9669.0, 9709.0, 9657.0, 9682.0, 9665.0, 9652.0, 9644.0, 9648.0, 9660.0, 9637.0, 9663.0, 9652.0, 9669.0, 9651.0, 9667.0, 9691.0, 9655.0, 9670.0, 9650.0, 9665.0, 9659.0, 9633.0, 9641.0, 9650.0, 9663.0, 9652.0, 9672.0, 9638.0, 9668.0, 9663.0, 9669.0, 9680.0, 9673.0, 9677.0, 9682.0, 9672.0, 9683.0, 9677.0, 9694.0, 9639.0, 9676.0, 9716.0, 9651.0, 9662.0, 9650.0, 9671.0, 9648.0, 9652.0, 9679.0, 9655.0, 9677.0, 9632.0, 9645.0, 9655.0, 9666.0, 9675.0, 9708.0, 9669.0, 9672.0, 9678.0, 9637.0, 9650.0, 9634.0, 9666.0, 9692.0, 9650.0, 9646.0, 9646.0, 9645.0, 9631.0, 9667.0, 9692.0, 9638.0, 9664.0, 9646.0, 9646.0, 9651.0, 9666.0, 9649.0, 9673.0, 9698.0, 9653.0, 9666.0, 9648.0, 9650.0, 9646.0, 9648.0, 9672.0, 9646.0, 9662.0, 9644.0, 9646.0, 9645.0, 9665.0, 9651.0, 9673.0, 9708.0, 9662.0, 9662.0, 9641.0, 9631.0, 9636.0, 9645.0, 9669.0, 9631.0, 9660.0, 9633.0, 9645.0, 9629.0, 9649.0, 9650.0, 9656.0, 9668.0, 9670.0, 9692.0, 9646.0, 9643.0, 9627.0, 9648.0, 9643.0, 9654.0, 9679.0, 9647.0, 9631.0, 9646.0, 9652.0, 9652.0, 9670.0, 9669.0, 9699.0, 9673.0, 9681.0, 9657.0, 9684.0, 9658.0, 9676.0, 9698.0, 9671.0, 9664.0, 9633.0, 9651.0, 9632.0, 9662.0, 9680.0, 9654.0, 9666.0, 9652.0, 9650.0, 9655.0, 9674.0, 9652.0, 9668.0, 9694.0, 9650.0, 9646.0, 9632.0, 9647.0, 9647.0, 9668.0, 9648.0, 9654.0, 9671.0, 9632.0, 9642.0, 9630.0, 9644.0, 9627.0, 9648.0, 9644.0, 9646.0, 9657.0, 9630.0, 9646.0, 9649.0, 9654.0, 9636.0, 9666.0, 9674.0, 9645.0, 9655.0, 9633.0, 9644.0, 9636.0, 9665.0, 9653.0, 9650.0, 9642.0, 9644.0, 9629.0, 9647.0, 9675.0, 9652.0, 9667.0, 9646.0, 9648.0, 9641.0, 9651.0, 9673.0, 9655.0, 9672.0, 9651.0, 9658.0, 9659.0, 9696.0, 9685.0, 9676.0, 9714.0, 9673.0, 9667.0, 9658.0, 9670.0, 9695.0, 9674.0, 9699.0, 9739.0, 9675.0, 9672.0, 9659.0, 9661.0, 9657.0, 9634.0, 9653.0, 9660.0, 9644.0, 9682.0, 9645.0, 9646.0, 9636.0, 9647.0, 9648.0, 9647.0, 9640.0, 9625.0, 9624.0, 9643.0, 9656.0, 9644.0, 9665.0, 9646.0, 9631.0, 9626.0, 9646.0, 9640.0, 9647.0, 9682.0, 9630.0, 9644.0, 9623.0, 9639.0, 9637.0, 9645.0, 9645.0, 9664.0, 9661.0, 9669.0, 9697.0, 9668.0, 9652.0, 9649.0, 9649.0, 9652.0, 9668.0, 9691.0, 9651.0, 9661.0, 9628.0, 9641.0, 9622.0, 9647.0, 9640.0, 9629.0, 9657.0, 9650.0, 9645.0, 9639.0, 9643.0, 9644.0, 9650.0, 9687.0, 9647.0, 9660.0, 9646.0, 9646.0, 9648.0, 9662.0, 9636.0, 9670.0, 9666.0, 9671.0, 9692.0, 9635.0, 9659.0, 9650.0, 9664.0, 9646.0, 9670.0, 9680.0, 9650.0, 9661.0, 9633.0, 9652.0, 9656.0, 9677.0, 9659.0, 9689.0, 9657.0, 9668.0, 9650.0, 9651.0, 9651.0, 9670.0, 9711.0, 9669.0, 9669.0, 9647.0, 9666.0, 9661.0, 9652.0, 9677.0, 9656.0, 9666.0, 9649.0, 9645.0, 9631.0, 9647.0, 9651.0, 9675.0, 9693.0, 9667.0, 9659.0, 9634.0, 9629.0, 9632.0, 9649.0, 9654.0, 9675.0, 9658.0, 9672.0, 9669.0, 9677.0, 9659.0, 9690.0, 9720.0, 9683.0, 9667.0, 9647.0, 9651.0, 9670.0, 9649.0, 9646.0, 9639.0, 9653.0, 9653.0, 9651.0, 9651.0, 9653.0, 9661.0, 9655.0, 9691.0, 9650.0, 9647.0, 9630.0, 9641.0, 9628.0, 9645.0, 9630.0, 9646.0, 9686.0, 9646.0, 9658.0, 9623.0, 9623.0, 9606.0, 9641.0, 9620.0, 9638.0, 9653.0, 9627.0, 9640.0, 9623.0, 9607.0, 9627.0, 9639.0, 9652.0, 9672.0, 9662.0, 9663.0, 9676.0, 9644.0, 9629.0, 9629.0, 9651.0, 9660.0, 9652.0, 9681.0, 9649.0, 9632.0, 9630.0, 9647.0, 9644.0, 9663.0, 9669.0, 9666.0, 9688.0, 9646.0, 9658.0, 9635.0, 9667.0, 9657.0, 9647.0, 9664.0, 9643.0, 9629.0, 9631.0, 9650.0, 9649.0, 9671.0, 9701.0, 9676.0, 9689.0, 9671.0, 9670.0, 9654.0, 9671.0, 9691.0, 9651.0, 9667.0, 9628.0, 9644.0, 9626.0, 9643.0, 9654.0, 9644.0, 9656.0, 9629.0, 9628.0, 9624.0, 9624.0, 9625.0, 9660.0, 9628.0, 9665.0, 9685.0, 9641.0, 9641.0, 9630.0, 9631.0, 9642.0, 9647.0, 9649.0, 9663.0, 9646.0, 9649.0, 9662.0, 9670.0, 9695.0, 9677.0, 9689.0, 9654.0, 9656.0, 9654.0, 9671.0, 9658.0, 9693.0, 9688.0, 9690.0, 9716.0, 9670.0, 9662.0, 9651.0, 9649.0, 9666.0, 9692.0, 9647.0, 9665.0, 9631.0, 9631.0, 9629.0, 9644.0, 9670.0, 9630.0, 9656.0, 9628.0, 9609.0, 9611.0, 9622.0, 9629.0, 9642.0, 9650.0, 9669.0, 9648.0, 9649.0, 9645.0, 9644.0, 9657.0, 9633.0, 9649.0, 9629.0, 9645.0, 9640.0, 9648.0, 9646.0, 9652.0, 9678.0, 9671.0, 9683.0, 9672.0, 9663.0, 9668.0, 9690.0, 9635.0, 9647.0, 9673.0, 9628.0, 9624.0, 9615.0, 9628.0, 9616.0, 9647.0, 9634.0, 9650.0, 9631.0, 9640.0, 9631.0, 9646.0, 9639.0, 9672.0, 9675.0, 9645.0, 9657.0, 9634.0, 9652.0, 9643.0, 9630.0, 9613.0, 9647.0, 9642.0, 9650.0, 9657.0, 9647.0, 9672.0, 9627.0, 9619.0, 9612.0, 9621.0, 9623.0, 9641.0, 9623.0, 9623.0, 9647.0, 9603.0, 9600.0, 9608.0, 9629.0, 9619.0, 9643.0, 9671.0, 9628.0, 9637.0, 9620.0, 9624.0, 9610.0, 9643.0, 9624.0, 9641.0, 9667.0, 9628.0, 9622.0, 9630.0, 9643.0, 9629.0, 9653.0, 9637.0, 9668.0, 9675.0, 9633.0, 9641.0, 9637.0, 9649.0, 9655.0, 9688.0, 9648.0, 9668.0, 9671.0, 9630.0, 9638.0, 9614.0, 9642.0, 9631.0, 9650.0, 9630.0, 9666.0, 9688.0, 9632.0, 9659.0, 9635.0, 9652.0, 9647.0, 9666.0, 9690.0, 9648.0, 9660.0, 9648.0, 9647.0, 9653.0, 9667.0, 9642.0, 9689.0, 9666.0, 9667.0, 9661.0, 9650.0, 9676.0, 9647.0, 9652.0, 9636.0, 9661.0, 9631.0, 9649.0, 9675.0, 9650.0, 9662.0, 9657.0, 9663.0, 9646.0, 9647.0, 9646.0, 9666.0, 9688.0, 9632.0, 9665.0, 9644.0, 9646.0, 9628.0, 9641.0, 9630.0, 9651.0, 9676.0, 9655.0, 9670.0, 9632.0, 9642.0, 9626.0, 9630.0, 9634.0, 9664.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.0004620023014959724</td></tr>
<tr><td colspan=3>aqi</td><td>0.01614131818181818</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.726748040126736</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.219736719089862</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0843071508410143</td></tr>
<tr><td colspan=3>efc</td><td>0.4432</td></tr>
<tr><td colspan=3>fber</td><td>9024.6025</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0752397944757742</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4238288458020687</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3400302169366047</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.698523026571288</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2329332938983124</td></tr>
<tr><td colspan=3>gcor</td><td>0.00779323</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012388134375214577</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016406884416937828</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>3.772536331843456</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.1142</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6821</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.2598</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309680.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>873.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.7123</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1675</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.7325</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3644.1522</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1032.1891</td></tr>
<tr><td colspan=3>tsnr</td><td>46.289635902270675</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>